]> git.lyx.org Git - features.git/blobdiff - lib/doc/ja/Math.lyx
Math.lyx: update the section about subequations.lyx
[features.git] / lib / doc / ja / Math.lyx
index b9b91467d46099cc2c55001badbf1a0bad54920e..a75ae1c450362ee85d8c728d8b9e6d960cde9953 100644 (file)
@@ -1,8 +1,10 @@
-#LyX 2.0 created this file. For more info see http://www.lyx.org/
-\lyxformat 413
+#LyX 2.3 created this file. For more info see http://www.lyx.org/
+\lyxformat 544
 \begin_document
 \begin_header
-\textclass jarticle
+\save_transient_properties false
+\origin /systemlyxdir/doc/ja/
+\textclass scrartcl
 \begin_preamble
 % DO NOT ALTER THIS PREAMBLE!!!
 %
 % the documentation team
 % email: lyx-docs@lists.lyx.org
 
-\ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
-\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
-
-% if pdflatex is used
-\usepackage{ifpdf}
-\ifpdf
-
-% set fonts for nicer pdf view
-\IfFileExists{lmodern.sty}
- {\usepackage{lmodern}}{}
-
-\fi % end if pdflatex is used
-
-% Folgendes Problem losen:
-% Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
-% Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
-% die Kapitelnummer geschrieben.
-% Als Losung wird mehr Platz zwischen Nummer und
-% Uberschrift eingefugt.
+% solves the following problem:
+% If the dection number consits of too many numerals the section heading
+% will be printed in the TOC without a space between it and the section number.
+% As solution more space between the number and the heading is inserted:
 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
 
 
 % increase link area for cross-references and autoname them,
 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
-\newlength{\abc}
-\settowidth{\abc}{\space}
-\AtBeginDocument{%
-\addto\extrasenglish{
- \renewcommand{\equationautorefname}{\hspace{-\abc}}
- \renewcommand{\sectionautorefname}{sec.\negthinspace}
- \renewcommand{\subsectionautorefname}{sec.\negthinspace}
- \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
-}
+%\addto\extrasenglish{%
+% \renewcommand*{\equationautorefname}[1]{}
+% \renewcommand{\sectionautorefname}{sec.\negthinspace}
+% \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
+% \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
+%}
 
 % don't load packages twice
 % see first footnote in sec. 9.3
  \cleardoublepage
  \pagenumbering{arabic}}
 
+% add 0.5 mm vertical space for table rows
+\@ifundefined{extrarowheight} {\usepackage{array}}{}
+\setlength{\extrarowheight}{0.5mm}
+
 % insert additional vertical space of 1.5 mm between footnotes,
 \let\myFoot\footnote
 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
 
-% provides caption formatting
+% makes caption labels bold
 %\setkomafont{captionlabel}{\bfseries}
 
-% used in sec. 23.6
-\usepackage[samesize]{cancel}
-
 % enables calculation of values
 \usepackage{calc}
 
-% for multiple columns used in sec. 23.7
+% for multiple columns used in sec. 24.7
 \usepackage{multicol}
 
 % needed in sec. 19.4
 \usepackage{remreset}
 
+% for the Fourier transformation symbol
+\usepackage{mathrsfs}
+
 % define a color, used in sec.9.3
 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
 
@@ -93,8 +81,6 @@
 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
 \DeclareMathOperator{\sgn}{sgn}
 
-\newcommand{\spce}{\textvisiblespace}
-
 % example definitions for sec. 20.1 
 \newcommand{\gr}{\Longrightarrow}
 \newcommand{\us}[1]{\underline{#1}}
 % example macro from sec. 19.4
 %\def\tagform@#1{\maketag@@@{|#1|}}
 
-% macro from sec. 10.2
-\def\clap#1{\hbox to 0pt{\hss #1\hss}}
-\def\mathclap {\mathpalette \mathclapinternal}
-\def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
-
 
 % ------------------------------------
 % used to check for needed LaTeX packages
 \usepackage{ifthen}
 
+% check for package undertilde
+% used for the command \utilde
+\newboolean{undertilde}
+\IfFileExists{undertilde.sty}
+ {\usepackage{undertilde}
+  \setboolean{undertilde}{true}}
+ {\setboolean{undertilde}{false}}
+
 % check for package eurosym
 % used for the Euro symbol
 \newboolean{eurosym}
   \setboolean{braket}{true}}
  {\setboolean{braket}{false}}
 
+% check for package cancel
+\newboolean{cancel}
+\IfFileExists{cancel.sty}
+ {\usepackage{cancel}
+  \setboolean{cancel}{true}}
+ {\setboolean{cancel}{false}}
+
 % needed in sec. 22.10
 % check for package upgreek
 \newboolean{upgreek}
 
 % make pdf bookmark sane with Japanese
 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
+
+\renewcommand{\seename}{→}
 \end_preamble
-\options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
+\options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
 \use_default_options true
+\begin_modules
+subequations
+\end_modules
 \maintain_unincluded_children false
+\begin_local_layout
+InsetLayout            Flex:Ruby
+LyxType                charstyle
+LatexType              command
+LatexName              ruby
+BgColor                none
+LabelString            "ルビ"
+Decoration             Conglomerate
+Argument post:1
+LabelString    "ルビ文"
+MenuString     "ルビ文(S)|S"
+Decoration     Conglomerate
+Font
+Size           tiny
+EndFont
+LabelFont
+Size           tiny
+EndFont
+Mandatory      1
+EndArgument
+Preamble
+\IfFileExists{okumacro.sty}
+{\usepackage{okumacro}}
+{\newcommand{\ruby}[2]{#2}}
+EndPreamble
+End
+\end_local_layout
 \language japanese
 \language_package default
 \inputencoding auto
 \fontencoding global
-\font_roman default
-\font_sans default
-\font_typewriter default
+\font_roman "default" "default"
+\font_sans "default" "default"
+\font_typewriter "default" "default"
+\font_math "auto" "auto"
 \font_default_family default
 \use_non_tex_fonts false
 \font_sc false
 \font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-
+\font_sf_scale 100 100
+\font_tt_scale 100 100
+\use_microtype false
+\use_dash_ligatures false
 \graphics default
 \default_output_format default
 \output_sync 0
 \paperfontsize default
 \spacing single
 \use_hyperref true
-\pdf_title "LyX数式説明書"
-\pdf_author "LyXプロジェクトチーム・Uwe Stohr"
-\pdf_subject "LyXの数式機能に関する説明書"
+\pdf_title "LyX's Math Manual"
+\pdf_author "LyX Team, Uwe Stohr"
+\pdf_subject "LyX-documentation about math"
 \pdf_keywords "LyX, Mathed"
-\pdf_bookmarks true
+\pdf_bookmarks false
 \pdf_bookmarksnumbered true
 \pdf_bookmarksopen true
 \pdf_bookmarksopenlevel 1
 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
 \papersize a4paper
 \use_geometry true
-\use_amsmath 2
-\use_esint 1
-\use_mhchem 1
-\use_mathdots 1
+\use_package amsmath 2
+\use_package amssymb 2
+\use_package cancel 1
+\use_package esint 1
+\use_package mathdots 1
+\use_package mathtools 2
+\use_package mhchem 1
+\use_package stackrel 1
+\use_package stmaryrd 1
+\use_package undertilde 0
 \cite_engine basic
+\cite_engine_type default
+\biblio_style plain
 \use_bibtopic false
 \use_indices false
 \paperorientation portrait
 \suppress_date false
+\justification true
 \use_refstyle 0
+\use_minted 0
 \notefontcolor #0000ff
 \index 索引
 \shortcut idx
 \tocdepth 3
 \paragraph_separation skip
 \defskip medskip
-\quotes_language english
+\is_math_indent 0
+\math_numbering_side default
+\quotes_style english
+\dynamic_quotes 0
 \papercolumns 1
 \papersides 2
 \paperpagestyle plain
 \begin_body
 
 \begin_layout Title
-LyXの数式詳細説明書
+\SpecialChar LyX
+の数式詳細説明書
 \end_layout
 
 \begin_layout Author
-LyXプロジェクトチーム
+\SpecialChar LyX
+プロジェクトチーム
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
 \noindent
-コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
+コメントや誤りの修正などがございましたら,\SpecialChar LyX
+文書化メーリングリスト
 \family typewriter
-
 \begin_inset CommandInset href
 LatexCommand href
 name "lyx-docs@lists.lyx.org"
 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
 type "mailto:"
+literal "false"
 
 \end_inset
 
 
 \family default
-までお知らせください。
+ までお知らせください.
 \end_layout
 
 \end_inset
@@ -268,7 +315,7 @@ status collapsed
 
 
 \family sans
-第2.0.x版
+第2.3.x版
 \end_layout
 
 \begin_layout Standard
@@ -285,7 +332,8 @@ LatexCommand tableofcontents
 status open
 
 \begin_layout Plain Layout
-この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
+この文書をPDFやPS,DVIに書き出すには,\SpecialChar LaTeX
+パッケージの
 \series bold
 braket
 \series default
@@ -299,17 +347,25 @@ eurosym
 \series default
 ・
 \series bold
+mathdots
+\series default
+・
+\series bold
 mhchem
 \series default
 ・
 \series bold
+undertilde
+\series default
+・
+\series bold
 was
 \series default
-が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
+が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,パッケージを必要とする節は出力には現れません.また,
 \series bold
 mhchem
 \series default
-が導入されていないと、本ファイルを書き出すことができません。
+が導入されていないと,本ファイルを書き出すことができません.
 \end_layout
 
 \begin_layout Plain Layout
@@ -319,13 +375,14 @@ mhchem
 
 
 \series bold
-http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
+http://wiki.lyx.org/\SpecialChar LyX
+/Manuals#Math
 \begin_inset Newline newline
 \end_inset
 
 
 \series default
-にあります
+にあります
 \end_layout
 
 \end_inset
@@ -345,36 +402,38 @@ http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
 \end_layout
 
 \begin_layout Standard
-この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
-使用を念頭に置いています。したがって、ユーザーの手引きの
+この文書は,\SpecialChar LyX
+の数式機能の説明書であると同時に,なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
+コマンドのコレクションでもあります.説明は,コマンドの使用を念頭に置い
+ています.したがって,ユーザーの手引きの
 \family typewriter
 数式
 \family default
-の節をすでにお読みになっていることを前提としています
+の節をすでにお読みになっていることを前提としています
 \end_layout
 
 \begin_layout Standard
-この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
+この説明書で説明されている,ほとんどの数式記号と,数式要素の多くは,
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 数式
 \family default
 メニューか
 \family sans
 数式ツールバー
 \family default
-からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
-なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
+からアクセスすることが可能です.しかし,たくさんの数式を書かなくてはならない人はみな,数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
+なるのです.したがって,この説明書はコマンドに焦点を当てますが,対応するツールバーボタンが利用可能なときには,それにも言及することにします.
 \end_layout
 
 \begin_layout Standard
-とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
+とくに断らなければ,コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,文書設定(
 \family sans
-文書\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
+文書\SpecialChar menuseparator
+設定\SpecialChar menuseparator
 数式オプション
 \family default
-メニュー
+メニュー)
 \family sans
 AMS mathパッケージを使う
 \family default
@@ -387,7 +446,8 @@ status collapsed
 \family sans
 AMS mathパッケージを自動的に使う
 \family default
-オプションは、LyXでサポートされている数式要素が見つかったときのみ、
+オプションは,\SpecialChar LyX
+でサポートされている数式要素が見つかったときのみ,
 \begin_inset ERT
 status collapsed
 
@@ -400,16 +460,16 @@ AmS
 
 \end_inset
 
--mathパッケージを使用します
+-mathパッケージを使用します
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
-説明を明瞭にするためにこの文書はすべての
+説明を明瞭にするためにこの文書はすべての
 \begin_inset ERT
 status collapsed
 
@@ -440,24 +500,26 @@ AmS
 
 \end_inset
 
--mathコマンドの一覧は
+-mathコマンドの一覧は
 \family sans
 
 \begin_inset CommandInset href
 LatexCommand href
-name "amsguide.ps"
-target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
+name "amsguide.pdf"
+target "http://mirrors.ctan.org/macros/amstex/doc/amsguide.pdf"
+literal "false"
 
 \end_inset
 
 
 \family default
-ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
+ファイルに収録されています.このファイルは,すべての\SpecialChar LaTeX
+標準頒布版に含まれています.
 \end_layout
 
 \end_inset
 
-を列挙はしません
+を列挙はしません
 \end_layout
 
 \begin_layout Section
@@ -470,65 +532,84 @@ target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき ! ぎょうない @ 数式 ! 行内
+すうしき @ 数式 ! ぎょうない @ 行内
+\end_layout
+
+\end_inset
+
+を作成するには,
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 
-を作成するには、短絡キー
+
 \begin_inset Info
 type  "shortcuts"
 arg   "math-mode"
 \end_inset
 
-のうちのいずれか、あるいはツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math-mode.png
-       scale 85
-
+のうちのいずれか,あるいはツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "math-mode"
 \end_inset
 
-を使用してください
+を使用してください
 \begin_inset Newline newline
 \end_inset
 
-大きく別の段落として表示される別行て数式
+大きく別の段落として表示される別行て数式
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
+すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
 \end_layout
 
 \end_inset
 
-を作成するには
+を作成するには
 \begin_inset Info
 type  "shortcuts"
 arg   "math-display"
 \end_inset
 
-のうちいずれかの短絡キーを使用して下さい。
+のうちいずれかの捷径を使用して下さい.
 \end_layout
 
 \begin_layout Standard
-別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
+別行立て様式の数式を行内数式に変更するには,カーソルを数式内に合わせて
 \begin_inset Info
 type  "shortcuts"
 arg   "math-mode"
 \end_inset
 
-のいずれかの短絡キーか、
+のいずれかの捷径か,
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 数式の表記を変更
 \family default
-メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
+メニューを使用して下さい.同じ方法が,行内数式を別行立て数式に変更するのにも使用できます.
 \end_layout
 
 \begin_layout Standard
-行内数式の一部を別行建て数式の大きさで表示するには、
+行内数式の一部を別行立て数式の大きさで表示するには,
 \series bold
 
 \backslash
@@ -548,11 +629,11 @@ displaystyle
 
 
 \series default
-を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
+を数式に入力して下さい.すると,青いボックスが新規に現れて,希望する数式の箇所を挿入することができます.
 \end_layout
 
 \begin_layout Standard
-表の中では、行内数式のみの使用が許されています。
+表の中では,行内数式のみの使用が許されています.
 \end_layout
 
 \begin_layout Standard
@@ -560,70 +641,65 @@ displaystyle
 \family sans
 数式ツールバー
 \family default
-は
+は
 \family sans
-表示\SpecialChar \menuseparator
+表示\SpecialChar menuseparator
 ツールバー
 \family default
-メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
+メニューで表示することができます.そのメニューで「数式」をクリックすると,ツールバーが下部に永続的に表示されます.この状態は,
 \family sans
 ツールバー
 \family default
-メニューの中ではチェック印で表されます。この状態から、
+メニューの中ではチェック印で表されます.この状態から,
 \family sans
 ツールバー
 \family default
-メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
-数式(自動)」に変わることで表されます。
+メニューの「数式」をもう一度クリックすると,数式ツールバーは,カーソルが数式内部にあるときのみ表示されるようになります.この状態は,メニュー項目が「数式」から「
+数式(自動)」に変わることで表されます.
 \end_layout
 
 \begin_layout Standard
-TeXモード
+\SpecialChar TeX
+モード
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-T@TeXモード
+T exもーど@\SpecialChar TeX
+モード
 \end_layout
 
 \end_inset
 
-は、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/ert-insert.png
-       scale 85
-
+は,ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "ert-insert"
 \end_inset
 
-を押すか
+を押すか
 \family sans
-挿入\SpecialChar \menuseparator
-Te
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{}
-\end_layout
-
-\end_inset
-
-Xコード
+挿入\SpecialChar menuseparator
+TeXコード
 \family default
-(短絡キー
+(捷径:
 \begin_inset Info
 type  "shortcut"
 arg   "ert-insert"
 \end_inset
 
-)メニューを使うことで、起動できます。
+)メニューを使うことで,起動できます.
 \begin_inset Note Note
 status collapsed
 
 \begin_layout Plain Layout
-LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
-のを防ぐために、ここではTeX括弧が挿入されています。
+\SpecialChar LyX
+には,出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」,\SpecialChar TeX
+・\SpecialChar LaTeX
+・\SpecialChar LyX
+があります.これらの名称が,固有名詞として認識されるのを防ぐために,ここでは\SpecialChar TeX
+括弧
+が挿入されています.
 \end_layout
 
 \end_inset
@@ -632,49 +708,40 @@ LyXには、出力においては上付き文字と下付き文字とで表示
 \end_layout
 
 \begin_layout Standard
-LaTeXプリアンブル
+\SpecialChar LaTeX
+プリアンブル
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-L@LaTeXプリアンブル
+L atexぷりあんぶる@\SpecialChar LaTeX
+プリアンブル
 \end_layout
 
 \end_inset
 
-を変更するには
+を変更するには
 \family sans
-文書\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
-LaT
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{}
-\end_layout
-
-\end_inset
-
-eXプリアンブル
+文書\SpecialChar menuseparator
+設定\SpecialChar menuseparator
+LaTeXプリアンブル
 \family default
-メニューを使用してください
+メニューを使用してください
 \end_layout
 
 \begin_layout Standard
-行列や場合分け、多行数式を続けて編集するには、
+行列や場合分け,多行数式を続けて編集するには,
 \family sans
-編集\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
 数式
 \family default
 メニューと
 \family sans
-編集\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
 行と列
 \family default
-メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
-交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
+メニューを使うか,表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,カーソルのある列や行は,それぞれ右側の列や下の行と
+交換されます.カーソルが最後の列や行にあるときには,左の列や上の行と交換されることになります.
 \end_layout
 
 \begin_layout Standard
@@ -683,25 +750,25 @@ eXプリアンブル
 status collapsed
 
 \begin_layout Plain Layout
-多行数式では
+多行数式では
 \series bold
 
 \backslash
 intertext
 \series default
-コマンドが使用されます
+コマンドが使用されます
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:多行数式中のテキスト"
+reference "subsec:多行数式中のテキスト"
 
 \end_inset
 
-を参照のこと
+を参照のこと
 \end_layout
 
 \end_inset
 
-には
+には
 \emph on
 数式テキスト
 \emph default
@@ -710,7 +777,7 @@ reference "sub:多行数式中のテキスト"
 status collapsed
 
 \begin_layout Plain Layout
-てきすと ! すうしきないの @ テキスト ! 数式内
+てきすと @ テキスト ! すうしきちゅうの @ 数式中
 \end_layout
 
 \end_inset
@@ -725,13 +792,13 @@ status collapsed
 
 \end_inset
 
-が使用されます。このモードには、短絡キー
+が使用されます.このモードには,捷径
 \begin_inset Info
 type  "shortcut"
 arg   "math-mode"
 \end_inset
 
-を使うか
+を使うか
 \series bold
 
 \backslash
@@ -749,8 +816,9 @@ text
 
 \end_inset
 
-コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
-、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
+コマンドを挿入することで入ることができます.テキストは,\SpecialChar LyX
+中では黒字で表示されるので,青字で表示される他の数式部分とは区別することができます.出力においては,数式
+テキストは,他の数式部分とは違って,アップライト体に組まれます.
 \end_layout
 
 \begin_layout Subsection*
@@ -758,7 +826,8 @@ text
 \end_layout
 
 \begin_layout Standard
-数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
+数式要素に使われるほとんどの\SpecialChar LaTeX
+コマンドは,以下のような構成になっています.
 \end_layout
 
 \begin_layout Standard
@@ -770,108 +839,122 @@ text
 \end_layout
 
 \begin_layout Standard
-コマンドはつねにバックスラッシュ「
+コマンドはつねにバックスラッシュ「
 \series bold
 
 \backslash
 
 \series default
-」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
+」で始まります.非必須の引数を省略するときには,随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,この文書中では,\SpecialChar TeX
+括弧
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-T@TeX括弧
+T exかっこ@\SpecialChar TeX
+括弧
 \end_layout
 
 \end_inset
 
-と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
+と呼ぶことにします.数式中でコマンド名に左括弧を付けると,\SpecialChar LyX
+は自動的に\SpecialChar TeX
+括弧を生成します.数式中ではそれ以外に,
 \series bold
 
 \backslash
 {
 \series default
-コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
-、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
+コマンドを使えば,つねに\SpecialChar TeX
+括弧を生成することができます.\SpecialChar LyX
+中で,青字で表示される通常の括弧とは違って,\SpecialChar TeX
+括弧は赤字で表示されます.\SpecialChar TeX
+モード中では,\SpecialChar TeX
+括弧を得るのに,とくに
+コマンドは必要としません.また,\SpecialChar TeX
+括弧は出力中では表示されません.
 \end_layout
 
 \begin_layout Standard
-記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
+記号のコマンドのように引数のないコマンドを\SpecialChar TeX
+モードに入力するときには,コマンドの終わりを表すために,コマンドの後に空白が
 \emph on
 かならず
 \emph default
-入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
-ん
+入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,空白の後に,通常テキストモードの保護された空白が来なくてはなりませ
+ん
 \end_layout
 
 \begin_layout Standard
-保護された空白は
+保護された空白は
 \begin_inset Info
-type  "shortcut"
-arg   "space-insert protected"
+type  "shortcuts"
+arg   "command-alternatives space-insert protected ; math-space"
 \end_inset
 
-で入力できます。
-\end_layout
+\begin_inset Flex Ruby
+status collapsed
 
-\begin_layout Subsection*
-\begin_inset Newpage newpage
-\end_inset
+\begin_layout Plain Layout
+鍵
+\begin_inset Argument post:1
+status collapsed
 
-文法の説明
+\begin_layout Plain Layout
+キー
 \end_layout
 
-\begin_layout Itemize
-記号
-\begin_inset Foot
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
-この可視化された空白文字は、
-\series bold
 
-\backslash
-textvisiblespace
-\series default
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
-こまんど@コマンド ! T ! 
-\backslash
-textvisiblespace
+で入力できます.
 \end_layout
 
+\begin_layout Subsection*
+\begin_inset Newpage newpage
 \end_inset
 
-コマンドをTeXモード中に挿入することで作ることができます。
+文法の説明
 \end_layout
 
+\begin_layout Itemize
+記号 
+\begin_inset space \textvisiblespace{}
 \end_inset
 
+ は,空白文字を入力することを表します.
+\end_layout
 
-\begin_inset ERT
+\begin_layout Itemize
+\begin_inset Formula $\to$
+\end_inset
+
+のような矢印は,キーボードから対応する矢印
+\begin_inset Flex Ruby
 status collapsed
 
 \begin_layout Plain Layout
+鍵
+\begin_inset Argument post:1
+status collapsed
 
-
-\backslash
-spce 
+\begin_layout Plain Layout
+キー
 \end_layout
 
 \end_inset
 
-は、空白文字を入力することを表します。
+
 \end_layout
 
-\begin_layout Itemize
-\begin_inset Formula $\to$
 \end_inset
 
\81®ã\82\88ã\81\86ã\81ªç\9f¢å\8d°ã\81¯ã\80\81ã\82­ã\83¼ã\83\9cã\83¼ã\83\89ã\81\8bã\82\89対å¿\9cã\81\99ã\82\8bç\9f¢å\8d°ã\82­ã\83¼ã\82\92æ\8a¼ã\81\99ã\81\93ã\81¨ã\82\92表ã\81\97ã\81¾ã\81\99ã\80\82
\82\92æ\8a¼ã\81\99ã\81\93ã\81¨ã\82\92表ã\81\97ã\81¾ã\81\99ï¼\8e
 \end_layout
 
 \begin_layout Subsection*
@@ -888,7 +971,7 @@ status open
 
 \begin_layout Plain Layout
 \align center
-\begin_inset Caption
+\begin_inset Caption Standard
 
 \begin_layout Plain Layout
 \begin_inset CommandInset label
@@ -909,11 +992,11 @@ name "tab:使用できる単位"
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="13" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -922,7 +1005,7 @@ name "tab:使用できる単位"
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -933,7 +1016,7 @@ name "tab:使用できる単位"
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -942,7 +1025,7 @@ mm
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -953,7 +1036,7 @@ mm
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -962,7 +1045,7 @@ cm
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -973,7 +1056,7 @@ cm
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -982,7 +1065,7 @@ in
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -993,7 +1076,7 @@ in
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1002,7 +1085,7 @@ pt
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1021,7 +1104,7 @@ in)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1030,7 +1113,7 @@ pc
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1049,7 +1132,7 @@ pt)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1058,7 +1141,7 @@ sp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1077,7 +1160,7 @@ pt)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1086,7 +1169,7 @@ bp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1105,7 +1188,7 @@ in)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1114,7 +1197,7 @@ dd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1137,7 +1220,7 @@ mm)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1146,7 +1229,7 @@ cc
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1165,7 +1248,7 @@ dd)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1174,7 +1257,7 @@ ex
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1185,7 +1268,7 @@ ex
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1194,7 +1277,7 @@ em
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1205,7 +1288,7 @@ em
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1214,11 +1297,11 @@ mu
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-数式単位1
+数式単位(1
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -1230,7 +1313,7 @@ mu =
 \begin_inset space \thinspace{}
 \end_inset
 
-em
+em)
 \end_layout
 
 \end_inset
@@ -1256,7 +1339,7 @@ em)
 \end_layout
 
 \begin_layout Section
-基礎的な
+基礎的な
 \end_layout
 
 \begin_layout Subsection
@@ -1285,13 +1368,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-うえつきもじ@上付き文字|see
+うえつきもじ@上付き文字
 \begin_inset ERT
-status collapsed
+status open
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -1317,13 +1400,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-したつきもじ@下付き文字|see
+したつきもじ@下付き文字
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -1348,32 +1431,30 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math-subscript.png
-       scale 85
-
+添字は,アンダースコア「_」を打鍵するか,数式ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "math-subscript"
 \end_inset
 
-を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math-superscript.png
-       scale 85
-
+を使って入力することができ,指数は,キャレット「^」を打鍵するか,数式ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "math-superscript"
 \end_inset
 
-を使って入力することができます
+を使って入力することができます
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1382,34 +1463,18 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-結果
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで使われている
-\series bold
-
-\backslash
-raisebox
-\series default
-は単なるスペーサーです。
-\end_layout
-
-\end_inset
-
-
+出力
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1418,7 +1483,7 @@ B_V
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1431,8 +1496,8 @@ B_V
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1441,11 +1506,11 @@ B^V
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}B^{V}$
+\begin_inset Formula $B^{V}$
 \end_inset
 
 
@@ -1454,22 +1519,13 @@ B^V
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 B^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}B^{A}$
+\begin_inset Formula $B^{A}$
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
+キャレットは,言語によってはアクセント記号として使用されているので,そのような場合には,母音字の後でキャレットを押すと,指数にならずにアクセントをつけることにな
 ってしまいます
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
+使用しているキーボード設定によっては,同様のことが母音以外の文字でも起こることがあります.
 \end_layout
 
 \end_inset
 
-。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
+.この場合に指数を作るには,上記の最後の例のように,キャレットの後に
 \family sans
 Space
 \family default
-を押してください
+を押してください
 \end_layout
 
 \begin_layout Subsection
 分数
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:分数"
+name "subsec:分数"
 
 \end_inset
 
@@ -1538,7 +1594,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-分数はコマンド
+分数はコマンド
 \series bold
 
 \backslash
@@ -1557,20 +1613,18 @@ frac
 \end_inset
 
 か数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/frac.png
-       scale 50
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\frac"
 \end_inset
 
-で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/frac-square.png
-       scale 85
-
+で作ることができます.フォント寸法は,分数が行内数式にあるか別行立て数式にあるかに応じて,自動的に調整されます.数式ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\frac-square"
 \end_inset
 
-を使えば、分数の種類を選ぶことができます。
+を使えば,分数の種類を選ぶことができます.
 \end_layout
 
 \begin_layout Standard
@@ -1592,7 +1646,7 @@ dfrac
 
 \end_inset
 
-を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
+を使えば,つねに別行立て数式の大きさを持つ分数を作成することができます.また,コマンド
 \series bold
 
 \backslash
@@ -1610,11 +1664,11 @@ tfrac
 
 \end_inset
 
-では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
+では,つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
 \end_layout
 
 \begin_layout Standard
-これはコマンド
+これはコマンド
 \series bold
 
 \backslash
@@ -1624,11 +1678,11 @@ frac
 \begin_inset Formula $\frac{1}{2}$
 \end_inset
 
-を含む行です
+を含む行です
 \end_layout
 
 \begin_layout Standard
-これはコマンド
+これはコマンド
 \series bold
 
 \backslash
@@ -1638,18 +1692,18 @@ dfrac
 \begin_inset Formula $\dfrac{1}{2}$
 \end_inset
 
-を含む行です
+を含む行です
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -1658,50 +1712,25 @@ dfrac
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\frac{A}{B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 dfrac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
+\begin_inset Formula $\dfrac{A}{B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 dfrac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 1
@@ -1829,11 +1818,11 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
+\begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
 \end_inset
 
 
@@ -1857,7 +1846,7 @@ spce
 \begin_inset Newpage newpage
 \end_inset
 
-入れ子の分数を作るにはコマンド
+入れ子の分数を作るにはコマンド
 \series bold
 
 \backslash
@@ -1875,7 +1864,7 @@ cfrac
 
 \end_inset
 
-が使えます。以下がその例です。
+が使えます.以下がその例です.
 \begin_inset VSpace -3mm
 \end_inset
 
@@ -1895,7 +1884,7 @@ cfrac
 \end_layout
 
 \begin_layout Standard
-上記の例で使用したコマンドは
+上記の例で使用したコマンドは
 \end_layout
 
 \begin_layout Standard
@@ -1962,7 +1951,7 @@ D
 \end_layout
 
 \begin_layout Standard
-です
+です
 \end_layout
 
 \begin_layout Standard
 \backslash
 cfrac
 \series default
-は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
+は,他の分数中に入れ子になっている場合も含め,分数をつねに別行立て数式の大きさに設定します.
 \end_layout
 
 \begin_layout Standard
-分子の揃え方は、指定することができます。
+分子の揃え方は,指定することができます.
 \series bold
 
 \backslash
 cfracleft
 \series default
-コマンドは左揃えにし
+コマンドは左揃えにし
 \series bold
 
 \backslash
 cfracright
 \series default
-は右揃えにします
+は右揃えにします
 \series bold
 
 \backslash
 cfrac
 \series default
-は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
-\begin_inset Newline newline
-\end_inset
-
-
+は中央揃えです.以下の各分数は,それぞれの揃え位置を示しています.
 \series bold
 
-\begin_inset Formula $\cfrac[l]{A}{B+C}$
-\end_inset
-
-, 
-\begin_inset Formula $\cfrac{A}{B+C}$
-\end_inset
+\begin_inset Formula 
+\[
+\cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
+\]
 
-, 
-\begin_inset Formula $\cfrac[r]{A}{B+C}$
 \end_inset
 
 
@@ -2029,7 +2010,7 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-(註)
+【註】
 \backslash
 cfracleft
 \series default
@@ -2039,13 +2020,15 @@ cfracleft
 \backslash
 cfracright
 \series default
-は、生粋のLaTeXコマンドではなく、実体は、コマンド
+は,生粋の\SpecialChar LaTeX
+コマンドではなく,実体は,コマンド
 \series bold
 
 \backslash
 cfrac[揃え位置]{分子}{分母}
 \series default
-です。したがって、これらをTeXモードで使うことはできません。
+です.したがって,これらを\SpecialChar TeX
+モードで使うことはできません.
 \end_layout
 
 \end_inset
@@ -2057,7 +2040,7 @@ cfrac[揃え位置]{分子}{分母}
 \begin_inset VSpace medskip
 \end_inset
 
-ときに以下のように
+ときに以下のように
 \series bold
 
 \backslash
@@ -2069,7 +2052,7 @@ cfrac
 \backslash
 frac
 \series default
-を組み合わせて使うと便利です
+を組み合わせて使うと便利です
 \begin_inset Formula 
 \[
 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
@@ -2081,7 +2064,7 @@ frac
 \end_layout
 
 \begin_layout Standard
-斜めの分数線を持つ行内分数を作るにはコマンド
+斜めの分数線を持つ行内分数を作るにはコマンド
 \series bold
 
 \backslash
@@ -2099,11 +2082,11 @@ nicefrac
 
 \end_inset
 
-例:
+(例:
 \begin_inset Formula $\nicefrac{5}{31}$
 \end_inset
 
-)を使うか、コマンド
+)を使うか,コマンド
 \series bold
 
 \backslash
@@ -2121,11 +2104,11 @@ unitfrac
 
 \end_inset
 
-例:
+(例:
 \begin_inset Formula $\unitfrac{5}{31}$
 \end_inset
 
-)を使います。さらに、
+)を使います.さらに,
 \begin_inset Formula $\unitfrac[2]{1}{3}$
 \end_inset
 
@@ -2135,7 +2118,7 @@ unitfrac
 \backslash
 unitfracthree
 \series default
-もあります
+もあります
 \end_layout
 
 \begin_layout Standard
@@ -2145,15 +2128,16 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-(註)
+【註】
 \series default
-実は
+実は
 \series bold
 
 \backslash
 unitfracthree
 \series default
-は生粋のLaTeXコマンドではなく、実体は
+は生粋の\SpecialChar LaTeX
+コマンドではなく,実体は
 \begin_inset Newline newline
 \end_inset
 
@@ -2163,7 +2147,8 @@ unitfracthree
 \backslash
 unitfrac[自然数]{分子}{分母}
 \series default
-というコマンドなので、TeXコードでは使用できません。
+というコマンドなので,\SpecialChar TeX
+コードでは使用できません.
 \end_layout
 
 \end_inset
@@ -2172,14 +2157,25 @@ unitfrac[自然数]{分子}{分母}
 \end_layout
 
 \begin_layout Standard
-分数線を変更できるような独自の分数の定義のしかたは
+分数線を変更できるような独自の分数の定義のしかたは
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:自己定義の分数"
+reference "subsec:自己定義の分数"
 
 \end_inset
 
-節に説明があります。
+節に説明があります.
+\end_layout
+
+\begin_layout Standard
+多行分数の説明は,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:多行にわたる分数"
+
+\end_inset
+
+節にあります.
 \end_layout
 
 \begin_layout Subsection
@@ -2198,13 +2194,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-るーと@ルート|see
+るーと@ルート
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -2229,7 +2225,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-平方根は
+平方根は
 \series bold
 
 \backslash
@@ -2248,13 +2244,12 @@ sqrt
 \end_inset
 
 か数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/sqrt.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\sqrt"
 \end_inset
 
-で作成することができ、他のすべての根号は、コマンド
+で作成することができ,他のすべての根号は,コマンド
 \series bold
 
 \backslash
@@ -2273,24 +2268,23 @@ root
 \end_inset
 
 か数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/root.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\root"
 \end_inset
 
-で作成することができます
+で作成することができます
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -2299,50 +2293,25 @@ root
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 sqrt
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A-B
@@ -2350,11 +2319,11 @@ A-B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
+\begin_inset Formula $\sqrt{A-B}$
 \end_inset
 
 
@@ -2363,24 +2332,15 @@ A-B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 root
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 3
@@ -2392,11 +2352,11 @@ A-B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
+\begin_inset Formula $\sqrt[3]{A-B}$
 \end_inset
 
 
@@ -2413,28 +2373,28 @@ A-B
 \end_layout
 
 \begin_layout Standard
-平方根は、根号指数フィールドを空白のままにしておけば、
+平方根は,根号指数フィールドを空白のままにしておけば,
 \series bold
 
 \backslash
 root
 \series default
-でも作成することができます
+でも作成することができます
 \end_layout
 
 \begin_layout Standard
 \begin_inset Formula $\sqrt[\beta]{B}$
 \end_inset
 
-の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
+の例のように,指数のとる値によっては,根号への距離が近すぎることがあります.
 \begin_inset Newline newline
 \end_inset
 
-この場合には
+この場合には
 \begin_inset Formula $\beta$
 \end_inset
 
-が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
+が根号に触れてしまいます.これを避けるためには,以下のようなコマンド書式で,コマンド
 \series bold
 
 \backslash
@@ -2470,7 +2430,7 @@ uproot
 
 \end_inset
 
-を使います
+を使います
 \end_layout
 
 \begin_layout Standard
@@ -2488,11 +2448,11 @@ uproot{距離}
 \end_layout
 
 \begin_layout Standard
-ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
-\begin_inset Formula $\mathrm{72\, bp=1}$
+ここで「距離」は,指数を左あるいは上に動かす,Big Point(単位bp;
+\begin_inset Formula $\mathrm{72\,bp=1}$
 \end_inset
 
-インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
+インチ)での数値です.これらのコマンドは,指数に書き込みます.このようにして,コマンド
 \begin_inset Newline newline
 \end_inset
 
@@ -2515,16 +2475,7 @@ uproot{2
 
 \backslash
 beta
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 
 
 \series default
-は正しく組版された数式
+は正しく組版された数式
 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
 \end_inset
 
-を生成します
+を生成します
 \end_layout
 
 \begin_layout Subsection
@@ -2559,7 +2510,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-二項係数はコマンド
+二項係数はコマンド
 \series bold
 
 \backslash
@@ -2578,25 +2529,24 @@ binom
 \end_inset
 
 か数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/frac-square.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\frac-square"
 \end_inset
 
-の下位メニューを使って挿入することができます。分数(
+の小メニューを使って挿入することができます.分数(
 \series bold
 
 \backslash
 frac
 \series default
-)と同様に、
+)と同様に,
 \series bold
 
 \backslash
 binom
 \series default
-の他にコマンド
+の他にコマンド
 \series bold
 
 \backslash
@@ -2632,7 +2582,7 @@ tbinom
 
 \end_inset
 
-があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
+があります.二項係数のまわりの括弧に,他の括弧を使うには,コマンド
 \series bold
 
 \backslash
@@ -2668,18 +2618,18 @@ brack
 
 \end_inset
 
-があります
+があります
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -2688,50 +2638,25 @@ brack
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 binom
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\binom{A}{B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 dbinom
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\dbinom{A}{B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 tbinom
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\tbinom{A}{B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 brack
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
+\begin_inset Formula ${A \brack B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 brace
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
+\begin_inset Formula ${A \brace B}$
 \end_inset
 
 
@@ -2949,11 +2838,11 @@ status collapsed
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -2962,7 +2851,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -2973,23 +2862,14 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 cases
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -3017,7 +2897,7 @@ cases
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3031,24 +2911,15 @@ A & B>0\end{cases}$
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 cases
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -3062,7 +2933,7 @@ arg   "newline-insert newline"
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3093,26 +2964,44 @@ B & \textrm{for }x=0
 cases
 \series default
 を挿入するか数式ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/cases.png
-       scale 85
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\cases"
+\end_inset
+
+を使用した後では,
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
-を使用した後では、短絡キー
+
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
 か表ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/tabular-feature_append-row.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature append-row"
 \end_inset
 
-を使えば、新しい行を作ることができます。
+を使えば,新しい行を作ることができます.
 \end_layout
 
 \begin_layout Standard
@@ -3122,13 +3011,13 @@ arg   "newline-insert newline"
 \backslash
 cases
 \series default
-は
+は
 \family sans
-挿入\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 Cases環境
 \family default
-メニューで挿入することもできます
+メニューで挿入することもできます
 \end_layout
 
 \begin_layout Subsection
@@ -3164,18 +3053,18 @@ not
 
 \end_inset
 
-を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
+を挿入することで,すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3184,7 +3073,7 @@ not
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3195,7 +3084,7 @@ not
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3206,7 +3095,7 @@ not=
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3220,7 +3109,7 @@ not=
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3233,7 +3122,7 @@ le
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3247,7 +3136,7 @@ le
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3260,7 +3149,7 @@ parallel
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3281,10 +3170,10 @@ parallel
 \end_layout
 
 \begin_layout Standard
-最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(
+最後の例が示すように,すべての否定形がきれいに出力されるわけではありません.このことから,否定形に専用のコマンドを持つものもあります(
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:数学記号"
+reference "subsec:数学記号"
 
 \end_inset
 
@@ -3295,14 +3184,14 @@ reference "sec:関係子"
 
 \end_inset
 
-節を参照)。
+節を参照).
 \end_layout
 
 \begin_layout Subsection
 埋め草
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:埋め草"
+name "subsec:埋め草"
 
 \end_inset
 
@@ -3331,13 +3220,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-どういたい@同位体|see
+どういたい@同位体
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -3363,13 +3252,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-あいそとーぷ@アイソトープ|see
+あいそとーぷ@アイソトープ
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -3399,26 +3288,26 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-同位体と化学記号の組版に関しては
+同位体と化学記号の組版に関しては
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:化学記号と化学式"
+reference "subsec:化学記号と化学式"
 
 \end_inset
 
-節に記述があります
+節に記述があります
 \end_layout
 
 \end_inset
 
-を表示しようとすると、次のような問題が起こります。
+を表示しようとすると,次のような問題が起こります.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -3435,7 +3324,7 @@ reference "sub:化学記号と化学式"
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
+\begin_inset Formula $_{9}^{19}\mathrm{F}$
 \end_inset
 
 
@@ -3444,7 +3333,7 @@ reference "sub:化学記号と化学式"
 \end_inset
 </cell>
 </row>
-<row>
+<row topspace="1.5mm">
 <cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
@@ -3472,26 +3361,10 @@ reference "sub:化学記号と化学式"
 \end_inset
 
 
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
+短い方の指数は,既定で,長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,一文字ないし複数の空の文字を生成するコマンド
 \series bold
 
 \backslash
@@ -3515,49 +3388,47 @@ status collapsed
 
 \begin_layout Plain Layout
 ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/math/space.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\space"
 \end_inset
 
-の下位メニューに入っています。
+の小メニューに入っています.
 \end_layout
 
 \end_inset
 
 
-\begin_inset Graphics
-       filename ../../images/math/phantom.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math/phantom"
 \end_inset
 
-があります
+があります
 \series bold
 
 \backslash
 phantom
 \series default
-を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
-ち文字)として適用されることを示しています。したがって、
+を挿入すると,二つの赤い矢印が重なった青枠が表示されます.矢印は,箱の中身の幅と高さの両方が,埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
+ち文字)として適用されることを示しています.したがって,
 \series bold
 
 \backslash
 phantom
 \series default
-の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
+の作る文字は,箱の中身の文字の大きさを持つ埋め草となります.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -3566,63 +3437,29 @@ phantom
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 ^19
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 _
 \backslash
 phantom
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 1
@@ -3630,16 +3467,7 @@ spce
 \end_inset
 
 9
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 F
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
+\begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 ^235
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 _
 \backslash
 phantom
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 23
@@ -3698,16 +3508,7 @@ spce
 \end_inset
 
 9
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 F
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
+\begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 Lambda^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 phantom
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ii
@@ -3768,16 +3551,7 @@ ii
 \end_inset
 
 t
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 _MMt
@@ -3785,11 +3559,11 @@ _MMt
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
 \end_inset
 
 
@@ -3806,7 +3580,7 @@ _MMt
 \end_layout
 
 \begin_layout Standard
-さらに
+さらに
 \series bold
 
 \backslash
@@ -3824,18 +3598,17 @@ vphantom
 
 \end_inset
 
-ツールバーボタン
+(ツールバーボタン
 \begin_inset space ~
 \end_inset
 
 
-\begin_inset Graphics
-       filename ../../images/math/vphantom.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math/vphantom"
 \end_inset
 
-および
+)および
 \series bold
 
 \backslash
@@ -3853,50 +3626,40 @@ hphantom
 
 \end_inset
 
-ツールバーボタン
+(ツールバーボタン
 \begin_inset space ~
 \end_inset
 
 
-\begin_inset Graphics
-       filename ../../images/math/hphantom.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math/hphantom"
 \end_inset
 
-)というコマンドもあります。
+)というコマンドもあります.
 \series bold
 
 \backslash
 vphantom
 \series default
-は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
+は,枠内部の文字の最大高のみの空白を作り,幅は考慮しません.
 \series bold
 
 \backslash
 hphantom
 \series default
-は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
+は,枠の内容の幅のみの空白を作ります.このことから,これらの枠は一本の赤矢印のみで表示されます.
 \end_layout
 
 \begin_layout Standard
-たとえば
+たとえば
 \series bold
 
 \backslash
 vphantom
 \series default
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -3905,7 +3668,7 @@ a
 \backslash
 int
 \series default
-は積分記号
+は積分記号
 \begin_inset Foot
 status collapsed
 
@@ -3916,40 +3679,40 @@ status collapsed
 \backslash
 int
 \series default
-コマンドは、積分記号を生成します。
+コマンドは,積分記号を生成します.
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:大演算子"
+reference "subsec:大演算子"
 
 \end_inset
 
-節を参照してください
+節を参照してください
 \end_layout
 
 \end_inset
 
-が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、
+が最大高の文字なので,積分記号の高さを持つ空白を作ります.実際の適用例については,
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:多行にわたる括弧"
+reference "subsec:多行にわたる括弧"
 
 \end_inset
 
-節を参照してください
+節を参照してください
 \end_layout
 
 \begin_layout Standard
-埋め草はメニュー
+埋め草はメニュー
 \family sans
-挿入\SpecialChar \menuseparator
-整形\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+整形\SpecialChar menuseparator
 埋め草
 \family default
-を使えば、以下のように本文中でも使用することができます。
+を使えば,以下のように本文中でも使用することができます.
 \end_layout
 
 \begin_layout Standard
-これは本文です
+これは本文です
 \begin_inset Newline newline
 \end_inset
 
@@ -3963,7 +3726,7 @@ status open
 
 \end_inset
 
-本文です
+本文です
 \end_layout
 
 \begin_layout Subsection
@@ -3992,13 +3755,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-ぼうせん@棒線|see
+ぼうせん@棒線
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -4026,11 +3789,11 @@ status collapsed
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4039,50 +3802,25 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 overline
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A+B
@@ -4102,11 +3840,11 @@ overline
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
+\begin_inset Formula $\overline{A+B}$
 \end_inset
 
 
@@ -4115,24 +3853,15 @@ overline
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 underline
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A+B
@@ -4152,11 +3881,11 @@ underline
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\underline{A+B}$
 \end_inset
 
 
@@ -4165,39 +3894,21 @@ underline
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 overline
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 underline
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A+B
@@ -4205,11 +3916,11 @@ A+B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\overline{\underline{A+B}}$
 \end_inset
 
 
@@ -4226,7 +3937,7 @@ A+B
 \end_layout
 
 \begin_layout Standard
-上記最後の例では先に
+上記最後の例では先に
 \series bold
 
 \backslash
@@ -4238,28 +3949,28 @@ overline
 \backslash
 underline
 \series default
-が来ようが、関係ありません。
+が来ようが,関係ありません.
 \end_layout
 
 \begin_layout Standard
-二重下線を引くには
+二重下線を引くには
 \series bold
 
 \backslash
 underline
 \series default
-を二回使います
+を二回使います
 \end_layout
 
 \begin_layout Standard
-文字の上下6本の線まで引くことができます
+文字の上下6本の線まで引くことができます
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-自製の線は、以下の書式を持つ
+自己定義の線は,以下の書式を持つ
 \series bold
 
 \backslash
@@ -4270,14 +3981,14 @@ rule
 status collapsed
 
 \begin_layout Plain Layout
\81\93ã\81¾ã\82\93ã\81©@ã\81\93ã\81¾ã\82\93ã\81© ! R ! 
\81\93ã\81¾ã\82\93ã\81©@ã\82³ã\83\9eã\83³ã\83\89 ! R ! 
 \backslash
 rule
 \end_layout
 
 \end_inset
 
-コマンドで作成することができます
+コマンドで作成することができます
 \end_layout
 
 \begin_layout Standard
@@ -4293,14 +4004,14 @@ rule[垂直オフセット幅]{長さ}{厚み}
 \series bold
 「垂直オフセット幅
 \series default
-」は、行を上方に(値が負であれば下方に)移動させます。値としては、
+」は,行を上方に(値が負であれば下方に)移動させます.値としては,
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "tab:使用できる単位"
 
 \end_inset
 
-表に掲げてある単位を用いることができます。以下に、
+表に掲げてある単位を用いることができます.以下に,
 \begin_inset Newline newline
 \end_inset
 
@@ -4320,27 +4031,27 @@ rule{2cm}{1pt}
 
 
 \series default
-というコマンドを用いて作成したふたつの例を例示します
+というコマンドを用いて作成したふたつの例を例示します
 \end_layout
 
 \begin_layout Standard
-この行には
+この行には
 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
 \end_inset
 
-二本の線があります
+二本の線があります
 \end_layout
 
 \begin_layout Standard
 
 \backslash
-ruleはメニュー
+ruleはメニュー
 \family sans
-挿入\SpecialChar \menuseparator
-整形\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+整形\SpecialChar menuseparator
 水平線
 \family default
-を使っても、本文に挿入することができます。
+を使っても,本文に挿入することができます.
 \end_layout
 
 \begin_layout Standard
@@ -4353,14 +4064,14 @@ height "1pt"
 
 \end_inset
 
-文章です
+文章です
 \end_layout
 
 \begin_layout Subsection
 省略符号
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:省略符号"
+name "subsec:省略符号"
 
 \end_inset
 
@@ -4378,24 +4089,23 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-省略符号にはいくつかの種類が使用できます
+省略符号にはいくつかの種類が使用できます
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
 数式ツールバー中の
-\begin_inset Graphics
-       filename ../../images/math/ldots.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\ldots"
 \end_inset
 
-ボタンで表示されている下位メニューです。
+ボタンで表示されている小メニューです.
 \end_layout
 
 \end_inset
 
-。列挙のためには、ベースラインの点々(
+.列挙のためには,ベースラインの点々(
 \series bold
 
 \backslash
@@ -4413,7 +4123,7 @@ ldots
 
 \end_inset
 
-)を使用しますが、演算子の場合は、演算子と同じ高さの点々(
+)を使用しますが,演算子の場合は,演算子と同じ高さの点々(
 \series bold
 
 \backslash
@@ -4431,7 +4141,7 @@ cdots
 
 \end_inset
 
-)が必要です。
+)が必要です.
 \series bold
 
 \backslash
@@ -4449,18 +4159,19 @@ dots
 
 \end_inset
 
-コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
+コマンドを使うと,\SpecialChar LaTeX
+は次に来る文字がどのような種類の文字であるかによって,自動的にどの種類を使うかを選択します.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="9" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4469,7 +4180,7 @@ dots
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4480,36 +4191,18 @@ dots
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A_1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ,
 \backslash
 dots
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ,A_n
@@ -4517,7 +4210,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4531,36 +4224,18 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A_1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 +
 \backslash
 dots
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 +A_n
@@ -4568,7 +4243,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4582,36 +4257,18 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A_1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ,
 \backslash
 ldots
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ,A_n
@@ -4619,7 +4276,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4633,36 +4290,18 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A_1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 +
 \backslash
 cdots
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 +A_n
@@ -4670,7 +4309,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4684,7 +4323,7 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4695,7 +4334,7 @@ vdots
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4709,7 +4348,7 @@ vdots
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4720,7 +4359,7 @@ ddots
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4734,7 +4373,7 @@ ddots
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4745,7 +4384,7 @@ iddots
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4759,16 +4398,20 @@ iddots
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-いろいろな点々を使った3×3行列
+いろいろな点々を使った
+\begin_inset Formula $3\times3$
+\end_inset
+
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -4795,7 +4438,7 @@ A_{n1} & \cdots & A_{nm}
 \begin_layout Standard
 
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 省略符号
 \family default
 メニューで挿入される省略符号は
@@ -4804,7 +4447,7 @@ A_{n1} & \cdots & A_{nm}
 \backslash
 ldots
 \series default
-です
+です
 \end_layout
 
 \begin_layout Standard
@@ -4817,15 +4460,15 @@ ldots
 \backslash
 iddots
 \series default
-を使うには文書設定の
+を使うには文書設定の
 \family sans
 数式オプション
 \family default
 にある
 \family sans
-mathdotsパッケージを(自動的に)使う
+mathdotsパッケージを(自動的に)使う
 \family default
-オプションのうちいずれかを有効にしなくてはなりません
+オプションのうちいずれかを有効にしなくてはなりません
 \begin_inset Newline newline
 \end_inset
 
@@ -4833,14 +4476,14 @@ mathdotsパッケージを(自動的に)使う
 \family sans
 mathdotsパッケージを使う
 \family default
-オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
+オプションを使用すると,文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
+とくに行列には,複数列にわたることのできる省略符号があります.これは,以下の書式を持つ
 \series bold
 
 \backslash
@@ -4858,7 +4501,7 @@ hdotsfor
 
 \end_inset
 
-コマンドで作ることができます
+コマンドで作ることができます
 \end_layout
 
 \begin_layout Standard
@@ -4870,23 +4513,23 @@ hdotsfor[距離]{列数}
 \end_layout
 
 \begin_layout Standard
-ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
+ここで「列数」は,何列に広げるかを指定します.「距離」は,点々のあいだの距離を示す因子です.
 \end_layout
 
 \begin_layout Standard
-以下の行列では2行目の1つ目の枠に
+以下の行列では2行目の1つ目の枠に
 \series bold
 
 \backslash
 hdotsfor[2]{4}
 \series default
-を挿入して
+を挿入して
 \series bold
 
 \backslash
 dots
 \series default
-コマンドの2倍の点間距離を持つ省略符号を挿入しています
+コマンドの2倍の点間距離を持つ省略符号を挿入しています
 \begin_inset Formula 
 \[
 \left(\begin{array}{cccc}
@@ -4898,14 +4541,15 @@ q & w & e & r
 
 \end_inset
 
-省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
+省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
+エラーが発生します.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-さらに
+さらに
 \series bold
 
 \backslash
@@ -4923,43 +4567,34 @@ dotfill
 
 \end_inset
 
-コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
+コマンドを使えば,行の残りを点々で埋めることもできます.このコマンドの働きは,
 \series bold
 
 \backslash
 hfill
 \series default
-と同様のものです
+と同様のものです
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:可変長の空白"
+reference "subsec:可変長の空白"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Standard
-たとえば
+たとえば
 \series bold
 A
 \backslash
 dotfill
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 B
 \series default
-コマンドは
+コマンドは
 \end_layout
 
 \begin_layout Standard
 \end_layout
 
 \begin_layout Standard
-のようになります点々を使う
+のようになります点々を使う
 \series bold
 
 \backslash
 dotfill
 \series default
-の直線版として
+の直線版として
 \series bold
 
 \backslash
@@ -5005,7 +4640,8 @@ hrulefill
 \end_layout
 
 \begin_layout Standard
-があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
+があります.これらのコマンドを本文で使用するには,これらのコマンドは\SpecialChar TeX
+モードで挿入される必要があります.
 \end_layout
 
 \begin_layout Section
@@ -5030,20 +4666,19 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-行列は、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/dialog-show_mathmatrix.png
-       scale 85
-
+行列は,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "dialog-show mathmatrix"
 \end_inset
 
 か
 \family sans
-挿入\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 行列
 \family default
-メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
+メニューで挿入することができます.すると,行列の行数・列数・配置方法・装飾を尋ねられます.ここで垂直配置は,行内数式内の行列でのみ意味を持ちます.
 \end_layout
 
 \begin_layout Standard
@@ -5055,7 +4690,7 @@ C & F & I & L
 \end{array}$
 \end_inset
 
-で二番目は「中央」配置
+で二番目は「中央」配置
 \begin_inset Formula $\begin{array}{cccc}
 A & D & G & J\\
 B & E & H & K\\
@@ -5063,7 +4698,7 @@ C & F & I & L
 \end{array}$
 \end_inset
 
-三番目は「下」配置
+三番目は「下」配置
 \begin_inset Formula $\begin{array}[b]{cccc}
 A & D & G & J\\
 B & E & H & K\\
@@ -5071,39 +4706,39 @@ C & F & I & L
 \end{array}$
 \end_inset
 
-です
+です
 \end_layout
 
 \begin_layout Standard
-水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
+水平配置は,各列がどのように配置されるべきかを指定します.これは,各列に対応した文字を一つずつ入力することによって設定します.
 \emph on
 l
 \emph default
-は左寄せ
+は左寄せ
 \emph on
 c
 \emph default
-は中央揃え
+は中央揃え
 \emph on
 r
 \emph default
-は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
-\series bold
-\series default
-4行列を作成するには、水平配置のところに
+は右寄せを意味します.たとえば,第1列が左寄せで第2列と第3列が中央揃え,第4列が右揃えの
+\begin_inset Formula $4\times4$
+\end_inset
+
+行列を作成するには,水平配置のところに
 \series bold
 lccr
 \series default
-と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
+と入力します.通常,行列では各列は中央揃えですから,各列の既定値は
 \series bold
 c
 \series default
-です
+です
 \end_layout
 
 \begin_layout Standard
-水平行列の例です
+水平行列の例です
 \end_layout
 
 \begin_layout Standard
@@ -5147,32 +4782,30 @@ C & F & 10000
 \end_layout
 
 \begin_layout Standard
-つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/tabular-feature_append-row.png
-       scale 85
-
+つづいて行や列を追加したり削除したりするには,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature append-row"
 \end_inset
 
 や
-\begin_inset Graphics
-       filename ../../images/tabular-feature_delete-row.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature delete-row"
 \end_inset
 
 などや
 \family sans
-編集\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
 行と列
 \family default
-メニューを使用することができます。また、行は
+メニューを使用することができます.また,行は
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
-で作成することもできます
+で作成することもできます
 \end_layout
 
 \begin_layout Standard
@@ -5187,7 +4820,7 @@ arg   "newline-insert newline"
 \family sans
 装飾
 \family default
-は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
+は,行列の前後に選択した様式の括弧を加えます.他にも括弧は,
 \series bold
 
 \backslash
@@ -5223,7 +4856,27 @@ right
 
 \end_inset
 
-コマンドで作成することもできます(短絡キー
+コマンドで作成することもできます(
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+:
 \family sans
 Alt+M
 \begin_inset space ~
@@ -5231,14 +4884,14 @@ Alt+M
 
 括弧
 \family default
-)。
+).
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:自動の括弧丈"
+reference "subsec:自動の括弧丈"
 
 \end_inset
 
-節を参照してください。あるいは、以下のコマンドを使うこともできます。
+節を参照してください.あるいは,以下のコマンドを使うこともできます.
 \begin_inset VSpace medskip
 \end_inset
 
@@ -5252,11 +4905,11 @@ reference "sub:自動の括弧丈"
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5265,69 +4918,44 @@ reference "sub:自動の括弧丈"
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 bmatrix
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-spce 
-\end_layout
 
+\begin_inset Formula $2\times2$
 \end_inset
 
-2
-\series bold
-\series default
-2行列
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
+\begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
 0 & \textrm{-}\mathrm{i}\\
 \mathrm{i} & 0
-\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
+\end{array}\end{bmatrix}$
 \end_inset
 
 
@@ -5336,43 +4964,34 @@ spce
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 Bmatrix
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
-\backslash
-spce 
-\end_layout
-
+\begin_inset Formula $2\times2$
 \end_inset
 
-2
-\series bold
-\series default
-2行列
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
+\begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
 0 & \textrm{-}\mathrm{i}\\
 \mathrm{i} & 0
-\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
+\end{array}\end{Bmatrix}$
 \end_inset
 
 
@@ -5382,42 +5001,33 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 pmatrix
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
-\backslash
-spce 
-\end_layout
-
+\begin_inset Formula $2\times2$
 \end_inset
 
-2
-\series bold
-\series default
-2行列
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
+\begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
 0 & \textrm{-}\mathrm{i}\\
 \mathrm{i} & 0
-\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
+\end{array}\end{pmatrix}$
 \end_inset
 
 
@@ -5437,11 +5047,11 @@ spce
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5450,7 +5060,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5460,43 +5070,34 @@ spce
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 vmatrix
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-spce 
-\end_layout
 
+\begin_inset Formula $2\times2$
 \end_inset
 
-2
-\series bold
-\series default
-2行列
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
+\begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
 0 & \textrm{-}\mathrm{i}\\
 \mathrm{i} & 0
-\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
+\end{array}\end{vmatrix}$
 \end_inset
 
 
@@ -5505,43 +5106,34 @@ spce
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 Vmatrix
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
-\backslash
-spce 
-\end_layout
-
+\begin_inset Formula $2\times2$
 \end_inset
 
-2
-\series bold
-\series default
-2行列
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
+\begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
 0 & \textrm{-}\mathrm{i}\\
 \mathrm{i} & 0
-\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
+\end{array}\end{Vmatrix}$
 \end_inset
 
 
@@ -5551,42 +5143,33 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 matrix
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-spce 
-\end_layout
 
+\begin_inset Formula $2\times2$
 \end_inset
 
-2
-\series bold
-\series default
-2行列
+行列
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
+\begin_inset Formula $\begin{matrix}\begin{array}{cc}
 0 & \textrm{-}\mathrm{i}\\
 \mathrm{i} & 0
-\end{array}\end{matrix}\raisebox{-5.3mm}{}$
+\end{array}\end{matrix}$
 \end_inset
 
 
@@ -5616,59 +5199,17 @@ spce
 \backslash
 vmatrix
 \series default
-などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-\lang english
-Note:
-\series default
- LaTeX limits the number of matrix columns with decorations to 10.
- If you need more than 10
-\begin_inset space \thinspace{}
-\end_inset
-
-columns, you have to add this line to the document preamble:
-\end_layout
-
-\begin_layout Plain Layout
-
-\series bold
-\lang english
-
-\backslash
-setcounter{MaxMatrixCols}{number}
-\end_layout
-
-\begin_layout Plain Layout
-
-\lang english
-where 
-\emph on
-number
-\emph default
- is the number of columns between 11 and 99.
-\end_layout
-
-\end_inset
-
-
+などを挿入すると,青枠が二つの垂直線のあいだに現れるので,そこに行列を挿入することができます.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、
+じつは多行数式はすべて行列なので,行列の各列の間隔を変更するには,
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:列間"
+reference "subsec:列間"
 
 \end_inset
 
@@ -5690,11 +5231,11 @@ arraycolsep
 
 \end_inset
 
-をここでも使用することができます
+をここでも使用することができます
 \end_layout
 
 \begin_layout Standard
-行間隔を変更するには
+行間隔を変更するには
 \series bold
 
 \backslash
@@ -5712,7 +5253,7 @@ arraystretch
 
 \end_inset
 
-コマンドを使用します。以下のようにして使用します。
+コマンドを使用します.以下のようにして使用します.
 \end_layout
 
 \begin_layout Standard
@@ -5744,24 +5285,24 @@ renewcommand
 \backslash
 renewcommand
 \series default
-コマンドは伸長因子を定義済みの
+コマンドは伸長因子を定義済みの
 \series bold
 
 \backslash
 arraystretch
 \series default
-コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
-は
+コマンドに割り当てます.たとえば行間隔を2倍にするには,因子として2を指定して下さい.すると,以降の行列すべてにこれが使用されるようになります.元の間隔に戻すに
+は
 \series bold
 
 \backslash
 arraystretch
 \series default
-に因子1を割り当てて下さい
+に因子1を割り当てて下さい
 \end_layout
 
 \begin_layout Standard
-本文行中に行列を入れるには
+本文行中に行列を入れるには
 \series bold
 
 \backslash
@@ -5779,17 +5320,17 @@ smallmatrix
 
 \end_inset
 
-コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
+コマンドを使います.これを挿入すると,二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
 \end_layout
 
 \begin_layout Standard
-これは本文行中の行列
+これは本文行中の行列
 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
 C & D
 \end{smallmatrix}\right)$
 \end_inset
 
-です
+です
 \end_layout
 
 \begin_layout Section
@@ -5823,6 +5364,10 @@ status collapsed
 
 \begin_layout Plain Layout
 かっこ@括弧 ! すいちょく@垂直
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -5837,11 +5382,11 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="9" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5850,7 +5395,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5861,7 +5406,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5870,7 +5415,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5884,7 +5429,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5893,7 +5438,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5907,7 +5452,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5916,7 +5461,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5930,7 +5475,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5941,7 +5486,7 @@ langle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5955,7 +5500,7 @@ langle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5966,7 +5511,7 @@ lceil
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5980,7 +5525,7 @@ lceil
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -5991,7 +5536,7 @@ lfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6005,7 +5550,7 @@ lfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6014,7 +5559,7 @@ lfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6028,19 +5573,16 @@ lfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $|$
-\end_inset
-
-
+|
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6064,11 +5606,11 @@ lfloor
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="9" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6077,7 +5619,7 @@ lfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6088,7 +5630,7 @@ lfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6097,7 +5639,7 @@ lfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6111,7 +5653,7 @@ lfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6120,7 +5662,7 @@ lfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6134,7 +5676,7 @@ lfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6143,7 +5685,7 @@ lfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6157,7 +5699,7 @@ lfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6168,7 +5710,7 @@ rangle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6182,7 +5724,7 @@ rangle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6193,7 +5735,7 @@ rceil
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6207,7 +5749,7 @@ rceil
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6218,7 +5760,7 @@ rfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6232,7 +5774,7 @@ rfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6245,7 +5787,7 @@ rfloor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6259,22 +5801,18 @@ rfloor
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-
-\begin_inset Formula $|$
-\end_inset
-
-
+|
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6305,13 +5843,14 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-(注意)
+【註】
 \series default
-TeXモードでは、
+\SpecialChar TeX
+モードでは,
 \backslash
 
 \backslash
-コマンドはその場所に改行を入れてしまうのでバックスラッシュを入力するには
+コマンドはその場所に改行を入れてしまうのでバックスラッシュを入力するには
 \series bold
 
 \backslash
@@ -6329,7 +5868,7 @@ textbackslash
 
 \end_inset
 
-を使わなくてはなりません
+を使わなくてはなりません
 \end_layout
 
 \end_inset
@@ -6338,7 +5877,7 @@ textbackslash
 \end_layout
 
 \begin_layout Standard
-上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
+上に列挙した文字すべてについて,以下の二小節で説明されているコマンドを使って,大きさを調整することができます.これらのコマンドを使用するにあたっては,
 \series bold
 
 \backslash
@@ -6358,14 +5897,14 @@ rangle
 \begin_inset Formula $>$
 \end_inset
 
-の文字を直接使用することができます
+の文字を直接使用することができます
 \end_layout
 
 \begin_layout Subsubsection
-手動の括弧
+手動の括弧
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:手動の括弧丈"
+name "subsec:手動の括弧丈"
 
 \end_inset
 
@@ -6374,7 +5913,7 @@ name "sub:手動の括弧丈"
 status collapsed
 
 \begin_layout Plain Layout
-かっこたけ@括弧 ! しゅどう@手動
+かっこたけ@括弧 ! しゅどう@手動
 \end_layout
 
 \end_inset
@@ -6383,7 +5922,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-括弧の丈は、LaTeXコマンドの
+括弧の丈は,\SpecialChar LaTeX
+コマンドの
 \series bold
 
 \backslash
@@ -6401,13 +5941,13 @@ big
 
 \end_inset
 
-、
+,
 \series bold
 
 \backslash
 Big
 \series default
-、
+,
 \series bold
 
 \backslash
@@ -6419,30 +5959,30 @@ bigg
 \backslash
 Bigg
 \series default
-を使って、手動で指定することができます。
+を使って,手動で指定することができます.
 \series bold
 
 \backslash
 big
 \series default
-が最小の大きさであり
+が最小の大きさであり
 \series bold
 
 \backslash
 Bigg
 \series default
-が最大の括弧丈になります。
+が最大の括弧高になります.
 \end_layout
 
 \begin_layout Standard
-これらのコマンドは、括弧の階層を強調するのに使われます。
+これらのコマンドは,括弧の階層を強調するのに使われます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -6459,7 +5999,7 @@ Bigg
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
+\begin_inset Formula $((A+B)(A-B))^{C}$
 \end_inset
 
 
@@ -6468,7 +6008,7 @@ Bigg
 \end_inset
 </cell>
 </row>
-<row>
+<row topspace="2mm">
 <cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
@@ -6496,51 +6036,26 @@ Bigg
 \end_inset
 
 
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-二つ目の数式では
+二つ目の数式では
 \series bold
 
 \backslash
 Big((A+B)(A-B)
 \backslash
 Big)^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 C
 \series default
-というコマンドが使われています
+というコマンドが使われています
 \end_layout
 
 \begin_layout Standard
-以下は、すべての括弧丈の羅列です。
+以下は,すべての括弧高の羅列です.
 \end_layout
 
 \begin_layout Standard
@@ -6564,16 +6079,7 @@ big{
 ln(3x)
 \backslash
 big}^2
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -6581,29 +6087,11 @@ spce
 sin(x)
 \backslash
 Big]^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -6632,7 +6120,7 @@ Bigg)^0,5
 \backslash
 big
 \series default
-型コマンドの他に括弧と中身のあいだにもう少し空白を加える
+型コマンドの他に括弧と中身のあいだにもう少し空白を加える
 \series bold
 
 \backslash
@@ -6650,7 +6138,7 @@ bigm
 
 \end_inset
 
-という派生型と空白を追加しない
+という派生型と空白を追加しない
 \series bold
 
 \backslash
@@ -6676,7 +6164,7 @@ bigr
 
 \end_inset
 
-派生型があります
+派生型があります
 \series bold
 
 \backslash
@@ -6686,7 +6174,7 @@ bigl
 \emph on
 l
 \emph default
-は、左括弧であることを示し、右括弧の場合には、
+は,左括弧であることを示し,右括弧の場合には,
 \emph on
 l
 \emph default
 \emph on
 r
 \emph default
-を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
+を用います.左括弧と右括弧は,それぞれ括弧の開始と終了に用いられます.
 \end_layout
 
 \begin_layout Standard
-以下の表は、これらの派生型の比較です。
+以下の表は,これらの派生型の比較です.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="middle" width="0">
-<column alignment="center" valignment="middle" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="middle">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6758,34 +6230,21 @@ bigm(
 ln(3x)
 \backslash
 bigm)^2
-\series bold
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
-\series default
-
 \backslash
 Bigm)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
+\begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
 \end_inset
 
 
@@ -6794,8 +6253,8 @@ Bigm)
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6808,34 +6267,21 @@ big(
 ln(3x)
 \backslash
 big)^2
-\series bold
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
-\series default
-
 \backslash
 Big)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
+\begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
 \end_inset
 
 
@@ -6844,8 +6290,8 @@ Big)
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6858,34 +6304,21 @@ bigl(
 ln(3x)
 \backslash
 bigr)^2
-\series bold
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
-\series default
-
 \backslash
 Bigr)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
+\begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
 \end_inset
 
 
@@ -6894,8 +6327,8 @@ Bigr)
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="0.5mm">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -6910,11 +6343,11 @@ bigr(
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
+\begin_inset Formula $\bigl)\ln(3x)\bigr($
 \end_inset
 
 
@@ -6931,10 +6364,10 @@ bigr(
 \end_layout
 
 \begin_layout Subsubsection
-自動の括弧
+自動の括弧
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:自動の括弧丈"
+name "subsec:自動の括弧丈"
 
 \end_inset
 
@@ -6943,7 +6376,7 @@ name "sub:自動の括弧丈"
 status collapsed
 
 \begin_layout Plain Layout
-かっこたけ@括弧 ! じどう@自動
+かっこたけ@括弧 ! じどう@自動
 \end_layout
 
 \end_inset
@@ -6952,7 +6385,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-可変の丈を持つ括弧は
+可変の丈を持つ括弧は
 \series bold
 
 \backslash
@@ -6988,14 +6421,13 @@ right
 
 \end_inset
 
-コマンド、あるいは数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/dialog-show_mathdelimiter.png
-       scale 85
-
+コマンド,あるいは数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "dialog-show mathdelimiter"
 \end_inset
 
-で挿入することができます
+で挿入することができます
 \series bold
 
 \backslash
@@ -7007,7 +6439,7 @@ left
 \backslash
 right
 \series default
-の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
+の直後には,必要とする括弧を挿入しなくてはなりません.すると,括弧高は出力時に自動的に計算されます.
 \end_layout
 
 \begin_layout Standard
@@ -7019,16 +6451,7 @@ right
 ln(
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -7036,16 +6459,7 @@ A
 \end_inset
 
 C
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 )
@@ -7058,7 +6472,7 @@ spce
 
 \end_inset
 
-を生成します
+を生成します
 \end_layout
 
 \begin_layout Standard
@@ -7072,16 +6486,7 @@ ln
 left(
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -7089,16 +6494,7 @@ A
 \end_inset
 
 C
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -7113,7 +6509,7 @@ right)
 
 \end_inset
 
-を生成します
+を生成します
 \end_layout
 
 \begin_layout Standard
@@ -7129,7 +6525,27 @@ left
 \backslash
 right
 \series default
-の代わりに、短絡キー
+の代わりに,
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
 \family sans
 Alt+M
 \begin_inset space ~
@@ -7137,11 +6553,12 @@ Alt+M
 
 括弧
 \family default
-を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
+を使うこともできます.これを使うと,\SpecialChar LyX
+中で即座に実際の括弧高を確認することができるという利点と,対応する右括弧も生成されるという利点があります.
 \begin_inset Newline newline
 \end_inset
 
-すると先ほどの例を作るコマンドは
+すると先ほどの例を作るコマンドは
 \series bold
 
 \backslash
@@ -7152,16 +6569,7 @@ ln Alt+M
 (
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 C
 \series default
-となります
+となります
 \end_layout
 
 \begin_layout Standard
-左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
+左括弧あるいは右括弧を省略するには,ドットを挿入します.たとえば,
 \series bold
 
 \backslash
 left.
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -7198,16 +6597,7 @@ A
 \end_inset
 
 B
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -7226,7 +6616,7 @@ right}
 
 
 \series default
-を生成します
+を生成します
 \series bold
 
 \backslash
@@ -7238,14 +6628,18 @@ left
 \backslash
 right
 \series default
-コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
+コマンドは,文書が再度読み込まれたときには,\SpecialChar LyX
+によって正しい丈の括弧に変換され,省略された括弧は,点線として表示されます.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
+著名な\SpecialChar LaTeX
+頒布版は,すべて\SpecialChar LaTeX
+の拡張であるe\SpecialChar TeX
+を使用しているので,これらの頒布版では,すべての括弧および極限に対して
 \series bold
 
 \backslash
@@ -7270,15 +6664,16 @@ status collapsed
 \begin_layout Plain Layout
 
 \series bold
-(訳註)
+【訳註】
 \series default
-pLaTeXでは、標準では
+p\SpecialChar LaTeX
+では,標準では
 \series bold
 
 \backslash
 middle
 \series default
-コマンドは使えません。よって、以下の例では「
+コマンドは使えません.よって,以下の例では「
 \series bold
 
 \backslash
@@ -7298,27 +6693,28 @@ biggm
 \begin_inset Formula $|$
 \end_inset
 
-」を用いています
+」を用いています
 \end_layout
 
 \end_inset
 
-。このコマンドでは、物理ベクトル
+.このコマンドでは,物理ベクトル
 \begin_inset Formula 
 \[
-\left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
+\left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
 \]
 
 \end_inset
 
-で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、
+で必要とされるように,次に続く文字の高さは,囲まれる括弧の高さに調節されます.物理ベクトルに関しては,
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:物理ベクトル"
+reference "subsec:物理ベクトル"
 
 \end_inset
 
-節に説明されているように特殊なLaTeXパッケージがあります。
+節に説明されているように特殊な\SpecialChar LaTeX
+パッケージがあります.
 \end_layout
 
 \begin_layout Subsection
@@ -7328,6 +6724,10 @@ status collapsed
 
 \begin_layout Plain Layout
 かっこ@括弧 ! すいへい@水平
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -7339,36 +6739,20 @@ status collapsed
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 コマンド
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -7379,82 +6763,77 @@ raisebox
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
 \begin_layout Plain Layout
 
-
 \backslash
-raisebox{2.3mm}{
-\end_layout
+overbrace
+\begin_inset space \textvisiblespace{}
+\end_inset
 
+A+B
+\begin_inset space \textvisiblespace{}
 \end_inset
 
+^
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-overbrace
-\begin_inset ERT
+3
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
+こまんど@コマンド ! O ! 
 \backslash
-spce 
+overbrace
 \end_layout
 
 \end_inset
 
-A+B
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
-
-^
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\overbrace{A+B}^{3}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
-
-3
-\begin_inset ERT
-status collapsed
+</cell>
+</row>
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-}
-\end_layout
-
+\backslash
+underbrace
+\begin_inset space \textvisiblespace{}
 \end_inset
 
+A+B
+\begin_inset space \textvisiblespace{}
+\end_inset
 
+_5
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! O ! 
+こまんど@コマンド ! U ! 
 \backslash
-overbrace
+underbrace
 \end_layout
 
 \end_inset
@@ -7464,11 +6843,11 @@ overbrace
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\overbrace{A+B}^{3}$
+\begin_inset Formula $\underbrace{A+B}_{5}$
 \end_inset
 
 
@@ -7478,69 +6857,162 @@ overbrace
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
 
-\begin_layout Plain Layout
+\backslash
+overbrace
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
 \backslash
-raisebox{-2.2mm}{
-\end_layout
+underbrace
+\begin_inset space \textvisiblespace{}
+\end_inset
 
+A+B_w
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
-\backslash
-underbrace
-\begin_inset ERT
-status collapsed
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+_7
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+^
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+C
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-A+B
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
 
+\end_layout
+
+\begin_layout Standard
+最後の例では,
+\series bold
+
+\backslash
+overbrace
+\series default
+が先に挿入されようが
+\series bold
 
 \backslash
-spce 
+underbrace
+\series default
+が先に挿入されようが代わりはありません.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
-_5
-\begin_inset ERT
+
+\end_layout
+
+\begin_layout Standard
+文書設定の
+\family sans
+数式オプション
+\family default
+で,
+\series bold
+mathtools
+\series default
+
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
+ぱっけーじ@パッケージ ! mathtools
+\end_layout
 
-}
+\end_inset
+
+パッケージに
+\family sans
+常に読み込み
+\family default
+オプションを設定すると,以下のような角括弧が利用可能になります.
+\end_layout
+
+\begin_layout Standard
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+コマンド
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+出力
+\end_layout
 
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+overbracket{A+B
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+^3
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! U ! 
+こまんど@コマンド ! O ! 
 \backslash
-underbrace
+overbracket
 \end_layout
 
 \end_inset
@@ -7550,11 +7022,11 @@ underbrace
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\underbrace{A+B}_{5}$
+\begin_inset Formula $\overbracket{A+B}^{3}$
 \end_inset
 
 
@@ -7563,116 +7035,169 @@ underbrace
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-overbrace
-\begin_inset ERT
+underbracket{A+B
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+_5
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
+こまんど@コマンド ! U ! 
 \backslash
-spce 
+under
+\size normal
+bracket
 \end_layout
 
 \end_inset
 
 
-\backslash
-underbrace
-\begin_inset ERT
-status collapsed
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\underbracket{A+B}_{5}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
-
-A+B_w
-\begin_inset ERT
-status collapsed
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
 \backslash
-spce 
-\end_layout
+overbracket{
+\backslash
+underbracket{A+B_w
+\begin_inset space \textvisiblespace{}
+\end_inset
 
+
+\begin_inset space \textvisiblespace{}
 \end_inset
 
+_7
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Plain Layout
+\begin_inset space \textvisiblespace{}
+\end_inset
 
+^
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-spce 
+C
 \end_layout
 
 \end_inset
-
-_7
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Plain Layout
+\end_layout
+
+\begin_layout Standard
 
+\series bold
 
 \backslash
-spce 
-\end_layout
+overbracket
+\series default
+と
+\series bold
 
-\end_inset
+\backslash
+underbracket
+\series default
+に関しては,コマンドに続く角括弧中に,希望する厚みを指定すれば,以下のように,角括弧の筆跡の厚みに変更を加えることができます.
+\end_layout
 
-^
-\begin_inset ERT
-status collapsed
+\begin_layout Standard
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+コマンド
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-spce 
+\begin_layout Plain Layout
+出力
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-C
+\begin_layout Plain Layout
+
+\backslash
+overbracket[3pt]
+\backslash
+{A+B
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+^3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
+\begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
+<row topspace="2mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+underbracket[1pt]
+\backslash
+{A+B
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+_5
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
+\end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-最後の例では、
-\series bold
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
 
-\backslash
-overbrace
-\series default
-が先に挿入されようが
-\series bold
 
-\backslash
-underbrace
-\series default
-が先に挿入されようが代わりはありません。
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-括弧をお互いに重ねる必要がある場合には
+括弧をお互いに重ねる必要がある場合には
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:多行数式"
 
 \end_inset
 
-節に説明されているように、次のような多行数式を使わなくてはなりません。
+節に説明されているように,次のような多行数式を使わなくてはなりません.
 \begin_inset Formula 
 \begin{eqnarray*}
-A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
+A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
 \end{eqnarray*}
 
 \end_inset
 
-一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
+一行目には,数式が一つめの括弧とともに挿入されています.ここで,空白コマンド
 \begin_inset Foot
 status collapsed
 
@@ -7732,11 +7272,11 @@ status collapsed
 空白コマンドは第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:定義済みの空白"
+reference "subsec:定義済みの空白"
 
 \end_inset
 
-章に説明があります
+章に説明があります
 \end_layout
 
 \end_inset
@@ -7751,32 +7291,32 @@ reference "sub:定義済みの空白"
 \begin_inset Formula $d$
 \end_inset
 
-の前に挿入しておくことが重要です。さもないと、
+の前に挿入しておくことが重要です.さもないと,
 \begin_inset Formula $q$
 \end_inset
 
-の後ろで終わる括弧のせいで直後の「+」の周りに正しく空白が入ることが妨げられてしまう
+の後ろで終わる括弧のせいで直後の「+」の周りに正しく空白が入ることが妨げられてしまう
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-これは、括弧が文字として取り扱われないためです。
+これは,括弧が文字として取り扱われないためです.
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:二項演算子"
+reference "subsec:二項演算子"
 
 \end_inset
 
-章参照
+章参照
 \end_layout
 
 \end_inset
 
-ためです。二行目には、二つめの括弧が挿入されています。
+ためです.二行目には,二つめの括弧が挿入されています.
 \begin_inset Formula $b$
 \end_inset
 
-の直前から始まるようにするためにまず
+の直前から始まるようにするためにまず
 \series bold
 
 \backslash
@@ -7795,29 +7335,29 @@ status collapsed
 \backslash
 hphantom
 \series default
-に関する詳細は
+に関する詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:埋め草"
+reference "subsec:埋め草"
 
 \end_inset
 
-章を参照してください
+章を参照してください
 \end_layout
 
 \end_inset
 
-が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
+が挿入されています.この数式中の「+」も空白で囲まれるようにするために,この空白コマンドが必要になっています.二つめの括弧は
 \series bold
-、
+,
 \backslash
 hphantom{bbqq+dddd}
 \series default
-コマンドの下に置きます
+コマンドの下に置きます
 \end_layout
 
 \begin_layout Standard
-以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
+以下の例のように,括弧が反対側に重なる場合には,もっと複雑になります.
 \begin_inset ERT
 status collapsed
 
@@ -7836,7 +7376,7 @@ jot}{-6pt}
 \begin_inset Formula 
 \begin{eqnarray*}
  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
-A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
+A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
 \end{eqnarray*}
 
 \end_inset
@@ -7856,8 +7396,9 @@ jot}{3pt}
 
 \end_inset
 
-最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
-ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
+最初の数式行は,括弧が上に来ていること以外は,先の例の第二行と同じです.二行目には,二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入
+ることを防ぐために,行間を減らさなくてはならないのですが,これは\SpecialChar LyX
+のバグ
 \begin_inset Foot
 status collapsed
 
@@ -7866,6 +7407,7 @@ status collapsed
 LatexCommand href
 name "LyX-bug #1505"
 target "http://www.lyx.org/trac/ticket/1505"
+literal "false"
 
 \end_inset
 
@@ -7874,13 +7416,14 @@ target "http://www.lyx.org/trac/ticket/1505"
 
 \end_inset
 
-のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
+のせいで簡単にはできません.この問題を回避するためには,数式直前に\SpecialChar TeX
+モードで
 \series bold
 setlength{
 \backslash
 jot}{-6pt}
 \series default
-というコマンドを入れて大域的な数式行間
+というコマンドを入れて大域的な数式行間
 \series bold
 
 \backslash
@@ -7902,24 +7445,24 @@ jot
 \begin_inset space \thinspace{}
 \end_inset
 
-ptに変更しなくてはなりません
+ptに変更しなくてはなりません
 \series bold
 
 \backslash
 jot
 \series default
-は数式直後に同様のコマンドを使って標準値の3
+は数式直後に同様のコマンドを使って標準値の3
 \begin_inset space \thinspace{}
 \end_inset
 
-ptに戻します。数式中の行間について、詳しくは第
+ptに戻します.数式中の行間について,詳しくは第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:行間"
+reference "subsec:行間"
 
 \end_inset
 
-章に説明があります
+章に説明があります
 \end_layout
 
 \begin_layout Section
@@ -7937,21 +7480,13 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-矢印は、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/leftarrow.png
-       scale 85
-
-\end_inset
-
-か、以下の各小節に列挙してあるコマンドで挿入することができます。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Newpage newpage
+矢印は,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\leftarrow"
 \end_inset
 
-
+か,以下の各小節に列挙してあるコマンドで挿入することができます.
 \end_layout
 
 \begin_layout Subsection
@@ -7975,11 +7510,11 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -7988,7 +7523,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -7999,7 +7534,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8010,7 +7545,7 @@ gets
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8024,7 +7559,7 @@ gets
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8035,7 +7570,7 @@ Leftarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8049,7 +7584,7 @@ Leftarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8060,7 +7595,7 @@ longleftarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8074,7 +7609,7 @@ longleftarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8085,7 +7620,7 @@ Longleftarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8099,7 +7634,7 @@ Longleftarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8110,7 +7645,7 @@ leftharpoonup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8124,7 +7659,7 @@ leftharpoonup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8135,7 +7670,7 @@ leftharpoondown
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8149,7 +7684,7 @@ leftharpoondown
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8160,7 +7695,7 @@ hookleftarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8184,11 +7719,11 @@ hookleftarrow
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8197,7 +7732,7 @@ hookleftarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8208,7 +7743,7 @@ hookleftarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8219,7 +7754,7 @@ to
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8233,7 +7768,7 @@ to
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8244,7 +7779,7 @@ Rightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8258,7 +7793,7 @@ Rightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8269,7 +7804,7 @@ longrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8283,7 +7818,7 @@ longrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8294,7 +7829,7 @@ Longrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8308,7 +7843,7 @@ Longrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8319,7 +7854,7 @@ rightharpoonup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8333,7 +7868,7 @@ rightharpoonup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8344,7 +7879,7 @@ rightharpoondown
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8358,7 +7893,7 @@ rightharpoondown
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8369,7 +7904,7 @@ hookrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8400,11 +7935,11 @@ hookrightarrow
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8413,7 +7948,7 @@ hookrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8424,7 +7959,7 @@ hookrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8435,7 +7970,7 @@ leftrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8449,7 +7984,7 @@ leftrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8460,7 +7995,7 @@ Leftrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8474,7 +8009,7 @@ Leftrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8485,7 +8020,7 @@ longleftrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8499,7 +8034,7 @@ longleftrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8510,7 +8045,7 @@ Longleftrightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8524,7 +8059,7 @@ Longleftrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8535,7 +8070,7 @@ rightleftharpoons
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8564,11 +8099,11 @@ rightleftharpoons
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8577,7 +8112,7 @@ rightleftharpoons
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8588,7 +8123,7 @@ rightleftharpoons
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8599,7 +8134,7 @@ mapsto
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8613,7 +8148,7 @@ mapsto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8624,7 +8159,7 @@ longmapsto
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8638,7 +8173,7 @@ longmapsto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8649,7 +8184,7 @@ leadsto
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8663,7 +8198,7 @@ leadsto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8674,7 +8209,7 @@ dasharrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8702,21 +8237,21 @@ dasharrow
 \begin_inset VSpace medskip
 \end_inset
 
-たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は
+たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:アクセント"
 
 \end_inset
 
-節に一覧があります
+節に一覧があります
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-さらにラベル付き矢印
+さらにラベル付き矢印
 \begin_inset Index idx
 status collapsed
 
@@ -8726,7 +8261,7 @@ status collapsed
 
 \end_inset
 
-として
+として
 \series bold
 
 \backslash
@@ -8775,19 +8310,19 @@ vspace{4mm}
 
 \end_inset
 
-があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
-ます
+があります.これらのコマンドを数式に挿入すると,二つの青枠のついた矢印が現れるので,そこにラベルを入れることができます.矢印の長さは,ラベルの幅に応じて調整され
+ます
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8796,61 +8331,32 @@ vspace{4mm}
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 F(a)
 \backslash
 xleftarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 x=a
 \begin_inset Formula $\downarrow$
 \end_inset
 
-x
-\begin_inset Formula $>$
-\end_inset
-
-0
+x>0
 \begin_inset Formula $\to$
 \end_inset
 
@@ -8859,11 +8365,11 @@ F(x)
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
+\begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
 \end_inset
 
 
@@ -8872,35 +8378,22 @@ F(x)
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 F(x)
 \backslash
 xrightarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 x=a
 \begin_inset Formula $\downarrow$
 \end_inset
 
-x
-\begin_inset Formula $>$
-\end_inset
-
-0
+x>0
 \begin_inset Formula $\to$
 \end_inset
 
@@ -8909,11 +8402,11 @@ F(a)
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
+\begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
 \end_inset
 
 
@@ -8929,42 +8422,59 @@ F(a)
 
 \end_layout
 
-\begin_layout Subsection
-垂直矢印および対角矢印
-\begin_inset Index idx
-status collapsed
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
 
-\begin_layout Plain Layout
-やじるし@矢印 ! たいかく@対角
-\end_layout
 
-\end_inset
+\end_layout
 
+\begin_layout Standard
+文書設定の
+\family sans
+数式オプション
+\family default
+で,
+\series bold
+mathtools
+\series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\82\84ã\81\98ã\82\8bã\81\97\9f¢å\8d° ! ã\81\99ã\81\84ã\81¡ã\82\87ã\81\8f\9e\82ç\9b´
\81±ã\81£ã\81\91ã\83¼ã\81\98\83\91ã\83\83ã\82±ã\83¼ã\82¸ ! mathtools
 \end_layout
 
 \end_inset
 
+パッケージに
+\family sans
+常に読み込み
+\family default
+オプションを設定すると,以下のようなラベル付き矢印が利用可能になります.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Newpage newpage
+\end_inset
+
 
 \end_layout
 
 \begin_layout Standard
-\begin_inset space \hfill{}
+\align center
+\begin_inset space \hspace*{\fill}
 \end_inset
 
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -8973,33 +8483,33 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-出力
+Example
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-uparrow
+xleftrightarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\uparrow$
+\begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
 \end_inset
 
 
@@ -9008,23 +8518,23 @@ uparrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-Uparrow
+xLeftarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\Uparrow$
+\begin_inset Formula $\xLeftarrow[x=a]{x>0}$
 \end_inset
 
 
@@ -9033,23 +8543,23 @@ Uparrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-updownarrow
+xRightarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\updownarrow$
+\begin_inset Formula $\xRightarrow[x=a]{x>0}$
 \end_inset
 
 
@@ -9058,23 +8568,23 @@ updownarrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-Updownarrow
+xLeftrightarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\Updownarrow$
+\begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
 \end_inset
 
 
@@ -9083,23 +8593,23 @@ Updownarrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-Downarrow
+xhookleftarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\Downarrow$
+\begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
 \end_inset
 
 
@@ -9108,23 +8618,23 @@ Downarrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-downarrow
+xhookrightarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\downarrow$
+\begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
 \end_inset
 
 
@@ -9138,17 +8648,17 @@ downarrow
 \end_inset
 
 
-\begin_inset space \hfill{}
+\begin_inset space \hspace*{\fill}
 \end_inset
 
 
 \begin_inset Tabular
-<lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
+<lyxtabular version="3" rows="7" columns="2">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -9157,33 +8667,33 @@ downarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-出力
+Example
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-nearrow
+xleftharpoondown
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\nearrow$
+\begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
 \end_inset
 
 
@@ -9192,23 +8702,23 @@ nearrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-searrow
+xleftharpoonup
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\searrow$
+\begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
 \end_inset
 
 
@@ -9217,23 +8727,23 @@ searrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-swarrow
+xrightharpoondown
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\swarrow$
+\begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
 \end_inset
 
 
@@ -9242,23 +8752,23 @@ swarrow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-nwarrow
+xrightharpoonup
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\nwarrow$
+\begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
 \end_inset
 
 
@@ -9267,156 +8777,144 @@ nwarrow
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
-
-
-\begin_inset space \hfill{}
-\end_inset
+<row topspace="2mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\backslash
+xleftrightharpoons
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace medskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-垂直矢印は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:手動の括弧丈"
-
+\begin_layout Plain Layout
+\begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
 \end_inset
 
-節および第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:自動の括弧丈"
-
-\end_inset
 
-節に述べられているコマンドを使うと、区分記号として使用することもできます。
 \end_layout
 
-\begin_layout Standard
-\begin_inset Newpage newpage
 \end_inset
+</cell>
+</row>
+<row topspace="2mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\backslash
+xrightleftharpoons
 \end_layout
 
-\begin_layout Section
-アクセント
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:アクセント"
-
 \end_inset
-
-
-\begin_inset Index idx
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-あくせんと@アクセント
-\end_layout
-
+\begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-アクセントは、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/hat.png
-       scale 85
-
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-か、以下の各小節に列挙してあるコマンドで入力することができます。
-\end_layout
+\end_inset
 
-\begin_layout Subsection
-一文字に付けるアクセント
-\begin_inset ERT
-status collapsed
 
-\begin_layout Plain Layout
+\begin_inset space \hspace*{\fill}
+\end_inset
 
 
-\backslash
-texorpdfstring{
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
+これらの矢印は,すべて以下のようなコマンドスキームを取ります.
+\end_layout
 
-\begin_inset Foot
-status collapsed
+\begin_layout Standard
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-本文中のアクセントについては、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:文章中のアクセント"
+コマンド
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
-節を参照。
+\begin_layout Plain Layout
+出力
 \end_layout
 
 \end_inset
-
-
-\begin_inset ERT
-status collapsed
+</cell>
+</row>
+<row bottomspace="0.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+F(a)
+\backslash
+xleftrightarrow[x=a]
+\backslash
+{x>0
+\begin_inset Formula $\to$
+\end_inset
 
-}{}
+F(x)
 \end_layout
 
 \end_inset
-
-
-\begin_inset Note Note
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
+\end_inset
 
-\series bold
 
-\backslash
-texorpdfstring
-\series default
-は、PDFのしおりに脚注が現れるのを防ぐために使われています。
 \end_layout
 
-\begin_layout Plain Layout
-
-\series bold
-
-\backslash
-texorpdfstring
-\series default
-についての詳細は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:節見出し中の数式"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
-節にあります。
-\end_layout
 
-\end_inset
+\end_layout
 
+\begin_layout Subsection
+垂直矢印および対角矢印
+\begin_inset Index idx
+status collapsed
 
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:一文字に付けるアクセント"
+\begin_layout Plain Layout
+やじるし@矢印 ! たいかく@対角
+\end_layout
 
 \end_inset
 
@@ -9425,7 +8923,7 @@ name "sub:一文字に付けるアクセント"
 status collapsed
 
 \begin_layout Plain Layout
\81\82ã\81\8fã\81\9bã\82\93ã\81¨@ã\82¢ã\82¯ã\82»ã\83³ã\83\88 ! ã\81\84ã\81¡ã\82\82ã\81\98ã\81«ã\81¤ã\81\91ã\82\8b@ä¸\80æ\96\87å­\97ã\81«ä»\98ã\81\91ã\82\8b
\82\84ã\81\98ã\82\8bã\81\97\9f¢å\8d° ! ã\81\99ã\81\84ã\81¡ã\82\87ã\81\8f\9e\82ç\9b´
 \end_layout
 
 \end_inset
@@ -9439,12 +8937,12 @@ status collapsed
 
 
 \begin_inset Tabular
-<lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
+<lyxtabular version="3" rows="7" columns="2">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -9453,25 +8951,34 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-ここで
-\series bold
 
 \backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
+uparrow
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\uparrow$
+\end_inset
 
 
 \end_layout
@@ -9480,35 +8987,22 @@ raisebox
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-dot
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-A
+Uparrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\dot{A}$
+\begin_inset Formula $\Uparrow$
 \end_inset
 
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-ddot
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-A
+updownarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
+\begin_inset Formula $\updownarrow$
 \end_inset
 
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-dddot
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-A
+Updownarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
+\begin_inset Formula $\Updownarrow$
 \end_inset
 
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-ddddot
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-A
+Downarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
+\begin_inset Formula $\Downarrow$
 \end_inset
 
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-vec
-\begin_inset ERT
-status collapsed
+downarrow
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\downarrow$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
 \end_inset
 
-A
-\begin_inset Index idx
-status collapsed
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+コマンド
+\end_layout
 
-\lang english
-Vectors
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+出力
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\backslash
+nearrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\vec{A}$
+\begin_inset Formula $\nearrow$
 \end_inset
 
 
@@ -9682,35 +9171,47 @@ Vectors
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-bar
-\begin_inset ERT
-status collapsed
+searrow
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\searrow$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-A
+\begin_layout Plain Layout
+
+\backslash
+swarrow
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\bar{A}$
+\begin_inset Formula $\swarrow$
 \end_inset
 
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-mathring
+nwarrow
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\nwarrow$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+垂直矢印は,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:手動の括弧丈"
+
+\end_inset
+
+節および第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:自動の括弧丈"
+
+\end_inset
+
+節に述べられているコマンドを使うと,区分記号として使用することもできます.
+\end_layout
+
+\begin_layout Section
+アクセント
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:アクセント"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+あくせんと@アクセント
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+アクセントは,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\hat"
+\end_inset
+
+か,以下の各小節に列挙してあるコマンドで入力することができます.
+\end_layout
+
+\begin_layout Subsection
+一文字に付けるアクセント
 \begin_inset ERT
 status collapsed
 
@@ -9734,45 +9317,104 @@ status collapsed
 
 
 \backslash
-spce 
+texorpdfstring{
 \end_layout
 
 \end_inset
 
-A
+
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+本文中のアクセントについては,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:文章中のアクセント"
+
+\end_inset
+
+節を参照.
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
+
+}{}
+\end_layout
+
 \end_inset
 
 
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+
+\backslash
+texorpdfstring
+\series default
+は,PDFのしおりに脚註が現れるのを防ぐために使われています.
+\end_layout
+
+\begin_layout Plain Layout
+
+\series bold
+
+\backslash
+texorpdfstring
+\series default
+についての詳細は,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:節見出し中の数式"
+
+\end_inset
+
+節にあります.
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:一文字に付けるアクセント"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+あくせんと@アクセント ! いちもじにつける@一文字に付ける
+\end_layout
 
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
 \begin_inset space \hfill{}
 \end_inset
 
 
 \begin_inset Tabular
-<lyxtabular version="3" rows="7" columns="2">
-<features tabularvalignment="middle">
+<lyxtabular version="3" rows="8" columns="2">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -9781,7 +9423,7 @@ A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-tilde
-\begin_inset ERT
-status collapsed
+dot
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\dot{A}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+ddot
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
+\begin_inset Formula $\ddot{A}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-hat
-\begin_inset ERT
-status collapsed
+dddot
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\dddot{A}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+ddddot
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\hat{A}$
+\begin_inset Formula $\ddddot{A}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-check
-\begin_inset ERT
+vec
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
+べくとる@ベクトル
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\vec{A}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \backslash
-spce 
+bar
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
 \end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\bar{A}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+mathring
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\check{A}$
+\begin_inset Formula $\mathring{A}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="7" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+コマンド
+\end_layout
 
-\backslash
-acute
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+出力
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \backslash
-spce 
+tilde
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\tilde{A}$
+\end_inset
+
+
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+hat
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\acute{A}$
+\begin_inset Formula $\hat{A}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-grave
-\begin_inset ERT
-status collapsed
+check
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\check{A}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+acute
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\grave{A}$
+\begin_inset Formula $\acute{A}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-breve
-\begin_inset ERT
-status collapsed
+grave
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\grave{A}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+breve
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\breve{A}$
+\begin_inset Formula $\breve{A}$
 \end_inset
 
 
@@ -10050,7 +9885,8 @@ status collapsed
 
 \end_inset
 
-のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
+のようなアクセントは,数式に直接入れることができます.\SpecialChar LyX
+は,それを対応するアクセントコマンドに変換します.ウムラウト
 \begin_inset Index idx
 status collapsed
 
@@ -10060,14 +9896,15 @@ status collapsed
 
 \end_inset
 
-に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
-として取り扱います。
+に関しては,母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,\SpecialChar LaTeX
+は,引用符と母音をまとめて一つの文字として取り
+扱います.
 \series bold
 
 \backslash
 ddot
 \series default
-と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
+と違い,この方法では,以下の例に示すように「本物の」ウムラウトが作られます.
 \end_layout
 
 \begin_layout Standard
@@ -10081,11 +9918,11 @@ ddot
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -10094,34 +9931,18 @@ ddot
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-および0ポイント空白はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -10133,7 +9954,7 @@ i
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ddot
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 i
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
+\begin_inset Formula $\ddot{i}$
 \end_inset
 
 
 \backslash
 ddot
 \series default
-に比べて良いもう一つの利点は上記のアクセントコマンドが
+に比べて良いもう一つの利点は上記のアクセントコマンドが
 \emph on
 数式中テキストでは使用できない
 \emph default
-のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
-字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
+のに対し,ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,アクセントの下にある文
+字しか変換されません.これは,たとえばイタリック体やボールド体への変換など,他のすべての変換に関しても言えることです.
 \end_layout
 
 \begin_layout Standard
-ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
-\end_layout
-
-\begin_layout Subsection
-演算子に付けるアクセント
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-あくせんと@アクセント ! えんざんしにつける@演算子に付ける
+ウムラウトと他のアクセント付き文字は,数式中テキストに直接入れることができます.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-
+\SpecialChar LyX
+は,\SpecialChar LaTeX
+パッケージ
 \series bold
-
-\backslash
-overset
+undertilde
 \series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! O ! 
-\backslash
-overset
+ぱっけーじ@パッケージ ! upgreek
 \end_layout
 
 \end_inset
 
-コマンドや
-\series bold
-
-\backslash
-underset
-\series default
+がシステム上に導入されていれば,文字下のティルダもサポートします.
+\end_layout
 
-\begin_inset Index idx
+\begin_layout Standard
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! U ! 
+
+
 \backslash
-underset
+ifundertilde 
 \end_layout
 
 \end_inset
 
-コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
-\series bold
-
-\backslash
-sideset
-\series default
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-こまんど@コマンド ! S ! 
-\backslash
-sideset
+以下の表は,
+\series bold
+undertilde
+\series default
+ \SpecialChar LaTeX
+パッケージが導入済みのときのみ表示されます.
 \end_layout
 
 \end_inset
 
-コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
+
 \end_layout
 
 \begin_layout Standard
+\noindent
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
+コマンド
+\end_layout
 
-\backslash
-sideset{前置文字}{後置文字}
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+出力
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
 \backslash
-sideset
-\series default
-は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
-\series bold
+utilde
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-sideset
-\series default
-を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
+A
 \end_layout
 
-\begin_layout Standard
-たとえば、
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-sideset{
-\begin_inset Formula $\to$
+\begin_layout Plain Layout
+\begin_inset Formula $\utilde{A}$
 \end_inset
 
 
-\backslash
-{
-\series default
-'
-\series bold
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\begin_inset Formula $\to$
 \end_inset
 
 
-\backslash
-sum_k=1
+\end_layout
+
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -10342,49 +10159,39 @@ status collapsed
 
 
 \backslash
-spc
+els
 \end_layout
 
 \end_inset
 
 
-\series default
-^
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下は,
 \series bold
-n
+undertilde
 \series default
-というコマンドを入力すると、
-\begin_inset Formula 
-\[
-\sideset{}{'}\sum_{k=1}^{n}
-\]
+ \SpecialChar LaTeX
+パッケージが導入されていないときのみ表示されます.
+\end_layout
 
 \end_inset
 
-のようになります。
+
 \end_layout
 
 \begin_layout Standard
\81¾ã\81\9fã\80\81
\81\93ã\81®å°\8fç¯\80ã\81®ã\81\99ã\81¹ã\81¦ã\82\92å\87ºå\8a\9bã\81§è¦\8bã\82\8bã\81«ã\81¯ï¼\8c
 \series bold
-
-\backslash
-overset
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
+undertilde
+\series default
+ \SpecialChar LaTeX
+パッケージを導入する必要があります.
 \end_layout
 
-\end_inset
-
-
-\backslash
-maltese
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -10392,48 +10199,19 @@ status collapsed
 
 
 \backslash
-spce 
+fi 
 \end_layout
 
 \end_inset
 
 
-\series default
-
-\begin_inset Formula $\uparrow$
-\end_inset
-
-
-\series bold
-a
-\series default
-というコマンドならば、
-\begin_inset Formula 
-\[
-\overset{a}{\maltese}
-\]
+\end_layout
 
+\begin_layout Standard
+\begin_inset Newpage newpage
 \end_inset
 
-のようになります。最後の例からわかるように、
-\series bold
-
-\backslash
-overset
-\series default
-や
-\series bold
-
-\backslash
-underset
-\series default
-では、記号や文字にアクセントをつけることもできます。一方、
-\series bold
 
-\backslash
-sideset
-\series default
-では、このようなことはできません。
 \end_layout
 
 \begin_layout Subsection
@@ -10457,7 +10235,7 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -10475,45 +10253,20 @@ status collapsed
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 overleftarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10521,11 +10274,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
+\begin_inset Formula $\overleftarrow{A=B}$
 \end_inset
 
 
@@ -10534,24 +10287,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 underleftarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10559,11 +10303,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
+\begin_inset Formula $\underleftarrow{A=B}$
 \end_inset
 
 
@@ -10572,24 +10316,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 overleftrightarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10597,11 +10332,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
+\begin_inset Formula $\overleftrightarrow{A=B}$
 \end_inset
 
 
@@ -10610,24 +10345,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 underleftrightarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10639,7 +10365,7 @@ A=B
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
+\begin_inset Formula $\underleftrightarrow{A=B}$
 \end_inset
 
 
@@ -10659,7 +10385,7 @@ A=B
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -10682,24 +10408,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 overrightarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10707,11 +10424,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
+\begin_inset Formula $\overrightarrow{A=B}$
 \end_inset
 
 
@@ -10720,24 +10437,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 underrightarrow
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10745,11 +10453,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
+\begin_inset Formula $\underrightarrow{A=B}$
 \end_inset
 
 
@@ -10758,24 +10466,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 widetilde
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10783,11 +10482,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
+\begin_inset Formula $\widetilde{A=B}$
 \end_inset
 
 
@@ -10796,24 +10495,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 widehat
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10825,7 +10515,7 @@ A=B
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
+\begin_inset Formula $\widehat{A=B}$
 \end_inset
 
 
@@ -10849,7 +10539,7 @@ A=B
 \begin_inset VSpace medskip
 \end_inset
 
-これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
+これらのコマンドでは,好きなだけ多くの文字にアクセントを付けることができます.しかし,
 \series bold
 
 \backslash
@@ -10861,7 +10551,7 @@ widetilde
 \backslash
 widehat
 \series default
-のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
+のアクセントは,以下の例のように,出力では3文字分の長さにしかなりません.
 \begin_inset Formula 
 \[
 \widetilde{A+B=C-D}
@@ -10909,21 +10599,12 @@ underset
 
 \end_inset
 
-コマンドを使っても、複数の文字にアクセントを付けることができます。
+コマンドを使っても,複数の文字にアクセントを付けることができます.
 \series bold
 
 \backslash
 underset
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -10932,7 +10613,7 @@ A=B
 
 ***
 \series default
-というコマンドは
+というコマンドは
 \begin_inset Formula 
 \[
 \underset{***}{A=B}
@@ -10940,14 +10621,14 @@ A=B
 
 \end_inset
 
-のようになります
+のようになります
 \end_layout
 
 \begin_layout Section
 空白
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:空白"
+name "subsec:空白"
 
 \end_inset
 
@@ -10957,6 +10638,10 @@ status collapsed
 
 \begin_layout Plain Layout
 くうはく@空白 ! すいへい@水平
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -10968,7 +10653,7 @@ status collapsed
 定義済みの空白
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:定義済みの空白"
+name "subsec:定義済みの空白"
 
 \end_inset
 
@@ -10977,7 +10662,11 @@ name "sub:定義済みの空白"
 status collapsed
 
 \begin_layout Plain Layout
-くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
+くうはく@空白 ! すいへい@水平
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! ていぎずみ@定義済み
 \end_layout
 
 \end_inset
@@ -10986,62 +10675,68 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
-\begin_inset Info
-type  "shortcut"
-arg   "space-insert protected"
-\end_inset
-
-)を挿入することで実現できます。「
-\color blue
+数式に水平方向の空白を挿入することが,必要になることがあります.これは,保護された空白(
+\begin_inset Flex Ruby
+status collapsed
 
-\begin_inset ERT
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
 status collapsed
 
 \begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
 
+:
+\begin_inset Info
+type  "shortcut"
+arg   "command-alternatives space-insert protected ; math-space"
+\end_inset
+
+)を挿入することで実現できます.「
+\color blue
+
+\begin_inset space \textvisiblespace{}
+\end_inset
+
 
 \color inherit
-」が現れるので
+」が現れるので
 \family sans
 Space
 \family default
-を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/space.png
-       scale 85
-
+を何回か押すことによって,8種の異なる長さの空白のうち一つを選択することができます.空白は,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\space"
 \end_inset
 
-を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
+を押すか,特定のコマンドを入力することで,挿入することができます.挿入したコマンド如何に関わらず,直後に
 \family sans
 Space
 \family default
-を押すことによって、長さを変更することができます。
+を押すことによって,長さを変更することができます.
 \end_layout
 
 \begin_layout Standard
 \noindent
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="7">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="middle" width="6.8cm">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<lyxtabular version="3" rows="6" columns="3">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top">
+<column alignment="center" valignment="top" width="15col%">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -11050,97 +10745,76 @@ Space
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-,
+保護された空白を挿入したのち,
+\family sans
+Space
+\family default
+を叩く回数
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-:
+出力
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-;
+,
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-quad
+0
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-qquad
-\end_layout
-
+\begin_inset Formula $A\,B$
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\backslash
-!
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-保護された空白を挿入したのち、
-\family sans
-Space
-\family default
-を叩く回数
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-0
+\backslash
+:
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -11149,82 +10823,79 @@ Space
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-2
-\end_layout
-
+\begin_inset Formula $A\:B$
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-3
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-4
+
+\backslash
+;
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-5
+2
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-出力
+\begin_inset Formula $A\;B$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\, B$
-\end_inset
-
 
+\backslash
+quad
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\: B$
-\end_inset
-
-
+3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\; B$
+\begin_inset Formula $A\quad B$
 \end_inset
 
 
@@ -11232,35 +10903,33 @@ Space
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\quad B$
-\end_inset
-
 
+\backslash
+qquad
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\qquad B$
-\end_inset
-
-
+4
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\! B$
+\begin_inset Formula $A\qquad B$
 \end_inset
 
 
@@ -11274,21 +10943,16 @@ Space
 \end_inset
 
 
-\end_layout
+\begin_inset space \hfill{}
+\end_inset
 
-\begin_layout Standard
-一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
-さの空白があります。
-\end_layout
 
-\begin_layout Standard
-\align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="middle" width="6.8cm">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
+<lyxtabular version="3" rows="6" columns="3">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top">
+<column alignment="center" valignment="top" width="15col%">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -11303,9 +10967,11 @@ Space
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-negmedspace
+保護された空白を挿入したのち,
+\family sans
+Space
+\family default
+を叩く回数
 \end_layout
 
 \end_inset
@@ -11314,74 +10980,72 @@ negmedspace
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\backslash
-negthickspace
+出力
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-保護された空白を挿入したのち、
-\family sans
-Space
-\family default
-を叩く回数
+
+\backslash
+hfill
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-6
+5
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-7
+\begin_inset Formula $A\hfill B$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-出力
+
+\backslash
+hspace*{1em}
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\negmedspace B$
-\end_inset
-
-
+6
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $A\negthickspace B$
+\begin_inset Formula $A\hspace*{1em}B$
 \end_inset
 
 
@@ -11390,24 +11054,160 @@ Space
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
-
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+hspace{1em}
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+7
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $A\hspace{1em}B$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+8
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $A\ B$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+!
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+9
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $A\!B$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
+\end_layout
+
+\begin_layout Standard
+5
+\lang english
+
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\lang japanese
+–
+\lang english
+
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\lang japanese
+7回
+\family sans
+Space
+\family default
+を押した場合は,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:可変長の空白"
+
+\end_inset
+
+節に説明されているように,可変空白となります.9回押した場合は,一見,空白を生まないように見えます.実はこれは負の長さなので,他の長さと異なり,\SpecialChar LyX
+中では赤で表示さ
+れます.以下のように,他にもう二つ,負の長さの空白があります.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<lyxtabular version="3" rows="3" columns="3">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="middle" width="6.8cm">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -11418,64 +11218,89 @@ Space
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
 
 \backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
+negmedspace
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\backslash
+negthickspace
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+保護された空白を挿入したのち,
+\family sans
+Space
+\family default
+を叩く回数
+\end_layout
 
-\backslash
-sum
-\backslash
-sum
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+10
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-spce 
+\begin_layout Plain Layout
+11
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-f_kl
+\begin_layout Plain Layout
+出力
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $A\negmedspace B$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
+\begin_inset Formula $A\negthickspace B$
 \end_inset
 
 
@@ -11484,28 +11309,88 @@ f_kl
 \end_inset
 </cell>
 </row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+負の空白を使うと,文字が重なってしまうことがあります.これを利用して,合字処理を強制することができます.これは,たとえば以下のように,和演算子に使えます.
+\end_layout
+
+\begin_layout Standard
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
+\begin_layout Plain Layout
+コマンド
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+出力
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
 \begin_layout Plain Layout
 
 \backslash
 sum
 \backslash
-negmedspace
-\backslash
 sum
-\begin_inset ERT
-status collapsed
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+f_kl
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\sum\sum f_{kl}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+sum
+\backslash
+negmedspace
+\backslash
+sum
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 f_kl
@@ -11513,11 +11398,11 @@ f_kl
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\sum\negmedspace\sum f_{kl}$
 \end_inset
 
 
@@ -11534,14 +11419,24 @@ f_kl
 \end_layout
 
 \begin_layout Standard
-イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
+\noindent
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\noindent
+イコール記号などの関係子は,つねに空白を前後に伴うようになっていますが,これを抑制するには,イコール記号を\SpecialChar TeX
+括弧で囲みます.以下の例にこれを示します.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -11572,25 +11467,6 @@ f_kl
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
-\begin_inset Formula $\raisebox{5mm}{}$
-\end_inset
-
 空白なしの数式
 \end_layout
 
@@ -11618,7 +11494,7 @@ raisebox
 
 \begin_layout Standard
 \noindent
-二行目の数式を作るコマンドは
+二行目の数式を作るコマンドは
 \series bold
 A
 \backslash
 
 B
 \series default
-です
+です
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
-整形\SpecialChar \menuseparator
-小空白メニュー(短
-絡キー
+物理単位には,値と単位のあいだに通常の空白ではなく,最小の空白を入れる必要があるために,それに適した空白が必要です.本文中の単位には,挿入\SpecialChar menuseparator
+整形\SpecialChar menuseparator
+小空白メニュー(
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+:
 \begin_inset Info
 type  "shortcut"
 arg   "space-insert thin"
 \end_inset
 
-)で、最小の空白を挿入することができます。
+)で,最小の空白を挿入することができます.
 \end_layout
 
 \begin_layout Standard
-違いを示す例を以下に掲げます
+違いを示す例を以下に掲げます
 \end_layout
 
 \begin_layout Standard
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
 <features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top">
+<column alignment="left" valignment="top">
 <row>
 <cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
@@ -11735,14 +11630,14 @@ texorpdfstring{
 status collapsed
 
 \begin_layout Plain Layout
-数式中の垂直方向の空白については
+数式中の垂直方向の空白については
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:行間"
+reference "subsec:行間"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
@@ -11765,20 +11660,20 @@ status collapsed
 \begin_layout Plain Layout
 
 \backslash
-texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
+texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
 \end_layout
 
 \begin_layout Plain Layout
 
 \backslash
-texorpdfstringについての詳細は
+texorpdfstringについての詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:節見出し中の数式"
+reference "subsec:節見出し中の数式"
 
 \end_inset
 
-節にあります
+節にあります
 \end_layout
 
 \end_inset
@@ -11786,7 +11681,7 @@ reference "sub:節見出し中の数式"
 
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:可変長の空白"
+name "subsec:可変長の空白"
 
 \end_inset
 
@@ -11795,7 +11690,11 @@ name "sub:可変長の空白"
 status collapsed
 
 \begin_layout Plain Layout
-くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
+くうはく@空白 ! すいへい@水平
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! かへんちょう@可変長
 \end_layout
 
 \end_inset
@@ -11804,7 +11703,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-指定した長さの空白が
+指定した長さの空白が
 \series bold
 
 \backslash
@@ -11822,41 +11721,54 @@ hspace
 
 \end_inset
 
-コマンドで入力することができます。すると、ながい「
+コマンドで入力することができます.すると,ながい「
 \color blue
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \color inherit
-」が現れます。長さは、
+」が現れます.長さは,
 \color blue
 
-\begin_inset ERT
-status collapsed
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\begin_layout Plain Layout
 
+\color inherit
+」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,それは無視されます.この場合でも,空白出力を強制
+させたいときには,
+\series bold
+
+\backslash
+hspace
+\series default
+コマンドの代わりに
+\series bold
 
 \backslash
-spce 
-\end_layout
+hspace*
+\series default
+コマンドを使用するか,「
+\color blue
+\lang english
 
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \color inherit
-」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
+\lang japanese
+」の上を左クリックして,
+\family sans
+保護
+\family default
+オプションをチェックしてください.
+\begin_inset Newline newline
+\end_inset
+
+数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
 \series bold
 
 \backslash
@@ -11874,31 +11786,24 @@ hfill
 
 \end_inset
 
-コマンドを使用します。
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace -1mm
-\end_inset
-
-
+コマンドを使用します.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-コマンド
+コマンド(
 \backslash
-hspace 長さ
+hspace 長さ)
 \end_layout
 
 \end_inset
@@ -11914,27 +11819,14 @@ hspace 長さ)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A=B
 \backslash
 hspace
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-
-\begin_inset Formula $\to$
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -11948,7 +11840,7 @@ cm)
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -11962,27 +11854,14 @@ cm)
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A
 \backslash
 hspace
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-
-\begin_inset Formula $\to$
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -11996,7 +11875,7 @@ mm)
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -12017,16 +11896,7 @@ mm)
 A=A
 \backslash
 hfill
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 B=B
@@ -12055,30 +11925,30 @@ B=B
 \end_layout
 
 \begin_layout Standard
-上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
+上記の最後の例では,使用できる空白は,表の列中もっとも長い要素によって規定されます.行内数式では,空白は,
 \series bold
 
 \backslash
 hfill
 \series default
-が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
+が挿入された行の長さに依存します.つまり,その行が全幅を使用している場合,空白はまったく作られません.また
 \series bold
 
 \backslash
 hfill
 \series default
-は、別行建て数式中では、
+は,別行立て数式中では,
 \series bold
 行頭下げ
 \series default
-数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
+数式スタイルが使われているときのみ,意味を持ちます(数式スタイルは第
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:数式様式"
 
 \end_inset
 
-節で説明されています)。
+節で説明されています).
 \end_layout
 
 \begin_layout Standard
@@ -12088,7 +11958,7 @@ reference "sec:数式様式"
 \backslash
 hfill
 \series default
-の他にも空白を模様で埋める
+の他にも空白を模様で埋める
 \series bold
 
 \backslash
@@ -12100,32 +11970,32 @@ dotfill
 \backslash
 hrulefill
 \series default
-といったコマンドがあります用例については第
+といったコマンドがあります用例については第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:省略符号"
+reference "subsec:省略符号"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Standard
-本文中では、可変長空白は、
+本文中では,可変長空白は,
 \family sans
-挿入\SpecialChar \menuseparator
-整形\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+整形\SpecialChar menuseparator
 水平方向の空白
 \family default
-メニューで挿入することができます
+メニューで挿入することができます
 \end_layout
 
 \begin_layout Standard
-(例)
+(例)
 \end_layout
 
 \begin_layout Standard
-この行には
+この行には
 \begin_inset space \hspace{}
 \length 2cm
 \end_inset
@@ -12134,15 +12004,15 @@ reference "sub:省略符号"
 \begin_inset space \thinspace{}
 \end_inset
 
-cmの空白が入っています
+cmの空白が入っています
 \end_layout
 
 \begin_layout Standard
-この行には
+この行には
 \begin_inset space \hfill{}
 \end_inset
 
-最大の空白が入っています
+最大の空白が入っています
 \end_layout
 
 \begin_layout Subsection
@@ -12160,7 +12030,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-行内数式前後の空白は長さ
+行内数式前後の空白は長さ
 \series bold
 
 \backslash
@@ -12178,7 +12048,7 @@ mathsurround
 
 
 \series default
-を使って調節することができます。長さの値は、以下の書式を持つ
+を使って調節することができます.長さの値は,以下の書式を持つ
 \series bold
 
 \backslash
@@ -12196,7 +12066,7 @@ setlength
 
 
 \series default
-コマンドを使って設定することができます
+コマンドを使って設定することができます
 \end_layout
 
 \begin_layout Standard
@@ -12218,7 +12088,7 @@ mathsurround
 \begin_inset space \thinspace{}
 \end_inset
 
-mmの値に設定するには以下のコマンド
+mmの値に設定するには以下のコマンド
 \end_layout
 
 \begin_layout Standard
@@ -12232,11 +12102,12 @@ mathsurround}{5mm}
 \end_layout
 
 \begin_layout Standard
-をTeXモードで挿入します。すると、5
+を\SpecialChar TeX
+モードで挿入します.すると,5
 \begin_inset space \thinspace{}
 \end_inset
 
-mmの空白がすべての行内数式の前後に設定されることになります
+mmの空白がすべての行内数式の前後に設定されることになります
 \begin_inset ERT
 status collapsed
 
@@ -12255,7 +12126,7 @@ mathsurround}{5mm}
 \end_layout
 
 \begin_layout Standard
-この行には周囲に5
+この行には周囲に5
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -12263,7 +12134,7 @@ mmの余白を設定した行内数式
 \begin_inset Formula $A=B$
 \end_inset
 
-があります
+があります
 \begin_inset ERT
 status collapsed
 
@@ -12282,7 +12153,7 @@ mathsurround}{0pt}
 \end_layout
 
 \begin_layout Standard
-既定値に戻すには
+既定値に戻すには
 \series bold
 
 \backslash
@@ -12292,7 +12163,7 @@ mathsurround
 \begin_inset space \thinspace{}
 \end_inset
 
-ptの値に戻して下さい
+ptの値に戻して下さい
 \end_layout
 
 \begin_layout Section
@@ -12311,13 +12182,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-わく@枠 | see
+わく@枠
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -12342,22 +12213,22 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-本文中のボックスについては取扱説明書
+本文中のボックスについては取扱説明書
 \family typewriter
 埋め込みオブジェクト篇
 \family default
 の
 \family typewriter
-Boxes
+ボックス
 \family default
-の章に述べられています
+の章に述べられています
 \end_layout
 
 \begin_layout Subsection
-付きボックス
+付きボックス
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:縁付きボックス"
+name "subsec:枠付きボックス"
 
 \end_inset
 
@@ -12366,7 +12237,11 @@ name "sub:縁付きボックス"
 status collapsed
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! ふちつき@縁付き
+ぼっくす@ボックス ! わくつき@枠付き
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -12411,27 +12286,27 @@ boxed
 
 \end_inset
 
-コマンドを使えば、数式やその一部を枠の中に入れることができます。
+コマンドを使えば,数式やその一部を枠の中に入れることができます.
 \end_layout
 
 \begin_layout Standard
-どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
+どちらかのコマンドを数式に挿入すると,枠の中に青枠が現れ,数式の断片を入れることができます.
 \series bold
 
 \backslash
 fbox
 \series default
-の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
+の場合には,そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
 \family sans
 Ctrl+M
 \family default
-を使って、このボックスの中にもう一度数式を作らなくてはなりません。
+を使って,このボックスの中にもう一度数式を作らなくてはなりません.
 \series bold
 
 \backslash
 boxed
 \series default
-を使った場合には、新しい数式が自動的に枠内に作られます。
+を使った場合には,新しい数式が自動的に枠内に作られます.
 \end_layout
 
 \begin_layout Standard
@@ -12441,13 +12316,13 @@ boxed
 \backslash
 fbox
 \series default
-コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
+コマンドは,数式がつねに本文の大きさに設定されてしまうので,別行立て数式に枠を付けるのには適していません.逆に
 \series bold
 
 \backslash
 boxed
 \series default
-は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
+は,数式がつねに別行立て数式の大きさに設定されてしまうので,行内数式に枠をつけるのには適していません.
 \end_layout
 
 \begin_layout Standard
@@ -12457,7 +12332,7 @@ boxed
 \backslash
 fbox
 \series default
-の拡張として枠幅と配置も指定することができる
+の拡張として枠幅と配置も指定することができる
 \series bold
 
 \backslash
@@ -12475,13 +12350,13 @@ framebox
 
 \end_inset
 
-コマンドがあります
+コマンドがあります
 \series bold
 
 \backslash
 framebox
 \series default
-は、以下の書式を持ちます。
+は,以下の書式を持ちます.
 \end_layout
 
 \begin_layout Standard
@@ -12493,7 +12368,7 @@ framebox[枠幅][位置]{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-「位置」は
+「位置」は
 \emph on
 l
 \emph default
 \emph on
 r
 \emph default
-の値をとります
+の値をとります
 \emph on
 l
 \emph default
-は、ボックス中で数式を左寄せ、
+は,ボックス中で数式を左寄せ,
 \emph on
 r
 \emph default
-は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
+は右寄せにします.位置を指定しない時には,数式は中央揃えになります.
 \begin_inset Newline newline
 \end_inset
 
-「枠幅」を指定しない時には、位置を指定することができません。この場合には、
+「枠幅」を指定しない時には,位置を指定することができません.この場合には,
 \series bold
 
 \backslash
 fbox
 \series default
-と同様、枠幅がボックスの内容に応じて調節されるのです。
+と同様,枠幅がボックスの内容に応じて調節されるのです.
 \end_layout
 
 \begin_layout Standard
@@ -12529,22 +12404,22 @@ fbox
 \backslash
 framebox
 \series default
-コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
+コマンドを挿入すると,三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,二つとも非必須の変数であることを意味します.三つ目の枠は,
 \series bold
 
 \backslash
 fbox
 \series default
-同様、数式の断片を入れるためのものです。
+同様,数式の断片を入れるためのものです.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -12560,45 +12435,20 @@ fbox
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 fbox
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -12608,16 +12458,7 @@ Ctrl+M
  
 \backslash
 int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -12625,11 +12466,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
+\begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
 \end_inset
 
 
@@ -12638,39 +12479,21 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 boxed
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -12678,11 +12501,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
+\begin_inset Formula $\boxed{\int A=B}$
 \end_inset
 
 
@@ -12691,24 +12514,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A+
 \backslash
 fbox
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
+\begin_inset Formula $A+\fbox{B}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 framebox
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 20mm
@@ -12764,16 +12569,7 @@ Ctrl+M
  
 \backslash
 frac
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}$
-\end_inset
-
-
 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
 \end_inset
 
 
-\begin_inset Formula $\raisebox{-4mm}{}$
-\end_inset
-
-
 \end_layout
 
 \end_inset
 \end_layout
 
 \begin_layout Standard
-枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
+枠の厚みも調節可能です.そのためには,以下のコマンドを数式の前に\SpecialChar TeX
+モードで挿入しなくてはなりません.
 \end_layout
 
 \begin_layout Standard
@@ -12863,7 +12652,7 @@ fboxsep
 \begin_inset Quotes erd
 \end_inset
 
-は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
+は,枠とボックス内の一文字目との間の距離を示します.これを使った例として,以下の枠付き数式をご覧下さい.
 \begin_inset ERT
 status collapsed
 
@@ -12886,7 +12675,7 @@ fboxsep 3mm
 
 \end_inset
 
-この数式の直前には
+この数式の直前には
 \end_layout
 
 \begin_layout Standard
@@ -12912,11 +12701,12 @@ fboxsep
 \end_layout
 
 \begin_layout Standard
-というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
+というコマンドが,\SpecialChar TeX
+モードで挿入されています.ここで与えられた値は,以後のすべてのボックスに適用されます.
 \end_layout
 
 \begin_layout Standard
-標準の枠寸法に戻すには
+標準の枠寸法に戻すには
 \end_layout
 
 \begin_layout Standard
@@ -12959,14 +12749,15 @@ fboxsep 3pt
 \end_layout
 
 \begin_layout Standard
-というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
+というコマンドを,次の数式が始まる前に\SpecialChar TeX
+モードで挿入しておきます.
 \end_layout
 
 \begin_layout Subsection
-なしボックス
+なしボックス
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:枠なしボックス"
+name "subsec:枠なしボックス"
 
 \end_inset
 
@@ -12976,6 +12767,10 @@ status collapsed
 
 \begin_layout Plain Layout
 ぼっくす@ボックス ! わくなし@枠なし
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -12984,7 +12779,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-縁のないボックスを作るには、
+枠のないボックスを作るには,
 \series bold
 
 \backslash
@@ -13038,7 +12833,7 @@ raisebox
 
 \end_inset
 
-の三つのコマンドがあります
+の三つのコマンドがあります
 \end_layout
 
 \begin_layout Standard
@@ -13048,13 +12843,13 @@ raisebox
 \backslash
 raisebox
 \series default
-を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
+を使うと,ボックスを上付きにしたり下付きにしたりすることができます.しかし,通常の上付き文字・下付き文字とは違い,ボックス内の文字寸法はそのまま保たれます.
 \series bold
 
 \backslash
 raisebox
 \series default
-は、以下の書式で用いられます。
+は,以下の書式で用いられます.
 \end_layout
 
 \begin_layout Standard
@@ -13072,14 +12867,14 @@ raisebox{高さ}{ボックスの内容}
 \backslash
 fbox
 \series default
-と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
+と同様,ボックスに数式を入れる際には,明示的に数式として入れる必要があります.
 \begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
 
 \series bold
-(註)
+【註】
 \series default
 下の最後の
 \series bold
@@ -13087,17 +12882,18 @@ status open
 \backslash
 raisebox
 \series default
-のところで
+のところで
 \family sans
 Ctrl+M
 \family default
-を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
+を一回でなく二回押すことによって,もう一段数式をいれています.これは,\SpecialChar LyX
+が
 \series bold
 
 \backslash
 raisebox
 \series default
-を直接サポートしていないためです
+を直接サポートしていないためです
 \end_layout
 
 \end_inset
@@ -13109,9 +12905,9 @@ raisebox
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -13133,7 +12929,7 @@ raisebox
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -13154,7 +12950,7 @@ raisebox{2mm
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -13168,7 +12964,7 @@ raisebox{2mm
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -13189,7 +12985,7 @@ lo
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -13222,16 +13018,7 @@ Ctrl+M Ctrl+M
  
 \backslash
 sqrt
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 B 
 \end_layout
 
 \begin_layout Standard
-縁がないことを除けば、
+枠がないことを除けば,
 \series bold
 
 \backslash
@@ -13272,7 +13059,7 @@ mbox
 \backslash
 fbox
 \series default
-と同じであり
+と同じであり
 \series bold
 
 \backslash
@@ -13284,14 +13071,14 @@ makebox
 \backslash
 framebox
 \series default
-と同じです
+と同じです
 \end_layout
 
 \begin_layout Subsection
 色付きボックス
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:色付きボックス"
+name "subsec:色付きボックス"
 
 \end_inset
 
@@ -13301,6 +13088,10 @@ status collapsed
 
 \begin_layout Plain Layout
 ぼっくす@ボックス ! いろつき@色付き
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -13309,7 +13100,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
+本節で説明されているコマンドをすべて使えるようにするためには,\SpecialChar LaTeX
+プリアンブルに
 \end_layout
 
 \begin_layout Standard
@@ -13326,11 +13118,13 @@ usepackage{color}
 status collapsed
 
 \begin_layout Plain Layout
-定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
+定義済みの色を使って,文書中のどこかで文章に色を付けてある場合,\SpecialChar LyX
+は,自動的に\SpecialChar LaTeX
+パッケージ
 \series bold
 color
 \series default
-を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
+を読み込みます.したがって,本パッケージが二度読み込まれる可能性があるわけですが,そうなったとしても問題は生じません.
 \end_layout
 
 \end_inset
@@ -13340,12 +13134,14 @@ color
 status collapsed
 
 \begin_layout Plain Layout
-本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
+本パッケージが二度読み込まれることを防ぐために,\SpecialChar LaTeX
+プリアンブルにマクロを挿入してあります.
 \end_layout
 
 \end_inset
 
-を書き加えて、LaTeXパッケージの
+を書き加えて,\SpecialChar LaTeX
+パッケージの
 \series bold
 color
 \series default
@@ -13354,11 +13150,13 @@ color
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXパッケージ
+\SpecialChar LaTeX
+パッケージ
 \series bold
 color
 \series default
-は、すべての標準的なLaTeX頒布版に含まれています。
+は,すべての標準的な\SpecialChar LaTeX
+頒布版に含まれています.
 \end_layout
 
 \end_inset
@@ -13373,14 +13171,14 @@ status collapsed
 
 \end_inset
 
-を読み込む必要があります
+を読み込む必要があります
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-ボックスに色を付けるには
+ボックスに色を付けるには
 \series bold
 
 \backslash
@@ -13398,7 +13196,7 @@ colorbox
 
 \end_inset
 
-コマンドを以下の書式で使用します
+コマンドを以下の書式で使用します
 \end_layout
 
 \begin_layout Standard
@@ -13410,39 +13208,39 @@ colorbox{色}{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-ボックスの内容には、別のボックスが含まれても構いませんし、
+ボックスの内容には,別のボックスが含まれても構いませんし,
 \series bold
 
 \backslash
 colorbox
 \series default
-自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
+自体も,別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
 \series bold
 
 \backslash
 raisebox
 \series default
-と同様明示的に数式を作らなくてはなりません
+と同様明示的に数式を作らなくてはなりません
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-これは
+これは
 \series bold
 
 \backslash
 fcolorbox
 \series default
-コマンドにも当てはまります
+コマンドにも当てはまります
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
-選択できる定義済みの色としては
+選択できる定義済みの色としては
 \end_layout
 
 \begin_layout Standard
@@ -13450,48 +13248,48 @@ fcolorbox
 \series bold
 black
 \series default
-(黒)
+(黒)
 \series bold
 blue
 \series default
-(青)
+(青)
 \series bold
 cyan
 \series default
-(シアン)
+(シアン)
 \series bold
 green
 \series default
-(緑)
+(緑)
 \series bold
 magenta
 \series default
-(マゼンタ)
+(マゼンタ)
 \series bold
 red
 \series default
-(赤)
+(赤)
 \series bold
 white
 \series default
-(白)
+(白)
 \series bold
 yellow
 \series default
-(黄)
+(黄)
 \end_layout
 
 \begin_layout Standard
-があります
+があります
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -13507,29 +13305,13 @@ yellow
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -13546,11 +13328,11 @@ colorbox{yellow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
+\begin_inset Formula $\colorbox{yellow}{A=B}$
 \end_inset
 
 
@@ -13559,8 +13341,8 @@ colorbox{yellow
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -13575,16 +13357,7 @@ colorbox{green
 {
 \backslash
 fbox
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -13592,11 +13365,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
+\begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
 \end_inset
 
 
@@ -13605,24 +13378,15 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 fbox
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -13644,16 +13408,7 @@ Ctrl+M
  
 \backslash
 int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 C=D
@@ -13661,11 +13416,11 @@ C=D
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
+\begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
 \end_inset
 
 
@@ -13688,29 +13443,28 @@ C=D
 \backslash
 colorbox
 \series default
-は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
+は,ボックスに色をつけるだけで,ボックス内の文字には色付けをしません.すべての文字に色付けするには,数式全体を選択し,
 \family sans
 文字様式
 \family default
-ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/dialog-show_character.png
-       scale 85
-
+ダイアログで欲しい色を選択します.このダイアログは,ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "dialog-show character"
 \end_inset
 
 か
 \family sans
-編集\SpecialChar \menuseparator
-文字様式\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+文字様式\SpecialChar menuseparator
 任意設定
 \family default
-メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
-。
+メニューで開くことができます.すると,数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,数式内部で色を変えなくてはなりません
+.
 \end_layout
 
 \begin_layout Standard
-たとえば
+たとえば
 \end_layout
 
 \begin_layout Standard
@@ -13744,7 +13498,7 @@ reference "eq:red"
 
 \end_inset
 
-は、全体が赤色です。
+は,全体が赤色です.
 \begin_inset Newline newline
 \end_inset
 
@@ -13755,14 +13509,14 @@ reference "eq:redgreen"
 
 \end_inset
 
-は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
+は,数式番号を緑色にするために,まず全体を緑色にします.その後,数式内の文字を赤色にします.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-ボックスの縁だけ別の色にするには、
+ボックスの枠だけ別の色にするには,
 \series bold
 
 \backslash
@@ -13780,7 +13534,7 @@ fcolorbox
 
 \end_inset
 
-コマンドを以下の書式で使用します
+コマンドを以下の書式で使用します
 \end_layout
 
 \begin_layout Standard
@@ -13788,11 +13542,11 @@ fcolorbox
 \series bold
 
 \backslash
-fcolorbox{の色}{色}{ボックスの内容}
+fcolorbox{の色}{色}{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-つまり
+つまり
 \series bold
 
 \backslash
@@ -13804,13 +13558,13 @@ fcolorbox
 \backslash
 colorbox
 \series default
-コマンドの拡張です
+コマンドの拡張です
 \series bold
 
 \backslash
 framebox
 \series default
-と同様に、縁の厚みは
+と同様に,枠の厚みは
 \series bold
 
 \backslash
@@ -13822,7 +13576,7 @@ fboxrule
 \backslash
 fboxsep
 \series default
-で設定します。たとえば、
+で設定します.たとえば,
 \begin_inset ERT
 status collapsed
 
@@ -13860,11 +13614,11 @@ fboxsep 3pt
 
 \end_inset
 
-のようにします
+のようにします
 \end_layout
 
 \begin_layout Standard
-上記の数式は、以下のコマンドで作成されています。
+上記の数式は,以下のコマンドで作成されています.
 \begin_inset Newline newline
 \end_inset
 
@@ -13893,15 +13647,16 @@ fcolorbox{cyan
 \begin_inset VSpace bigskip
 \end_inset
 
-定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
+定義済みの色以外の色を使いたい場合には,まずその色を定義しなくてはなりません.
 \end_layout
 
 \begin_layout Standard
-たとえば
+たとえば
 \series bold
 darkgreen
 \series default
-」という色を定義するには、LaTeXプリアンブルに
+」という色を定義するには,\SpecialChar LaTeX
+プリアンブルに
 \end_layout
 
 \begin_layout Standard
@@ -13939,7 +13694,7 @@ definecolor
 \end_layout
 
 \begin_layout Standard
-という行を書き加えます
+という行を書き加えます
 \end_layout
 
 \begin_layout Standard
@@ -13947,23 +13702,23 @@ definecolor
 \series bold
 cmyk
 \series default
-とは
+とは
 \series bold
 cyan
 \series default
-(シアン)
+(シアン)
 \series bold
 magenta
 \series default
-(マゼンタ)
+(マゼンタ)
 \series bold
 yellow
 \series default
-(黄)
+(黄)
 \series bold
 black
 \series default
-(黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
+(黒)の各色を表す色空間です.コンマで区切られた四つの数字は,この色空間における各色の出力強度です.強度は,0
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -13971,47 +13726,47 @@ black
 \begin_inset space \thinspace{}
 \end_inset
 
-1の範囲をとることができます。定義には、
+1の範囲をとることができます.定義には,
 \series bold
 cmyk
 \series default
-の他に
+の他に
 \series bold
 rgb
 \series default
-という色空間を使うこともできます
+という色空間を使うこともできます
 \series bold
 rgb
 \series default
-とは
+とは
 \series bold
 red
 \series default
-(赤)
+(赤)
 \series bold
 green
 \series default
-(緑)
+(緑)
 \series bold
 blue
 \series default
-(青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
+(青)の各色を意味し,この場合には,各色に対応した三つの出力強度を指定します.さらに,灰色の出力強度のみをとる
 \series bold
 gray
 \series default
-という色空間もあります
+という色空間もあります
 \end_layout
 
 \begin_layout Standard
-例として文字が
+例として文字が
 \series bold
 yellow
 \series default
-に色付けされ新しく定義した
+に色付けされ新しく定義した
 \series bold
 darkgreen
 \series default
-という色を持つ縁付きボックスを挙げておきます。
+という色を持つ枠付きボックスを挙げておきます.
 \begin_inset Formula 
 \begin{equation}
 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
@@ -14029,7 +13784,7 @@ darkgreen
 \backslash
 textcolor
 \series default
-コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
+コマンドを使うと,以下のように,自前で定義した色をテキスト中でも使用することができます.
 \begin_inset Index idx
 status collapsed
 
@@ -14055,7 +13810,7 @@ textcolor{darkgreen}{
 
 \end_inset
 
-この文は「darkgreen」です
+この文は「darkgreen」です
 \begin_inset ERT
 status collapsed
 
@@ -14088,20 +13843,20 @@ textcolor
 
 \end_inset
 
-は
+は
 \series bold
 
 \backslash
 textcolor{色}{色付けをする文}
 \series default
-という書式で使用することができます
+という書式で使用することができます
 \end_layout
 
 \begin_layout Subsection
 段落ボックス
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:段落ボックス"
+name "subsec:段落ボックス"
 
 \end_inset
 
@@ -14111,38 +13866,10 @@ status collapsed
 
 \begin_layout Plain Layout
 ぼっくす@ボックス ! だんらく@段落
-\end_layout
-
-\end_inset
-
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-ぼっくす@ボックス ! parbox|see
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-{
-\end_layout
-
-\end_inset
-
-ボックス ! 段落ボックス
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
+\begin_inset space \thinspace{}
 \end_inset
 
-
+——
 \end_layout
 
 \end_inset
@@ -14151,30 +13878,29 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
+いくつかの行や段落を含む,いわゆる段落ボックス(parbox)は,
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 ボックス
 \family default
 メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/box-insert.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "box-insert"
 \end_inset
 
-で作成することができます
+で作成することができます
 \end_layout
 
 \begin_layout Standard
-以下の例は、行中の縁付きparboxを示したものです。
+以下の例は,行中の枠付きparboxを示したものです.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-この行は
+この行は
 \begin_inset Box Boxed
 position "c"
 hor_pos "c"
@@ -14186,14 +13912,19 @@ width "5cm"
 special "none"
 height "1in"
 height_special "totalheight"
+thickness "0.4pt"
+separation "3pt"
+shadowsize "4pt"
+framecolor "black"
+backgroundcolor "none"
 status open
 
 \begin_layout Plain Layout
-これは段落ボックスですこれはちょうど5
+これは段落ボックスですこれはちょうど5
 \begin_inset space \thinspace{}
 \end_inset
 
-cmの幅になっており、以下のように数式を含めることもできます。
+cmの幅になっており,以下のように数式を含めることもできます.
 \begin_inset Formula $\int A\,\mathrm{d}s=C$
 \end_inset
 
@@ -14202,7 +13933,7 @@ cmの幅になっており、以下のように数式を含めることもでき
 
 \end_inset
 
-parboxの入った行です
+parboxの入った行です
 \end_layout
 
 \begin_layout Standard
@@ -14213,15 +13944,15 @@ parboxの入った行です。
 \end_layout
 
 \begin_layout Standard
-このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
+このようなボックスは,灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,ボックスの特性を表示したダイアログが現れます.上の例では,
 \emph on
 装飾
 \emph default
-:簡素な長方形の箱型
+:簡素な長方形の箱型
 \emph on
 内部ボックス
 \emph default
-:parboxコマンド
+:parboxコマンド
 \emph on
 幅
 \emph default
@@ -14229,18 +13960,19 @@ parboxの入った行です。
 \begin_inset space \thinspace{}
 \end_inset
 
-cm
+cm
 \emph on
 垂直ボックス配置
 \emph default
-:中央、に設定されています。
+:中央,に設定されています.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-LaTeXでは、parboxは、以下の書式を持つ
+\SpecialChar LaTeX
+では,parboxは,以下の書式を持つ
 \series bold
 
 \backslash
@@ -14258,7 +13990,7 @@ parbox
 
 \end_inset
 
-コマンドによって作られます
+コマンドによって作られます
 \end_layout
 
 \begin_layout Standard
@@ -14270,7 +14002,7 @@ parbox[位置]{幅}{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-「位置」は
+「位置」は
 \emph on
 b
 \emph default
 \emph on
 t
 \emph default
-の値をとることができます下揃えを意味する
+の値をとることができます下揃えを意味する
 \emph on
 b
 \emph default
-(
-\bar under
-b
-\bar default
-ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
+(bottom)は,ボックスを,周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
 \emph on
 t
 \emph default
-(
-\bar under
-t
-\bar default
-op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
+(top)は,これを最初の行に合わせます.位置を指定しない時には,ボックスは事実上中央揃えになります.用例については,取扱説明書埋込オブジェクト篇の
 \emph on
-Boxes
+ボックス
 \emph default
-の節をご参照下さい
+の節をご参照下さい
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
+数式番号を含めて,数式を完全に枠で囲むためには,数式をparbox内に収めなくてはなりません.こうするには,数式前に\SpecialChar TeX
+モードで
 \series bold
 parbox{
 \backslash
@@ -14315,7 +14040,7 @@ fboxsep-2
 \backslash
 fboxrule}{
 \series default
-というコマンドを挿入しますここで
+というコマンドを挿入しますここで
 \series bold
 
 \backslash
@@ -14333,24 +14058,9 @@ linewidth
 
 
 \series default
-は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-\begin_inset CommandInset href
-LatexCommand href
-name "LyX-bug #4483"
-target "http://www.lyx.org/trac/ticket/4483"
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
+は,使用中の文書に設定されている行幅です.枠は,parboxの外側にあるので,枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行
+うためには,\SpecialChar LaTeX
+パッケージの
 \series bold
 calc
 \series default
@@ -14363,7 +14073,8 @@ status collapsed
 \series bold
 calc
 \series default
-は、標準的LaTeX頒布版のすべてに含まれています。
+は,標準的\SpecialChar LaTeX
+頒布版のすべてに含まれています.
 \end_layout
 
 \end_inset
@@ -14378,7 +14089,8 @@ status collapsed
 
 \end_inset
 
-を、LaTeXプリアンブル中で
+を,\SpecialChar LaTeX
+プリアンブル中で
 \end_layout
 
 \begin_layout Standard
@@ -14390,11 +14102,12 @@ usepackage{calc}
 \end_layout
 
 \begin_layout Standard
-のように読み込んでおく必要があります。数式の後では、TeXモードで
+のように読み込んでおく必要があります.数式の後では,\SpecialChar TeX
+モードで
 \series bold
 }}
 \series default
-を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
+を入力して,二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
 \begin_inset ERT
 status collapsed
 
@@ -14480,7 +14193,7 @@ fboxsep 3pt
 \backslash
 fbox
 \series default
-の引数としてparboxが使われているので、この場合には、
+の引数としてparboxが使われているので,この場合には,
 \series bold
 
 \backslash
@@ -14492,14 +14205,14 @@ fbox
 \backslash
 boxed
 \series default
-を使おうが、差は生じません。
+を使おうが,差は生じません.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
+段落ボックスは,数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
 \series bold
 
 \backslash
@@ -14511,30 +14224,30 @@ parbox
 \backslash
 tag
 \series default
-コマンドといっしょに使います
+コマンドといっしょに使います(
 \series bold
 
 \backslash
 tag
 \series default
-についての詳細は
+についての詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:ユーザー定義番号"
+reference "subsec:自己定義番号"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい)
 \end_layout
 
 \begin_layout Standard
-以下は
+以下は
 \series bold
 
 \backslash
 parbox
 \series default
-を使ってコメントを付けた数式の例です
+を使ってコメントを付けた数式の例です
 \end_layout
 
 \begin_layout Standard
@@ -14554,7 +14267,7 @@ parbox{5cm}{
 
 \end_inset
 
-これは説明です。数式や多行数式本体からはっきりと離れています。
+これは説明です.数式や多行数式本体からはっきりと離れています.
 \begin_inset ERT
 status collapsed
 
@@ -14571,17 +14284,19 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-LyXは、まだ数式中での
+\SpecialChar LyX
+は,まだ数式中での
 \series bold
 
 \backslash
 parbox
 \series default
-コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
+コマンドをサポートしていないので,上のような数式は,完全に\SpecialChar TeX
+モードで挿入しなくてはなりません.この数式は,以下のようなコマンド列を使って作ってあります.
 \end_layout
 
 \begin_layout Standard
-まず
+まず
 \series bold
 
 \backslash
@@ -14593,7 +14308,8 @@ tag*
 \backslash
 parbox{5cm}{
 \series default
-というコマンドをTeXモードで挿入します
+というコマンドを\SpecialChar TeX
+モードで挿入します
 \begin_inset Foot
 status collapsed
 
@@ -14602,7 +14318,7 @@ status collapsed
 \series bold
 行頭下げ
 \series default
-数式様式を使用している時には
+数式様式を使用している時には
 \series bold
 
 \backslash
@@ -14616,25 +14332,26 @@ tag*
 \backslash
 hfill
 \series default
-を用いることもできます(数式様式に関しては、
+を用いることもできます(数式様式に関しては,
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:数式様式"
 
 \end_inset
 
-節をご参照下さい)。
+節をご参照下さい).
 \end_layout
 
 \end_inset
 
-。それから、説明を通常のテキストとして入れ、最後に
+.それから,説明を通常のテキストとして入れ,最後に
 \series bold
 }}
 \backslash
 ]
 \series default
-をTeXモードで挿入します。ここで
+を\SpecialChar TeX
+モードで挿入します.ここで
 \series bold
 
 \backslash
@@ -14646,7 +14363,7 @@ reference "sec:数式様式"
 \backslash
 ]
 \series default
-コマンドは別行建て数式を作るためのものです。
+コマンドは別行立て数式を作るためのものです.
 \end_layout
 
 \begin_layout Standard
@@ -14656,7 +14373,7 @@ reference "sec:数式様式"
 \backslash
 parbox
 \series default
-を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
+を使う利点は,数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,よくわかるでしょう.
 \begin_inset Formula 
 \[
 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
@@ -14685,7 +14402,7 @@ status collapsed
 大演算子
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:大演算子"
+name "subsec:大演算子"
 
 \end_inset
 
@@ -14695,6 +14412,10 @@ status collapsed
 
 \begin_layout Plain Layout
 えんざんし@演算子 ! だい@大
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -14723,7 +14444,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ここに挙げた積分演算子をすべて使えるようにするには文書設定の
+ここに挙げた積分演算子をすべて使えるようにするには文書設定の
 \family sans
 数式オプション
 \family default
@@ -14731,7 +14452,7 @@ status collapsed
 \family sans
 esintパッケージを自動的に使う
 \family default
-オプションを有効にしなくてはなりません
+オプションを有効にしなくてはなりません
 \end_layout
 
 \begin_layout Standard
@@ -14740,8 +14461,8 @@ esintパッケージを自動的に使う
 
 
 \begin_inset Tabular
-<lyxtabular version="3" rows="9" columns="2">
-<features tabularvalignment="middle">
+<lyxtabular version="3" rows="11" columns="2">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -14765,20 +14486,20 @@ esintパッケージを自動的に使う
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-sum
+int
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! S ! 
+こまんど@コマンド ! I ! 
 \backslash
-sum
+int
 \end_layout
 
 \end_inset
@@ -14788,11 +14509,11 @@ sum
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\sum$
+\begin_inset Formula $\int$
 \end_inset
 
 
@@ -14802,34 +14523,72 @@ sum
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-int
-\begin_inset Index idx
-status collapsed
+oint
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-こまんど@コマンド ! I ! 
+\begin_inset Formula $\oint$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
 \backslash
-int
+ointctrclockwise
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\ointctrclockwise$
+\end_inset
 
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\int$
+
+\backslash
+ointclockwise
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\ointclockwise$
 \end_inset
 
 
@@ -14839,22 +14598,22 @@ int
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-oint
+sqint
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\oint$
+\begin_inset Formula $\sqint$
 \end_inset
 
 
@@ -14864,22 +14623,23 @@ oint
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-ointctrclockwise
+fint
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\ointctrclockwise$
+\begin_inset Formula $\fint$
 \end_inset
 
 
@@ -14889,22 +14649,23 @@ ointctrclockwise
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-ointclockwise
+landupint
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\ointclockwise$
+\begin_inset Formula $\landupint$
 \end_inset
 
 
@@ -14914,22 +14675,23 @@ ointclockwise
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-sqint
+landdownint
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\sqint$
+\begin_inset Formula $\landdownint$
 \end_inset
 
 
@@ -14939,7 +14701,7 @@ sqint
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -14950,7 +14712,7 @@ bigcap
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -14964,7 +14726,7 @@ bigcap
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -14975,7 +14737,7 @@ bigcup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -14998,8 +14760,8 @@ bigcup
 
 
 \begin_inset Tabular
-<lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
+<lyxtabular version="3" rows="11" columns="2">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -15023,7 +14785,44 @@ bigcup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+sum
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! S ! 
+\backslash
+sum
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\sum$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15046,7 +14845,7 @@ prod
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15060,7 +14859,7 @@ prod
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15071,7 +14870,7 @@ coprod
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15085,7 +14884,7 @@ coprod
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15096,7 +14895,7 @@ bigodot
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15110,7 +14909,7 @@ bigodot
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15121,7 +14920,7 @@ bigotimes
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15135,7 +14934,7 @@ bigotimes
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15146,7 +14945,7 @@ bigoplus
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15160,7 +14959,7 @@ bigoplus
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15171,7 +14970,7 @@ bigwedge
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15185,7 +14984,7 @@ bigwedge
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15196,7 +14995,7 @@ bigvee
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15210,7 +15009,7 @@ bigvee
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15221,7 +15020,7 @@ bigsqcup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15235,7 +15034,7 @@ bigsqcup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15246,7 +15045,7 @@ biguplus
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15271,22 +15070,21 @@ biguplus
 \end_layout
 
 \begin_layout Standard
-すべての大演算子は、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/intop.png
-       scale 85
-
+すべての大演算子は,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\intop"
 \end_inset
 
-でも挿入することができます
+でも挿入することができます
 \end_layout
 
 \begin_layout Standard
-これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
+これらの演算子は,よく見ないと同じように見える二項演算子よりも大きいので,大演算子と呼ばれます.大演算子はすべて,次小節で説明する「範囲」をとることができます.
 \end_layout
 
 \begin_layout Standard
-積分演算子はすべて
+積分演算子はすべて
 \series bold
 
 \backslash
@@ -15298,24 +15096,24 @@ intop
 \backslash
 ointop
 \series default
-のように
+のように
 \series bold
 op
 \series default
-で終わる別バージョンがあります。これらの演算子は、
+で終わる別バージョンがあります.これらの演算子は,
 \series bold
 
 \backslash
 int
 \series default
-とは範囲の表示のしかたが異なります
+とは範囲の表示のしかたが異なります
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:演算子の範囲"
+reference "subsec:演算子の範囲"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Subsubsection*
@@ -15327,11 +15125,31 @@ reference "sub:演算子の範囲"
 \emph on
 d
 \emph default
-は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
+は演算子なので,アップライト体で組まれなくてはなりません.これを行うには
 \emph on
 d
 \emph default
-を選択して、短絡キー
+を選択して,
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
 \begin_inset Info
 type  "shortcut"
 arg   "font-roman"
@@ -15342,23 +15160,23 @@ arg   "font-roman"
 status collapsed
 
 \begin_layout Plain Layout
-文字様式については
+文字様式については
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:書体様式"
+reference "subsec:書体様式"
 
 \end_inset
 
-節参照
+節参照
 \end_layout
 
 \end_inset
 
-。最後に、演算子の慣例に倣って、
+.最後に,演算子の慣例に倣って,
 \emph on
 d
 \emph default
-の前に最小空白を挿入しなくてはなりません。たとえば、
+の前に最小空白を挿入しなくてはなりません.たとえば,
 \end_layout
 
 \begin_layout Standard
@@ -15388,7 +15206,7 @@ status open
 \end_layout
 
 \begin_layout Standard
-多重積分に関しては、以下のコマンドがあります。
+多重積分に関しては,以下のコマンドがあります.
 \begin_inset VSpace medskip
 \end_inset
 
@@ -15402,9 +15220,9 @@ status open
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -15420,29 +15238,13 @@ status open
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15453,11 +15255,11 @@ iint
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
+\begin_inset Formula $\iint$
 \end_inset
 
 
@@ -15466,8 +15268,8 @@ iint
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15478,11 +15280,11 @@ oiint
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
+\begin_inset Formula $\oiint$
 \end_inset
 
 
@@ -15491,8 +15293,8 @@ oiint
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15503,11 +15305,11 @@ sqiint
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
+\begin_inset Formula $\sqiint$
 \end_inset
 
 
@@ -15527,9 +15329,9 @@ sqiint
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -15550,8 +15352,8 @@ sqiint
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15562,11 +15364,11 @@ iiint
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
+\begin_inset Formula $\iiint$
 \end_inset
 
 
@@ -15575,8 +15377,8 @@ iiint
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15587,11 +15389,11 @@ iiiint
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
+\begin_inset Formula $\iiiint$
 \end_inset
 
 
@@ -15600,8 +15402,8 @@ iiiint
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15612,11 +15414,11 @@ dotsint
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
+\begin_inset Formula $\dotsint$
 \end_inset
 
 
@@ -15640,7 +15442,7 @@ dotsint
 演算子の範囲
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:演算子の範囲"
+name "subsec:演算子の範囲"
 
 \end_inset
 
@@ -15658,14 +15460,14 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-範囲は、上付き文字と下付き文字とで作成することができます。
+範囲は,上付き文字と下付き文字とで作成することができます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -15683,29 +15485,13 @@ status collapsed
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15714,16 +15500,7 @@ raisebox
 prod^
 \backslash
 infty
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -15739,11 +15516,11 @@ A(x)
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
+\begin_inset Formula $\prod_{0}^{\infty}A(x)$
 \end_inset
 
 
@@ -15760,14 +15537,14 @@ A(x)
 \end_layout
 
 \begin_layout Standard
-行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
+行内数式では,範囲は演算子の右横に表示されます.別行立て数式での範囲は,積分範囲を除き,演算子の上と下に表示されます.
 \end_layout
 
 \begin_layout Standard
-範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
+範囲が演算子の横に表示されるように強制するには,カーソルを当該演算子の直後において,
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 範囲の表記を変更
 \family default
 メニューで
@@ -15776,17 +15553,37 @@ A(x)
 行内形式
 \family default
 \series default
-(短絡キー
+(
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+:
 \begin_inset Info
 type  "shortcut"
 arg   "math-limits"
 \end_inset
 
-)を選択することで範囲形式を変更することができます。以下はその用例です。
+)を選択することで範囲形式を変更することができます.以下はその用例です.
 \end_layout
 
 \begin_layout Standard
-既定の範囲形式は、以下のようになっています。
+既定の範囲形式は,以下のようになっています.
 \begin_inset Formula 
 \[
 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
@@ -15794,13 +15591,13 @@ arg   "math-limits"
 
 \end_inset
 
-以下は範囲形式を
+以下は範囲形式を
 \family sans
 \series bold
 行内形式
 \family default
 \series default
-に変更したときの表示です
+に変更したときの表示です
 \begin_inset Formula 
 \[
 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
@@ -15824,12 +15621,12 @@ ointop
 \series bold
 op
 \series default
-で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
-の例では範囲形式を
+で終わるもの以外の積分記号では,範囲は,既定で演算子の横に設定されます.しかし,多重積分においては,範囲を演算子の下に置くべきときがあります.このことから,以下
+の例では範囲形式を
 \series bold
-別行て形式
+別行て形式
 \series default
-にして積分記号の下に置くようにしています
+にして積分記号の下に置くようにしています
 \begin_inset Formula 
 \begin{equation}
 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
@@ -15844,7 +15641,7 @@ op
 \begin_inset VSpace medskip
 \end_inset
 
-範囲に条件を指定したい場合には
+範囲に条件を指定したい場合には
 \series bold
 
 \backslash
@@ -15880,7 +15677,7 @@ substack
 
 \end_inset
 
-コマンドを使用します。たとえば、以下の表記 
+コマンドを使用します.たとえば,以下の表記 
 \begin_inset Formula 
 \begin{equation}
 \sum_{\begin{subarray}{c}
@@ -15896,11 +15693,11 @@ k\,\in\,\mathbb{N}
 \end_layout
 
 \begin_layout Standard
-を作成するには、以下のようにしなくてはなりません。
+を作成するには,以下のようにしなくてはなりません.
 \begin_inset Newline newline
 \end_inset
 
-まず
+まず
 \series bold
 
 \backslash
@@ -15909,46 +15706,28 @@ sum
 ^
 \series bold
 n
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 _
 \series default
-というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
+というコマンドを入力します.すると,和演算子の下の青枠に移動するので,ここに
 \series bold
 
 \backslash
 subarray
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \series default
-コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
+コマンドを挿入します.すると,青枠が紫枠の中に入って,ここに複数の行を書き込むことができるようになります.新しい行は,改行(
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
-)を挿入することで作ることができます。ここに
+)を挿入することで作ることができます.ここに
 \begin_inset Newline newline
 \end_inset
 
 
 
 \series default
-と入力すると、新規行のための新しい枠が現れます。
+と入力すると,新規行のための新しい枠が現れます.
 \end_layout
 
 \begin_layout Standard
-各行の揃え方は
+各行の揃え方は
 \family sans
 表ツールバー
 \family default
 か
 \family sans
-編集\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
 行と列
 \family default
-メニューで変更することができますが、右揃えにするには、行頭に
+メニューで変更することができますが,右揃えにするには,行頭に
 \series bold
 
 \backslash
 hfill
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \series default
-を挿入しなくてはなりません
+を挿入しなくてはなりません
 \end_layout
 
 \begin_layout Standard
@@ -16010,112 +15780,88 @@ spce
 \backslash
 substack
 \series default
-コマンドは、各行がつねに中央揃えになることを除いては、
+コマンドは,各行がつねに中央揃えになることを除いては,
 \series bold
 
 \backslash
 subarray
 \series default
-と同じです
+と同じです
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-演算子の後に来る文字は、範囲の横に来るので、
+演算子の後に来る文字は,範囲の横に来るので,
 \begin_inset CommandInset ref
 LatexCommand eqref
 reference "eq:substack"
 
 \end_inset
 
-式のように、演算子の横の余白が大きくなりすぎることがあります。
-\end_layout
-
-\begin_layout Standard
-これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
-\end_layout
-
-\begin_layout Standard
-
+式のように,演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,コマンド
 \series bold
 
 \backslash
-def
-\backslash
-clap#1{
-\backslash
-hbox to 0pt{
-\backslash
-hss #1
-\backslash
-hss}}
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-def
-\backslash
-mathclap {
-\backslash
-mathpalette 
-\backslash
-mathclapinternal}
-\begin_inset Newline newline
-\end_inset
+smashoperator
+\series default
 
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+こまんど@コマンド ! S ! 
 \backslash
-def
-\backslash
-mathclapinternal #1#2{
-\backslash
-clap{$
-\backslash
-mathsurround =0pt #1{#2}$}}
+smashoperator
 \end_layout
 
-\begin_layout Standard
-これは、範囲の幅を0
-\begin_inset space \thinspace{}
 \end_inset
 
-ptに設定する
+を使うことができます.これを有効化するには,文書設定の
+\family sans
+数式オプション
+\family default
+で,
 \series bold
-
-\backslash
-mathclap
+mathtools
 \series default
-
+パッケージ
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! M ! 
-\backslash
-mathclap
+ぱっけーじ@パッケージ ! mathtools
 \end_layout
 
 \end_inset
 
\82³ã\83\9eã\83³ã\83\89ã\82\92å®\9a義ã\81\97ã\81¦ã\81\84ã\81¾ã\81\99ã\80\82ã\81\93ã\81®ã\82³ã\83\9eã\83³ã\83\89ã\81®æ\9b¸å¼\8fã\81¯ã\80\81
-\end_layout
-
-\begin_layout Standard
-
\81®
+\family sans
+常に読み込み
+\family default
+オプションを指定してください.
 \series bold
 
 \backslash
-mathclap{範囲}
-\end_layout
+smashoperator
+\series default
+は,内容物の幅を0
+\lang english
 
-\begin_layout Standard
-となっていて、「範囲」には複数の条件を入れることができます。
-\end_layout
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
+
+\lang japanese
+ptに設定します.
+\lang english
+
+\begin_inset Newline newline
+\end_inset
+
+
+\lang japanese
 これを
 \begin_inset CommandInset ref
 LatexCommand eqref
@@ -16123,7 +15869,7 @@ reference "eq:substack"
 
 \end_inset
 
-å¼\8fã\81«å¿\9cç\94¨ã\81\99ã\82\8bã\81¨ã\80\81以ä¸\8bã\81®ã\82\88ã\81\86ã\81ªコマンド
+å¼\8fã\81«å¿\9cç\94¨ã\81\97ã\81¦ã\81¿ã\82\8bã\81¨ï¼\8cコマンド
 \end_layout
 
 \begin_layout Standard
@@ -16131,43 +15877,57 @@ reference "eq:substack"
 \series bold
 
 \backslash
-sum_
-\backslash
-mathclap{
-\backslash
-substack
-\begin_inset ERT
-status collapsed
+smashoperator{
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+の波括弧の中に,範囲付きの演算子を挿入することになります.波括弧を閉じた後に,数式を続けます.例:
+\begin_inset Formula 
+\[
+\sum_{\mathclap{\substack{0<k<1000\\
+\\
+k\,\in\,\mathbb{N}
+}
+}}^{n}k^{-2}
+\]
 
+\end_inset
 
-\backslash
-spce 
-\end_layout
+演算子の片側だけ,空白を0
+\lang english
 
+\begin_inset space \thinspace{}
 \end_inset
 
-0
-\begin_inset Formula $\boldsymbol{<}$
-\end_inset
 
-k
-\begin_inset Formula $\boldsymbol{<}$
-\end_inset
+\lang japanese
+ptにすることも可能です.そのためには,
+\series bold
 
-1000 Ctrl+Return
+\backslash
+smashoperator
+\series default
+と付属する波括弧の間に,
+\series bold
+[l]
+\series default
+または
+\series bold
+[r]
+\series default
+と書き込みます.下記は,
+\series bold
+
+\backslash
+smashoperator
+\series default
+のとりうる形の例です.
 \end_layout
 
 \begin_layout Standard
-を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
 \begin_inset Formula 
 \[
-\sum_{\mathclap{\substack{0<k<1000\\
-\\
-k\,\in\,\mathbb{N}
-}
-}}^{n}k^{-2}
+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}
 \]
 
 \end_inset
@@ -16179,79 +15939,90 @@ k\,\in\,\mathbb{N}
 \begin_inset VSpace bigskip
 \end_inset
 
-一つの範囲を複数の演算子に用いる方法が、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:自己定義演算子"
-
-\end_inset
 
-節に述べられています。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Newpage newpage
+範囲を持つ演算子が続くとき,出力での,範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
+\begin_inset Formula 
+\[
+\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}
+\]
+
 \end_inset
 
+組版を改善するには,文書設定の
+\family sans
+数式オプション
+\family default
+で,
+\series bold
+mathtools
+\series default
+パッケージ
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+ぱっけーじ@パッケージ ! mathtools
 \end_layout
 
-\begin_layout Subsection
-二項演算子
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:二項演算子"
-
 \end_inset
 
+の
+\family sans
+常に読み込み
+\family default
+オプションを指定してください.その上で,数式中の最初の演算子の前に直接,
+\series bold
 
+\backslash
+adjustlimits
+\series default
+コマンド
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-えんざんし@演算子 ! にこう@二項
+こまんど@コマンド ! A ! 
+\backslash
+adjustlimits
 \end_layout
 
 \end_inset
 
+を置いてください.そうすると,上記の例はこのようになります.
+\begin_inset Formula 
+\[
+\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}
+\]
 
-\end_layout
-
-\begin_layout Standard
-二項演算子は、前後に文字がある場合、周囲に余白が入ります。
-\begin_inset VSpace medskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-\begin_inset space \hfill{}
+\begin_inset VSpace bigskip
 \end_inset
 
+一つの範囲を複数の演算子に用いる方法が,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:自己定義演算子"
 
-\begin_inset Tabular
-<lyxtabular version="3" rows="13" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_inset
 
-\begin_layout Plain Layout
-コマンド
-\begin_inset Note Note
+節に述べられています.
+\end_layout
+
+\begin_layout Subsection
+演算子の修飾
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
+えんざんし@演算子 ! しゅうしょく@修飾
 \end_layout
 
 \end_inset
@@ -16259,127 +16030,416 @@ raisebox
 
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-出力
-\end_layout
+\series bold
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\backslash
+overset
+\series default
+
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
-+
+こまんど@コマンド ! O ! 
+\backslash
+overset
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $+$
-\end_inset
 
+コマンドや
+\series bold
 
-\end_layout
+\backslash
+underset
+\series default
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
--
+こまんど@コマンド ! U ! 
+\backslash
+underset
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $-$
-\end_inset
 
+コマンドを使うと,それぞれ演算子の上や下に,文字をアクセントとして付けることができます.また,
+\series bold
 
-\end_layout
+\backslash
+sideset
+\series default
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
-
+こまんど@コマンド ! S ! 
 \backslash
-pm
+sideset
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-\begin_inset Formula $\pm$
-\end_inset
+コマンドを使うと,文字を演算子の前や後ろに付けることができます.
+\end_layout
+
+\begin_layout Standard
 
+\series bold
 
+\backslash
+sideset
+\series default
+には4つの派生版があります.
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Itemize
 
-\begin_layout Plain Layout
+\series bold
 
 \backslash
-mp
+sideset
+\series default
+は,演算子の隅に文字を置くのに用います.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Itemize
 
-\begin_layout Plain Layout
-\begin_inset Formula $\mp$
-\end_inset
+\series bold
 
+\backslash
+sidesetn
+\series default
+は,演算子の前後に文字を置くのに用います(この派生版は,\SpecialChar LaTeX
+の元々の
+\series bold
 
+\backslash
+sideset
+\series default
+コマンドを表します).
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Itemize
 
-\begin_layout Plain Layout
+\series bold
 
 \backslash
-cdot
+sidesetl
+\series default
+は,演算子の左隅と後ろに文字を置くのに用います.
+\end_layout
+
+\begin_layout Itemize
+
+\series bold
+
+\backslash
+sidesetr
+\series default
+は,演算子の右隅と前に文字を置くのに用います.
+\end_layout
+
+\begin_layout Standard
+たとえば,
+\series bold
+
+\backslash
+sidesetn
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\backslash
+sum
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\begin_inset Formula $\to$
+\end_inset
+
+'
+\begin_inset Formula $\to$
+\end_inset
+
+_k=1
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\series default
+^
+\series bold
+n
+\series default
+というコマンドを入力すると,
+\begin_inset Formula 
+\[
+\sideset{}{'}\sum_{k=1}^{n}
+\]
+
+\end_inset
+
+のようになります.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\backslash
+sideset
+\series default
+は,大演算子を修飾するためだけに用いることができ,二項演算子には用いることができません.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+のようになります.最後の例からわかるように,
+\series bold
+
+\backslash
+overset
+\series default
+や
+\series bold
+
+\backslash
+underset
+\series default
+では,記号や文字にアクセントをつけることもできます.一方. また,
+\series bold
+
+\backslash
+overset
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\backslash
+maltese
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\series default
+
+\begin_inset Formula $\uparrow$
+\end_inset
+
+
+\series bold
+a
+\series default
+というコマンドならば,
+\begin_inset Formula 
+\[
+\overset{a}{\maltese}
+\]
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+二項演算子
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:二項演算子"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+えんざんし@演算子 ! にこう@二項
+\begin_inset space \thinspace{}
+\end_inset
+
+——
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+二項演算子は,前後に文字がある場合,周囲に余白が入ります.
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="13" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+コマンド
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+ここで
+\series bold
+
+\backslash
+raisebox
+\series default
+はスペーサーとして使用しているだけです.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+出力
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
++
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $+$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+-
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $-$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+pm
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\pm$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+mp
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\mp$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+cdot
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16393,7 +16453,7 @@ cdot
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16404,7 +16464,7 @@ times
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16418,7 +16478,7 @@ times
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16429,7 +16489,7 @@ div
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16443,7 +16503,7 @@ div
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16475,7 +16535,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16489,7 +16549,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16500,7 +16560,7 @@ star
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16514,7 +16574,7 @@ star
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16525,7 +16585,7 @@ circ
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16539,7 +16599,7 @@ circ
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16550,7 +16610,7 @@ diamond
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16564,7 +16624,7 @@ diamond
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16575,7 +16635,7 @@ bullet
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16599,7 +16659,7 @@ bullet
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="13" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -16623,7 +16683,7 @@ bullet
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16634,7 +16694,7 @@ nabla
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16648,7 +16708,7 @@ nabla
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16659,7 +16719,7 @@ bigtriangledown
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16673,7 +16733,7 @@ bigtriangledown
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16684,7 +16744,7 @@ bigtriangleup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16698,7 +16758,7 @@ bigtriangleup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16709,7 +16769,7 @@ Box
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16723,7 +16783,7 @@ Box
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16734,7 +16794,7 @@ cap
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16748,7 +16808,7 @@ cap
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16759,7 +16819,7 @@ cup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16773,7 +16833,7 @@ cup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16784,7 +16844,7 @@ dagger
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16798,7 +16858,7 @@ dagger
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16809,7 +16869,7 @@ ddagger
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16823,7 +16883,7 @@ ddagger
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16834,7 +16894,7 @@ wr
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16848,7 +16908,7 @@ wr
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16859,7 +16919,7 @@ bigcirc
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16873,7 +16933,7 @@ bigcirc
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16884,7 +16944,7 @@ wedge
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16898,7 +16958,7 @@ wedge
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16909,7 +16969,7 @@ vee
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16933,7 +16993,7 @@ vee
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="13" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -16957,7 +17017,7 @@ vee
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16968,7 +17028,7 @@ oplus
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16982,7 +17042,7 @@ oplus
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -16993,7 +17053,7 @@ ominus
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17007,7 +17067,7 @@ ominus
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17018,7 +17078,7 @@ otimes
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17032,7 +17092,7 @@ otimes
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17043,7 +17103,7 @@ oslash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17057,7 +17117,7 @@ oslash
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17068,7 +17128,7 @@ odot
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17082,7 +17142,7 @@ odot
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17093,7 +17153,7 @@ amalg
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17107,7 +17167,7 @@ amalg
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17118,7 +17178,7 @@ uplus
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17132,7 +17192,7 @@ uplus
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17143,7 +17203,7 @@ setminus
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17157,7 +17217,7 @@ setminus
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17168,7 +17228,7 @@ sqcap
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17182,7 +17242,7 @@ sqcap
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17193,7 +17253,7 @@ sqcup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17207,7 +17267,7 @@ sqcup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17218,7 +17278,7 @@ triangleleft
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17232,7 +17292,7 @@ triangleleft
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17243,7 +17303,7 @@ triangleright
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17261,31 +17321,26 @@ triangleright
 \end_inset
 
 
-\begin_inset space \hfill{}
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-二項演算子は、すべて数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/pm.png
-       scale 85
-
+二項演算子は,すべて数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\pm"
 \end_inset
 
-から挿入することもできます
+から挿入することもできます
 \end_layout
 
 \begin_layout Standard
-ラプラス演算子を組版するには
+ラプラス演算子を組版するには
 \series bold
 
 \backslash
 bigtriangleup
 \series default
-以外に
+以外に
 \series bold
 
 \backslash
@@ -17301,37 +17356,37 @@ nabla
 \series bold
 2
 \series default
-(
+(
 \begin_inset Formula $\nabla^{2}$
 \end_inset
 
-)を使用することもできます。
+)を使用することもできます.
 \end_layout
 
 \begin_layout Standard
 
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 特殊文字
 \family default
 メニューの
 \family sans
 メニュー区切り
 \family default
-で入力される文字は
+で入力される文字は
 \series bold
 
 \backslash
 triangleright
 \series default
-演算子です
+演算子です
 \end_layout
 
 \begin_layout Subsection
 自己定義演算子
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:自己定義演算子"
+name "subsec:自己定義演算子"
 
 \end_inset
 
@@ -17341,6 +17396,10 @@ status collapsed
 
 \begin_layout Plain Layout
 えんざんし@演算子 ! じこていぎ@自己定義
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -17349,7 +17408,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-LaTeXプリアンブルで
+\SpecialChar LaTeX
+プリアンブルで
 \series bold
 
 \backslash
@@ -17369,7 +17429,7 @@ DeclareMathOperator
 
 \end_inset
 
-コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
+コマンドを使用すると,自己定義演算子を定義することができます.このコマンドの書式は
 \end_layout
 
 \begin_layout Standard
@@ -17381,18 +17441,19 @@ DeclareMathOperator{新規コマンド}{表示}
 \end_layout
 
 \begin_layout Standard
-です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
+です.「表示」は,出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,コマンドの後に「*」を置きます.自己定義の大演算子は,すべて第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:演算子の範囲"
+reference "subsec:演算子の範囲"
 
 \end_inset
 
-節で述べられた範囲を指定することができます
+節で述べられた範囲を指定することができます
 \end_layout
 
 \begin_layout Standard
-たとえば、以下のようなLaTeXプリアンブル行
+たとえば,以下のような\SpecialChar LaTeX
+プリアンブル行
 \end_layout
 
 \begin_layout Standard
@@ -17408,20 +17469,20 @@ blacklozenge}
 \end_layout
 
 \begin_layout Standard
-は
+は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:その他の記号"
+reference "subsec:その他の記号"
 
 \end_inset
 
-節にある菱形記号を使った大演算子を挿入する以下のようなコマンド
+節にある菱形記号を使った大演算子を挿入する以下のようなコマンド
 \series bold
 
 \backslash
 Lozenge
 \series default
-を定義します
+を定義します
 \begin_inset Formula 
 \[
 \Lozenge_{n=1}^{\infty}
@@ -17429,7 +17490,7 @@ Lozenge
 
 \end_inset
 
-上記の数式を作るコマンドは
+上記の数式を作るコマンドは
 \series bold
 
 \backslash
@@ -17445,14 +17506,14 @@ infty
 
 _n=1
 \series default
-です
+です
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
+自己定義演算子を,同一文書内で複数回用いない時には,以下の書式を持つ
 \series bold
 
 \backslash
@@ -17488,11 +17549,11 @@ mathbin
 
 \end_inset
 
-コマンドを用いて定義を行うこともできます
+コマンドを用いて定義を行うこともできます
 \end_layout
 
 \begin_layout Standard
-(書式)
+(書式)
 \series bold
 
 \backslash
@@ -17512,13 +17573,13 @@ mathbin{表示}
 \backslash
 mathop
 \series default
-は大演算子を定義し
+は大演算子を定義し
 \series bold
 
 \backslash
 mathbin
 \series default
-は二項演算子を定義します
+は二項演算子を定義します
 \end_layout
 
 \begin_layout Standard
@@ -17528,7 +17589,7 @@ mathbin
 \backslash
 mathop
 \series default
-は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
+は,以下のように,複数の演算子に共通の範囲指定を行うのに用いることができます.
 \end_layout
 
 \begin_layout Standard
@@ -17560,16 +17621,7 @@ negmedspace
 sum
 \series default
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17581,16 +17633,7 @@ spce
 ^N
 \series default
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17601,7 +17644,7 @@ _i,j=1
 
 
 \series default
-というコマンドを用いています
+というコマンドを用いています
 \end_layout
 
 \begin_layout Section
@@ -17620,13 +17663,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-ふぉんと@フォント | see
+ふぉんと@フォント
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -17654,7 +17697,7 @@ status collapsed
 書体様式
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:書体様式"
+name "subsec:書体様式"
 
 \end_inset
 
@@ -17672,21 +17715,17 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
-\begin_inset VSpace -2mm
-\end_inset
-
-
+数式中のラテン文字は,以下の書体様式のうちいずれかに設定することができます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="7" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<lyxtabular version="3" rows="6" columns="3">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -17697,7 +17736,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17706,18 +17745,20 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-短絡キー
+
+\lang english
+Shortcut
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17726,16 +17767,7 @@ status collapsed
 mathbb
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17745,7 +17777,7 @@ ABC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17757,23 +17789,18 @@ ABC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Info
-type  "shortcut"
-arg   "font-noun"
-\end_inset
-
-
+-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17782,16 +17809,7 @@ arg   "font-noun"
 mathbf
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17801,7 +17819,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17813,7 +17831,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17829,7 +17847,7 @@ arg   "font-bold"
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17838,16 +17856,7 @@ arg   "font-bold"
 boldsymbol
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17857,7 +17866,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17869,12 +17878,12 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \begin_inset Info
-type  "shortcuts"
+type  "shortcut"
 arg   "font-boldsymbol"
 \end_inset
 
@@ -17885,7 +17894,7 @@ arg   "font-boldsymbol"
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17894,16 +17903,7 @@ arg   "font-boldsymbol"
 mathcal
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17913,7 +17913,7 @@ ABC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17925,23 +17925,18 @@ ABC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Info
-type  "shortcut"
-arg   "font-emph"
-\end_inset
-
-
+-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17950,16 +17945,7 @@ arg   "font-emph"
 mathfrak
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -17969,7 +17955,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17981,58 +17967,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
--
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\backslash
-mathscr
-\series bold
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-
-\series default
-AbC
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $\mathscr{AbC}$
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18052,11 +17987,11 @@ AbC
 \begin_layout Standard
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="5" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<lyxtabular version="3" rows="6" columns="3">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -18067,7 +18002,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18076,18 +18011,20 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-短絡キー
+
+\lang english
+Shortcut
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18096,16 +18033,7 @@ AbC
 mathit
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -18115,7 +18043,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18127,7 +18055,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18138,7 +18066,7 @@ AbC
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18147,16 +18075,7 @@ AbC
 mathrm
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -18166,7 +18085,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18178,7 +18097,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18194,7 +18113,7 @@ arg   "font-roman"
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18203,16 +18122,7 @@ arg   "font-roman"
 mathsf
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -18222,7 +18132,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18234,7 +18144,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18250,7 +18160,7 @@ arg   "font-sans"
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18259,16 +18169,7 @@ arg   "font-sans"
 mathtt
 \series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -18278,7 +18179,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18290,7 +18191,7 @@ AbC
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18302,6 +18203,48 @@ arg   "font-typewriter"
 
 \end_layout
 
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+mathscr
+\series bold
+
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\series default
+ABC
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\mathscr{ABC}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+-
+\end_layout
+
 \end_inset
 </cell>
 </row>
@@ -18319,17 +18262,21 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-(注意)
+【註】
 \backslash
 mathbb
 \series default
+,
+\series bold
+mathcal
+\series default
 様式と
 \series bold
 
 \backslash
-mathcal
+mathscr
 \series default
-様式は、大文字にのみ使用することができます。
+様式は,大文字にのみ使用することができます.
 \end_layout
 
 \end_inset
@@ -18338,17 +18285,17 @@ mathcal
 \end_layout
 
 \begin_layout Standard
-既定では
+既定では
 \series bold
 
 \backslash
 mathnormal
 \series default
-様式に設定されています
+様式に設定されています
 \end_layout
 
 \begin_layout Standard
-書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
+書体様式コマンドは,以下のように数式構成要素内の文字に対しても機能します.
 \begin_inset Formula 
 \[
 \mathfrak{A=\frac{b}{C}}
@@ -18360,13 +18307,14 @@ mathnormal
 \end_layout
 
 \begin_layout Standard
-数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
+数式テキストに含まれる文字に対しては,数式書体様式は反映せず,
 \series bold
 
 \backslash
 textrm
 \series default
-様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
+様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,\SpecialChar LyX
+のバグです
 \begin_inset Foot
 status collapsed
 
@@ -18375,6 +18323,7 @@ status collapsed
 LatexCommand href
 name "LyX-bug #4629"
 target "http://www.lyx.org/trac/ticket/4629"
+literal "false"
 
 \end_inset
 
@@ -18383,31 +18332,30 @@ target "http://www.lyx.org/trac/ticket/4629"
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
-書体様式コマンドの代わりに
+書体様式コマンドの代わりに
 \family sans
-編集\SpecialChar \menuseparator
-数学\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数学\SpecialChar menuseparator
 文字様式
 \family default
-ダイアログや、
-\begin_inset Graphics
-       filename ../../images/math/font.png
-       scale 85
-
+ダイアログや,
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\font"
 \end_inset
 
-を使用することもできます
+を使用することもできます
 \end_layout
 
 \begin_layout Subsection
 ボールド体の数式
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:ボールド体の数式"
+name "subsec:ボールド体の数式"
 
 \end_inset
 
@@ -18425,14 +18373,14 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式全体をボールド体にしようとすると前節の
+数式全体をボールド体にしようとすると前節の
 \series bold
 
 \backslash
 mathbf
 \series default
-コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
-字してしまいます
+コマンドは,ギリシャ文字の小文字に対しては機能しないので,使用することができません.さらにこのコマンドは,以下の式のように,ラテン文字をつねにアップライト体に印
+字してしまいます
 \end_layout
 
 \begin_layout Standard
@@ -18447,13 +18395,13 @@ mathbf
 \end_layout
 
 \begin_layout Standard
-この数式を正しく表示するには、以下のように、
+この数式を正しく表示するには,以下のように,
 \series bold
 
 \backslash
 boldsymbol
 \series default
-コマンドを使用します
+コマンドを使用します
 \begin_inset Formula 
 \[
 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
@@ -18461,11 +18409,12 @@ boldsymbol
 
 \end_inset
 
-また数式を
+また数式を
 \series bold
 boldmath環境
 \series default
-に設定する方法もあります。この環境は、TeXモードで
+に設定する方法もあります.この環境は,\SpecialChar TeX
+モードで
 \series bold
 
 \backslash
@@ -18483,7 +18432,7 @@ boldmath
 
 
 \series default
-コマンドを挿入することによって作ることができます。環境を閉じるには、
+コマンドを挿入することによって作ることができます.環境を閉じるには,
 \series bold
 
 \backslash
@@ -18501,7 +18450,8 @@ unboldmath
 
 
 \series default
-コマンドをTeXモードで挿入します。
+コマンドを\SpecialChar TeX
+モードで挿入します.
 \begin_inset ERT
 status collapsed
 
@@ -18553,7 +18503,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
+数式も,通常の本文と同様,色を付けることができます.数式あるいは数式の一部を選択して,文字様式ダイアログを使用して下さい.下記は,マゼンタ色にした数式です.
 \begin_inset Formula 
 \[
 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
@@ -18568,11 +18518,11 @@ status collapsed
 第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:色付きボックス"
+reference "subsec:色付きボックス"
 
 \end_inset
 
-節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
+節に述べられているように,自己定義の色を定義することもできます.自己定義の色は,以下の書式を持つ
 \series bold
 
 \backslash
@@ -18590,7 +18540,8 @@ textcolor
 
 \end_inset
 
-TeXコードコマンドで適用することができます。
+\SpecialChar TeX
+コードコマンドで適用することができます.
 \end_layout
 
 \begin_layout Standard
@@ -18602,7 +18553,7 @@ textcolor{色}{文字ないし数式}
 \end_layout
 
 \begin_layout Standard
-下記の例は、全体を濃緑にし、一部を赤にしています。
+下記の例は,全体を濃緑にし,一部を赤にしています.
 \end_layout
 
 \begin_layout Standard
@@ -18641,7 +18592,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-LyXのバグのため、自製色は数式全体に対してしか使用することができません
+\SpecialChar LyX
+のバグのため,自己定義色は数式全体に対してしか使用することができません
 \begin_inset Foot
 status collapsed
 
@@ -18650,6 +18602,7 @@ status collapsed
 LatexCommand href
 name "LyX-bug #5269"
 target "http://www.lyx.org/trac/ticket/5269"
+literal "false"
 
 \end_inset
 
@@ -18658,14 +18611,14 @@ target "http://www.lyx.org/trac/ticket/5269"
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Subsection
 書体寸法
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:書体寸法"
+name "subsec:書体寸法"
 
 \end_inset
 
@@ -18683,7 +18636,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
+数式内の文字については,本文中の文字同様,以下の書体寸法設定コマンドがあります.
 \end_layout
 
 \begin_layout Standard
@@ -18693,37 +18646,37 @@ status collapsed
 \backslash
 Huge
 \series default
-、
+,
 \series bold
 
 \backslash
 huge
 \series default
-、
+,
 \series bold
 
 \backslash
 LARGE
 \series default
-、
+,
 \series bold
 
 \backslash
 Large
 \series default
-、
+,
 \series bold
 
 \backslash
 large
 \series default
-、
+,
 \series bold
 
 \backslash
 normalsize
 \series default
-、
+,
 \series bold
 
 \backslash
@@ -18739,13 +18692,13 @@ small
 \backslash
 footnotesize
 \series default
-、
+,
 \series bold
 
 \backslash
 scriptsize
 \series default
-および
+および
 \series bold
 
 \backslash
@@ -18753,23 +18706,23 @@ tiny
 \end_layout
 
 \begin_layout Standard
-これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
+これらのコマンドによって生成される実際の書体寸法は,文書の書体寸法に依存し,文書の書体寸法が
 \series bold
 
 \backslash
 normalsize
 \series default
-コマンドに設定されます。他のコマンドは、
+コマンドに設定されます.他のコマンドは,
 \series bold
 
 \backslash
 normalsize
 \series default
-を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
+を基準として拡大ないし縮小されます.しかしながら,書体寸法は一定の値を越えることができないようになっています.たとえば,文書書体寸法が12
 \begin_inset space \thinspace{}
 \end_inset
 
-ptであるならば
+ptであるならば
 \series bold
 
 \backslash
@@ -18781,28 +18734,29 @@ Huge
 \backslash
 huge
 \series default
-コマンドと同じ大きさに落とされます
+コマンドと同じ大きさに落とされます
 \end_layout
 
 \begin_layout Standard
-ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
+ある場所以降のすべての数式と本文文字を変更するには,書体寸法コマンドを\SpecialChar TeX
+モードで挿入します.元の書体寸法に戻すには,数式の後に\SpecialChar TeX
+モードで
 \series bold
 
 \backslash
 normalsize
 \series default
-コマンドを挿入します
+コマンドを挿入します
 \end_layout
 
 \begin_layout Standard
-\begin_inset Newpage newpage
+数式内では,以下の寸法コマンドまたはツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\style"
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
+を使用して,寸法を変更することができます.
 \end_layout
 
 \begin_layout Standard
@@ -18810,9 +18764,9 @@ normalsize
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -18828,29 +18782,13 @@ normalsize
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-
-\series bold
-
-\backslash
-raisebox
-\series default
- はスペーサーとして使用されているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18873,11 +18811,11 @@ displaystyle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
+\begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
 \end_inset
 
 
@@ -18886,8 +18824,8 @@ displaystyle
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18898,11 +18836,11 @@ textstyle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
+\begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
 \end_inset
 
 
@@ -18912,7 +18850,7 @@ textstyle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18923,11 +18861,11 @@ scriptstyle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
+\begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
 \end_inset
 
 
@@ -18937,7 +18875,7 @@ scriptstyle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18948,11 +18886,11 @@ scriptscriptstyle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
+\begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
 \end_inset
 
 
@@ -18969,12 +18907,12 @@ scriptscriptstyle
 \end_layout
 
 \begin_layout Standard
-これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
+これらのコマンドを入力すると,青いボックスが現れるので,そこに数式のパーツを入れることができます.
 \end_layout
 
 \begin_layout Standard
-フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
-します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
+フォント寸法を変更するにはもう一つの方法がありますが,これは記号と数式内テキストのみに使うことができます.これを使うには,書体寸法コマンドを数式テキスト内に挿入
+します.数式テキストの終わりか,別の書体寸法コマンドが現れるまでの文字すべてが,選択した寸法になります.以下に二つの例を挙げます.
 \begin_inset VSpace -2mm
 \end_inset
 
@@ -19030,13 +18968,13 @@ normalsize
 \begin_inset VSpace medskip
 \end_inset
 
-二つの式の前には
+二つの式の前には
 \series bold
 
 \backslash
 huge
 \series default
-コマンドが挿入されています。二つ目の数式を入力するコマンドは、
+コマンドが挿入されています.二つ目の数式を入力するコマンドは,
 \begin_inset Newline newline
 \end_inset
 
@@ -19045,61 +18983,25 @@ huge
 
 \backslash
 maltese
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A Alt+M M 
 \backslash
 Large
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 maltese
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 textit
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -19126,46 +19028,19 @@ Alt+M
 M 
 \backslash
 tiny
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 maltese
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
 \backslash
 textit
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
 
 
 \series default
-のようになります
+のようになります
 \end_layout
 
 \begin_layout Standard
-ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
-\begin_inset Newpage newpage
-\end_inset
-
-
+ある記号を別の寸法で表示することができないときには,その記号はつねに既定寸法で表示されます.
 \end_layout
 
 \begin_layout Section
@@ -19200,15 +19071,14 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-すべてのギリシャ文字は、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/alpha.png
-       scale 85
-
+すべてのギリシャ文字は,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\alpha"
 \end_inset
 
-からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
-シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
+からでも挿入することができます.各国の組版規則では,数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,フランス語やロ
+シア語などいくつかの言語では,それにもかかわらず立体で組版されることがあります.
 \end_layout
 
 \begin_layout Subsection
@@ -19232,7 +19102,7 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="11" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -19256,7 +19126,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19267,7 +19137,7 @@ alpha
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19281,7 +19151,7 @@ alpha
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19292,7 +19162,7 @@ beta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19306,7 +19176,7 @@ beta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19317,7 +19187,7 @@ gamma
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19331,7 +19201,7 @@ gamma
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19342,7 +19212,7 @@ delta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19356,7 +19226,7 @@ delta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19367,7 +19237,7 @@ epsilon
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19381,7 +19251,7 @@ epsilon
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19392,7 +19262,7 @@ varepsilon
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19406,7 +19276,7 @@ varepsilon
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19417,7 +19287,7 @@ zeta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19431,7 +19301,7 @@ zeta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19442,7 +19312,7 @@ eta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19456,7 +19326,7 @@ eta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19467,7 +19337,7 @@ theta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19481,7 +19351,7 @@ theta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19492,7 +19362,7 @@ vartheta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19516,7 +19386,7 @@ vartheta
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="12" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -19540,7 +19410,7 @@ vartheta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19551,7 +19421,7 @@ iota
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19565,7 +19435,7 @@ iota
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19576,7 +19446,7 @@ kappa
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19590,7 +19460,7 @@ kappa
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19601,7 +19471,7 @@ varkappa
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19615,7 +19485,7 @@ varkappa
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19626,7 +19496,7 @@ lambda
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19640,7 +19510,7 @@ lambda
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19651,7 +19521,7 @@ mu
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19665,7 +19535,7 @@ mu
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19676,7 +19546,7 @@ nu
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19690,7 +19560,7 @@ nu
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19701,7 +19571,7 @@ xi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19715,7 +19585,7 @@ xi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19749,7 +19619,7 @@ pi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19763,7 +19633,7 @@ pi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19774,7 +19644,7 @@ varpi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19788,7 +19658,7 @@ varpi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19799,7 +19669,7 @@ rho
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19823,7 +19693,7 @@ rho
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="11" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -19847,7 +19717,7 @@ rho
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19858,7 +19728,7 @@ varrho
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19872,7 +19742,7 @@ varrho
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19883,7 +19753,7 @@ sigma
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19897,7 +19767,7 @@ sigma
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19908,7 +19778,7 @@ varsigma
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19922,7 +19792,7 @@ varsigma
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19933,7 +19803,7 @@ tau
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19947,7 +19817,7 @@ tau
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19958,7 +19828,7 @@ upsilon
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19972,7 +19842,7 @@ upsilon
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19983,7 +19853,7 @@ phi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19997,7 +19867,7 @@ phi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20008,7 +19878,7 @@ varphi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20022,7 +19892,7 @@ varphi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20033,7 +19903,7 @@ chi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20047,7 +19917,7 @@ chi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20058,7 +19928,7 @@ psi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20072,7 +19942,7 @@ psi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20083,7 +19953,7 @@ omega
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20115,14 +19985,14 @@ omega
 \end_layout
 
 \begin_layout Standard
-アップライト体のギリシャ文字を作成する方法は
+アップライト体のギリシャ文字を作成する方法は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:アップライト体ギリシャ小文字"
+reference "subsec:アップライト体ギリシャ小文字"
 
 \end_inset
 
-節に説明されています
+節に説明されています
 \end_layout
 
 \begin_layout Subsection
@@ -20146,7 +20016,7 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -20154,15 +20024,6 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 コマンド
 \end_layout
 
@@ -20172,15 +20033,6 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 出力
 \end_layout
 
@@ -20188,7 +20040,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20199,7 +20051,7 @@ Gamma
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20213,7 +20065,7 @@ Gamma
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20224,7 +20076,7 @@ Delta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20238,7 +20090,7 @@ Delta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20249,7 +20101,7 @@ Theta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20263,7 +20115,7 @@ Theta
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20274,7 +20126,7 @@ Lambda
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20288,7 +20140,7 @@ Lambda
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20299,7 +20151,7 @@ Xi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20313,7 +20165,7 @@ Xi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20324,7 +20176,7 @@ Pi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20348,7 +20200,7 @@ Pi
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 コマンド
 \end_layout
 
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 出力
 \end_layout
 
@@ -20390,7 +20224,7 @@ Pi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20401,7 +20235,7 @@ Sigma
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20415,7 +20249,7 @@ Sigma
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20426,7 +20260,7 @@ Upsilon
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20440,7 +20274,7 @@ Upsilon
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20451,7 +20285,7 @@ Phi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20465,7 +20299,7 @@ Phi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20476,7 +20310,7 @@ Psi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20490,7 +20324,7 @@ Psi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20501,7 +20335,7 @@ Omega
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20529,21 +20363,22 @@ Omega
 \begin_inset VSpace medskip
 \end_inset
 
-大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
+大文字のギリシャ文字が立体で表示されるのは,\SpecialChar TeX
+の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,各コマンドの頭に
 \series bold
 var
 \series default
-を付けてください。たとえば、
+を付けてください.たとえば,
 \series bold
 
 \backslash
 varGamma
 \series default
-コマンドは
+コマンドは
 \begin_inset Formula $\varGamma$
 \end_inset
 
-を生成します。もう一つの方法は、パッケージ
+を生成します.もう一つの方法は,パッケージ
 \series bold
 fixmath
 \series default
@@ -20556,7 +20391,8 @@ status collapsed
 \series bold
 fixmath
 \series default
-は、LaTeXパッケージ
+は,\SpecialChar LaTeX
+パッケージ
 \series bold
 was
 \series default
@@ -20583,7 +20419,7 @@ vspace{4mm}
 
 \end_inset
 
-に含まれています
+に含まれています
 \end_layout
 
 \end_inset
@@ -20598,7 +20434,8 @@ status collapsed
 
 \end_inset
 
-をLaTeXプリアンブル行に
+を\SpecialChar LaTeX
+プリアンブル行に
 \end_layout
 
 \begin_layout Standard
@@ -20610,7 +20447,7 @@ usepackage{fixmath}
 \end_layout
 
 \begin_layout Standard
-と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
+と書いて読み込む方法です.すると,文書中の大きなギリシャ文字は,すべて自動的にイタリック体として組版されます.
 \end_layout
 
 \begin_layout Subsection
@@ -20628,7 +20465,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
+ギリシャ文字は,ラテン文字のようには,多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
 \series bold
 
 \backslash
@@ -20646,16 +20483,16 @@ boldsymbol
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -20677,7 +20514,7 @@ boldsymbol
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20692,7 +20529,7 @@ Upsilon
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20706,7 +20543,7 @@ Upsilon
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20721,7 +20558,7 @@ theta
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20760,14 +20597,16 @@ texorpdfstring{
 status collapsed
 
 \begin_layout Plain Layout
-各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
+各\SpecialChar LaTeX
+パッケージに含まれる全記号をほとんど網羅した一覧が,
 \begin_inset CommandInset citation
 LatexCommand cite
 key "Symbols"
+literal "true"
 
 \end_inset
 
-にあります
+にあります
 \end_layout
 
 \end_inset
@@ -20790,20 +20629,20 @@ status collapsed
 \begin_layout Plain Layout
 
 \backslash
-texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
+texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
 \end_layout
 
 \begin_layout Plain Layout
 
 \backslash
-texorpdfstringについての詳細は
+texorpdfstringについての詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:節見出し中の数式"
+reference "subsec:節見出し中の数式"
 
 \end_inset
 
-節にあります
+節にあります
 \end_layout
 
 \end_inset
@@ -20822,28 +20661,26 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-本節に掲げてある各記号の多くは、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/nabla.png
-       scale 85
-
+本節に掲げてある各記号の多くは,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\nabla"
 \end_inset
 
 や
-\begin_inset Graphics
-       filename ../../images/math/digamma.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\digamma"
 \end_inset
 
-でも挿入することができます
+でも挿入することができます
 \end_layout
 
 \begin_layout Subsection
 数学記号
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:数学記号"
+name "subsec:数学記号"
 
 \end_inset
 
@@ -20861,13 +20698,9 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-\begin_inset space \hfill{}
-\end_inset
-
-
 \begin_inset Tabular
 <lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -20891,7 +20724,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20902,7 +20735,7 @@ neg
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20916,7 +20749,7 @@ neg
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20927,7 +20760,7 @@ Im
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20941,7 +20774,7 @@ Im
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20952,7 +20785,7 @@ Re
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20966,7 +20799,7 @@ Re
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20977,7 +20810,7 @@ aleph
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -20991,7 +20824,7 @@ aleph
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21002,7 +20835,7 @@ partial
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21016,7 +20849,7 @@ partial
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21027,7 +20860,7 @@ infty
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21041,7 +20874,7 @@ infty
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21052,7 +20885,7 @@ wp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21066,7 +20899,7 @@ wp
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21077,7 +20910,7 @@ imath
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21126,7 +20959,7 @@ jmath
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -21154,7 +20987,7 @@ status collapsed
 \backslash
 raisebox
 \series default
-はスペーサーとして使用しているだけです
+はスペーサーとして使用しているだけです
 \end_layout
 
 \end_inset
@@ -21166,7 +20999,7 @@ raisebox
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21177,7 +21010,7 @@ forall
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21191,7 +21024,7 @@ forall
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21202,7 +21035,7 @@ exists
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21216,7 +21049,7 @@ exists
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21227,7 +21060,7 @@ nexists
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21241,7 +21074,7 @@ nexists
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21252,7 +21085,7 @@ emptyset
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21266,7 +21099,7 @@ emptyset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21277,7 +21110,7 @@ varnothing
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21291,7 +21124,7 @@ varnothing
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21302,7 +21135,7 @@ dag
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21316,7 +21149,7 @@ dag
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21327,7 +21160,7 @@ ddag
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21341,7 +21174,7 @@ ddag
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21352,7 +21185,7 @@ complement
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21425,7 +21258,7 @@ Bbbk
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -21449,7 +21282,7 @@ Bbbk
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21460,7 +21293,7 @@ prime
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21474,7 +21307,7 @@ prime
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21485,7 +21318,7 @@ backprime
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21499,7 +21332,7 @@ backprime
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21510,7 +21343,7 @@ mho
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21524,7 +21357,7 @@ mho
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21535,7 +21368,7 @@ triangle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21549,7 +21382,7 @@ triangle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21560,7 +21393,7 @@ angle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21574,7 +21407,7 @@ angle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21585,7 +21418,7 @@ measuredangle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21599,7 +21432,7 @@ measuredangle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21610,7 +21443,7 @@ sphericalangle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21624,7 +21457,7 @@ sphericalangle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21635,7 +21468,7 @@ top
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21678,17 +21511,13 @@ bot
 \end_inset
 
 
-\begin_inset space \hfill{}
-\end_inset
-
-
 \end_layout
 
 \begin_layout Subsection
 その他の記号
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:その他の記号"
+name "subsec:その他の記号"
 
 \end_inset
 
@@ -21710,23 +21539,14 @@ status collapsed
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 コマンド
 \end_layout
 
@@ -21736,15 +21556,6 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 出力
 \end_layout
 
@@ -21752,7 +21563,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21763,7 +21574,7 @@ flat
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21777,7 +21588,7 @@ flat
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21788,7 +21599,7 @@ natural
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21802,7 +21613,7 @@ natural
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21813,7 +21624,7 @@ sharp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21827,7 +21638,7 @@ sharp
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21838,7 +21649,7 @@ surd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21852,7 +21663,7 @@ surd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21863,7 +21674,7 @@ checkmark
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21877,7 +21688,7 @@ checkmark
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21888,7 +21699,7 @@ yen
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21902,7 +21713,7 @@ yen
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21913,7 +21724,7 @@ pounds
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -21927,7 +21738,7 @@ pounds
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \end_inset
 
 
+\begin_inset space \hfill{}
+\end_inset
+
+
 \begin_inset Tabular
 <lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 コマンド
 \end_layout
 
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 出力
 \end_layout
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22032,7 +21829,7 @@ hbar
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22046,7 +21843,7 @@ hbar
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22057,7 +21854,7 @@ hslash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22071,7 +21868,7 @@ hslash
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22082,7 +21879,7 @@ clubsuit
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22096,7 +21893,7 @@ clubsuit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22107,7 +21904,7 @@ spadesuit
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22121,7 +21918,7 @@ spadesuit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22132,7 +21929,7 @@ bigstar
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22146,7 +21943,7 @@ bigstar
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22157,7 +21954,7 @@ blacklozenge
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22171,7 +21968,7 @@ blacklozenge
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22182,7 +21979,7 @@ blacktriangle
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22196,7 +21993,7 @@ blacktriangle
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22207,7 +22004,7 @@ blacktiangledown
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22221,7 +22018,7 @@ blacktiangledown
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22232,7 +22029,7 @@ bullet
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22250,9 +22047,13 @@ bullet
 \end_inset
 
 
+\begin_inset space \hfill{}
+\end_inset
+
+
 \begin_inset Tabular
 <lyxtabular version="3" rows="10" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -22260,15 +22061,6 @@ bullet
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 コマンド
 \end_layout
 
@@ -22278,15 +22070,6 @@ bullet
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 出力
 \end_layout
 
@@ -22294,7 +22077,7 @@ bullet
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22305,7 +22088,7 @@ diamondsuit
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22319,7 +22102,7 @@ diamondsuit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22330,7 +22113,7 @@ Diamond
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22344,7 +22127,7 @@ Diamond
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22355,7 +22138,7 @@ heartsuit
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22369,7 +22152,7 @@ heartsuit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22405,7 +22188,7 @@ copyright
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22419,7 +22202,7 @@ copyright
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22430,7 +22213,7 @@ circledR
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22444,7 +22227,7 @@ circledR
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22455,7 +22238,7 @@ maltese
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22469,7 +22252,7 @@ maltese
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22480,7 +22263,7 @@ diagup
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22529,29 +22312,22 @@ diagdown
 \begin_inset VSpace medskip
 \end_inset
 
-ここにある以上の記号が、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:他の特殊文字"
 
-\end_inset
-
-節に挙げてあります。
 \end_layout
 
 \begin_layout Standard
-寸法を変えて表示することのできる記号もあります
+寸法を変えて表示することのできる記号もあります
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:書体寸法"
+reference "subsec:書体寸法"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Subsection
-ユーロ通貨記号
+ユーロ通貨記号
 \begin_inset Index idx
 status collapsed
 
@@ -22566,9 +22342,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-
-\backslash
-@
+E@
 \begin_inset ERT
 status collapsed
 
@@ -22590,7 +22364,8 @@ officialeuro
 \end_layout
 
 \begin_layout Standard
-ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
+ユーロ通貨記号を数式で使用するには,\SpecialChar LaTeX
+パッケージ
 \series bold
 eurosym
 \series default
@@ -22604,7 +22379,8 @@ status collapsed
 
 \end_inset
 
-が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
+が導入されていて,以下のような\SpecialChar LaTeX
+プリアンブル行によって読み込まれていなくてはなりません.
 \end_layout
 
 \begin_layout Standard
@@ -22616,7 +22392,7 @@ usepackage[gennarrow]{eurosym}
 \end_layout
 
 \begin_layout Standard
-するとユーロ通貨記号を
+するとユーロ通貨記号を
 \series bold
 
 \backslash
@@ -22634,25 +22410,26 @@ euro
 
 \end_inset
 
-コマンドで挿入することができるようになります
+コマンドで挿入することができるようになります
 \end_layout
 
 \begin_layout Standard
-数式テキストには
+数式テキストには
 \series bold
 eurosym
 \series default
-が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
+が導入されていなくても,ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
 \series bold
 eurosym
 \series default
-が導入されていれば
+が導入されていれば
 \series bold
 
 \backslash
 euro
 \series default
-はTeXモードでも挿入することができます。また、正式な通貨記号を
+は\SpecialChar TeX
+モードでも挿入することができます.また,正式な通貨記号を
 \series bold
 
 \backslash
@@ -22670,7 +22447,8 @@ officialeuro
 
 \end_inset
 
-コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
+コマンド(これは\SpecialChar TeX
+モードでのみ使用することができます)で挿入することができます.
 \end_layout
 
 \begin_layout Standard
@@ -22691,11 +22469,12 @@ ifeurosym
 status open
 
 \begin_layout Plain Layout
-以下の表は、LaTeXパッケージ
+以下の表は,\SpecialChar LaTeX
+パッケージ
 \series bold
 eurosym
 \series default
-が導入済みのときのみ表示されます
+が導入済みのときのみ表示されます
 \end_layout
 
 \end_inset
@@ -22704,28 +22483,40 @@ eurosym
 \end_layout
 
 \begin_layout Standard
-以下は、各ユーロ通貨記号のまとめです。
+以下は,各ユーロ通貨記号のまとめです.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="3">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule[0.08em]{2-3}
+\end_layout
+
+\end_inset
+
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22734,7 +22525,7 @@ eurosym
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22745,7 +22536,7 @@ eurosym
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22754,7 +22545,7 @@ eurosym
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22765,7 +22556,7 @@ euro
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22779,7 +22570,7 @@ euro
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22788,39 +22579,37 @@ euro
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-€
+(ユーロ記号)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\mbox{€}$
-\end_inset
-
-
+(ユーロ記号)
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-TeXモード
+\SpecialChar TeX
+モード
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22831,7 +22620,7 @@ officialeuro
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22858,6 +22647,30 @@ officialeuro
 \end_inset
 
 
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+ここでは,
+\series bold
+
+\backslash
+cmidrule
+\series default
+は表罫線のためだけに用いられています.詳細については,取扱説明書
+\emph on
+埋込オブジェクト篇
+\emph default
+の
+\family sans
+フォーマル形式の表
+\family default
+の節をご覧下さい.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -22878,11 +22691,12 @@ else
 status open
 
 \begin_layout Plain Layout
-以下は、LaTeXパッケージ
+以下は,\SpecialChar LaTeX
+パッケージ
 \series bold
 eurosym
 \series default
-が導入されていないときのみ表示されます
+が導入されていないときのみ表示されます
 \end_layout
 
 \end_inset
@@ -22891,11 +22705,12 @@ eurosym
 \end_layout
 
 \begin_layout Standard
-本節の残りを出力としてみるためには、LaTeXパッケージ
+本節の残りを出力としてみるためには,\SpecialChar LaTeX
+パッケージ
 \series bold
 eurosym
 \series default
-を導入する必要があります
+を導入する必要があります
 \end_layout
 
 \begin_layout Standard
@@ -22937,13 +22752,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-ひかくし@比較子|see
+ひかくし@比較子
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -22968,24 +22783,19 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-関係子はすべて、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/leq.png
-       scale 85
-
+関係子はすべて,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\leq"
 \end_inset
 
-でも挿入することができます
+でも挿入することができます
 \end_layout
 
 \begin_layout Standard
-\begin_inset space \hfill{}
-\end_inset
-
-
 \begin_inset Tabular
 <lyxtabular version="3" rows="17" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -23009,19 +22819,16 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $<$
-\end_inset
-
-
+<
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23035,7 +22842,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23046,7 +22853,7 @@ le
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23060,7 +22867,7 @@ le
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23071,7 +22878,7 @@ ll
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23085,7 +22892,7 @@ ll
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23096,7 +22903,7 @@ prec
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23110,7 +22917,7 @@ prec
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23121,7 +22928,7 @@ preceq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23135,7 +22942,7 @@ preceq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23146,7 +22953,7 @@ subset
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23160,7 +22967,7 @@ subset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23171,7 +22978,7 @@ subseteq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23185,7 +22992,7 @@ subseteq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23196,7 +23003,7 @@ sqsubseteq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23210,7 +23017,7 @@ sqsubseteq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23221,7 +23028,7 @@ in
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23235,7 +23042,7 @@ in
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23246,7 +23053,7 @@ vdash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23260,7 +23067,7 @@ vdash
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23271,7 +23078,7 @@ smile
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23285,7 +23092,7 @@ smile
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23296,7 +23103,7 @@ lhd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23310,7 +23117,7 @@ lhd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23321,7 +23128,7 @@ unlhd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23335,7 +23142,7 @@ unlhd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23346,7 +23153,7 @@ gtrless
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23360,7 +23167,7 @@ gtrless
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23371,7 +23178,7 @@ mid
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23385,7 +23192,7 @@ mid
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23396,7 +23203,7 @@ nmid
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23420,7 +23227,7 @@ nmid
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="17" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -23444,7 +23251,7 @@ nmid
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23453,7 +23260,7 @@ nmid
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23467,7 +23274,7 @@ nmid
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23478,7 +23285,7 @@ not=
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23492,7 +23299,7 @@ not=
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23503,7 +23310,7 @@ equiv
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23517,7 +23324,7 @@ equiv
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23528,7 +23335,7 @@ sim
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23542,7 +23349,7 @@ sim
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23553,7 +23360,7 @@ simeq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23567,7 +23374,7 @@ simeq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23578,7 +23385,7 @@ approx
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23592,7 +23399,7 @@ approx
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23603,7 +23410,7 @@ cong
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23617,7 +23424,7 @@ cong
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23628,7 +23435,7 @@ bowtie
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23642,7 +23449,7 @@ bowtie
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23653,7 +23460,7 @@ notin
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23667,7 +23474,7 @@ notin
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23678,7 +23485,7 @@ perp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23692,7 +23499,7 @@ perp
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23703,7 +23510,7 @@ propto
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23717,7 +23524,7 @@ propto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23728,7 +23535,7 @@ asymp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23742,7 +23549,7 @@ asymp
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23753,7 +23560,7 @@ doteq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23767,7 +23574,7 @@ doteq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23778,7 +23585,7 @@ circeq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23792,7 +23599,7 @@ circeq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23803,7 +23610,7 @@ models
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23817,7 +23624,7 @@ models
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23828,7 +23635,7 @@ widehat=
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23852,7 +23659,7 @@ widehat=
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="17" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -23860,15 +23667,6 @@ widehat=
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 コマンド
 \end_layout
 
@@ -23878,15 +23676,6 @@ widehat=
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
 出力
 \end_layout
 
@@ -23894,19 +23683,16 @@ widehat=
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $>$
-\end_inset
-
-
+>
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23920,7 +23706,7 @@ widehat=
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23931,7 +23717,7 @@ ge
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23945,7 +23731,7 @@ ge
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23956,7 +23742,7 @@ gg
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23970,7 +23756,7 @@ gg
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23981,7 +23767,7 @@ succ
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -23995,7 +23781,7 @@ succ
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24006,7 +23792,7 @@ succeq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24020,7 +23806,7 @@ succeq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24031,7 +23817,7 @@ supset
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24045,7 +23831,7 @@ supset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24056,7 +23842,7 @@ supseteq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24070,7 +23856,7 @@ supseteq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24081,7 +23867,7 @@ sqsupseteq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24095,7 +23881,7 @@ sqsupseteq
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24106,7 +23892,7 @@ ni
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24120,7 +23906,7 @@ ni
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24131,7 +23917,7 @@ dashv
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24145,7 +23931,7 @@ dashv
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24156,7 +23942,7 @@ frown
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24170,7 +23956,7 @@ frown
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24181,7 +23967,7 @@ rhd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24195,7 +23981,7 @@ rhd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24206,7 +23992,7 @@ unrhd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24220,7 +24006,7 @@ unrhd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24231,7 +24017,7 @@ lessgtr
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24245,7 +24031,7 @@ lessgtr
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24256,7 +24042,7 @@ parallel
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24270,7 +24056,7 @@ parallel
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24281,7 +24067,7 @@ nparallel
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24299,10 +24085,6 @@ nparallel
 \end_inset
 
 
-\begin_inset space \hfill{}
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
@@ -24321,7 +24103,7 @@ lhd
 \backslash
 rhd
 \series default
-の文字は同じように見える演算子
+の文字は同じように見える演算子
 \series bold
 
 \backslash
@@ -24333,11 +24115,22 @@ triangleleft
 \backslash
 triangleright
 \series default
-よりも大きくなっています
+よりも大きくなっています
 \end_layout
 
 \begin_layout Standard
-関係子は、記号とは違って、つねに前後に余白が置かれます。
+\SpecialChar LyX
+は,特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\leqq"
+\end_inset
+
+をご覧ください.
+\end_layout
+
+\begin_layout Standard
+関係子は,記号とは違って,つねに前後に余白が置かれます.
 \end_layout
 
 \begin_layout Standard
@@ -24359,16 +24152,16 @@ stackrel
 
 \end_inset
 
-コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
+コマンドを使うと,以下のように,ラベル付きの関係子を作ることができます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -24384,45 +24177,20 @@ stackrel
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A(r)
 \backslash
 stackrel
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 r
 to
 \backslash
 infty
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -24449,29 +24208,11 @@ spce
 
 \backslash
 approx
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
+\begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
 \end_inset
 
 
 \end_layout
 
 \begin_layout Section
-
+
 \end_layout
 
 \begin_layout Subsection
-定義済み
+定義済み
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:定義済み函数"
+name "subsec:定義済み函数"
 
 \end_inset
 
@@ -24516,7 +24257,7 @@ name "sub:定義済み函数"
 status collapsed
 
 \begin_layout Plain Layout
-かんすう@数 ! ていぎずみ@定義済み
+かんすう@数 ! ていぎずみ@定義済み
 \end_layout
 
 \end_inset
@@ -24525,11 +24266,11 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-一般的に数式表現では変数は
+一般的に数式表現では変数は
 \shape italic
 イタリック体
 \shape default
-に設定されますが、函数名はイタリック体にしません。なぜなら、
+に設定されますが,関数名はイタリック体にしません.なぜなら,
 \begin_inset Formula $sin$
 \end_inset
 
@@ -24537,21 +24278,19 @@ status collapsed
 \begin_inset Formula $s\cdot i\cdot n$
 \end_inset
 
-であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
-ックスラッシュを加えたコマンドとして挿入します
+であるかのように誤解させる恐れがあるためです.そのために,定義済み関数が存在し,これらは先行する要素よりも少し離れて配置されます.定義済み関数は,関数名の前にバ
+ックスラッシュを加えたコマンドとして挿入します
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="2" columns="4">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
+<lyxtabular version="3" rows="2" columns="2">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24560,7 +24299,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24569,48 +24308,66 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-コマンド
+Asin(x)+B
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-出力
+\begin_inset Formula $Asin(x)+B$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset space \quad{}
+\end_inset
+
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Asin(x)+B
+コマンド
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $Asin(x)+B$
-\end_inset
-
-
+出力
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24621,7 +24378,7 @@ sin(x)+B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24642,7 +24399,7 @@ sin(x)+B
 \end_layout
 
 \begin_layout Standard
-以下の函数が定義済みです。
+以下の関数が定義済みです.
 \end_layout
 
 \begin_layout Standard
@@ -24656,7 +24413,7 @@ sin(x)+B
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="9" columns="4">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
@@ -24700,7 +24457,7 @@ sin(x)+B
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24711,7 +24468,7 @@ sin
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24722,7 +24479,7 @@ sinh
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24733,7 +24490,7 @@ arcsin
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24746,7 +24503,7 @@ sup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24757,7 +24514,7 @@ cos
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24768,7 +24525,7 @@ cosh
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24779,7 +24536,7 @@ arccos
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24792,7 +24549,7 @@ inf
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24803,7 +24560,7 @@ tan
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24814,7 +24571,7 @@ tanh
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24825,7 +24582,7 @@ arctan
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24838,7 +24595,7 @@ lim
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24849,7 +24606,7 @@ cot
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24860,7 +24617,7 @@ coth
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24871,7 +24628,7 @@ arg
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24884,7 +24641,7 @@ liminf
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24895,7 +24652,7 @@ sec
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24906,7 +24663,7 @@ min
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24917,7 +24674,7 @@ deg
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24930,7 +24687,7 @@ limsup
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24941,7 +24698,7 @@ csc
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24952,7 +24709,7 @@ max
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24963,7 +24720,7 @@ det
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24976,7 +24733,7 @@ Pr
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24987,7 +24744,7 @@ ln
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -24998,7 +24755,7 @@ exp
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25009,7 +24766,7 @@ dim
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25022,7 +24779,7 @@ hom
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25033,7 +24790,7 @@ lg
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25044,7 +24801,7 @@ log
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25055,7 +24812,7 @@ ker
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25075,23 +24832,22 @@ gcd
 \end_layout
 
 \begin_layout Standard
-上記は、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/functions.png
-       scale 85
-
+上記は,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\functions"
 \end_inset
 
-でも挿入することができます
+でも挿入することができます
 \end_layout
 
 \begin_layout Subsection
-自己定義
+自己定義
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-かんすう@数 ! じこていぎ@自己定義
+かんすう@数 ! じこていぎ@自己定義
 \end_layout
 
 \end_inset
@@ -25100,11 +24856,12 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
+たとえば符号関数sgn(x)のように,定義済みでない関数を使うには,二つの方法があります.
 \end_layout
 
 \begin_layout Itemize
-以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
+以下の行を\SpecialChar LaTeX
+プリアンブルに加えることによって関数を定義します.
 \begin_inset Foot
 status collapsed
 
@@ -25115,14 +24872,14 @@ status collapsed
 \backslash
 DeclareMathOperator
 \series default
-についての詳細は
+についての詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:自己定義演算子"
+reference "subsec:自己定義演算子"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \end_inset
@@ -25173,42 +24930,43 @@ DeclareMathOperator
 \begin_inset Newline newline
 \end_inset
 
-これによって、新しく定義された函数を
+これによって,新しく定義された関数を
 \series bold
 
 \backslash
 sgn
 \series default
-コマンドで呼び出すことができるようになります
+コマンドで呼び出すことができるようになります
 \end_layout
 
 \begin_layout Itemize
-数式を普通に書き下し、函数名を選択して(上記の例では
+数式を普通に書き下し,関数名を選択して(上記の例では
 \emph on
 sgn
 \emph default
-の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
+の文字),それを数式テキストに変更します.最後に,空白を先行する要素と関数の間に入れます.
 \end_layout
 
 \begin_layout Standard
-双方とも定義済み数と同等の出力をもたらします
+双方とも定義済み数と同等の出力をもたらします
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
+\SpecialChar LyX
+上では,自己定義関数は赤で表示され,定義済み関数は黒で表示されます.
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -25232,7 +24990,7 @@ LyX上では、自己定義函数は赤で表示され、定義済み函数は
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25243,7 +25001,7 @@ sgn(x)+B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \end_layout
 
 \begin_layout Standard
-自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
+自己定義関数を何回か使用する場合には,一番目の方法の方が適切です.
 \end_layout
 
 \begin_layout Subsection
@@ -25311,7 +25069,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-極限用には
+極限用には
 \series bold
 
 \backslash
@@ -25341,16 +25099,16 @@ liminf
 \backslash
 limsup
 \series default
-の他に、以下の函数があります。
+の他に,以下の関数があります.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -25366,29 +25124,13 @@ limsup
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25399,7 +25141,7 @@ varliminf
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25412,8 +25154,8 @@ varliminf
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25437,8 +25179,8 @@ varlimsup
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25462,8 +25204,8 @@ varprojlim
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25482,10 +25224,6 @@ varinjlim
 \end_inset
 
 
-\begin_inset Formula $\raisebox{-2.5mm}{}$
-\end_inset
-
-
 \end_layout
 
 \end_inset
@@ -25502,18 +25240,18 @@ varinjlim
 \begin_inset VSpace medskip
 \end_inset
 
-極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
+極限は,下付き文字を挿入することによって示されます.行内数式では,極限は,以下のように関数の横に置かれます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="2" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25522,31 +25260,11 @@ varinjlim
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset space \hspace{}
-\length 1cm
-\end_inset
-
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
@@ -25562,29 +25280,11 @@ raisebox
 lim_x
 \backslash
 to
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 x=B
@@ -25596,7 +25296,7 @@ x=B
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
+\begin_inset Formula $\lim_{x\to A}x=B$
 \end_inset
 
 
@@ -25613,7 +25313,7 @@ x=B
 \end_layout
 
 \begin_layout Standard
-別行建て数式では、極限は、以下のように通常どおり下に置かれます。
+別行立て数式では,極限は,以下のように通常どおり下に置かれます.
 \begin_inset Formula 
 \[
 \lim_{x\to A}x=B
@@ -25624,13 +25324,31 @@ x=B
 
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+極限の組版を調整する仕方については,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:演算子の範囲"
+
+\end_inset
+
+節をご覧ください.
+\end_layout
+
 \begin_layout Subsection
-剰余
+剰余
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-かんすう@数 ! じょうよ@剰余
+かんすう@数 ! じょうよ@剰余
 \end_layout
 
 \end_inset
@@ -25640,13 +25358,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-かんすう@函数 ! もじゅらす@モジュラス | see
+かんすう@関数 ! もじゅらす@モジュラス
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -25671,18 +25389,18 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-剰余函数は、特別に4つの派生型があります。
+剰余関数は,特別に4つの派生型があります.
 \end_layout
 
 \begin_layout Standard
-以下は、別行建て数式での派生型です。
+以下は,別行立て数式での派生型です.
 \begin_inset Formula 
 \begin{align*}
 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
-\mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
-\mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
-\mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
-\mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
+\mathrm{a\backslash mod\textrm{}b} &  & a\mod b\\
+\mathrm{a\backslash pmod\textrm{}b} &  & a\pmod b\\
+\mathrm{a\backslash bmod\textrm{}b} &  & a\bmod b\\
+\mathrm{a\backslash pod\textrm{}b} &  & a\pod b
 \end{align*}
 
 \end_inset
@@ -25691,7 +25409,19 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
+行内数式では,すべての派生型で,関数名の前の余白がすこし小さく設定されます.既定では,剰余関数は,続く一文字目だけを考慮します.二文字以上を使いたい時には,下記
+のように文字を\SpecialChar TeX
+括弧で囲みます.
+\begin_inset Formula 
+\begin{align*}
+\underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
+\mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
+\mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
+\end{align*}
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Section
@@ -25706,6 +25436,101 @@ status collapsed
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+^および_の各文字は,通常,上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,その前に
+\backslash
+を付けなくてはなりません.
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="block" valignment="top">
+<row>
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+コマンド
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+出力
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+^
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\mathcircumflex$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\backslash
+_
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\_$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsection
@@ -25713,7 +25538,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
+以下の各コマンドは,数式テキストか\SpecialChar TeX
+モード中でのみ使用することができます.
 \end_layout
 
 \begin_layout Standard
@@ -25723,11 +25549,11 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
-<column alignment="block" valignment="top" width="0">
-<column alignment="block" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="block" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25747,7 +25573,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25758,7 +25584,7 @@ oe
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25772,7 +25598,7 @@ oe
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25783,7 +25609,7 @@ OE
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25797,7 +25623,7 @@ OE
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25808,7 +25634,7 @@ ae
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25822,7 +25648,7 @@ ae
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25833,7 +25659,7 @@ AE
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25847,7 +25673,7 @@ AE
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\textrm{\aa}$
+\begin_inset Formula $\textrm{å}$
 \end_inset
 
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 AA
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-
-\lang english
-
-\backslash
-@
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-textrm{
-\backslash
-AA}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25926,7 +25723,7 @@ AA}
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
-<column alignment="block" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -25978,7 +25775,7 @@ status collapsed
 \begin_inset space \thinspace{}
 \end_inset
 
-mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
+mm空白を分離用に使っているのは,そうしないと出力が¡や¿になってしまうためです.
 \end_layout
 
 \end_inset
@@ -25999,7 +25796,7 @@ mm空白を分離用に使っているのは、そうしないと出力が¡や
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \end_inset
 
 `
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -26126,7 +25914,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26140,7 +25928,7 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26150,16 +25938,7 @@ spce
 \end_inset
 
 `
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -26167,7 +25946,7 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26181,7 +25960,7 @@ spce
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \begin_inset Formula $\textrm{\textrm{Ø}}$
 \end_inset
 
-の各文字は、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math/digamma.png
-       scale 85
-
+の各文字は,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-insert \\digamma"
 \end_inset
 
-からも挿入することができます
+からも挿入することができます
 \end_layout
 
 \begin_layout Standard
-例外は
+例外は
 \series bold
 !
 \begin_inset space \hspace{}
 
 `
 \series default
-の各コマンドで、これらは直接LyX中の本文に入れることができます。
+の各コマンドで,これらは直接\SpecialChar LyX
+中の本文に入れることができます.
 \end_layout
 
 \begin_layout Subsection
 文章中のアクセント
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:文章中のアクセント"
+name "subsec:文章中のアクセント"
 
 \end_inset
 
@@ -26269,7 +26048,7 @@ name "sub:文章中のアクセント"
 status collapsed
 
 \begin_layout Plain Layout
-あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
+あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
 \end_layout
 
 \end_inset
@@ -26278,7 +26057,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
+以下に挙げる各コマンドを使えば,すべての文字にアクセントを付けることができます.これらのコマンドは,\SpecialChar TeX
+モードで入れなくてはなりません.
 \end_layout
 
 \begin_layout Standard
@@ -26288,11 +26068,11 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
-<column alignment="block" valignment="top" width="0">
-<column alignment="block" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="block" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26312,7 +26092,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26350,7 +26130,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26361,7 +26141,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26384,23 +26164,14 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26431,7 +26202,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26442,7 +26213,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26465,23 +26236,14 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 u
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26512,23 +26274,14 @@ u e
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 b
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26559,23 +26312,14 @@ b e
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 t
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ee
@@ -26616,11 +26360,11 @@ t ee
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="2">
-<features tabularvalignment="middle">
-<column alignment="block" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26640,23 +26384,14 @@ t ee
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 H
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26687,7 +26422,7 @@ H e
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26698,7 +26433,7 @@ H e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26721,7 +26456,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26732,9 +26467,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-
-\lang english
-Tilde
+ちるだ@チルダ
 \end_layout
 
 \end_inset
@@ -26744,7 +26477,7 @@ Tilde
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26767,7 +26500,7 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26778,7 +26511,7 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26801,23 +26534,14 @@ status collapsed
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 v
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26848,23 +26572,14 @@ v e
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 d
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26895,23 +26610,14 @@ d e
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 c
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -26962,26 +26668,17 @@ c e
 \backslash
 t
 \series default
-コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
+コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,コマンド
 \series bold
 
 \backslash
 t
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 sz
 \series default
-は
+は
 \begin_inset ERT
 status collapsed
 
@@ -26994,7 +26691,7 @@ t sz
 
 \end_inset
 
-となります
+となります
 \end_layout
 
 \begin_layout Standard
@@ -27010,12 +26707,13 @@ t sz
 \series bold
 ^
 \series default
- の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
+ の各アクセントは,\SpecialChar TeX
+モードを使わなくても,母音といっしょに直接キーボードから入力することもできます.チルダ
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
+これは,チルダがアクセントとして定義されているキーボードのみに適用されます.
 \end_layout
 
 \end_inset
@@ -27024,7 +26722,7 @@ status collapsed
 \series bold
 ~
 \series default
-を
+を
 \emph on
 a
 \emph default
 \emph on
 o
 \emph default
-といっしょに使うときも同様です
+といっしょに使うときも同様です
 \end_layout
 
 \begin_layout Standard
 \backslash
 v
 \series default
-の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
-
+の各コマンドと,キーボードから直接挿入するアクセントは,数式テキスト中でも使うことができます.他のアクセントについては,数式内向けの特別な数式コマンドがあります
+
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:一文字に付けるアクセント"
+reference "subsec:一文字に付けるアクセント"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-さらに
+さらに
 \series bold
 
 \backslash
@@ -27115,17 +26813,16 @@ textcircled
 
 \end_inset
 
-コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
-。
+コマンドを使えば,著作権マークのように,あらゆる数字や文字を丸で囲む—敢えて言えば,丸囲みでアクセントを付けるようなものといえるでしょう—ことができます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -27141,29 +26838,13 @@ textcircled
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -27174,7 +26855,7 @@ textcircled{w}
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -27196,8 +26877,8 @@ textcircled{w}
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -27216,14 +26897,10 @@ raisebox{-1.5pt}{W}}
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}$
-\end_inset
-
-
 \begin_inset ERT
 status collapsed
 
@@ -27245,10 +26922,6 @@ raisebox{-1.5pt}W}
 \end_inset
 
 
-\begin_inset Formula $\raisebox{-2mm}{}$
-\end_inset
-
-
 \end_layout
 
 \end_inset
@@ -27262,7 +26935,7 @@ raisebox{-1.5pt}W}
 \end_layout
 
 \begin_layout Standard
-ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
+ここではユーザーが,文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
 \series bold
 
 \backslash
@@ -27276,16 +26949,16 @@ status collapsed
 第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:書体寸法"
+reference "subsec:書体寸法"
 
 \end_inset
 
-節参照のこと
+節参照のこと
 \end_layout
 
 \end_inset
 
-で丸の大きさを指定していますそして
+で丸の大きさを指定していますそして
 \series bold
 
 \backslash
@@ -27299,25 +26972,25 @@ status collapsed
 第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:枠なしボックス"
+reference "subsec:枠なしボックス"
 
 \end_inset
 
-節参照のこと
+節参照のこと
 \end_layout
 
 \end_inset
 
-を使って、文字が真ん中にくるようにしています。
+を使って,文字が真ん中にくるようにしています.
 \end_layout
 
 \begin_layout Subsection
°\8fæ\95°å­\97
\8f¤å¼\8fæ\95°å­\97
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81\97ã\82\87ã\81\86ã\81\99ã\81\86ã\81\98@å°\8fæ\95°å­\97
\81\93ã\81\97ã\81\8dã\81\99ã\81\86ã\81\98\8f¤å¼\8fæ\95°å­\97
 \end_layout
 
 \end_inset
@@ -27326,7 +26999,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
°\8fæ\95°å­\97ï¼\88minuscule numberï¼\89ã\81¯ã\80\81
\8f¤å¼\8fæ\95°å­\97ã\81¯ï¼\8c
 \series bold
 
 \backslash
@@ -27344,7 +27017,8 @@ oldstylenums
 
 \end_inset
 
-コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
+コマンドで作成することができます.このコマンドは,数式中でも\SpecialChar TeX
+モード中でも使うことができます.コマンド書式は,
 \end_layout
 
 \begin_layout Standard
@@ -27356,230 +27030,17 @@ oldstylenums{数字}
 \end_layout
 
 \begin_layout Standard
-です
+です
 \series bold
 
 \backslash
 oldstylenums{0123456789}
 \series default
-というコマンドは
+というコマンドは
 \begin_inset Formula $\oldstylenums{0123456789}$
 \end_inset
 
-のようになります。
-\end_layout
-
-\begin_layout Subsection
-他の特殊文字
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:他の特殊文字"
-
-\end_inset
-
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-とくしゅもじ@特殊文字 ! たの@他の
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-コマンド
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-出力
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\backslash
-^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $\mathcircumflex$
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\backslash
-_
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $\_$
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-
-\backslash
-circ
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-
-\lang english
-
-\backslash
-@°
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $^{\circ}$
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-この件に関する詳細は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:数式中のテキスト文字"
-
-\end_inset
-
-節にあります。
-\end_layout
-
-\end_inset
-
-。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-DeclareInputtext{176}{
-\backslash
-ifmmode^
-\backslash
-circ
-\backslash
-else
-\backslash
-textdegree
-\backslash
-fi}
+のようになります.
 \end_layout
 
 \begin_layout Section
@@ -27604,138 +27065,72 @@ status collapsed
 \end_layout
 
 \begin_layout Itemize
-以下の二つの配置様式があります
+以下の二つの配置様式があります
 \end_layout
 
 \begin_deeper
 \begin_layout Description
-中央揃え 事前に定義された標準です
+中央揃え 事前に定義された標準です
 \end_layout
 
 \begin_layout Description
-è¡\8cé ­ä¸\8bã\81\92 ã\81\93ã\82\8cã\82\92使ã\81\86ã\81«ã\81¯ã\80\81
+è¡\8cé ­ä¸\8bã\81\92 ã\81\93ã\82\8cã\81¯
 \family sans
-文書\SpecialChar \menuseparator
+文書\SpecialChar menuseparator
 設定
 \family default
 メニューの
 \family sans
\96\87æ\9b¸ã\82¯ã\83©ã\82¹
\95°å¼\8fã\82ªã\83\97ã\82·ã\83§ã\83³
 \family default
-において、
-\series bold
-fleqn
-\series default
-オプションを指定しておかなくてはなりません。
+で設定することができます.
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-行頭下げ
-\series default
-を用いる場合には、行頭下げの大きさを
-\series bold
-
-\backslash
-mathindent
-\series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-こまんど@コマンド ! M ! 
-\backslash
-mathindent
-\end_layout
-
-\end_inset
-
-の値で調整することができます。これを15
-\begin_inset space \thinspace{}
-\end_inset
-
-mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-setlength{
-\backslash
-mathindent}{15mm}
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-mathindent
+数式を字下げ
 \series default
-を明示的に指定しない場合には、事前に定義されている30
-\begin_inset space \thinspace{}
-\end_inset
-
-ptが適用されます。
+を指定すると下げ幅を指定することができます.既定値は使用している文書苦楽に依存して変わります.
 \end_layout
 
 \end_deeper
 \begin_layout Itemize
-また、以下の二つの連番様式があります。
-\end_layout
-
-\begin_deeper
-\begin_layout Description
-右 事前に定義された標準です。
-\end_layout
-
-\begin_layout Description
-左 これを使うには、
+また,以下の二つの連番様式があり,
 \family sans
-文書\SpecialChar \menuseparator
+文書\SpecialChar menuseparator
 設定
 \family default
 メニューの
 \family sans
\96\87æ\9b¸ã\82¯ã\83©ã\82¹
\95°å¼\8fã\82ªã\83\97ã\82·ã\83§ã\83³
 \family default
-において、
-\series bold
-leqno
-\series default
-オプションを指定しておかなくてはなりません。
+で設定することができます.
 \end_layout
 
-\end_deeper
-\begin_layout Standard
+\begin_deeper
+\begin_layout Description
+右 これが多くの場合既定値です.
+\end_layout
 
-\series bold
-fleqn
-\series default
-と
-\series bold
-leqno
-\series default
-は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
+\begin_layout Description
+左
 \end_layout
 
+\end_deeper
 \begin_layout Standard
-これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
+これで選択した様式は,文書中のすべての別行立て数式に用いられます.もし,中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
 \series bold
 中央揃え
 \series default
-様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。
+様式を指定するようにします.そして,行頭下げにしたい数式は,flalign環境に指定するようにします.
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:flalign環境"
+reference "subsec:flalign環境"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \begin_layout Section
@@ -27752,6 +27147,10 @@ status collapsed
 
 \begin_layout Plain Layout
 すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -27764,20 +27163,17 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-LyXでは、多行数式は、数式中で
-\series bold
-
+\SpecialChar LyX
+では,多行数式は,数式中で
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
-
-\series default
-を押すことで作られます。この操作によって、第
+を押すことで作られます.この操作によって,第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:eqnarray環境"
+reference "subsec:eqnarray環境"
 
 \end_inset
 
@@ -27785,14 +27181,14 @@ reference "sub:eqnarray環境"
 \series bold
 eqnarray環境
 \series default
-が作り出されるかあるいは文書設定で
+が作り出されるかあるいは文書設定で
 \family sans
 AMS mathパッケージを使う
 \family default
-オプションが選択されている場合には
+オプションが選択されている場合には
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:標準align環境"
+reference "subsec:標準align環境"
 
 \end_inset
 
@@ -27800,52 +27196,50 @@ reference "sub:標準align環境"
 \series bold
 align環境
 \series default
-が作り出されることになります
+が作り出されることになります
 \end_layout
 
 \begin_layout Standard
-他にも
+他にも
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 数式
 \family default
-メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
+メニューで作ることのできる多行数式環境があります.これらの環境は,以下の各節で説明します.
 \end_layout
 
 \begin_layout Standard
-すべての多行数式において、新規行は、
+すべての多行数式において,新規行は,
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
-を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/tabular-feature_append-row.png
-       scale 85
-
+を押すことによって作られます.行を足したり削ったりするには,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature append-row"
 \end_inset
 
 や
-\begin_inset Graphics
-       filename ../../images/tabular-feature_delete-row.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature delete-row"
 \end_inset
 
-を使うか
+を使うか
 \family sans
-編集\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
 行と列
 \family default
-メニューを使うことができます
+メニューを使うことができます
 \end_layout
 
 \begin_layout Subsubsection
 行間
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:行間"
+name "subsec:行間"
 
 \end_inset
 
@@ -27854,7 +27248,11 @@ name "sub:行間"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! ぎょうかん@行間
 \end_layout
 
 \end_inset
@@ -27863,7 +27261,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
+以下のように,多行数式において行のあいだの空白が足りないことが,ときどき起こります.
 \begin_inset Formula 
 \begin{eqnarray*}
 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}\\
@@ -27876,7 +27274,9 @@ B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \te
 \end_layout
 
 \begin_layout Standard
-LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
+\SpecialChar LaTeX
+において行間を付け加えるには,新規行コマンドに非必須の引数をとらせて指定しますが,これはまだ\SpecialChar LyX
+には実装されていない
 \begin_inset Foot
 status collapsed
 
@@ -27885,15 +27285,17 @@ status collapsed
 LatexCommand href
 name "LyX-bug #1505"
 target "http://www.lyx.org/trac/ticket/1505"
+literal "false"
 
 \end_inset
 
-を参照
+を参照
 \end_layout
 
 \end_inset
 
-ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
+ので,数式全体を\SpecialChar TeX
+モードで入れなくてはなりません.上記の例の行間を大きくするには,最初の行の最後に
 \series bold
 
 \backslash
@@ -27901,7 +27303,7 @@ target "http://www.lyx.org/trac/ticket/1505"
 \backslash
 [3mm]
 \series default
-というコマンドを入れます。すると、次のようになります。
+というコマンドを入れます.すると,次のようになります.
 \begin_inset ERT
 status collapsed
 
@@ -27957,7 +27359,7 @@ end{eqnarray*}
 \begin_inset VSpace bigskip
 \end_inset
 
-同一数式内のすべての行の行間を一律に指定するには
+同一数式内のすべての行の行間を一律に指定するには
 \series bold
 
 \backslash
@@ -27975,25 +27377,25 @@ jot
 
 \end_inset
 
-変数を変更します。定義は、
-\begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
+変数を変更します.定義は,
+\begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
 \end_inset
 
-となっています
+となっています
 \series bold
 
 \backslash
 jot
 \series default
-の既定値は3
+の既定値は3
 \begin_inset space \thinspace{}
 \end_inset
 
-ptです。上記の例のように、行間を3
+ptです.上記の例のように,行間を3
 \begin_inset space \thinspace{}
 \end_inset
 
-mm追加するには
+mm追加するには
 \end_layout
 
 \begin_layout Standard
@@ -28007,7 +27409,9 @@ jot}{3mm+3pt}
 \end_layout
 
 \begin_layout Standard
-というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
+というコマンドを,数式直前に\SpecialChar TeX
+モードで入れておきます.これを行うには,\SpecialChar LaTeX
+プリアンブルに
 \end_layout
 
 \begin_layout Standard
@@ -28019,7 +27423,8 @@ usepackage{calc}
 \end_layout
 
 \begin_layout Standard
-という行を入れて、LaTeXパッケージ
+という行を入れて,\SpecialChar LaTeX
+パッケージ
 \series bold
 calc
 \series default
@@ -28032,7 +27437,8 @@ status collapsed
 \series bold
 calc
 \series default
-は標準的なLaTeX頒布版のすべてに付属しています。
+は標準的な\SpecialChar LaTeX
+頒布版のすべてに付属しています.
 \end_layout
 
 \end_inset
@@ -28047,7 +27453,7 @@ status collapsed
 
 \end_inset
 
- を読み込んでおく必要があります。すると、
+ を読み込んでおく必要があります.すると,
 \begin_inset ERT
 status collapsed
 
@@ -28089,7 +27495,7 @@ jot}{3pt}
 
 \end_inset
 
-のような結果を得ます。行間を既定値に戻すには、
+のような結果を得ます.行間を既定値に戻すには,
 \series bold
 
 \backslash
@@ -28099,14 +27505,14 @@ jot
 \begin_inset space \thinspace{}
 \end_inset
 
-ptに戻します
+ptに戻します
 \end_layout
 
 \begin_layout Subsubsection
 列間
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:列間"
+name "subsec:列間"
 
 \end_inset
 
@@ -28115,7 +27521,11 @@ name "sub:列間"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! れつかん@列間
 \end_layout
 
 \end_inset
@@ -28124,12 +27534,12 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
-。
+多行数式は,行列を形成します.たとえば,eqnarray環境の数式は,3列からなる行列です.この環境で列間を変更すれば,関係子周辺の余白を変更することができます
+.
 \end_layout
 
 \begin_layout Standard
-列間は
+列間は
 \series bold
 
 \backslash
@@ -28147,7 +27557,7 @@ arraycolsep
 
 \end_inset
 
-変数を使って指定し
+変数を使って指定し
 \begin_inset Newline newline
 \end_inset
 
@@ -28165,7 +27575,7 @@ arraycolsep
 \begin_inset Newline newline
 \end_inset
 
-という関係があります。したがって、
+という関係があります.したがって,
 \end_layout
 
 \begin_layout Standard
@@ -28179,11 +27589,12 @@ arraycolsep}{1cm}
 \end_layout
 
 \begin_layout Standard
-というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
+というコマンドを\SpecialChar TeX
+モードで入れると,ここから後のすべての数式の列間が2
 \begin_inset space \thinspace{}
 \end_inset
 
-cmになります。これを既定値に戻すには、
+cmになります.これを既定値に戻すには,
 \series bold
 
 \backslash
@@ -28193,15 +27604,15 @@ arraycolsep
 \begin_inset space \thinspace{}
 \end_inset
 
-ptに戻して下さい
+ptに戻して下さい
 \end_layout
 
 \begin_layout Standard
-以下は2
+以下は2
 \begin_inset space \thinspace{}
 \end_inset
 
-cmの列間を持つ数式です
+cmの列間を持つ数式です
 \begin_inset ERT
 status collapsed
 
@@ -28229,7 +27640,7 @@ C & \ne & A
 \begin_inset space \thinspace{}
 \end_inset
 
-ptを持つ数式です
+ptを持つ数式です
 \begin_inset ERT
 status collapsed
 
@@ -28271,11 +27682,11 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-長い数式は、以下の方法を使って組版することができます。
+長い数式は,以下の方法を使って組版することができます.
 \end_layout
 
 \begin_layout Itemize
-左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
+左辺ないし右辺の一方が,行幅よりもかなり短いときには,以下のように,短い方を左辺に置き,右辺を二行に分けて組版します.
 \begin_inset Formula 
 \begin{eqnarray}
 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 \\
@@ -28284,8 +27695,8 @@ H & = & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{
 
 \end_inset
 
-二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
-示されません。これを避けるために、マイナス記号の後に
+二行目の最初のマイナス記号は,行頭の文字になってしまうため,通常,表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,分数線からも離れて表
+示されません.これを避けるために,マイナス記号の後に
 \series bold
 
 \backslash
@@ -28302,14 +27713,14 @@ status collapsed
 \backslash
 hspace
 \series default
-に関しての詳細は
+に関しての詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:可変長の空白"
+reference "subsec:可変長の空白"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
@@ -28330,11 +27741,11 @@ hspace
 \begin_inset space \thinspace{}
 \end_inset
 
-pt空白を入れてあります
+pt空白を入れてあります
 \end_layout
 
 \begin_layout Itemize
-数式の両辺がともに長すぎるときには
+数式の両辺がともに長すぎるときには
 \series bold
 
 \backslash
@@ -28352,7 +27763,7 @@ lefteqn
 
 \end_inset
 
-コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
+コマンドを使います.これを最初の行の第一列に入れると,以下のように,続きの内容が他の列にかかって表示されます.
 \begin_inset Formula 
 \begin{eqnarray}
 \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 \\
@@ -28368,11 +27779,11 @@ lefteqn
 \backslash
 lefteqn
 \series default
-を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
+を入力すると,青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,ここに数式を入力します.
 \begin_inset Newline newline
 \end_inset
 
-二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
+二行め以降の行の内容は,二列め以降の列に挿入します.挿入する列が右になるほど,字下げの量が大きくなります.
 \begin_inset VSpace medskip
 \end_inset
 
@@ -28391,19 +27802,20 @@ status open
 \backslash
 lefteqn
 \series default
-を使用する際には、以下のことにご注意下さい。
+を使用する際には,以下のことにご注意下さい.
 \end_layout
 
 \begin_layout Itemize
-数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
+数式では,ページ幅全部を使うことはしません.たとえば,上記の例で,最初の行に
 \begin_inset Formula $-B^{2}$
 \end_inset
 
-という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
+という項を置いたとすると,ページ余白の領域に出てしまいますが,これはよくありません.幅をうまく使うには,最初の行の行頭に負の空白を入れる方法もあります.
 \end_layout
 
 \begin_layout Itemize
-LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
+\SpecialChar LyX
+のバグによって,最初の行にマウスでカーソルを入れることはできません
 \begin_inset Foot
 status collapsed
 
@@ -28412,6 +27824,7 @@ status collapsed
 LatexCommand href
 name "LyX-bug #1429"
 target "http://www.lyx.org/trac/ticket/1429"
+literal "false"
 
 \end_inset
 
@@ -28420,7 +27833,27 @@ target "http://www.lyx.org/trac/ticket/1429"
 
 \end_inset
 
-。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
+.カーソルを行頭に合わせて,矢印
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+鍵
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+キー
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+で移動するしかありません.
 \end_layout
 
 \end_inset
@@ -28429,28 +27862,140 @@ target "http://www.lyx.org/trac/ticket/1429"
 \end_layout
 
 \begin_layout Itemize
-長い数式を組む他の方法として
+長い数式を組む他の方法として
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:multline環境"
+reference "subsec:multline環境"
 
 \end_inset
 
 節と第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:数式の一部の多行化"
+reference "subsec:数式の一部の多行化"
+
+\end_inset
+
+節で述べられている環境を用いる方法があります.
+\end_layout
+
+\begin_layout Subsubsection
+多行にわたる分数
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:多行にわたる分数"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ぶんすう@分数 ! たぎょうにわたる@多行にわたる
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+分数の分母もしくは分子が長すぎて,一行に入りきらないことがあります.この場合には,分数内で改行をしなくてはなりません.これを行うには,
+\series bold
+
+\backslash
+splitfrac
+\series default
+コマンド
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! S ! 
+\backslash
+splitfrac
+\end_layout
+
+\end_inset
+
+を使うことができます.これを有効化するには,文書設定の
+\family sans
+数式オプション
+\family default
+で,
+\series bold
+mathtools
+\series default
+パッケージ
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ぱっけーじ@パッケージ ! mathtools
+\end_layout
+
+\end_inset
+
+の
+\family sans
+常に読み込み
+\family default
+オプションを指定してください.
+\series bold
+
+\backslash
+splitfrac
+\series default
+のスキームは
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+splitfrac{1行目}{2行目}
+\end_layout
+
+\begin_layout Standard
+となっており,分母にも分子にも使うことができます.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Formula 
+\[
+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}
+\]
 
 \end_inset
 
-節で述べられている環境を用いる方法があります。
+上記の最初の分子に使われているコマンドは,
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+splitfrac{xy+xy+xy+xy+xy
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\backslash
+{+wy+wy+wy+wy
+\end_layout
+
+\begin_layout Standard
+です.
 \end_layout
 
 \begin_layout Subsubsection
 多行にわたる括弧
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:多行にわたる括弧"
+name "subsec:多行にわたる括弧"
 
 \end_inset
 
@@ -28468,7 +28013,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
+多行にわたる括弧を作ろうとすると,以下のような問題が生じます.
 \begin_inset Formula 
 \begin{eqnarray*}
 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
@@ -28481,11 +28026,11 @@ A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
 \end_layout
 
 \begin_layout Standard
-可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
+可変寸法の括弧は多行にわたることができないので,閉じ括弧が初めの括弧よりも小さくなってしまっています.
 \end_layout
 
 \begin_layout Standard
-二行めの括弧の大きさを正しく設定するには最初の行の終わりを
+二行めの括弧の大きさを正しく設定するには最初の行の終わりを
 \series bold
 
 \backslash
@@ -28503,7 +28048,7 @@ right
 
 \end_inset
 
-とし二行めの始めを
+とし二行めの始めを
 \series bold
 
 \backslash
@@ -28524,14 +28069,14 @@ left
 \backslash
 right
 \series default
-に関する詳細は
+に関する詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:自動の括弧丈"
+reference "subsec:自動の括弧丈"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
@@ -28550,29 +28095,20 @@ left
 
 \end_inset
 
-とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
+とします.一行めにおいては,範囲付き積演算子がもっとも大きな記号であり,これが二行めの括弧の大きさにならなくてはならないので,
 \series bold
 
 \backslash
 left.
 \series default
-の後に
+の後に
 \series bold
 
 \backslash
 vphantom
 \series default
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -28582,16 +28118,7 @@ spce
 prod
 \series default
 ^
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -28601,16 +28128,7 @@ spce
 infty
 \series default
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -28633,11 +28151,11 @@ vphantom
 
 \end_inset
 
-というコマンドを挿入します
+というコマンドを挿入します
 \end_layout
 
 \begin_layout Standard
-その結果が以下の数式です
+その結果が以下の数式です
 \begin_inset Formula 
 \begin{eqnarray*}
 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
@@ -28654,56 +28172,54 @@ align環境
 \end_layout
 
 \begin_layout Standard
-align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
+align環境は,すべての型の多行数式に使うことができ,とくに,いくつかの数式を並べて表示させるのに便利です.
 \end_layout
 
 \begin_layout Standard
-align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
+align環境には列があり,奇数列は右揃え,偶数列は左揃えに設定されます.align環境の行にはすべて,付番することができます.
 \end_layout
 
 \begin_layout Standard
-align環境は
+align環境は
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 数式
 \family default
-メニューから作ることができます
+メニューから作ることができます
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 数式の表記を変更
 \family default
-メニューを使えば、既存の数式をalign環境に変更することができます。
+メニューを使えば,既存の数式をalign環境に変更することができます.
 \end_layout
 
 \begin_layout Standard
-列を追加したり削除したりするには、数式ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/tabular-feature_append-column.png
-       scale 85
-
+列を追加したり削除したりするには,数式ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature append-column"
 \end_inset
 
 や
-\begin_inset Graphics
-       filename ../../images/tabular-feature_delete-column.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "tabular-feature delete-column"
 \end_inset
 
-を使うか
+を使うか
 \family sans
-編集\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
 行と列
 \family default
-メニューを使います
+メニューを使います
 \end_layout
 
 \begin_layout Subsubsection
 標準align環境
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:標準align環境"
+name "subsec:標準align環境"
 
 \end_inset
 
@@ -28712,7 +28228,11 @@ name "sub:標準align環境"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! alignかんきょう@align環境
 \end_layout
 
 \end_inset
@@ -28721,23 +28241,23 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-このalign環境は数式中で
+このalign環境は数式中で
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
-を押すか
+を押すか
 \family sans
-挿入\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 AMS align環境
 \family default
-メニューで作ることができます
+メニューで作ることができます
 \end_layout
 
 \begin_layout Standard
-以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
+以下は,二つの数式を横に並べた例ですが,これは4列からなるalign環境として作ります.
 \begin_inset Formula 
 \begin{align*}
 A & =\sin(B) & C & =D\\
@@ -28746,7 +28266,7 @@ C & \ne A & B & \ne D
 
 \end_inset
 
-ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
+ご覧になって分かるように,この環境の数式は,一列めの前と偶数列の後に
 \series bold
 
 \backslash
@@ -28761,21 +28281,21 @@ status collapsed
 \backslash
 hfill
 \series default
-に関する詳細は
+に関する詳細は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:可変長の空白"
+reference "subsec:可変長の空白"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
 
 
 \series default
-があるかのように配置されます数式様式として
+があるかのように配置されます数式様式として
 \series bold
 行頭下げ
 \begin_inset Foot
@@ -28784,7 +28304,7 @@ status collapsed
 \begin_layout Plain Layout
 
 \series bold
-数式様式については
+数式様式については
 \series default
 
 \begin_inset CommandInset ref
@@ -28793,20 +28313,20 @@ reference "sec:数式様式"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
 
 
 \series default
-を使う場合には第一列の前の
+を使う場合には第一列の前の
 \series bold
 
 \backslash
 hfill
 \series default
-はない形で数式が設定されます
+はない形で数式が設定されます
 \end_layout
 
 \begin_layout Subsubsection
@@ -28815,7 +28335,11 @@ alignat環境
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! alignatかんきょう@alignat環境
 \end_layout
 
 \end_inset
@@ -28824,22 +28348,22 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、
+alignat環境には,事前に設定された列間が存在しません.列間は,必要ならば,
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:空白"
+reference "subsec:空白"
 
 \end_inset
 
-節に述べられている空白を使用して手動で入れます
+節に述べられている空白を使用して手動で入れます
 \end_layout
 
 \begin_layout Standard
-以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
+以下は,上記の例をalignat環境に設定し,二つめの数式の頭に1
 \begin_inset space \thinspace{}
 \end_inset
 
-cmの空白を入れたものです
+cmの空白を入れたものです
 \begin_inset Formula 
 \begin{alignat*}{2}
 A & =\sin(B) & \hspace{1cm}C & =D\\
@@ -28848,14 +28372,14 @@ C & \ne A & B & \ne D
 
 \end_inset
 
-列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
+列間を各列ごとに設定することができるので,この環境は,とくに三つないし四つの数式を横に並べるのに向いています.
 \end_layout
 
 \begin_layout Subsubsection
 flalign環境
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:flalign環境"
+name "subsec:flalign環境"
 
 \end_inset
 
@@ -28864,7 +28388,11 @@ name "sub:flalign環境"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! flalignかんきょう@flalign環境
 \end_layout
 
 \end_inset
@@ -28873,7 +28401,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
+この環境では,つねに,最初の二列をできるだけ左寄せにし,最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
 \begin_inset Formula 
 \begin{flalign*}
 A & =1 & B & =2 & C & =3\\
@@ -28886,18 +28414,19 @@ X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
 \end_layout
 
 \begin_layout Standard
-奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
+奇数列のflalign環境を作成し,最後の列に空の\SpecialChar TeX
+括弧を入れておくと,数式様式として
 \series bold
 中央揃え
 \series default
-が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
+が用いられているときでも,一部の数式を左寄せにすることができます.以下は,例として
 \begin_inset CommandInset ref
 LatexCommand eqref
 reference "eq:VolInt"
 
 \end_inset
 
-式を行頭下げにしたものです
+式を行頭下げにしたものです
 \begin_inset Formula 
 \begin{flalign}
 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
@@ -28905,18 +28434,18 @@ reference "eq:VolInt"
 
 \end_inset
 
-ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
+ここで,最初の二列には数式が入れられており,行頭下げ数式様式と同等の字下げを行うために,30
 \begin_inset space \thinspace{}
 \end_inset
 
-ptの空白が第1列の頭に入れてあります
+ptの空白が第1列の頭に入れてあります
 \end_layout
 
 \begin_layout Subsection
 eqnarray環境
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:eqnarray環境"
+name "subsec:eqnarray環境"
 
 \end_inset
 
@@ -28925,7 +28454,11 @@ name "sub:eqnarray環境"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! eqnarrayかんきょう@eqnarray環境
 \end_layout
 
 \end_inset
@@ -28934,8 +28467,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
-いるので、その内容は中央揃えで少し小さく設定されます。
+この環境を作成すると,三つの青枠が現れます.最初の枠の内容は右寄せに設定され,最後の枠の内容は左寄せに設定されます.中央の枠は,関係子のみを入れることを想定して
+いるので,その内容は中央揃えで少し小さく設定されます.
 \begin_inset Formula 
 \begin{eqnarray*}
 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
@@ -28954,7 +28487,11 @@ gather環境
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! gatherかんきょう@gather環境
 \end_layout
 
 \end_inset
@@ -28963,7 +28500,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
+この環境には,中央揃えに設定された列一つしかありません.行はすべて付番することができます.
 \begin_inset Formula 
 \begin{gather}
 A=1\\
@@ -28979,7 +28516,7 @@ X=\textrm{-}1
 multline環境
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:multline環境"
+name "subsec:multline環境"
 
 \end_inset
 
@@ -28988,7 +28525,11 @@ name "sub:multline環境"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! multlineかんきょう@multpline環境
 \end_layout
 
 \end_inset
@@ -28997,15 +28538,15 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。
-の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
+gather環境同様,multline環境には,中央揃えに設定された列一つしかありません.ただし,一行めが左揃えに設定され,最終行が右揃えに設定されるのです.
+の行はすべて中央揃えになります.このことから,この環境は,長い数式に使うのに向いています.用例として,
 \begin_inset CommandInset ref
 LatexCommand eqref
 reference "eq:lefteqn"
 
 \end_inset
 
-式をmultline環境に置いたものを示します
+式をmultline環境に置いたものを示します
 \begin_inset Formula 
 \begin{multline}
 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}\\
@@ -29019,24 +28560,24 @@ reference "eq:lefteqn"
 \end_layout
 
 \begin_layout Standard
-文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
+文書の付番設定が右寄せ(左寄せ)になっているときには,出力では,multline環境の最後(最初)の行だけが付番されます
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-付番様式については
+付番様式については
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:数式様式"
 
 \end_inset
 
-節を参照
+節を参照
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
@@ -29072,7 +28613,7 @@ shoveleft
 
 
 \series default
-コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
+コマンドを使えば,中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,以下のようにして使います.
 \end_layout
 
 \begin_layout Standard
@@ -29111,15 +28652,15 @@ multlinegap
 
 
 \series default
-長は、一行めの左ページ余白からの距離を指定します。既定値は0
+長は,一行めの左ページ余白からの距離を指定します.既定値は0
 \begin_inset space \thinspace{}
 \end_inset
 
-ptの長さです
+ptの長さです
 \end_layout
 
 \begin_layout Standard
-以下は上記の数式に
+以下は上記の数式に
 \end_layout
 
 \begin_layout Standard
@@ -29133,7 +28674,8 @@ multlinegap}{2cm}
 \end_layout
 
 \begin_layout Standard
-というコマンドを、TeXモードで直前に挿入した例です。
+というコマンドを,\SpecialChar TeX
+モードで直前に挿入した例です.
 \begin_inset ERT
 status collapsed
 
@@ -29173,20 +28715,20 @@ multlinegap}{0pt}
 
 \end_inset
 
-二行めは
+二行めは
 \series bold
 
 \backslash
 shoveleft
 \series default
-を使って左揃えにしています
+を使って左揃えにしています
 \end_layout
 
 \begin_layout Subsection
 数式の一部の多行化
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:数式の一部の多行化"
+name "subsec:数式の一部の多行化"
 
 \end_inset
 
@@ -29195,7 +28737,11 @@ name "sub:数式の一部の多行化"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
+すうしき@数式 ! たぎょう@多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! すうしきのいちぶ@数式の一部
 \end_layout
 
 \end_inset
@@ -29204,7 +28750,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式の一部分のみを多行表示したい場合には
+数式の一部分のみを多行表示したい場合には
 \series bold
 aligned
 \series default
@@ -29220,20 +28766,20 @@ gathered
 \series bold
 split
 \series default
-のうちのいずれかの環境を使用します。これらは、
+のうちのいずれかの環境を使用します.これらは,
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 数式
 \family default
-メニューか、本節で解説している各コマンドを使用して挿入することができます。
+メニューか,本節で解説している各コマンドを使用して挿入することができます.
 \end_layout
 
 \begin_layout Standard
-最初の三つの環境は環境名から
+最初の三つの環境は環境名から
 \series bold
 ed
 \series default
-を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
+を省いた同名の多行数式環境と同じ性格を持ちますが,環境の前後に数式を続けることが可能です.たとえば,
 \begin_inset Formula 
 \[
 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
@@ -29248,7 +28794,7 @@ ed
 \end_layout
 
 \begin_layout Standard
-この数式を作るには、別行建て数式をまず作っておいて、そこに
+この数式を作るには,別行立て数式をまず作っておいて,そこに
 \series bold
 
 \backslash
@@ -29266,20 +28812,20 @@ aligned
 
 
 \series default
-コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
-ます
+コマンドを挿入しています.紫枠の中に青枠が現れるので,そこに必要に応じて,列や行を加えていきます.この多行環境の外には,括弧などの他の数式要素を入れることができ
+ます
 \end_layout
 
 \begin_layout Standard
-aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
-に配置できる利点があります。以下に例として、
+aligned環境は,長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,数式番号を行末の,数式全高の中心
+に配置できる利点があります.以下に例として,
 \begin_inset CommandInset ref
 LatexCommand eqref
 reference "eq:shortlong"
 
 \end_inset
 
-式にaligned環境を適用したものを示します
+式にaligned環境を適用したものを示します
 \begin_inset Formula 
 \begin{equation}
 \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}|}\\
@@ -29305,7 +28851,7 @@ gathered
 \series bold
 split
 \series default
-の各環境を使うにはそれぞれ
+の各環境を使うにはそれぞれ
 \series bold
 
 \backslash
@@ -29359,14 +28905,14 @@ split
 
 \end_inset
 
-の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
+の各コマンドを挿入します.split環境は,aligned環境と同じ性格を持ちますが,二つの列しか作ることができません.
 \end_layout
 
 \begin_layout Subsection
 多行数式中のテキスト
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:多行数式中のテキスト"
+name "subsec:多行数式中のテキスト"
 
 \end_inset
 
@@ -29375,7 +28921,7 @@ name "sub:多行数式中のテキスト"
 status collapsed
 
 \begin_layout Plain Layout
-てきすと@テキスト ! すうしきちゅうの@数式中の
+てきすと @ テキスト ! すうしきちゅうの @ 数式中の
 \end_layout
 
 \end_inset
@@ -29385,7 +28931,11 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
+すうしき @ 数式 ! たぎょう @ 多行
+\begin_inset space \thinspace{}
+\end_inset
+
+—— ! てきすと @ テキスト
 \end_layout
 
 \end_inset
@@ -29394,12 +28944,14 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
+各align系環境およびmultline・gather環境では,独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,以下の書
 式を持つ
 \series bold
 
 \backslash
 intertext
+\series default
+
 \begin_inset Index idx
 status collapsed
 
@@ -29411,7 +28963,7 @@ intertext
 
 \end_inset
 
-コマンドを使います
+コマンドを使います
 \end_layout
 
 \begin_layout Standard
@@ -29423,23 +28975,89 @@ intertext{テキスト}
 \end_layout
 
 \begin_layout Standard
-テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
+テキストのハイフネーションを行うことはできないので,テキストは一行に収めなくてはなりません.\SpecialChar LyX
+は,現時点では
+\series bold
+
+\backslash
+intertext
+\series default
+を直接サポートしていないので,テキストは数式テキストとして書き入れます.ここで,
 \series bold
 
 \backslash
 intertext
 \series default
-を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
+は行頭になくてはならず,当該行の上に出力されます.以下は,二行めの行頭にテキストを入れた例です.
+\begin_inset Formula 
+\begin{align}
+I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
+\intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
+\end{align}
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
 \series bold
 
 \backslash
 intertext
 \series default
-は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
+は,文と数式行の間に,常に縦空白を生み出します.この空白を抑制するには,文書設定の
+\family sans
+数式オプション
+\family default
+で
+\series bold
+mathtools
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ぱっけーじ@パッケージ ! mathtools
+\end_layout
+
+\end_inset
+
+パッケージを
+\family sans
+常に読み込み
+\family default
+に設定してください.そうすると,以下のように,
+\series bold
+
+\backslash
+intertext
+\series default
+の代わりに
+\series bold
+
+\backslash
+shortintertext
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! S ! 
+\backslash
+shortintertext
+\end_layout
+
+\end_inset
+
+コマンドを使うことができます.
 \begin_inset Formula 
 \begin{align}
 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
-\intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
+\shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
 \end{align}
 
 \end_inset
@@ -29463,13 +29081,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! ばんごう@番号|see
+すうしき@数式 ! ばんごう@番号
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -29498,13 +29116,33 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-付番数式は
+付番数式は
 \family sans
-挿入\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 付番数式
 \family default
-メニュー(短絡キー
+メニュー(
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+:
 \family sans
 Ctrl+Alt
 \begin_inset space ~
@@ -29512,46 +29150,47 @@ Ctrl+Alt
 
 N
 \family default
-)で作ることができます。既存の数式に番号を振るには、
+)で作ることができます.既存の数式に番号を振るには,
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 数式全体を付番
 \family default
-メニュー(短絡キー
+メニュー(捷径:
 \begin_inset Info
 type  "shortcut"
 arg   "math-number-toggle"
 \end_inset
 
-)を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
+)を使います.\SpecialChar LyX
+中において数式番号は,数式の後に括弧に囲まれた「#」で表されます.「#」は,実際の出力では数式番号に置き換えられます.
 \end_layout
 
 \begin_layout Standard
-多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
+多行数式で付番が有効になっているときには,すべての行に番号が振られます.ただし,
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 この行を付番
 \family default
-メニュー(短絡キー
+メニュー(捷径:
 \begin_inset Info
 type  "shortcut"
 arg   "math-number-line-toggle"
 \end_inset
 
-)を使用すれば、各行毎に付番するかどうか指定することができます。
+)を使用すれば,各行毎に付番するかどうか指定することができます.
 \end_layout
 
 \begin_layout Standard
-行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。
+行内数式を除いて,すべての数式は二通りの様式で番号を振ることができます.
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:数式様式"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \begin_layout Subsection
@@ -29569,66 +29208,66 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
+ラベルを付けた数式は,すべて相互参照することができます.ラベルは,
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 ラベル
 \family default
-メニューか、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/label-insert.png
-       scale 85
-
+メニューか,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "label-insert"
 \end_inset
 
-で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
+で付けることができます.このとき,カーソルは別行立て数式の中になくてはなりません.すると,テキストフィールドの中に
 \series bold
 eq:と
 \series default
-いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
-を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
+いう接頭語の入ったダイアログが現れるので,接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,こうして数式ラベルであるとの標
+を付けることによって,節ラベルなどから区別し,大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 ラベル
 \family default
-メニューをもういちど使って下さい
+メニューをもういちど使って下さい
 \end_layout
 
 \begin_layout Standard
-LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
+\SpecialChar LyX
+中でラベル名は,数式の後ろに,二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
 \end_layout
 
 \begin_layout Standard
-相互参照は
+相互参照は
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 相互参照
 \family default
 メニューかツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_ref.png
-       scale 85
-
+\begin_inset Info
+type  "icon"
+arg   "dialog-show-new-inset ref"
 \end_inset
 
-を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
+を使って挿入します.数式相互参照は,出力では数式番号として表示されます.相互参照ダイアログで「
 \series bold
 (<参照>)
 \series default
-」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
+」書式を選択した場合には,出力での相互参照は,括弧に囲まれた数式番号として表示されます.
 \begin_inset Newline newline
 \end_inset
 
-LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
+\SpecialChar LyX
+中で相互参照を右クリックすると,参照先の数式に移動することができます.
 \end_layout
 
 \begin_layout Standard
-以下は、後の各小節に現れる数式への相互参照を含む例です。
+以下は,後の各小節に現れる数式への相互参照を含む例です.
 \begin_inset Note Note
 status open
 
 \begin_layout Plain Layout
-相互参照の型の違いに留意してください
+相互参照の型の違いに留意してください
 \end_layout
 
 \end_inset
@@ -29650,21 +29289,21 @@ reference "eq:c"
 
 \end_inset
 
-式は、等価です。(
+式は,等価です.(
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "eq:Rom"
 
 \end_inset
 
-)式とは異なり(
+)式とは異なり(
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "eq:Lat"
 
 \end_inset
 
-)式では、付番にラテン数字を使用しています。
+)式では,付番にラテン数字を使用しています.
 \end_layout
 
 \begin_layout Standard
@@ -29686,28 +29325,28 @@ status collapsed
 \backslash
 tag
 \series default
-は
+は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:ユーザー定義番号"
+reference "subsec:自己定義番号"
 
 \end_inset
 
-節に説明があります
+節に説明があります
 \end_layout
 
 \end_inset
 
 
 \series default
-の引数が
+の引数が
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:段落ボックス"
+reference "subsec:段落ボックス"
 
 \end_inset
 
-節で述べたボックスを含んでいるときには、その数式を参照することはできません。
+節で述べたボックスを含んでいるときには,その数式を参照することはできません.
 \end_layout
 
 \begin_layout Subsection
@@ -29726,87 +29365,252 @@ status collapsed
 
 \begin_layout Standard
 
-\series bold
-
-\backslash
-begin{subequations}
-\series default
-および
-\series bold
-
-\backslash
-end{subequations}
-\series default
-コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
+\lang english
+Formulas can be numbered as subequations.
+ To activate this feature, add the module 
+\family sans
+Subequations
+\family default
+ to the document in the menu 
+\family sans
+Document\SpecialChar menuseparator
+Settings\SpecialChar menuseparator
+Modules
+\family default
+.
+ To insert subequations use the menu 
+\family sans
+Insert\SpecialChar menuseparator
+Custom Insets\SpecialChar menuseparator
+Subequations
+\family default
+.
 \end_layout
 
 \begin_layout Standard
-たとえば、
+
+\lang english
+The equations to be subnumbered are put into the 
+\family sans
+Subequations
+\family default
+ environment
+\lang japanese
+.たとえば,
 \begin_inset Formula 
 \begin{equation}
-A=C-B\label{eq:a}
+A=C-B
 \end{equation}
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\begin_inset VSpace -5mm
+\end_inset
+
+
+\begin_inset Flex Subequations
+status open
 
 \begin_layout Plain Layout
+\begin_inset Formula 
+\begin{equation}
+B=C-A\label{eq:b}
+\end{equation}
+
+\end_inset
+
+
+\begin_inset Formula 
+\begin{equation}
+C=A+B\label{eq:c}
+\end{equation}
+
+\end_inset
 
 
-\backslash
-addtocounter{equation}{-1}
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Every formula in the 
+\family sans
+Subequations
+\family default
+ environment will be subnumbered with 
+\lang japanese
+a・b・c\SpecialChar ldots
+のように細目番号が振られます.
+\end_layout
+
+\begin_layout Standard
+細目番号への参照は,
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:b"
+
+\end_inset
+
+や
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:c"
+
+\end_inset
+
+.
+\lang english
+If you want to reference the subequations collectively, insert a label as
+ first thing in the 
+\family sans
+Subequations
+\family default
+ environment
+\lang japanese
+.数式
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:以下は"
+
+\end_inset
+
+はその例です.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+By inserting subequations vertical space is added before it
+\lang japanese
+.これを戻すために,-5
+\begin_inset space \thinspace{}
+\end_inset
+
+mm
+\lang english
+vertical space right before the 
+\family sans
+Subequations
+\family default
+ environment
+\lang japanese
+.数式様式として
+\series bold
+行頭下げ
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
+数式様式に関しては,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:数式様式"
 
+\end_inset
 
-\backslash
-begin{subequations}
+節を参照.
 \end_layout
 
 \end_inset
 
 
-\begin_inset VSpace -5mm
+\series default
+を用いているときには,これを-7
+\begin_inset space \thinspace{}
 \end_inset
 
+mm空白にしてください.
+\end_layout
 
-\begin_inset Formula 
-\begin{equation}
-B=C-A\label{eq:b}
-\end{equation}
+\begin_layout Standard
 
-\end_inset
+\lang english
+To get another subnumber instead of small Latin letters, insert this command
+ as \SpecialChar TeX
+ code before the equations in the 
+\family sans
+Subequations
+\family default
+ environment:
+\end_layout
 
+\begin_layout Standard
 
-\begin_inset Formula 
-\begin{equation}
-C=A+B\label{eq:c}
-\end{equation}
+\series bold
 
-\end_inset
+\backslash
+renewcommand{
+\backslash
+theequation}{
+\backslash
+theparentequation -
+\backslash
+roman{equation}}
+\end_layout
 
+\begin_layout Standard
+ここで,
+\backslash
+theparentequationは親番号を生成し,
+\backslash
+roman{equation}は細目番号として小文字ローマ数字を生成します.番号付けの調整について,詳しくは第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:ローマ数字や文字を使った付番"
 
+\end_inset
+
+節を参照してください.
 \end_layout
 
 \begin_layout Standard
+下記は,番号付けを調整済みで,2行目の付番を消した多行数式の例です.
+\begin_inset Flex Subequations
+status open
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "eq:以下は"
+
+\end_inset
+
+
 \begin_inset ERT
-status collapsed
+status open
 
 \begin_layout Plain Layout
 
 
 \backslash
-end{subequations}
+renewcommand{
+\backslash
+theequation}{
+\backslash
+theparentequation -
+\backslash
+roman{equation}}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Formula 
+\begin{eqnarray}
+A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
+ & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
+ & = & B^{2}-2BZ+Z^{2}
+\end{eqnarray}
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
@@ -29814,186 +29618,386 @@ end{subequations}
 
 \end_layout
 
-\begin_layout Standard
-この例を作るには、次のようにします。
+\begin_layout Subsection
+ローマ数字や文字を使った付番
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:ローマ数字や文字を使った付番"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+すうしきばんごう@数式番号 ! もじをつかった@文字を使った
 \end_layout
 
-\begin_layout Enumerate
-一つめの数式を入力します。
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
 \end_layout
 
-\begin_layout Enumerate
-一つめの数式の後に
-\begin_inset Newline newline
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+数式は,ローマ数字やラテン文字を使って付番することもできます.たとえば,小文字のローマ数字を使って付番するには,数式の前に\SpecialChar TeX
+モードで
+\end_layout
+
+\begin_layout Standard
+
 \series bold
 
 \backslash
-addtocounter{equation}{-1} 
+renewcommand{
 \backslash
-begin{subequations}
+theequation}{
+\backslash
+roman{equation}}
+\end_layout
+
+\begin_layout Standard
+というコマンドを入れます.
+\series bold
+
+\backslash
+renewcommand
+\series default
+
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! A ! 
+こまんど@コマンド ! R ! 
 \backslash
-addtocounter
+renewcommand
 \end_layout
 
 \end_inset
 
+は,定義済みのコマンド
+\series bold
+
+\backslash
+theequation
+\series default
+をコマンド
+\series bold
+
+\backslash
+roman{equation}
+\series default
+に再定義します
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+
+\backslash
+renewcommand
+\series default
+コマンドは,第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:newcommandコマンド"
 
-\begin_inset Newline newline
 \end_inset
 
+節に述べられている
+\series bold
 
+\backslash
+newcommand
 \series default
\82\92å\85¥å\8a\9bã\81\97ã\81¾ã\81\99ã\80\82
\82³ã\83\9eã\83³ã\83\89ã\81¨å\90\8cã\81\98æ\9b¸å¼\8fã\82\92æ\8c\81ã\81¡ã\81¾ã\81\99ï¼\8e
 \end_layout
 
-\begin_layout Enumerate
-二つめの数式を入力します。
-\end_layout
+\end_inset
 
-\begin_layout Enumerate
-三つめの数式を入力します。
-\end_layout
+.ここで,
+\series bold
+equation
+\series default
+は数式カウンタです.コマンド
+\series bold
 
-\begin_layout Enumerate
-三つめの数式の後に、
+\backslash
+the
+\series default
+をカウンタの接頭辞として使用すると,カウンタの値がアラビア数字として出力されます.数式に番号を振ると,\SpecialChar LaTeX
+は,内部的に
 \series bold
 
 \backslash
-end{subequations}
+theequation
+\series default
+コマンドを数式の後ろに置くのです.
+\series bold
+
+\backslash
+roman{equation}
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! R ! 
+\backslash
+roman
+\end_layout
+
+\end_inset
+
+
 \series default
\82\92å\85¥å\8a\9bã\81\97ã\81¾ã\81\99ã\80\82
\81¯ï¼\8cã\82«ã\82¦ã\83³ã\82¿ã\82\92å°\8fæ\96\87å­\97ã\81®ã\83­ã\83¼ã\83\9eæ\95°å­\97ã\81¨ã\81\97ã\81¦å\87ºå\8a\9bã\81\97ã\81¾ã\81\99ï¼\8e
 \end_layout
 
 \begin_layout Standard
+こうして,
+\series bold
 
+\backslash
+renew
+\series default
+c
+\series bold
+ommand
+\series default
+コマンド以降の数式はすべて,ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,同じコマンドの
 \series bold
 
 \backslash
-begin
+roman
 \series default
\82³ã\83\9eã\83³ã\83\89ã\81¨
\81®é\83¨å\88\86ã\82\92
 \series bold
 
 \backslash
-end
+Roman
 \series default
-コマンドのあいだの数式はすべて、a・b・
-\begin_inset Newline linebreak
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! R ! 
+\backslash
+roman@
+\backslash
+Roman
+\end_layout
+
 \end_inset
 
-c\SpecialChar \ldots{}
-のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
-\emph on
-ひとつの
-\emph default
-付番数式として扱われますが、それぞれの付番数式が
+に変えて挿入します.また,小文字ラテン文字を使って「付番」したいときのために,
 \series bold
-equation
+
+\backslash
+alph
 \series default
-カウンタを一つずつ進めてしまうので、
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! A ! 
+\backslash
+alph
+\end_layout
+
+\end_inset
+
+コマンドがあり,大文字ラテン文字を使って付番したいときのためには,
 \series bold
 
 \backslash
-addtocounter
+Alph
 \series default
-コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:a"
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+こまんど@コマンド ! A ! 
+\backslash
+alph@
+\backslash
+Alph
+\end_layout
 
 \end_inset
 
-式・
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:b"
+コマンドがあります.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+ラテン文字を使うと,一つの文書の中で,最大26個の数式しか番号を振ることができません.
+\end_layout
 
 \end_inset
 
-式・
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:c"
 
+\begin_inset Newpage newpage
 \end_inset
 
-式は、それぞれ
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:a"
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+theequation}{
+\backslash
+roman{equation}}
+\end_layout
 
 \end_inset
 
-式・
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:d"
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Formula 
+\begin{equation}
+A=\textrm{小文字ローマ数字}
+\end{equation}
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+theequation}{
+\backslash
+Roman{equation}}
+\end_layout
 
 \end_inset
 
-式・
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:f"
+
+\begin_inset Formula 
+\begin{equation}
+B=\textrm{大文字ローマ数字}\label{eq:Rom}
+\end{equation}
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+theequation}{
+\backslash
+alph{equation}}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Formula 
+\begin{equation}
+C=\textrm{小文字ラテン文字}
+\end{equation}
 
 \end_inset
 
-式として番号が振られてしまいます。
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+theequation}{
+\backslash
+Alph{equation}}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Formula 
+\begin{equation}
+D=\textrm{大文字ラテン文字}\label{eq:Lat}
+\end{equation}
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+既定の付番方式に戻すには,以下のコマンドを挿入してください.
 \end_layout
 
 \begin_layout Standard
-上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
-\begin_inset space \thinspace{}
-\end_inset
 
-mmの垂直空白を
 \series bold
 
 \backslash
-begin{subequations}
-\series default
-コマンドの後に入れています。数式様式として
-\series bold
-行頭下げ
-\begin_inset Foot
+renewcommand{
+\backslash
+theequation}{
+\backslash
+arabic{equation}}
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-\series bold
-数式様式に関しては、第
-\series default
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:数式様式"
-
-\end_inset
-
-節を参照。
+こまんど@コマンド ! A ! 
+\backslash
+arabic
 \end_layout
 
 \end_inset
 
 
-\series default
-を用いているときには、これを-7
-\begin_inset space \thinspace{}
-\end_inset
-
-mm空白にしてください。
 \end_layout
 
 \begin_layout Standard
-以下は、二行めのみ付番を無効にしている多行数式の例です。
 \begin_inset ERT
 status collapsed
 
@@ -30001,42 +30005,48 @@ status collapsed
 
 
 \backslash
-begin{subequations}
+renewcommand{
+\backslash
+theequation}{
+\backslash
+arabic{equation}}
 \end_layout
 
 \end_inset
 
 
 \begin_inset Formula 
-\begin{eqnarray}
-A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
- & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
- & = & B^{2}-2BZ+Z^{2}\label{eq:f}
-\end{eqnarray}
+\begin{equation}
+E=\textrm{アラビア数字}
+\end{equation}
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-end{subequations}
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
+以上からわかるとおり,付番様式の違いに関わらず,数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,新しい数式カウンタを定義しなく
+てはなりません.この点に関する説明は,ファイル
+\begin_inset CommandInset href
+LatexCommand href
+name "Formula-numbering.lyx"
+target "run:Formula-numbering.lyx"
+literal "false"
+
+\end_inset
 
+にあります.
 \end_layout
 
 \begin_layout Subsection
-ユーザー定義番号
+自己定義番号
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:ユーザー定義番号"
+name "subsec:自己定義番号"
 
 \end_inset
 
@@ -30045,7 +30055,7 @@ name "sub:ユーザー定義番号"
 status collapsed
 
 \begin_layout Plain Layout
\81\99ã\81\86ã\81\97ã\81\8dã\81°ã\82\93ã\81\94ã\81\86\95°å¼\8fç\95ªå\8f· ! ã\82\86ã\83¼ã\81\96ã\83¼ã\81¦ã\81\84ã\81\8e\83¦ã\83¼ã\82¶ã\83¼定義
\81\99ã\81\86ã\81\97ã\81\8dã\81°ã\82\93ã\81\94ã\81\86\95°å¼\8fç\95ªå\8f· ! ã\81\98ã\81\93ã\81¦ã\81\84ã\81\8e\87ªå·±定義
 \end_layout
 
 \end_inset
@@ -30063,7 +30073,8 @@ status collapsed
 
 \end_inset
 
-標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
+標準の付番では,数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,\SpecialChar LaTeX
+プリアンブルに以下の行を付け加えます.
 \end_layout
 
 \begin_layout Standard
@@ -30098,7 +30109,8 @@ maketag@@@{
 status collapsed
 
 \begin_layout Plain Layout
-このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
+このマクロは,テスト用に\SpecialChar LaTeX
+プリアンブルで既に宣言されています.これを有効にするには,最初のパーセント記号を取り除いて下さい.
 \end_layout
 
 \end_inset
@@ -30107,18 +30119,18 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-他の記号を使いたいときには
+他の記号を使いたいときには
 \series bold
 #1
 \series default
-脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
+脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,縦棒を削除して下さい.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
+数式の後ろに,括弧に囲まれた連番の代わりに,何かしらの表現が欲しいときには,以下のように
 \series bold
 
 \backslash
@@ -30136,7 +30148,7 @@ tag
 
 \end_inset
 
-コマンドを使います
+コマンドを使います
 \begin_inset Formula 
 \begin{equation}
 A+B=C\tag{何とかかんとか}\label{eq:tag}
@@ -30144,26 +30156,17 @@ A+B=C\tag{何とかかんとか}\label{eq:tag}
 
 \end_inset
 
-上記の例では
+上記の例では
 \series bold
 
 \backslash
 tag
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 何とかかんとか
 \series default
-というコマンドを数式に打ち込んでいます
+というコマンドを数式に打ち込んでいます
 \end_layout
 
 \begin_layout Standard
@@ -30172,21 +30175,12 @@ spce
 
 \backslash
 tag*
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 何とかかんとか
 \series default
-というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
+というコマンドを使うと,星印は表現の周りの括弧を抑制するので,以下のようになります.
 \begin_inset Formula 
 \[
 A+B=C\tag*{something}
@@ -30201,7 +30195,7 @@ A+B=C\tag*{something}
 \begin_inset VSpace bigskip
 \end_inset
 
-数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
+数式番号を,文書中の新しい部門や節ごとに振りなおしたいときには,部に関しては
 \begin_inset Newline newline
 \end_inset
 
@@ -30217,28 +30211,8 @@ status collapsed
 
 \begin_layout Plain Layout
 こまんど@コマンド ! 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-"
-\end_layout
-
-\end_inset
-
-@
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-"
-\end_layout
-
-\end_inset
-
- ! 
+\backslash
+@記号 ! 
 \backslash
 
 \begin_inset ERT
@@ -30285,23 +30259,26 @@ addtoreset
 
 
 \series default
-というコマンドを使います
+というコマンドを使います
 \end_layout
 
 \begin_layout Standard
-これらのコマンドをTeXモードで使えるようにするためには、
+これらのコマンドを\SpecialChar TeX
+モードで使えるようにするためには,
 \series bold
 
 \backslash
 makeatletter
 \series default
-コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
+コマンドで「@」字を\SpecialChar LaTeX
+中で「有効」にしてやらなくてはなりません.一方,
 \series bold
 
 \backslash
 makeatother
 \series default
-コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
+コマンドはこれを無効にします.したがって,\SpecialChar TeX
+モード中での上記コマンド列は,
 \end_layout
 
 \begin_layout Standard
@@ -30327,11 +30304,12 @@ makeatother
 
 
 \series default
-のようにならなくてはなりません
+のようにならなくてはなりません
 \end_layout
 
 \begin_layout Standard
-LaTeXプリアンブル中では、
+\SpecialChar LaTeX
+プリアンブル中では,
 \series bold
 
 \backslash
@@ -30343,7 +30321,8 @@ makeatletter
 \backslash
 makeatother
 \series default
-は、LyXが内部的に自動で挿入するので省略してかまいません。
+は,\SpecialChar LyX
+が内部的に自動で挿入するので省略してかまいません.
 \end_layout
 
 \begin_layout Standard
@@ -30353,7 +30332,8 @@ makeatother
 \backslash
 @addtoreset
 \series default
-を戻すには、まずLaTeXプリアンブル中に
+を戻すには,まず\SpecialChar LaTeX
+プリアンブル中に
 \end_layout
 
 \begin_layout Standard
@@ -30365,7 +30345,7 @@ usepackage{remreset}
 \end_layout
 
 \begin_layout Standard
-という行を入れて
+という行を入れて
 \series bold
 remreset.sty
 \series default
@@ -30378,7 +30358,8 @@ status collapsed
 \series bold
 remreset
 \series default
-は、LaTeXパッケージの
+は,\SpecialChar LaTeX
+パッケージの
 \series bold
 carlisle
 \series default
@@ -30392,7 +30373,8 @@ status collapsed
 
 \end_inset
 
-の一部として含まれており、LaTeX標準頒布版には含まれています。
+の一部として含まれており,\SpecialChar LaTeX
+標準頒布版には含まれています.
 \end_layout
 
 \end_inset
@@ -30407,7 +30389,7 @@ status collapsed
 
 \end_inset
 
-ファイルを読み込んでおかなくてはなりませんその後
+ファイルを読み込んでおかなくてはなりませんその後
 \begin_inset Newline newline
 \end_inset
 
@@ -30423,28 +30405,8 @@ status collapsed
 
 \begin_layout Plain Layout
 こまんど@コマンド ! 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-"
-\end_layout
-
-\end_inset
-
-@
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-"
-\end_layout
-
-\end_inset
-
- ! 
+\backslash
+@記号 ! 
 \backslash
 
 \begin_inset ERT
@@ -30479,20 +30441,20 @@ removefromreset
 \backslash
 @addtoreset
 \series default
-と同じ書式で使用すると
+と同じ書式で使用すると
 \series bold
 
 \backslash
 @addtoreset
 \series default
-を戻すことができます
+を戻すことができます
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-ときには数式を
+ときには数式を
 \end_layout
 
 \begin_layout Standard
@@ -30502,11 +30464,11 @@ removefromreset
 \end_layout
 
 \begin_layout Standard
-のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
+のような形で付番し,節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
 \end_layout
 
 \begin_layout Standard
-このような場合のために
+このような場合のために
 \series bold
 
 \backslash
@@ -30524,7 +30486,7 @@ numberwithin
 
 \end_inset
 
-というコマンドがあり
+というコマンドがあり
 \end_layout
 
 \begin_layout Standard
@@ -30536,11 +30498,13 @@ numberwithin{カウンタ}{節階層}
 \end_layout
 
 \begin_layout Standard
-という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
+という書式で用います.「カウンタ」は,どの番号を制御するかを表し,「節階層」は点の前に何の番号を振るのかを表します.
 \end_layout
 
 \begin_layout Standard
-したがって、ここではLaTeXプリアンブルかTeXコードで
+したがって,ここでは\SpecialChar LaTeX
+プリアンブルか\SpecialChar TeX
+コードで
 \end_layout
 
 \begin_layout Standard
@@ -30552,7 +30516,7 @@ numberwithin{equation}{section}
 \end_layout
 
 \begin_layout Standard
-という行を用いることにしましょう。その結果がこれです。
+という行を用いることにしましょう.その結果がこれです.
 \begin_inset ERT
 status collapsed
 
@@ -30577,7 +30541,7 @@ A+B=C
 \end_layout
 
 \begin_layout Standard
-たとえば、部番号を節階層として使用して、表に付番を施すときには
+たとえば,部番号を節階層として使用して,表に付番を施すときには
 \begin_inset Newline newline
 \end_inset
 
@@ -30587,11 +30551,11 @@ A+B=C
 \backslash
 numberwithin{table}{part}
 \series default
-を用います
+を用います
 \end_layout
 
 \begin_layout Standard
-標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
+標準の付番方式に戻したいときや,この種の付番が文書クラスで定義されているときに,それを止めさせたい場合には,
 \end_layout
 
 \begin_layout Standard
@@ -30658,19 +30622,21 @@ arabic{table}}
 \end_layout
 
 \begin_layout Standard
-というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
+というコマンドを\SpecialChar TeX
+コードとして入れるか,\SpecialChar LaTeX
+プリアンブルに入れます.
 \series bold
 
 \backslash
 numberwithin
 \series default
-は内部的に上記で述べた
+は内部的に上記で述べた
 \series bold
 
 \backslash
 @addtoreset
 \series default
-コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
+コマンドを使用しているので,これも使用後は戻しておかなくてはなりません.
 \begin_inset ERT
 status collapsed
 
@@ -30700,251 +30666,40 @@ makeatother
 
 \end_layout
 
-\begin_layout Subsection
-ローマ数字や文字を使った付番
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-すうしきばんごう@数式番号 ! もじをつかった@文字を使った
-\end_layout
-
-\end_inset
-
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-roman{equation}}
-\end_layout
-
-\begin_layout Standard
-というコマンドを入れます。
-\series bold
-
-\backslash
-renewcommand
-\series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-こまんど@コマンド ! R ! 
-\backslash
-renewcommand
-\end_layout
-
-\end_inset
-
-は、定義済みのコマンド
-\series bold
-
-\backslash
-theequation
-\series default
-をコマンド
-\series bold
-
-\backslash
-roman{equation}
-\series default
-に再定義します
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-
-\series bold
-
-\backslash
-renewcommand
-\series default
-コマンドは、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:newcommandコマンド"
-
-\end_inset
-
-節に述べられている
-\series bold
-
-\backslash
-newcommand
-\series default
-コマンドと同じ書式を持ちます。
-\end_layout
-
-\end_inset
-
-。ここで、
-\series bold
-equation
-\series default
-は数式カウンタです。コマンド
-\series bold
-
-\backslash
-the
-\series default
-をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
-\series bold
-
-\backslash
-theequation
-\series default
-コマンドを数式の後ろに置くのです。
-\series bold
-
-\backslash
-roman{equation}
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-こまんど@コマンド ! R ! 
-\backslash
-roman
-\end_layout
+\begin_layout Section
+化学記号と化学式
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:化学記号と化学式"
 
 \end_inset
 
 
-\series default
-は、カウンタを小文字のローマ数字として出力します。
-\end_layout
-
-\begin_layout Standard
-こうして、
-\series bold
-
-\backslash
-renew
-\series default
-c
-\series bold
-ommand
-\series default
-コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
-\series bold
-
-\backslash
-roman
-\series default
-の部分を
-\series bold
-
-\backslash
-Roman
-\series default
-
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! R ! 
-\backslash
-roman@
-\backslash
-Roman
+かがくきごう@化学記号 ! きごう@記号
 \end_layout
 
 \end_inset
 
-に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
-\series bold
-
-\backslash
-alph
-\series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! A ! 
-\backslash
-alph
+かがくしき@化学式
 \end_layout
 
 \end_inset
 
-コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
-\series bold
-
-\backslash
-Alph
-\series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! A ! 
-\backslash
-alph@
-\backslash
-Alph
-\end_layout
-
-\end_inset
-
-コマンドがあります。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-(注意)
-\series default
-ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-roman{equation}}
+きごう@記号 ! かがく@化学
 \end_layout
 
 \end_inset
@@ -30953,140 +30708,25 @@ roman{equation}}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Formula 
-\begin{equation}
-A=\textrm{小文字ローマ数字}
-\end{equation}
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-Roman{equation}}
-\end_layout
-
-\end_inset
-
-
-\begin_inset Formula 
-\begin{equation}
-B=\textrm{大文字ローマ数字}\label{eq:Rom}
-\end{equation}
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-alph{equation}}
-\end_layout
-
-\end_inset
-
-
-\begin_inset Formula 
-\begin{equation}
-C=\textrm{小文字ラテン文字}
-\end{equation}
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-Alph{equation}}
+以下は,化学関係の文章の例です.
 \end_layout
 
+\begin_layout Quote
+\begin_inset Formula $\mathrm{SO_{4}^{2-}}$
 \end_inset
 
-
-\begin_inset Formula 
-\begin{equation}
-D=\textrm{大文字ラテン文字}\label{eq:Lat}
-\end{equation}
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-既定の付番方式に戻すには、以下のコマンドを挿入してください。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-arabic{equation}}
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-こまんど@コマンド ! A ! 
-\backslash
-arabic
-\end_layout
-
+イオンは,2つの
+\begin_inset Formula $\mathrm{Na^{+}}$
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-theequation}{
-\backslash
-arabic{equation}}
-\end_layout
-
+イオンと反応して,硫酸化塩
+\begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
 \end_inset
 
-
+を形成します.この化学式は以下のようになります.
 \begin_inset Formula 
 \begin{equation}
-E=\textrm{アラビア数字}
+\mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
 \end{equation}
 
 \end_inset
@@ -31095,55 +30735,17 @@ E=\textrm{アラビア数字}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
-
-以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
-てはなりません。この点に関する説明は、ファイル
-\begin_inset CommandInset href
-LatexCommand href
-name "Formula-numbering.lyx"
-target "run:Formula-numbering.lyx"
-
-\end_inset
-
-にあります。
-\end_layout
-
-\begin_layout Section
-化学記号と化学式
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:化学記号と化学式"
-
-\end_inset
-
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-かがくきごう@化学記号 ! きごう@記号
-\end_layout
-
-\end_inset
-
-
-\begin_inset Index idx
+この化学式は,直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,全体を選択してから
+\begin_inset Flex Ruby
 status collapsed
 
 \begin_layout Plain Layout
-かがくしき@化学式
-\end_layout
-
-\end_inset
-
-
-\begin_inset Index idx
+捷径
+\begin_inset Argument post:1
 status collapsed
 
 \begin_layout Plain Layout
\81\8dã\81\94ã\81\86@è¨\98å\8f· ! ã\81\8bã\81\8cã\81\8f\8c\96å­¦
\82·ã\83§ã\83¼ã\83\88ã\82«ã\83\83ã\83\88
 \end_layout
 
 \end_inset
@@ -31151,62 +30753,37 @@ status collapsed
 
 \end_layout
 
-\begin_layout Standard
-以下は、化学関係の文章の例です。
-\end_layout
-
-\begin_layout Quote
-\begin_inset Formula $\mathrm{SO_{4}^{2-}}$
-\end_inset
-
-イオンは、2つの
-\begin_inset Formula $\mathrm{Na^{+}}$
-\end_inset
-
-イオンと反応して、硫酸化塩
-\begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
-\end_inset
-
-を形成します。この化学式は以下のようになります。
-\begin_inset Formula 
-\begin{equation}
-\mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
-\end{equation}
-
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
 \begin_inset Info
 type  "shortcut"
 arg   "font-roman"
 \end_inset
 
-を押せばアップライトフォント様式に変更することができます
+を押せばアップライトフォント様式に変更することができます
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-フォント様式に関しては
+フォント様式に関しては
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:書体様式"
+reference "subsec:書体様式"
 
 \end_inset
 
-節を参照のこと
+節を参照のこと
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
-化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
+化学式を組版するのにもう少し便利な方法は,\SpecialChar LaTeX
+パッケージ
 \series bold
 mhchem
 \series default
 
 \end_inset
 
-コマンドを使用することです
+コマンドを使用することです
 \series bold
 
 \backslash
 ce
 \series default
-を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
+を数式に入力すると,新しい青いボックスが現れ,直感的に化学式を入力することができます.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="9" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<lyxtabular version="3" rows="10" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとしてのみ使用されています。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 H2CO3
@@ -31315,11 +30867,11 @@ H2CO3
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{H2CO3}$
 \end_inset
 
 
@@ -31328,24 +30880,15 @@ H2CO3
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 SO4^2-
@@ -31353,11 +30896,11 @@ SO4^2-
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{SO4^{2-}}$
 \end_inset
 
 
@@ -31366,24 +30909,15 @@ SO4^2-
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 (NH4)2S
@@ -31391,11 +30925,11 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{(NH4)2S}$
 \end_inset
 
 
@@ -31404,24 +30938,15 @@ spce
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 KCr(SO4)2.12H2O
@@ -31429,11 +30954,11 @@ KCr(SO4)2.12H2O
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
 \end_inset
 
 
@@ -31442,54 +30967,27 @@ KCr(SO4)2.12H2O
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A-B
 \backslash
 dbond
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 C
 \backslash
 tbond
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 D
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{A-B\dbond C\tbond D}$
 \end_inset
 
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ^227
@@ -31543,11 +31032,11 @@ Th+
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{_{90}^{227}Th+}$
 \end_inset
 
 
@@ -31557,75 +31046,71 @@ Th+
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
 \backslash
-spce 
-\end_layout
-
+mu
+\begin_inset space \textvisiblespace{}
 \end_inset
 
-CO2
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
 
 \backslash
-spce 
+hyphen
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+Cl
 \end_layout
 
 \end_inset
-
-+
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
+\end_inset
 
 
-\backslash
-spce 
 \end_layout
 
 \end_inset
-
-C
-\begin_inset ERT
-status collapsed
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
 \backslash
-spce 
-\end_layout
-
+ce
+\begin_inset space \textvisiblespace{}
 \end_inset
 
-<=>
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+CO2
+\begin_inset space \textvisiblespace{}
+\end_inset
 
++
+\begin_inset space \textvisiblespace{}
+\end_inset
 
-\backslash
-spce 
-\end_layout
+C
+\begin_inset space \textvisiblespace{}
+\end_inset
 
+<=>
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 2CO
@@ -31637,7 +31122,7 @@ spce
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
+\begin_inset Formula $\ce{CO2 + C <=> 2CO}$
 \end_inset
 
 
@@ -31646,63 +31131,27 @@ spce
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 CO2
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 +
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 C
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ->[
@@ -31710,16 +31159,7 @@ spce
 alpha][
 \backslash
 beta]
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 2CO}
@@ -31727,11 +31167,11 @@ spce
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
+\begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
 \end_inset
 
 
@@ -31755,37 +31195,25 @@ status open
 
 \series bold
 【註】
-\backslash
-ce
 \series default
-ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
+\SpecialChar LyX
+では,
 \series bold
-
-\backslash
-ce{$
-\backslash
-mu
-\backslash
-hyphen$Cl}
+mhchem
 \series default
-(
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
+の説明書通りに上矢印を得ようと^文字を使用しても,うまく行きません.代わりに,次のように,負の小空白の後に
+\series bold
 
 \backslash
-ce{$
-\backslash
-mu
-\backslash
-hyphen$Cl}
-\end_layout
+uparrow
+\series default
+コマンドを続けます.
+\color none
 
+\begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
 \end_inset
 
-)のようにTeXコードを使わなくてはなりません。
+
 \end_layout
 
 \end_inset
@@ -31816,81 +31244,27 @@ reference "eq:chem-reaction"
  
 \backslash
 ce
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 2Na+
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 +
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 SO4^2-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 ->
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 Na2SO4
@@ -31899,24 +31273,24 @@ Na2SO4
 
 
 \series default
-のようになります
+のようになります
 \end_layout
 
 \begin_layout Standard
-複数行の化学式を作るには
+複数行の化学式を作るには
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:多行数式"
 
 \end_inset
 
-節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
+節に述べられている方法で,多行数式をまず作ります.その後,数式の小さな青いボックスそれぞれに
 \series bold
 
 \backslash
 ce
 \series default
-コマンドを使用します
+コマンドを使用します
 \begin_inset CommandInset ref
 LatexCommand eqref
 reference "eq:TEOS-reaction-1"
@@ -31930,7 +31304,7 @@ reference "eq:TEOS-reaction-2"
 
 \end_inset
 
-式は、多段化学反応式の例で、一つの式毎に番号が振られています。
+式は,多段化学反応式の例で,一つの式毎に番号が振られています.
 \begin_inset Formula 
 \begin{eqnarray}
 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
@@ -31947,13 +31321,13 @@ reference "eq:TEOS-reaction-2"
 \series bold
 mhchem
 \series default
-パッケージは
+パッケージは
 \series bold
 
 \backslash
 ce
 \series default
-の他に特殊ケースに使用する
+の他に特殊ケースに使用する
 \series bold
 
 \backslash
 
 \end_inset
 
-コマンドを提供しています
+コマンドを提供しています
 \series bold
 
 \backslash
 cf
 \series default
-の詳しい情報と例示については
+の詳しい情報と例示については
 \series bold
 mhchem
 \series default
@@ -31985,17 +31359,11 @@ mhchem
 \begin_inset CommandInset citation
 LatexCommand cite
 key "mhchem"
+literal "true"
 
 \end_inset
 
-の取扱説明書をご覧ください。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Newpage newpage
-\end_inset
-
-
+の取扱説明書をご覧ください.
 \end_layout
 
 \begin_layout Section
@@ -32003,7 +31371,8 @@ key "mhchem"
 \end_layout
 
 \begin_layout Standard
-LyXは、二つの型の可換図
+\SpecialChar LyX
+は,二つの型の可換図
 \series bold
 amscd
 \series default
@@ -32011,7 +31380,7 @@ amscd
 \series bold
 xymatrix
 \series default
-をサポートしており、以下でこれらの説明をします。
+をサポートしており,以下でこれらの説明をします.
 \end_layout
 
 \begin_layout Subsection
@@ -32029,7 +31398,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
+この型の図解は,以下のように,関係を縦横の線や矢印で図示します.
 \begin_inset Formula 
 \[
 \begin{CD}A@>>>B@>>>C\\
@@ -32044,7 +31413,7 @@ F@<<<E@<<<D
 \end_layout
 
 \begin_layout Standard
-これを作るには数式に
+これを作るには数式に
 \series bold
 
 \backslash
 
 
 \series default
-コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
+コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,ここにコマンドを入れていきます.
 \begin_inset Info
 type  "shortcut"
 arg   "newline-insert newline"
 \end_inset
 
-を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
+を押すと,新しい行が作られます.水平方向の関係は奇数行に入れ,垂直方向の関係は偶数行に入れます.
 \end_layout
 
 \begin_layout Standard
-関係を作るには、以下のコマンドがあります。
+関係を作るには,以下のコマンドがあります.
 \end_layout
 
 \begin_layout Itemize
 \begin_inset Formula $\boldsymbol{@<<<}$
 \end_inset
 
-は左矢印
+は左矢印
 \begin_inset Formula $\boldsymbol{@>>>}$
 \end_inset
 
-は右矢印
+は右矢印
 \series bold
 @=
 \series default
-は長い等号を生成します
+は長い等号を生成します
 \end_layout
 
 \begin_layout Itemize
@@ -32095,15 +31464,15 @@ arg   "newline-insert newline"
 \series bold
 @AAA
 \series default
-は上矢印
+は上矢印
 \series bold
 @VVV
 \series default
-は下矢印
+は下矢印
 \begin_inset Formula $\boldsymbol{@|}$
 \end_inset
 
-は縦向きの等号を生成します
+は縦向きの等号を生成します
 \end_layout
 
 \begin_layout Itemize
@@ -32111,15 +31480,15 @@ arg   "newline-insert newline"
 \series bold
 @.
 \series default
-は関係が存在しない部分に置きます
+は関係が存在しない部分に置きます
 \end_layout
 
 \begin_layout Standard
-矢印はすべて、以下のようにラベル付けをすることができます。
+矢印はすべて,以下のようにラベル付けをすることができます.
 \end_layout
 
 \begin_layout Itemize
-文章を第1と第2の「
+文章を第1と第2の「
 \begin_inset Formula $<$
 \end_inset
 
@@ -32127,7 +31496,7 @@ arg   "newline-insert newline"
 \begin_inset Formula $>$
 \end_inset
 
-」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
+」のあいだに入れると,この文章は矢印の上に表示されます.第2・第3の「
 \begin_inset Formula $<$
 \end_inset
 
@@ -32135,16 +31504,17 @@ arg   "newline-insert newline"
 \begin_inset Formula $>$
 \end_inset
 
-」のあいだに入れると、矢印の下に表示されます。
+」のあいだに入れると,矢印の下に表示されます.
 \end_layout
 
 \begin_layout Itemize
-縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
-ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
+縦矢印に付ける文章を,第1・第2の「A」ないし「V」のあいだに入れると,この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,矢印の右に表示され
+ます.文章中に「A」や「V」の文字があるときには,これらは\SpecialChar TeX
+括弧の中に入れなくてはなりません.
 \end_layout
 
 \begin_layout Standard
-以下は、上記のすべての関係を使った例です。
+以下は,上記のすべての関係を使った例です.
 \end_layout
 
 \begin_layout Standard
@@ -32162,7 +31532,7 @@ D@<<j<E@>k>>F@=C
 \end_layout
 
 \begin_layout Standard
-これを作るコマンドは、以下のとおりです。
+これを作るコマンドは,以下のとおりです.
 \begin_inset Newline newline
 \end_inset
 
@@ -32171,16 +31541,7 @@ D@<<j<E@>k>>F@=C
 
 \backslash
 CD
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A
@@ -32213,16 +31574,7 @@ status open
 
 \backslash
 CD
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -32258,16 +31610,7 @@ status open
 
 \backslash
 CD
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 
@@ -32309,42 +31652,43 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-xymatricesを使うには、LaTeXパッケージの
+xymatricesを使うには,\SpecialChar LaTeX
+パッケージの
 \series bold
 xypic
 \series default
-が導入済みである必要があります。xymatrixは、数式中に
+が導入済みである必要があります.xymatrixは,数式中に
 \series bold
 
 \backslash
 xymatrix
 \series default
-コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。
+コマンドを入れることで作ることができます.すると,通常の行列と同じようにして,列や行を付け加えることができます.
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:行列"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Standard
-amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
+amscd図解とは異なり,xymatricesは,対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
 \family sans
-ヘルプ\SpecialChar \menuseparator
-用途別説明書\SpecialChar \menuseparator
+ヘルプ\SpecialChar menuseparator
+用途別説明書\SpecialChar menuseparator
 XY-pic説明書
 \family default
 メニューにある
 \emph on
 XY-pic説明書
 \emph default
-で詳しく網羅しています
+で詳しく網羅しています
 \end_layout
 
 \begin_layout Subsection
-ファインマン・ダイアグラム
+ファインマン
 \series medium
 
 \begin_inset Index idx
@@ -32360,53 +31704,48 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ファインマン・ダイアグラムを使うには、LaTeXパッケージ
+ファインマン図を使うには,\SpecialChar LaTeX
+パッケージ
 \series bold
 feyn
 \series default
-を導入しておかなくてはなりません。すると、ファインマン・ダイアグラムは、数式中で
+を導入しておかなくてはなりません.すると,ファインマン図は,数式中で
 \series bold
 
 \backslash
 Diagram
 \series default
-コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(
+コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:行列"
 
 \end_inset
 
-節参照)。
+節参照).
 \end_layout
 
 \begin_layout Standard
-LyXでのファインマン・ダイアグラムの作り方は、メニュー
+\SpecialChar LyX
+でのファインマン図の作り方は,メニュー
 \family sans
-ヘルプ\SpecialChar \menuseparator
+ヘルプ\SpecialChar menuseparator
 用途別説明書
 \family default
 内の『
 \emph on
-ファインマン・ダイアグラム
+ファインマン
 \emph default
-』にあります。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Newpage newpage
-\end_inset
-
-
+』にあります.
 \end_layout
 
 \begin_layout Section
-ユーザー定義コマンド
+自己定義コマンド
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\82\86ã\83¼ã\81\96ã\83¼ã\81¦ã\81\84ã\81\8eã\81\93ã\81¾ã\82\93ã\81©@ã\83¦ã\83¼ã\82¶ã\83¼定義コマンド
\81\98ã\81\93ã\81¦ã\81\84ã\81\8eã\81\93ã\81¾ã\82\93ã\81©@è\87ªå·±定義コマンド
 \end_layout
 
 \end_inset
@@ -32419,7 +31758,7 @@ status collapsed
 status open
 
 \begin_layout Plain Layout
-(注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
+【註】自己定義コマンド名及びマクロ名には,ラテン文字しか使用することができません.
 \end_layout
 
 \end_inset
@@ -32433,7 +31772,7 @@ status open
 newcommandコマンド
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:newcommandコマンド"
+name "subsec:newcommandコマンド"
 
 \end_inset
 
@@ -32442,7 +31781,7 @@ name "sub:newcommandコマンド"
 status collapsed
 
 \begin_layout Plain Layout
\82\86ã\83¼ã\81\96ã\83¼ã\81¦ã\81\84ã\81\8eã\81\93ã\81¾ã\82\93ã\81©@ã\83¦ã\83¼ã\82¶ã\83¼定義コマンド ! 
\81\98ã\81\93ã\81¦ã\81\84ã\81\8eã\81\93ã\81¾ã\82\93ã\81©@è\87ªå·±定義コマンド ! 
 \backslash
 newcommand
 \end_layout
@@ -32465,13 +31804,14 @@ newcommand
 \end_layout
 
 \begin_layout Standard
-頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
+頻繁に用いるには,長すぎる\SpecialChar LaTeX
+コマンドはたくさんありますが,
 \series bold
 
 \backslash
 newcommand
 \series default
-コマンドを使えば、新しい短縮コマンドを定義することが可能です。
+コマンドを使えば,新しい短縮コマンドを定義することが可能です.
 \end_layout
 
 \begin_layout Standard
@@ -32481,7 +31821,7 @@ newcommand
 \backslash
 newcommand
 \series default
-コマンドの書式は
+コマンドの書式は
 \end_layout
 
 \begin_layout Standard
@@ -32511,7 +31851,7 @@ newcommand
 \end_layout
 
 \begin_layout Standard
-です
+です
 \end_layout
 
 \begin_layout Standard
@@ -32521,9 +31861,10 @@ status open
 \begin_layout Plain Layout
 
 \series bold
-(注意)
+【註】
 \series default
-新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
+新コマンド名が,使用中の文書や呼び出している\SpecialChar LaTeX
+パッケージで,既に使用されていないことを確認して下さい.たとえば,
 \series bold
 
 \backslash
@@ -32535,7 +31876,7 @@ Leftarrow
 \backslash
 le
 \series default
-というコマンドを定義したとすると
+というコマンドを定義したとすると
 \series bold
 
 \backslash
@@ -32545,7 +31886,7 @@ le
 \begin_inset Formula $\le$
 \end_inset
 
-」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
+」を表すコマンドとして定義されてしまっているので,エラーメッセージが表示されます.
 \end_layout
 
 \end_inset
@@ -32554,7 +31895,7 @@ le
 \end_layout
 
 \begin_layout Standard
-「引数の数」は0
+「引数の数」は0
 \begin_inset space \thinspace{}
 \end_inset
 
 \begin_inset space \thinspace{}
 \end_inset
 
-9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
+9の範囲の整数であり,新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,非必須の引数の既定値を定義できます.これを指定すると,新コマン
 ドの
 \emph on
 最初の
 \emph default
-引数は、自動的に非必須の引数になります。
+引数は,自動的に非必須の引数になります.
 \end_layout
 
 \begin_layout Standard
-以下にいくつかの例を挙げます
+以下にいくつかの例を挙げます
 \end_layout
 
 \begin_layout Itemize
@@ -32587,7 +31928,8 @@ Longrightarrow
 \backslash
 gr
 \series default
-というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
+というコマンドを定義するには,\SpecialChar LaTeX
+プリアンブルに以下の行を加えます.
 \begin_inset VSpace medskip
 \end_inset
 
@@ -32619,7 +31961,7 @@ underline
 \backslash
 us
 \series default
-というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
+というコマンドを定義するには,(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,以下のようなプリアンブル行を入れます.
 \begin_inset VSpace medskip
 \end_inset
 
@@ -32649,11 +31991,11 @@ underline{#1}}
 \series bold
 #
 \series default
-」という文字は、引数の入る場所を示し、その後ろの「
+」という文字は,引数の入る場所を示し,その後ろの「
 \series bold
 1
 \series default
-」は、これが第1引数の入る場所であることを示します。
+」は,これが第1引数の入る場所であることを示します.
 \end_layout
 
 \begin_layout Itemize
@@ -32663,13 +32005,13 @@ underline{#1}}
 \backslash
 framebox
 \series default
-の短縮形としてたとえば
+の短縮形としてたとえば
 \series bold
 
 \backslash
 fb
 \series default
-というコマンドを定義するには
+というコマンドを定義するには
 \begin_inset VSpace medskip
 \end_inset
 
@@ -32695,20 +32037,20 @@ framebox#1#2{$#3$}}
 \begin_inset Newline newline
 \end_inset
 
-二つのドルマークは
+二つのドルマークは
 \series bold
 
 \backslash
 framebox
 \series default
-が必要とする内部の数式を作り出します
+が必要とする内部の数式を作り出します
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:縁付きボックス"
+reference "subsec:枠付きボックス"
 
 \end_inset
 
-節をご参照下さい
+節をご参照下さい
 \end_layout
 
 \begin_layout Itemize
@@ -32718,7 +32060,7 @@ reference "sub:縁付きボックス"
 \backslash
 fcolorbox
 \series default
-用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
+用の新コマンドを作るには,以下のように,色を示す引数を非必須として定義します.
 \begin_inset VSpace medskip
 \end_inset
 
@@ -32750,24 +32092,24 @@ fcolorbox{#2}{#1}{$#3$}}
 \backslash
 cb
 \series default
-を使うときに色が指定されなければ事前に定義された色である
+を使うときに色が指定されなければ事前に定義された色である
 \series bold
 white
 \series default
-が使用されます
+が使用されます
 \end_layout
 
 \begin_layout Standard
-以下は、上で定義したコマンドの動作テストです。
+以下は,上で定義したコマンドの動作テストです.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
@@ -32783,45 +32125,20 @@ white
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 A
 \backslash
 gr
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -32854,11 +32171,11 @@ us{ABcd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
+\begin_inset Formula $\us{ABcd}$
 \end_inset
 
 
@@ -32867,8 +32184,8 @@ us{ABcd
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -32889,16 +32206,7 @@ fb{[2cm]
 {
 \backslash
 int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -32906,11 +32214,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
+\begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
 \end_inset
 
 
@@ -32919,8 +32227,8 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -32935,16 +32243,7 @@ cb{red
 {
 \backslash
 int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -32952,11 +32251,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
+\begin_inset Formula $\cb{red}{\int A=B}$
 \end_inset
 
 
@@ -32965,8 +32264,8 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row topspace="1.5mm" bottomspace="1mm">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -32983,16 +32282,7 @@ cb[green]
 {
 \backslash
 int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -33000,11 +32290,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
+\begin_inset Formula $\cb[green]{red}{\int A=B}$
 \end_inset
 
 
@@ -33026,7 +32316,7 @@ A=B
 status collapsed
 
 \begin_layout Plain Layout
\82\86ã\83¼ã\81\96ã\83¼ã\81¦ã\81\84ã\81\8eã\81\93ã\81¾ã\82\93ã\81©@ã\83¦ã\83¼ã\82¶ã\83¼定義コマンド ! すうしきまくろ@数式マクロ
\81\98ã\81\93ã\81¦ã\81\84ã\81\8eã\81\93ã\81¾ã\82\93ã\81©@è\87ªå·±定義コマンド ! すうしきまくろ@数式マクロ
 \end_layout
 
 \end_inset
@@ -33045,8 +32335,8 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
-般型は、
+自己定義コマンドは,複雑な表現を使うときに特に便利です.たとえば,文書中で二次方程式を扱っているとすると,同じような解の形が何度も出てきます.二次方程式の一般型
+は,
 \begin_inset Formula 
 \[
 0=\lambda^{2}+p\lambda+q
@@ -33054,7 +32344,7 @@ status collapsed
 
 \end_inset
 
-でありその解の一般型は
+でありその解の一般型は
 \begin_inset Formula 
 \[
 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
@@ -33066,7 +32356,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-です
+です
 \begin_inset Formula $\lambda$
 \end_inset
 
@@ -33078,11 +32368,12 @@ status collapsed
 \begin_inset Formula $q$
 \end_inset
 
-の3つのパラメータを指定することが必須であり
+の3つのパラメータを指定することが必須であり
 \begin_inset Formula $\lambda$
 \end_inset
 
-の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
+の指数をオプションとして与えることができるような,解の公式のコマンドを定義するには,以下のような\SpecialChar LaTeX
+プリアンブル行を加えます.
 \begin_inset Newline newline
 \end_inset
 
@@ -33124,7 +32415,7 @@ frac{#3^{2}}{4}-#4}}
 \end_layout
 
 \begin_layout Standard
-これを使って解の公式を作るには
+これを使って解の公式を作るには
 \begin_inset Newline newline
 \end_inset
 
@@ -33148,41 +32439,44 @@ lambda
 \backslash
 {q
 \series default
-というコマンドを数式に入れます
+というコマンドを数式に入れます
 \end_layout
 
 \begin_layout Standard
-新コマンドを定義する方法は、たとえばLaTeX中で分数は
+新コマンドを定義する方法は,たとえば\SpecialChar LaTeX
+中で分数は
 \series bold
 
 \backslash
 frac{分子}{分母}
 \series default
-の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
-ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
+の形で入れなくてはならないことなど,使用するすべての\SpecialChar LaTeX
+コマンドの書式を知っている必要があるので,直感的ではありません.さらに,定義中で中括弧を入れ忘れることはよく
+あり,それをやってしまうと,\SpecialChar LyX
+からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,\SpecialChar LyX
+は,
 \series bold
 
 \backslash
 newcommand
 \series default
-コマンドの代わりに、数式マクロを使う方法を提供しています。
+コマンドの代わりに,数式マクロを使う方法を提供しています.
 \end_layout
 
 \begin_layout Standard
-数式マクロは
+数式マクロは
 \family sans
-挿入\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+数式\SpecialChar menuseparator
 マクロ
 \family default
-メニューか、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math-macro_newmacroname_newcommand.png
-       scale 85
-
+メニューか,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-macro newmacroname_newcommand"
 \end_inset
 
-で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
+で作ることができます.すると,数式マクロツールバーが表示されるとともに,マクロを定義した箇所に以下のようなボックスが現れます.
 \begin_inset Newline newline
 \end_inset
 
@@ -33192,7 +32486,8 @@ newcommand
 
 
 \begin_inset Graphics
-       filename ../clipart/macrobox.png
+       filename clipart/macrobox.png
+       scale 95
 
 \end_inset
 
@@ -33211,7 +32506,7 @@ newcommand
 
 
 \backslash
-newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
+newmacronameが既定のマクロ名として現れますが,意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
 \series bold
 
 \backslash
@@ -33223,29 +32518,27 @@ newmacronameが既定のマクロ名として現れますが、意味のある
 \backslash
 #引数番号
 \series default
-というコマンドで入力するか、マクロツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math-macro-add-param.png
-       scale 85
-
+というコマンドで入力するか,マクロツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-macro-add-param"
 \end_inset
 
-を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math-macro-add-optional-param.png
-       scale 85
-
+を使用します.引数位置は赤で表示されます.引数は,最大で9つまでとることができます.非必須引数は,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-macro-add-optional-param"
 \end_inset
 
-で作ることができます。最初の必須引数は、ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/math-macro-make-optional.png
-       scale 85
-
+で作ることができます.最初の必須引数は,ツールバーボタンの
+\begin_inset Info
+type  "icon"
+arg   "math-macro-make-optional"
 \end_inset
 
-を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
-なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
+を使って,非必須引数にすることができます.二つ目の青枠には,\SpecialChar LyX
+中でのマクロの表示のしかたを定義することができます.通常は,定義したとおりに表示された方が便利なので
+,この枠は空白にしておきます.しかし,画面の過半を占拠してしまうようなマクロを作ってしまった場合には,たとえばこの枠に
 \begin_inset Newline newline
 \end_inset
 
@@ -33281,27 +32574,29 @@ qG:
 
 
 \series default
-のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
-されます。
+のように入れることができます.このようにすると,マクロ名と引数のみが\SpecialChar LyX
+上に表示され,見通しが良くなります.一方,出力での数式は,最初の枠で定義したように表示されま
+す.
 \begin_inset Newline newline
 \end_inset
 
-さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
+さらに,数式中のマクロ表示は,マクロの中にカーソルを置いて,
 \family sans
-表示\SpecialChar \menuseparator
-数式マクロを展開(畳む)
+表示\SpecialChar menuseparator
+数式マクロを展開(畳む)
 \family default
-メニューを使うことで、マクロ毎に変えることができます。
+メニューを使うことで,マクロ毎に変えることができます.
 \end_layout
 
 \begin_layout Standard
-マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
+マクロを使うには,数式中にマクロ名をコマンドとして入れます.上記の例では,
 \series bold
 
 \backslash
 qG
 \series default
-とします。このマクロは、LyX中では以下のように表示されます。
+とします.このマクロは,\SpecialChar LyX
+中では以下のように表示されます.
 \begin_inset Newline newline
 \end_inset
 
@@ -33312,6 +32607,7 @@ qG
 
 \begin_inset Graphics
        filename ../clipart/macrouse.png
+       scale 95
 
 \end_inset
 
@@ -33323,7 +32619,7 @@ qG
 \begin_inset Newline newline
 \end_inset
 
-以下は、上記の例に、引数
+以下は,上記の例に,引数
 \begin_inset Formula $x$
 \end_inset
 
@@ -33335,7 +32631,7 @@ qG
 \begin_inset Formula $B$
 \end_inset
 
-を指定したものです
+を指定したものです
 \end_layout
 
 \begin_layout Standard
 \end_layout
 
 \begin_layout Standard
-LyXは、
+\SpecialChar LyX
+は,
 \family sans
-ツール\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
-編集\SpecialChar \menuseparator
+ツール\SpecialChar menuseparator
+設定\SpecialChar menuseparator
+編集\SpecialChar menuseparator
 制御
 \family default
-メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
-せてみてください
+メニューで,マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,様式を選択してから,違いを見るために数式マクロにカーソルを合わ
+せてみてください
 \end_layout
 
 \begin_layout Standard
-数式マクロは、文書書き出し時に、内部的に
+数式マクロは,文書書き出し時に,内部的に
 \series bold
 
 \backslash
 newcommand
 \series default
-コマンドに変換されますこうして生成された
+コマンドに変換されますこうして生成された
 \series bold
 
 \backslash
 newcommand
 \series default
-コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
+コマンドは,\SpecialChar LaTeX
+プリアンブルには置かれませんので,マクロは,文書中,マクロ定義ボックスよりも後の数式でのみ使うことができます.
 \end_layout
 
 \begin_layout Standard
-数式マクロは
+数式マクロは
 \series bold
 
 \backslash
 newcommand
 \series default
-コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
+コマンドから直接作ることもできます.たとえば,\SpecialChar LyX
+中に通常の文章として,
 \series bold
 
 \begin_inset Newline newline
@@ -33402,24 +32701,45 @@ xleftarrow[#2]{#1}}
 
 
 \series default
-というコマンドを書き入れ、この全体を選択して、短絡キー
+というコマンドを書き入れ,この全体を選択して,
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
 \family sans
 Ctrl+M
 \family default
-を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
+を押すと,このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
 \series bold
 
 \backslash
 newcommand
 \series default
-コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
+コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,間違ったマクロが作られてしまって,\SpecialChar LaTeX
+エラーが発生します.
 \end_layout
 
 \begin_layout Standard
-数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、
+数式マクロには,まだ,マクロ定義中に再帰的に数式を入れてしまうと,正しく処理されないという問題が残っています.したがって,
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:newcommandコマンド"
+reference "subsec:newcommandコマンド"
 
 \end_inset
 
@@ -33429,11 +32749,12 @@ reference "sub:newcommandコマンド"
 \backslash
 fb
 \series default
-は、マクロとしては作ることができません。
+は,マクロとしては作ることができません.
 \end_layout
 
 \begin_layout Standard
-カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
+カーソルがマクロ定義ボックスの中にあるとき,\SpecialChar LyX
+中に以下のようなマクロツールバーが表示されます.
 \end_layout
 
 \begin_layout Standard
@@ -33470,7 +32791,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-マクロツールバーは、左から右に、以下の各ボタンがあります。
+マクロツールバーは,左から右に,以下の各ボタンがあります.
 \end_layout
 
 \begin_layout Standard
@@ -33484,17 +32805,16 @@ status collapsed
 \begin_inset Tabular
 <lyxtabular version="3" rows="9" columns="2">
 <features islongtable="true" longtabularalignment="center">
-<column alignment="left" valignment="top" width="0">
+<column alignment="left" valignment="top">
 <column alignment="left" valignment="top" width="85col%">
 <row interlinespace="2.5mm">
 <cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-remove-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-remove-param"
 \end_inset
 
 
@@ -33508,9 +32828,9 @@ status collapsed
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 最後の引数を削除
 \end_layout
 
@@ -33522,10 +32842,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-add-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-add-param"
 \end_inset
 
 
@@ -33539,9 +32858,9 @@ status collapsed
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 引数を追加
 \end_layout
 
@@ -33553,10 +32872,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-make-optional.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-make-optional"
 \end_inset
 
 
@@ -33570,9 +32888,9 @@ status collapsed
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 最初の必須引数を
 \begin_inset Newline newline
 \end_inset
@@ -33584,9 +32902,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 
 \end_layout
 
@@ -33603,10 +32921,9 @@ status open
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-make-nonoptional.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-make-nonoptional"
 \end_inset
 
 
@@ -33620,9 +32937,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 最後の非必須引数を
 \begin_inset Newline newline
 \end_inset
@@ -33634,9 +32951,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 
 \end_layout
 
@@ -33653,10 +32970,9 @@ status open
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-remove-optional-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-remove-optional-param"
 \end_inset
 
 
@@ -33670,9 +32986,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 非必須引数を削除
 \end_layout
 
@@ -33684,10 +33000,9 @@ status open
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-add-optional-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-add-optional-param"
 \end_inset
 
 
@@ -33701,9 +33016,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 非必須引数を挿入
 \end_layout
 
@@ -33715,10 +33030,9 @@ status open
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-remove-greedy-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-remove-greedy-param"
 \end_inset
 
 
@@ -33732,9 +33046,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 右に吐き出す形で
 \begin_inset Newline newline
 \end_inset
@@ -33746,9 +33060,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 
 \end_layout
 
@@ -33765,10 +33079,9 @@ status open
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-append-greedy-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-append-greedy-param"
 \end_inset
 
 
@@ -33782,9 +33095,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 右から喰う形で
 \begin_inset Newline newline
 \end_inset
@@ -33796,9 +33109,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 
 \end_layout
 
@@ -33815,10 +33128,9 @@ status open
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../../images/math-macro-add-greedy-optional-param.png
-       rotateOrigin center
-
+\begin_inset Info
+type  "icon"
+arg   "math-macro-add-greedy-optional-param"
 \end_inset
 
 
@@ -33832,9 +33144,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 右から喰う形で
 \begin_inset Newline newline
 \end_inset
@@ -33846,9 +33158,9 @@ status open
 \begin_layout Plain Layout
 
 \family sans
-編集\SpecialChar \menuseparator
-数式\SpecialChar \menuseparator
-マクロ定義\SpecialChar \menuseparator
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+マクロ定義\SpecialChar menuseparator
 
 \end_layout
 
@@ -33867,20 +33179,217 @@ status open
 
 \end_layout
 
+\begin_layout Section
+コンピュータ代数システム
+\end_layout
+
 \begin_layout Standard
-\begin_inset Newpage newpage
+\SpecialChar LyX
+では,\SpecialChar LyX
+の数式エディタで書かれた数式表現と,外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
+\family sans
+Maple
+\family default
+・
+\family sans
+Mathematica
+\family default
+・
+\family sans
+Maxima
+\family default
+・
+\family sans
+Octave
+\family default
+です.サポートされている数式表現は,非常に単純なものに限られていますので,ご注意ください.
+\end_layout
+
+\begin_layout Subsection
+使用法
+\end_layout
+
+\begin_layout Standard
+数式表現を書いた後,
+\family sans
+編集\SpecialChar menuseparator
+数式\SpecialChar menuseparator
+コンピュータ代数システムを使用
+\family default
+メニューで,コンピュータに導入済みのプログラムを選択します.その後,計算結果が,数式表現の右に「=」演算子とともに表示されます.
+\end_layout
+
+\begin_layout Standard
+下記は,どのような計算が可能かをいくつか例示したものです(出力は
+\family typewriter
+Maxima
+\family default
+です).
+\end_layout
+
+\begin_layout Itemize
+\begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
+\end_inset
+
+
+\end_layout
+
+\begin_layout Itemize
+\begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
+\end_inset
+
+
+\end_layout
+
+\begin_layout Itemize
+\begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
+\end_inset
+
+
+\end_layout
+
+\begin_layout Itemize
+\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}$
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+単純な「(」「)」文字ではなく,適切な区切り差込枠
+\begin_inset Formula $\left(\right)$
+\end_inset
+
+を使わなくてはなりません.
+\end_layout
+
+\end_inset
+
+\end_layout
+
+\begin_layout Itemize
+\begin_inset Formula $\det\left[\begin{array}{ccc}
+1 & 6 & 7\\
+2 & 5 & 8\\
+3 & 4 & 17
+\end{array}\right]=-56$
 \end_inset
 
 
 \end_layout
 
+\begin_layout Itemize
+\begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
+\end_inset
+
+
+\end_layout
+
+\begin_layout Itemize
+\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$
+\end_inset
+
+
+\end_layout
+
+\begin_layout Itemize
+\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]$
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+捷径
+\end_layout
+
+\begin_layout Standard
+現在のところ,代数プログラムを呼び出すための
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+はありません.しかし,捷径を
+\family sans
+math-extern
+\family default
+ \SpecialChar LyX
+関数にバインドすることは容易です(取扱説明書『
+\family sans
+\emph on
+\SpecialChar LyX
+関数篇
+\family default
+\emph default
+』参照).例えば,数式エディタ中で
+\family sans
+リターン
+\family default
+
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+鍵
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+キー
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+をバインドさせることもできます.それを
+\family typewriter
+Maxima
+\family default
+にバインドするには,下記の捷径定義コマンドを使用します.
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+command-alternatives paragraph-break;math-extern maxima
+\end_layout
+
 \begin_layout Section
-さまざまな秘訣
+補遺
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81²ã\81\91ã\81¤@ç§\98訣
\81»ã\81\84@è£\9cé\81º
 \end_layout
 
 \end_inset
@@ -33894,7 +33403,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-かず@数 ! ふの@負の ---
+かず@数 ! ふの@負の
 \end_layout
 
 \end_inset
@@ -33903,27 +33412,27 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
-く表示されます
+数式中の負の数は,数の前の負符号が,差演算子記号と同じ長さに設定されてしまうために,汚く見えてしまうことがあります.負の数を通常の文章として書くと,負符号は正し
+く表示されます
 \end_layout
 
 \begin_layout Standard
-したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
+したがって,この問題は,負符号を数式テキストに変換することによって,解消されます.
 \end_layout
 
 \begin_layout Standard
-以下は、この問題を示す例です。
+以下は,この問題を示す例です.
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="2">
-<features tabularvalignment="middle">
-<column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="right" valignment="top" width="0pt">
+<column alignment="left" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -33943,7 +33452,7 @@ x = -2
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="right" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -33952,7 +33461,7 @@ x = -2
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -33966,7 +33475,7 @@ x = -2
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34011,13 +33520,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-かんま@カンマ|see
+かんま@カンマ
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+|see{
 \end_layout
 
 \end_inset
@@ -34042,21 +33551,43 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
+\SpecialChar LaTeX
+では,英語の慣習にしたがい,数式中のコンマを数字の位区切りに使用します.よって,数式中のコンマの後ろには,つねに空白が加わります.
 \end_layout
 
 \begin_layout Standard
-これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
+これを回避するためには,コンマを選択して,数式テキストに変更して下さい(
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+捷径
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+ショートカット
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+:
 \begin_inset Info
 type  "shortcut"
 arg   "math-mode"
 \end_inset
 
-)。
+).
 \end_layout
 
 \begin_layout Standard
-文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
+文書中の数式コンマを,すべて小数点として使うには,\SpecialChar LaTeX
+プリアンブルに
 \end_layout
 
 \begin_layout Standard
@@ -34068,7 +33599,7 @@ usepackage{icomma}
 \end_layout
 
 \begin_layout Standard
-という行を加えて
+という行を加えて
 \series bold
 icomma.sty
 \series default
@@ -34081,7 +33612,8 @@ status collapsed
 \series bold
 icomma
 \series default
-は、LaTeXパッケージ
+は,\SpecialChar LaTeX
+パッケージ
 \series bold
 was
 \series default
@@ -34108,7 +33640,7 @@ vspace{4mm}
 
 \end_inset
 
-に含まれています
+に含まれています
 \end_layout
 
 \end_inset
@@ -34123,14 +33655,14 @@ status collapsed
 
 \end_inset
 
-ファイルを読み込みます
+ファイルを読み込みます
 \end_layout
 
 \begin_layout Subsection
 物理ベクトル
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:物理ベクトル"
+name "subsec:物理ベクトル"
 
 \end_inset
 
@@ -34139,7 +33671,11 @@ name "sub:物理ベクトル"
 status collapsed
 
 \begin_layout Plain Layout
-Vectors ! physical
+べくとる@ベクトル ! ぶつり@物理
+\begin_inset space \thinspace{}
+\end_inset
+
+——
 \end_layout
 
 \end_inset
@@ -34148,7 +33684,8 @@ Vectors ! physical
 \end_layout
 
 \begin_layout Standard
-LaTeXパッケージ
+\SpecialChar LaTeX
+パッケージ
 \series bold
 braket
 \series default
@@ -34161,7 +33698,8 @@ status collapsed
 \series bold
 braket
 \series default
- は標準的LaTeX頒布版のすべてに含まれています。
+ は標準的\SpecialChar LaTeX
+頒布版のすべてに含まれています.
 \end_layout
 
 \end_inset
@@ -34176,7 +33714,7 @@ status collapsed
 
 \end_inset
 
-には、定義済みのベクトルが提供されており、
+には,定義済みのベクトルが提供されており,
 \end_layout
 
 \begin_layout Standard
@@ -34188,7 +33726,8 @@ usepackage{braket}
 \end_layout
 
 \begin_layout Standard
-というLaTeXプリアンブル行で読み込むことができます。
+という\SpecialChar LaTeX
+プリアンブル行で読み込むことができます.
 \end_layout
 
 \begin_layout Standard
@@ -34209,27 +33748,28 @@ ifbraket
 status open
 
 \begin_layout Plain Layout
-以下の表は
+以下の表は
 \series bold
 braket
 \series default
- LaTeXパッケージが導入済みのときのみ表示されます。
+ \SpecialChar LaTeX
+パッケージが導入済みのときのみ表示されます.
 \end_layout
 
 \end_inset
 
-以下のコマンドが定義されています
+以下のコマンドが定義されています
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34238,7 +33778,7 @@ braket
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34249,7 +33789,7 @@ braket
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34262,7 +33802,7 @@ psi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34276,7 +33816,7 @@ psi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34289,7 +33829,7 @@ psi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34303,7 +33843,7 @@ psi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34311,18 +33851,14 @@ psi
 \backslash
 Braket{
 \backslash
-psi
-\begin_inset Formula $|$
-\end_inset
-
-
+psi|
 \backslash
 phi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34349,10 +33885,10 @@ phi
 \backslash
 Braket
 \series default
-コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
+コマンドを使うと,以下のように,すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
 \begin_inset Formula 
 \[
-\Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
+\Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
 \]
 
 \end_inset
@@ -34379,7 +33915,8 @@ status open
 \series bold
 braket
 \series default
- LaTeXパッケージが導入されていないときには、以下が表示されます。
+ \SpecialChar LaTeX
+パッケージが導入されていないときには,以下が表示されます.
 \end_layout
 
 \end_inset
@@ -34388,11 +33925,12 @@ braket
 \end_layout
 
 \begin_layout Standard
-本小節の全体を出力で見るためには
+本小節の全体を出力で見るためには
 \series bold
 braket
 \series default
- LaTeXパッケージを導入する必要があります。
+ \SpecialChar LaTeX
+パッケージを導入する必要があります.
 \end_layout
 
 \begin_layout Standard
 \backslash
 Braket
 \series default
-と同じ効果は
+と同じ効果は
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:自動の括弧丈"
+reference "subsec:自動の括弧丈"
 
 \end_inset
 
-節に説明されているとおり
+節に説明されているとおり
 \series bold
 
 \backslash
 middle
 \series default
-コマンドを用いることによっても実現できます
+コマンドを用いることによっても実現できます
 \end_layout
 
 \begin_layout Subsection
 自己定義の分数
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:自己定義の分数"
+name "subsec:自己定義の分数"
 
 \end_inset
 
@@ -34447,7 +33985,7 @@ name "sub:自己定義の分数"
 status collapsed
 
 \begin_layout Plain Layout
-ぶんすう@分数 ! じこていぎの@自己定義の ---
+ぶんすう@分数 ! じこていぎの@自己定義の
 \end_layout
 
 \end_inset
@@ -34456,7 +33994,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-分数用の自製コマンドを定義するには、以下の書式を持つ
+分数用の自己定義コマンドを定義するには,以下の書式を持つ
 \series bold
 
 \backslash
@@ -34474,7 +34012,7 @@ genfrac
 
 \end_inset
 
-コマンドを使います
+コマンドを使います
 \end_layout
 
 \begin_layout Standard
@@ -34504,7 +34042,7 @@ genfrac
 \end_layout
 
 \begin_layout Standard
-ここで「様式」は0
+ここで「様式」は0
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -34512,18 +34050,18 @@ genfrac
 \begin_inset space \thinspace{}
 \end_inset
 
-3の範囲の数字です
+3の範囲の数字です
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34532,18 +34070,18 @@ genfrac
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-様式(大きさ)
+様式(大きさ)
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34552,18 +34090,18 @@ genfrac
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-別行て様式の数式
+別行て様式の数式
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34572,7 +34110,7 @@ genfrac
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34583,7 +34121,7 @@ genfrac
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34592,18 +34130,18 @@ genfrac
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-やや小(small)
+やや小(small)
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34612,11 +34150,11 @@ genfrac
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-最小(tiny)
+最小(tiny)
 \end_layout
 
 \end_inset
@@ -34630,31 +34168,31 @@ genfrac
 \end_layout
 
 \begin_layout Standard
-「様式」を指定しないときには
+「様式」を指定しないときには
 \series bold
 
 \backslash
 frac
 \series default
-コマンドのように、大きさは周囲の環境に合わせて調節されます。 
+コマンドのように,大きさは周囲の環境に合わせて調節されます. 
 \end_layout
 
 \begin_layout Standard
-「分数線の厚み」を指定しないときには既定値である0.4
+「分数線の厚み」を指定しないときには既定値である0.4
 \begin_inset space \thinspace{}
 \end_inset
 
-ptが用いられます
+ptが用いられます
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-たとえば
+たとえば
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:分数"
+reference "subsec:分数"
 
 \end_inset
 
@@ -34670,7 +34208,7 @@ dfrac
 \backslash
 tbinom
 \series default
-コマンドは
+コマンドは
 \end_layout
 
 \begin_layout Standard
@@ -34702,14 +34240,15 @@ genfrac{(}{)}{0pt}{1}{#1}{#2}}
 \end_layout
 
 \begin_layout Standard
-というコマンドで定義できます
+というコマンドで定義できます
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
+分数線の厚みを非必須の引数として与えることのできる分数を定義するには,\SpecialChar LaTeX
+プリアンブルに
 \end_layout
 
 \begin_layout Standard
@@ -34725,11 +34264,11 @@ genfrac{}{}{#1}{}{#2}{#3}}
 \end_layout
 
 \begin_layout Standard
-という行を入れます
+という行を入れます
 \end_layout
 
 \begin_layout Standard
-以下は、そのテストです。
+以下は,そのテストです.
 \begin_inset Formula 
 \begin{align*}
 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
@@ -34738,16 +34277,16 @@ genfrac{}{}{#1}{}{#2}{#3}}
 
 \end_inset
 
-ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
+ご覧になってわかるように,分子や分母から分数線までの距離は,分数線の厚みの約3倍になります.
 \end_layout
 
 \begin_layout Subsection
-数式の取り消し
+数式の消去
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81\99ã\81\86ã\81\97ã\81\8d\95°å¼\8f ! ã\81¨ã\82\8aã\81\91ã\81\97\8f\96ã\82\8aæ¶\88ã\81\97
\81\99ã\81\86ã\81\97ã\81\8d\95°å¼\8f ! ã\81\97ã\82\87ã\81\86ã\81\8dã\82\87@æ¶\88å\8e»
 \end_layout
 
 \end_inset
@@ -34756,62 +34295,50 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式あるいはその一部を取り消すには、
-\series bold
-cancel
-\series default
+数式の全体もしくは一部を消去するには,4つの方法があります.
+\end_layout
 
-\begin_inset Foot
+\begin_layout Standard
+\align center
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-cancel
-\series default
-は、標準的なLaTeX頒布版のすべてに含まれています。
+
+\backslash
+ifcancel 
 \end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-ぱっけーじ@パッケージ ! cancel
+下記の表は,\SpecialChar LaTeX
+パッケージ
+\series bold
+cancel
+\series default
+が導入済みの時のみ表示されます.
 \end_layout
 
 \end_inset
 
- LaTeXパッケージを、LaTeXプリアンブル行に
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-usepackage[samesize]{cancel}
-\end_layout
-
-\begin_layout Standard
-と書いて読み込む必要があります。
-\end_layout
 
-\begin_layout Standard
-数式を取り消すには、4つの方法があります。
 \end_layout
 
 \begin_layout Standard
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="2">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -34820,25 +34347,44 @@ usepackage[samesize]{cancel}
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 出力
-\begin_inset Note Note
-status collapsed
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-ここで
-\series bold
 
 \backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
+cancel
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+
+\backslash
+int
+\begin_inset space \textvisiblespace{}
+\end_inset
+
+A=B
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\cancel{\int A=B}$
+\end_inset
 
 
 \end_layout
@@ -34846,26 +34392,21 @@ raisebox
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-cancel{
-\backslash
-int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+bcancel
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
 \backslash
-spce 
-\end_layout
-
+int
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -34873,11 +34414,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\bcancel{\int A=B}$
 \end_inset
 
 
@@ -34886,26 +34427,21 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="1.5mm">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-bcancel{
-\backslash
-int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+xcancel
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
 \backslash
-spce 
-\end_layout
-
+int
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
@@ -34913,11 +34449,11 @@ A=B
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\xcancel{\int A=B}$
 \end_inset
 
 
@@ -34927,37 +34463,36 @@ A=B
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-xcancel{
-\backslash
-int
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+cancelto
+\begin_inset space \textvisiblespace{}
+\end_inset
 
 
 \backslash
-spce 
-\end_layout
-
+int
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 A=B
+\begin_inset Formula $\to$
+\end_inset
+
+1
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
+\begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
 \end_inset
 
 
@@ -34966,22 +34501,92 @@ A=B
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+</lyxtabular>
 
-\begin_layout Plain Layout
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\series bold
 
 \backslash
-cancelto{1
-\begin_inset Formula $\to$
+cancelto
+\series default
+は,以下のように,とくに数式中の分数の約分を表示するのに適しています.
+\begin_inset Formula 
+\[
+\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}}}
+\]
+
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
 \backslash
-{
+cancelto
+\series default
+の「下付き文字」寸法の大きさを変えるには,
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
 \backslash
-int
+PassOptionsToPackage{オプション}{cancel}
+\end_layout
+
+\begin_layout Standard
+という行を\SpecialChar LaTeX
+プリアンブルに書き加えてください.ここで,
+\series bold
+オプション
+\series default
+を
+\series bold
+samesize
+\series default
+にすると,取り消した部分と同じ寸法になり,
+\series bold
+Smaller
+\series default
+にすると,通常よりも少し小さくなります.
+\end_layout
+
+\begin_layout Standard
+取り消し線に色を付けるには,\SpecialChar TeX
+コードで以下のコマンドを書き加えてください.
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+CancelColor}{
+\backslash
+color{red}}
+\end_layout
+
+\begin_layout Standard
+ここで
+\series bold
+red
+\series default
+は,お好みの色に変更することができます.
+\end_layout
+
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -34989,30 +34594,79 @@ status collapsed
 
 
 \backslash
-spce 
+renewcommand{
+\backslash
+CancelColor}{
+\backslash
+color{red}}
 \end_layout
 
 \end_inset
 
-A=B
+
 \end_layout
 
+\begin_layout Standard
+\begin_inset Formula 
+\[
+\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}}}
+\]
+
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
+
+
+\backslash
+renewcommand{
+\backslash
+CancelColor}{
+\backslash
+color{black}}
+\end_layout
+
 \end_inset
 
 
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+色をリセット
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
+
+
+\end_layout
+
+\begin_layout Standard
+他の微調整については,
+\series bold
+cancel
+\series default
+パッケージの取扱説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "cancel"
+literal "true"
+
+\end_inset
+
+をご覧ください.
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ぱっけーじ@パッケージ ! cancel
+\end_layout
 
 \end_inset
 
@@ -35020,17 +34674,55 @@ A=B
 \end_layout
 
 \begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-cancelto
+else 
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+下記の表は,\SpecialChar LaTeX
+パッケージ
+\series bold
+cancel
 \series default
-は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
-\begin_inset Formula 
-\[
-\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}}}
-\]
+が導入済みの時のみ表示されます.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+本小節の続きを見るには,\SpecialChar LaTeX
+パッケージ
+\series bold
+cancel
+\series default
+を導入する必要があります.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi 
+\end_layout
 
 \end_inset
 
@@ -35041,7 +34733,7 @@ cancelto
 節見出し中の数式
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:節見出し中の数式"
+name "subsec:節見出し中の数式"
 
 \end_inset
 
@@ -35050,7 +34742,7 @@ name "sub:節見出し中の数式"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
+すうしき@数式 ! せつみだしちゅうの@節見出し中の
 \end_layout
 
 \end_inset
@@ -35059,7 +34751,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
+数式を節見出し中で使う際には,以下のことに留意しなくてはなりません.
 \end_layout
 
 \begin_layout Standard
@@ -35085,8 +34777,8 @@ status collapsed
 
 \end_inset
 
-サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
-出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
+サポートが有効になっている場合,PDFのしおりが,目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,節見
+出しに数式が含まれている場合,数式はしおり中に誤った文字列として表示されます.
 \end_layout
 
 \end_inset
@@ -35095,21 +34787,21 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-これらの問題は
+これらの問題は
 \family sans
-挿入\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
 短縮タイトル
 \family default
-メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
-に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
+メニューを使って,問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,目次が美しく整形されるように,多行にわたる節見出し
+に別名を付けるものです.目次中には,短縮タイトルのみが表示され,したがってPDFしおり中にも短縮タイトルのみが表示されます.
 \end_layout
 
 \begin_layout Standard
-数式を目次中でも使わなくてもならないが
+数式を目次中でも使わなくてもならないが
 \series bold
 hyperref
 \series default
-も使用しなくてはならないときには
+も使用しなくてはならないときには
 \end_layout
 
 \begin_layout Standard
@@ -35133,16 +34825,17 @@ texorpdfstring
 \end_layout
 
 \begin_layout Standard
-というコマンドをTeXモードで使う方法があります。
+というコマンドを\SpecialChar TeX
+モードで使う方法があります.
 \end_layout
 
 \begin_layout Standard
-「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
-文字列」が用いられます
+「部分」は,見出し中,PDFしおりに表示したくない部分です.これは,文字・数式・脚註のほかに相互参照をとることもできます.しおりには,この部分の代わりに,「代替
+文字列」が用いられます
 \end_layout
 
 \begin_layout Standard
-以下の二つは、見出しの例です。
+以下の二つは,見出しの例です.
 \begin_inset VSpace -3mm
 \end_inset
 
@@ -35168,7 +34861,7 @@ boldmath
 \end_inset
 
 
-\begin_inset Argument
+\begin_inset Argument 1
 status collapsed
 
 \begin_layout Plain Layout
@@ -35225,17 +34918,17 @@ unboldmath
 
 \end_inset
 
-一つめの見出しでは短縮タイトルが使われており二つめの見出しでは
+一つめの見出しでは短縮タイトルが使われており二つめの見出しでは
 \series bold
 
 \backslash
 texorpdfstring
 \series default
-が使われています
+が使われています
 \end_layout
 
 \begin_layout Standard
-他の節見出しと同じ書式を得るために上の見出し全体は
+他の節見出しと同じ書式を得るために上の見出し全体は
 \series bold
 boldmath
 \series default
@@ -35247,16 +34940,16 @@ status collapsed
 第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:ボールド体の数式"
+reference "subsec:ボールド体の数式"
 
 \end_inset
 
-節参照
+節参照
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Subsection
@@ -35265,7 +34958,7 @@ reference "sub:ボールド体の数式"
 status collapsed
 
 \begin_layout Plain Layout
-すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
+すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
 \end_layout
 
 \end_inset
@@ -35274,7 +34967,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
+多段組文中に数式を作ると,段の中に収まりきらないことも多く,ページ幅全体に広がるようにする必要があることがあります.これは,
 \series bold
 multicol
 \series default
@@ -35287,7 +34980,8 @@ status collapsed
 \series bold
 multicol
 \series default
-は、標準的LaTeX頒布版のすべてに含まれています。
+は,標準的\SpecialChar LaTeX
+頒布版のすべてに含まれています.
 \end_layout
 
 \end_inset
@@ -35302,7 +34996,8 @@ status collapsed
 
 \end_inset
 
- LaTeXパッケージを、
+ \SpecialChar LaTeX
+パッケージを,
 \end_layout
 
 \begin_layout Standard
@@ -35314,7 +35009,8 @@ usepackage{multicol}
 \end_layout
 
 \begin_layout Standard
-というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
+という\SpecialChar LaTeX
+プリアンブル行を書いて読み込むことで,実現できます.
 \end_layout
 
 \begin_layout Standard
@@ -35322,16 +35018,16 @@ usepackage{multicol}
 status open
 
 \begin_layout Plain Layout
-ここで
+ここで
 \family sans
-文書\SpecialChar \menuseparator
+文書\SpecialChar menuseparator
 設定
 \family default
 メニューの
 \family sans
 本文レイアウト
 \family default
-で
+で
 \family sans
 二段組文書
 \family default
@@ -35339,7 +35035,7 @@ status open
 \emph on
 有効にしてはならない
 \emph default
-ことに注意してください
+ことに注意してください
 \end_layout
 
 \end_inset
@@ -35360,7 +35056,8 @@ begin{multicols}{段数}
 \end_layout
 
 \begin_layout Standard
-というコマンドをTeXモードで書き入れます。「段数」は、2
+というコマンドを\SpecialChar TeX
+モードで書き入れます.「段数」は,2
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -35368,7 +35065,7 @@ begin{multicols}{段数}
 \begin_inset space \thinspace{}
 \end_inset
 
-10のあいだの数字です。多段組文の終わる数式の前には、
+10のあいだの数字です.多段組文の終わる数式の前には,
 \end_layout
 
 \begin_layout Standard
@@ -35380,33 +35077,30 @@ end{multicols}
 \end_layout
 
 \begin_layout Standard
-というコマンドをTeXモードで入れます。
+というコマンドを\SpecialChar TeX
+モードで入れます.
 \end_layout
 
 \begin_layout Standard
-このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
+このコマンドによって,数式の前にいくらかの余白が,自動的に作られます.これをなくすには,数式の前に-6
 \begin_inset space \thinspace{}
 \end_inset
 
-mmの垂直空白を入れて下さい数式様式
+mmの垂直空白を入れて下さい数式様式
 \series bold
 
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-
-\series bold
-数式様式に関しては、第
-\series default
-
+数式様式に関しては,第
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:数式様式"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
@@ -35417,15 +35111,15 @@ reference "sec:数式様式"
 \series bold
 行頭下げ
 \series default
-を使用している場合には代わりに-9
+を使用している場合には代わりに-9
 \begin_inset space \thinspace{}
 \end_inset
 
-mmの垂直空白を入れて下さい
+mmの垂直空白を入れて下さい
 \end_layout
 
 \begin_layout Standard
-以下は、別行建て数式を含む、多段組文の例です。
+以下は,別行立て数式を含む,多段組文の例です.
 \end_layout
 
 \begin_layout Standard
@@ -35565,16 +35259,12 @@ reference "eq:within"
 
 \end_inset
 
-式のように、数式内で変数の説明をするには、
+式のように,数式内で変数の説明をするには,
 \begin_inset Formula $n$
 \end_inset
 
-個の変数が使われている場合、左寄せの列を持つ2
-\series bold
-\series default
-
-\begin_inset Formula $n$
+個の変数が使われている場合,左寄せの列を持つ
+\begin_inset Formula $2\times n$
 \end_inset
 
 行列を使用します
@@ -35582,19 +35272,19 @@ reference "eq:within"
 status collapsed
 
 \begin_layout Plain Layout
-行列に関しては
+行列に関しては
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:行列"
 
 \end_inset
 
-節参照
+節参照
 \end_layout
 
 \end_inset
 
-。説明を小さな文字にするには、行列の前に、たとえば
+.説明を小さな文字にするには,行列の前に,たとえば
 \series bold
 
 \backslash
@@ -35605,19 +35295,19 @@ footnotesize
 status collapsed
 
 \begin_layout Plain Layout
-フォント寸法に関しては
+フォント寸法に関しては
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:書体寸法"
+reference "subsec:書体寸法"
 
 \end_inset
 
-節参照
+節参照
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
@@ -35628,25 +35318,21 @@ reference "sub:書体寸法"
 status collapsed
 
 \begin_layout Plain Layout
-
-\series bold
-数式様式に関しては、第
-\series default
-
+数式様式に関しては,第
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sec:数式様式"
 
 \end_inset
 
-節参照
+節参照
 \end_layout
 
 \end_inset
 
 
 \series default
-を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
+を使っている場合,行列を数式とページ余白から等距離に置くために,行列の前後に
 \series bold
 
 \backslash
@@ -35663,23 +35349,23 @@ status collapsed
 \backslash
 hfill
 \series default
-は
+は
 \series bold
 行頭下げ
 \series default
-様式のときのみ機能します
+様式のときのみ機能します
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:可変長の空白"
+reference "subsec:可変長の空白"
 
 \end_inset
 
-節をご覧下さい
+節をご覧下さい
 \end_layout
 
 \end_inset
 
-を入れます
+を入れます
 \end_layout
 
 \begin_layout Standard
@@ -35687,21 +35373,22 @@ reference "sub:可変長の空白"
 \series bold
 中央揃え
 \series default
-を使っている場合、数式を字下げするには、
+を使っている場合,数式を字下げするには,
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:flalign環境"
+reference "subsec:flalign環境"
 
 \end_inset
 
-節で述べた方法を使用します
+節で述べた方法を使用します
 \begin_inset CommandInset ref
 LatexCommand eqref
 reference "eq:within"
 
 \end_inset
 
-式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
+式には5列があり,最初の2列には数式,3列めには行列,最終列には空の\SpecialChar TeX
+括弧が入っています.
 \begin_inset Formula 
 \begin{flalign}
 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
@@ -35720,7 +35407,7 @@ g & \textrm{gravitational acceleration}
 アップライト体のギリシャ小文字
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:アップライト体ギリシャ小文字"
+name "subsec:アップライト体ギリシャ小文字"
 
 \end_inset
 
@@ -35738,11 +35425,11 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
+ほとんどの数式書体は,イタリック体のギリシャ小文字しか提供していません.しかし,
 \begin_inset Formula $\pi$
 \end_inset
 
-中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
+中間子やニュートリノのような素粒子の記号には,アップライト体のギリシャ文字が必要とされます.
 \series bold
 upgreek.sty
 \series default
@@ -35755,7 +35442,7 @@ status collapsed
 \series bold
 upgreek
 \series default
-は
+は
 \series bold
 was
 \series default
@@ -35782,7 +35469,8 @@ vspace{4mm}
 
 \end_inset
 
- LaTeXパッケージの一部です。
+ \SpecialChar LaTeX
+パッケージの一部です.
 \end_layout
 
 \end_inset
@@ -35809,7 +35497,8 @@ usepackage{upgreek}
 \end_layout
 
 \begin_layout Standard
-というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
+という\SpecialChar LaTeX
+プリアンブル行で読み込めば,これらが提供されるようになります.
 \begin_inset ERT
 status collapsed
 
@@ -35827,34 +35516,35 @@ ifupgreek
 status open
 
 \begin_layout Plain Layout
-以下の表は
+以下の表は
 \series bold
 upgreek
 \series default
- LaTeXパッケージが導入済みのときのみ表示されます。
+ \SpecialChar LaTeX
+パッケージが導入済みのときのみ表示されます.
 \end_layout
 
 \end_inset
 
-アップライト体のギリシャ小文字はギリシャ小文字のコマンド名の前に
+アップライト体のギリシャ小文字はギリシャ小文字のコマンド名の前に
 \series bold
 up
 \series default
-を付けると作ることができますたとえば
+を付けると作ることができますたとえば
 \series bold
 
 \backslash
 uptau
 \series default
-コマンドは
+コマンドは
 \begin_inset Formula $\uptau$
 \end_inset
 
-のようになります
+のようになります
 \end_layout
 
 \begin_layout Standard
-これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
+これらのコマンドを使えば,以下のような素粒子の反応を組版することができるようになります.
 \begin_inset Formula 
 \[
 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
@@ -35866,7 +35556,11 @@ uptau
 \end_layout
 
 \begin_layout Standard
-アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
+アップライト体の文字は,イタリック体のものよりも太く幅広です.したがって,これらを「
+\begin_inset Formula $\mu m$
+\end_inset
+
+」のような単位に使うべきではありません.
 \end_layout
 
 \begin_layout Standard
@@ -35887,11 +35581,12 @@ else
 status open
 
 \begin_layout Plain Layout
-以下は
+以下は
 \series bold
 upgreek
 \series default
- LaTeXパッケージが導入されていないときのみ表示されます。
+ \SpecialChar LaTeX
+パッケージが導入されていないときのみ表示されます.
 \end_layout
 
 \end_inset
@@ -35900,11 +35595,12 @@ upgreek
 \end_layout
 
 \begin_layout Standard
-この小節のすべてを出力で見るには
+この小節のすべてを出力で見るには
 \series bold
 upgreek
 \series default
- LaTeXパッケージを導入する必要があります。
+ \SpecialChar LaTeX
+パッケージを導入する必要があります.
 \end_layout
 
 \begin_layout Standard
 
 \begin_layout Subsection
 数式中のテキスト文字
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:数式中のテキスト文字"
-
-\end_inset
-
-
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-てきすと@テキスト ! すうしきちゅうの@数式中の ---
+てきすと @ テキスト ! すうしきちゅうの @ 数式中の
 \end_layout
 
 \end_inset
@@ -35945,11 +35634,11 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
+折にふれて,テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,中黒「·」を
 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
 \end_inset
 
-のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
+のように数式中で頻繁に用いようとすると,この中黒はすべてのエンコーディングでテキスト文字として定義されているために,代わりに
 \series bold
 
 \backslash
@@ -35963,16 +35652,16 @@ status collapsed
 第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:二項演算子"
+reference "subsec:二項演算子"
 
 \end_inset
 
-節参照
+節参照
 \end_layout
 
 \end_inset
 
-コマンドを挿入しなくてはならなくなることでしょう。しかし、
+コマンドを挿入しなくてはならなくなることでしょう.しかし,
 \end_layout
 
 \begin_layout Standard
@@ -35990,59 +35679,89 @@ else
 \backslash
 textperiodcentered
 \backslash
-f\SpecialChar \textcompwordmark{}
+f\SpecialChar ligaturebreak
 i}
 \end_layout
 
 \begin_layout Standard
-というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
+という\SpecialChar LaTeX
+プリアンブル行を使えば,エンコーディングに変更を加えることができます.
 \end_layout
 
 \begin_layout Standard
-文字エンコーディング
+文字エンコーディング(
 \family sans
-文書\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
+文書\SpecialChar menuseparator
+設定\SpecialChar menuseparator
 言語
 \family default
-メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
+メニュー)は,キーボード上の
+\begin_inset Flex Ruby
+status collapsed
+
+\begin_layout Plain Layout
+鍵
+\begin_inset Argument post:1
+status collapsed
+
+\begin_layout Plain Layout
+キー
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+が押されたときにどの文字が表示されるかを指定します.「·」文字に対応する鍵が押されると,内部的には
 \series bold
 
 \backslash
 textperiodcentered
 \series default
-コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
-否かによって、正しいコマンドが自動的に選択されます。
+コマンドが使用されます.しかし,このコマンドは数式中では使えないので,\SpecialChar LaTeX
+エラーが発生するのです.変更後のエンコーディングでは,文字が数式中に挿入されたか否かによっ
+て,正しいコマンドが自動的に選択されます.
 \end_layout
 
 \begin_layout Standard
-定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
+定義ファイル中には,複数の文字のエンコーディングが保管されています.たとえば,
 \series bold
 latin9
 \series default
-エンコーディングは、LaTeXがインストールされたフォルダにある
+エンコーディングは,\SpecialChar LaTeX
+がインストールされたフォルダにある
 \series bold
 latin9.def
 \series default
-ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
-は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
+ファイルに定義されています.エンコーディングは,\SpecialChar LaTeX
+プリアンブルで変更するべきであって,定義ファイルを変更してはなりません.さもないと,自分の作成した文書は,他のコ
+ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace medskip
 \end_inset
 
-中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
+中黒の他にこの文書では,角度記号「
+\begin_inset Formula $^{\circ}$
+\end_inset
+
+」が,数式に直接入れることができるよう,以下のような\SpecialChar LaTeX
+プリアンブル行で定義されています
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-(訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
+【訳註】p\SpecialChar LaTeX
+では,これらの定義は必要ないので,コメントアウトして無効にしてあります.
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Standard
@@ -36060,12 +35779,91 @@ else
 \backslash
 textdegree
 \backslash
-f\SpecialChar \textcompwordmark{}
+f\SpecialChar ligaturebreak
 i}
 \end_layout
 
+\begin_layout Subsection
+数式中の\SpecialChar LaTeX
+コメント
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+L atexこめんと@\SpecialChar LaTeX
+コメント
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Standard
-\begin_inset Newpage newpage
+本文中では,ファイルの\SpecialChar LaTeX
+ソースコードでのみ見ることのできるコメントを,
+\family sans
+挿入
+\lang english
+\SpecialChar menuseparator
+
+\lang japanese
+註釈
+\lang english
+\SpecialChar menuseparator
+
+\lang japanese
+コメント
+\family default
+メニューで挿入することができます.これと同じことは,数式中ではできませんが,
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+%
+\end_layout
+
+\begin_layout Standard
+というコマンドを使えば,\SpecialChar LaTeX
+コメントを挿入することができます.このコマンドを打ち込むと,コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
+のバグのせいで
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+\begin_inset CommandInset href
+LatexCommand href
+name "LyX-bug #9002"
+target "http://www.lyx.org/trac/ticket/9002"
+literal "false"
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+,コメント中に,通常の本文や数式内本文そのものを書くことはできませんが,\SpecialChar LaTeX
+出力中に,\SpecialChar LaTeX
+コマンドの形では見ることができます.
+\lang english
+
+\begin_inset Newline newline
+\end_inset
+
+
+\lang japanese
+下記は,\SpecialChar LaTeX
+コメントを持つ数式の例です.
+\begin_inset Formula 
+\[
+A=B%\text{これはコメントです。}
+\]
+
 \end_inset
 
 
@@ -36087,40 +35885,41 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
+この節は,ISO規範に掲げてある,もっとも重要な組版ルールの要約です
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-この要約の一部はISO規則を取り上げている「Duden」
+この要約の一部はISO規則を取り上げている「Duden」
 \begin_inset CommandInset citation
 LatexCommand cite
 key "Duden"
+literal "true"
 
 \end_inset
 
-と呼ばれるドイツの半公的辞書から採られています
+と呼ばれるドイツの半公的辞書から採られています
 \end_layout
 
 \end_inset
 
-。
+.
 \end_layout
 
 \begin_layout Itemize
-物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
+物理単位は,つねに(イタリック文中にあるときも)アップライト体にします
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-書体様式で指定します
+書体様式で指定します
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:書体様式"
+reference "subsec:書体様式"
 
 \end_inset
 
-節を参照
+節を参照
 \end_layout
 
 \end_inset
@@ -36133,24 +35932,24 @@ km/h
 \begin_inset Newline newline
 \end_inset
 
-値と単位の間には、最小空白を入れます。
+値と単位の間には,最小空白を入れます.
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:定義済みの空白"
+reference "subsec:定義済みの空白"
 
 \end_inset
 
-節を参照
+節を参照
 \begin_inset Newline newline
 \end_inset
 
-この慣習は
+この慣習は
 \series bold
 
 \backslash
 unittwo
 \series default
-コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
+コマンドを使用すると,つねに満たされます.このコマンドを数式に入れると,二つの枠が現れます.最初の枠には値をいれ,第二の枠に単位を入れると,上記と同じような結果
 が得られます:
 \begin_inset Formula $\unit[30]{km/h}$
 \end_inset
@@ -36159,23 +35958,25 @@ unittwo
 \begin_inset space \thinspace{}
 \end_inset
 
-。実は、
+.実は,
 \series bold
 
 \backslash
 unittwo
 \series default
-は、LaTeXコマンドの実体ではなく、
+は,\SpecialChar LaTeX
+コマンドの実体ではなく,
 \series bold
 
 \backslash
 unit[値]{単位}
 \series default
-というコマンドです。したがって、これをTeXコード中で使用することはできません。
+というコマンドです.したがって,これを\SpecialChar TeX
+コード中で使用することはできません.
 \end_layout
 
 \begin_layout Itemize
-百分率記号と千分率記号は物理単位と同様に組みます:
+百分率記号と千分率記号は物理単位と同様に組みます:
 \begin_inset Newline newline
 \end_inset
 
@@ -36187,15 +35988,23 @@ unit[値]{単位}
 \end_layout
 
 \begin_layout Itemize
-角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
+角度記号は値の直後に置きます:
+\begin_inset Formula $15^{\circ}$
+\end_inset
+
+.しかし,単位として用いられるときは別です:15
 \begin_inset space \thinspace{}
 \end_inset
 
-°C
+
+\begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
+\end_inset
+
+
 \end_layout
 
 \begin_layout Itemize
-4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
+4桁以上の数は,3桁ごとに最小空白を直前に挿入して,グループ化します:18
 \begin_inset space \thinspace{}
 \end_inset
 
@@ -36207,38 +36016,45 @@ unit[値]{単位}
 \end_layout
 
 \begin_layout Itemize
-120×90×40
+\begin_inset Formula $120\times90\times40$
+\end_inset
+
+
 \begin_inset space \thinspace{}
 \end_inset
 
-cmのような寸法には、積記号「×」を用います。これは、
+cmのような寸法には,積記号「
+\begin_inset Formula $\times$
+\end_inset
+
+」を用います.これは,
 \series bold
 
 \backslash
 times
 \series default
-コマンドか
+コマンドか
 \family sans
-挿入\SpecialChar \menuseparator
-特殊文字\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+特殊文字\SpecialChar menuseparator
 記号
 \family default
-メニューから入れることができます
+メニューから入れることができます
 \end_layout
 
 \begin_layout Itemize
-いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。
+いくつかの文字を含む関数名は,混乱を防ぐためにアップライト体にします.
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:定義済み函数"
+reference "subsec:定義済み函数"
 
 \end_inset
 
-節を参照
+節を参照
 \end_layout
 
 \begin_layout Itemize
-複数の文字を含む指数はアップライト体にします:
+複数の文字を含む指数はアップライト体にします:
 \begin_inset Formula $E_{\mathrm{kin}}$
 \end_inset
 
@@ -36254,7 +36070,7 @@ reference "sub:定義済み函数"
 \end_layout
 
 \begin_layout Itemize
-微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
+微分作用素・積分作用素「d」,オイラー数「e」,虚数単位「i」は,他の変数と間違えることを避けるために,アップライト体にします.
 \end_layout
 
 \begin_layout Itemize
@@ -36262,21 +36078,12 @@ reference "sub:定義済み函数"
 \noun on
 フーリエ
 \noun default
-変換を表す文字は
+変換を表す文字は
 \series bold
 
 \backslash
 mathscr
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
+\begin_inset space \textvisiblespace{}
 \end_inset
 
 {F
@@ -36295,46 +36102,16 @@ mathscr
 
 か
 \family sans
-挿入\SpecialChar \menuseparator
-特殊文字\SpecialChar \menuseparator
-記号\SpecialChar \menuseparator
+挿入\SpecialChar menuseparator
+特殊文字\SpecialChar menuseparator
+記号\SpecialChar menuseparator
 文字様記号
 \family default
 メニューの
 \begin_inset Formula $\mathscr{F}$
 \end_inset
 
-で入れることができます。
-\begin_inset Newline newline
-\end_inset
-
-
-\series bold
-
-\backslash
-mathscr
-\series default
-コマンドを使うためには、LaTeXパッケージの
-\series bold
-mathrsfs
-\series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-ぱっけーじ@パッケージ! mathrsfs
-\end_layout
-
-\end_inset
-
-を、LaTeXプリアンブルで
-\series bold
-
-\backslash
-usepackage{mathrsfs}
-\series default
-として読み込む必要があります。
+で入れることができます.
 \end_layout
 
 \begin_layout Standard
@@ -36359,7 +36136,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
+いくつかの文字や記号は,複数のコマンドから作ることができます.以下は,同義のコマンドの一覧です.
 \end_layout
 
 \begin_layout Standard
@@ -36373,11 +36150,11 @@ status collapsed
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="12" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36386,34 +36163,18 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 同義のコマンド
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-ここで
-\series bold
-
-\backslash
-raisebox
-\series default
-はスペーサーとして使用しているだけです。
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36424,41 +36185,18 @@ ast
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-raisebox{-1.2mm}{
-\end_layout
-
-\end_inset
-
 *
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36469,7 +36207,7 @@ choose
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36482,7 +36220,7 @@ binom
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36493,7 +36231,7 @@ geq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36506,7 +36244,7 @@ ge
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36517,7 +36255,7 @@ lbrace
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36528,7 +36266,7 @@ lbrace
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36539,7 +36277,7 @@ lbracket
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36550,7 +36288,7 @@ lbracket
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36561,7 +36299,7 @@ leftarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36574,7 +36312,7 @@ gets
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36585,7 +36323,7 @@ leq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36598,7 +36336,7 @@ le
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36609,7 +36347,7 @@ lor
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36622,7 +36360,7 @@ vee
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36633,7 +36371,7 @@ neq
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36646,7 +36384,7 @@ not=
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36657,7 +36395,7 @@ slash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36668,7 +36406,7 @@ slash
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36679,14 +36417,11 @@ vert
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $|$
-\end_inset
-
-
+|
 \end_layout
 
 \end_inset
@@ -36703,11 +36438,11 @@ vert
 
 \begin_inset Tabular
 <lyxtabular version="3" rows="12" columns="2">
-<features tabularvalignment="middle">
+<features booktabs="true" tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36716,7 +36451,7 @@ vert
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36727,7 +36462,7 @@ vert
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36738,7 +36473,7 @@ backslash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36753,7 +36488,7 @@ backslash
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36764,7 +36499,7 @@ dasharrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36777,7 +36512,7 @@ dashrightarrow
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36788,7 +36523,7 @@ land
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36801,7 +36536,7 @@ wedge
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36812,7 +36547,7 @@ rbrace
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36823,7 +36558,7 @@ rbrace
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36834,7 +36569,7 @@ rbracket
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36845,7 +36580,7 @@ rbracket
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36856,7 +36591,7 @@ rightarrow
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36869,7 +36604,7 @@ to
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36880,7 +36615,7 @@ lnot
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36893,7 +36628,7 @@ neg
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36904,7 +36639,7 @@ ne
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36917,7 +36652,7 @@ not=
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36928,7 +36663,7 @@ owns
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36941,7 +36676,7 @@ ni
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36952,7 +36687,7 @@ square
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36965,7 +36700,7 @@ Box
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -36976,17 +36711,13 @@ Vert
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \backslash
-
-\begin_inset Formula $|$
-\end_inset
-
-
+|
 \end_layout
 
 \end_inset
@@ -37011,39 +36742,43 @@ Vert
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "TLC2"
+literal "true"
 
 \end_inset
 
 
 \shape smallcaps
-Mittelbach, F.
- ; Goossens, M.
+F.
+ Mittelbach; M.
+ Goossens
 \shape default
 : 
 \shape italic
-The LaTeX Companion
+The \SpecialChar LaTeX
+ Companion
 \shape default
 , 2nd ed.
  Addison Wesley, 2004
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "Mathmode"
+literal "true"
 
 \end_inset
 
-LaTeXの数式能力の
+\SpecialChar LaTeX
+の数式能力の
 \begin_inset CommandInset href
 LatexCommand href
 name "説明"
-target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
+target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
+literal "false"
 
 \end_inset
 
@@ -37051,10 +36786,10 @@ target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "AMS"
+literal "true"
 
 \end_inset
 
@@ -37071,11 +36806,13 @@ AmS
 
 \end_inset
 
--LaTeXの
+-\SpecialChar LaTeX
+の
 \begin_inset CommandInset href
 LatexCommand href
 name "説明"
-target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
+target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
+literal "false"
 
 \end_inset
 
@@ -37083,18 +36820,20 @@ target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "Symbols"
+literal "true"
 
 \end_inset
 
-LaTeXパッケージで利用できる記号の
+\SpecialChar LaTeX
+パッケージで利用できる記号の
 \begin_inset CommandInset href
 LatexCommand href
 name "全覧"
 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
+literal "false"
 
 \end_inset
 
@@ -37102,23 +36841,24 @@ target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "hyperref"
+key "cancel"
+literal "true"
 
 \end_inset
 
-LaTeX 
+\SpecialChar LaTeX
 \series bold
-hyperref
+cancel
 \series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-ぱっけーじ@パッケージ ! hyperref
+ぱっけーじ@パッケージ ! cancel
 \end_layout
 
 \end_inset
@@ -37127,7 +36867,8 @@ status collapsed
 \begin_inset CommandInset href
 LatexCommand href
 name "取扱説明書"
-target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
+target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
+literal "false"
 
 \end_inset
 
@@ -37135,23 +36876,24 @@ target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "mhchem"
+key "hyperref"
+literal "true"
 
 \end_inset
 
-LaTeX 
+\SpecialChar LaTeX
 \series bold
-mhchem
+hyperref
 \series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-ぱっけーじ@パッケージ ! mhchem
+ぱっけーじ@パッケージ ! hyperref
 \end_layout
 
 \end_inset
@@ -37160,7 +36902,8 @@ status collapsed
 \begin_inset CommandInset href
 LatexCommand href
 name "取扱説明書"
-target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
+target "http://mirrors.ctan.org/macros/latex/contrib/hyperref/doc/manual.pdf"
+literal "false"
 
 \end_inset
 
@@ -37168,54 +36911,45 @@ target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "Mathclap"
-
-\end_inset
-
-第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:演算子の範囲"
+key "mhchem"
+literal "true"
 
 \end_inset
 
-節に述べられている
+\SpecialChar LaTeX
 \series bold
-
-\backslash
-mathclap
+mhchem
 \series default
-コマンドの
-\begin_inset CommandInset href
-LatexCommand href
-name "説明"
-target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
-
-\end_inset
-
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-こまんど@コマンド ! M ! 
-\backslash
-mathclap
+ぱっけーじ@パッケージ ! mhchem
 \end_layout
 
 \end_inset
 
+パッケージの
+\begin_inset CommandInset href
+LatexCommand href
+name "取扱説明書"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
+literal "false"
+
+\end_inset
+
 
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "Duden"
+literal "true"
 
 \end_inset
 
@@ -37229,10 +36963,10 @@ Duden Band 1
 \end_layout
 
 \begin_layout Bibliography
-\labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "Checklist"
+literal "true"
 
 \end_inset
 
@@ -37240,17 +36974,20 @@ key "Checklist"
 \begin_inset CommandInset href
 LatexCommand href
 name "チェックリスト"
-target "http://physics.nist.gov/Document/checklist.pdf"
+target "http://physics.nist.gov/Pubs/SP811/sec11.html"
+literal "false"
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Subsubsection*
+\begin_layout Standard
 \begin_inset CommandInset index_print
 LatexCommand printindex
 type "idx"
+name "索引"
+literal "false"
 
 \end_inset