]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Remove profiling.py
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 620
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 logicalmkup
153 \end_modules
154 \maintain_unincluded_children no
155 \begin_local_layout
156 InsetLayout Flex:圏点
157   LyxType       charstyle
158   LatexType     command
159   LatexName     kenten
160   HTMLTag       kenten
161   HTMLAttr      ""
162   HTMLInnerTag  kt
163   HTMLInnerAttr ""
164   BgColor       none
165   LabelString   "圏点"
166   Decoration    Conglomerate
167   Preamble
168     \usepackage{pxrubrica}
169   EndPreamble
170   Argument  post:1
171     LabelString  "Kenten option"
172     MenuString  "圏点オプション"
173     Tooltip    "Emphasize Chinese characters."
174     Decoration  Conglomerate
175     Font
176       Size    tiny
177     EndFont
178     LabelFont
179       Size    tiny
180     EndFont
181     Mandatory  0
182   EndArgument
183 End
184 \end_local_layout
185 \language japanese
186 \language_package default
187 \inputencoding utf8
188 \fontencoding auto
189 \font_roman "lmodern" "IPAexMincho"
190 \font_sans "default" "IPAexGothic"
191 \font_typewriter "default" "IPAGothic"
192 \font_math "auto" "auto"
193 \font_default_family default
194 \use_non_tex_fonts false
195 \font_sc false
196 \font_roman_osf false
197 \font_sans_osf false
198 \font_typewriter_osf false
199 \font_sf_scale 100 100
200 \font_tt_scale 100 100
201 \use_microtype false
202 \use_dash_ligatures false
203 \graphics default
204 \default_output_format pdf3
205 \output_sync 0
206 \bibtex_command default
207 \index_command default
208 \float_placement class
209 \float_alignment class
210 \paperfontsize default
211 \spacing single
212 \use_hyperref true
213 \pdf_title "LyX's Math Manual"
214 \pdf_author "LyX Team, Uwe Stohr"
215 \pdf_subject "LyX-documentation about math"
216 \pdf_keywords "LyX, Mathed"
217 \pdf_bookmarks false
218 \pdf_bookmarksnumbered true
219 \pdf_bookmarksopen true
220 \pdf_bookmarksopenlevel 1
221 \pdf_breaklinks false
222 \pdf_pdfborder false
223 \pdf_colorlinks true
224 \pdf_backref false
225 \pdf_pdfusetitle false
226 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
227 \papersize a4
228 \use_geometry true
229 \use_package amsmath 2
230 \use_package amssymb 2
231 \use_package cancel 1
232 \use_package esint 1
233 \use_package mathdots 1
234 \use_package mathtools 2
235 \use_package mhchem 1
236 \use_package stackrel 1
237 \use_package stmaryrd 1
238 \use_package undertilde 0
239 \cite_engine basic
240 \cite_engine_type default
241 \biblio_style plain
242 \use_bibtopic false
243 \use_indices false
244 \paperorientation portrait
245 \suppress_date false
246 \justification true
247 \use_refstyle 0
248 \use_minted 0
249 \use_lineno 0
250 \notefontcolor #0000ff
251 \index 索引
252 \shortcut idx
253 \color #008000
254 \end_index
255 \leftmargin 3.5cm
256 \topmargin 3cm
257 \rightmargin 3cm
258 \bottommargin 3.5cm
259 \secnumdepth 4
260 \tocdepth 3
261 \paragraph_separation skip
262 \defskip halfline
263 \is_math_indent 0
264 \math_numbering_side default
265 \quotes_style english
266 \dynamic_quotes 0
267 \papercolumns 1
268 \papersides 2
269 \paperpagestyle plain
270 \tablestyle default
271 \tracking_changes false
272 \output_changes false
273 \change_bars false
274 \postpone_fragile_content false
275 \html_math_output 0
276 \html_css_as_file 0
277 \html_be_strict false
278 \docbook_table_output 0
279 \docbook_mathml_prefix 1
280 \end_header
281
282 \begin_body
283
284 \begin_layout Title
285 \SpecialChar LyX
286 の数式詳細説明書
287 \end_layout
288
289 \begin_layout Author
290 \SpecialChar LyX
291 プロジェクトチーム
292 \begin_inset Foot
293 status collapsed
294
295 \begin_layout Plain Layout
296 \noindent
297 コメントや誤りの修正などがございましたら,
298 \SpecialChar LyX
299 文書化メーリングリスト
300 \family typewriter
301  
302 \begin_inset CommandInset href
303 LatexCommand href
304 name "lyx-docs@lists.lyx.org"
305 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
306 type "mailto:"
307 literal "false"
308
309 \end_inset
310
311
312 \family default
313  までお知らせください.
314 \end_layout
315
316 \end_inset
317
318
319 \begin_inset Note Note
320 status collapsed
321
322 \begin_layout Plain Layout
323 著者:
324 Uwe Stöhr
325 \end_layout
326
327 \end_inset
328
329
330 \begin_inset Newline newline
331 \end_inset
332
333
334 \begin_inset Newline newline
335 \end_inset
336
337
338 \family sans
339 第2.4.x版
340 \end_layout
341
342 \begin_layout Standard
343 \begin_inset CommandInset toc
344 LatexCommand tableofcontents
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Standard
352 \begin_inset Note Note
353 status open
354
355 \begin_layout Plain Layout
356 この文書をPDFやPS,
357 DVIに書き出すには,
358 \SpecialChar LaTeX
359 パッケージの
360 \series bold
361 braket
362 \series default
363
364 \series bold
365 cancel
366 \series default
367
368 \series bold
369 eurosym
370 \series default
371
372 \series bold
373 mathdots
374 \series default
375
376 \series bold
377 mhchem
378 \series default
379
380 \series bold
381 undertilde
382 \series default
383
384 \series bold
385 was
386 \series default
387 が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,
388 パッケージを必要とする節は出力には現れません.また,
389
390 \series bold
391 mhchem
392 \series default
393 が導入されていないと,
394 本ファイルを書き出すことができません.
395 \end_layout
396
397 \begin_layout Plain Layout
398 この文書の最新のPDF版は
399 \begin_inset Newline newline
400 \end_inset
401
402
403 \series bold
404 https://wiki.lyx.org/LyX/Manuals#Math
405 \begin_inset Newline newline
406 \end_inset
407
408
409 \series default
410 にあります.
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Section
419 はじめに
420 \end_layout
421
422 \begin_layout Standard
423 この文書は,
424 \SpecialChar LyX
425 の数式機能の説明書であると同時に,
426 なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
427 コマンドのコレクションでもあります.説明は,
428 コマンドの使用を念頭に置いています.したがって,
429 ユーザーの手引きの
430 \family typewriter
431 数式
432 \family default
433 の節をすでにお読みになっていることを前提としています.
434 \end_layout
435
436 \begin_layout Standard
437 この説明書で説明されている,
438 ほとんどの数式記号と,
439 数式要素の多くは,
440
441 \family sans
442 \series bold
443 挿入\SpecialChar menuseparator
444 数式
445 \family default
446 \series default
447
448 \begin_inset space \thinspace{}
449 \end_inset
450
451 メニューか
452 \family sans
453 \series bold
454 数式ツールバー
455 \family default
456 \series default
457 からアクセスすることが可能です.しかし,
458 たくさんの数式を書かなくてはならない人はみな,
459 数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことになるのです.したがって,
460 この説明書はコマンドに焦点を当てますが,
461 対応するツールバーボタンが利用可能なときには,
462 それにも言及することにします.
463 \end_layout
464
465 \begin_layout Standard
466 とくに断らなければ,
467 コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,
468
469 \series bold
470 文書設定
471 \series default
472 (
473 \family sans
474 \series bold
475 文書\SpecialChar menuseparator
476 設定\SpecialChar menuseparator
477 数式オプション
478 \family default
479 \series default
480
481 \begin_inset space \thinspace{}
482 \end_inset
483
484 メニュー)で
485 \family sans
486 AMS math
487 \series bold
488 パッケージを使う
489 \family default
490 \series default
491 オプションを有効にしなくてはなりません
492 \begin_inset Foot
493 status collapsed
494
495 \begin_layout Plain Layout
496
497 \family sans
498 AMS mathパッケージを自動的に使う
499 \family default
500 オプションは,
501 \SpecialChar LyX
502 でサポートされている数式要素が見つかったときのみ,
503
504 \begin_inset ERT
505 status collapsed
506
507 \begin_layout Plain Layout
508
509
510 \backslash
511 AmS 
512 \end_layout
513
514 \end_inset
515
516 -mathパッケージを使用します.
517 \end_layout
518
519 \end_inset
520
521
522 \end_layout
523
524 \begin_layout Standard
525 説明を明瞭にするために,
526 この文書はすべての
527 \begin_inset ERT
528 status collapsed
529
530 \begin_layout Plain Layout
531
532
533 \backslash
534 AmS 
535 \end_layout
536
537 \end_inset
538
539 -mathコマンド
540 \begin_inset Foot
541 status open
542
543 \begin_layout Plain Layout
544 すべての
545 \begin_inset ERT
546 status collapsed
547
548 \begin_layout Plain Layout
549
550
551 \backslash
552 AmS
553 \end_layout
554
555 \end_inset
556
557 -mathコマンドの一覧は,
558
559 \family sans
560
561 \begin_inset CommandInset href
562 LatexCommand href
563 name "amsguide.pdf"
564 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
565 literal "false"
566
567 \end_inset
568
569
570 \family default
571 ファイルに収録されています.このファイルは,
572 すべての\SpecialChar LaTeX
573 標準頒布版に含まれています.
574 \end_layout
575
576 \end_inset
577
578 を列挙はしません.
579 \end_layout
580
581 \begin_layout Section
582 一般的な説明
583 \end_layout
584
585 \begin_layout Standard
586 本文に埋め込まれた行内数式
587 \begin_inset Index idx
588 range none
589 pageformat default
590 status collapsed
591
592 \begin_layout Plain Layout
593 \begin_inset IndexMacro sortkey
594 status collapsed
595
596 \begin_layout Plain Layout
597 すうしき
598 \end_layout
599
600 \end_inset
601
602 数式
603 \begin_inset IndexMacro subentry
604 status open
605
606 \begin_layout Plain Layout
607 \begin_inset IndexMacro sortkey
608 status collapsed
609
610 \begin_layout Plain Layout
611 ぎょうない
612 \end_layout
613
614 \end_inset
615
616 行内
617 \end_layout
618
619 \end_inset
620
621
622 \end_layout
623
624 \end_inset
625
626 を作成するには,
627 ショートカット
628 \begin_inset Info
629 type  "shortcuts"
630 arg   "math-mode"
631 \end_inset
632
633 のうちのいずれか,
634 あるいはツールバーボタン
635 \begin_inset Info
636 type  "icon"
637 arg   "math-mode"
638 \end_inset
639
640 を使用してください.
641 \begin_inset Newline newline
642 \end_inset
643
644 大きく別の段落として表示される別行立て数式
645 \begin_inset Index idx
646 range none
647 pageformat default
648 status collapsed
649
650 \begin_layout Plain Layout
651 \begin_inset IndexMacro sortkey
652 status collapsed
653
654 \begin_layout Plain Layout
655 すうしき
656 \end_layout
657
658 \end_inset
659
660 数式
661 \begin_inset IndexMacro subentry
662 status open
663
664 \begin_layout Plain Layout
665 \begin_inset IndexMacro sortkey
666 status collapsed
667
668 \begin_layout Plain Layout
669 べつぎょうだてようしき
670 \end_layout
671
672 \end_inset
673
674 別行立て様式
675 \end_layout
676
677 \end_inset
678
679
680 \end_layout
681
682 \end_inset
683
684 を作成するには,
685
686 \begin_inset Info
687 type  "shortcuts"
688 arg   "math-display"
689 \end_inset
690
691 のうちいずれかのショートカットを使用して下さい.
692 \end_layout
693
694 \begin_layout Standard
695 別行立て様式の数式を行内数式に変更するには,
696 カーソルを数式内に合わせてショートカット
697 \begin_inset Info
698 type  "shortcuts"
699 arg   "math-mutate simple"
700 \end_inset
701
702 か,
703
704 \family sans
705 \series bold
706 編集\SpecialChar menuseparator
707 数式\SpecialChar menuseparator
708 数式の表記を変更
709 \family default
710 \series default
711
712 \begin_inset space \thinspace{}
713 \end_inset
714
715 メニューを使用して下さい.同様に,
716 行内数式を別行立て数式に変更するには,
717 ショートカット
718 \begin_inset Info
719 type  "shortcuts"
720 arg   "math-mutate equation"
721 \end_inset
722
723 を使用してください.
724 \end_layout
725
726 \begin_layout Standard
727 行内数式の一部を別行立て数式の大きさで表示するには,
728
729 \series bold
730
731 \backslash
732 displaystyle
733 \begin_inset Index idx
734 range none
735 pageformat default
736 status collapsed
737
738 \begin_layout Plain Layout
739
740 \size normal
741 \begin_inset IndexMacro sortkey
742 status collapsed
743
744 \begin_layout Plain Layout
745
746 \size normal
747 こまんど
748 \end_layout
749
750 \end_inset
751
752 コマンド
753 \begin_inset IndexMacro subentry
754 status open
755
756 \begin_layout Plain Layout
757
758 \size normal
759 D
760 \end_layout
761
762 \end_inset
763
764  
765 \begin_inset IndexMacro subentry
766 status open
767
768 \begin_layout Plain Layout
769
770 \size normal
771
772 \backslash
773 displaystyle
774 \end_layout
775
776 \end_inset
777
778
779 \end_layout
780
781 \end_inset
782
783
784 \series default
785 を数式に入力して下さい.すると,
786 青いボックスが新規に現れて,
787 希望する数式の箇所を挿入することができます.
788 \end_layout
789
790 \begin_layout Standard
791 表の中では,
792 行内数式のみの使用が許されています.
793 \end_layout
794
795 \begin_layout Standard
796
797 \family sans
798 \series bold
799 数式ツールバー
800 \family default
801 \series default
802 の表示・非表示は,
803
804 \family sans
805 \series bold
806 表示\SpecialChar menuseparator
807 ツールバー\SpecialChar menuseparator
808 数式
809 \family default
810 \series default
811
812 \begin_inset space \thinspace{}
813 \end_inset
814
815 メニューで制御することができます.
816 \family sans
817 \series bold
818
819 \family default
820 \series default
821
822 \family sans
823 \series bold
824
825 \family default
826 \series default
827
828 \family sans
829 \series bold
830 自動
831 \family default
832 \series default
833 の3つの選択肢があり,
834
835 \family sans
836 \series bold
837
838 \family default
839 \series default
840 を選択すると,
841 画面下部に永続的にツールバーが表示されます.
842 \family sans
843 \series bold
844
845 \family default
846 \series default
847 を選択すると,
848 ツールバーが表示されなくなり,
849
850 \family sans
851 \series bold
852 自動
853 \family default
854 \series default
855 を選択すると,
856 ツールバーはカーソルが数式内部にあるとき,
857 自動で表示されるようになります.ツールバーの現在の状態は,
858 選択されているメニュー項目の横のチェック印で表されます.
859 \end_layout
860
861 \begin_layout Standard
862 \SpecialChar TeX
863 モード
864 \begin_inset Index idx
865 range none
866 pageformat default
867 status collapsed
868
869 \begin_layout Plain Layout
870 \begin_inset IndexMacro sortkey
871 status collapsed
872
873 \begin_layout Plain Layout
874 Texもと
875 \end_layout
876
877 \end_inset
878
879 \SpecialChar TeX
880 モード
881 \end_layout
882
883 \end_inset
884
885 は,
886 ツールバーボタン
887 \begin_inset Info
888 type  "icon"
889 arg   "ert-insert"
890 \end_inset
891
892 を押すか,
893
894 \family sans
895 \series bold
896 挿入\SpecialChar menuseparator
897
898 \series default
899 TeX
900 \series bold
901 コード
902 \family default
903 \series default
904 (ショートカット:
905
906 \begin_inset Info
907 type  "shortcut"
908 arg   "ert-insert"
909 \end_inset
910
911 )メニューを使うことで,
912 起動できます.
913 \end_layout
914
915 \begin_layout Standard
916 \SpecialChar LaTeX
917 プリアンブル
918 \begin_inset Index idx
919 range none
920 pageformat default
921 status collapsed
922
923 \begin_layout Plain Layout
924 \begin_inset IndexMacro sortkey
925 status open
926
927 \begin_layout Plain Layout
928 Latexふりあんふる
929 \end_layout
930
931 \end_inset
932
933 \SpecialChar LaTeX
934 プリアンブル
935 \end_layout
936
937 \end_inset
938
939 を変更するには,
940
941 \family sans
942 \series bold
943 文書\SpecialChar menuseparator
944 設定\SpecialChar menuseparator
945
946 \series default
947 LaTeX
948 \series bold
949 プリアンブル
950 \family default
951 \series default
952
953 \begin_inset space \thinspace{}
954 \end_inset
955
956 メニューを使用してください.
957 \end_layout
958
959 \begin_layout Standard
960 行列や場合分け,
961 多行数式を続けて編集するには,
962
963 \family sans
964 \series bold
965 編集\SpecialChar menuseparator
966 数式
967 \family default
968
969 \begin_inset space \thinspace{}
970 \end_inset
971
972 メニューと
973 \family sans
974 編集\SpecialChar menuseparator
975 行と列
976 \family default
977 \series default
978
979 \begin_inset space \thinspace{}
980 \end_inset
981
982 メニューを使うか,
983 表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,
984 カーソルのある列や行は,
985 それぞれ右側の列や下の行と交換されます.カーソルが最後の列や行にあるときには,
986 左の列や上の行と交換されることになります.
987 \end_layout
988
989 \begin_layout Standard
990 数式内で文章を書く
991 \begin_inset Foot
992 status collapsed
993
994 \begin_layout Plain Layout
995 多行数式では,
996
997 \series bold
998
999 \backslash
1000 intertext
1001 \series default
1002 コマンドが使用されます.
1003 \begin_inset CommandInset ref
1004 LatexCommand ref
1005 reference "subsec:多行数式中のテキスト"
1006 nolink "false"
1007
1008 \end_inset
1009
1010 を参照のこと.
1011 \end_layout
1012
1013 \end_inset
1014
1015 には,
1016
1017 \emph on
1018 数式テキスト
1019 \emph default
1020
1021 \begin_inset Index idx
1022 range none
1023 pageformat default
1024 status collapsed
1025
1026 \begin_layout Plain Layout
1027 \begin_inset IndexMacro sortkey
1028 status collapsed
1029
1030 \begin_layout Plain Layout
1031 てきすと
1032 \end_layout
1033
1034 \end_inset
1035
1036 テキスト
1037 \begin_inset IndexMacro subentry
1038 status open
1039
1040 \begin_layout Plain Layout
1041 \begin_inset IndexMacro sortkey
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 すうしきちゆうの
1046 \end_layout
1047
1048 \end_inset
1049
1050 数式中の
1051 \end_layout
1052
1053 \end_inset
1054
1055
1056 \end_layout
1057
1058 \end_inset
1059
1060
1061 \begin_inset Index idx
1062 range none
1063 pageformat default
1064 status collapsed
1065
1066 \begin_layout Plain Layout
1067 \begin_inset IndexMacro sortkey
1068 status collapsed
1069
1070 \begin_layout Plain Layout
1071 すうしきてきすと
1072 \end_layout
1073
1074 \end_inset
1075
1076 数式テキスト
1077 \end_layout
1078
1079 \end_inset
1080
1081 が使用されます.このモードには,
1082 ショートカット
1083 \begin_inset Info
1084 type  "shortcut"
1085 arg   "math-mode"
1086 \end_inset
1087
1088 を使うか,
1089
1090 \series bold
1091
1092 \backslash
1093 text
1094 \series default
1095
1096 \begin_inset Index idx
1097 range none
1098 pageformat default
1099 status collapsed
1100
1101 \begin_layout Plain Layout
1102 \begin_inset IndexMacro sortkey
1103 status collapsed
1104
1105 \begin_layout Plain Layout
1106 こまんど
1107 \end_layout
1108
1109 \end_inset
1110
1111 コマンド
1112 \begin_inset IndexMacro subentry
1113 status open
1114
1115 \begin_layout Plain Layout
1116 T
1117 \end_layout
1118
1119 \end_inset
1120
1121
1122 \begin_inset IndexMacro subentry
1123 status open
1124
1125 \begin_layout Plain Layout
1126
1127 \backslash
1128 text
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \end_inset
1137
1138 コマンドを挿入することで入ることができます.テキストは,
1139 \SpecialChar LyX
1140 中では黒字で表示されるので,
1141 青字で表示される他の数式部分とは区別することができます.出力においては,
1142 数式テキストは,
1143 他の数式部分とは違って,
1144 アップライト体に組まれます.
1145 \end_layout
1146
1147 \begin_layout Subsection*
1148 コマンドの構成
1149 \end_layout
1150
1151 \begin_layout Standard
1152 数式要素に使われるほとんどの\SpecialChar LaTeX
1153 コマンドは,
1154 以下のような構成になっています.
1155 \end_layout
1156
1157 \begin_layout Standard
1158
1159 \series bold
1160
1161 \backslash
1162 コマンド名[非必須引数]{必須引数}
1163 \end_layout
1164
1165 \begin_layout Standard
1166 コマンドは,
1167 つねにバックスラッシュ「
1168 \series bold
1169
1170 \backslash
1171
1172 \series default
1173 」で始まります.非必須の引数を省略するときには,
1174 随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,
1175 この文書中では,
1176 \SpecialChar TeX
1177 括弧
1178 \begin_inset Index idx
1179 range none
1180 pageformat default
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 \begin_inset IndexMacro sortkey
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188 Texかつこ
1189 \end_layout
1190
1191 \end_inset
1192
1193 \SpecialChar TeX
1194 括弧
1195 \end_layout
1196
1197 \end_inset
1198
1199 と呼ぶことにします.数式中でコマンド名に左括弧を付けると,
1200 \SpecialChar LyX
1201 は自動的に\SpecialChar TeX
1202 括弧を生成します.数式中ではそれ以外に,
1203
1204 \series bold
1205
1206 \backslash
1207 {
1208 \series default
1209 コマンドを使えば,
1210 つねに\SpecialChar TeX
1211 括弧を生成することができます.\SpecialChar LyX
1212 中で,
1213 青字で表示される通常の括弧とは違って,
1214 \SpecialChar TeX
1215 括弧は赤字で表示されます.\SpecialChar TeX
1216 モード中では,
1217 \SpecialChar TeX
1218 括弧を得るのに,
1219 とくにコマンドは必要としません.また,
1220 \SpecialChar TeX
1221 括弧は出力中では表示されません.
1222 \end_layout
1223
1224 \begin_layout Standard
1225 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
1226 モードに入力するときには,
1227 コマンドの終わりを表すために,
1228 コマンドの後に空白が
1229 \emph on
1230 かならず
1231 \emph default
1232 入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,
1233 空白の後に,
1234 通常テキストモードの非改行空白が来なくてはなりません.
1235 \end_layout
1236
1237 \begin_layout Standard
1238 非改行空白は,
1239
1240 \begin_inset Info
1241 type  "shortcuts"
1242 arg   "command-alternatives math-space ; space-insert protected"
1243 \end_inset
1244
1245  キーもしくは
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249
1250 \family sans
1251 \series bold
1252 挿入\SpecialChar menuseparator
1253 整形\SpecialChar menuseparator
1254 標準の非改行空白
1255 \family default
1256 \series default
1257
1258 \begin_inset space \thinspace{}
1259 \end_inset
1260
1261 のメニュー選択,
1262 または
1263 \family sans
1264 Ctrl+Space
1265 \family default
1266 で入力できます.
1267 \end_layout
1268
1269 \begin_layout Subsection*
1270 この説明書で用いられている文法の説明
1271 \end_layout
1272
1273 \begin_layout Itemize
1274 記号 
1275 \begin_inset space \textvisiblespace{}
1276 \end_inset
1277
1278  は,
1279 空白文字をユーザーが入力することを表します.
1280 \end_layout
1281
1282 \begin_layout Itemize
1283 \begin_inset Formula $\to$
1284 \end_inset
1285
1286 のような矢印は,
1287 キーボードから対応する矢印キーを押すことを表します.
1288 \begin_inset Formula $\to$
1289 \end_inset
1290
1291
1292 \begin_inset Formula $\downarrow$
1293 \end_inset
1294
1295 の代わりに
1296 \family sans
1297 Tab
1298 \family default
1299 キー,
1300
1301 \begin_inset Formula $\leftarrow$
1302 \end_inset
1303
1304
1305 \begin_inset Formula $\uparrow$
1306 \end_inset
1307
1308 の代わりに
1309 \family sans
1310 Shift+Tab
1311 \family default
1312 キーが使えることがあります.
1313 \end_layout
1314
1315 \begin_layout Subsection*
1316 使用できる単位
1317 \end_layout
1318
1319 \begin_layout Standard
1320 \align center
1321 \begin_inset Float table
1322 placement H
1323 alignment document
1324 wide false
1325 sideways false
1326 status open
1327
1328 \begin_layout Plain Layout
1329 \align center
1330 \begin_inset Caption Standard
1331
1332 \begin_layout Plain Layout
1333 \begin_inset CommandInset label
1334 LatexCommand label
1335 name "tab:使用できる単位"
1336
1337 \end_inset
1338
1339 使用できる単位
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \begin_layout Plain Layout
1348 \align center
1349 \begin_inset Tabular
1350 <lyxtabular version="3" rows="13" columns="2">
1351 <features booktabs="true" tabularvalignment="middle">
1352 <column alignment="center" valignment="top" width="0pt">
1353 <column alignment="center" valignment="top">
1354 <row>
1355 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Plain Layout
1359 単位
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368 名称/摘要
1369 \end_layout
1370
1371 \end_inset
1372 </cell>
1373 </row>
1374 <row>
1375 <cell alignment="center" valignment="top" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Plain Layout
1379 mm
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 <cell alignment="center" valignment="top" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Plain Layout
1388 ミリメートル
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 </row>
1394 <row>
1395 <cell alignment="center" valignment="top" usebox="none">
1396 \begin_inset Text
1397
1398 \begin_layout Plain Layout
1399 cm
1400 \end_layout
1401
1402 \end_inset
1403 </cell>
1404 <cell alignment="center" valignment="top" usebox="none">
1405 \begin_inset Text
1406
1407 \begin_layout Plain Layout
1408 センチメートル
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 </row>
1414 <row>
1415 <cell alignment="center" valignment="top" usebox="none">
1416 \begin_inset Text
1417
1418 \begin_layout Plain Layout
1419 in
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Plain Layout
1428 インチ
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 <row>
1435 <cell alignment="center" valignment="top" usebox="none">
1436 \begin_inset Text
1437
1438 \begin_layout Plain Layout
1439 pt
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 <cell alignment="center" valignment="top" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 ポイント (72.27
1449 \begin_inset Formula $\,$
1450 \end_inset
1451
1452 pt = 1
1453 \begin_inset Formula $\,$
1454 \end_inset
1455
1456 in)
1457 \end_layout
1458
1459 \end_inset
1460 </cell>
1461 </row>
1462 <row>
1463 <cell alignment="center" valignment="top" usebox="none">
1464 \begin_inset Text
1465
1466 \begin_layout Plain Layout
1467 pc
1468 \end_layout
1469
1470 \end_inset
1471 </cell>
1472 <cell alignment="center" valignment="top" usebox="none">
1473 \begin_inset Text
1474
1475 \begin_layout Plain Layout
1476 パイカ (1
1477 \begin_inset Formula $\,$
1478 \end_inset
1479
1480 pc = 12
1481 \begin_inset Formula $\,$
1482 \end_inset
1483
1484 pt)
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 </row>
1490 <row>
1491 <cell alignment="center" valignment="top" usebox="none">
1492 \begin_inset Text
1493
1494 \begin_layout Plain Layout
1495 sp
1496 \end_layout
1497
1498 \end_inset
1499 </cell>
1500 <cell alignment="center" valignment="top" usebox="none">
1501 \begin_inset Text
1502
1503 \begin_layout Plain Layout
1504 スケールポイント (65536
1505 \begin_inset Formula $\,$
1506 \end_inset
1507
1508 sp = 1
1509 \begin_inset Formula $\,$
1510 \end_inset
1511
1512 pt)
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 </row>
1518 <row>
1519 <cell alignment="center" valignment="top" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 bp
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 ビッグポイント (72
1533 \begin_inset Formula $\,$
1534 \end_inset
1535
1536 bp = 1
1537 \begin_inset Formula $\,$
1538 \end_inset
1539
1540 in)
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
1545 </row>
1546 <row>
1547 <cell alignment="center" valignment="top" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 dd
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 <cell alignment="center" valignment="top" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 ディドー (72
1561 \begin_inset Formula $\,$
1562 \end_inset
1563
1564 dd 
1565 \begin_inset Formula $\approx$
1566 \end_inset
1567
1568  37.6
1569 \begin_inset Formula $\,$
1570 \end_inset
1571
1572 mm)
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 cc
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 シセロ (1
1593 \begin_inset Formula $\,$
1594 \end_inset
1595
1596 cc = 12
1597 \begin_inset Formula $\,$
1598 \end_inset
1599
1600 dd)
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 </row>
1606 <row>
1607 <cell alignment="center" valignment="top" usebox="none">
1608 \begin_inset Text
1609
1610 \begin_layout Plain Layout
1611 ex
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 <cell alignment="center" valignment="top" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620 現在のフォントの文字「x」の高さ
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 </row>
1626 <row>
1627 <cell alignment="center" valignment="top" usebox="none">
1628 \begin_inset Text
1629
1630 \begin_layout Plain Layout
1631 em
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell alignment="center" valignment="top" usebox="none">
1637 \begin_inset Text
1638
1639 \begin_layout Plain Layout
1640 現在のフォントの文字「M」の幅
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 </row>
1646 <row>
1647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651 mu
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660 数式単位(1
1661 \begin_inset space \thinspace{}
1662 \end_inset
1663
1664 mu = 
1665 \begin_inset Formula $\nicefrac{1}{18}$
1666 \end_inset
1667
1668
1669 \begin_inset space \thinspace{}
1670 \end_inset
1671
1672 em)
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 </row>
1678 </lyxtabular>
1679
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \begin_layout Section
1691 基礎的な関数
1692 \end_layout
1693
1694 \begin_layout Subsection
1695 指数
1696 \begin_inset Index idx
1697 range none
1698 pageformat default
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 \begin_inset IndexMacro sortkey
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 しすう
1707 \end_layout
1708
1709 \end_inset
1710
1711 指数
1712 \end_layout
1713
1714 \end_inset
1715
1716 および添字
1717 \begin_inset Index idx
1718 range none
1719 pageformat default
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723 \begin_inset IndexMacro sortkey
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 そえし
1728 \end_layout
1729
1730 \end_inset
1731
1732 添字
1733 \end_layout
1734
1735 \end_inset
1736
1737
1738 \begin_inset Index idx
1739 range none
1740 pageformat default
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 \begin_inset IndexMacro sortkey
1745 status collapsed
1746
1747 \begin_layout Plain Layout
1748 うえつきもし
1749 \end_layout
1750
1751 \end_inset
1752
1753 上付き文字
1754 \begin_inset IndexMacro see
1755 status open
1756
1757 \begin_layout Plain Layout
1758 指数
1759 \end_layout
1760
1761 \end_inset
1762
1763
1764 \end_layout
1765
1766 \end_inset
1767
1768
1769 \begin_inset Index idx
1770 range none
1771 pageformat default
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 \begin_inset IndexMacro sortkey
1776 status collapsed
1777
1778 \begin_layout Plain Layout
1779 したつきもし
1780 \end_layout
1781
1782 \end_inset
1783
1784 下付き文字
1785 \begin_inset IndexMacro see
1786 status open
1787
1788 \begin_layout Plain Layout
1789 添字
1790 \end_layout
1791
1792 \end_inset
1793
1794
1795 \end_layout
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \begin_layout Standard
1803 添字は,
1804 アンダースコア「_」を打鍵するか,
1805 数式ツールバーボタン
1806 \begin_inset Info
1807 type  "icon"
1808 arg   "math-subscript"
1809 \end_inset
1810
1811 を使って入力することができ,
1812 指数は,
1813 キャレット「^」を打鍵するか,
1814 数式ツールバーボタン
1815 \begin_inset Info
1816 type  "icon"
1817 arg   "math-superscript"
1818 \end_inset
1819
1820 を使って入力することができます.
1821 \end_layout
1822
1823 \begin_layout Standard
1824 \align center
1825 \begin_inset Tabular
1826 <lyxtabular version="3" rows="4" columns="2">
1827 <features booktabs="true" tabularvalignment="middle">
1828 <column alignment="center" valignment="top" width="0pt">
1829 <column alignment="center" valignment="top" width="0pt">
1830 <row>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 コマンド
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 出力
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 <row>
1851 <cell alignment="center" valignment="top" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 B_V
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 \begin_inset Formula $B_{V}$
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 <row topspace="1.5mm">
1874 <cell alignment="center" valignment="top" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878 B^V
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887 \begin_inset Formula $B^{V}$
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row topspace="1.5mm">
1897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901 B^
1902 \begin_inset space \textvisiblespace{}
1903 \end_inset
1904
1905 A
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914 \begin_inset Formula $B^{A}$
1915 \end_inset
1916
1917
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 </row>
1923 </lyxtabular>
1924
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \begin_layout Standard
1931 キャレットは,
1932 言語によってはアクセント記号として使用されているので,
1933 そのような場合には,
1934 母音字の後でキャレットを押すと,
1935 指数にならずにアクセントをつけることになってしまいます
1936 \begin_inset Foot
1937 status open
1938
1939 \begin_layout Plain Layout
1940 使用しているキーボード設定によっては,
1941 同様のことが母音以外の文字でも起こることがあります.
1942 \end_layout
1943
1944 \end_inset
1945
1946 .この場合に指数を作るには,
1947 上記の最後の例のように,
1948 キャレットの後に
1949 \family sans
1950 Space
1951 \family default
1952 を押してください.
1953 \end_layout
1954
1955 \begin_layout Subsection
1956 分数
1957 \begin_inset CommandInset label
1958 LatexCommand label
1959 name "subsec:分数"
1960
1961 \end_inset
1962
1963
1964 \begin_inset Index idx
1965 range none
1966 pageformat default
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970 \begin_inset IndexMacro sortkey
1971 status collapsed
1972
1973 \begin_layout Plain Layout
1974 ふんすう
1975 \end_layout
1976
1977 \end_inset
1978
1979 分数
1980 \end_layout
1981
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Standard
1988 分数は,
1989 コマンド
1990 \series bold
1991
1992 \backslash
1993 frac
1994 \series default
1995
1996 \begin_inset Index idx
1997 range none
1998 pageformat default
1999 status collapsed
2000
2001 \begin_layout Plain Layout
2002 \begin_inset IndexMacro sortkey
2003 status collapsed
2004
2005 \begin_layout Plain Layout
2006 こまんと
2007 \end_layout
2008
2009 \end_inset
2010
2011 コマンド
2012 \begin_inset IndexMacro subentry
2013 status open
2014
2015 \begin_layout Plain Layout
2016 F
2017 \end_layout
2018
2019 \end_inset
2020
2021
2022 \begin_inset IndexMacro subentry
2023 status open
2024
2025 \begin_layout Plain Layout
2026
2027 \backslash
2028 frac
2029 \end_layout
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \end_inset
2037
2038 か数式ツールバーボタン
2039 \begin_inset Info
2040 type  "icon"
2041 arg   "math-insert \\frac"
2042 \end_inset
2043
2044 で作ることができます.フォント寸法は,
2045 分数が行内数式にあるか別行立て数式にあるかに応じて,
2046 自動的に調整されます.数式ツールバーボタン
2047 \begin_inset Info
2048 type  "icon"
2049 arg   "math-insert \\frac-square"
2050 \end_inset
2051
2052 を使えば,
2053 分数の種類を選ぶことができます.
2054 \end_layout
2055
2056 \begin_layout Standard
2057 コマンド
2058 \series bold
2059
2060 \backslash
2061 dfrac
2062 \series default
2063
2064 \begin_inset Index idx
2065 range none
2066 pageformat default
2067 status collapsed
2068
2069 \begin_layout Plain Layout
2070 \begin_inset IndexMacro sortkey
2071 status collapsed
2072
2073 \begin_layout Plain Layout
2074 こまんと
2075 \end_layout
2076
2077 \end_inset
2078
2079 コマンド
2080 \begin_inset IndexMacro subentry
2081 status open
2082
2083 \begin_layout Plain Layout
2084 D
2085 \end_layout
2086
2087 \end_inset
2088
2089
2090 \begin_inset IndexMacro subentry
2091 status open
2092
2093 \begin_layout Plain Layout
2094
2095 \backslash
2096 dfrac
2097 \end_layout
2098
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \end_inset
2105
2106 を使えば,
2107 つねに別行立て数式の大きさを持つ分数を作成することができます.また,
2108 コマンド
2109 \series bold
2110
2111 \backslash
2112 tfrac
2113 \series default
2114
2115 \begin_inset Index idx
2116 range none
2117 pageformat default
2118 status collapsed
2119
2120 \begin_layout Plain Layout
2121 \begin_inset IndexMacro sortkey
2122 status collapsed
2123
2124 \begin_layout Plain Layout
2125 こまんと
2126 \end_layout
2127
2128 \end_inset
2129
2130 コマンド
2131 \begin_inset IndexMacro subentry
2132 status open
2133
2134 \begin_layout Plain Layout
2135 T
2136 \end_layout
2137
2138 \end_inset
2139
2140
2141 \begin_inset IndexMacro subentry
2142 status open
2143
2144 \begin_layout Plain Layout
2145
2146 \backslash
2147 tfrac
2148 \end_layout
2149
2150 \end_inset
2151
2152
2153 \end_layout
2154
2155 \end_inset
2156
2157 では,
2158 つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
2159 \end_layout
2160
2161 \begin_layout Standard
2162 これは,
2163 コマンド
2164 \series bold
2165
2166 \backslash
2167 frac
2168 \series default
2169 を使用して作った分数
2170 \begin_inset Formula $\frac{1}{2}$
2171 \end_inset
2172
2173 を含む行です.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 これは,
2178 コマンド
2179 \series bold
2180
2181 \backslash
2182 dfrac
2183 \series default
2184 を使用して作った分数
2185 \begin_inset Formula $\dfrac{1}{2}$
2186 \end_inset
2187
2188 を含む行です.
2189 \end_layout
2190
2191 \begin_layout Standard
2192 \align center
2193 \begin_inset Tabular
2194 <lyxtabular version="3" rows="4" columns="2">
2195 <features booktabs="true" tabularvalignment="middle">
2196 <column alignment="center" valignment="top" width="0pt">
2197 <column alignment="center" valignment="top" width="0pt">
2198 <row>
2199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2200 \begin_inset Text
2201
2202 \begin_layout Plain Layout
2203 コマンド
2204 \end_layout
2205
2206 \end_inset
2207 </cell>
2208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2209 \begin_inset Text
2210
2211 \begin_layout Plain Layout
2212 出力
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 </row>
2218 <row topspace="1.5mm">
2219 <cell alignment="center" valignment="top" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Plain Layout
2223
2224 \backslash
2225 frac
2226 \begin_inset space \textvisiblespace{}
2227 \end_inset
2228
2229 A
2230 \begin_inset Formula $\downarrow$
2231 \end_inset
2232
2233 B
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 <cell alignment="center" valignment="top" usebox="none">
2239 \begin_inset Text
2240
2241 \begin_layout Plain Layout
2242 \begin_inset Formula $\frac{A}{B}$
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \end_inset
2249 </cell>
2250 </row>
2251 <row topspace="2mm">
2252 <cell alignment="center" valignment="top" usebox="none">
2253 \begin_inset Text
2254
2255 \begin_layout Plain Layout
2256
2257 \backslash
2258 dfrac
2259 \begin_inset space \textvisiblespace{}
2260 \end_inset
2261
2262 A
2263 \begin_inset Formula $\downarrow$
2264 \end_inset
2265
2266 B
2267 \end_layout
2268
2269 \end_inset
2270 </cell>
2271 <cell alignment="center" valignment="top" usebox="none">
2272 \begin_inset Text
2273
2274 \begin_layout Plain Layout
2275 \begin_inset Formula $\dfrac{A}{B}$
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 </row>
2284 <row topspace="2mm" bottomspace="1mm">
2285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \backslash
2291 dfrac
2292 \begin_inset space \textvisiblespace{}
2293 \end_inset
2294
2295 e^
2296 \backslash
2297 frac
2298 \begin_inset space \textvisiblespace{}
2299 \end_inset
2300
2301 1
2302 \begin_inset Formula $\downarrow$
2303 \end_inset
2304
2305 2
2306 \begin_inset Formula $\downarrow\downarrow$
2307 \end_inset
2308
2309 3
2310 \end_layout
2311
2312 \end_inset
2313 </cell>
2314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2315 \begin_inset Text
2316
2317 \begin_layout Plain Layout
2318 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2319 \end_inset
2320
2321
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 </row>
2327 </lyxtabular>
2328
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Standard
2335 \begin_inset VSpace bigskip
2336 \end_inset
2337
2338 入れ子の分数を作るには,
2339 コマンド
2340 \series bold
2341
2342 \backslash
2343 cfrac
2344 \series default
2345
2346 \begin_inset Index idx
2347 range none
2348 pageformat default
2349 status collapsed
2350
2351 \begin_layout Plain Layout
2352 \begin_inset IndexMacro sortkey
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356 こまんと
2357 \end_layout
2358
2359 \end_inset
2360
2361 コマンド
2362 \begin_inset IndexMacro subentry
2363 status open
2364
2365 \begin_layout Plain Layout
2366 C
2367 \end_layout
2368
2369 \end_inset
2370
2371
2372 \begin_inset IndexMacro subentry
2373 status open
2374
2375 \begin_layout Plain Layout
2376
2377 \backslash
2378 cfrac
2379 \end_layout
2380
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \end_inset
2387
2388 が使えます.以下がその例です.
2389 \begin_inset VSpace -3mm
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 \begin_inset Formula 
2397 \begin{align*}
2398 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
2399 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2400 \end{align*}
2401
2402 \end_inset
2403
2404
2405 \end_layout
2406
2407 \begin_layout Standard
2408 上記の例で使用したコマンドは,
2409
2410 \end_layout
2411
2412 \begin_layout Standard
2413
2414 \series bold
2415
2416 \backslash
2417 cfrac
2418 \begin_inset ERT
2419 status collapsed
2420
2421 \begin_layout Plain Layout
2422
2423
2424 \backslash
2425 space 
2426 \end_layout
2427
2428 \end_inset
2429
2430 A
2431 \begin_inset Formula $\downarrow$
2432 \end_inset
2433
2434 B+
2435 \backslash
2436 cfrac
2437 \begin_inset ERT
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441
2442
2443 \backslash
2444 space 
2445 \end_layout
2446
2447 \end_inset
2448
2449 C+
2450 \backslash
2451 cfrac
2452 \begin_inset ERT
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456
2457
2458 \backslash
2459 space 
2460 \end_layout
2461
2462 \end_inset
2463
2464 E
2465 \begin_inset Formula $\downarrow$
2466 \end_inset
2467
2468 F
2469 \begin_inset Formula $\downarrow$
2470 \end_inset
2471
2472 D
2473 \end_layout
2474
2475 \begin_layout Standard
2476 です.
2477 \end_layout
2478
2479 \begin_layout Standard
2480 \begin_inset VSpace medskip
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \begin_layout Standard
2487
2488 \series bold
2489
2490 \backslash
2491 cfrac
2492 \series default
2493 は,
2494 他の分数中に入れ子になっている場合も含め,
2495 分数をつねに別行立て数式の大きさに設定します.
2496 \end_layout
2497
2498 \begin_layout Standard
2499 分子の揃え方は,
2500 指定することができます.
2501 \series bold
2502
2503 \backslash
2504 cfracleft
2505 \series default
2506 コマンドは左揃えにし,
2507
2508 \series bold
2509
2510 \backslash
2511 cfracright
2512 \series default
2513 は右揃えにします.
2514 \series bold
2515
2516 \backslash
2517 cfrac
2518 \series default
2519 は中央揃えです.以下の各分数は,
2520 それぞれの揃え位置を示しています.
2521 \series bold
2522
2523 \begin_inset Formula 
2524 \[
2525 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2526 \]
2527
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Standard
2534 \begin_inset Note Greyedout
2535 status open
2536
2537 \begin_layout Plain Layout
2538
2539 \series bold
2540 [註]
2541 \backslash
2542 cfracleft
2543 \series default
2544
2545 \series bold
2546
2547 \backslash
2548 cfracright
2549 \series default
2550 は,
2551 生粋の\SpecialChar LaTeX
2552 コマンドではなく,
2553 実体は,
2554 コマンド
2555 \series bold
2556
2557 \backslash
2558 cfrac[揃え位置]{分子}{分母}
2559 \series default
2560 です.したがって,
2561 これらを\SpecialChar TeX
2562 モードで使うことはできません.
2563 \end_layout
2564
2565 \end_inset
2566
2567
2568 \end_layout
2569
2570 \begin_layout Standard
2571 \begin_inset VSpace medskip
2572 \end_inset
2573
2574 ときに,
2575 以下のように
2576 \series bold
2577
2578 \backslash
2579 cfrac
2580 \series default
2581
2582 \series bold
2583
2584 \backslash
2585 frac
2586 \series default
2587 を組み合わせて使うと便利です.
2588 \begin_inset Formula 
2589 \[
2590 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2591 \]
2592
2593 \end_inset
2594
2595
2596 \end_layout
2597
2598 \begin_layout Standard
2599 斜めの分数線を持つ行内分数を作るには,
2600 コマンド
2601 \series bold
2602
2603 \backslash
2604 nicefrac
2605 \series default
2606
2607 \begin_inset Index idx
2608 range none
2609 pageformat default
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613 \begin_inset IndexMacro sortkey
2614 status collapsed
2615
2616 \begin_layout Plain Layout
2617 こまんと
2618 \end_layout
2619
2620 \end_inset
2621
2622 コマンド
2623 \begin_inset IndexMacro subentry
2624 status open
2625
2626 \begin_layout Plain Layout
2627 N
2628 \end_layout
2629
2630 \end_inset
2631
2632
2633 \begin_inset IndexMacro subentry
2634 status open
2635
2636 \begin_layout Plain Layout
2637
2638 \backslash
2639 nicefrac
2640 \end_layout
2641
2642 \end_inset
2643
2644
2645 \end_layout
2646
2647 \end_inset
2648
2649 (例:
2650
2651 \begin_inset Formula $\nicefrac{5}{31}$
2652 \end_inset
2653
2654 )を使うか,
2655 コマンド
2656 \series bold
2657
2658 \backslash
2659 unitfrac
2660 \series default
2661
2662 \begin_inset Index idx
2663 range none
2664 pageformat default
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 \begin_inset IndexMacro sortkey
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 こまんと
2673 \end_layout
2674
2675 \end_inset
2676
2677 コマンド
2678 \begin_inset IndexMacro subentry
2679 status open
2680
2681 \begin_layout Plain Layout
2682 U
2683 \end_layout
2684
2685 \end_inset
2686
2687
2688 \begin_inset IndexMacro subentry
2689 status open
2690
2691 \begin_layout Plain Layout
2692
2693 \backslash
2694 unitfrac
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \end_inset
2703
2704 (例:
2705
2706 \begin_inset Formula $\unitfrac{5}{31}$
2707 \end_inset
2708
2709 )を使います.さらに,
2710
2711 \begin_inset Formula $\unitfrac[2]{1}{3}$
2712 \end_inset
2713
2714 のような帯分数を作るコマンド
2715 \series bold
2716
2717 \backslash
2718 unitfracthree
2719 \series default
2720 もあります.
2721 \end_layout
2722
2723 \begin_layout Standard
2724 \begin_inset Note Greyedout
2725 status open
2726
2727 \begin_layout Plain Layout
2728
2729 \series bold
2730 [註]
2731 \series default
2732 実は,
2733
2734 \series bold
2735
2736 \backslash
2737 unitfracthree
2738 \series default
2739 は生粋の\SpecialChar LaTeX
2740 コマンドではなく,
2741 実体は
2742 \begin_inset Newline newline
2743 \end_inset
2744
2745
2746 \series bold
2747
2748 \backslash
2749 unitfrac[自然数]{分子}{分母}
2750 \series default
2751 というコマンドなので,
2752 \SpecialChar TeX
2753 コードでは使用できません.
2754 \end_layout
2755
2756 \end_inset
2757
2758
2759 \end_layout
2760
2761 \begin_layout Standard
2762 分数線を変更できるような独自の分数の定義のしかたは,
2763
2764 \begin_inset CommandInset ref
2765 LatexCommand ref
2766 reference "subsec:自己定義の分数"
2767 nolink "false"
2768
2769 \end_inset
2770
2771 節に説明があります.
2772 \end_layout
2773
2774 \begin_layout Standard
2775 多行分数の説明は,
2776
2777 \begin_inset CommandInset ref
2778 LatexCommand ref
2779 reference "subsec:多行にわたる分数"
2780 nolink "false"
2781
2782 \end_inset
2783
2784 節にあります.
2785 \end_layout
2786
2787 \begin_layout Subsection
2788 根号
2789 \begin_inset Index idx
2790 range none
2791 pageformat default
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795 \begin_inset IndexMacro sortkey
2796 status collapsed
2797
2798 \begin_layout Plain Layout
2799 こんこう
2800 \end_layout
2801
2802 \end_inset
2803
2804 根号
2805 \end_layout
2806
2807 \end_inset
2808
2809
2810 \begin_inset Index idx
2811 range none
2812 pageformat default
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816 \begin_inset IndexMacro sortkey
2817 status collapsed
2818
2819 \begin_layout Plain Layout
2820 ると
2821 \end_layout
2822
2823 \end_inset
2824
2825 ルート
2826 \begin_inset IndexMacro see
2827 status open
2828
2829 \begin_layout Plain Layout
2830 根号
2831 \end_layout
2832
2833 \end_inset
2834
2835
2836 \end_layout
2837
2838 \end_inset
2839
2840
2841 \end_layout
2842
2843 \begin_layout Standard
2844 平方根は,
2845
2846 \series bold
2847
2848 \backslash
2849 sqrt
2850 \series default
2851
2852 \begin_inset Index idx
2853 range none
2854 pageformat default
2855 status collapsed
2856
2857 \begin_layout Plain Layout
2858 \begin_inset IndexMacro sortkey
2859 status collapsed
2860
2861 \begin_layout Plain Layout
2862 こまんと
2863 \end_layout
2864
2865 \end_inset
2866
2867 コマンド
2868 \begin_inset IndexMacro subentry
2869 status open
2870
2871 \begin_layout Plain Layout
2872 S
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \begin_inset IndexMacro subentry
2879 status open
2880
2881 \begin_layout Plain Layout
2882
2883 \backslash
2884 sqrt
2885 \end_layout
2886
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \end_inset
2893
2894 か数式ツールバーボタン
2895 \begin_inset Info
2896 type  "icon"
2897 arg   "math-insert \\sqrt"
2898 \end_inset
2899
2900 で作成することができ,
2901 他のすべての根号は,
2902 コマンド
2903 \series bold
2904
2905 \backslash
2906 root
2907 \series default
2908
2909 \begin_inset Index idx
2910 range none
2911 pageformat default
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 \begin_inset IndexMacro sortkey
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 こまんと
2920 \end_layout
2921
2922 \end_inset
2923
2924 コマンド
2925 \begin_inset IndexMacro subentry
2926 status open
2927
2928 \begin_layout Plain Layout
2929 R
2930 \end_layout
2931
2932 \end_inset
2933
2934
2935 \begin_inset IndexMacro subentry
2936 status open
2937
2938 \begin_layout Plain Layout
2939
2940 \backslash
2941 root
2942 \end_layout
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950
2951 か数式ツールバーボタン
2952 \begin_inset Info
2953 type  "icon"
2954 arg   "math-insert \\root"
2955 \end_inset
2956
2957 で作成することができます.
2958 \end_layout
2959
2960 \begin_layout Standard
2961 \align center
2962 \begin_inset Tabular
2963 <lyxtabular version="3" rows="3" columns="2">
2964 <features booktabs="true" tabularvalignment="middle">
2965 <column alignment="center" valignment="top" width="0pt">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 コマンド
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 出力
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row topspace="1mm">
2988 <cell alignment="center" valignment="top" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \backslash
2994 sqrt
2995 \begin_inset space \textvisiblespace{}
2996 \end_inset
2997
2998 A-B
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 \begin_inset Formula $\sqrt{A-B}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row topspace="1mm">
3017 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 root
3024 \begin_inset space \textvisiblespace{}
3025 \end_inset
3026
3027 3
3028 \begin_inset Formula $\downarrow$
3029 \end_inset
3030
3031 A-B
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\sqrt[3]{A-B}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 </lyxtabular>
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 平方根は,
3058 根号指数フィールドを空白のままにしておけば,
3059
3060 \series bold
3061
3062 \backslash
3063 root
3064 \series default
3065 でも作成することができます.
3066 \end_layout
3067
3068 \begin_layout Standard
3069 \begin_inset Formula $\sqrt[\beta]{B}$
3070 \end_inset
3071
3072 の例のように,
3073 指数のとる値によっては,
3074 根号への距離が近すぎることがあります.
3075 \begin_inset Newline newline
3076 \end_inset
3077
3078 この場合には,
3079
3080 \begin_inset Formula $\beta$
3081 \end_inset
3082
3083 が根号に触れてしまいます.これを避けるためには,
3084 以下のようなコマンド書式で,
3085 コマンド
3086 \series bold
3087
3088 \backslash
3089 leftroot
3090 \series default
3091
3092 \begin_inset Index idx
3093 range none
3094 pageformat default
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 \begin_inset IndexMacro sortkey
3099 status collapsed
3100
3101 \begin_layout Plain Layout
3102 こまんと
3103 \end_layout
3104
3105 \end_inset
3106
3107 コマンド
3108 \begin_inset IndexMacro subentry
3109 status open
3110
3111 \begin_layout Plain Layout
3112 L
3113 \end_layout
3114
3115 \end_inset
3116
3117
3118 \begin_inset IndexMacro subentry
3119 status open
3120
3121 \begin_layout Plain Layout
3122
3123 \backslash
3124 leftroot
3125 \end_layout
3126
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \end_inset
3133
3134
3135 \series bold
3136
3137 \backslash
3138 uproot
3139 \series default
3140
3141 \begin_inset Index idx
3142 range none
3143 pageformat default
3144 status collapsed
3145
3146 \begin_layout Plain Layout
3147 \begin_inset IndexMacro sortkey
3148 status collapsed
3149
3150 \begin_layout Plain Layout
3151 こまんと
3152 \end_layout
3153
3154 \end_inset
3155
3156 コマンド
3157 \begin_inset IndexMacro subentry
3158 status open
3159
3160 \begin_layout Plain Layout
3161 U
3162 \end_layout
3163
3164 \end_inset
3165
3166
3167 \begin_inset IndexMacro subentry
3168 status open
3169
3170 \begin_layout Plain Layout
3171
3172 \backslash
3173 uproot
3174 \end_layout
3175
3176 \end_inset
3177
3178
3179 \end_layout
3180
3181 \end_inset
3182
3183 を使います.
3184 \end_layout
3185
3186 \begin_layout Standard
3187
3188 \series bold
3189
3190 \backslash
3191 leftroot{距離}
3192 \series default
3193 および
3194 \series bold
3195
3196 \backslash
3197 uproot{距離}
3198 \end_layout
3199
3200 \begin_layout Standard
3201 ここで「距離」は,
3202 指数を左あるいは上に動かす,
3203 Big Point(単位bp;
3204
3205 \begin_inset Formula $\mathrm{72\,bp=1}$
3206 \end_inset
3207
3208 インチ)での数値です.これらのコマンドは,
3209 指数に書き込みます.このようにして,
3210 コマンド
3211 \begin_inset Newline newline
3212 \end_inset
3213
3214
3215 \series bold
3216
3217 \backslash
3218 root
3219 \backslash
3220 leftroot{-1
3221 \begin_inset Formula $\to$
3222 \end_inset
3223
3224
3225 \backslash
3226 uproot{2
3227 \begin_inset Formula $\to$
3228 \end_inset
3229
3230
3231 \backslash
3232 beta
3233 \begin_inset space \textvisiblespace{}
3234 \end_inset
3235
3236
3237 \begin_inset Formula $\to$
3238 \end_inset
3239
3240 B
3241 \begin_inset Newline newline
3242 \end_inset
3243
3244
3245 \series default
3246 は,
3247 正しく組版された数式
3248 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
3249 \end_inset
3250
3251 を生成します.
3252 \end_layout
3253
3254 \begin_layout Subsection
3255 二項係数
3256 \begin_inset Index idx
3257 range none
3258 pageformat default
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262 \begin_inset IndexMacro sortkey
3263 status collapsed
3264
3265 \begin_layout Plain Layout
3266 にこうけいすう
3267 \end_layout
3268
3269 \end_inset
3270
3271 二項係数
3272 \end_layout
3273
3274 \end_inset
3275
3276
3277 \end_layout
3278
3279 \begin_layout Standard
3280 二項係数は,
3281 コマンド
3282 \series bold
3283
3284 \backslash
3285 binom
3286 \series default
3287
3288 \begin_inset Index idx
3289 range none
3290 pageformat default
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 \begin_inset IndexMacro sortkey
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 こまんと
3299 \end_layout
3300
3301 \end_inset
3302
3303 コマンド
3304 \begin_inset IndexMacro subentry
3305 status open
3306
3307 \begin_layout Plain Layout
3308 B
3309 \end_layout
3310
3311 \end_inset
3312
3313
3314 \begin_inset IndexMacro subentry
3315 status open
3316
3317 \begin_layout Plain Layout
3318
3319 \backslash
3320 binom
3321 \end_layout
3322
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \end_inset
3329
3330 か数式ツールバーボタン
3331 \begin_inset Info
3332 type  "icon"
3333 arg   "math-insert \\frac-square"
3334 \end_inset
3335
3336 の小メニューを使って挿入することができます.分数(
3337 \series bold
3338
3339 \backslash
3340 frac
3341 \series default
3342 )と同様に,
3343
3344 \series bold
3345
3346 \backslash
3347 binom
3348 \series default
3349 の他に,
3350 コマンド
3351 \series bold
3352
3353 \backslash
3354 dbinom
3355 \series default
3356
3357 \begin_inset Index idx
3358 range none
3359 pageformat default
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363 \begin_inset IndexMacro sortkey
3364 status collapsed
3365
3366 \begin_layout Plain Layout
3367 こまんと
3368 \end_layout
3369
3370 \end_inset
3371
3372 コマンド
3373 \begin_inset IndexMacro subentry
3374 status open
3375
3376 \begin_layout Plain Layout
3377 D
3378 \end_layout
3379
3380 \end_inset
3381
3382
3383 \begin_inset IndexMacro subentry
3384 status open
3385
3386 \begin_layout Plain Layout
3387
3388 \backslash
3389 dbinom
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398
3399 および
3400 \series bold
3401
3402 \backslash
3403 tbinom
3404 \series default
3405
3406 \begin_inset Index idx
3407 range none
3408 pageformat default
3409 status collapsed
3410
3411 \begin_layout Plain Layout
3412 \begin_inset IndexMacro sortkey
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416 こまんと
3417 \end_layout
3418
3419 \end_inset
3420
3421 コマンド
3422 \begin_inset IndexMacro subentry
3423 status open
3424
3425 \begin_layout Plain Layout
3426 T
3427 \end_layout
3428
3429 \end_inset
3430
3431
3432 \begin_inset IndexMacro subentry
3433 status open
3434
3435 \begin_layout Plain Layout
3436
3437 \backslash
3438 tbinom
3439 \end_layout
3440
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \end_inset
3447
3448 があります.二項係数のまわりの括弧に,
3449 他の括弧を使うには,
3450 コマンド
3451 \series bold
3452
3453 \backslash
3454 brace
3455 \series default
3456
3457 \begin_inset Index idx
3458 range none
3459 pageformat default
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 \begin_inset IndexMacro sortkey
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467 こまんと
3468 \end_layout
3469
3470 \end_inset
3471
3472 コマンド
3473 \begin_inset IndexMacro subentry
3474 status open
3475
3476 \begin_layout Plain Layout
3477 B
3478 \end_layout
3479
3480 \end_inset
3481
3482
3483 \begin_inset IndexMacro subentry
3484 status open
3485
3486 \begin_layout Plain Layout
3487
3488 \backslash
3489 brace
3490 \end_layout
3491
3492 \end_inset
3493
3494
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \series bold
3501
3502 \backslash
3503 brack
3504 \series default
3505
3506 \begin_inset Index idx
3507 range none
3508 pageformat default
3509 status collapsed
3510
3511 \begin_layout Plain Layout
3512 \begin_inset IndexMacro sortkey
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516 こまんと
3517 \end_layout
3518
3519 \end_inset
3520
3521 コマンド
3522 \begin_inset IndexMacro subentry
3523 status open
3524
3525 \begin_layout Plain Layout
3526 B
3527 \end_layout
3528
3529 \end_inset
3530
3531
3532 \begin_inset IndexMacro subentry
3533 status open
3534
3535 \begin_layout Plain Layout
3536
3537 \backslash
3538 brack
3539 \end_layout
3540
3541 \end_inset
3542
3543
3544 \end_layout
3545
3546 \end_inset
3547
3548 があります.
3549 \end_layout
3550
3551 \begin_layout Standard
3552 \align center
3553 \begin_inset Tabular
3554 <lyxtabular version="3" rows="6" columns="2">
3555 <features booktabs="true" tabularvalignment="middle">
3556 <column alignment="center" valignment="top" width="0pt">
3557 <column alignment="center" valignment="top" width="0pt">
3558 <row>
3559 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 コマンド
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 出力
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 </row>
3578 <row topspace="1mm">
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \backslash
3585 binom
3586 \begin_inset space \textvisiblespace{}
3587 \end_inset
3588
3589 A
3590 \begin_inset Formula $\downarrow$
3591 \end_inset
3592
3593 B
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 \begin_inset Formula $\binom{A}{B}$
3603 \end_inset
3604
3605
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row topspace="2mm">
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \backslash
3618 dbinom
3619 \begin_inset space \textvisiblespace{}
3620 \end_inset
3621
3622 A
3623 \begin_inset Formula $\downarrow$
3624 \end_inset
3625
3626 B
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 \begin_inset Formula $\dbinom{A}{B}$
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row topspace="2mm" bottomspace="0.5mm">
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \backslash
3651 tbinom
3652 \begin_inset space \textvisiblespace{}
3653 \end_inset
3654
3655 A
3656 \begin_inset Formula $\downarrow$
3657 \end_inset
3658
3659 B
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 \begin_inset Formula $\tbinom{A}{B}$
3669 \end_inset
3670
3671
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row topspace="1mm">
3678 <cell alignment="center" valignment="top" topline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \backslash
3684 brack
3685 \begin_inset space \textvisiblespace{}
3686 \end_inset
3687
3688 A
3689 \begin_inset Formula $\downarrow$
3690 \end_inset
3691
3692 B
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" topline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 \begin_inset Formula ${A \brack B}$
3702 \end_inset
3703
3704
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row topspace="2mm" bottomspace="0.5mm">
3711 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \backslash
3717 brace
3718 \begin_inset space \textvisiblespace{}
3719 \end_inset
3720
3721 A
3722 \begin_inset Formula $\downarrow$
3723 \end_inset
3724
3725 B
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 \begin_inset Formula ${A \brace B}$
3735 \end_inset
3736
3737
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 </row>
3743 </lyxtabular>
3744
3745 \end_inset
3746
3747
3748 \end_layout
3749
3750 \begin_layout Subsection
3751 場合分け
3752 \begin_inset Index idx
3753 range none
3754 pageformat default
3755 status collapsed
3756
3757 \begin_layout Plain Layout
3758 \begin_inset IndexMacro sortkey
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762 はあいわけ
3763 \end_layout
3764
3765 \end_inset
3766
3767 場合分け
3768 \end_layout
3769
3770 \end_inset
3771
3772
3773 \end_layout
3774
3775 \begin_layout Standard
3776 \align center
3777 \begin_inset Tabular
3778 <lyxtabular version="3" rows="3" columns="2">
3779 <features booktabs="true" tabularvalignment="middle">
3780 <column alignment="center" valignment="top" width="0pt">
3781 <column alignment="center" valignment="top" width="0pt">
3782 <row>
3783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 コマンド
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 出力
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \backslash
3809 cases
3810 \begin_inset space \textvisiblespace{}
3811 \end_inset
3812
3813 A
3814 \begin_inset Formula $\to$
3815 \end_inset
3816
3817 B
3818 \begin_inset Formula $>$
3819 \end_inset
3820
3821 0
3822 \begin_inset Index idx
3823 range none
3824 pageformat default
3825 status collapsed
3826
3827 \begin_layout Plain Layout
3828 \begin_inset IndexMacro sortkey
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832 こまんと
3833 \end_layout
3834
3835 \end_inset
3836
3837 コマンド
3838 \begin_inset IndexMacro subentry
3839 status open
3840
3841 \begin_layout Plain Layout
3842 C
3843 \end_layout
3844
3845 \end_inset
3846
3847
3848 \begin_inset IndexMacro subentry
3849 status open
3850
3851 \begin_layout Plain Layout
3852
3853 \backslash
3854 cases
3855 \end_layout
3856
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863
3864
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 \begin_inset Formula $\begin{cases}
3874 A & B>0\end{cases}$
3875 \end_inset
3876
3877
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 </row>
3883 <row topspace="1.5mm">
3884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888
3889 \backslash
3890 cases
3891 \begin_inset space \textvisiblespace{}
3892 \end_inset
3893
3894
3895 \begin_inset Info
3896 type  "shortcut"
3897 arg   "newline-insert newline"
3898 \end_inset
3899
3900
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 \begin_inset Formula $\begin{cases}
3910 A & \textrm{for }x>0\\
3911 B & \textrm{for }x=0
3912 \end{cases}$
3913 \end_inset
3914
3915
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 </lyxtabular>
3922
3923 \end_inset
3924
3925
3926 \end_layout
3927
3928 \begin_layout Standard
3929
3930 \series bold
3931
3932 \backslash
3933 cases
3934 \series default
3935 を挿入するか数式ツールバーボタン
3936 \begin_inset Info
3937 type  "icon"
3938 arg   "math-insert \\cases"
3939 \end_inset
3940
3941 を使用した後では,
3942 ショートカット
3943 \begin_inset Info
3944 type  "shortcut"
3945 arg   "newline-insert newline"
3946 \end_inset
3947
3948 か表ツールバーボタン
3949 \begin_inset Info
3950 type  "icon"
3951 arg   "tabular-feature append-row"
3952 \end_inset
3953
3954 を使えば,
3955 新しい行を作ることができます.
3956 \end_layout
3957
3958 \begin_layout Standard
3959 コマンド
3960 \series bold
3961
3962 \backslash
3963 cases
3964 \series default
3965 は,
3966
3967 \family sans
3968 \series bold
3969 挿入\SpecialChar menuseparator
3970 数式\SpecialChar menuseparator
3971
3972 \series default
3973 Cases
3974 \series bold
3975 環境
3976 \family default
3977 \series default
3978
3979 \begin_inset space \thinspace{}
3980 \end_inset
3981
3982 メニューで挿入することもできます.
3983 \end_layout
3984
3985 \begin_layout Subsection
3986 否定
3987 \begin_inset Index idx
3988 range none
3989 pageformat default
3990 status collapsed
3991
3992 \begin_layout Plain Layout
3993 \begin_inset IndexMacro sortkey
3994 status collapsed
3995
3996 \begin_layout Plain Layout
3997 ひてい
3998 \end_layout
3999
4000 \end_inset
4001
4002 否定
4003 \end_layout
4004
4005 \end_inset
4006
4007
4008 \end_layout
4009
4010 \begin_layout Standard
4011
4012 \series bold
4013
4014 \backslash
4015 not
4016 \series default
4017
4018 \begin_inset Index idx
4019 range none
4020 pageformat default
4021 status collapsed
4022
4023 \begin_layout Plain Layout
4024 \begin_inset IndexMacro sortkey
4025 status open
4026
4027 \begin_layout Plain Layout
4028 こまんと
4029 \end_layout
4030
4031 \end_inset
4032
4033 コマンド
4034 \begin_inset IndexMacro subentry
4035 status open
4036
4037 \begin_layout Plain Layout
4038 N
4039 \end_layout
4040
4041 \end_inset
4042
4043
4044 \begin_inset IndexMacro subentry
4045 status open
4046
4047 \begin_layout Plain Layout
4048
4049 \backslash
4050 not
4051 \end_layout
4052
4053 \end_inset
4054
4055
4056 \end_layout
4057
4058 \end_inset
4059
4060 を挿入することで,
4061 すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
4062 \end_layout
4063
4064 \begin_layout Standard
4065 \align center
4066 \begin_inset Tabular
4067 <lyxtabular version="3" rows="4" columns="2">
4068 <features booktabs="true" tabularvalignment="middle">
4069 <column alignment="center" valignment="top" width="0pt">
4070 <column alignment="center" valignment="top" width="0pt">
4071 <row>
4072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 コマンド
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 出力
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \backslash
4098 not=
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 \begin_inset Formula $\not=$
4108 \end_inset
4109
4110
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \backslash
4123 not 
4124 \backslash
4125 le
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 \begin_inset Formula $\not\le$
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \backslash
4150 not 
4151 \backslash
4152 parallel
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 \begin_inset Formula $\not\parallel$
4162 \end_inset
4163
4164
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 </lyxtabular>
4171
4172 \end_inset
4173
4174
4175 \end_layout
4176
4177 \begin_layout Standard
4178 最後の例が示すように,
4179 すべての否定形がきれいに出力されるわけではありません.このことから,
4180 否定形に専用のコマンドを持つものもあります(第
4181 \begin_inset CommandInset ref
4182 LatexCommand ref
4183 reference "subsec:数学記号"
4184 nolink "false"
4185
4186 \end_inset
4187
4188 節および第
4189 \begin_inset CommandInset ref
4190 LatexCommand ref
4191 reference "sec:関係子"
4192 nolink "false"
4193
4194 \end_inset
4195
4196 節を参照).
4197 \end_layout
4198
4199 \begin_layout Subsection
4200 埋め草
4201 \begin_inset CommandInset label
4202 LatexCommand label
4203 name "subsec:埋め草"
4204
4205 \end_inset
4206
4207
4208 \begin_inset Index idx
4209 range none
4210 pageformat default
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214 \begin_inset IndexMacro sortkey
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218 うめくさ
4219 \end_layout
4220
4221 \end_inset
4222
4223 埋め草
4224 \end_layout
4225
4226 \end_inset
4227
4228
4229 \begin_inset Index idx
4230 range none
4231 pageformat default
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235 \begin_inset IndexMacro sortkey
4236 status collapsed
4237
4238 \begin_layout Plain Layout
4239 かかくきこう
4240 \end_layout
4241
4242 \end_inset
4243
4244 化学記号
4245 \begin_inset IndexMacro subentry
4246 status open
4247
4248 \begin_layout Plain Layout
4249 \begin_inset IndexMacro sortkey
4250 status collapsed
4251
4252 \begin_layout Plain Layout
4253 とういたい
4254 \end_layout
4255
4256 \end_inset
4257
4258 同位体
4259 \end_layout
4260
4261 \end_inset
4262
4263
4264 \end_layout
4265
4266 \end_inset
4267
4268
4269 \begin_inset Index idx
4270 range none
4271 pageformat default
4272 status collapsed
4273
4274 \begin_layout Plain Layout
4275 \begin_inset IndexMacro sortkey
4276 status collapsed
4277
4278 \begin_layout Plain Layout
4279 とういたい
4280 \end_layout
4281
4282 \end_inset
4283
4284 同位体
4285 \begin_inset IndexMacro see
4286 status open
4287
4288 \begin_layout Plain Layout
4289 化学記号
4290 \end_layout
4291
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \end_inset
4298
4299
4300 \begin_inset Index idx
4301 range none
4302 pageformat default
4303 status collapsed
4304
4305 \begin_layout Plain Layout
4306 \begin_inset IndexMacro sortkey
4307 status collapsed
4308
4309 \begin_layout Plain Layout
4310 あいそとふ
4311 \end_layout
4312
4313 \end_inset
4314
4315 アイソトープ
4316 \begin_inset IndexMacro see
4317 status open
4318
4319 \begin_layout Plain Layout
4320 同位体
4321 \end_layout
4322
4323 \end_inset
4324
4325
4326 \end_layout
4327
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \begin_layout Standard
4334 たとえば同位体
4335 \begin_inset Foot
4336 status collapsed
4337
4338 \begin_layout Plain Layout
4339 同位体と化学記号の組版に関しては,
4340
4341 \begin_inset CommandInset ref
4342 LatexCommand ref
4343 reference "subsec:化学記号と化学式"
4344 nolink "false"
4345
4346 \end_inset
4347
4348 節に記述があります.
4349 \end_layout
4350
4351 \end_inset
4352
4353 を表示しようとすると,
4354 次のような問題が起こります.
4355 \end_layout
4356
4357 \begin_layout Standard
4358 \align center
4359 \begin_inset Tabular
4360 <lyxtabular version="3" rows="2" columns="2">
4361 <features booktabs="true" tabularvalignment="middle">
4362 <column alignment="center" valignment="top" width="0pt">
4363 <column alignment="center" valignment="top" width="0pt">
4364 <row>
4365 <cell alignment="center" valignment="top" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 上付き文字と下付き文字を使用して作った指数:
4370
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 \begin_inset Formula $_{9}^{19}\mathrm{F}$
4380 \end_inset
4381
4382
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row topspace="1.5mm">
4389 <cell alignment="center" valignment="top" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 正しい指数:
4394
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4404 \end_inset
4405
4406
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 </lyxtabular>
4413
4414 \end_inset
4415
4416
4417 \end_layout
4418
4419 \begin_layout Standard
4420 短い方の指数は,
4421 既定で,
4422 長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,
4423 一文字ないし複数の空の文字を生成するコマンド
4424 \series bold
4425
4426 \backslash
4427 phantom
4428 \series default
4429
4430 \begin_inset Index idx
4431 range none
4432 pageformat default
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436 こまんと@コマンド!P!
4437 \backslash
4438 phantom
4439 \end_layout
4440
4441 \end_inset
4442
4443 や数式ツールバーボタン
4444 \begin_inset Foot
4445 status collapsed
4446
4447 \begin_layout Plain Layout
4448 ツールバーボタン
4449 \begin_inset Info
4450 type  "icon"
4451 arg   "math-insert \\space"
4452 \end_inset
4453
4454 の小メニューに入っています.
4455 \end_layout
4456
4457 \end_inset
4458
4459
4460 \begin_inset Info
4461 type  "icon"
4462 arg   "math/phantom"
4463 \end_inset
4464
4465 があります.
4466 \series bold
4467
4468 \backslash
4469 phantom
4470 \series default
4471 を挿入すると,
4472 二つの赤い矢印が重なった青枠が表示されます.矢印は,
4473 箱の中身の幅と高さの両方が,
4474 埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打ち文字)として適用されることを示しています.したがって,
4475
4476 \series bold
4477
4478 \backslash
4479 phantom
4480 \series default
4481 の作る文字は,
4482 箱の中身の文字の大きさを持つ埋め草となります.
4483 \end_layout
4484
4485 \begin_layout Standard
4486 \align center
4487 \begin_inset Tabular
4488 <lyxtabular version="3" rows="4" columns="2">
4489 <features booktabs="true" tabularvalignment="middle">
4490 <column alignment="center" valignment="top" width="0pt">
4491 <column alignment="center" valignment="top" width="0pt">
4492 <row>
4493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 コマンド
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 出力
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row topspace="1.5mm">
4513 <cell alignment="center" valignment="top" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 ^19
4518 \begin_inset space \textvisiblespace{}
4519 \end_inset
4520
4521 _
4522 \backslash
4523 phantom
4524 \begin_inset space \textvisiblespace{}
4525 \end_inset
4526
4527 1
4528 \begin_inset Formula $\to$
4529 \end_inset
4530
4531 9
4532 \begin_inset space \textvisiblespace{}
4533 \end_inset
4534
4535
4536 \backslash
4537 mathrm
4538 \begin_inset space \textvisiblespace{}
4539 \end_inset
4540
4541 F
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4551 \end_inset
4552
4553
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row topspace="1.5mm" bottomspace="0.5mm">
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 ^235
4565 \begin_inset space \textvisiblespace{}
4566 \end_inset
4567
4568 _
4569 \backslash
4570 phantom
4571 \begin_inset space \textvisiblespace{}
4572 \end_inset
4573
4574 23
4575 \begin_inset Formula $\to$
4576 \end_inset
4577
4578 9
4579 \begin_inset space \textvisiblespace{}
4580 \end_inset
4581
4582
4583 \backslash
4584 mathrm
4585 \begin_inset space \textvisiblespace{}
4586 \end_inset
4587
4588 F
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
4598 \end_inset
4599
4600
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row topspace="1.5mm" bottomspace="0.5mm">
4607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \backslash
4613 Lambda^
4614 \begin_inset space \textvisiblespace{}
4615 \end_inset
4616
4617
4618 \backslash
4619 phantom
4620 \begin_inset space \textvisiblespace{}
4621 \end_inset
4622
4623 ii
4624 \begin_inset Formula $\to$
4625 \end_inset
4626
4627 t
4628 \begin_inset space \textvisiblespace{}
4629 \end_inset
4630
4631 _MMt
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
4641 \end_inset
4642
4643
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 </lyxtabular>
4650
4651 \end_inset
4652
4653
4654 \end_layout
4655
4656 \begin_layout Standard
4657 さらに,
4658
4659 \series bold
4660
4661 \backslash
4662 vphantom
4663 \series default
4664
4665 \begin_inset Index idx
4666 range none
4667 pageformat default
4668 status collapsed
4669
4670 \begin_layout Plain Layout
4671 \begin_inset IndexMacro sortkey
4672 status open
4673
4674 \begin_layout Plain Layout
4675 こまんと
4676 \end_layout
4677
4678 \end_inset
4679
4680 コマンド
4681 \begin_inset IndexMacro subentry
4682 status open
4683
4684 \begin_layout Plain Layout
4685 V
4686 \end_layout
4687
4688 \end_inset
4689
4690
4691 \begin_inset IndexMacro subentry
4692 status open
4693
4694 \begin_layout Plain Layout
4695
4696 \backslash
4697 vphantom
4698 \end_layout
4699
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \end_inset
4706
4707 (ツールバーボタン
4708 \begin_inset space ~
4709 \end_inset
4710
4711
4712 \begin_inset Info
4713 type  "icon"
4714 arg   "math/vphantom"
4715 \end_inset
4716
4717 )および
4718 \series bold
4719
4720 \backslash
4721 hphantom
4722 \series default
4723
4724 \begin_inset Index idx
4725 range none
4726 pageformat default
4727 status collapsed
4728
4729 \begin_layout Plain Layout
4730 \begin_inset IndexMacro sortkey
4731 status open
4732
4733 \begin_layout Plain Layout
4734 こまんと
4735 \end_layout
4736
4737 \end_inset
4738
4739 コマンド
4740 \begin_inset IndexMacro subentry
4741 status open
4742
4743 \begin_layout Plain Layout
4744 H
4745 \end_layout
4746
4747 \end_inset
4748
4749
4750 \begin_inset IndexMacro subentry
4751 status open
4752
4753 \begin_layout Plain Layout
4754
4755 \backslash
4756 hphantom
4757 \end_layout
4758
4759 \end_inset
4760
4761
4762 \end_layout
4763
4764 \end_inset
4765
4766 (ツールバーボタン
4767 \begin_inset space ~
4768 \end_inset
4769
4770
4771 \begin_inset Info
4772 type  "icon"
4773 arg   "math/hphantom"
4774 \end_inset
4775
4776 )というコマンドもあります.
4777 \series bold
4778
4779 \backslash
4780 vphantom
4781 \series default
4782 は,
4783 枠内部の文字の最大高のみの空白を作り,
4784 幅は考慮しません.
4785 \series bold
4786
4787 \backslash
4788 hphantom
4789 \series default
4790 は,
4791 枠の内容の幅のみの空白を作ります.このことから,
4792 これらの枠は一本の赤矢印のみで表示されます.
4793 \end_layout
4794
4795 \begin_layout Standard
4796 たとえば,
4797
4798 \series bold
4799
4800 \backslash
4801 vphantom
4802 \series default
4803
4804 \begin_inset space \textvisiblespace{}
4805 \end_inset
4806
4807
4808 \series bold
4809 a
4810 \backslash
4811 int
4812 \series default
4813 は,
4814 積分記号
4815 \begin_inset Foot
4816 status collapsed
4817
4818 \begin_layout Plain Layout
4819
4820 \series bold
4821
4822 \backslash
4823 int
4824 \series default
4825 コマンドは,
4826 積分記号を生成します.第
4827 \begin_inset CommandInset ref
4828 LatexCommand ref
4829 reference "subsec:大演算子"
4830 nolink "false"
4831
4832 \end_inset
4833
4834 節を参照してください.
4835 \end_layout
4836
4837 \end_inset
4838
4839 が最大高の文字なので,
4840 積分記号の高さを持つ空白を作ります.実際の適用例については,
4841
4842 \begin_inset CommandInset ref
4843 LatexCommand ref
4844 reference "subsec:多行にわたる括弧"
4845 nolink "false"
4846
4847 \end_inset
4848
4849 節を参照してください.
4850 \end_layout
4851
4852 \begin_layout Standard
4853 埋め草は,
4854 メニュー
4855 \family sans
4856
4857 \begin_inset space \thinspace{}
4858 \end_inset
4859
4860
4861 \series bold
4862 挿入\SpecialChar menuseparator
4863 整形\SpecialChar menuseparator
4864 埋め草
4865 \family default
4866 \series default
4867
4868 \begin_inset space \thinspace{}
4869 \end_inset
4870
4871 を使えば,
4872 以下のように本文中でも使用することができます.
4873 \end_layout
4874
4875 \begin_layout Standard
4876 これは本文です.
4877 \begin_inset Newline newline
4878 \end_inset
4879
4880
4881 \begin_inset Phantom Phantom
4882 status open
4883
4884 \begin_layout Plain Layout
4885 これは
4886 \end_layout
4887
4888 \end_inset
4889
4890 本文です.
4891 \end_layout
4892
4893 \begin_layout Subsection
4894 横線
4895 \begin_inset Index idx
4896 range none
4897 pageformat default
4898 status collapsed
4899
4900 \begin_layout Plain Layout
4901 \begin_inset IndexMacro sortkey
4902 status open
4903
4904 \begin_layout Plain Layout
4905 よこせん
4906 \end_layout
4907
4908 \end_inset
4909
4910 横線
4911 \end_layout
4912
4913 \end_inset
4914
4915
4916 \begin_inset Index idx
4917 range none
4918 pageformat default
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922 \begin_inset IndexMacro sortkey
4923 status open
4924
4925 \begin_layout Plain Layout
4926 すうしき
4927 \end_layout
4928
4929 \end_inset
4930
4931 数式
4932 \begin_inset IndexMacro subentry
4933 status open
4934
4935 \begin_layout Plain Layout
4936 \begin_inset IndexMacro sortkey
4937 status open
4938
4939 \begin_layout Plain Layout
4940 かせん
4941 \end_layout
4942
4943 \end_inset
4944
4945 下線
4946 \end_layout
4947
4948 \end_inset
4949
4950
4951 \end_layout
4952
4953 \end_inset
4954
4955
4956 \begin_inset Index idx
4957 range none
4958 pageformat default
4959 status collapsed
4960
4961 \begin_layout Plain Layout
4962 ぼうせん@棒線
4963 \begin_inset ERT
4964 status collapsed
4965
4966 \begin_layout Plain Layout
4967
4968 |see{
4969 \end_layout
4970
4971 \end_inset
4972
4973 横線
4974 \begin_inset ERT
4975 status collapsed
4976
4977 \begin_layout Plain Layout
4978
4979 }
4980 \end_layout
4981
4982 \end_inset
4983
4984
4985 \end_layout
4986
4987 \end_inset
4988
4989
4990 \end_layout
4991
4992 \begin_layout Standard
4993 \align center
4994 \begin_inset Tabular
4995 <lyxtabular version="3" rows="4" columns="2">
4996 <features booktabs="true" tabularvalignment="middle">
4997 <column alignment="center" valignment="top" width="0pt">
4998 <column alignment="center" valignment="top" width="0pt">
4999 <row>
5000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 コマンド
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 出力
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row topspace="2mm">
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \backslash
5026 overline
5027 \begin_inset space \textvisiblespace{}
5028 \end_inset
5029
5030 A+B
5031 \begin_inset Index idx
5032 range none
5033 pageformat default
5034 status collapsed
5035
5036 \begin_layout Plain Layout
5037 \begin_inset IndexMacro sortkey
5038 status open
5039
5040 \begin_layout Plain Layout
5041 こまんと
5042 \end_layout
5043
5044 \end_inset
5045
5046 コマンド
5047 \begin_inset IndexMacro subentry
5048 status open
5049
5050 \begin_layout Plain Layout
5051 O
5052 \end_layout
5053
5054 \end_inset
5055
5056
5057 \begin_inset IndexMacro subentry
5058 status open
5059
5060 \begin_layout Plain Layout
5061
5062 \backslash
5063 overline
5064 \end_layout
5065
5066 \end_inset
5067
5068
5069 \end_layout
5070
5071 \end_inset
5072
5073
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 \begin_inset Formula $\overline{A+B}$
5083 \end_inset
5084
5085
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row bottomspace="1mm">
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \backslash
5098 underline
5099 \begin_inset space \textvisiblespace{}
5100 \end_inset
5101
5102 A+B
5103 \begin_inset Index idx
5104 range none
5105 pageformat default
5106 status collapsed
5107
5108 \begin_layout Plain Layout
5109 \begin_inset IndexMacro sortkey
5110 status open
5111
5112 \begin_layout Plain Layout
5113 こまんと
5114 \end_layout
5115
5116 \end_inset
5117
5118 コマンド
5119 \begin_inset IndexMacro subentry
5120 status open
5121
5122 \begin_layout Plain Layout
5123 U
5124 \end_layout
5125
5126 \end_inset
5127
5128
5129 \begin_inset IndexMacro subentry
5130 status open
5131
5132 \begin_layout Plain Layout
5133
5134 \backslash
5135 underline
5136 \end_layout
5137
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 \begin_inset Formula $\underline{A+B}$
5155 \end_inset
5156
5157
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row topspace="2mm" bottomspace="1mm">
5164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \backslash
5170 overline
5171 \begin_inset space \textvisiblespace{}
5172 \end_inset
5173
5174
5175 \backslash
5176 underline
5177 \begin_inset space \textvisiblespace{}
5178 \end_inset
5179
5180 A+B
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 \begin_inset Formula $\overline{\underline{A+B}}$
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 </row>
5198 </lyxtabular>
5199
5200 \end_inset
5201
5202
5203 \end_layout
5204
5205 \begin_layout Standard
5206 上記最後の例では,
5207 先に
5208 \series bold
5209
5210 \backslash
5211 overline
5212 \series default
5213 が来ようが
5214 \series bold
5215
5216 \backslash
5217 underline
5218 \series default
5219 が来ようが,
5220 関係ありません.
5221 \end_layout
5222
5223 \begin_layout Standard
5224 二重下線を引くには,
5225
5226 \series bold
5227
5228 \backslash
5229 underline
5230 \series default
5231 を二回(あるいは好きなだけ)使います.
5232 \end_layout
5233
5234 \begin_layout Standard
5235 \begin_inset VSpace bigskip
5236 \end_inset
5237
5238 自己定義の線は,
5239 以下の書式を持つ
5240 \series bold
5241
5242 \backslash
5243 rule
5244 \series default
5245
5246 \begin_inset Index idx
5247 range none
5248 pageformat default
5249 status collapsed
5250
5251 \begin_layout Plain Layout
5252 \begin_inset IndexMacro sortkey
5253 status collapsed
5254
5255 \begin_layout Plain Layout
5256 こまんと
5257 \end_layout
5258
5259 \end_inset
5260
5261 コマンド
5262 \begin_inset IndexMacro subentry
5263 status open
5264
5265 \begin_layout Plain Layout
5266 R
5267 \end_layout
5268
5269 \end_inset
5270
5271
5272 \begin_inset IndexMacro subentry
5273 status open
5274
5275 \begin_layout Plain Layout
5276
5277 \backslash
5278 rule
5279 \end_layout
5280
5281 \end_inset
5282
5283
5284 \end_layout
5285
5286 \end_inset
5287
5288 コマンドで作成することができます.
5289 \end_layout
5290
5291 \begin_layout Standard
5292
5293 \series bold
5294
5295 \backslash
5296 rule[垂直オフセット幅]{長さ}{厚み}
5297 \end_layout
5298
5299 \begin_layout Standard
5300 オプションの
5301 \series bold
5302 「垂直オフセット幅
5303 \series default
5304 」は,
5305 行を上方に(値が負であれば下方に)移動させます.値としては,
5306
5307 \begin_inset CommandInset ref
5308 LatexCommand ref
5309 reference "tab:使用できる単位"
5310 nolink "false"
5311
5312 \end_inset
5313
5314 表に掲げてある単位を用いることができます.以下に,
5315
5316 \begin_inset Newline newline
5317 \end_inset
5318
5319
5320 \series bold
5321
5322 \backslash
5323 rule[-2ex]{3cm}{2pt}
5324 \series default
5325  および 
5326 \series bold
5327
5328 \backslash
5329 rule{2cm}{1pt}
5330 \begin_inset Newline newline
5331 \end_inset
5332
5333
5334 \series default
5335 というコマンドを用いて作成したふたつの例を例示します.
5336 \end_layout
5337
5338 \begin_layout Standard
5339 この行には,
5340
5341 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
5342 \end_inset
5343
5344 二本の線があります.
5345 \end_layout
5346
5347 \begin_layout Standard
5348
5349 \backslash
5350 ruleは,
5351
5352 \family sans
5353 \series bold
5354 挿入\SpecialChar menuseparator
5355 整形\SpecialChar menuseparator
5356 水平線
5357 \family default
5358 \series default
5359
5360 \begin_inset space \thinspace{}
5361 \end_inset
5362
5363 メニューを使っても,
5364 本文に挿入することができます.
5365 \end_layout
5366
5367 \begin_layout Standard
5368 これは一行の
5369 \begin_inset CommandInset line
5370 LatexCommand rule
5371 offset "0.5ex"
5372 width "3cm"
5373 height "1pt"
5374
5375 \end_inset
5376
5377 文章です.
5378 \end_layout
5379
5380 \begin_layout Subsection
5381 省略符号
5382 \begin_inset CommandInset label
5383 LatexCommand label
5384 name "subsec:省略符号"
5385
5386 \end_inset
5387
5388
5389 \begin_inset Index idx
5390 range none
5391 pageformat default
5392 status collapsed
5393
5394 \begin_layout Plain Layout
5395 \begin_inset IndexMacro sortkey
5396 status open
5397
5398 \begin_layout Plain Layout
5399 しょうりやくふこう
5400 \end_layout
5401
5402 \end_inset
5403
5404 省略符号
5405 \end_layout
5406
5407 \end_inset
5408
5409
5410 \end_layout
5411
5412 \begin_layout Standard
5413 省略符号には,
5414 いくつかの種類が使用できます
5415 \begin_inset Foot
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419 数式ツールバー中の
5420 \begin_inset Info
5421 type  "icon"
5422 arg   "math-insert \\ldots"
5423 \end_inset
5424
5425 ボタンで表示されている小メニューです.
5426 \end_layout
5427
5428 \end_inset
5429
5430 .列挙のためには,
5431 ベースラインの点々(
5432 \series bold
5433
5434 \backslash
5435 ldots
5436 \series default
5437
5438 \begin_inset Index idx
5439 range none
5440 pageformat default
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444 \begin_inset IndexMacro sortkey
5445 status open
5446
5447 \begin_layout Plain Layout
5448 こまんと
5449 \end_layout
5450
5451 \end_inset
5452
5453 コマンド
5454 \begin_inset IndexMacro subentry
5455 status open
5456
5457 \begin_layout Plain Layout
5458 L
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \begin_inset IndexMacro subentry
5465 status open
5466
5467 \begin_layout Plain Layout
5468
5469 \backslash
5470 ldots
5471 \end_layout
5472
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479
5480 )を使用しますが,
5481 演算子の場合は,
5482 演算子と同じ高さの点々(
5483 \series bold
5484
5485 \backslash
5486 cdots
5487 \series default
5488
5489 \begin_inset Index idx
5490 range none
5491 pageformat default
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495 \begin_inset IndexMacro sortkey
5496 status open
5497
5498 \begin_layout Plain Layout
5499 こまんと
5500 \end_layout
5501
5502 \end_inset
5503
5504 コマンド
5505 \begin_inset IndexMacro subentry
5506 status open
5507
5508 \begin_layout Plain Layout
5509 C
5510 \end_layout
5511
5512 \end_inset
5513
5514
5515 \begin_inset IndexMacro subentry
5516 status open
5517
5518 \begin_layout Plain Layout
5519
5520 \backslash
5521 cdots
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \end_inset
5530
5531 )が必要です.
5532 \series bold
5533
5534 \backslash
5535 dots
5536 \series default
5537
5538 \begin_inset Index idx
5539 range none
5540 pageformat default
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544 \begin_inset IndexMacro sortkey
5545 status open
5546
5547 \begin_layout Plain Layout
5548 こまんと
5549 \end_layout
5550
5551 \end_inset
5552
5553 コマンド
5554 \begin_inset IndexMacro subentry
5555 status open
5556
5557 \begin_layout Plain Layout
5558 D
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \begin_inset IndexMacro subentry
5565 status open
5566
5567 \begin_layout Plain Layout
5568
5569 \backslash
5570 dots
5571 \end_layout
5572
5573 \end_inset
5574
5575
5576 \end_layout
5577
5578 \end_inset
5579
5580 コマンドを使うと,
5581 \SpecialChar LaTeX
5582 は次に来る文字がどのような種類の文字であるかによって,
5583 自動的にどの種類を使うかを選択します.
5584 \end_layout
5585
5586 \begin_layout Standard
5587 \align center
5588 \begin_inset Tabular
5589 <lyxtabular version="3" rows="9" columns="2">
5590 <features booktabs="true" tabularvalignment="middle">
5591 <column alignment="center" valignment="top" width="0pt">
5592 <column alignment="center" valignment="top" width="0pt">
5593 <row>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 コマンド
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 出力
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row>
5614 <cell alignment="center" valignment="top" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 A_1
5619 \begin_inset space \textvisiblespace{}
5620 \end_inset
5621
5622 ,
5623 \backslash
5624 dots
5625 \begin_inset space \textvisiblespace{}
5626 \end_inset
5627
5628 ,A_n
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Formula $A_{1},\dots,A_{n}$
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 A_1
5652 \begin_inset space \textvisiblespace{}
5653 \end_inset
5654
5655 +
5656 \backslash
5657 dots
5658 \begin_inset space \textvisiblespace{}
5659 \end_inset
5660
5661 +A_n
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 \begin_inset Formula $A_{1}+\dots+A_{n}$
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 A_1
5685 \begin_inset space \textvisiblespace{}
5686 \end_inset
5687
5688 ,
5689 \backslash
5690 ldots
5691 \begin_inset space \textvisiblespace{}
5692 \end_inset
5693
5694 ,A_n
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $A_{1},\ldots,A_{n}$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 A_1
5718 \begin_inset space \textvisiblespace{}
5719 \end_inset
5720
5721 +
5722 \backslash
5723 cdots
5724 \begin_inset space \textvisiblespace{}
5725 \end_inset
5726
5727 +A_n
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 \begin_inset Formula $A_{1}+\cdots+A_{n}$
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 </row>
5745 <row>
5746 <cell alignment="center" valignment="top" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750
5751 \backslash
5752 vdots
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $\vdots$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 <row>
5771 <cell alignment="center" valignment="top" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775
5776 \backslash
5777 ddots
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 \begin_inset Formula $\ddots$
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800
5801 \backslash
5802 iddots
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 \begin_inset Formula $\iddots$
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 いろいろな点々を使った
5826 \begin_inset Formula $3\times3$
5827 \end_inset
5828
5829 行列
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $\begin{array}{ccc}
5839 A_{11} & \cdots & A_{1m}\\
5840 \vdots & \ddots & \vdots\\
5841 A_{n1} & \cdots & A_{nm}
5842 \end{array}$
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 </lyxtabular>
5852
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \begin_layout Standard
5859
5860 \family sans
5861 \series bold
5862 挿入\SpecialChar menuseparator
5863 省略符号
5864 \family default
5865 \series default
5866
5867 \begin_inset space \thinspace{}
5868 \end_inset
5869
5870 メニューで挿入される省略符号は
5871 \series bold
5872
5873 \backslash
5874 ldots
5875 \series default
5876 です.
5877 \end_layout
5878
5879 \begin_layout Standard
5880 \begin_inset VSpace medskip
5881 \end_inset
5882
5883
5884 \series bold
5885
5886 \backslash
5887 iddots
5888 \series default
5889 を使うには,
5890 文書設定の
5891 \family sans
5892 \series bold
5893 数式オプション
5894 \family default
5895 \series default
5896 にある
5897 \family sans
5898 mathdots
5899 \series bold
5900 パッケージを(自動的に)使う
5901 \family default
5902 \series default
5903 オプションのうちいずれかを有効にしなくてはなりません.
5904 \begin_inset Newline newline
5905 \end_inset
5906
5907
5908 \family sans
5909 mathdots
5910 \series bold
5911 パッケージを使う
5912 \family default
5913 \series default
5914 オプションを使用すると,
5915 文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
5916 \end_layout
5917
5918 \begin_layout Standard
5919 \begin_inset VSpace medskip
5920 \end_inset
5921
5922 とくに行列には,
5923 複数列にわたることのできる省略符号があります.これは,
5924 以下の書式を持つ
5925 \series bold
5926
5927 \backslash
5928 hdotsfor
5929 \series default
5930
5931 \begin_inset Index idx
5932 range none
5933 pageformat default
5934 status collapsed
5935
5936 \begin_layout Plain Layout
5937 \begin_inset IndexMacro sortkey
5938 status open
5939
5940 \begin_layout Plain Layout
5941 こまんと
5942 \end_layout
5943
5944 \end_inset
5945
5946 コマンド
5947 \begin_inset IndexMacro subentry
5948 status open
5949
5950 \begin_layout Plain Layout
5951 H
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \begin_inset IndexMacro subentry
5958 status open
5959
5960 \begin_layout Plain Layout
5961
5962 \backslash
5963 hdotsfor
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \end_inset
5972
5973 コマンドで作ることができます(これが動作するためには,
5974
5975 \family sans
5976 \series bold
5977 数式オプション
5978 \family default
5979 \series default
5980
5981 \family sans
5982 mathtools
5983 \family default
5984
5985 \family sans
5986 \series bold
5987 常に読み込み
5988 \family default
5989 \series default
5990 されている必要があります).
5991 \end_layout
5992
5993 \begin_layout Standard
5994
5995 \series bold
5996
5997 \backslash
5998 hdotsfor[距離]{列数}
5999 \end_layout
6000
6001 \begin_layout Standard
6002 ここで「列数」は,
6003 何列に広げるかを指定します.「距離」は,
6004 点々のあいだの距離を示す因子です.
6005 \end_layout
6006
6007 \begin_layout Standard
6008 以下の行列では,
6009 2行目の1つ目の枠に
6010 \series bold
6011
6012 \backslash
6013 hdotsfor[2]{4}
6014 \series default
6015 を挿入して,
6016
6017 \series bold
6018
6019 \backslash
6020 dots
6021 \series default
6022 コマンドの2倍の点間距離を持つ省略符号を挿入しています.
6023 \begin_inset Formula 
6024 \[
6025 \left(\begin{array}{cccc}
6026 A & B & C & D\\
6027 \hdotsfor[2]{4}\\
6028 q & w & e & r
6029 \end{array}\right)
6030 \]
6031
6032 \end_inset
6033
6034 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
6035 エラーが発生します.
6036 \end_layout
6037
6038 \begin_layout Standard
6039 \begin_inset VSpace bigskip
6040 \end_inset
6041
6042 さらに,
6043
6044 \series bold
6045
6046 \backslash
6047 dotfill
6048 \series default
6049
6050 \begin_inset Index idx
6051 range none
6052 pageformat default
6053 status collapsed
6054
6055 \begin_layout Plain Layout
6056 \begin_inset IndexMacro sortkey
6057 status open
6058
6059 \begin_layout Plain Layout
6060 こまんと
6061 \end_layout
6062
6063 \end_inset
6064
6065 コマンド
6066 \begin_inset IndexMacro subentry
6067 status open
6068
6069 \begin_layout Plain Layout
6070 D
6071 \end_layout
6072
6073 \end_inset
6074
6075
6076 \begin_inset IndexMacro subentry
6077 status open
6078
6079 \begin_layout Plain Layout
6080
6081 \backslash
6082 dotfill
6083 \end_layout
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091
6092 コマンドを使えば,
6093 行の残りを点々で埋めることもできます.このコマンドの働きは,
6094
6095 \series bold
6096
6097 \backslash
6098 hfill
6099 \series default
6100 と同様のものです.第
6101 \begin_inset CommandInset ref
6102 LatexCommand ref
6103 reference "subsec:可変長の空白"
6104 nolink "false"
6105
6106 \end_inset
6107
6108 節をご参照下さい.
6109 \end_layout
6110
6111 \begin_layout Standard
6112 たとえば,
6113
6114 \series bold
6115 A
6116 \backslash
6117 dotfill
6118 \begin_inset space \textvisiblespace{}
6119 \end_inset
6120
6121 B
6122 \series default
6123 コマンドは,
6124
6125 \end_layout
6126
6127 \begin_layout Standard
6128 \begin_inset Formula $A\dotfill B$
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \begin_layout Standard
6135 のようになります.点々を使う
6136 \series bold
6137
6138 \backslash
6139 dotfill
6140 \series default
6141 の直線版として,
6142
6143 \series bold
6144
6145 \backslash
6146 hrulefill
6147 \series default
6148
6149 \begin_inset Index idx
6150 range none
6151 pageformat default
6152 status collapsed
6153
6154 \begin_layout Plain Layout
6155 \begin_inset IndexMacro sortkey
6156 status open
6157
6158 \begin_layout Plain Layout
6159 こまんと
6160 \end_layout
6161
6162 \end_inset
6163
6164 コマンド
6165 \begin_inset IndexMacro subentry
6166 status open
6167
6168 \begin_layout Plain Layout
6169 H
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \begin_inset IndexMacro subentry
6176 status open
6177
6178 \begin_layout Plain Layout
6179
6180 \backslash
6181 hrulefill
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190
6191
6192 \end_layout
6193
6194 \begin_layout Standard
6195 \begin_inset Formula $A\hrulefill B$
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \begin_layout Standard
6202 があります.これらのコマンドを本文で使用するには,
6203 これらのコマンドは\SpecialChar TeX
6204 モードで挿入される必要があります.
6205 \end_layout
6206
6207 \begin_layout Section
6208 行列
6209 \begin_inset CommandInset label
6210 LatexCommand label
6211 name "sec:行列"
6212
6213 \end_inset
6214
6215
6216 \begin_inset Index idx
6217 range none
6218 pageformat default
6219 status collapsed
6220
6221 \begin_layout Plain Layout
6222 \begin_inset IndexMacro sortkey
6223 status open
6224
6225 \begin_layout Plain Layout
6226 きようれつ
6227 \end_layout
6228
6229 \end_inset
6230
6231 行列
6232 \end_layout
6233
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240 行列は,
6241 数式ツールバーボタンの
6242 \begin_inset Info
6243 type  "icon"
6244 arg   "dialog-show mathmatrix"
6245 \end_inset
6246
6247
6248 \family sans
6249
6250 \begin_inset space \thinspace{}
6251 \end_inset
6252
6253
6254 \series bold
6255 挿入\SpecialChar menuseparator
6256 数式\SpecialChar menuseparator
6257 行列
6258 \family default
6259 \series default
6260
6261 \begin_inset space \thinspace{}
6262 \end_inset
6263
6264 メニューで挿入することができます.すると,
6265 行列の行数・列数・配置方法・外観を尋ねられます.ここで垂直配置は,
6266 行内数式内の行列でのみ意味を持ちます.
6267 \end_layout
6268
6269 \begin_layout Standard
6270 最初の行列は「上」配置
6271 \begin_inset Formula $\begin{array}[t]{cccc}
6272 A & D & G & J\\
6273 B & E & H & K\\
6274 C & F & I & L
6275 \end{array}$
6276 \end_inset
6277
6278 で,
6279 二番目は「中央」配置
6280 \begin_inset Formula $\begin{array}{cccc}
6281 A & D & G & J\\
6282 B & E & H & K\\
6283 C & F & I & L
6284 \end{array}$
6285 \end_inset
6286
6287
6288 三番目は「下」配置
6289 \begin_inset Formula $\begin{array}[b]{cccc}
6290 A & D & G & J\\
6291 B & E & H & K\\
6292 C & F & I & L
6293 \end{array}$
6294 \end_inset
6295
6296 です.
6297 \end_layout
6298
6299 \begin_layout Standard
6300 水平配置は,
6301 各列がどのように配置されるべきかを指定します.これは,
6302 各列に対応した文字を一つずつ入力することによって設定します.
6303 \emph on
6304 l
6305 \emph default
6306 は左寄せ,
6307
6308 \emph on
6309 c
6310 \emph default
6311 は中央揃え,
6312
6313 \emph on
6314 r
6315 \emph default
6316 は右寄せを意味します.たとえば,
6317 第1列が左寄せで第2列と第3列が中央揃え,
6318 第4列が右揃えの
6319 \begin_inset Formula $4\times4$
6320 \end_inset
6321
6322 行列を作成するには,
6323 水平配置のところに
6324 \series bold
6325 lccr
6326 \series default
6327 と入力します.通常,
6328 行列では各列は中央揃えですから,
6329 各列の既定値は
6330 \series bold
6331 c
6332 \series default
6333 です.
6334 \end_layout
6335
6336 \begin_layout Standard
6337 水平行列の例です.
6338 \end_layout
6339
6340 \begin_layout Standard
6341
6342 \series bold
6343 lll
6344 \series default
6345  :
6346  
6347 \begin_inset Formula $\begin{array}{lll}
6348 10000 & D & G\\
6349 B & 10000 & H\\
6350 C & F & 10000
6351 \end{array}$
6352 \end_inset
6353
6354  ,
6355  
6356 \series bold
6357 ccc
6358 \series default
6359  :
6360  
6361 \begin_inset Formula $\begin{array}{ccc}
6362 10000 & D & G\\
6363 B & 10000 & H\\
6364 C & F & 10000
6365 \end{array}$
6366 \end_inset
6367
6368  ,
6369  
6370 \series bold
6371 rrr
6372 \series default
6373  :
6374  
6375 \begin_inset Formula $\begin{array}{rrr}
6376 10000 & D & G\\
6377 B & 10000 & H\\
6378 C & F & 10000
6379 \end{array}$
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \begin_layout Standard
6386 つづいて行や列を追加したり削除したりするには,
6387 数式ツールバーボタンの
6388 \begin_inset Info
6389 type  "icon"
6390 arg   "tabular-feature append-row"
6391 \end_inset
6392
6393
6394 \begin_inset Info
6395 type  "icon"
6396 arg   "tabular-feature delete-row"
6397 \end_inset
6398
6399 などや
6400 \family sans
6401
6402 \begin_inset space \thinspace{}
6403 \end_inset
6404
6405
6406 \series bold
6407 編集\SpecialChar menuseparator
6408 行と列
6409 \family default
6410 \series default
6411
6412 \begin_inset space \thinspace{}
6413 \end_inset
6414
6415 メニューを使用することができます.また,
6416 行は
6417 \begin_inset Info
6418 type  "shortcut"
6419 arg   "newline-insert newline"
6420 \end_inset
6421
6422 で作成することもできます.
6423 \end_layout
6424
6425 \begin_layout Standard
6426 \begin_inset VSpace bigskip
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \begin_layout Standard
6433
6434 \family sans
6435 \series bold
6436 外観
6437 \family default
6438 \series default
6439 では,
6440 行列の前後に選択した様式の括弧を加えたり,
6441
6442 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
6443 \mathrm{i} & 0
6444 \end{smallmatrix}\bigr)$
6445 \end_inset
6446
6447 のような行内行列に適した
6448 \family sans
6449 small
6450 \family default
6451 様式を選択することができます.ここでは,
6452
6453 \series bold
6454
6455 \backslash
6456 bigl(
6457 \series default
6458
6459 \series bold
6460
6461 \backslash
6462 bigr)
6463 \series default
6464 コマンドを使って手動で括弧を付け加えています.
6465 \end_layout
6466
6467 \begin_layout Standard
6468 他にも括弧は,
6469
6470 \series bold
6471
6472 \backslash
6473 left
6474 \series default
6475
6476 \begin_inset Index idx
6477 range none
6478 pageformat default
6479 status collapsed
6480
6481 \begin_layout Plain Layout
6482 \begin_inset IndexMacro sortkey
6483 status open
6484
6485 \begin_layout Plain Layout
6486 こまんと
6487 \end_layout
6488
6489 \end_inset
6490
6491 コマンド
6492 \begin_inset IndexMacro subentry
6493 status open
6494
6495 \begin_layout Plain Layout
6496 L
6497 \end_layout
6498
6499 \end_inset
6500
6501
6502 \begin_inset IndexMacro subentry
6503 status open
6504
6505 \begin_layout Plain Layout
6506
6507 \backslash
6508 left
6509 \end_layout
6510
6511 \end_inset
6512
6513
6514 \end_layout
6515
6516 \end_inset
6517
6518 コマンドと
6519 \series bold
6520
6521 \backslash
6522 right
6523 \series default
6524
6525 \begin_inset Index idx
6526 range none
6527 pageformat default
6528 status collapsed
6529
6530 \begin_layout Plain Layout
6531 \begin_inset IndexMacro sortkey
6532 status open
6533
6534 \begin_layout Plain Layout
6535 こまんと
6536 \end_layout
6537
6538 \end_inset
6539
6540 コマンド
6541 \begin_inset IndexMacro subentry
6542 status open
6543
6544 \begin_layout Plain Layout
6545 R
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \begin_inset IndexMacro subentry
6552 status open
6553
6554 \begin_layout Plain Layout
6555
6556 \backslash
6557 right
6558 \end_layout
6559
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \end_inset
6566
6567 コマンドで作成することもできます(ショートカット:
6568
6569 \family sans
6570 Alt+M
6571 \begin_inset space ~
6572 \end_inset
6573
6574
6575 \series bold
6576 括弧
6577 \family default
6578 \series default
6579 ).第
6580 \begin_inset CommandInset ref
6581 LatexCommand ref
6582 reference "subsec:自動の括弧高"
6583 nolink "false"
6584
6585 \end_inset
6586
6587 節を参照してください.あるいは,
6588 以下のコマンドを使うこともできます.
6589 \begin_inset VSpace medskip
6590 \end_inset
6591
6592
6593 \end_layout
6594
6595 \begin_layout Standard
6596 \begin_inset space \hfill{}
6597 \end_inset
6598
6599
6600 \begin_inset Tabular
6601 <lyxtabular version="3" rows="4" columns="2">
6602 <features booktabs="true" tabularvalignment="middle">
6603 <column alignment="center" valignment="top" width="0pt">
6604 <column alignment="center" valignment="top">
6605 <row>
6606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 コマンド
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 出力
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 </row>
6625 <row topspace="1.5mm">
6626 <cell alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630
6631 \backslash
6632 bmatrix
6633 \begin_inset space \textvisiblespace{}
6634 \end_inset
6635
6636
6637 \begin_inset Formula $2\times2$
6638 \end_inset
6639
6640 行列
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
6650 0 & \textrm{-}\mathrm{i}\\
6651 \mathrm{i} & 0
6652 \end{array}\end{bmatrix}$
6653 \end_inset
6654
6655
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 <row topspace="1.5mm" bottomspace="0.5mm">
6662 <cell alignment="center" valignment="top" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666
6667 \backslash
6668 Bmatrix
6669 \begin_inset space \textvisiblespace{}
6670 \end_inset
6671
6672
6673 \begin_inset Formula $2\times2$
6674 \end_inset
6675
6676 行列
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
6686 0 & \textrm{-}\mathrm{i}\\
6687 \mathrm{i} & 0
6688 \end{array}\end{Bmatrix}$
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 <row>
6698 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702
6703 \backslash
6704 pmatrix
6705 \begin_inset space \textvisiblespace{}
6706 \end_inset
6707
6708
6709 \begin_inset Formula $2\times2$
6710 \end_inset
6711
6712 行列
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
6722 0 & \textrm{-}\mathrm{i}\\
6723 \mathrm{i} & 0
6724 \end{array}\end{pmatrix}$
6725 \end_inset
6726
6727
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 </lyxtabular>
6734
6735 \end_inset
6736
6737
6738 \begin_inset space \hfill{}
6739 \end_inset
6740
6741
6742 \begin_inset Tabular
6743 <lyxtabular version="3" rows="4" columns="2">
6744 <features booktabs="true" tabularvalignment="middle">
6745 <column alignment="center" valignment="top" width="0pt">
6746 <column alignment="center" valignment="top">
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 コマンド
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 出力
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row topspace="1.5mm">
6768 <cell alignment="center" valignment="top" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772
6773 \backslash
6774 vmatrix
6775 \begin_inset space \textvisiblespace{}
6776 \end_inset
6777
6778
6779 \begin_inset Formula $2\times2$
6780 \end_inset
6781
6782 行列
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
6792 0 & \textrm{-}\mathrm{i}\\
6793 \mathrm{i} & 0
6794 \end{array}\end{vmatrix}$
6795 \end_inset
6796
6797
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row topspace="1.5mm" bottomspace="0.5mm">
6804 <cell alignment="center" valignment="top" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808
6809 \backslash
6810 Vmatrix
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814
6815 \begin_inset Formula $2\times2$
6816 \end_inset
6817
6818 行列
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
6828 0 & \textrm{-}\mathrm{i}\\
6829 \mathrm{i} & 0
6830 \end{array}\end{Vmatrix}$
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 <row>
6840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844
6845 \backslash
6846 matrix
6847 \begin_inset space \textvisiblespace{}
6848 \end_inset
6849
6850
6851 \begin_inset Formula $2\times2$
6852 \end_inset
6853
6854 行列
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
6864 0 & \textrm{-}\mathrm{i}\\
6865 \mathrm{i} & 0
6866 \end{array}\end{matrix}$
6867 \end_inset
6868
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 </lyxtabular>
6876
6877 \end_inset
6878
6879
6880 \begin_inset space \hfill{}
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \begin_layout Standard
6887 \begin_inset VSpace medskip
6888 \end_inset
6889
6890 たとえば
6891 \series bold
6892
6893 \backslash
6894 vmatrix
6895 \series default
6896 などを挿入すると,
6897 青枠が二つの垂直線のあいだに現れるので,
6898 そこに行列を挿入することができます.
6899 \end_layout
6900
6901 \begin_layout Standard
6902 \begin_inset VSpace bigskip
6903 \end_inset
6904
6905 じつは多行数式はすべて行列なので,
6906 行列の各列の間隔を変更するには,
6907
6908 \begin_inset CommandInset ref
6909 LatexCommand ref
6910 reference "subsec:列間"
6911 nolink "false"
6912
6913 \end_inset
6914
6915 節に説明されている距離
6916 \series bold
6917
6918 \backslash
6919 arraycolsep
6920 \series default
6921
6922 \begin_inset Index idx
6923 range none
6924 pageformat default
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928 \begin_inset IndexMacro sortkey
6929 status open
6930
6931 \begin_layout Plain Layout
6932 こまんと
6933 \end_layout
6934
6935 \end_inset
6936
6937 コマンド
6938 \begin_inset IndexMacro subentry
6939 status open
6940
6941 \begin_layout Plain Layout
6942 A
6943 \end_layout
6944
6945 \end_inset
6946
6947
6948 \begin_inset IndexMacro subentry
6949 status open
6950
6951 \begin_layout Plain Layout
6952
6953 \backslash
6954 arraycolsep
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \end_inset
6963
6964 をここでも使用することができます.
6965 \end_layout
6966
6967 \begin_layout Standard
6968 行間隔を変更するには,
6969
6970 \series bold
6971
6972 \backslash
6973 arraystretch
6974 \series default
6975
6976 \begin_inset Index idx
6977 range none
6978 pageformat default
6979 status collapsed
6980
6981 \begin_layout Plain Layout
6982 \begin_inset IndexMacro sortkey
6983 status open
6984
6985 \begin_layout Plain Layout
6986 こまんと
6987 \end_layout
6988
6989 \end_inset
6990
6991 コマンド
6992 \begin_inset IndexMacro subentry
6993 status open
6994
6995 \begin_layout Plain Layout
6996 A
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \begin_inset IndexMacro subentry
7003 status open
7004
7005 \begin_layout Plain Layout
7006
7007 \backslash
7008 arraystretch
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017
7018 コマンドを使用します.以下のようにして使用します.
7019 \end_layout
7020
7021 \begin_layout Standard
7022
7023 \series bold
7024
7025 \backslash
7026 renewcommand{
7027 \backslash
7028 arraystretch}{伸長因子}
7029 \series default
7030
7031 \begin_inset Index idx
7032 range none
7033 pageformat default
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037 \begin_inset IndexMacro sortkey
7038 status open
7039
7040 \begin_layout Plain Layout
7041 こまんと
7042 \end_layout
7043
7044 \end_inset
7045
7046 コマンド
7047 \begin_inset IndexMacro subentry
7048 status open
7049
7050 \begin_layout Plain Layout
7051 R
7052 \end_layout
7053
7054 \end_inset
7055
7056
7057 \begin_inset IndexMacro subentry
7058 status open
7059
7060 \begin_layout Plain Layout
7061
7062 \backslash
7063 renewcommand
7064 \end_layout
7065
7066 \end_inset
7067
7068
7069 \end_layout
7070
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \begin_layout Standard
7077
7078 \series bold
7079
7080 \backslash
7081 renewcommand
7082 \series default
7083 コマンドは,
7084 伸長因子を定義済みの
7085 \series bold
7086
7087 \backslash
7088 arraystretch
7089 \series default
7090 コマンドに割り当てます.たとえば行間隔を2倍にするには,
7091 因子として2を指定して下さい.すると,
7092 以降の行列すべてにこれが使用されるようになります.元の間隔に戻すには,
7093
7094 \series bold
7095
7096 \backslash
7097 arraystretch
7098 \series default
7099 に因子1を割り当てて下さい.
7100 \end_layout
7101
7102 \begin_layout Standard
7103 小さな行内行列は,
7104
7105 \series bold
7106
7107 \backslash
7108 smallmatrix
7109 \series default
7110
7111 \begin_inset Index idx
7112 range none
7113 pageformat default
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117 \begin_inset IndexMacro sortkey
7118 status open
7119
7120 \begin_layout Plain Layout
7121 こまんと
7122 \end_layout
7123
7124 \end_inset
7125
7126 コマンド
7127 \begin_inset IndexMacro subentry
7128 status open
7129
7130 \begin_layout Plain Layout
7131 S
7132 \end_layout
7133
7134 \end_inset
7135
7136
7137 \begin_inset IndexMacro subentry
7138 status open
7139
7140 \begin_layout Plain Layout
7141
7142 \backslash
7143 smallmatrix
7144 \end_layout
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152
7153 コマンドを使っても作ることができます.これを挿入すると,
7154 二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
7155 \end_layout
7156
7157 \begin_layout Standard
7158 これ
7159 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
7160 C & D
7161 \end{smallmatrix}\right)$
7162 \end_inset
7163
7164 は,
7165 周囲に自動の括弧をつけた行内行列です.
7166 \end_layout
7167
7168 \begin_layout Section
7169 括弧と区分記号
7170 \begin_inset Index idx
7171 range none
7172 pageformat default
7173 status collapsed
7174
7175 \begin_layout Plain Layout
7176 \begin_inset IndexMacro sortkey
7177 status open
7178
7179 \begin_layout Plain Layout
7180 かつこ
7181 \end_layout
7182
7183 \end_inset
7184
7185 括弧
7186 \end_layout
7187
7188 \end_inset
7189
7190
7191 \begin_inset Index idx
7192 range none
7193 pageformat default
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197 \begin_inset IndexMacro sortkey
7198 status open
7199
7200 \begin_layout Plain Layout
7201 くふんきこう
7202 \end_layout
7203
7204 \end_inset
7205
7206 区分記号
7207 \end_layout
7208
7209 \end_inset
7210
7211
7212 \end_layout
7213
7214 \begin_layout Subsection
7215 垂直括弧と区分記号
7216 \begin_inset Index idx
7217 range none
7218 pageformat default
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222 \begin_inset IndexMacro sortkey
7223 status open
7224
7225 \begin_layout Plain Layout
7226 かつこ
7227 \end_layout
7228
7229 \end_inset
7230
7231 括弧
7232 \begin_inset IndexMacro subentry
7233 status open
7234
7235 \begin_layout Plain Layout
7236 \begin_inset IndexMacro sortkey
7237 status open
7238
7239 \begin_layout Plain Layout
7240 すいちよく
7241 \end_layout
7242
7243 \end_inset
7244
7245 垂直
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249
7250
7251
7252 \end_layout
7253
7254 \end_inset
7255
7256
7257 \end_layout
7258
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \begin_layout Standard
7265 \begin_inset space \hfill{}
7266 \end_inset
7267
7268
7269 \begin_inset Tabular
7270 <lyxtabular version="3" rows="9" columns="2">
7271 <features booktabs="true" tabularvalignment="middle">
7272 <column alignment="center" valignment="top" width="0pt">
7273 <column alignment="center" valignment="top" width="0pt">
7274 <row>
7275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 コマンド
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 出力
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 </row>
7294 <row>
7295 <cell alignment="center" valignment="top" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 (
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 \begin_inset Formula $($
7309 \end_inset
7310
7311
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 </row>
7317 <row>
7318 <cell alignment="center" valignment="top" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 {
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 \begin_inset Formula $\{$
7332 \end_inset
7333
7334
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row>
7341 <cell alignment="center" valignment="top" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 [
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 \begin_inset Formula $[$
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 </row>
7363 <row>
7364 <cell alignment="center" valignment="top" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368
7369 \backslash
7370 langle
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 \begin_inset Formula $\langle$
7380 \end_inset
7381
7382
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 </row>
7388 <row>
7389 <cell alignment="center" valignment="top" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393
7394 \backslash
7395 lceil
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 \begin_inset Formula $\lceil$
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 </row>
7413 <row>
7414 <cell alignment="center" valignment="top" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418
7419 \backslash
7420 lfloor
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 \begin_inset Formula $\lfloor$
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 <row>
7439 <cell alignment="center" valignment="top" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 /
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 \begin_inset Formula $/$
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 |
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 \begin_inset Formula $|$
7476 \end_inset
7477
7478
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 </lyxtabular>
7485
7486 \end_inset
7487
7488
7489 \begin_inset space \hfill{}
7490 \end_inset
7491
7492
7493 \begin_inset Tabular
7494 <lyxtabular version="3" rows="9" columns="2">
7495 <features booktabs="true" tabularvalignment="middle">
7496 <column alignment="center" valignment="top" width="0pt">
7497 <column alignment="center" valignment="top" width="0pt">
7498 <row>
7499 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 コマンド
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 出力
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="center" valignment="top" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 )
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 \begin_inset Formula $)$
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 }
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 \begin_inset Formula $\}$
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row>
7565 <cell alignment="center" valignment="top" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 ]
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset Formula $]$
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 <row>
7588 <cell alignment="center" valignment="top" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \backslash
7594 rangle
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 \begin_inset Formula $\rangle$
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row>
7613 <cell alignment="center" valignment="top" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \backslash
7619 rceil
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 \begin_inset Formula $\rceil$
7629 \end_inset
7630
7631
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 </row>
7637 <row>
7638 <cell alignment="center" valignment="top" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \backslash
7644 rfloor
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 \begin_inset Formula $\rfloor$
7654 \end_inset
7655
7656
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \backslash
7669
7670 \backslash
7671
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 \begin_inset Formula $\backslash$
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row>
7690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \backslash
7696 |
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 \begin_inset Formula $\|$
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 </lyxtabular>
7715
7716 \end_inset
7717
7718
7719 \begin_inset space \hfill{}
7720 \end_inset
7721
7722
7723 \end_layout
7724
7725 \begin_layout Standard
7726 \begin_inset Note Greyedout
7727 status open
7728
7729 \begin_layout Plain Layout
7730
7731 \series bold
7732 [註]
7733 \series default
7734 \SpecialChar TeX
7735 モードでは,
7736
7737 \backslash
7738
7739 \backslash
7740 コマンドはその場所に改行を入れてしまうので,
7741 バックスラッシュを入力するには
7742 \series bold
7743
7744 \backslash
7745 textbackslash
7746 \series default
7747
7748 \begin_inset Index idx
7749 range none
7750 pageformat default
7751 status collapsed
7752
7753 \begin_layout Plain Layout
7754 \begin_inset IndexMacro sortkey
7755 status open
7756
7757 \begin_layout Plain Layout
7758 こまんと
7759 \end_layout
7760
7761 \end_inset
7762
7763 コマンド
7764 \begin_inset IndexMacro subentry
7765 status open
7766
7767 \begin_layout Plain Layout
7768 T
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \begin_inset IndexMacro subentry
7775 status open
7776
7777 \begin_layout Plain Layout
7778
7779 \backslash
7780 textbackslash
7781 \end_layout
7782
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789
7790 を使わなくてはなりません.
7791 \end_layout
7792
7793 \end_inset
7794
7795
7796 \end_layout
7797
7798 \begin_layout Standard
7799 上に列挙した文字すべてについて,
7800 以下の二小節で説明されているコマンドを使って,
7801 大きさを調整することができます.これらのコマンドを使用するにあたっては,
7802
7803 \series bold
7804
7805 \backslash
7806 langle
7807 \series default
7808
7809 \series bold
7810
7811 \backslash
7812 rangle
7813 \series default
7814 コマンドを使用せずに
7815 \begin_inset Formula $<$
7816 \end_inset
7817
7818
7819 \begin_inset Formula $>$
7820 \end_inset
7821
7822 の文字を直接使用することができます.
7823 \end_layout
7824
7825 \begin_layout Subsubsection
7826 手動の括弧高
7827 \begin_inset CommandInset label
7828 LatexCommand label
7829 name "subsec:手動の括弧高"
7830
7831 \end_inset
7832
7833
7834 \begin_inset Index idx
7835 range none
7836 pageformat default
7837 status collapsed
7838
7839 \begin_layout Plain Layout
7840 \begin_inset IndexMacro sortkey
7841 status open
7842
7843 \begin_layout Plain Layout
7844 かつこたか
7845 \end_layout
7846
7847 \end_inset
7848
7849 括弧高
7850 \begin_inset IndexMacro subentry
7851 status open
7852
7853 \begin_layout Plain Layout
7854 \begin_inset IndexMacro sortkey
7855 status open
7856
7857 \begin_layout Plain Layout
7858 しゆとう
7859 \end_layout
7860
7861 \end_inset
7862
7863 手動
7864 \end_layout
7865
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \end_inset
7872
7873
7874 \end_layout
7875
7876 \begin_layout Standard
7877 括弧の丈は,
7878 \SpecialChar LaTeX
7879 コマンドの
7880 \series bold
7881
7882 \backslash
7883 big
7884 \series default
7885
7886 \begin_inset Index idx
7887 range none
7888 pageformat default
7889 status collapsed
7890
7891 \begin_layout Plain Layout
7892 \begin_inset IndexMacro sortkey
7893 status open
7894
7895 \begin_layout Plain Layout
7896 こまんと
7897 \end_layout
7898
7899 \end_inset
7900
7901 コマンド
7902 \begin_inset IndexMacro subentry
7903 status open
7904
7905 \begin_layout Plain Layout
7906 B
7907 \end_layout
7908
7909 \end_inset
7910
7911
7912 \begin_inset IndexMacro subentry
7913 status open
7914
7915 \begin_layout Plain Layout
7916
7917 \backslash
7918 big
7919 \end_layout
7920
7921 \end_inset
7922
7923
7924 \end_layout
7925
7926 \end_inset
7927
7928
7929
7930 \series bold
7931
7932 \backslash
7933 Big
7934 \series default
7935
7936
7937 \series bold
7938
7939 \backslash
7940 bigg
7941 \series default
7942 および
7943 \series bold
7944
7945 \backslash
7946 Bigg
7947 \series default
7948 を使って,
7949 手動で指定することができます.
7950 \series bold
7951
7952 \backslash
7953 big
7954 \series default
7955 が最小の大きさであり,
7956
7957 \series bold
7958
7959 \backslash
7960 Bigg
7961 \series default
7962 が最大の括弧高になります.
7963 \end_layout
7964
7965 \begin_layout Standard
7966 これらのコマンドは,
7967 括弧の階層を強調するのに使われます.
7968 \end_layout
7969
7970 \begin_layout Standard
7971 \align center
7972 \begin_inset Tabular
7973 <lyxtabular version="3" rows="2" columns="2">
7974 <features booktabs="true" tabularvalignment="middle">
7975 <column alignment="center" valignment="top" width="0pt">
7976 <column alignment="center" valignment="top" width="0pt">
7977 <row>
7978 <cell alignment="center" valignment="top" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 すべての括弧が同じ大きさ:
7983
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 \begin_inset Formula $((A+B)(A-B))^{C}$
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row topspace="2mm">
8002 <cell alignment="center" valignment="top" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 こちらの方が良い:
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
8017 \end_inset
8018
8019
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 </lyxtabular>
8026
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \begin_layout Standard
8033 二つ目の数式では,
8034
8035 \series bold
8036
8037 \backslash
8038 Big((A+B)(A-B)
8039 \backslash
8040 Big)^
8041 \begin_inset space \textvisiblespace{}
8042 \end_inset
8043
8044 C
8045 \series default
8046 というコマンドが使われています.
8047 \end_layout
8048
8049 \begin_layout Standard
8050 以下は,
8051 すべての括弧高の羅列です.
8052 \end_layout
8053
8054 \begin_layout Standard
8055 \align center
8056
8057 \backslash
8058 Bigg(
8059 \backslash
8060 exp
8061 \backslash
8062 bigg
8063 \begin_inset Formula $<$
8064 \end_inset
8065
8066
8067 \backslash
8068 Big[
8069 \backslash
8070 big{
8071 \backslash
8072 ln(3x)
8073 \backslash
8074 big}^2
8075 \begin_inset space \textvisiblespace{}
8076 \end_inset
8077
8078
8079 \backslash
8080 sin(x)
8081 \backslash
8082 Big]^
8083 \begin_inset space \textvisiblespace{}
8084 \end_inset
8085
8086 A
8087 \begin_inset space \textvisiblespace{}
8088 \end_inset
8089
8090
8091 \backslash
8092 bigg
8093 \begin_inset Formula $>$
8094 \end_inset
8095
8096
8097 \backslash
8098 Bigg)^0,5
8099 \end_layout
8100
8101 \begin_layout Standard
8102 \align center
8103 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \begin_layout Standard
8110
8111 \series bold
8112
8113 \backslash
8114 big
8115 \series default
8116 型コマンドの他に,
8117 括弧と中身のあいだにもう少し空白を加える
8118 \series bold
8119
8120 \backslash
8121 bigm
8122 \series default
8123
8124 \begin_inset Index idx
8125 range none
8126 pageformat default
8127 status collapsed
8128
8129 \begin_layout Plain Layout
8130 \begin_inset IndexMacro sortkey
8131 status open
8132
8133 \begin_layout Plain Layout
8134 こまんと
8135 \end_layout
8136
8137 \end_inset
8138
8139 コマンド
8140 \begin_inset IndexMacro subentry
8141 status open
8142
8143 \begin_layout Plain Layout
8144 B
8145 \end_layout
8146
8147 \end_inset
8148
8149
8150 \begin_inset IndexMacro subentry
8151 status open
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 bigm
8157 \end_layout
8158
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165
8166 という派生型と,
8167 空白を追加しない
8168 \series bold
8169
8170 \backslash
8171 bigl
8172 \begin_inset space \thinspace{}
8173 \end_inset
8174
8175
8176 \begin_inset Formula $-$
8177 \end_inset
8178
8179
8180 \backslash
8181 bigr
8182 \series default
8183
8184 \begin_inset Index idx
8185 range none
8186 pageformat default
8187 status collapsed
8188
8189 \begin_layout Plain Layout
8190 \begin_inset IndexMacro sortkey
8191 status open
8192
8193 \begin_layout Plain Layout
8194 こまんと
8195 \end_layout
8196
8197 \end_inset
8198
8199 コマンド
8200 \begin_inset IndexMacro subentry
8201 status open
8202
8203 \begin_layout Plain Layout
8204 B
8205 \end_layout
8206
8207 \end_inset
8208
8209
8210 \begin_inset IndexMacro subentry
8211 status open
8212
8213 \begin_layout Plain Layout
8214 \begin_inset IndexMacro sortkey
8215 status open
8216
8217 \begin_layout Plain Layout
8218
8219 \backslash
8220 bigl-
8221 \backslash
8222 bigr
8223 \end_layout
8224
8225 \end_inset
8226
8227
8228 \backslash
8229 bigl
8230 \begin_inset space \thinspace{}
8231 \end_inset
8232
8233
8234 \begin_inset Formula $-$
8235 \end_inset
8236
8237
8238 \backslash
8239 bigr
8240 \end_layout
8241
8242 \end_inset
8243
8244
8245 \end_layout
8246
8247 \end_inset
8248
8249 派生型があります.
8250 \series bold
8251
8252 \backslash
8253 bigl
8254 \series default
8255 コマンドの最後の
8256 \emph on
8257 l
8258 \emph default
8259 は,
8260 左括弧であることを示し,
8261 右括弧の場合には,
8262
8263 \emph on
8264 l
8265 \emph default
8266 の代わりに
8267 \emph on
8268 r
8269 \emph default
8270 を用います.左括弧と右括弧は,
8271 それぞれ括弧の開始と終了に用いられます.
8272 \end_layout
8273
8274 \begin_layout Standard
8275 以下の表は,
8276 これらの派生型の比較です.
8277 \end_layout
8278
8279 \begin_layout Standard
8280 \align center
8281 \begin_inset Tabular
8282 <lyxtabular version="3" rows="5" columns="2">
8283 <features booktabs="true" tabularvalignment="middle">
8284 <column alignment="center" valignment="top" width="0pt">
8285 <column alignment="center" valignment="middle">
8286 <row>
8287 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 コマンド
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 出力
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row topspace="2mm">
8307 <cell alignment="center" valignment="top" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 Bigm(
8314 \backslash
8315 bigm(
8316 \backslash
8317 ln(3x)
8318 \backslash
8319 bigm)^2
8320 \begin_inset space \textvisiblespace{}
8321 \end_inset
8322
8323
8324 \backslash
8325 Bigm)
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row topspace="2mm">
8344 <cell alignment="center" valignment="top" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 Big(
8351 \backslash
8352 big(
8353 \backslash
8354 ln(3x)
8355 \backslash
8356 big)^2
8357 \begin_inset space \textvisiblespace{}
8358 \end_inset
8359
8360
8361 \backslash
8362 Big)
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row topspace="2mm" bottomspace="0.5mm">
8381 <cell alignment="center" valignment="top" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \backslash
8387 Bigl(
8388 \backslash
8389 bigl(
8390 \backslash
8391 ln(3x)
8392 \backslash
8393 bigr)^2
8394 \begin_inset space \textvisiblespace{}
8395 \end_inset
8396
8397
8398 \backslash
8399 Bigr)
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row topspace="1.5mm" bottomspace="0.5mm">
8418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 bigl)
8425 \backslash
8426 ln(3x)
8427 \backslash
8428 bigr(
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 \begin_inset Formula $\bigl)\ln(3x)\bigr($
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 </lyxtabular>
8447
8448 \end_inset
8449
8450
8451 \end_layout
8452
8453 \begin_layout Subsubsection
8454 自動の括弧高
8455 \begin_inset CommandInset label
8456 LatexCommand label
8457 name "subsec:自動の括弧高"
8458
8459 \end_inset
8460
8461
8462 \begin_inset Index idx
8463 range none
8464 pageformat default
8465 status collapsed
8466
8467 \begin_layout Plain Layout
8468 \begin_inset IndexMacro sortkey
8469 status open
8470
8471 \begin_layout Plain Layout
8472 かつこたか
8473 \end_layout
8474
8475 \end_inset
8476
8477 括弧高
8478 \begin_inset IndexMacro subentry
8479 status open
8480
8481 \begin_layout Plain Layout
8482 \begin_inset IndexMacro sortkey
8483 status open
8484
8485 \begin_layout Plain Layout
8486 しとう
8487 \end_layout
8488
8489 \end_inset
8490
8491 自動
8492 \end_layout
8493
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \begin_layout Standard
8505 可変の丈を持つ括弧は,
8506
8507 \series bold
8508
8509 \backslash
8510 left
8511 \series default
8512
8513 \begin_inset Index idx
8514 range none
8515 pageformat default
8516 status collapsed
8517
8518 \begin_layout Plain Layout
8519 \begin_inset IndexMacro sortkey
8520 status open
8521
8522 \begin_layout Plain Layout
8523 こまんと
8524 \end_layout
8525
8526 \end_inset
8527
8528 コマンド
8529 \begin_inset IndexMacro subentry
8530 status open
8531
8532 \begin_layout Plain Layout
8533 L
8534 \end_layout
8535
8536 \end_inset
8537
8538
8539 \begin_inset IndexMacro subentry
8540 status open
8541
8542 \begin_layout Plain Layout
8543
8544 \backslash
8545 left
8546 \end_layout
8547
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554
8555 コマンドおよび
8556 \series bold
8557
8558 \backslash
8559 right
8560 \series default
8561
8562 \begin_inset Index idx
8563 range none
8564 pageformat default
8565 status collapsed
8566
8567 \begin_layout Plain Layout
8568 \begin_inset IndexMacro sortkey
8569 status open
8570
8571 \begin_layout Plain Layout
8572 こまんと
8573 \end_layout
8574
8575 \end_inset
8576
8577 コマンド
8578 \begin_inset IndexMacro subentry
8579 status open
8580
8581 \begin_layout Plain Layout
8582 R
8583 \end_layout
8584
8585 \end_inset
8586
8587
8588 \begin_inset IndexMacro subentry
8589 status open
8590
8591 \begin_layout Plain Layout
8592
8593 \backslash
8594 right
8595 \end_layout
8596
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603
8604 コマンド,
8605 あるいは数式ツールバーボタンの
8606 \begin_inset Info
8607 type  "icon"
8608 arg   "dialog-show mathdelimiter"
8609 \end_inset
8610
8611 で挿入することができます.
8612 \series bold
8613
8614 \backslash
8615 left
8616 \series default
8617 および
8618 \series bold
8619
8620 \backslash
8621 right
8622 \series default
8623 の直後には,
8624 必要とする括弧を挿入しなくてはなりません.すると,
8625 括弧高は出力時に自動的に計算されます.
8626 \end_layout
8627
8628 \begin_layout Standard
8629 \align center
8630 通常の括弧:
8631
8632 \series bold
8633
8634 \backslash
8635 ln(
8636 \backslash
8637 frac
8638 \begin_inset space \textvisiblespace{}
8639 \end_inset
8640
8641 A
8642 \begin_inset Formula $\downarrow$
8643 \end_inset
8644
8645 C
8646 \begin_inset space \textvisiblespace{}
8647 \end_inset
8648
8649 )
8650 \series default
8651 というコマンドは
8652 \begin_inset Formula 
8653 \[
8654 \ln(\frac{A}{C})
8655 \]
8656
8657 \end_inset
8658
8659 を生成します.
8660 \end_layout
8661
8662 \begin_layout Standard
8663 \align center
8664 複数行の括弧:
8665
8666 \series bold
8667
8668 \backslash
8669 ln
8670 \backslash
8671 left(
8672 \backslash
8673 frac
8674 \begin_inset space \textvisiblespace{}
8675 \end_inset
8676
8677 A
8678 \begin_inset Formula $\downarrow$
8679 \end_inset
8680
8681 C
8682 \begin_inset space \textvisiblespace{}
8683 \end_inset
8684
8685
8686 \backslash
8687 right)
8688 \series default
8689 というコマンドは
8690 \begin_inset Formula 
8691 \[
8692 \ln\left(\frac{A}{C}\right)
8693 \]
8694
8695 \end_inset
8696
8697 を生成します.
8698 \end_layout
8699
8700 \begin_layout Standard
8701
8702 \series bold
8703
8704 \backslash
8705 left
8706 \series default
8707
8708 \series bold
8709
8710 \backslash
8711 right
8712 \series default
8713 の代わりに,
8714 ショートカット
8715 \family sans
8716 Alt+M
8717 \begin_inset space ~
8718 \end_inset
8719
8720 括弧
8721 \family default
8722 を使うこともできます.これを使うと,
8723 \SpecialChar LyX
8724 中で即座に実際の括弧高を確認することができるという利点と,
8725 対応する右括弧も生成されるという利点があります.
8726 \begin_inset Newline newline
8727 \end_inset
8728
8729 すると,
8730 先ほどの例を作るコマンドは
8731 \series bold
8732
8733 \backslash
8734 ln Alt+M
8735 \series default
8736  
8737 \series bold
8738 (
8739 \backslash
8740 frac
8741 \begin_inset space \textvisiblespace{}
8742 \end_inset
8743
8744 A
8745 \begin_inset Formula $\downarrow$
8746 \end_inset
8747
8748 C
8749 \series default
8750 となります.
8751 \end_layout
8752
8753 \begin_layout Standard
8754 左括弧あるいは右括弧を省略するには,
8755 ドットを挿入します.たとえば,
8756
8757 \series bold
8758
8759 \backslash
8760 left.
8761 \backslash
8762 frac
8763 \begin_inset space \textvisiblespace{}
8764 \end_inset
8765
8766 A
8767 \begin_inset Formula $\downarrow$
8768 \end_inset
8769
8770 B
8771 \begin_inset space \textvisiblespace{}
8772 \end_inset
8773
8774
8775 \backslash
8776 right}
8777 \series default
8778 というコマンドは
8779 \series bold
8780
8781 \begin_inset Formula 
8782 \[
8783 \left.\frac{A}{B}\right\} 
8784 \]
8785
8786 \end_inset
8787
8788
8789 \series default
8790 を生成します.
8791 \series bold
8792
8793 \backslash
8794 left
8795 \series default
8796 コマンドおよび
8797 \series bold
8798
8799 \backslash
8800 right
8801 \series default
8802 コマンドは,
8803 文書が再度読み込まれたときには,
8804 \SpecialChar LyX
8805 によって正しい丈の括弧に変換され,
8806 省略された括弧は,
8807 点線として表示されます.
8808 \end_layout
8809
8810 \begin_layout Standard
8811 \begin_inset VSpace bigskip
8812 \end_inset
8813
8814 著名な\SpecialChar LaTeX
8815 頒布版は,
8816 すべて\SpecialChar LaTeX
8817 の拡張であるe\SpecialChar TeX
8818 を使用しているので,
8819 これらの頒布版では,
8820 すべての括弧および極限に対して
8821 \series bold
8822
8823 \backslash
8824 middle
8825 \series default
8826
8827 \begin_inset Index idx
8828 range none
8829 pageformat default
8830 status collapsed
8831
8832 \begin_layout Plain Layout
8833 \begin_inset IndexMacro sortkey
8834 status open
8835
8836 \begin_layout Plain Layout
8837 こまんと
8838 \end_layout
8839
8840 \end_inset
8841
8842 コマンド
8843 \begin_inset IndexMacro subentry
8844 status open
8845
8846 \begin_layout Plain Layout
8847 M
8848 \end_layout
8849
8850 \end_inset
8851
8852
8853 \begin_inset IndexMacro subentry
8854 status open
8855
8856 \begin_layout Plain Layout
8857
8858 \backslash
8859 middle
8860 \end_layout
8861
8862 \end_inset
8863
8864
8865 \end_layout
8866
8867 \end_inset
8868
8869 コマンドも使用することができます
8870 \begin_inset Foot
8871 status collapsed
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 [訳註]
8877 \series default
8878 p\SpecialChar LaTeX
8879 では,
8880 標準では
8881 \series bold
8882
8883 \backslash
8884 middle
8885 \series default
8886 コマンドは使えません.よって,
8887 以下の例では「
8888 \series bold
8889
8890 \backslash
8891 middle
8892 \series default
8893
8894 \begin_inset Formula $|$
8895 \end_inset
8896
8897 」の代わりに「
8898 \series bold
8899
8900 \backslash
8901 biggm
8902 \series default
8903
8904 \begin_inset Formula $|$
8905 \end_inset
8906
8907 」を用いています.
8908 \end_layout
8909
8910 \end_inset
8911
8912 .このコマンドでは,
8913 物理ベクトル
8914 \begin_inset Formula 
8915 \[
8916 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
8917 \]
8918
8919 \end_inset
8920
8921 で必要とされるように,
8922 次に続く文字の高さは,
8923 囲まれる括弧の高さに調節されます.物理ベクトルに関しては,
8924
8925 \begin_inset CommandInset ref
8926 LatexCommand ref
8927 reference "subsec:物理ベクトル"
8928 nolink "false"
8929
8930 \end_inset
8931
8932 節に説明されているように特殊な\SpecialChar LaTeX
8933 パッケージがあります.
8934 \end_layout
8935
8936 \begin_layout Subsection
8937 水平括弧
8938 \begin_inset Index idx
8939 range none
8940 pageformat default
8941 status collapsed
8942
8943 \begin_layout Plain Layout
8944 \begin_inset IndexMacro sortkey
8945 status open
8946
8947 \begin_layout Plain Layout
8948 かつこ
8949 \end_layout
8950
8951 \end_inset
8952
8953 括弧
8954 \begin_inset IndexMacro subentry
8955 status open
8956
8957 \begin_layout Plain Layout
8958 \begin_inset IndexMacro sortkey
8959 status open
8960
8961 \begin_layout Plain Layout
8962 すいへい
8963 \end_layout
8964
8965 \end_inset
8966
8967 水平
8968 \begin_inset space \thinspace{}
8969 \end_inset
8970
8971
8972
8973
8974 \end_layout
8975
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \begin_layout Standard
8987 \align center
8988 \begin_inset Tabular
8989 <lyxtabular version="3" rows="4" columns="2">
8990 <features booktabs="true" tabularvalignment="middle">
8991 <column alignment="center" valignment="top" width="0pt">
8992 <column alignment="center" valignment="top" width="0pt">
8993 <row>
8994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 コマンド
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 出力
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \backslash
9020 overbrace
9021 \begin_inset space \textvisiblespace{}
9022 \end_inset
9023
9024 A+B
9025 \begin_inset space \textvisiblespace{}
9026 \end_inset
9027
9028 ^
9029 \begin_inset space \textvisiblespace{}
9030 \end_inset
9031
9032 3
9033 \begin_inset Index idx
9034 range none
9035 pageformat default
9036 status collapsed
9037
9038 \begin_layout Plain Layout
9039 \begin_inset IndexMacro sortkey
9040 status open
9041
9042 \begin_layout Plain Layout
9043 こまんと
9044 \end_layout
9045
9046 \end_inset
9047
9048 コマンド
9049 \begin_inset IndexMacro subentry
9050 status open
9051
9052 \begin_layout Plain Layout
9053 O
9054 \end_layout
9055
9056 \end_inset
9057
9058
9059 \begin_inset IndexMacro subentry
9060 status open
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 overbrace
9066 \end_layout
9067
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 \begin_inset Formula $\overbrace{A+B}^{3}$
9085 \end_inset
9086
9087
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row topspace="2mm">
9094 <cell alignment="center" valignment="top" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \backslash
9100 underbrace
9101 \begin_inset space \textvisiblespace{}
9102 \end_inset
9103
9104 A+B
9105 \begin_inset space \textvisiblespace{}
9106 \end_inset
9107
9108 _5
9109 \begin_inset Index idx
9110 range none
9111 pageformat default
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 こまんと@コマンド!U!
9116 \backslash
9117 underbrace
9118 \end_layout
9119
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 \begin_inset Formula $\underbrace{A+B}_{5}$
9132 \end_inset
9133
9134
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \backslash
9147 overbrace
9148 \begin_inset space \textvisiblespace{}
9149 \end_inset
9150
9151
9152 \backslash
9153 underbrace
9154 \begin_inset space \textvisiblespace{}
9155 \end_inset
9156
9157 A+B_w
9158 \begin_inset space \textvisiblespace{}
9159 \end_inset
9160
9161
9162 \begin_inset space \textvisiblespace{}
9163 \end_inset
9164
9165 _7
9166 \begin_inset space \textvisiblespace{}
9167 \end_inset
9168
9169
9170 \begin_inset space \textvisiblespace{}
9171 \end_inset
9172
9173 ^
9174 \begin_inset space \textvisiblespace{}
9175 \end_inset
9176
9177 C
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 </lyxtabular>
9196
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \begin_layout Standard
9203 最後の例では,
9204
9205 \series bold
9206
9207 \backslash
9208 overbrace
9209 \series default
9210 が先に挿入されようが
9211 \series bold
9212
9213 \backslash
9214 underbrace
9215 \series default
9216 が先に挿入されようが代わりはありません.
9217 \end_layout
9218
9219 \begin_layout Standard
9220 \begin_inset VSpace medskip
9221 \end_inset
9222
9223
9224 \end_layout
9225
9226 \begin_layout Standard
9227 文書設定の
9228 \family sans
9229 数式オプション
9230 \family default
9231 で,
9232
9233 \series bold
9234 mathtools
9235 \series default
9236
9237 \begin_inset Index idx
9238 range none
9239 pageformat default
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 \begin_inset IndexMacro sortkey
9244 status open
9245
9246 \begin_layout Plain Layout
9247 はつけし
9248 \end_layout
9249
9250 \end_inset
9251
9252 パッケージ
9253 \begin_inset IndexMacro subentry
9254 status open
9255
9256 \begin_layout Plain Layout
9257 mathtools
9258 \end_layout
9259
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \end_inset
9266
9267 パッケージに
9268 \family sans
9269 常に読み込み
9270 \family default
9271 オプションを設定すると,
9272 以下のような角括弧が利用可能になります.
9273 \end_layout
9274
9275 \begin_layout Standard
9276 \align center
9277 \begin_inset Tabular
9278 <lyxtabular version="3" rows="4" columns="2">
9279 <features booktabs="true" tabularvalignment="middle">
9280 <column alignment="center" valignment="top" width="0pt">
9281 <column alignment="center" valignment="top" width="0pt">
9282 <row>
9283 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 コマンド
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 出力
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="center" valignment="top" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309 overbracket{A+B
9310 \begin_inset space \textvisiblespace{}
9311 \end_inset
9312
9313 ^3
9314 \begin_inset Index idx
9315 range none
9316 pageformat default
9317 status collapsed
9318
9319 \begin_layout Plain Layout
9320 \begin_inset IndexMacro sortkey
9321 status open
9322
9323 \begin_layout Plain Layout
9324 こまんと
9325 \end_layout
9326
9327 \end_inset
9328
9329 コマンド
9330 \begin_inset IndexMacro subentry
9331 status open
9332
9333 \begin_layout Plain Layout
9334 O
9335 \end_layout
9336
9337 \end_inset
9338
9339
9340 \begin_inset IndexMacro subentry
9341 status open
9342
9343 \begin_layout Plain Layout
9344
9345 \backslash
9346 overbracket
9347 \end_layout
9348
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 \begin_inset Formula $\overbracket{A+B}^{3}$
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row topspace="2mm">
9375 <cell alignment="center" valignment="top" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \backslash
9381 underbracket{A+B
9382 \begin_inset space \textvisiblespace{}
9383 \end_inset
9384
9385 _5
9386 \begin_inset Index idx
9387 range none
9388 pageformat default
9389 status collapsed
9390
9391 \begin_layout Plain Layout
9392 \begin_inset IndexMacro sortkey
9393 status open
9394
9395 \begin_layout Plain Layout
9396 こまんと
9397 \end_layout
9398
9399 \end_inset
9400
9401 コマンド
9402 \begin_inset IndexMacro subentry
9403 status open
9404
9405 \begin_layout Plain Layout
9406 U
9407 \end_layout
9408
9409 \end_inset
9410
9411
9412 \size normal
9413
9414 \begin_inset IndexMacro subentry
9415 status open
9416
9417 \begin_layout Plain Layout
9418
9419 \backslash
9420 under
9421 \size normal
9422 bracket
9423 \end_layout
9424
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \end_inset
9431
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 \begin_inset Formula $\underbracket{A+B}_{5}$
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \backslash
9457 overbracket{
9458 \backslash
9459 underbracket{A+B_w
9460 \begin_inset space \textvisiblespace{}
9461 \end_inset
9462
9463
9464 \begin_inset space \textvisiblespace{}
9465 \end_inset
9466
9467 _7
9468 \begin_inset space \textvisiblespace{}
9469 \end_inset
9470
9471
9472 \begin_inset space \textvisiblespace{}
9473 \end_inset
9474
9475 ^
9476 \begin_inset space \textvisiblespace{}
9477 \end_inset
9478
9479 C
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 </lyxtabular>
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Standard
9505
9506 \series bold
9507
9508 \backslash
9509 overbracket
9510 \series default
9511
9512 \series bold
9513
9514 \backslash
9515 underbracket
9516 \series default
9517 に関しては,
9518 コマンドに続く角括弧中に,
9519 希望する厚みを指定すれば,
9520 以下のように,
9521 角括弧の筆跡の厚みに変更を加えることができます.
9522 \end_layout
9523
9524 \begin_layout Standard
9525 \align center
9526 \begin_inset Tabular
9527 <lyxtabular version="3" rows="3" columns="2">
9528 <features booktabs="true" tabularvalignment="middle">
9529 <column alignment="center" valignment="top" width="0pt">
9530 <column alignment="center" valignment="top" width="0pt">
9531 <row>
9532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 コマンド
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 出力
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row>
9552 <cell alignment="center" valignment="top" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556
9557 \backslash
9558 overbracket[3pt]
9559 \backslash
9560 {A+B
9561 \begin_inset space \textvisiblespace{}
9562 \end_inset
9563
9564 ^3
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row topspace="2mm">
9583 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \backslash
9589 underbracket[1pt]
9590 \backslash
9591 {A+B
9592 \begin_inset space \textvisiblespace{}
9593 \end_inset
9594
9595 _5
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 </lyxtabular>
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Standard
9621 \begin_inset VSpace bigskip
9622 \end_inset
9623
9624 括弧をお互いに重ねる必要がある場合には,
9625
9626 \begin_inset CommandInset ref
9627 LatexCommand ref
9628 reference "sec:多行数式"
9629 nolink "false"
9630
9631 \end_inset
9632
9633 節に説明されているように,
9634 次のような多行数式を使わなくてはなりません.
9635 \begin_inset Formula 
9636 \begin{eqnarray*}
9637 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
9638  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
9639 \end{eqnarray*}
9640
9641 \end_inset
9642
9643 一行目には,
9644 数式が一つめの括弧とともに挿入されています.ここで,
9645 空白コマンド
9646 \begin_inset Foot
9647 status collapsed
9648
9649 \begin_layout Plain Layout
9650 空白コマンドは第
9651 \begin_inset CommandInset ref
9652 LatexCommand ref
9653 reference "subsec:定義済みの空白"
9654 nolink "false"
9655
9656 \end_inset
9657
9658 章に説明があります.
9659 \end_layout
9660
9661 \end_inset
9662
9663
9664 \series bold
9665
9666 \backslash
9667 :
9668 \series default
9669 を最初の
9670 \begin_inset Formula $d$
9671 \end_inset
9672
9673 の前に挿入しておくことが重要です.さもないと,
9674
9675 \begin_inset Formula $q$
9676 \end_inset
9677
9678 の後ろで終わる括弧のせいで,
9679 直後の「+」の周りに正しく空白が入ることが妨げられてしまう
9680 \begin_inset Foot
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684 これは,
9685 括弧が文字として取り扱われないためです.第
9686 \begin_inset CommandInset ref
9687 LatexCommand ref
9688 reference "subsec:二項演算子"
9689 nolink "false"
9690
9691 \end_inset
9692
9693 章参照.
9694 \end_layout
9695
9696 \end_inset
9697
9698 ためです.二行目には,
9699 二つめの括弧が挿入されています.
9700 \begin_inset Formula $b$
9701 \end_inset
9702
9703 の直前から始まるようにするために,
9704 まず
9705 \series bold
9706
9707 \backslash
9708 hphantom{gggg+
9709 \backslash
9710 :}
9711 \series default
9712 というコマンド
9713 \begin_inset Foot
9714 status collapsed
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719
9720 \backslash
9721 hphantom
9722 \series default
9723 に関する詳細は,
9724
9725 \begin_inset CommandInset ref
9726 LatexCommand ref
9727 reference "subsec:埋め草"
9728 nolink "false"
9729
9730 \end_inset
9731
9732 章を参照してください.
9733 \end_layout
9734
9735 \end_inset
9736
9737 が挿入されています.この数式中の「+」も空白で囲まれるようにするために,
9738 この空白コマンドが必要になっています.二つめの括弧は
9739 \series bold
9740
9741
9742 \backslash
9743 hphantom{bbqq+dddd}
9744 \series default
9745 コマンドの下に置きます.
9746 \end_layout
9747
9748 \begin_layout Standard
9749 以下の例のように,
9750 括弧が反対側に重なる場合には,
9751 もっと複雑になります.
9752 \begin_inset ERT
9753 status collapsed
9754
9755 \begin_layout Plain Layout
9756
9757
9758 \backslash
9759 setlength{
9760 \backslash
9761 jot}{-6pt}
9762 \end_layout
9763
9764 \end_inset
9765
9766
9767 \begin_inset Formula 
9768 \begin{eqnarray*}
9769  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
9770 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
9771 \end{eqnarray*}
9772
9773 \end_inset
9774
9775
9776 \begin_inset ERT
9777 status collapsed
9778
9779 \begin_layout Plain Layout
9780
9781
9782 \backslash
9783 setlength{
9784 \backslash
9785 jot}{3pt}
9786 \end_layout
9787
9788 \end_inset
9789
9790 最初の数式行は,
9791 括弧が上に来ていること以外は,
9792 先の例の第二行と同じです.二行目には,
9793 二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入ることを防ぐために,
9794 行間を減らさなくてはならないのですが,
9795 これは\SpecialChar LyX
9796 のバグ
9797 \begin_inset Foot
9798 status collapsed
9799
9800 \begin_layout Plain Layout
9801 \begin_inset CommandInset href
9802 LatexCommand href
9803 name "LyX-bug #1505"
9804 target "https://www.lyx.org/trac/ticket/1505"
9805 literal "false"
9806
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \end_inset
9813
9814 のせいで簡単にはできません.この問題を回避するためには,
9815 数式直前に\SpecialChar TeX
9816 モードで
9817 \series bold
9818 setlength{
9819 \backslash
9820 jot}{-6pt}
9821 \series default
9822 というコマンドを入れて,
9823 大域的な数式行間
9824 \series bold
9825
9826 \backslash
9827 jot
9828 \series default
9829
9830 \begin_inset Index idx
9831 range none
9832 pageformat default
9833 status collapsed
9834
9835 \begin_layout Plain Layout
9836 \begin_inset IndexMacro sortkey
9837 status open
9838
9839 \begin_layout Plain Layout
9840 こまんと
9841 \end_layout
9842
9843 \end_inset
9844
9845 コマンド
9846 \begin_inset IndexMacro subentry
9847 status open
9848
9849 \begin_layout Plain Layout
9850 J
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \begin_inset IndexMacro subentry
9857 status open
9858
9859 \begin_layout Plain Layout
9860
9861 \backslash
9862 jot
9863 \end_layout
9864
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871
9872 を-6
9873 \begin_inset space \thinspace{}
9874 \end_inset
9875
9876 ptに変更しなくてはなりません.
9877 \series bold
9878
9879 \backslash
9880 jot
9881 \series default
9882 は,
9883 数式直後に同様のコマンドを使って標準値の3
9884 \begin_inset space \thinspace{}
9885 \end_inset
9886
9887 ptに戻します.数式中の行間について,
9888 詳しくは第
9889 \begin_inset CommandInset ref
9890 LatexCommand ref
9891 reference "subsec:行間"
9892 nolink "false"
9893
9894 \end_inset
9895
9896 章に説明があります.
9897 \end_layout
9898
9899 \begin_layout Section
9900 矢印
9901 \begin_inset Index idx
9902 range none
9903 pageformat default
9904 status collapsed
9905
9906 \begin_layout Plain Layout
9907 \begin_inset IndexMacro sortkey
9908 status open
9909
9910 \begin_layout Plain Layout
9911 やしるし
9912 \end_layout
9913
9914 \end_inset
9915
9916 矢印
9917 \end_layout
9918
9919 \end_inset
9920
9921
9922 \end_layout
9923
9924 \begin_layout Standard
9925 矢印は,
9926 数式ツールバーボタンの
9927 \begin_inset Info
9928 type  "icon"
9929 arg   "math-insert \\leftarrow"
9930 \end_inset
9931
9932 か,
9933 以下の各小節に列挙してあるコマンドで挿入することができます.
9934 \end_layout
9935
9936 \begin_layout Subsection
9937 水平矢印
9938 \begin_inset Index idx
9939 range none
9940 pageformat default
9941 status collapsed
9942
9943 \begin_layout Plain Layout
9944 \begin_inset IndexMacro sortkey
9945 status open
9946
9947 \begin_layout Plain Layout
9948 やしるし
9949 \end_layout
9950
9951 \end_inset
9952
9953 矢印
9954 \begin_inset IndexMacro subentry
9955 status open
9956
9957 \begin_layout Plain Layout
9958 \begin_inset IndexMacro sortkey
9959 status open
9960
9961 \begin_layout Plain Layout
9962 すいへい
9963 \end_layout
9964
9965 \end_inset
9966
9967 水平
9968 \end_layout
9969
9970 \end_inset
9971
9972
9973 \end_layout
9974
9975 \end_inset
9976
9977
9978 \end_layout
9979
9980 \begin_layout Standard
9981 \begin_inset space \hfill{}
9982 \end_inset
9983
9984
9985 \begin_inset Tabular
9986 <lyxtabular version="3" rows="8" columns="2">
9987 <features booktabs="true" tabularvalignment="middle">
9988 <column alignment="center" valignment="top" width="0pt">
9989 <column alignment="center" valignment="top" width="0pt">
9990 <row>
9991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 コマンド
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 出力
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row>
10011 <cell alignment="center" valignment="top" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \backslash
10017 gets
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Formula $\gets$
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \backslash
10042 Leftarrow
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 \begin_inset Formula $\Leftarrow$
10052 \end_inset
10053
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 </row>
10060 <row>
10061 <cell alignment="center" valignment="top" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \backslash
10067 longleftarrow
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 \begin_inset Formula $\longleftarrow$
10077 \end_inset
10078
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="center" valignment="top" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \backslash
10092 Longleftarrow
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 \begin_inset Formula $\Longleftarrow$
10102 \end_inset
10103
10104
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \backslash
10117 leftharpoonup
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 \begin_inset Formula $\leftharpoonup$
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="center" valignment="top" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \backslash
10142 leftharpoondown
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 \begin_inset Formula $\leftharpoondown$
10152 \end_inset
10153
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \backslash
10167 hookleftarrow
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $\hookleftarrow$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 </lyxtabular>
10186
10187 \end_inset
10188
10189
10190 \begin_inset space \hfill{}
10191 \end_inset
10192
10193
10194 \begin_inset Tabular
10195 <lyxtabular version="3" rows="8" columns="2">
10196 <features booktabs="true" tabularvalignment="middle">
10197 <column alignment="center" valignment="top" width="0pt">
10198 <column alignment="center" valignment="top" width="0pt">
10199 <row>
10200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 コマンド
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 出力
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \backslash
10226 to
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 \begin_inset Formula $\to$
10236 \end_inset
10237
10238
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 </row>
10244 <row>
10245 <cell alignment="center" valignment="top" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249
10250 \backslash
10251 Rightarrow
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 \begin_inset Formula $\Rightarrow$
10261 \end_inset
10262
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \backslash
10276 longrightarrow
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 \begin_inset Formula $\longrightarrow$
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \backslash
10301 Longrightarrow
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 \begin_inset Formula $\Longrightarrow$
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \backslash
10326 rightharpoonup
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 \begin_inset Formula $\rightharpoonup$
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \backslash
10351 rightharpoondown
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 \begin_inset Formula $\rightharpoondown$
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \backslash
10376 hookrightarrow
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 \begin_inset Formula $\hookrightarrow$
10386 \end_inset
10387
10388
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 </lyxtabular>
10395
10396 \end_inset
10397
10398
10399 \begin_inset space \hfill{}
10400 \end_inset
10401
10402
10403 \end_layout
10404
10405 \begin_layout Standard
10406 \begin_inset space \hfill{}
10407 \end_inset
10408
10409
10410 \begin_inset Tabular
10411 <lyxtabular version="3" rows="6" columns="2">
10412 <features booktabs="true" tabularvalignment="middle">
10413 <column alignment="center" valignment="top" width="0pt">
10414 <column alignment="center" valignment="top" width="0pt">
10415 <row>
10416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 コマンド
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 出力
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \backslash
10442 leftrightarrow
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 \begin_inset Formula $\leftrightarrow$
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \backslash
10467 Leftrightarrow
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 \begin_inset Formula $\Leftrightarrow$
10477 \end_inset
10478
10479
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \backslash
10492 longleftrightarrow
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 \begin_inset Formula $\longleftrightarrow$
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \backslash
10517 Longleftrightarrow
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 \begin_inset Formula $\Longleftrightarrow$
10527 \end_inset
10528
10529
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \backslash
10542 rightleftharpoons
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 \begin_inset Formula $\rightleftharpoons$
10552 \end_inset
10553
10554
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 </lyxtabular>
10561
10562 \end_inset
10563
10564
10565 \begin_inset space \hspace{}
10566 \length 25pt
10567 \end_inset
10568
10569
10570 \begin_inset space \hfill{}
10571 \end_inset
10572
10573
10574 \begin_inset Tabular
10575 <lyxtabular version="3" rows="5" columns="2">
10576 <features booktabs="true" tabularvalignment="middle">
10577 <column alignment="center" valignment="top" width="0pt">
10578 <column alignment="center" valignment="top" width="0pt">
10579 <row>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 コマンド
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 出力
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 </row>
10599 <row>
10600 <cell alignment="center" valignment="top" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \backslash
10606 mapsto
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 \begin_inset Formula $\mapsto$
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \backslash
10631 longmapsto
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\longmapsto$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="center" valignment="top" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 leadsto
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 \begin_inset Formula $\leadsto$
10666 \end_inset
10667
10668
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row>
10675 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \backslash
10681 dasharrow
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 \begin_inset Formula $\dasharrow$
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 </lyxtabular>
10700
10701 \end_inset
10702
10703
10704 \begin_inset space \hfill{}
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \begin_layout Standard
10711 \begin_inset VSpace medskip
10712 \end_inset
10713
10714 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は,
10715
10716 \begin_inset CommandInset ref
10717 LatexCommand ref
10718 reference "sec:アクセント"
10719 nolink "false"
10720
10721 \end_inset
10722
10723 節に一覧があります.
10724 \end_layout
10725
10726 \begin_layout Standard
10727 \begin_inset VSpace bigskip
10728 \end_inset
10729
10730 さらに,
10731 ラベル付き矢印
10732 \begin_inset Index idx
10733 range none
10734 pageformat default
10735 status collapsed
10736
10737 \begin_layout Plain Layout
10738 \begin_inset IndexMacro sortkey
10739 status open
10740
10741 \begin_layout Plain Layout
10742 やしるし
10743 \end_layout
10744
10745 \end_inset
10746
10747 矢印
10748 \begin_inset IndexMacro subentry
10749 status open
10750
10751 \begin_layout Plain Layout
10752 \begin_inset IndexMacro sortkey
10753 status open
10754
10755 \begin_layout Plain Layout
10756 らへるつき
10757 \end_layout
10758
10759 \end_inset
10760
10761 ラベル付き
10762 \end_layout
10763
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \end_inset
10770
10771 として,
10772
10773 \series bold
10774
10775 \backslash
10776 xleftarrow
10777 \series default
10778
10779 \begin_inset Index idx
10780 range none
10781 pageformat default
10782 status collapsed
10783
10784 \begin_layout Plain Layout
10785 \begin_inset IndexMacro sortkey
10786 status open
10787
10788 \begin_layout Plain Layout
10789 こまんと
10790 \end_layout
10791
10792 \end_inset
10793
10794 コマンド
10795 \begin_inset IndexMacro subentry
10796 status open
10797
10798 \begin_layout Plain Layout
10799 X
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \begin_inset IndexMacro subentry
10806 status open
10807
10808 \begin_layout Plain Layout
10809
10810 \backslash
10811 xleftarrow
10812 \end_layout
10813
10814 \end_inset
10815
10816
10817 \end_layout
10818
10819 \end_inset
10820
10821
10822 \series bold
10823
10824 \backslash
10825 xrightarrow
10826 \series default
10827
10828 \begin_inset Index idx
10829 range none
10830 pageformat default
10831 status collapsed
10832
10833 \begin_layout Plain Layout
10834 \begin_inset IndexMacro sortkey
10835 status open
10836
10837 \begin_layout Plain Layout
10838 こまんと
10839 \end_layout
10840
10841 \end_inset
10842
10843 コマンド
10844 \begin_inset IndexMacro subentry
10845 status open
10846
10847 \begin_layout Plain Layout
10848 X
10849 \end_layout
10850
10851 \end_inset
10852
10853
10854 \begin_inset IndexMacro subentry
10855 status open
10856
10857 \begin_layout Plain Layout
10858
10859 \backslash
10860 xrightarrow
10861 \end_layout
10862
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \end_inset
10869
10870 があります.これらのコマンドを数式に挿入すると,
10871 二つの青枠のついた矢印が現れるので,
10872 そこにラベルを入れることができます.矢印の長さは,
10873 ラベルの幅に応じて調整されます.
10874 \end_layout
10875
10876 \begin_layout Standard
10877 \align center
10878 \begin_inset Tabular
10879 <lyxtabular version="3" rows="3" columns="2">
10880 <features booktabs="true" tabularvalignment="middle">
10881 <column alignment="center" valignment="top" width="0pt">
10882 <column alignment="center" valignment="top" width="0pt">
10883 <row>
10884 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 コマンド
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 出力
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 F(a)
10909 \backslash
10910 xleftarrow
10911 \begin_inset space \textvisiblespace{}
10912 \end_inset
10913
10914 x=a
10915 \begin_inset Formula $\downarrow$
10916 \end_inset
10917
10918 x>0
10919 \begin_inset Formula $\to$
10920 \end_inset
10921
10922 F(x)
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row topspace="2mm">
10941 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 F(x)
10946 \backslash
10947 xrightarrow
10948 \begin_inset space \textvisiblespace{}
10949 \end_inset
10950
10951 x=a
10952 \begin_inset Formula $\downarrow$
10953 \end_inset
10954
10955 x>0
10956 \begin_inset Formula $\to$
10957 \end_inset
10958
10959 F(a)
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 </lyxtabular>
10978
10979 \end_inset
10980
10981
10982 \end_layout
10983
10984 \begin_layout Standard
10985 \begin_inset VSpace medskip
10986 \end_inset
10987
10988
10989 \end_layout
10990
10991 \begin_layout Standard
10992 文書設定の
10993 \family sans
10994 \series bold
10995 数式オプション
10996 \family default
10997 \series default
10998 で,
10999
11000 \series bold
11001 mathtools
11002 \series default
11003
11004 \begin_inset Index idx
11005 range none
11006 pageformat default
11007 status collapsed
11008
11009 \begin_layout Plain Layout
11010 \begin_inset IndexMacro sortkey
11011 status open
11012
11013 \begin_layout Plain Layout
11014 はつけし
11015 \end_layout
11016
11017 \end_inset
11018
11019 パッケージ
11020 \begin_inset IndexMacro subentry
11021 status open
11022
11023 \begin_layout Plain Layout
11024 mathtools
11025 \end_layout
11026
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033
11034 パッケージに
11035 \family sans
11036 常に読み込み
11037 \family default
11038 オプションを設定すると,
11039 以下のようなラベル付き矢印が利用可能になります.
11040 \end_layout
11041
11042 \begin_layout Standard
11043 \align center
11044 \begin_inset space \hspace*{\fill}
11045 \end_inset
11046
11047
11048 \begin_inset Tabular
11049 <lyxtabular version="3" rows="7" columns="2">
11050 <features booktabs="true" tabularvalignment="middle">
11051 <column alignment="center" valignment="top" width="0pt">
11052 <column alignment="center" valignment="top" width="0pt">
11053 <row>
11054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 コマンド
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Example
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \backslash
11080 xleftrightarrow
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row topspace="2mm">
11099 <cell alignment="center" valignment="top" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \backslash
11105 xLeftarrow
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 <row topspace="2mm">
11124 <cell alignment="center" valignment="top" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128
11129 \backslash
11130 xRightarrow
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row topspace="2mm">
11149 <cell alignment="center" valignment="top" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \backslash
11155 xLeftrightarrow
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 <row topspace="2mm">
11174 <cell alignment="center" valignment="top" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \backslash
11180 xhookleftarrow
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 </row>
11198 <row topspace="2mm">
11199 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \backslash
11205 xhookrightarrow
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 </lyxtabular>
11224
11225 \end_inset
11226
11227
11228 \begin_inset space \hspace*{\fill}
11229 \end_inset
11230
11231
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="7" columns="2">
11234 <features booktabs="true" tabularvalignment="middle">
11235 <column alignment="center" valignment="top" width="0pt">
11236 <column alignment="center" valignment="top" width="0pt">
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 コマンド
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 Example
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell alignment="center" valignment="top" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \backslash
11264 xleftharpoondown
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 </row>
11282 <row topspace="2mm">
11283 <cell alignment="center" valignment="top" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287
11288 \backslash
11289 xleftharpoonup
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 </row>
11307 <row topspace="2mm">
11308 <cell alignment="center" valignment="top" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312
11313 \backslash
11314 xrightharpoondown
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 <row topspace="2mm">
11333 <cell alignment="center" valignment="top" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337
11338 \backslash
11339 xrightharpoonup
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row topspace="2mm">
11358 <cell alignment="center" valignment="top" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362
11363 \backslash
11364 xleftrightharpoons
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 </row>
11382 <row topspace="2mm">
11383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387
11388 \backslash
11389 xrightleftharpoons
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 </lyxtabular>
11408
11409 \end_inset
11410
11411
11412 \begin_inset space \hspace*{\fill}
11413 \end_inset
11414
11415
11416 \end_layout
11417
11418 \begin_layout Standard
11419 これらの矢印は,
11420 すべて以下のようなコマンドスキームを取ります.
11421 \end_layout
11422
11423 \begin_layout Standard
11424 \align center
11425 \begin_inset Tabular
11426 <lyxtabular version="3" rows="2" columns="2">
11427 <features booktabs="true" tabularvalignment="middle">
11428 <column alignment="center" valignment="top" width="0pt">
11429 <column alignment="center" valignment="top" width="0pt">
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 コマンド
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 出力
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row bottomspace="0.5mm">
11451 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 F(a)
11456 \backslash
11457 xleftrightarrow[x=a]
11458 \backslash
11459 {x>0
11460 \begin_inset Formula $\to$
11461 \end_inset
11462
11463 F(x)
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 </lyxtabular>
11482
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \begin_layout Subsection
11489 垂直矢印および対角矢印
11490 \begin_inset Index idx
11491 range none
11492 pageformat default
11493 status collapsed
11494
11495 \begin_layout Plain Layout
11496 \begin_inset IndexMacro sortkey
11497 status open
11498
11499 \begin_layout Plain Layout
11500 やしるし
11501 \end_layout
11502
11503 \end_inset
11504
11505 矢印
11506 \begin_inset IndexMacro subentry
11507 status open
11508
11509 \begin_layout Plain Layout
11510 \begin_inset IndexMacro sortkey
11511 status open
11512
11513 \begin_layout Plain Layout
11514 たいかく
11515 \end_layout
11516
11517 \end_inset
11518
11519 対角
11520 \end_layout
11521
11522 \end_inset
11523
11524
11525 \end_layout
11526
11527 \end_inset
11528
11529
11530 \begin_inset Index idx
11531 range none
11532 pageformat default
11533 status collapsed
11534
11535 \begin_layout Plain Layout
11536 \begin_inset IndexMacro sortkey
11537 status open
11538
11539 \begin_layout Plain Layout
11540 やしるし
11541 \end_layout
11542
11543 \end_inset
11544
11545 矢印
11546 \begin_inset IndexMacro subentry
11547 status open
11548
11549 \begin_layout Plain Layout
11550 \begin_inset IndexMacro sortkey
11551 status open
11552
11553 \begin_layout Plain Layout
11554 すいちよく
11555 \end_layout
11556
11557 \end_inset
11558
11559 垂直
11560 \end_layout
11561
11562 \end_inset
11563
11564
11565 \end_layout
11566
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \begin_layout Standard
11573 \begin_inset space \hfill{}
11574 \end_inset
11575
11576
11577 \begin_inset Tabular
11578 <lyxtabular version="3" rows="7" columns="2">
11579 <features booktabs="true" tabularvalignment="middle">
11580 <column alignment="center" valignment="top" width="0pt">
11581 <column alignment="center" valignment="top" width="0pt">
11582 <row>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 コマンド
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 出力
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607
11608 \backslash
11609 uparrow
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 \begin_inset Formula $\uparrow$
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 <row>
11628 <cell alignment="center" valignment="top" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \backslash
11634 Uparrow
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 \begin_inset Formula $\Uparrow$
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 <row>
11653 <cell alignment="center" valignment="top" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657
11658 \backslash
11659 updownarrow
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 \begin_inset Formula $\updownarrow$
11669 \end_inset
11670
11671
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682
11683 \backslash
11684 Updownarrow
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 \begin_inset Formula $\Updownarrow$
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 <row>
11703 <cell alignment="center" valignment="top" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707
11708 \backslash
11709 Downarrow
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 \begin_inset Formula $\Downarrow$
11719 \end_inset
11720
11721
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \backslash
11734 downarrow
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 \begin_inset Formula $\downarrow$
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 </lyxtabular>
11753
11754 \end_inset
11755
11756
11757 \begin_inset space \hfill{}
11758 \end_inset
11759
11760
11761 \begin_inset Tabular
11762 <lyxtabular version="3" rows="5" columns="2">
11763 <features booktabs="true" tabularvalignment="middle">
11764 <column alignment="center" valignment="top" width="0pt">
11765 <column alignment="center" valignment="top" width="0pt">
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 コマンド
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 出力
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 </row>
11786 <row>
11787 <cell alignment="center" valignment="top" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791
11792 \backslash
11793 nearrow
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 \begin_inset Formula $\nearrow$
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816
11817 \backslash
11818 searrow
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 \begin_inset Formula $\searrow$
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841
11842 \backslash
11843 swarrow
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 \begin_inset Formula $\swarrow$
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 </row>
11861 <row>
11862 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866
11867 \backslash
11868 nwarrow
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 \begin_inset Formula $\nwarrow$
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 </row>
11886 </lyxtabular>
11887
11888 \end_inset
11889
11890
11891 \begin_inset space \hfill{}
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset VSpace medskip
11899 \end_inset
11900
11901 垂直矢印は,
11902
11903 \begin_inset CommandInset ref
11904 LatexCommand ref
11905 reference "subsec:手動の括弧高"
11906 nolink "false"
11907
11908 \end_inset
11909
11910 節および第
11911 \begin_inset CommandInset ref
11912 LatexCommand ref
11913 reference "subsec:自動の括弧高"
11914 nolink "false"
11915
11916 \end_inset
11917
11918 節に述べられているコマンドを使うと,
11919 区分記号として使用することもできます.
11920 \end_layout
11921
11922 \begin_layout Section
11923 アクセント
11924 \begin_inset CommandInset label
11925 LatexCommand label
11926 name "sec:アクセント"
11927
11928 \end_inset
11929
11930
11931 \begin_inset Index idx
11932 range none
11933 pageformat default
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937 \begin_inset IndexMacro sortkey
11938 status open
11939
11940 \begin_layout Plain Layout
11941 あくせんと
11942 \end_layout
11943
11944 \end_inset
11945
11946 アクセント
11947 \end_layout
11948
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \begin_layout Standard
11955 アクセントは,
11956 数式ツールバーボタンの
11957 \begin_inset Info
11958 type  "icon"
11959 arg   "math-insert \\hat"
11960 \end_inset
11961
11962 か,
11963 以下の各小節に列挙してあるコマンドで入力することができます.
11964 \end_layout
11965
11966 \begin_layout Subsection
11967 一文字に付けるアクセント
11968 \begin_inset ERT
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972
11973
11974 \backslash
11975 texorpdfstring{
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \begin_inset Foot
11982 status collapsed
11983
11984 \begin_layout Plain Layout
11985 本文中のアクセントについては,
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "subsec:文章中のアクセント"
11990 nolink "false"
11991
11992 \end_inset
11993
11994 節を参照.
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \begin_inset ERT
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005 }{}
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \begin_inset Note Note
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015
12016 \series bold
12017
12018 \backslash
12019 texorpdfstring
12020 \series default
12021 は,
12022 PDFのしおりに脚註が現れるのを防ぐために使われています.
12023 \end_layout
12024
12025 \begin_layout Plain Layout
12026
12027 \series bold
12028
12029 \backslash
12030 texorpdfstring
12031 \series default
12032 についての詳細は,
12033
12034 \begin_inset CommandInset ref
12035 LatexCommand ref
12036 reference "subsec:節見出し中の数式"
12037 nolink "false"
12038
12039 \end_inset
12040
12041 節にあります.
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset label
12048 LatexCommand label
12049 name "subsec:一文字に付けるアクセント"
12050
12051 \end_inset
12052
12053
12054 \begin_inset Index idx
12055 range none
12056 pageformat default
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060 \begin_inset IndexMacro sortkey
12061 status open
12062
12063 \begin_layout Plain Layout
12064 あくせんと
12065 \end_layout
12066
12067 \end_inset
12068
12069 アクセント
12070 \begin_inset IndexMacro subentry
12071 status open
12072
12073 \begin_layout Plain Layout
12074 \begin_inset IndexMacro sortkey
12075 status open
12076
12077 \begin_layout Plain Layout
12078 いちもしにつける
12079 \end_layout
12080
12081 \end_inset
12082
12083 一文字に付ける
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \begin_layout Standard
12097 \begin_inset space \hfill{}
12098 \end_inset
12099
12100
12101 \begin_inset Tabular
12102 <lyxtabular version="3" rows="8" columns="2">
12103 <features booktabs="true" tabularvalignment="middle">
12104 <column alignment="center" valignment="top" width="0pt">
12105 <column alignment="center" valignment="top" width="0pt">
12106 <row>
12107 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 コマンド
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 出力
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 <row topspace="1.5mm">
12127 <cell alignment="center" valignment="top" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131
12132 \backslash
12133 dot
12134 \begin_inset space \textvisiblespace{}
12135 \end_inset
12136
12137 A
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 \begin_inset Formula $\dot{A}$
12147 \end_inset
12148
12149
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 </row>
12155 <row topspace="1.5mm">
12156 <cell alignment="center" valignment="top" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160
12161 \backslash
12162 ddot
12163 \begin_inset space \textvisiblespace{}
12164 \end_inset
12165
12166 A
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 \begin_inset Formula $\ddot{A}$
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 </row>
12184 <row topspace="1.5mm">
12185 <cell alignment="center" valignment="top" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189
12190 \backslash
12191 dddot
12192 \begin_inset space \textvisiblespace{}
12193 \end_inset
12194
12195 A
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 \begin_inset Formula $\dddot{A}$
12205 \end_inset
12206
12207
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 </row>
12213 <row topspace="1.5mm">
12214 <cell alignment="center" valignment="top" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218
12219 \backslash
12220 ddddot
12221 \begin_inset space \textvisiblespace{}
12222 \end_inset
12223
12224 A
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 \begin_inset Formula $\ddddot{A}$
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 </row>
12242 <row topspace="1.5mm">
12243 <cell alignment="center" valignment="top" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247
12248 \backslash
12249 vec
12250 \begin_inset space \textvisiblespace{}
12251 \end_inset
12252
12253 A
12254 \begin_inset Index idx
12255 range none
12256 pageformat default
12257 status collapsed
12258
12259 \begin_layout Plain Layout
12260 \begin_inset IndexMacro sortkey
12261 status open
12262
12263 \begin_layout Plain Layout
12264 へくとる
12265 \end_layout
12266
12267 \end_inset
12268
12269 ベクトル
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 \begin_inset Formula $\vec{A}$
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 </row>
12292 <row topspace="1.5mm">
12293 <cell alignment="center" valignment="top" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297
12298 \backslash
12299 bar
12300 \begin_inset space \textvisiblespace{}
12301 \end_inset
12302
12303 A
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 <cell alignment="center" valignment="top" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 \begin_inset Formula $\bar{A}$
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 <row topspace="1.5mm">
12322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326
12327 \backslash
12328 mathring
12329 \begin_inset space \textvisiblespace{}
12330 \end_inset
12331
12332 A
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341 \begin_inset Formula $\mathring{A}$
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 </row>
12350 </lyxtabular>
12351
12352 \end_inset
12353
12354
12355 \begin_inset space \hfill{}
12356 \end_inset
12357
12358
12359 \begin_inset Tabular
12360 <lyxtabular version="3" rows="7" columns="2">
12361 <features booktabs="true" tabularvalignment="middle">
12362 <column alignment="center" valignment="top" width="0pt">
12363 <column alignment="center" valignment="top" width="0pt">
12364 <row>
12365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 コマンド
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12375 \begin_inset Text
12376
12377 \begin_layout Plain Layout
12378 出力
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 </row>
12384 <row topspace="1.5mm">
12385 <cell alignment="center" valignment="top" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389
12390 \backslash
12391 tilde
12392 \begin_inset space \textvisiblespace{}
12393 \end_inset
12394
12395 A
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 \begin_inset Formula $\tilde{A}$
12405 \end_inset
12406
12407
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 </row>
12413 <row topspace="1.5mm">
12414 <cell alignment="center" valignment="top" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418
12419 \backslash
12420 hat
12421 \begin_inset space \textvisiblespace{}
12422 \end_inset
12423
12424 A
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 <cell alignment="center" valignment="top" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433 \begin_inset Formula $\hat{A}$
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 </row>
12442 <row topspace="1.5mm">
12443 <cell alignment="center" valignment="top" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447
12448 \backslash
12449 check
12450 \begin_inset space \textvisiblespace{}
12451 \end_inset
12452
12453 A
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 \begin_inset Formula $\check{A}$
12463 \end_inset
12464
12465
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 </row>
12471 <row topspace="1.5mm">
12472 <cell alignment="center" valignment="top" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476
12477 \backslash
12478 acute
12479 \begin_inset space \textvisiblespace{}
12480 \end_inset
12481
12482 A
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 <cell alignment="center" valignment="top" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 \begin_inset Formula $\acute{A}$
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 </row>
12500 <row topspace="1.5mm">
12501 <cell alignment="center" valignment="top" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505
12506 \backslash
12507 grave
12508 \begin_inset space \textvisiblespace{}
12509 \end_inset
12510
12511 A
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 <cell alignment="center" valignment="top" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 \begin_inset Formula $\grave{A}$
12521 \end_inset
12522
12523
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 </row>
12529 <row topspace="1.5mm">
12530 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534
12535 \backslash
12536 breve
12537 \begin_inset space \textvisiblespace{}
12538 \end_inset
12539
12540 A
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 \begin_inset Formula $\breve{A}$
12550 \end_inset
12551
12552
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 </row>
12558 </lyxtabular>
12559
12560 \end_inset
12561
12562
12563 \begin_inset space \hfill{}
12564 \end_inset
12565
12566
12567 \end_layout
12568
12569 \begin_layout Standard
12570 \begin_inset VSpace bigskip
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Standard
12577 \begin_inset ERT
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581
12582
12583 \backslash
12584 '{e}
12585 \end_layout
12586
12587 \end_inset
12588
12589 のようなアクセントは,
12590 数式に直接入れることができます.\SpecialChar LyX
12591 は,
12592 それを対応するアクセントコマンドに変換します.ウムラウト
12593 \begin_inset Index idx
12594 range none
12595 pageformat default
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599 \begin_inset IndexMacro sortkey
12600 status open
12601
12602 \begin_layout Plain Layout
12603 うむらうと
12604 \end_layout
12605
12606 \end_inset
12607
12608 ウムラウト
12609 \end_layout
12610
12611 \end_inset
12612
12613 に関しては,
12614 母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,
12615 \SpecialChar LaTeX
12616 は,
12617 引用符と母音をまとめて一つの文字として取り扱います.
12618 \series bold
12619
12620 \backslash
12621 ddot
12622 \series default
12623 と違い,
12624 この方法では,
12625 以下の例に示すように「本物の」ウムラウトが作られます.
12626 \end_layout
12627
12628 \begin_layout Standard
12629 \begin_inset VSpace -2mm
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \begin_layout Standard
12636 \align center
12637 \begin_inset Tabular
12638 <lyxtabular version="3" rows="3" columns="2">
12639 <features booktabs="true" tabularvalignment="middle">
12640 <column alignment="center" valignment="top" width="0pt">
12641 <column alignment="center" valignment="top">
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 コマンド
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 出力
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell alignment="center" valignment="top" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 \begin_inset Quotes grd
12668 \end_inset
12669
12670 i
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679
12680 \lang ngerman
12681 \begin_inset space \hspace{}
12682 \length 0pt
12683 \end_inset
12684
12685
12686 \begin_inset Formula $"i$
12687 \end_inset
12688
12689
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 <row topspace="1.5mm">
12696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700
12701 \backslash
12702 ddot
12703 \begin_inset space \textvisiblespace{}
12704 \end_inset
12705
12706 i
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 \begin_inset Formula $\ddot{i}$
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 </row>
12724 </lyxtabular>
12725
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \begin_layout Standard
12732
12733 \series bold
12734
12735 \backslash
12736 ddot
12737 \series default
12738 に比べて良いもう一つの利点は,
12739 上記のアクセントコマンドが
12740 \emph on
12741 数式中テキストでは使用できない
12742 \emph default
12743 のに対し,
12744 ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,
12745 アクセントの下にある文字しか変換されません.これは,
12746 たとえばイタリック体やボールド体への変換など,
12747 他のすべての変換に関しても言えることです.
12748 \end_layout
12749
12750 \begin_layout Standard
12751 ウムラウトと他のアクセント付き文字は,
12752 数式中テキストに直接入れることができます.
12753 \end_layout
12754
12755 \begin_layout Standard
12756 \begin_inset VSpace bigskip
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \begin_layout Standard
12763 \SpecialChar LyX
12764 は,
12765 \SpecialChar LaTeX
12766 パッケージ
12767 \series bold
12768 undertilde
12769 \series default
12770
12771 \begin_inset Index idx
12772 range none
12773 pageformat default
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777 \begin_inset IndexMacro sortkey
12778 status open
12779
12780 \begin_layout Plain Layout
12781 はつけし
12782 \end_layout
12783
12784 \end_inset
12785
12786 パッケージ
12787 \begin_inset IndexMacro subentry
12788 status open
12789
12790 \begin_layout Plain Layout
12791 upgreek
12792 \end_layout
12793
12794 \end_inset
12795
12796
12797 \end_layout
12798
12799 \end_inset
12800
12801 がシステム上に導入されていれば,
12802 文字下のティルダもサポートします.
12803 \end_layout
12804
12805 \begin_layout Standard
12806 \begin_inset ERT
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810
12811
12812 \backslash
12813 ifundertilde 
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \begin_inset Note Note
12820 status open
12821
12822 \begin_layout Plain Layout
12823 以下の表は,
12824
12825 \series bold
12826 undertilde
12827 \series default
12828  \SpecialChar LaTeX
12829 パッケージが導入済みのときのみ表示されます.
12830 \end_layout
12831
12832 \end_inset
12833
12834
12835 \end_layout
12836
12837 \begin_layout Standard
12838 \noindent
12839 \align center
12840 \begin_inset Tabular
12841 <lyxtabular version="3" rows="2" columns="2">
12842 <features booktabs="true" tabularvalignment="middle">
12843 <column alignment="center" valignment="top" width="0pt">
12844 <column alignment="center" valignment="top" width="0pt">
12845 <row>
12846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 コマンド
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 出力
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row>
12866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870
12871 \backslash
12872 utilde
12873 \begin_inset space \textvisiblespace{}
12874 \end_inset
12875
12876 A
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 \begin_inset Formula $\utilde{A}$
12886 \end_inset
12887
12888
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 </row>
12894 </lyxtabular>
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 \begin_inset ERT
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906
12907
12908 \backslash
12909 else 
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \begin_inset Note Note
12916 status open
12917
12918 \begin_layout Plain Layout
12919 以下は,
12920
12921 \series bold
12922 undertilde
12923 \series default
12924  \SpecialChar LaTeX
12925 パッケージが導入されていないときのみ表示されます.
12926 \end_layout
12927
12928 \end_inset
12929
12930
12931 \end_layout
12932
12933 \begin_layout Standard
12934 この小節のすべてを出力で見るには,
12935
12936 \series bold
12937 undertilde
12938 \series default
12939  \SpecialChar LaTeX
12940 パッケージを導入する必要があります.
12941 \end_layout
12942
12943 \begin_layout Standard
12944 \begin_inset ERT
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948
12949
12950 \backslash
12951 fi 
12952 \end_layout
12953
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \begin_layout Subsection
12960 複数の文字に付けるアクセント
12961 \begin_inset Index idx
12962 range none
12963 pageformat default
12964 status collapsed
12965
12966 \begin_layout Plain Layout
12967 \begin_inset IndexMacro sortkey
12968 status open
12969
12970 \begin_layout Plain Layout
12971 あくせんと
12972 \end_layout
12973
12974 \end_inset
12975
12976 アクセント
12977 \begin_inset IndexMacro subentry
12978 status open
12979
12980 \begin_layout Plain Layout
12981 \begin_inset IndexMacro sortkey
12982 status open
12983
12984 \begin_layout Plain Layout
12985 ふくすうのもしにつける
12986 \end_layout
12987
12988 \end_inset
12989
12990 複数の文字に付ける
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \begin_layout Standard
13004 \begin_inset space \hfill{}
13005 \end_inset
13006
13007
13008 \begin_inset Tabular
13009 <lyxtabular version="3" rows="5" columns="2">
13010 <features booktabs="true" tabularvalignment="middle">
13011 <column alignment="center" valignment="top" width="0pt">
13012 <column alignment="center" valignment="top" width="0pt">
13013 <row>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 コマンド
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 出力
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row topspace="1.5mm">
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038
13039 \backslash
13040 overleftarrow
13041 \begin_inset space \textvisiblespace{}
13042 \end_inset
13043
13044 A=B
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset Formula $\overleftarrow{A=B}$
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row topspace="1.5mm">
13063 <cell alignment="center" valignment="top" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067
13068 \backslash
13069 underleftarrow
13070 \begin_inset space \textvisiblespace{}
13071 \end_inset
13072
13073 A=B
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 \begin_inset Formula $\underleftarrow{A=B}$
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 <row topspace="1.5mm">
13092 <cell alignment="center" valignment="top" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096
13097 \backslash
13098 overleftrightarrow
13099 \begin_inset space \textvisiblespace{}
13100 \end_inset
13101
13102 A=B
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 \begin_inset Formula $\overleftrightarrow{A=B}$
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 <row topspace="1.5mm" bottomspace="1mm">
13121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125
13126 \backslash
13127 underleftrightarrow
13128 \begin_inset space \textvisiblespace{}
13129 \end_inset
13130
13131 A=B
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 \begin_inset Formula $\underleftrightarrow{A=B}$
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 </row>
13149 </lyxtabular>
13150
13151 \end_inset
13152
13153
13154 \begin_inset space \hfill{}
13155 \end_inset
13156
13157
13158 \begin_inset Tabular
13159 <lyxtabular version="3" rows="5" columns="2">
13160 <features booktabs="true" tabularvalignment="middle">
13161 <column alignment="center" valignment="top" width="0pt">
13162 <column alignment="center" valignment="top" width="0pt">
13163 <row>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 コマンド
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 出力
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 <row topspace="1.5mm">
13184 <cell alignment="center" valignment="top" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188
13189 \backslash
13190 overrightarrow
13191 \begin_inset space \textvisiblespace{}
13192 \end_inset
13193
13194 A=B
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 \begin_inset Formula $\overrightarrow{A=B}$
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row topspace="1.5mm">
13213 <cell alignment="center" valignment="top" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \backslash
13219 underrightarrow
13220 \begin_inset space \textvisiblespace{}
13221 \end_inset
13222
13223 A=B
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 \begin_inset Formula $\underrightarrow{A=B}$
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 <row topspace="1.5mm">
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246
13247 \backslash
13248 widetilde
13249 \begin_inset space \textvisiblespace{}
13250 \end_inset
13251
13252 A=B
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 \begin_inset Formula $\widetilde{A=B}$
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 </row>
13270 <row topspace="1.5mm" bottomspace="1mm">
13271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275
13276 \backslash
13277 widehat
13278 \begin_inset space \textvisiblespace{}
13279 \end_inset
13280
13281 A=B
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 \begin_inset Formula $\widehat{A=B}$
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 </row>
13299 </lyxtabular>
13300
13301 \end_inset
13302
13303
13304 \begin_inset space \hfill{}
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \begin_layout Standard
13311 \begin_inset VSpace medskip
13312 \end_inset
13313
13314 これらのコマンドでは,
13315 好きなだけ多くの文字にアクセントを付けることができます.しかし,
13316
13317 \series bold
13318
13319 \backslash
13320 widetilde
13321 \series default
13322 および
13323 \series bold
13324
13325 \backslash
13326 widehat
13327 \series default
13328 のアクセントは,
13329 以下の例のように,
13330 出力では3文字分の長さにしかなりません.
13331 \begin_inset Formula 
13332 \[
13333 \widetilde{A+B=C-D}
13334 \]
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342 前小節で述べた
13343 \series bold
13344
13345 \backslash
13346 overset
13347 \series default
13348
13349 \begin_inset Index idx
13350 range none
13351 pageformat default
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355 \begin_inset IndexMacro sortkey
13356 status open
13357
13358 \begin_layout Plain Layout
13359 こまんと
13360 \end_layout
13361
13362 \end_inset
13363
13364 コマンド
13365 \begin_inset IndexMacro subentry
13366 status open
13367
13368 \begin_layout Plain Layout
13369 O
13370 \end_layout
13371
13372 \end_inset
13373
13374
13375 \begin_inset IndexMacro subentry
13376 status open
13377
13378 \begin_layout Plain Layout
13379
13380 \backslash
13381 overset
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \end_layout
13388
13389 \end_inset
13390
13391 コマンドと
13392 \series bold
13393
13394 \backslash
13395 underset
13396 \series default
13397
13398 \begin_inset Index idx
13399 range none
13400 pageformat default
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404 \begin_inset IndexMacro sortkey
13405 status open
13406
13407 \begin_layout Plain Layout
13408 こまんと
13409 \end_layout
13410
13411 \end_inset
13412
13413 コマンド
13414 \begin_inset IndexMacro subentry
13415 status open
13416
13417 \begin_layout Plain Layout
13418 U
13419 \end_layout
13420
13421 \end_inset
13422
13423
13424 \begin_inset IndexMacro subentry
13425 status open
13426
13427 \begin_layout Plain Layout
13428
13429 \backslash
13430 underset
13431 \end_layout
13432
13433 \end_inset
13434
13435
13436 \end_layout
13437
13438 \end_inset
13439
13440 コマンドを使っても,
13441 複数の文字にアクセントを付けることができます.
13442 \series bold
13443
13444 \backslash
13445 underset
13446 \begin_inset space \textvisiblespace{}
13447 \end_inset
13448
13449 A=B
13450 \begin_inset Formula $\downarrow$
13451 \end_inset
13452
13453 ***
13454 \series default
13455 というコマンドは,
13456
13457 \begin_inset Formula 
13458 \[
13459 \underset{***}{A=B}
13460 \]
13461
13462 \end_inset
13463
13464 のようになります.
13465 \end_layout
13466
13467 \begin_layout Section
13468 空白
13469 \begin_inset CommandInset label
13470 LatexCommand label
13471 name "subsec:空白"
13472
13473 \end_inset
13474
13475
13476 \begin_inset Index idx
13477 range none
13478 pageformat default
13479 status open
13480
13481 \begin_layout Plain Layout
13482 \begin_inset IndexMacro sortkey
13483 status open
13484
13485 \begin_layout Plain Layout
13486 くうはく
13487 \end_layout
13488
13489 \end_inset
13490
13491 空白
13492 \begin_inset IndexMacro subentry
13493 status open
13494
13495 \begin_layout Plain Layout
13496 \begin_inset IndexMacro sortkey
13497 status open
13498
13499 \begin_layout Plain Layout
13500 よこほうこうの
13501 \end_layout
13502
13503 \end_inset
13504
13505 横方向の
13506 \begin_inset space \thinspace{}
13507 \end_inset
13508
13509
13510
13511
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Subsection
13525 定義済みの空白
13526 \begin_inset CommandInset label
13527 LatexCommand label
13528 name "subsec:定義済みの空白"
13529
13530 \end_inset
13531
13532
13533 \begin_inset Index idx
13534 range none
13535 pageformat default
13536 status collapsed
13537
13538 \begin_layout Plain Layout
13539 \begin_inset IndexMacro sortkey
13540 status open
13541
13542 \begin_layout Plain Layout
13543 くうはく
13544 \end_layout
13545
13546 \end_inset
13547
13548 空白
13549 \begin_inset IndexMacro subentry
13550 status open
13551
13552 \begin_layout Plain Layout
13553 \begin_inset IndexMacro sortkey
13554 status open
13555
13556 \begin_layout Plain Layout
13557 よこほうこうの
13558 \end_layout
13559
13560 \end_inset
13561
13562 横方向の
13563 \begin_inset space \thinspace{}
13564 \end_inset
13565
13566
13567
13568
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \begin_inset IndexMacro subentry
13575 status open
13576
13577 \begin_layout Plain Layout
13578 \begin_inset IndexMacro sortkey
13579 status open
13580
13581 \begin_layout Plain Layout
13582 ていきすみ
13583 \end_layout
13584
13585 \end_inset
13586
13587 定義済み
13588 \end_layout
13589
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \begin_layout Standard
13601 数式に水平方向の空白を挿入することが,
13602 必要になることがあります.これは,
13603 非改行空白(ショートカット:
13604
13605 \begin_inset Info
13606 type  "shortcut"
13607 arg   "command-alternatives math-space ; space-insert protected"
13608 \end_inset
13609
13610 )を挿入することで実現できます.「
13611 \color blue
13612
13613 \begin_inset space \textvisiblespace{}
13614 \end_inset
13615
13616
13617 \color inherit
13618 」が現れるので,
13619
13620 \family sans
13621 Space
13622 \family default
13623 を何回か押すことによって,
13624 8種の異なる長さの空白のうち一つを選択することができます.空白は,
13625 数式ツールバーボタンの
13626 \begin_inset Info
13627 type  "icon"
13628 arg   "math-insert \\space"
13629 \end_inset
13630
13631 を押すか,
13632 特定のコマンドを入力することで,
13633 挿入することができます.挿入したコマンド如何に関わらず,
13634 直後に
13635 \family sans
13636 Space
13637 \family default
13638 を押すことによって,
13639 長さを変更することができます.
13640 \end_layout
13641
13642 \begin_layout Standard
13643 \noindent
13644 \align center
13645 \begin_inset Tabular
13646 <lyxtabular version="3" rows="6" columns="3">
13647 <features booktabs="true" tabularvalignment="middle">
13648 <column alignment="center" valignment="top">
13649 <column alignment="center" valignment="top" width="15col%">
13650 <column alignment="center" valignment="top">
13651 <row>
13652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 コマンド
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 非改行空白を挿入したのち,
13666
13667 \family sans
13668 Space
13669 \family default
13670 を叩く回数
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 出力
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 </row>
13685 <row>
13686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690
13691 \backslash
13692 ,
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 0
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 \begin_inset Formula $A\,B$
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724
13725 \backslash
13726 :
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 1
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 \begin_inset Formula $A\:B$
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row>
13754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758
13759 \backslash
13760 ;
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 2
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 \begin_inset Formula $A\;B$
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792
13793 \backslash
13794 quad
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 3
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 \begin_inset Formula $A\quad B$
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826
13827 \backslash
13828 qquad
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 4
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 \begin_inset Formula $A\qquad B$
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 </lyxtabular>
13856
13857 \end_inset
13858
13859
13860 \begin_inset space \hfill{}
13861 \end_inset
13862
13863
13864 \begin_inset Tabular
13865 <lyxtabular version="3" rows="6" columns="3">
13866 <features booktabs="true" tabularvalignment="middle">
13867 <column alignment="center" valignment="top">
13868 <column alignment="center" valignment="top" width="15col%">
13869 <column alignment="center" valignment="top">
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 コマンド
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 非改行空白を挿入したのち,
13885
13886 \family sans
13887 Space
13888 \family default
13889 を叩く回数
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 出力
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 </row>
13904 <row>
13905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909
13910 \backslash
13911 hfill
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920 5
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset Formula $A\hfill B$
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 </row>
13938 <row>
13939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943
13944 \backslash
13945 hspace*{1em}
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 6
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 \begin_inset Formula $A\hspace*{1em}B$
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 <row>
13973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977
13978 \backslash
13979 hspace{1em}
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 7
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 \begin_inset Formula $A\hspace{1em}B$
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 </row>
14006 <row>
14007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011
14012 \backslash
14013
14014 \begin_inset space \textvisiblespace{}
14015 \end_inset
14016
14017
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 8
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 \begin_inset Formula $A\ B$
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 </row>
14044 <row>
14045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049
14050 \backslash
14051 !
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 9
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 \begin_inset Formula $A\!B$
14070 \end_inset
14071
14072
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 </row>
14078 </lyxtabular>
14079
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \begin_layout Standard
14086 5
14087 \lang english
14088
14089 \begin_inset space \thinspace{}
14090 \end_inset
14091
14092
14093 \lang japanese
14094
14095 \lang english
14096
14097 \begin_inset space \thinspace{}
14098 \end_inset
14099
14100
14101 \lang japanese
14102 7回
14103 \family sans
14104 Space
14105 \family default
14106 を押した場合は,
14107
14108 \begin_inset CommandInset ref
14109 LatexCommand ref
14110 reference "subsec:可変長の空白"
14111 nolink "false"
14112
14113 \end_inset
14114
14115 節に説明されているように,
14116 可変空白となります.9回押した場合は,
14117 一見,
14118 空白を生まないように見えます.実はこれは負の長さなので,
14119 他の長さと異なり,
14120 \SpecialChar LyX
14121 中では赤で表示されます.以下のように,
14122 他にもう二つ,
14123 負の長さの空白があります.
14124 \end_layout
14125
14126 \begin_layout Standard
14127 \align center
14128 \begin_inset Tabular
14129 <lyxtabular version="3" rows="3" columns="3">
14130 <features booktabs="true" tabularvalignment="middle">
14131 <column alignment="center" valignment="middle" width="6.8cm">
14132 <column alignment="center" valignment="top" width="0pt">
14133 <column alignment="center" valignment="top" width="0pt">
14134 <row>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 コマンド
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148
14149 \backslash
14150 negmedspace
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159
14160 \backslash
14161 negthickspace
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 非改行空白を挿入したのち,
14173
14174 \family sans
14175 Space
14176 \family default
14177 を叩く回数
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 10
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 11
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 </row>
14201 <row>
14202 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 出力
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 \begin_inset Formula $A\negmedspace B$
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 \begin_inset Formula $A\negthickspace B$
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 </lyxtabular>
14237
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \begin_layout Standard
14244 負の空白を使うと,
14245 文字が重なってしまうことがあります.これを利用して,
14246 合字処理を強制することができます.これは,
14247 たとえば以下のように,
14248 和演算子に使えます.
14249 \end_layout
14250
14251 \begin_layout Standard
14252 \align center
14253 \begin_inset Tabular
14254 <lyxtabular version="3" rows="3" columns="2">
14255 <features booktabs="true" tabularvalignment="middle">
14256 <column alignment="center" valignment="top" width="0pt">
14257 <column alignment="center" valignment="top">
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 コマンド
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 出力
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row>
14279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \backslash
14285 sum
14286 \backslash
14287 sum
14288 \begin_inset space \textvisiblespace{}
14289 \end_inset
14290
14291 f_kl
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 \begin_inset Formula $\sum\sum f_{kl}$
14301 \end_inset
14302
14303
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 </row>
14309 <row>
14310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314
14315 \backslash
14316 sum
14317 \backslash
14318 negmedspace
14319 \backslash
14320 sum
14321 \begin_inset space \textvisiblespace{}
14322 \end_inset
14323
14324 f_kl
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 </row>
14342 </lyxtabular>
14343
14344 \end_inset
14345
14346
14347 \end_layout
14348
14349 \begin_layout Standard
14350 \noindent
14351 \begin_inset VSpace medskip
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \begin_layout Standard
14358 \noindent
14359 イコール記号などの関係子は,
14360 つねに空白を前後に伴うようになっていますが,
14361 これを抑制するには,
14362 イコール記号を\SpecialChar TeX
14363 括弧で囲みます.以下の例にこれを示します.
14364 \end_layout
14365
14366 \begin_layout Standard
14367 \align center
14368 \begin_inset Tabular
14369 <lyxtabular version="3" rows="2" columns="2">
14370 <features booktabs="true" tabularvalignment="middle">
14371 <column alignment="center" valignment="top" width="0pt">
14372 <column alignment="center" valignment="top" width="0pt">
14373 <row>
14374 <cell alignment="center" valignment="top" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 通常の数式
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 <cell alignment="center" valignment="top" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 \begin_inset Formula $A=B$
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 </row>
14396 <row>
14397 <cell alignment="center" valignment="top" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 空白なしの数式
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 \begin_inset Formula $A{=}B$
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 </row>
14419 </lyxtabular>
14420
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \begin_layout Standard
14427 \noindent
14428 二行目の数式を作るコマンドは,
14429
14430 \series bold
14431 A
14432 \backslash
14433 {=
14434 \begin_inset Formula $\to$
14435 \end_inset
14436
14437 B
14438 \series default
14439 です.
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset VSpace bigskip
14444 \end_inset
14445
14446 物理単位には,
14447 値と単位のあいだに通常の空白ではなく,
14448 最小の空白を入れる必要があるために,
14449 それに適した空白が必要です.本文中の単位には,
14450
14451 \family sans
14452 \series bold
14453 挿入\SpecialChar menuseparator
14454 整形\SpecialChar menuseparator
14455 小空白
14456 \family default
14457 \series default
14458
14459 \begin_inset space \thinspace{}
14460 \end_inset
14461
14462 メニュー(ショートカット:
14463
14464 \begin_inset Info
14465 type  "shortcut"
14466 arg   "space-insert thin"
14467 \end_inset
14468
14469 )で,
14470 最小の空白を挿入することができます.
14471 \end_layout
14472
14473 \begin_layout Standard
14474 違いを示す例を以下に掲げます.
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset Tabular
14479 <lyxtabular version="3" rows="2" columns="2">
14480 <features tabularvalignment="middle">
14481 <column alignment="left" valignment="top">
14482 <column alignment="left" valignment="top">
14483 <row>
14484 <cell alignment="center" valignment="top" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 24 kW
14489 \begin_inset Formula $\cdot$
14490 \end_inset
14491
14492 h
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501 値と単位のあいだに通常の空白を入れた例
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 <row>
14508 <cell alignment="center" valignment="top" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 24
14513 \begin_inset space \thinspace{}
14514 \end_inset
14515
14516 kW
14517 \begin_inset Formula $\cdot$
14518 \end_inset
14519
14520 h
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 値と単位のあいだに最小の空白を入れた例
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 </lyxtabular>
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \begin_layout Subsection
14543 可変長の空白
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551 texorpdfstring{
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset Foot
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561 数式中の垂直方向の空白については,
14562
14563 \begin_inset CommandInset ref
14564 LatexCommand ref
14565 reference "subsec:行間"
14566 nolink "false"
14567
14568 \end_inset
14569
14570 節をご覧下さい.
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \begin_inset ERT
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580
14581 }{}
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \begin_inset Note Note
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591
14592 \backslash
14593 texorpdfstringは,
14594 PDFのしおりに脚註が現れるのを防ぐために使われています.
14595 \end_layout
14596
14597 \begin_layout Plain Layout
14598
14599 \backslash
14600 texorpdfstringについての詳細は,
14601
14602 \begin_inset CommandInset ref
14603 LatexCommand ref
14604 reference "subsec:節見出し中の数式"
14605 nolink "false"
14606
14607 \end_inset
14608
14609 節にあります.
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \begin_inset CommandInset label
14616 LatexCommand label
14617 name "subsec:可変長の空白"
14618
14619 \end_inset
14620
14621
14622 \begin_inset Index idx
14623 range none
14624 pageformat default
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628 \begin_inset IndexMacro sortkey
14629 status open
14630
14631 \begin_layout Plain Layout
14632 くうはく
14633 \end_layout
14634
14635 \end_inset
14636
14637 空白
14638 \begin_inset IndexMacro subentry
14639 status open
14640
14641 \begin_layout Plain Layout
14642 \begin_inset IndexMacro sortkey
14643 status open
14644
14645 \begin_layout Plain Layout
14646 よこほうこうの
14647 \end_layout
14648
14649 \end_inset
14650
14651 横方向の
14652 \begin_inset space \thinspace{}
14653 \end_inset
14654
14655
14656
14657
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset IndexMacro subentry
14664 status open
14665
14666 \begin_layout Plain Layout
14667 \begin_inset IndexMacro sortkey
14668 status open
14669
14670 \begin_layout Plain Layout
14671 かへんちよう
14672 \end_layout
14673
14674 \end_inset
14675
14676 可変長
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \begin_layout Standard
14690 指定した長さの空白が,
14691
14692 \series bold
14693
14694 \backslash
14695 hspace
14696 \series default
14697
14698 \begin_inset Index idx
14699 range none
14700 pageformat default
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704 \begin_inset IndexMacro sortkey
14705 status open
14706
14707 \begin_layout Plain Layout
14708 こまんと
14709 \end_layout
14710
14711 \end_inset
14712
14713 コマンド
14714 \begin_inset IndexMacro subentry
14715 status open
14716
14717 \begin_layout Plain Layout
14718 H
14719 \end_layout
14720
14721 \end_inset
14722
14723
14724 \begin_inset IndexMacro subentry
14725 status open
14726
14727 \begin_layout Plain Layout
14728
14729 \backslash
14730 hspace
14731 \end_layout
14732
14733 \end_inset
14734
14735
14736 \end_layout
14737
14738 \end_inset
14739
14740 コマンドで入力することができます.すると,
14741 ながい「
14742 \color blue
14743
14744 \begin_inset space \textvisiblespace{}
14745 \end_inset
14746
14747
14748 \color inherit
14749 」が現れます.長さは,
14750
14751 \color blue
14752
14753 \begin_inset space \textvisiblespace{}
14754 \end_inset
14755
14756
14757 \color inherit
14758 」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,
14759 それは無視されます.この場合でも,
14760 空白出力を強制させたいときには,
14761
14762 \series bold
14763
14764 \backslash
14765 hspace
14766 \series default
14767 コマンドの代わりに
14768 \series bold
14769
14770 \backslash
14771 hspace*
14772 \series default
14773 コマンドを使用するか,
14774
14775 \color blue
14776 \lang english
14777
14778 \begin_inset space \textvisiblespace{}
14779 \end_inset
14780
14781
14782 \color inherit
14783 \lang japanese
14784 」の上を左クリックして,
14785
14786 \family sans
14787 保護
14788 \family default
14789 オプションをチェックしてください.
14790 \begin_inset Newline newline
14791 \end_inset
14792
14793 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
14794
14795 \series bold
14796
14797 \backslash
14798 hfill
14799 \series default
14800
14801 \begin_inset Index idx
14802 range none
14803 pageformat default
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 \begin_inset IndexMacro sortkey
14808 status open
14809
14810 \begin_layout Plain Layout
14811 こまんと
14812 \end_layout
14813
14814 \end_inset
14815
14816 コマンド
14817 \begin_inset IndexMacro subentry
14818 status open
14819
14820 \begin_layout Plain Layout
14821 H
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \begin_inset IndexMacro subentry
14828 status open
14829
14830 \begin_layout Plain Layout
14831
14832 \backslash
14833 hfill
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842
14843 コマンドを使用します.
14844 \end_layout
14845
14846 \begin_layout Standard
14847 \align center
14848 \begin_inset Tabular
14849 <lyxtabular version="3" rows="4" columns="2">
14850 <features booktabs="true" tabularvalignment="middle">
14851 <column alignment="center" valignment="top" width="0pt">
14852 <column alignment="center" valignment="top">
14853 <row>
14854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 コマンド(
14859 \backslash
14860 hspace 長さ)
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 出力
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 </row>
14875 <row>
14876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 A=B
14881 \backslash
14882 hspace
14883 \begin_inset space \textvisiblespace{}
14884 \end_inset
14885
14886 A
14887 \backslash
14888 not=C (3
14889 \begin_inset space \thinspace{}
14890 \end_inset
14891
14892 cm)
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 </row>
14910 <row>
14911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 A
14916 \backslash
14917 hspace
14918 \begin_inset space \textvisiblespace{}
14919 \end_inset
14920
14921 A
14922 \backslash
14923 not=A (-1
14924 \begin_inset space \thinspace{}
14925 \end_inset
14926
14927 mm)
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 \begin_inset Formula $A\hspace{-1mm}A\not=A$
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 </row>
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 A=A
14951 \backslash
14952 hfill
14953 \begin_inset space \textvisiblespace{}
14954 \end_inset
14955
14956 B=B
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 \begin_inset Formula $A=A\hfill B=B$
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 </lyxtabular>
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Standard
14982 上記の最後の例では,
14983 使用できる空白は,
14984 表の列中もっとも長い要素によって規定されます.行内数式では,
14985 空白は,
14986
14987 \series bold
14988
14989 \backslash
14990 hfill
14991 \series default
14992 が挿入された行の長さに依存します.つまり,
14993 その行が全幅を使用している場合,
14994 空白はまったく作られません.また
14995 \series bold
14996
14997 \backslash
14998 hfill
14999 \series default
15000 は,
15001 別行立て数式中では,
15002
15003 \series bold
15004 行頭下げ
15005 \series default
15006 数式スタイルが使われているときのみ,
15007 意味を持ちます(数式スタイルは第
15008 \begin_inset CommandInset ref
15009 LatexCommand ref
15010 reference "sec:数式様式"
15011 nolink "false"
15012
15013 \end_inset
15014
15015 節で説明されています).
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series bold
15021
15022 \backslash
15023 hfill
15024 \series default
15025 の他にも,
15026 空白を模様で埋める
15027 \series bold
15028
15029 \backslash
15030 dotfill
15031 \series default
15032
15033 \series bold
15034
15035 \backslash
15036 hrulefill
15037 \series default
15038 といったコマンドがあります.用例については第
15039 \begin_inset CommandInset ref
15040 LatexCommand ref
15041 reference "subsec:省略符号"
15042 nolink "false"
15043
15044 \end_inset
15045
15046 節をご参照下さい.
15047 \end_layout
15048
15049 \begin_layout Standard
15050 本文中では,
15051 可変長空白は,
15052
15053 \family sans
15054 \series bold
15055 挿入\SpecialChar menuseparator
15056 整形\SpecialChar menuseparator
15057 水平方向の空白
15058 \family default
15059 \series default
15060
15061 \begin_inset space \thinspace{}
15062 \end_inset
15063
15064 メニューで挿入することができます.
15065 \end_layout
15066
15067 \begin_layout Standard
15068 (例)
15069 \end_layout
15070
15071 \begin_layout Standard
15072 この行には,
15073
15074 \begin_inset space \hspace{}
15075 \length 2cm
15076 \end_inset
15077
15078 2
15079 \begin_inset space \thinspace{}
15080 \end_inset
15081
15082 cmの空白が入っています.
15083 \end_layout
15084
15085 \begin_layout Standard
15086 この行には,
15087
15088 \begin_inset space \hfill{}
15089 \end_inset
15090
15091 最大の空白が入っています.
15092 \end_layout
15093
15094 \begin_layout Subsection
15095 行内数式周りの空白
15096 \begin_inset Index idx
15097 range none
15098 pageformat default
15099 status collapsed
15100
15101 \begin_layout Plain Layout
15102 \begin_inset IndexMacro sortkey
15103 status open
15104
15105 \begin_layout Plain Layout
15106 くうはく
15107 \end_layout
15108
15109 \end_inset
15110
15111 空白
15112 \begin_inset IndexMacro subentry
15113 status open
15114
15115 \begin_layout Plain Layout
15116 \begin_inset IndexMacro sortkey
15117 status open
15118
15119 \begin_layout Plain Layout
15120 きようないすうしきまわり
15121 \end_layout
15122
15123 \end_inset
15124
15125 行内数式周り
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \begin_layout Standard
15139 行内数式前後の空白は,
15140 長さ
15141 \series bold
15142
15143 \backslash
15144 mathsurround
15145 \begin_inset Index idx
15146 range none
15147 pageformat default
15148 status collapsed
15149
15150 \begin_layout Plain Layout
15151 \begin_inset IndexMacro sortkey
15152 status open
15153
15154 \begin_layout Plain Layout
15155 こまんと
15156 \end_layout
15157
15158 \end_inset
15159
15160 コマンド
15161 \begin_inset IndexMacro subentry
15162 status open
15163
15164 \begin_layout Plain Layout
15165 M
15166 \end_layout
15167
15168 \end_inset
15169
15170
15171 \begin_inset IndexMacro subentry
15172 status open
15173
15174 \begin_layout Plain Layout
15175
15176 \backslash
15177 mathsurround
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \end_inset
15186
15187
15188 \series default
15189 を使って調節することができます.長さの値は,
15190 以下の書式を持つ
15191 \series bold
15192
15193 \backslash
15194 setlength
15195 \begin_inset Index idx
15196 range none
15197 pageformat default
15198 status collapsed
15199
15200 \begin_layout Plain Layout
15201 \begin_inset IndexMacro sortkey
15202 status open
15203
15204 \begin_layout Plain Layout
15205 こまんと
15206 \end_layout
15207
15208 \end_inset
15209
15210 コマンド
15211 \begin_inset IndexMacro subentry
15212 status open
15213
15214 \begin_layout Plain Layout
15215 S
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \begin_inset IndexMacro subentry
15222 status open
15223
15224 \begin_layout Plain Layout
15225
15226 \backslash
15227 setlength
15228 \end_layout
15229
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \series default
15239 コマンドを使って設定することができます.
15240 \end_layout
15241
15242 \begin_layout Standard
15243
15244 \series bold
15245
15246 \backslash
15247 setlength{長さ名}{値}
15248 \end_layout
15249
15250 \begin_layout Standard
15251
15252 \series bold
15253
15254 \backslash
15255 mathsurround
15256 \series default
15257 を5
15258 \begin_inset space \thinspace{}
15259 \end_inset
15260
15261 mmの値に設定するには,
15262 以下のコマンド
15263 \end_layout
15264
15265 \begin_layout Standard
15266
15267 \series bold
15268
15269 \backslash
15270 setlength{
15271 \backslash
15272 mathsurround}{5mm}
15273 \end_layout
15274
15275 \begin_layout Standard
15276 を\SpecialChar TeX
15277 モードで挿入します.すると,
15278 5
15279 \begin_inset space \thinspace{}
15280 \end_inset
15281
15282 mmの空白がすべての行内数式の前後に設定されることになります.
15283 \begin_inset ERT
15284 status collapsed
15285
15286 \begin_layout Plain Layout
15287
15288
15289 \backslash
15290 setlength{
15291 \backslash
15292 mathsurround}{5mm}
15293 \end_layout
15294
15295 \end_inset
15296
15297
15298 \end_layout
15299
15300 \begin_layout Standard
15301 この行には,
15302 周囲に5
15303 \begin_inset space \thinspace{}
15304 \end_inset
15305
15306 mmの余白を設定した行内数式
15307 \begin_inset Formula $A=B$
15308 \end_inset
15309
15310 があります.
15311 \begin_inset ERT
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315
15316
15317 \backslash
15318 setlength{
15319 \backslash
15320 mathsurround}{0pt}
15321 \end_layout
15322
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 既定値に戻すには,
15330
15331 \series bold
15332
15333 \backslash
15334 mathsurround
15335 \series default
15336 を0
15337 \begin_inset space \thinspace{}
15338 \end_inset
15339
15340 ptの値に戻して下さい.
15341 \end_layout
15342
15343 \begin_layout Section
15344 ボックスと枠
15345 \begin_inset Index idx
15346 range none
15347 pageformat default
15348 status collapsed
15349
15350 \begin_layout Plain Layout
15351 \begin_inset IndexMacro sortkey
15352 status open
15353
15354 \begin_layout Plain Layout
15355 ほつくす
15356 \end_layout
15357
15358 \end_inset
15359
15360 ボックス
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \begin_inset Index idx
15367 range none
15368 pageformat default
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 \begin_inset IndexMacro sortkey
15373 status open
15374
15375 \begin_layout Plain Layout
15376 わく
15377 \end_layout
15378
15379 \end_inset
15380
15381
15382 \begin_inset IndexMacro see
15383 status open
15384
15385 \begin_layout Plain Layout
15386 ボックス
15387 \end_layout
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \begin_layout Standard
15400 本文中のボックスについては,
15401 取扱説明書『埋め込みオブジェクト篇』の「ボックス」の章に述べられています.
15402 \end_layout
15403
15404 \begin_layout Subsection
15405 枠付きボックス
15406 \begin_inset CommandInset label
15407 LatexCommand label
15408 name "subsec:枠付きボックス"
15409
15410 \end_inset
15411
15412
15413 \begin_inset Index idx
15414 range none
15415 pageformat default
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419 \begin_inset IndexMacro sortkey
15420 status open
15421
15422 \begin_layout Plain Layout
15423 ほつくす
15424 \end_layout
15425
15426 \end_inset
15427
15428 ボックス
15429 \begin_inset IndexMacro subentry
15430 status open
15431
15432 \begin_layout Plain Layout
15433 \begin_inset IndexMacro sortkey
15434 status open
15435
15436 \begin_layout Plain Layout
15437 わくつき
15438 \end_layout
15439
15440 \end_inset
15441
15442 枠付き
15443 \begin_inset space \thinspace{}
15444 \end_inset
15445
15446
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \begin_layout Standard
15462
15463 \series bold
15464
15465 \backslash
15466 fbox
15467 \series default
15468
15469 \begin_inset Index idx
15470 range none
15471 pageformat default
15472 status collapsed
15473
15474 \begin_layout Plain Layout
15475 \begin_inset IndexMacro sortkey
15476 status open
15477
15478 \begin_layout Plain Layout
15479 こまんと
15480 \end_layout
15481
15482 \end_inset
15483
15484 コマンド
15485 \begin_inset IndexMacro subentry
15486 status open
15487
15488 \begin_layout Plain Layout
15489 F
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \begin_inset IndexMacro subentry
15496 status open
15497
15498 \begin_layout Plain Layout
15499
15500 \backslash
15501 fbox
15502 \end_layout
15503
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \end_inset
15510
15511 コマンドや
15512 \series bold
15513
15514 \backslash
15515 boxed
15516 \series default
15517
15518 \begin_inset Index idx
15519 range none
15520 pageformat default
15521 status collapsed
15522
15523 \begin_layout Plain Layout
15524 \begin_inset IndexMacro sortkey
15525 status open
15526
15527 \begin_layout Plain Layout
15528 こまんと
15529 \end_layout
15530
15531 \end_inset
15532
15533 コマンド
15534 \begin_inset IndexMacro subentry
15535 status open
15536
15537 \begin_layout Plain Layout
15538 B
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \begin_inset IndexMacro subentry
15545 status open
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 boxed
15551 \end_layout
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559
15560 コマンドを使えば,
15561 数式やその一部を枠の中に入れることができます.
15562 \end_layout
15563
15564 \begin_layout Standard
15565 どちらかのコマンドを数式に挿入すると,
15566 枠の中に青枠が現れ,
15567 数式の断片を入れることができます.
15568 \series bold
15569
15570 \backslash
15571 fbox
15572 \series default
15573 の場合には,
15574 そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
15575
15576 \family sans
15577 Ctrl+M
15578 \family default
15579 を使って,
15580 このボックスの中にもう一度数式を作らなくてはなりません.
15581 \series bold
15582
15583 \backslash
15584 boxed
15585 \series default
15586 を使った場合には,
15587 新しい数式が自動的に枠内に作られます.
15588 \end_layout
15589
15590 \begin_layout Standard
15591
15592 \series bold
15593
15594 \backslash
15595 fbox
15596 \series default
15597 コマンドは,
15598 数式がつねに本文の大きさに設定されてしまうので,
15599 別行立て数式に枠を付けるのには適していません.逆に
15600 \series bold
15601
15602 \backslash
15603 boxed
15604 \series default
15605 は,
15606 数式がつねに別行立て数式の大きさに設定されてしまうので,
15607 行内数式に枠をつけるのには適していません.
15608 \end_layout
15609
15610 \begin_layout Standard
15611
15612 \series bold
15613
15614 \backslash
15615 fbox
15616 \series default
15617 の拡張として,
15618 枠幅と配置も指定することができる
15619 \series bold
15620
15621 \backslash
15622 framebox
15623 \series default
15624
15625 \begin_inset Index idx
15626 range none
15627 pageformat default
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631 \begin_inset IndexMacro sortkey
15632 status open
15633
15634 \begin_layout Plain Layout
15635 こまんと
15636 \end_layout
15637
15638 \end_inset
15639
15640 コマンド
15641 \begin_inset IndexMacro subentry
15642 status open
15643
15644 \begin_layout Plain Layout
15645 F
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \begin_inset IndexMacro subentry
15652 status open
15653
15654 \begin_layout Plain Layout
15655
15656 \backslash
15657 framebox
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \end_layout
15664
15665 \end_inset
15666
15667 コマンドがあります.
15668 \series bold
15669
15670 \backslash
15671 framebox
15672 \series default
15673 は,
15674 以下の書式を持ちます.
15675 \end_layout
15676
15677 \begin_layout Standard
15678
15679 \series bold
15680
15681 \backslash
15682 framebox[枠幅][位置]{ボックスの内容}
15683 \end_layout
15684
15685 \begin_layout Standard
15686 「位置」は,
15687
15688 \emph on
15689 l
15690 \emph default
15691
15692 \emph on
15693 r
15694 \emph default
15695 の値をとります.
15696 \emph on
15697 l
15698 \emph default
15699 は,
15700 ボックス中で数式を左寄せ,
15701
15702 \emph on
15703 r
15704 \emph default
15705 は右寄せにします.位置を指定しない時には,
15706 数式は中央揃えになります.
15707 \begin_inset Newline newline
15708 \end_inset
15709
15710 「枠幅」を指定しない時には,
15711 位置を指定することができません.この場合には,
15712
15713 \series bold
15714
15715 \backslash
15716 fbox
15717 \series default
15718 と同様,
15719 枠幅がボックスの内容に応じて調節されるのです.
15720 \end_layout
15721
15722 \begin_layout Standard
15723
15724 \series bold
15725
15726 \backslash
15727 framebox
15728 \series default
15729 コマンドを挿入すると,
15730 三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,
15731 二つとも非必須の変数であることを意味します.三つ目の枠は,
15732
15733 \series bold
15734
15735 \backslash
15736 fbox
15737 \series default
15738 同様,
15739 数式の断片を入れるためのものです.
15740 \end_layout
15741
15742 \begin_layout Standard
15743 \align center
15744 \begin_inset Tabular
15745 <lyxtabular version="3" rows="5" columns="2">
15746 <features booktabs="true" tabularvalignment="middle">
15747 <column alignment="center" valignment="top" width="0pt">
15748 <column alignment="center" valignment="top">
15749 <row>
15750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 コマンド
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 出力
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row topspace="1.5mm">
15770 <cell alignment="center" valignment="top" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \backslash
15776 fbox
15777 \begin_inset space \textvisiblespace{}
15778 \end_inset
15779
15780
15781 \family sans
15782 Ctrl+M
15783 \family default
15784  
15785 \backslash
15786 int
15787 \begin_inset space \textvisiblespace{}
15788 \end_inset
15789
15790 A=B
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row topspace="1.5mm">
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \backslash
15815 boxed
15816 \begin_inset space \textvisiblespace{}
15817 \end_inset
15818
15819
15820 \backslash
15821 int
15822 \begin_inset space \textvisiblespace{}
15823 \end_inset
15824
15825 A=B
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Formula $\boxed{\int A=B}$
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row topspace="1.5mm">
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 A+
15849 \backslash
15850 fbox
15851 \begin_inset space \textvisiblespace{}
15852 \end_inset
15853
15854 B
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 \begin_inset Formula $A+\fbox{B}$
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row topspace="1.5mm" bottomspace="1mm">
15873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \backslash
15879 framebox
15880 \begin_inset space \textvisiblespace{}
15881 \end_inset
15882
15883 20mm
15884 \begin_inset Formula $\to$
15885 \end_inset
15886
15887
15888 \begin_inset Formula $\to$
15889 \end_inset
15890
15891
15892 \family sans
15893 Ctrl+M
15894 \family default
15895  
15896 \backslash
15897 frac
15898 \begin_inset space \textvisiblespace{}
15899 \end_inset
15900
15901 A
15902 \begin_inset Formula $\downarrow$
15903 \end_inset
15904
15905 B
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 </row>
15923 </lyxtabular>
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Standard
15931 枠の厚みも調節可能です.そのためには,
15932 以下のコマンドを数式の前に\SpecialChar TeX
15933 モードで挿入しなくてはなりません.
15934 \end_layout
15935
15936 \begin_layout Standard
15937
15938 \series bold
15939
15940 \backslash
15941 fboxrule
15942 \series default
15943  
15944 \series bold
15945
15946 \begin_inset Quotes eld
15947 \end_inset
15948
15949 厚み
15950 \begin_inset Quotes erd
15951 \end_inset
15952
15953
15954 \series default
15955  
15956 \series bold
15957
15958 \backslash
15959 fboxsep
15960 \series default
15961  
15962 \series bold
15963
15964 \begin_inset Quotes eld
15965 \end_inset
15966
15967 距離
15968 \begin_inset Quotes erd
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \begin_layout Standard
15975 \begin_inset Quotes eld
15976 \end_inset
15977
15978 距離
15979 \begin_inset Quotes erd
15980 \end_inset
15981
15982 は,
15983 枠とボックス内の一文字目との間の距離を示します.これを使った例として,
15984 以下の枠付き数式をご覧下さい.
15985 \begin_inset ERT
15986 status collapsed
15987
15988 \begin_layout Plain Layout
15989
15990
15991 \backslash
15992 fboxrule 2mm 
15993 \backslash
15994 fboxsep 3mm
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \begin_inset Formula 
16001 \[
16002 \boxed{A+B=C}
16003 \]
16004
16005 \end_inset
16006
16007 この数式の直前には,
16008
16009 \end_layout
16010
16011 \begin_layout Standard
16012
16013 \series bold
16014
16015 \backslash
16016 fboxrule
16017 \series default
16018  
16019 \series bold
16020 2mm
16021 \series default
16022  
16023 \series bold
16024
16025 \backslash
16026 fboxsep
16027 \series default
16028  
16029 \series bold
16030 3mm
16031 \end_layout
16032
16033 \begin_layout Standard
16034 というコマンドが,
16035 \SpecialChar TeX
16036 モードで挿入されています.ここで与えられた値は,
16037 以後のすべてのボックスに適用されます.
16038 \end_layout
16039
16040 \begin_layout Standard
16041 標準の枠寸法に戻すには,
16042
16043 \end_layout
16044
16045 \begin_layout Standard
16046
16047 \series bold
16048
16049 \backslash
16050 fboxrule
16051 \series default
16052  
16053 \series bold
16054 0.4pt
16055 \series default
16056  
16057 \series bold
16058
16059 \backslash
16060 fboxsep
16061 \series default
16062  
16063 \series bold
16064 3pt
16065 \series default
16066
16067 \begin_inset ERT
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071
16072
16073 \backslash
16074 fboxrule 0.4pt 
16075 \backslash
16076 fboxsep 3pt
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \begin_layout Standard
16085 というコマンドを,
16086 次の数式が始まる前に\SpecialChar TeX
16087 モードで挿入しておきます.
16088 \end_layout
16089
16090 \begin_layout Subsection
16091 枠なしボックス
16092 \begin_inset CommandInset label
16093 LatexCommand label
16094 name "subsec:枠なしボックス"
16095
16096 \end_inset
16097
16098
16099 \begin_inset Index idx
16100 range none
16101 pageformat default
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105 \begin_inset IndexMacro sortkey
16106 status open
16107
16108 \begin_layout Plain Layout
16109 ほつくす
16110 \end_layout
16111
16112 \end_inset
16113
16114 ボックス
16115 \begin_inset IndexMacro subentry
16116 status open
16117
16118 \begin_layout Plain Layout
16119 \begin_inset IndexMacro sortkey
16120 status open
16121
16122 \begin_layout Plain Layout
16123 わくなし
16124 \end_layout
16125
16126 \end_inset
16127
16128 枠なし
16129 \begin_inset space \thinspace{}
16130 \end_inset
16131
16132
16133
16134
16135 \end_layout
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \begin_layout Standard
16148 枠のないボックスを作るには,
16149
16150 \series bold
16151
16152 \backslash
16153 mbox
16154 \series default
16155
16156 \begin_inset Index idx
16157 range none
16158 pageformat default
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162 \begin_inset IndexMacro sortkey
16163 status open
16164
16165 \begin_layout Plain Layout
16166 こまんと
16167 \end_layout
16168
16169 \end_inset
16170
16171 コマンド
16172 \begin_inset IndexMacro subentry
16173 status open
16174
16175 \begin_layout Plain Layout
16176 M
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \begin_inset IndexMacro subentry
16183 status open
16184
16185 \begin_layout Plain Layout
16186
16187 \backslash
16188 mbox
16189 \end_layout
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \series bold
16200
16201 \backslash
16202 makebox
16203 \series default
16204
16205 \begin_inset Index idx
16206 range none
16207 pageformat default
16208 status collapsed
16209
16210 \begin_layout Plain Layout
16211 \begin_inset IndexMacro sortkey
16212 status open
16213
16214 \begin_layout Plain Layout
16215 こまんと
16216 \end_layout
16217
16218 \end_inset
16219
16220 コマンド
16221 \begin_inset IndexMacro subentry
16222 status open
16223
16224 \begin_layout Plain Layout
16225 M
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \begin_inset IndexMacro subentry
16232 status open
16233
16234 \begin_layout Plain Layout
16235
16236 \backslash
16237 makebox
16238 \end_layout
16239
16240 \end_inset
16241
16242
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \series bold
16249
16250 \backslash
16251 raisebox
16252 \series default
16253
16254 \begin_inset Index idx
16255 range none
16256 pageformat default
16257 status collapsed
16258
16259 \begin_layout Plain Layout
16260 \begin_inset IndexMacro sortkey
16261 status open
16262
16263 \begin_layout Plain Layout
16264 こまんと
16265 \end_layout
16266
16267 \end_inset
16268
16269 コマンド
16270 \begin_inset IndexMacro subentry
16271 status open
16272
16273 \begin_layout Plain Layout
16274 R
16275 \end_layout
16276
16277 \end_inset
16278
16279
16280 \begin_inset IndexMacro subentry
16281 status open
16282
16283 \begin_layout Plain Layout
16284
16285 \backslash
16286 raisebox
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295
16296 の三つのコマンドがあります.
16297 \end_layout
16298
16299 \begin_layout Standard
16300
16301 \series bold
16302
16303 \backslash
16304 raisebox
16305 \series default
16306 を使うと,
16307 ボックスを上付きにしたり下付きにしたりすることができます.しかし,
16308 通常の上付き文字・下付き文字とは違い,
16309 ボックス内の文字寸法はそのまま保たれます.
16310 \series bold
16311
16312 \backslash
16313 raisebox
16314 \series default
16315 は,
16316 以下の書式で用いられます.
16317 \end_layout
16318
16319 \begin_layout Standard
16320
16321 \series bold
16322
16323 \backslash
16324 raisebox{高さ}{ボックスの内容}
16325 \end_layout
16326
16327 \begin_layout Standard
16328
16329 \series bold
16330
16331 \backslash
16332 fbox
16333 \series default
16334 と同様,
16335 ボックスに数式を入れる際には,
16336 明示的に数式として入れる必要があります.
16337 \begin_inset Note Greyedout
16338 status open
16339
16340 \begin_layout Plain Layout
16341
16342 \series bold
16343 [註]
16344 \series default
16345 下の最後の
16346 \series bold
16347
16348 \backslash
16349 raisebox
16350 \series default
16351 のところで,
16352
16353 \family sans
16354 Ctrl+M
16355 \family default
16356 を一回でなく二回押すことによって,
16357 もう一段数式をいれています.これは,
16358 \SpecialChar LyX
16359
16360 \series bold
16361
16362 \backslash
16363 raisebox
16364 \series default
16365 を直接サポートしていないためです.
16366 \end_layout
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \begin_layout Standard
16374 \align center
16375 \begin_inset Tabular
16376 <lyxtabular version="3" rows="4" columns="2">
16377 <features booktabs="true" tabularvalignment="middle">
16378 <column alignment="center" valignment="top" width="0pt">
16379 <column alignment="center" valignment="top">
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 コマンド
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 出力
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 <row>
16401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 H
16406 \backslash
16407 raisebox{2mm
16408 \begin_inset Formula $\to$
16409 \end_inset
16410
16411
16412 \backslash
16413 {al
16414 \begin_inset Formula $\to$
16415 \end_inset
16416
16417  lo
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 \begin_inset Formula $H\raisebox{2mm}{al}lo$
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 H
16441 \backslash
16442 raisebox{-2mm
16443 \begin_inset Formula $\to$
16444 \end_inset
16445
16446
16447 \backslash
16448 {al
16449 \begin_inset Formula $\to$
16450 \end_inset
16451
16452 lo
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 <row>
16471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 A=
16476 \backslash
16477 raisebox{-2mm
16478 \begin_inset Formula $\to$
16479 \end_inset
16480
16481
16482 \backslash
16483 {
16484 \family sans
16485 Ctrl+M Ctrl+M
16486 \family default
16487  
16488 \backslash
16489 sqrt
16490 \begin_inset space \textvisiblespace{}
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 </lyxtabular>
16512
16513 \end_inset
16514
16515
16516 \end_layout
16517
16518 \begin_layout Standard
16519 枠がないことを除けば,
16520
16521 \series bold
16522
16523 \backslash
16524 mbox
16525 \series default
16526 コマンドは
16527 \series bold
16528
16529 \backslash
16530 fbox
16531 \series default
16532 と同じであり,
16533
16534 \series bold
16535
16536 \backslash
16537 makebox
16538 \series default
16539
16540 \series bold
16541
16542 \backslash
16543 framebox
16544 \series default
16545 と同じです.
16546 \end_layout
16547
16548 \begin_layout Subsection
16549 色付きボックス
16550 \begin_inset CommandInset label
16551 LatexCommand label
16552 name "subsec:色付きボックス"
16553
16554 \end_inset
16555
16556
16557 \begin_inset Index idx
16558 range none
16559 pageformat default
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563 \begin_inset IndexMacro sortkey
16564 status open
16565
16566 \begin_layout Plain Layout
16567 ほつくす
16568 \end_layout
16569
16570 \end_inset
16571
16572 ボックス
16573 \begin_inset IndexMacro subentry
16574 status open
16575
16576 \begin_layout Plain Layout
16577 \begin_inset IndexMacro sortkey
16578 status open
16579
16580 \begin_layout Plain Layout
16581 いろつき
16582 \end_layout
16583
16584 \end_inset
16585
16586 色付き
16587 \begin_inset space \thinspace{}
16588 \end_inset
16589
16590
16591
16592
16593 \end_layout
16594
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601
16602
16603 \end_layout
16604
16605 \begin_layout Standard
16606 本節で説明されているコマンドをすべて使えるようにするためには,
16607 \SpecialChar LaTeX
16608 プリアンブルに
16609 \end_layout
16610
16611 \begin_layout Standard
16612
16613 \series bold
16614
16615 \backslash
16616 usepackage{color}
16617 \end_layout
16618
16619 \begin_layout Standard
16620 という行
16621 \begin_inset Foot
16622 status collapsed
16623
16624 \begin_layout Plain Layout
16625 定義済みの色を使って,
16626 文書中のどこかで文章に色を付けてある場合,
16627 \SpecialChar LyX
16628 は,
16629 自動的に\SpecialChar LaTeX
16630 パッケージ
16631 \series bold
16632 color
16633 \series default
16634 を読み込みます.したがって,
16635 本パッケージが二度読み込まれる可能性があるわけですが,
16636 そうなったとしても問題は生じません.
16637 \end_layout
16638
16639 \end_inset
16640
16641
16642 \begin_inset Note Note
16643 status collapsed
16644
16645 \begin_layout Plain Layout
16646 本パッケージが二度読み込まれることを防ぐために,
16647 \SpecialChar LaTeX
16648 プリアンブルにマクロを挿入してあります.
16649 \end_layout
16650
16651 \end_inset
16652
16653 を書き加えて,
16654 \SpecialChar LaTeX
16655 パッケージの
16656 \series bold
16657 color
16658 \series default
16659
16660 \begin_inset Foot
16661 status collapsed
16662
16663 \begin_layout Plain Layout
16664 \SpecialChar LaTeX
16665 パッケージ
16666 \series bold
16667 color
16668 \series default
16669 は,
16670 すべての標準的な\SpecialChar LaTeX
16671 頒布版に含まれています.
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \begin_inset Index idx
16678 range none
16679 pageformat default
16680 status collapsed
16681
16682 \begin_layout Plain Layout
16683 \begin_inset IndexMacro sortkey
16684 status open
16685
16686 \begin_layout Plain Layout
16687 はつけし
16688 \end_layout
16689
16690 \end_inset
16691
16692 パッケージ
16693 \begin_inset IndexMacro subentry
16694 status open
16695
16696 \begin_layout Plain Layout
16697 color
16698 \end_layout
16699
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706
16707 を読み込む必要があります.
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset VSpace medskip
16712 \end_inset
16713
16714 ボックスに色を付けるには,
16715
16716 \series bold
16717
16718 \backslash
16719 colorbox
16720 \series default
16721
16722 \begin_inset Index idx
16723 range none
16724 pageformat default
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728 \begin_inset IndexMacro sortkey
16729 status open
16730
16731 \begin_layout Plain Layout
16732 こまんと
16733 \end_layout
16734
16735 \end_inset
16736
16737 コマンド
16738 \begin_inset IndexMacro subentry
16739 status open
16740
16741 \begin_layout Plain Layout
16742 C
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \begin_inset IndexMacro subentry
16749 status open
16750
16751 \begin_layout Plain Layout
16752
16753 \backslash
16754 colorbox
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763
16764 コマンドを以下の書式で使用します.
16765 \end_layout
16766
16767 \begin_layout Standard
16768
16769 \series bold
16770
16771 \backslash
16772 colorbox{色}{ボックスの内容}
16773 \end_layout
16774
16775 \begin_layout Standard
16776 ボックスの内容には,
16777 別のボックスが含まれても構いませんし,
16778
16779 \series bold
16780
16781 \backslash
16782 colorbox
16783 \series default
16784 自体も,
16785 別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
16786
16787 \series bold
16788
16789 \backslash
16790 raisebox
16791 \series default
16792 と同様,
16793 明示的に数式を作らなくてはなりません
16794 \begin_inset Foot
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 これは,
16799
16800 \series bold
16801
16802 \backslash
16803 fcolorbox
16804 \series default
16805 コマンドにも当てはまります.
16806 \end_layout
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \begin_layout Standard
16814 選択できる定義済みの色としては,
16815
16816 \end_layout
16817
16818 \begin_layout Standard
16819
16820 \series bold
16821 black
16822 \series default
16823 (黒)・
16824 \series bold
16825 blue
16826 \series default
16827 (青)・
16828 \series bold
16829 cyan
16830 \series default
16831 (シアン)・
16832 \series bold
16833 green
16834 \series default
16835 (緑)・
16836 \series bold
16837 magenta
16838 \series default
16839 (マゼンタ)・
16840 \series bold
16841 red
16842 \series default
16843 (赤)・
16844 \series bold
16845 white
16846 \series default
16847 (白)・
16848 \series bold
16849 yellow
16850 \series default
16851 (黄)
16852 \end_layout
16853
16854 \begin_layout Standard
16855 があります.
16856 \end_layout
16857
16858 \begin_layout Standard
16859 \align center
16860 \begin_inset Tabular
16861 <lyxtabular version="3" rows="4" columns="2">
16862 <features booktabs="true" tabularvalignment="middle">
16863 <column alignment="center" valignment="top" width="0pt">
16864 <column alignment="center" valignment="top">
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 コマンド
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 出力
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \backslash
16892 colorbox{yellow
16893 \begin_inset Formula $\to$
16894 \end_inset
16895
16896
16897 \backslash
16898 {A=B
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 \begin_inset Formula $\colorbox{yellow}{A=B}$
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row topspace="1.5mm">
16917 <cell alignment="center" valignment="top" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \backslash
16923 colorbox{green
16924 \begin_inset Formula $\to$
16925 \end_inset
16926
16927
16928 \backslash
16929 {
16930 \backslash
16931 fbox
16932 \begin_inset space \textvisiblespace{}
16933 \end_inset
16934
16935 A=B
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
16945 \end_inset
16946
16947
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 </row>
16953 <row topspace="1.5mm" bottomspace="1mm">
16954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958
16959 \backslash
16960 fbox
16961 \begin_inset space \textvisiblespace{}
16962 \end_inset
16963
16964
16965 \backslash
16966 colorbox{green
16967 \begin_inset Formula $\to$
16968 \end_inset
16969
16970
16971 \backslash
16972 {
16973 \family sans
16974 Ctrl+M
16975 \family default
16976  
16977 \family sans
16978 Ctrl+M
16979 \family default
16980  
16981 \backslash
16982 int
16983 \begin_inset space \textvisiblespace{}
16984 \end_inset
16985
16986 C=D
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 </row>
17004 </lyxtabular>
17005
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \begin_layout Standard
17012
17013 \series bold
17014
17015 \backslash
17016 colorbox
17017 \series default
17018 は,
17019 ボックスに色をつけるだけで,
17020 ボックス内の文字には色付けをしません.すべての文字に色付けするには,
17021 数式全体を選択し,
17022
17023 \family sans
17024 \series bold
17025 文字様式
17026 \family default
17027 \series default
17028 ダイアログで欲しい色を選択します.このダイアログは,
17029 ツールバーボタン
17030 \begin_inset Info
17031 type  "icon"
17032 arg   "dialog-show character"
17033 \end_inset
17034
17035
17036 \family sans
17037
17038 \begin_inset space \thinspace{}
17039 \end_inset
17040
17041
17042 \series bold
17043 編集\SpecialChar menuseparator
17044 文字様式\SpecialChar menuseparator
17045 任意設定
17046 \family default
17047 \series default
17048
17049 \begin_inset space \thinspace{}
17050 \end_inset
17051
17052 メニューで開くことができます.すると,
17053 数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,
17054 数式内部で色を変えなくてはなりません.
17055 \end_layout
17056
17057 \begin_layout Standard
17058 たとえば,
17059
17060 \end_layout
17061
17062 \begin_layout Standard
17063
17064 \color red
17065 \begin_inset Formula 
17066 \begin{equation}
17067 \int A=B\label{eq:red}
17068 \end{equation}
17069
17070 \end_inset
17071
17072
17073 \color green
17074
17075 \begin_inset Formula 
17076 \begin{equation}
17077 \textcolor{red}{\int A=B}\label{eq:redgreen}
17078 \end{equation}
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \begin_layout Standard
17086 数式
17087 \begin_inset CommandInset ref
17088 LatexCommand eqref
17089 reference "eq:red"
17090 nolink "false"
17091
17092 \end_inset
17093
17094 は,
17095 全体が赤色です.
17096 \begin_inset Newline newline
17097 \end_inset
17098
17099 数式
17100 \begin_inset CommandInset ref
17101 LatexCommand eqref
17102 reference "eq:redgreen"
17103 nolink "false"
17104
17105 \end_inset
17106
17107 は,
17108 数式番号を緑色にするために,
17109 まず全体を緑色にします.その後,
17110 数式内の文字を赤色にします.
17111 \end_layout
17112
17113 \begin_layout Standard
17114 \begin_inset VSpace bigskip
17115 \end_inset
17116
17117 ボックスの枠だけ別の色にするには,
17118
17119 \series bold
17120
17121 \backslash
17122 fcolorbox
17123 \series default
17124
17125 \begin_inset Index idx
17126 range none
17127 pageformat default
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131 \begin_inset IndexMacro sortkey
17132 status open
17133
17134 \begin_layout Plain Layout
17135 こまんと
17136 \end_layout
17137
17138 \end_inset
17139
17140 コマンド
17141 \begin_inset IndexMacro subentry
17142 status open
17143
17144 \begin_layout Plain Layout
17145 F
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \begin_inset IndexMacro subentry
17152 status open
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 fcolorbox
17158 \end_layout
17159
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166
17167 コマンドを以下の書式で使用します.
17168 \end_layout
17169
17170 \begin_layout Standard
17171
17172 \series bold
17173
17174 \backslash
17175 fcolorbox{枠の色}{色}{ボックスの内容}
17176 \end_layout
17177
17178 \begin_layout Standard
17179 つまり,
17180
17181 \series bold
17182
17183 \backslash
17184 fcolorbox
17185 \series default
17186
17187 \series bold
17188
17189 \backslash
17190 colorbox
17191 \series default
17192 コマンドの拡張です.
17193 \series bold
17194
17195 \backslash
17196 framebox
17197 \series default
17198 と同様に,
17199 枠の厚みは
17200 \series bold
17201
17202 \backslash
17203 fboxrule
17204 \series default
17205
17206 \series bold
17207
17208 \backslash
17209 fboxsep
17210 \series default
17211 で設定します.たとえば,
17212
17213 \begin_inset ERT
17214 status collapsed
17215
17216 \begin_layout Plain Layout
17217
17218
17219 \backslash
17220 fboxrule 1mm 
17221 \backslash
17222 fboxsep 1mm
17223 \end_layout
17224
17225 \end_inset
17226
17227
17228 \begin_inset Formula 
17229 \[
17230 \fcolorbox{cyan}{magenta}{A=B}
17231 \]
17232
17233 \end_inset
17234
17235
17236 \begin_inset ERT
17237 status collapsed
17238
17239 \begin_layout Plain Layout
17240
17241
17242 \backslash
17243 fboxrule 0.4pt 
17244 \backslash
17245 fboxsep 3pt
17246 \end_layout
17247
17248 \end_inset
17249
17250 のようにします.
17251 \end_layout
17252
17253 \begin_layout Standard
17254 上記の数式は,
17255 以下のコマンドで作成されています.
17256 \begin_inset Newline newline
17257 \end_inset
17258
17259
17260 \series bold
17261
17262 \backslash
17263 fcolorbox{cyan
17264 \begin_inset Formula $\to$
17265 \end_inset
17266
17267
17268 \backslash
17269 {magenta
17270 \begin_inset Formula $\to$
17271 \end_inset
17272
17273
17274 \backslash
17275 {A=B
17276 \series default
17277 .
17278 \end_layout
17279
17280 \begin_layout Standard
17281 \begin_inset VSpace bigskip
17282 \end_inset
17283
17284 定義済みの色以外の色を使いたい場合には,
17285 まずその色を定義しなくてはなりません.
17286 \end_layout
17287
17288 \begin_layout Standard
17289 たとえば,
17290
17291 \series bold
17292 darkgreen
17293 \series default
17294 」という色を定義するには,
17295 \SpecialChar LaTeX
17296 プリアンブルに
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 definecolor{darkgreen}{cmyk}{0.5,
17305
17306 \series default
17307  
17308 \series bold
17309 0,
17310
17311 \series default
17312  
17313 \series bold
17314 1,
17315
17316 \series default
17317  
17318 \series bold
17319 0.5}
17320 \series default
17321
17322 \begin_inset Index idx
17323 range none
17324 pageformat default
17325 status collapsed
17326
17327 \begin_layout Plain Layout
17328 \begin_inset IndexMacro sortkey
17329 status open
17330
17331 \begin_layout Plain Layout
17332 こまんと
17333 \end_layout
17334
17335 \end_inset
17336
17337 コマンド
17338 \begin_inset IndexMacro subentry
17339 status open
17340
17341 \begin_layout Plain Layout
17342 D
17343 \end_layout
17344
17345 \end_inset
17346
17347
17348 \begin_inset IndexMacro subentry
17349 status open
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 definecolor
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \begin_layout Standard
17368 という行を書き加えます.
17369 \end_layout
17370
17371 \begin_layout Standard
17372
17373 \series bold
17374 cmyk
17375 \series default
17376 とは,
17377
17378 \series bold
17379 cyan
17380 \series default
17381 (シアン)・
17382 \series bold
17383 magenta
17384 \series default
17385 (マゼンタ)・
17386 \series bold
17387 yellow
17388 \series default
17389 (黄)・
17390 \series bold
17391 black
17392 \series default
17393 (黒)の各色を表す色空間です.コンマで区切られた四つの数字は,
17394 この色空間における各色の出力強度です.強度は,
17395 0
17396 \begin_inset space \thinspace{}
17397 \end_inset
17398
17399 -
17400 \begin_inset space \thinspace{}
17401 \end_inset
17402
17403 1の範囲をとることができます.定義には,
17404
17405 \series bold
17406 cmyk
17407 \series default
17408 の他に,
17409
17410 \series bold
17411 rgb
17412 \series default
17413 という色空間を使うこともできます.
17414 \series bold
17415 rgb
17416 \series default
17417 とは,
17418
17419 \series bold
17420 red
17421 \series default
17422 (赤)・
17423 \series bold
17424 green
17425 \series default
17426 (緑)・
17427 \series bold
17428 blue
17429 \series default
17430 (青)の各色を意味し,
17431 この場合には,
17432 各色に対応した三つの出力強度を指定します.さらに,
17433 灰色の出力強度のみをとる
17434 \series bold
17435 gray
17436 \series default
17437 という色空間もあります.
17438 \end_layout
17439
17440 \begin_layout Standard
17441 例として,
17442 文字が
17443 \series bold
17444 yellow
17445 \series default
17446 に色付けされ,
17447 新しく定義した
17448 \series bold
17449 darkgreen
17450 \series default
17451 という色を持つ枠付きボックスを挙げておきます.
17452 \begin_inset Formula 
17453 \begin{equation}
17454 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
17455 \end{equation}
17456
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465
17466 \backslash
17467 textcolor
17468 \series default
17469 コマンドを使うと,
17470 以下のように,
17471 自前で定義した色をテキスト中でも使用することができます.
17472 \begin_inset Index idx
17473 range none
17474 pageformat default
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478 \begin_inset IndexMacro sortkey
17479 status open
17480
17481 \begin_layout Plain Layout
17482 てきすと
17483 \end_layout
17484
17485 \end_inset
17486
17487 テキスト
17488 \begin_inset IndexMacro subentry
17489 status open
17490
17491 \begin_layout Plain Layout
17492 \begin_inset IndexMacro sortkey
17493 status open
17494
17495 \begin_layout Plain Layout
17496 いろつき
17497 \end_layout
17498
17499 \end_inset
17500
17501 色付き
17502 \end_layout
17503
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \begin_layout Standard
17515 \begin_inset ERT
17516 status collapsed
17517
17518 \begin_layout Plain Layout
17519
17520
17521 \backslash
17522 textcolor{darkgreen}{
17523 \end_layout
17524
17525 \end_inset
17526
17527 この文は「darkgreen」です.
17528 \begin_inset ERT
17529 status collapsed
17530
17531 \begin_layout Plain Layout
17532
17533 }
17534 \end_layout
17535
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \begin_layout Standard
17542
17543 \series bold
17544
17545 \backslash
17546 textcolor
17547 \series default
17548
17549 \begin_inset Index idx
17550 range none
17551 pageformat default
17552 status collapsed
17553
17554 \begin_layout Plain Layout
17555 \begin_inset IndexMacro sortkey
17556 status open
17557
17558 \begin_layout Plain Layout
17559 こまんと
17560 \end_layout
17561
17562 \end_inset
17563
17564 コマンド
17565 \begin_inset IndexMacro subentry
17566 status open
17567
17568 \begin_layout Plain Layout
17569 T
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \begin_inset IndexMacro subentry
17576 status open
17577
17578 \begin_layout Plain Layout
17579
17580 \backslash
17581 textcolor
17582 \end_layout
17583
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590
17591 は,
17592
17593 \series bold
17594
17595 \backslash
17596 textcolor{色}{色付けをする文}
17597 \series default
17598 という書式で使用することができます.
17599 \end_layout
17600
17601 \begin_layout Subsection
17602 段落ボックス
17603 \begin_inset CommandInset label
17604 LatexCommand label
17605 name "subsec:段落ボックス"
17606
17607 \end_inset
17608
17609
17610 \begin_inset Index idx
17611 range none
17612 pageformat default
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616 \begin_inset IndexMacro sortkey
17617 status open
17618
17619 \begin_layout Plain Layout
17620 ほつくす
17621 \end_layout
17622
17623 \end_inset
17624
17625 ボックス
17626 \begin_inset IndexMacro subentry
17627 status open
17628
17629 \begin_layout Plain Layout
17630 \begin_inset IndexMacro sortkey
17631 status open
17632
17633 \begin_layout Plain Layout
17634 たんらく
17635 \end_layout
17636
17637 \end_inset
17638
17639 段落
17640 \begin_inset space \thinspace{}
17641 \end_inset
17642
17643
17644
17645
17646 \end_layout
17647
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \begin_layout Standard
17659 いくつかの行や段落を含む,
17660 いわゆる段落ボックス(parbox)は,
17661
17662 \family sans
17663 \series bold
17664 挿入\SpecialChar menuseparator
17665 ボックス
17666 \family default
17667 \series default
17668
17669 \begin_inset space \thinspace{}
17670 \end_inset
17671
17672 メニューかツールバーボタン
17673 \begin_inset Info
17674 type  "icon"
17675 arg   "box-insert"
17676 \end_inset
17677
17678 で作成することができます.
17679 \end_layout
17680
17681 \begin_layout Standard
17682 以下の例は,
17683 行中の枠付きparboxを示したものです.
17684 \end_layout
17685
17686 \begin_layout Standard
17687 \begin_inset VSpace medskip
17688 \end_inset
17689
17690 この行は,
17691
17692 \begin_inset Box Boxed
17693 position "c"
17694 hor_pos "c"
17695 has_inner_box 1
17696 inner_pos "t"
17697 use_parbox 1
17698 use_makebox 0
17699 width "5cm"
17700 special "none"
17701 height "1in"
17702 height_special "totalheight"
17703 thickness "0.4pt"
17704 separation "3pt"
17705 shadowsize "4pt"
17706 framecolor "black"
17707 backgroundcolor "none"
17708 status open
17709
17710 \begin_layout Plain Layout
17711 これは段落ボックスです.これはちょうど5
17712 \begin_inset space \thinspace{}
17713 \end_inset
17714
17715 cmの幅になっており,
17716 以下のように数式を含めることもできます.
17717 \begin_inset Formula $\int A\,\mathrm{d}s=C$
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \end_inset
17724
17725 parboxの入った行です.
17726 \end_layout
17727
17728 \begin_layout Standard
17729 \begin_inset VSpace medskip
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736 このようなボックスは,
17737 灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,
17738 ボックスの特性を表示したダイアログが現れます.上の例では,
17739
17740 \emph on
17741 装飾
17742 \emph default
17743
17744 簡素な長方形の箱型,
17745
17746 \emph on
17747 内部ボックス
17748 \emph default
17749
17750 parboxコマンド,
17751
17752 \emph on
17753
17754 \emph default
17755
17756 5
17757 \begin_inset space \thinspace{}
17758 \end_inset
17759
17760 cm,
17761
17762 \emph on
17763 垂直ボックス配置
17764 \emph default
17765
17766 中央,
17767 に設定されています.
17768 \end_layout
17769
17770 \begin_layout Standard
17771 \begin_inset VSpace medskip
17772 \end_inset
17773
17774 \SpecialChar LaTeX
17775 では,
17776 parboxは,
17777 以下の書式を持つ
17778 \series bold
17779
17780 \backslash
17781 parbox
17782 \series default
17783
17784 \begin_inset Index idx
17785 range none
17786 pageformat default
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790 \begin_inset IndexMacro sortkey
17791 status open
17792
17793 \begin_layout Plain Layout
17794 こまんと
17795 \end_layout
17796
17797 \end_inset
17798
17799 コマンド
17800 \begin_inset IndexMacro subentry
17801 status open
17802
17803 \begin_layout Plain Layout
17804 P
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \begin_inset IndexMacro subentry
17811 status open
17812
17813 \begin_layout Plain Layout
17814
17815 \backslash
17816 parbox
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \end_inset
17825
17826 コマンドによって作られます.
17827 \end_layout
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832
17833 \backslash
17834 parbox[位置]{幅}{ボックスの内容}
17835 \end_layout
17836
17837 \begin_layout Standard
17838 「位置」は,
17839
17840 \emph on
17841 b
17842 \emph default
17843
17844 \emph on
17845 t
17846 \emph default
17847 の値をとることができます.下揃えを意味する
17848 \emph on
17849 b
17850 \emph default
17851 (bottom)は,
17852 ボックスを,
17853 周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
17854 \emph on
17855 t
17856 \emph default
17857 (top)は,
17858 これを最初の行に合わせます.位置を指定しない時には,
17859 ボックスは事実上中央揃えになります.用例については,
17860 取扱説明書『埋込オブジェクト篇』の「ボックス」の節をご参照下さい.
17861 \end_layout
17862
17863 \begin_layout Standard
17864 \begin_inset VSpace bigskip
17865 \end_inset
17866
17867 数式番号を含めて,
17868 数式を完全に枠で囲むためには,
17869 数式をparbox内に収めなくてはなりません.こうするには,
17870 数式前に\SpecialChar TeX
17871 モードで
17872 \series bold
17873 parbox{
17874 \backslash
17875 linewidth-2
17876 \backslash
17877 fboxsep-2
17878 \backslash
17879 fboxrule}{
17880 \series default
17881 というコマンドを挿入します.ここで
17882 \series bold
17883
17884 \backslash
17885 linewidth
17886 \series default
17887
17888 \begin_inset Index idx
17889 range none
17890 pageformat default
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894 \begin_inset IndexMacro sortkey
17895 status open
17896
17897 \begin_layout Plain Layout
17898 こまんと
17899 \end_layout
17900
17901 \end_inset
17902
17903 コマンド
17904 \begin_inset IndexMacro subentry
17905 status open
17906
17907 \begin_layout Plain Layout
17908 L
17909 \end_layout
17910
17911 \end_inset
17912
17913
17914 \begin_inset IndexMacro subentry
17915 status open
17916
17917 \begin_layout Plain Layout
17918
17919 \backslash
17920 linewidth
17921 \end_layout
17922
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929
17930 は,
17931 使用中の文書に設定されている行幅です.枠は,
17932 parboxの外側にあるので,
17933 枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行うためには,
17934 \SpecialChar LaTeX
17935 パッケージの
17936 \series bold
17937 calc
17938 \series default
17939
17940 \begin_inset Foot
17941 status collapsed
17942
17943 \begin_layout Plain Layout
17944
17945 \series bold
17946 calc
17947 \series default
17948 は,
17949 標準的\SpecialChar LaTeX
17950 頒布版のすべてに含まれています.
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \begin_inset Index idx
17957 range none
17958 pageformat default
17959 status collapsed
17960
17961 \begin_layout Plain Layout
17962 \begin_inset IndexMacro sortkey
17963 status open
17964
17965 \begin_layout Plain Layout
17966 はつけし
17967 \end_layout
17968
17969 \end_inset
17970
17971 パッケージ
17972 \begin_inset IndexMacro subentry
17973 status open
17974
17975 \begin_layout Plain Layout
17976 calc
17977 \end_layout
17978
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \end_inset
17985
17986 を,
17987 \SpecialChar LaTeX
17988 プリアンブル中で
17989 \end_layout
17990
17991 \begin_layout Standard
17992
17993 \series bold
17994
17995 \backslash
17996 usepackage{calc}
17997 \end_layout
17998
17999 \begin_layout Standard
18000 のように読み込んでおく必要があります.数式の後では,
18001 \SpecialChar TeX
18002 モードで
18003 \series bold
18004 }}
18005 \series default
18006 を入力して,
18007 二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
18008 \begin_inset ERT
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012
18013
18014 \backslash
18015 fboxsep 5mm 
18016 \backslash
18017 fboxrule 5mm
18018 \end_layout
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \begin_layout Standard
18026 \begin_inset ERT
18027 status collapsed
18028
18029 \begin_layout Plain Layout
18030
18031
18032 \backslash
18033 fbox{
18034 \backslash
18035 parbox{
18036 \backslash
18037 linewidth-2
18038 \backslash
18039 fboxsep-2
18040 \backslash
18041 fboxrule}{
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \begin_inset Formula 
18048 \begin{equation}
18049 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
18050 \end{equation}
18051
18052 \end_inset
18053
18054
18055 \begin_inset ERT
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059
18060 }}
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 fboxrule 0.4pt 
18074 \backslash
18075 fboxsep 3pt
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset VSpace medskip
18085 \end_inset
18086
18087
18088 \series bold
18089
18090 \backslash
18091 fbox
18092 \series default
18093 の引数としてparboxが使われているので,
18094 この場合には,
18095
18096 \series bold
18097
18098 \backslash
18099 fbox
18100 \series default
18101 を使おうが
18102 \series bold
18103
18104 \backslash
18105 boxed
18106 \series default
18107 を使おうが,
18108 差は生じません.
18109 \end_layout
18110
18111 \begin_layout Standard
18112 \begin_inset VSpace bigskip
18113 \end_inset
18114
18115 段落ボックスは,
18116 数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
18117
18118 \series bold
18119
18120 \backslash
18121 parbox
18122 \series default
18123
18124 \series bold
18125
18126 \backslash
18127 tag
18128 \series default
18129 コマンドといっしょに使います(
18130 \series bold
18131
18132 \backslash
18133 tag
18134 \series default
18135 についての詳細は,
18136
18137 \begin_inset CommandInset ref
18138 LatexCommand ref
18139 reference "subsec:自己定義番号"
18140 nolink "false"
18141
18142 \end_inset
18143
18144 節をご参照下さい)
18145 \end_layout
18146
18147 \begin_layout Standard
18148 以下は,
18149
18150 \series bold
18151
18152 \backslash
18153 parbox
18154 \series default
18155 を使ってコメントを付けた数式の例です.
18156 \end_layout
18157
18158 \begin_layout Standard
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 [5x-7b=3b
18167 \backslash
18168 tag*{
18169 \backslash
18170 parbox{5cm}{
18171 \end_layout
18172
18173 \end_inset
18174
18175 これは説明です.数式や多行数式本体からはっきりと離れています.
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181 }}
18182 \backslash
18183 ]
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \SpecialChar LyX
18193 は,
18194 まだ数式中での
18195 \series bold
18196
18197 \backslash
18198 parbox
18199 \series default
18200 コマンドをサポートしていないので,
18201 上のような数式は,
18202 完全に\SpecialChar TeX
18203 モードで挿入しなくてはなりません.この数式は,
18204 以下のようなコマンド列を使って作ってあります.
18205 \end_layout
18206
18207 \begin_layout Standard
18208 まず,
18209
18210 \series bold
18211
18212 \backslash
18213 [5x-7b=3b
18214 \backslash
18215 tag*
18216 \backslash
18217 {
18218 \backslash
18219 parbox{5cm}{
18220 \series default
18221 というコマンドを\SpecialChar TeX
18222 モードで挿入します
18223 \begin_inset Foot
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227
18228 \series bold
18229 行頭下げ
18230 \series default
18231 数式様式を使用している時には,
18232
18233 \series bold
18234
18235 \backslash
18236 tag*
18237 \backslash
18238 {
18239 \series default
18240 の代わりに
18241 \series bold
18242
18243 \backslash
18244 hfill
18245 \series default
18246 を用いることもできます(数式様式に関しては,
18247
18248 \begin_inset CommandInset ref
18249 LatexCommand ref
18250 reference "sec:数式様式"
18251 nolink "false"
18252
18253 \end_inset
18254
18255 節をご参照下さい).
18256 \end_layout
18257
18258 \end_inset
18259
18260 .それから,
18261 説明を通常のテキストとして入れ,
18262 最後に
18263 \series bold
18264 }}
18265 \backslash
18266 ]
18267 \series default
18268 を\SpecialChar TeX
18269 モードで挿入します.ここで
18270 \series bold
18271
18272 \backslash
18273 [
18274 \series default
18275 および
18276 \series bold
18277
18278 \backslash
18279 ]
18280 \series default
18281 コマンドは別行立て数式を作るためのものです.
18282 \end_layout
18283
18284 \begin_layout Standard
18285
18286 \series bold
18287
18288 \backslash
18289 parbox
18290 \series default
18291 を使う利点は,
18292 数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,
18293 よくわかるでしょう.
18294 \begin_inset Formula 
18295 \[
18296 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
18297 \]
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Section
18305 演算子
18306 \begin_inset Index idx
18307 range none
18308 pageformat default
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 \begin_inset IndexMacro sortkey
18313 status open
18314
18315 \begin_layout Plain Layout
18316 えんさんし
18317 \end_layout
18318
18319 \end_inset
18320
18321 演算子
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \begin_layout Subsection
18330 大演算子
18331 \begin_inset CommandInset label
18332 LatexCommand label
18333 name "subsec:大演算子"
18334
18335 \end_inset
18336
18337
18338 \begin_inset Index idx
18339 range none
18340 pageformat default
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344 \begin_inset IndexMacro sortkey
18345 status open
18346
18347 \begin_layout Plain Layout
18348 えんさんし
18349 \end_layout
18350
18351 \end_inset
18352
18353 演算子
18354 \begin_inset IndexMacro subentry
18355 status open
18356
18357 \begin_layout Plain Layout
18358 \begin_inset IndexMacro sortkey
18359 status open
18360
18361 \begin_layout Plain Layout
18362 たい
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \begin_inset space \thinspace{}
18369 \end_inset
18370
18371
18372
18373
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \begin_inset Index idx
18385 range none
18386 pageformat default
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390 \begin_inset IndexMacro sortkey
18391 status open
18392
18393 \begin_layout Plain Layout
18394
18395 \end_layout
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \begin_inset Index idx
18406 range none
18407 pageformat default
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411 \begin_inset IndexMacro sortkey
18412 status open
18413
18414 \begin_layout Plain Layout
18415 せきふんきこう
18416 \end_layout
18417
18418 \end_inset
18419
18420 積分記号
18421 \end_layout
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Standard
18429 ここに挙げた積分演算子をすべて使えるようにするには,
18430 文書設定の
18431 \family sans
18432 \series bold
18433 数式オプション
18434 \family default
18435 \series default
18436 の面にある
18437 \family sans
18438 esint
18439 \series bold
18440 パッケージを自動的に使う
18441 \family default
18442 \series default
18443 オプションを有効にしなくてはなりません.
18444 \end_layout
18445
18446 \begin_layout Standard
18447 \begin_inset space \hfill{}
18448 \end_inset
18449
18450
18451 \begin_inset Tabular
18452 <lyxtabular version="3" rows="11" columns="2">
18453 <features booktabs="true" tabularvalignment="middle">
18454 <column alignment="center" valignment="top" width="0pt">
18455 <column alignment="center" valignment="top" width="0pt">
18456 <row>
18457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 コマンド
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 出力
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 </row>
18476 <row>
18477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \backslash
18483 int
18484 \begin_inset Index idx
18485 range none
18486 pageformat default
18487 status collapsed
18488
18489 \begin_layout Plain Layout
18490 \begin_inset IndexMacro sortkey
18491 status open
18492
18493 \begin_layout Plain Layout
18494 こまんと
18495 \end_layout
18496
18497 \end_inset
18498
18499 コマンド
18500 \begin_inset IndexMacro subentry
18501 status open
18502
18503 \begin_layout Plain Layout
18504 I
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \begin_inset IndexMacro subentry
18511 status open
18512
18513 \begin_layout Plain Layout
18514
18515 \backslash
18516 int
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 \begin_inset Formula $\int$
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 <row>
18545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \backslash
18551 oint
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 \begin_inset Formula $\oint$
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 </row>
18569 <row>
18570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \backslash
18576 ointctrclockwise
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585 \begin_inset Formula $\ointctrclockwise$
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 <row>
18595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \backslash
18601 ointclockwise
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 \begin_inset Formula $\ointclockwise$
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 <row>
18620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \backslash
18626 sqint
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 \begin_inset Formula $\sqint$
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 </row>
18644 <row>
18645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \backslash
18651 fint
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660  
18661 \begin_inset Formula $\fint$
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 <row>
18671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \backslash
18677 landupint
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686  
18687 \begin_inset Formula $\landupint$
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 </row>
18696 <row>
18697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701
18702 \backslash
18703 landdownint
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712  
18713 \begin_inset Formula $\landdownint$
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 </row>
18722 <row>
18723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \backslash
18729 bigcap
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738 \begin_inset Formula $\bigcap$
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 </row>
18747 <row>
18748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \backslash
18754 bigcup
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 \begin_inset Formula $\bigcup$
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 </row>
18772 </lyxtabular>
18773
18774 \end_inset
18775
18776
18777 \begin_inset space \hfill{}
18778 \end_inset
18779
18780
18781 \begin_inset Tabular
18782 <lyxtabular version="3" rows="11" columns="2">
18783 <features booktabs="true" tabularvalignment="middle">
18784 <column alignment="center" valignment="top" width="0pt">
18785 <column alignment="center" valignment="top" width="0pt">
18786 <row>
18787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791 コマンド
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 出力
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 </row>
18806 <row>
18807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811
18812 \backslash
18813 sum
18814 \begin_inset Index idx
18815 range none
18816 pageformat default
18817 status collapsed
18818
18819 \begin_layout Plain Layout
18820 \begin_inset IndexMacro sortkey
18821 status open
18822
18823 \begin_layout Plain Layout
18824 こまんと
18825 \end_layout
18826
18827 \end_inset
18828
18829 コマンド
18830 \begin_inset IndexMacro subentry
18831 status open
18832
18833 \begin_layout Plain Layout
18834 S
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \begin_inset IndexMacro subentry
18841 status open
18842
18843 \begin_layout Plain Layout
18844
18845 \backslash
18846 sum
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 \begin_inset Formula $\sum$
18866 \end_inset
18867
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 <row>
18875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \backslash
18881 prod
18882 \begin_inset Index idx
18883 range none
18884 pageformat default
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888 \begin_inset IndexMacro sortkey
18889 status open
18890
18891 \begin_layout Plain Layout
18892 こまんと
18893 \end_layout
18894
18895 \end_inset
18896
18897 コマンド
18898 \begin_inset IndexMacro subentry
18899 status open
18900
18901 \begin_layout Plain Layout
18902 P
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \begin_inset IndexMacro subentry
18909 status open
18910
18911 \begin_layout Plain Layout
18912
18913 \backslash
18914 prod
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 \begin_inset Formula $\prod$
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \backslash
18949 coprod
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 \begin_inset Formula $\coprod$
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 <row>
18968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \backslash
18974 bigodot
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 \begin_inset Formula $\bigodot$
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \backslash
18999 bigotimes
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 \begin_inset Formula $\bigotimes$
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \backslash
19024 bigoplus
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 \begin_inset Formula $\bigoplus$
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 </row>
19042 <row>
19043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \backslash
19049 bigwedge
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Formula $\bigwedge$
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \backslash
19074 bigvee
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Formula $\bigvee$
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \backslash
19099 bigsqcup
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Formula $\bigsqcup$
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 biguplus
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Formula $\biguplus$
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 </lyxtabular>
19143
19144 \end_inset
19145
19146
19147 \begin_inset space \hfill{}
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \begin_layout Standard
19154 すべての大演算子は,
19155 数式ツールバーボタンの
19156 \begin_inset Info
19157 type  "icon"
19158 arg   "math-insert \\intop"
19159 \end_inset
19160
19161 でも挿入することができます.
19162 \end_layout
19163
19164 \begin_layout Standard
19165 これらの演算子は,
19166 よく見ないと同じように見える二項演算子よりも大きいので,
19167 大演算子と呼ばれます.大演算子はすべて,
19168 次小節で説明する「範囲」をとることができます.
19169 \end_layout
19170
19171 \begin_layout Standard
19172 積分演算子はすべて,
19173
19174 \series bold
19175
19176 \backslash
19177 intop
19178 \series default
19179
19180 \series bold
19181
19182 \backslash
19183 ointop
19184 \series default
19185 のように,
19186
19187 \series bold
19188 op
19189 \series default
19190 で終わる別バージョンがあります.これらの演算子は,
19191
19192 \series bold
19193
19194 \backslash
19195 int
19196 \series default
19197 とは範囲の表示のしかたが異なります.第
19198 \begin_inset CommandInset ref
19199 LatexCommand ref
19200 reference "subsec:演算子の範囲"
19201 nolink "false"
19202
19203 \end_inset
19204
19205 節をご参照下さい.
19206 \end_layout
19207
19208 \begin_layout Subsubsection*
19209 積分の子細
19210 \end_layout
19211
19212 \begin_layout Standard
19213 積分中で用いられる文字
19214 \emph on
19215 d
19216 \emph default
19217 は演算子なので,
19218 アップライト体で組まれなくてはなりません.これを行うには
19219 \emph on
19220 d
19221 \emph default
19222 を選択して,
19223 ショートカット
19224 \begin_inset Info
19225 type  "shortcut"
19226 arg   "font-roman"
19227 \end_inset
19228
19229 を用います
19230 \begin_inset Foot
19231 status collapsed
19232
19233 \begin_layout Plain Layout
19234 文字様式については,
19235
19236 \begin_inset CommandInset ref
19237 LatexCommand ref
19238 reference "subsec:書体様式"
19239 nolink "false"
19240
19241 \end_inset
19242
19243 節参照.
19244 \end_layout
19245
19246 \end_inset
19247
19248 .最後に,
19249 演算子の慣例に倣って,
19250
19251 \emph on
19252 d
19253 \emph default
19254 の前に最小空白を挿入しなくてはなりません.たとえば,
19255
19256 \end_layout
19257
19258 \begin_layout Standard
19259 正しくない例:
19260
19261 \begin_inset Formula $\int A(x)dx$
19262 \end_inset
19263
19264
19265 \begin_inset Newline newline
19266 \end_inset
19267
19268 正しい
19269 \begin_inset Phantom HPhantom
19270 status open
19271
19272 \begin_layout Plain Layout
19273 ない
19274 \end_layout
19275
19276 \end_inset
19277
19278 例:
19279
19280 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Standard
19287 多重積分に関しては,
19288 以下のコマンドがあります.
19289 \begin_inset VSpace medskip
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Standard
19296 \begin_inset space \hfill{}
19297 \end_inset
19298
19299
19300 \begin_inset Tabular
19301 <lyxtabular version="3" rows="4" columns="2">
19302 <features booktabs="true" tabularvalignment="middle">
19303 <column alignment="center" valignment="top" width="0pt">
19304 <column alignment="center" valignment="top" width="0pt">
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 コマンド
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 出力
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row bottomspace="1mm">
19326 <cell alignment="center" valignment="top" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \backslash
19332 iint
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\iint$
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row bottomspace="1mm">
19351 <cell alignment="center" valignment="top" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \backslash
19357 oiint
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset Formula $\oiint$
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row bottomspace="1mm">
19376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380
19381 \backslash
19382 sqiint
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 \begin_inset Formula $\sqiint$
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 </row>
19400 </lyxtabular>
19401
19402 \end_inset
19403
19404
19405 \begin_inset space \hfill{}
19406 \end_inset
19407
19408
19409 \begin_inset Tabular
19410 <lyxtabular version="3" rows="4" columns="2">
19411 <features booktabs="true" tabularvalignment="middle">
19412 <column alignment="center" valignment="top" width="0pt">
19413 <column alignment="center" valignment="top" width="0pt">
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 コマンド
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 出力
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 </row>
19434 <row bottomspace="1mm">
19435 <cell alignment="center" valignment="top" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439
19440 \backslash
19441 iiint
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 \begin_inset Formula $\iiint$
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 </row>
19459 <row bottomspace="1mm">
19460 <cell alignment="center" valignment="top" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464
19465 \backslash
19466 iiiint
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 \begin_inset Formula $\iiiint$
19476 \end_inset
19477
19478
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 </row>
19484 <row bottomspace="1mm">
19485 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489
19490 \backslash
19491 dotsint
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 \begin_inset Formula $\dotsint$
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 </row>
19509 </lyxtabular>
19510
19511 \end_inset
19512
19513
19514 \begin_inset space \hfill{}
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \begin_layout Subsection
19521 演算子の範囲
19522 \begin_inset CommandInset label
19523 LatexCommand label
19524 name "subsec:演算子の範囲"
19525
19526 \end_inset
19527
19528
19529 \begin_inset Index idx
19530 range none
19531 pageformat default
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535 \begin_inset IndexMacro sortkey
19536 status open
19537
19538 \begin_layout Plain Layout
19539 えんさんし
19540 \end_layout
19541
19542 \end_inset
19543
19544 演算子
19545 \begin_inset IndexMacro subentry
19546 status open
19547
19548 \begin_layout Plain Layout
19549 \begin_inset IndexMacro sortkey
19550 status open
19551
19552 \begin_layout Plain Layout
19553 はんい
19554 \end_layout
19555
19556 \end_inset
19557
19558 範囲
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \begin_layout Standard
19572 範囲は,
19573 上付き文字と下付き文字とで作成することができます.
19574 \end_layout
19575
19576 \begin_layout Standard
19577 \align center
19578 \begin_inset Tabular
19579 <lyxtabular version="3" rows="2" columns="2">
19580 <features booktabs="true" tabularvalignment="middle">
19581 <column alignment="center" valignment="top" width="0pt">
19582 <column alignment="center" valignment="top" width="0pt">
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 コマンド
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 出力
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 </row>
19603 <row>
19604 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608
19609 \backslash
19610 prod^
19611 \backslash
19612 infty
19613 \begin_inset space \textvisiblespace{}
19614 \end_inset
19615
19616
19617 \begin_inset Formula $\to$
19618 \end_inset
19619
19620 _0
19621 \begin_inset Formula $\to$
19622 \end_inset
19623
19624 A(x)
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 </lyxtabular>
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \begin_layout Standard
19650 行内数式では,
19651 範囲は演算子の右横に表示されます.別行立て数式での範囲は,
19652 積分範囲を除き,
19653 演算子の上と下に表示されます.
19654 \end_layout
19655
19656 \begin_layout Standard
19657 範囲が演算子の横に表示されるように強制するには,
19658 カーソルを当該演算子の直後において,
19659
19660 \family sans
19661 \series bold
19662 編集\SpecialChar menuseparator
19663 数式\SpecialChar menuseparator
19664 範囲の表記を変更
19665 \family default
19666 \series default
19667
19668 \begin_inset space \thinspace{}
19669 \end_inset
19670
19671 メニューで
19672 \family sans
19673 \series bold
19674 行内形式
19675 \family default
19676 \series default
19677 (ショートカット:
19678
19679 \begin_inset Info
19680 type  "shortcut"
19681 arg   "math-limits"
19682 \end_inset
19683
19684 )を選択することで範囲形式を変更することができます.以下はその用例です.
19685 \end_layout
19686
19687 \begin_layout Standard
19688 既定の範囲形式は,
19689 以下のようになっています.
19690 \begin_inset Formula 
19691 \[
19692 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
19693 \]
19694
19695 \end_inset
19696
19697 以下は,
19698 範囲形式を
19699 \family sans
19700 \series bold
19701 行内形式
19702 \family default
19703 \series default
19704 に変更したときの表示です.
19705 \begin_inset Formula 
19706 \[
19707 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
19708 \]
19709
19710 \end_inset
19711
19712
19713 \series bold
19714
19715 \backslash
19716 intop
19717 \series default
19718
19719 \series bold
19720
19721 \backslash
19722 ointop
19723 \series default
19724 などのように
19725 \series bold
19726 op
19727 \series default
19728 で終わるもの以外の積分記号では,
19729 範囲は,
19730 既定で演算子の横に設定されます.しかし,
19731 多重積分においては,
19732 範囲を演算子の下に置くべきときがあります.このことから,
19733 以下の例では,
19734 範囲形式を
19735 \series bold
19736 別行立て形式
19737 \series default
19738 にして積分記号の下に置くようにしています.
19739 \begin_inset Formula 
19740 \begin{equation}
19741 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
19742 \end{equation}
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Standard
19750 \begin_inset VSpace medskip
19751 \end_inset
19752
19753 範囲に条件を指定したい場合には,
19754
19755 \series bold
19756
19757 \backslash
19758 subarray
19759 \series default
19760
19761 \begin_inset Index idx
19762 range none
19763 pageformat default
19764 status collapsed
19765
19766 \begin_layout Plain Layout
19767 \begin_inset IndexMacro sortkey
19768 status open
19769
19770 \begin_layout Plain Layout
19771 こまんと
19772 \end_layout
19773
19774 \end_inset
19775
19776 コマンド
19777 \begin_inset IndexMacro subentry
19778 status open
19779
19780 \begin_layout Plain Layout
19781 S
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \begin_inset IndexMacro subentry
19788 status open
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 subarray
19794 \end_layout
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802
19803 コマンドや
19804 \series bold
19805
19806 \backslash
19807 substack
19808 \series default
19809
19810 \begin_inset Index idx
19811 range none
19812 pageformat default
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816 \begin_inset IndexMacro sortkey
19817 status open
19818
19819 \begin_layout Plain Layout
19820 こまんと
19821 \end_layout
19822
19823 \end_inset
19824
19825 コマンド
19826 \begin_inset IndexMacro subentry
19827 status open
19828
19829 \begin_layout Plain Layout
19830 S
19831 \end_layout
19832
19833 \end_inset
19834
19835
19836 \begin_inset IndexMacro subentry
19837 status open
19838
19839 \begin_layout Plain Layout
19840
19841 \backslash
19842 substack
19843 \end_layout
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \end_inset
19851
19852 コマンドを使用します.たとえば,
19853 以下の表記 
19854 \begin_inset Formula 
19855 \begin{equation}
19856 \sum_{\begin{subarray}{c}
19857 0<k<1000\\
19858 \\k\,\in\,\mathbb{N}
19859 \end{subarray}}^{n}k^{-2}\label{eq:substack}
19860 \end{equation}
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \begin_layout Standard
19868 を作成するには,
19869 以下のようにしなくてはなりません.
19870 \begin_inset Newline newline
19871 \end_inset
19872
19873 まず,
19874
19875 \series bold
19876
19877 \backslash
19878 sum
19879 \series default
19880 ^
19881 \series bold
19882 n
19883 \begin_inset space \textvisiblespace{}
19884 \end_inset
19885
19886 _
19887 \series default
19888 というコマンドを入力します.すると,
19889 和演算子の下の青枠に移動するので,
19890 ここに
19891 \series bold
19892
19893 \backslash
19894 subarray
19895 \begin_inset space \textvisiblespace{}
19896 \end_inset
19897
19898
19899 \series default
19900 コマンドを挿入します.すると,
19901 青枠が紫枠の中に入って,
19902 ここに複数の行を書き込むことができるようになります.新しい行は,
19903 改行(
19904 \begin_inset Info
19905 type  "shortcut"
19906 arg   "newline-insert newline"
19907 \end_inset
19908
19909 )を挿入することで作ることができます.ここに
19910 \begin_inset Newline newline
19911 \end_inset
19912
19913
19914 \series bold
19915 0
19916 \begin_inset Formula $\boldsymbol{<}$
19917 \end_inset
19918
19919 k
19920 \begin_inset Formula $\boldsymbol{<}$
19921 \end_inset
19922
19923 1000 Ctrl+Return
19924 \begin_inset Newline newline
19925 \end_inset
19926
19927
19928 \series default
19929 と入力すると,
19930 新規行のための新しい枠が現れます.
19931 \end_layout
19932
19933 \begin_layout Standard
19934 各行の揃え方は,
19935
19936 \family sans
19937 \series bold
19938 表ツールバー
19939 \family default
19940 \series default
19941
19942 \family sans
19943
19944 \begin_inset space \thinspace{}
19945 \end_inset
19946
19947
19948 \series bold
19949 編集\SpecialChar menuseparator
19950 行と列
19951 \family default
19952 \series default
19953
19954 \begin_inset space \thinspace{}
19955 \end_inset
19956
19957 メニューで変更することができますが,
19958 右揃えにするには,
19959 行頭に
19960 \series bold
19961
19962 \backslash
19963 hfill
19964 \begin_inset space \textvisiblespace{}
19965 \end_inset
19966
19967
19968 \series default
19969 を挿入しなくてはなりません.
19970 \end_layout
19971
19972 \begin_layout Standard
19973
19974 \series bold
19975
19976 \backslash
19977 substack
19978 \series default
19979 コマンドは,
19980 各行がつねに中央揃えになることを除いては,
19981
19982 \series bold
19983
19984 \backslash
19985 subarray
19986 \series default
19987 と同じです.
19988 \end_layout
19989
19990 \begin_layout Standard
19991 \begin_inset VSpace bigskip
19992 \end_inset
19993
19994 演算子の後に来る文字は,
19995 範囲の横に来るので,
19996
19997 \begin_inset CommandInset ref
19998 LatexCommand eqref
19999 reference "eq:substack"
20000 nolink "false"
20001
20002 \end_inset
20003
20004 式のように,
20005 演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,
20006 コマンド
20007 \series bold
20008
20009 \backslash
20010 smashoperator
20011 \series default
20012
20013 \begin_inset Index idx
20014 range none
20015 pageformat default
20016 status collapsed
20017
20018 \begin_layout Plain Layout
20019 \begin_inset IndexMacro sortkey
20020 status open
20021
20022 \begin_layout Plain Layout
20023 こまんと
20024 \end_layout
20025
20026 \end_inset
20027
20028 コマンド
20029 \begin_inset IndexMacro subentry
20030 status open
20031
20032 \begin_layout Plain Layout
20033 S
20034 \end_layout
20035
20036 \end_inset
20037
20038
20039 \begin_inset IndexMacro subentry
20040 status open
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 smashoperator
20046 \end_layout
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054
20055 を使うことができます.これを有効化するには,
20056 文書設定の
20057 \family sans
20058 \series bold
20059 数式オプション
20060 \family default
20061 \series default
20062 で,
20063
20064 \series bold
20065 mathtools
20066 \series default
20067 パッケージ
20068 \begin_inset Index idx
20069 range none
20070 pageformat default
20071 status collapsed
20072
20073 \begin_layout Plain Layout
20074 \begin_inset IndexMacro sortkey
20075 status open
20076
20077 \begin_layout Plain Layout
20078 はつけし
20079 \end_layout
20080
20081 \end_inset
20082
20083 パッケージ
20084 \begin_inset IndexMacro subentry
20085 status open
20086
20087 \begin_layout Plain Layout
20088 mathtools
20089 \end_layout
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097
20098
20099 \family sans
20100 \series bold
20101 常に読み込み
20102 \family default
20103 \series default
20104 オプションを指定してください.
20105 \series bold
20106
20107 \backslash
20108 smashoperator
20109 \series default
20110 は,
20111 内容物の幅を0
20112 \lang english
20113
20114 \begin_inset space \thinspace{}
20115 \end_inset
20116
20117
20118 \lang japanese
20119 ptに設定します.
20120 \begin_inset Newline newline
20121 \end_inset
20122
20123 これを
20124 \begin_inset CommandInset ref
20125 LatexCommand eqref
20126 reference "eq:substack"
20127 nolink "false"
20128
20129 \end_inset
20130
20131 式に応用してみると,
20132 コマンド
20133 \end_layout
20134
20135 \begin_layout Standard
20136
20137 \series bold
20138
20139 \backslash
20140 smashoperator{
20141 \end_layout
20142
20143 \begin_layout Standard
20144 の波括弧の中に,
20145 範囲付きの演算子を挿入することになります.波括弧を閉じた後に,
20146 数式を続けます.例:
20147
20148 \begin_inset Formula 
20149 \[
20150 \sum_{\mathclap{\substack{0<k<1000\\
20151 \\k\,\in\,\mathbb{N}
20152 }
20153 }}^{n}k^{-2}
20154 \]
20155
20156 \end_inset
20157
20158 演算子の片側だけ,
20159 空白を0
20160 \lang english
20161
20162 \begin_inset space \thinspace{}
20163 \end_inset
20164
20165
20166 \lang japanese
20167 ptにすることも可能です.そのためには,
20168
20169 \series bold
20170
20171 \backslash
20172 smashoperator
20173 \series default
20174 と付属する波括弧の間に,
20175
20176 \series bold
20177 [l]
20178 \series default
20179 または
20180 \series bold
20181 [r]
20182 \series default
20183 と書き込みます.ここで,
20184
20185 \series bold
20186 l
20187 \series default
20188 は演算子の左側,
20189
20190 \series bold
20191 r
20192 \series default
20193 は右側を表します.下記は,
20194
20195 \series bold
20196
20197 \backslash
20198 smashoperator
20199 \series default
20200 のとりうる形の例です.
20201 \end_layout
20202
20203 \begin_layout Standard
20204 \begin_inset Formula 
20205 \[
20206 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}
20207 \]
20208
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \begin_inset VSpace bigskip
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Standard
20222 範囲を持つ演算子が続くとき,
20223 出力での,
20224 範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
20225 \begin_inset Formula 
20226 \[
20227 \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}
20228 \]
20229
20230 \end_inset
20231
20232 組版を改善するには,
20233 文書設定の
20234 \family sans
20235 \series bold
20236 数式オプション
20237 \family default
20238 \series default
20239 で,
20240
20241 \series bold
20242 mathtools
20243 \series default
20244 パッケージ
20245 \begin_inset Index idx
20246 range none
20247 pageformat default
20248 status collapsed
20249
20250 \begin_layout Plain Layout
20251 \begin_inset IndexMacro sortkey
20252 status open
20253
20254 \begin_layout Plain Layout
20255 はつけし
20256 \end_layout
20257
20258 \end_inset
20259
20260 パッケージ
20261 \begin_inset IndexMacro subentry
20262 status open
20263
20264 \begin_layout Plain Layout
20265 mathtools
20266 \end_layout
20267
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274
20275
20276 \family sans
20277 常に読み込み
20278 \family default
20279 オプションを指定してください.その上で,
20280 数式中の最初の演算子の前に直接,
20281
20282 \series bold
20283
20284 \backslash
20285 adjustlimits
20286 \series default
20287 コマンド
20288 \begin_inset Index idx
20289 range none
20290 pageformat default
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294 \begin_inset IndexMacro sortkey
20295 status open
20296
20297 \begin_layout Plain Layout
20298 こまんと
20299 \end_layout
20300
20301 \end_inset
20302
20303 コマンド
20304 \begin_inset IndexMacro subentry
20305 status open
20306
20307 \begin_layout Plain Layout
20308 A
20309 \end_layout
20310
20311 \end_inset
20312
20313
20314 \begin_inset IndexMacro subentry
20315 status open
20316
20317 \begin_layout Plain Layout
20318
20319 \backslash
20320 adjustlimits
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329
20330 を置いてください.そうすると,
20331 上記の例はこのようになります.
20332 \begin_inset Formula 
20333 \[
20334 \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}
20335 \]
20336
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \begin_layout Standard
20343 \begin_inset VSpace bigskip
20344 \end_inset
20345
20346 一つの範囲を複数の演算子に用いる方法が,
20347
20348 \begin_inset CommandInset ref
20349 LatexCommand ref
20350 reference "subsec:自己定義演算子"
20351 nolink "false"
20352
20353 \end_inset
20354
20355 節に述べられています.
20356 \end_layout
20357
20358 \begin_layout Subsection
20359 演算子の修飾
20360 \begin_inset Index idx
20361 range none
20362 pageformat default
20363 status collapsed
20364
20365 \begin_layout Plain Layout
20366 \begin_inset IndexMacro sortkey
20367 status open
20368
20369 \begin_layout Plain Layout
20370 えんさんし
20371 \end_layout
20372
20373 \end_inset
20374
20375 演算子
20376 \begin_inset IndexMacro subentry
20377 status open
20378
20379 \begin_layout Plain Layout
20380 \begin_inset IndexMacro sortkey
20381 status open
20382
20383 \begin_layout Plain Layout
20384 しゆうしよく
20385 \end_layout
20386
20387 \end_inset
20388
20389 修飾
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \begin_layout Standard
20403
20404 \series bold
20405
20406 \backslash
20407 overset
20408 \series default
20409
20410 \begin_inset Index idx
20411 range none
20412 pageformat default
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416 \begin_inset IndexMacro sortkey
20417 status open
20418
20419 \begin_layout Plain Layout
20420 こまんと
20421 \end_layout
20422
20423 \end_inset
20424
20425 コマンド
20426 \begin_inset IndexMacro subentry
20427 status open
20428
20429 \begin_layout Plain Layout
20430 O
20431 \end_layout
20432
20433 \end_inset
20434
20435
20436 \begin_inset IndexMacro subentry
20437 status open
20438
20439 \begin_layout Plain Layout
20440
20441 \backslash
20442 overset
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \end_inset
20451
20452 コマンドや
20453 \series bold
20454
20455 \backslash
20456 underset
20457 \series default
20458
20459 \begin_inset Index idx
20460 range none
20461 pageformat default
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 \begin_inset IndexMacro sortkey
20466 status open
20467
20468 \begin_layout Plain Layout
20469 こまんと
20470 \end_layout
20471
20472 \end_inset
20473
20474 コマンド
20475 \begin_inset IndexMacro subentry
20476 status open
20477
20478 \begin_layout Plain Layout
20479 U
20480 \end_layout
20481
20482 \end_inset
20483
20484
20485 \begin_inset IndexMacro subentry
20486 status open
20487
20488 \begin_layout Plain Layout
20489
20490 \backslash
20491 underset
20492 \end_layout
20493
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \end_inset
20500
20501 コマンドを使うと,
20502 それぞれ演算子の上や下に,
20503 文字をアクセントとして付けることができます.また,
20504
20505 \series bold
20506
20507 \backslash
20508 sideset
20509 \series default
20510
20511 \begin_inset Index idx
20512 range none
20513 pageformat default
20514 status collapsed
20515
20516 \begin_layout Plain Layout
20517 \begin_inset IndexMacro sortkey
20518 status open
20519
20520 \begin_layout Plain Layout
20521 こまんと
20522 \end_layout
20523
20524 \end_inset
20525
20526 コマンド
20527 \begin_inset IndexMacro subentry
20528 status open
20529
20530 \begin_layout Plain Layout
20531 S
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \begin_inset IndexMacro subentry
20538 status open
20539
20540 \begin_layout Plain Layout
20541
20542 \backslash
20543 sideset
20544 \end_layout
20545
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552
20553 コマンドを使うと,
20554 文字を演算子の前や後ろに付けることができます.
20555 \end_layout
20556
20557 \begin_layout Standard
20558
20559 \series bold
20560
20561 \backslash
20562 sideset
20563 \series default
20564 には4つの派生版があります.
20565 \end_layout
20566
20567 \begin_layout Itemize
20568
20569 \series bold
20570
20571 \backslash
20572 sideset
20573 \series default
20574 は,
20575 演算子の隅に文字を置くのに用います.
20576 \end_layout
20577
20578 \begin_layout Itemize
20579
20580 \series bold
20581
20582 \backslash
20583 sidesetn
20584 \series default
20585 は,
20586 演算子の前後に文字を置くのに用います(この派生版は,
20587 \SpecialChar LaTeX
20588 の元々の
20589 \series bold
20590
20591 \backslash
20592 sideset
20593 \series default
20594 コマンドを表します).
20595 \end_layout
20596
20597 \begin_layout Itemize
20598
20599 \series bold
20600
20601 \backslash
20602 sidesetl
20603 \series default
20604 は,
20605 演算子の左隅と後ろに文字を置くのに用います.
20606 \end_layout
20607
20608 \begin_layout Itemize
20609
20610 \series bold
20611
20612 \backslash
20613 sidesetr
20614 \series default
20615 は,
20616 演算子の右隅と前に文字を置くのに用います.
20617 \end_layout
20618
20619 \begin_layout Standard
20620 たとえば,
20621
20622 \series bold
20623
20624 \backslash
20625 sidesetn
20626 \begin_inset space \textvisiblespace{}
20627 \end_inset
20628
20629
20630 \backslash
20631 sum
20632 \begin_inset space \textvisiblespace{}
20633 \end_inset
20634
20635
20636 \begin_inset Formula $\to$
20637 \end_inset
20638
20639 '
20640 \begin_inset Formula $\to$
20641 \end_inset
20642
20643 _k=1
20644 \begin_inset space \textvisiblespace{}
20645 \end_inset
20646
20647
20648 \series default
20649 ^
20650 \series bold
20651 n
20652 \series default
20653 というコマンドを入力すると,
20654
20655 \begin_inset Formula 
20656 \[
20657 \sideset{}{'}\sum_{k=1}^{n}
20658 \]
20659
20660 \end_inset
20661
20662 のようになります.
20663 \end_layout
20664
20665 \begin_layout Standard
20666 \begin_inset Note Greyedout
20667 status open
20668
20669 \begin_layout Plain Layout
20670
20671 \series bold
20672 [註]
20673 \backslash
20674 sideset
20675 \series default
20676 は,
20677 大演算子を修飾するためだけに用いることができ,
20678 二項演算子には用いることができません.
20679 \end_layout
20680
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \begin_layout Standard
20687 のようになります.最後の例からわかるように,
20688
20689 \series bold
20690
20691 \backslash
20692 overset
20693 \series default
20694
20695 \series bold
20696
20697 \backslash
20698 underset
20699 \series default
20700 では,
20701 記号や文字にアクセントをつけることもできます.一方. また,
20702
20703 \series bold
20704
20705 \backslash
20706 overset
20707 \begin_inset space \textvisiblespace{}
20708 \end_inset
20709
20710
20711 \backslash
20712 maltese
20713 \begin_inset space \textvisiblespace{}
20714 \end_inset
20715
20716
20717 \series default
20718
20719 \begin_inset Formula $\uparrow$
20720 \end_inset
20721
20722
20723 \series bold
20724 a
20725 \series default
20726 というコマンドならば,
20727
20728 \begin_inset Formula 
20729 \[
20730 \overset{a}{\maltese}
20731 \]
20732
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \begin_layout Subsection
20739 二項演算子
20740 \begin_inset CommandInset label
20741 LatexCommand label
20742 name "subsec:二項演算子"
20743
20744 \end_inset
20745
20746
20747 \begin_inset Index idx
20748 range none
20749 pageformat default
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753 \begin_inset IndexMacro sortkey
20754 status open
20755
20756 \begin_layout Plain Layout
20757 えんさんし
20758 \end_layout
20759
20760 \end_inset
20761
20762 演算子
20763 \begin_inset IndexMacro subentry
20764 status open
20765
20766 \begin_layout Plain Layout
20767 \begin_inset IndexMacro sortkey
20768 status open
20769
20770 \begin_layout Plain Layout
20771 にこう
20772 \end_layout
20773
20774 \end_inset
20775
20776 二項
20777 \begin_inset space \thinspace{}
20778 \end_inset
20779
20780
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Standard
20796 二項演算子は,
20797 前後に文字がある場合,
20798 周囲に余白が入ります.
20799 \begin_inset VSpace medskip
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \begin_inset Tabular
20807 <lyxtabular version="3" rows="13" columns="2">
20808 <features booktabs="true" tabularvalignment="middle">
20809 <column alignment="center" valignment="top" width="0pt">
20810 <column alignment="center" valignment="top" width="0pt">
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 コマンド
20817 \begin_inset Note Note
20818 status collapsed
20819
20820 \begin_layout Plain Layout
20821 ここで
20822 \series bold
20823
20824 \backslash
20825 raisebox
20826 \series default
20827 はスペーサーとして使用しているだけです.
20828 \end_layout
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 出力
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 +
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861 \begin_inset Formula $+$
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 </row>
20870 <row>
20871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875 -
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Formula $-$
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 pm
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset Formula $\pm$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 <row>
20919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923
20924 \backslash
20925 mp
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\mp$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 cdot
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $\cdot$
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \backslash
20975 times
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Formula $\times$
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \backslash
21000 div
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset Formula $\div$
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 </row>
21018 <row>
21019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 \begin_inset ERT
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027
21028
21029 \backslash
21030 raisebox{-1.2mm}{
21031 \end_layout
21032
21033 \end_inset
21034
21035 *
21036 \begin_inset ERT
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040
21041 }
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 \begin_inset Formula $*$
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 </row>
21064 <row>
21065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069
21070 \backslash
21071 star
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 \begin_inset Formula $\star$
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 </row>
21089 <row>
21090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \backslash
21096 circ
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset Formula $\circ$
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 <row>
21115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119
21120 \backslash
21121 diamond
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 \begin_inset Formula $\diamond$
21131 \end_inset
21132
21133
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 </row>
21139 <row>
21140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144
21145 \backslash
21146 bullet
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 \begin_inset Formula $\bullet$
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 </row>
21164 </lyxtabular>
21165
21166 \end_inset
21167
21168
21169 \begin_inset space \hfill{}
21170 \end_inset
21171
21172
21173 \begin_inset Tabular
21174 <lyxtabular version="3" rows="13" columns="2">
21175 <features booktabs="true" tabularvalignment="middle">
21176 <column alignment="center" valignment="top" width="0pt">
21177 <column alignment="center" valignment="top" width="0pt">
21178 <row>
21179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 コマンド
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 出力
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 </row>
21198 <row>
21199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203
21204 \backslash
21205 nabla
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 \begin_inset Formula $\nabla$
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 </row>
21223 <row>
21224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228
21229 \backslash
21230 bigtriangledown
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 \begin_inset Formula $\bigtriangledown$
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 </row>
21248 <row>
21249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253
21254 \backslash
21255 bigtriangleup
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264 \begin_inset Formula $\bigtriangleup$
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 </row>
21273 <row>
21274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278
21279 \backslash
21280 Box
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 \begin_inset Formula $\Box$
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303
21304 \backslash
21305 cap 
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Formula $\cap$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 </row>
21323 <row>
21324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328
21329 \backslash
21330 cup
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 \begin_inset Formula $\cup$
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 <row>
21349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353
21354 \backslash
21355 dagger
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\dagger$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 <row>
21374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \backslash
21380 ddagger
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $\ddagger$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \backslash
21405 wr
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $\wr$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 bigcirc
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\bigcirc$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 wedge
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\wedge$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 vee
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $\vee$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 </lyxtabular>
21499
21500 \end_inset
21501
21502
21503 \begin_inset space \hfill{}
21504 \end_inset
21505
21506
21507 \begin_inset Tabular
21508 <lyxtabular version="3" rows="13" columns="2">
21509 <features booktabs="true" tabularvalignment="middle">
21510 <column alignment="center" valignment="top" width="0pt">
21511 <column alignment="center" valignment="top" width="0pt">
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 コマンド
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 出力
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 oplus
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\oplus$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 ominus
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\ominus$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \backslash
21589 otimes
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\otimes$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 oslash
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\oslash$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 odot
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\odot$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 amalg
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\amalg$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 uplus
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\uplus$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 setminus
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\setminus$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 sqcap
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\sqcap$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 sqcup
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\sqcup$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 triangleleft
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\triangleleft$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 triangleright
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\triangleright$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 </lyxtabular>
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \begin_layout Standard
21840 二項演算子は,
21841 すべて数式ツールバーボタンの
21842 \begin_inset Info
21843 type  "icon"
21844 arg   "math-insert \\pm"
21845 \end_inset
21846
21847 から挿入することもできます.
21848 \end_layout
21849
21850 \begin_layout Standard
21851 ラプラス演算子を組版するには,
21852
21853 \series bold
21854
21855 \backslash
21856 bigtriangleup
21857 \series default
21858 以外に,
21859
21860 \series bold
21861
21862 \backslash
21863 Delta
21864 \series default
21865
21866 \series bold
21867
21868 \backslash
21869 nabla
21870 \series default
21871 ^
21872 \series bold
21873 2
21874 \series default
21875 (
21876 \begin_inset Formula $\nabla^{2}$
21877 \end_inset
21878
21879 )を使用することもできます.
21880 \end_layout
21881
21882 \begin_layout Standard
21883
21884 \family sans
21885 \series bold
21886 挿入\SpecialChar menuseparator
21887 特殊文字
21888 \family default
21889 \series default
21890
21891 \begin_inset space \thinspace{}
21892 \end_inset
21893
21894 メニューの
21895 \family sans
21896 \series bold
21897 メニュー区切り
21898 \family default
21899 \series default
21900 で入力される文字は,
21901
21902 \series bold
21903
21904 \backslash
21905 triangleright
21906 \series default
21907 演算子です.
21908 \end_layout
21909
21910 \begin_layout Subsection
21911 自己定義演算子
21912 \begin_inset CommandInset label
21913 LatexCommand label
21914 name "subsec:自己定義演算子"
21915
21916 \end_inset
21917
21918
21919 \begin_inset Index idx
21920 range none
21921 pageformat default
21922 status collapsed
21923
21924 \begin_layout Plain Layout
21925 \begin_inset IndexMacro sortkey
21926 status open
21927
21928 \begin_layout Plain Layout
21929 えんさんし
21930 \end_layout
21931
21932 \end_inset
21933
21934 演算子
21935 \begin_inset IndexMacro subentry
21936 status open
21937
21938 \begin_layout Plain Layout
21939 \begin_inset IndexMacro sortkey
21940 status open
21941
21942 \begin_layout Plain Layout
21943 しこていき
21944 \end_layout
21945
21946 \end_inset
21947
21948 自己定義
21949 \begin_inset space \thinspace{}
21950 \end_inset
21951
21952
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \SpecialChar LaTeX
21969 プリアンブルで
21970 \series bold
21971
21972 \backslash
21973 DeclareMathOperator
21974 \series default
21975
21976 \begin_inset Index idx
21977 range none
21978 pageformat default
21979 status collapsed
21980
21981 \begin_layout Plain Layout
21982 \begin_inset IndexMacro sortkey
21983 status open
21984
21985 \begin_layout Plain Layout
21986 こまんと
21987 \end_layout
21988
21989 \end_inset
21990
21991 コマンド
21992 \begin_inset IndexMacro subentry
21993 status open
21994
21995 \begin_layout Plain Layout
21996 D
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \begin_inset IndexMacro subentry
22003 status open
22004
22005 \begin_layout Plain Layout
22006 \begin_inset IndexMacro sortkey
22007 status open
22008
22009 \begin_layout Plain Layout
22010
22011 \backslash
22012 dbinom
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \backslash
22019 DeclareMathOperator
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028
22029 コマンドを使用すると,
22030 自己定義演算子を定義することができます.このコマンドの書式は
22031 \end_layout
22032
22033 \begin_layout Standard
22034
22035 \series bold
22036
22037 \backslash
22038 DeclareMathOperator{新規コマンド}{表示}
22039 \end_layout
22040
22041 \begin_layout Standard
22042 です.「表示」は,
22043 出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,
22044 コマンドの後に「*」を置きます.自己定義の大演算子は,
22045 すべて第
22046 \begin_inset CommandInset ref
22047 LatexCommand ref
22048 reference "subsec:演算子の範囲"
22049 nolink "false"
22050
22051 \end_inset
22052
22053 節で述べられた範囲を指定することができます.
22054 \end_layout
22055
22056 \begin_layout Standard
22057 たとえば,
22058 以下のような\SpecialChar LaTeX
22059 プリアンブル行
22060 \end_layout
22061
22062 \begin_layout Standard
22063
22064 \series bold
22065
22066 \backslash
22067 DeclareMathOperator*{
22068 \backslash
22069 Lozenge}{
22070 \backslash
22071 blacklozenge}
22072 \end_layout
22073
22074 \begin_layout Standard
22075 は,
22076
22077 \begin_inset CommandInset ref
22078 LatexCommand ref
22079 reference "subsec:その他の記号"
22080 nolink "false"
22081
22082 \end_inset
22083
22084 節にある菱形記号を使った大演算子を挿入する,
22085 以下のようなコマンド
22086 \series bold
22087
22088 \backslash
22089 Lozenge
22090 \series default
22091 を定義します.
22092 \begin_inset Formula 
22093 \[
22094 \Lozenge_{n=1}^{\infty}
22095 \]
22096
22097 \end_inset
22098
22099 上記の数式を作るコマンドは,
22100
22101 \series bold
22102
22103 \backslash
22104 Lozenge
22105 \series default
22106 ^
22107 \series bold
22108
22109 \backslash
22110 infty
22111 \begin_inset Formula $\to$
22112 \end_inset
22113
22114 _n=1
22115 \series default
22116 です.
22117 \end_layout
22118
22119 \begin_layout Standard
22120 \begin_inset VSpace bigskip
22121 \end_inset
22122
22123 自己定義演算子を,
22124 同一文書内で複数回用いない時には,
22125 以下の書式を持つ
22126 \series bold
22127
22128 \backslash
22129 mathop
22130 \series default
22131
22132 \begin_inset Index idx
22133 range none
22134 pageformat default
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138 \begin_inset IndexMacro sortkey
22139 status open
22140
22141 \begin_layout Plain Layout
22142 こまんと
22143 \end_layout
22144
22145 \end_inset
22146
22147 コマンド
22148 \begin_inset IndexMacro subentry
22149 status open
22150
22151 \begin_layout Plain Layout
22152 M
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \begin_inset IndexMacro subentry
22159 status open
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 mathop
22165 \end_layout
22166
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173
22174 コマンドおよび
22175 \series bold
22176
22177 \backslash
22178 mathbin
22179 \series default
22180
22181 \begin_inset Index idx
22182 range none
22183 pageformat default
22184 status collapsed
22185
22186 \begin_layout Plain Layout
22187 \begin_inset IndexMacro sortkey
22188 status open
22189
22190 \begin_layout Plain Layout
22191 こまんと
22192 \end_layout
22193
22194 \end_inset
22195
22196 コマンド
22197 \begin_inset IndexMacro subentry
22198 status open
22199
22200 \begin_layout Plain Layout
22201 M
22202 \end_layout
22203
22204 \end_inset
22205
22206
22207 \begin_inset IndexMacro subentry
22208 status open
22209
22210 \begin_layout Plain Layout
22211
22212 \backslash
22213 mathbin
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222
22223 コマンドを用いて定義を行うこともできます.
22224 \end_layout
22225
22226 \begin_layout Standard
22227 (書式)
22228 \series bold
22229
22230 \backslash
22231 mathop{表示}
22232 \series default
22233 および
22234 \series bold
22235
22236 \backslash
22237 mathbin{表示}
22238 \end_layout
22239
22240 \begin_layout Standard
22241
22242 \series bold
22243
22244 \backslash
22245 mathop
22246 \series default
22247 は大演算子を定義し,
22248
22249 \series bold
22250
22251 \backslash
22252 mathbin
22253 \series default
22254 は二項演算子を定義します.
22255 \end_layout
22256
22257 \begin_layout Standard
22258 たとえば
22259 \series bold
22260
22261 \backslash
22262 mathop
22263 \series default
22264 は,
22265 以下のように,
22266 複数の演算子に共通の範囲指定を行うのに用いることができます.
22267 \end_layout
22268
22269 \begin_layout Standard
22270 \begin_inset Formula 
22271 \[
22272 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
22273 \]
22274
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \begin_layout Standard
22281 上記の数式では
22282 \begin_inset Newline newline
22283 \end_inset
22284
22285
22286 \series bold
22287
22288 \backslash
22289 mathop{
22290 \backslash
22291 sum
22292 \backslash
22293 negmedspace
22294 \backslash
22295 sum
22296 \series default
22297
22298 \begin_inset space \textvisiblespace{}
22299 \end_inset
22300
22301
22302 \series bold
22303
22304 \begin_inset Formula $\to$
22305 \end_inset
22306
22307 ^N
22308 \series default
22309
22310 \begin_inset space \textvisiblespace{}
22311 \end_inset
22312
22313
22314 \series bold
22315 _i,j=1
22316 \begin_inset Newline newline
22317 \end_inset
22318
22319
22320 \series default
22321 というコマンドを用いています.
22322 \end_layout
22323
22324 \begin_layout Section
22325 書体
22326 \begin_inset Index idx
22327 range none
22328 pageformat default
22329 status collapsed
22330
22331 \begin_layout Plain Layout
22332 \begin_inset IndexMacro sortkey
22333 status open
22334
22335 \begin_layout Plain Layout
22336 しよたい
22337 \end_layout
22338
22339 \end_inset
22340
22341 書体
22342 \end_layout
22343
22344 \end_inset
22345
22346
22347 \begin_inset Index idx
22348 range none
22349 pageformat default
22350 status collapsed
22351
22352 \begin_layout Plain Layout
22353 \begin_inset IndexMacro subentry
22354 status open
22355
22356 \begin_layout Plain Layout
22357 ふおんと
22358 \end_layout
22359
22360 \end_inset
22361
22362 フォント
22363 \begin_inset IndexMacro see
22364 status open
22365
22366 \begin_layout Plain Layout
22367 書体
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \begin_layout Subsection
22381 書体様式
22382 \begin_inset CommandInset label
22383 LatexCommand label
22384 name "subsec:書体様式"
22385
22386 \end_inset
22387
22388
22389 \begin_inset Index idx
22390 range none
22391 pageformat default
22392 status collapsed
22393
22394 \begin_layout Plain Layout
22395 \begin_inset IndexMacro sortkey
22396 status open
22397
22398 \begin_layout Plain Layout
22399 しよたい
22400 \end_layout
22401
22402 \end_inset
22403
22404 書体
22405 \begin_inset IndexMacro subentry
22406 status open
22407
22408 \begin_layout Plain Layout
22409 \begin_inset IndexMacro sortkey
22410 status open
22411
22412 \begin_layout Plain Layout
22413 ようしき
22414 \end_layout
22415
22416 \end_inset
22417
22418 様式
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Standard
22432 数式中のラテン文字は,
22433 以下の書体様式のうちいずれかに設定することができます.
22434 \end_layout
22435
22436 \begin_layout Standard
22437 \align center
22438 \begin_inset Tabular
22439 <lyxtabular version="3" rows="6" columns="3">
22440 <features booktabs="true" tabularvalignment="middle">
22441 <column alignment="center" valignment="top" width="0pt">
22442 <column alignment="center" valignment="top">
22443 <column alignment="center" valignment="top">
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 コマンド
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 出力
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 ショートカット
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 mathbb
22481 \series bold
22482
22483 \begin_inset space \textvisiblespace{}
22484 \end_inset
22485
22486
22487 \series default
22488 ABC
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\mathbb{ABC}$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 -
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 mathbf
22523 \series bold
22524
22525 \begin_inset space \textvisiblespace{}
22526 \end_inset
22527
22528
22529 \series default
22530 AbC
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\mathbf{AbC}$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset Info
22552 type  "shortcut"
22553 arg   "font-bold"
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \backslash
22569 boldsymbol
22570 \series bold
22571
22572 \begin_inset space \textvisiblespace{}
22573 \end_inset
22574
22575
22576 \series default
22577 AbC
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\boldsymbol{AbC}$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Info
22599 type  "shortcut"
22600 arg   "font-boldsymbol"
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 mathcal
22617 \series bold
22618
22619 \begin_inset space \textvisiblespace{}
22620 \end_inset
22621
22622
22623 \series default
22624 ABC
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 \begin_inset Formula $\mathcal{ABC}$
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 -
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 mathfrak
22659 \series bold
22660
22661 \begin_inset space \textvisiblespace{}
22662 \end_inset
22663
22664
22665 \series default
22666 AbC
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Formula $\mathfrak{AbC}$
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 -
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 </row>
22693 </lyxtabular>
22694
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \align center
22702 \begin_inset Tabular
22703 <lyxtabular version="3" rows="6" columns="3">
22704 <features booktabs="true" tabularvalignment="middle">
22705 <column alignment="center" valignment="top" width="0pt">
22706 <column alignment="center" valignment="top">
22707 <column alignment="center" valignment="top">
22708 <row>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 コマンド
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 出力
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 ショートカット
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \backslash
22744 mathit
22745 \series bold
22746
22747 \begin_inset space \textvisiblespace{}
22748 \end_inset
22749
22750
22751 \series default
22752 AbC
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\mathit{AbC}$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 -
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row>
22780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \backslash
22786 mathrm
22787 \series bold
22788
22789 \begin_inset space \textvisiblespace{}
22790 \end_inset
22791
22792
22793 \series default
22794 AbC
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $\mathrm{AbC}$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 \begin_inset Info
22816 type  "shortcut"
22817 arg   "font-roman"
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 <row>
22827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 mathsf
22834 \series bold
22835
22836 \begin_inset space \textvisiblespace{}
22837 \end_inset
22838
22839
22840 \series default
22841 AbC
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Formula $\mathsf{AbC}$
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Info
22863 type  "shortcut"
22864 arg   "font-sans"
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 mathtt
22881 \series bold
22882
22883 \begin_inset space \textvisiblespace{}
22884 \end_inset
22885
22886
22887 \series default
22888 AbC
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 \begin_inset Formula $\mathtt{AbC}$
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Info
22910 type  "shortcut"
22911 arg   "font-typewriter"
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 <row>
22921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \backslash
22927 mathscr
22928 \series bold
22929
22930 \begin_inset space \textvisiblespace{}
22931 \end_inset
22932
22933
22934 \series default
22935 ABC
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\mathscr{ABC}$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 -
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 </row>
22962 </lyxtabular>
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset Note Greyedout
22971 status open
22972
22973 \begin_layout Plain Layout
22974
22975 \series bold
22976 [註]
22977 \backslash
22978 mathbb
22979 \series default
22980
22981
22982 \series bold
22983 mathcal
22984 \series default
22985 様式と
22986 \series bold
22987
22988 \backslash
22989 mathscr
22990 \series default
22991 様式は,
22992 大文字にのみ使用することができます.
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Standard
23001 既定では,
23002
23003 \series bold
23004
23005 \backslash
23006 mathnormal
23007 \series default
23008 様式に設定されています.
23009 \end_layout
23010
23011 \begin_layout Standard
23012 書体様式コマンドは,
23013 以下のように数式構成要素内の文字に対しても機能します.
23014 \begin_inset Formula 
23015 \[
23016 \mathfrak{A=\frac{b}{C}}
23017 \]
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 数式テキストに含まれる文字に対しては,
23026 数式書体様式は反映せず,
23027
23028 \series bold
23029
23030 \backslash
23031 textrm
23032 \series default
23033 様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,
23034 \SpecialChar LyX
23035 のバグです
23036 \begin_inset Foot
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040 \begin_inset CommandInset href
23041 LatexCommand href
23042 name "LyX-bug #4629"
23043 target "https://www.lyx.org/trac/ticket/4629"
23044 literal "false"
23045
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \begin_layout Standard
23057 書体様式コマンドの代わりに,
23058
23059 \family sans
23060 \series bold
23061 編集\SpecialChar menuseparator
23062 数学\SpecialChar menuseparator
23063 文字様式
23064 \family default
23065 \series default
23066
23067 \begin_inset space \thinspace{}
23068 \end_inset
23069
23070 ダイアログや,
23071
23072 \begin_inset Info
23073 type  "icon"
23074 arg   "math-insert \\font"
23075 \end_inset
23076
23077 を使用することもできます.
23078 \end_layout
23079
23080 \begin_layout Subsection
23081 ボールド体の数式
23082 \begin_inset CommandInset label
23083 LatexCommand label
23084 name "subsec:ボールド体の数式"
23085
23086 \end_inset
23087
23088
23089 \begin_inset Index idx
23090 range none
23091 pageformat default
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095 \begin_inset IndexMacro sortkey
23096 status open
23097
23098 \begin_layout Plain Layout
23099 すうしき
23100 \end_layout
23101
23102 \end_inset
23103
23104 数式
23105 \begin_inset IndexMacro subentry
23106 status open
23107
23108 \begin_layout Plain Layout
23109 \begin_inset IndexMacro sortkey
23110 status open
23111
23112 \begin_layout Plain Layout
23113 ほるとたい
23114 \end_layout
23115
23116 \end_inset
23117
23118 ボールド体
23119 \end_layout
23120
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \begin_layout Standard
23132 数式全体をボールド体にしようとすると,
23133 前節の
23134 \series bold
23135
23136 \backslash
23137 mathbf
23138 \series default
23139 コマンドは,
23140 ギリシャ文字の小文字に対しては機能しないので,
23141 使用することができません.さらにこのコマンドは,
23142 以下の式のように,
23143 ラテン文字をつねにアップライト体に印字してしまいます.
23144 \end_layout
23145
23146 \begin_layout Standard
23147 \begin_inset Formula 
23148 \[
23149 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
23150 \]
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \begin_layout Standard
23158 この数式を正しく表示するには,
23159 以下のように,
23160
23161 \series bold
23162
23163 \backslash
23164 boldsymbol
23165 \series default
23166 コマンドを使用します.
23167 \begin_inset Formula 
23168 \[
23169 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
23170 \]
23171
23172 \end_inset
23173
23174 また,
23175 数式を
23176 \series bold
23177 boldmath環境
23178 \series default
23179 に設定する方法もあります.この環境は,
23180 \SpecialChar TeX
23181 モードで
23182 \series bold
23183
23184 \backslash
23185 boldmath
23186 \begin_inset Index idx
23187 range none
23188 pageformat default
23189 status collapsed
23190
23191 \begin_layout Plain Layout
23192 \begin_inset IndexMacro sortkey
23193 status open
23194
23195 \begin_layout Plain Layout
23196 こまんと
23197 \end_layout
23198
23199 \end_inset
23200
23201 コマンド
23202 \begin_inset IndexMacro subentry
23203 status open
23204
23205 \begin_layout Plain Layout
23206 B
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \begin_inset IndexMacro subentry
23213 status open
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 boldmath
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \series default
23230 コマンドを挿入することによって作ることができます.環境を閉じるには,
23231
23232 \series bold
23233
23234 \backslash
23235 unboldmath
23236 \begin_inset Index idx
23237 range none
23238 pageformat default
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242 \begin_inset IndexMacro sortkey
23243 status open
23244
23245 \begin_layout Plain Layout
23246 こまんと
23247 \end_layout
23248
23249 \end_inset
23250
23251 コマンド
23252 \begin_inset IndexMacro subentry
23253 status open
23254
23255 \begin_layout Plain Layout
23256 U
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \begin_inset IndexMacro subentry
23263 status open
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 unboldmath
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \series default
23280 コマンドを\SpecialChar TeX
23281 モードで挿入します.
23282 \begin_inset ERT
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 boldmath 
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset Formula 
23296 \[
23297 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
23298 \]
23299
23300 \end_inset
23301
23302
23303 \begin_inset ERT
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307
23308
23309 \backslash
23310 unboldmath 
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Subsection
23319 色付きの数式
23320 \begin_inset Index idx
23321 range none
23322 pageformat default
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326 \begin_inset IndexMacro sortkey
23327 status open
23328
23329 \begin_layout Plain Layout
23330 すうしき
23331 \end_layout
23332
23333 \end_inset
23334
23335 数式
23336 \begin_inset IndexMacro subentry
23337 status open
23338
23339 \begin_layout Plain Layout
23340 \begin_inset IndexMacro sortkey
23341 status open
23342
23343 \begin_layout Plain Layout
23344 いろつき
23345 \end_layout
23346
23347 \end_inset
23348
23349 色付き
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 数式も,
23364 通常の本文と同様,
23365 色を付けることができます.数式あるいは数式の一部を選択して,
23366 文字様式ダイアログを使用して下さい.下記は,
23367 マゼンタ色にした数式です.
23368 \begin_inset Formula 
23369 \[
23370 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
23371 \]
23372
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \begin_layout Standard
23379
23380 \begin_inset CommandInset ref
23381 LatexCommand ref
23382 reference "subsec:色付きボックス"
23383 nolink "false"
23384
23385 \end_inset
23386
23387 節に述べられているように,
23388 自己定義の色を定義することもできます.自己定義の色は,
23389 以下の書式を持つ
23390 \series bold
23391
23392 \backslash
23393 textcolor
23394 \series default
23395
23396 \begin_inset Index idx
23397 range none
23398 pageformat default
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402 \begin_inset IndexMacro sortkey
23403 status open
23404
23405 \begin_layout Plain Layout
23406 こまんと
23407 \end_layout
23408
23409 \end_inset
23410
23411 コマンド
23412 \begin_inset IndexMacro subentry
23413 status open
23414
23415 \begin_layout Plain Layout
23416 T
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \begin_inset IndexMacro subentry
23423 status open
23424
23425 \begin_layout Plain Layout
23426
23427 \backslash
23428 textcolor
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437
23438 \SpecialChar TeX
23439 コードコマンドで適用することができます.
23440 \end_layout
23441
23442 \begin_layout Standard
23443
23444 \series bold
23445
23446 \backslash
23447 textcolor{色}{文字ないし数式}
23448 \end_layout
23449
23450 \begin_layout Standard
23451 下記の例は,
23452 全体を濃緑にし,
23453 一部を赤にしています.
23454 \end_layout
23455
23456 \begin_layout Standard
23457 \begin_inset ERT
23458 status collapsed
23459
23460 \begin_layout Plain Layout
23461
23462
23463 \backslash
23464 textcolor{darkgreen}{
23465 \end_layout
23466
23467 \end_inset
23468
23469
23470 \begin_inset Formula 
23471 \[
23472 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
23473 \]
23474
23475 \end_inset
23476
23477
23478 \begin_inset ERT
23479 status collapsed
23480
23481 \begin_layout Plain Layout
23482
23483 }
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \SpecialChar LyX
23493 のバグのため,
23494 自己定義色は数式全体に対してしか使用することができません
23495 \begin_inset Foot
23496 status collapsed
23497
23498 \begin_layout Plain Layout
23499 \begin_inset CommandInset href
23500 LatexCommand href
23501 name "LyX-bug #5269"
23502 target "https://www.lyx.org/trac/ticket/5269"
23503 literal "false"
23504
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Subsection
23516 書体寸法
23517 \begin_inset CommandInset label
23518 LatexCommand label
23519 name "subsec:書体寸法"
23520
23521 \end_inset
23522
23523
23524 \begin_inset Index idx
23525 range none
23526 pageformat default
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530 \begin_inset IndexMacro sortkey
23531 status open
23532
23533 \begin_layout Plain Layout
23534 しよたい
23535 \end_layout
23536
23537 \end_inset
23538
23539 書体
23540 \begin_inset IndexMacro subentry
23541 status open
23542
23543 \begin_layout Plain Layout
23544 \begin_inset IndexMacro sortkey
23545 status open
23546
23547 \begin_layout Plain Layout
23548 すんほう
23549 \end_layout
23550
23551 \end_inset
23552
23553 寸法
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \begin_layout Standard
23567 数式内の文字については,
23568 本文中の文字同様,
23569 以下の書体寸法設定コマンドがあります.
23570 \end_layout
23571
23572 \begin_layout Standard
23573
23574 \series bold
23575
23576 \backslash
23577 Huge
23578 \series default
23579
23580
23581 \series bold
23582
23583 \backslash
23584 huge
23585 \series default
23586
23587
23588 \series bold
23589
23590 \backslash
23591 LARGE
23592 \series default
23593
23594
23595 \series bold
23596
23597 \backslash
23598 Large
23599 \series default
23600
23601
23602 \series bold
23603
23604 \backslash
23605 large
23606 \series default
23607
23608
23609 \series bold
23610
23611 \backslash
23612 normalsize
23613 \series default
23614
23615
23616 \series bold
23617
23618 \backslash
23619 small
23620 \series default
23621 ,
23622 \begin_inset Newline newline
23623 \end_inset
23624
23625
23626 \series bold
23627
23628 \backslash
23629 footnotesize
23630 \series default
23631
23632
23633 \series bold
23634
23635 \backslash
23636 scriptsize
23637 \series default
23638
23639 および
23640 \series bold
23641
23642 \backslash
23643 tiny
23644 \end_layout
23645
23646 \begin_layout Standard
23647 これらのコマンドによって生成される実際の書体寸法は,
23648 文書の書体寸法に依存し,
23649 文書の書体寸法が
23650 \series bold
23651
23652 \backslash
23653 normalsize
23654 \series default
23655 コマンドに設定されます.他のコマンドは,
23656
23657 \series bold
23658
23659 \backslash
23660 normalsize
23661 \series default
23662 を基準として拡大ないし縮小されます.しかしながら,
23663 書体寸法は一定の値を越えることができないようになっています.たとえば,
23664 文書書体寸法が12
23665 \begin_inset space \thinspace{}
23666 \end_inset
23667
23668 ptであるならば,
23669
23670 \series bold
23671
23672 \backslash
23673 Huge
23674 \series default
23675 コマンドは
23676 \series bold
23677
23678 \backslash
23679 huge
23680 \series default
23681 コマンドと同じ大きさに落とされます.
23682 \end_layout
23683
23684 \begin_layout Standard
23685 ある場所以降のすべての数式と本文文字を変更するには,
23686 書体寸法コマンドを\SpecialChar TeX
23687 モードで挿入します.元の書体寸法に戻すには,
23688 数式の後に\SpecialChar TeX
23689 モードで
23690 \series bold
23691
23692 \backslash
23693 normalsize
23694 \series default
23695 コマンドを挿入します.
23696 \end_layout
23697
23698 \begin_layout Standard
23699 数式内では,
23700 以下の寸法コマンドまたはツールバーボタン
23701 \begin_inset Info
23702 type  "icon"
23703 arg   "math-insert \\style"
23704 \end_inset
23705
23706 を使用して,
23707 寸法を変更することができます.
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \noindent
23712 \align center
23713 \begin_inset Tabular
23714 <lyxtabular version="3" rows="5" columns="2">
23715 <features booktabs="true" tabularvalignment="middle">
23716 <column alignment="center" valignment="top" width="0pt">
23717 <column alignment="center" valignment="top">
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 コマンド
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 出力
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 displaystyle
23746 \begin_inset Index idx
23747 range none
23748 pageformat default
23749 status collapsed
23750
23751 \begin_layout Plain Layout
23752 \begin_inset IndexMacro sortkey
23753 status open
23754
23755 \begin_layout Plain Layout
23756 こまんと
23757 \end_layout
23758
23759 \end_inset
23760
23761 コマンド
23762 \begin_inset IndexMacro subentry
23763 status open
23764
23765 \begin_layout Plain Layout
23766 D
23767 \end_layout
23768
23769 \end_inset
23770
23771
23772 \begin_inset IndexMacro subentry
23773 status open
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 displaystyle
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 </row>
23806 <row topspace="1mm">
23807 <cell alignment="center" valignment="top" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811
23812 \backslash
23813 textstyle
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 </row>
23831 <row>
23832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \backslash
23838 scriptstyle
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 </row>
23856 <row>
23857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861
23862 \backslash
23863 scriptscriptstyle
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 </row>
23881 </lyxtabular>
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 これらのコマンドを入力すると,
23890 青いボックスが現れるので,
23891 そこに数式のパーツを入れることができます.
23892 \end_layout
23893
23894 \begin_layout Standard
23895 フォント寸法を変更するにはもう一つの方法がありますが,
23896 これは記号と数式内テキストのみに使うことができます.これを使うには,
23897 書体寸法コマンドを数式テキスト内に挿入します.数式テキストの終わりか,
23898 別の書体寸法コマンドが現れるまでの文字すべてが,
23899 選択した寸法になります.以下に二つの例を挙げます.
23900 \begin_inset VSpace -2mm
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 huge 
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \begin_inset Formula 
23921 \[
23922 A=\frac{B}{c}\cdot\maltese
23923 \]
23924
23925 \end_inset
23926
23927
23928 \begin_inset Formula 
23929 \[
23930 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
23931 \]
23932
23933 \end_inset
23934
23935
23936 \begin_inset ERT
23937 status collapsed
23938
23939 \begin_layout Plain Layout
23940
23941
23942 \backslash
23943 normalsize 
23944 \end_layout
23945
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \begin_inset VSpace medskip
23953 \end_inset
23954
23955 二つの式の前には,
23956
23957 \series bold
23958
23959 \backslash
23960 huge
23961 \series default
23962 コマンドが挿入されています.二つ目の数式を入力するコマンドは,
23963
23964 \begin_inset Newline newline
23965 \end_inset
23966
23967
23968 \series bold
23969
23970 \backslash
23971 maltese
23972 \begin_inset space \textvisiblespace{}
23973 \end_inset
23974
23975 A Alt+M M 
23976 \backslash
23977 Large
23978 \begin_inset space \textvisiblespace{}
23979 \end_inset
23980
23981
23982 \backslash
23983 maltese
23984 \begin_inset space \textvisiblespace{}
23985 \end_inset
23986
23987
23988 \backslash
23989 textit
23990 \begin_inset space \textvisiblespace{}
23991 \end_inset
23992
23993 A
23994 \begin_inset Formula $\to$
23995 \end_inset
23996
23997
23998 \begin_inset Formula $\to$
23999 \end_inset
24000
24001
24002 \begin_inset Newline newline
24003 \end_inset
24004
24005
24006 \begin_inset space \hspace*{}
24007 \length 1cm
24008 \end_inset
24009
24010 Alt+M
24011 \series default
24012  
24013 \series bold
24014
24015 \backslash
24016 tiny
24017 \begin_inset space \textvisiblespace{}
24018 \end_inset
24019
24020
24021 \backslash
24022 maltese
24023 \begin_inset space \textvisiblespace{}
24024 \end_inset
24025
24026
24027 \backslash
24028 textit
24029 \begin_inset space \textvisiblespace{}
24030 \end_inset
24031
24032 A
24033 \begin_inset Newline newline
24034 \end_inset
24035
24036
24037 \series default
24038 のようになります.
24039 \end_layout
24040
24041 \begin_layout Standard
24042 ある記号を別の寸法で表示することができないときには,
24043 その記号はつねに既定寸法で表示されます.
24044 \end_layout
24045
24046 \begin_layout Section
24047 ギリシャ文字
24048 \begin_inset Index idx
24049 range none
24050 pageformat default
24051 status collapsed
24052
24053 \begin_layout Plain Layout
24054 \begin_inset IndexMacro sortkey
24055 status open
24056
24057 \begin_layout Plain Layout
24058 きりしやもし
24059 \end_layout
24060
24061 \end_inset
24062
24063 ギリシャ文字
24064 \end_layout
24065
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \begin_layout Standard
24072 すべてのギリシャ文字は,
24073 ツールバーボタンの
24074 \begin_inset Info
24075 type  "icon"
24076 arg   "math-insert \\alpha"
24077 \end_inset
24078
24079 からでも挿入することができます.各国の組版規則では,
24080 数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,
24081 フランス語やロシア語などいくつかの言語では,
24082 それにもかかわらず立体で組版されることがあります.
24083 \end_layout
24084
24085 \begin_layout Subsection
24086 小文字
24087 \begin_inset Index idx
24088 range none
24089 pageformat default
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093 \begin_inset IndexMacro sortkey
24094 status open
24095
24096 \begin_layout Plain Layout
24097 きりしやもし
24098 \end_layout
24099
24100 \end_inset
24101
24102 ギリシャ文字
24103 \begin_inset IndexMacro subentry
24104 status open
24105
24106 \begin_layout Plain Layout
24107 \begin_inset IndexMacro sortkey
24108 status open
24109
24110 \begin_layout Plain Layout
24111 こもし
24112 \end_layout
24113
24114 \end_inset
24115
24116 小文字
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130 \begin_inset space \hfill{}
24131 \end_inset
24132
24133
24134 \begin_inset Tabular
24135 <lyxtabular version="3" rows="11" columns="2">
24136 <features booktabs="true" tabularvalignment="middle">
24137 <column alignment="center" valignment="top" width="0pt">
24138 <column alignment="center" valignment="top" width="0pt">
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 コマンド
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 出力
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 alpha
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\alpha$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 beta
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Formula $\beta$
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 </row>
24209 <row>
24210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \backslash
24216 gamma
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 \begin_inset Formula $\gamma$
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 <row>
24235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 delta
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 \begin_inset Formula $\delta$
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 </row>
24259 <row>
24260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 epsilon
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 \begin_inset Formula $\epsilon$
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289
24290 \backslash
24291 varepsilon
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 \begin_inset Formula $\varepsilon$
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 </row>
24309 <row>
24310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \backslash
24316 zeta
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325 \begin_inset Formula $\zeta$
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 </row>
24334 <row>
24335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 eta
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 \begin_inset Formula $\eta$
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 theta
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 \begin_inset Formula $\theta$
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 <row>
24385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 vartheta
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 \begin_inset Formula $\vartheta$
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 </row>
24409 </lyxtabular>
24410
24411 \end_inset
24412
24413
24414 \begin_inset space \hfill{}
24415 \end_inset
24416
24417
24418 \begin_inset Tabular
24419 <lyxtabular version="3" rows="12" columns="2">
24420 <features booktabs="true" tabularvalignment="middle">
24421 <column alignment="center" valignment="top" width="0pt">
24422 <column alignment="center" valignment="top" width="0pt">
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428 コマンド
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 出力
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 <row>
24444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 iota
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 \begin_inset Formula $\iota$
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 </row>
24468 <row>
24469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473
24474 \backslash
24475 kappa
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 \begin_inset Formula $\kappa$
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 </row>
24493 <row>
24494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \backslash
24500 varkappa
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 \begin_inset Formula $\varkappa$
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 </row>
24518 <row>
24519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 lambda
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 \begin_inset Formula $\lambda$
24535 \end_inset
24536
24537
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 <row>
24544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \backslash
24550 mu
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559 \begin_inset Formula $\mu$
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 </row>
24568 <row>
24569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 nu
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 \begin_inset Formula $\nu$
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 xi
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $\xi$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 <row>
24619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623 o
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Formula $o$
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 </row>
24641 <row>
24642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 pi
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 \begin_inset Formula $\pi$
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 <row>
24667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 varpi
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 \begin_inset Formula $\varpi$
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 </row>
24691 <row>
24692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696
24697 \backslash
24698 rho
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 \begin_inset Formula $\rho$
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 </row>
24716 </lyxtabular>
24717
24718 \end_inset
24719
24720
24721 \begin_inset space \hfill{}
24722 \end_inset
24723
24724
24725 \begin_inset Tabular
24726 <lyxtabular version="3" rows="11" columns="2">
24727 <features booktabs="true" tabularvalignment="middle">
24728 <column alignment="center" valignment="top" width="0pt">
24729 <column alignment="center" valignment="top" width="0pt">
24730 <row>
24731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735 コマンド
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 出力
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 </row>
24750 <row>
24751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 varrho
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 \begin_inset Formula $\varrho$
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row>
24776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 sigma
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 \begin_inset Formula $\sigma$
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 <row>
24801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \backslash
24807 varsigma
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816 \begin_inset Formula $\varsigma$
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 </row>
24825 <row>
24826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 tau
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841 \begin_inset Formula $\tau$
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 </row>
24850 <row>
24851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \backslash
24857 upsilon
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 \begin_inset Formula $\upsilon$
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 </row>
24875 <row>
24876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880
24881 \backslash
24882 phi
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 \begin_inset Formula $\phi$
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 </row>
24900 <row>
24901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 varphi
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 \begin_inset Formula $\varphi$
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 </row>
24925 <row>
24926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930
24931 \backslash
24932 chi
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 \begin_inset Formula $\chi$
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 </row>
24950 <row>
24951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955
24956 \backslash
24957 psi
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966 \begin_inset Formula $\psi$
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 </row>
24975 <row>
24976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
24981 \backslash
24982 omega
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991 \begin_inset Formula $\omega$
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 </row>
25000 </lyxtabular>
25001
25002 \end_inset
25003
25004
25005 \begin_inset space \hfill{}
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 \begin_inset VSpace medskip
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Standard
25019 アップライト体のギリシャ文字を作成する方法は,
25020
25021 \begin_inset CommandInset ref
25022 LatexCommand ref
25023 reference "subsec:アップライト体ギリシャ小文字"
25024 nolink "false"
25025
25026 \end_inset
25027
25028 節に説明されています.
25029 \end_layout
25030
25031 \begin_layout Subsection
25032 大文字
25033 \begin_inset Index idx
25034 range none
25035 pageformat default
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039 \begin_inset IndexMacro sortkey
25040 status open
25041
25042 \begin_layout Plain Layout
25043 きりしやもし
25044 \end_layout
25045
25046 \end_inset
25047
25048 ギリシャ文字
25049 \begin_inset IndexMacro subentry
25050 status open
25051
25052 \begin_layout Plain Layout
25053 \begin_inset IndexMacro sortkey
25054 status open
25055
25056 \begin_layout Plain Layout
25057 おおもし
25058 \end_layout
25059
25060 \end_inset
25061
25062 大文字
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Standard
25076 \begin_inset space \hfill{}
25077 \end_inset
25078
25079
25080 \begin_inset Tabular
25081 <lyxtabular version="3" rows="7" columns="2">
25082 <features booktabs="true" tabularvalignment="middle">
25083 <column alignment="center" valignment="top" width="0pt">
25084 <column alignment="center" valignment="top" width="0pt">
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 コマンド
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 出力
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 </row>
25105 <row>
25106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 Gamma
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 \begin_inset Formula $\Gamma$
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 </row>
25130 <row>
25131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 Delta
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146 \begin_inset Formula $\Delta$
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 </row>
25155 <row>
25156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 Theta
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171 \begin_inset Formula $\Theta$
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 </row>
25180 <row>
25181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 Lambda
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 \begin_inset Formula $\Lambda$
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 </row>
25205 <row>
25206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 Xi
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221 \begin_inset Formula $\Xi$
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 </row>
25230 <row>
25231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235
25236 \backslash
25237 Pi
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246 \begin_inset Formula $\Pi$
25247 \end_inset
25248
25249
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 </row>
25255 </lyxtabular>
25256
25257 \end_inset
25258
25259
25260 \begin_inset space \hfill{}
25261 \end_inset
25262
25263
25264 \begin_inset Tabular
25265 <lyxtabular version="3" rows="6" columns="2">
25266 <features booktabs="true" tabularvalignment="middle">
25267 <column alignment="center" valignment="top" width="0pt">
25268 <column alignment="center" valignment="top" width="0pt">
25269 <row>
25270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274 コマンド
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283 出力
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 </row>
25289 <row>
25290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294
25295 \backslash
25296 Sigma
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 \begin_inset Formula $\Sigma$
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 </row>
25314 <row>
25315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \backslash
25321 Upsilon
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330 \begin_inset Formula $\Upsilon$
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 </row>
25339 <row>
25340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 Phi
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 \begin_inset Formula $\Phi$
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 </row>
25364 <row>
25365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369
25370 \backslash
25371 Psi
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 \begin_inset Formula $\Psi$
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 </row>
25389 <row>
25390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394
25395 \backslash
25396 Omega
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405 \begin_inset Formula $\Omega$
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 </row>
25414 </lyxtabular>
25415
25416 \end_inset
25417
25418
25419 \begin_inset space \hfill{}
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 \begin_inset VSpace medskip
25427 \end_inset
25428
25429 大文字のギリシャ文字が立体で表示されるのは,
25430 \SpecialChar TeX
25431 の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,
25432 各コマンドの頭に
25433 \series bold
25434 var
25435 \series default
25436 を付けてください.たとえば,
25437
25438 \series bold
25439
25440 \backslash
25441 varGamma
25442 \series default
25443 コマンドは,
25444
25445 \begin_inset Formula $\varGamma$
25446 \end_inset
25447
25448 を生成します.もう一つの方法は,
25449 パッケージ
25450 \series bold
25451 fixmath
25452 \series default
25453
25454 \begin_inset Foot
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458
25459 \series bold
25460 fixmath
25461 \series default
25462 は,
25463 \SpecialChar LaTeX
25464 パッケージ
25465 \series bold
25466 was
25467 \series default
25468
25469 \begin_inset Index idx
25470 range none
25471 pageformat default
25472 status collapsed
25473
25474 \begin_layout Plain Layout
25475 はつけし@パッケージ!was
25476 \begin_inset ERT
25477 status collapsed
25478
25479 \begin_layout Plain Layout
25480
25481
25482 \backslash
25483 vspace{4mm}
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \end_inset
25492
25493 に含まれています.
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \begin_inset Index idx
25500 range none
25501 pageformat default
25502 status collapsed
25503
25504 \begin_layout Plain Layout
25505 \begin_inset IndexMacro sortkey
25506 status open
25507
25508 \begin_layout Plain Layout
25509 はつけし
25510 \end_layout
25511
25512 \end_inset
25513
25514 パッケージ
25515 \begin_inset IndexMacro subentry
25516 status open
25517
25518 \begin_layout Plain Layout
25519 fixmath
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \end_inset
25528
25529 を\SpecialChar LaTeX
25530 プリアンブル行に
25531 \end_layout
25532
25533 \begin_layout Standard
25534
25535 \series bold
25536
25537 \backslash
25538 usepackage{fixmath}
25539 \end_layout
25540
25541 \begin_layout Standard
25542 と書いて読み込む方法です.すると,
25543 文書中の大きなギリシャ文字は,
25544 すべて自動的にイタリック体として組版されます.
25545 \end_layout
25546
25547 \begin_layout Subsection
25548 ボールド体
25549 \begin_inset Index idx
25550 range none
25551 pageformat default
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 \begin_inset IndexMacro sortkey
25556 status open
25557
25558 \begin_layout Plain Layout
25559 きりしやもし
25560 \end_layout
25561
25562 \end_inset
25563
25564 ギリシャ文字
25565 \begin_inset IndexMacro subentry
25566 status open
25567
25568 \begin_layout Plain Layout
25569 \begin_inset IndexMacro sortkey
25570 status open
25571
25572 \begin_layout Plain Layout
25573 ほるとたい
25574 \end_layout
25575
25576 \end_inset
25577
25578 ボールド体
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 ギリシャ文字は,
25593 ラテン文字のようには,
25594 多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
25595
25596 \series bold
25597
25598 \backslash
25599 boldsymbol
25600 \series default
25601 コマンドのみです
25602 \begin_inset Index idx
25603 range none
25604 pageformat default
25605 status collapsed
25606
25607 \begin_layout Plain Layout
25608 \begin_inset IndexMacro sortkey
25609 status open
25610
25611 \begin_layout Plain Layout
25612 こまんと
25613 \end_layout
25614
25615 \end_inset
25616
25617 コマンド
25618 \begin_inset IndexMacro subentry
25619 status open
25620
25621 \begin_layout Plain Layout
25622 B
25623 \end_layout
25624
25625 \end_inset
25626
25627
25628 \begin_inset IndexMacro subentry
25629 status open
25630
25631 \begin_layout Plain Layout
25632
25633 \backslash
25634 boldsymbol
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \begin_layout Standard
25648 \align center
25649 \begin_inset Tabular
25650 <lyxtabular version="3" rows="3" columns="2">
25651 <features booktabs="true" tabularvalignment="middle">
25652 <column alignment="center" valignment="top" width="0pt">
25653 <column alignment="center" valignment="top">
25654 <row>
25655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 コマンド
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Plain Layout
25668 出力
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 <row>
25675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679
25680 \backslash
25681 Upsilon
25682 \backslash
25683 boldsymbol
25684 \backslash
25685 Upsilon
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 </row>
25703 <row>
25704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \backslash
25710 theta
25711 \backslash
25712 boldsymbol
25713 \backslash
25714 theta
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723 \begin_inset Formula $\theta\boldsymbol{\theta}$
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 </row>
25732 </lyxtabular>
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \begin_layout Section
25740 記号
25741 \begin_inset ERT
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745
25746
25747 \backslash
25748 texorpdfstring{
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \begin_inset Foot
25755 status collapsed
25756
25757 \begin_layout Plain Layout
25758 各\SpecialChar LaTeX
25759 パッケージに含まれる全記号をほとんど網羅した一覧が,
25760
25761 \begin_inset CommandInset citation
25762 LatexCommand cite
25763 key "Symbols"
25764 literal "true"
25765
25766 \end_inset
25767
25768 にあります.
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \begin_inset ERT
25775 status collapsed
25776
25777 \begin_layout Plain Layout
25778
25779 }{}
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \begin_inset Note Note
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789
25790 \backslash
25791 texorpdfstringは,
25792 PDFのしおりに脚註が現れるのを防ぐために使われています.
25793 \end_layout
25794
25795 \begin_layout Plain Layout
25796
25797 \backslash
25798 texorpdfstringについての詳細は,
25799
25800 \begin_inset CommandInset ref
25801 LatexCommand ref
25802 reference "subsec:節見出し中の数式"
25803 nolink "false"
25804
25805 \end_inset
25806
25807 節にあります.
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \begin_inset Index idx
25814 range none
25815 pageformat default
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 \begin_inset IndexMacro sortkey
25820 status open
25821
25822 \begin_layout Plain Layout
25823 きこう
25824 \end_layout
25825
25826 \end_inset
25827
25828 記号
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 本節に掲げてある各記号の多くは,
25838 ツールバーボタンの
25839 \begin_inset Info
25840 type  "icon"
25841 arg   "math-insert \\nabla"
25842 \end_inset
25843
25844
25845 \begin_inset Info
25846 type  "icon"
25847 arg   "math-insert \\digamma"
25848 \end_inset
25849
25850 でも挿入することができます.
25851 \end_layout
25852
25853 \begin_layout Subsection
25854 数学記号
25855 \begin_inset CommandInset label
25856 LatexCommand label
25857 name "subsec:数学記号"
25858
25859 \end_inset
25860
25861
25862 \begin_inset Index idx
25863 range none
25864 pageformat default
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868 \begin_inset IndexMacro sortkey
25869 status open
25870
25871 \begin_layout Plain Layout
25872 きこう
25873 \end_layout
25874
25875 \end_inset
25876
25877 記号
25878 \begin_inset IndexMacro subentry
25879 status open
25880
25881 \begin_layout Plain Layout
25882 \begin_inset IndexMacro sortkey
25883 status open
25884
25885 \begin_layout Plain Layout
25886 すうかく
25887 \end_layout
25888
25889 \end_inset
25890
25891 数学
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \begin_layout Standard
25905 \begin_inset Tabular
25906 <lyxtabular version="3" rows="10" columns="2">
25907 <features booktabs="true" tabularvalignment="middle">
25908 <column alignment="center" valignment="top" width="0pt">
25909 <column alignment="center" valignment="top" width="0pt">
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915 コマンド
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Plain Layout
25924 出力
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 </row>
25930 <row>
25931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935
25936 \backslash
25937 neg
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 \begin_inset Formula $\neg$
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 Im
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971 \begin_inset Formula $\Im$
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 </row>
25980 <row>
25981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Plain Layout
25985
25986 \backslash
25987 Re
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996 \begin_inset Formula $\Re$
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 </row>
26005 <row>
26006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010
26011 \backslash
26012 aleph
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021 \begin_inset Formula $\aleph$
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 </row>
26030 <row>
26031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035
26036 \backslash
26037 partial
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046 \begin_inset Formula $\partial$
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 infty
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 \begin_inset Formula $\infty$
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 </row>
26080 <row>
26081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 wp
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 \begin_inset Formula $\wp$
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \backslash
26112 imath
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 \begin_inset Formula $\imath$
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 jmath
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146 \begin_inset Formula $\jmath$
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 </row>
26155 </lyxtabular>
26156
26157 \end_inset
26158
26159
26160 \begin_inset space \hfill{}
26161 \end_inset
26162
26163
26164 \begin_inset Tabular
26165 <lyxtabular version="3" rows="10" columns="2">
26166 <features booktabs="true" tabularvalignment="middle">
26167 <column alignment="center" valignment="top" width="0pt">
26168 <column alignment="center" valignment="top" width="0pt">
26169 <row>
26170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 コマンド
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 出力
26184 \begin_inset Note Note
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188 ここで
26189 \series bold
26190
26191 \backslash
26192 raisebox
26193 \series default
26194 はスペーサーとして使用しているだけです.
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 forall
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 \begin_inset Formula $\forall$
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 <row>
26231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235
26236 \backslash
26237 exists
26238 \end_layout
26239
26240 \end_inset
26241 </cell>
26242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246 \begin_inset Formula $\exists$
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 nexists
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271 \begin_inset Formula $\nexists$
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 </row>
26280 <row>
26281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285
26286 \backslash
26287 emptyset
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296 \begin_inset Formula $\emptyset$
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 </row>
26305 <row>
26306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310
26311 \backslash
26312 varnothing
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Formula $\varnothing$
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 </row>
26330 <row>
26331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335
26336 \backslash
26337 dag
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 \begin_inset Formula $\dag$
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 <row>
26356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360
26361 \backslash
26362 ddag
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset Formula $\ddag$
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 complement
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401
26402 \backslash
26403 raisebox{-0.8mm}{
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \begin_inset Formula $\complement$
26410 \end_inset
26411
26412
26413 \begin_inset ERT
26414 status collapsed
26415
26416 \begin_layout Plain Layout
26417
26418 }
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 <row>
26430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \backslash
26436 Bbbk
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445 \begin_inset Formula $\Bbbk$
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 </lyxtabular>
26455
26456 \end_inset
26457
26458
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \begin_inset Tabular
26464 <lyxtabular version="3" rows="10" columns="2">
26465 <features booktabs="true" tabularvalignment="middle">
26466 <column alignment="center" valignment="top" width="0pt">
26467 <column alignment="center" valignment="top" width="0pt">
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 コマンド
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 出力
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 <row>
26489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \backslash
26495 prime
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 \begin_inset Formula $\prime$
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 <row>
26514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518
26519 \backslash
26520 backprime
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 \begin_inset Formula $\backprime$
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 </row>
26538 <row>
26539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543
26544 \backslash
26545 mho
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Formula $\mho$
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 </row>
26563 <row>
26564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568
26569 \backslash
26570 triangle
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 \begin_inset Formula $\triangle$
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 <row>
26589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593
26594 \backslash
26595 angle
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 \begin_inset Formula $\angle$
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row>
26614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618
26619 \backslash
26620 measuredangle
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 \begin_inset Formula $\measuredangle$
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 </row>
26638 <row>
26639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643
26644 \backslash
26645 sphericalangle
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 \begin_inset Formula $\sphericalangle$
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 </row>
26663 <row>
26664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668
26669 \backslash
26670 top
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679 \begin_inset Formula $\top$
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 </row>
26688 <row>
26689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693
26694 \backslash
26695 bot
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 \begin_inset Formula $\bot$
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 </lyxtabular>
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \begin_layout Subsection
26721 その他の記号
26722 \begin_inset CommandInset label
26723 LatexCommand label
26724 name "subsec:その他の記号"
26725
26726 \end_inset
26727
26728
26729 \begin_inset Index idx
26730 range none
26731 pageformat default
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735 \begin_inset IndexMacro sortkey
26736 status open
26737
26738 \begin_layout Plain Layout
26739 きこう
26740 \end_layout
26741
26742 \end_inset
26743
26744 記号
26745 \begin_inset IndexMacro subentry
26746 status open
26747
26748 \begin_layout Plain Layout
26749 \begin_inset IndexMacro sortkey
26750 status open
26751
26752 \begin_layout Plain Layout
26753 そのた
26754 \end_layout
26755
26756 \end_inset
26757
26758 その他
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772 \noindent
26773 \align center
26774 \begin_inset Tabular
26775 <lyxtabular version="3" rows="10" columns="2">
26776 <features booktabs="true" tabularvalignment="middle">
26777 <column alignment="center" valignment="top" width="0pt">
26778 <column alignment="center" valignment="top" width="0pt">
26779 <row>
26780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 コマンド
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793 出力
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 </row>
26799 <row>
26800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804
26805 \backslash
26806 flat
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 \begin_inset Formula $\flat$
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 natural
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 \begin_inset Formula $\natural$
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 </row>
26849 <row>
26850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854
26855 \backslash
26856 sharp
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865 \begin_inset Formula $\sharp$
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 </row>
26874 <row>
26875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879
26880 \backslash
26881 surd
26882 \end_layout
26883
26884 \end_inset
26885 </cell>
26886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26887 \begin_inset Text
26888
26889 \begin_layout Plain Layout
26890 \begin_inset Formula $\surd$
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 </row>
26899 <row>
26900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Plain Layout
26904
26905 \backslash
26906 checkmark
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915 \begin_inset Formula $\checkmark$
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 </row>
26924 <row>
26925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26926 \begin_inset Text
26927
26928 \begin_layout Plain Layout
26929
26930 \backslash
26931 yen
26932 \end_layout
26933
26934 \end_inset
26935 </cell>
26936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940 \begin_inset Formula $\yen$
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 </row>
26949 <row>
26950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954
26955 \backslash
26956 pounds
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 \begin_inset Formula $\pounds$
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \end_inset
26972 </cell>
26973 </row>
26974 <row>
26975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Plain Layout
26979 $
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Plain Layout
26988 \begin_inset Formula $\$$
26989 \end_inset
26990
26991
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 </row>
26997 <row>
26998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Plain Layout
27002 §
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 \begin_inset Formula $§$
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \end_inset
27018 </cell>
27019 </row>
27020 </lyxtabular>
27021
27022 \end_inset
27023
27024
27025 \begin_inset space \hfill{}
27026 \end_inset
27027
27028
27029 \begin_inset Tabular
27030 <lyxtabular version="3" rows="10" columns="2">
27031 <features booktabs="true" tabularvalignment="middle">
27032 <column alignment="center" valignment="top" width="0pt">
27033 <column alignment="center" valignment="top">
27034 <row>
27035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Plain Layout
27039 コマンド
27040 \end_layout
27041
27042 \end_inset
27043 </cell>
27044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048 出力
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 </row>
27054 <row>
27055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059
27060 \backslash
27061 hbar
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 \begin_inset Formula $\hbar$
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 </row>
27079 <row>
27080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084
27085 \backslash
27086 hslash
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Plain Layout
27095 \begin_inset Formula $\hslash$
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 </row>
27104 <row>
27105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109
27110 \backslash
27111 clubsuit
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120 \begin_inset Formula $\clubsuit$
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 </row>
27129 <row>
27130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134
27135 \backslash
27136 spadesuit
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Plain Layout
27145 \begin_inset Formula $\spadesuit$
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 </row>
27154 <row>
27155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159
27160 \backslash
27161 bigstar
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170 \begin_inset Formula $\bigstar$
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 </row>
27179 <row>
27180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27181 \begin_inset Text
27182
27183 \begin_layout Plain Layout
27184
27185 \backslash
27186 blacklozenge
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195 \begin_inset Formula $\blacklozenge$
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \end_inset
27202 </cell>
27203 </row>
27204 <row>
27205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209
27210 \backslash
27211 blacktriangle
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27217 \begin_inset Text
27218
27219 \begin_layout Plain Layout
27220 \begin_inset Formula $\blacktriangle$
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \end_inset
27227 </cell>
27228 </row>
27229 <row>
27230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27231 \begin_inset Text
27232
27233 \begin_layout Plain Layout
27234
27235 \backslash
27236 blacktiangledown
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245 \begin_inset Formula $\blacktriangledown$
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 </row>
27254 <row>
27255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259
27260 \backslash
27261 bullet
27262 \end_layout
27263
27264 \end_inset
27265 </cell>
27266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270 \begin_inset Formula $\bullet$
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 </row>
27279 </lyxtabular>
27280
27281 \end_inset
27282
27283
27284 \begin_inset space \hfill{}
27285 \end_inset
27286
27287
27288 \begin_inset Tabular
27289 <lyxtabular version="3" rows="10" columns="2">
27290 <features booktabs="true" tabularvalignment="middle">
27291 <column alignment="center" valignment="top" width="0pt">
27292 <column alignment="center" valignment="top" width="0pt">
27293 <row>
27294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298 コマンド
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307 出力
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 </row>
27313 <row>
27314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318
27319 \backslash
27320 diamondsuit
27321 \end_layout
27322
27323 \end_inset
27324 </cell>
27325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27326 \begin_inset Text
27327
27328 \begin_layout Plain Layout
27329 \begin_inset Formula $\diamondsuit$
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \end_inset
27336 </cell>
27337 </row>
27338 <row>
27339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
27340 \begin_inset Text
27341
27342 \begin_layout Plain Layout
27343
27344 \backslash
27345 Diamond
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Plain Layout
27354 \begin_inset Formula $\Diamond$
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 </row>
27363 <row>
27364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Plain Layout
27368
27369 \backslash
27370 heartsuit
27371 \end_layout
27372
27373 \end_inset
27374 </cell>
27375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27376 \begin_inset Text
27377
27378 \begin_layout Plain Layout
27379 \begin_inset Formula $\heartsuit$
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 </row>
27388 <row>
27389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393
27394 \backslash
27395 P
27396 \end_layout
27397
27398 \end_inset
27399 </cell>
27400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27401 \begin_inset Text
27402
27403 \begin_layout Plain Layout
27404 \begin_inset Formula $\P$
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 </row>
27413 <row>
27414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418
27419 \backslash
27420 copyright
27421 \end_layout
27422
27423 \end_inset
27424 </cell>
27425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27426 \begin_inset Text
27427
27428 \begin_layout Plain Layout
27429 \begin_inset Formula $\copyright$
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 </row>
27438 <row>
27439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Plain Layout
27443
27444 \backslash
27445 circledR
27446 \end_layout
27447
27448 \end_inset
27449 </cell>
27450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27451 \begin_inset Text
27452
27453 \begin_layout Plain Layout
27454 \begin_inset Formula $\circledR$
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 </row>
27463 <row>
27464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27465 \begin_inset Text
27466
27467 \begin_layout Plain Layout
27468
27469 \backslash
27470 maltese
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Plain Layout
27479 \begin_inset Formula $\maltese$
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 </row>
27488 <row>
27489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27490 \begin_inset Text
27491
27492 \begin_layout Plain Layout
27493
27494 \backslash
27495 diagup
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Plain Layout
27504 \begin_inset Formula $\diagup$
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \end_inset
27511 </cell>
27512 </row>
27513 <row>
27514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Plain Layout
27518
27519 \backslash
27520 diagdown
27521 \end_layout
27522
27523 \end_inset
27524 </cell>
27525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529 \begin_inset Formula $\diagdown$
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 </row>
27538 </lyxtabular>
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Standard
27546 \begin_inset VSpace medskip
27547 \end_inset
27548
27549
27550 \end_layout
27551
27552 \begin_layout Standard
27553 寸法を変えて表示することのできる記号もあります.第
27554 \begin_inset CommandInset ref
27555 LatexCommand ref
27556 reference "subsec:書体寸法"
27557 nolink "false"
27558
27559 \end_inset
27560
27561 節をご参照下さい.
27562 \end_layout
27563
27564 \begin_layout Subsection
27565 ユーロ通貨記号
27566 \begin_inset Index idx
27567 range none
27568 pageformat default
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 \begin_inset IndexMacro sortkey
27573 status open
27574
27575 \begin_layout Plain Layout
27576 きこう
27577 \end_layout
27578
27579 \end_inset
27580
27581 記号
27582 \begin_inset IndexMacro subentry
27583 status open
27584
27585 \begin_layout Plain Layout
27586 \begin_inset IndexMacro sortkey
27587 status open
27588
27589 \begin_layout Plain Layout
27590 ゆろつうかきこう
27591 \end_layout
27592
27593 \end_inset
27594
27595 ユーロ通貨記号
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \begin_inset Index idx
27607 range none
27608 pageformat default
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 \begin_inset IndexMacro sortkey
27613 status open
27614
27615 \begin_layout Plain Layout
27616 E
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \begin_inset ERT
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626
27627
27628 \backslash
27629 officialeuro
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \begin_layout Standard
27643 ユーロ通貨記号を数式で使用するには,
27644 \SpecialChar LaTeX
27645 パッケージ
27646 \series bold
27647 eurosym
27648 \series default
27649
27650 \begin_inset Index idx
27651 range none
27652 pageformat default
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656 \begin_inset IndexMacro sortkey
27657 status open
27658
27659 \begin_layout Plain Layout
27660 はつけし
27661 \end_layout
27662
27663 \end_inset
27664
27665 パッケージ
27666 \begin_inset IndexMacro subentry
27667 status open
27668
27669 \begin_layout Plain Layout
27670 eurosym
27671 \end_layout
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \end_inset
27679
27680 が導入されていて,
27681 以下のような\SpecialChar LaTeX
27682 プリアンブル行によって読み込まれていなくてはなりません.
27683 \end_layout
27684
27685 \begin_layout Standard
27686
27687 \series bold
27688
27689 \backslash
27690 usepackage[gennarrow]{eurosym}
27691 \end_layout
27692
27693 \begin_layout Standard
27694 すると,
27695 ユーロ通貨記号を
27696 \series bold
27697
27698 \backslash
27699 euro
27700 \series default
27701
27702 \begin_inset Index idx
27703 range none
27704 pageformat default
27705 status collapsed
27706
27707 \begin_layout Plain Layout
27708 \begin_inset IndexMacro sortkey
27709 status open
27710
27711 \begin_layout Plain Layout
27712 こまんと
27713 \end_layout
27714
27715 \end_inset
27716
27717 コマンド
27718 \begin_inset IndexMacro subentry
27719 status open
27720
27721 \begin_layout Plain Layout
27722 E
27723 \end_layout
27724
27725 \end_inset
27726
27727
27728 \begin_inset IndexMacro subentry
27729 status open
27730
27731 \begin_layout Plain Layout
27732
27733 \backslash
27734 euro
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \end_inset
27743
27744 コマンドで挿入することができるようになります.
27745 \end_layout
27746
27747 \begin_layout Standard
27748 数式テキストには,
27749
27750 \series bold
27751 eurosym
27752 \series default
27753 が導入されていなくても,
27754 ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
27755 \series bold
27756 eurosym
27757 \series default
27758 が導入されていれば,
27759
27760 \series bold
27761
27762 \backslash
27763 euro
27764 \series default
27765 は\SpecialChar TeX
27766 モードでも挿入することができます.また,
27767 正式な通貨記号を
27768 \series bold
27769
27770 \backslash
27771 officialeuro
27772 \series default
27773
27774 \begin_inset Index idx
27775 range none
27776 pageformat default
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 \begin_inset IndexMacro sortkey
27781 status open
27782
27783 \begin_layout Plain Layout
27784 こまんと
27785 \end_layout
27786
27787 \end_inset
27788
27789 コマンド
27790 \begin_inset IndexMacro subentry
27791 status open
27792
27793 \begin_layout Plain Layout
27794 O
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \begin_inset IndexMacro subentry
27801 status open
27802
27803 \begin_layout Plain Layout
27804
27805 \backslash
27806 officialeuro
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \end_inset
27815
27816 コマンド(これは\SpecialChar TeX
27817 モードでのみ使用することができます)で挿入することができます.
27818 \end_layout
27819
27820 \begin_layout Standard
27821 \begin_inset ERT
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825
27826
27827 \backslash
27828 ifeurosym 
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \begin_inset Note Note
27835 status open
27836
27837 \begin_layout Plain Layout
27838 以下の表は,
27839 \SpecialChar LaTeX
27840 パッケージ
27841 \series bold
27842 eurosym
27843 \series default
27844 が導入済みのときのみ表示されます.
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Standard
27853 以下は,
27854 各ユーロ通貨記号のまとめです.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \align center
27859 \begin_inset Tabular
27860 <lyxtabular version="3" rows="4" columns="3">
27861 <features booktabs="true" tabularvalignment="middle">
27862 <column alignment="center" valignment="top" width="0pt">
27863 <column alignment="center" valignment="top" width="0pt">
27864 <column alignment="center" valignment="top" width="0pt">
27865 <row>
27866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 \begin_inset ERT
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875
27876 \backslash
27877 cmidrule[0.08em]{2-3}
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \end_inset
27886 </cell>
27887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27888 \begin_inset Text
27889
27890 \begin_layout Plain Layout
27891 コマンド
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Plain Layout
27900 出力
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 </row>
27906 <row>
27907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27908 \begin_inset Text
27909
27910 \begin_layout Plain Layout
27911 数式
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Plain Layout
27920
27921 \backslash
27922 euro
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 \begin_inset Formula $\euro$
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 </row>
27940 <row>
27941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 数式テキスト
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 (ユーロ記号)
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 (ユーロ記号)
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 </row>
27969 <row>
27970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 \SpecialChar TeX
27975 モード
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27981 \begin_inset Text
27982
27983 \begin_layout Plain Layout
27984
27985 \backslash
27986 officialeuro
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995 \begin_inset ERT
27996 status collapsed
27997
27998 \begin_layout Plain Layout
27999
28000
28001 \backslash
28002 officialeuro
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \end_inset
28011 </cell>
28012 </row>
28013 </lyxtabular>
28014
28015 \end_inset
28016
28017
28018 \begin_inset Note Note
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 ここでは,
28023
28024 \series bold
28025
28026 \backslash
28027 cmidrule
28028 \series default
28029 は表罫線のためだけに用いられています.詳細については,
28030 取扱説明書埋込『オブジェクト篇』の「フォーマル形式の表」の節をご覧下さい.
28031 \end_layout
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044
28045 \backslash
28046 else 
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \begin_inset Note Note
28053 status open
28054
28055 \begin_layout Plain Layout
28056 以下は,
28057 \SpecialChar LaTeX
28058 パッケージ
28059 \series bold
28060 eurosym
28061 \series default
28062 が導入されていないときのみ表示されます.
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \begin_layout Standard
28071 本節の残りを出力としてみるためには,
28072 \SpecialChar LaTeX
28073 パッケージ
28074 \series bold
28075 eurosym
28076 \series default
28077 を導入する必要があります.
28078 \end_layout
28079
28080 \begin_layout Standard
28081 \begin_inset ERT
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086
28087 \backslash
28088 fi 
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Section
28097 関係子
28098 \begin_inset CommandInset label
28099 LatexCommand label
28100 name "sec:関係子"
28101
28102 \end_inset
28103
28104
28105 \begin_inset Index idx
28106 range none
28107 pageformat default
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111 \begin_inset IndexMacro sortkey
28112 status open
28113
28114 \begin_layout Plain Layout
28115 かんけいし
28116 \end_layout
28117
28118 \end_inset
28119
28120 関係子
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \begin_inset Index idx
28127 range none
28128 pageformat default
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 \begin_inset IndexMacro sortkey
28133 status open
28134
28135 \begin_layout Plain Layout
28136 ひかくし
28137 \end_layout
28138
28139 \end_inset
28140
28141 比較子
28142 \begin_inset IndexMacro see
28143 status open
28144
28145 \begin_layout Plain Layout
28146 関係子
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Standard
28160 関係子はすべて,
28161 ツールバーボタンの
28162 \begin_inset Info
28163 type  "icon"
28164 arg   "math-insert \\leq"
28165 \end_inset
28166
28167 でも挿入することができます.
28168 \end_layout
28169
28170 \begin_layout Standard
28171 \begin_inset Tabular
28172 <lyxtabular version="3" rows="17" columns="2">
28173 <features booktabs="true" tabularvalignment="middle">
28174 <column alignment="center" valignment="top" width="0pt">
28175 <column alignment="center" valignment="top" width="0pt">
28176 <row>
28177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout Plain Layout
28181 コマンド
28182 \end_layout
28183
28184 \end_inset
28185 </cell>
28186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28187 \begin_inset Text
28188
28189 \begin_layout Plain Layout
28190 出力
28191 \end_layout
28192
28193 \end_inset
28194 </cell>
28195 </row>
28196 <row>
28197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28198 \begin_inset Text
28199
28200 \begin_layout Plain Layout
28201 <
28202 \end_layout
28203
28204 \end_inset
28205 </cell>
28206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28207 \begin_inset Text
28208
28209 \begin_layout Plain Layout
28210 \begin_inset Formula $<$
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \end_inset
28217 </cell>
28218 </row>
28219 <row>
28220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28221 \begin_inset Text
28222
28223 \begin_layout Plain Layout
28224
28225 \backslash
28226 le
28227 \end_layout
28228
28229 \end_inset
28230 </cell>
28231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28232 \begin_inset Text
28233
28234 \begin_layout Plain Layout
28235 \begin_inset Formula $\le$
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \end_inset
28242 </cell>
28243 </row>
28244 <row>
28245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28246 \begin_inset Text
28247
28248 \begin_layout Plain Layout
28249
28250 \backslash
28251 ll
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 \begin_inset Formula $\ll$
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \end_inset
28267 </cell>
28268 </row>
28269 <row>
28270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28271 \begin_inset Text
28272
28273 \begin_layout Plain Layout
28274
28275 \backslash
28276 prec
28277 \end_layout
28278
28279 \end_inset
28280 </cell>
28281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Plain Layout
28285 \begin_inset Formula $\prec$
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 </row>
28294 <row>
28295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299
28300 \backslash
28301 preceq
28302 \end_layout
28303
28304 \end_inset
28305 </cell>
28306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28307 \begin_inset Text
28308
28309 \begin_layout Plain Layout
28310 \begin_inset Formula $\preceq$
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \end_inset
28317 </cell>
28318 </row>
28319 <row>
28320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Plain Layout
28324
28325 \backslash
28326 subset
28327 \end_layout
28328
28329 \end_inset
28330 </cell>
28331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28332 \begin_inset Text
28333
28334 \begin_layout Plain Layout
28335 \begin_inset Formula $\subset$
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 </row>
28344 <row>
28345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Plain Layout
28349
28350 \backslash
28351 subseteq
28352 \end_layout
28353
28354 \end_inset
28355 </cell>
28356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Plain Layout
28360 \begin_inset Formula $\subseteq$
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 </row>
28369 <row>
28370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28371 \begin_inset Text
28372
28373 \begin_layout Plain Layout
28374
28375 \backslash
28376 sqsubseteq
28377 \end_layout
28378
28379 \end_inset
28380 </cell>
28381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28382 \begin_inset Text
28383
28384 \begin_layout Plain Layout
28385 \begin_inset Formula $\sqsubseteq$
28386 \end_inset
28387
28388
28389 \end_layout
28390
28391 \end_inset
28392 </cell>
28393 </row>
28394 <row>
28395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399
28400 \backslash
28401 in
28402 \end_layout
28403
28404 \end_inset
28405 </cell>
28406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Plain Layout
28410 \begin_inset Formula $\in$
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 </row>
28419 <row>
28420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28421 \begin_inset Text
28422
28423 \begin_layout Plain Layout
28424
28425 \backslash
28426 vdash
28427 \end_layout
28428
28429 \end_inset
28430 </cell>
28431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28432 \begin_inset Text
28433
28434 \begin_layout Plain Layout
28435 \begin_inset Formula $\vdash$
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 </row>
28444 <row>
28445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449
28450 \backslash
28451 smile
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Plain Layout
28460 \begin_inset Formula $\smile$
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \end_inset
28467 </cell>
28468 </row>
28469 <row>
28470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28471 \begin_inset Text
28472
28473 \begin_layout Plain Layout
28474
28475 \backslash
28476 lhd
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Plain Layout
28485 \begin_inset Formula $\lhd$
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 </row>
28494 <row>
28495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499
28500 \backslash
28501 unlhd
28502 \end_layout
28503
28504 \end_inset
28505 </cell>
28506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28507 \begin_inset Text
28508
28509 \begin_layout Plain Layout
28510 \begin_inset Formula $\unlhd$
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \end_inset
28517 </cell>
28518 </row>
28519 <row>
28520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28521 \begin_inset Text
28522
28523 \begin_layout Plain Layout
28524
28525 \backslash
28526 gtrless
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 \begin_inset Formula $\gtrless$
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \end_inset
28542 </cell>
28543 </row>
28544 <row>
28545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28546 \begin_inset Text
28547
28548 \begin_layout Plain Layout
28549
28550 \backslash
28551 mid
28552 \end_layout
28553
28554 \end_inset
28555 </cell>
28556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 \begin_inset Formula $\mid$
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 </row>
28569 <row>
28570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574
28575 \backslash
28576 nmid
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 \begin_inset Formula $\nmid$
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \end_inset
28592 </cell>
28593 </row>
28594 </lyxtabular>
28595
28596 \end_inset
28597
28598
28599 \begin_inset space \hfill{}
28600 \end_inset
28601
28602
28603 \begin_inset Tabular
28604 <lyxtabular version="3" rows="17" columns="2">
28605 <features booktabs="true" tabularvalignment="middle">
28606 <column alignment="center" valignment="top" width="0pt">
28607 <column alignment="center" valignment="top" width="0pt">
28608 <row>
28609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28610 \begin_inset Text
28611
28612 \begin_layout Plain Layout
28613 コマンド
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 出力
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 </row>
28628 <row>
28629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633 =
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28639 \begin_inset Text
28640
28641 \begin_layout Plain Layout
28642 \begin_inset Formula $=$
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \end_inset
28649 </cell>
28650 </row>
28651 <row>
28652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28653 \begin_inset Text
28654
28655 \begin_layout Plain Layout
28656
28657 \backslash
28658 not=
28659 \end_layout
28660
28661 \end_inset
28662 </cell>
28663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28664 \begin_inset Text
28665
28666 \begin_layout Plain Layout
28667 \begin_inset Formula $\not=$
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674 </cell>
28675 </row>
28676 <row>
28677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28678 \begin_inset Text
28679
28680 \begin_layout Plain Layout
28681
28682 \backslash
28683 equiv
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Plain Layout
28692 \begin_inset Formula $\equiv$
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 </row>
28701 <row>
28702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706
28707 \backslash
28708 sim
28709 \end_layout
28710
28711 \end_inset
28712 </cell>
28713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28714 \begin_inset Text
28715
28716 \begin_layout Plain Layout
28717 \begin_inset Formula $\sim$
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \end_inset
28724 </cell>
28725 </row>
28726 <row>
28727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28728 \begin_inset Text
28729
28730 \begin_layout Plain Layout
28731
28732 \backslash
28733 simeq
28734 \end_layout
28735
28736 \end_inset
28737 </cell>
28738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28739 \begin_inset Text
28740
28741 \begin_layout Plain Layout
28742 \begin_inset Formula $\simeq$
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 </row>
28751 <row>
28752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756
28757 \backslash
28758 approx
28759 \end_layout
28760
28761 \end_inset
28762 </cell>
28763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28764 \begin_inset Text
28765
28766 \begin_layout Plain Layout
28767 \begin_inset Formula $\approx$
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 </row>
28776 <row>
28777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28778 \begin_inset Text
28779
28780 \begin_layout Plain Layout
28781
28782 \backslash
28783 cong
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28789 \begin_inset Text
28790
28791 \begin_layout Plain Layout
28792 \begin_inset Formula $\cong$
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \end_inset
28799 </cell>
28800 </row>
28801 <row>
28802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28803 \begin_inset Text
28804
28805 \begin_layout Plain Layout
28806
28807 \backslash
28808 bowtie
28809 \end_layout
28810
28811 \end_inset
28812 </cell>
28813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Plain Layout
28817 \begin_inset Formula $\bowtie$
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 </row>
28826 <row>
28827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28828 \begin_inset Text
28829
28830 \begin_layout Plain Layout
28831
28832 \backslash
28833 notin
28834 \end_layout
28835
28836 \end_inset
28837 </cell>
28838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28839 \begin_inset Text
28840
28841 \begin_layout Plain Layout
28842 \begin_inset Formula $\notin$
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \end_inset
28849 </cell>
28850 </row>
28851 <row>
28852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856
28857 \backslash
28858 perp
28859 \end_layout
28860
28861 \end_inset
28862 </cell>
28863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28864 \begin_inset Text
28865
28866 \begin_layout Plain Layout
28867 \begin_inset Formula $\perp$
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \end_inset
28874 </cell>
28875 </row>
28876 <row>
28877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Plain Layout
28881
28882 \backslash
28883 propto
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892 \begin_inset Formula $\propto$
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \end_inset
28899 </cell>
28900 </row>
28901 <row>
28902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906
28907 \backslash
28908 asymp
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28914 \begin_inset Text
28915
28916 \begin_layout Plain Layout
28917 \begin_inset Formula $\asymp$
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \end_inset
28924 </cell>
28925 </row>
28926 <row>
28927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28928 \begin_inset Text
28929
28930 \begin_layout Plain Layout
28931
28932 \backslash
28933 doteq
28934 \end_layout
28935
28936 \end_inset
28937 </cell>
28938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28939 \begin_inset Text
28940
28941 \begin_layout Plain Layout
28942 \begin_inset Formula $\doteq$
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 </row>
28951 <row>
28952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28953 \begin_inset Text
28954
28955 \begin_layout Plain Layout
28956
28957 \backslash
28958 circeq
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28964 \begin_inset Text
28965
28966 \begin_layout Plain Layout
28967 \begin_inset Formula $\circeq$
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 </row>
28976 <row>
28977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28978 \begin_inset Text
28979
28980 \begin_layout Plain Layout
28981
28982 \backslash
28983 models
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28989 \begin_inset Text
28990
28991 \begin_layout Plain Layout
28992 \begin_inset Formula $\models$
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \end_inset
28999 </cell>
29000 </row>
29001 <row>
29002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006
29007 \backslash
29008 widehat=
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29014 \begin_inset Text
29015
29016 \begin_layout Plain Layout
29017 \begin_inset Formula $\widehat{=}$
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 </row>
29026 </lyxtabular>
29027
29028 \end_inset
29029
29030
29031 \begin_inset space \hfill{}
29032 \end_inset
29033
29034
29035 \begin_inset Tabular
29036 <lyxtabular version="3" rows="17" columns="2">
29037 <features booktabs="true" tabularvalignment="middle">
29038 <column alignment="center" valignment="top" width="0pt">
29039 <column alignment="center" valignment="top" width="0pt">
29040 <row>
29041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29042 \begin_inset Text
29043
29044 \begin_layout Plain Layout
29045 コマンド
29046 \end_layout
29047
29048 \end_inset
29049 </cell>
29050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29051 \begin_inset Text
29052
29053 \begin_layout Plain Layout
29054 出力
29055 \end_layout
29056
29057 \end_inset
29058 </cell>
29059 </row>
29060 <row>
29061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 >
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29071 \begin_inset Text
29072
29073 \begin_layout Plain Layout
29074 \begin_inset Formula $>$
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \end_inset
29081 </cell>
29082 </row>
29083 <row>
29084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088
29089 \backslash
29090 ge
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099 \begin_inset Formula $\ge$
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \end_inset
29106 </cell>
29107 </row>
29108 <row>
29109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29110 \begin_inset Text
29111
29112 \begin_layout Plain Layout
29113
29114 \backslash
29115 gg
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29121 \begin_inset Text
29122
29123 \begin_layout Plain Layout
29124 \begin_inset Formula $\gg$
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \end_inset
29131 </cell>
29132 </row>
29133 <row>
29134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29135 \begin_inset Text
29136
29137 \begin_layout Plain Layout
29138
29139 \backslash
29140 succ
29141 \end_layout
29142
29143 \end_inset
29144 </cell>
29145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29146 \begin_inset Text
29147
29148 \begin_layout Plain Layout
29149 \begin_inset Formula $\succ$
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 </row>
29158 <row>
29159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Plain Layout
29163
29164 \backslash
29165 succeq
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout Plain Layout
29174 \begin_inset Formula $\succeq$
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 </row>
29183 <row>
29184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29185 \begin_inset Text
29186
29187 \begin_layout Plain Layout
29188
29189 \backslash
29190 supset
29191 \end_layout
29192
29193 \end_inset
29194 </cell>
29195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29196 \begin_inset Text
29197
29198 \begin_layout Plain Layout
29199 \begin_inset Formula $\supset$
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \end_inset
29206 </cell>
29207 </row>
29208 <row>
29209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29210 \begin_inset Text
29211
29212 \begin_layout Plain Layout
29213
29214 \backslash
29215 supseteq
29216 \end_layout
29217
29218 \end_inset
29219 </cell>
29220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29221 \begin_inset Text
29222
29223 \begin_layout Plain Layout
29224 \begin_inset Formula $\supseteq$
29225 \end_inset
29226
29227
29228 \end_layout
29229
29230 \end_inset
29231 </cell>
29232 </row>
29233 <row>
29234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Plain Layout
29238
29239 \backslash
29240 sqsupseteq
29241 \end_layout
29242
29243 \end_inset
29244 </cell>
29245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29246 \begin_inset Text
29247
29248 \begin_layout Plain Layout
29249 \begin_inset Formula $\sqsupseteq$
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 </row>
29258 <row>
29259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29260 \begin_inset Text
29261
29262 \begin_layout Plain Layout
29263
29264 \backslash
29265 ni
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29271 \begin_inset Text
29272
29273 \begin_layout Plain Layout
29274 \begin_inset Formula $\ni$
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 </row>
29283 <row>
29284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29285 \begin_inset Text
29286
29287 \begin_layout Plain Layout
29288
29289 \backslash
29290 dashv
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Plain Layout
29299 \begin_inset Formula $\dashv$
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 </row>
29308 <row>
29309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29310 \begin_inset Text
29311
29312 \begin_layout Plain Layout
29313
29314 \backslash
29315 frown
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Plain Layout
29324 \begin_inset Formula $\frown$
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \end_inset
29331 </cell>
29332 </row>
29333 <row>
29334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29335 \begin_inset Text
29336
29337 \begin_layout Plain Layout
29338
29339 \backslash
29340 rhd
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 \begin_inset Formula $\rhd$
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 </row>
29358 <row>
29359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29360 \begin_inset Text
29361
29362 \begin_layout Plain Layout
29363
29364 \backslash
29365 unrhd
29366 \end_layout
29367
29368 \end_inset
29369 </cell>
29370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29371 \begin_inset Text
29372
29373 \begin_layout Plain Layout
29374 \begin_inset Formula $\unrhd$
29375 \end_inset
29376
29377
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 </row>
29383 <row>
29384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29385 \begin_inset Text
29386
29387 \begin_layout Plain Layout
29388
29389 \backslash
29390 lessgtr
29391 \end_layout
29392
29393 \end_inset
29394 </cell>
29395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29396 \begin_inset Text
29397
29398 \begin_layout Plain Layout
29399 \begin_inset Formula $\lessgtr$
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 </row>
29408 <row>
29409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29410 \begin_inset Text
29411
29412 \begin_layout Plain Layout
29413
29414 \backslash
29415 parallel
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 \begin_inset Formula $\parallel$
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 </row>
29433 <row>
29434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Plain Layout
29438
29439 \backslash
29440 nparallel
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 \begin_inset Formula $\nparallel$
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 </row>
29458 </lyxtabular>
29459
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \begin_layout Standard
29466 \begin_inset VSpace medskip
29467 \end_inset
29468
29469
29470 \series bold
29471
29472 \backslash
29473 lhd
29474 \series default
29475
29476 \series bold
29477
29478 \backslash
29479 rhd
29480 \series default
29481 の文字は,
29482 同じように見える演算子
29483 \series bold
29484
29485 \backslash
29486 triangleleft
29487 \series default
29488 および
29489 \series bold
29490
29491 \backslash
29492 triangleright
29493 \series default
29494 よりも大きくなっています.
29495 \end_layout
29496
29497 \begin_layout Standard
29498 \SpecialChar LyX
29499 は,
29500 特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,
29501 ツールバーボタン
29502 \begin_inset Info
29503 type  "icon"
29504 arg   "math-insert \\leqq"
29505 \end_inset
29506
29507 をご覧ください.
29508 \end_layout
29509
29510 \begin_layout Standard
29511 関係子は,
29512 記号とは違って,
29513 つねに前後に余白が置かれます.
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518 \series bold
29519
29520 \backslash
29521 stackrel
29522 \series default
29523
29524 \begin_inset Index idx
29525 range none
29526 pageformat default
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 \begin_inset IndexMacro sortkey
29531 status open
29532
29533 \begin_layout Plain Layout
29534 こまんと
29535 \end_layout
29536
29537 \end_inset
29538
29539 コマンド
29540 \begin_inset IndexMacro subentry
29541 status open
29542
29543 \begin_layout Plain Layout
29544 S
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset IndexMacro subentry
29551 status open
29552
29553 \begin_layout Plain Layout
29554
29555 \backslash
29556 stackrel
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \end_inset
29565
29566 コマンドを使うと,
29567 以下のように,
29568 ラベル付きの関係子を作ることができます.
29569 \end_layout
29570
29571 \begin_layout Standard
29572 \align center
29573 \begin_inset Tabular
29574 <lyxtabular version="3" rows="2" columns="2">
29575 <features booktabs="true" tabularvalignment="middle">
29576 <column alignment="center" valignment="top" width="0pt">
29577 <column alignment="center" valignment="top">
29578 <row>
29579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29580 \begin_inset Text
29581
29582 \begin_layout Plain Layout
29583 コマンド
29584 \end_layout
29585
29586 \end_inset
29587 </cell>
29588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29589 \begin_inset Text
29590
29591 \begin_layout Plain Layout
29592 出力
29593 \end_layout
29594
29595 \end_inset
29596 </cell>
29597 </row>
29598 <row topspace="1.5mm">
29599 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29600 \begin_inset Text
29601
29602 \begin_layout Plain Layout
29603 A(r)
29604 \backslash
29605 stackrel
29606 \begin_inset space \textvisiblespace{}
29607 \end_inset
29608
29609 r
29610 \backslash
29611 to
29612 \backslash
29613 infty
29614 \begin_inset space \textvisiblespace{}
29615 \end_inset
29616
29617
29618 \begin_inset Formula $\downarrow$
29619 \end_inset
29620
29621
29622 \backslash
29623 approx
29624 \begin_inset space \textvisiblespace{}
29625 \end_inset
29626
29627
29628 \begin_inset space \textvisiblespace{}
29629 \end_inset
29630
29631 B
29632 \end_layout
29633
29634 \end_inset
29635 </cell>
29636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29637 \begin_inset Text
29638
29639 \begin_layout Plain Layout
29640 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \end_inset
29647 </cell>
29648 </row>
29649 </lyxtabular>
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Section
29657 関数
29658 \end_layout
29659
29660 \begin_layout Subsection
29661 定義済み関数
29662 \begin_inset CommandInset label
29663 LatexCommand label
29664 name "subsec:定義済み函数"
29665
29666 \end_inset
29667
29668
29669 \begin_inset Index idx
29670 range none
29671 pageformat default
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 \begin_inset IndexMacro sortkey
29676 status open
29677
29678 \begin_layout Plain Layout
29679 かんすう
29680 \end_layout
29681
29682 \end_inset
29683
29684 関数
29685 \begin_inset IndexMacro subentry
29686 status open
29687
29688 \begin_layout Plain Layout
29689 \begin_inset IndexMacro sortkey
29690 status open
29691
29692 \begin_layout Plain Layout
29693 ていきすみ
29694 \end_layout
29695
29696 \end_inset
29697
29698 定義済み
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \begin_layout Standard
29712 一般的に,
29713 数式表現では変数は
29714 \shape italic
29715 イタリック体
29716 \shape default
29717 に設定されますが,
29718 関数名はイタリック体にしません.なぜなら,
29719
29720 \begin_inset Formula $sin$
29721 \end_inset
29722
29723
29724 \begin_inset Formula $s\cdot i\cdot n$
29725 \end_inset
29726
29727 であるかのように誤解させる恐れがあるためです.そのために,
29728 定義済み関数が存在し,
29729 これらは先行する要素よりも少し離れて配置されます.定義済み関数は,
29730 関数名の前にバックスラッシュを加えたコマンドとして挿入します.
29731 \end_layout
29732
29733 \begin_layout Standard
29734 \align center
29735 \begin_inset Tabular
29736 <lyxtabular version="3" rows="2" columns="2">
29737 <features booktabs="true" tabularvalignment="middle">
29738 <column alignment="center" valignment="top" width="0pt">
29739 <column alignment="center" valignment="top" width="0pt">
29740 <row>
29741 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
29742 \begin_inset Text
29743
29744 \begin_layout Plain Layout
29745 コマンド
29746 \end_layout
29747
29748 \end_inset
29749 </cell>
29750 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
29751 \begin_inset Text
29752
29753 \begin_layout Plain Layout
29754 出力
29755 \end_layout
29756
29757 \end_inset
29758 </cell>
29759 </row>
29760 <row>
29761 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29762 \begin_inset Text
29763
29764 \begin_layout Plain Layout
29765 Asin(x)+B
29766 \end_layout
29767
29768 \end_inset
29769 </cell>
29770 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29771 \begin_inset Text
29772
29773 \begin_layout Plain Layout
29774 \begin_inset Formula $Asin(x)+B$
29775 \end_inset
29776
29777
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 </row>
29783 </lyxtabular>
29784
29785 \end_inset
29786
29787
29788 \begin_inset space \quad{}
29789 \end_inset
29790
29791
29792 \begin_inset Tabular
29793 <lyxtabular version="3" rows="2" columns="2">
29794 <features booktabs="true" tabularvalignment="middle">
29795 <column alignment="center" valignment="top" width="0pt">
29796 <column alignment="center" valignment="top" width="0pt">
29797 <row>
29798 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
29799 \begin_inset Text
29800
29801 \begin_layout Plain Layout
29802 コマンド
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811 出力
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 </row>
29817 <row>
29818 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822 A
29823 \backslash
29824 sin(x)+B
29825 \end_layout
29826
29827 \end_inset
29828 </cell>
29829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29830 \begin_inset Text
29831
29832 \begin_layout Plain Layout
29833 \begin_inset Formula $A\sin(x)+B$
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 </row>
29842 </lyxtabular>
29843
29844 \end_inset
29845
29846
29847 \end_layout
29848
29849 \begin_layout Standard
29850 以下の関数が定義済みです.
29851 \end_layout
29852
29853 \begin_layout Standard
29854 \begin_inset VSpace -2mm
29855 \end_inset
29856
29857
29858 \end_layout
29859
29860 \begin_layout Standard
29861 \align center
29862 \begin_inset Tabular
29863 <lyxtabular version="3" rows="9" columns="4">
29864 <features booktabs="true" tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
29869 <row>
29870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29871 \begin_inset Text
29872
29873 \begin_layout Plain Layout
29874 コマンド
29875 \end_layout
29876
29877 \end_inset
29878 </cell>
29879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Plain Layout
29883 コマンド
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Plain Layout
29892 コマンド
29893 \end_layout
29894
29895 \end_inset
29896 </cell>
29897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29898 \begin_inset Text
29899
29900 \begin_layout Plain Layout
29901 コマンド
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 </row>
29907 <row>
29908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29909 \begin_inset Text
29910
29911 \begin_layout Plain Layout
29912
29913 \backslash
29914 sin
29915 \end_layout
29916
29917 \end_inset
29918 </cell>
29919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29920 \begin_inset Text
29921
29922 \begin_layout Plain Layout
29923
29924 \backslash
29925 sinh
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Plain Layout
29934
29935 \backslash
29936 arcsin
29937 \end_layout
29938
29939 \end_inset
29940 </cell>
29941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29942 \begin_inset Text
29943
29944 \begin_layout Plain Layout
29945
29946 \backslash
29947 sup
29948 \end_layout
29949
29950 \end_inset
29951 </cell>
29952 </row>
29953 <row>
29954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29955 \begin_inset Text
29956
29957 \begin_layout Plain Layout
29958
29959 \backslash
29960 cos
29961 \end_layout
29962
29963 \end_inset
29964 </cell>
29965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29966 \begin_inset Text
29967
29968 \begin_layout Plain Layout
29969
29970 \backslash
29971 cosh
29972 \end_layout
29973
29974 \end_inset
29975 </cell>
29976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29977 \begin_inset Text
29978
29979 \begin_layout Plain Layout
29980
29981 \backslash
29982 arccos
29983 \end_layout
29984
29985 \end_inset
29986 </cell>
29987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29988 \begin_inset Text
29989
29990 \begin_layout Plain Layout
29991
29992 \backslash
29993 inf
29994 \end_layout
29995
29996 \end_inset
29997 </cell>
29998 </row>
29999 <row>
30000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30001 \begin_inset Text
30002
30003 \begin_layout Plain Layout
30004
30005 \backslash
30006 tan
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30012 \begin_inset Text
30013
30014 \begin_layout Plain Layout
30015
30016 \backslash
30017 tanh
30018 \end_layout
30019
30020 \end_inset
30021 </cell>
30022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Plain Layout
30026
30027 \backslash
30028 arctan
30029 \end_layout
30030
30031 \end_inset
30032 </cell>
30033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30034 \begin_inset Text
30035
30036 \begin_layout Plain Layout
30037
30038 \backslash
30039 lim
30040 \end_layout
30041
30042 \end_inset
30043 </cell>
30044 </row>
30045 <row>
30046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30047 \begin_inset Text
30048
30049 \begin_layout Plain Layout
30050
30051 \backslash
30052 cot
30053 \end_layout
30054
30055 \end_inset
30056 </cell>
30057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30058 \begin_inset Text
30059
30060 \begin_layout Plain Layout
30061
30062 \backslash
30063 coth
30064 \end_layout
30065
30066 \end_inset
30067 </cell>
30068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30069 \begin_inset Text
30070
30071 \begin_layout Plain Layout
30072
30073 \backslash
30074 arg
30075 \end_layout
30076
30077 \end_inset
30078 </cell>
30079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30080 \begin_inset Text
30081
30082 \begin_layout Plain Layout
30083
30084 \backslash
30085 liminf
30086 \end_layout
30087
30088 \end_inset
30089 </cell>
30090 </row>
30091 <row>
30092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30093 \begin_inset Text
30094
30095 \begin_layout Plain Layout
30096
30097 \backslash
30098 sec
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107
30108 \backslash
30109 min
30110 \end_layout
30111
30112 \end_inset
30113 </cell>
30114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30115 \begin_inset Text
30116
30117 \begin_layout Plain Layout
30118
30119 \backslash
30120 deg
30121 \end_layout
30122
30123 \end_inset
30124 </cell>
30125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129
30130 \backslash
30131 limsup
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 </row>
30137 <row>
30138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Plain Layout
30142
30143 \backslash
30144 csc
30145 \end_layout
30146
30147 \end_inset
30148 </cell>
30149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30150 \begin_inset Text
30151
30152 \begin_layout Plain Layout
30153
30154 \backslash
30155 max
30156 \end_layout
30157
30158 \end_inset
30159 </cell>
30160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30161 \begin_inset Text
30162
30163 \begin_layout Plain Layout
30164
30165 \backslash
30166 det
30167 \end_layout
30168
30169 \end_inset
30170 </cell>
30171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout Plain Layout
30175
30176 \backslash
30177 Pr
30178 \end_layout
30179
30180 \end_inset
30181 </cell>
30182 </row>
30183 <row>
30184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30185 \begin_inset Text
30186
30187 \begin_layout Plain Layout
30188
30189 \backslash
30190 ln
30191 \end_layout
30192
30193 \end_inset
30194 </cell>
30195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30196 \begin_inset Text
30197
30198 \begin_layout Plain Layout
30199
30200 \backslash
30201 exp
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Plain Layout
30210
30211 \backslash
30212 dim
30213 \end_layout
30214
30215 \end_inset
30216 </cell>
30217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30218 \begin_inset Text
30219
30220 \begin_layout Plain Layout
30221
30222 \backslash
30223 hom
30224 \end_layout
30225
30226 \end_inset
30227 </cell>
30228 </row>
30229 <row>
30230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30231 \begin_inset Text
30232
30233 \begin_layout Plain Layout
30234
30235 \backslash
30236 lg
30237 \end_layout
30238
30239 \end_inset
30240 </cell>
30241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout Plain Layout
30245
30246 \backslash
30247 log
30248 \end_layout
30249
30250 \end_inset
30251 </cell>
30252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30253 \begin_inset Text
30254
30255 \begin_layout Plain Layout
30256
30257 \backslash
30258 ker
30259 \end_layout
30260
30261 \end_inset
30262 </cell>
30263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30264 \begin_inset Text
30265
30266 \begin_layout Plain Layout
30267
30268 \backslash
30269 gcd
30270 \end_layout
30271
30272 \end_inset
30273 </cell>
30274 </row>
30275 </lyxtabular>
30276
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Standard
30283 上記は,
30284 数式ツールバーボタンの
30285 \begin_inset Info
30286 type  "icon"
30287 arg   "math-insert \\functions"
30288 \end_inset
30289
30290 でも挿入することができます.
30291 \end_layout
30292
30293 \begin_layout Subsection
30294 自己定義関数
30295 \begin_inset Index idx
30296 range none
30297 pageformat default
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301 \begin_inset IndexMacro sortkey
30302 status open
30303
30304 \begin_layout Plain Layout
30305 かんすう
30306 \end_layout
30307
30308 \end_inset
30309
30310 関数
30311 \begin_inset IndexMacro subentry
30312 status open
30313
30314 \begin_layout Plain Layout
30315 \begin_inset IndexMacro sortkey
30316 status open
30317
30318 \begin_layout Plain Layout
30319 しこていき
30320 \end_layout
30321
30322 \end_inset
30323
30324 自己定義
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Standard
30338 たとえば符号関数sgn(x)のように,
30339 定義済みでない関数を使うには,
30340 二つの方法があります.
30341 \end_layout
30342
30343 \begin_layout Itemize
30344 以下の行を\SpecialChar LaTeX
30345 プリアンブルに加えることによって関数を定義します.
30346 \begin_inset Foot
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351 \series bold
30352
30353 \backslash
30354 DeclareMathOperator
30355 \series default
30356 についての詳細は,
30357
30358 \begin_inset CommandInset ref
30359 LatexCommand ref
30360 reference "subsec:自己定義演算子"
30361 nolink "false"
30362
30363 \end_inset
30364
30365 節をご参照下さい.
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \begin_inset Newline newline
30372 \end_inset
30373
30374
30375 \begin_inset VSpace -3mm
30376 \end_inset
30377
30378
30379 \begin_inset Newline newline
30380 \end_inset
30381
30382
30383 \series bold
30384
30385 \backslash
30386 DeclareMathOperator{
30387 \backslash
30388 sgn}{sgn}
30389 \series default
30390
30391 \begin_inset Index idx
30392 range none
30393 pageformat default
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 \begin_inset IndexMacro sortkey
30398 status open
30399
30400 \begin_layout Plain Layout
30401 こまんと
30402 \end_layout
30403
30404 \end_inset
30405
30406 コマンド
30407 \begin_inset IndexMacro subentry
30408 status open
30409
30410 \begin_layout Plain Layout
30411 D
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \begin_inset IndexMacro subentry
30418 status open
30419
30420 \begin_layout Plain Layout
30421 \begin_inset IndexMacro sortkey
30422 status open
30423
30424 \begin_layout Plain Layout
30425
30426 \backslash
30427 dbinom
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \backslash
30434 DeclareMathOperator
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \begin_inset Newline newline
30446 \end_inset
30447
30448
30449 \begin_inset VSpace -2mm
30450 \end_inset
30451
30452
30453 \begin_inset Newline newline
30454 \end_inset
30455
30456 これによって,
30457 新しく定義された関数を
30458 \series bold
30459
30460 \backslash
30461 sgn
30462 \series default
30463 コマンドで呼び出すことができるようになります.
30464 \end_layout
30465
30466 \begin_layout Itemize
30467 数式を普通に書き下し,
30468 関数名を選択して(上記の例では
30469 \emph on
30470 sgn
30471 \emph default
30472 の文字),
30473 それを数式テキストに変更します.最後に,
30474 空白を先行する要素と関数の間に入れます.
30475 \end_layout
30476
30477 \begin_layout Standard
30478 双方とも定義済み関数と同等の出力をもたらします
30479 \begin_inset Foot
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483 \SpecialChar LyX
30484 上では,
30485 自己定義関数は赤で表示され,
30486 定義済み関数は黒で表示されます.
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \end_layout
30493
30494 \begin_layout Standard
30495 \align center
30496 \begin_inset Tabular
30497 <lyxtabular version="3" rows="3" columns="2">
30498 <features booktabs="true" tabularvalignment="middle">
30499 <column alignment="center" valignment="top" width="0pt">
30500 <column alignment="center" valignment="top" width="0pt">
30501 <row>
30502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30503 \begin_inset Text
30504
30505 \begin_layout Plain Layout
30506 コマンド
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30512 \begin_inset Text
30513
30514 \begin_layout Plain Layout
30515 出力
30516 \end_layout
30517
30518 \end_inset
30519 </cell>
30520 </row>
30521 <row>
30522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526 A
30527 \backslash
30528 sgn(x)+B
30529 \end_layout
30530
30531 \end_inset
30532 </cell>
30533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30534 \begin_inset Text
30535
30536 \begin_layout Plain Layout
30537 \begin_inset Formula $A\sgn(x)+B$
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \end_inset
30544 </cell>
30545 </row>
30546 <row>
30547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30548 \begin_inset Text
30549
30550 \begin_layout Plain Layout
30551 A
30552 \backslash
30553 ,
30554 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
30555 \end_inset
30556
30557 (x)+B
30558 \end_layout
30559
30560 \end_inset
30561 </cell>
30562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \end_inset
30573 </cell>
30574 </row>
30575 </lyxtabular>
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \begin_layout Standard
30583 自己定義関数を何回か使用する場合には,
30584 一番目の方法の方が適切です.
30585 \end_layout
30586
30587 \begin_layout Subsection
30588 極限
30589 \begin_inset Index idx
30590 range none
30591 pageformat default
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595 \begin_inset IndexMacro sortkey
30596 status open
30597
30598 \begin_layout Plain Layout
30599 きよくけん
30600 \end_layout
30601
30602 \end_inset
30603
30604 極限
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \begin_layout Standard
30613 極限用には,
30614
30615 \series bold
30616
30617 \backslash
30618 lim
30619 \series default
30620
30621 \begin_inset Index idx
30622 range none
30623 pageformat default
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627 \begin_inset IndexMacro sortkey
30628 status open
30629
30630 \begin_layout Plain Layout
30631 こまんと
30632 \end_layout
30633
30634 \end_inset
30635
30636 コマンド
30637 \begin_inset IndexMacro subentry
30638 status open
30639
30640 \begin_layout Plain Layout
30641 L
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \begin_inset IndexMacro subentry
30648 status open
30649
30650 \begin_layout Plain Layout
30651
30652 \backslash
30653 lim
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \series bold
30665
30666 \backslash
30667 liminf
30668 \series default
30669
30670 \series bold
30671
30672 \backslash
30673 limsup
30674 \series default
30675 の他に,
30676 以下の関数があります.
30677 \end_layout
30678
30679 \begin_layout Standard
30680 \align center
30681 \begin_inset Tabular
30682 <lyxtabular version="3" rows="5" columns="2">
30683 <features booktabs="true" tabularvalignment="middle">
30684 <column alignment="center" valignment="top" width="0pt">
30685 <column alignment="center" valignment="top" width="0pt">
30686 <row>
30687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30688 \begin_inset Text
30689
30690 \begin_layout Plain Layout
30691 コマンド
30692 \end_layout
30693
30694 \end_inset
30695 </cell>
30696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30697 \begin_inset Text
30698
30699 \begin_layout Plain Layout
30700 出力
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 </row>
30706 <row>
30707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711
30712 \backslash
30713 varliminf
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30719 \begin_inset Text
30720
30721 \begin_layout Plain Layout
30722 \begin_inset Formula $\varliminf$
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 </row>
30731 <row topspace="1.5mm">
30732 <cell alignment="center" valignment="top" usebox="none">
30733 \begin_inset Text
30734
30735 \begin_layout Plain Layout
30736
30737 \backslash
30738 varlimsup
30739 \end_layout
30740
30741 \end_inset
30742 </cell>
30743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30744 \begin_inset Text
30745
30746 \begin_layout Plain Layout
30747 \begin_inset Formula $\varlimsup$
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 </row>
30756 <row topspace="1.5mm">
30757 <cell alignment="center" valignment="top" usebox="none">
30758 \begin_inset Text
30759
30760 \begin_layout Plain Layout
30761
30762 \backslash
30763 varprojlim
30764 \end_layout
30765
30766 \end_inset
30767 </cell>
30768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30769 \begin_inset Text
30770
30771 \begin_layout Plain Layout
30772 \begin_inset Formula $\varprojlim$
30773 \end_inset
30774
30775
30776 \end_layout
30777
30778 \end_inset
30779 </cell>
30780 </row>
30781 <row topspace="1.5mm" bottomspace="1mm">
30782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786
30787 \backslash
30788 varinjlim
30789 \end_layout
30790
30791 \end_inset
30792 </cell>
30793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30794 \begin_inset Text
30795
30796 \begin_layout Plain Layout
30797 \begin_inset Formula $\varinjlim$
30798 \end_inset
30799
30800
30801 \end_layout
30802
30803 \end_inset
30804 </cell>
30805 </row>
30806 </lyxtabular>
30807
30808 \end_inset
30809
30810
30811 \end_layout
30812
30813 \begin_layout Standard
30814 \begin_inset VSpace medskip
30815 \end_inset
30816
30817 極限は,
30818 下付き文字を挿入することによって示されます.行内数式では,
30819 極限は,
30820 以下のように関数の横に置かれます.
30821 \end_layout
30822
30823 \begin_layout Standard
30824 \align center
30825 \begin_inset Tabular
30826 <lyxtabular version="3" rows="2" columns="2">
30827 <features booktabs="true" tabularvalignment="middle">
30828 <column alignment="center" valignment="top" width="0pt">
30829 <column alignment="center" valignment="top" width="0pt">
30830 <row>
30831 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout Plain Layout
30835 コマンド
30836 \end_layout
30837
30838 \end_inset
30839 </cell>
30840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30841 \begin_inset Text
30842
30843 \begin_layout Plain Layout
30844 出力
30845 \end_layout
30846
30847 \end_inset
30848 </cell>
30849 </row>
30850 <row>
30851 <cell alignment="center" valignment="top" usebox="none">
30852 \begin_inset Text
30853
30854 \begin_layout Plain Layout
30855
30856 \backslash
30857 lim_x
30858 \backslash
30859 to
30860 \begin_inset space \textvisiblespace{}
30861 \end_inset
30862
30863 A
30864 \begin_inset space \textvisiblespace{}
30865 \end_inset
30866
30867 x=B
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 <cell alignment="center" valignment="top" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876 \begin_inset Formula $\lim_{x\to A}x=B$
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 </row>
30885 </lyxtabular>
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 別行立て数式では,
30894 極限は,
30895 以下のように通常どおり下に置かれます.
30896 \begin_inset Formula 
30897 \[
30898 \lim_{x\to A}x=B
30899 \]
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Standard
30907 \begin_inset VSpace medskip
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 極限の組版を調整する仕方については,
30915
30916 \begin_inset CommandInset ref
30917 LatexCommand ref
30918 reference "subsec:演算子の範囲"
30919 nolink "false"
30920
30921 \end_inset
30922
30923 節をご覧ください.
30924 \end_layout
30925
30926 \begin_layout Subsection
30927 剰余関数
30928 \begin_inset Index idx
30929 range none
30930 pageformat default
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934 \begin_inset IndexMacro sortkey
30935 status open
30936
30937 \begin_layout Plain Layout
30938 かんすう
30939 \end_layout
30940
30941 \end_inset
30942
30943 関数
30944 \begin_inset IndexMacro subentry
30945 status open
30946
30947 \begin_layout Plain Layout
30948 \begin_inset IndexMacro sortkey
30949 status open
30950
30951 \begin_layout Plain Layout
30952 しようよ
30953 \end_layout
30954
30955 \end_inset
30956
30957 剰余
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \begin_inset Index idx
30969 range none
30970 pageformat default
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974 \begin_inset IndexMacro sortkey
30975 status open
30976
30977 \begin_layout Plain Layout
30978 かんすう
30979 \end_layout
30980
30981 \end_inset
30982
30983 関数
30984 \begin_inset IndexMacro subentry
30985 status open
30986
30987 \begin_layout Plain Layout
30988 \begin_inset IndexMacro sortkey
30989 status open
30990
30991 \begin_layout Plain Layout
30992 もしゆらす
30993 \end_layout
30994
30995 \end_inset
30996
30997 モジュラス
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \begin_inset IndexMacro see
31004 status open
31005
31006 \begin_layout Plain Layout
31007 剰余
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \begin_layout Standard
31021 剰余関数は,
31022 特別に4つの派生型があります.行内数式の派生型は,
31023 以下の通りです.
31024 \end_layout
31025
31026 \begin_layout Standard
31027 \align center
31028 \begin_inset Tabular
31029 <lyxtabular version="3" rows="5" columns="2">
31030 <features booktabs="true" tabularvalignment="middle">
31031 <column alignment="left" valignment="top" width="0pt">
31032 <column alignment="block" valignment="top">
31033 <row>
31034 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31035 \begin_inset Text
31036
31037 \begin_layout Plain Layout
31038 Command
31039 \end_layout
31040
31041 \end_inset
31042 </cell>
31043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31044 \begin_inset Text
31045
31046 \begin_layout Plain Layout
31047 Result
31048 \end_layout
31049
31050 \end_inset
31051 </cell>
31052 </row>
31053 <row>
31054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058 a
31059 \backslash
31060 mod
31061 \begin_inset space \textvisiblespace{}
31062 \end_inset
31063
31064 b
31065 \end_layout
31066
31067 \end_inset
31068 </cell>
31069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073 \begin_inset Formula $a\mod b$
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \end_inset
31080 </cell>
31081 </row>
31082 <row>
31083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31084 \begin_inset Text
31085
31086 \begin_layout Plain Layout
31087 a
31088 \backslash
31089 pmod
31090 \begin_inset space \textvisiblespace{}
31091 \end_inset
31092
31093 b
31094 \begin_inset space \textvisiblespace{}
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106 \begin_inset Formula $a\pmod b$
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \end_inset
31113 </cell>
31114 </row>
31115 <row>
31116 <cell alignment="center" valignment="top" usebox="none">
31117 \begin_inset Text
31118
31119 \begin_layout Plain Layout
31120 a
31121 \backslash
31122 bmod
31123 \begin_inset space \textvisiblespace{}
31124 \end_inset
31125
31126 b
31127 \begin_inset space \textvisiblespace{}
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \end_inset
31134 </cell>
31135 <cell alignment="center" valignment="top" usebox="none">
31136 \begin_inset Text
31137
31138 \begin_layout Plain Layout
31139 \begin_inset Formula $a\bmod b$
31140 \end_inset
31141
31142
31143 \end_layout
31144
31145 \end_inset
31146 </cell>
31147 </row>
31148 <row>
31149 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31150 \begin_inset Text
31151
31152 \begin_layout Plain Layout
31153 a
31154 \backslash
31155 pod
31156 \begin_inset space \textvisiblespace{}
31157 \end_inset
31158
31159 b
31160 \begin_inset space \textvisiblespace{}
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout Plain Layout
31172 \begin_inset Formula $a\pod b$
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \end_inset
31179 </cell>
31180 </row>
31181 </lyxtabular>
31182
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \begin_layout Standard
31189 別行立て数式では,
31190
31191 \series bold
31192
31193 \backslash
31194 mod
31195 \series default
31196 以外のすべての派生型で,
31197 関数名の前にこれよりも大きい空白が設定されます.また,
31198 後者は
31199 \series bold
31200 b
31201 \series default
31202 を引数に取らずに二項演算子として振る舞う唯一のものです.
31203 \end_layout
31204
31205 \begin_layout Section
31206 特殊文字
31207 \begin_inset Index idx
31208 range none
31209 pageformat default
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 \begin_inset IndexMacro sortkey
31214 status open
31215
31216 \begin_layout Plain Layout
31217 とくしゆもし
31218 \end_layout
31219
31220 \end_inset
31221
31222 特殊文字
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \begin_layout Standard
31231 ^および_の各文字は,
31232 通常,
31233 上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,
31234 その前に
31235 \backslash
31236 を付けなくてはなりません.
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \noindent
31241 \align center
31242 \begin_inset Tabular
31243 <lyxtabular version="3" rows="3" columns="2">
31244 <features booktabs="true" tabularvalignment="middle">
31245 <column alignment="left" valignment="top" width="0pt">
31246 <column alignment="block" valignment="top">
31247 <row>
31248 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31249 \begin_inset Text
31250
31251 \begin_layout Plain Layout
31252 コマンド
31253 \end_layout
31254
31255 \end_inset
31256 </cell>
31257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31258 \begin_inset Text
31259
31260 \begin_layout Plain Layout
31261 出力
31262 \end_layout
31263
31264 \end_inset
31265 </cell>
31266 </row>
31267 <row>
31268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272
31273 \backslash
31274 ^
31275 \begin_inset space \textvisiblespace{}
31276 \end_inset
31277
31278
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31284 \begin_inset Text
31285
31286 \begin_layout Plain Layout
31287 \begin_inset Formula $\mathcircumflex$
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 </row>
31296 <row>
31297 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31298 \begin_inset Text
31299
31300 \begin_layout Plain Layout
31301
31302 \backslash
31303 _
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Plain Layout
31312 \begin_inset Formula $\_$
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 </row>
31321 </lyxtabular>
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Subsection
31329 数式テキストにおける特殊文字
31330 \end_layout
31331
31332 \begin_layout Standard
31333 以下の各コマンドは,
31334 数式テキストか\SpecialChar TeX
31335 モード中でのみ使用することができます.
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset space \hfill{}
31340 \end_inset
31341
31342
31343 \begin_inset Tabular
31344 <lyxtabular version="3" rows="8" columns="2">
31345 <features booktabs="true" tabularvalignment="middle">
31346 <column alignment="left" valignment="top" width="0pt">
31347 <column alignment="block" valignment="top">
31348 <row>
31349 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31350 \begin_inset Text
31351
31352 \begin_layout Plain Layout
31353 コマンド
31354 \end_layout
31355
31356 \end_inset
31357 </cell>
31358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31359 \begin_inset Text
31360
31361 \begin_layout Plain Layout
31362 出力
31363 \end_layout
31364
31365 \end_inset
31366 </cell>
31367 </row>
31368 <row>
31369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373
31374 \backslash
31375 oe
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384 \begin_inset Formula $\textrm{œ}$
31385 \end_inset
31386
31387
31388 \end_layout
31389
31390 \end_inset
31391 </cell>
31392 </row>
31393 <row>
31394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398
31399 \backslash
31400 OE
31401 \end_layout
31402
31403 \end_inset
31404 </cell>
31405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Plain Layout
31409 \begin_inset Formula $\textrm{Œ}$
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \end_inset
31416 </cell>
31417 </row>
31418 <row>
31419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Plain Layout
31423
31424 \backslash
31425 ae
31426 \end_layout
31427
31428 \end_inset
31429 </cell>
31430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31431 \begin_inset Text
31432
31433 \begin_layout Plain Layout
31434 \begin_inset Formula $\textrm{æ}$
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \end_inset
31441 </cell>
31442 </row>
31443 <row>
31444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31445 \begin_inset Text
31446
31447 \begin_layout Plain Layout
31448
31449 \backslash
31450 AE
31451 \end_layout
31452
31453 \end_inset
31454 </cell>
31455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31456 \begin_inset Text
31457
31458 \begin_layout Plain Layout
31459 \begin_inset Formula $\textrm{Æ}$
31460 \end_inset
31461
31462
31463 \end_layout
31464
31465 \end_inset
31466 </cell>
31467 </row>
31468 <row>
31469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31470 \begin_inset Text
31471
31472 \begin_layout Plain Layout
31473
31474 \backslash
31475 aa
31476 \end_layout
31477
31478 \end_inset
31479 </cell>
31480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31481 \begin_inset Text
31482
31483 \begin_layout Plain Layout
31484 \begin_inset Formula $\textrm{å}$
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 </row>
31493 <row>
31494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498
31499 \backslash
31500 AA
31501 \end_layout
31502
31503 \end_inset
31504 </cell>
31505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31506 \begin_inset Text
31507
31508 \begin_layout Plain Layout
31509 \begin_inset Formula $\textrm{Å}$
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 </row>
31518 <row>
31519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523
31524 \backslash
31525 i
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534 \begin_inset Formula $\textrm{ı}$
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \end_inset
31541 </cell>
31542 </row>
31543 </lyxtabular>
31544
31545 \end_inset
31546
31547
31548 \begin_inset space \hfill{}
31549 \end_inset
31550
31551
31552 \begin_inset Tabular
31553 <lyxtabular version="3" rows="8" columns="2">
31554 <features booktabs="true" tabularvalignment="middle">
31555 <column alignment="left" valignment="top" width="0pt">
31556 <column alignment="center" valignment="top">
31557 <row>
31558 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 コマンド
31563 \begin_inset Note Note
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 0
31568 \begin_inset space \thinspace{}
31569 \end_inset
31570
31571 mm空白を分離用に使っているのは,
31572 そうしないと出力が¡や¿になってしまうためです.
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \end_inset
31581 </cell>
31582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586 出力
31587 \end_layout
31588
31589 \end_inset
31590 </cell>
31591 </row>
31592 <row>
31593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31594 \begin_inset Text
31595
31596 \begin_layout Plain Layout
31597
31598 \backslash
31599 o
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 \begin_inset Formula $\textrm{ø}$
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 O
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31630 \begin_inset Text
31631
31632 \begin_layout Plain Layout
31633 \begin_inset Formula $\textrm{Ø}$
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \end_inset
31640 </cell>
31641 </row>
31642 <row>
31643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647
31648 \backslash
31649 l
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 \begin_inset Formula $\textrm{ł}$
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 </row>
31667 <row>
31668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672
31673 \backslash
31674 L
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683 \begin_inset Formula $\textrm{Ł}$
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 </row>
31692 <row>
31693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697 !
31698 \begin_inset space \hspace{}
31699 \length 0mm
31700 \end_inset
31701
31702 `
31703 \begin_inset space \textvisiblespace{}
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715 \begin_inset Formula $\textrm{!`}$
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 </row>
31724 <row>
31725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31726 \begin_inset Text
31727
31728 \begin_layout Plain Layout
31729 ?
31730 \begin_inset space \hspace{}
31731 \length 0mm
31732 \end_inset
31733
31734 `
31735 \begin_inset space \textvisiblespace{}
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 \begin_inset Formula $\textrm{?`}$
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 </row>
31756 <row>
31757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761
31762 \backslash
31763 j
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31769 \begin_inset Text
31770
31771 \begin_layout Plain Layout
31772 \begin_inset Formula $\textrm{ȷ}$
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \end_inset
31779 </cell>
31780 </row>
31781 </lyxtabular>
31782
31783 \end_inset
31784
31785
31786 \begin_inset space \hfill{}
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 \begin_inset Formula $\textrm{\textrm{Å}}$
31794 \end_inset
31795
31796
31797 \begin_inset Formula $\textrm{\textrm{Ø}}$
31798 \end_inset
31799
31800 の各文字は,
31801 数式ツールバーボタンの
31802 \begin_inset Info
31803 type  "icon"
31804 arg   "math-insert \\digamma"
31805 \end_inset
31806
31807 からも挿入することができます.
31808 \end_layout
31809
31810 \begin_layout Standard
31811 例外は,
31812
31813 \series bold
31814 !
31815 \begin_inset space \hspace{}
31816 \length 0mm
31817 \end_inset
31818
31819 `
31820 \series default
31821
31822 \series bold
31823 ?
31824 \begin_inset space \hspace{}
31825 \length 0mm
31826 \end_inset
31827
31828 `
31829 \series default
31830 の各コマンドで,
31831 これらは直接\SpecialChar LyX
31832 中の本文に入れることができます.
31833 \end_layout
31834
31835 \begin_layout Subsection
31836 文章中のアクセント
31837 \begin_inset CommandInset label
31838 LatexCommand label
31839 name "subsec:文章中のアクセント"
31840
31841 \end_inset
31842
31843
31844 \begin_inset Index idx
31845 range none
31846 pageformat default
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 \begin_inset IndexMacro sortkey
31851 status open
31852
31853 \begin_layout Plain Layout
31854 あくせんと
31855 \end_layout
31856
31857 \end_inset
31858
31859 アクセント
31860 \begin_inset IndexMacro subentry
31861 status open
31862
31863 \begin_layout Plain Layout
31864 \begin_inset IndexMacro sortkey
31865 status open
31866
31867 \begin_layout Plain Layout
31868 ふんしようちゆうの
31869 \end_layout
31870
31871 \end_inset
31872
31873 文章中の
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877
31878
31879
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Standard
31893 以下に挙げる各コマンドを使えば,
31894 すべての文字にアクセントを付けることができます.これらのコマンドは,
31895 \SpecialChar TeX
31896 モードで入れなくてはなりません.
31897 \end_layout
31898
31899 \begin_layout Standard
31900 \begin_inset space \hfill{}
31901 \end_inset
31902
31903
31904 \begin_inset Tabular
31905 <lyxtabular version="3" rows="8" columns="2">
31906 <features booktabs="true" tabularvalignment="middle">
31907 <column alignment="left" valignment="top" width="0pt">
31908 <column alignment="block" valignment="top">
31909 <row>
31910 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31911 \begin_inset Text
31912
31913 \begin_layout Plain Layout
31914 コマンド
31915 \end_layout
31916
31917 \end_inset
31918 </cell>
31919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31920 \begin_inset Text
31921
31922 \begin_layout Plain Layout
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
31937 \begin_inset Quotes grd
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 "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 `e
31975 \end_layout
31976
31977 \end_inset
31978 </cell>
31979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31980 \begin_inset Text
31981
31982 \begin_layout Plain Layout
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988
31989 \backslash
31990 `e
31991 \end_layout
31992
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \end_inset
31999 </cell>
32000 </row>
32001 <row>
32002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32003 \begin_inset Text
32004
32005 \begin_layout Plain Layout
32006
32007 \backslash
32008 ^
32009 \begin_inset space \textvisiblespace{}
32010 \end_inset
32011
32012 e
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 \begin_inset ERT
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025
32026
32027 \backslash
32028 ^e
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 </row>
32039 <row>
32040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044
32045 \backslash
32046 =e
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32052 \begin_inset Text
32053
32054 \begin_layout Plain Layout
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 =e
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \end_inset
32071 </cell>
32072 </row>
32073 <row>
32074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32075 \begin_inset Text
32076
32077 \begin_layout Plain Layout
32078
32079 \backslash
32080 u
32081 \begin_inset space \textvisiblespace{}
32082 \end_inset
32083
32084 e
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32090 \begin_inset Text
32091
32092 \begin_layout Plain Layout
32093 \begin_inset ERT
32094 status collapsed
32095
32096 \begin_layout Plain Layout
32097
32098
32099 \backslash
32100 u e
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \end_inset
32109 </cell>
32110 </row>
32111 <row>
32112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32113 \begin_inset Text
32114
32115 \begin_layout Plain Layout
32116
32117 \backslash
32118 b
32119 \begin_inset space \textvisiblespace{}
32120 \end_inset
32121
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 b 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" bottomline="true" leftline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154
32155 \backslash
32156 t
32157 \begin_inset space \textvisiblespace{}
32158 \end_inset
32159
32160 ee
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 \begin_inset ERT
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173
32174
32175 \backslash
32176 t ee
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185 </cell>
32186 </row>
32187 </lyxtabular>
32188
32189 \end_inset
32190
32191
32192 \begin_inset space \hfill{}
32193 \end_inset
32194
32195
32196 \begin_inset Tabular
32197 <lyxtabular version="3" rows="8" columns="2">
32198 <features booktabs="true" tabularvalignment="middle">
32199 <column alignment="left" valignment="top" width="0pt">
32200 <column alignment="center" valignment="top">
32201 <row>
32202 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32203 \begin_inset Text
32204
32205 \begin_layout Plain Layout
32206 コマンド
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32212 \begin_inset Text
32213
32214 \begin_layout Plain Layout
32215 出力
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 </row>
32221 <row>
32222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226
32227 \backslash
32228 H
32229 \begin_inset space \textvisiblespace{}
32230 \end_inset
32231
32232 e
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 H e
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 </row>
32259 <row>
32260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264
32265 \backslash
32266 'e
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280
32281 \backslash
32282 'e
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 </row>
32293 <row>
32294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298
32299 \backslash
32300 ~e
32301 \begin_inset Index idx
32302 range none
32303 pageformat default
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 \begin_inset IndexMacro sortkey
32308 status open
32309
32310 \begin_layout Plain Layout
32311 ちるた
32312 \end_layout
32313
32314 \end_inset
32315
32316 チルダ
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 \begin_inset ERT
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334
32335
32336 \backslash
32337 ~e
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 </row>
32348 <row>
32349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353
32354 \backslash
32355 .e
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364 \begin_inset ERT
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368
32369
32370 \backslash
32371 .e
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \end_inset
32380 </cell>
32381 </row>
32382 <row>
32383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387
32388 \backslash
32389 v
32390 \begin_inset space \textvisiblespace{}
32391 \end_inset
32392
32393 e
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 \begin_inset ERT
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407
32408 \backslash
32409 v e
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \end_inset
32418 </cell>
32419 </row>
32420 <row>
32421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425
32426 \backslash
32427 d
32428 \begin_inset space \textvisiblespace{}
32429 \end_inset
32430
32431 e
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445
32446 \backslash
32447 d e
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 </row>
32458 <row>
32459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32460 \begin_inset Text
32461
32462 \begin_layout Plain Layout
32463
32464 \backslash
32465 c
32466 \begin_inset space \textvisiblespace{}
32467 \end_inset
32468
32469 e
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 c e
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 </row>
32496 </lyxtabular>
32497
32498 \end_inset
32499
32500
32501 \begin_inset space \hfill{}
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 \begin_inset VSpace medskip
32509 \end_inset
32510
32511
32512 \series bold
32513
32514 \backslash
32515 t
32516 \series default
32517 コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,
32518 コマンド
32519 \series bold
32520
32521 \backslash
32522 t
32523 \begin_inset space \textvisiblespace{}
32524 \end_inset
32525
32526 sz
32527 \series default
32528 は,
32529
32530 \begin_inset ERT
32531 status collapsed
32532
32533 \begin_layout Plain Layout
32534
32535
32536 \backslash
32537 t sz
32538 \end_layout
32539
32540 \end_inset
32541
32542 となります.
32543 \end_layout
32544
32545 \begin_layout Standard
32546
32547 \series bold
32548 `
32549 \series default
32550  ・
32551 \series bold
32552  '
32553 \series default
32554  ・ 
32555 \series bold
32556 ^
32557 \series default
32558  の各アクセントは,
32559 \SpecialChar TeX
32560 モードを使わなくても,
32561 母音といっしょに直接キーボードから入力することもできます.チルダ
32562 \begin_inset Foot
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566 これは,
32567 チルダがアクセントとして定義されているキーボードのみに適用されます.
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \series bold
32574 ~
32575 \series default
32576 を,
32577
32578 \emph on
32579 a
32580 \emph default
32581
32582 \emph on
32583 n
32584 \emph default
32585
32586 \emph on
32587 o
32588 \emph default
32589 といっしょに使うときも同様です.
32590 \end_layout
32591
32592 \begin_layout Standard
32593
32594 \series bold
32595
32596 \backslash
32597 b
32598 \series default
32599
32600 \series bold
32601
32602 \backslash
32603 c
32604 \series default
32605
32606 \series bold
32607
32608 \backslash
32609 d
32610 \series default
32611
32612 \series bold
32613
32614 \backslash
32615 H
32616 \series default
32617
32618 \series bold
32619
32620 \backslash
32621 t
32622 \series default
32623
32624 \series bold
32625
32626 \backslash
32627 u
32628 \series default
32629
32630 \series bold
32631
32632 \backslash
32633 v
32634 \series default
32635 の各コマンドと,
32636 キーボードから直接挿入するアクセントは,
32637 数式テキスト中でも使うことができます.他のアクセントについては,
32638 数式内向けの特別な数式コマンドがあります.第
32639 \begin_inset CommandInset ref
32640 LatexCommand ref
32641 reference "subsec:一文字に付けるアクセント"
32642 nolink "false"
32643
32644 \end_inset
32645
32646 節をご参照下さい.
32647 \end_layout
32648
32649 \begin_layout Standard
32650 \begin_inset VSpace bigskip
32651 \end_inset
32652
32653 さらに,
32654
32655 \series bold
32656
32657 \backslash
32658 textcircled
32659 \series default
32660
32661 \begin_inset Index idx
32662 range none
32663 pageformat default
32664 status collapsed
32665
32666 \begin_layout Plain Layout
32667 \begin_inset IndexMacro sortkey
32668 status open
32669
32670 \begin_layout Plain Layout
32671 こまんと
32672 \end_layout
32673
32674 \end_inset
32675
32676 コマンド
32677 \begin_inset IndexMacro subentry
32678 status open
32679
32680 \begin_layout Plain Layout
32681 T
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \begin_inset IndexMacro subentry
32688 status open
32689
32690 \begin_layout Plain Layout
32691
32692 \backslash
32693 textcircled
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \end_inset
32702
32703 コマンドを使えば,
32704 著作権マークのように,
32705 あらゆる数字や文字を丸で囲む—
32706 敢えて言えば,
32707 丸囲みでアクセントを付けるようなものといえるでしょう—
32708 ことができます.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 \align center
32713 \begin_inset Tabular
32714 <lyxtabular version="3" rows="3" columns="2">
32715 <features booktabs="true" tabularvalignment="middle">
32716 <column alignment="center" valignment="top" width="0pt">
32717 <column alignment="center" valignment="top">
32718 <row>
32719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32720 \begin_inset Text
32721
32722 \begin_layout Plain Layout
32723 コマンド
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 出力
32733 \end_layout
32734
32735 \end_inset
32736 </cell>
32737 </row>
32738 <row>
32739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32740 \begin_inset Text
32741
32742 \begin_layout Plain Layout
32743
32744 \backslash
32745 textcircled{w}
32746 \end_layout
32747
32748 \end_inset
32749 </cell>
32750 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754 \begin_inset ERT
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758
32759
32760 \backslash
32761 textcircled{w}
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 </row>
32772 <row topspace="1mm">
32773 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32774 \begin_inset Text
32775
32776 \begin_layout Plain Layout
32777
32778 \backslash
32779 Large 
32780 \backslash
32781 textcircled{
32782 \backslash
32783 normalsize
32784 \backslash
32785 protect
32786 \backslash
32787 raisebox{-1.5pt}{W}}
32788 \end_layout
32789
32790 \end_inset
32791 </cell>
32792 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Plain Layout
32796 \begin_inset ERT
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801
32802 \backslash
32803 Large 
32804 \backslash
32805 textcircled{
32806 \backslash
32807 normalsize
32808 \backslash
32809 protect
32810 \backslash
32811 raisebox{-1.5pt}W}
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 </row>
32822 </lyxtabular>
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 ここではユーザーが,
32831 文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
32832
32833 \series bold
32834
32835 \backslash
32836 Large
32837 \series default
32838
32839 \begin_inset Foot
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843
32844 \begin_inset CommandInset ref
32845 LatexCommand ref
32846 reference "subsec:書体寸法"
32847 nolink "false"
32848
32849 \end_inset
32850
32851 節参照のこと.
32852 \end_layout
32853
32854 \end_inset
32855
32856 で丸の大きさを指定しています.そして
32857 \series bold
32858
32859 \backslash
32860 raisebox
32861 \series default
32862
32863 \begin_inset Foot
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867
32868 \begin_inset CommandInset ref
32869 LatexCommand ref
32870 reference "subsec:枠なしボックス"
32871 nolink "false"
32872
32873 \end_inset
32874
32875 節参照のこと.
32876 \end_layout
32877
32878 \end_inset
32879
32880 を使って,
32881 文字が真ん中にくるようにしています.
32882 \end_layout
32883
32884 \begin_layout Subsection
32885 古式数字
32886 \begin_inset Index idx
32887 range none
32888 pageformat default
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892 \begin_inset IndexMacro sortkey
32893 status open
32894
32895 \begin_layout Plain Layout
32896 こしきすうし
32897 \end_layout
32898
32899 \end_inset
32900
32901 古式数字
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Standard
32910 古式数字は,
32911
32912 \series bold
32913
32914 \backslash
32915 oldstylenums
32916 \series default
32917
32918 \begin_inset Index idx
32919 range none
32920 pageformat default
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924 \begin_inset IndexMacro sortkey
32925 status open
32926
32927 \begin_layout Plain Layout
32928 こまんと
32929 \end_layout
32930
32931 \end_inset
32932
32933 コマンド
32934 \begin_inset IndexMacro subentry
32935 status open
32936
32937 \begin_layout Plain Layout
32938 O
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \begin_inset IndexMacro subentry
32945 status open
32946
32947 \begin_layout Plain Layout
32948
32949 \backslash
32950 oldstylenums
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \end_inset
32959
32960 コマンドで作成することができます.このコマンドは,
32961 数式中でも\SpecialChar TeX
32962 モード中でも使うことができます.コマンド書式は,
32963
32964 \end_layout
32965
32966 \begin_layout Standard
32967
32968 \series bold
32969
32970 \backslash
32971 oldstylenums{数字}
32972 \end_layout
32973
32974 \begin_layout Standard
32975 です.
32976 \series bold
32977
32978 \backslash
32979 oldstylenums{0123456789}
32980 \series default
32981 というコマンドは,
32982
32983 \begin_inset Formula $\oldstylenums{0123456789}$
32984 \end_inset
32985
32986 のようになります.
32987 \end_layout
32988
32989 \begin_layout Section
32990 数式様式
32991 \begin_inset CommandInset label
32992 LatexCommand label
32993 name "sec:数式様式"
32994
32995 \end_inset
32996
32997
32998 \begin_inset Index idx
32999 range none
33000 pageformat default
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 \begin_inset IndexMacro sortkey
33005 status open
33006
33007 \begin_layout Plain Layout
33008 すうしき
33009 \end_layout
33010
33011 \end_inset
33012
33013 数式
33014 \begin_inset IndexMacro subentry
33015 status open
33016
33017 \begin_layout Plain Layout
33018 \begin_inset IndexMacro sortkey
33019 status open
33020
33021 \begin_layout Plain Layout
33022 ようしき
33023 \end_layout
33024
33025 \end_inset
33026
33027 様式
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Itemize
33041 以下の二つの配置様式があります.
33042 \end_layout
33043
33044 \begin_deeper
33045 \begin_layout Description
33046 中央揃え 事前に定義された標準です.
33047 \end_layout
33048
33049 \begin_layout Description
33050 行頭下げ これは
33051 \family sans
33052
33053 \begin_inset space \thinspace{}
33054 \end_inset
33055
33056
33057 \series bold
33058 文書\SpecialChar menuseparator
33059 設定
33060 \family default
33061 メニューの
33062 \family sans
33063 数式オプション
33064 \family default
33065 \series default
33066
33067 \begin_inset space \thinspace{}
33068 \end_inset
33069
33070 で設定することができます.
33071 \end_layout
33072
33073 \begin_layout Standard
33074
33075 \series bold
33076 数式を字下げ
33077 \series default
33078 を指定すると下げ幅を指定することができます.既定値は使用している文書クラスに依存して変わります.
33079 \end_layout
33080
33081 \end_deeper
33082 \begin_layout Itemize
33083 また,
33084 以下の二つの連番様式があり,
33085
33086 \family sans
33087 \series bold
33088 文書\SpecialChar menuseparator
33089 設定
33090 \family default
33091 \series default
33092
33093 \begin_inset space \thinspace{}
33094 \end_inset
33095
33096 メニューの
33097 \family sans
33098 \series bold
33099 数式オプション
33100 \family default
33101 \series default
33102 で設定することができます.
33103 \end_layout
33104
33105 \begin_deeper
33106 \begin_layout Description
33107 右 これが多くの場合既定値です.
33108 \end_layout
33109
33110 \begin_layout Description
33111
33112 \end_layout
33113
33114 \end_deeper
33115 \begin_layout Standard
33116 これで選択した様式は,
33117 文書中のすべての別行立て数式に用いられます.もし,
33118 中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
33119
33120 \series bold
33121 中央揃え
33122 \series default
33123 様式を指定するようにします.そして,
33124 行頭下げにしたい数式は,
33125 flalign環境に指定するようにします.第
33126 \begin_inset CommandInset ref
33127 LatexCommand ref
33128 reference "subsec:flalign環境"
33129 nolink "false"
33130
33131 \end_inset
33132
33133 節をご覧下さい.
33134 \end_layout
33135
33136 \begin_layout Section
33137 多行数式
33138 \begin_inset CommandInset label
33139 LatexCommand label
33140 name "sec:多行数式"
33141
33142 \end_inset
33143
33144
33145 \begin_inset Index idx
33146 range none
33147 pageformat default
33148 status collapsed
33149
33150 \begin_layout Plain Layout
33151 \begin_inset IndexMacro sortkey
33152 status open
33153
33154 \begin_layout Plain Layout
33155 すうしき
33156 \end_layout
33157
33158 \end_inset
33159
33160 数式
33161 \begin_inset IndexMacro subentry
33162 status open
33163
33164 \begin_layout Plain Layout
33165 \begin_inset IndexMacro sortkey
33166 status open
33167
33168 \begin_layout Plain Layout
33169 たきよう
33170 \end_layout
33171
33172 \end_inset
33173
33174 多行
33175 \begin_inset space \thinspace{}
33176 \end_inset
33177
33178
33179
33180
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \begin_layout Subsection
33194 概要
33195 \end_layout
33196
33197 \begin_layout Standard
33198 \SpecialChar LyX
33199 では,
33200 多行数式は,
33201 数式中で
33202 \begin_inset Info
33203 type  "shortcut"
33204 arg   "newline-insert newline"
33205 \end_inset
33206
33207 を押すことで作られます.この操作によって,
33208
33209 \begin_inset CommandInset ref
33210 LatexCommand ref
33211 reference "subsec:eqnarray環境"
33212 nolink "false"
33213
33214 \end_inset
33215
33216 節に述べられている
33217 \series bold
33218 eqnarray環境
33219 \series default
33220 が作り出されるか,
33221 あるいは文書設定で
33222 \family sans
33223 AMS math
33224 \series bold
33225 パッケージを使う
33226 \family default
33227 \series default
33228 オプションが選択されている場合には,
33229
33230 \begin_inset CommandInset ref
33231 LatexCommand ref
33232 reference "subsec:標準align環境"
33233 nolink "false"
33234
33235 \end_inset
33236
33237 節に述べられている
33238 \series bold
33239 align環境
33240 \series default
33241 が作り出されることになります.
33242 \end_layout
33243
33244 \begin_layout Standard
33245 他にも,
33246
33247 \family sans
33248 \series bold
33249 挿入\SpecialChar menuseparator
33250 数式
33251 \family default
33252 \series default
33253
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 メニューで作ることのできる多行数式環境があります.これらの環境は,
33258 以下の各節で説明します.
33259 \end_layout
33260
33261 \begin_layout Standard
33262 すべての多行数式において,
33263 新規行は,
33264
33265 \begin_inset Info
33266 type  "shortcut"
33267 arg   "newline-insert newline"
33268 \end_inset
33269
33270 を押すことによって作られます.行を足したり削ったりするには,
33271 数式ツールバーボタンの
33272 \begin_inset Info
33273 type  "icon"
33274 arg   "tabular-feature append-row"
33275 \end_inset
33276
33277
33278 \begin_inset Info
33279 type  "icon"
33280 arg   "tabular-feature delete-row"
33281 \end_inset
33282
33283 を使うか,
33284
33285 \family sans
33286 \series bold
33287 編集\SpecialChar menuseparator
33288 行と列
33289 \family default
33290 \series default
33291
33292 \begin_inset space \thinspace{}
33293 \end_inset
33294
33295 メニューを使うことができます.
33296 \end_layout
33297
33298 \begin_layout Subsubsection
33299 行間
33300 \begin_inset CommandInset label
33301 LatexCommand label
33302 name "subsec:行間"
33303
33304 \end_inset
33305
33306
33307 \begin_inset Index idx
33308 range none
33309 pageformat default
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313 \begin_inset IndexMacro sortkey
33314 status open
33315
33316 \begin_layout Plain Layout
33317 すうしき
33318 \end_layout
33319
33320 \end_inset
33321
33322 数式
33323 \begin_inset IndexMacro subentry
33324 status open
33325
33326 \begin_layout Plain Layout
33327 \begin_inset IndexMacro sortkey
33328 status open
33329
33330 \begin_layout Plain Layout
33331 たきよう
33332 \end_layout
33333
33334 \end_inset
33335
33336 多行
33337 \begin_inset space \thinspace{}
33338 \end_inset
33339
33340
33341
33342
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \begin_inset IndexMacro subentry
33349 status open
33350
33351 \begin_layout Plain Layout
33352 \begin_inset IndexMacro sortkey
33353 status open
33354
33355 \begin_layout Plain Layout
33356 きようかん
33357 \end_layout
33358
33359 \end_inset
33360
33361 行間
33362 \end_layout
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_inset
33370
33371
33372 \end_layout
33373
33374 \begin_layout Standard
33375 以下のように,
33376 多行数式において行のあいだの空白が足りないことが,
33377 ときどき起こります.
33378 \begin_inset Formula 
33379 \begin{eqnarray*}
33380 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}\\
33381 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
33382 \end{eqnarray*}
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Standard
33390 \SpecialChar LaTeX
33391 において行間を付け加えるには,
33392 新規行コマンドに非必須の引数をとらせて指定しますが,
33393 これはまだ\SpecialChar LyX
33394 には実装されていない
33395 \begin_inset Foot
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 \begin_inset CommandInset href
33400 LatexCommand href
33401 name "LyX-bug #1505"
33402 target "https://www.lyx.org/trac/ticket/1505"
33403 literal "false"
33404
33405 \end_inset
33406
33407 を参照.
33408 \end_layout
33409
33410 \end_inset
33411
33412 ので,
33413 数式全体を\SpecialChar TeX
33414 モードで入れなくてはなりません.上記の例の行間を大きくするには,
33415 最初の行の最後に
33416 \series bold
33417
33418 \backslash
33419
33420 \backslash
33421 [3mm]
33422 \series default
33423 というコマンドを入れます.すると,
33424 次のようになります.
33425 \begin_inset ERT
33426 status open
33427
33428 \begin_layout Plain Layout
33429
33430
33431 \backslash
33432 begin{eqnarray*}
33433 \end_layout
33434
33435 \begin_layout Plain Layout
33436
33437 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & 
33438 \backslash
33439 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
33440 \backslash
33441
33442 \backslash
33443 [3mm]
33444 \end_layout
33445
33446 \begin_layout Plain Layout
33447
33448 4x^{2}
33449 \backslash
33450 left(B^{2}+x_{0}^{2}
33451 \backslash
33452 right)+4x_{0}x
33453 \backslash
33454 left(D-B^{2}
33455 \backslash
33456 right)+B^{2}
33457 \backslash
33458 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
33459 \backslash
33460 right) & = & 0
33461 \end_layout
33462
33463 \begin_layout Plain Layout
33464
33465
33466 \backslash
33467 end{eqnarray*}
33468 \end_layout
33469
33470 \end_inset
33471
33472
33473 \end_layout
33474
33475 \begin_layout Standard
33476 \begin_inset VSpace bigskip
33477 \end_inset
33478
33479 同一数式内のすべての行の行間を一律に指定するには,
33480
33481 \series bold
33482
33483 \backslash
33484 jot
33485 \series default
33486
33487 \begin_inset Index idx
33488 range none
33489 pageformat default
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493 \begin_inset IndexMacro sortkey
33494 status open
33495
33496 \begin_layout Plain Layout
33497 こまんと
33498 \end_layout
33499
33500 \end_inset
33501
33502 コマンド
33503 \begin_inset IndexMacro subentry
33504 status open
33505
33506 \begin_layout Plain Layout
33507 J
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \begin_inset IndexMacro subentry
33514 status open
33515
33516 \begin_layout Plain Layout
33517
33518 \backslash
33519 jot
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \end_inset
33528
33529 変数を変更します.定義は,
33530
33531 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
33532 \end_inset
33533
33534 となっています.
33535 \series bold
33536
33537 \backslash
33538 jot
33539 \series default
33540 の既定値は,
33541 3
33542 \begin_inset space \thinspace{}
33543 \end_inset
33544
33545 ptです.上記の例のように,
33546 行間を3
33547 \begin_inset space \thinspace{}
33548 \end_inset
33549
33550 mm追加するには,
33551
33552 \end_layout
33553
33554 \begin_layout Standard
33555
33556 \series bold
33557
33558 \backslash
33559 setlength{
33560 \backslash
33561 jot}{3mm+3pt}
33562 \end_layout
33563
33564 \begin_layout Standard
33565 というコマンドを,
33566 数式直前に\SpecialChar TeX
33567 モードで入れておきます.これを行うには,
33568 \SpecialChar LaTeX
33569 プリアンブルに
33570 \end_layout
33571
33572 \begin_layout Standard
33573
33574 \series bold
33575
33576 \backslash
33577 usepackage{calc}
33578 \end_layout
33579
33580 \begin_layout Standard
33581 という行を入れて,
33582 \SpecialChar LaTeX
33583 パッケージ
33584 \series bold
33585 calc
33586 \series default
33587
33588 \begin_inset Foot
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593 \series bold
33594 calc
33595 \series default
33596 は標準的な\SpecialChar LaTeX
33597 頒布版のすべてに付属しています.
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \begin_inset Index idx
33604 range none
33605 pageformat default
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609 \begin_inset IndexMacro sortkey
33610 status open
33611
33612 \begin_layout Plain Layout
33613 はつけし
33614 \end_layout
33615
33616 \end_inset
33617
33618 パッケージ
33619 \begin_inset IndexMacro subentry
33620 status open
33621
33622 \begin_layout Plain Layout
33623 calc
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \end_inset
33632
33633  を読み込んでおく必要があります.すると,
33634
33635 \begin_inset ERT
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639
33640
33641 \backslash
33642 setlength{
33643 \backslash
33644 jot}{3mm+3pt}
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \begin_inset Formula 
33651 \begin{eqnarray*}
33652 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}\\
33653 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
33654 \end{eqnarray*}
33655
33656 \end_inset
33657
33658
33659 \end_layout
33660
33661 \begin_layout Standard
33662 \begin_inset ERT
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666
33667
33668 \backslash
33669 setlength{
33670 \backslash
33671 jot}{3pt}
33672 \end_layout
33673
33674 \end_inset
33675
33676 のような結果を得ます.行間を既定値に戻すには,
33677
33678 \series bold
33679
33680 \backslash
33681 jot
33682 \series default
33683 をふたたび3
33684 \begin_inset space \thinspace{}
33685 \end_inset
33686
33687 ptに戻します.
33688 \end_layout
33689
33690 \begin_layout Subsubsection
33691 列間
33692 \begin_inset CommandInset label
33693 LatexCommand label
33694 name "subsec:列間"
33695
33696 \end_inset
33697
33698
33699 \begin_inset Index idx
33700 range none
33701 pageformat default
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705 \begin_inset IndexMacro sortkey
33706 status open
33707
33708 \begin_layout Plain Layout
33709 すうしき
33710 \end_layout
33711
33712 \end_inset
33713
33714 数式
33715 \begin_inset IndexMacro subentry
33716 status open
33717
33718 \begin_layout Plain Layout
33719 \begin_inset IndexMacro sortkey
33720 status open
33721
33722 \begin_layout Plain Layout
33723 たきよう
33724 \end_layout
33725
33726 \end_inset
33727
33728 多行
33729 \begin_inset space \thinspace{}
33730 \end_inset
33731
33732
33733
33734
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \begin_inset IndexMacro subentry
33741 status open
33742
33743 \begin_layout Plain Layout
33744 \begin_inset IndexMacro sortkey
33745 status open
33746
33747 \begin_layout Plain Layout
33748 れつかん
33749 \end_layout
33750
33751 \end_inset
33752
33753 列間
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \end_inset
33762
33763
33764 \end_layout
33765
33766 \begin_layout Standard
33767 多行数式は,
33768 行列を形成します.たとえば,
33769 eqnarray環境の数式は,
33770 3列からなる行列です.この環境で列間を変更すれば,
33771 関係子周辺の余白を変更することができます.
33772 \end_layout
33773
33774 \begin_layout Standard
33775 列間は,
33776
33777 \series bold
33778
33779 \backslash
33780 arraycolsep
33781 \series default
33782
33783 \begin_inset Index idx
33784 range none
33785 pageformat default
33786 status collapsed
33787
33788 \begin_layout Plain Layout
33789 \begin_inset IndexMacro sortkey
33790 status open
33791
33792 \begin_layout Plain Layout
33793 こまんと
33794 \end_layout
33795
33796 \end_inset
33797
33798 コマンド
33799 \begin_inset IndexMacro subentry
33800 status open
33801
33802 \begin_layout Plain Layout
33803 A
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \begin_inset IndexMacro subentry
33810 status open
33811
33812 \begin_layout Plain Layout
33813
33814 \backslash
33815 arraycolsep
33816 \end_layout
33817
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \end_inset
33824
33825 変数を使って指定し,
33826
33827 \begin_inset Newline newline
33828 \end_inset
33829
33830 列間 = 2
33831 \begin_inset space \thinspace{}
33832 \end_inset
33833
33834
33835 \series bold
33836
33837 \backslash
33838 arraycolsep
33839 \series default
33840
33841 \begin_inset Newline newline
33842 \end_inset
33843
33844 という関係があります.したがって,
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849
33850 \series bold
33851
33852 \backslash
33853 setlength{
33854 \backslash
33855 arraycolsep}{1cm}
33856 \end_layout
33857
33858 \begin_layout Standard
33859 というコマンドを\SpecialChar TeX
33860 モードで入れると,
33861 ここから後のすべての数式の列間が2
33862 \begin_inset space \thinspace{}
33863 \end_inset
33864
33865 cmになります.これを既定値に戻すには,
33866
33867 \series bold
33868
33869 \backslash
33870 arraycolsep
33871 \series default
33872 を5
33873 \begin_inset space \thinspace{}
33874 \end_inset
33875
33876 ptに戻して下さい.
33877 \end_layout
33878
33879 \begin_layout Standard
33880 以下は,
33881 2
33882 \begin_inset space \thinspace{}
33883 \end_inset
33884
33885 cmの列間を持つ数式です.
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 setlength{
33894 \backslash
33895 arraycolsep}{1cm}
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \begin_inset Formula 
33902 \begin{eqnarray*}
33903 A & = & B\\
33904 C & \ne & A
33905 \end{eqnarray*}
33906
33907 \end_inset
33908
33909 行列の既定の列間10
33910 \begin_inset space \thinspace{}
33911 \end_inset
33912
33913 ptを持つ数式です.
33914 \begin_inset ERT
33915 status collapsed
33916
33917 \begin_layout Plain Layout
33918
33919
33920 \backslash
33921 setlength{
33922 \backslash
33923 arraycolsep}{5pt}
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \begin_inset Formula 
33930 \begin{eqnarray*}
33931 A & = & B\\
33932 C & \ne & A
33933 \end{eqnarray*}
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Subsubsection
33941 長い数式
33942 \begin_inset Index idx
33943 range none
33944 pageformat default
33945 status collapsed
33946
33947 \begin_layout Plain Layout
33948 \begin_inset IndexMacro sortkey
33949 status open
33950
33951 \begin_layout Plain Layout
33952 すうしき
33953 \end_layout
33954
33955 \end_inset
33956
33957 数式
33958 \begin_inset IndexMacro subentry
33959 status open
33960
33961 \begin_layout Plain Layout
33962 \begin_inset IndexMacro sortkey
33963 status open
33964
33965 \begin_layout Plain Layout
33966 なかい
33967 \end_layout
33968
33969 \end_inset
33970
33971 長い
33972 \end_layout
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980
33981
33982 \end_layout
33983
33984 \begin_layout Standard
33985 長い数式は,
33986 以下の方法を使って組版することができます.
33987 \end_layout
33988
33989 \begin_layout Itemize
33990 左辺ないし右辺の一方が,
33991 行幅よりもかなり短いときには,
33992 以下のように,
33993 短い方を左辺に置き,
33994 右辺を二行に分けて組版します.
33995 \begin_inset Formula 
33996 \begin{eqnarray}
33997 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 \\
33998  &  & -\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}
33999 \end{eqnarray}
34000
34001 \end_inset
34002
34003 二行目の最初のマイナス記号は,
34004 行頭の文字になってしまうため,
34005 通常,
34006 表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,
34007 分数線からも離れて表示されません.これを避けるために,
34008 マイナス記号の後に
34009 \series bold
34010
34011 \backslash
34012 hspace
34013 \series default
34014 .
34015 \begin_inset Foot
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019
34020 \series bold
34021
34022 \backslash
34023 hspace
34024 \series default
34025 に関しての詳細は,
34026
34027 \begin_inset CommandInset ref
34028 LatexCommand ref
34029 reference "subsec:可変長の空白"
34030 nolink "false"
34031
34032 \end_inset
34033
34034 節をご覧下さい.
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \begin_inset Index idx
34041 range none
34042 pageformat default
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046 \begin_inset IndexMacro sortkey
34047 status open
34048
34049 \begin_layout Plain Layout
34050 こまんと
34051 \end_layout
34052
34053 \end_inset
34054
34055 コマンド
34056 \begin_inset IndexMacro subentry
34057 status open
34058
34059 \begin_layout Plain Layout
34060 H
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \begin_inset IndexMacro subentry
34067 status open
34068
34069 \begin_layout Plain Layout
34070
34071 \backslash
34072 hspace
34073 \end_layout
34074
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \end_inset
34081
34082 コマンドを使って3
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 pt空白を入れてあります.
34087 \end_layout
34088
34089 \begin_layout Itemize
34090 数式の両辺がともに長すぎるときには,
34091
34092 \series bold
34093
34094 \backslash
34095 lefteqn
34096 \series default
34097
34098 \begin_inset Index idx
34099 range none
34100 pageformat default
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104 \begin_inset IndexMacro sortkey
34105 status open
34106
34107 \begin_layout Plain Layout
34108 こまんと
34109 \end_layout
34110
34111 \end_inset
34112
34113 コマンド
34114 \begin_inset IndexMacro subentry
34115 status open
34116
34117 \begin_layout Plain Layout
34118 L
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \begin_inset IndexMacro subentry
34125 status open
34126
34127 \begin_layout Plain Layout
34128
34129 \backslash
34130 lefteqn
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \end_inset
34139
34140 コマンドを使います.これを最初の行の第一列に入れると,
34141 以下のように,
34142 続きの内容が他の列にかかって表示されます.
34143 \begin_inset Formula 
34144 \begin{eqnarray}
34145 \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 \\
34146  &  & -\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 \\
34147  &  & =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}
34148 \end{eqnarray}
34149
34150 \end_inset
34151
34152
34153 \series bold
34154
34155 \backslash
34156 lefteqn
34157 \series default
34158 を入力すると,
34159 青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,
34160 ここに数式を入力します.
34161 \begin_inset Newline newline
34162 \end_inset
34163
34164 二行め以降の行の内容は,
34165 二列め以降の列に挿入します.挿入する列が右になるほど,
34166 字下げの量が大きくなります.
34167 \begin_inset VSpace medskip
34168 \end_inset
34169
34170
34171 \begin_inset Newline newline
34172 \end_inset
34173
34174
34175 \begin_inset Note Greyedout
34176 status open
34177
34178 \begin_layout Plain Layout
34179
34180 \series bold
34181
34182 \backslash
34183 lefteqn
34184 \series default
34185 を使用する際には,
34186 以下のことにご注意下さい.
34187 \end_layout
34188
34189 \begin_layout Itemize
34190 数式では,
34191 ページ幅全部を使うことはしません.たとえば,
34192 上記の例で,
34193 最初の行に
34194 \begin_inset Formula $-B^{2}$
34195 \end_inset
34196
34197 という項を置いたとすると,
34198 ページ余白の領域に出てしまいますが,
34199 これはよくありません.幅をうまく使うには,
34200 最初の行の行頭に負の空白を入れる方法もあります.
34201 \end_layout
34202
34203 \begin_layout Itemize
34204 \SpecialChar LyX
34205 のバグによって,
34206 最初の行にマウスでカーソルを入れることはできません
34207 \begin_inset Foot
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 \begin_inset CommandInset href
34212 LatexCommand href
34213 name "LyX-bug #1429"
34214 target "https://www.lyx.org/trac/ticket/1429"
34215 literal "false"
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \end_inset
34223
34224 .カーソルを行頭に合わせて,
34225 矢印キーで移動するしかありません.
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Itemize
34234 長い数式を組む他の方法として,
34235
34236 \begin_inset CommandInset ref
34237 LatexCommand ref
34238 reference "subsec:multline環境"
34239 nolink "false"
34240
34241 \end_inset
34242
34243 節と第
34244 \begin_inset CommandInset ref
34245 LatexCommand ref
34246 reference "subsec:数式の一部の多行化"
34247 nolink "false"
34248
34249 \end_inset
34250
34251 節で述べられている環境を用いる方法があります.
34252 \end_layout
34253
34254 \begin_layout Subsubsection
34255 多行にわたる分数
34256 \begin_inset CommandInset label
34257 LatexCommand label
34258 name "subsec:多行にわたる分数"
34259
34260 \end_inset
34261
34262
34263 \begin_inset Index idx
34264 range none
34265 pageformat default
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 \begin_inset IndexMacro sortkey
34270 status open
34271
34272 \begin_layout Plain Layout
34273 ふんすう
34274 \end_layout
34275
34276 \end_inset
34277
34278 分数
34279 \begin_inset IndexMacro subentry
34280 status open
34281
34282 \begin_layout Plain Layout
34283 \begin_inset IndexMacro sortkey
34284 status open
34285
34286 \begin_layout Plain Layout
34287 たきようにわたる
34288 \end_layout
34289
34290 \end_inset
34291
34292 多行にわたる
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Standard
34306 分数の分母もしくは分子が長すぎて,
34307 一行に入りきらないことがあります.この場合には,
34308 分数内で改行をしなくてはなりません.これを行うには,
34309
34310 \series bold
34311
34312 \backslash
34313 splitfrac
34314 \series default
34315 コマンド
34316 \begin_inset Index idx
34317 range none
34318 pageformat default
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 \begin_inset IndexMacro sortkey
34323 status open
34324
34325 \begin_layout Plain Layout
34326 こまんと
34327 \end_layout
34328
34329 \end_inset
34330
34331 コマンド
34332 \begin_inset IndexMacro subentry
34333 status open
34334
34335 \begin_layout Plain Layout
34336 S
34337 \end_layout
34338
34339 \end_inset
34340
34341
34342 \begin_inset IndexMacro subentry
34343 status open
34344
34345 \begin_layout Plain Layout
34346
34347 \backslash
34348 splitfrac
34349 \end_layout
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \end_inset
34357
34358 を使うことができます.これを有効化するには,
34359 文書設定の
34360 \family sans
34361 \series bold
34362 数式オプション
34363 \family default
34364 \series default
34365 で,
34366
34367 \series bold
34368 mathtools
34369 \series default
34370 パッケージ
34371 \begin_inset Index idx
34372 range none
34373 pageformat default
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377 \begin_inset IndexMacro sortkey
34378 status open
34379
34380 \begin_layout Plain Layout
34381 はつけし
34382 \end_layout
34383
34384 \end_inset
34385
34386 パッケージ
34387 \begin_inset IndexMacro subentry
34388 status open
34389
34390 \begin_layout Plain Layout
34391 mathtools
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \family sans
34403 常に読み込み
34404 \family default
34405 オプションを指定してください.
34406 \series bold
34407
34408 \backslash
34409 splitfrac
34410 \series default
34411 のスキームは
34412 \end_layout
34413
34414 \begin_layout Standard
34415
34416 \series bold
34417
34418 \backslash
34419 splitfrac{1行目}{2行目}
34420 \end_layout
34421
34422 \begin_layout Standard
34423 となっており,
34424 分母にも分子にも使うことができます.
34425 \end_layout
34426
34427 \begin_layout Standard
34428 \begin_inset Formula 
34429 \[
34430 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}
34431 \]
34432
34433 \end_inset
34434
34435 上記の最初の分子に使われているコマンドは,
34436
34437 \end_layout
34438
34439 \begin_layout Standard
34440
34441 \series bold
34442
34443 \backslash
34444 splitfrac{xy+xy+xy+xy+xy
34445 \begin_inset space \textvisiblespace{}
34446 \end_inset
34447
34448
34449 \backslash
34450 {+wy+wy+wy+wy
34451 \end_layout
34452
34453 \begin_layout Standard
34454 です.
34455 \end_layout
34456
34457 \begin_layout Subsubsection
34458 多行にわたる括弧
34459 \begin_inset CommandInset label
34460 LatexCommand label
34461 name "subsec:多行にわたる括弧"
34462
34463 \end_inset
34464
34465
34466 \begin_inset Index idx
34467 range none
34468 pageformat default
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472 \begin_inset IndexMacro sortkey
34473 status open
34474
34475 \begin_layout Plain Layout
34476 かつこ
34477 \end_layout
34478
34479 \end_inset
34480
34481 括弧
34482 \begin_inset IndexMacro subentry
34483 status open
34484
34485 \begin_layout Plain Layout
34486 \begin_inset IndexMacro sortkey
34487 status open
34488
34489 \begin_layout Plain Layout
34490 たきようすうしきよう
34491 \end_layout
34492
34493 \end_inset
34494
34495 多行数式用
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \begin_layout Standard
34509 多行にわたる括弧を作ろうとすると,
34510 以下のような問題が生じます.
34511 \begin_inset Formula 
34512 \begin{eqnarray*}
34513 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
34514  &  & \left.\cdots+B-D\right]
34515 \end{eqnarray*}
34516
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Standard
34523 可変寸法の括弧は多行にわたることができないので,
34524 閉じ括弧が初めの括弧よりも小さくなってしまっています.
34525 \end_layout
34526
34527 \begin_layout Standard
34528 二行めの括弧の大きさを正しく設定するには,
34529 最初の行の終わりを
34530 \series bold
34531
34532 \backslash
34533 right.
34534 \series default
34535
34536 \begin_inset Index idx
34537 range none
34538 pageformat default
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542 \begin_inset IndexMacro sortkey
34543 status open
34544
34545 \begin_layout Plain Layout
34546 こまんと
34547 \end_layout
34548
34549 \end_inset
34550
34551 コマンド
34552 \begin_inset IndexMacro subentry
34553 status open
34554
34555 \begin_layout Plain Layout
34556 R
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \begin_inset IndexMacro subentry
34563 status open
34564
34565 \begin_layout Plain Layout
34566
34567 \backslash
34568 right
34569 \end_layout
34570
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \end_inset
34577
34578 とし,
34579 二行めの始めを
34580 \series bold
34581
34582 \backslash
34583 left.
34584 \begin_inset Foot
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588
34589 \series bold
34590
34591 \backslash
34592 left
34593 \series default
34594
34595 \series bold
34596
34597 \backslash
34598 right
34599 \series default
34600 に関する詳細は,
34601
34602 \begin_inset CommandInset ref
34603 LatexCommand ref
34604 reference "subsec:自動の括弧高"
34605 nolink "false"
34606
34607 \end_inset
34608
34609 節をご覧下さい.
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \series default
34616
34617 \begin_inset Index idx
34618 range none
34619 pageformat default
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 \begin_inset IndexMacro sortkey
34624 status open
34625
34626 \begin_layout Plain Layout
34627 こまんと
34628 \end_layout
34629
34630 \end_inset
34631
34632 コマンド
34633 \begin_inset IndexMacro subentry
34634 status open
34635
34636 \begin_layout Plain Layout
34637 L
34638 \end_layout
34639
34640 \end_inset
34641
34642
34643 \begin_inset IndexMacro subentry
34644 status open
34645
34646 \begin_layout Plain Layout
34647
34648 \backslash
34649 left
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \end_inset
34658
34659 とします.一行めにおいては,
34660 範囲付き積演算子がもっとも大きな記号であり,
34661 これが二行めの括弧の大きさにならなくてはならないので,
34662
34663 \series bold
34664
34665 \backslash
34666 left.
34667 \series default
34668 の後に,
34669
34670 \series bold
34671
34672 \backslash
34673 vphantom
34674 \series default
34675
34676 \begin_inset space \textvisiblespace{}
34677 \end_inset
34678
34679
34680 \series bold
34681
34682 \backslash
34683 prod
34684 \series default
34685 ^
34686 \begin_inset space \textvisiblespace{}
34687 \end_inset
34688
34689
34690 \series bold
34691
34692 \backslash
34693 infty
34694 \series default
34695
34696 \begin_inset space \textvisiblespace{}
34697 \end_inset
34698
34699
34700 \series bold
34701
34702 \begin_inset Formula $\downarrow$
34703 \end_inset
34704
34705 _R=1}
34706 \series default
34707
34708 \begin_inset Index idx
34709 range none
34710 pageformat default
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 \begin_inset IndexMacro sortkey
34715 status open
34716
34717 \begin_layout Plain Layout
34718 こまんと
34719 \end_layout
34720
34721 \end_inset
34722
34723 コマンド
34724 \begin_inset IndexMacro subentry
34725 status open
34726
34727 \begin_layout Plain Layout
34728 V
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \begin_inset IndexMacro subentry
34735 status open
34736
34737 \begin_layout Plain Layout
34738
34739 \backslash
34740 vphantom
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \end_inset
34749
34750 というコマンドを挿入します.
34751 \end_layout
34752
34753 \begin_layout Standard
34754 その結果が以下の数式です.
34755 \begin_inset Formula 
34756 \begin{eqnarray*}
34757 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
34758  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
34759 \end{eqnarray*}
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Subsection
34767 align環境
34768 \end_layout
34769
34770 \begin_layout Standard
34771 align環境は,
34772 すべての型の多行数式に使うことができ,
34773 とくに,
34774 いくつかの数式を並べて表示させるのに便利です.
34775 \end_layout
34776
34777 \begin_layout Standard
34778 align環境には列があり,
34779 奇数列は右揃え,
34780 偶数列は左揃えに設定されます.align環境の行にはすべて,
34781 付番することができます.
34782 \end_layout
34783
34784 \begin_layout Standard
34785 align環境は,
34786
34787 \family sans
34788 \series bold
34789 挿入\SpecialChar menuseparator
34790 数式
34791 \family default
34792 \series default
34793
34794 \begin_inset space \thinspace{}
34795 \end_inset
34796
34797 メニューから作ることができます.
34798 \family sans
34799 \series bold
34800 編集\SpecialChar menuseparator
34801 数式\SpecialChar menuseparator
34802 数式の表記を変更
34803 \family default
34804 \series default
34805
34806 \begin_inset space \thinspace{}
34807 \end_inset
34808
34809 メニューを使えば,
34810 既存の数式をalign環境に変更することができます.
34811 \end_layout
34812
34813 \begin_layout Standard
34814 列を追加したり削除したりするには,
34815 数式ツールバーボタンの
34816 \begin_inset Info
34817 type  "icon"
34818 arg   "tabular-feature append-column"
34819 \end_inset
34820
34821
34822 \begin_inset Info
34823 type  "icon"
34824 arg   "tabular-feature delete-column"
34825 \end_inset
34826
34827 を使うか,
34828
34829 \family sans
34830 \series bold
34831 編集\SpecialChar menuseparator
34832 行と列
34833 \family default
34834 \series default
34835
34836 \begin_inset space \thinspace{}
34837 \end_inset
34838
34839 メニューを使います.
34840 \end_layout
34841
34842 \begin_layout Subsubsection
34843 標準align環境
34844 \begin_inset CommandInset label
34845 LatexCommand label
34846 name "subsec:標準align環境"
34847
34848 \end_inset
34849
34850
34851 \begin_inset Index idx
34852 range none
34853 pageformat default
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 \begin_inset IndexMacro sortkey
34858 status open
34859
34860 \begin_layout Plain Layout
34861 すうしき
34862 \end_layout
34863
34864 \end_inset
34865
34866 数式
34867 \begin_inset IndexMacro subentry
34868 status open
34869
34870 \begin_layout Plain Layout
34871 \begin_inset IndexMacro sortkey
34872 status open
34873
34874 \begin_layout Plain Layout
34875 たきよう
34876 \end_layout
34877
34878 \end_inset
34879
34880 多行
34881 \begin_inset space \thinspace{}
34882 \end_inset
34883
34884
34885
34886
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \begin_inset IndexMacro subentry
34893 status open
34894
34895 \begin_layout Plain Layout
34896 \begin_inset IndexMacro sortkey
34897 status open
34898
34899 \begin_layout Plain Layout
34900 alignかんきよう
34901 \end_layout
34902
34903 \end_inset
34904
34905 align環境
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 このalign環境は,
34920 数式中で
34921 \begin_inset Info
34922 type  "shortcut"
34923 arg   "newline-insert newline"
34924 \end_inset
34925
34926 を押すか,
34927
34928 \family sans
34929 \series bold
34930 挿入\SpecialChar menuseparator
34931 数式\SpecialChar menuseparator
34932
34933 \series default
34934 AMS align
34935 \series bold
34936 環境
34937 \family default
34938 \series default
34939
34940 \begin_inset space \thinspace{}
34941 \end_inset
34942
34943 メニューで作ることができます.
34944 \end_layout
34945
34946 \begin_layout Standard
34947 以下は,
34948 二つの数式を横に並べた例ですが,
34949 これは4列からなるalign環境として作ります.
34950 \begin_inset Formula 
34951 \begin{align*}
34952 A & =\sin(B) & C & =D\\
34953 C & \ne A & B & \ne D
34954 \end{align*}
34955
34956 \end_inset
34957
34958 ご覧になって分かるように,
34959 この環境の数式は,
34960 一列めの前と偶数列の後に
34961 \series bold
34962
34963 \backslash
34964 hfill
34965 \begin_inset Foot
34966 status collapsed
34967
34968 \begin_layout Plain Layout
34969
34970 \series bold
34971
34972 \backslash
34973 hfill
34974 \series default
34975 に関する詳細は,
34976
34977 \begin_inset CommandInset ref
34978 LatexCommand ref
34979 reference "subsec:可変長の空白"
34980 nolink "false"
34981
34982 \end_inset
34983
34984 節をご覧下さい.
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \series default
34991 があるかのように配置されます.数式様式として
34992 \series bold
34993 行頭下げ
34994 \begin_inset Foot
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999 \series bold
35000 数式様式については,
35001
35002 \series default
35003
35004 \begin_inset CommandInset ref
35005 LatexCommand ref
35006 reference "sec:数式様式"
35007 nolink "false"
35008
35009 \end_inset
35010
35011 節をご覧下さい.
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \series default
35018 を使う場合には,
35019 第一列の前の
35020 \series bold
35021
35022 \backslash
35023 hfill
35024 \series default
35025 はない形で数式が設定されます.
35026 \end_layout
35027
35028 \begin_layout Subsubsection
35029 alignat環境
35030 \begin_inset Index idx
35031 range none
35032 pageformat default
35033 status collapsed
35034
35035 \begin_layout Plain Layout
35036 \begin_inset IndexMacro sortkey
35037 status open
35038
35039 \begin_layout Plain Layout
35040 すうしき
35041 \end_layout
35042
35043 \end_inset
35044
35045 数式
35046 \begin_inset IndexMacro subentry
35047 status open
35048
35049 \begin_layout Plain Layout
35050 \begin_inset IndexMacro sortkey
35051 status open
35052
35053 \begin_layout Plain Layout
35054 たきよう
35055 \end_layout
35056
35057 \end_inset
35058
35059 多行
35060 \begin_inset space \thinspace{}
35061 \end_inset
35062
35063
35064
35065
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \begin_inset IndexMacro subentry
35072 status open
35073
35074 \begin_layout Plain Layout
35075 \begin_inset IndexMacro sortkey
35076 status open
35077
35078 \begin_layout Plain Layout
35079 alignatかんきよう
35080 \end_layout
35081
35082 \end_inset
35083
35084 alignat環境
35085 \end_layout
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 alignat環境には,
35099 事前に設定された列間が存在しません.列間は,
35100 必要ならば,
35101
35102 \begin_inset CommandInset ref
35103 LatexCommand ref
35104 reference "subsec:空白"
35105 nolink "false"
35106
35107 \end_inset
35108
35109 節に述べられている空白を使用して手動で入れます.
35110 \end_layout
35111
35112 \begin_layout Standard
35113 以下は,
35114 上記の例をalignat環境に設定し,
35115 二つめの数式の頭に1
35116 \begin_inset space \thinspace{}
35117 \end_inset
35118
35119 cmの空白を入れたものです.
35120 \begin_inset Formula 
35121 \begin{alignat*}{2}
35122 A & =\sin(B) & \hspace{1cm}C & =D\\
35123 C & \ne A & B & \ne D
35124 \end{alignat*}
35125
35126 \end_inset
35127
35128 列間を各列ごとに設定することができるので,
35129 この環境は,
35130 とくに三つないし四つの数式を横に並べるのに向いています.
35131 \end_layout
35132
35133 \begin_layout Subsubsection
35134 flalign環境
35135 \begin_inset CommandInset label
35136 LatexCommand label
35137 name "subsec:flalign環境"
35138
35139 \end_inset
35140
35141
35142 \begin_inset Index idx
35143 range none
35144 pageformat default
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148 \begin_inset IndexMacro sortkey
35149 status open
35150
35151 \begin_layout Plain Layout
35152 すうしき
35153 \end_layout
35154
35155 \end_inset
35156
35157 数式
35158 \begin_inset IndexMacro subentry
35159 status open
35160
35161 \begin_layout Plain Layout
35162 \begin_inset IndexMacro sortkey
35163 status open
35164
35165 \begin_layout Plain Layout
35166 たきよう
35167 \end_layout
35168
35169 \end_inset
35170
35171 多行
35172 \begin_inset space \thinspace{}
35173 \end_inset
35174
35175
35176
35177
35178 \end_layout
35179
35180 \end_inset
35181
35182
35183 \begin_inset IndexMacro subentry
35184 status open
35185
35186 \begin_layout Plain Layout
35187 \begin_inset IndexMacro sortkey
35188 status open
35189
35190 \begin_layout Plain Layout
35191 flalignかんきよう
35192 \end_layout
35193
35194 \end_inset
35195
35196 flalign環境
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \end_inset
35205
35206
35207 \end_layout
35208
35209 \begin_layout Standard
35210 この環境では,
35211 つねに,
35212 最初の二列をできるだけ左寄せにし,
35213 最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
35214 \begin_inset Formula 
35215 \begin{flalign*}
35216 A & =1 & B & =2 & C & =3\\
35217 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
35218 \end{flalign*}
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Standard
35226 奇数列のflalign環境を作成し,
35227 最後の列に空の\SpecialChar TeX
35228 括弧を入れておくと,
35229 数式様式として
35230 \series bold
35231 中央揃え
35232 \series default
35233 が用いられているときでも,
35234 一部の数式を左寄せにすることができます.以下は,
35235 例として
35236 \begin_inset CommandInset ref
35237 LatexCommand eqref
35238 reference "eq:VolInt"
35239 nolink "false"
35240
35241 \end_inset
35242
35243 式を行頭下げにしたものです.
35244 \begin_inset Formula 
35245 \begin{flalign}
35246 \hspace{30pt}\iiint\limits_{V}X\,\mathrm{d}V & =U & {}
35247 \end{flalign}
35248
35249 \end_inset
35250
35251 ここで,
35252 最初の二列には数式が入れられており,
35253 行頭下げ数式様式と同等の字下げを行うために,
35254 30
35255 \begin_inset space \thinspace{}
35256 \end_inset
35257
35258 ptの空白が第1列の頭に入れてあります.
35259 \end_layout
35260
35261 \begin_layout Subsection
35262 eqnarray環境
35263 \begin_inset CommandInset label
35264 LatexCommand label
35265 name "subsec:eqnarray環境"
35266
35267 \end_inset
35268
35269
35270 \begin_inset Index idx
35271 range none
35272 pageformat default
35273 status collapsed
35274
35275 \begin_layout Plain Layout
35276 \begin_inset IndexMacro sortkey
35277 status open
35278
35279 \begin_layout Plain Layout
35280 すうしき
35281 \end_layout
35282
35283 \end_inset
35284
35285 数式
35286 \begin_inset IndexMacro subentry
35287 status open
35288
35289 \begin_layout Plain Layout
35290 \begin_inset IndexMacro sortkey
35291 status open
35292
35293 \begin_layout Plain Layout
35294 たきよう
35295 \end_layout
35296
35297 \end_inset
35298
35299 多行
35300 \begin_inset space \thinspace{}
35301 \end_inset
35302
35303
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \begin_inset IndexMacro subentry
35312 status open
35313
35314 \begin_layout Plain Layout
35315 \begin_inset IndexMacro sortkey
35316 status open
35317
35318 \begin_layout Plain Layout
35319 eqnarrayかんきよう
35320 \end_layout
35321
35322 \end_inset
35323
35324 eqnarray環境
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \begin_layout Standard
35338 この環境を作成すると,
35339 三つの青枠が現れます.最初の枠の内容は右寄せに設定され,
35340 最後の枠の内容は左寄せに設定されます.中央の枠は,
35341 関係子のみを入れることを想定しているので,
35342 その内容は中央揃えで少し小さく設定されます.
35343 \begin_inset Formula 
35344 \begin{eqnarray*}
35345 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
35346 AB & AB & AB\\
35347 A & = & A
35348 \end{eqnarray*}
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Subsection
35356 gather環境
35357 \begin_inset Index idx
35358 range none
35359 pageformat default
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363 \begin_inset IndexMacro sortkey
35364 status open
35365
35366 \begin_layout Plain Layout
35367 すうしき
35368 \end_layout
35369
35370 \end_inset
35371
35372 数式
35373 \begin_inset IndexMacro subentry
35374 status open
35375
35376 \begin_layout Plain Layout
35377 \begin_inset IndexMacro sortkey
35378 status open
35379
35380 \begin_layout Plain Layout
35381 たきよう
35382 \end_layout
35383
35384 \end_inset
35385
35386 多行
35387 \begin_inset space \thinspace{}
35388 \end_inset
35389
35390
35391
35392
35393 \end_layout
35394
35395 \end_inset
35396
35397
35398 \begin_inset IndexMacro subentry
35399 status open
35400
35401 \begin_layout Plain Layout
35402 \begin_inset IndexMacro sortkey
35403 status open
35404
35405 \begin_layout Plain Layout
35406 gatherかんきよう
35407 \end_layout
35408
35409 \end_inset
35410
35411 gather環境
35412 \end_layout
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 中央揃えに設定された列一つしかありません.行はすべて付番することができます.
35427 \begin_inset Formula 
35428 \begin{gather}
35429 A=1\\
35430 X=\textrm{-}1
35431 \end{gather}
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Subsection
35439 multline環境
35440 \begin_inset CommandInset label
35441 LatexCommand label
35442 name "subsec:multline環境"
35443
35444 \end_inset
35445
35446
35447 \begin_inset Index idx
35448 range none
35449 pageformat default
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453 \begin_inset IndexMacro sortkey
35454 status open
35455
35456 \begin_layout Plain Layout
35457 すうしき
35458 \end_layout
35459
35460 \end_inset
35461
35462 数式
35463 \begin_inset IndexMacro subentry
35464 status open
35465
35466 \begin_layout Plain Layout
35467 \begin_inset IndexMacro sortkey
35468 status open
35469
35470 \begin_layout Plain Layout
35471 たきよう
35472 \end_layout
35473
35474 \end_inset
35475
35476 多行
35477 \begin_inset space \thinspace{}
35478 \end_inset
35479
35480
35481
35482
35483 \end_layout
35484
35485 \end_inset
35486
35487
35488 \begin_inset IndexMacro subentry
35489 status open
35490
35491 \begin_layout Plain Layout
35492 \begin_inset IndexMacro sortkey
35493 status open
35494
35495 \begin_layout Plain Layout
35496 multlineかんきよう
35497 \end_layout
35498
35499 \end_inset
35500
35501 multpline環境
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 gather環境同様,
35516 multline環境には,
35517 中央揃えに設定された列一つしかありません.ただし,
35518 一行めが左揃えに設定され,
35519 最終行が右揃えに設定されるのです.他の行はすべて中央揃えになります.このことから,
35520 この環境は,
35521 長い数式に使うのに向いています.用例として,
35522
35523 \begin_inset CommandInset ref
35524 LatexCommand eqref
35525 reference "eq:lefteqn"
35526 nolink "false"
35527
35528 \end_inset
35529
35530 式をmultline環境に置いたものを示します.
35531 \begin_inset Formula 
35532 \begin{multline}
35533 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}\\
35534 -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}\\
35535 =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}}
35536 \end{multline}
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \begin_layout Standard
35544 文書の付番設定が右寄せ(左寄せ)になっているときには,
35545 出力では,
35546 multline環境の最後(最初)の行だけが付番されます
35547 \begin_inset Foot
35548 status collapsed
35549
35550 \begin_layout Plain Layout
35551 付番様式については,
35552
35553 \begin_inset CommandInset ref
35554 LatexCommand ref
35555 reference "sec:数式様式"
35556 nolink "false"
35557
35558 \end_inset
35559
35560 節を参照.
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569
35570 \series bold
35571
35572 \backslash
35573 shoveright
35574 \begin_inset Index idx
35575 range none
35576 pageformat default
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580 \begin_inset IndexMacro sortkey
35581 status open
35582
35583 \begin_layout Plain Layout
35584 こまんと
35585 \end_layout
35586
35587 \end_inset
35588
35589 コマンド
35590 \begin_inset IndexMacro subentry
35591 status open
35592
35593 \begin_layout Plain Layout
35594 S
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \begin_inset IndexMacro subentry
35601 status open
35602
35603 \begin_layout Plain Layout
35604
35605 \backslash
35606 shoveright
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \end_inset
35615
35616 コマンドや
35617 \backslash
35618 shoveleft
35619 \begin_inset Index idx
35620 range none
35621 pageformat default
35622 status collapsed
35623
35624 \begin_layout Plain Layout
35625 \begin_inset IndexMacro sortkey
35626 status open
35627
35628 \begin_layout Plain Layout
35629 こまんと
35630 \end_layout
35631
35632 \end_inset
35633
35634 コマンド
35635 \begin_inset IndexMacro subentry
35636 status open
35637
35638 \begin_layout Plain Layout
35639 S
35640 \end_layout
35641
35642 \end_inset
35643
35644
35645 \begin_inset IndexMacro subentry
35646 status open
35647
35648 \begin_layout Plain Layout
35649
35650 \backslash
35651 shoveleft
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \series default
35663 コマンドを使えば,
35664 中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,
35665 以下のようにして使います.
35666 \end_layout
35667
35668 \begin_layout Standard
35669
35670 \series bold
35671
35672 \backslash
35673 shoveright{行の内容}
35674 \series default
35675 あるいは
35676 \series bold
35677
35678 \backslash
35679 shoveleft{行の内容}
35680 \end_layout
35681
35682 \begin_layout Standard
35683 \begin_inset VSpace medskip
35684 \end_inset
35685
35686
35687 \series bold
35688
35689 \backslash
35690 multlinegap
35691 \begin_inset Index idx
35692 range none
35693 pageformat default
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697 \begin_inset IndexMacro sortkey
35698 status open
35699
35700 \begin_layout Plain Layout
35701 こまんと
35702 \end_layout
35703
35704 \end_inset
35705
35706 コマンド
35707 \begin_inset IndexMacro subentry
35708 status open
35709
35710 \begin_layout Plain Layout
35711 M
35712 \end_layout
35713
35714 \end_inset
35715
35716
35717 \begin_inset IndexMacro subentry
35718 status open
35719
35720 \begin_layout Plain Layout
35721
35722 \backslash
35723 multlinegap
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \series default
35735 長は,
35736 一行めの左ページ余白からの距離を指定します.既定値は0
35737 \begin_inset space \thinspace{}
35738 \end_inset
35739
35740 ptの長さです.
35741 \end_layout
35742
35743 \begin_layout Standard
35744 以下は,
35745 上記の数式に
35746 \end_layout
35747
35748 \begin_layout Standard
35749
35750 \series bold
35751
35752 \backslash
35753 setlength{
35754 \backslash
35755 multlinegap}{2cm}
35756 \end_layout
35757
35758 \begin_layout Standard
35759 というコマンドを,
35760 \SpecialChar TeX
35761 モードで直前に挿入した例です.
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767
35768 \backslash
35769 setlength{
35770 \backslash
35771 multlinegap}{2cm}
35772 \end_layout
35773
35774 \end_inset
35775
35776
35777 \begin_inset Formula 
35778 \begin{multline}
35779 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}\\
35780 \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}}\\
35781 =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}}
35782 \end{multline}
35783
35784 \end_inset
35785
35786
35787 \begin_inset ERT
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791
35792
35793 \backslash
35794 setlength{
35795 \backslash
35796 multlinegap}{0pt}
35797 \end_layout
35798
35799 \end_inset
35800
35801 二行めは,
35802
35803 \series bold
35804
35805 \backslash
35806 shoveleft
35807 \series default
35808 を使って左揃えにしています.
35809 \end_layout
35810
35811 \begin_layout Subsection
35812 数式の一部の多行化
35813 \begin_inset CommandInset label
35814 LatexCommand label
35815 name "subsec:数式の一部の多行化"
35816
35817 \end_inset
35818
35819
35820 \begin_inset Index idx
35821 range none
35822 pageformat default
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826 \begin_inset IndexMacro sortkey
35827 status open
35828
35829 \begin_layout Plain Layout
35830 すうしき
35831 \end_layout
35832
35833 \end_inset
35834
35835 数式
35836 \begin_inset IndexMacro subentry
35837 status open
35838
35839 \begin_layout Plain Layout
35840 \begin_inset IndexMacro sortkey
35841 status open
35842
35843 \begin_layout Plain Layout
35844 たきよう
35845 \end_layout
35846
35847 \end_inset
35848
35849 多行
35850 \begin_inset space \thinspace{}
35851 \end_inset
35852
35853
35854
35855
35856 \end_layout
35857
35858 \end_inset
35859
35860
35861 \begin_inset IndexMacro subentry
35862 status open
35863
35864 \begin_layout Plain Layout
35865 \begin_inset IndexMacro sortkey
35866 status open
35867
35868 \begin_layout Plain Layout
35869 すうしきのいちふ
35870 \end_layout
35871
35872 \end_inset
35873
35874 数式の一部
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \end_inset
35883
35884
35885 \end_layout
35886
35887 \begin_layout Standard
35888 数式の一部分のみを多行表示したい場合には,
35889
35890 \series bold
35891 aligned
35892 \series default
35893
35894 \series bold
35895 alignedat
35896 \series default
35897
35898 \series bold
35899 gathered
35900 \series default
35901
35902 \series bold
35903 split
35904 \series default
35905 のうちのいずれかの環境を使用します.これらは,
35906
35907 \family sans
35908 \series bold
35909 挿入\SpecialChar menuseparator
35910 数式
35911 \family default
35912 \series default
35913
35914 \begin_inset space \thinspace{}
35915 \end_inset
35916
35917 メニューか,
35918 本節で解説している各コマンドを使用して挿入することができます.
35919 \end_layout
35920
35921 \begin_layout Standard
35922 最初の三つの環境は,
35923 環境名から
35924 \series bold
35925 ed
35926 \series default
35927 を省いた同名の多行数式環境と同じ性格を持ちますが,
35928 環境の前後に数式を続けることが可能です.たとえば,
35929
35930 \begin_inset Formula 
35931 \[
35932 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
35933 \Delta E\Delta t & \ge\frac{\hbar}{2}
35934 \end{aligned}
35935 \right\} \textrm{不確定性原理}
35936 \]
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Standard
35944 この数式を作るには,
35945 別行立て数式をまず作っておいて,
35946 そこに
35947 \series bold
35948
35949 \backslash
35950 aligned
35951 \begin_inset Index idx
35952 range none
35953 pageformat default
35954 status collapsed
35955
35956 \begin_layout Plain Layout
35957 \begin_inset IndexMacro sortkey
35958 status open
35959
35960 \begin_layout Plain Layout
35961 こまんと
35962 \end_layout
35963
35964 \end_inset
35965
35966 コマンド
35967 \begin_inset IndexMacro subentry
35968 status open
35969
35970 \begin_layout Plain Layout
35971 A
35972 \end_layout
35973
35974 \end_inset
35975
35976
35977 \begin_inset IndexMacro subentry
35978 status open
35979
35980 \begin_layout Plain Layout
35981
35982 \backslash
35983 aligned
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \series default
35995 コマンドを挿入しています.紫枠の中に青枠が現れるので,
35996 そこに必要に応じて,
35997 列や行を加えていきます.この多行環境の外には,
35998 括弧などの他の数式要素を入れることができます.
35999 \end_layout
36000
36001 \begin_layout Standard
36002 aligned環境は,
36003 長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,
36004 数式番号を行末の,
36005 数式全高の中心に配置できる利点があります.以下に例として,
36006
36007 \begin_inset CommandInset ref
36008 LatexCommand eqref
36009 reference "eq:shortlong"
36010 nolink "false"
36011
36012 \end_inset
36013
36014 式にaligned環境を適用したものを示します.
36015 \begin_inset Formula 
36016 \begin{equation}
36017 \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}|}\\
36018  & -\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}|}
36019 \end{aligned}
36020 \end{equation}
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \begin_layout Standard
36028
36029 \series bold
36030 alignedat
36031 \series default
36032
36033 \series bold
36034 gathered
36035 \series default
36036
36037 \series bold
36038 split
36039 \series default
36040 の各環境を使うには,
36041 それぞれ
36042 \series bold
36043
36044 \backslash
36045 alignedat
36046 \series default
36047
36048 \begin_inset Index idx
36049 range none
36050 pageformat default
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054 \begin_inset IndexMacro sortkey
36055 status open
36056
36057 \begin_layout Plain Layout
36058 こまんと
36059 \end_layout
36060
36061 \end_inset
36062
36063 コマンド
36064 \begin_inset IndexMacro subentry
36065 status open
36066
36067 \begin_layout Plain Layout
36068 A
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \begin_inset IndexMacro subentry
36075 status open
36076
36077 \begin_layout Plain Layout
36078
36079 \backslash
36080 alignedat
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \end_inset
36089
36090
36091 \series bold
36092
36093 \backslash
36094 gathered
36095 \series default
36096
36097 \begin_inset Index idx
36098 range none
36099 pageformat default
36100 status collapsed
36101
36102 \begin_layout Plain Layout
36103 \begin_inset IndexMacro sortkey
36104 status open
36105
36106 \begin_layout Plain Layout
36107 こまんと
36108 \end_layout
36109
36110 \end_inset
36111
36112 コマンド
36113 \begin_inset IndexMacro subentry
36114 status open
36115
36116 \begin_layout Plain Layout
36117 G
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \begin_inset IndexMacro subentry
36124 status open
36125
36126 \begin_layout Plain Layout
36127
36128 \backslash
36129 gathered
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \series bold
36141
36142 \backslash
36143 split
36144 \series default
36145
36146 \begin_inset Index idx
36147 range none
36148 pageformat default
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152 \begin_inset IndexMacro sortkey
36153 status open
36154
36155 \begin_layout Plain Layout
36156 こまんと
36157 \end_layout
36158
36159 \end_inset
36160
36161 コマンド
36162 \begin_inset IndexMacro subentry
36163 status open
36164
36165 \begin_layout Plain Layout
36166 S
36167 \end_layout
36168
36169 \end_inset
36170
36171
36172 \begin_inset IndexMacro subentry
36173 status open
36174
36175 \begin_layout Plain Layout
36176
36177 \backslash
36178 split
36179 \end_layout
36180
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \end_inset
36187
36188 の各コマンドを挿入します.split環境は,
36189 aligned環境と同じ性格を持ちますが,
36190 二つの列しか作ることができません.
36191 \end_layout
36192
36193 \begin_layout Subsection
36194 多行数式中のテキスト
36195 \begin_inset CommandInset label
36196 LatexCommand label
36197 name "subsec:多行数式中のテキスト"
36198
36199 \end_inset
36200
36201
36202 \begin_inset Index idx
36203 range none
36204 pageformat default
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 \begin_inset IndexMacro sortkey
36209 status open
36210
36211 \begin_layout Plain Layout
36212 てきすと
36213 \end_layout
36214
36215 \end_inset
36216
36217 テキスト
36218 \begin_inset IndexMacro subentry
36219 status open
36220
36221 \begin_layout Plain Layout
36222 \begin_inset IndexMacro sortkey
36223 status open
36224
36225 \begin_layout Plain Layout
36226 すうしきちゅうの
36227 \end_layout
36228
36229 \end_inset
36230
36231 数式中の
36232 \begin_inset space \thinspace{}
36233 \end_inset
36234
36235
36236
36237
36238 \end_layout
36239
36240 \end_inset
36241
36242
36243 \end_layout
36244
36245 \end_inset
36246
36247
36248 \begin_inset Index idx
36249 range none
36250 pageformat default
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 \begin_inset IndexMacro sortkey
36255 status open
36256
36257 \begin_layout Plain Layout
36258 すうしき
36259 \end_layout
36260
36261 \end_inset
36262
36263 数式
36264 \begin_inset IndexMacro subentry
36265 status open
36266
36267 \begin_layout Plain Layout
36268 \begin_inset IndexMacro sortkey
36269 status open
36270
36271 \begin_layout Plain Layout
36272 たきよう
36273 \end_layout
36274
36275 \end_inset
36276
36277 多行
36278 \begin_inset space \thinspace{}
36279 \end_inset
36280
36281
36282
36283
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset IndexMacro subentry
36290 status open
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 \end_layout
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \begin_layout Standard
36316 各align系環境およびmultline・gather環境では,
36317 独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,
36318 以下の書式を持つ
36319 \series bold
36320
36321 \backslash
36322 intertext
36323 \series default
36324
36325 \begin_inset Index idx
36326 range none
36327 pageformat default
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 \begin_inset IndexMacro sortkey
36332 status open
36333
36334 \begin_layout Plain Layout
36335 こまんと
36336 \end_layout
36337
36338 \end_inset
36339
36340 コマンド
36341 \begin_inset IndexMacro subentry
36342 status open
36343
36344 \begin_layout Plain Layout
36345 I
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \begin_inset IndexMacro subentry
36352 status open
36353
36354 \begin_layout Plain Layout
36355
36356 \backslash
36357 intertext
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366
36367 コマンドを使います.
36368 \end_layout
36369
36370 \begin_layout Standard
36371
36372 \series bold
36373
36374 \backslash
36375 intertext{テキスト}
36376 \end_layout
36377
36378 \begin_layout Standard
36379 テキストのハイフネーションを行うことはできないので,
36380 テキストは一行に収めなくてはなりません.\SpecialChar LyX
36381 は,
36382 現時点では
36383 \series bold
36384
36385 \backslash
36386 intertext
36387 \series default
36388 を直接サポートしていないので,
36389 テキストは数式テキストとして書き入れます.ここで,
36390
36391 \series bold
36392
36393 \backslash
36394 intertext
36395 \series default
36396 は行頭になくてはならず,
36397 当該行の上に出力されます.以下は,
36398 二行めの行頭にテキストを入れた例です.
36399 \begin_inset Formula 
36400 \begin{align}
36401 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
36402 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
36403 \end{align}
36404
36405 \end_inset
36406
36407
36408 \end_layout
36409
36410 \begin_layout Standard
36411
36412 \series bold
36413
36414 \backslash
36415 intertext
36416 \series default
36417 は,
36418 文と数式行の間に,
36419 常に縦方向の空白を生み出します.この空白を抑制するには,
36420 文書設定の
36421 \family sans
36422 \series bold
36423 数式オプション
36424 \family default
36425 \series default
36426
36427 \series bold
36428 mathtools
36429 \series default
36430
36431 \begin_inset Index idx
36432 range none
36433 pageformat default
36434 status collapsed
36435
36436 \begin_layout Plain Layout
36437 \begin_inset IndexMacro sortkey
36438 status open
36439
36440 \begin_layout Plain Layout
36441 はつけし
36442 \end_layout
36443
36444 \end_inset
36445
36446 パッケージ
36447 \begin_inset IndexMacro subentry
36448 status open
36449
36450 \begin_layout Plain Layout
36451 mathtools
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \end_layout
36458
36459 \end_inset
36460
36461 パッケージを
36462 \family sans
36463 常に読み込み
36464 \family default
36465 に設定してください.そうすると,
36466 以下のように,
36467
36468 \series bold
36469
36470 \backslash
36471 intertext
36472 \series default
36473 の代わりに
36474 \series bold
36475
36476 \backslash
36477 shortintertext
36478 \series default
36479
36480 \begin_inset Index idx
36481 range none
36482 pageformat default
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486 \begin_inset IndexMacro sortkey
36487 status open
36488
36489 \begin_layout Plain Layout
36490 こまんと
36491 \end_layout
36492
36493 \end_inset
36494
36495 コマンド
36496 \begin_inset IndexMacro subentry
36497 status open
36498
36499 \begin_layout Plain Layout
36500 S
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \begin_inset IndexMacro subentry
36507 status open
36508
36509 \begin_layout Plain Layout
36510
36511 \backslash
36512 shortintertext
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \end_inset
36521
36522 コマンドを使うことができます.
36523 \begin_inset Formula 
36524 \begin{align}
36525 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
36526 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
36527 \end{align}
36528
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \begin_layout Section
36535 数式番号
36536 \begin_inset Index idx
36537 range none
36538 pageformat default
36539 status collapsed
36540
36541 \begin_layout Plain Layout
36542 \begin_inset IndexMacro sortkey
36543 status open
36544
36545 \begin_layout Plain Layout
36546 すうしきはんこう
36547 \end_layout
36548
36549 \end_inset
36550
36551 数式番号
36552 \end_layout
36553
36554 \end_inset
36555
36556
36557 \begin_inset Index idx
36558 range none
36559 pageformat default
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563 \begin_inset IndexMacro sortkey
36564 status open
36565
36566 \begin_layout Plain Layout
36567 すうしき
36568 \end_layout
36569
36570 \end_inset
36571
36572 数式
36573 \begin_inset IndexMacro subentry
36574 status open
36575
36576 \begin_layout Plain Layout
36577 ばんこう@番号
36578 \end_layout
36579
36580 \end_inset
36581
36582
36583 \begin_inset IndexMacro see
36584 status open
36585
36586 \begin_layout Plain Layout
36587 数式番号
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \begin_layout Subsection
36601 概要
36602 \end_layout
36603
36604 \begin_layout Standard
36605 付番数式は,
36606
36607 \family sans
36608 \series bold
36609 挿入\SpecialChar menuseparator
36610 数式\SpecialChar menuseparator
36611 付番数式
36612 \family default
36613 \series default
36614
36615 \begin_inset space \thinspace{}
36616 \end_inset
36617
36618 メニュー(ショートカット:
36619
36620 \family sans
36621 Ctrl+Alt
36622 \begin_inset space ~
36623 \end_inset
36624
36625 N
36626 \family default
36627 )で作ることができます.既存の数式に番号を振るには,
36628
36629 \family sans
36630 \series bold
36631 編集\SpecialChar menuseparator
36632 数式\SpecialChar menuseparator
36633 数式全体を付番
36634 \family default
36635 \series default
36636
36637 \begin_inset space \thinspace{}
36638 \end_inset
36639
36640 メニュー(ショートカット:
36641
36642 \begin_inset Info
36643 type  "shortcut"
36644 arg   "math-number-toggle"
36645 \end_inset
36646
36647 )を使います.\SpecialChar LyX
36648 中において数式番号は,
36649 数式の後に括弧に囲まれた「#」で表されます.
36650 \end_layout
36651
36652 \begin_layout Standard
36653 多行数式で付番が有効になっているときには,
36654 すべての行に番号が振られます.ただし,
36655
36656 \family sans
36657 \series bold
36658 編集\SpecialChar menuseparator
36659 数式\SpecialChar menuseparator
36660 この行を付番
36661 \family default
36662 \series default
36663
36664 \begin_inset space \thinspace{}
36665 \end_inset
36666
36667 メニュー(ショートカット:
36668
36669 \begin_inset Info
36670 type  "shortcut"
36671 arg   "math-number-line-toggle"
36672 \end_inset
36673
36674 )を使用すれば,
36675 各行毎に付番するかどうか指定することができます.
36676 \end_layout
36677
36678 \begin_layout Standard
36679 行内数式を除いて,
36680 すべての数式は二通りの様式で番号を振ることができます.第
36681 \begin_inset CommandInset ref
36682 LatexCommand ref
36683 reference "sec:数式様式"
36684 nolink "false"
36685
36686 \end_inset
36687
36688 節をご覧下さい.
36689 \end_layout
36690
36691 \begin_layout Subsection
36692 相互参照
36693 \begin_inset Index idx
36694 range none
36695 pageformat default
36696 status collapsed
36697
36698 \begin_layout Plain Layout
36699 \begin_inset IndexMacro sortkey
36700 status open
36701
36702 \begin_layout Plain Layout
36703 そうこさんしよう
36704 \end_layout
36705
36706 \end_inset
36707
36708 相互参照
36709 \begin_inset IndexMacro subentry
36710 status open
36711
36712 \begin_layout Plain Layout
36713 すうしきへの@数式への
36714 \begin_inset space \thinspace{}
36715 \end_inset
36716
36717
36718
36719
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \end_layout
36726
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Standard
36733 ラベルを付けた数式は,
36734 すべて相互参照することができます.ラベルは,
36735
36736 \family sans
36737 \series bold
36738 挿入\SpecialChar menuseparator
36739 ラベル
36740 \family default
36741 \series default
36742
36743 \begin_inset space \thinspace{}
36744 \end_inset
36745
36746 メニューか,
36747 ツールバーボタンの
36748 \begin_inset Info
36749 type  "icon"
36750 arg   "label-insert"
36751 \end_inset
36752
36753 で付けることができます.このとき,
36754 カーソルは別行立て数式の中になくてはなりません.すると,
36755 テキストフィールドの中に
36756 \series bold
36757 eq:と
36758 \series default
36759 いう接頭語の入ったダイアログが現れるので,
36760 接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,
36761 こうして数式ラベルであるとの標を付けることによって,
36762 節ラベルなどから区別し,
36763 大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
36764
36765 \family sans
36766 \series bold
36767 挿入\SpecialChar menuseparator
36768 ラベル
36769 \family default
36770 \series default
36771
36772 \begin_inset space \thinspace{}
36773 \end_inset
36774
36775 メニューをもういちど使って下さい.
36776 \end_layout
36777
36778 \begin_layout Standard
36779 \SpecialChar LyX
36780 中でラベル名は,
36781 数式の後ろに,
36782 二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
36783 \end_layout
36784
36785 \begin_layout Standard
36786 相互参照は,
36787
36788 \family sans
36789 \series bold
36790 挿入\SpecialChar menuseparator
36791 相互参照
36792 \family default
36793 \series default
36794
36795 \begin_inset space \thinspace{}
36796 \end_inset
36797
36798 メニューかツールバーボタンの
36799 \begin_inset Info
36800 type  "icon"
36801 arg   "dialog-show-new-inset ref"
36802 \end_inset
36803
36804 を使って挿入します.数式相互参照は,
36805 出力では数式番号として表示されます.相互参照ダイアログで「
36806 \series bold
36807 (<参照>)
36808 \series default
36809 」書式を選択した場合には,
36810 出力での相互参照は,
36811 括弧に囲まれた数式番号として表示されます.
36812 \begin_inset Newline newline
36813 \end_inset
36814
36815 \SpecialChar LyX
36816 中で相互参照を右クリックすると,
36817 参照先の数式に移動することができます.
36818 \end_layout
36819
36820 \begin_layout Standard
36821 以下は,
36822 後の各小節に現れる数式への相互参照を含む例です.
36823 \begin_inset Note Note
36824 status open
36825
36826 \begin_layout Plain Layout
36827 相互参照の型の違いに留意してください.
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \end_layout
36834
36835 \begin_layout Standard
36836 \begin_inset CommandInset ref
36837 LatexCommand eqref
36838 reference "eq:tag"
36839 nolink "false"
36840
36841 \end_inset
36842
36843 式と
36844 \begin_inset CommandInset ref
36845 LatexCommand eqref
36846 reference "eq:c"
36847 nolink "false"
36848
36849 \end_inset
36850
36851 式は,
36852 等価です.(
36853 \begin_inset CommandInset ref
36854 LatexCommand ref
36855 reference "eq:Rom"
36856 nolink "false"
36857
36858 \end_inset
36859
36860 )式とは異なり,
36861 (
36862 \begin_inset CommandInset ref
36863 LatexCommand ref
36864 reference "eq:Lat"
36865 nolink "false"
36866
36867 \end_inset
36868
36869 )式では,
36870 付番にラテン数字を使用しています.
36871 \end_layout
36872
36873 \begin_layout Standard
36874 \begin_inset VSpace medskip
36875 \end_inset
36876
36877
36878 \series bold
36879
36880 \backslash
36881 tag
36882 \begin_inset Foot
36883 status collapsed
36884
36885 \begin_layout Plain Layout
36886
36887 \series bold
36888
36889 \backslash
36890 tag
36891 \series default
36892 は,
36893
36894 \begin_inset CommandInset ref
36895 LatexCommand ref
36896 reference "subsec:自己定義番号"
36897 nolink "false"
36898
36899 \end_inset
36900
36901 節に説明があります.
36902 \end_layout
36903
36904 \end_inset
36905
36906
36907 \series default
36908 の引数が,
36909
36910 \begin_inset CommandInset ref
36911 LatexCommand ref
36912 reference "subsec:段落ボックス"
36913 nolink "false"
36914
36915 \end_inset
36916
36917 節で述べたボックスを含んでいるときには,
36918 その数式を参照することはできません.
36919 \end_layout
36920
36921 \begin_layout Subsection
36922 細目番号
36923 \begin_inset Index idx
36924 range none
36925 pageformat default
36926 status collapsed
36927
36928 \begin_layout Plain Layout
36929 \begin_inset IndexMacro sortkey
36930 status open
36931
36932 \begin_layout Plain Layout
36933 すうしきばんこう
36934 \end_layout
36935
36936 \end_inset
36937
36938 数式番号
36939 \begin_inset IndexMacro subentry
36940 status open
36941
36942 \begin_layout Plain Layout
36943 \begin_inset IndexMacro sortkey
36944 status open
36945
36946 \begin_layout Plain Layout
36947 さいもくはんこう
36948 \end_layout
36949
36950 \end_inset
36951
36952 細目番号
36953 \end_layout
36954
36955 \end_inset
36956
36957
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \begin_layout Standard
36966 数式は,
36967 数式群の一部として細目番号を振ることができます.この機能を有効にするには,
36968
36969 \family sans
36970 \series bold
36971 文書\SpecialChar menuseparator
36972 設定\SpecialChar menuseparator
36973 モジュール
36974 \family default
36975 \series default
36976
36977 \begin_inset space \thinspace{}
36978 \end_inset
36979
36980 メニューで,
36981
36982 \family sans
36983 \series bold
36984 数式群
36985 \family default
36986 \series default
36987 モジュールを文書に追加してください.数式群を挿入するには,
36988
36989 \family sans
36990 \series bold
36991 挿入\SpecialChar menuseparator
36992 特別差込枠\SpecialChar menuseparator
36993 数式群
36994 \family default
36995 \series default
36996
36997 \begin_inset space \thinspace{}
36998 \end_inset
36999
37000 メニューを使用してください.細目番号が振られる数式は,
37001
37002 \family sans
37003 \series bold
37004 数式群
37005 \family default
37006 \series default
37007 差込枠の中に入れられます.たとえば,
37008
37009 \begin_inset Formula 
37010 \begin{equation}
37011 A=C-B
37012 \end{equation}
37013
37014 \end_inset
37015
37016
37017 \begin_inset VSpace -5mm
37018 \end_inset
37019
37020
37021 \begin_inset Flex Subequations
37022 status open
37023
37024 \begin_layout Plain Layout
37025 \begin_inset Formula 
37026 \begin{equation}
37027 B=C-A\label{eq:b}
37028 \end{equation}
37029
37030 \end_inset
37031
37032
37033 \begin_inset Formula 
37034 \begin{equation}
37035 C=A+B\label{eq:c}
37036 \end{equation}
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \end_inset
37044
37045
37046 \end_layout
37047
37048 \begin_layout Standard
37049
37050 \family sans
37051 \series bold
37052 数式群
37053 \family default
37054 \series default
37055 差込枠中の数式には,
37056 出力中において,
37057 すべてa・b・c\SpecialChar ldots
37058 のような細目番号が振られます.複数行(multiline)数式では,
37059 すべての行に細目番号が振られます.
37060 \end_layout
37061
37062 \begin_layout Standard
37063 数式群の参照は,
37064
37065 \begin_inset CommandInset ref
37066 LatexCommand eqref
37067 reference "eq:b"
37068 nolink "false"
37069
37070 \end_inset
37071
37072
37073 \begin_inset CommandInset ref
37074 LatexCommand eqref
37075 reference "eq:c"
37076 nolink "false"
37077
37078 \end_inset
37079
37080 のように,
37081 通常の数式と同じように動作します.数式群そのものを参照したい場合には,
37082 ラベルを
37083 \family sans
37084 \series bold
37085 数式群
37086 \family default
37087 \series default
37088 差込枠の最初に挿入してください.数式
37089 \begin_inset CommandInset ref
37090 LatexCommand eqref
37091 reference "eq:以下は"
37092 nolink "false"
37093
37094 \end_inset
37095
37096 はその例です.
37097 \end_layout
37098
37099 \begin_layout Standard
37100 数式群を挿入すると,
37101 縦方向の空白が数式の前に追加されます.これを取り除くには,
37102
37103 \begin_inset Formula $-5$
37104 \end_inset
37105
37106
37107 \begin_inset space \thinspace{}
37108 \end_inset
37109
37110 mmの縦方向空白を
37111 \family sans
37112 \series bold
37113 数式群
37114 \family default
37115 \series default
37116 差込枠の直前に挿入してください.数式様式として
37117 \series bold
37118 行頭下げ
37119 \begin_inset Foot
37120 status collapsed
37121
37122 \begin_layout Plain Layout
37123 数式様式に関しては,
37124
37125 \begin_inset CommandInset ref
37126 LatexCommand ref
37127 reference "sec:数式様式"
37128 nolink "false"
37129
37130 \end_inset
37131
37132 節を参照.
37133 \end_layout
37134
37135 \end_inset
37136
37137
37138 \series default
37139 を用いている場合は,
37140 これを
37141 \begin_inset Formula $-7$
37142 \end_inset
37143
37144
37145 \begin_inset space \thinspace{}
37146 \end_inset
37147
37148 mm空白にしてください.
37149 \end_layout
37150
37151 \begin_layout Standard
37152 ラテン小文字ではない細目番号を付けるには,
37153 下記のようなコマンドを\SpecialChar TeX
37154 コードとして,
37155
37156 \family sans
37157 \series bold
37158 数式群
37159 \family default
37160 \series default
37161 差込枠の前に挿入してください.
37162 \end_layout
37163
37164 \begin_layout Standard
37165
37166 \series bold
37167
37168 \backslash
37169 renewcommand{
37170 \backslash
37171 theequation}{
37172 \backslash
37173 theparentequation -
37174 \backslash
37175 roman{equation}}
37176 \end_layout
37177
37178 \begin_layout Standard
37179 ここでは,
37180
37181 \series bold
37182
37183 \backslash
37184 theparentequation
37185 \series default
37186 が親番号を生成し,
37187
37188 \series bold
37189
37190 \backslash
37191 roman{equation}
37192 \series default
37193 が細目番号として小文字ローマ数字を生成します.番号付けの調整について,
37194 詳しくは第
37195 \begin_inset CommandInset ref
37196 LatexCommand ref
37197 reference "subsec:ローマ数字や文字を使った付番"
37198 nolink "false"
37199
37200 \end_inset
37201
37202 節を参照してください.
37203 \end_layout
37204
37205 \begin_layout Standard
37206 下記は,
37207 番号付けを調整済みで,
37208 2行目の付番を消した多行数式の例です.
37209 \begin_inset Flex Subequations
37210 status open
37211
37212 \begin_layout Plain Layout
37213 \begin_inset CommandInset label
37214 LatexCommand label
37215 name "eq:以下は"
37216
37217 \end_inset
37218
37219
37220 \begin_inset ERT
37221 status open
37222
37223 \begin_layout Plain Layout
37224
37225
37226 \backslash
37227 renewcommand{
37228 \backslash
37229 theequation}{
37230 \backslash
37231 theparentequation -
37232 \backslash
37233 roman{equation}}
37234 \end_layout
37235
37236 \end_inset
37237
37238
37239 \begin_inset Formula 
37240 \begin{eqnarray}
37241 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
37242  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
37243  & = & B^{2}-2BZ+Z^{2}
37244 \end{eqnarray}
37245
37246 \end_inset
37247
37248
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \begin_layout Subsection
37257 ローマ数字や文字を使った付番
37258 \begin_inset CommandInset label
37259 LatexCommand label
37260 name "subsec:ローマ数字や文字を使った付番"
37261
37262 \end_inset
37263
37264
37265 \begin_inset Index idx
37266 range none
37267 pageformat default
37268 status collapsed
37269
37270 \begin_layout Plain Layout
37271 \begin_inset IndexMacro sortkey
37272 status open
37273
37274 \begin_layout Plain Layout
37275 すうしきはんこう
37276 \end_layout
37277
37278 \end_inset
37279
37280 数式番号
37281 \begin_inset IndexMacro subentry
37282 status open
37283
37284 \begin_layout Plain Layout
37285 \begin_inset IndexMacro sortkey
37286 status open
37287
37288 \begin_layout Plain Layout
37289 もしをつかつた
37290 \end_layout
37291
37292 \end_inset
37293
37294 文字を使った
37295 \end_layout
37296
37297 \end_inset
37298
37299
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \begin_inset Index idx
37306 range none
37307 pageformat default
37308 status collapsed
37309
37310 \begin_layout Plain Layout
37311 \begin_inset IndexMacro sortkey
37312 status open
37313
37314 \begin_layout Plain Layout
37315 すうしきはんこう
37316 \end_layout
37317
37318 \end_inset
37319
37320 数式番号
37321 \begin_inset IndexMacro subentry
37322 status open
37323
37324 \begin_layout Plain Layout
37325 \begin_inset IndexMacro sortkey
37326 status open
37327
37328 \begin_layout Plain Layout
37329 ろますうしをつかつた
37330 \end_layout
37331
37332 \end_inset
37333
37334 ローマ数字を使った
37335 \end_layout
37336
37337 \end_inset
37338
37339
37340 \end_layout
37341
37342 \end_inset
37343
37344
37345 \end_layout
37346
37347 \begin_layout Standard
37348 数式は,
37349 ローマ数字やラテン文字を使って付番することもできます.たとえば,
37350 小文字のローマ数字を使って付番するには,
37351 数式の前に\SpecialChar TeX
37352 モードで
37353 \end_layout
37354
37355 \begin_layout Standard
37356
37357 \series bold
37358
37359 \backslash
37360 renewcommand{
37361 \backslash
37362 theequation}{
37363 \backslash
37364 roman{equation}}
37365 \end_layout
37366
37367 \begin_layout Standard
37368 というコマンドを入れます.
37369 \series bold
37370
37371 \backslash
37372 renewcommand
37373 \series default
37374
37375 \begin_inset Index idx
37376 range none
37377 pageformat default
37378 status collapsed
37379
37380 \begin_layout Plain Layout
37381 \begin_inset IndexMacro sortkey
37382 status open
37383
37384 \begin_layout Plain Layout
37385 こまんと
37386 \end_layout
37387
37388 \end_inset
37389
37390 コマンド
37391 \begin_inset IndexMacro subentry
37392 status open
37393
37394 \begin_layout Plain Layout
37395 R
37396 \end_layout
37397
37398 \end_inset
37399
37400
37401 \begin_inset IndexMacro subentry
37402 status open
37403
37404 \begin_layout Plain Layout
37405
37406 \backslash
37407 renewcommand
37408 \end_layout
37409
37410 \end_inset
37411
37412
37413 \end_layout
37414
37415 \end_inset
37416
37417 は,
37418 定義済みのコマンド
37419 \series bold
37420
37421 \backslash
37422 theequation
37423 \series default
37424 をコマンド
37425 \series bold
37426
37427 \backslash
37428 roman{equation}
37429 \series default
37430 に再定義します
37431 \begin_inset Foot
37432 status collapsed
37433
37434 \begin_layout Plain Layout
37435
37436 \series bold
37437
37438 \backslash
37439 renewcommand
37440 \series default
37441 コマンドは,
37442
37443 \begin_inset CommandInset ref
37444 LatexCommand ref
37445 reference "subsec:newcommandコマンド"
37446 nolink "false"
37447
37448 \end_inset
37449
37450 節に述べられている
37451 \series bold
37452
37453 \backslash
37454 newcommand
37455 \series default
37456 コマンドと同じ書式を持ちます.
37457 \end_layout
37458
37459 \end_inset
37460
37461 .ここで,
37462
37463 \series bold
37464 equation
37465 \series default
37466 は数式カウンタです.コマンド
37467 \series bold
37468
37469 \backslash
37470 the
37471 \series default
37472 をカウンタの接頭辞として使用すると,
37473 カウンタの値がアラビア数字として出力されます.数式に番号を振ると,
37474 \SpecialChar LaTeX
37475 は,
37476 内部的に
37477 \series bold
37478
37479 \backslash
37480 theequation
37481 \series default
37482 コマンドを数式の後ろに置くのです.
37483 \series bold
37484
37485 \backslash
37486 roman{equation}
37487 \begin_inset Index idx
37488 range none
37489 pageformat default
37490 status collapsed
37491
37492 \begin_layout Plain Layout
37493 \begin_inset IndexMacro sortkey
37494 status open
37495
37496 \begin_layout Plain Layout
37497 こまんと
37498 \end_layout
37499
37500 \end_inset
37501
37502 コマンド
37503 \begin_inset IndexMacro subentry
37504 status open
37505
37506 \begin_layout Plain Layout
37507 R
37508 \end_layout
37509
37510 \end_inset
37511
37512
37513 \begin_inset IndexMacro subentry
37514 status open
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 roman
37520 \end_layout
37521
37522 \end_inset
37523
37524
37525 \end_layout
37526
37527 \end_inset
37528
37529
37530 \series default
37531 は,
37532 カウンタを小文字のローマ数字として出力します.
37533 \end_layout
37534
37535 \begin_layout Standard
37536 こうして,
37537
37538 \series bold
37539
37540 \backslash
37541 renew
37542 \series default
37543 c
37544 \series bold
37545 ommand
37546 \series default
37547 コマンド以降の数式はすべて,
37548 ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,
37549 同じコマンドの
37550 \series bold
37551
37552 \backslash
37553 roman
37554 \series default
37555 の部分を
37556 \series bold
37557
37558 \backslash
37559 Roman
37560 \series default
37561
37562 \begin_inset Index idx
37563 range none
37564 pageformat default
37565 status collapsed
37566
37567 \begin_layout Plain Layout
37568 \begin_inset IndexMacro sortkey
37569 status open
37570
37571 \begin_layout Plain Layout
37572 こまんと
37573 \end_layout
37574
37575 \end_inset
37576
37577 コマンド
37578 \begin_inset IndexMacro subentry
37579 status open
37580
37581 \begin_layout Plain Layout
37582 R
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \begin_inset IndexMacro subentry
37589 status open
37590
37591 \begin_layout Plain Layout
37592 \begin_inset IndexMacro sortkey
37593 status open
37594
37595 \begin_layout Plain Layout
37596
37597 \backslash
37598 roman
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \backslash
37605 Roman
37606 \end_layout
37607
37608 \end_inset
37609
37610
37611 \end_layout
37612
37613 \end_inset
37614
37615 に変えて挿入します.また,
37616 小文字ラテン文字を使って「付番」したいときのために,
37617
37618 \series bold
37619
37620 \backslash
37621 alph
37622 \series default
37623
37624 \begin_inset Index idx
37625 range none
37626 pageformat default
37627 status collapsed
37628
37629 \begin_layout Plain Layout
37630 \begin_inset IndexMacro sortkey
37631 status open
37632
37633 \begin_layout Plain Layout
37634 こまんと
37635 \end_layout
37636
37637 \end_inset
37638
37639 コマンド
37640 \begin_inset IndexMacro subentry
37641 status open
37642
37643 \begin_layout Plain Layout
37644 A
37645 \end_layout
37646
37647 \end_inset
37648
37649
37650 \begin_inset IndexMacro subentry
37651 status open
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 alph
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \end_layout
37663
37664 \end_inset
37665
37666 コマンドがあり,
37667 大文字ラテン文字を使って付番したいときのためには,
37668
37669 \series bold
37670
37671 \backslash
37672 Alph
37673 \series default
37674
37675 \begin_inset Index idx
37676 range none
37677 pageformat default
37678 status collapsed
37679
37680 \begin_layout Plain Layout
37681 \begin_inset IndexMacro sortkey
37682 status open
37683
37684 \begin_layout Plain Layout
37685 こまんと
37686 \end_layout
37687
37688 \end_inset
37689
37690 コマンド
37691 \begin_inset IndexMacro subentry
37692 status open
37693
37694 \begin_layout Plain Layout
37695 A
37696 \end_layout
37697
37698 \end_inset
37699
37700
37701 \begin_inset IndexMacro subentry
37702 status open
37703
37704 \begin_layout Plain Layout
37705 \begin_inset IndexMacro sortkey
37706 status open
37707
37708 \begin_layout Plain Layout
37709
37710 \backslash
37711 alph
37712 \end_layout
37713
37714 \end_inset
37715
37716
37717 \backslash
37718 Alph
37719 \end_layout
37720
37721 \end_inset
37722
37723
37724 \end_layout
37725
37726 \end_inset
37727
37728 コマンドがあります.
37729 \end_layout
37730
37731 \begin_layout Standard
37732 \begin_inset Note Greyedout
37733 status open
37734
37735 \begin_layout Plain Layout
37736
37737 \series bold
37738 [註]
37739 \series default
37740 ラテン文字を使うと,
37741 一つの文書の中で,
37742 最大26個の数式しか番号を振ることができません.
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \end_layout
37749
37750 \begin_layout Standard
37751 \begin_inset ERT
37752 status collapsed
37753
37754 \begin_layout Plain Layout
37755
37756
37757 \backslash
37758 renewcommand{
37759 \backslash
37760 theequation}{
37761 \backslash
37762 roman{equation}}
37763 \end_layout
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Standard
37771 \begin_inset Formula 
37772 \begin{equation}
37773 A=\textrm{小文字ローマ数字}
37774 \end{equation}
37775
37776 \end_inset
37777
37778
37779 \begin_inset ERT
37780 status collapsed
37781
37782 \begin_layout Plain Layout
37783
37784
37785 \backslash
37786 renewcommand{
37787 \backslash
37788 theequation}{
37789 \backslash
37790 Roman{equation}}
37791 \end_layout
37792
37793 \end_inset
37794
37795
37796 \begin_inset Formula 
37797 \begin{equation}
37798 B=\textrm{大文字ローマ数字}\label{eq:Rom}
37799 \end{equation}
37800
37801 \end_inset
37802
37803
37804 \begin_inset ERT
37805 status collapsed
37806
37807 \begin_layout Plain Layout
37808
37809
37810 \backslash
37811 renewcommand{
37812 \backslash
37813 theequation}{
37814 \backslash
37815 alph{equation}}
37816 \end_layout
37817
37818 \end_inset
37819
37820
37821 \begin_inset Formula 
37822 \begin{equation}
37823 C=\textrm{小文字ラテン文字}
37824 \end{equation}
37825
37826 \end_inset
37827
37828
37829 \begin_inset ERT
37830 status collapsed
37831
37832 \begin_layout Plain Layout
37833
37834
37835 \backslash
37836 renewcommand{
37837 \backslash
37838 theequation}{
37839 \backslash
37840 Alph{equation}}
37841 \end_layout
37842
37843 \end_inset
37844
37845
37846 \begin_inset Formula 
37847 \begin{equation}
37848 D=\textrm{大文字ラテン文字}\label{eq:Lat}
37849 \end{equation}
37850
37851 \end_inset
37852
37853
37854 \end_layout
37855
37856 \begin_layout Standard
37857 既定の付番方式に戻すには,
37858 以下のコマンドを挿入してください.
37859 \end_layout
37860
37861 \begin_layout Standard
37862
37863 \series bold
37864
37865 \backslash
37866 renewcommand{
37867 \backslash
37868 theequation}{
37869 \backslash
37870 arabic{equation}}
37871 \series default
37872
37873 \begin_inset Index idx
37874 range none
37875 pageformat default
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879 \begin_inset IndexMacro sortkey
37880 status open
37881
37882 \begin_layout Plain Layout
37883 こまんと
37884 \end_layout
37885
37886 \end_inset
37887
37888 コマンド
37889 \begin_inset IndexMacro subentry
37890 status open
37891
37892 \begin_layout Plain Layout
37893 A
37894 \end_layout
37895
37896 \end_inset
37897
37898
37899 \begin_inset IndexMacro subentry
37900 status open
37901
37902 \begin_layout Plain Layout
37903
37904 \backslash
37905 arabic
37906 \end_layout
37907
37908 \end_inset
37909
37910
37911 \end_layout
37912
37913 \end_inset
37914
37915
37916 \end_layout
37917
37918 \begin_layout Standard
37919 \begin_inset ERT
37920 status collapsed
37921
37922 \begin_layout Plain Layout
37923
37924
37925 \backslash
37926 renewcommand{
37927 \backslash
37928 theequation}{
37929 \backslash
37930 arabic{equation}}
37931 \end_layout
37932
37933 \end_inset
37934
37935
37936 \begin_inset Formula 
37937 \begin{equation}
37938 E=\textrm{アラビア数字}
37939 \end{equation}
37940
37941 \end_inset
37942
37943
37944 \end_layout
37945
37946 \begin_layout Standard
37947 \begin_inset VSpace medskip
37948 \end_inset
37949
37950 以上からわかるとおり,
37951 付番様式の違いに関わらず,
37952 数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,
37953 新しい数式カウンタを定義しなくてはなりません.この点に関する説明は,
37954 ファイル
37955 \begin_inset CommandInset href
37956 LatexCommand href
37957 name "Formula-numbering.lyx"
37958 target "run:Formula-numbering.lyx"
37959 type "other"
37960 literal "false"
37961
37962 \end_inset
37963
37964 にあります.
37965 \end_layout
37966
37967 \begin_layout Subsection
37968 自己定義番号
37969 \begin_inset CommandInset label
37970 LatexCommand label
37971 name "subsec:自己定義番号"
37972
37973 \end_inset
37974
37975
37976 \begin_inset Index idx
37977 range none
37978 pageformat default
37979 status collapsed
37980
37981 \begin_layout Plain Layout
37982 \begin_inset IndexMacro sortkey
37983 status open
37984
37985 \begin_layout Plain Layout
37986 すうしきはんこう
37987 \end_layout
37988
37989 \end_inset
37990
37991 数式番号
37992 \begin_inset IndexMacro subentry
37993 status open
37994
37995 \begin_layout Plain Layout
37996 \begin_inset IndexMacro sortkey
37997 status open
37998
37999 \begin_layout Plain Layout
38000 しこていき
38001 \end_layout
38002
38003 \end_inset
38004
38005 自己定義
38006 \end_layout
38007
38008 \end_inset
38009
38010
38011 \end_layout
38012
38013 \end_inset
38014
38015
38016 \end_layout
38017
38018 \begin_layout Standard
38019 \begin_inset Note Greyedout
38020 status open
38021
38022 \begin_layout Plain Layout
38023
38024 \series bold
38025 [註]
38026 \series default
38027 文書言語がアラビア語のように右から左書きの言語のときは,
38028 本節で述べられているコマンドを使用可能とするためには,
38029 \SpecialChar LaTeX
38030 プリアンブルに下記を書き加えなくてはなりません.
38031 \begin_inset Newline newline
38032 \end_inset
38033
38034
38035 \series bold
38036
38037 \backslash
38038 AtBeginDocument{
38039 \begin_inset Newline newline
38040 \end_inset
38041
38042
38043 \begin_inset Phantom HPhantom
38044 status open
38045
38046 \begin_layout Plain Layout
38047 \begin_inset space ~
38048 \end_inset
38049
38050
38051 \end_layout
38052
38053 \end_inset
38054
38055
38056 \backslash
38057 def
38058 \backslash
38059 tagform@#1{
38060 \backslash
38061 maketag@@@{(
38062 \backslash
38063 ignorespaces#1
38064 \backslash
38065 unskip)}} }
38066 \end_layout
38067
38068 \end_inset
38069
38070
38071 \end_layout
38072
38073 \begin_layout Standard
38074 \begin_inset Index idx
38075 range none
38076 pageformat default
38077 status collapsed
38078
38079 \begin_layout Plain Layout
38080 \begin_inset IndexMacro sortkey
38081 status open
38082
38083 \begin_layout Plain Layout
38084 すうしきはんこう
38085 \end_layout
38086
38087 \end_inset
38088
38089 数式番号
38090 \begin_inset IndexMacro subentry
38091 status open
38092
38093 \begin_layout Plain Layout
38094 \begin_inset IndexMacro sortkey
38095 status open
38096
38097 \begin_layout Plain Layout
38098 しこていきくきり
38099 \end_layout
38100
38101 \end_inset
38102
38103 自己定義区切り
38104 \end_layout
38105
38106 \end_inset
38107
38108
38109 \end_layout
38110
38111 \end_inset
38112
38113 標準の付番では,
38114 数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,
38115 \SpecialChar LaTeX
38116 プリアンブルに以下の行を付け加えます.
38117 \end_layout
38118
38119 \begin_layout Standard
38120
38121 \series bold
38122
38123 \backslash
38124 AtBeginDocument{
38125 \begin_inset Newline newline
38126 \end_inset
38127
38128
38129 \begin_inset Phantom HPhantom
38130 status open
38131
38132 \begin_layout Plain Layout
38133 \begin_inset space ~
38134 \end_inset
38135
38136
38137 \end_layout
38138
38139 \end_inset
38140
38141
38142 \backslash
38143 def
38144 \backslash
38145 tagform@#1{
38146 \backslash
38147 maketag@@@{
38148 \series default
38149
38150 \begin_inset Formula $\boldsymbol{|}$
38151 \end_inset
38152
38153
38154 \series bold
38155 #1
38156 \series default
38157
38158 \begin_inset Formula $\boldsymbol{|}$
38159 \end_inset
38160
38161
38162 \series bold
38163 }}
38164 \series default
38165  }
38166 \begin_inset Note Note
38167 status collapsed
38168
38169 \begin_layout Plain Layout
38170 このマクロは,
38171 テスト用に\SpecialChar LaTeX
38172 プリアンブルで既に宣言されています.これを有効にするには,
38173 最初のパーセント記号を取り除いて下さい.
38174 \end_layout
38175
38176 \end_inset
38177
38178
38179 \end_layout
38180
38181 \begin_layout Standard
38182 他の記号を使いたいときには,
38183
38184 \series bold
38185 #1
38186 \series default
38187 脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,
38188 縦棒を削除して下さい.
38189 \end_layout
38190
38191 \begin_layout Standard
38192 \begin_inset VSpace bigskip
38193 \end_inset
38194
38195 数式の後ろに,
38196 括弧に囲まれた連番の代わりに,
38197 何かしらの表現が欲しいときには,
38198 以下のように
38199 \series bold
38200
38201 \backslash
38202 tag
38203 \series default
38204
38205 \begin_inset Index idx
38206 range none
38207 pageformat default
38208 status collapsed
38209
38210 \begin_layout Plain Layout
38211 \begin_inset IndexMacro sortkey
38212 status open
38213
38214 \begin_layout Plain Layout
38215 こまんと
38216 \end_layout
38217
38218 \end_inset
38219
38220 コマンド
38221 \begin_inset IndexMacro subentry
38222 status open
38223
38224 \begin_layout Plain Layout
38225 T
38226 \end_layout
38227
38228 \end_inset
38229
38230
38231 \begin_inset IndexMacro subentry
38232 status open
38233
38234 \begin_layout Plain Layout
38235
38236 \backslash
38237 tag
38238 \end_layout
38239
38240 \end_inset
38241
38242
38243 \end_layout
38244
38245 \end_inset
38246
38247 コマンドを使います.
38248 \begin_inset Formula 
38249 \begin{equation}
38250 A+B=C\tag{何とかかんとか}\label{eq:tag}
38251 \end{equation}
38252
38253 \end_inset
38254
38255 上記の例では,
38256
38257 \series bold
38258
38259 \backslash
38260 tag
38261 \begin_inset space \textvisiblespace{}
38262 \end_inset
38263
38264 何とかかんとか
38265 \series default
38266 というコマンドを数式に打ち込んでいます.
38267 \end_layout
38268
38269 \begin_layout Standard
38270 代わりに
38271 \series bold
38272
38273 \backslash
38274 tag*
38275 \begin_inset space \textvisiblespace{}
38276 \end_inset
38277
38278 何とかかんとか
38279 \series default
38280 というコマンドを使うと,
38281 星印は表現の周りの括弧を抑制するので,
38282 以下のようになります.
38283 \begin_inset Formula 
38284 \[
38285 A+B=C\tag*{something}
38286 \]
38287
38288 \end_inset
38289
38290
38291 \end_layout
38292
38293 \begin_layout Standard
38294 \begin_inset VSpace bigskip
38295 \end_inset
38296
38297 数式番号を,
38298 文書中の新しい部門や節ごとに振りなおしたいときには,
38299 部に関しては
38300 \begin_inset Newline newline
38301 \end_inset
38302
38303
38304 \series bold
38305
38306 \backslash
38307 @addtoreset{equation}{part}
38308 \series default
38309
38310 \begin_inset Index idx
38311 range none
38312 pageformat default
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316 \begin_inset IndexMacro sortkey
38317 status open
38318
38319 \begin_layout Plain Layout
38320 こまんと
38321 \end_layout
38322
38323 \end_inset
38324
38325 コマンド
38326 \begin_inset IndexMacro subentry
38327 status open
38328
38329 \begin_layout Plain Layout
38330 \begin_inset IndexMacro sortkey
38331 status open
38332
38333 \begin_layout Plain Layout
38334 \begin_inset ERT
38335 status collapsed
38336
38337 \begin_layout Plain Layout
38338
38339 "
38340 \end_layout
38341
38342 \end_inset
38343
38344 @
38345 \end_layout
38346
38347 \end_inset
38348
38349
38350 \begin_inset ERT
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354
38355 "
38356 \end_layout
38357
38358 \end_inset
38359
38360 @
38361 \end_layout
38362
38363 \end_inset
38364
38365
38366 \begin_inset IndexMacro subentry
38367 status open
38368
38369 \begin_layout Plain Layout
38370
38371 \backslash
38372
38373 \begin_inset ERT
38374 status collapsed
38375
38376 \begin_layout Plain Layout
38377
38378 "
38379 \end_layout
38380
38381 \end_inset
38382
38383 @addtoreset
38384 \end_layout
38385
38386 \end_inset
38387
38388
38389 \end_layout
38390
38391 \end_inset
38392
38393
38394 \begin_inset Newline newline
38395 \end_inset
38396
38397 節に関しては
38398 \begin_inset Newline newline
38399 \end_inset
38400
38401
38402 \series bold
38403
38404 \backslash
38405 @addtoreset{equation}{section}
38406 \begin_inset Newline newline
38407 \end_inset
38408
38409
38410 \series default
38411 というコマンドを使います.
38412 \end_layout
38413
38414 \begin_layout Standard
38415 これらのコマンドを\SpecialChar TeX
38416 モードで使えるようにするためには,
38417
38418 \series bold
38419
38420 \backslash
38421 makeatletter
38422 \series default
38423 コマンドで「@」字を\SpecialChar LaTeX
38424 中で「有効」にしてやらなくてはなりません.一方,
38425
38426 \series bold
38427
38428 \backslash
38429 makeatother
38430 \series default
38431 コマンドはこれを無効にします.したがって,
38432 \SpecialChar TeX
38433 モード中での上記コマンド列は,
38434
38435 \end_layout
38436
38437 \begin_layout Standard
38438
38439 \series bold
38440
38441 \backslash
38442 makeatletter
38443 \begin_inset Newline newline
38444 \end_inset
38445
38446
38447 \backslash
38448 @addtoreset{equation}{section}
38449 \begin_inset Newline newline
38450 \end_inset
38451
38452
38453 \backslash
38454 makeatother
38455 \begin_inset Newline newline
38456 \end_inset
38457
38458
38459 \series default
38460 のようにならなくてはなりません.
38461 \end_layout
38462
38463 \begin_layout Standard
38464 \SpecialChar LaTeX
38465 プリアンブル中では,
38466
38467 \series bold
38468
38469 \backslash
38470 makeatletter
38471 \series default
38472
38473 \series bold
38474
38475 \backslash
38476 makeatother
38477 \series default
38478 は,
38479 \SpecialChar LyX
38480 が内部的に自動で挿入するので省略してかまいません.
38481 \end_layout
38482
38483 \begin_layout Standard
38484
38485 \series bold
38486
38487 \backslash
38488 @addtoreset
38489 \series default
38490 を戻すには,
38491 まず\SpecialChar LaTeX
38492 プリアンブル中に
38493 \end_layout
38494
38495 \begin_layout Standard
38496
38497 \series bold
38498
38499 \backslash
38500 usepackage{remreset}
38501 \end_layout
38502
38503 \begin_layout Standard
38504 という行を入れて,
38505
38506 \series bold
38507 remreset.sty
38508 \series default
38509
38510 \begin_inset Foot
38511 status collapsed
38512
38513 \begin_layout Plain Layout
38514
38515 \series bold
38516 remreset
38517 \series default
38518 は,
38519 \SpecialChar LaTeX
38520 パッケージの
38521 \series bold
38522 carlisle
38523 \series default
38524
38525 \begin_inset Index idx
38526 range none
38527 pageformat default
38528 status collapsed
38529
38530 \begin_layout Plain Layout
38531 はつけし@パッケージ!carlisle
38532 \end_layout
38533
38534 \end_inset
38535
38536 の一部として含まれており,
38537 \SpecialChar LaTeX
38538 標準頒布版には含まれています.
38539 \end_layout
38540
38541 \end_inset
38542
38543
38544 \begin_inset Index idx
38545 range none
38546 pageformat default
38547 status collapsed
38548
38549 \begin_layout Plain Layout
38550 \begin_inset IndexMacro sortkey
38551 status open
38552
38553 \begin_layout Plain Layout
38554 はつけし
38555 \end_layout
38556
38557 \end_inset
38558
38559 パッケージ
38560 \begin_inset IndexMacro subentry
38561 status open
38562
38563 \begin_layout Plain Layout
38564 remreset
38565 \end_layout
38566
38567 \end_inset
38568
38569
38570 \end_layout
38571
38572 \end_inset
38573
38574 ファイルを読み込んでおかなくてはなりません.その後
38575 \begin_inset Newline newline
38576 \end_inset
38577
38578
38579 \series bold
38580
38581 \backslash
38582 @removefromreset
38583 \series default
38584
38585 \begin_inset Index idx
38586 range none
38587 pageformat default
38588 status collapsed
38589
38590 \begin_layout Plain Layout
38591 \begin_inset IndexMacro sortkey
38592 status open
38593
38594 \begin_layout Plain Layout
38595 こまんと
38596 \end_layout
38597
38598 \end_inset
38599
38600 コマンド
38601 \begin_inset IndexMacro subentry
38602 status open
38603
38604 \begin_layout Plain Layout
38605 \begin_inset IndexMacro sortkey
38606 status open
38607
38608 \begin_layout Plain Layout
38609 \begin_inset ERT
38610 status collapsed
38611
38612 \begin_layout Plain Layout
38613
38614 "
38615 \end_layout
38616
38617 \end_inset
38618
38619 @
38620 \end_layout
38621
38622 \end_inset
38623
38624
38625 \begin_inset ERT
38626 status collapsed
38627
38628 \begin_layout Plain Layout
38629
38630 "
38631 \end_layout
38632
38633 \end_inset
38634
38635 @
38636 \end_layout
38637
38638 \end_inset
38639
38640
38641 \begin_inset IndexMacro subentry
38642 status open
38643
38644 \begin_layout Plain Layout
38645
38646 \backslash
38647
38648 \begin_inset ERT
38649 status collapsed
38650
38651 \begin_layout Plain Layout
38652
38653 "
38654 \end_layout
38655
38656 \end_inset
38657
38658 @removefromreset
38659 \end_layout
38660
38661 \end_inset
38662
38663
38664 \end_layout
38665
38666 \end_inset
38667
38668 コマンドを
38669 \series bold
38670
38671 \backslash
38672 @addtoreset
38673 \series default
38674 と同じ書式で使用すると,
38675
38676 \series bold
38677
38678 \backslash
38679 @addtoreset
38680 \series default
38681 を戻すことができます.
38682 \end_layout
38683
38684 \begin_layout Standard
38685 \begin_inset VSpace bigskip
38686 \end_inset
38687
38688 ときには,
38689 数式を
38690 \end_layout
38691
38692 \begin_layout Standard
38693
38694 \family typewriter
38695 (節番号.数式番号)
38696 \end_layout
38697
38698 \begin_layout Standard
38699 のような形で付番し,
38700 節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
38701 \end_layout
38702
38703 \begin_layout Standard
38704 このような場合のために,
38705
38706 \series bold
38707
38708 \backslash
38709 numberwithin
38710 \series default
38711
38712 \begin_inset Index idx
38713 range none
38714 pageformat default
38715 status collapsed
38716
38717 \begin_layout Plain Layout
38718 \begin_inset IndexMacro sortkey
38719 status open
38720
38721 \begin_layout Plain Layout
38722 こまんと
38723 \end_layout
38724
38725 \end_inset
38726
38727 コマンド
38728 \begin_inset IndexMacro subentry
38729 status open
38730
38731 \begin_layout Plain Layout
38732 N
38733 \end_layout
38734
38735 \end_inset
38736
38737
38738 \begin_inset IndexMacro subentry
38739 status open
38740
38741 \begin_layout Plain Layout
38742
38743 \backslash
38744 numberwithin
38745 \end_layout
38746
38747 \end_inset
38748
38749
38750 \end_layout
38751
38752 \end_inset
38753
38754 というコマンドがあり,
38755
38756 \end_layout
38757
38758 \begin_layout Standard
38759
38760 \series bold
38761
38762 \backslash
38763 numberwithin{カウンタ}{節階層}
38764 \end_layout
38765
38766 \begin_layout Standard
38767 という書式で用います.「カウンタ」は,
38768 どの番号を制御するかを表し,
38769 「節階層」は点の前に何の番号を振るのかを表します.
38770 \end_layout
38771
38772 \begin_layout Standard
38773 したがって,
38774 ここでは\SpecialChar LaTeX
38775 プリアンブルか\SpecialChar TeX
38776 コードで
38777 \end_layout
38778
38779 \begin_layout Standard
38780
38781 \series bold
38782
38783 \backslash
38784 numberwithin{equation}{section}
38785 \end_layout
38786
38787 \begin_layout Standard
38788 という行を用いることにしましょう.その結果がこれです.
38789 \begin_inset ERT
38790 status collapsed
38791
38792 \begin_layout Plain Layout
38793
38794
38795 \backslash
38796 numberwithin{equation}{section}
38797 \end_layout
38798
38799 \end_inset
38800
38801
38802 \begin_inset Formula 
38803 \begin{equation}
38804 A+B=C
38805 \end{equation}
38806
38807 \end_inset
38808
38809
38810 \end_layout
38811
38812 \begin_layout Standard
38813 たとえば,
38814 部番号を節階層として使用して,
38815 表に付番を施すときには
38816 \begin_inset Newline newline
38817 \end_inset
38818
38819
38820 \series bold
38821
38822 \backslash
38823 numberwithin{table}{part}
38824 \series default
38825 を用います.
38826 \end_layout
38827
38828 \begin_layout Standard
38829 標準の付番方式に戻したいときや,
38830 この種の付番が文書クラスで定義されているときに,
38831 それを止めさせたい場合には,
38832
38833 \end_layout
38834
38835 \begin_layout Standard
38836
38837 \series bold
38838
38839 \backslash
38840 renewcommand{
38841 \backslash
38842 theequation}{
38843 \backslash
38844 arabic{equation}}
38845 \begin_inset Index idx
38846 range none
38847 pageformat default
38848 status collapsed
38849
38850 \begin_layout Plain Layout
38851 \begin_inset IndexMacro sortkey
38852 status open
38853
38854 \begin_layout Plain Layout
38855 こまんと
38856 \end_layout
38857
38858 \end_inset
38859
38860 コマンド
38861 \begin_inset IndexMacro subentry
38862 status open
38863
38864 \begin_layout Plain Layout
38865 A
38866 \end_layout
38867
38868 \end_inset
38869
38870
38871 \begin_inset IndexMacro subentry
38872 status open
38873
38874 \begin_layout Plain Layout
38875
38876 \backslash
38877 arabic
38878 \end_layout
38879
38880 \end_inset
38881
38882
38883 \end_layout
38884
38885 \end_inset
38886
38887
38888 \series default
38889
38890 \begin_inset ERT
38891 status collapsed
38892
38893 \begin_layout Plain Layout
38894
38895
38896 \backslash
38897 renewcommand{
38898 \backslash
38899 theequation}{
38900 \backslash
38901 arabic{equation}}
38902 \end_layout
38903
38904 \end_inset
38905
38906
38907 \series bold
38908
38909 \begin_inset Newline newline
38910 \end_inset
38911
38912
38913 \series default
38914 あるいは
38915 \series bold
38916
38917 \begin_inset Newline newline
38918 \end_inset
38919
38920
38921 \backslash
38922 renewcommand{
38923 \backslash
38924 thetable}{
38925 \backslash
38926 arabic{table}}
38927 \end_layout
38928
38929 \begin_layout Standard
38930 というコマンドを\SpecialChar TeX
38931 コードとして入れるか,
38932 \SpecialChar LaTeX
38933 プリアンブルに入れます.
38934 \series bold
38935
38936 \backslash
38937 numberwithin
38938 \series default
38939 は,
38940 内部的に上記で述べた
38941 \series bold
38942
38943 \backslash
38944 @addtoreset
38945 \series default
38946 コマンドを使用しているので,
38947 これも使用後は戻しておかなくてはなりません.
38948 \begin_inset ERT
38949 status collapsed
38950
38951 \begin_layout Plain Layout
38952
38953
38954 \backslash
38955 makeatletter
38956 \end_layout
38957
38958 \begin_layout Plain Layout
38959
38960
38961 \backslash
38962 @removefromreset{equation}{section}
38963 \end_layout
38964
38965 \begin_layout Plain Layout
38966
38967
38968 \backslash
38969 makeatother
38970 \end_layout
38971
38972 \end_inset
38973
38974
38975 \end_layout
38976
38977 \begin_layout Section
38978 化学記号と化学式
38979 \begin_inset CommandInset label
38980 LatexCommand label
38981 name "subsec:化学記号と化学式"
38982
38983 \end_inset
38984
38985
38986 \begin_inset Index idx
38987 range none
38988 pageformat default
38989 status collapsed
38990
38991 \begin_layout Plain Layout
38992 \begin_inset IndexMacro sortkey
38993 status open
38994
38995 \begin_layout Plain Layout
38996 かかくきこう
38997 \end_layout
38998
38999 \end_inset
39000
39001 化学記号
39002 \begin_inset IndexMacro subentry
39003 status open
39004
39005 \begin_layout Plain Layout
39006 \begin_inset IndexMacro sortkey
39007 status open
39008
39009 \begin_layout Plain Layout
39010 きこう
39011 \end_layout
39012
39013 \end_inset
39014
39015 記号
39016 \end_layout
39017
39018 \end_inset
39019
39020
39021 \end_layout
39022
39023 \end_inset
39024
39025
39026 \begin_inset Index idx
39027 range none
39028 pageformat default
39029 status collapsed
39030
39031 \begin_layout Plain Layout
39032 \begin_inset IndexMacro sortkey
39033 status open
39034
39035 \begin_layout Plain Layout
39036 かかくしき
39037 \end_layout
39038
39039 \end_inset
39040
39041 化学式
39042 \end_layout
39043
39044 \end_inset
39045
39046
39047 \begin_inset Index idx
39048 range none
39049 pageformat default
39050 status collapsed
39051
39052 \begin_layout Plain Layout
39053 \begin_inset IndexMacro sortkey
39054 status open
39055
39056 \begin_layout Plain Layout
39057 きこう
39058 \end_layout
39059
39060 \end_inset
39061
39062 記号
39063 \begin_inset IndexMacro subentry
39064 status open
39065
39066 \begin_layout Plain Layout
39067 \begin_inset IndexMacro sortkey
39068 status open
39069
39070 \begin_layout Plain Layout
39071 かかく
39072 \end_layout
39073
39074 \end_inset
39075
39076 化学
39077 \end_layout
39078
39079 \end_inset
39080
39081
39082 \end_layout
39083
39084 \end_inset
39085
39086
39087 \end_layout
39088
39089 \begin_layout Standard
39090 以下は,
39091 化学関係の文章の例です.
39092 \end_layout
39093
39094 \begin_layout Quote
39095 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
39096 \end_inset
39097
39098 イオンは,
39099 2つの
39100 \begin_inset Formula $\mathrm{Na^{+}}$
39101 \end_inset
39102
39103 イオンと反応して,
39104 硫酸化塩
39105 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
39106 \end_inset
39107
39108 を形成します.この化学式は以下のようになります.
39109 \begin_inset Formula 
39110 \begin{equation}
39111 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
39112 \end{equation}
39113
39114 \end_inset
39115
39116
39117 \end_layout
39118
39119 \begin_layout Standard
39120 この化学式は,
39121 直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,
39122 全体を選択してからショートカット
39123 \begin_inset Info
39124 type  "shortcut"
39125 arg   "font-roman"
39126 \end_inset
39127
39128 を押せば,
39129 アップライトフォント様式に変更することができます
39130 \begin_inset Foot
39131 status collapsed
39132
39133 \begin_layout Plain Layout
39134 フォント様式に関しては,
39135
39136 \begin_inset CommandInset ref
39137 LatexCommand ref
39138 reference "subsec:書体様式"
39139 nolink "false"
39140
39141 \end_inset
39142
39143 節を参照のこと.
39144 \end_layout
39145
39146 \end_inset
39147
39148
39149 \end_layout
39150
39151 \begin_layout Standard
39152 化学式を組版するのにもう少し便利な方法は,
39153 \SpecialChar LaTeX
39154 パッケージ
39155 \series bold
39156 mhchem
39157 \series default
39158
39159 \begin_inset Index idx
39160 range none
39161 pageformat default
39162 status collapsed
39163
39164 \begin_layout Plain Layout
39165 \begin_inset IndexMacro sortkey
39166 status open
39167
39168 \begin_layout Plain Layout
39169 はつけし
39170 \end_layout
39171
39172 \end_inset
39173
39174 パッケージ
39175 \begin_inset IndexMacro subentry
39176 status open
39177
39178 \begin_layout Plain Layout
39179 mhchem
39180 \end_layout
39181
39182 \end_inset
39183
39184
39185 \end_layout
39186
39187 \end_inset
39188
39189 が導入されているときに使用することができる
39190 \series bold
39191
39192 \backslash
39193 ce
39194 \series default
39195
39196 \begin_inset Index idx
39197 range none
39198 pageformat default
39199 status collapsed
39200
39201 \begin_layout Plain Layout
39202 \begin_inset IndexMacro sortkey
39203 status open
39204
39205 \begin_layout Plain Layout
39206 こまんと
39207 \end_layout
39208
39209 \end_inset
39210
39211 コマンド
39212 \begin_inset IndexMacro subentry
39213 status open
39214
39215 \begin_layout Plain Layout
39216 C
39217 \end_layout
39218
39219 \end_inset
39220
39221
39222 \begin_inset IndexMacro subentry
39223 status open
39224
39225 \begin_layout Plain Layout
39226
39227 \backslash
39228 ce
39229 \end_layout
39230
39231 \end_inset
39232
39233
39234 \end_layout
39235
39236 \end_inset
39237
39238 コマンドを使用することです.
39239 \series bold
39240
39241 \backslash
39242 ce
39243 \series default
39244 を数式に入力すると,
39245 新しい青いボックスが現れ,
39246 直感的に化学式を入力することができます.
39247 \end_layout
39248
39249 \begin_layout Standard
39250 \align center
39251 \begin_inset Tabular
39252 <lyxtabular version="3" rows="10" columns="2">
39253 <features booktabs="true" tabularvalignment="middle">
39254 <column alignment="center" valignment="top" width="0pt">
39255 <column alignment="center" valignment="top">
39256 <row>
39257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39258 \begin_inset Text
39259
39260 \begin_layout Plain Layout
39261 コマンド
39262 \end_layout
39263
39264 \end_inset
39265 </cell>
39266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39267 \begin_inset Text
39268
39269 \begin_layout Plain Layout
39270 出力
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 </row>
39276 <row>
39277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39278 \begin_inset Text
39279
39280 \begin_layout Plain Layout
39281
39282 \backslash
39283 ce
39284 \begin_inset space \textvisiblespace{}
39285 \end_inset
39286
39287 H2CO3
39288 \end_layout
39289
39290 \end_inset
39291 </cell>
39292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39293 \begin_inset Text
39294
39295 \begin_layout Plain Layout
39296 \begin_inset Formula $\ce{H2CO3}$
39297 \end_inset
39298
39299
39300 \end_layout
39301
39302 \end_inset
39303 </cell>
39304 </row>
39305 <row topspace="1.5mm">
39306 <cell alignment="center" valignment="top" usebox="none">
39307 \begin_inset Text
39308
39309 \begin_layout Plain Layout
39310
39311 \backslash
39312 ce
39313 \begin_inset space \textvisiblespace{}
39314 \end_inset
39315
39316 SO4^2-
39317 \end_layout
39318
39319 \end_inset
39320 </cell>
39321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39322 \begin_inset Text
39323
39324 \begin_layout Plain Layout
39325 \begin_inset Formula $\ce{SO4^{2-}}$
39326 \end_inset
39327
39328
39329 \end_layout
39330
39331 \end_inset
39332 </cell>
39333 </row>
39334 <row topspace="1.5mm">
39335 <cell alignment="center" valignment="top" usebox="none">
39336 \begin_inset Text
39337
39338 \begin_layout Plain Layout
39339
39340 \backslash
39341 ce
39342 \begin_inset space \textvisiblespace{}
39343 \end_inset
39344
39345 (NH4)2S
39346 \end_layout
39347
39348 \end_inset
39349 </cell>
39350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39351 \begin_inset Text
39352
39353 \begin_layout Plain Layout
39354 \begin_inset Formula $\ce{(NH4)2S}$
39355 \end_inset
39356
39357
39358 \end_layout
39359
39360 \end_inset
39361 </cell>
39362 </row>
39363 <row topspace="1.5mm">
39364 <cell alignment="center" valignment="top" usebox="none">
39365 \begin_inset Text
39366
39367 \begin_layout Plain Layout
39368
39369 \backslash
39370 ce
39371 \begin_inset space \textvisiblespace{}
39372 \end_inset
39373
39374 KCr(SO4)2.12H2O
39375 \end_layout
39376
39377 \end_inset
39378 </cell>
39379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39380 \begin_inset Text
39381
39382 \begin_layout Plain Layout
39383 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
39384 \end_inset
39385
39386
39387 \end_layout
39388
39389 \end_inset
39390 </cell>
39391 </row>
39392 <row topspace="1.5mm">
39393 <cell alignment="center" valignment="top" usebox="none">
39394 \begin_inset Text
39395
39396 \begin_layout Plain Layout
39397
39398 \backslash
39399 ce
39400 \begin_inset space \textvisiblespace{}
39401 \end_inset
39402
39403 A-B
39404 \backslash
39405 dbond
39406 \begin_inset space \textvisiblespace{}
39407 \end_inset
39408
39409 C
39410 \backslash
39411 tbond
39412 \begin_inset space \textvisiblespace{}
39413 \end_inset
39414
39415 D
39416 \end_layout
39417
39418 \end_inset
39419 </cell>
39420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39421 \begin_inset Text
39422
39423 \begin_layout Plain Layout
39424 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
39425 \end_inset
39426
39427
39428 \end_layout
39429
39430 \end_inset
39431 </cell>
39432 </row>
39433 <row topspace="1.5mm">
39434 <cell alignment="center" valignment="top" usebox="none">
39435 \begin_inset Text
39436
39437 \begin_layout Plain Layout
39438
39439 \backslash
39440 ce
39441 \begin_inset space \textvisiblespace{}
39442 \end_inset
39443
39444 ^227
39445 \begin_inset Formula $\downarrow$
39446 \end_inset
39447
39448 _90
39449 \begin_inset Formula $\to$
39450 \end_inset
39451
39452 Th+
39453 \end_layout
39454
39455 \end_inset
39456 </cell>
39457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39458 \begin_inset Text
39459
39460 \begin_layout Plain Layout
39461 \begin_inset Formula $\ce{_{90}^{227}Th+}$
39462 \end_inset
39463
39464
39465 \end_layout
39466
39467 \end_inset
39468 </cell>
39469 </row>
39470 <row>
39471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39472 \begin_inset Text
39473
39474 \begin_layout Plain Layout
39475
39476 \backslash
39477 ce
39478 \begin_inset space \textvisiblespace{}
39479 \end_inset
39480
39481
39482 \backslash
39483 mu
39484 \begin_inset space \textvisiblespace{}
39485 \end_inset
39486
39487
39488 \backslash
39489 hyphen
39490 \begin_inset space \textvisiblespace{}
39491 \end_inset
39492
39493 Cl
39494 \end_layout
39495
39496 \end_inset
39497 </cell>
39498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39499 \begin_inset Text
39500
39501 \begin_layout Plain Layout
39502 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
39503 \end_inset
39504
39505
39506 \end_layout
39507
39508 \end_inset
39509 </cell>
39510 </row>
39511 <row>
39512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39513 \begin_inset Text
39514
39515 \begin_layout Plain Layout
39516
39517 \backslash
39518 ce
39519 \begin_inset space \textvisiblespace{}
39520 \end_inset
39521
39522 CO2
39523 \begin_inset space \textvisiblespace{}
39524 \end_inset
39525
39526 +
39527 \begin_inset space \textvisiblespace{}
39528 \end_inset
39529
39530 C
39531 \begin_inset space \textvisiblespace{}
39532 \end_inset
39533
39534 <=>
39535 \begin_inset space \textvisiblespace{}
39536 \end_inset
39537
39538 2CO
39539 \end_layout
39540
39541 \end_inset
39542 </cell>
39543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39544 \begin_inset Text
39545
39546 \begin_layout Plain Layout
39547 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
39548 \end_inset
39549
39550
39551 \end_layout
39552
39553 \end_inset
39554 </cell>
39555 </row>
39556 <row topspace="1.5mm">
39557 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39558 \begin_inset Text
39559
39560 \begin_layout Plain Layout
39561
39562 \backslash
39563 ce
39564 \begin_inset space \textvisiblespace{}
39565 \end_inset
39566
39567 CO2
39568 \begin_inset space \textvisiblespace{}
39569 \end_inset
39570
39571 +
39572 \begin_inset space \textvisiblespace{}
39573 \end_inset
39574
39575 C
39576 \begin_inset space \textvisiblespace{}
39577 \end_inset
39578
39579 説明書『[
39580 \backslash
39581 alpha][
39582 \backslash
39583 beta]
39584 \begin_inset space \textvisiblespace{}
39585 \end_inset
39586
39587 2CO}
39588 \end_layout
39589
39590 \end_inset
39591 </cell>
39592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
39593 \begin_inset Text
39594
39595 \begin_layout Plain Layout
39596 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
39597 \end_inset
39598
39599
39600 \end_layout
39601
39602 \end_inset
39603 </cell>
39604 </row>
39605 </lyxtabular>
39606
39607 \end_inset
39608
39609
39610 \end_layout
39611
39612 \begin_layout Standard
39613 \begin_inset Note Greyedout
39614 status open
39615
39616 \begin_layout Plain Layout
39617
39618 \series bold
39619 [註]
39620 \series default
39621 \SpecialChar LyX
39622 では,
39623
39624 \series bold
39625 mhchem
39626 \series default
39627 の説明書通りに上矢印を得ようと^文字を使用しても,
39628 うまく行きません.代わりに,
39629 次のように,
39630 負の小空白の後に
39631 \series bold
39632
39633 \backslash
39634 uparrow
39635 \series default
39636 コマンドを続けます.
39637 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
39638 \end_inset
39639
39640
39641 \end_layout
39642
39643 \end_inset
39644
39645
39646 \end_layout
39647
39648 \begin_layout Standard
39649
39650 \series bold
39651
39652 \backslash
39653 ce
39654 \series default
39655 を使うと
39656 \begin_inset CommandInset ref
39657 LatexCommand eqref
39658 reference "eq:chem-reaction"
39659 nolink "false"
39660
39661 \end_inset
39662
39663 式のコマンドは
39664 \begin_inset Newline newline
39665 \end_inset
39666
39667
39668 \series bold
39669  
39670 \backslash
39671 ce
39672 \begin_inset space \textvisiblespace{}
39673 \end_inset
39674
39675 2Na+
39676 \begin_inset space \textvisiblespace{}
39677 \end_inset
39678
39679 +
39680 \begin_inset space \textvisiblespace{}
39681 \end_inset
39682
39683 SO4^2-
39684 \begin_inset space \textvisiblespace{}
39685 \end_inset
39686
39687
39688 \begin_inset space \textvisiblespace{}
39689 \end_inset
39690
39691 ->
39692 \begin_inset space \textvisiblespace{}
39693 \end_inset
39694
39695 Na2SO4
39696 \begin_inset Newline newline
39697 \end_inset
39698
39699
39700 \series default
39701 のようになります.
39702 \end_layout
39703
39704 \begin_layout Standard
39705 複数行の化学式を作るには,
39706
39707 \begin_inset CommandInset ref
39708 LatexCommand ref
39709 reference "sec:多行数式"
39710 nolink "false"
39711
39712 \end_inset
39713
39714 節に述べられている方法で,
39715 多行数式をまず作ります.その後,
39716 数式の小さな青いボックスそれぞれに
39717 \series bold
39718
39719 \backslash
39720 ce
39721 \series default
39722 コマンドを使用します.
39723 \begin_inset CommandInset ref
39724 LatexCommand eqref
39725 reference "eq:TEOS-reaction-1"
39726 nolink "false"
39727
39728 \end_inset
39729
39730 式と
39731 \begin_inset CommandInset ref
39732 LatexCommand eqref
39733 reference "eq:TEOS-reaction-2"
39734 nolink "false"
39735
39736 \end_inset
39737
39738 式は,
39739 多段化学反応式の例で,
39740 一つの式毎に番号が振られています.
39741 \begin_inset Formula 
39742 \begin{eqnarray}
39743 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
39744 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
39745 \end{eqnarray}
39746
39747 \end_inset
39748
39749
39750 \end_layout
39751
39752 \begin_layout Standard
39753
39754 \series bold
39755 mhchem
39756 \series default
39757 パッケージは,
39758
39759 \series bold
39760
39761 \backslash
39762 ce
39763 \series default
39764 の他に,
39765 特殊ケースに使用する
39766 \series bold
39767
39768 \backslash
39769 cf
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 cf
39805 \end_layout
39806
39807 \end_inset
39808
39809
39810 \end_layout
39811
39812 \end_inset
39813
39814 コマンドを提供しています.
39815 \series bold
39816
39817 \backslash
39818 cf
39819 \series default
39820 の詳しい情報と例示については,
39821
39822 \series bold
39823 mhchem
39824 \series default
39825
39826 \begin_inset CommandInset citation
39827 LatexCommand cite
39828 key "mhchem"
39829 literal "true"
39830
39831 \end_inset
39832
39833 の取扱説明書をご覧ください.
39834 \end_layout
39835
39836 \begin_layout Section
39837 図解
39838 \end_layout
39839
39840 \begin_layout Standard
39841 \SpecialChar LyX
39842 は,
39843 二つの型の可換図
39844 \series bold
39845 amscd
39846 \series default
39847 および
39848 \series bold
39849 xymatrix
39850 \series default
39851 をサポートしており,
39852 以下でこれらの説明をします.
39853 \end_layout
39854
39855 \begin_layout Subsection
39856 amscd図解
39857 \begin_inset Index idx
39858 range none
39859 pageformat default
39860 status collapsed
39861
39862 \begin_layout Plain Layout
39863 \begin_inset IndexMacro sortkey
39864 status open
39865
39866 \begin_layout Plain Layout
39867 すかい
39868 \end_layout
39869
39870 \end_inset
39871
39872 図解
39873 \begin_inset IndexMacro subentry
39874 status open
39875
39876 \begin_layout Plain Layout
39877 amscd
39878 \end_layout
39879
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \end_inset
39886
39887
39888 \end_layout
39889
39890 \begin_layout Standard
39891 この型の図解は,
39892 以下のように,
39893 関係を縦横の線や矢印で図示します.
39894 \begin_inset Formula 
39895 \[
39896 \begin{CD}A@>>>B@>>>C\\
39897 @AAA@.@VVV\\
39898 F@<<<E@<<<D
39899 \end{CD}
39900 \]
39901
39902 \end_inset
39903
39904
39905 \end_layout
39906
39907 \begin_layout Standard
39908 これを作るには,
39909 数式に
39910 \series bold
39911
39912 \backslash
39913 CD
39914 \series default
39915
39916 \begin_inset Index idx
39917 range none
39918 pageformat default
39919 status collapsed
39920
39921 \begin_layout Plain Layout
39922 \begin_inset IndexMacro sortkey
39923 status open
39924
39925 \begin_layout Plain Layout
39926 こまんと
39927 \end_layout
39928
39929 \end_inset
39930
39931 コマンド
39932 \begin_inset IndexMacro subentry
39933 status open
39934
39935 \begin_layout Plain Layout
39936 C
39937 \end_layout
39938
39939 \end_inset
39940
39941
39942 \begin_inset IndexMacro subentry
39943 status open
39944
39945 \begin_layout Plain Layout
39946
39947 \backslash
39948 CD
39949 \end_layout
39950
39951 \end_inset
39952
39953
39954 \end_layout
39955
39956 \end_inset
39957
39958 コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,
39959 ここにコマンドを入れていきます.
39960 \begin_inset Info
39961 type  "shortcut"
39962 arg   "newline-insert newline"
39963 \end_inset
39964
39965 を押すと,
39966 新しい行が作られます.水平方向の関係は奇数行に入れ,
39967 垂直方向の関係は偶数行に入れます.
39968 \end_layout
39969
39970 \begin_layout Standard
39971 関係を作るには,
39972 以下のコマンドがあります.
39973 \end_layout
39974
39975 \begin_layout Itemize
39976 \begin_inset Formula $\boldsymbol{@<<<}$
39977 \end_inset
39978
39979 は左矢印,
39980
39981 \begin_inset Formula $\boldsymbol{@>>>}$
39982 \end_inset
39983
39984 は右矢印,
39985
39986 \series bold
39987 @=
39988 \series default
39989 は長い等号を生成します.
39990 \end_layout
39991
39992 \begin_layout Itemize
39993
39994 \series bold
39995 @AAA
39996 \series default
39997 は上矢印,
39998
39999 \series bold
40000 @VVV
40001 \series default
40002 は下矢印,
40003
40004 \begin_inset Formula $\boldsymbol{@|}$
40005 \end_inset
40006
40007 は縦向きの等号を生成します.
40008 \end_layout
40009
40010 \begin_layout Itemize
40011
40012 \series bold
40013 @.
40014 \series default
40015 は関係が存在しない部分に置きます.
40016 \end_layout
40017
40018 \begin_layout Standard
40019 矢印はすべて,
40020 以下のようにラベル付けをすることができます.
40021 \end_layout
40022
40023 \begin_layout Itemize
40024 文章を,
40025 第1と第2の「
40026 \begin_inset Formula $<$
40027 \end_inset
40028
40029 」ないし「
40030 \begin_inset Formula $>$
40031 \end_inset
40032
40033 」のあいだに入れると,
40034 この文章は矢印の上に表示されます.第2・第3の「
40035 \begin_inset Formula $<$
40036 \end_inset
40037
40038 」ないし「
40039 \begin_inset Formula $>$
40040 \end_inset
40041
40042 」のあいだに入れると,
40043 矢印の下に表示されます.
40044 \end_layout
40045
40046 \begin_layout Itemize
40047 縦矢印に付ける文章を,
40048 第1・第2の「A」ないし「V」のあいだに入れると,
40049 この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,
40050 矢印の右に表示されます.文章中に「A」や「V」の文字があるときには,
40051 これらは\SpecialChar TeX
40052 括弧の中に入れなくてはなりません.
40053 \end_layout
40054
40055 \begin_layout Standard
40056 以下は,
40057 上記のすべての関係を使った例です.
40058 \end_layout
40059
40060 \begin_layout Standard
40061 \begin_inset Formula 
40062 \[
40063 \begin{CD}A@>j>>B@>>k>C@=F\\
40064 @AmAA@.@VV{V}V@|\\
40065 D@<<j<E@>k>>F@=C
40066 \end{CD}
40067 \]
40068
40069 \end_inset
40070
40071
40072 \end_layout
40073
40074 \begin_layout Standard
40075 これを作るコマンドは,
40076 以下のとおりです.
40077 \begin_inset Newline newline
40078 \end_inset
40079
40080
40081 \series bold
40082
40083 \backslash
40084 CD
40085 \begin_inset space \textvisiblespace{}
40086 \end_inset
40087
40088 A
40089 \begin_inset Formula $\boldsymbol{@>}$
40090 \end_inset
40091
40092 j
40093 \begin_inset Formula $\boldsymbol{>>}$
40094 \end_inset
40095
40096 B
40097 \begin_inset Formula $\boldsymbol{@>>}$
40098 \end_inset
40099
40100 k
40101 \begin_inset Formula $\boldsymbol{>}$
40102 \end_inset
40103
40104 C@=F Ctrl+Return
40105 \begin_inset Newline newline
40106 \end_inset
40107
40108
40109 \begin_inset Phantom HPhantom
40110 status open
40111
40112 \begin_layout Plain Layout
40113
40114 \series bold
40115
40116 \backslash
40117 CD
40118 \begin_inset space \textvisiblespace{}
40119 \end_inset
40120
40121
40122 \end_layout
40123
40124 \end_inset
40125
40126 @AmAA@.@VV
40127 \backslash
40128 {V
40129 \series default
40130
40131 \begin_inset Formula $\to$
40132 \end_inset
40133
40134
40135 \series bold
40136 V
40137 \begin_inset Formula $\boldsymbol{@|}$
40138 \end_inset
40139
40140  Ctrl+Return
40141 \begin_inset Newline newline
40142 \end_inset
40143
40144
40145 \begin_inset Phantom HPhantom
40146 status open
40147
40148 \begin_layout Plain Layout
40149
40150 \series bold
40151
40152 \backslash
40153 CD
40154 \begin_inset space \textvisiblespace{}
40155 \end_inset
40156
40157
40158 \end_layout
40159
40160 \end_inset
40161
40162 D
40163 \begin_inset Formula $\boldsymbol{@<<}$
40164 \end_inset
40165
40166 j
40167 \begin_inset Formula $\boldsymbol{<}$
40168 \end_inset
40169
40170 E
40171 \begin_inset Formula $\boldsymbol{@>}$
40172 \end_inset
40173
40174 k
40175 \begin_inset Formula $\boldsymbol{>>}$
40176 \end_inset
40177
40178 F@=C
40179 \end_layout
40180
40181 \begin_layout Subsection
40182 xymatrix図解
40183 \begin_inset Index idx
40184 range none
40185 pageformat default
40186 status collapsed
40187
40188 \begin_layout Plain Layout
40189 \begin_inset IndexMacro sortkey
40190 status open
40191
40192 \begin_layout Plain Layout
40193 すかい
40194 \end_layout
40195
40196 \end_inset
40197
40198 図解
40199 \begin_inset IndexMacro subentry
40200 status open
40201
40202 \begin_layout Plain Layout
40203 xymatrix
40204 \end_layout
40205
40206 \end_inset
40207
40208
40209 \end_layout
40210
40211 \end_inset
40212
40213
40214 \end_layout
40215
40216 \begin_layout Standard
40217 xymatricesを使うには,
40218 \SpecialChar LaTeX
40219 パッケージの
40220 \series bold
40221 xypic
40222 \series default
40223 が導入済みである必要があります.xymatrixは,
40224 数式中に
40225 \series bold
40226
40227 \backslash
40228 xymatrix
40229 \series default
40230 コマンドを入れることで作ることができます.すると,
40231 通常の行列と同じようにして,
40232 列や行を付け加えることができます.第
40233 \begin_inset CommandInset ref
40234 LatexCommand ref
40235 reference "sec:行列"
40236 nolink "false"
40237
40238 \end_inset
40239
40240 節をご参照下さい.
40241 \end_layout
40242
40243 \begin_layout Standard
40244 amscd図解とは異なり,
40245 xymatricesは,
40246 対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
40247
40248 \family sans
40249 \series bold
40250 ヘルプ\SpecialChar menuseparator
40251 用途別説明書\SpecialChar menuseparator
40252 XY-pic
40253 \family default
40254 \series default
40255
40256 \begin_inset space \thinspace{}
40257 \end_inset
40258
40259 メニューにある「XY-pic」説明書で詳しく網羅しています.
40260 \end_layout
40261
40262 \begin_layout Subsection
40263 ファインマン図
40264 \series medium
40265
40266 \begin_inset Index idx
40267 range none
40268 pageformat default
40269 status collapsed
40270
40271 \begin_layout Plain Layout
40272 \begin_inset IndexMacro sortkey
40273 status open
40274
40275 \begin_layout Plain Layout
40276 すかい
40277 \end_layout
40278
40279 \end_inset
40280
40281 図解
40282 \begin_inset IndexMacro subentry
40283 status open
40284
40285 \begin_layout Plain Layout
40286 ファインマン
40287 \end_layout
40288
40289 \end_inset
40290
40291
40292 \end_layout
40293
40294 \end_inset
40295
40296
40297 \end_layout
40298
40299 \begin_layout Standard
40300 ファインマン図を使うには,
40301 \SpecialChar LaTeX
40302 パッケージ
40303 \series bold
40304 feyn
40305 \series default
40306 を導入しておかなくてはなりません.すると,
40307 ファインマン図は,
40308 数式中で
40309 \series bold
40310
40311 \backslash
40312 Diagram
40313 \series default
40314 コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
40315 \begin_inset CommandInset ref
40316 LatexCommand ref
40317 reference "sec:行列"
40318 nolink "false"
40319
40320 \end_inset
40321
40322 節参照).
40323 \end_layout
40324
40325 \begin_layout Standard
40326 \SpecialChar LyX
40327 でのファインマン図の作り方は,
40328
40329 \family sans
40330 \series bold
40331 ヘルプ\SpecialChar menuseparator
40332 用途別説明書
40333 \family default
40334 \series default
40335
40336 \begin_inset space \thinspace{}
40337 \end_inset
40338
40339 メニュー内の『ファインマン図』にあります.
40340 \end_layout
40341
40342 \begin_layout Section
40343 自己定義コマンド
40344 \begin_inset Index idx
40345 range none
40346 pageformat default
40347 status collapsed
40348
40349 \begin_layout Plain Layout
40350 \begin_inset IndexMacro sortkey
40351 status open
40352
40353 \begin_layout Plain Layout
40354 しこていきこまんと
40355 \end_layout
40356
40357 \end_inset
40358
40359 自己定義コマンド
40360 \end_layout
40361
40362 \end_inset
40363
40364
40365 \end_layout
40366
40367 \begin_layout Standard
40368 \begin_inset Note Greyedout
40369 status open
40370
40371 \begin_layout Plain Layout
40372 [註]自己定義コマンド名及びマクロ名には,
40373 ラテン文字しか使用することができません.
40374 \end_layout
40375
40376 \end_inset
40377
40378
40379 \end_layout
40380
40381 \begin_layout Subsection
40382
40383 \backslash
40384 newcommandコマンド
40385 \begin_inset CommandInset label
40386 LatexCommand label
40387 name "subsec:newcommandコマンド"
40388
40389 \end_inset
40390
40391
40392 \begin_inset Index idx
40393 range none
40394 pageformat default
40395 status collapsed
40396
40397 \begin_layout Plain Layout
40398 \begin_inset IndexMacro sortkey
40399 status open
40400
40401 \begin_layout Plain Layout
40402 しこていきこまんと
40403 \end_layout
40404
40405 \end_inset
40406
40407 自己定義コマンド
40408 \begin_inset IndexMacro subentry
40409 status open
40410
40411 \begin_layout Plain Layout
40412
40413 \backslash
40414 newcommand
40415 \end_layout
40416
40417 \end_inset
40418
40419
40420 \end_layout
40421
40422 \end_inset
40423
40424
40425 \begin_inset Index idx
40426 range none
40427 pageformat default
40428 status collapsed
40429
40430 \begin_layout Plain Layout
40431 \begin_inset IndexMacro sortkey
40432 status open
40433
40434 \begin_layout Plain Layout
40435 こまんと
40436 \end_layout
40437
40438 \end_inset
40439
40440 コマンド
40441 \begin_inset IndexMacro subentry
40442 status open
40443
40444 \begin_layout Plain Layout
40445 N
40446 \end_layout
40447
40448 \end_inset
40449
40450
40451 \begin_inset IndexMacro subentry
40452 status open
40453
40454 \begin_layout Plain Layout
40455
40456 \backslash
40457 newcommand
40458 \end_layout
40459
40460 \end_inset
40461
40462
40463 \end_layout
40464
40465 \end_inset
40466
40467
40468 \end_layout
40469
40470 \begin_layout Standard
40471 頻繁に用いるには,
40472 長すぎる\SpecialChar LaTeX
40473 コマンドはたくさんありますが,
40474
40475 \series bold
40476
40477 \backslash
40478 newcommand
40479 \series default
40480 コマンドを使えば,
40481 新しい短縮コマンドを定義することが可能です.
40482 \end_layout
40483
40484 \begin_layout Standard
40485
40486 \series bold
40487
40488 \backslash
40489 newcommand
40490 \series default
40491 コマンドの書式は,
40492
40493 \end_layout
40494
40495 \begin_layout Standard
40496
40497 \series bold
40498
40499 \backslash
40500 newcommand{新コマンド名}[引数の数][オプションの値]
40501 \begin_inset Newline newline
40502 \end_inset
40503
40504
40505 \begin_inset Phantom HPhantom
40506 status open
40507
40508 \begin_layout Plain Layout
40509
40510 \series bold
40511
40512 \backslash
40513 newcommand
40514 \end_layout
40515
40516 \end_inset
40517
40518 {コマンド定義}
40519 \end_layout
40520
40521 \begin_layout Standard
40522 です.
40523 \end_layout
40524
40525 \begin_layout Standard
40526 \begin_inset Note Greyedout
40527 status open
40528
40529 \begin_layout Plain Layout
40530
40531 \series bold
40532 [註]
40533 \series default
40534 新コマンド名が,
40535 使用中の文書や呼び出している\SpecialChar LaTeX
40536 パッケージで,
40537 既に使用されていないことを確認して下さい.たとえば,
40538
40539 \series bold
40540
40541 \backslash
40542 Leftarrow
40543 \series default
40544 の短縮のつもりで
40545 \series bold
40546
40547 \backslash
40548 le
40549 \series default
40550 というコマンドを定義したとすると,
40551
40552 \series bold
40553
40554 \backslash
40555 le
40556 \series default
40557 は既に「
40558 \begin_inset Formula $\le$
40559 \end_inset
40560
40561 」を表すコマンドとして定義されてしまっているので,
40562 エラーメッセージが表示されます.
40563 \end_layout
40564
40565 \end_inset
40566
40567
40568 \end_layout
40569
40570 \begin_layout Standard
40571 「引数の数」は,
40572 0
40573 \begin_inset space \thinspace{}
40574 \end_inset
40575
40576 -
40577 \begin_inset space \thinspace{}
40578 \end_inset
40579
40580 9の範囲の整数であり,
40581 新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,
40582 非必須の引数の既定値を定義できます.これを指定すると,
40583 新コマンドの
40584 \emph on
40585 最初の
40586 \emph default
40587 引数は,
40588 自動的に非必須の引数になります.
40589 \end_layout
40590
40591 \begin_layout Standard
40592 以下にいくつかの例を挙げます.
40593 \end_layout
40594
40595 \begin_layout Itemize
40596
40597 \series bold
40598
40599 \backslash
40600 Longrightarrow
40601 \series default
40602 の短縮形として
40603 \series bold
40604
40605 \backslash
40606 gr
40607 \series default
40608 というコマンドを定義するには,
40609 \SpecialChar LaTeX
40610 プリアンブルに以下の行を加えます.
40611 \begin_inset VSpace medskip
40612 \end_inset
40613
40614
40615 \begin_inset Newline newline
40616 \end_inset
40617
40618
40619 \series bold
40620
40621 \backslash
40622 newcommand{
40623 \backslash
40624 gr}{
40625 \backslash
40626 Longrightarrow}
40627 \end_layout
40628
40629 \begin_layout Itemize
40630
40631 \series bold
40632
40633 \backslash
40634 underline
40635 \series default
40636 の短縮形として
40637 \series bold
40638
40639 \backslash
40640 us
40641 \series default
40642 というコマンドを定義するには,
40643 (下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,
40644 以下のようなプリアンブル行を入れます.
40645 \begin_inset VSpace medskip
40646 \end_inset
40647
40648
40649 \begin_inset Newline newline
40650 \end_inset
40651
40652
40653 \series bold
40654
40655 \backslash
40656 newcommand{
40657 \backslash
40658 us}[1]{
40659 \backslash
40660 underline{#1}}
40661 \series default
40662
40663 \begin_inset VSpace medskip
40664 \end_inset
40665
40666
40667 \begin_inset Newline newline
40668 \end_inset
40669
40670
40671 \series bold
40672 #
40673 \series default
40674 」という文字は,
40675 引数の入る場所を示し,
40676 その後ろの「
40677 \series bold
40678 1
40679 \series default
40680 」は,
40681 これが第1引数の入る場所であることを示します.
40682 \end_layout
40683
40684 \begin_layout Itemize
40685
40686 \series bold
40687
40688 \backslash
40689 framebox
40690 \series default
40691 の短縮形として,
40692 たとえば
40693 \series bold
40694
40695 \backslash
40696 fb
40697 \series default
40698 というコマンドを定義するには,
40699
40700 \begin_inset VSpace medskip
40701 \end_inset
40702
40703
40704 \begin_inset Newline newline
40705 \end_inset
40706
40707
40708 \series bold
40709
40710 \backslash
40711 newcommand{
40712 \backslash
40713 fb}[3]{
40714 \backslash
40715 framebox#1#2{$#3$}}
40716 \series default
40717
40718 \begin_inset VSpace medskip
40719 \end_inset
40720
40721
40722 \begin_inset Newline newline
40723 \end_inset
40724
40725 二つのドルマークは,
40726
40727 \series bold
40728
40729 \backslash
40730 framebox
40731 \series default
40732 が必要とする内部の数式を作り出します.第
40733 \begin_inset CommandInset ref
40734 LatexCommand ref
40735 reference "subsec:枠付きボックス"
40736 nolink "false"
40737
40738 \end_inset
40739
40740 節をご参照下さい.
40741 \end_layout
40742
40743 \begin_layout Itemize
40744 ボックスの色を指定する必要がない
40745 \series bold
40746
40747 \backslash
40748 fcolorbox
40749 \series default
40750 用の新コマンドを作るには,
40751 以下のように,
40752 色を示す引数を非必須として定義します.
40753 \begin_inset VSpace medskip
40754 \end_inset
40755
40756
40757 \begin_inset Newline newline
40758 \end_inset
40759
40760
40761 \series bold
40762
40763 \backslash
40764 newcommand{
40765 \backslash
40766 cb}[3][white]{
40767 \backslash
40768 fcolorbox{#2}{#1}{$#3$}}
40769 \series default
40770
40771 \begin_inset VSpace medskip
40772 \end_inset
40773
40774
40775 \begin_inset Newline newline
40776 \end_inset
40777
40778
40779 \series bold
40780
40781 \backslash
40782 cb
40783 \series default
40784 を使うときに色が指定されなければ,
40785 事前に定義された色である
40786 \series bold
40787 white
40788 \series default
40789 が使用されます.
40790 \end_layout
40791
40792 \begin_layout Standard
40793 以下は,
40794 上で定義したコマンドの動作テストです.
40795 \end_layout
40796
40797 \begin_layout Standard
40798 \align center
40799 \begin_inset Tabular
40800 <lyxtabular version="3" rows="6" columns="2">
40801 <features booktabs="true" tabularvalignment="middle">
40802 <column alignment="center" valignment="top" width="0pt">
40803 <column alignment="center" valignment="top">
40804 <row>
40805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40806 \begin_inset Text
40807
40808 \begin_layout Plain Layout
40809 コマンド
40810 \end_layout
40811
40812 \end_inset
40813 </cell>
40814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40815 \begin_inset Text
40816
40817 \begin_layout Plain Layout
40818 出力
40819 \end_layout
40820
40821 \end_inset
40822 </cell>
40823 </row>
40824 <row>
40825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40826 \begin_inset Text
40827
40828 \begin_layout Plain Layout
40829 A
40830 \backslash
40831 gr
40832 \begin_inset space \textvisiblespace{}
40833 \end_inset
40834
40835 B
40836 \end_layout
40837
40838 \end_inset
40839 </cell>
40840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40841 \begin_inset Text
40842
40843 \begin_layout Plain Layout
40844 \begin_inset Formula $A\gr B$
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \end_inset
40851 </cell>
40852 </row>
40853 <row>
40854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40855 \begin_inset Text
40856
40857 \begin_layout Plain Layout
40858
40859 \backslash
40860 us{ABcd
40861 \end_layout
40862
40863 \end_inset
40864 </cell>
40865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40866 \begin_inset Text
40867
40868 \begin_layout Plain Layout
40869 \begin_inset Formula $\us{ABcd}$
40870 \end_inset
40871
40872
40873 \end_layout
40874
40875 \end_inset
40876 </cell>
40877 </row>
40878 <row topspace="1mm">
40879 <cell alignment="center" valignment="top" usebox="none">
40880 \begin_inset Text
40881
40882 \begin_layout Plain Layout
40883
40884 \backslash
40885 fb{[2cm]
40886 \begin_inset Formula $\to$
40887 \end_inset
40888
40889
40890 \backslash
40891 {
40892 \begin_inset Formula $\to$
40893 \end_inset
40894
40895
40896 \backslash
40897 {
40898 \backslash
40899 int
40900 \begin_inset space \textvisiblespace{}
40901 \end_inset
40902
40903 A=B
40904 \end_layout
40905
40906 \end_inset
40907 </cell>
40908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40909 \begin_inset Text
40910
40911 \begin_layout Plain Layout
40912 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
40913 \end_inset
40914
40915
40916 \end_layout
40917
40918 \end_inset
40919 </cell>
40920 </row>
40921 <row topspace="1.5mm">
40922 <cell alignment="center" valignment="top" usebox="none">
40923 \begin_inset Text
40924
40925 \begin_layout Plain Layout
40926
40927 \backslash
40928 cb{red
40929 \begin_inset Formula $\to$
40930 \end_inset
40931
40932
40933 \backslash
40934 {
40935 \backslash
40936 int
40937 \begin_inset space \textvisiblespace{}
40938 \end_inset
40939
40940 A=B
40941 \end_layout
40942
40943 \end_inset
40944 </cell>
40945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40946 \begin_inset Text
40947
40948 \begin_layout Plain Layout
40949 \begin_inset Formula $\cb{red}{\int A=B}$
40950 \end_inset
40951
40952
40953 \end_layout
40954
40955 \end_inset
40956 </cell>
40957 </row>
40958 <row topspace="1.5mm" bottomspace="1mm">
40959 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40960 \begin_inset Text
40961
40962 \begin_layout Plain Layout
40963
40964 \backslash
40965 cb[green]
40966 \backslash
40967 {red
40968 \begin_inset Formula $\to$
40969 \end_inset
40970
40971
40972 \backslash
40973 {
40974 \backslash
40975 int
40976 \begin_inset space \textvisiblespace{}
40977 \end_inset
40978
40979 A=B
40980 \end_layout
40981
40982 \end_inset
40983 </cell>
40984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
40985 \begin_inset Text
40986
40987 \begin_layout Plain Layout
40988 \begin_inset Formula $\cb[green]{red}{\int A=B}$
40989 \end_inset
40990
40991
40992 \end_layout
40993
40994 \end_inset
40995 </cell>
40996 </row>
40997 </lyxtabular>
40998
40999 \end_inset
41000
41001
41002 \end_layout
41003
41004 \begin_layout Standard
41005 明らかに,
41006 プリアンブルで定義されたコマンドは,
41007 \SpecialChar LyX
41008 自身では「きれいに」表示されません.しかしながら,
41009 そのようなコマンドのほとんどは,
41010 \SpecialChar LyX
41011 では「数式マクロ」を使って定義できます.これを用いれば,
41012 すぐ下に説明するとおり,
41013 きれいに表示されます.
41014 \end_layout
41015
41016 \begin_layout Subsection
41017 数式マクロ
41018 \begin_inset Index idx
41019 range none
41020 pageformat default
41021 status collapsed
41022
41023 \begin_layout Plain Layout
41024 \begin_inset IndexMacro sortkey
41025 status open
41026
41027 \begin_layout Plain Layout
41028 しこていきこまんと
41029 \end_layout
41030
41031 \end_inset
41032
41033 自己定義コマンド
41034 \begin_inset IndexMacro subentry
41035 status open
41036
41037 \begin_layout Plain Layout
41038 \begin_inset IndexMacro sortkey
41039 status open
41040
41041 \begin_layout Plain Layout
41042 すうしきまくろ
41043 \end_layout
41044
41045 \end_inset
41046
41047 数式マクロ
41048 \end_layout
41049
41050 \end_inset
41051
41052
41053 \end_layout
41054
41055 \end_inset
41056
41057
41058 \begin_inset Index idx
41059 range none
41060 pageformat default
41061 status collapsed
41062
41063 \begin_layout Plain Layout
41064 \begin_inset IndexMacro sortkey
41065 status open
41066
41067 \begin_layout Plain Layout
41068 まくろ
41069 \end_layout
41070
41071 \end_inset
41072
41073 マクロ
41074 \end_layout
41075
41076 \end_inset
41077
41078
41079 \end_layout
41080
41081 \begin_layout Standard
41082 自己定義コマンドは,
41083 複雑な表現を使うときに特に便利です.たとえば,
41084 文書中で二次方程式を扱っているとすると,
41085 同じような解の形が何度も出てきます.二次方程式の一般型は,
41086
41087 \begin_inset Formula 
41088 \[
41089 0=\lambda^{2}+p\lambda+q
41090 \]
41091
41092 \end_inset
41093
41094 であり,
41095 その解の一般型は
41096 \begin_inset Formula 
41097 \[
41098 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
41099 \]
41100
41101 \end_inset
41102
41103
41104 \end_layout
41105
41106 \begin_layout Standard
41107 です.
41108 \begin_inset Formula $\lambda$
41109 \end_inset
41110
41111
41112 \begin_inset Formula $p$
41113 \end_inset
41114
41115
41116 \begin_inset Formula $q$
41117 \end_inset
41118
41119 の3つのパラメータを指定することが必須であり,
41120
41121 \begin_inset Formula $\lambda$
41122 \end_inset
41123
41124 の指数をオプションとして与えることができるような,
41125 解の公式のコマンドを定義するには,
41126 以下のような\SpecialChar LaTeX
41127 プリアンブル行を加えます.
41128 \begin_inset Newline newline
41129 \end_inset
41130
41131
41132 \series bold
41133
41134 \backslash
41135 newcommand{
41136 \backslash
41137 qG}[4][1,
41138 \backslash
41139 ,2]{#2_{#1}=-
41140 \backslash
41141 frac{#3}{2}
41142 \backslash
41143 pm
41144 \begin_inset Newline newline
41145 \end_inset
41146
41147
41148 \begin_inset Phantom HPhantom
41149 status open
41150
41151 \begin_layout Plain Layout
41152
41153 \series bold
41154
41155 \backslash
41156 newcommand
41157 \end_layout
41158
41159 \end_inset
41160
41161
41162 \backslash
41163 sqrt{
41164 \backslash
41165 frac{#3^{2}}{4}-#4}}
41166 \end_layout
41167
41168 \begin_layout Standard
41169 これを使って解の公式を作るには,
41170
41171 \begin_inset Newline newline
41172 \end_inset
41173
41174
41175 \series bold
41176
41177 \backslash
41178 qG{
41179 \backslash
41180 lambda
41181 \begin_inset Formula $\to$
41182 \end_inset
41183
41184
41185 \backslash
41186 {p
41187 \begin_inset Formula $\to$
41188 \end_inset
41189
41190
41191 \backslash
41192 {q
41193 \series default
41194 というコマンドを数式に入れます.
41195 \end_layout
41196
41197 \begin_layout Standard
41198 新コマンドを定義する方法は,
41199 たとえば\SpecialChar LaTeX
41200 中で分数は
41201 \series bold
41202
41203 \backslash
41204 frac{分子}{分母}
41205 \series default
41206 の形で入れなくてはならないことなど,
41207 使用するすべての\SpecialChar LaTeX
41208 コマンドの書式を知っている必要があるので,
41209 直感的ではありません.さらに,
41210 定義中で中括弧を入れ忘れることはよくあり,
41211 それをやってしまうと,
41212 \SpecialChar LyX
41213 からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,
41214 \SpecialChar LyX
41215 は,
41216
41217 \series bold
41218
41219 \backslash
41220 newcommand
41221 \series default
41222 コマンドの代わりに,
41223 数式マクロを使う方法を提供しています.
41224 \end_layout
41225
41226 \begin_layout Standard
41227 数式マクロは,
41228
41229 \family sans
41230 \series bold
41231 挿入\SpecialChar menuseparator
41232 数式\SpecialChar menuseparator
41233 マクロ
41234 \family default
41235 \series default
41236
41237 \begin_inset space \thinspace{}
41238 \end_inset
41239
41240 メニューか,
41241 ツールバーボタンの
41242 \begin_inset Info
41243 type  "icon"
41244 arg   "math-macro newmacroname_newcommand"
41245 \end_inset
41246
41247 で作ることができます.すると,
41248 数式マクロツールバーが表示されるとともに,
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/macrobox.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 \begin_inset FormulaMacro
41274 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
41275 \end_inset
41276
41277
41278 \backslash
41279 newmacronameが既定のマクロ名として現れますが,
41280 意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
41281
41282 \series bold
41283
41284 \backslash
41285 #1
41286 \series default
41287 のように
41288 \series bold
41289
41290 \backslash
41291 #引数番号
41292 \series default
41293 というコマンドで入力するか,
41294 マクロツールバーボタンの
41295 \begin_inset Info
41296 type  "icon"
41297 arg   "math-macro-add-param"
41298 \end_inset
41299
41300 を使用します.引数位置は赤で表示されます.引数は,
41301 最大で9つまでとることができます.非必須引数は,
41302 ツールバーボタンの
41303 \begin_inset Info
41304 type  "icon"
41305 arg   "math-macro-add-optional-param"
41306 \end_inset
41307
41308 で作ることができます.最初の必須引数は,
41309 ツールバーボタンの
41310 \begin_inset Info
41311 type  "icon"
41312 arg   "math-macro-make-optional"
41313 \end_inset
41314
41315 を使って,
41316 非必須引数にすることができます.二つ目の青枠には,
41317 \SpecialChar LyX
41318 中でのマクロの表示のしかたを定義することができます.通常は,
41319 定義したとおりに表示された方が便利なので,
41320 この枠は空白にしておきます.しかし,
41321 画面の過半を占拠してしまうようなマクロを作ってしまった場合には,
41322 たとえばこの枠に
41323 \begin_inset Newline newline
41324 \end_inset
41325
41326
41327 \series bold
41328 qG:
41329  
41330 \backslash
41331 #1
41332 \series default
41333  
41334 \series bold
41335 ,
41336
41337 \series default
41338  
41339 \series bold
41340
41341 \backslash
41342 #2
41343 \series default
41344  
41345 \series bold
41346 ,
41347
41348 \series default
41349  
41350 \series bold
41351
41352 \backslash
41353 #3,
41354  
41355 \backslash
41356 #4
41357 \begin_inset Newline newline
41358 \end_inset
41359
41360
41361 \series default
41362 のように入れることができます.このようにすると,
41363 マクロ名と引数のみが\SpecialChar LyX
41364 上に表示され,
41365 見通しが良くなります.一方,
41366 出力での数式は,
41367 最初の枠で定義したように表示されます.
41368 \begin_inset Newline newline
41369 \end_inset
41370
41371 さらに,
41372 数式中のマクロ表示は,
41373 マクロの中にカーソルを置いて,
41374
41375 \family sans
41376 \series bold
41377 表示\SpecialChar menuseparator
41378 数式マクロを展開
41379 \series default
41380 (
41381 \series bold
41382 畳む
41383 \series default
41384 )
41385 \family default
41386
41387 \begin_inset space \thinspace{}
41388 \end_inset
41389
41390 メニューを使うことで,
41391 マクロ毎に変えることができます.
41392 \end_layout
41393
41394 \begin_layout Standard
41395 マクロを使うには,
41396 数式中にマクロ名をコマンドとして入れます.上記の例では,
41397
41398 \series bold
41399
41400 \backslash
41401 qG
41402 \series default
41403 とします.このマクロは,
41404 \SpecialChar LyX
41405 中では以下のように表示されます.
41406 \begin_inset Newline newline
41407 \end_inset
41408
41409
41410 \begin_inset space \hspace*{\fill}
41411 \end_inset
41412
41413
41414 \begin_inset Graphics
41415         filename ../clipart/macrouse.png
41416         scale 95
41417
41418 \end_inset
41419
41420
41421 \begin_inset space \hspace*{\fill}
41422 \end_inset
41423
41424
41425 \begin_inset Newline newline
41426 \end_inset
41427
41428 以下は,
41429 上記の例に,
41430 引数
41431 \begin_inset Formula $x$
41432 \end_inset
41433
41434
41435 \begin_inset Formula $\ln(x)$
41436 \end_inset
41437
41438
41439 \begin_inset Formula $B$
41440 \end_inset
41441
41442 を指定したものです.
41443 \end_layout
41444
41445 \begin_layout Standard
41446 \begin_inset Formula 
41447 \[
41448 \qG x{\ln(x)}B
41449 \]
41450
41451 \end_inset
41452
41453
41454 \end_layout
41455
41456 \begin_layout Standard
41457 \SpecialChar LyX
41458 は,
41459
41460 \family sans
41461 \series bold
41462 ツール\SpecialChar menuseparator
41463 設定\SpecialChar menuseparator
41464 編集\SpecialChar menuseparator
41465 制御
41466 \family default
41467 \series default
41468
41469 \begin_inset space \thinspace{}
41470 \end_inset
41471
41472 メニューで,
41473 マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,
41474 様式を選択してから,
41475 違いを見るために数式マクロにカーソルを合わせてみてください.
41476 \end_layout
41477
41478 \begin_layout Standard
41479 数式マクロは,
41480 文書書き出し時に,
41481 内部的に
41482 \series bold
41483
41484 \backslash
41485 newcommand
41486 \series default
41487 コマンドに変換されます.こうして生成された
41488 \series bold
41489
41490 \backslash
41491 newcommand
41492 \series default
41493 コマンドは,
41494 \SpecialChar LaTeX
41495 プリアンブルには置かれませんので,
41496 マクロは,
41497 文書中,
41498 マクロ定義ボックスよりも後の数式でのみ使うことができます.
41499 \end_layout
41500
41501 \begin_layout Standard
41502 数式マクロは,
41503
41504 \series bold
41505
41506 \backslash
41507 newcommand
41508 \series default
41509 コマンドから直接作ることもできます.たとえば,
41510 \SpecialChar LyX
41511 中に通常の文章として,
41512
41513 \series bold
41514
41515 \begin_inset Newline newline
41516 \end_inset
41517
41518
41519 \backslash
41520 newcommand{
41521 \backslash
41522 larrow}[2]{
41523 \backslash
41524 xleftarrow[#2]{#1}}
41525 \begin_inset Newline newline
41526 \end_inset
41527
41528
41529 \series default
41530 というコマンドを書き入れ,
41531 この全体を選択して,
41532 ショートカット
41533 \family sans
41534 Ctrl+M
41535 \family default
41536 を押すと,
41537 このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
41538
41539 \series bold
41540
41541 \backslash
41542 newcommand
41543 \series default
41544 コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,
41545 間違ったマクロが作られてしまって,
41546 \SpecialChar LaTeX
41547 エラーが発生します.
41548 \end_layout
41549
41550 \begin_layout Standard
41551 数式マクロには,
41552 まだ,
41553 マクロ定義中に再帰的に数式を入れてしまうと,
41554 正しく処理されないという問題が残っています.したがって,
41555
41556 \begin_inset CommandInset ref
41557 LatexCommand ref
41558 reference "subsec:newcommandコマンド"
41559 nolink "false"
41560
41561 \end_inset
41562
41563 節で例として作った
41564 \series bold
41565
41566 \backslash
41567 fb
41568 \series default
41569 は,
41570 マクロとしては作ることができません.
41571 \end_layout
41572
41573 \begin_layout Standard
41574 カーソルがマクロ定義ボックスの中にあるとき,
41575 \SpecialChar LyX
41576 中に以下のようなマクロツールバーが表示されます.
41577 \end_layout
41578
41579 \begin_layout Standard
41580 \begin_inset VSpace defskip
41581 \end_inset
41582
41583
41584 \end_layout
41585
41586 \begin_layout Standard
41587 \begin_inset Graphics
41588         filename ../clipart/MacroToolbar.png
41589
41590 \end_inset
41591
41592
41593 \begin_inset Index idx
41594 range none
41595 pageformat default
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599 まくろ@マクロ!つーるばー@ツールバー
41600 \end_layout
41601
41602 \end_inset
41603
41604
41605 \end_layout
41606
41607 \begin_layout Standard
41608 \begin_inset VSpace defskip
41609 \end_inset
41610
41611
41612 \end_layout
41613
41614 \begin_layout Standard
41615 マクロツールバーは,
41616 左から右に,
41617 以下の各ボタンがあります.
41618 \end_layout
41619
41620 \begin_layout Standard
41621 \begin_inset VSpace defskip
41622 \end_inset
41623
41624
41625 \end_layout
41626
41627 \begin_layout Standard
41628 \begin_inset Tabular
41629 <lyxtabular version="3" rows="9" columns="2">
41630 <features islongtable="true" longtabularalignment="center">
41631 <column alignment="left" valignment="top">
41632 <column alignment="left" valignment="top" width="85col%">
41633 <row interlinespace="2.5mm">
41634 <cell alignment="center" valignment="top" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 \begin_inset Info
41639 type  "icon"
41640 arg   "math-macro-remove-param"
41641 \end_inset
41642
41643
41644 \end_layout
41645
41646 \end_inset
41647 </cell>
41648 <cell alignment="center" valignment="top" usebox="none">
41649 \begin_inset Text
41650
41651 \begin_layout Plain Layout
41652
41653 \family sans
41654 \series bold
41655 編集\SpecialChar menuseparator
41656 数式\SpecialChar menuseparator
41657 マクロ定義\SpecialChar menuseparator
41658 最後の引数を削除
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 </row>
41664 <row interlinespace="2.5mm">
41665 <cell alignment="center" valignment="top" usebox="none">
41666 \begin_inset Text
41667
41668 \begin_layout Plain Layout
41669 \begin_inset Info
41670 type  "icon"
41671 arg   "math-macro-add-param"
41672 \end_inset
41673
41674
41675 \end_layout
41676
41677 \end_inset
41678 </cell>
41679 <cell alignment="center" valignment="top" usebox="none">
41680 \begin_inset Text
41681
41682 \begin_layout Plain Layout
41683
41684 \family sans
41685 \series bold
41686 編集\SpecialChar menuseparator
41687 数式\SpecialChar menuseparator
41688 マクロ定義\SpecialChar menuseparator
41689 引数を追加
41690 \end_layout
41691
41692 \end_inset
41693 </cell>
41694 </row>
41695 <row interlinespace="2.5mm">
41696 <cell alignment="center" valignment="top" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700 \begin_inset Info
41701 type  "icon"
41702 arg   "math-macro-make-optional"
41703 \end_inset
41704
41705
41706 \end_layout
41707
41708 \end_inset
41709 </cell>
41710 <cell alignment="center" valignment="top" usebox="none">
41711 \begin_inset Text
41712
41713 \begin_layout Plain Layout
41714
41715 \family sans
41716 \series bold
41717 編集\SpecialChar menuseparator
41718 数式\SpecialChar menuseparator
41719 マクロ定義\SpecialChar menuseparator
41720 最初の必須引数を
41721 \begin_inset Newline newline
41722 \end_inset
41723
41724
41725 \begin_inset Phantom HPhantom
41726 status open
41727
41728 \begin_layout Plain Layout
41729
41730 \family sans
41731 編集\SpecialChar menuseparator
41732 数式\SpecialChar menuseparator
41733 マクロ定義\SpecialChar menuseparator
41734
41735 \end_layout
41736
41737 \end_inset
41738
41739 非必須引数にする
41740 \end_layout
41741
41742 \end_inset
41743 </cell>
41744 </row>
41745 <row interlinespace="2.5mm">
41746 <cell alignment="center" valignment="top" usebox="none">
41747 \begin_inset Text
41748
41749 \begin_layout Plain Layout
41750 \begin_inset Info
41751 type  "icon"
41752 arg   "math-macro-make-nonoptional"
41753 \end_inset
41754
41755
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 <cell alignment="center" valignment="top" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764
41765 \family sans
41766 \series bold
41767 編集\SpecialChar menuseparator
41768 数式\SpecialChar menuseparator
41769 マクロ定義\SpecialChar menuseparator
41770 最後の非必須引数を
41771 \begin_inset Newline newline
41772 \end_inset
41773
41774
41775 \begin_inset Phantom HPhantom
41776 status open
41777
41778 \begin_layout Plain Layout
41779
41780 \family sans
41781 編集\SpecialChar menuseparator
41782 数式\SpecialChar menuseparator
41783 マクロ定義\SpecialChar menuseparator
41784
41785 \end_layout
41786
41787 \end_inset
41788
41789 必須引数にする
41790 \end_layout
41791
41792 \end_inset
41793 </cell>
41794 </row>
41795 <row interlinespace="2.5mm">
41796 <cell alignment="center" valignment="top" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 \begin_inset Info
41801 type  "icon"
41802 arg   "math-macro-remove-optional-param"
41803 \end_inset
41804
41805
41806 \end_layout
41807
41808 \end_inset
41809 </cell>
41810 <cell alignment="center" valignment="top" usebox="none">
41811 \begin_inset Text
41812
41813 \begin_layout Plain Layout
41814
41815 \family sans
41816 \series bold
41817 編集\SpecialChar menuseparator
41818 数式\SpecialChar menuseparator
41819 マクロ定義\SpecialChar menuseparator
41820 非必須引数を削除
41821 \end_layout
41822
41823 \end_inset
41824 </cell>
41825 </row>
41826 <row interlinespace="2.5mm">
41827 <cell alignment="center" valignment="top" usebox="none">
41828 \begin_inset Text
41829
41830 \begin_layout Plain Layout
41831 \begin_inset Info
41832 type  "icon"
41833 arg   "math-macro-add-optional-param"
41834 \end_inset
41835
41836
41837 \end_layout
41838
41839 \end_inset
41840 </cell>
41841 <cell alignment="center" valignment="top" usebox="none">
41842 \begin_inset Text
41843
41844 \begin_layout Plain Layout
41845
41846 \family sans
41847 \series bold
41848 編集\SpecialChar menuseparator
41849 数式\SpecialChar menuseparator
41850 マクロ定義\SpecialChar menuseparator
41851 非必須引数を挿入
41852 \end_layout
41853
41854 \end_inset
41855 </cell>
41856 </row>
41857 <row interlinespace="2.5mm">
41858 <cell alignment="center" valignment="top" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 \begin_inset Info
41863 type  "icon"
41864 arg   "math-macro-remove-greedy-param"
41865 \end_inset
41866
41867
41868 \end_layout
41869
41870 \end_inset
41871 </cell>
41872 <cell alignment="center" valignment="top" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876
41877 \family sans
41878 \series bold
41879 編集\SpecialChar menuseparator
41880 数式\SpecialChar menuseparator
41881 マクロ定義\SpecialChar menuseparator
41882 右に吐き出す形で
41883 \begin_inset Newline newline
41884 \end_inset
41885
41886
41887 \begin_inset Phantom HPhantom
41888 status open
41889
41890 \begin_layout Plain Layout
41891
41892 \family sans
41893 編集\SpecialChar menuseparator
41894 数式\SpecialChar menuseparator
41895 マクロ定義\SpecialChar menuseparator
41896
41897 \end_layout
41898
41899 \end_inset
41900
41901 最後の引数を削除
41902 \end_layout
41903
41904 \end_inset
41905 </cell>
41906 </row>
41907 <row interlinespace="2.5mm">
41908 <cell alignment="center" valignment="top" usebox="none">
41909 \begin_inset Text
41910
41911 \begin_layout Plain Layout
41912 \begin_inset Info
41913 type  "icon"
41914 arg   "math-macro-append-greedy-param"
41915 \end_inset
41916
41917
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 <cell alignment="center" valignment="top" usebox="none">
41923 \begin_inset Text
41924
41925 \begin_layout Plain Layout
41926
41927 \family sans
41928 \series bold
41929 編集\SpecialChar menuseparator
41930 数式\SpecialChar menuseparator
41931 マクロ定義\SpecialChar menuseparator
41932 右から喰う形で
41933 \begin_inset Newline newline
41934 \end_inset
41935
41936
41937 \begin_inset Phantom HPhantom
41938 status open
41939
41940 \begin_layout Plain Layout
41941
41942 \family sans
41943 編集\SpecialChar menuseparator
41944 数式\SpecialChar menuseparator
41945 マクロ定義\SpecialChar menuseparator
41946
41947 \end_layout
41948
41949 \end_inset
41950
41951 引数を追加
41952 \end_layout
41953
41954 \end_inset
41955 </cell>
41956 </row>
41957 <row interlinespace="2.5mm">
41958 <cell alignment="center" valignment="top" usebox="none">
41959 \begin_inset Text
41960
41961 \begin_layout Plain Layout
41962 \begin_inset Info
41963 type  "icon"
41964 arg   "math-macro-add-greedy-optional-param"
41965 \end_inset
41966
41967
41968 \end_layout
41969
41970 \end_inset
41971 </cell>
41972 <cell alignment="center" valignment="top" usebox="none">
41973 \begin_inset Text
41974
41975 \begin_layout Plain Layout
41976
41977 \family sans
41978 \series bold
41979 編集\SpecialChar menuseparator
41980 数式\SpecialChar menuseparator
41981 マクロ定義\SpecialChar menuseparator
41982 右から喰う形で
41983 \begin_inset Newline newline
41984 \end_inset
41985
41986
41987 \begin_inset Phantom HPhantom
41988 status open
41989
41990 \begin_layout Plain Layout
41991
41992 \family sans
41993 編集\SpecialChar menuseparator
41994 数式\SpecialChar menuseparator
41995 マクロ定義\SpecialChar menuseparator
41996
41997 \end_layout
41998
41999 \end_inset
42000
42001 非必須引数を追加
42002 \end_layout
42003
42004 \end_inset
42005 </cell>
42006 </row>
42007 </lyxtabular>
42008
42009 \end_inset
42010
42011
42012 \end_layout
42013
42014 \begin_layout Section
42015 外部コマンド用の数式マクロ
42016 \end_layout
42017
42018 \begin_layout Standard
42019 場合によっては,
42020 \SpecialChar LyX
42021 がネイティブにサポートしていない数式コマンドを定義しているような\SpecialChar LaTeX
42022 パッケージを使う必要があるかもしれませんが,
42023 これはとても簡単に扱えます.そのパッケージをプリアンブルでインクルードし,
42024 数式でそのコマンドをタイプするだけです.しかしながら,
42025 プリアンブルで定義したコマンドと同様に,
42026 \SpecialChar LyX
42027 での表示は「きれい」ではありません.
42028 \end_layout
42029
42030 \begin_layout Standard
42031 \SpecialChar LyX
42032  2.4現在,
42033 この問題は解決しています.\SpecialChar LaTeX
42034 スロットを空にしたままの数式マクロを定義するだけなのです!
42035 \SpecialChar LyX
42036 スロット部が表示に使用されるのですが,
42037 対応する\SpecialChar LaTeX
42038 は出力されません.たとえば,
42039
42040 \begin_inset Flex Code
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044 godelnum.sty
42045 \end_layout
42046
42047 \end_inset
42048
42049 パッケージは,
42050 カギ括弧引用符の間に単一の引数を置くGodelnumマクロを定義します.このマクロを\SpecialChar LyX
42051 できれいに表示するには,
42052
42053 \end_layout
42054
42055 \begin_layout Standard
42056 \begin_inset FormulaMacro
42057 \newcommand{\Godelnum}[1]{}
42058 {\ulcorner#1\urcorner}
42059 \end_inset
42060
42061
42062 \end_layout
42063
42064 \begin_layout Standard
42065 とすれば良いのです.
42066 \end_layout
42067
42068 \begin_layout Standard
42069 もちろん,
42070 同じトリックは,
42071 プリアンブルで定義したコマンドについても使用できます.
42072 \end_layout
42073
42074 \begin_layout Section
42075 コンピュータ代数システム
42076 \end_layout
42077
42078 \begin_layout Standard
42079 \SpecialChar LyX
42080 では,
42081 \SpecialChar LyX
42082 の数式エディタで書かれた数式表現と,
42083 外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
42084
42085 \family sans
42086 Maple
42087 \family default
42088
42089 \family sans
42090 Mathematica
42091 \family default
42092
42093 \family sans
42094 Maxima
42095 \family default
42096
42097 \family sans
42098 Octave
42099 \family default
42100 です.サポートされている数式表現は,
42101 非常に単純なものに限られていますので,
42102 ご注意ください.
42103 \end_layout
42104
42105 \begin_layout Subsection
42106 使用法
42107 \end_layout
42108
42109 \begin_layout Standard
42110 数式表現を書いた後,
42111
42112 \family sans
42113 \series bold
42114 編集\SpecialChar menuseparator
42115 数式\SpecialChar menuseparator
42116 コンピュータ代数システムを使用
42117 \family default
42118 \series default
42119
42120 \begin_inset space \thinspace{}
42121 \end_inset
42122
42123 メニューで,
42124 コンピュータに導入済みのプログラムを選択します.その後,
42125 計算結果が,
42126 数式表現の右に「=」演算子とともに表示されます.
42127 \end_layout
42128
42129 \begin_layout Standard
42130 下記は,
42131 どのような計算が可能かをいくつか例示したものです(出力は
42132 \family typewriter
42133 Maxima
42134 \family default
42135 です).
42136 \end_layout
42137
42138 \begin_layout Itemize
42139 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
42140 \end_inset
42141
42142
42143 \end_layout
42144
42145 \begin_layout Itemize
42146 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
42147 \end_inset
42148
42149
42150 \end_layout
42151
42152 \begin_layout Itemize
42153 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
42154 \end_inset
42155
42156
42157 \end_layout
42158
42159 \begin_layout Itemize
42160 \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}$
42161 \end_inset
42162
42163
42164 \begin_inset Newline newline
42165 \end_inset
42166
42167
42168 \begin_inset Note Greyedout
42169 status open
42170
42171 \begin_layout Plain Layout
42172
42173 \series bold
42174 [註]
42175 \series default
42176 単純な「(」「)」文字ではなく,
42177 適切な区切り差込枠
42178 \begin_inset Formula $\left(\right)$
42179 \end_inset
42180
42181 を使わなくてはなりません.
42182 \end_layout
42183
42184 \end_inset
42185
42186  
42187 \end_layout
42188
42189 \begin_layout Itemize
42190 \begin_inset Formula $\det\left[\begin{array}{ccc}
42191 1 & 6 & 7\\
42192 2 & 5 & 8\\
42193 3 & 4 & 17
42194 \end{array}\right]=-56$
42195 \end_inset
42196
42197
42198 \end_layout
42199
42200 \begin_layout Itemize
42201 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
42202 \end_inset
42203
42204
42205 \end_layout
42206
42207 \begin_layout Itemize
42208 \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$
42209 \end_inset
42210
42211
42212 \end_layout
42213
42214 \begin_layout Itemize
42215 \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]$
42216 \end_inset
42217
42218
42219 \end_layout
42220
42221 \begin_layout Subsection
42222 ショートカット
42223 \end_layout
42224
42225 \begin_layout Standard
42226 現在のところ,
42227 代数プログラムを呼び出すためのショートカットはありません.しかし,
42228 ショートカットを
42229 \family sans
42230 math-extern
42231 \family default
42232  \SpecialChar LyX
42233 関数にバインドすることは容易です(取扱説明書『\SpecialChar LyX
42234 関数篇』参照).例えば,
42235 数式エディタ中で
42236 \family sans
42237 \series bold
42238 リターン
42239 \family default
42240 \series default
42241 キーをバインドさせることもできます.それを
42242 \family typewriter
42243 Maxima
42244 \family default
42245 にバインドするには,
42246 下記のショートカット定義コマンドを使用します.
42247 \end_layout
42248
42249 \begin_layout Standard
42250
42251 \series bold
42252 command-alternatives paragraph-break;math-extern maxima
42253 \end_layout
42254
42255 \begin_layout Section
42256 補遺
42257 \begin_inset Index idx
42258 range none
42259 pageformat default
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263 \begin_inset IndexMacro sortkey
42264 status open
42265
42266 \begin_layout Plain Layout
42267 ほい
42268 \end_layout
42269
42270 \end_inset
42271
42272 補遺
42273 \end_layout
42274
42275 \end_inset
42276
42277
42278 \end_layout
42279
42280 \begin_layout Subsection
42281 負の数
42282 \begin_inset Index idx
42283 range none
42284 pageformat default
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288 \begin_inset IndexMacro sortkey
42289 status open
42290
42291 \begin_layout Plain Layout
42292 かす
42293 \end_layout
42294
42295 \end_inset
42296
42297
42298 \begin_inset IndexMacro subentry
42299 status open
42300
42301 \begin_layout Plain Layout
42302 \begin_inset IndexMacro sortkey
42303 status open
42304
42305 \begin_layout Plain Layout
42306 ふの
42307 \end_layout
42308
42309 \end_inset
42310
42311 負の
42312 \begin_inset space \thinspace{}
42313 \end_inset
42314
42315
42316
42317
42318 \end_layout
42319
42320 \end_inset
42321
42322
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \end_layout
42329
42330 \begin_layout Standard
42331 数式中の負の数は,
42332 数の前の負符号が,
42333 差演算子記号と同じ長さに設定されてしまうために,
42334 汚く見えてしまうことがあります.負の数を通常の文章として書くと,
42335 負符号は正しく表示されます.
42336 \end_layout
42337
42338 \begin_layout Standard
42339 したがって,
42340 この問題は,
42341 負符号を数式テキストに変換することによって,
42342 解消されます.
42343 \end_layout
42344
42345 \begin_layout Standard
42346 以下は,
42347 この問題を示す例です.
42348 \end_layout
42349
42350 \begin_layout Standard
42351 \align center
42352 \begin_inset Tabular
42353 <lyxtabular version="3" rows="3" columns="2">
42354 <features booktabs="true" tabularvalignment="middle">
42355 <column alignment="right" valignment="top" width="0pt">
42356 <column alignment="left" valignment="top">
42357 <row>
42358 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 通常の文章:
42363
42364 \end_layout
42365
42366 \end_inset
42367 </cell>
42368 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
42369 \begin_inset Text
42370
42371 \begin_layout Plain Layout
42372 x = -2
42373 \end_layout
42374
42375 \end_inset
42376 </cell>
42377 </row>
42378 <row>
42379 <cell alignment="right" valignment="top" leftline="true" usebox="none">
42380 \begin_inset Text
42381
42382 \begin_layout Plain Layout
42383 数式:
42384
42385 \end_layout
42386
42387 \end_inset
42388 </cell>
42389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
42390 \begin_inset Text
42391
42392 \begin_layout Plain Layout
42393 \begin_inset Formula $x=-2$
42394 \end_inset
42395
42396
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 </row>
42402 <row>
42403 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42404 \begin_inset Text
42405
42406 \begin_layout Plain Layout
42407 解決策:
42408
42409 \end_layout
42410
42411 \end_inset
42412 </cell>
42413 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
42414 \begin_inset Text
42415
42416 \begin_layout Plain Layout
42417 \begin_inset Formula $x=\textrm{-}2$
42418 \end_inset
42419
42420
42421 \end_layout
42422
42423 \end_inset
42424 </cell>
42425 </row>
42426 </lyxtabular>
42427
42428 \end_inset
42429
42430
42431 \end_layout
42432
42433 \begin_layout Subsection
42434 位区切りとしてのコンマ
42435 \begin_inset Index idx
42436 range none
42437 pageformat default
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441 \begin_inset IndexMacro sortkey
42442 status open
42443
42444 \begin_layout Plain Layout
42445 こんま
42446 \end_layout
42447
42448 \end_inset
42449
42450 コンマ
42451 \end_layout
42452
42453 \end_inset
42454
42455
42456 \begin_inset Index idx
42457 range none
42458 pageformat default
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462 \begin_inset IndexMacro sortkey
42463 status open
42464
42465 \begin_layout Plain Layout
42466 かんま
42467 \end_layout
42468
42469 \end_inset
42470
42471 カンマ
42472 \begin_inset IndexMacro see
42473 status open
42474
42475 \begin_layout Plain Layout
42476 コンマ
42477 \end_layout
42478
42479 \end_inset
42480
42481
42482 \end_layout
42483
42484 \end_inset
42485
42486
42487 \end_layout
42488
42489 \begin_layout Standard
42490 \SpecialChar LaTeX
42491 では,
42492 英語の慣習にしたがい,
42493 数式中のコンマを数字の位区切りに使用します.よって,
42494 数式中のコンマの後ろには,
42495 つねに空白が加わります.
42496 \end_layout
42497
42498 \begin_layout Standard
42499 これを回避するためには,
42500 コンマを選択して,
42501 数式テキストに変更して下さい(¯ショートカット:
42502
42503 \begin_inset Info
42504 type  "shortcut"
42505 arg   "math-mode"
42506 \end_inset
42507
42508 ).
42509 \end_layout
42510
42511 \begin_layout Standard
42512 文書中の数式コンマを,
42513 すべて小数点として使うには,
42514 \SpecialChar LaTeX
42515 プリアンブルに
42516 \end_layout
42517
42518 \begin_layout Standard
42519
42520 \series bold
42521
42522 \backslash
42523 usepackage{icomma}
42524 \end_layout
42525
42526 \begin_layout Standard
42527 という行を加えて,
42528
42529 \series bold
42530 icomma.sty
42531 \series default
42532
42533 \begin_inset Foot
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537
42538 \series bold
42539 icomma
42540 \series default
42541 は,
42542 \SpecialChar LaTeX
42543 パッケージ
42544 \series bold
42545 was
42546 \series default
42547
42548 \begin_inset Index idx
42549 range none
42550 pageformat default
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554 はつけし@パッケージ!was
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560
42561 \backslash
42562 vspace{4mm}
42563 \end_layout
42564
42565 \end_inset
42566
42567
42568 \end_layout
42569
42570 \end_inset
42571
42572 に含まれています.
42573 \end_layout
42574
42575 \end_inset
42576
42577
42578 \begin_inset Index idx
42579 range none
42580 pageformat default
42581 status collapsed
42582
42583 \begin_layout Plain Layout
42584 \begin_inset IndexMacro sortkey
42585 status open
42586
42587 \begin_layout Plain Layout
42588 はつけし
42589 \end_layout
42590
42591 \end_inset
42592
42593 パッケージ
42594 \begin_inset IndexMacro subentry
42595 status open
42596
42597 \begin_layout Plain Layout
42598 icomma
42599 \end_layout
42600
42601 \end_inset
42602
42603
42604 \end_layout
42605
42606 \end_inset
42607
42608 ファイルを読み込みます.
42609 \end_layout
42610
42611 \begin_layout Subsection
42612 物理ベクトル
42613 \begin_inset CommandInset label
42614 LatexCommand label
42615 name "subsec:物理ベクトル"
42616
42617 \end_inset
42618
42619
42620 \begin_inset Index idx
42621 range none
42622 pageformat default
42623 status collapsed
42624
42625 \begin_layout Plain Layout
42626 \begin_inset IndexMacro sortkey
42627 status open
42628
42629 \begin_layout Plain Layout
42630 へくとる
42631 \end_layout
42632
42633 \end_inset
42634
42635 ベクトル
42636 \begin_inset IndexMacro subentry
42637 status open
42638
42639 \begin_layout Plain Layout
42640 \begin_inset IndexMacro sortkey
42641 status open
42642
42643 \begin_layout Plain Layout
42644 ふつり
42645 \end_layout
42646
42647 \end_inset
42648
42649 物理
42650 \begin_inset space \thinspace{}
42651 \end_inset
42652
42653
42654
42655
42656 \end_layout
42657
42658 \end_inset
42659
42660
42661 \end_layout
42662
42663 \end_inset
42664
42665
42666 \end_layout
42667
42668 \begin_layout Standard
42669 \SpecialChar LaTeX
42670 パッケージ
42671 \series bold
42672 braket
42673 \series default
42674
42675 \begin_inset Foot
42676 status collapsed
42677
42678 \begin_layout Plain Layout
42679
42680 \series bold
42681 braket
42682 \series default
42683  は標準的\SpecialChar LaTeX
42684 頒布版のすべてに含まれています.
42685 \end_layout
42686
42687 \end_inset
42688
42689
42690 \begin_inset Index idx
42691 range none
42692 pageformat default
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696 \begin_inset IndexMacro sortkey
42697 status open
42698
42699 \begin_layout Plain Layout
42700 はつけし
42701 \end_layout
42702
42703 \end_inset
42704
42705 パッケージ
42706 \begin_inset IndexMacro subentry
42707 status open
42708
42709 \begin_layout Plain Layout
42710 braket
42711 \end_layout
42712
42713 \end_inset
42714
42715
42716 \end_layout
42717
42718 \end_inset
42719
42720 には,
42721 定義済みのベクトルが提供されており,
42722
42723 \end_layout
42724
42725 \begin_layout Standard
42726
42727 \series bold
42728
42729 \backslash
42730 usepackage{braket}
42731 \end_layout
42732
42733 \begin_layout Standard
42734 という\SpecialChar LaTeX
42735 プリアンブル行で読み込むことができます.
42736 \end_layout
42737
42738 \begin_layout Standard
42739 \begin_inset ERT
42740 status collapsed
42741
42742 \begin_layout Plain Layout
42743
42744
42745 \backslash
42746 ifbraket 
42747 \end_layout
42748
42749 \end_inset
42750
42751
42752 \begin_inset Note Note
42753 status open
42754
42755 \begin_layout Plain Layout
42756 以下の表は,
42757
42758 \series bold
42759 braket
42760 \series default
42761  \SpecialChar LaTeX
42762 パッケージが導入済みのときのみ表示されます.
42763 \end_layout
42764
42765 \end_inset
42766
42767 以下のコマンドが定義されています.
42768 \end_layout
42769
42770 \begin_layout Standard
42771 \align center
42772 \begin_inset Tabular
42773 <lyxtabular version="3" rows="4" columns="2">
42774 <features booktabs="true" tabularvalignment="middle">
42775 <column alignment="center" valignment="top" width="0pt">
42776 <column alignment="center" valignment="top">
42777 <row>
42778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42779 \begin_inset Text
42780
42781 \begin_layout Plain Layout
42782 コマンド
42783 \end_layout
42784
42785 \end_inset
42786 </cell>
42787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42788 \begin_inset Text
42789
42790 \begin_layout Plain Layout
42791 出力
42792 \end_layout
42793
42794 \end_inset
42795 </cell>
42796 </row>
42797 <row>
42798 <cell alignment="center" valignment="top" usebox="none">
42799 \begin_inset Text
42800
42801 \begin_layout Plain Layout
42802
42803 \backslash
42804 Bra{
42805 \backslash
42806 psi
42807 \end_layout
42808
42809 \end_inset
42810 </cell>
42811 <cell alignment="center" valignment="top" usebox="none">
42812 \begin_inset Text
42813
42814 \begin_layout Plain Layout
42815 \begin_inset Formula $\Bra{\psi}$
42816 \end_inset
42817
42818
42819 \end_layout
42820
42821 \end_inset
42822 </cell>
42823 </row>
42824 <row>
42825 <cell alignment="center" valignment="top" usebox="none">
42826 \begin_inset Text
42827
42828 \begin_layout Plain Layout
42829
42830 \backslash
42831 Ket{
42832 \backslash
42833 psi
42834 \end_layout
42835
42836 \end_inset
42837 </cell>
42838 <cell alignment="center" valignment="top" usebox="none">
42839 \begin_inset Text
42840
42841 \begin_layout Plain Layout
42842 \begin_inset Formula $\Ket{\psi}$
42843 \end_inset
42844
42845
42846 \end_layout
42847
42848 \end_inset
42849 </cell>
42850 </row>
42851 <row>
42852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856
42857 \backslash
42858 Braket{
42859 \backslash
42860 psi|
42861 \backslash
42862 phi
42863 \end_layout
42864
42865 \end_inset
42866 </cell>
42867 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42868 \begin_inset Text
42869
42870 \begin_layout Plain Layout
42871 \begin_inset Formula $\Braket{\psi|\phi}$
42872 \end_inset
42873
42874
42875 \end_layout
42876
42877 \end_inset
42878 </cell>
42879 </row>
42880 </lyxtabular>
42881
42882 \end_inset
42883
42884
42885 \end_layout
42886
42887 \begin_layout Standard
42888
42889 \series bold
42890
42891 \backslash
42892 Braket
42893 \series default
42894 コマンドを使うと,
42895 以下のように,
42896 すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
42897 \begin_inset Formula 
42898 \[
42899 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
42900 \]
42901
42902 \end_inset
42903
42904
42905 \begin_inset ERT
42906 status collapsed
42907
42908 \begin_layout Plain Layout
42909
42910
42911 \backslash
42912 else 
42913 \end_layout
42914
42915 \end_inset
42916
42917
42918 \begin_inset Note Note
42919 status open
42920
42921 \begin_layout Plain Layout
42922
42923 \series bold
42924 braket
42925 \series default
42926  \SpecialChar LaTeX
42927 パッケージが導入されていないときには,
42928 以下が表示されます.
42929 \end_layout
42930
42931 \end_inset
42932
42933
42934 \end_layout
42935
42936 \begin_layout Standard
42937 本小節の全体を出力で見るためには,
42938
42939 \series bold
42940 braket
42941 \series default
42942  \SpecialChar LaTeX
42943 パッケージを導入する必要があります.
42944 \end_layout
42945
42946 \begin_layout Standard
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952
42953 \backslash
42954 fi 
42955 \end_layout
42956
42957 \end_inset
42958
42959
42960 \end_layout
42961
42962 \begin_layout Standard
42963
42964 \series bold
42965
42966 \backslash
42967 Braket
42968 \series default
42969 と同じ効果は,
42970
42971 \begin_inset CommandInset ref
42972 LatexCommand ref
42973 reference "subsec:自動の括弧高"
42974 nolink "false"
42975
42976 \end_inset
42977
42978 節に説明されているとおり,
42979
42980 \series bold
42981
42982 \backslash
42983 middle
42984 \series default
42985 コマンドを用いることによっても実現できます.
42986 \end_layout
42987
42988 \begin_layout Subsection
42989 自己定義の分数
42990 \begin_inset CommandInset label
42991 LatexCommand label
42992 name "subsec:自己定義の分数"
42993
42994 \end_inset
42995
42996
42997 \begin_inset Index idx
42998 range none
42999 pageformat default
43000 status collapsed
43001
43002 \begin_layout Plain Layout
43003 \begin_inset IndexMacro sortkey
43004 status open
43005
43006 \begin_layout Plain Layout
43007 ふんすう
43008 \end_layout
43009
43010 \end_inset
43011
43012 分数
43013 \begin_inset IndexMacro subentry
43014 status open
43015
43016 \begin_layout Plain Layout
43017 \begin_inset IndexMacro sortkey
43018 status open
43019
43020 \begin_layout Plain Layout
43021 しこていきの
43022 \end_layout
43023
43024 \end_inset
43025
43026 自己定義の
43027 \end_layout
43028
43029 \end_inset
43030
43031
43032 \end_layout
43033
43034 \end_inset
43035
43036
43037 \end_layout
43038
43039 \begin_layout Standard
43040 分数用の自己定義コマンドを定義するには,
43041 以下の書式を持つ
43042 \series bold
43043
43044 \backslash
43045 genfrac
43046 \series default
43047
43048 \begin_inset Index idx
43049 range none
43050 pageformat default
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054 \begin_inset IndexMacro sortkey
43055 status open
43056
43057 \begin_layout Plain Layout
43058 こまんと
43059 \end_layout
43060
43061 \end_inset
43062
43063 コマンド
43064 \begin_inset IndexMacro subentry
43065 status open
43066
43067 \begin_layout Plain Layout
43068 G
43069 \end_layout
43070
43071 \end_inset
43072
43073
43074 \begin_inset IndexMacro subentry
43075 status open
43076
43077 \begin_layout Plain Layout
43078
43079 \backslash
43080 genfrac
43081 \end_layout
43082
43083 \end_inset
43084
43085
43086 \end_layout
43087
43088 \end_inset
43089
43090 コマンドを使います.
43091 \end_layout
43092
43093 \begin_layout Standard
43094
43095 \series bold
43096
43097 \backslash
43098 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
43099 \begin_inset Newline newline
43100 \end_inset
43101
43102
43103 \begin_inset Phantom HPhantom
43104 status open
43105
43106 \begin_layout Plain Layout
43107
43108 \series bold
43109
43110 \backslash
43111 genfrac
43112 \end_layout
43113
43114 \end_inset
43115
43116 {分子}{分母}
43117 \end_layout
43118
43119 \begin_layout Standard
43120 ここで「様式」は,
43121 0
43122 \begin_inset space \thinspace{}
43123 \end_inset
43124
43125 -
43126 \begin_inset space \thinspace{}
43127 \end_inset
43128
43129 3の範囲の数字です.
43130 \end_layout
43131
43132 \begin_layout Standard
43133 \align center
43134 \begin_inset Tabular
43135 <lyxtabular version="3" rows="5" columns="2">
43136 <features booktabs="true" tabularvalignment="middle">
43137 <column alignment="center" valignment="top" width="0pt">
43138 <column alignment="center" valignment="top">
43139 <row>
43140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43141 \begin_inset Text
43142
43143 \begin_layout Plain Layout
43144 数字
43145 \end_layout
43146
43147 \end_inset
43148 </cell>
43149 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43150 \begin_inset Text
43151
43152 \begin_layout Plain Layout
43153 様式(大きさ)
43154 \end_layout
43155
43156 \end_inset
43157 </cell>
43158 </row>
43159 <row>
43160 <cell alignment="center" valignment="top" usebox="none">
43161 \begin_inset Text
43162
43163 \begin_layout Plain Layout
43164 0
43165 \end_layout
43166
43167 \end_inset
43168 </cell>
43169 <cell alignment="center" valignment="top" usebox="none">
43170 \begin_inset Text
43171
43172 \begin_layout Plain Layout
43173 別行立て様式の数式
43174 \end_layout
43175
43176 \end_inset
43177 </cell>
43178 </row>
43179 <row>
43180 <cell alignment="center" valignment="top" usebox="none">
43181 \begin_inset Text
43182
43183 \begin_layout Plain Layout
43184 1
43185 \end_layout
43186
43187 \end_inset
43188 </cell>
43189 <cell alignment="center" valignment="top" usebox="none">
43190 \begin_inset Text
43191
43192 \begin_layout Plain Layout
43193 行内数式
43194 \end_layout
43195
43196 \end_inset
43197 </cell>
43198 </row>
43199 <row>
43200 <cell alignment="center" valignment="top" usebox="none">
43201 \begin_inset Text
43202
43203 \begin_layout Plain Layout
43204 2
43205 \end_layout
43206
43207 \end_inset
43208 </cell>
43209 <cell alignment="center" valignment="top" usebox="none">
43210 \begin_inset Text
43211
43212 \begin_layout Plain Layout
43213 やや小(small)
43214 \end_layout
43215
43216 \end_inset
43217 </cell>
43218 </row>
43219 <row>
43220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
43221 \begin_inset Text
43222
43223 \begin_layout Plain Layout
43224 3
43225 \end_layout
43226
43227 \end_inset
43228 </cell>
43229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
43230 \begin_inset Text
43231
43232 \begin_layout Plain Layout
43233 最小(tiny)
43234 \end_layout
43235
43236 \end_inset
43237 </cell>
43238 </row>
43239 </lyxtabular>
43240
43241 \end_inset
43242
43243
43244 \end_layout
43245
43246 \begin_layout Standard
43247 「様式」を指定しないときには,
43248
43249 \series bold
43250
43251 \backslash
43252 frac
43253 \series default
43254 コマンドのように,
43255 大きさは周囲の環境に合わせて調節されます. 
43256 \end_layout
43257
43258 \begin_layout Standard
43259 「分数線の厚み」を指定しないときには,
43260 既定値である0.4
43261 \begin_inset space \thinspace{}
43262 \end_inset
43263
43264 ptが用いられます.
43265 \end_layout
43266
43267 \begin_layout Standard
43268 \begin_inset VSpace medskip
43269 \end_inset
43270
43271 たとえば,
43272
43273 \begin_inset CommandInset ref
43274 LatexCommand ref
43275 reference "subsec:分数"
43276 nolink "false"
43277
43278 \end_inset
43279
43280 節の
43281 \series bold
43282
43283 \backslash
43284 dfrac
43285 \series default
43286 コマンドおよび
43287 \series bold
43288
43289 \backslash
43290 tbinom
43291 \series default
43292 コマンドは,
43293
43294 \end_layout
43295
43296 \begin_layout Standard
43297
43298 \series bold
43299
43300 \backslash
43301 newcommand{
43302 \backslash
43303 dfrac}[2]{
43304 \backslash
43305 genfrac{}{}{}{0}{#1}{#2}}
43306 \end_layout
43307
43308 \begin_layout Standard
43309 あるいは
43310 \end_layout
43311
43312 \begin_layout Standard
43313
43314 \series bold
43315
43316 \backslash
43317 newcommand{
43318 \backslash
43319 tbinom}[2]{
43320 \backslash
43321 genfrac{(}{)}{0pt}{1}{#1}{#2}}
43322 \end_layout
43323
43324 \begin_layout Standard
43325 というコマンドで定義できます.
43326 \end_layout
43327
43328 \begin_layout Standard
43329 \begin_inset VSpace medskip
43330 \end_inset
43331
43332 分数線の厚みを非必須の引数として与えることのできる分数を定義するには,
43333 \SpecialChar LaTeX
43334 プリアンブルに
43335 \end_layout
43336
43337 \begin_layout Standard
43338
43339 \series bold
43340
43341 \backslash
43342 newcommand{
43343 \backslash
43344 fracS}[3][]{
43345 \backslash
43346 genfrac{}{}{#1}{}{#2}{#3}}
43347 \end_layout
43348
43349 \begin_layout Standard
43350 という行を入れます.
43351 \end_layout
43352
43353 \begin_layout Standard
43354 以下は,
43355 そのテストです.
43356 \begin_inset Formula 
43357 \begin{align*}
43358 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
43359 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
43360 \end{align*}
43361
43362 \end_inset
43363
43364 ご覧になってわかるように,
43365 分子や分母から分数線までの距離は,
43366 分数線の厚みの約3倍になります.
43367 \end_layout
43368
43369 \begin_layout Subsection
43370 数式の消去
43371 \begin_inset Index idx
43372 range none
43373 pageformat default
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377 \begin_inset IndexMacro sortkey
43378 status open
43379
43380 \begin_layout Plain Layout
43381 すうしき
43382 \end_layout
43383
43384 \end_inset
43385
43386 数式
43387 \begin_inset IndexMacro subentry
43388 status open
43389
43390 \begin_layout Plain Layout
43391 \begin_inset IndexMacro sortkey
43392 status open
43393
43394 \begin_layout Plain Layout
43395 しようきよ
43396 \end_layout
43397
43398 \end_inset
43399
43400 消去
43401 \end_layout
43402
43403 \end_inset
43404
43405
43406 \end_layout
43407
43408 \end_inset
43409
43410
43411 \end_layout
43412
43413 \begin_layout Standard
43414 数式の全体もしくは一部を消去するには,
43415 4つの方法があります.
43416 \end_layout
43417
43418 \begin_layout Standard
43419 \align center
43420 \begin_inset ERT
43421 status collapsed
43422
43423 \begin_layout Plain Layout
43424
43425
43426 \backslash
43427 ifcancel 
43428 \end_layout
43429
43430 \end_inset
43431
43432
43433 \begin_inset Note Note
43434 status open
43435
43436 \begin_layout Plain Layout
43437 下記の表は,
43438 \SpecialChar LaTeX
43439 パッケージ
43440 \series bold
43441 cancel
43442 \series default
43443 が導入済みの時のみ表示されます.
43444 \end_layout
43445
43446 \end_inset
43447
43448
43449 \end_layout
43450
43451 \begin_layout Standard
43452 \align center
43453 \begin_inset Tabular
43454 <lyxtabular version="3" rows="5" columns="2">
43455 <features booktabs="true" tabularvalignment="middle">
43456 <column alignment="center" valignment="top" width="0pt">
43457 <column alignment="center" valignment="top">
43458 <row>
43459 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43460 \begin_inset Text
43461
43462 \begin_layout Plain Layout
43463 コマンド
43464 \end_layout
43465
43466 \end_inset
43467 </cell>
43468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43469 \begin_inset Text
43470
43471 \begin_layout Plain Layout
43472 出力
43473 \end_layout
43474
43475 \end_inset
43476 </cell>
43477 </row>
43478 <row>
43479 <cell alignment="center" valignment="top" usebox="none">
43480 \begin_inset Text
43481
43482 \begin_layout Plain Layout
43483
43484 \backslash
43485 cancel
43486 \begin_inset space \textvisiblespace{}
43487 \end_inset
43488
43489
43490 \backslash
43491 int
43492 \begin_inset space \textvisiblespace{}
43493 \end_inset
43494
43495 A=B
43496 \end_layout
43497
43498 \end_inset
43499 </cell>
43500 <cell alignment="center" valignment="top" usebox="none">
43501 \begin_inset Text
43502
43503 \begin_layout Plain Layout
43504 \begin_inset Formula $\cancel{\int A=B}$
43505 \end_inset
43506
43507
43508 \end_layout
43509
43510 \end_inset
43511 </cell>
43512 </row>
43513 <row topspace="1.5mm">
43514 <cell alignment="center" valignment="top" usebox="none">
43515 \begin_inset Text
43516
43517 \begin_layout Plain Layout
43518
43519 \backslash
43520 bcancel
43521 \begin_inset space \textvisiblespace{}
43522 \end_inset
43523
43524
43525 \backslash
43526 int
43527 \begin_inset space \textvisiblespace{}
43528 \end_inset
43529
43530 A=B
43531 \end_layout
43532
43533 \end_inset
43534 </cell>
43535 <cell alignment="center" valignment="top" usebox="none">
43536 \begin_inset Text
43537
43538 \begin_layout Plain Layout
43539 \begin_inset Formula $\bcancel{\int A=B}$
43540 \end_inset
43541
43542
43543 \end_layout
43544
43545 \end_inset
43546 </cell>
43547 </row>
43548 <row topspace="1.5mm">
43549 <cell alignment="center" valignment="top" usebox="none">
43550 \begin_inset Text
43551
43552 \begin_layout Plain Layout
43553
43554 \backslash
43555 xcancel
43556 \begin_inset space \textvisiblespace{}
43557 \end_inset
43558
43559
43560 \backslash
43561 int
43562 \begin_inset space \textvisiblespace{}
43563 \end_inset
43564
43565 A=B
43566 \end_layout
43567
43568 \end_inset
43569 </cell>
43570 <cell alignment="center" valignment="top" usebox="none">
43571 \begin_inset Text
43572
43573 \begin_layout Plain Layout
43574 \begin_inset Formula $\xcancel{\int A=B}$
43575 \end_inset
43576
43577
43578 \end_layout
43579
43580 \end_inset
43581 </cell>
43582 </row>
43583 <row>
43584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43585 \begin_inset Text
43586
43587 \begin_layout Plain Layout
43588
43589 \backslash
43590 cancelto
43591 \begin_inset space \textvisiblespace{}
43592 \end_inset
43593
43594
43595 \backslash
43596 int
43597 \begin_inset space \textvisiblespace{}
43598 \end_inset
43599
43600 A=B
43601 \begin_inset Formula $\to$
43602 \end_inset
43603
43604 1
43605 \end_layout
43606
43607 \end_inset
43608 </cell>
43609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43610 \begin_inset Text
43611
43612 \begin_layout Plain Layout
43613 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
43614 \end_inset
43615
43616
43617 \end_layout
43618
43619 \end_inset
43620 </cell>
43621 </row>
43622 </lyxtabular>
43623
43624 \end_inset
43625
43626
43627 \end_layout
43628
43629 \begin_layout Standard
43630
43631 \series bold
43632
43633 \backslash
43634 cancelto
43635 \series default
43636 は,
43637 以下のように,
43638 とくに数式中の分数の約分を表示するのに適しています.
43639 \begin_inset Formula 
43640 \[
43641 \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}}}
43642 \]
43643
43644 \end_inset
43645
43646
43647 \end_layout
43648
43649 \begin_layout Standard
43650
43651 \series bold
43652
43653 \backslash
43654 cancelto
43655 \series default
43656 の「下付き文字」寸法の大きさを変えるには,
43657
43658 \end_layout
43659
43660 \begin_layout Standard
43661
43662 \series bold
43663
43664 \backslash
43665 PassOptionsToPackage{オプション}{cancel}
43666 \end_layout
43667
43668 \begin_layout Standard
43669 という行を\SpecialChar LaTeX
43670 プリアンブルに書き加えてください.ここで,
43671
43672 \series bold
43673 オプション
43674 \series default
43675
43676 \series bold
43677 samesize
43678 \series default
43679 にすると,
43680 取り消した部分と同じ寸法になり,
43681
43682 \series bold
43683 Smaller
43684 \series default
43685 にすると,
43686 通常よりも少し小さくなります.
43687 \end_layout
43688
43689 \begin_layout Standard
43690 取り消し線に色を付けるには,
43691 \SpecialChar TeX
43692 コードで以下のコマンドを書き加えてください.
43693 \end_layout
43694
43695 \begin_layout Standard
43696
43697 \series bold
43698
43699 \backslash
43700 renewcommand{
43701 \backslash
43702 CancelColor}{
43703 \backslash
43704 color{red}}
43705 \end_layout
43706
43707 \begin_layout Standard
43708 ここで
43709 \series bold
43710 red
43711 \series default
43712 は,
43713 お好みの色に変更することができます.
43714 \end_layout
43715
43716 \begin_layout Standard
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722
43723 \backslash
43724 renewcommand{
43725 \backslash
43726 CancelColor}{
43727 \backslash
43728 color{red}}
43729 \end_layout
43730
43731 \end_inset
43732
43733
43734 \end_layout
43735
43736 \begin_layout Standard
43737 \begin_inset Formula 
43738 \[
43739 \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}}}
43740 \]
43741
43742 \end_inset
43743
43744
43745 \end_layout
43746
43747 \begin_layout Standard
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753
43754 \backslash
43755 renewcommand{
43756 \backslash
43757 CancelColor}{
43758 \backslash
43759 color{black}}
43760 \end_layout
43761
43762 \end_inset
43763
43764
43765 \begin_inset Note Note
43766 status open
43767
43768 \begin_layout Plain Layout
43769 色をリセット
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \end_layout
43776
43777 \begin_layout Standard
43778 他の微調整については,
43779
43780 \series bold
43781 cancel
43782 \series default
43783 パッケージの取扱説明書
43784 \begin_inset CommandInset citation
43785 LatexCommand cite
43786 key "cancel"
43787 literal "true"
43788
43789 \end_inset
43790
43791 をご覧ください.
43792 \begin_inset Index idx
43793 range none
43794 pageformat default
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798 はつけし@パッケージ!cancel
43799 \end_layout
43800
43801 \end_inset
43802
43803
43804 \end_layout
43805
43806 \begin_layout Standard
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812
43813 \backslash
43814 else 
43815 \end_layout
43816
43817 \end_inset
43818
43819
43820 \begin_inset Note Note
43821 status open
43822
43823 \begin_layout Plain Layout
43824 下記の表は,
43825 \SpecialChar LaTeX
43826 パッケージ
43827 \series bold
43828 cancel
43829 \series default
43830 が導入済みの時のみ表示されます.
43831 \end_layout
43832
43833 \end_inset
43834
43835
43836 \end_layout
43837
43838 \begin_layout Standard
43839 本小節の続きを見るには,
43840 \SpecialChar LaTeX
43841 パッケージ
43842 \series bold
43843 cancel
43844 \series default
43845 を導入する必要があります.
43846 \end_layout
43847
43848 \begin_layout Standard
43849 \begin_inset ERT
43850 status collapsed
43851
43852 \begin_layout Plain Layout
43853
43854
43855 \backslash
43856 fi 
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \end_layout
43863
43864 \begin_layout Subsection
43865 節見出し中の数式
43866 \begin_inset CommandInset label
43867 LatexCommand label
43868 name "subsec:節見出し中の数式"
43869
43870 \end_inset
43871
43872
43873 \begin_inset Index idx
43874 range none
43875 pageformat default
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879 \begin_inset IndexMacro sortkey
43880 status open
43881
43882 \begin_layout Plain Layout
43883 すうしき
43884 \end_layout
43885
43886 \end_inset
43887
43888 数式
43889 \begin_inset IndexMacro subentry
43890 status open
43891
43892 \begin_layout Plain Layout
43893 \begin_inset IndexMacro sortkey
43894 status open
43895
43896 \begin_layout Plain Layout
43897 せつみたしちゆうの
43898 \end_layout
43899
43900 \end_inset
43901
43902 節見出し中の
43903 \begin_inset space \thinspace{}
43904 \end_inset
43905
43906
43907
43908
43909 \end_layout
43910
43911 \end_inset
43912
43913
43914 \end_layout
43915
43916 \end_inset
43917
43918
43919 \end_layout
43920
43921 \begin_layout Standard
43922 数式を節見出し中で使う際には,
43923 以下のことに留意しなくてはなりません.
43924 \end_layout
43925
43926 \begin_layout Standard
43927 \begin_inset Note Greyedout
43928 status open
43929
43930 \begin_layout Plain Layout
43931 文書設定ダイアログの
43932 \family sans
43933 PDF特性
43934 \family default
43935
43936 \series bold
43937 hyperref
43938 \series default
43939
43940 \begin_inset Index idx
43941 range none
43942 pageformat default
43943 status collapsed
43944
43945 \begin_layout Plain Layout
43946 \begin_inset IndexMacro sortkey
43947 status open
43948
43949 \begin_layout Plain Layout
43950 はつけし
43951 \end_layout
43952
43953 \end_inset
43954
43955 パッケージ
43956 \begin_inset IndexMacro subentry
43957 status open
43958
43959 \begin_layout Plain Layout
43960 hyperref
43961 \end_layout
43962
43963 \end_inset
43964
43965
43966 \end_layout
43967
43968 \end_inset
43969
43970 サポートが有効になっている場合,
43971 PDFのしおりが,
43972 目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,
43973 節見出しに数式が含まれている場合,
43974 数式はしおり中に誤った文字列として表示されます.
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \end_layout
43981
43982 \begin_layout Standard
43983 これらの問題は,
43984
43985 \family sans
43986 \series bold
43987 挿入\SpecialChar menuseparator
43988 短縮タイトル
43989 \family default
43990 \series default
43991
43992 \begin_inset space \thinspace{}
43993 \end_inset
43994
43995 メニューを使って,
43996 問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,
43997 目次が美しく整形されるように,
43998 多行にわたる節見出しに別名を付けるものです.目次中には,
43999 短縮タイトルのみが表示され,
44000 したがってPDFしおり中にも短縮タイトルのみが表示されます.
44001 \end_layout
44002
44003 \begin_layout Standard
44004 数式を目次中でも使わなくてもならないが,
44005
44006 \series bold
44007 hyperref
44008 \series default
44009 も使用しなくてはならないときには,
44010
44011 \end_layout
44012
44013 \begin_layout Standard
44014
44015 \series bold
44016
44017 \backslash
44018 texorpdfstring{部分}{代替文字列}
44019 \begin_inset Index idx
44020 range none
44021 pageformat default
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025 \begin_inset IndexMacro sortkey
44026 status open
44027
44028 \begin_layout Plain Layout
44029 こまんと
44030 \end_layout
44031
44032 \end_inset
44033
44034 コマンド
44035 \begin_inset IndexMacro subentry
44036 status open
44037
44038 \begin_layout Plain Layout
44039 T
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset IndexMacro subentry
44046 status open
44047
44048 \begin_layout Plain Layout
44049
44050 \backslash
44051 texorpdfstring
44052 \end_layout
44053
44054 \end_inset
44055
44056
44057 \end_layout
44058
44059 \end_inset
44060
44061
44062 \end_layout
44063
44064 \begin_layout Standard
44065 というコマンドを\SpecialChar TeX
44066 モードで使う方法があります.
44067 \end_layout
44068
44069 \begin_layout Standard
44070 「部分」は,
44071 見出し中,
44072 PDFしおりに表示したくない部分です.これは,
44073 文字・数式・脚註のほかに相互参照をとることもできます.しおりには,
44074 この部分の代わりに,
44075 「代替文字列」が用いられます.
44076 \end_layout
44077
44078 \begin_layout Standard
44079 以下の二つは,
44080 見出しの例です.
44081 \begin_inset VSpace -3mm
44082 \end_inset
44083
44084
44085 \begin_inset ERT
44086 status collapsed
44087
44088 \begin_layout Plain Layout
44089
44090
44091 \backslash
44092 boldmath 
44093 \end_layout
44094
44095 \end_inset
44096
44097
44098 \end_layout
44099
44100 \begin_layout Subsubsection
44101 目次中では数式を使わない見出し
44102 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
44103 \end_inset
44104
44105
44106 \begin_inset Argument 1
44107 status collapsed
44108
44109 \begin_layout Plain Layout
44110 目次中では数式を使わない見出し
44111 \end_layout
44112
44113 \end_inset
44114
44115
44116 \end_layout
44117
44118 \begin_layout Subsubsection
44119 目次中で数式を使う見出し
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125
44126 \backslash
44127 texorpdfstring{
44128 \end_layout
44129
44130 \end_inset
44131
44132  
44133 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
44134 \end_inset
44135
44136
44137 \begin_inset ERT
44138 status collapsed
44139
44140 \begin_layout Plain Layout
44141
44142 }{}
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \end_layout
44149
44150 \begin_layout Standard
44151 \begin_inset ERT
44152 status collapsed
44153
44154 \begin_layout Plain Layout
44155
44156
44157 \backslash
44158 unboldmath 
44159 \end_layout
44160
44161 \end_inset
44162
44163 一つめの見出しでは短縮タイトルが使われており,
44164 二つめの見出しでは
44165 \series bold
44166
44167 \backslash
44168 texorpdfstring
44169 \series default
44170 が使われています.
44171 \end_layout
44172
44173 \begin_layout Standard
44174 他の節見出しと同じ書式を得るために,
44175 上の見出し全体は
44176 \series bold
44177 boldmath
44178 \series default
44179 環境に設定してあります
44180 \begin_inset Foot
44181 status collapsed
44182
44183 \begin_layout Plain Layout
44184
44185 \begin_inset CommandInset ref
44186 LatexCommand ref
44187 reference "subsec:ボールド体の数式"
44188 nolink "false"
44189
44190 \end_inset
44191
44192 節参照.
44193 \end_layout
44194
44195 \end_inset
44196
44197
44198 \end_layout
44199
44200 \begin_layout Subsection
44201 多段組文中の数式
44202 \begin_inset Index idx
44203 range none
44204 pageformat default
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208 \begin_inset IndexMacro sortkey
44209 status open
44210
44211 \begin_layout Plain Layout
44212 すうしき
44213 \end_layout
44214
44215 \end_inset
44216
44217 数式
44218 \begin_inset IndexMacro subentry
44219 status open
44220
44221 \begin_layout Plain Layout
44222 \begin_inset IndexMacro sortkey
44223 status open
44224
44225 \begin_layout Plain Layout
44226 たたんくみふんちゆうの
44227 \end_layout
44228
44229 \end_inset
44230
44231 多段組文中の
44232 \begin_inset space \thinspace{}
44233 \end_inset
44234
44235
44236
44237
44238 \end_layout
44239
44240 \end_inset
44241
44242
44243 \end_layout
44244
44245 \end_inset
44246
44247
44248 \end_layout
44249
44250 \begin_layout Standard
44251 多段組文中に数式を作ると,
44252 段の中に収まりきらないことも多く,
44253 ページ幅全体に広がるようにする必要があることがあります.これは,
44254
44255 \series bold
44256 multicol
44257 \series default
44258
44259 \begin_inset Foot
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 \series bold
44265 multicol
44266 \series default
44267 は,
44268 標準的\SpecialChar LaTeX
44269 頒布版のすべてに含まれています.
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \begin_inset Index idx
44276 range none
44277 pageformat default
44278 status collapsed
44279
44280 \begin_layout Plain Layout
44281 \begin_inset IndexMacro sortkey
44282 status open
44283
44284 \begin_layout Plain Layout
44285 はつけし
44286 \end_layout
44287
44288 \end_inset
44289
44290 パッケージ
44291 \begin_inset IndexMacro subentry
44292 status open
44293
44294 \begin_layout Plain Layout
44295 multicol
44296 \end_layout
44297
44298 \end_inset
44299
44300
44301 \end_layout
44302
44303 \end_inset
44304
44305  \SpecialChar LaTeX
44306 パッケージを,
44307
44308 \end_layout
44309
44310 \begin_layout Standard
44311
44312 \series bold
44313
44314 \backslash
44315 usepackage{multicol}
44316 \end_layout
44317
44318 \begin_layout Standard
44319 という\SpecialChar LaTeX
44320 プリアンブル行を書いて読み込むことで,
44321 実現できます.
44322 \end_layout
44323
44324 \begin_layout Standard
44325 \begin_inset Note Greyedout
44326 status open
44327
44328 \begin_layout Plain Layout
44329 ここで,
44330
44331 \family sans
44332 \series bold
44333 文書\SpecialChar menuseparator
44334 設定
44335 \family default
44336 \series default
44337
44338 \begin_inset space \thinspace{}
44339 \end_inset
44340
44341 メニューの
44342 \family sans
44343 \series bold
44344 本文レイアウト
44345 \family default
44346 \series default
44347 で,
44348
44349 \family sans
44350 \series bold
44351 二段組文書
44352 \family default
44353 \series default
44354 の設定を有効に
44355 \begin_inset Flex 圏点
44356 status open
44357
44358 \begin_layout Plain Layout
44359 してはならない
44360 \end_layout
44361
44362 \end_inset
44363
44364 ことに注意してください.
44365 \end_layout
44366
44367 \end_inset
44368
44369
44370 \end_layout
44371
44372 \begin_layout Standard
44373 多段組文の前に
44374 \end_layout
44375
44376 \begin_layout Standard
44377
44378 \series bold
44379
44380 \backslash
44381 begin{multicols}{段数}
44382 \end_layout
44383
44384 \begin_layout Standard
44385 というコマンドを\SpecialChar TeX
44386 モードで書き入れます.「段数」は,
44387 2
44388 \begin_inset space \thinspace{}
44389 \end_inset
44390
44391 -
44392 \begin_inset space \thinspace{}
44393 \end_inset
44394
44395 10のあいだの数字です.多段組文の終わる数式の前には,
44396
44397 \end_layout
44398
44399 \begin_layout Standard
44400
44401 \series bold
44402
44403 \backslash
44404 end{multicols}
44405 \end_layout
44406
44407 \begin_layout Standard
44408 というコマンドを\SpecialChar TeX
44409 モードで入れます.
44410 \end_layout
44411
44412 \begin_layout Standard
44413 このコマンドによって,
44414 数式の前にいくらかの余白が,
44415 自動的に作られます.これをなくすには,
44416 数式の前に-6
44417 \begin_inset space \thinspace{}
44418 \end_inset
44419
44420 mmの垂直空白を入れて下さい.数式様式
44421 \series bold
44422
44423 \begin_inset Foot
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427 数式様式に関しては,
44428
44429 \begin_inset CommandInset ref
44430 LatexCommand ref
44431 reference "sec:数式様式"
44432 nolink "false"
44433
44434 \end_inset
44435
44436 節をご覧下さい.
44437 \end_layout
44438
44439 \end_inset
44440
44441
44442 \series default
44443 として
44444 \series bold
44445 行頭下げ
44446 \series default
44447 を使用している場合には,
44448 代わりに-9
44449 \begin_inset space \thinspace{}
44450 \end_inset
44451
44452 mmの垂直空白を入れて下さい.
44453 \end_layout
44454
44455 \begin_layout Standard
44456 以下は,
44457 別行立て数式を含む,
44458 多段組文の例です.
44459 \end_layout
44460
44461 \begin_layout Standard
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467
44468 \backslash
44469 begin{multicols}{2}
44470 \end_layout
44471
44472 \end_inset
44473
44474
44475 \lang ngerman
44476 Das Spektrum wird fouriertransformiert.
44477  Die Fouriertransformation wird verwendet,
44478  um die  überlagerten Signale (Netzwerk,
44479  Lösungsmittel) zu trennen.
44480  Nachdem wir die Phasenverschiebung bestimmen konnten,
44481  interessiert uns nun das Aussehen des Ausgangssignals.
44482  Im Experiment haben wir es mit sehr vielen Teilchen zu tun,
44483  so das man über alle Phasen integrieren muss.
44484  Sei nun 
44485 \begin_inset Formula $S$
44486 \end_inset
44487
44488  unser normiertes Ausgangssignal und 
44489 \begin_inset Formula $P$
44490 \end_inset
44491
44492  die Phasenverteilungsfunktion,
44493  so ergibt sich die Beziehung
44494 \lang japanese
44495
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501
44502 \backslash
44503 end{multicols}
44504 \end_layout
44505
44506 \end_inset
44507
44508
44509 \begin_inset VSpace -6mm
44510 \end_inset
44511
44512
44513 \begin_inset Formula 
44514 \begin{equation}
44515 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
44516 \end{equation}
44517
44518 \end_inset
44519
44520
44521 \begin_inset ERT
44522 status collapsed
44523
44524 \begin_layout Plain Layout
44525
44526
44527 \backslash
44528 begin{multicols}{2}
44529 \end_layout
44530
44531 \end_inset
44532
44533
44534 \lang ngerman
44535 wobei 
44536 \begin_inset Formula $S_{0}$
44537 \end_inset
44538
44539  das Signal ohne Gradient ist und die Normierungsbedingung 
44540 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
44541 \end_inset
44542
44543  gilt.
44544  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
44545  Direkt nach dem 
44546 \begin_inset Formula $\nicefrac{\pi}{2}$
44547 \end_inset
44548
44549
44550 \begin_inset space \thinspace{}
44551 \end_inset
44552
44553 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren,
44554  wodurch sich das Signal zusätzlich abschwächt.
44555  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten 
44556 \begin_inset Formula $T_{2}$
44557 \end_inset
44558
44559 -Zeit.
44560 \end_layout
44561
44562 \begin_layout Standard
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568
44569 \backslash
44570 end{multicols}
44571 \end_layout
44572
44573 \end_inset
44574
44575  
44576 \end_layout
44577
44578 \begin_layout Subsection
44579 変数の説明付き数式
44580 \begin_inset Index idx
44581 range none
44582 pageformat default
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586 \begin_inset IndexMacro sortkey
44587 status open
44588
44589 \begin_layout Plain Layout
44590 すうしき
44591 \end_layout
44592
44593 \end_inset
44594
44595 数式
44596 \begin_inset IndexMacro subentry
44597 status open
44598
44599 \begin_layout Plain Layout
44600 \begin_inset IndexMacro sortkey
44601 status open
44602
44603 \begin_layout Plain Layout
44604 へんすうのせつめいつき
44605 \end_layout
44606
44607 \end_inset
44608
44609 変数の説明付き
44610 \end_layout
44611
44612 \end_inset
44613
44614
44615 \end_layout
44616
44617 \end_inset
44618
44619
44620 \end_layout
44621
44622 \begin_layout Standard
44623 \begin_inset CommandInset ref
44624 LatexCommand eqref
44625 reference "eq:within"
44626 nolink "false"
44627
44628 \end_inset
44629
44630 式のように,
44631 数式内で変数の説明をするには,
44632
44633 \begin_inset Formula $n$
44634 \end_inset
44635
44636 個の変数が使われている場合,
44637 左寄せの列を持つ
44638 \begin_inset Formula $2\times n$
44639 \end_inset
44640
44641 行列を使用します
44642 \begin_inset Foot
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646 行列に関しては,
44647
44648 \begin_inset CommandInset ref
44649 LatexCommand ref
44650 reference "sec:行列"
44651 nolink "false"
44652
44653 \end_inset
44654
44655 節参照.
44656 \end_layout
44657
44658 \end_inset
44659
44660 .説明を小さな文字にするには,
44661 行列の前に,
44662 たとえば
44663 \series bold
44664
44665 \backslash
44666 footnotesize
44667 \series default
44668 コマンドを挿入します
44669 \begin_inset Foot
44670 status collapsed
44671
44672 \begin_layout Plain Layout
44673 フォント寸法に関しては,
44674
44675 \begin_inset CommandInset ref
44676 LatexCommand ref
44677 reference "subsec:書体寸法"
44678 nolink "false"
44679
44680 \end_inset
44681
44682 節参照.
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \end_layout
44689
44690 \begin_layout Standard
44691 数式様式に
44692 \series bold
44693 行頭下げ
44694 \begin_inset Foot
44695 status collapsed
44696
44697 \begin_layout Plain Layout
44698 数式様式に関しては,
44699
44700 \begin_inset CommandInset ref
44701 LatexCommand ref
44702 reference "sec:数式様式"
44703 nolink "false"
44704
44705 \end_inset
44706
44707 節参照.
44708 \end_layout
44709
44710 \end_inset
44711
44712
44713 \series default
44714 を使っている場合,
44715 行列を数式とページ余白から等距離に置くために,
44716 行列の前後に
44717 \series bold
44718
44719 \backslash
44720 hfill
44721 \series default
44722
44723 \begin_inset Foot
44724 status collapsed
44725
44726 \begin_layout Plain Layout
44727
44728 \series bold
44729
44730 \backslash
44731 hfill
44732 \series default
44733 は,
44734
44735 \series bold
44736 行頭下げ
44737 \series default
44738 様式のときのみ機能します.第
44739 \begin_inset CommandInset ref
44740 LatexCommand ref
44741 reference "subsec:可変長の空白"
44742 nolink "false"
44743
44744 \end_inset
44745
44746 節をご覧下さい.
44747 \end_layout
44748
44749 \end_inset
44750
44751 を入れます.
44752 \end_layout
44753
44754 \begin_layout Standard
44755 数式様式に
44756 \series bold
44757 中央揃え
44758 \series default
44759 を使っている場合,
44760 数式を字下げするには,
44761
44762 \begin_inset CommandInset ref
44763 LatexCommand ref
44764 reference "subsec:flalign環境"
44765 nolink "false"
44766
44767 \end_inset
44768
44769 節で述べた方法を使用します.
44770 \begin_inset CommandInset ref
44771 LatexCommand eqref
44772 reference "eq:within"
44773 nolink "false"
44774
44775 \end_inset
44776
44777 式には5列があり,
44778 最初の2列には数式,
44779 3列めには行列,
44780 最終列には空の\SpecialChar TeX
44781 括弧が入っています.
44782 \begin_inset Formula 
44783 \begin{flalign}
44784 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
44785 \rho & \textrm{density}\\
44786 V & \textrm{volume}\\
44787 g & \textrm{gravitational acceleration}
44788 \end{array} &  & {}\label{eq:within}
44789 \end{flalign}
44790
44791 \end_inset
44792
44793
44794 \end_layout
44795
44796 \begin_layout Subsection
44797 アップライト体のギリシャ小文字
44798 \begin_inset CommandInset label
44799 LatexCommand label
44800 name "subsec:アップライト体ギリシャ小文字"
44801
44802 \end_inset
44803
44804
44805 \begin_inset Index idx
44806 range none
44807 pageformat default
44808 status collapsed
44809
44810 \begin_layout Plain Layout
44811 \begin_inset IndexMacro sortkey
44812 status open
44813
44814 \begin_layout Plain Layout
44815 きりしやもし
44816 \end_layout
44817
44818 \end_inset
44819
44820 ギリシャ文字
44821 \begin_inset IndexMacro subentry
44822 status open
44823
44824 \begin_layout Plain Layout
44825 \begin_inset IndexMacro sortkey
44826 status open
44827
44828 \begin_layout Plain Layout
44829 あつふらいとたい
44830 \end_layout
44831
44832 \end_inset
44833
44834 アップライト体
44835 \end_layout
44836
44837 \end_inset
44838
44839
44840 \end_layout
44841
44842 \end_inset
44843
44844
44845 \end_layout
44846
44847 \begin_layout Standard
44848 ほとんどの数式書体は,
44849 イタリック体のギリシャ小文字しか提供していません.しかし,
44850
44851 \begin_inset Formula $\pi$
44852 \end_inset
44853
44854 中間子やニュートリノのような素粒子の記号には,
44855 アップライト体のギリシャ文字が必要とされます.
44856 \series bold
44857 upgreek.sty
44858 \series default
44859
44860 \begin_inset Foot
44861 status collapsed
44862
44863 \begin_layout Plain Layout
44864
44865 \series bold
44866 upgreek
44867 \series default
44868 は,
44869
44870 \series bold
44871 was
44872 \series default
44873
44874 \begin_inset Index idx
44875 range none
44876 pageformat default
44877 status collapsed
44878
44879 \begin_layout Plain Layout
44880 はつけし@パッケージ!was
44881 \begin_inset ERT
44882 status collapsed
44883
44884 \begin_layout Plain Layout
44885
44886
44887 \backslash
44888 vspace{4mm}
44889 \end_layout
44890
44891 \end_inset
44892
44893
44894 \end_layout
44895
44896 \end_inset
44897
44898  \SpecialChar LaTeX
44899 パッケージの一部です.
44900 \end_layout
44901
44902 \end_inset
44903
44904
44905 \begin_inset Index idx
44906 range none
44907 pageformat default
44908 status collapsed
44909
44910 \begin_layout Plain Layout
44911 \begin_inset IndexMacro sortkey
44912 status open
44913
44914 \begin_layout Plain Layout
44915 はつけし
44916 \end_layout
44917
44918 \end_inset
44919
44920 パッケージ
44921 \begin_inset IndexMacro subentry
44922 status open
44923
44924 \begin_layout Plain Layout
44925 upgreek
44926 \end_layout
44927
44928 \end_inset
44929
44930
44931 \end_layout
44932
44933 \end_inset
44934
44935  ファイルを
44936 \end_layout
44937
44938 \begin_layout Standard
44939
44940 \series bold
44941
44942 \backslash
44943 usepackage{upgreek}
44944 \end_layout
44945
44946 \begin_layout Standard
44947 という\SpecialChar LaTeX
44948 プリアンブル行で読み込めば,
44949 これらが提供されるようになります.
44950 \begin_inset ERT
44951 status collapsed
44952
44953 \begin_layout Plain Layout
44954
44955
44956 \backslash
44957 ifupgreek 
44958 \end_layout
44959
44960 \end_inset
44961
44962
44963 \begin_inset Note Note
44964 status open
44965
44966 \begin_layout Plain Layout
44967 以下の表は,
44968
44969 \series bold
44970 upgreek
44971 \series default
44972  \SpecialChar LaTeX
44973 パッケージが導入済みのときのみ表示されます.
44974 \end_layout
44975
44976 \end_inset
44977
44978 アップライト体のギリシャ小文字は,
44979 ギリシャ小文字のコマンド名の前に
44980 \series bold
44981 up
44982 \series default
44983 を付けると作ることができます.たとえば
44984 \series bold
44985
44986 \backslash
44987 uptau
44988 \series default
44989 コマンドは,
44990
44991 \begin_inset Formula $\uptau$
44992 \end_inset
44993
44994 のようになります.
44995 \end_layout
44996
44997 \begin_layout Standard
44998 これらのコマンドを使えば,
44999 以下のような素粒子の反応を組版することができるようになります.
45000 \begin_inset Formula 
45001 \[
45002 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
45003 \]
45004
45005 \end_inset
45006
45007
45008 \end_layout
45009
45010 \begin_layout Standard
45011 アップライト体の文字は,
45012 イタリック体のものよりも太く幅広です.したがって,
45013 これらを「
45014 \begin_inset Formula $\mu m$
45015 \end_inset
45016
45017 」のような単位に使うべきではありません.
45018 \end_layout
45019
45020 \begin_layout Standard
45021 \begin_inset ERT
45022 status collapsed
45023
45024 \begin_layout Plain Layout
45025
45026
45027 \backslash
45028 else 
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \begin_inset Note Note
45035 status open
45036
45037 \begin_layout Plain Layout
45038 以下は,
45039
45040 \series bold
45041 upgreek
45042 \series default
45043  \SpecialChar LaTeX
45044 パッケージが導入されていないときのみ表示されます.
45045 \end_layout
45046
45047 \end_inset
45048
45049
45050 \end_layout
45051
45052 \begin_layout Standard
45053 この小節のすべてを出力で見るには,
45054
45055 \series bold
45056 upgreek
45057 \series default
45058  \SpecialChar LaTeX
45059 パッケージを導入する必要があります.
45060 \end_layout
45061
45062 \begin_layout Standard
45063 \begin_inset ERT
45064 status collapsed
45065
45066 \begin_layout Plain Layout
45067
45068
45069 \backslash
45070 fi 
45071 \end_layout
45072
45073 \end_inset
45074
45075
45076 \end_layout
45077
45078 \begin_layout Subsection
45079 数式中のテキスト文字
45080 \begin_inset Index idx
45081 range none
45082 pageformat default
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086 \begin_inset IndexMacro sortkey
45087 status open
45088
45089 \begin_layout Plain Layout
45090 てきすと
45091 \end_layout
45092
45093 \end_inset
45094
45095 テキスト
45096 \begin_inset IndexMacro subentry
45097 status open
45098
45099 \begin_layout Plain Layout
45100 \begin_inset IndexMacro sortkey
45101 status open
45102
45103 \begin_layout Plain Layout
45104 すうしきちゆうの
45105 \end_layout
45106
45107 \end_inset
45108
45109 数式中の
45110 \end_layout
45111
45112 \end_inset
45113
45114
45115 \end_layout
45116
45117 \end_inset
45118
45119
45120 \end_layout
45121
45122 \begin_layout Standard
45123 折にふれて,
45124 テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,
45125 中黒「·」を
45126 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
45127 \end_inset
45128
45129 のように数式中で頻繁に用いようとすると,
45130 この中黒はすべてのエンコーディングでテキスト文字として定義されているために,
45131 代わりに
45132 \series bold
45133
45134 \backslash
45135 cdot
45136 \series default
45137
45138 \begin_inset Foot
45139 status collapsed
45140
45141 \begin_layout Plain Layout
45142
45143 \begin_inset CommandInset ref
45144 LatexCommand ref
45145 reference "subsec:二項演算子"
45146 nolink "false"
45147
45148 \end_inset
45149
45150 節参照.
45151 \end_layout
45152
45153 \end_inset
45154
45155 コマンドを挿入しなくてはならなくなることでしょう.しかし,
45156
45157 \end_layout
45158
45159 \begin_layout Standard
45160
45161 \series bold
45162
45163 \backslash
45164 Declare Inputtext{183}{
45165 \backslash
45166 ifmmode
45167 \backslash
45168 cdot
45169 \backslash
45170 else
45171 \backslash
45172 textperiodcentered
45173 \backslash
45174 f\SpecialChar ligaturebreak
45175 i}
45176 \end_layout
45177
45178 \begin_layout Standard
45179 という\SpecialChar LaTeX
45180 プリアンブル行を使えば,
45181 エンコーディングに変更を加えることができます.
45182 \end_layout
45183
45184 \begin_layout Standard
45185 文字エンコーディング(
45186 \family sans
45187 \series bold
45188 文書\SpecialChar menuseparator
45189 設定\SpecialChar menuseparator
45190 言語
45191 \family default
45192 \series default
45193
45194 \begin_inset space \thinspace{}
45195 \end_inset
45196
45197 メニュー)は,
45198 キーボード上のキーが押されたときにどの文字が表示されるかを指定します.「·」文字に対応するキーが押されると,
45199 内部的には
45200 \series bold
45201
45202 \backslash
45203 textperiodcentered
45204 \series default
45205 コマンドが使用されます.しかし,
45206 このコマンドは数式中では使えないので,
45207 \SpecialChar LaTeX
45208 エラーが発生するのです.変更後のエンコーディングでは,
45209 文字が数式中に挿入されたか否かによって,
45210 正しいコマンドが自動的に選択されます.
45211 \end_layout
45212
45213 \begin_layout Standard
45214 定義ファイル中には,
45215 複数の文字のエンコーディングが保管されています.たとえば,
45216
45217 \series bold
45218 latin9
45219 \series default
45220 エンコーディングは,
45221 \SpecialChar LaTeX
45222 がインストールされたフォルダにある
45223 \series bold
45224 latin9.def
45225 \series default
45226 ファイルに定義されています.エンコーディングは,
45227 \SpecialChar LaTeX
45228 プリアンブルで変更するべきであって,
45229 定義ファイルを変更してはなりません.さもないと,
45230 自分の作成した文書は,
45231 他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
45232 \end_layout
45233
45234 \begin_layout Standard
45235 \begin_inset VSpace medskip
45236 \end_inset
45237
45238 中黒の他にこの文書では,
45239 角度記号「
45240 \begin_inset Formula $^{\circ}$
45241 \end_inset
45242
45243 」が,
45244 数式に直接入れることができるよう,
45245 以下のような\SpecialChar LaTeX
45246 プリアンブル行で定義されています
45247 \begin_inset Foot
45248 status collapsed
45249
45250 \begin_layout Plain Layout
45251 [訳註]p\SpecialChar LaTeX
45252 では,
45253 これらの定義は必要ないので,
45254 コメントアウトして無効にしてあります.
45255 \end_layout
45256
45257 \end_inset
45258
45259
45260 \end_layout
45261
45262 \begin_layout Standard
45263
45264 \series bold
45265
45266 \backslash
45267 DeclareInputtext{176}{
45268 \backslash
45269 ifmmode^
45270 \backslash
45271 circ
45272 \backslash
45273 else
45274 \backslash
45275 textdegree
45276 \backslash
45277 f\SpecialChar ligaturebreak
45278 i}
45279 \end_layout
45280
45281 \begin_layout Subsection
45282 数式中の\SpecialChar LaTeX
45283 コメント
45284 \begin_inset Index idx
45285 range none
45286 pageformat default
45287 status collapsed
45288
45289 \begin_layout Plain Layout
45290 \begin_inset IndexMacro sortkey
45291 status open
45292
45293 \begin_layout Plain Layout
45294 Latexこめんと
45295 \end_layout
45296
45297 \end_inset
45298
45299 \SpecialChar LaTeX
45300 コメント
45301 \end_layout
45302
45303 \end_inset
45304
45305
45306 \end_layout
45307
45308 \begin_layout Standard
45309 本文中では,
45310 ファイルの\SpecialChar LaTeX
45311 ソースコードでのみ見ることのできるコメントを,
45312
45313 \family sans
45314 \series bold
45315 挿入\SpecialChar menuseparator
45316 註釈\SpecialChar menuseparator
45317 コメント
45318 \family default
45319 \series default
45320
45321 \begin_inset space \thinspace{}
45322 \end_inset
45323
45324 メニューで挿入することができます.これと同じことは,
45325 数式中ではできませんが,
45326
45327 \end_layout
45328
45329 \begin_layout Standard
45330
45331 \series bold
45332
45333 \backslash
45334 %
45335 \end_layout
45336
45337 \begin_layout Standard
45338 というコマンドを使えば,
45339 \SpecialChar LaTeX
45340 コメントを挿入することができます.このコマンドを打ち込むと,
45341 コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
45342 のバグのせいで
45343 \begin_inset Foot
45344 status collapsed
45345
45346 \begin_layout Plain Layout
45347 \begin_inset CommandInset href
45348 LatexCommand href
45349 name "LyX-bug #9002"
45350 target "https://www.lyx.org/trac/ticket/9002"
45351 literal "false"
45352
45353 \end_inset
45354
45355
45356 \end_layout
45357
45358 \end_inset
45359
45360
45361 コメント中に,
45362 通常の本文や数式内本文そのものを書くことはできませんが,
45363 \SpecialChar LaTeX
45364 出力中に,
45365 \SpecialChar LaTeX
45366 コマンドの形では見ることができます.
45367 \lang english
45368
45369 \begin_inset Newline newline
45370 \end_inset
45371
45372
45373 \lang japanese
45374 下記は,
45375 \SpecialChar LaTeX
45376 コメントを持つ数式の例です.
45377 \begin_inset Formula 
45378 \[
45379 A=B%\text{これはコメントです。}
45380 \]
45381
45382 \end_inset
45383
45384
45385 \end_layout
45386
45387 \begin_layout Section
45388 \start_of_appendix
45389 組版上の助言
45390 \begin_inset Index idx
45391 range none
45392 pageformat default
45393 status collapsed
45394
45395 \begin_layout Plain Layout
45396 \begin_inset IndexMacro sortkey
45397 status open
45398
45399 \begin_layout Plain Layout
45400 くみはんしようのしよけん
45401 \end_layout
45402
45403 \end_inset
45404
45405 組版上の助言
45406 \end_layout
45407
45408 \end_inset
45409
45410
45411 \end_layout
45412
45413 \begin_layout Standard
45414 この節は,
45415 ISO規範に掲げてある,
45416 もっとも重要な組版ルールの要約です
45417 \begin_inset Foot
45418 status collapsed
45419
45420 \begin_layout Plain Layout
45421 この要約の一部は,
45422 ISO規則を取り上げている「Duden」
45423 \begin_inset CommandInset citation
45424 LatexCommand cite
45425 key "Duden"
45426 literal "true"
45427
45428 \end_inset
45429
45430 と呼ばれるドイツの半公的辞書から採られています.
45431 \end_layout
45432
45433 \end_inset
45434
45435
45436 \end_layout
45437
45438 \begin_layout Itemize
45439 物理単位は,
45440 つねに(イタリック文中にあるときも)アップライト体にします
45441 \begin_inset Foot
45442 status collapsed
45443
45444 \begin_layout Plain Layout
45445 書体様式で指定します.第
45446 \begin_inset CommandInset ref
45447 LatexCommand ref
45448 reference "subsec:書体様式"
45449 nolink "false"
45450
45451 \end_inset
45452
45453 節を参照.
45454 \end_layout
45455
45456 \end_inset
45457
45458
45459 30
45460 \begin_inset space \thinspace{}
45461 \end_inset
45462
45463 km/h
45464 \begin_inset Newline newline
45465 \end_inset
45466
45467 値と単位の間には,
45468 最小空白を入れます.第
45469 \begin_inset CommandInset ref
45470 LatexCommand ref
45471 reference "subsec:定義済みの空白"
45472 nolink "false"
45473
45474 \end_inset
45475
45476 節を参照.
45477 \begin_inset Newline newline
45478 \end_inset
45479
45480 この慣習は,
45481
45482 \series bold
45483
45484 \backslash
45485 unittwo
45486 \series default
45487 コマンドを使用すると,
45488 つねに満たされます.このコマンドを数式に入れると,
45489 二つの枠が現れます.最初の枠には値をいれ,
45490 第二の枠に単位を入れると,
45491 上記と同じような結果が得られます:
45492
45493 \begin_inset Formula $\unit[30]{km/h}$
45494 \end_inset
45495
45496
45497 \begin_inset space \thinspace{}
45498 \end_inset
45499
45500 .実は,
45501
45502 \series bold
45503
45504 \backslash
45505 unittwo
45506 \series default
45507 は,
45508 \SpecialChar LaTeX
45509 コマンドの実体ではなく,
45510
45511 \series bold
45512
45513 \backslash
45514 unit[値]{単位}
45515 \series default
45516 というコマンドです.したがって,
45517 これを\SpecialChar TeX
45518 コード中で使用することはできません.
45519 \end_layout
45520
45521 \begin_layout Itemize
45522 百分率記号と千分率記号は,
45523 物理単位と同様に組みます:
45524
45525 \begin_inset Newline newline
45526 \end_inset
45527
45528 血中アルコール1,2
45529 \begin_inset space \thinspace{}
45530 \end_inset
45531
45532
45533 \end_layout
45534
45535 \begin_layout Itemize
45536 角度記号は値の直後に置きます:
45537
45538 \begin_inset Formula $15^{\circ}$
45539 \end_inset
45540
45541 .しかし,
45542 単位として用いられるときは別です:
45543 15
45544 \begin_inset space \thinspace{}
45545 \end_inset
45546
45547
45548 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
45549 \end_inset
45550
45551
45552 \end_layout
45553
45554 \begin_layout Itemize
45555 4桁以上の数は,
45556 3桁ごとに最小空白を直前に挿入して,
45557 グループ化します:
45558 18
45559 \begin_inset space \thinspace{}
45560 \end_inset
45561
45562 473
45563 \begin_inset space \thinspace{}
45564 \end_inset
45565
45566 588
45567 \end_layout
45568
45569 \begin_layout Itemize
45570 \begin_inset Formula $120\times90\times40$
45571 \end_inset
45572
45573
45574 \begin_inset space \thinspace{}
45575 \end_inset
45576
45577 cmのような寸法には,
45578 積記号「
45579 \begin_inset Formula $\times$
45580 \end_inset
45581
45582 」を用います.これは,
45583
45584 \series bold
45585
45586 \backslash
45587 times
45588 \series default
45589 コマンドか,
45590
45591 \family sans
45592 \series bold
45593 挿入\SpecialChar menuseparator
45594 特殊文字\SpecialChar menuseparator
45595 記号
45596 \family default
45597 \series default
45598
45599 \begin_inset space \thinspace{}
45600 \end_inset
45601
45602 メニューから入れることができます.
45603 \end_layout
45604
45605 \begin_layout Itemize
45606 いくつかの文字を含む関数名は,
45607 混乱を防ぐためにアップライト体にします.第
45608 \begin_inset CommandInset ref
45609 LatexCommand ref
45610 reference "subsec:定義済み函数"
45611 nolink "false"
45612
45613 \end_inset
45614
45615 節を参照.
45616 \end_layout
45617
45618 \begin_layout Itemize
45619 複数の文字を含む指数は,
45620 アップライト体にします:
45621
45622 \begin_inset Formula $E_{\mathrm{kin}}$
45623 \end_inset
45624
45625
45626 \begin_inset Newline newline
45627 \end_inset
45628
45629 行列要素はイタリック体にします:
45630
45631 \begin_inset Formula $\hat{H}_{kl}$
45632 \end_inset
45633
45634
45635 \end_layout
45636
45637 \begin_layout Itemize
45638 微分作用素・積分作用素「d」,
45639 オイラー数「e」,
45640 虚数単位「i」は,
45641 他の変数と間違えることを避けるために,
45642 アップライト体にします.
45643 \end_layout
45644
45645 \begin_layout Itemize
45646
45647 \noun on
45648 フーリエ
45649 \noun default
45650 変換を表す文字は,
45651
45652 \series bold
45653
45654 \backslash
45655 mathscr
45656 \begin_inset space \textvisiblespace{}
45657 \end_inset
45658
45659 {F
45660 \series default
45661 コマンド
45662 \begin_inset Index idx
45663 range none
45664 pageformat default
45665 status collapsed
45666
45667 \begin_layout Plain Layout
45668 こまんと@コマンド!
45669  M!
45670 \backslash
45671 mathscr
45672 \end_layout
45673
45674 \end_inset
45675
45676
45677 \begin_inset space \thinspace{}
45678 \end_inset
45679
45680
45681 \family sans
45682 \series bold
45683 挿入\SpecialChar menuseparator
45684 特殊文字\SpecialChar menuseparator
45685 記号\SpecialChar menuseparator
45686 文字様記号
45687 \family default
45688 \series default
45689
45690 \begin_inset space \thinspace{}
45691 \end_inset
45692
45693 メニューの
45694 \begin_inset Formula $\mathscr{F}$
45695 \end_inset
45696
45697 で入れることができます.
45698 \end_layout
45699
45700 \begin_layout Section
45701 同義語
45702 \begin_inset Index idx
45703 range none
45704 pageformat default
45705 status collapsed
45706
45707 \begin_layout Plain Layout
45708 \begin_inset IndexMacro sortkey
45709 status open
45710
45711 \begin_layout Plain Layout
45712 とうきこ
45713 \end_layout
45714
45715 \end_inset
45716
45717 同義語
45718 \end_layout
45719
45720 \end_inset
45721
45722
45723 \end_layout
45724
45725 \begin_layout Standard
45726 いくつかの文字や記号は,
45727 複数のコマンドから作ることができます.以下は,
45728 同義のコマンドの一覧です.
45729 \end_layout
45730
45731 \begin_layout Standard
45732 \begin_inset VSpace bigskip
45733 \end_inset
45734
45735
45736 \begin_inset space \hfill{}
45737 \end_inset
45738
45739
45740 \begin_inset Tabular
45741 <lyxtabular version="3" rows="12" columns="2">
45742 <features booktabs="true" tabularvalignment="middle">
45743 <column alignment="center" valignment="top" width="0pt">
45744 <column alignment="center" valignment="top" width="0pt">
45745 <row>
45746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
45747 \begin_inset Text
45748
45749 \begin_layout Plain Layout
45750 コマンド
45751 \end_layout
45752
45753 \end_inset
45754 </cell>
45755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
45756 \begin_inset Text
45757
45758 \begin_layout Plain Layout
45759 同義のコマンド
45760 \end_layout
45761
45762 \end_inset
45763 </cell>
45764 </row>
45765 <row>
45766 <cell alignment="center" valignment="top" usebox="none">
45767 \begin_inset Text
45768
45769 \begin_layout Plain Layout
45770
45771 \backslash
45772 ast
45773 \end_layout
45774
45775 \end_inset
45776 </cell>
45777 <cell alignment="center" valignment="top" usebox="none">
45778 \begin_inset Text
45779
45780 \begin_layout Plain Layout
45781 *
45782 \end_layout
45783
45784 \end_inset
45785 </cell>
45786 </row>
45787 <row>
45788 <cell alignment="center" valignment="top" usebox="none">
45789 \begin_inset Text
45790
45791 \begin_layout Plain Layout
45792
45793 \backslash
45794 choose
45795 \end_layout
45796
45797 \end_inset
45798 </cell>
45799 <cell alignment="center" valignment="top" usebox="none">
45800 \begin_inset Text
45801
45802 \begin_layout Plain Layout
45803
45804 \backslash
45805 binom
45806 \end_layout
45807
45808 \end_inset
45809 </cell>
45810 </row>
45811 <row>
45812 <cell alignment="center" valignment="top" usebox="none">
45813 \begin_inset Text
45814
45815 \begin_layout Plain Layout
45816
45817 \backslash
45818 geq
45819 \end_layout
45820
45821 \end_inset
45822 </cell>
45823 <cell alignment="center" valignment="top" usebox="none">
45824 \begin_inset Text
45825
45826 \begin_layout Plain Layout
45827
45828 \backslash
45829 ge
45830 \end_layout
45831
45832 \end_inset
45833 </cell>
45834 </row>
45835 <row>
45836 <cell alignment="center" valignment="top" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840
45841 \backslash
45842 lbrace
45843 \end_layout
45844
45845 \end_inset
45846 </cell>
45847 <cell alignment="center" valignment="top" usebox="none">
45848 \begin_inset Text
45849
45850 \begin_layout Plain Layout
45851 {
45852 \end_layout
45853
45854 \end_inset
45855 </cell>
45856 </row>
45857 <row>
45858 <cell alignment="center" valignment="top" usebox="none">
45859 \begin_inset Text
45860
45861 \begin_layout Plain Layout
45862
45863 \backslash
45864 lbracket
45865 \end_layout
45866
45867 \end_inset
45868 </cell>
45869 <cell alignment="center" valignment="top" usebox="none">
45870 \begin_inset Text
45871
45872 \begin_layout Plain Layout
45873 [
45874 \end_layout
45875
45876 \end_inset
45877 </cell>
45878 </row>
45879 <row>
45880 <cell alignment="center" valignment="top" usebox="none">
45881 \begin_inset Text
45882
45883 \begin_layout Plain Layout
45884
45885 \backslash
45886 leftarrow
45887 \end_layout
45888
45889 \end_inset
45890 </cell>
45891 <cell alignment="center" valignment="top" usebox="none">
45892 \begin_inset Text
45893
45894 \begin_layout Plain Layout
45895
45896 \backslash
45897 gets
45898 \end_layout
45899
45900 \end_inset
45901 </cell>
45902 </row>
45903 <row>
45904 <cell alignment="center" valignment="top" usebox="none">
45905 \begin_inset Text
45906
45907 \begin_layout Plain Layout
45908
45909 \backslash
45910 leq
45911 \end_layout
45912
45913 \end_inset
45914 </cell>
45915 <cell alignment="center" valignment="top" usebox="none">
45916 \begin_inset Text
45917
45918 \begin_layout Plain Layout
45919
45920 \backslash
45921 le
45922 \end_layout
45923
45924 \end_inset
45925 </cell>
45926 </row>
45927 <row>
45928 <cell alignment="center" valignment="top" usebox="none">
45929 \begin_inset Text
45930
45931 \begin_layout Plain Layout
45932
45933 \backslash
45934 lor
45935 \end_layout
45936
45937 \end_inset
45938 </cell>
45939 <cell alignment="center" valignment="top" usebox="none">
45940 \begin_inset Text
45941
45942 \begin_layout Plain Layout
45943
45944 \backslash
45945 vee
45946 \end_layout
45947
45948 \end_inset
45949 </cell>
45950 </row>
45951 <row>
45952 <cell alignment="center" valignment="top" usebox="none">
45953 \begin_inset Text
45954
45955 \begin_layout Plain Layout
45956
45957 \backslash
45958 neq
45959 \end_layout
45960
45961 \end_inset
45962 </cell>
45963 <cell alignment="center" valignment="top" usebox="none">
45964 \begin_inset Text
45965
45966 \begin_layout Plain Layout
45967
45968 \backslash
45969 not=
45970 \end_layout
45971
45972 \end_inset
45973 </cell>
45974 </row>
45975 <row>
45976 <cell alignment="center" valignment="top" usebox="none">
45977 \begin_inset Text
45978
45979 \begin_layout Plain Layout
45980
45981 \backslash
45982 slash
45983 \end_layout
45984
45985 \end_inset
45986 </cell>
45987 <cell alignment="center" valignment="top" usebox="none">
45988 \begin_inset Text
45989
45990 \begin_layout Plain Layout
45991 /
45992 \end_layout
45993
45994 \end_inset
45995 </cell>
45996 </row>
45997 <row>
45998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
45999 \begin_inset Text
46000
46001 \begin_layout Plain Layout
46002
46003 \backslash
46004 vert
46005 \end_layout
46006
46007 \end_inset
46008 </cell>
46009 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
46010 \begin_inset Text
46011
46012 \begin_layout Plain Layout
46013 |
46014 \end_layout
46015
46016 \end_inset
46017 </cell>
46018 </row>
46019 </lyxtabular>
46020
46021 \end_inset
46022
46023
46024 \begin_inset space \hfill{}
46025 \end_inset
46026
46027
46028 \begin_inset Tabular
46029 <lyxtabular version="3" rows="12" columns="2">
46030 <features booktabs="true" tabularvalignment="middle">
46031 <column alignment="center" valignment="top" width="0pt">
46032 <column alignment="center" valignment="top" width="0pt">
46033 <row>
46034 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
46035 \begin_inset Text
46036
46037 \begin_layout Plain Layout
46038 コマンド
46039 \end_layout
46040
46041 \end_inset
46042 </cell>
46043 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
46044 \begin_inset Text
46045
46046 \begin_layout Plain Layout
46047 同義のコマンド
46048 \end_layout
46049
46050 \end_inset
46051 </cell>
46052 </row>
46053 <row>
46054 <cell alignment="center" valignment="top" usebox="none">
46055 \begin_inset Text
46056
46057 \begin_layout Plain Layout
46058
46059 \backslash
46060 backslash
46061 \end_layout
46062
46063 \end_inset
46064 </cell>
46065 <cell alignment="center" valignment="top" usebox="none">
46066 \begin_inset Text
46067
46068 \begin_layout Plain Layout
46069
46070 \backslash
46071
46072 \backslash
46073
46074 \end_layout
46075
46076 \end_inset
46077 </cell>
46078 </row>
46079 <row>
46080 <cell alignment="center" valignment="top" usebox="none">
46081 \begin_inset Text
46082
46083 \begin_layout Plain Layout
46084
46085 \backslash
46086 dasharrow
46087 \end_layout
46088
46089 \end_inset
46090 </cell>
46091 <cell alignment="center" valignment="top" usebox="none">
46092 \begin_inset Text
46093
46094 \begin_layout Plain Layout
46095
46096 \backslash
46097 dashrightarrow
46098 \end_layout
46099
46100 \end_inset
46101 </cell>
46102 </row>
46103 <row>
46104 <cell alignment="center" valignment="top" usebox="none">
46105 \begin_inset Text
46106
46107 \begin_layout Plain Layout
46108
46109 \backslash
46110 land
46111 \end_layout
46112
46113 \end_inset
46114 </cell>
46115 <cell alignment="center" valignment="top" usebox="none">
46116 \begin_inset Text
46117
46118 \begin_layout Plain Layout
46119
46120 \backslash
46121 wedge
46122 \end_layout
46123
46124 \end_inset
46125 </cell>
46126 </row>
46127 <row>
46128 <cell alignment="center" valignment="top" usebox="none">
46129 \begin_inset Text
46130
46131 \begin_layout Plain Layout
46132
46133 \backslash
46134 rbrace
46135 \end_layout
46136
46137 \end_inset
46138 </cell>
46139 <cell alignment="center" valignment="top" usebox="none">
46140 \begin_inset Text
46141
46142 \begin_layout Plain Layout
46143 }
46144 \end_layout
46145
46146 \end_inset
46147 </cell>
46148 </row>
46149 <row>
46150 <cell alignment="center" valignment="top" usebox="none">
46151 \begin_inset Text
46152
46153 \begin_layout Plain Layout
46154
46155 \backslash
46156 rbracket
46157 \end_layout
46158
46159 \end_inset
46160 </cell>
46161 <cell alignment="center" valignment="top" usebox="none">
46162 \begin_inset Text
46163
46164 \begin_layout Plain Layout
46165 ]
46166 \end_layout
46167
46168 \end_inset
46169 </cell>
46170 </row>
46171 <row>
46172 <cell alignment="center" valignment="top" usebox="none">
46173 \begin_inset Text
46174
46175 \begin_layout Plain Layout
46176
46177 \backslash
46178 rightarrow
46179 \end_layout
46180
46181 \end_inset
46182 </cell>
46183 <cell alignment="center" valignment="top" usebox="none">
46184 \begin_inset Text
46185
46186 \begin_layout Plain Layout
46187
46188 \backslash
46189 to
46190 \end_layout
46191
46192 \end_inset
46193 </cell>
46194 </row>
46195 <row>
46196 <cell alignment="center" valignment="top" usebox="none">
46197 \begin_inset Text
46198
46199 \begin_layout Plain Layout
46200
46201 \backslash
46202 lnot
46203 \end_layout
46204
46205 \end_inset
46206 </cell>
46207 <cell alignment="center" valignment="top" usebox="none">
46208 \begin_inset Text
46209
46210 \begin_layout Plain Layout
46211
46212 \backslash
46213 neg
46214 \end_layout
46215
46216 \end_inset
46217 </cell>
46218 </row>
46219 <row>
46220 <cell alignment="center" valignment="top" usebox="none">
46221 \begin_inset Text
46222
46223 \begin_layout Plain Layout
46224
46225 \backslash
46226 ne
46227 \end_layout
46228
46229 \end_inset
46230 </cell>
46231 <cell alignment="center" valignment="top" usebox="none">
46232 \begin_inset Text
46233
46234 \begin_layout Plain Layout
46235
46236 \backslash
46237 not=
46238 \end_layout
46239
46240 \end_inset
46241 </cell>
46242 </row>
46243 <row>
46244 <cell alignment="center" valignment="top" usebox="none">
46245 \begin_inset Text
46246
46247 \begin_layout Plain Layout
46248
46249 \backslash
46250 owns
46251 \end_layout
46252
46253 \end_inset
46254 </cell>
46255 <cell alignment="center" valignment="top" usebox="none">
46256 \begin_inset Text
46257
46258 \begin_layout Plain Layout
46259
46260 \backslash
46261 ni
46262 \end_layout
46263
46264 \end_inset
46265 </cell>
46266 </row>
46267 <row>
46268 <cell alignment="center" valignment="top" usebox="none">
46269 \begin_inset Text
46270
46271 \begin_layout Plain Layout
46272
46273 \backslash
46274 square
46275 \end_layout
46276
46277 \end_inset
46278 </cell>
46279 <cell alignment="center" valignment="top" usebox="none">
46280 \begin_inset Text
46281
46282 \begin_layout Plain Layout
46283
46284 \backslash
46285 Box
46286 \end_layout
46287
46288 \end_inset
46289 </cell>
46290 </row>
46291 <row>
46292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
46293 \begin_inset Text
46294
46295 \begin_layout Plain Layout
46296
46297 \backslash
46298 Vert
46299 \end_layout
46300
46301 \end_inset
46302 </cell>
46303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
46304 \begin_inset Text
46305
46306 \begin_layout Plain Layout
46307
46308 \backslash
46309 |
46310 \end_layout
46311
46312 \end_inset
46313 </cell>
46314 </row>
46315 </lyxtabular>
46316
46317 \end_inset
46318
46319
46320 \begin_inset space \hfill{}
46321 \end_inset
46322
46323
46324 \end_layout
46325
46326 \begin_layout Bibliography
46327 \begin_inset CommandInset bibitem
46328 LatexCommand bibitem
46329 key "TLC2"
46330 literal "true"
46331
46332 \end_inset
46333
46334
46335 \shape smallcaps
46336 F.
46337  Mittelbach;
46338  M.
46339  Goossens
46340 \shape default
46341 :
46342  
46343 \shape italic
46344 The \SpecialChar LaTeX
46345  Companion
46346 \shape default
46347 ,
46348  2nd ed.
46349  Addison Wesley,
46350  2004
46351 \end_layout
46352
46353 \begin_layout Bibliography
46354 \begin_inset CommandInset bibitem
46355 LatexCommand bibitem
46356 key "Mathmode"
46357 literal "true"
46358
46359 \end_inset
46360
46361 \SpecialChar LaTeX
46362 の数式能力の
46363 \begin_inset CommandInset href
46364 LatexCommand href
46365 name "説明"
46366 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
46367 literal "false"
46368
46369 \end_inset
46370
46371
46372 \end_layout
46373
46374 \begin_layout Bibliography
46375 \begin_inset CommandInset bibitem
46376 LatexCommand bibitem
46377 key "AMS"
46378 literal "true"
46379
46380 \end_inset
46381
46382
46383 \begin_inset ERT
46384 status collapsed
46385
46386 \begin_layout Plain Layout
46387
46388
46389 \backslash
46390 AmS
46391 \end_layout
46392
46393 \end_inset
46394
46395 -\SpecialChar LaTeX
46396
46397 \begin_inset CommandInset href
46398 LatexCommand href
46399 name "説明"
46400 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
46401 literal "false"
46402
46403 \end_inset
46404
46405
46406 \end_layout
46407
46408 \begin_layout Bibliography
46409 \begin_inset CommandInset bibitem
46410 LatexCommand bibitem
46411 key "Symbols"
46412 literal "true"
46413
46414 \end_inset
46415
46416 \SpecialChar LaTeX
46417 パッケージで利用できる記号の
46418 \begin_inset CommandInset href
46419 LatexCommand href
46420 name "全覧"
46421 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
46422 literal "false"
46423
46424 \end_inset
46425
46426
46427 \end_layout
46428
46429 \begin_layout Bibliography
46430 \begin_inset CommandInset bibitem
46431 LatexCommand bibitem
46432 key "cancel"
46433 literal "true"
46434
46435 \end_inset
46436
46437 \SpecialChar LaTeX
46438  
46439 \series bold
46440 cancel
46441 \series default
46442
46443 \begin_inset Index idx
46444 range none
46445 pageformat default
46446 status collapsed
46447
46448 \begin_layout Plain Layout
46449 \begin_inset IndexMacro sortkey
46450 status open
46451
46452 \begin_layout Plain Layout
46453 はつけし
46454 \end_layout
46455
46456 \end_inset
46457
46458 パッケージ
46459 \begin_inset IndexMacro subentry
46460 status open
46461
46462 \begin_layout Plain Layout
46463 cancel
46464 \end_layout
46465
46466 \end_inset
46467
46468
46469 \end_layout
46470
46471 \end_inset
46472
46473 パッケージの
46474 \begin_inset CommandInset href
46475 LatexCommand href
46476 name "取扱説明書"
46477 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
46478 literal "false"
46479
46480 \end_inset
46481
46482
46483 \end_layout
46484
46485 \begin_layout Bibliography
46486 \begin_inset CommandInset bibitem
46487 LatexCommand bibitem
46488 key "hyperref"
46489 literal "true"
46490
46491 \end_inset
46492
46493 \SpecialChar LaTeX
46494  
46495 \series bold
46496 hyperref
46497 \series default
46498
46499 \begin_inset Index idx
46500 range none
46501 pageformat default
46502 status collapsed
46503
46504 \begin_layout Plain Layout
46505 \begin_inset IndexMacro sortkey
46506 status open
46507
46508 \begin_layout Plain Layout
46509 はつけし
46510 \end_layout
46511
46512 \end_inset
46513
46514 パッケージ
46515 \begin_inset IndexMacro subentry
46516 status open
46517
46518 \begin_layout Plain Layout
46519 hyperref
46520 \end_layout
46521
46522 \end_inset
46523
46524
46525 \end_layout
46526
46527 \end_inset
46528
46529 パッケージの
46530 \begin_inset CommandInset href
46531 LatexCommand href
46532 name "取扱説明書"
46533 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
46534 literal "false"
46535
46536 \end_inset
46537
46538
46539 \end_layout
46540
46541 \begin_layout Bibliography
46542 \begin_inset CommandInset bibitem
46543 LatexCommand bibitem
46544 key "mhchem"
46545 literal "true"
46546
46547 \end_inset
46548
46549 \SpecialChar LaTeX
46550  
46551 \series bold
46552 mhchem
46553 \series default
46554
46555 \begin_inset Index idx
46556 range none
46557 pageformat default
46558 status collapsed
46559
46560 \begin_layout Plain Layout
46561 \begin_inset IndexMacro sortkey
46562 status open
46563
46564 \begin_layout Plain Layout
46565 はつけし
46566 \end_layout
46567
46568 \end_inset
46569
46570 パッケージ
46571 \begin_inset IndexMacro subentry
46572 status open
46573
46574 \begin_layout Plain Layout
46575 mhchem
46576 \end_layout
46577
46578 \end_inset
46579
46580
46581 \end_layout
46582
46583 \end_inset
46584
46585 パッケージの
46586 \begin_inset CommandInset href
46587 LatexCommand href
46588 name "取扱説明書"
46589 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
46590 literal "false"
46591
46592 \end_inset
46593
46594
46595 \end_layout
46596
46597 \begin_layout Bibliography
46598 \begin_inset CommandInset bibitem
46599 LatexCommand bibitem
46600 key "Duden"
46601 literal "true"
46602
46603 \end_inset
46604
46605
46606 \emph on
46607 Duden Band
46608 \begin_inset space ~
46609 \end_inset
46610
46611 1
46612 \emph default
46613 .
46614  22.
46615 \begin_inset space ~
46616 \end_inset
46617
46618 Auflage,
46619  Dudenverlag,
46620  2000
46621 \end_layout
46622
46623 \begin_layout Bibliography
46624 \begin_inset CommandInset bibitem
46625 LatexCommand bibitem
46626 key "Checklist"
46627 literal "true"
46628
46629 \end_inset
46630
46631 原稿見直しの
46632 \begin_inset CommandInset href
46633 LatexCommand href
46634 name "チェックリスト"
46635 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
46636 literal "false"
46637
46638 \end_inset
46639
46640
46641 \end_layout
46642
46643 \begin_layout Standard
46644 \begin_inset CommandInset index_print
46645 LatexCommand printindex
46646 type "idx"
46647 name "索引"
46648 literal "false"
46649
46650 \end_inset
46651
46652
46653 \end_layout
46654
46655 \end_body
46656 \end_document