]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/ja/EmbeddedObjects.lyx
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
index 449a9ce7149661fb683bab91e9f09556784ef229..2124b2ff4ffaf09d7f60833a0dc0d3887dfd35a3 100644 (file)
 
 % provides commands to set caption
 % beside tables/images
-\usepackage{sidecap}
-
-\newcommand{\TabBesBeg}{%
+\newcommand{\TabBesBeg}[1][1.0]{%
  \let\MyTable\table
  \let\MyEndtable\endtable
- \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
+ \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
 
 \newcommand{\TabBesEnd}{%
  \let\table\MyTable
  \let\endtable\MyEndtable}
 
-\newcommand{\FigBesBeg}{%
+\newcommand{\FigBesBeg}[1][1.0]{%
  \let\MyFigure\figure
  \let\MyEndfigure\endfigure
- \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
+ \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
 
 \newcommand{\FigBesEnd}{%
  \let\figure\MyFigure
@@ -89,8 +87,8 @@
   \setboolean{colortbl}{true}}
  {\setboolean{colortbl}{false}}
 
-% used for book-style tables
-\usepackage{booktabs}
+% used for colored table rows
+\usepackage[table]{xcolor}
 
 % used to have extra space in table cells
 \@ifundefined{extrarowheight}
   \setboolean{picinpar}{true}}
  {\setboolean{picinpar}{false}}
 
+% check for lettrine
+\newboolean{lettrine}
+\IfFileExists{lettrine.sty}
+ {\usepackage{lettrine}
+  \setboolean{lettrine}{true}}
+ {\setboolean{lettrine}{false}}
+
+% check for diagbox
+\newboolean{diagbox}
+\IfFileExists{diagbox.sty}
+ {\usepackage{diagbox}
+  \setboolean{diagbox}{true}}
+ {\setboolean{diagbox}{false}}
+
 \usepackage{t1enc}
 \renewcommand{\seename}{→}
 
 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
 \end_preamble
-\options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
+\options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
 \use_default_options false
 \begin_modules
 initials
@@ -321,6 +333,10 @@ colortbl
 \series default
 ・
 \series bold
+diagbox
+\series default
+・
+\series bold
 lettrine
 \series default
 ・
@@ -429,11 +445,9 @@ name "sec:画像ダイアログ"
 
 \begin_layout Standard
 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "dialog-show-new-inset graphics"
 \end_inset
 
 をクリックするか、
@@ -719,13 +733,15 @@ reference "sec:フロートはじめに"
 
 \begin_layout Standard
 ツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/float-insert_figure.png
-       scale 85
-       scaleBeforeRotation
+\family sans
 
+\begin_inset Info
+type  "icon"
+arg   "float-insert figure"
 \end_inset
 
+
+\family default
 か
 \family sans
 挿入\SpecialChar \menuseparator
@@ -870,11 +886,9 @@ reference "fig:エッシャー"
 ラベル
 \family default
 メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/label-insert.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "label-insert"
 \end_inset
 
 を使用して、キャプションにラベルを挿入してください。その後、
@@ -883,11 +897,9 @@ reference "fig:エッシャー"
 相互参照
 \family default
 メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_ref.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "dialog-show-new-inset ref"
 \end_inset
 
 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
@@ -1428,14 +1440,31 @@ status collapsed
 \bar no
 \noun off
 \color none
-表を挿入するには、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/tabular-insert.png
-       scale 85
-
+表を挿入するには、ツールバーボタ
+\family default
+\series default
+\shape default
+\size default
+\emph default
+\bar default
+\noun default
+\color inherit
+ン
+\begin_inset Info
+type  "icon"
+arg   "tabular-insert"
 \end_inset
 
-か、
+か
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+、
 \family sans
 \series default
 \shape default
@@ -1725,6 +1754,21 @@ reference "sub:連結行"
 \end_inset
 
 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
+\lang english
+For more information see sec.
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\lang japanese
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Rotated-Table-Cells"
+
+\end_inset
+
+。
 \begin_inset Newline newline
 \end_inset
 
@@ -2006,233 +2050,212 @@ status collapsed
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_append-row.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular append-row"
 \end_inset
 
-は、現在セルあるいは選択範囲の下に行を追加します。
+ は、現在セルあるいは選択範囲の下に行を追加します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_append-column.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular append-column"
 \end_inset
 
-は、現在セルあるいは選択範囲の右に列を追加します。
+ は、現在セルあるいは選択範囲の右に列を追加します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_delete-row.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular delete-row"
 \end_inset
 
-は、現在行あるいは選択範囲行を削除します。
+ は、現在行あるいは選択範囲行を削除します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_delete-column.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular delete-column"
 \end_inset
 
-は、現在列あるいは選択範囲列を削除します。
+ は、現在列あるいは選択範囲列を削除します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_toggle-line-top.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular toggle-line-top"
 \end_inset
 
-は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
+ は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_toggle-line-bottom.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular toggle-line-bottom"
 \end_inset
 
-は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
+ は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_toggle-line-left.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular toggle-line-left"
 \end_inset
 
-は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
+ は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_toggle-line-right.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular toggle-line-right"
 \end_inset
 
-は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
+ は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_set-all-lines.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular set-all-lines"
 \end_inset
 
-は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
+ は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_unset-all-lines.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular unset-all-lines"
 \end_inset
 
-は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
+ は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_m-align-left.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular m-align-left"
 \end_inset
 
-は、現在セルあるいは現在列の内容を左揃えにします。
+ は、現在セルあるいは現在列の内容を左揃えにします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_m-align-center.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular m-align-center"
 \end_inset
 
-は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
+ は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_m-align-right.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular m-align-right"
 \end_inset
 
-は、現在セルあるいは現在列の内容を右揃えにします。
+ は、現在セルあるいは現在列の内容を右揃えにします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_align-decimal.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular align-decimal"
 \end_inset
 
-は、現在セルの内容を特定文字位置で揃えます。
+ は、現在セルの内容を特定文字位置で揃えます。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_m-valign-top.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular m-valign-top"
 \end_inset
 
-は、現在セルの内容を垂直方向上揃えにします。
+ は、現在セルの内容を垂直方向上揃えにします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_m-valign-middle.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular m-valign-middle"
 \end_inset
 
-は、現在セルの内容を垂直方向中央揃えにします。
+ は、現在セルの内容を垂直方向中央揃えにします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_m-valign-bottom.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular m-valign-bottom"
 \end_inset
 
-は、現在セルの内容を垂直方向下揃えにします。
+ は、現在セルの内容を垂直方向下揃えにします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_set-rotate-cell.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular set-rotate-cell"
 \end_inset
 
-は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
+ は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_set-rotate-tabular.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular set-rotate-tabular"
 \end_inset
 
-は、表全体を反時計廻りに90度回転します。
+ は、表全体を反時計廻りに90度回転します。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_multicolumn.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular multicolumn"
 \end_inset
 
-は、現在セルあるいは選択範囲を連結列にします。
+ は、現在セルあるいは選択範囲を連結列にします。
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
-\begin_inset Graphics
-       filename ../../images/tabular-feature_multirow.png
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular multirow"
 \end_inset
 
-は、現在セルあるいは選択範囲を連結行にします。
+ は、現在セルあるいは選択範囲を連結行にします。
 \end_layout
 
 \begin_layout Standard
@@ -2527,13 +2550,15 @@ c & d
 \family default
 \shape default
 メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/float-insert_table.png
-       scale 85
-       scaleBeforeRotation
+\family sans
 
+\begin_inset Info
+type  "icon"
+arg   "float-insert table"
 \end_inset
 
+
+\family default
 を使うと挿入することができます。
 \end_layout
 
@@ -2634,20 +2659,16 @@ status collapsed
 ラベル
 \family default
 メニューかツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/label-insert.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "label-insert"
 \end_inset
 
 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
 相互参照メニューかツールバーボタンの
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_ref.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "dialog-show-new-inset ref"
 \end_inset
 
 を用いて、このラベルを参照することができます。
@@ -10958,11 +10979,9 @@ status collapsed
 
 \begin_layout Standard
 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/tabular-feature_multicolumn.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular multicolumn"
 \end_inset
 
 を押すか、
@@ -11475,7 +11494,7 @@ status collapsed
 
 と等しくならないためです。付録
 \begin_inset CommandInset ref
-LatexCommand eqref
+LatexCommand ref
 reference "cha:式の説明"
 
 \end_inset
@@ -11686,11 +11705,9 @@ status collapsed
 
 \begin_layout Standard
 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/tabular-feature_multirow.png
-       scale 85
-       scaleBeforeRotation
-
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular multirow"
 \end_inset
 
 を押すか、メニュー
 Therefore be careful with forced line breaks.
 \end_layout
 
-\begin_layout Section
-フォーマル形式の表
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:フォーマル形式の表"
+\begin_layout Subsection
 
-\end_inset
+\lang english
+Cells with diagonal line(s)
+\end_layout
+
+\begin_layout Standard
 
+\lang english
+To tell the reader what is meant by column and row headings in a table,
+ it is helpful to split the first cell of the table by one or two diagonal
+ lines.
+ This can be achieved by loading the LaTeX-package 
+\series bold
+diagbox
+\series default
+\lang japanese
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-ひょう@表 ! ふぉーまるけいしき@フォーマル形式
+LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-書籍中の表は、よく表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:ブックタブ表の例"
+\lang english
+ in the document preamble.
+ The package provides the command 
+\series bold
 
+\backslash
+diagbox
+\series default
+ that is inserted as TeX-Code and that can take 2 or 3
+\begin_inset space ~
 \end_inset
 
-のように組版されます。この種の表は、「
-\emph on
-フォーマル形式
-\emph default
-」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
+arguments:
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\series bold
+\lang english
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:ブックタブ表の例"
+\backslash
+diagbox[options]{lower left}{upper right}
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
-ブックタブ表の例
+\series bold
+\lang english
+
+\backslash
+diagbox[options]{lower left}{upper left}{upper right}
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\lang english
+The first scheme divides the cell by a single diagonal line and the arguments
+ are placed below and above this line.
+ The second scheme divides the cell by 2
+\begin_inset space ~
+\end_inset
 
+lines.
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="8" columns="4">
-<features booktabs="true" tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-システム
+
+
+\backslash
+ifdiagbox
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-Medipix
-\begin_inset space \thinspace{}
-\end_inset
 
-1
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+この節は、LaTeXパッケージ
+\series bold
+diagbox
+\series default
+が導入済みの時のみ表示されます。
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-Medipix
-\begin_inset space \thinspace{}
-\end_inset
 
-2
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+Here is an example table where 
+\series bold
+
+\backslash
+diagbox 
+\series default
+is used in the 2-argument scheme in the first cell:
+\begin_inset VSpace medskip
 \end_inset
-</cell>
-<cell multicolumn="2" 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>
+\begin_layout Standard
+\noindent
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="4">
+<features tabularvalignment="middle">
+<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">
 <row>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset ERT
 status collapsed
 
@@ -12278,179 +12311,247 @@ status collapsed
 
 
 \backslash
-cmidrule(r){2-2}
+diagbox{
 \end_layout
 
 \end_inset
 
-
+Name
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
+}{
+\end_layout
+
+\end_inset
 
-\backslash
-cmidrule(l){3-4}
+Parameter
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
-検知器の厚み [µm]
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-300
+
+\lang english
+Thickness in nm
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-300
+
+\lang english
+Transparency in %
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-700
+
+\lang english
+Hardness in MPa
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-エッジ角 [°]
+
+\lang english
+Perfect Green
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-3.55
+
+\lang english
+45
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-2.71
+
+\lang english
+80
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-7.99
+
+\lang english
+504
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topspace="default">
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-空間分解能 [µm]
+
+\lang english
+Dark Multi-P
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-4.26
+
+\lang english
+60
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-10.17
+
+\lang english
+72
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-10.56
+
+\lang english
+982
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topspace="default">
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $f_{\mathrm{max}}$
-\end_inset
 
-におけるMTF
+\lang english
+Crystal Clear Pro
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.53
+
+\lang english
+18
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.37
+
+\lang english
+86
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.39
+
+\lang english
+374
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topspace="default">
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The 3-argument scheme is for example useful for cross-tables of sports leagues
+ or distances:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<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
+
+\lang english
 \begin_inset ERT
 status collapsed
 
@@ -12458,463 +12559,296 @@ status collapsed
 
 
 \backslash
-cmidrule(l{10pt}){1-1}
+diagbox{
 \end_layout
 
 \end_inset
 
-LSF空間分解能
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+Team home
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+
+Result
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+
+Team away
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
+}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-µm表示
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-129.7
+
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-52.75
+
+\lang english
+Panthers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-50.78
+
+\lang english
+Falcons
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-ピクセルサイズに対する%表示
+
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-76.3
+
+\lang english
+---
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-95.9
+
+\lang english
+1:3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-92.3
+
+\lang english
+0:1
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+Panthers
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+3:1
 \end_layout
 
-\begin_layout Standard
-表中の行に余白を加えるには、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:行の余白取り"
-
-\end_inset
-
-節に述べられているように、表の設定ダイアログの
-\family sans
-罫線
-\family default
-タブを使用します。
-\end_layout
-
-\begin_layout Standard
-通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
-\begin_inset Newline newline
-\end_inset
-
-最初と最後の表罫線の既定幅は0.08
-\begin_inset space \thinspace{}
-\end_inset
-
-emですが、他の罫線の既定幅は0.05
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-emです。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
+\lang english
+---
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-let
-\backslash
-mytoprule
-\backslash
-toprule
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\backslash
-renewcommand{
-\backslash
-toprule}{
-\backslash
-mytoprule[幅]}
+\lang english
+0:0
 \end_layout
 
-\begin_layout Standard
-上の例は、
-\series bold
-toprule
-\series default
-という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
-\series bold
-toprule
-\series default
-を
-\series bold
-bottomrule
-\series default
-に置き換えて下さい。他の罫線の線幅を変更するには、
-\series bold
-toprule
-\series default
-を
-\series bold
-midrule
-\series default
-に置き換えます。線幅を設定する上では、付録
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "cha:LyXで使用できる単位"
-
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-に挙げてあるすべての単位を使用することができます。
-\end_layout
-
-\begin_layout Standard
-全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
-\series bold
-
-\backslash
-cmidrule
-\series default
-コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-cmidrule[幅](刈込){開始列-終了列}
-\end_layout
-
-\begin_layout Standard
-です。
-\series bold
-
-\backslash
-cmidrule
-\series default
-のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-cmidrule
-\series default
-は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
-。
+\lang english
+Falcons
 \end_layout
 
-\begin_layout Standard
-この線幅の既定値は0.03
-\begin_inset space \thinspace{}
-\end_inset
-
-emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
-。非必須パラメーターの「刈込」は、
-\emph on
-l{刈込幅}
-\emph default
-あるいは
-\emph on
-r{刈込幅}
-\emph default
-の値を取り、刈込幅の指定は非必須です。たとえば、
-\emph on
-l{2pt}
-\emph default
-というパラメーターを使うと、罫線が左端から2
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
 
-emだけ刈り込まれます。
+\lang english
+1:0
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:ブックタブ表の例"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-は、
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-cmidrule(r){2-2}
-\backslash
-cmidrule(l){3-4}
-\end_layout
-
-\begin_layout Standard
-というコマンドを第二行の初めに使用し、
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-cmidrule(l{10pt}){1-1}
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-を第六行に使用して作成されています。
+\lang english
+0:0
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \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
 
+\lang english
+---
 \end_layout
 
-\begin_layout Standard
-ときには、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:特殊なブックタブ表"
-
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-のような重なり合った
-\series bold
-
-\backslash
-cmidrule
-\series default
-が欲しいことがあるかもしれません。これは、TeXコードで
-\end_layout
-
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-morecmidrules
 \end_layout
 
 \begin_layout Standard
-コマンドを使用することによって実現することができます。表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:特殊なブックタブ表"
-
-\end_inset
 
-の第二列には
+\lang english
+For larger cross-tables one might use split cells in 2 or every corner of
+ the table like in this example:
 \end_layout
 
 \begin_layout Standard
+\noindent
+\align center
 
-\series bold
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<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">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-cmidrule(r){2-2}
-\backslash
-cmidrule(l){3-4}
-\backslash
-morecmidrules
-\backslash
-cmidrule{2-4}
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-というコマンドが使用されており、第六列には
-\end_layout
+\lang english
+\begin_inset ERT
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-midrule
-\backslash
-morecmidrules
-\backslash
-cmidrule{3-4}
-\end_layout
-
-\begin_layout Standard
-というコマンドが使用されています。
+diagbox{
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
+Team home
+\begin_inset ERT
+status collapsed
 
-\end_layout
-
-\begin_layout Standard
-罫線の余白取りにどうしても満足が行かない場合には、
-\end_layout
-
-\begin_layout Standard
-
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-specialrule{幅}{上余白}{下余白}
+}{
 \end_layout
 
-\begin_layout Standard
-というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
-\series bold
-booktabs
-\series default
-\begin_inset CommandInset citation
-LatexCommand cite
-key "booktabs"
-
 \end_inset
 
-
-\begin_inset Index idx
+Result
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
-\end_layout
-
-\end_inset
 
-の取扱説明書をご参照下さい。
+}{
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Caption
+Team away
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:特殊なブックタブ表"
 
-\end_inset
-
-特殊なブックタブ表
+}
 \end_layout
 
 \end_inset
@@ -12922,411 +12856,406 @@ name "tab:特殊なブックタブ表"
 
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="8" columns="4">
-<features booktabs="true" tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-システム
-\end_layout
-
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Medipix
-\begin_inset space \thinspace{}
-\end_inset
 
-1
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Medipix
-\begin_inset space \thinspace{}
-\end_inset
 
-2
+\lang english
+Panthers
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" 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
 
+\lang english
+Falcons
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset ERT
-status collapsed
+status open
 
 \begin_layout Plain Layout
 
 
 \backslash
-cmidrule(r){2-2}
+diagbox[dir=NE]{
 \end_layout
 
 \end_inset
 
-
+Team home
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-cmidrule(l){3-4}
+}{
 \end_layout
 
 \end_inset
 
-
+Result
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-morecmidrules 
+}{
 \end_layout
 
 \end_inset
 
-
+Team away
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-cmidrule{2-4}
+}
 \end_layout
 
 \end_inset
 
-検知器の厚み [µm]
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-300
+
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-300
+
+\lang english
+---
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-700
+
+\lang english
+1:3
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-エッジ角 [°]
+
+\lang english
+0:1
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-3.55
+
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-2.71
+
+\lang english
+Panthers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-7.99
+
+\lang english
+3:1
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-空間分解能 [µm]
+
+\lang english
+---
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-4.26
+
+\lang english
+0:0
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-10.17
+
+\lang english
+Panthers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-10.56
+
+\lang english
+Falcons
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $f_{\mathrm{max}}$
-\end_inset
 
-におけるMTF
+\lang english
+1:0
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.53
+
+\lang english
+0:0
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.37
+
+\lang english
+---
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.39
+
+\lang english
+Falcons
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset ERT
-status collapsed
+status open
 
 \begin_layout Plain Layout
 
 
 \backslash
-morecmidrules 
+diagbox[dir=SW]{
 \end_layout
 
 \end_inset
 
-
+Team home
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-cmidrule{3-4}
+}{
 \end_layout
 
 \end_inset
 
-LSF空間分解能
+Result
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+Team away
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-µm表示
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-129.7
+\lang english
+Panthers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-52.75
+
+\lang english
+Falcons
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-50.78
-\end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
+\lang english
+\begin_inset ERT
+status open
 
 \begin_layout Plain Layout
-ピクセルサイズに対する%表示
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-76.3
+\backslash
+diagbox[dir=SE]{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
+
+Team home
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-95.9
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
+
+Result
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-92.3
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
+Team away
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
+}
 \end_layout
 
 \end_inset
@@ -13334,14 +13263,10 @@ LSF空間分解能
 
 \end_layout
 
-\begin_layout Section
-表の垂直揃え
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-ひょう@表 ! そろえ@揃え
-\end_layout
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
@@ -13349,107 +13274,118 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ボックスダイアログ"
 
-\end_inset
-
-節に述べられているように、ボックスの垂直揃えを行います。
+\lang english
+To rotate the diagonal lines, the command option 
+\series bold
+dir=direction
+\series default
+ is used.
+\emph on
+direction
+\emph default
+ is either 
+\series bold
+NE
+\series default
+, 
+\series bold
+DE
+\series default
+, 
+\series bold
+SW
+\series default
+ or 
+\series bold
+NW
+\series default
+ and represent a point of a compass.
+\series bold
+SW
+\series default
+ is for example the south-west corner.
+ Thus in the lower left cell of the above table the command
 \end_layout
 
 \begin_layout Standard
-以下の例では、各表は15
-\begin_inset space \thinspace{}
-\end_inset
 
-列幅%を持つminipage
-\begin_inset Foot
-status collapsed
+\series bold
+\lang english
 
-\begin_layout Plain Layout
-minipageは第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ミニページ"
+\backslash
+diagbox[dir=SW]{Team home}{Result}{Team away}
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
-節で説明されています。
+\lang english
+is used.
+ If no direction is given, it will be NW.
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
-ボックスの中に入れてあります。
+\lang english
+The necessary width of split cells is automatically calculated.
+ Thus if you set a fixed column width smaller than the calculated one, the
+ cell's content will protrude the cell borders:
 \end_layout
 
-\begin_layout Itemize
-動作試験 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\begin_layout Standard
+\noindent
+\align center
 
-\begin_layout Plain Layout
+\lang english
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="2" columns="2">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="3cm">
 <column alignment="center" valignment="top" width="0">
 <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
-い
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\lang english
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-に
+
+
+\backslash
+diagbox{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+Name
+\begin_inset ERT
+status collapsed
 
 \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
+
+Parameter
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ほ
+
 \end_layout
 
 \end_inset
@@ -13458,7 +13394,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-ち
+
+\lang english
+Thickness in nm
 \end_layout
 
 \end_inset
@@ -13469,16 +13407,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-は
-\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
-へ
+\lang english
+Perfect Green
 \end_layout
 
 \end_inset
@@ -13487,7 +13418,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-り
+
+\lang english
+45
 \end_layout
 
 \end_inset
@@ -13500,220 +13433,201 @@ status collapsed
 
 \end_layout
 
-\end_inset
-
- 動作試験 
-\begin_inset ERT
-status collapsed
+\begin_layout Standard
 
-\begin_layout Plain Layout
+\lang english
+If you need a certain width for columns with a split cell, use the command
+ option 
+\series bold
+width=3cm
+\series default
+ (replace '3cm' by the width you need).
+ In the following table the width of the first column is set to 4
+\begin_inset space \thinspace{}
+\end_inset
 
+cm.
+ For 
+\series bold
 
 \backslash
-raisebox{0.85
-\backslash
-baselineskip}{
-\end_layout
+diagbox
+\series default
+ a width of 4
+\begin_inset space \thinspace{}
+\end_inset
 
+cm + 2
+\begin_inset space \thinspace{}
 \end_inset
 
 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\backslash
+tabcolsep is necessary because the overall width is the width for the text
+ (in this case the 4
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" 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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+cm) plus two times the separation of the text and the cell border.
+ The calculation of the width cannot be done in the command option of 
+\series bold
 
-\begin_layout Plain Layout
-い
+\backslash
+diagbox
+\series default
+ so one needs to create a new length which can be used later.
+ This is done with the TeX-Code commands
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-に
-\end_layout
+\series bold
 
+\backslash
+newlength{
+\backslash
+diagtest}
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-と
+
+\backslash
+setlength{
+\backslash
+diagtest}{4cm+2
+\backslash
+tabcolsep}
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ほ
+\backslash
+newlength{
+\backslash
+diagtest}
 \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
-ち
-\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
+setlength{
+\backslash
+diagtest}{4cm+2
+\backslash
+tabcolsep}
 \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
-へ
+
 \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
+
+\lang english
+To enable calculations in LaTeX one needs to load the package 
+\series bold
+calc
+\series default
+\lang japanese
+
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
-り
+LaTeXぱっけーじ@LaTeXパッケージ ! calc
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
 \end_inset
 
 
+\lang english
+ in the document preamble.
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\lang english
+In this table you can now use the command
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\begin_layout Standard
 
-\begin_layout Plain Layout
+\series bold
+\lang english
 
-}
+\backslash
+diagbox[width=
+\backslash
+diagtest]{A}{B}
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
 
+\lang english
+in the first cell:
 \end_layout
 
-\begin_layout Itemize
-動作試験 
-\begin_inset Box Frameless
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\begin_layout Standard
+\noindent
+\align center
 
-\begin_layout Plain Layout
+\lang english
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="2" columns="2">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="4cm">
 <column alignment="center" valignment="top" width="0">
 <row>
 <cell alignment="center" valignment="top" topline="true" 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" usebox="none">
-\begin_inset Text
+\lang english
+\begin_inset ERT
+status open
 
 \begin_layout Plain Layout
-に
+
+
+\backslash
+diagbox[width=
+\backslash
+diagtest]{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+A
+\begin_inset ERT
+status collapsed
 
 \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
+
+B
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ほ
+
 \end_layout
 
 \end_inset
@@ -13722,7 +13636,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-ち
+
+\lang english
+Thickness in nm
 \end_layout
 
 \end_inset
@@ -13733,16 +13649,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-は
-\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
-へ
+\lang english
+Perfect Green
 \end_layout
 
 \end_inset
@@ -13751,7 +13660,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-り
+
+\lang english
+45
 \end_layout
 
 \end_inset
@@ -13764,77 +13675,66 @@ status collapsed
 
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
 
+\lang english
+Note that the split cell needs to be the widest one in the column.
+ Otherwise the length of the diagonal line cannot be calculated correctly
+ like in this table:
 \end_layout
 
-\begin_layout Itemize
-動作試験 
-\begin_inset Box Frameless
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\begin_layout Standard
+\noindent
+\align center
 
-\begin_layout Plain Layout
+\lang english
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="2" columns="2">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0">
 <row>
 <cell alignment="center" valignment="top" topline="true" 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" usebox="none">
-\begin_inset Text
+\lang english
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-に
+
+
+\backslash
+diagbox{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+A
+\begin_inset ERT
+status collapsed
 
 \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
+
+B
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ほ
+
 \end_layout
 
 \end_inset
@@ -13843,7 +13743,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-ち
+
+\lang english
+Thickness in nm
 \end_layout
 
 \end_inset
@@ -13854,16 +13756,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-は
-\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
-へ
+
+\lang english
+Perfect Green
 \end_layout
 
 \end_inset
@@ -13872,7 +13767,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-り
+
+\lang english
+45
 \end_layout
 
 \end_inset
@@ -13885,88 +13782,82 @@ status collapsed
 
 \end_layout
 
-\end_inset
-
- 動作試験 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\lang english
+In this case use the 
+\series bold
+width
+\series default
+ option of the 
+\series bold
 
 \backslash
-raisebox{-0.32
+diagbox
+\series default
+ command.
+ It is then not necessary to add 2
 \backslash
-baselineskip}{
-\end_layout
-
+tabcolsep because the cell width is now the width of the column.
+ In this table a width of 3
+\begin_inset space \thinspace{}
 \end_inset
 
+cm is used:
+\end_layout
 
-\begin_inset Box Frameless
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\begin_layout Standard
+\noindent
+\align center
 
-\begin_layout Plain Layout
+\lang english
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="2" columns="2">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0">
 <row>
 <cell alignment="center" valignment="top" topline="true" 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" usebox="none">
-\begin_inset Text
+\lang english
+\begin_inset ERT
+status open
 
 \begin_layout Plain Layout
-に
+
+
+\backslash
+diagbox[width=3cm]{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+A
+\begin_inset ERT
+status collapsed
 
 \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
+
+B
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ほ
+
 \end_layout
 
 \end_inset
@@ -13975,7 +13866,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-ち
+
+\lang english
+Thickness in nm
 \end_layout
 
 \end_inset
@@ -13986,16 +13879,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-は
-\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
-へ
+\lang english
+Perfect Green
 \end_layout
 
 \end_inset
@@ -14004,7 +13890,9 @@ status collapsed
 \begin_inset Text
 
 \begin_layout Plain Layout
-り
+
+\lang english
+45
 \end_layout
 
 \end_inset
@@ -14017,15 +13905,66 @@ status collapsed
 
 \end_layout
 
-\end_inset
+\begin_layout Standard
+
+\lang english
+For multiple text lines in split cells one needs some extra height to fit
+ the text to the cell.
+ This can be achieved with the 
+\series bold
 
+\backslash
+diagbox
+\series default
+ option 
+\series bold
+height=3cm
+\series default
+ (replace '3cm' by the height you need).
+ In the following table the command
+\end_layout
 
-\begin_inset ERT
+\begin_layout Standard
+
+\series bold
+\lang english
+
+\backslash
+diagbox[width=3cm,height=1.4cm]{A
+\backslash
+
+\backslash
+B}{C
+\backslash
+
+\backslash
+D}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+is used in the first cell.
+ The command 
+\series bold
+
+\backslash
+
+\backslash
+
+\series default
+ creates hereby the line break.
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+\lang english
+Breaking lines with 
+\family sans
+Ctrl+Return
+\family default
+ is only possible when the column has a fixed width.
 \end_layout
 
 \end_inset
@@ -14034,95 +13973,157 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
-\begin_inset Foot
-status collapsed
+\noindent
+\align center
+
+\lang english
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-raiseboxは、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:垂直揃え"
 
-\end_inset
+\lang english
+\begin_inset ERT
+status open
 
-節で説明されています。
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[width=3cm,height=1.4cm]{
 \end_layout
 
 \end_inset
 
-の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
-\end_layout
+A
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-raisebox{0.85
+
 \backslash
-baselineskip}{
+
 \end_layout
 
-\begin_layout Standard
-というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
-\series bold
-}
-\series default
-をTeXコードとして挿入してあります。最後の項目の第二表には、
+\end_inset
+
+B
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+C
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-raisebox{-0.32
+
 \backslash
-baselineskip}{
+
 \end_layout
 
-\begin_layout Standard
-というコマンドを使用しています。
+\end_inset
+
+D
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\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
 
-\series bold
-【註】
-\series default
-表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
-\series bold
+\lang english
+Thickness in nm
+\end_layout
 
-\backslash
-raisebox
-\series default
-コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
+\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
+
+\lang english
+Perfect Green
 \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
 
+\lang english
+45
 \end_layout
 
-\begin_layout Section
-色付きの表
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:色付きの表"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
 
-\begin_inset Index idx
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ひょう@表 ! いろつき@色付き
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下は、LaTeXパッケージ
+\series bold
+diagbox
+\series default
+が導入済みでないときに表示されます。
 \end_layout
 
 \end_inset
@@ -14130,15 +14131,55 @@ status collapsed
 
 \end_layout
 
-\begin_layout Subsection
-色付きのセル
-\begin_inset Index idx
+\begin_layout Standard
+本節の内容を出力に表示するためには、
+\series bold
+diagbox
+\series default
+パッケージを導入しなくてはなりません。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ひょうのいろ@表の色 ! せるぶ@セル部
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+For more info about the LaTeX-package 
+\series bold
+diagbox
+\series default
+, see its documentation
+\lang japanese
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "diagbox"
+
+\end_inset
+
+.
 \end_layout
 
+\begin_layout Section
+フォーマル形式の表
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:フォーマル形式の表"
+
 \end_inset
 
 
@@ -14146,7 +14187,7 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
\81\84ã\82\8dã\81¤ã\81\8d\89²ä»\98ã\81\8d ! ã\81²ã\82\87ã\81\86ã\81\9bã\82\8bã\81¶@表ã\82»ã\83«é\83¨
\81²ã\82\87ã\81\86@表 ! ã\81µã\81\89ã\83¼ã\81¾ã\82\8bã\81\91ã\81\84ã\81\97ã\81\8d\83\95ã\82©ã\83¼ã\83\9eã\83«å½¢å¼\8f
 \end_layout
 
 \end_inset
@@ -14154,6 +14195,21 @@ status collapsed
 
 \end_layout
 
+\begin_layout Standard
+書籍中の表は、よく表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:ブックタブ表の例"
+
+\end_inset
+
+のように組版されます。この種の表は、「
+\emph on
+フォーマル形式
+\emph default
+」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
+\end_layout
+
 \begin_layout Standard
 \begin_inset Float table
 placement h
@@ -14167,25 +14223,11 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:colortblなしの表"
-
-\end_inset
-
-
-\series bold
-colortbl
-\series default
-パッケージを使用しない色付き表
-\begin_inset Argument
-status collapsed
-
-\begin_layout Plain Layout
-colortblなしの表
-\end_layout
+name "tab:ブックタブ表の例"
 
 \end_inset
 
-
+ブックタブ表の例
 \end_layout
 
 \end_inset
@@ -14196,159 +14238,243 @@ colortblなしの表
 \begin_layout Plain Layout
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
+<lyxtabular version="3" rows="8" columns="4">
+<features booktabs="true" tabularvalignment="middle">
+<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">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\color green
-い
+システム
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
 
-\color red
-ろ
+1
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
 
-\color red
-は
+2
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
-\color green
-に
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\color blue
-ほ
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule(r){2-2}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\color blue
-へ
+
+\backslash
+cmidrule(l){3-4}
+\end_layout
+
+\end_inset
+
+検知器の厚み [µm]
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\color green
-と
+300
 \end_layout
 
 \end_inset
 </cell>
-<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
-
-\color blue
-ち
+300
 \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
-
-\color blue
-り
+700
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
+<row>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\end_inset
+\begin_layout Plain Layout
+エッジ角 [°]
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+3.55
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+2.71
 \end_layout
 
-\begin_layout Standard
-もし色の付いた文章が欲しいだけならば、そのセルを選択して、
-\family sans
-編集\SpecialChar \menuseparator
-文字様式
-\family default
-メニューで色を選んでください。表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:colortblなしの表"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
-を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
-\series bold
-colortbl
-\series default
+\begin_layout Plain Layout
+7.99
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
+空間分解能 [µm]
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-を使用しなくてはなりません。
+\begin_layout Plain Layout
+4.26
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+10.17
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+10.56
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $f_{\mathrm{max}}$
+\end_inset
+
+におけるMTF
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.53
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.37
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.39
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -14356,122 +14482,165 @@ status collapsed
 
 
 \backslash
-ifcolortbl
+cmidrule(l{10pt}){1-1}
 \end_layout
 
 \end_inset
 
+LSF空間分解能
+\end_layout
 
-\begin_inset Note Note
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-本節の以下の部分は、LaTeXパッケージ
-\series bold
-colortbl
-\series default
-が導入済みのときのみ表示されます。
+
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \end_layout
 
-\begin_layout Standard
-色付きの表を作成するには、プリアンブルに
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
+µm表示
+\end_layout
 
-\backslash
-usepackage{colortbl}
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+129.7
 \end_layout
 
-\begin_layout Standard
-という行を書いて
-\series bold
-colortbl
-\series default
-を読み込まなくてはなりません。列の色は、
-\series bold
->{ }
-\series default
-コマンドの中に
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+52.75
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
+50.78
+\end_layout
 
-\backslash
-columncolor{色彩名}
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+ピクセルサイズに対する%表示
 \end_layout
 
-\begin_layout Standard
-というコマンドを書いて指定することができます。
-\series bold
->{}
-\series default
-コマンドに関する詳細は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:連結列の計算"
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+76.3
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
-節に述べられています。
+\begin_layout Plain Layout
+95.9
 \end_layout
 
-\begin_layout Standard
-以下の色彩名が事前に定義されています。
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+92.3
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
+表中の行に余白を加えるには、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:行の余白取り"
 
+\end_inset
+
+節に述べられているように、表の設定ダイアログの
 \family sans
-red
-\family default
-・
-\family sans
-green
-\family default
-・
-\family sans
-yellow
-\family default
-・
-\family sans
-blue
-\family default
-・
-\family sans
-cyan
-\family default
-・
-\family sans
-magenta
-\family default
-・
-\family sans
-black
+罫線
 \family default
-・
-\family sans
-white
+タブを使用します。
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
+通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
+\begin_inset Newline newline
 \end_inset
 
+最初と最後の表罫線の既定幅は0.08
+\begin_inset space \thinspace{}
+\end_inset
+
+emですが、他の罫線の既定幅は0.05
+\begin_inset space \thinspace{}
+\end_inset
 
+emです。
 \end_layout
 
 \begin_layout Standard
\81¾ã\81\9f
\81\93ã\82\8cã\82\89ã\81®æ\97¢å®\9aå¹\85ã\81¯ã\80\81以ä¸\8bã\81®ã\83\97ã\83ªã\82¢ã\83³ã\83\96ã\83«è¡\8cã\82\92æ\8c\87å®\9aã\81\99ã\82\8bã\81\93ã\81¨ã\81«ã\82\88ã\81£ã\81¦å¤\89æ\9b´ã\81\99ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99ã\80\82
 \end_layout
 
 \begin_layout Standard
@@ -14479,62 +14648,62 @@ white
 \series bold
 
 \backslash
-definecolor{色彩名}{色彩モデル}{色彩値}
-\end_layout
+let
+\backslash
+mytoprule
+\backslash
+toprule
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
-\end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
-cmyk:シアン(
-\bar under
-c
-\bar default
-yan)・マゼンタ(
-\bar under
-m
-\bar default
-agenta)・黄(
-\bar under
-y
-\bar default
-ellow)・黒(blac
-\bar under
-k
-\bar default
-)
+\backslash
+renewcommand{
+\backslash
+toprule}{
+\backslash
+mytoprule[幅]}
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
-rgb:赤(
-\bar under
-r
-\bar default
-ed)・緑(
-\bar under
-g
-\bar default
-reen)・青(
-\bar under
-b
-\bar default
-lue)
-\end_layout
+\begin_layout Standard
+上の例は、
+\series bold
+toprule
+\series default
+という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
+\series bold
+toprule
+\series default
+を
+\series bold
+bottomrule
+\series default
+に置き換えて下さい。他の罫線の線幅を変更するには、
+\series bold
+toprule
+\series default
+を
+\series bold
+midrule
+\series default
+に置き換えます。線幅を設定する上では、付録
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:LyXで使用できる単位"
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
-gray:グレー
-\end_layout
+\end_inset
 
-\begin_layout Standard
-から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
+に挙げてあるすべての単位を使用することができます。
 \end_layout
 
 \begin_layout Standard
-たとえば、プリアンブルに
+全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
+\series bold
+
+\backslash
+cmidrule
+\series default
+コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
 \end_layout
 
 \begin_layout Standard
@@ -14542,42 +14711,67 @@ gray:グレー
 \series bold
 
 \backslash
-definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
-\end_layout
-
-\begin_layout Standard
-と書くことによって、「
-\emph on
-darkgreen
-\emph default
-」色を定義することができますし、
+cmidrule[幅](刈込){開始列-終了列}
 \end_layout
 
 \begin_layout Standard
+です。
+\series bold
 
+\backslash
+cmidrule
+\series default
+のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
 \series bold
 
 \backslash
-definecolor{lightgray}{gray}{0.8}
+cmidrule
+\series default
+は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
+。
 \end_layout
 
 \begin_layout Standard
-と書けば、「
+この線幅の既定値は0.03
+\begin_inset space \thinspace{}
+\end_inset
+
+emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
+。非必須パラメーターの「刈込」は、
 \emph on
-lightgray
+l{刈込幅}
 \emph default
-」色を定義することができます。
+あるいは
+\emph on
+r{刈込幅}
+\emph default
+の値を取り、刈込幅の指定は非必須です。たとえば、
+\emph on
+l{2pt}
+\emph default
+というパラメーターを使うと、罫線が左端から2
+\begin_inset space \thinspace{}
+\end_inset
+
+ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
+\begin_inset space \thinspace{}
+\end_inset
+
+emだけ刈り込まれます。
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
+\begin_inset VSpace bigskip
 \end_inset
 
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:ブックタブ表の例"
 
-\end_layout
+\end_inset
 
-\begin_layout Standard
-罫線は
+は、
 \end_layout
 
 \begin_layout Standard
@@ -14585,11 +14779,13 @@ lightgray
 \series bold
 
 \backslash
-rowcolor{色彩名}
+cmidrule(r){2-2}
+\backslash
+cmidrule(l){3-4}
 \end_layout
 
 \begin_layout Standard
-というコマンドを使用して色付けすることができ、セルは
+というコマンドを第二行の初めに使用し、
 \end_layout
 
 \begin_layout Standard
@@ -14597,70 +14793,72 @@ rowcolor{色彩名}
 \series bold
 
 \backslash
-cellcolor{色彩名}
+cmidrule(l{10pt}){1-1}
 \end_layout
 
 \begin_layout Standard
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\81§è\89²ä»\98ã\81\91ã\81\99ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99ã\80\82ã\81©ã\81¡ã\82\89ã\81®ã\82³ã\83\9eã\83³ã\83\89ã\82\82ã\80\81ã\82»ã\83«ã\81®å\86\92é ­ã\81«TeXã\82³ã\83¼ã\83\89ã\81§æ\9b¸ã\81\8dè¾¼ã\81¿ます。
\82\92第å\85­è¡\8cã\81«ä½¿ç\94¨ã\81\97ã\81¦ä½\9cæ\88\90ã\81\95ã\82\8cã\81¦ã\81\84ます。
 \end_layout
 
 \begin_layout Standard
-表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
-\family sans
-編集\SpecialChar \menuseparator
-文字様式
-\family default
-を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
-ます。
-\end_layout
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
 
-\begin_layout Plain Layout
-【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
 \end_layout
 
+\begin_layout Standard
+ときには、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:特殊なブックタブ表"
+
 \end_inset
 
+のような重なり合った
+\series bold
 
+\backslash
+cmidrule
+\series default
+が欲しいことがあるかもしれません。これは、TeXコードで
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
+\series bold
 
+\backslash
+morecmidrules
 \end_layout
 
 \begin_layout Standard
-表
+コマンドを使用することによって実現することができます。
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:色付き表"
+reference "tab:特殊なブックタブ表"
 
 \end_inset
 
-を作成するには、以下のようにしてください。第一列の色は
-\emph on
-darkgreen
-\emph default
-にしたいので、この列のLaTeX変数として
+の第二列には
 \end_layout
 
 \begin_layout Standard
 
 \series bold
->{
+
 \backslash
-columncolor{darkgreen}
+cmidrule(r){2-2}
 \backslash
-centering}c
+cmidrule(l){3-4}
+\backslash
+morecmidrules
+\backslash
+cmidrule{2-4}
 \end_layout
 
 \begin_layout Standard
-と書き込みます。第一列は青にしたいので、この列の最初のセルに
+というコマンドが使用されており、第六列には
 \end_layout
 
 \begin_layout Standard
@@ -14668,182 +14866,142 @@ centering}c
 \series bold
 
 \backslash
-rowcolow{cyan}
+midrule
+\backslash
+morecmidrules
+\backslash
+cmidrule{3-4}
 \end_layout
 
 \begin_layout Standard
-というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
+というコマンドが使用されています。
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
-\series bold
 
-\backslash
-cellcolor{magenta}
 \end_layout
 
 \begin_layout Standard
-というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
-\family sans
-編集\SpecialChar \menuseparator
-文字様式
-\family default
-メニューを使って、各文字に色付けをすることができます。
+罫線の余白取りにどうしても満足が行かない場合には、
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\series bold
 
-\begin_layout Plain Layout
+\backslash
+specialrule{幅}{上余白}{下余白}
+\end_layout
 
+\begin_layout Standard
+というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
 \series bold
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:色付き表"
+booktabs
+\series default
+\begin_inset CommandInset citation
+LatexCommand cite
+key "booktabs"
 
 \end_inset
 
-colortbl
-\series default
-パッケージを使用した色付き表
-\begin_inset Argument
+
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-colortblを使った表
-\end_layout
-
-\end_inset
-
-
+LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
 \end_layout
 
 \end_inset
 
-
+の取扱説明書をご参照下さい。
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<row>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
+\begin_inset Caption
 
 \begin_layout Plain Layout
-
-
-\backslash
-rowcolor{cyan}
-\end_layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:特殊なブックタブ表"
 
 \end_inset
 
-
-\color magenta
-い
+特殊なブックタブ表
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\color red
-ろ
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
 \begin_layout Plain Layout
-
-\color red
-は
-\end_layout
-
-\end_inset
-</cell>
-</row>
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="8" columns="4">
+<features booktabs="true" tabularvalignment="middle">
+<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">
 <row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\color yellow
-に
+システム
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\color blue
-ほ
-\end_layout
-
+Medipix
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-
-\color blue
-へ
+1
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
 
-\color yellow
-と
+2
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
-\color blue
-ち
 \end_layout
 
 \end_inset
 </cell>
+</row>
+<row>
 <cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
@@ -14855,32 +15013,12 @@ status collapsed
 
 
 \backslash
-cellcolor{magenta}
-\end_layout
-
-\end_inset
-
-
-\color green
-り
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
+cmidrule(r){2-2}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -14888,37 +15026,12 @@ status collapsed
 
 
 \backslash
-else
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-以下は、LaTeXパッケージ
-\series bold
-colortbl
-\series default
-が導入されていないときに表示されます。
+cmidrule(l){3-4}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-この節の内容を出力で表示させるには、
-\series bold
-colortbl
-\series default
-パッケージを導入する必要があります。
-\end_layout
-
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -14926,57 +15039,12 @@ status collapsed
 
 
 \backslash
-fi
-\end_layout
-
-\end_inset
-
-
-\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
-
-
+morecmidrules 
 \end_layout
 
-\begin_layout Standard
-第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:罫線幅"
-
 \end_inset
 
-節に述べられているように、表中の全罫線の線幅は、長さ
-\series bold
-
-\backslash
-arrayrulewidth
-\series default
-を使って調節することができます。本節の表では、すべて1.5
-\begin_inset space \thinspace{}
-\end_inset
 
-ptに設定されています。
 \begin_inset ERT
 status collapsed
 
@@ -14984,110 +15052,50 @@ status collapsed
 
 
 \backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
+cmidrule{2-4}
 \end_layout
 
 \end_inset
 
-
+検知器の厚み [µm]
 \end_layout
 
-\begin_layout Standard
-たとえば縦罫線を緑に着色するには、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:自製書式"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-newcolumntype{W}{!{
-\backslash
-color{green}
-\backslash
-vline}}
+\begin_layout Plain Layout
+300
 \end_layout
 
-\begin_layout Standard
-表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:色付き縦罫線の表"
-
 \end_inset
-
-では、最右列にLaTeX変数
-\series bold
-WcW
-\series default
-、他の列にLaTeX変数
-\series bold
-Wc
-\series default
-が使用されています。
-\end_layout
-
-\begin_layout Standard
-複数の色を用いたいときには、列書式をもっと定義してください。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:色付き縦罫線の表"
-
-\end_inset
-
-色付き縦罫線の表
+300
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" width="0" special="WcW">
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+700
 \end_layout
 
 \end_inset
 </cell>
+</row>
+<row>
 <cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+エッジ角 [°]
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+3.55
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
 <cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+2.71
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+7.99
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+空間分解能 [µm]
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+4.26
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+10.17
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+10.56
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
+<row topspace="default">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset Formula $f_{\mathrm{max}}$
 \end_inset
 
-
+におけるMTF
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+0.53
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:色付き横罫線の表"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
+\begin_layout Plain Layout
+0.37
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-let
-\backslash
-myHlineC
-\backslash
-hline
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-renewcommand{
-\backslash
-hline}
-\begin_inset Newline newline
 \end_inset
-
-
-\begin_inset Phantom HPhantom
-status open
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset space ~
-\end_inset
-
-
+0.39
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
-{
-\backslash
-arrayrulecolor{red}
-\backslash
-myHlineC
-\backslash
-arrayrulecolor{black}}
-\end_layout
-
-\begin_layout Standard
-というコマンドを入力して下さい。
-\end_layout
-
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -15241,79 +15219,39 @@ status collapsed
 
 
 \backslash
-let
-\backslash
-myHlineC
-\backslash
-hline
-\end_layout
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-hline}
-\end_layout
-
-\begin_layout Plain Layout
-
- {
-\backslash
-arrayrulecolor{red}
-\backslash
-myHlineC
-\backslash
-arrayrulecolor{black}}
+morecmidrules 
 \end_layout
 
 \end_inset
 
 
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:色付き横罫線の表"
 
-\end_inset
 
-色付き横罫線の表
+\backslash
+cmidrule{3-4}
 \end_layout
 
 \end_inset
 
-
+LSF空間分解能
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" 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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15322,7 +15260,7 @@ sd
 
 \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
 </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
-
+µm表示
 \end_layout
 
 \end_inset
 </cell>
-<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
-sd
+129.7
 \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
+52.75
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+50.78
 \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
-
+ピクセルサイズに対する%表示
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+76.3
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+95.9
 \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
-sd
+92.3
 \end_layout
 
 \end_inset
 
 \end_layout
 
-\begin_layout Standard
-既定値の黒罫線に戻るには、
-\end_layout
-
-\begin_layout Standard
+\begin_layout Section
+表の垂直揃え
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ひょう@表 ! そろえ@揃え
+\end_layout
+
+\end_inset
 
-\series bold
 
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHlineC}
 \end_layout
 
 \begin_layout Standard
-というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
+本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:色付き罫線の表"
+reference "sec:ボックスダイアログ"
 
 \end_inset
 
-は、縦横罫線を色付けした例です。
+節に述べられているように、ボックスの垂直揃えを行います。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+以下の例では、各表は15
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Caption
+列幅%を持つminipage
+\begin_inset Foot
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:色付き罫線の表"
+minipageは第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:ミニページ"
 
 \end_inset
 
-色付き罫線の表
+節で説明されています。
 \end_layout
 
 \end_inset
 
-
+ボックスの中に入れてあります。
 \end_layout
 
+\begin_layout Itemize
+動作試験 
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
 \begin_layout Plain Layout
-\align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" width="0" special="WcW">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
 <row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+い
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+に
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<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" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+ろ
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+ほ
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<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 topspace="default">
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<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" usebox="none">
+<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" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+り
 \end_layout
 
 \end_inset
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
+ 動作試験 
 \begin_inset ERT
 status collapsed
 
@@ -15569,135 +15534,168 @@ status collapsed
 
 
 \backslash
-renewcommand{
-\backslash
-hline}{
+raisebox{0.85
 \backslash
-myHlineC}
+baselineskip}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status collapsed
 
 \begin_layout Plain Layout
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{0.4pt}
+\begin_layout Plain Layout
+い
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+に
 \end_layout
 
-\begin_layout Section
-表の調整
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
\81²ã\82\87ã\81\86ã\81®ã\81¡ã\82\87ã\81\86ã\81\9bã\81\84@表ã\81®èª¿æ\95´
\81¨
 \end_layout
 
 \end_inset
-
-
-\begin_inset Index idx
-status collapsed
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
\81²ã\82\87ã\81\86@表 ! ã\81¡ã\82\87ã\81\86ã\81\9bã\81\84@調æ\95´
\82\8d
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+ほ
 \end_layout
 
-\begin_layout Subsection
-行の余白取り
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:行の余白取り"
-
 \end_inset
-
-
-\begin_inset Index idx
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
\81²ã\82\87ã\81\86ã\81®ã\81¡ã\82\87ã\81\86ã\81\9bã\81\84@表ã\81®èª¿æ\95´ ! ã\81\8eã\82\87ã\81\86ã\81®ã\82\88ã\81¯ã\81\8fã\81©ã\82\8a@è¡\8cã\81®ä½\99ç\99½å\8f\96ã\82\8a
\81¡
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\end_layout
-
-\begin_layout Standard
-表の設定ダイアログの
-\family sans
-罫線
-\family default
-タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
+\begin_layout Plain Layout
+は
 \end_layout
 
-\begin_layout Description
-行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
-\begin_inset Foot
-status collapsed
+\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 CommandInset ref
-LatexCommand ref
-reference "sec:フォーマル形式の表"
+へ
+\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>
+</lyxtabular>
 
-ならば、LyXは既定値として0.5
-\begin_inset space \thinspace{}
 \end_inset
 
-emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
-\begin_inset VSpace medskip
-\end_inset
 
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset space \hspace*{}
-\length 0pt
-\end_inset
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
+
+}
+\end_layout
 
-\begin_inset space \hfill{}
 \end_inset
 
 
+\end_layout
+
+\begin_layout Itemize
+動作試験 
+\begin_inset Box Frameless
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="1">
+<lyxtabular version="3" rows="3" 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">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15706,98 +15704,119 @@ emの余白を挿入します。通常の表の場合には、余白を追加す
 
 \end_inset
 </cell>
-</row>
-<row topspace="3mm">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-行上に3
-\begin_inset space \thinspace{}
-\end_inset
-
-mmの余白
+に
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
\81¯
\81¨
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+ろ
+\end_layout
 
-\begin_inset space \hfill{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+ほ
+\end_layout
 
-\begin_inset space \hspace*{}
-\length 0pt
 \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
 
-\begin_inset VSpace medskip
 \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
+は
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
+\begin_layout Plain Layout
+へ
 \end_layout
 
-\begin_layout Description
-行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
-\begin_inset space \thinspace{}
-\end_inset
-
-emの余白を挿入し、通常の表ならば既定値として2
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-ptを挿入します。
+\begin_layout Plain Layout
+り
 \end_layout
 
-\begin_layout Description
-行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
-\begin_inset VSpace medskip
 \end_inset
 
 
-\begin_inset Newline newline
-\end_inset
-
+\end_layout
 
-\begin_inset space \hspace*{}
-\length 0pt
 \end_inset
 
 
-\begin_inset space \hfill{}
-\end_inset
+\end_layout
 
+\begin_layout Itemize
+動作試験 
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
+\begin_layout Plain Layout
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="1">
+<lyxtabular version="3" rows="3" 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">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -15806,274 +15825,210 @@ emの余白を挿入します。通常の表の場合には、余白を追加す
 
 \end_inset
 </cell>
-</row>
-<row interlinespace="3mm">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\downarrow$
-\end_inset
-
- 行間に3
-\begin_inset space \thinspace{}
-\end_inset
+に
+\end_layout
 
-mmの余白 
-\begin_inset Formula $\downarrow$
 \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" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\uparrow$
-\end_inset
+ろ
+\end_layout
 
- 行間に3
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-mmの余白 
-\begin_inset Formula $\uparrow$
-\end_inset
+\begin_layout Plain Layout
+ほ
+\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
+ち
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+は
+\end_layout
 
-\begin_inset space \hfill{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+へ
+\end_layout
 
-\begin_inset space \hspace*{}
-\length 0pt
 \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_inset VSpace medskip
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-
-\begin_inset Newline newline
 \end_inset
 
-したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
+
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
-\end_layout
+ 動作試験 
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-@ifundefined{extrarowheight}
-\begin_inset Newline newline
+raisebox{-0.32
+\backslash
+baselineskip}{
+\end_layout
+
 \end_inset
 
 
-\begin_inset Phantom HPhantom
-status open
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset space ~
-\end_inset
-
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+い
 \end_layout
 
 \end_inset
-
-{
-\backslash
-usepackage{array}}{}
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-setlength{
-\backslash
-extrarowheight}{height}
-\end_layout
-
-\begin_layout Standard
-しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
-\series bold
-array
-\series default
-パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
-\series bold
-
-\backslash
-@ifundefined
-\series default
-が使用されています)。
-\end_layout
-
-\begin_layout Standard
-標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
-\series bold
-
-\backslash
-strut
-\series default
-コマンドを挿入することで補正することができます。表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:垂直揃え"
-
-\end_inset
-
-は、この効果を示したものです。
-\end_layout
-
-\begin_layout Standard
-\noindent
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:垂直揃え"
-
-\end_inset
-
-大きなフォント寸法の文章の垂直揃え
-\end_layout
-
-\end_inset
-
-
+に
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset space \hfill{}
 \end_inset
-
-
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-é\80\9a常ã\81®è¡¨
+ã\81¨
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\noindent
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="6" columns="1">
-<features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
+</cell>
+</row>
 <row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Normal, g
+ろ
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\size large
-Large
+ほ
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
-\size larger
-Larger
+ち
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" topline="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
-
-\size largest
-Largest
+は
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="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
-
-\size huge
-Huge
+へ
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" bottomline="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
-
-\size giant
-Huger
+り
 \end_layout
 
 \end_inset
@@ -16089,190 +16044,109 @@ Huger
 \end_inset
 
 
-\begin_inset space \hfill{}
-\end_inset
-
-
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-
-\series bold
-
-\backslash
-strut
-\series default
-コマンドを使用した表
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\noindent
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="6" columns="1">
-<features tabularvalignment="middle">
-<column alignment="left" valignment="top" width="0">
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-Normal, g
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\size large
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-strut 
+}
 \end_layout
 
 \end_inset
 
-Large
-\end_layout
-
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
+\end_layout
 
-\size larger
-\begin_inset ERT
+\begin_layout Standard
+上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-strut 
-\end_layout
+raiseboxは、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:垂直揃え"
 
 \end_inset
 
-Larger
+節で説明されています。
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
-\size largest
-\begin_inset ERT
-status collapsed
+の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\series bold
 
 \backslash
-strut 
+raisebox{0.85
+\backslash
+baselineskip}{
 \end_layout
 
-\end_inset
-
-Largest
+\begin_layout Standard
+というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
+\series bold
+}
+\series default
+をTeXコードとして挿入してあります。最後の項目の第二表には、
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\size huge
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\series bold
 
 \backslash
-strut 
+raisebox{-0.32
+\backslash
+baselineskip}{
 \end_layout
 
-\end_inset
-
-Huge
+\begin_layout Standard
+というコマンドを使用しています。
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-
-\size giant
-\begin_inset ERT
-status collapsed
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
 \begin_layout Plain Layout
 
+\series bold
+【註】
+\series default
+表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
+\series bold
 
 \backslash
-strut 
-\end_layout
-
-\end_inset
-
-Huger
+raisebox
+\series default
+コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
 \end_inset
 
 
 \end_layout
 
-\end_inset
-
+\begin_layout Section
+色付きの表
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:色付きの表"
 
-\begin_inset space \hfill{}
 \end_inset
 
 
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ひょう@表 ! いろつき@色付き
 \end_layout
 
 \end_inset
@@ -16281,47 +16155,27 @@ Huger
 \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
\81²ã\82\87ã\81\86ã\81®ã\81¡ã\82\87ã\81\86ã\81\9bã\81\84@表ã\81®èª¿æ\95´ ! ã\81¨ã\81\8fã\81\97ã\82\85ã\81ªã\81\9bã\82\8bã\81\9eã\82\8dã\81\88\89¹æ®\8aã\81ªã\82»ã\83«æ\8f\83ã\81\88
\81²ã\82\87ã\81\86ã\81®ã\81\84ã\82\8d@表ã\81®è\89² ! ã\81\9bã\82\8bã\81¶@ã\82»ã\83«é\83¨
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Index idx
+status collapsed
 
-\begin_layout Standard
-ときには表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:表セル"
+\begin_layout Plain Layout
+いろつき@色付き ! ひょうせるぶ@表セル部
+\end_layout
 
 \end_inset
 
-の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/tabular-feature_align-decimal.png
-       scale 85
-       scaleBeforeRotation
-
-\end_inset
 
-を押すか、表設定中で揃えを
-\family sans
-小数点で
-\family default
-に設定します。
 \end_layout
 
 \begin_layout Standard
@@ -16337,70 +16191,22 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:表セル"
-
-\end_inset
-
-一列が小数点で揃えられた表セル
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="1">
-<features booktabs="true" tabularvalignment="middle">
-<column alignment="decimal" decimal_point="." valignment="top" width="0pt">
-<row>
-<cell alignment="center" valignment="top" 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" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-12.6
-\end_layout
+name "tab:colortblなしの表"
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-0.68
-\end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\series bold
+colortbl
+\series default
+パッケージを使用しない色付き表
+\begin_inset Argument
+status collapsed
 
 \begin_layout Plain Layout
--123.0
+colortblなしの表
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
 \end_inset
 
 
@@ -16411,131 +16217,114 @@ name "tab:表セル"
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
 \begin_layout Plain Layout
-\begin_inset Caption
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:演算子揃え表"
 
-\end_inset
-
-一列が演算子で揃えられた表セル
+\color green
+い
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="2">
-<features booktabs="true" tabularvalignment="middle">
-<column alignment="right" valignment="top" width="0pt">
-<column alignment="left" valignment="top" width="0pt" special="@{}l">
-<row>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-見出し
+
+\color red
+ろ
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
+\color red
+は
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $12\,+$
-\end_inset
-
 
+\color green
+に
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\,6$
-\end_inset
-
 
+\color blue
+ほ
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $0\,-$
-\end_inset
-
 
+\color blue
+へ
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $\,68$
-\end_inset
-
 
+\color green
+と
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Formula $-123\,/$
-\end_inset
-
 
+\color blue
+ち
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<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 $\,0$
-\end_inset
-
 
+\color blue
+り
 \end_layout
 
 \end_inset
@@ -16554,436 +16343,423 @@ name "tab:演算子揃え表"
 \end_layout
 
 \begin_layout Standard
-揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
+もし色の付いた文章が欲しいだけならば、そのセルを選択して、
+\family sans
+編集\SpecialChar \menuseparator
+文字様式
+\family default
+メニューで色を選んでください。表
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:演算子揃え表"
+reference "tab:colortblなしの表"
 
 \end_inset
 
-のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
-、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
-ために、
-\end_layout
-
-\begin_layout Standard
-
+を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
 \series bold
-@{}l
-\end_layout
-
-\begin_layout Standard
-というLaTeX引数を第2列に指定します。
-\end_layout
-
-\begin_layout Standard
-表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:表セル揃え"
+colortbl
+\series default
 
-\end_inset
+\begin_inset Index idx
+status collapsed
 
-は、揃え方の例をいくつか示しています。関係子で揃えるために、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:演算子揃え表"
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
+\end_layout
 
 \end_inset
 
\81®å\86\92é ­ã\81«ã\81¯ã\80\81å°\8f空ç\99½ã\81\8cå\8a ã\81\88ã\82\89ã\82\8cã\81¦ã\81\84ã\81¾ã\81\99
\82\92使ç\94¨ã\81\97ã\81ªã\81\8fã\81¦ã\81¯ã\81ªã\82\8aã\81¾ã\81\9bã\82\93
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:表セル揃え"
 
-\end_inset
 
-表セルの揃えの例
+\backslash
+ifcolortbl
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="6">
-<features tabularvalignment="middle">
-<column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0" special="@{}l">
-<column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0" special="@{}l">
-<column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" width="0" special="@{}l">
-<row>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-単位
+本節の以下の部分は、LaTeXパッケージ
+\series bold
+colortbl
+\series default
+が導入済みのときのみ表示されます。
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
 \end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-冪数
+\begin_layout Standard
+色付きの表を作成するには、プリアンブルに
 \end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
+\series bold
 
+\backslash
+usepackage{colortbl}
 \end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-関係子
+\begin_layout Standard
+という行を書いて
+\series bold
+colortbl
+\series default
+を読み込まなくてはなりません。列の色は、
+\series bold
+>{ }
+\series default
+コマンドの中に
 \end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
+\series bold
 
+\backslash
+columncolor{色彩名}
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-12×
-\end_layout
+\begin_layout Standard
+というコマンドを書いて指定することができます。
+\series bold
+>{}
+\series default
+コマンドに関する詳細は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:連結列の計算"
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-24本の瓶
+節に述べられています。
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $10\cdot$
-\end_inset
+\begin_layout Standard
+以下の色彩名が事前に定義されています。
+\end_layout
 
+\begin_layout Standard
 
+\family sans
+red
+\family default
+・
+\family sans
+green
+\family default
+・
+\family sans
+yellow
+\family default
+・
+\family sans
+blue
+\family default
+・
+\family sans
+cyan
+\family default
+・
+\family sans
+magenta
+\family default
+・
+\family sans
+black
+\family default
+・
+\family sans
+white
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $10^{\mbox{-}17}$
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
 
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-\begin_inset Formula $\Gamma(t)\propto$
-\end_inset
+\lang english
+If you add the options
+\end_layout
 
+\begin_layout Standard
 
+\series bold
+usenames,dvipsnames
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+to the document class options in the document settings, you can additionally
+ use further 61
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-\begin_inset Formula $\:\Upsilon(t)$
+colors.
+ These colors are listed in appendix
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "chap:List-of-dvips-colornames"
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-1024×
-\end_layout
+.
+ One of these colors, 
+\family sans
+Maroon
+\family default
+, is used as example in Table
+\lang japanese
 
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-768ピクセル
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:色付き表"
 
-\begin_layout Plain Layout
-\begin_inset Formula $5.78\cdot$
 \end_inset
 
-
+.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $10^{7}$
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
 
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-\begin_inset Formula $A\ne$
-\end_inset
-
-
+\begin_layout Standard
+また
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-\begin_inset Formula $\: B_{\mathrm{red}}$
-\end_inset
+\series bold
 
+\backslash
+definecolor{色彩名}{色彩モデル}{色彩値}
+\end_layout
 
+\begin_layout Standard
+というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+cmyk:シアン(
+\bar under
+c
+\bar default
+yan)・マゼンタ(
+\bar under
+m
+\bar default
+agenta)・黄(
+\bar under
+y
+\bar default
+ellow)・黒(blac
+\bar under
+k
+\bar default
+)
+\end_layout
 
-\begin_layout Plain Layout
-32×
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+rgb:赤(
+\bar under
+r
+\bar default
+ed)・緑(
+\bar under
+g
+\bar default
+reen)・青(
+\bar under
+b
+\bar default
+lue)
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+gray:グレー
+\end_layout
 
-\begin_layout Plain Layout
-6
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Standard
+から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
+\end_layout
 
-cm
+\begin_layout Standard
+たとえば、プリアンブルに
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
--
-\begin_inset Formula $33.5\cdot$
-\end_inset
+\series bold
 
+\backslash
+definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
+\end_layout
 
+\begin_layout Standard
+と書くことによって、「
+\emph on
+darkgreen
+\emph default
+」色を定義することができますし、
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-\begin_inset Formula $10^{4}$
-\end_inset
+\series bold
 
+\backslash
+definecolor{lightgray}{gray}{0.8}
+\end_layout
 
+\begin_layout Standard
+と書けば、「
+\emph on
+lightgray
+\emph default
+」色を定義することができます。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-\begin_inset Formula $\sin(\alpha)\ge$
-\end_inset
 
+\end_layout
 
+\begin_layout Standard
+罫線は
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-\begin_inset Formula $\:\sin(\beta)$
-\end_inset
+\series bold
 
+\backslash
+rowcolor{色彩名}
+\end_layout
 
+\begin_layout Standard
+というコマンドを使用して色付けすることができ、セルは
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Standard
 
-\end_inset
+\series bold
 
+\backslash
+cellcolor{色彩名}
+\end_layout
 
+\begin_layout Standard
+というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
 \end_layout
 
-\end_inset
+\begin_layout Standard
+表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
+\family sans
+編集\SpecialChar \menuseparator
+文字様式
+\family default
+を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
+ます。
+\end_layout
 
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
+【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
 \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
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-連結列セルを含む表がいくつもある場合には、第
+表
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:連結列の計算"
+reference "tab:色付き表"
 
 \end_inset
 
-節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
-べての表で使うことができます。書式は、以下のように定義します。
+を作成するには、以下のようにしてください。第一列の色は
+\emph on
+darkgreen
+\emph default
+にしたいので、この列のLaTeX変数として
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-
+>{
 \backslash
-newcolumntype{書式名}[引数の数]{コマンド}
+columncolor{darkgreen}
+\backslash
+centering}c
 \end_layout
 
 \begin_layout Standard
-書式名は、一文字だけでも構いません。
-\emph on
-b
-\emph default
-・
-\emph on
-c
-\emph default
-・
-\emph on
-l
-\emph default
-・
-\emph on
-m
-\emph default
-・
-\emph on
-p
-\emph default
-・
-\emph on
-r
-\emph default
-の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
+と書き込みます。第一列は青にしたいので、この列の最初のセルに
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
 
+\series bold
 
+\backslash
+rowcolow{cyan}
 \end_layout
 
 \begin_layout Standard
-固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
+というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
+\lang english
+The last cell of the last row is colored maroon by inserting the TeX-Code
+ command
 \end_layout
 
 \begin_layout Standard
 \series bold
 
 \backslash
-newcolumntype{M}[1]{>{
-\backslash
-centering
-\backslash
-hspace{0pt}}m{#1}}
+cellcolor{Maroon}
 \end_layout
 
 \begin_layout Standard
-ここで
+というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
+\family sans
+編集\SpecialChar \menuseparator
+文字様式
+\family default
+メニューを使って、各文字に色付けをすることができます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+
 \series bold
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:色付き表"
 
-\backslash
-hspace{0pt}
+\end_inset
+
+colortbl
 \series default
-は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:複数行"
+パッケージを使用した色付き表
+\begin_inset Argument
+status collapsed
+
+\begin_layout Plain Layout
+colortblを使った表
+\end_layout
 
 \end_inset
 
-節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
+
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
 
-\series bold
-M{width}
 \end_layout
 
-\begin_layout Standard
-と入力するだけですみます。
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+rowcolor{cyan}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
+\color magenta
+い
 \end_layout
 
-\begin_layout Standard
-連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color red
+ろ
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color red
+は
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color yellow
+に
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color blue
+ほ
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color blue
+へ
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color yellow
+と
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\color blue
+ち
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-newcolumntype{S}[2]{>{
-\backslash
-centering
+cellcolor{Maroon}
+\end_layout
+
+\end_inset
+
+
+\color green
+り
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
 \backslash
-hspace{0pt}}
-\begin_inset Newline newline
+else
+\end_layout
+
 \end_inset
 
 
-\begin_inset Phantom HPhantom
+\begin_inset Note Note
 status open
 
 \begin_layout Plain Layout
+以下は、LaTeXパッケージ
+\series bold
+colortbl
+\series default
+が導入されていないときに表示されます。
+\end_layout
+
+\end_inset
 
+
+\end_layout
+
+\begin_layout Standard
+この節の内容を出力で表示させるには、
 \series bold
+colortbl
+\series default
+パッケージを導入する必要があります。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
 
 \backslash
-newcolumntype
+fi
 \end_layout
 
 \end_inset
 
-m{(#1+(2
-\backslash
-tabcolsep+
-\backslash
-arrayrulewidth)*(1-#2))/#2}}
+
 \end_layout
 
-\begin_layout Standard
-この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:Wgn"
+\begin_layout Subsection
+
+\lang english
+Colored Rows
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Table Color ! for Rows
+\end_layout
 
 \end_inset
 
-式を使用しています。
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Color ! for Table Rows
 \end_layout
 
-\begin_layout Standard
-こうしておけば、当該セルのLaTeX引数に
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
 
+\lang english
+In case every second table row needs to be colored there is an alternative
+ to the method described in the previous section: One loads the package
 \series bold
-S{連結列セルの幅}{連結列セルがまたがる列の数}
+xcolor
+\series default
+\lang japanese
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+vspace{4mm}
 \end_layout
 
-\begin_layout Standard
-と入力するだけですみます。
+\end_inset
+
+
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
+\lang english
+ in the document preamble with the command
 \end_layout
 
 \begin_layout Standard
-色付き列については、以下のように定義するとよいでしょう。
+
+\series bold
+
+\backslash
+usepackage[table]{xcolor}
 \end_layout
 
 \begin_layout Standard
 
 \series bold
+\lang english
+xcolor
+\series default
+ automatically loads also the package 
+\series bold
+colortbl
+\series default
+\lang japanese
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
+\end_layout
+
+\end_inset
+
+
+\lang english
+, so 
+\series bold
+colortbl
+\series default
+ must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
 
 \backslash
-newcolumntype{K}[1]{>{
-\backslash
-columncolor{#1}
-\backslash
-hspace{0pt}}c}
+ifcolortbl
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+本節の以下の部分は、LaTeXパッケージ
+\series bold
+colortbl
+\series default
+が導入済みのときのみ表示されます。
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
+
+\lang english
+The table rows are colored with the command
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-K{色名}
+\lang english
+
+\backslash
+rowcolors[commands]{row number}{odd row color}{even row color}
 \end_layout
 
 \begin_layout Standard
-と入力します。
+
+\lang english
+that is either inserted in the document preamble or as TeX-Code before the
+ first table to be colored.
+ row
+\begin_inset space ~
+\end_inset
+
+number is the number of the first row which should be colored according
+ to the odd row color.
+ commands can be additional commands that are executed before every table
+ row.
+ So for example the command
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
+\series bold
 
+\backslash
+rowcolors{1}{white}{lightgray}
 \end_layout
 
 \begin_layout Standard
-表
+
+\lang english
+leads to the coloring scheme of Table
+\begin_inset space ~
+\end_inset
+
+
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:ユーザー定義の表書式"
+reference "tab:Table-rowcolors"
 
 \end_inset
 
-を生成するには、第1列と連結列にLaTeX引数として
+.
+ The command
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-M{2.5cm}
+
+\backslash
+rowcolors[
+\backslash
+hline]{1}{lightgray}{cyan}
 \end_layout
 
 \begin_layout Standard
-を指定し、最終列に
+
+\lang english
+leads to the coloring scheme of Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-rowcolors-2"
+
+\end_inset
+
+.
+ If odd
+\begin_inset space ~
+\end_inset
+
+row
+\begin_inset space ~
+\end_inset
+
+color and/or even
+\begin_inset space ~
+\end_inset
+
+row
+\begin_inset space ~
+\end_inset
+
+color are left empty, no color will be used so that the command
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-K{red}
-\end_layout
 
-\begin_layout Standard
-そして第2列の各セルに
+\backslash
+rowcolors{1}{}{}
 \end_layout
 
 \begin_layout Standard
 
+\lang english
+deletes all colors.
 \series bold
-S{2.5cm}{2}
+
+\backslash
+rowcolors
+\series default
+ affects all tables following that command.
 \end_layout
 
 \begin_layout Standard
-と指定します。
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+rowcolors{1}{white}{lightgray}
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -17191,13 +17306,15 @@ status open
 \begin_inset Caption
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:ユーザー定義の表書式"
+name "tab:Table-rowcolors"
 
 \end_inset
 
-ユーザー定義の表書式を使用した表
+Table where every second row is colored light gray.
 \end_layout
 
 \end_inset
@@ -17208,121 +17325,122 @@ name "tab:ユーザー定義の表書式"
 \begin_layout Plain Layout
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="4">
+<lyxtabular version="3" rows="4" columns="3">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
-<column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
-<column alignment="center" valignment="middle" width="0">
-<column alignment="center" valignment="middle" width="0" special="K{red}">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
 <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
-とても長い表セル中の単語
+X
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-複数行の連結列
+Y
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" 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
-
+Z
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-c
+1
 \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
-d
+2
 \end_layout
 
 \end_inset
 </cell>
-<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
-e
+3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-f
+4
 \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
-g
+5
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-h
+6
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-i
+7
 \end_layout
 
 \end_inset
 </cell>
-<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
-j
+8
 \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
-k
+9
 \end_layout
 
 \end_inset
 
 \end_layout
 
-\begin_layout Subsection
-罫線幅
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:罫線幅"
+\begin_layout Standard
+\begin_inset ERT
+status open
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\begin_inset Index idx
-status collapsed
+\backslash
+rowcolors[
+\backslash
+hline]{1}{lightgray}{cyan}
+\end_layout
 
-\begin_layout Plain Layout
-ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-表中のすべての罫線の罫線幅を調整するには、長さ
-\series bold
-
-\backslash
-arrayrulewidth
-\series default
-を使用します。たとえば、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Table-with-1.5"
-
-\end_inset
-
-のように罫線幅を1.5
-\begin_inset space \thinspace{}
 \end_inset
 
-ptにするには、表や表フロートの前にTeXコードで
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
-\end_layout
-
-\begin_layout Standard
-というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
-\series bold
-
-\backslash
-arrayrulewidth
-\series default
-を0.4
-\begin_inset space \thinspace{}
-\end_inset
 
-ptに設定してください。
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
-\end_layout
-
-\end_inset
-
-
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
@@ -17431,17 +17487,16 @@ status open
 \begin_inset Caption
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:Table-with-1.5"
+name "tab:Table-rowcolors-2"
 
 \end_inset
 
-1.5
-\begin_inset space \thinspace{}
-\end_inset
-
-pt幅罫線の表
+Table where every second row is colored cyan and at which there is a line
+ between each row.
 \end_layout
 
 \end_inset
@@ -17452,93 +17507,122 @@ pt幅罫線の表
 \begin_layout Plain Layout
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="4" 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">
+<column alignment="center" valignment="top" width="0pt">
 <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
-sd
+X
 \end_layout
 
 \end_inset
 </cell>
-<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
-
+Y
 \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
-
+Z
 \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
-
+1
 \end_layout
 
 \end_inset
 </cell>
-<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
-sd
+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
-
+3
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+4
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+5
 \end_layout
 
 \end_inset
 </cell>
-<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
+6
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+7
 \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
-sd
+8
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+9
 \end_layout
 
 \end_inset
@@ -17554,6 +17638,9 @@ sd
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -17561,9 +17648,19 @@ status collapsed
 
 
 \backslash
-setlength{
-\backslash
-arrayrulewidth}{0.4pt}
+rowcolors{1}{}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+turn off the row coloring
 \end_layout
 
 \end_inset
@@ -17572,82 +17669,102 @@ arrayrulewidth}{0.4pt}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
+\begin_inset ERT
+status collapsed
 
-表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:1.5pt幅横罫"
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
 
 \end_inset
 
-のように横罫だけを1.5
-\begin_inset space \thinspace{}
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下は、LaTeXパッケージ
+\series bold
+colortbl
+\series default
+が導入されていないときに表示されます。
+\end_layout
+
 \end_inset
 
-pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
+
 \end_layout
 
 \begin_layout Standard
-
+この節の内容を出力で表示させるには、
 \series bold
+colortbl
+\series default
+パッケージを導入する必要があります。
+\end_layout
 
-\backslash
-let
-\backslash
-myHline
-\backslash
-hline
-\begin_inset Newline newline
-\end_inset
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
 \backslash
-renewcommand{
-\backslash
-hline}
-\begin_inset Newline newline
+fi
+\end_layout
+
 \end_inset
 
- {
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 1.5pt}
-\begin_inset Newline newline
+
+\end_layout
+
+\begin_layout Subsection
+色付き罫線
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ひょうのいろ@表の色 ! けいせんぶ@罫線部
+\end_layout
+
 \end_inset
 
-\backslash
-myHline
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 0.4pt}}
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+いろつき@色付き ! ひょうけいせんぶ@表罫線部
 \end_layout
 
-\begin_layout Standard
-既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
+第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:罫線幅"
+
+\end_inset
 
+節に述べられているように、表中の全罫線の線幅は、長さ
 \series bold
 
 \backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHline}
-\end_layout
+arrayrulewidth
+\series default
+を使って調節することができます。本節の表では、すべて1.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
+ptに設定されています。
 \begin_inset ERT
 status collapsed
 
@@ -17655,50 +17772,65 @@ status collapsed
 
 
 \backslash
-let
-\backslash
-myHline
+setlength{
 \backslash
-hline
+arrayrulewidth}{1.5pt}
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-hline}
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+たとえば縦罫線を緑に着色するには、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:自製書式"
 
- {
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 1.5pt}
+\end_inset
+
+節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+
+\series bold
 
-  
-\backslash
-myHline
 \backslash
-noalign{
+newcolumntype{W}{!{
 \backslash
-global
+color{green}
 \backslash
-arrayrulewidth 0.4pt}}
+vline}}
 \end_layout
 
+\begin_layout Standard
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:色付き縦罫線の表"
+
 \end_inset
 
+では、最右列にLaTeX変数
+\series bold
+WcW
+\series default
+、他の列にLaTeX変数
+\series bold
+Wc
+\series default
+が使用されています。
+\end_layout
+
+\begin_layout Standard
+複数の色を用いたいときには、列書式をもっと定義してください。
+\end_layout
 
+\begin_layout Standard
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
@@ -17709,15 +17841,11 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:1.5pt幅横罫"
-
-\end_inset
+name "tab:色付き縦罫線の表"
 
-1.5
-\begin_inset space \thinspace{}
 \end_inset
 
-pt幅横罫の表
+色付き縦罫線の表
 \end_layout
 
 \end_inset
@@ -17730,11 +17858,11 @@ pt幅横罫の表
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" 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">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="WcW">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17743,7 +17871,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17752,7 +17880,7 @@ sd
 
 \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
@@ -17763,7 +17891,7 @@ sd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17772,7 +17900,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17781,7 +17909,7 @@ sd
 
 \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
@@ -17792,7 +17920,7 @@ sd
 </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
@@ -17801,7 +17929,7 @@ sd
 
 \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" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17810,7 +17938,7 @@ sd
 
 \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
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHline}
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-縦罫だけを1.5
-\begin_inset space \thinspace{}
-\end_inset
-
-pt幅にするには、第
+表
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:自製書式"
+reference "tab:色付き横罫線の表"
 
 \end_inset
 
-節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
+のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
 \end_layout
 
 \begin_layout Standard
@@ -17872,44 +17979,88 @@ reference "sub:自製書式"
 \series bold
 
 \backslash
-newcolumntype{V}{!{
+let
 \backslash
-vrule width 1.5pt}}
-\end_layout
+myHlineC
+\backslash
+hline
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:1.5pt幅縦罫"
 
+\backslash
+renewcommand{
+\backslash
+hline}
+\begin_inset Newline newline
 \end_inset
 
-を作るには、最右列にLaTeX引数
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
-VcV
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myHlineC
+\backslash
+arrayrulecolor{black}}
 \end_layout
 
 \begin_layout Standard
\82\92æ\8c\87å®\9aã\81\97ã\80\81ä»\96ã\81®å\88\97ã\81«ã\81¯
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\82\92å\85¥å\8a\9bã\81\97ã\81¦ä¸\8bã\81\95ã\81\84ã\80\82
 \end_layout
 
 \begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\series bold
-Vc
+\begin_layout Plain Layout
+
+
+\backslash
+let
+\backslash
+myHlineC
+\backslash
+hline
 \end_layout
 
-\begin_layout Standard
-を指定します。
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hline}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
+
+ {
+\backslash
+arrayrulecolor{red}
+\backslash
+myHlineC
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\end_inset
+
+
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
@@ -17920,15 +18071,11 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:1.5pt幅縦罫"
-
-\end_inset
+name "tab:色付き横罫線の表"
 
-1.5
-\begin_inset space \thinspace{}
 \end_inset
 
-pt幅縦罫の表
+色付き横罫線の表
 \end_layout
 
 \end_inset
@@ -17941,11 +18088,11 @@ pt幅縦罫の表
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0" special="Vc">
-<column alignment="center" valignment="top" width="0" special="Vc">
-<column alignment="center" valignment="top" width="0" special="VcV">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
 <row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17954,7 +18101,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17963,7 +18110,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17974,7 +18121,7 @@ sd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17983,7 +18130,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -17992,7 +18139,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18003,7 +18150,7 @@ sd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18012,7 +18159,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18021,7 +18168,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="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
 
-\begin_layout Subsection
-点罫
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-ひょうのちょうせい@表の調整 ! てんけい@点罫
+\begin_layout Standard
+既定値の黒罫線に戻るには、
 \end_layout
 
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\series bold
 
 \backslash
-ifarydshln
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHlineC}
 \end_layout
 
-\end_inset
-
-
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
-\end_layout
+\begin_layout Standard
+というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:色付き罫線の表"
 
 \end_inset
 
-
+は、縦横罫線を色付けした例です。
 \end_layout
 
 \begin_layout Standard
 \begin_inset Float table
-placement H
+placement h
 wide false
 sideways false
 status open
@@ -18096,11 +18230,11 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:点罫表"
+name "tab:色付き罫線の表"
 
 \end_inset
 
-点罫を使用した
+色付き罫線の
 \end_layout
 
 \end_inset
@@ -18111,75 +18245,46 @@ name "tab:点罫表"
 \begin_layout Plain Layout
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="5" columns="5">
+<lyxtabular version="3" rows="3" 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" special=":c">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="WcW">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-い
+sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="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>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="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">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-へ
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-と
 \end_layout
 
 \end_inset
@@ -18188,94 +18293,63 @@ name "tab:点罫表"
 \begin_inset Text
 
 \begin_layout Plain Layout
-ち
+sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="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">
-\begin_inset Text
-
-\begin_layout Plain Layout
-ぬ
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
+<row topspace="default">
+<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
-hdashline 
-\end_layout
-
-\end_inset
-
-る
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" leftline="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>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-わ
+sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-か
-\end_layout
+</row>
+</lyxtabular>
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" 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
+
+\end_layout
+
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -18283,105 +18357,68 @@ status collapsed
 
 
 \backslash
-cdashline{4-5}
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHlineC}
 \end_layout
 
 \end_inset
 
-た
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-れ
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-そ
-\end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ち
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{0.4pt}
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" 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
-り
-\end_layout
+\begin_layout Section
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\lang english
+Rotated Table Cells
+\lang japanese
 
-\begin_layout Plain Layout
-な
-\end_layout
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Rotated-Table-Cells"
 
 \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>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Index idx
+status collapsed
 
 \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
-う
+\lang english
+Table ! Rotated Cells
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
 
+\lang english
+Rotated Material
 \end_layout
 
 \end_inset
@@ -18389,38 +18426,36 @@ cdashline{4-5}
 
 \end_layout
 
-\begin_layout Standard
-LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
-\end_layout
-
 \begin_layout Standard
 
-\series bold
+\lang english
+\begin_inset Note Greyedout
+status open
 
-\backslash
-usepackage{arydshln}
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-というコマンドを書き、LaTeXパッケージの
 \series bold
-arydshln
+\lang english
+Note:
 \series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
+ Not all DVI-viewers are able to display rotations.
 \end_layout
 
 \end_inset
 
-を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
+
 \end_layout
 
 \begin_layout Standard
-横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
+
+\lang english
+Currently LyX only offers to rotate table cells by 90
+\begin_inset space \thinspace{}
+\end_inset
+
+° counter-clockwise.
+ To rotate cells by an angle of your choice, you have to add this to the
+ document preamble:
 \end_layout
 
 \begin_layout Standard
@@ -18428,29 +18463,32 @@ LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
 \series bold
 
 \backslash
-hdashline
+@ifundefined{turnbox}{
+\backslash
+usepackage{rotating}}{}
 \end_layout
 
 \begin_layout Standard
-というコマンドを加えてください。
-\end_layout
 
-\begin_layout Standard
-連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
+\lang english
+In the table cell that should be rotated, add at the beginning this command
+ as TeX-code:
 \end_layout
 
 \begin_layout Standard
 
 \series bold
+\lang english
 
 \backslash
-cdashline{列番号
-\series default
-}
+begin{turn}{angle}
 \end_layout
 
 \begin_layout Standard
-なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
+
+\lang english
+where angle is the rotation angle in °.
+ At the end of the cell the command
 \end_layout
 
 \begin_layout Standard
@@ -18458,88 +18496,88 @@ cdashline{列番号
 \series bold
 
 \backslash
-cdashline{2-4}
+end{turn}
 \end_layout
 
 \begin_layout Standard
-なるコマンドを置いてください。
+
+\lang english
+is inserted as TeX-code.
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
+\lang english
+Table
+\begin_inset space ~
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-表
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:点罫表"
+reference "tab:Table-with-rotated-multi"
 
 \end_inset
 
-は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
-\series bold
-
-\backslash
-hdashlineが挿れられており、第3行の最初のセルには、
-\series default
-TeXコードのコマンド
-\begin_inset Newline newline
+ is an example where 3
+\begin_inset space ~
 \end_inset
 
-\series bold
+cells were rotated by 45
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-cdashline{4-5}が挿れられています。
+°.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
+
+\lang english
+\begin_inset Float table
+wide false
+sideways false
 status open
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-ここで用いられているLaTeXパッケージ
-\series bold
-arydshln
-\series default
-は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:色付きの表"
+\lang english
+\begin_inset Caption
 
-\end_inset
+\begin_layout Plain Layout
 
-節の色付き表で用いられているLaTeXパッケージ
-\series bold
-colortbl
-\series default
+\lang english
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-rotated"
 
-\begin_inset Index idx
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
+Table with rotated cells in the first row.
 \end_layout
 
 \end_inset
 
-とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
+
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
+\noindent
+\align center
 
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
+\lang english
 \begin_inset ERT
 status collapsed
 
@@ -18547,21 +18585,20 @@ status collapsed
 
 
 \backslash
-else
+begin{turn}{45}
 \end_layout
 
 \end_inset
 
-
-\begin_inset Note Note
-status open
+cups
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-以下は、LaTeXパッケージ
-\series bold
-arydshln
-\series default
-が導入済みでないときに表示されます。
+
+
+\backslash
+end{turn}
 \end_layout
 
 \end_inset
@@ -18569,15 +18606,14 @@ arydshln
 
 \end_layout
 
-\begin_layout Standard
-本節の内容を出力に表示するためには、
-\series bold
-arydshln
-\series default
-パッケージを導入しなくてはなりません。
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+
+\lang english
 \begin_inset ERT
 status collapsed
 
@@ -18585,197 +18621,226 @@ status collapsed
 
 
 \backslash
-fi
+begin{turn}{45}
 \end_layout
 
 \end_inset
 
+plates
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
 
+\backslash
+end{turn}
 \end_layout
 
-\begin_layout Chapter
-フロート
-\begin_inset CommandInset label
-LatexCommand label
-name "chap:フロート"
+\end_inset
+
+
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset Index idx
+\lang english
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ふろーと@フロート
+
+
+\backslash
+begin{turn}{45}
 \end_layout
 
 \end_inset
 
+saucers
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Section
-はじめに
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:フロートはじめに"
+
+\backslash
+end{turn}
+\end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\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
-ふろーと@フロート ! はじめに
+
+\lang english
+45
 \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
 
+\lang english
+33
 \end_layout
 
-\begin_layout Standard
-フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
-ート)ことができます。
-\family sans
-脚注
-\family default
-や
-\family sans
-傍注
-\family default
-も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
+\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
+
+\lang english
+21
 \end_layout
 
-\begin_layout Standard
-フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
-。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
-ートには連番が割り当てられます。参照については、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:フロートの参照"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
-節で述べられています。
+
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-フロートを挿入するには、
-\family sans
-挿入\SpecialChar \menuseparator
-フロート
-\family default
-メニューを使えば、ラベルのついたボックスすなわち
-\family sans
-キャプション
-\family default
-差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
-ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:キャプションの配置"
 
-\end_inset
+\lang english
+\begin_inset Note Greyedout
+status open
 
-節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
-ます。畳んだフロートボックスは、
-\begin_inset Graphics
-       filename clipart/floatQt4.png
-       scale 70
-       scaleBeforeRotation
+\begin_layout Plain Layout
 
+\series bold
+\lang english
+Note:
+\series default
+ Line breaks (shortcut 
+\begin_inset Info
+type  "shortcut"
+arg   "newline-insert newline"
 \end_inset
 
-のように、灰色ボタンに赤字ラベルで表示されます。
+) are not allowed in rotated cells.
 \end_layout
 
-\begin_layout Standard
-周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
-\end_layout
 
-\begin_layout Section
-フロート型
-\end_layout
+\lang english
+If you want to rotate table cells containing line breaks, you have to put
+ the cell content into a minipage or a parbox.
+\begin_inset Foot
+status collapsed
 
-\begin_layout Standard
-LyXには、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:図フロート"
+\begin_layout Plain Layout
+
+\lang english
+For more about these boxes see sec.
+\lang japanese
 
+\begin_inset space \thinspace{}
 \end_inset
 
-節および第
+
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sec:表フロート"
+reference "sec:ミニページ"
 
 \end_inset
 
-節で各々説明されている図フロートと表フロート以外に、
-\family sans
-アルゴリズム型
-\series bold
-と
-\series default
-折返し型
-\family default
-のフロート型があります。 
 \lang english
-The latter are explained in sec.
+and
 \lang japanese
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Parbox"
 
-\begin_inset space \thinspace{}
 \end_inset
 
+。
+\end_layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:折返しフロート"
+\end_inset
 
+ If you rotate this cell by 90
+\begin_inset space \thinspace{}
 \end_inset
 
-.
-\end_layout
+° the width of the box is the height of the cell.
+ Table
+\begin_inset space ~
+\end_inset
 
-\begin_layout Subsection
-アルゴリズムフロート
-\begin_inset Index idx
-status collapsed
 
-\begin_layout Plain Layout
-ふろーと@フロート ! あるごりずむ@アルゴリズム
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-rotated-multi"
 
 \end_inset
 
+ is an example for a rotated multiline cell where the box width was set
+ to 3
+\begin_inset space \thinspace{}
+\end_inset
 
+cm.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float algorithm
-placement h
+
+\lang english
+\begin_inset Float table
 wide false
 sideways false
 status open
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset Caption
 
 \begin_layout Plain Layout
+
+\lang english
 \begin_inset CommandInset label
 LatexCommand label
-name "alg:アルゴリズムフロートの例"
+name "tab:Table-with-rotated-multi"
 
 \end_inset
 
-アルゴリズムフロートの例
+Table with rotated multiline cell.
 \end_layout
 
 \end_inset
@@ -18783,161 +18848,131 @@ name "alg:アルゴリズムフロートの例"
 
 \end_layout
 
-\begin_layout LyX-Code
-for I in 1..N loop
-\begin_inset Newline newline
-\end_inset
-
- Sum:= Sum + A(I); /*comment*/
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
+\noindent
+\align center
 
-end loop
-\begin_inset VSpace -4mm
-\end_inset
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+a
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\end_layout
+\lang english
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "3cm"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
-\begin_layout Standard
-このフロート型は、
-\family sans
-挿入
-\shape up
-\SpecialChar \menuseparator
-フロート\SpecialChar \menuseparator
-アルゴリズム
-\family default
-\shape default
-メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "cha:プログラムコードリスト"
+\begin_layout Plain Layout
 
+\lang english
+rotated cell
+\begin_inset Newline newline
 \end_inset
 
-章で説明されているプログラムコードリストの代わりとみなすことができます。
-\emph on
-LyXユーザーの手引き
-\emph default
-に述べられているように、アルゴリズム向けの環境としては、
-\family sans
-LyXコード
-\family default
-があります。 アルゴリズム
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "alg:アルゴリズムフロートの例"
-
-\end_inset
+with line break
+\end_layout
 
-は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
-\begin_inset space \thinspace{}
 \end_inset
 
-mmの垂直空白が入れてあります。
-\end_layout
 
-\begin_layout Standard
-フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-floatname{algorithm}{付けたい名称}
+\lang english
+e
 \end_layout
 
-\begin_layout Standard
-という行を手動で加える必要があります。ここで
-\family sans
-\series bold
-付けたい名称
-\family default
-\series default
-には、お使いの言語で「
-\emph on
-algorithm
-\emph default
-」に対応する単語を指定します。
-\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 Standard
-アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
-\family sans
-挿入\SpecialChar \menuseparator
-一覧/目次\SpecialChar \menuseparator
-アルゴリズム一覧
-\family default
-メニューを使用します。それ以外の場合には、代わりに
+\begin_layout Plain Layout
+
+\lang english
+b
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-listof{algorithm}{付けたい名称}
+\lang english
+c
 \end_layout
 
-\begin_layout Standard
-というコマンドをTeXコードとして用います。ここで
-\family sans
-付けたい名称
-\family default
-とは、「
-\emph on
-List of Algorithm
-\emph default
-s」という単語に相当する、ご使用になりたい言語での単語です。
-\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
-アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
-アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
+\begin_layout Plain Layout
+
+\lang english
+d
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
 
-\series bold
 
-\backslash
-numberwithin{algorithm}{chapter}
 \end_layout
 
-\begin_layout Standard
-というコマンドを追加してください。
-\series bold
+\end_inset
+
 
-\backslash
-numberwithin
-\series default
-というコマンドを使用するには、文書設定の
-\family sans
-数式オプション
-\family default
-タブで
-\family sans
-AMS mathパッケージを使用する
-\family default
-オプションを有効にしてください。
 \end_layout
 
 \begin_layout Section
-フロートの連番
-\begin_inset Index idx
-status collapsed
 
-\begin_layout Plain Layout
-ふろーと@フロート ! れんばん@連番
-\end_layout
+\lang english
+Table Width Calculation
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Table-Width-Calculation"
 
 \end_inset
 
@@ -18945,211 +18980,177 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
-て変わります。
-\end_layout
 
-\begin_layout Standard
-節から独立して付けられている連番を変更するには、文書プリアンブルで
+\lang english
+For wide tables it is sometimes difficult to assure that the table does
+ not protrude over the page margin.
+ Setting a fixed width for every column of the table is the solution, but
+ what amount of space is needed for each column?
 \end_layout
 
 \begin_layout Standard
 
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-thetable}{
-\backslash
-roman{table}}
-\end_layout
+\lang english
+The table width 
+\begin_inset Formula $W_{\mathrm{table}}$
+\end_inset
 
-\begin_layout Standard
+ can be calculated: Every column has the width of the specified column width
+\begin_inset Formula $W_{\mathrm{column}}$
+\end_inset
 
+ (that the content of the column can consume) plus two times the separation
+ between the column content and the column border (LaTeX length
 \series bold
-というコマンドを使うと良いでしょう。
 \backslash
-thetable
+tabcolsep
 \series default
-は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
-\series bold
+, default 6
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-thefigure
-\series default
-コマンドを使用します。上のコマンドで使用されている
+pt) plus the width of a border line (LaTeX length 
 \series bold
 
 \backslash
-roman
+arrayrulewidth
 \series default
-は、表番号を小文字のローマ数字で印字するコマンドです。
-\end_layout
+, default 0.4
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
-\end_layout
+pt): So if all 
+\begin_inset Formula $n$
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\begin_inset space ~
+\end_inset
 
-\backslash
-numberwithin{table}{subsection}
-\end_layout
+columns have the same width, the table width is
+\lang japanese
 
-\begin_layout Standard
-というコマンドを使用してください。
-\series bold
+\begin_inset Formula 
+\begin{equation}
+W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
+\end{equation}
 
-\backslash
-numberwithin
-\series default
-コマンドを使用可能にするためには、文書設定の
-\family sans
-数式オプション
-\family default
-タブで、
-\family sans
-AMS
-\begin_inset space ~
 \end_inset
 
-math数式パッケージを使用する
-\family default
-を使用します。
+
 \end_layout
 
 \begin_layout Standard
-連番コマンドについての詳細と大切な注意点については、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:脚注の付番"
-
-\end_inset
 
-節もご覧ください。
-\end_layout
+\lang english
+The available width for a table is the space between the page margins or
+ the width of a text column (for a two-column document) (LaTeX length 
+\series bold
 
-\begin_layout Section
-フロートの参照
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:フロートの参照"
+\backslash
+columnwidth
+\series default
+).
+ If all table columns should have the same width and 
+\begin_inset Formula $W_{\mathrm{table}}$
+\end_inset
 
+ should be 1
+\begin_inset space \thinspace{}
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\backslash
+columnwidth, 
+\begin_inset Formula $W_{\mathrm{column}}$
+\end_inset
 
-\begin_layout Plain Layout
-ふろーと@フロート ! さんしょう@参照
+ can easily be calculated.
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\lang english
+To be able to perform calculations you need to load the LaTeX-package 
+\series bold
+calc
+\series default
+\lang japanese
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-さんしょう@参照 ! ふろーとにたいする@フロートに対する
+LaTeXぱっけーじ@LaTeXパッケージ ! calc
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-フロートを参照するには、
+\lang english
+ in the document preamble.
+ To set the width in the table dialog you have to use the field 
 \family sans
-挿入\SpecialChar \menuseparator
-ラベル
+LaTeX argument
 \family default
-メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
-\begin_inset Graphics
-       filename ../clipart/labelQt4.png
-       scale 85
-       scaleBeforeRotation
-
+.
+ The command scheme for this field is the same that is explained in section
+\begin_inset space ~
 \end_inset
 
-のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
-けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
-\family sans
-fig:
-\family default
-」という前置句がつけられます。
-\end_layout
 
-\begin_layout Standard
-ラベルは、参照のための名称兼位置標として用いられます。
-\family sans
-挿入\SpecialChar \menuseparator
-相互参照
-\family default
-メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_ref.png
-       scale 85
-       scaleBeforeRotation
+\lang japanese
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:連結列の計算"
 
 \end_inset
 
-を使えば、ラベルを参照することができます。
-\begin_inset Graphics
-       filename clipart/referenceQt4.png
-       scale 85
-       scaleBeforeRotation
 
+\lang english
+.
+ For a table with 5
+\begin_inset space \thinspace{}
 \end_inset
 
-のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
-にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
-れます。
+columns with an uniform width and centered text, enter there for each column
+ the command
 \end_layout
 
 \begin_layout Standard
-相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
-出力では、参照の代わりに二つの疑問符が表示されることになります。
-\end_layout
 
-\begin_layout Standard
-ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
-で、リンクの更新に手間を割く必要はありません。
+\series bold
+>{
+\backslash
+centering}p{(1
+\backslash
+columnwidth-62.4pt)/5}
 \end_layout
 
 \begin_layout Standard
-相互参照ウィンドウの
-\family sans
-ラベルへ移動
-\family default
-ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
-\family sans
-戻る
-\family default
-に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
-この場合には元に戻ることができません。
-\end_layout
-
-\begin_layout Subsection
-相互参照の書式
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:相互参照の書式"
 
+\lang english
+For a table with 5
+\begin_inset space \thinspace{}
 \end_inset
 
+columns where 2 should have 0.75
+\begin_inset space ~
+\end_inset
 
-\begin_inset Index idx
-status collapsed
+times the width than the 3 others, the calculation is
+\lang japanese
 
-\begin_layout Plain Layout
-さんしょう@参照 ! しょしき@書式
-\end_layout
+\begin_inset Formula 
+\begin{align}
+\backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
+ & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
+ & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
+W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
+\end{align}
 
 \end_inset
 
@@ -19157,113 +19158,166 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-相互参照には、以下の6種類があります。
+
+\lang english
+In the table therefore the command
 \end_layout
 
-\begin_layout Description
-<参照>: これはフロート番号を表示します。これが既定値です。例:
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:歪められた二つの像"
+\begin_layout Standard
 
-\end_inset
+\series bold
+>{
+\backslash
+centering}p{(1
+\backslash
+columnwidth-62.4pt)/
+\backslash
+real{4.5}}
+\end_layout
 
+\begin_layout Standard
 
+\lang english
+is used for the wider columns and
 \end_layout
 
-\begin_layout Description
-(<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
-例:
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:Wgn"
+\begin_layout Standard
 
-\end_inset
+\series bold
+>{
+\backslash
+centering}p{(1
+\backslash
+columnwidth-62.4pt)/
+\backslash
+real{4.5}*
+\backslash
+real{0.75}}
+\end_layout
 
+\begin_layout Standard
 
+\lang english
+for the smaller ones:
 \end_layout
 
-\begin_layout Description
-<参照ページ>: これはページ番号を表示します。例:Page
-\begin_inset space ~
-\end_inset
-
+\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
+<column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
+<column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
+<column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
+<column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset CommandInset ref
-LatexCommand pageref
-reference "fig:歪められた二つの像"
+\begin_layout Plain Layout
+1
+\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
+2
 \end_layout
 
-\begin_layout Description
-on
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+3
+\end_layout
 
-page
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-<参照ページ>: これは「on page」という文とページ番号を表示します。例:
-\begin_inset CommandInset ref
-LatexCommand vpageref
-reference "fig:歪められた二つの像"
+\begin_layout Plain Layout
+4
+\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
+5
 \end_layout
 
-\begin_layout Description
-<参照>
-\begin_inset space ~
 \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
+111111 1111111 111111 111111111 11111 11111 1111
+\end_layout
 
-on
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
 
-page
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-<参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
-\begin_inset CommandInset ref
-LatexCommand vref
-reference "fig:歪められた二つの像"
+\begin_layout Plain Layout
+2222 22222 222222 222222222 2222222 22 22222
+\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
 
 \end_layout
 
-\begin_layout Description
-整形された参照: これは自製の相互参照書式で出力します。
-\begin_inset Newline newline
 \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
+333333 333333 333333 33333 3333333 333
+\end_layout
 
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\begin_layout Plain Layout
-【註】この機能は、LaTeXパッケージ
-\series bold
-prettyref
-\series default
-または
-\series bold
-refstyle
-\series default
-が導入されている場合のみ使用することができます。
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+表の調整
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ! prettyref
+ひょうのちょうせい@表の調整
 \end_layout
 
 \end_inset
@@ -19273,7 +19327,7 @@ LaTeXぱっけーじ@LaTeXパッケージ! prettyref
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
+ひょう@表 ! ちょうせい@調整
 \end_layout
 
 \end_inset
@@ -19281,283 +19335,263 @@ LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
 
 \end_layout
 
+\begin_layout Subsection
+行の余白取り
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:行の余白取り"
+
 \end_inset
 
 
-\begin_inset Newline newline
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
+\end_layout
+
 \end_inset
 
-メニュー
-\family sans
-文書\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
-文書クラス
-\family default
-でオプション
-\family sans
-相互参照に(prettyrefではなく)refstyleを使用
-\family default
-を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
-\series bold
 
-\backslash
-newrefformat
-\series default
-コマンド(prettyrefの場合)あるいは
-\series bold
+\end_layout
 
-\backslash
-newref
-\series default
-コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
+\begin_layout Standard
+表の設定ダイアログの
 \family sans
-fig
+罫線
 \family default
-」を持ちます)をすべて定義し直すには、
-\begin_inset Newline newline
-\end_inset
+タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
+\end_layout
 
+\begin_layout Description
+行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
+\begin_inset Foot
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
+フォーマル形式の表は第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:フォーマル形式の表"
 
-\backslash
-newref{fig}{refcmd={Image on page 
-\backslash
-pageref{#1}}}
-\begin_inset Newline newline
 \end_inset
 
+節で説明されています。
+\end_layout
 
-\series default
-というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "prettyref,refstyle"
+\end_inset
 
+ならば、LyXは既定値として0.5
+\begin_inset space \thinspace{}
 \end_inset
 
-をご覧ください。
-\end_layout
+emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
+\begin_inset VSpace medskip
+\end_inset
 
-\begin_layout Description
-名称参照: これは、右のように参照のキャプションを出力します。 
-\begin_inset CommandInset ref
-LatexCommand nameref
-reference "fig:歪められた二つの像"
 
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
 
-\begin_layout Standard
 
-\family sans
-<参照ページ>
-\family default
-は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
-\family sans
-on this page
-\family default
-」のような文章が表示されます。様式
-\family sans
-<参照> on page <参照ページ>
-\family default
-では、ラベルが同一ページにある場合には、ページに関することは出力されません。
-\end_layout
+\begin_inset space \hfill{}
+\end_inset
 
-\begin_layout Standard
-出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
-\family sans
-書式
-\family default
-フィールドで選ぶことができます。
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="1">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+い
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+</row>
+<row topspace="3mm">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+行上に3
+\begin_inset space \thinspace{}
+\end_inset
 
-\series bold
-Note:
-\series default
- It is recommended to use the LaTeX-package 
-\series bold
-refstyle
-\series default
+mmの余白
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
+は
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
- because 
-\series bold
-prettyref
-\series default
-
-\begin_inset Index idx
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ! prettyref
-\end_layout
 
+\begin_inset space \hfill{}
 \end_inset
 
- does not know all of LyX's possible label shortcuts
-\begin_inset Foot
-status collapsed
 
-\begin_layout Plain Layout
-\begin_inset Quotes eld
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
 
-fig:
-\begin_inset Quotes erd
+
+\begin_inset VSpace medskip
 \end_inset
 
- is for example LyX's shortcut for labels in figure captions.
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
 
- and is not internationalized.
+したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
 \end_layout
 
+\begin_layout Description
+行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
+\begin_inset space \thinspace{}
 \end_inset
 
+emの余白を挿入し、通常の表ならば既定値として2
+\begin_inset space \thinspace{}
+\end_inset
 
+ptを挿入します。
 \end_layout
 
-\begin_layout Subsection
-参照名の自動命名
-\begin_inset Index idx
-status collapsed
+\begin_layout Description
+行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
+\begin_inset space \thinspace{}
+\end_inset
+
+emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
+\begin_inset VSpace medskip
+\end_inset
 
-\begin_layout Plain Layout
-さんしょう@参照 ! じどうめいめい@自動命名
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
 
-\begin_layout Standard
 
-\family sans
-文書設定
-\family default
-ダイアログの
-\family sans
-PDF特性
-\family default
-で有効にされた
-\series bold
-hyperref
-\series default
+\begin_inset space \hfill{}
+\end_inset
 
-\begin_inset Index idx
-status collapsed
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="1">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+い
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row interlinespace="3mm">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
- LaTeXパッケージは、相互参照が参照されたフロート(あるいは
-\emph on
-節
-\emph default
-のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
-の機能を使用するには、hyperrefを有効にして、
-\end_layout
+\begin_layout Plain Layout
+\begin_inset Formula $\downarrow$
+\end_inset
 
-\begin_layout Standard
+ 行間に3
+\begin_inset space \thinspace{}
+\end_inset
+
+mmの余白 
+\begin_inset Formula $\downarrow$
+\end_inset
 
-\series bold
 
-\backslash
-AtBeginDocument{
-\backslash
-renewcommand{
-\backslash
-ref}[1]{
-\backslash
-mbox{
-\backslash
-autoref{#1}}}}
 \end_layout
 
-\begin_layout Standard
-という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-」としたいなど、既定の参照名以外のものが欲しい場合には、
-\end_layout
-
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset Formula $\uparrow$
+\end_inset
 
-\series bold
+ 行間に3
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-addto
-\backslash
-extrasenglish{
-\backslash
-renewcommand{
-\backslash
-sectionautorefname}
-\begin_inset Newline newline
+mmの余白 
+\begin_inset Formula $\uparrow$
 \end_inset
 
 
-\begin_inset Phantom HPhantom
-status open
+\end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\series bold
-\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset space \hfill{}
+\end_inset
 
+
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
 
-{sec.
-\backslash
-negthinspace}}
-\end_layout
 
-\begin_layout Standard
-のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
-\begin_inset Newline newline
+\begin_inset VSpace medskip
 \end_inset
 
 
-\series bold
+\begin_inset Newline newline
+\end_inset
 
-\backslash
-extrasenglishを
-\backslash
-extras***
-\series default
-に置き換えてください(***は使用中の言語名)。
+したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
 \end_layout
 
 \begin_layout Standard
-自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
+\begin_inset VSpace bigskip
+\end_inset
+
+すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
 \end_layout
 
 \begin_layout Standard
@@ -19565,31 +19599,7 @@ extras***
 \series bold
 
 \backslash
-newlength{
-\backslash
-abc}
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-settowidth{
-\backslash
-abc}{
-\backslash
-space}
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-addto
-\backslash
-extrasenglish{
-\backslash
-renewcommand{
-\backslash
-equationautorefname}
+@ifundefined{extrarowheight}
 \begin_inset Newline newline
 \end_inset
 
@@ -19598,8 +19608,6 @@ equationautorefname}
 status open
 
 \begin_layout Plain Layout
-
-\series bold
 \begin_inset space ~
 \end_inset
 
@@ -19610,72 +19618,9443 @@ status open
 
 {
 \backslash
-hspace{-
+usepackage{array}}{}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+setlength{
 \backslash
-abc}}
+extrarowheight}{height}
 \end_layout
 
 \begin_layout Standard
\81\93ã\81®è©±é¡\8cã\81«é\96¢ã\81\99ã\82\8b詳細ã\81¯ã\80\81hyperrefã\81®èª¬æ\98\8eæ\9b¸
-\begin_inset CommandInset citation
-LatexCommand cite
-key "hyperref"
-
-\end_inset
\81\97ã\81\8bã\81\97ã\81\93ã\81®æ\96¹æ³\95ã\81¯ã\80\81ã\82»ã\83«å\86\85ã\81®æ\96\87ç« ã\81\8c縦æ\96¹å\90\91ã\81«ä¸­å¤®æ\8f\83ã\81\88ã\81«ã\81ªã\82\89ã\81ªã\81\84ã\81¨ã\81\84ã\81\86欠ç\82¹ã\81\8cã\81\82ã\82\8aã\81¾ã\81\99ï¼\88è\87ªå·±å®\9a義ã\81®è¡¨æ\9b¸å¼\8fã\82\92ç\94¨ã\81\84ã\82\8bã\81¨ã\80\81LyXã\81¯è\87ªå\8b\95ç\9a\84ã\81«
+\series bold
+array
+\series default
+パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
+\series bold
 
-をお読みください。
+\backslash
+@ifundefined
+\series default
+が使用されています)。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Plain Layout
-
+標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
 \series bold
-【註】
+
+\backslash
+strut
 \series default
-参照の自動命名は、相互参照を
-\family sans
-整形参照
-\family default
-様式(第
+コマンドを挿入することで補正することができます。表
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sub:相互参照の書式"
+reference "tab:垂直揃え"
 
 \end_inset
 
-節)で使用しているときには、使用することができません
+は、この効果を示したものです
 \end_layout
 
-\end_inset
+\begin_layout Standard
+\noindent
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
+\begin_layout Plain Layout
+\begin_inset Caption
 
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:垂直揃え"
+
+\end_inset
+
+大きなフォント寸法の文章の垂直揃え
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+通常の表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\noindent
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="6" columns="1">
+<features tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0">
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Normal, g
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size large
+Large
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size larger
+Larger
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size largest
+Largest
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size huge
+Huge
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size giant
+Huger
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+
+\series bold
+
+\backslash
+strut
+\series default
+コマンドを使用した表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\noindent
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="6" columns="1">
+<features tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0">
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Normal, g
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size large
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+strut 
+\end_layout
+
+\end_inset
+
+Large
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size larger
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+strut 
+\end_layout
+
+\end_inset
+
+Larger
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size largest
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+strut 
+\end_layout
+
+\end_inset
+
+Largest
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size huge
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+strut 
+\end_layout
+
+\end_inset
+
+Huge
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\size giant
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+strut 
+\end_layout
+
+\end_inset
+
+Huger
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\end_layout
+
+\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
+ときには表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:表セル"
+
+\end_inset
+
+の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "inset-modify tabular align-decimal"
+\end_inset
+
+を押すか、表設定中で揃えを
+\family sans
+小数点で
+\family default
+に設定します。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:表セル"
+
+\end_inset
+
+一列が小数点で揃えられた表セル
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="1">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="decimal" decimal_point="." valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" 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" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+12.6
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.68
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+-123.0
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:演算子揃え表"
+
+\end_inset
+
+一列が演算子で揃えられた表セル
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="2">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="right" valignment="top" width="0pt">
+<column alignment="left" valignment="top" width="0pt" special="@{}l">
+<row>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+見出し
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $12\,+$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\,6$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $0\,-$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\,68$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $-123\,/$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\,0$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:演算子揃え表"
+
+\end_inset
+
+のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
+、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
+ために、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+@{}l
+\end_layout
+
+\begin_layout Standard
+というLaTeX引数を第2列に指定します。
+\end_layout
+
+\begin_layout Standard
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:表セル揃え"
+
+\end_inset
+
+は、揃え方の例をいくつか示しています。関係子で揃えるために、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:演算子揃え表"
+
+\end_inset
+
+の冒頭には、小空白が加えられています。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:表セル揃え"
+
+\end_inset
+
+表セルの揃えの例
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="6">
+<features tabularvalignment="middle">
+<column alignment="right" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<column alignment="right" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<column alignment="right" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<row>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+単位
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+冪数
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+関係子
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+12×
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+24本の瓶
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $10\cdot$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $10^{\mbox{-}17}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\Gamma(t)\propto$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\:\Upsilon(t)$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+1024×
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+768ピクセル
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $5.78\cdot$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $10^{7}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $A\ne$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\: B_{\mathrm{red}}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+32×
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+6
+\begin_inset space \thinspace{}
+\end_inset
+
+cm
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+-
+\begin_inset Formula $33.5\cdot$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $10^{4}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\sin(\alpha)\ge$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\:\sin(\beta)$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\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
+
+\lang english
+Calculating the required width for normal columns as described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Table-Width-Calculation"
+
+\end_inset
+
+ or for spanned columns as described in section
+\begin_inset space ~
+\end_inset
+
+
+\lang japanese
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:連結列の計算"
+
+\end_inset
+
+
+\lang english
+ is very annoying if you have several tables where a calculation is necessary.
+
+\lang japanese
+ そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcolumntype{書式名}[引数の数]{コマンド}
+\end_layout
+
+\begin_layout Standard
+書式名は、一文字だけでも構いません。
+\emph on
+b
+\emph default
+・
+\emph on
+c
+\emph default
+・
+\emph on
+l
+\emph default
+・
+\emph on
+m
+\emph default
+・
+\emph on
+p
+\emph default
+・
+\emph on
+r
+\emph default
+の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcolumntype{M}[1]{>{
+\backslash
+centering
+\backslash
+hspace{0pt}}m{#1}}
+\end_layout
+
+\begin_layout Standard
+ここで
+\series bold
+
+\backslash
+hspace{0pt}
+\series default
+は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:複数行"
+
+\end_inset
+
+節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+M{width}
+\end_layout
+
+\begin_layout Standard
+と入力するだけですみます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcolumntype{S}[2]{>{
+\backslash
+centering
+\backslash
+hspace{0pt}}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+
+\backslash
+newcolumntype
+\end_layout
+
+\end_inset
+
+m{(#1+(2
+\backslash
+tabcolsep+
+\backslash
+arrayrulewidth)*(1-#2))/#2}}
+\end_layout
+
+\begin_layout Standard
+この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:Wgn"
+
+\end_inset
+
+式を使用しています。
+\end_layout
+
+\begin_layout Standard
+こうしておけば、当該セルのLaTeX引数に
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+S{連結列セルの幅}{連結列セルがまたがる列の数}
+\end_layout
+
+\begin_layout Standard
+と入力するだけですみます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+色付き列については、以下のように定義するとよいでしょう。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcolumntype{K}[1]{>{
+\backslash
+columncolor{#1}
+\backslash
+hspace{0pt}}c}
+\end_layout
+
+\begin_layout Standard
+最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+K{色名}
+\end_layout
+
+\begin_layout Standard
+と入力します。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:ユーザー定義の表書式"
+
+\end_inset
+
+を生成するには、第1列と連結列にLaTeX引数として
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+M{2.5cm}
+\end_layout
+
+\begin_layout Standard
+を指定し、最終列に
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+K{red}
+\end_layout
+
+\begin_layout Standard
+そして第2列の各セルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+S{2.5cm}{2}
+\end_layout
+
+\begin_layout Standard
+と指定します。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:ユーザー定義の表書式"
+
+\end_inset
+
+ユーザー定義の表書式を使用した表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
+<column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="middle" width="0" special="K{red}">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+とても長い表セル中の単語
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
+\begin_inset Text
+
+\begin_layout Plain Layout
+複数行の連結列
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\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
+d
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\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
+g
+\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
+h
+\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
+i
+\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
+j
+\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
+k
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\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
+表中のすべての罫線の罫線幅を調整するには、長さ
+\series bold
+
+\backslash
+arrayrulewidth
+\series default
+を使用します。たとえば、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-1.5"
+
+\end_inset
+
+のように罫線幅を1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+ptにするには、表や表フロートの前にTeXコードで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1.5pt}
+\end_layout
+
+\begin_layout Standard
+というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
+\series bold
+
+\backslash
+arrayrulewidth
+\series default
+を0.4
+\begin_inset space \thinspace{}
+\end_inset
+
+ptに設定してください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1.5pt}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-1.5"
+
+\end_inset
+
+1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt幅罫線の表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\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
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\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
+
+\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
+
+\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
+
+\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
+sd
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{0.4pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:1.5pt幅横罫"
+
+\end_inset
+
+のように横罫だけを1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myHline
+\backslash
+hline
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+hline}
+\begin_inset Newline newline
+\end_inset
+
+ {
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 1.5pt}
+\begin_inset Newline newline
+\end_inset
+
+\backslash
+myHline
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 0.4pt}}
+\end_layout
+
+\begin_layout Standard
+既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHline}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+let
+\backslash
+myHline
+\backslash
+hline
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hline}
+\end_layout
+
+\begin_layout Plain Layout
+
+ {
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 1.5pt}
+\end_layout
+
+\begin_layout Plain Layout
+
+  
+\backslash
+myHline
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 0.4pt}}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:1.5pt幅横罫"
+
+\end_inset
+
+1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt幅横罫の表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\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
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\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
+
+\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
+
+\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
+
+\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
+sd
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHline}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+縦罫だけを1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt幅にするには、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:自製書式"
+
+\end_inset
+
+節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcolumntype{V}{!{
+\backslash
+vrule width 1.5pt}}
+\end_layout
+
+\begin_layout Standard
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:1.5pt幅縦罫"
+
+\end_inset
+
+を作るには、最右列にLaTeX引数
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+VcV
+\end_layout
+
+\begin_layout Standard
+を指定し、他の列には
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+Vc
+\end_layout
+
+\begin_layout Standard
+を指定します。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:1.5pt幅縦罫"
+
+\end_inset
+
+1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt幅縦罫の表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0" special="Vc">
+<column alignment="center" valignment="top" width="0" special="Vc">
+<column alignment="center" valignment="top" width="0" special="VcV">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="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" 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>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+点罫
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ひょうのちょうせい@表の調整 ! てんけい@点罫
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+ifarydshln
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+この節は、LaTeXパッケージ
+\series bold
+arydshln
+\series default
+が導入済みの時のみ表示されます。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement H
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:点罫表"
+
+\end_inset
+
+点罫を使用した表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0" special=":c">
+<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" 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>
+<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
+へ
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+と
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+ち
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\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
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hdashline 
+\end_layout
+
+\end_inset
+
+る
+\end_layout
+
+\end_inset
+</cell>
+<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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+わ
+\end_layout
+
+\end_inset
+</cell>
+<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
+よ
+\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
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cdashline{4-5}
+\end_layout
+
+\end_inset
+
+た
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+れ
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
+\begin_inset Text
+
+\begin_layout Plain Layout
+そ
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+ち
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" 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
+り
+\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
+な
+\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>
+<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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage{arydshln}
+\end_layout
+
+\begin_layout Standard
+というコマンドを書き、LaTeXパッケージの
+\series bold
+arydshln
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
+\end_layout
+
+\end_inset
+
+を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
+\end_layout
+
+\begin_layout Standard
+横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+hdashline
+\end_layout
+
+\begin_layout Standard
+というコマンドを加えてください。
+\end_layout
+
+\begin_layout Standard
+連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+cdashline{列番号
+\series default
+}
+\end_layout
+
+\begin_layout Standard
+なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+cdashline{2-4}
+\end_layout
+
+\begin_layout Standard
+なるコマンドを置いてください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:点罫表"
+
+\end_inset
+
+は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
+\series bold
+
+\backslash
+hdashline
+\series default
+が挿れられており、第3行の最初のセルには、TeXコードのコマンド
+\begin_inset Newline newline
+\end_inset
+
+\series bold
+
+\backslash
+cdashline{4-5}
+\series default
+が挿れられています。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Tables with dashed lines can also be colored as shown by Table
+\lang japanese
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Colored-table-with"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1pt}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+thicker lines for better visualization of the line color
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+dashgapcolor{green}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+color gaps between dashes green
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+let
+\backslash
+myHdashline
+\backslash
+hdashline
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hdashline}
+\end_layout
+
+\begin_layout Plain Layout
+
+ {
+\backslash
+arrayrulecolor{red}
+\backslash
+myHdashline
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+color horizontal, dashed lines red
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+let
+\backslash
+myCdashline
+\backslash
+cdashline
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+cdashline}[1]
+\end_layout
+
+\begin_layout Plain Layout
+
+ {
+\backslash
+arrayrulecolor{yellow}
+\backslash
+myCdashline{#1}
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+color partial horizontal, dashed lines yellow
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Colored-table-with"
+
+\end_inset
+
+
+\lang english
+Colored table with dashed lines
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt" special=":c">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\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
+e
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+i
+\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
+j
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hdashline 
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+rowcolor{Gray}
+\end_layout
+
+\end_inset
+
+k
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+l
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+m
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+n
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+o
+\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
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cdashline{4-5}
+\end_layout
+
+\end_inset
+
+p
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+q
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
+\begin_inset Text
+
+\begin_layout Plain Layout
+r
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+s
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" 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
+t
+\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
+u
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+v
+\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
+w
+\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 ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cellcolor{Maroon}
+\end_layout
+
+\end_inset
+
+i
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hdashline}{
+\backslash
+myHdashline}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+cdashline}{
+\backslash
+myCdashline}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+nodashgapcolor
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{0.4pt}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The coloring of lines, columns and lines works as decribed in section
+\begin_inset space ~
+\end_inset
+
+
+\lang japanese
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:色付きの表"
+
+\end_inset
+
+
+\lang english
+.
+ Coloring horizontal lines works analogically as described there as well,
+ one only needs to replace in the commands 
+\series bold
+
+\backslash
+myHlineC
+\series default
+ by 
+\series bold
+
+\backslash
+myHdashline
+\series default
+ and 
+\backslash
+
+\series bold
+hline
+\series default
+ by 
+\series bold
+
+\backslash
+hdashline
+\series default
+; so one uses the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myHdashline
+\backslash
+hdashline
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+hdashline}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myHdashline
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To color 
+\series bold
+
+\backslash
+cdashline
+\series default
+, the command is
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myCdashline
+\backslash
+cdashline
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+cdashline}[1]
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myCdashline{#1}
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To get back the black line color, one needs to insert the following commands
+ as TeX-Code behind the table:
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+For 
+\series bold
+
+\backslash
+hdashline
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+hdashline}{
+\backslash
+myHdashline}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+and for 
+\series bold
+
+\backslash
+cdashline
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+cdashline}{
+\backslash
+myCdashline}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To color the gaps between the dashes the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+\lang english
+
+\backslash
+dashgapcolor{color}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+can be used in front of a table as TeX-Code.
+ color is hereby the name of a defined color.
+ The command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+nodashgapcolor
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+unsets the changes made by 
+\series bold
+
+\backslash
+dashgapcolor
+\series default
+.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+\color none
+\lang english
+Note
+\series default
+: If there are multiple commands in a cell, the command of 
+\series bold
+arydshln
+\series default
+ needs to be the first one in the cell.
+ Therefore in cell 
+\emph on
+k
+\emph default
+ of Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Colored-table-with"
+
+\end_inset
+
+ the command 
+\series bold
+
+\backslash
+hdashline
+\series default
+ is before 
+\series bold
+
+\backslash
+rowcolor
+\series default
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+\color none
+\lang english
+Note:
+\series default
+ The LaTeX-package 
+\series bold
+arydshln
+\series default
+ must be loaded in the document preamble before the LaTeX-package
+\lang japanese
+\series bold
+colortbl
+\series default
+\color inherit
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
+\end_layout
+
+\end_inset
+
+
+\color none
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下は、LaTeXパッケージ
+\series bold
+arydshln
+\series default
+が導入済みでないときに表示されます。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+本節の内容を出力に表示するためには、
+\series bold
+arydshln
+\series default
+パッケージを導入しなくてはなりません。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+For more information about dashed lines see the documentation of
+\lang japanese
+\series bold
+arydshln
+\series default
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "arydshln"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Chapter
+フロート
+\begin_inset CommandInset label
+LatexCommand label
+name "chap:フロート"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ふろーと@フロート
+\end_layout
+
+\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
+フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
+ート)ことができます。
+\family sans
+脚注
+\family default
+や
+\family sans
+傍注
+\family default
+も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
+\end_layout
+
+\begin_layout Standard
+フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
+。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
+ートには連番が割り当てられます。参照については、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:フロートの参照"
+
+\end_inset
+
+節で述べられています。
+\end_layout
+
+\begin_layout Standard
+フロートを挿入するには、
+\family sans
+挿入\SpecialChar \menuseparator
+フロート
+\family default
+メニューを使えば、ラベルのついたボックスすなわち
+\family sans
+キャプション
+\family default
+差込枠が挿入されます (
+\lang english
+toolbar button 
+\lang japanese
+
+\begin_inset Info
+type  "icon"
+arg   "float-insert figure"
+\end_inset
+
+
+\lang english
+ or
+\lang japanese
+\begin_inset Info
+type  "icon"
+arg   "float-insert table"
+\end_inset
+
+)。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプションの上ないし下に別
+の段落として挿入します。キャプションの配置に関して詳しくは、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:キャプションの配置"
+
+\end_inset
+
+節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
+ます。畳んだフロートボックスは、
+\begin_inset Graphics
+       filename clipart/floatQt4.png
+       scale 70
+       scaleBeforeRotation
+
+\end_inset
+
+のように、灰色ボタンに赤字ラベルで表示されます。
+\end_layout
+
+\begin_layout Standard
+周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
+\end_layout
+
+\begin_layout Standard
+既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
+\end_layout
+
+\begin_layout Section
+フロート型
+\end_layout
+
+\begin_layout Standard
+LyXには、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:図フロート"
+
+\end_inset
+
+節および第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:表フロート"
+
+\end_inset
+
+節で各々説明されている図フロートと表フロート以外に、
+\family sans
+アルゴリズム型
+\series bold
+と
+\series default
+折返し型
+\family default
+のフロート型があります。 
+\lang english
+The latter are explained in sec.
+\lang japanese
+
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:折返しフロート"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Subsection
+アルゴリズムフロート
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ふろーと@フロート ! あるごりずむ@アルゴリズム
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float algorithm
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "alg:アルゴリズムフロートの例"
+
+\end_inset
+
+アルゴリズムフロートの例
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout LyX-Code
+for I in 1..N loop
+\begin_inset Newline newline
+\end_inset
+
+ Sum:= Sum + A(I); /*comment*/
+\begin_inset Newline newline
+\end_inset
+
+end loop
+\begin_inset VSpace -4mm
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+このフロート型は、
+\family sans
+挿入
+\shape up
+\SpecialChar \menuseparator
+フロート\SpecialChar \menuseparator
+アルゴリズム
+\family default
+\shape default
+メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:プログラムコードリスト"
+
+\end_inset
+
+章で説明されているプログラムコードリストの代わりとみなすことができます。
+\emph on
+LyXユーザーの手引き
+\emph default
+に述べられているように、アルゴリズム向けの環境としては、
+\family sans
+LyXコード
+\family default
+があります。 アルゴリズム
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "alg:アルゴリズムフロートの例"
+
+\end_inset
+
+は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
+\begin_inset space \thinspace{}
+\end_inset
+
+mmの垂直空白が入れてあります。
+\end_layout
+
+\begin_layout Standard
+フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+floatname{algorithm}{付けたい名称}
+\end_layout
+
+\begin_layout Standard
+という行を手動で加える必要があります。ここで
+\family sans
+\series bold
+付けたい名称
+\family default
+\series default
+には、お使いの言語で「
+\emph on
+algorithm
+\emph default
+」に対応する単語を指定します。
+\end_layout
+
+\begin_layout Standard
+アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
+\family sans
+挿入\SpecialChar \menuseparator
+一覧/目次\SpecialChar \menuseparator
+アルゴリズム一覧
+\family default
+メニューを使用します。それ以外の場合には、代わりに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+listof{algorithm}{付けたい名称}
+\end_layout
+
+\begin_layout Standard
+というコマンドをTeXコードとして用います。ここで
+\family sans
+付けたい名称
+\family default
+とは、「
+\emph on
+List of Algorithm
+\emph default
+s」という単語に相当する、ご使用になりたい言語での単語です。
+\end_layout
+
+\begin_layout Standard
+アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
+アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+numberwithin{algorithm}{chapter}
+\end_layout
+
+\begin_layout Standard
+というコマンドを追加してください。
+\series bold
+
+\backslash
+numberwithin
+\series default
+というコマンドを使用するには、文書設定の
+\family sans
+数式オプション
+\family default
+タブで
+\family sans
+AMS mathパッケージを使用する
+\family default
+オプションを有効にしてください。
+\end_layout
+
+\begin_layout Section
+フロートの連番
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ふろーと@フロート ! れんばん@連番
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
+て変わります。
+\end_layout
+
+\begin_layout Standard
+節から独立して付けられている連番を変更するには、文書プリアンブルで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+thetable}{
+\backslash
+roman{table}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+というコマンドを使うと良いでしょう。
+\backslash
+thetable
+\series default
+は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
+\series bold
+
+\backslash
+thefigure
+\series default
+コマンドを使用します。上のコマンドで使用されている
+\series bold
+
+\backslash
+roman
+\series default
+は、表番号を小文字のローマ数字で印字するコマンドです。
+\end_layout
+
+\begin_layout Standard
+連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+numberwithin{table}{subsection}
+\end_layout
+
+\begin_layout Standard
+というコマンドを使用してください。
+\series bold
+
+\backslash
+numberwithin
+\series default
+コマンドを使用可能にするためには、文書設定の
+\family sans
+数式オプション
+\family default
+タブで、
+\family sans
+AMS
+\begin_inset space ~
+\end_inset
+
+math数式パッケージを使用する
+\family default
+を使用します。
+\end_layout
+
+\begin_layout Standard
+連番コマンドについての詳細と大切な注意点については、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:脚注の付番"
+
+\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
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+さんしょう@参照 ! ふろーとにたいする@フロートに対する
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+フロートを参照するには、
+\family sans
+挿入\SpecialChar \menuseparator
+ラベル
+\family default
+メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
+\begin_inset Graphics
+       filename ../clipart/labelQt4.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
+けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
+\family sans
+fig:
+\family default
+」という前置句がつけられます。
+\end_layout
+
+\begin_layout Standard
+ラベルは、参照のための名称兼位置標として用いられます。
+\family sans
+挿入\SpecialChar \menuseparator
+相互参照
+\family default
+メニューかツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "dialog-show-new-inset ref"
+\end_inset
+
+を使えば、ラベルを参照することができます。
+\begin_inset Graphics
+       filename clipart/referenceQt4.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
+にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
+れます。
+\end_layout
+
+\begin_layout Standard
+相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
+出力では、参照の代わりに二つの疑問符が表示されることになります。
+\end_layout
+
+\begin_layout Standard
+ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
+で、リンクの更新に手間を割く必要はありません。
+\end_layout
+
+\begin_layout Standard
+相互参照ウィンドウの
+\family sans
+ラベルへ移動
+\family default
+ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
+\family sans
+戻る
+\family default
+に変わるので、相互参照にカーソルを戻すのに使用することができます。
+\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
+相互参照には、以下の6種類があります。
+\end_layout
+
+\begin_layout Description
+<参照>: これはフロート番号を表示します。これが既定値です。例:
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:歪められた二つの像"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+(<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
+例:
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:Wgn"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+<参照ページ>: これはページ番号を表示します。例:Page
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand pageref
+reference "fig:歪められた二つの像"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+on
+\begin_inset space ~
+\end_inset
+
+page
+\begin_inset space ~
+\end_inset
+
+<参照ページ>: これは「on page」という文とページ番号を表示します。例:
+\begin_inset CommandInset ref
+LatexCommand vpageref
+reference "fig:歪められた二つの像"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+<参照>
+\begin_inset space ~
+\end_inset
+
+on
+\begin_inset space ~
+\end_inset
+
+page
+\begin_inset space ~
+\end_inset
+
+<参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
+\begin_inset CommandInset ref
+LatexCommand vref
+reference "fig:歪められた二つの像"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+整形された参照: これは自製の相互参照書式で出力します。
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+【註】この機能は、LaTeXパッケージ
+\series bold
+prettyref
+\series default
+または
+\series bold
+refstyle
+\series default
+が導入されている場合のみ使用することができます。
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ! prettyref
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+メニュー
+\family sans
+文書\SpecialChar \menuseparator
+設定\SpecialChar \menuseparator
+文書クラス
+\family default
+でオプション
+\family sans
+相互参照に(prettyrefではなく)refstyleを使用
+\family default
+を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
+\series bold
+
+\backslash
+newrefformat
+\series default
+コマンド(prettyrefの場合)あるいは
+\series bold
+
+\backslash
+newref
+\series default
+コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
+\family sans
+fig
+\family default
+」を持ちます)をすべて定義し直すには、
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+newref{fig}{refcmd={Image on page 
+\backslash
+pageref{#1}}}
+\begin_inset Newline newline
+\end_inset
+
+
+\series default
+というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "prettyref,refstyle"
+
+\end_inset
+
+をご覧ください。
+\end_layout
+
+\begin_layout Description
+名称参照: これは、右のように参照のキャプションを出力します。 
+\begin_inset CommandInset ref
+LatexCommand nameref
+reference "fig:歪められた二つの像"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\family sans
+<参照ページ>
+\family default
+は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
+\family sans
+on this page
+\family default
+」のような文章が表示されます。様式
+\family sans
+<参照> on page <参照ページ>
+\family default
+では、ラベルが同一ページにある場合には、ページに関することは出力されません。
+\end_layout
+
+\begin_layout Standard
+出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
+\family sans
+書式
+\family default
+フィールドで選ぶことができます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ It is recommended to use the LaTeX-package 
+\series bold
+refstyle
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
+\end_layout
+
+\end_inset
+
+ because 
+\series bold
+prettyref
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ! prettyref
+\end_layout
+
+\end_inset
+
+ does not know all of LyX's possible label shortcuts
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+\begin_inset Quotes eld
+\end_inset
+
+fig:
+\begin_inset Quotes erd
+\end_inset
+
+ is for example LyX's shortcut for labels in figure captions.
+\end_layout
+
+\end_inset
+
+ and is not internationalized.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+参照名の自動命名
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+さんしょう@参照 ! じどうめいめい@自動命名
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\family sans
+文書設定
+\family default
+ダイアログの
+\family sans
+PDF特性
+\family default
+で有効にされた
+\series bold
+hyperref
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+\end_layout
+
+\end_inset
+
+ LaTeXパッケージは、相互参照が参照されたフロート(あるいは
+\emph on
+節
+\emph default
+のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
+の機能を使用するには、hyperrefを有効にして、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+AtBeginDocument{
+\backslash
+renewcommand{
+\backslash
+ref}[1]{
+\backslash
+mbox{
+\backslash
+autoref{#1}}}}
+\end_layout
+
+\begin_layout Standard
+という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
+\begin_inset space \thinspace{}
+\end_inset
+
+」としたいなど、既定の参照名以外のものが欲しい場合には、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+addto
+\backslash
+extrasenglish{
+\backslash
+renewcommand{
+\backslash
+sectionautorefname}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+{sec.
+\backslash
+negthinspace}}
+\end_layout
+
+\begin_layout Standard
+のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+extrasenglishを
+\backslash
+extras***
+\series default
+に置き換えてください(***は使用中の言語名)。
+\end_layout
+
+\begin_layout Standard
+自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+addto
+\backslash
+extrasenglish{
+\backslash
+renewcommand*{
+\backslash
+equationautorefname}[1]{}}
+\end_layout
+
+\begin_layout Standard
+この話題に関する詳細は、hyperrefの説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "hyperref"
+
+\end_inset
+
+をお読みください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+参照の自動命名は、相互参照を
+\family sans
+整形参照
+\family default
+様式(第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:相互参照の書式"
+
+\end_inset
+
+節)で使用しているときには、使用することができません。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+LyX's english 
+\emph on
+Math
+\emph default
+ manual is an example where automatic reference naming is used.
+\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
+
+\family sans
+文書設定
+\family default
+ダイアログの
+\family sans
+PDF特性
+\family default
+で、
+\series bold
+hyperref
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+\end_layout
+
+\end_inset
+
+を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
+テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
+\series bold
+hyperref
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+\end_layout
+
+\end_inset
+
+の一部である
+\series bold
+hyperref
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+\end_layout
+
+\end_inset
+
+パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[figure]{hypcap}
+\end_layout
+
+\begin_layout Standard
+という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
+hypcapの説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "hypcap"
+
+\end_inset
+
+をご覧ください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】hypcap
+\series default
+は内部図への参照には効力がありません。
+\end_layout
+
+\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
+
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
+\begin_inset Newline newline
+\end_inset
+
+
+\family sans
+\series default
+\shape default
+\size default
+\emph default
+\bar default
+\noun default
+\color inherit
+段をまたぐ
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
+\begin_inset Newline newline
+\end_inset
+
+
+\family sans
+\series default
+\shape default
+\size default
+\emph default
+\bar default
+\noun default
+\color inherit
+横倒しに回転
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+オプションは、フロートを回転するのに用います。第
+\family default
+\series default
+\shape default
+\size default
+\emph default
+\bar default
+\noun default
+\color inherit
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:回転フロート"
+
+\end_inset
+
+
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+節をご参照ください。
+\end_layout
+
+\begin_layout Standard
+
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+フロートダイアログでは、
+\family sans
+\series default
+\shape default
+\size default
+\emph default
+\bar default
+\noun default
+\color inherit
+既定の配置を使う
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
+\end_layout
+
+\begin_layout Description
+可能ならば現在位置に: 
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+フロートを挿入位置に配置することを試みます
+\end_layout
+
+\begin_layout Description
+ページ上部: 
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+フロートを現在ページの上部に配置することを試みます
+\end_layout
+
+\begin_layout Description
+ページ下部: 
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+フロートを現在ページの下部に配置することを試みます
+\end_layout
+
+\begin_layout Description
+フロートを独立したページに: 
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+フロートを独立したページに配置することを試みます
+\end_layout
+
+\begin_layout Standard
+LaTeXは、
+\emph on
+つねに
+\emph default
+上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
+\family sans
+可能ならば現在位置に
+\family default
+を試み、次に
+\family sans
+ページの上部
+\family default
+、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
+配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
+\end_layout
+
+\begin_layout Standard
+既定では、各オプションはそれぞれ以下の規則を持っています。
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+
+\family sans
+ページ上部
+\family default
+ は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
+\series bold
+
+\backslash
+topfraction
+\series default
+)。
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+
+\family sans
+ページ下部
+\family default
+ は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
+\series bold
+
+\backslash
+bottomfraction
+\series default
+)。
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+
+\family sans
+フロートを独立したページ 
+\family default
+には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
+\series bold
+
+\backslash
+floatpagefraction
+\series default
+)。
+\end_layout
+
+\begin_layout Standard
+これらの規則に従いたくないときは、
+\family sans
+LaTeXの規則を無視する
+\family default
+オプションを追加することによって、これらを無視することができます。
+\begin_inset Newline newline
+\end_inset
+
+上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
+、ページの5割に変えるには、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+bottomfraction}{0.5}
+\end_layout
+
+\begin_layout Standard
+という行を加えてください。
+\end_layout
+
+\begin_layout Standard
+ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
+\family sans
+何としても現在位置に置く
+\family default
+オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
+このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
+からです。
+\end_layout
+
+\begin_layout Standard
+折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
+することがあります。この問題を避けるには、LaTeXコマンドの
+\backslash
+suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
+うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+mySection
+\backslash
+section
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+section}{
+\backslash
+suppressfloats[t]
+\backslash
+mySection}
+\end_layout
+
+\begin_layout Standard
+これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
+することがあるので、これらに対する定義はお勧めしません。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
+\series bold
+endfloat
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
+\end_layout
+
+\end_inset
+
+が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+[Figure
+\begin_inset space ~
+\end_inset
+
+3.2 about here.]
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[options]{endfloat}
+\end_layout
+
+\begin_layout Standard
+という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
+\series bold
+endfloat
+\series default
+取扱説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "endfloat"
+
+\end_inset
+
+をご参照ください。
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】endfloat
+\series default
+は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
+\begin_inset CommandInset citation
+LatexCommand cite
+key "endfloat"
+
+\end_inset
+
+の第4節をご参照ください。
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+現在のところ、
+\series bold
+endfloat
+\series default
+にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
+\series bold
+
+\backslash
+ss
+\series default
+」コマンドを使用してください。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+フロートの割付に関する詳細は、LaTeX関連書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "latexcompanion,latexguide,latexbook"
+
+\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
+特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
+\family sans
+横倒しに回転
+\family default
+オプションを有効にします。
+\end_layout
+
+\begin_layout Standard
+回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
+\family sans
+段をまたぐ
+\family default
+オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
+たって回転方向を強制したい場合には、文書クラスオプションに
+\series bold
+figuresleft
+\series default
+オプションあるいは
+\series bold
+figuresright
+\series default
+オプションを加えることができます。
+\end_layout
+
+\begin_layout Standard
+回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:回転した表"
+
+\end_inset
+
+が回転表フロートの例です。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+すべてのDVIビューアが回転フロートを表示できるわけではありません。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways true
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:回転した表"
+
+\end_inset
+
+回転した表
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<features tabularvalignment="middle">
+<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">
+<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" 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" 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" 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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+従属フロート
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ふろーと@フロート ! じゅうぞくふろーと@従属フロート
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:従属表を横に並べたもの"
+
+\end_inset
+
+と表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:従属表を縦に並べたもの"
+
+\end_inset
+
+に示されているように段落と同様に指定することができます。
+\end_layout
+
+\begin_layout Standard
+従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:これは従属表a"
+
+\end_inset
+
+と表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:これは従属表b"
+
+\end_inset
+
+は表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:従属表を横に並べたもの"
+
+\end_inset
+
+の従属フロートです。
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:従属表を横に並べたもの"
+
+\end_inset
+
+従属表を横に並べたもの
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:これは従属表a"
+
+\end_inset
+
+これは従属表aです。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<features tabularvalignment="middle">
+<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">
+<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" 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" 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" 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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:これは従属表b"
+
+\end_inset
+
+これは従属表bです。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<features tabularvalignment="middle">
+<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">
+<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" 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" 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" 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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:従属表を縦に並べたもの"
+
+\end_inset
+
+従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="4">
+<features tabularvalignment="middle">
+<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">
+<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" 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" 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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<features tabularvalignment="middle">
+<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">
+<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" 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" 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" 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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+横並びのフロート
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ふろーと@フロート ! よこならび@横並び
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:左側のフロート"
+
+\end_inset
+
+や図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:右側のフロート"
+
+\end_inset
+
+のようにフロートを横並びに配置するには、
+\emph on
+ひとつの
+\emph default
+フロートのみを使用し、その中に二つのminipageボックスを挿入します
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Minipageは第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:ミニページ"
+
+\end_inset
+
+節に説明があります。
+\end_layout
+
+\end_inset
+
+。幅は45
+\begin_inset space \thinspace{}
+\end_inset
+
+-50
+\begin_inset space \thinspace{}
+\end_inset
+
+列幅%とし、各minipageのボックス配置を
+\family sans
+下
+\family default
+に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
+\family sans
+列幅%
+\family default
+がここではminipageボックスの幅によって計算されることです。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Graphics
+       filename ../clipart/mobius.eps
+       lyxscale 50
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:左側のフロート"
+
+\end_inset
+
+左側のフロート
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Graphics
+       filename ../clipart/platypus.eps
+       lyxscale 50
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:右側のフロート"
+
+\end_inset
+
+右側のフロート
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+キャプションの書式設定
+\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
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:キャプションの書式設定"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\family sans
+キャプション
+\family default
+環境は、
+\family sans
+フロート
+\family default
+の既定の段落環境です。キャプションは、LyX画面上では、例えば「
+\family sans
+図 #:
+\family default
+」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
+\family sans
+#
+\family default
+」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
+。このキャプション書式は、すべての文書書式に適しているわけではありません。
+\end_layout
+
+\begin_layout Standard
+既定のキャプション書式を変更するには、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[format definition]{caption}
+\end_layout
+
+\begin_layout Standard
+という行を加えて、LaTeXパッケージ
+\series bold
+caption
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! caption
+\end_layout
+
+\end_inset
+
+を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[labelfont={bf,sf}, tableposition=top]{caption}
+\end_layout
+
+\begin_layout Standard
+というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
+\series bold
+caption
+\series default
+パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+captionsetup[フロート型]{書式定義}
+\end_layout
+
+\begin_layout Standard
+というコマンドを使用して、個別の書式を指定してください。たとえば、図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:図キャプション"
+
+\end_inset
+
+と表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:表キャプション"
+
+\end_inset
+
+に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[tableposition=top]{caption}
+\series default
+
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+
+\backslash
+captionsetup[figure]{
+\end_layout
+
+\end_inset
+
+labelsep=period}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+captionsetup[table]{labelfont={bf,sf}}
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+オプションのうち、
+\series bold
+tableposition=top
+\series default
+は、文書クラスに
+\series bold
+KOMA-script
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
+\end_layout
+
+\end_inset
+
+が使われているときには、無効になります。この場合には、文書クラスオプション
+\series bold
+captions=tableheading
+\series default
+を指定しなくてはなりません。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+caption
+\series default
+パッケージについての詳細は、その取扱説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "caption"
+
+\end_inset
+
+をご覧ください。
+\end_layout
+
+\begin_layout Standard
+ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+fnum@figure}{画像~
+\backslash
+thefigure}
+\end_layout
+
+\begin_layout Standard
+なお、
+\series bold
+
+\backslash
+thefigure
+\series default
+は表番号を挿入し、「
+\series bold
+~
+\series default
+」は保護された空白を入れます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\series bold
+KOMA-script
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
+\end_layout
+
+\end_inset
+
+文書クラス(
+\family sans
+article (KOMA-script)
+\family default
+・
+\family sans
+book (KOMA-script)
+\family default
+・
+\family sans
+letter (KOMA-script)
+\family default
+・
+\family sans
+report (KOMA-script)
+\family default
+)を使用している場合には、
+\series bold
+caption
+\series default
+パッケージの代わりに
+\series bold
+KOMA-script
+\series default
+のビルトインコマンド
+\series bold
+etkomafont
+\series default
+を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setkomafont{captionlabel}{
+\backslash
+bfseries}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setkomafont
+\series default
+についての詳細は、
+\series bold
+KOMA-script
+\series default
+の取扱説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "koma-script"
+
+\end_inset
+
+をご覧ください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
+}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+キャプション書式は、この例のみ変更してあります。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float figure
+placement !p
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Graphics
+       filename ../clipart/mobius.eps
+       lyxscale 50
+       scale 50
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:図キャプション"
+
+\end_inset
+
+これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
+on}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement !p
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:表キャプション"
+
+\end_inset
+
+これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<features tabularvalignment="middle">
+<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">
+<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" 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" 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" 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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+キャプションの配置
+\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
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:キャプションの配置"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+通常、キャプションの配置原則は、
+\end_layout
+
+\begin_layout Description
+図の場合: キャプションを図の下に置く
+\end_layout
+
+\begin_layout Description
+表の場合: キャプションを表の上に置く
+\end_layout
+
+\begin_layout Standard
+という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
+\family sans
+article
+\family default
+・
+\family sans
+book
+\family default
+・
+\family sans
+letter
+\family default
+・
+\family sans
+report
+\family default
+といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
+eXパッケージ
+\series bold
+caption
+\series default
+を読み込むコマンドに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+tableposition=top
+\end_layout
+
+\begin_layout Standard
+というオプションを追加してください
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+caption
+\series default
+パッケージについての詳細な情報は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:キャプションの書式設定"
+
+\end_inset
+
+節をご覧ください。
+\end_layout
+
+\end_inset
+
+。
+\series bold
+KOMA-script
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
+\end_layout
+
+\end_inset
+
+文書クラス(
+\family sans
+article (KOMA-script)
+\family default
+・
+\family sans
+book (KOMA-script)
+\family default
+・
+\family sans
+letter (KOMA-script)
+\family default
+・
+\family sans
+report (KOMA-script)
+\family default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+)をお使いの場合には、
+\series bold
+caption
+\series default
+パッケージにオプションを与える代わりに、文書クラスオプション
+\series bold
+captions=tableheading
+\series default
+を設定することもできます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[option]{sidecap}
+\end_layout
+
+\begin_layout Standard
+という行を入れて、LaTeXパッケージ
+\series bold
+sidecap
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
+\end_layout
+
+\end_inset
+
+を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
+\series bold
+innercaption
+\series default
+オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
+\series bold
+rightcaption
+\series default
+ないし
+\series bold
+leftcaption
+\series default
+オプションを用います。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+ifsidecap
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下の部分は、LaTeXパッケージ
+\series bold
+sidecap
+\series default
+が導入されているときのみ表示されます。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
+\end_layout
+
+\begin_layout Standard
+\noindent
+\begin_inset CommandInset line
+LatexCommand rule
+offset "0.5ex"
+width "100line%"
+height "1pt"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+TabBesBeg}[1][1.0]{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyTable
+\backslash
+table
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+
+\series medium
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyEndtable
+\backslash
+endtable
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+
+\series medium
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+renewenvironment{table}[1]{
+\backslash
+begin{SCtable}[#1]##1}{
+\backslash
+end{SCtable}}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+TabBesEnd}{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+table
+\backslash
+MyTable
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+endtable
+\backslash
+MyEndtable
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+FigBesBeg}[1][1.0]{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyFigure
+\backslash
+figure
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyEndfigure
+\backslash
+endfigure
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+renewenvironment{figure}[1]{
+\backslash
+begin{SCfigure}[#1]##1}{
+\backslash
+end{SCfigure}}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+FigBesEnd}{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+figure
+\backslash
+MyFigure
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+endfigure
+\backslash
+MyEndfigure}
+\end_layout
+
+\begin_layout Standard
+\noindent
+\begin_inset CommandInset line
+LatexCommand rule
+offset "0.5ex"
+width "100line%"
+height "1pt"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+FigBesBeg
+\end_layout
+
+\begin_layout Standard
+というコマンドを、フロートの前にTeXコードで入れてください。
+\lang english
+And insert the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+FigBesEnd
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+in TeX-Code at the point where you want to get back to the original float
+ definition.
+\end_layout
+
+\begin_layout Standard
+表フロートに対しては、対応するコマンド
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+TabBesBeg
+\series default
+および
+\series bold
+
+\backslash
+TabBesEnd
+\end_layout
+
+\begin_layout Standard
+を使用してください。図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:図横キャプション"
+
+\end_inset
+
+と表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:表横キャプション"
+
+\end_inset
+
+がキャプションを脇に設定した例です。
+\end_layout
+
+\begin_layout Standard
+これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
+を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+sidecaptionvpos{フロート型}{配置}
+\end_layout
+
+\begin_layout Standard
+というコマンドを使用します。ここで「フロート型」は
+\family sans
+figure
+\family default
+か
+\family sans
+table
+\family default
+であり、「配置」は、上揃えの場合はtopの
+\end_layout
+
+\begin_layout Standard
+「
+\family sans
+t
+\family default
+」、中央揃えの場合はcenterの「
+\family sans
+c
+\family default
+」、下揃えの場合はbottomの「
+\family sans
+b
+\family default
+」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+sidecaptionvpos{figure}{c}
+\end_layout
+
+\begin_layout Standard
+というコマンドを使用します。これは、図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:図横キャプション-2"
+
+\end_inset
+
+で使用されています。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The default caption width is the width of the image/table.
+ For thin image/tables, like in Table
+\lang japanese
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:表横キャプション"
+
+\end_inset
+
+, 
+\lang english
+this leads to captions that are too thin.
+ You can increase the width by specifying a factor that will be multiplied
+ with the image/table width to get the caption width.
+ The caption width will automatically be recalculated in case it would protrude
+ over the page or column margin due to the specified width.
+ The 
+\emph on
+factor
+\emph default
+ can either be given as optional argument for 
+\series bold
+
+\backslash
+FigBesBeg
+\series default
+:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+\lang english
+
+\backslash
+FigBesBeg[factor]
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+or in the definition of 
+\series bold
+
+\backslash
+FigBesBeg
+\series default
+ by replacing the 
+\series bold
+1.0
+\series default
+ with another value.
+ If you do the latter, your factor will be the default if 
+\series bold
+
+\backslash
+FigBesBeg
+\series default
+ is used without an argument.
+ For Table
+\lang japanese
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:cap-beside-tab-wider"
+
+\end_inset
+
+\lang english
+the factor 5 was used.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+Note:
+\series default
+ For floats with captions set beside, you cannot use the float placement
+ option 
+\family sans
+Here
+\begin_inset space ~
+\end_inset
+
+definitely
+\family default
+ because it is not supported by 
+\series bold
+sidecap
+\series default
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+
+\series bold
+sidecap
+\series default
+パッケージについての詳細は、
+\begin_inset CommandInset citation
+LatexCommand cite
+key "sidecap"
+
+\end_inset
+
+の説明書をご参照ください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:参照位置"
+
+\end_inset
+
+節に説明があるLaTeXパッケージ
+\series bold
+hypcap
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
+\end_layout
+
+\end_inset
+
+は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+FigBesBeg 
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename ../clipart/escher-lsd.eps
+       scale 75
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:図横キャプション"
+
+\end_inset
+
+これは図の横にあるキャプションです。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+FigBesEnd
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+TabBesBeg 
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:表横キャプション"
+
+\end_inset
+
+これは表の横にあるキャプションです。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="5">
+<features tabularvalignment="middle">
+<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">
+<row>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" 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">
+\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
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\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
+へ
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+と
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\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
+
+\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
+り
+\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
+
+\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
+ぬ
+\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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+TabBesEnd
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+sidecaptionvpos{figure}{c}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename ../clipart/escher-lsd.eps
+       scale 75
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:図横キャプション-2"
+
+\end_inset
+
+これは図の横にある縦方向中央揃えのキャプションです。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+FigBesEnd
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+TabBesBeg[5]
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:cap-beside-tab-wider"
+
+\end_inset
+
+This is a caption is wider than the one in Table
+\lang japanese
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:表横キャプション"
+
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="5">
+<features tabularvalignment="middle">
+<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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\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
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\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
+
+\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
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\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
+
+\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
+i
+\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
+
+\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
+j
+\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>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+TabBesEnd
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下の部分は、LaTeXパッケージ
+\series bold
+sidecap
+\series default
+が導入されていないときのみ表示されます。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+本節の残りの部分を出力で表示するには、LaTeXパッケージ
+\series bold
+sidecap
+\series default
+を導入する必要があります。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+フロート一覧
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ふろーと@フロート ! ふろーといちらん@フロート一覧
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
+\family sans
+挿入\SpecialChar \menuseparator
+一覧/目次
+\family default
+メニューで挿入することができます。
+\end_layout
+
+\begin_layout Standard
+一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
+\end_layout
+
+\begin_layout Standard
+本文書の終わりに、図一覧と表一覧があります。
+\end_layout
+
+\begin_layout Chapter
+注釈
+\end_layout
+
+\begin_layout Section
+LyX注釈
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ちゅうしゃく@注釈 ! LyXのーと@LyXノート
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+注釈は、ツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "note-insert"
+\end_inset
+
+か、
+\family sans
+挿入\SpecialChar \menuseparator
+注釈
+\family default
+メニューで挿入することができます。注釈には、以下の三つの型があります。
+\end_layout
+
+\begin_layout Description
+LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Graphics
+       filename ../clipart/LyXNoteImageQt4.png
+       display false
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+これは、出力には現れない注釈ボックスに書かれた文章です。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+コメント この注釈も出力には現れませんが、
+\family sans
+ファイル\SpecialChar \menuseparator
+書き出し\SpecialChar \menuseparator
+LaTeX (pdflatex) / (平文)
+\family default
+ メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Graphics
+       filename ../clipart/CommentNoteImageQt4.png
+       display false
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+\begin_inset Note Comment
+status open
+
+\begin_layout Plain Layout
+これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Graphics
+       filename ../clipart/GreyedOutNoteImageQt4.png
+       display false
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewenvironment{lyxgreyedout}
+\end_layout
+
+\begin_layout Plain Layout
+
+{
+\backslash
+textcolor[gray]{0.8}
+\backslash
+bgroup}{
+\backslash
+egroup}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+これは、出力に薄灰色の文章として現れるコメントに書かれた文章
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+これは、淡色表示注釈内に脚注を用いた例です。
+\end_layout
+
+\end_inset
+
+です。
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewenvironment{lyxgreyedout}
+\end_layout
+
+\begin_layout Plain Layout
+
+{
+\backslash
+textcolor{blue}
+\backslash
+bgroup}{
+\backslash
+egroup}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
+ように再定義されています。
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+注釈を挿入するのにツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "note-insert"
+\end_inset
+
+を使用すると、
+\family sans
+LyX注釈
+\family default
+が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
+ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
+さい。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\lang english
+You can change the text color of the greyed out notes in the menu 
+\family sans
+Document\SpecialChar \menuseparator
+Settings\SpecialChar \menuseparator
+Colors
+\family default
+.
+\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
+
+
+\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   "footnote-insert"
+\end_inset
+
+か、
+\family sans
+挿入\SpecialChar \menuseparator
+脚注
+\family default
+メニューを使って挿入することができます。すると、脚注文を挿入したところに、
+\begin_inset Graphics
+       filename clipart/footnoteQt4.png
+       scale 80
+       scaleBeforeRotation
+
+\end_inset
+
+のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
+ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
+\end_layout
+
+\begin_layout Standard
+これが脚注の例です
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fn:これは脚注の一例"
+
+\end_inset
+
+これは脚注の一例です。
+\end_layout
+
+\end_inset
+
+。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+newcounter{MyRepeatFoot}
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+setcounter{MyRepeatFoot}{
+\backslash
+thefootnote}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
+られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
+\end_layout
+
+\begin_layout Standard
+脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:フロートの参照"
+
+\end_inset
+
+節に説明されているようにして、本文中でこのラベルを相互参照してください。
+\begin_inset Newline newline
+\end_inset
+
+これは脚注
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fn:これは脚注の一例"
+
+\end_inset
+
+の相互参照です。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace defskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
+\series bold
+
+\backslash
+footnotemark{}
+\series default
+コマンドを入れてください。脚注の本文は、表の後でTeXコード
+\series bold
+
+\backslash
+footnotetext
+\series default
+コマンドの引数として入力します。
+\begin_inset Newline newline
+\end_inset
+
+以下の表ではコマンド
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+footnotetext{
+\series default
+出力される脚注の表
+\series bold
+}
+\series default
+
+\begin_inset Newline newline
+\end_inset
+
+を用いています。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="1">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+これは例文です。
+\begin_inset Foot
+status open
+
+\begin_layout Plain Layout
+この脚注は出力されません!
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+これは例文です。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotemark{}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotetext{
+\end_layout
+
+\end_inset
+
+出力される脚注の表
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+長尺表中の脚注は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:長尺表での脚注"
+
+\end_inset
+
+節で述べられています。
+\end_layout
+
+\begin_layout Standard
+ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:ミニページ"
+
+\end_inset
+
+節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
+\series bold
+
+\backslash
+footnotemark{}
+\series default
+と
+\series bold
+
+\backslash
+footntoetext
+\series default
+による方法を用いてください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+これはミニページ中の例文です。
+\begin_inset Foot
+status open
+
+\begin_layout Plain Layout
+ミニページ中の脚注です。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+これはミニページ中の例文です。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotemark{}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotetext{
+\end_layout
+
+\end_inset
+
+ミニページ外の脚注です。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\begin_inset VSpace defskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
+\series bold
+
+\backslash
+footnotemark[番号]
+\series default
+を使用してください。
+\begin_inset Newline newline
+\end_inset
+
+文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fn:これは脚注の一例"
+
+\end_inset
+
+の後に、TeXコードで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcounter{MyRepeatFoot}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+setcounter{MyRepeatFoot}{
+\backslash
+thefootnote}
+\end_layout
+
+\begin_layout Standard
+というコマンドを挿入しています。そして脚注マークは、
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+footnotemark[
+\backslash
+theMyRepeatFoot]
+\end_layout
+
+\begin_layout Standard
+で作成します。
+\end_layout
+
+\begin_layout Standard
+これは繰り返し脚注の例です。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotemark[
+\backslash
+theMyRepeatFoot]
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+footnotemark[
+\backslash
+thefootnote]
+\end_layout
+
+\begin_layout Standard
+を使用してください。
+\end_layout
+
+\begin_layout Standard
+これは繰り返し脚注の例です。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+footnotemark[
+\backslash
+thefootnote]
+\end_layout
+
+\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
+各節毎に脚注番号を1にリセットするには、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+@addtoreset{footnote}{section}
+\end_layout
+
+\begin_layout Standard
+というコマンドを加えてください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+roman{footnote}}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+roman{footnote}}
+\end_layout
+
+\end_inset
+
+これは、ローマ数字を使った脚注です
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+これは、ローマ数字を使った脚注の例です。
+\end_layout
+
+\end_inset
+
+。
+\end_layout
+
+\begin_layout Standard
+付番様式を大文字ローマ数字に変更するには、上記コマンドの
+\series bold
+
+\backslash
+roman
+\series default
+を
+\series bold
+
+\backslash
+Roman
+\series default
+に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
+\series bold
+
+\backslash
+Alph
+\series default
+または
+\series bold
+
+\backslash
+alph
+\series default
+を使用してください。記号を使って付「番」するには、
+\series bold
+
+\backslash
+fnsymbol
+\series default
+を使ってください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+記号を使うと9個の脚注しか番号を振ることができません。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+付番様式を変更した後、既定様式に戻すには、上記コマンドの
+\series bold
+
+\backslash
+roman
+\series default
+を
+\series bold
+
+\backslash
+arabic
+\series default
+に置き換えて使用してください。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+arabic{footnote}}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+numberwithin{footnote}{chapter}
+\end_layout
+
+\begin_layout Standard
+というコマンドを加えてください。
+\series bold
+
+\backslash
+numberwithin
+\series default
+コマンドを使用できるようにするためには、文書設定の
+\family sans
+数式オプション
+\family default
+タブで
+\family sans
+AMS
+\begin_inset space ~
+\end_inset
+
+mathパッケージを使う
+\family default
+オプションを有効にしてください。
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+numberwithin{footnote}{chapter}
+\end_layout
+
+\end_inset
+
+これは、脚注のもう一つの例です
+\series bold
+
+\begin_inset Foot
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+これは、
+\series default
+「章番号.脚注番号」スキームで番号を振られた脚注です。
+\end_layout
+
+\end_inset
+
+
+\series default
+。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+arabic{footnote}}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\backslash
+numberwithin
+\series default
+は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+また、例えば「章番号.
+\backslash
+Roman{footnote}」スキームを得るには、
+\series bold
+
+\backslash
+numberwithin
+\series default
+の代わりに以下のコマンドを使用してください。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+thechapter.
+\backslash
+Roman{footnote}}
+\end_layout
+
+\begin_layout Subsection
+脚注の配置
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+きゃくちゅう@脚注 ! はいち@配置
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
+ブルに足して、1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+mmの余白を追加することもできます。
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myFoot
+\backslash
+footnote
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+footnote}[1]{
+\backslash
+myFoot{#1
+\backslash
+vspace{1.5mm}}}
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+二段組文書では、脚注は各段底部に表示されます(図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:標準的脚注配置"
+
+\end_inset
+
+)。図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:ftnright脚注配置"
+
+\end_inset
+
+のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage{ftnright}
+\end_layout
+
+\begin_layout Standard
+というコマンドを書いて、LaTeXパッケージ
+\series bold
+ftnright
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
+\end_layout
+
+\end_inset
+
+を読み込みます。
+\begin_inset Float figure
+placement !h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+framebox{
 \end_layout
 
-\begin_layout Standard
-取扱説明書
-\emph on
-数式篇
-\emph default
-は、参照の自動命名が使用されている一例です。
+\end_inset
+
+
+\begin_inset Graphics
+       filename ../clipart/without_fntright.pdf
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Subsection
-参照位置
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:å\8f\82ç\85§ä½\8dç½®"
+name "fig:æ¨\99æº\96ç\9a\84è\84\9a注é\85\8dç½®"
 
 \end_inset
 
+二段組文書の標準的な脚注配置
+\end_layout
+
+\end_inset
 
-\begin_inset Index idx
-status collapsed
 
-\begin_layout Plain Layout
-さんしょう@参照 ! さんしょういち@参照位置
 \end_layout
 
 \end_inset
@@ -19684,58 +29063,106 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
+\begin_inset Float figure
+placement !h
+wide false
+sideways false
+status open
 
-\family sans
-文書設定
-\family default
-ダイアログの
-\family sans
-PDF特性
-\family default
-で、
-\series bold
-hyperref
-\series default
-
-\begin_inset Index idx
+\begin_layout Plain Layout
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+
+
+\backslash
+framebox{
 \end_layout
 
 \end_inset
 
-を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
-テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
-\series bold
-hyperref
-\series default
 
-\begin_inset Index idx
+\begin_inset Graphics
+       filename ../clipart/with_fntright.pdf
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+
+}
 \end_layout
 
 \end_inset
 
-の一部である
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:ftnright脚注配置"
+
+\end_inset
+
+LaTeXパッケージ
 \series bold
-hyperref
+ftnright
 \series default
+を使用したときの二段組文書の脚注配置
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+科学的文献に於いては、図
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:後注"
 
+\end_inset
+
+のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
+こちゅう@後注
 \end_layout
 
 \end_inset
 
-パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
+」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
+\family sans
+文書\SpecialChar \menuseparator
+設定\SpecialChar \menuseparator
+モジュール
+\family default
+メニューで
+\family sans
+脚注から後注へ
+\family default
+を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
 \end_layout
 
 \begin_layout Standard
@@ -19743,52 +29170,70 @@ LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
 \series bold
 
 \backslash
-usepackage[figure]{hypcap}
+theendnotes
 \end_layout
 
 \begin_layout Standard
-という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
-hypcapの説明書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "hypcap"
-
-\end_inset
-
-をご覧ください。
+というコマンドを挿入してください。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
+\begin_inset Float figure
+wide false
+sideways false
 status open
 
+\begin_layout Plain Layout
+\align center
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-\series bold
-【註】hypcap
-\series default
-は内部図への参照には効力がありません。
+
+\backslash
+framebox{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Graphics
+       filename ../clipart/endnotes.pdf
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Section
-フロートの配置
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "sec:フロートの配置"
+name "fig:後注"
 
 \end_inset
 
+後注 – 注を節ないし章末に別段落として印字します。
+\end_layout
+
+\end_inset
 
-\begin_inset Index idx
-status collapsed
 
-\begin_layout Plain Layout
-ふろーと@フロート ! はいち@配置
 \end_layout
 
 \end_inset
@@ -19797,408 +29242,300 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
-\begin_inset Newline newline
+後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+notesname}{Anmerkungen}
+\end_layout
+
+\begin_layout Standard
+というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
+第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:脚注の付番"
 
-\family sans
+\end_inset
+
+節で述べた脚注の付番と同様に、後注の付番も変更することができます。
+\series bold
+
+\backslash
+thefootnote
 \series default
-\shape default
-\size default
-\emph default
-\bar default
-\noun default
-\color inherit
-段をまたぐ
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
-\begin_inset Newline newline
+コマンドの代わりに
+\series bold
+
+\backslash
+theendnote
+\series default
+を用いてください。後注番号をリセットするには、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:脚注の付番"
+
 \end_inset
 
+節で述べたコマンド
+\series bold
 
-\family sans
+\backslash
+@addtoreset
 \series default
-\shape default
-\size default
-\emph default
-\bar default
-\noun default
-\color inherit
-横倒しに回転
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-オプションは、フロートを回転するのに用います。第
-\family default
+の、パラメータ
+\series bold
+footnote
 \series default
-\shape default
-\size default
-\emph default
-\bar default
-\noun default
-\color inherit
+を
+\series bold
+endnote
+\series default
+に変えて、使用してください。
+\end_layout
 
+\begin_layout Standard
+後注の印だけを作成するには、第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sec:回転フロート"
+reference "sec:脚注"
 
 \end_inset
 
+節で説明した
+\series bold
 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-節をご参照ください。
+\backslash
+footnotemark
+\series default
+コマンドの代わりに、
+\series bold
+
+\backslash
+endnotemark[番号]
+\series default
+コマンドを使用してください。
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-フロートダイアログでは、
-\family sans
+脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
+\series bold
+footmisc
 \series default
-\shape default
-\size default
-\emph default
-\bar default
-\noun default
-\color inherit
-既定の配置を使う
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
-\end_layout
 
-\begin_layout Description
-可能ならば現在位置に: 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-フロートを挿入位置に配置することを試みます
-\end_layout
+\begin_inset Index idx
+status collapsed
 
-\begin_layout Description
-ページ上部: 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-フロートを現在ページの上部に配置することを試みます
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
 \end_layout
 
-\begin_layout Description
-ページ下部: 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-フロートを現在ページの下部に配置することを試みます
-\end_layout
+\end_inset
 
-\begin_layout Description
-フロートを独立したページに: 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-フロートを独立したページに配置することを試みます
-\end_layout
 
-\begin_layout Standard
-LaTeXは、
-\emph on
-つねに
-\emph default
-上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
-\family sans
-可能ならば現在位置に
-\family default
-を試み、次に
-\family sans
-ページの上部
-\family default
-、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
-配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
+\begin_inset CommandInset citation
+LatexCommand cite
+key "footmisc"
+
+\end_inset
+
+を参照してください。
 \end_layout
 
 \begin_layout Standard
-既定では、各オプションはそれぞれ以下の規則を持っています。
-\end_layout
+脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
+\begin_inset CommandInset citation
+LatexCommand cite
+key "latexcompanion,latexguide,latexbook"
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
+\end_inset
 
-\family sans
-ページ上部
-\family default
- は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
+に載っています。 
+\lang english
+If you are using a
+\lang japanese
 \series bold
-
-\backslash
-topfraction
+KOMA-Script
 \series default
-)。
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
+\end_inset
 
-\family sans
-ページ下部
-\family default
- は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
-\series bold
+\lang english
+document class, you can adjust all footnote settings using class-specific
+ commands, see
+\lang japanese
+\begin_inset CommandInset citation
+LatexCommand cite
+key "KOMA-Script"
 
-\backslash
-bottomfraction
-\series default
-)。
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Section
+傍注
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ちゅうしゃく@注釈 ! ぼうちゅう@傍注
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
+\end_inset
 
-\family sans
-フロートを独立したページ 
-\family default
-には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
-\series bold
 
-\backslash
-floatpagefraction
-\series default
-)。
 \end_layout
 
 \begin_layout Standard
-これらの規則に従いたくないときは、
+LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
 \family sans
-LaTeXの規則を無視する
+挿入\SpecialChar \menuseparator
+傍注
 \family default
-オプションを追加することによって、これらを無視することができます。
-\begin_inset Newline newline
+メニューかツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "marginalnote-insert"
 \end_inset
 
-上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
-、ページの5割に変えるには、文書プリアンブルに
+で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
 \end_layout
 
 \begin_layout Standard
+横にあるのが傍注です
+\begin_inset Marginal
+status open
 
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-bottomfraction}{0.5}
+\begin_layout Plain Layout
+これは傍注文です。
 \end_layout
 
-\begin_layout Standard
-という行を加えてください。
-\end_layout
+\end_inset
 
-\begin_layout Standard
-ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
-\family sans
-何としても現在位置に置く
-\family default
-オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
-このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
-からです。
+。
 \end_layout
 
 \begin_layout Standard
-折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
+片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
+に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-
+傍注を内側余白に置くには、傍注の前にTeXコードで
 \end_layout
 
 \begin_layout Standard
-対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
-することがあります。この問題を避けるには、LaTeXコマンドの
+
+\series bold
+
 \backslash
-suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
-うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
+reversemarginpar
 \end_layout
 
 \begin_layout Standard
+というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
+\begin_inset ERT
+status collapsed
 
-\series bold
-
-\backslash
-let
-\backslash
-mySection
-\backslash
-section
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
 
 \backslash
-renewcommand{
-\backslash
-section}{
-\backslash
-suppressfloats[t]
-\backslash
-mySection}
-\end_layout
-
-\begin_layout Standard
-これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
-することがあるので、これらに対する定義はお勧めしません。
+reversemarginpar 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
-\series bold
-endfloat
-\series default
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Marginal
+status open
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
+これは内側余白の傍注です。
 \end_layout
 
 \end_inset
 
-が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
-\begin_inset Quotes eld
-\end_inset
 
+\series bold
 
-\family sans
-[Figure
-\begin_inset space ~
+\begin_inset Newline newline
 \end_inset
 
-3.2 about here.]
-\family default
 
-\begin_inset Quotes erd
-\end_inset
+\series default
 
-というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-usepackage[options]{endfloat}
 \end_layout
 
 \begin_layout Standard
-という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
-\series bold
-endfloat
-\series default
-取扱説明書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "endfloat"
+既定の配置に戻すには、TeXコードで
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
-をご参照ください。
-\begin_inset Newline newline
-\end_inset
+\series bold
 
+\backslash
+normalmarginpar
+\end_layout
 
-\begin_inset Note Greyedout
-status open
+\begin_layout Standard
+というコマンドを書き加えてください。
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】endfloat
-\series default
-は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
-\begin_inset CommandInset citation
-LatexCommand cite
-key "endfloat"
-
-\end_inset
 
-の第4節をご参照ください。
+\backslash
+normalmarginpar 
 \end_layout
 
 \end_inset
 
-
-\begin_inset Newline newline
-\end_inset
-
-
 \begin_inset Note Greyedout
 status open
 
@@ -20206,18 +29543,10 @@ status open
 
 \series bold
 【註】
-\series default
-現在のところ、
-\series bold
-endfloat
-\series default
-にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
-\series bold
-
 \backslash
-ss
+reversemarginpar
 \series default
\80\8dã\82³ã\83\9eã\83³ã\83\89ã\82\92使ç\94¨ã\81\97ã\81¦ã\81\8fã\81 ã\81\95ã\81\84
\82³ã\83\9eã\83³ã\83\89ã\81\8cæ\97¢ã\81«æ\8c¿å\85¥ã\81\95ã\82\8cã\81¦ã\81\84ã\82\8b段è\90½å\86\85ã\81§ã\81¯ã\80\81ã\81\93ã\81®ã\82³ã\83\9eã\83³ã\83\89ã\81¯ç\84¡è¦\96ã\81\95ã\82\8cã\81¾ã\81\99
 \end_layout
 
 \end_inset
 \begin_inset VSpace bigskip
 \end_inset
 
-フロートの割付に関する詳細は、LaTeX関連書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "latexcompanion,latexguide,latexbook"
 
-\end_inset
+\begin_inset Marginal
+status open
 
-をご覧ください。
+\begin_layout Plain Layout
+AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
 \end_layout
 
-\begin_layout Section
-回転フロート
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:回転フロート"
+\end_inset
+
+第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:複数行"
 
 \end_inset
 
+節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset Index idx
-status collapsed
+pt水平空白を挿入してください 
+\begin_inset Marginal
+status open
 
 \begin_layout Plain Layout
-ふろーと@フロート ! かいてん@回転
-\end_layout
-
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
 
-
+AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
 \end_layout
 
-\begin_layout Standard
-特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
-\family sans
-横倒しに回転
-\family default
-オプションを有効にします。
-\end_layout
+\end_inset
 
-\begin_layout Standard
-回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
-\family sans
-段をまたぐ
-\family default
-オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
-たって回転方向を強制したい場合には、文書クラスオプションに
-\series bold
-figuresleft
-\series default
-オプションあるいは
-\series bold
-figuresright
-\series default
-オプションを加えることができます。
+。
 \end_layout
 
 \begin_layout Standard
-回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:回転した表"
-
+\begin_inset VSpace bigskip
 \end_inset
 
-が回転表フロートの例です。
+
 \end_layout
 
 \begin_layout Standard
@@ -20305,7 +29612,7 @@ status open
 \series bold
 【註】
 \series default
-すべてのDVIビューアが回転フロートを表示できるわけではありません。
+通常、傍注は表やフロート、脚注の中では使用することができません。
 \end_layout
 
 \end_inset
@@ -20314,291 +29621,271 @@ status open
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-wide false
-sideways true
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:回転した表"
-
-\end_inset
-
-回転した表
-\end_layout
-
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="5">
-<features tabularvalignment="middle">
-<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">
-<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" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-甲
-\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
-乙
+\backslash
+ifmarginnote
 \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
-丙
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-丁
+以下の部分は、LaTeXパッケージ
+\series bold
+marginnote
+\series default
+が導入されているときのみ表示されます。
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
 \end_inset
 
 
 \end_layout
 
-\end_inset
-
-
-\end_layout
+\begin_layout Standard
+この制約は、LaTeXパッケージ
+\series bold
+marginnote
+\series default
 
-\begin_layout Section
-従属フロート
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-ふろーと@フロート ! じゅうぞくふろーと@従属フロート
+LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
 \end_layout
 
 \end_inset
 
-
+を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
+\series bold
+marginnote
+\series default
+パッケージが提供するコマンドを使うようになります。
 \end_layout
 
 \begin_layout Standard
-従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:従属表を横に並べたもの"
 
+\series bold
+
+\backslash
+usepackage{marginnote}
+\begin_inset Newline newline
 \end_inset
 
-と表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:従属表を縦に並べたもの"
 
-\end_inset
+\backslash
+let
+\backslash
+marginpar
+\backslash
+marginnote
+\end_layout
 
-に示されているように段落と同様に指定することができます。
+\begin_layout Standard
+
+\series bold
+marginnote
+\series default
+には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
+\series bold
+marginnote
+\series default
+を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
+望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
 \end_layout
 
 \begin_layout Standard
-従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:これは従属表a"
 
-\end_inset
+\series bold
+[オフセット]
+\end_layout
 
-と表
+\begin_layout Standard
+という形で書くことで設定することができます。ここで「オフセット」には、表
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:これは従属表b"
+reference "tab:単位"
 
 \end_inset
 
-は表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:従属表を横に並べたもの"
-
+に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
+\series bold
+[-1.5cm]
+\series default
+」を使用して、1.5
+\begin_inset space \thinspace{}
 \end_inset
 
-の従属フロートです。
-\begin_inset Float table
-wide false
-sideways false
+cm上にずらしてあります
+\begin_inset Marginal
 status open
 
 \begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:従属表を横に並べたもの"
-
-\end_inset
-
-従属表を横に並べたもの
-\end_layout
-
+この傍注は、本来の位置よりも1.5
+\begin_inset space \thinspace{}
 \end_inset
 
-
+cm上にずらしてあります。
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset space \hfill{}
 \end_inset
 
 
-\begin_inset Float table
-wide false
-sideways false
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Caption
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:これは従属表a"
+[-1.5cm]
+\end_layout
 
 \end_inset
 
\81\93ã\82\8cã\81¯å¾\93å±\9e表aã\81§ã\81\99ã\80\82
+。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
 
+\series bold
+marginnote
+\series default
+を使うと、傍注の揃えを変更することもできます。たとえば、
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="5">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-試験
-\end_layout
+\series bold
 
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+centering}
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-甲
+
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+centering}
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+というコマンドを使うと、中央揃えになります。
+\series bold
+
+\backslash
+raggedleftmarginnote
+\series default
+とは、左側に表示されている傍注のことを指します
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-乙
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+centering}
+\end_layout
 
 \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
-丁
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+centering}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset Marginal
+status open
 
+\begin_layout Plain Layout
+この傍注の文章は中央揃えになっています。
 \end_layout
 
 \end_inset
 
+。既定の設定は、
+\end_layout
+
+\begin_layout Standard
 
-\begin_inset space \hfill{}
+\series bold
+
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+raggedleft}
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Float table
-wide false
-sideways false
-status open
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+raggedright}
+\series default
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Caption
+
+
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+raggedleft}
+\end_layout
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:これは従属表b"
 
-\end_inset
 
-これは従属表bです。
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+raggedright}
 \end_layout
 
 \end_inset
@@ -20606,74 +29893,74 @@ name "tab:これは従属表b"
 
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="5">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-丁
+\begin_layout Standard
+です。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-丙
-\end_layout
+
+\series bold
+marginnote
+\series default
+の他の機能については、
+\begin_inset CommandInset citation
+LatexCommand cite
+key "marginnote"
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-乙
+の取扱説明書をご参照ください。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-甲
+傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
+\family sans
+\series bold
+\bar under
+注意!
+\family default
+\series default
+\bar default
+」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
 \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
 
+\backslash
+let
+\backslash
+myMarginpar
+\backslash
+marginpar
+\begin_inset Newline newline
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\backslash
+renewcommand{
+\backslash
+marginpar}[1]{
+\backslash
+myMarginpar{%
+\begin_inset Newline newline
+\end_inset
 
-\end_layout
 
-\end_inset
+\begin_inset Phantom HPhantom
+status open
 
+\begin_layout Plain Layout
 
-\begin_inset space \hfill{}
+\series bold
+\begin_inset space ~
 \end_inset
 
 
@@ -20682,191 +29969,189 @@ name "tab:これは従属表b"
 \end_inset
 
 
-\begin_inset Float table
-wide false
-sideways false
-status open
+\backslash
+hspace{0pt}
+\backslash
+textsf{
+\backslash
+textbf{
+\backslash
+underbar{注意!}}}%
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Caption
+
+\begin_inset Phantom HPhantom
+status open
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:従属表を縦に並べたもの"
 
+\series bold
+\begin_inset space ~
 \end_inset
 
-従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
+
 \end_layout
 
 \end_inset
 
 
+\backslash
+vspace{1.5mm}
+\backslash
+
+\backslash
+#1}}
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset Float table
-wide false
-sideways false
-status open
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Caption
 
-\begin_layout Plain Layout
 
+\backslash
+let
+\backslash
+myMarginpar
+\backslash
+marginpar
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+renewcommand{
+\backslash
+marginpar}[1]{
+\backslash
+myMarginpar{%
 \end_layout
 
 \begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="4">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-試験
+   
+\backslash
+textsf{
+\backslash
+textbf{
+\backslash
+underbar{注意!}}}%
 \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
-試験
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+   
+\backslash
+vspace{1.5mm}
+\backslash
 
-\begin_layout Plain Layout
-試験
+\backslash
+#1}}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Marginal
+status open
 
 \begin_layout Plain Layout
-試験
+これは、定義したヘッダをつけた傍注です。
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+[-1.5cm]
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Float table
-wide false
-sideways false
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Caption
 
-\begin_layout Plain Layout
 
+\backslash
+renewcommand{
+\backslash
+marginpar}[1]{
+\backslash
+myMarginpar{#1}}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="5">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-甲
+傍注書式は、この例の分だけ変更してあります。
 \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
-乙
+
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-丙
-\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
-丁
+\backslash
+else
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-戊
+以下の部分は、LaTeXパッケージ
+\series bold
+marginnote
+\series default
+が導入されていないときのみ表示されます。
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\end_layout
 
+\begin_layout Standard
+本節の以下の部分を出力に表示するには、LaTeXパッケージ
+\series bold
+marginnote
+\series default
+を導入する必要があります。
 \end_layout
 
-\end_inset
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
+\backslash
+fi
 \end_layout
 
 \end_inset
@@ -20874,13 +30159,17 @@ status open
 
 \end_layout
 
+\begin_layout Chapter
+ボックス
+\end_layout
+
 \begin_layout Section
-横並びのフロート
+はじめに
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81µã\82\8dã\83¼ã\81¨@ã\83\95ã\83­ã\83¼ã\83\88 ! ã\82\88ã\81\93ã\81ªã\82\89ã\81³@横並ã\81³
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81¯ã\81\98ã\82\81ã\81«
 \end_layout
 
 \end_inset
@@ -20889,160 +30178,170 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-図
+ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "fig:左側のフロート"
+reference "sec:ミニページ"
 
 \end_inset
 
-や図
+節参照)、文章を囲ったり(第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "fig:右側のフロート"
+reference "sec:装飾"
 
 \end_inset
 
-のようにフロートを横並びに配置するには、
-\emph on
-ひとつの
-\emph default
-フロートのみを使用し、その中に二つのminipageボックスを挿入します
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-Minipageは第
+節参照)、単語がハイフネートされるのを予防したり(第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sec:ã\83\9fã\83\8bã\83\9aã\83¼ã\82¸"
+reference "sec:ã\83\8fã\82¤ã\83\95ã\83\8dã\83¼ã\82·ã\83§ã\83³ã\81®å\9b\9eé\81¿"
 
 \end_inset
 
-節に説明があります。
-\end_layout
+節参照)、文章を揃えたり(第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:垂直揃え"
 
 \end_inset
 
-。幅は45
-\begin_inset space \thinspace{}
-\end_inset
+節参照)、あるいは文章の背景色を設定したり(第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:色付きボックス"
 
--50
-\begin_inset space \thinspace{}
 \end_inset
 
-列幅%とし、各minipageのボックス配置を
-\family sans
-下
-\family default
-に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
-\family sans
-列幅%
-\family default
-がここではminipageボックスの幅によって計算されることです。
+節参照)するのに使用します。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Box Frameless
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "45col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+ボックスは、
+\family sans
+挿入\SpecialChar \menuseparator
+ボックス
+\family default
+メニューかツールバーボタン
+\begin_inset Info
+type  "icon"
+arg   "box-insert Frameless"
+\end_inset
 
-\begin_layout Plain Layout
-\align center
+を使って挿入することができます。すると、
 \begin_inset Graphics
-       filename ../clipart/mobius.eps
-       lyxscale 50
-       width 100col%
+       filename ../clipart/BoxInsetDefaultQt4.png
+       scale 85
        scaleBeforeRotation
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:左側のフロート"
+のように
+\family sans
+ボックス(minipage環境)
+\family default
+というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
+\family sans
+設定
+\family default
+メニューを選択すると現れるボックスダイアログでは、
+\family sans
+parboxコマンド
+\family default
+と
+\family sans
+minipage環境
+\family default
+の二つの
+\family sans
+内部ボックス
+\family default
+型を選択することができます。
+\family sans
+minipage
+\family default
+型は、新規ボックスの既定値となっており、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:ミニページ"
 
 \end_inset
 
-左側のフロート
-\end_layout
+節で説明します。
+\family sans
+parbox
+\family default
+型については第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Parbox"
 
 \end_inset
 
-
-\end_layout
+節、
+\family sans
+makebox
+\family default
+型については第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:ハイフネーションの回避"
 
 \end_inset
 
+節で述べます。
+\end_layout
 
-\begin_inset space \hfill{}
-\end_inset
-
+\begin_layout Standard
+ボックスは付番されないので、フロートや脚注のように参照することはできません。
+\end_layout
 
-\begin_inset Box Frameless
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "45col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_layout Standard
+\begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
-\align center
-\begin_inset Graphics
-       filename ../clipart/platypus.eps
-       lyxscale 50
-       width 100col%
-       scaleBeforeRotation
+【註】ボックスは、
+\family sans
+箇条書き(記号)
+\family default
+環境や
+\family sans
+箇条書き(記述)
+\family default
+環境の単独要素とすべきではありません。
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:右側のフロート"
-
-\end_inset
-
-右側のフロート
-\end_layout
+【註】理由は不明ですが、枠付きボックスを使用している場合には、
+\family sans
+内部ボックス
+\family default
+型は
+\family sans
+なし
+\family default
+にしか設定することができません。
+\family sans
+内部ボックス
+\family default
+型や枠のないボックスについては、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:ハイフネーションの回避"
 
 \end_inset
 
-
+節で説明します。
 \end_layout
 
 \end_inset
@@ -21050,211 +30349,177 @@ name "fig:右側のフロート"
 
 \end_layout
 
-\begin_layout Plain Layout
-
-\end_layout
+\begin_layout Section
+ボックスダイアログ
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:ボックスダイアログ"
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Section
-キャプションの書式設定
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81\8dã\82\83ã\81·ã\81\97ã\82\87ã\82\93\82­ã\83£ã\83\97ã\82·ã\83§ã\83³ ! ã\81\97ã\82\87ã\81\97ã\81\8dã\81\9bã\81£ã\81¦ã\81\84\9b¸å¼\8f設å®\9a
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81¼ã\81£ã\81\8fã\81\99ã\81 ã\81\84ã\81\82ã\82\8dã\81\90\83\9cã\83\83ã\82¯ã\82¹ã\83\80ã\82¤ã\82¢ã\83­ã\82°
 \end_layout
 
 \end_inset
 
 
+\end_layout
+
+\begin_layout Subsection
+寸法
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81µã\82\8dã\83¼ã\81¨@ã\83\95ã\83­ã\83¼ã\83\88 ! ã\81\8dã\82\83ã\81·ã\81\97ã\82\87ã\82\93ã\81®ã\81\97ã\82\87ã\81\97ã\81\8dã\81\9bã\81£ã\81¦ã\81\84\82­ã\83£ã\83\97ã\82·ã\83§ã\83³ã\81®æ\9b¸å¼\8f設å®\9a
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81\99ã\82\93ã\81½ã\81\86@寸æ³\95
 \end_layout
 
 \end_inset
 
 
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:キャプションの書式設定"
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-
-\family sans
-キャプション
-\family default
-環境は、
-\family sans
-フロート
-\family default
-の既定の段落環境です。キャプションは、LyX画面上では、例えば「
+ボックスダイアログでは、
 \family sans
\9b³ #:
¹\85
 \family default
\80\8dã\81®ã\82\88ã\81\86ã\81ªã\83©ã\83\99ã\83«ã\81®å¾\8cã\81«ã\80\81ã\82­ã\83£ã\83\97ã\82·ã\83§ã\83³æ\96\87ã\82\92ä¼´ã\81£ã\81¦è¡¨ç¤ºã\81\95ã\82\8cã\81¾ã\81\99ã\80\82ã\81\93ã\81\93ã\81§ã\80\8c
\81¨
 \family sans
-#
+高さ
 \family default
-」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
-。このキャプション書式は、すべての文書書式に適しているわけではありません。
-\end_layout
-
-\begin_layout Standard
-既定のキャプション書式を変更するには、文書プリアンブルに
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-usepackage[format definition]{caption}
-\end_layout
-
-\begin_layout Standard
-という行を加えて、LaTeXパッケージ
-\series bold
-caption
-\series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! caption
-\end_layout
+の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:単位"
 
 \end_inset
 
-を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-usepackage[labelfont={bf,sf}, tableposition=top]{caption}
-\end_layout
-
-\begin_layout Standard
-というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
-\series bold
-caption
-\series default
-パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
+に説明されています。
+\family sans
+高さ
+\family default
+フィールドには、加えて以下の寸法を使用することができます。
 \end_layout
 
-\begin_layout Standard
+\begin_layout Description
+階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
+\begin_inset Newline newline
+\end_inset
 
-\series bold
 
-\backslash
-captionsetup[フロート型]{書式定義}
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-というコマンドを使用して、個別の書式を指定してください。たとえば、図
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:図キャプション"
 
+\begin_inset Newline newline
 \end_inset
 
-と表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:表キャプション"
 
-\end_inset
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "depth"
+status open
 
-に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
+\begin_layout Plain Layout
+\align center
+高さを1階層に設定したボックス
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-usepackage[tableposition=top]{caption}
-\series default
 
 \begin_inset Newline newline
 \end_inset
 
 
-\series bold
-
-\backslash
-captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
 \begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Phantom HPhantom
+\end_layout
+
+\begin_layout Description
+高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "2in"
+height_special "height"
 status open
 
 \begin_layout Plain Layout
-
-\backslash
-captionsetup[figure]{
+\align center
+高さを2高さに設定したボックス
 \end_layout
 
 \end_inset
 
-labelsep=period}
-\begin_inset Newline newline
-\end_inset
-
 
-\backslash
-captionsetup[table]{labelfont={bf,sf}}
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
+\begin_layout Description
+全高 これは「高さ」+「階層」です。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
+\align center
+高さを1全高に設定したボックス
+\end_layout
 
-\series bold
-【註】
-\series default
-オプションのうち、
-\series bold
-tableposition=top
-\series default
-は、文書クラスに
-\series bold
-KOMA-script
-\series default
+\end_inset
 
-\begin_inset Index idx
-status collapsed
 
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
 \end_layout
 
-\end_inset
+\begin_layout Description
+幅 これはボックスの幅を高さに設定します。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "width"
+status open
 
-が使われているときには、無効になります。この場合には、文書クラスオプション
-\series bold
-captions=tableheading
-\series default
-を指定しなくてはなりません。
+\begin_layout Plain Layout
+\align center
+高さを1幅に設定したボックス
 \end_layout
 
 \end_inset
@@ -21262,305 +30527,320 @@ captions=tableheading
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Subsection
+文字揃え
+\begin_inset Index idx
+status collapsed
 
-\series bold
-caption
-\series default
-パッケージについての詳細は、その取扱説明書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "caption"
+\begin_layout Plain Layout
+ぼっくす@ボックス ! もじそろえ@文字揃え
+\end_layout
 
 \end_inset
 
-をご覧ください。
-\end_layout
 
-\begin_layout Standard
-ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
 \end_layout
 
 \begin_layout Standard
 
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-fnum@figure}{画像~
-\backslash
-thefigure}
+\family sans
+内部ボックス
+\family default
+を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
 \end_layout
 
-\begin_layout Standard
-なお、
-\series bold
+\begin_layout Description
+上 これは例示のための本文行です。
+\begin_inset Box Boxed
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
-\backslash
-thefigure
-\series default
-は表番号を挿入し、「
-\series bold
-~
-\series default
-」は保護された空白を入れます。
+\begin_layout Plain Layout
+\align center
+このボックスは上揃えです。
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
+これは例示のための本文行です。
+\end_layout
 
-\series bold
-KOMA-script
-\series default
-
-\begin_inset Index idx
-status collapsed
+\begin_layout Description
+中央 これは例示のための本文行です。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
+\align center
+このボックスは中央揃えです。
 \end_layout
 
 \end_inset
 
-文書クラス(
-\family sans
-article (KOMA-script)
-\family default
-・
-\family sans
-book (KOMA-script)
-\family default
-・
-\family sans
-letter (KOMA-script)
-\family default
-・
-\family sans
-report (KOMA-script)
-\family default
-)を使用している場合には、
-\series bold
-caption
-\series default
-パッケージの代わりに
-\series bold
-KOMA-script
-\series default
-のビルトインコマンド
-\series bold
-etkomafont
-\series default
-を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
+これは例示のための本文行です。
 \end_layout
 
-\begin_layout Standard
+\begin_layout Description
+下 これは例示のための本文行です。
+\begin_inset Box Boxed
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
-\series bold
+\begin_layout Plain Layout
+\align center
+このボックスは下揃えです。
+\end_layout
 
-\backslash
-setkomafont{captionlabel}{
-\backslash
-bfseries}
+\end_inset
+
+これは例示のための本文行です。
 \end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-setkomafont
-\series default
-についての詳細は、
 \series bold
-KOMA-script
+【註】
 \series default
-の取扱説明書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "koma-script"
+同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
+\end_layout
 
 \end_inset
 
-をご覧ください。
+
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
-}
+ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
-\begin_inset Note Note
+\family sans
+内部ボックス
+\family default
+を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
+\end_layout
+
+\begin_layout Description
+上 これは例示のための本文行です。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
-キャプション書式は、この例のみ変更してあります。
+\align center
+このボックスの文章は上揃えです。
 \end_layout
 
 \end_inset
 
-
+これは例示のための本文行です。
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float figure
-placement !p
-wide false
-sideways false
+\begin_layout Description
+中央 これは例示のための本文行です。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
 \align center
-\begin_inset Graphics
-       filename ../clipart/mobius.eps
-       lyxscale 50
-       scale 50
-       scaleBeforeRotation
+このボックスの文章は中央揃えです。
+\end_layout
 
 \end_inset
 
-
+これは例示のための本文行です。
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_layout Description
+下 これは例示のための本文行です。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "b"
+use_parbox 0
+use_makebox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:図キャプション"
-
-\end_inset
-
-これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
+\align center
+このボックスの文章は下揃えです。
 \end_layout
 
 \end_inset
 
-
+これは例示のための本文行です。
 \end_layout
 
-\end_inset
-
+\begin_layout Description
+広げる これは例示のための本文行です。
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "s"
+use_parbox 0
+use_makebox 0
+width "17col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
+status open
 
+\begin_layout Plain Layout
+\align center
+このボックスの
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
 \begin_layout Plain Layout
+\align center
+文章は広げて
+\end_layout
 
-
-\backslash
-captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
-on}
+\begin_layout Plain Layout
+\align center
+あります。
 \end_layout
 
 \end_inset
 
-
+これは例示のための本文行です。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement !p
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:表キャプション"
-
-\end_inset
-
-これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
+ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
+\family sans
+内部ボックス
+\family default
+を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
 \align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="1" columns="5">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "s"
+use_parbox 0
+use_makebox 0
+width "25col%"
+special "none"
+height "1.25in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-い
+\align left
+このボックスの
 \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
-ろ
+\align center
+文章は広げて
 \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
-は
+\align right
+あります。
 \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
-に
-\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>
-</lyxtabular>
+\begin_layout Standard
 
-\end_inset
+\family sans
+内部ボックス
+\family default
+を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
+\end_layout
 
+\begin_layout Standard
+\align center
+\begin_inset Box Boxed
+position "c"
+hor_pos "s"
+has_inner_box 0
+inner_pos "s"
+use_parbox 0
+use_makebox 0
+width "90col%"
+special "none"
+height "1.25in"
+height_special "totalheight"
+status open
 
+\begin_layout Plain Layout
+このボックスの文章は水平方向に広げてあります。
 \end_layout
 
 \end_inset
@@ -21568,14 +30848,11 @@ name "tab:表キャプション"
 
 \end_layout
 
-\begin_layout Section
-キャプションの配置
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-きゃぷしょん@キャプション ! はいち@配置
-\end_layout
+\begin_layout Subsection
+装飾
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:装飾"
 
 \end_inset
 
@@ -21584,199 +30861,184 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
\81µã\82\8dã\83¼ã\81¨@ã\83\95ã\83­ã\83¼ã\83\88 ! ã\81\8dã\82\83ã\81·ã\81\97ã\82\87ã\82\93ã\81®ã\81¯ã\81\84ã\81¡@ã\82­ã\83£ã\83\97ã\82·ã\83§ã\83³ã\81®é\85\8dç½®
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81\9dã\81\86ã\81\97ã\82\87ã\81\8f@è£\85飾
 \end_layout
 
 \end_inset
 
 
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:キャプションの配置"
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-通常、キャプションの配置原則は、
+ボックス型は、ボックスダイアログ中の
+\family sans
+装飾
+\family default
+ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
 \end_layout
 
 \begin_layout Description
-図の場合: キャプションを図の下に置く
+縁なし 枠を描きません。
 \end_layout
 
 \begin_layout Description
-表の場合: キャプションを表の上に置く
-\end_layout
-
-\begin_layout Standard
-という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
-\family sans
-article
-\family default
-・
-\family sans
-book
-\family default
-・
-\family sans
-letter
-\family default
-・
-\family sans
-report
-\family default
-といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
-eXパッケージ
-\series bold
-caption
-\series default
-を読み込むコマンドに
-\end_layout
-
-\begin_layout Standard
-
+簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
 \series bold
-tableposition=top
-\end_layout
 
-\begin_layout Standard
-というオプションを追加してください
-\begin_inset Foot
-status collapsed
+\backslash
+fboxrule
+\series default
+の値になります。 
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-
-\series bold
-caption
-\series default
-パッケージについての詳細な情報は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:キャプションの書式設定"
+\align center
+長方形の箱型
+\end_layout
 
 \end_inset
 
-節をご覧ください。
+
 \end_layout
 
+\begin_layout Description
+楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
+\begin_inset space \thinspace{}
 \end_inset
 
-。
-\series bold
-KOMA-script
-\series default
-
-\begin_inset Index idx
-status collapsed
+ptです。 
+\begin_inset Box ovalbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
+\align center
+楕円形の箱型(細線)
 \end_layout
 
 \end_inset
 
-文書クラス(
-\family sans
-article (KOMA-script)
-\family default
-・
-\family sans
-book (KOMA-script)
-\family default
-・
-\family sans
-letter (KOMA-script)
-\family default
-・
-\family sans
-report (KOMA-script)
-\family default
 
+\end_layout
+
+\begin_layout Description
+楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
 \begin_inset space \thinspace{}
 \end_inset
 
-)をお使いの場合には、
-\series bold
-caption
-\series default
-パッケージにオプションを与える代わりに、文書クラスオプション
-\series bold
-captions=tableheading
-\series default
-を設定することもできます。
+ptです。 
+\begin_inset Box Ovalbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+楕円形の箱型(太線)
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
-\end_layout
 
-\begin_layout Standard
+\end_layout
 
+\begin_layout Description
+影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
 \series bold
 
 \backslash
-usepackage[option]{sidecap}
-\end_layout
-
-\begin_layout Standard
-という行を入れて、LaTeXパッケージ
-\series bold
-sidecap
+fboxrule
 \series default
+の値になり、影の幅は4
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset Index idx
-status collapsed
+ptになります。
+\begin_inset Box Shadowbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
+\align center
+影付きの箱型
 \end_layout
 
 \end_inset
 
-を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
-\series bold
-innercaption
-\series default
-オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
-\series bold
-rightcaption
-\series default
-ないし
-\series bold
-leftcaption
-\series default
-オプションを用います。
+
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_layout Description
+影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
+第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:色付きボックス"
 
+\end_inset
 
-\backslash
-ifsidecap
+節を参照のこと。
 \end_layout
 
 \end_inset
 
-
-\begin_inset Note Note
+、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
+\begin_inset Box Shaded
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "50col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
-以下の部分は、LaTeXパッケージ
-\series bold
-sidecap
-\series default
-が導入されているときのみ表示されます。
+影付き背景の箱型
 \end_layout
 
 \end_inset
@@ -21784,251 +31046,273 @@ sidecap
 
 \end_layout
 
-\begin_layout Standard
-LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
-\end_layout
-
-\begin_layout Standard
-\noindent
-\begin_inset CommandInset line
-LatexCommand rule
-offset "0.5ex"
-width "100line%"
-height "1pt"
-
+\begin_layout Description
+二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
+\begin_inset space \thinspace{}
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-
 \series bold
 
 \backslash
-newcommand{
-\backslash
-TabBesBeg}{%
-\begin_inset Newline newline
+fboxrule
+\series default
+であり、外側の枠線の太さは1.5
+\begin_inset space \thinspace{}
 \end_inset
 
 
-\begin_inset Phantom HPhantom
-status open
-
-\begin_layout Plain Layout
-
 \series bold
-\begin_inset space ~
+
+\backslash
+fboxrule
+\series default
+です。枠線間の距離は1.5
+\begin_inset space \thinspace{}
 \end_inset
 
 
-\end_layout
+\series bold
 
-\end_inset
+\backslash
+fboxrule
+\series default
 
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-let
-\backslash
-MyTable
-\backslash
-table
-\begin_inset Newline newline
++
+\begin_inset space \thinspace{}
 \end_inset
 
+0.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset Phantom HPhantom
+ptです。 
+\begin_inset Box Doublebox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
-
-\series bold
-\begin_inset space ~
-\end_inset
-
-
+\align center
+二重の長方形の箱型
 \end_layout
 
 \end_inset
 
 
-\backslash
-let
-\backslash
-MyEndtable
-\backslash
-endtable
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Phantom HPhantom
-status open
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
+LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
 \series bold
-\begin_inset space ~
-\end_inset
+fancybox
+\series default
 
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
 \end_layout
 
 \end_inset
 
-
-\backslash
-renewenvironment{table}{
-\backslash
-begin{SCtable}}{
-\backslash
-end{SCtable}}}
+が導入済みでなくてはなりません。
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
+装飾として
+\family sans
+簡素な長方形の箱型
+\family default
+を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
+れ、このボックス型では
 \series bold
 
 \backslash
-newcommand{
-\backslash
-TabBesEnd}{%
-\begin_inset Newline newline
-\end_inset
+fboxrule
+\series default
+と
+\series bold
 
+\backslash
+fboxsep
+\series default
+は無効となります。枠線の太さは
+\series bold
 
-\begin_inset Phantom HPhantom
-status open
+\backslash
+FrameRule
+\series default
+の値になります。 
+\begin_inset Box Framed
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
 \begin_layout Plain Layout
+改行可能な箱型
+\end_layout
 
-\series bold
-\begin_inset space ~
 \end_inset
 
 
 \end_layout
 
-\end_inset
+\begin_layout Section
+ボックスの詳細な設定
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
+\end_layout
 
-\backslash
-let
-\backslash
-table
-\backslash
-MyTable
-\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Phantom HPhantom
-status open
-
-\begin_layout Plain Layout
+\end_layout
 
+\begin_layout Standard
+寸法
 \series bold
-\begin_inset space ~
+
+\backslash
+fboxrule
+\series default
+の既定値は0.4
+\begin_inset space \thinspace{}
 \end_inset
 
+ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
+\begin_inset space \thinspace{}
+\end_inset
 
+ptに変更することができます。
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
 \backslash
-let
-\backslash
-endtable
+setlength{
 \backslash
-MyEndtable
+fboxrule}{2pt}
 \end_layout
 
 \begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-newcommand{
+setlength{
 \backslash
-FigBesBeg}{%
-\begin_inset Newline newline
+fboxrule}{2pt}
+\end_layout
+
 \end_inset
 
 
-\begin_inset Phantom HPhantom
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
+\align center
 
 \series bold
-\begin_inset space ~
-\end_inset
 
+\backslash
+fboxrule
+\series default
 
-\end_layout
-
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\backslash
-let
-\backslash
-MyFigure
-\backslash
-figure
-\begin_inset Newline newline
+=
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\begin_inset Phantom HPhantom
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-\begin_inset space ~
+2
+\begin_inset space \thinspace{}
 \end_inset
 
-
+ptの長方形の箱型
 \end_layout
 
 \end_inset
 
 
-\backslash
-let
-\backslash
-MyEndfigure
-\backslash
-endfigure
-\begin_inset Newline newline
-\end_inset
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\begin_inset Phantom HPhantom
-status open
 
-\begin_layout Plain Layout
+\backslash
+setlength{
+\backslash
+fboxrule}{0.4pt}
+\end_layout
 
-\series bold
-\begin_inset space ~
 \end_inset
 
 
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
+枠とボックスの内容との空白は、すべての枠様式について3
+\begin_inset space \thinspace{}
+\end_inset
+
+ptが既定値になっています。これは、長さ
+\series bold
 
 \backslash
-renewenvironment{figure}{
-\backslash
-begin{SCfigure}}{
-\backslash
-end{SCfigure}}}
+fboxsep
+\series default
+を別の値に設定することによって変更することができます。たとえば
 \end_layout
 
 \begin_layout Standard
@@ -22036,88 +31320,102 @@ end{SCfigure}}}
 \series bold
 
 \backslash
-newcommand{
+setlength{
 \backslash
-FigBesEnd}{%
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Phantom HPhantom
-status open
-
-\begin_layout Plain Layout
+fboxsep}{10pt}
+\end_layout
 
-\series bold
-\begin_inset space ~
+\begin_layout Standard
+というコマンドは、この値を10
+\begin_inset space \thinspace{}
 \end_inset
 
-
+ptにし、以下のボックスのようになります。
 \end_layout
 
-\end_inset
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
 \backslash
-let
-\backslash
-figure
+setlength{
 \backslash
-MyFigure
-\begin_inset Newline newline
+fboxsep}{10pt}
+\end_layout
+
 \end_inset
 
 
-\begin_inset Phantom HPhantom
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
+\align center
 
 \series bold
-\begin_inset space ~
+
+\backslash
+fboxsep
+\series default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+=
+\begin_inset space \thinspace{}
 \end_inset
 
+10
+\begin_inset space \thinspace{}
+\end_inset
 
+ptの長方形の箱型
 \end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
 \backslash
-let
-\backslash
-endfigure
+setlength{
 \backslash
-MyEndfigure}
+fboxsep}{3pt}
 \end_layout
 
-\begin_layout Standard
-\noindent
-\begin_inset CommandInset line
-LatexCommand rule
-offset "0.5ex"
-width "100line%"
-height "1pt"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
-\end_layout
-
-\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
+楕円形ボックスの丸い角の直径は、コマンド
 \series bold
 
 \backslash
-FigBesBeg
-\end_layout
-
-\begin_layout Standard
-というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
+cornersize
+\series default
+で設定することができます。
 \end_layout
 
 \begin_layout Standard
@@ -22125,15 +31423,15 @@ FigBesBeg
 \series bold
 
 \backslash
-FigBesEnd
+cornersize*{1cm}
 \end_layout
 
 \begin_layout Standard
-というコマンドを挿入してください。
-\end_layout
+というコマンドは、直径を1
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-表フロートに対しては、対応するコマンド
+cmに設定します。
 \end_layout
 
 \begin_layout Standard
@@ -22141,206 +31439,185 @@ FigBesEnd
 \series bold
 
 \backslash
-TabBesBeg
-\series default
-および
-\series bold
-
-\backslash
-TabBesEnd
+cornersize{数値}
 \end_layout
 
 \begin_layout Standard
-を使用してください。図
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:図横キャプション"
-
+というコマンドは、直径を
+\family sans
+数値
+\begin_inset space \thinspace{}
 \end_inset
 
-と表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:表横キャプション"
-
+\begin_inset space \thinspace{}
 \end_inset
 
-がキャプションを脇に設定した例です。
-\end_layout
-
-\begin_layout Standard
-これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
-を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
-\end_layout
-
-\begin_layout Standard
-
+(ボックスの幅と高さの小さい方)
+\family default
+に設定します。既定値は
 \series bold
 
 \backslash
-sidecaptionvpos{フロート型}{配置}
-\end_layout
-
-\begin_layout Standard
-というコマンドを使用します。ここで「フロート型」は
-\family sans
-figure
-\family default
-か
-\family sans
-table
-\family default
-であり、「配置」は、上揃えの場合はtopの
+cornersize{0.5}
+\series default
+です。
 \end_layout
 
 \begin_layout Standard
-「
-\family sans
-t
-\family default
-」、中央揃えの場合はcenterの「
-\family sans
-c
-\family default
-」、下揃えの場合はbottomの「
-\family sans
-b
-\family default
-」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-sidecaptionvpos{figure}{c}
+cornersize*{1.5cm}
 \end_layout
 
-\begin_layout Standard
-というコマンドを使用します。これは、図
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:図横キャプション-2"
-
 \end_inset
 
-で使用されています。
-\end_layout
 
-\begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
+\begin_inset Box Ovalbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
+\begin_layout Plain Layout
+\align center
 
 \series bold
-sidecap
+
+\backslash
+cornersize
 \series default
-パッケージについての詳細は、
-\begin_inset CommandInset citation
-LatexCommand cite
-key "sidecap"
 
+\begin_inset space \thinspace{}
 \end_inset
 
-の説明書をご参照ください。
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+=
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Plain Layout
+1.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\series bold
-【註】
-\series default
-第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:参照位置"
+cmの楕円形の箱型
+\end_layout
 
 \end_inset
 
-節に説明があるLaTeXパッケージ
-\series bold
-hypcap
-\series default
 
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
+
+
+\backslash
+cornersize{0.5}
 \end_layout
 
 \end_inset
 
-は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
+
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
+影の大きさは、長さ
+\series bold
 
+\backslash
+shadowsize
+\series default
+を変更することで調整できます。以下のボックスでは
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
+\series bold
 
 \backslash
-FigBesBeg 
+setlength{
+\backslash
+shadowsize}{2pt}
 \end_layout
 
+\begin_layout Standard
+というコマンドを使って、2
+\begin_inset space \thinspace{}
 \end_inset
 
-
+ptに設定しています。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-wide false
-sideways false
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../clipart/escher-lsd.eps
-       scale 75
-       scaleBeforeRotation
+
+
+\backslash
+setlength{
+\backslash
+shadowsize}{2pt}
+\end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Box Shadowbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-\begin_inset Caption
+\align center
+
+\series bold
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:図横キャプション"
+\backslash
+shadowsize
+\series default
 
+\begin_inset space \thinspace{}
 \end_inset
 
-これは図の横にあるキャプションです。
-\end_layout
-
+=
+\begin_inset space \thinspace{}
 \end_inset
 
+2
+\begin_inset space \thinspace{}
+\end_inset
 
+ptの影付きボックス
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -22348,7 +31625,9 @@ status collapsed
 
 
 \backslash
-TabBesBeg 
+setlength{
+\backslash
+shadowsize}{4pt}
 \end_layout
 
 \end_inset
@@ -22357,236 +31636,238 @@ TabBesBeg
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Caption
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:表横キャプション"
+\end_layout
 
-\end_inset
+\begin_layout Standard
+寸法
+\series bold
 
-これは表の横にあるキャプションです。
-\end_layout
+\backslash
+FrameRule
+\series default
+の既定値は0.4
+\begin_inset space \thinspace{}
+\end_inset
 
+ptです。ボックスの中身と枠の間の空白の既定値は9
+\begin_inset space \thinspace{}
 \end_inset
 
+ptですが、
+\series bold
 
+\backslash
+FrameSep
+\series default
+の値を変えることで変更することができます。たとえば、下記の
+\family sans
+ボックス
+\family default
+の枠の外見は、
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="5">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
-い
-\end_layout
+\series bold
 
+\backslash
+setlength{
+\backslash
+FrameRule}{5pt}
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
+\backslash
+setlength{
+\backslash
+FrameSep}{0.5cm}
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+というTeXコードコマンドで設定してあります。
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
+\backslash
+setlength{
+\backslash
+FrameRule}{5pt}
 \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
-は
-\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
+setlength{
+\backslash
+FrameSep}{0.5cm}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
-\begin_inset Text
+\begin_inset Box Framed
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
-
+これは
+\family sans
+改頁可能
+\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
-ほ
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_inset ERT
+status collapsed
 
 \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
+\backslash
+setlength{
+\backslash
+FrameRule}{0.4pt}
+\end_layout
 
 \begin_layout Plain Layout
-へ
+
+
+\backslash
+setlength{
+\backslash
+FrameSep}{9pt}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-と
+
 \end_layout
 
+\begin_layout Standard
+
+\family sans
+影付き背景
+\family default
+ボックスでは、ボックスの内容と枠の余白の既定値は3
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
+ptになっていますが、
+\series bold
 
-\end_layout
+\backslash
+fboxsep
+\series default
+の値を変更することで変えられます。既定の背景色である赤色は、
+\series bold
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\backslash
+definecolor{shadebox}
+\series default
+コマンドで局所的に変更することもできますし、
+\family sans
+ツール\SpecialChar \menuseparator
+設定\SpecialChar \menuseparator
+色\SpecialChar \menuseparator
+影付きボックス
+\family default
+メニューからグローバルに変更することもできます。
+\series bold
 
-\begin_layout Plain Layout
-ち
-\end_layout
+\backslash
+definecolor
+\series default
+コマンドの用法は第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:色付きの表"
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+節
+\begin_inset Foot
+status open
 
 \begin_layout Plain Layout
+N
+\series bold
 
-\end_layout
+\backslash
+definecolor
+\series default
+は、LaTeXパッケージの
+\series bold
+color
+\series default
+をプリアンブルに読み込む必要があります。第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:色付きボックス"
 
 \end_inset
-</cell>
-<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" 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" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-ぬ
+\begin_layout Standard
+たとえば、下記の影付き背景ボックスの外見は
 \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
+\series bold
 
-\end_layout
+\backslash
+setlength{
+\backslash
+fboxsep}{0.5cm}
+\series default
 
+\begin_inset Newline newline
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\series bold
 
+\backslash
+definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
 \end_layout
 
-\end_inset
-
-
+\begin_layout Standard
+というTeXコードコマンドを使って設定してあります。
 \end_layout
 
 \begin_layout Standard
@@ -22597,60 +31878,64 @@ status collapsed
 
 
 \backslash
-TabBesEnd
-\end_layout
-
-\end_inset
-
-
+setlength{
+\backslash
+fboxsep}{0.5cm}
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
 \begin_layout Plain Layout
 
 
 \backslash
-sidecaptionvpos{figure}{c}
+definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
 \end_layout
 
 \end_inset
 
 
-\begin_inset Float figure
-wide false
-sideways false
+\begin_inset Box Shaded
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
 status open
 
 \begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../clipart/escher-lsd.eps
-       scale 75
-       scaleBeforeRotation
 
-\end_inset
+\color yellow
+これは、濃緑色の背景の
+\family sans
+影付き背景
+\family default
+ボックスに入れた黄色の文章です。
+\end_layout
 
+\end_inset
 
-\end_layout
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:図横キャプション-2"
 
-\end_inset
 
-これは図の横にある縦方向中央揃えのキャプションです。
+\backslash
+setlength{
+\backslash
+fboxsep}{3pt}
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+definecolor{shadecolor}{rgb}{1,0,0}
 \end_layout
 
 \end_inset
@@ -22659,82 +31944,152 @@ name "fig:図横キャプション-2"
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
+\begin_inset VSpace bigskip
+\end_inset
 
-\backslash
-FigBesEnd
+変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
 \end_layout
 
-\end_inset
+\begin_layout Section
+ミニページ
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:ミニページ"
 
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-else
+ぼっくす@ボックス ! みにぺーじ@ミニページ
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Note
-status open
+\end_layout
 
-\begin_layout Plain Layout
-以下の部分は、LaTeXパッケージ
-\series bold
-sidecap
-\series default
\81\8cå°\8eå\85¥ã\81\95ã\82\8cã\81¦ã\81\84ã\81ªã\81\84ã\81¨ã\81\8dã\81®ã\81¿è¡¨ç¤ºã\81\95ã\82\8cã\81¾す。
+\begin_layout Standard
+ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
+\end_layout
+
+\begin_layout Standard
\83\9fã\83\8bã\83\9aã\83¼ã\82¸ã\81¯ã\80\81è¤\87æ\95°ã\81®è¨\80èª\9eã\82\92å\90«ã\82\80æ\96\87æ\9b¸ã\82\92å\9f·ç­\86ã\81\99ã\82\8bé\9a\9bã\81«ä¾¿å\88©ã\81§す。
 \end_layout
 
+\begin_layout Standard
+下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+整形
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+水平方向の空白
+\family default
+メニューで挿入した水平フィルで隔てられています。
+\begin_inset Newpage newpage
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-本節の残りの部分を出力で表示するには、LaTeXパッケージ
-\series bold
-sidecap
-\series default
-を導入する必要があります。
-\end_layout
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_layout Plain Layout
+Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
+Dies ist eine deutsche Fußnote.
+\end_layout
 
+\end_inset
 
-\backslash
-fi
+.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
 \end_layout
 
 \end_inset
 
 
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+This is an English footnote.
 \end_layout
 
-\begin_layout Section
-フロート一覧
-\begin_inset Index idx
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
-ふろーと@フロート ! ふろーといちらん@フロート一覧
+ This is an English Text.
 \end_layout
 
 \end_inset
@@ -22743,278 +32098,357 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
-\family sans
-挿入\SpecialChar \menuseparator
-一覧/目次
-\family default
-メニューで挿入することができます。
-\end_layout
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Standard
-一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます
+ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
+ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません
 \end_layout
 
 \begin_layout Standard
-本文書の終わりに、図一覧と表一覧があります。
-\end_layout
+この表の脚注は表示されません。
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Chapter
-注釈
+\begin_layout Plain Layout
+1
 \end_layout
 
-\begin_layout Section
-LyX注釈
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-ちゅうしゃく@注釈 ! LyXのーと@LyXノート
+2
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+3
+\begin_inset Foot
+status collapsed
 
+\begin_layout Plain Layout
+これは表中の脚注です。
 \end_layout
 
-\begin_layout Standard
-注釈は、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/note-insert.png
-       scale 85
-       scaleBeforeRotation
-
 \end_inset
 
-か、
-\family sans
-挿入\SpecialChar \menuseparator
-注釈
-\family default
-メニューで挿入することができます。注釈には、以下の三つの型があります。
+
 \end_layout
 
-\begin_layout Description
-LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+4
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\begin_inset Graphics
-       filename ../clipart/LyXNoteImageQt4.png
-       display false
-       scale 85
-       scaleBeforeRotation
+\begin_layout Plain Layout
+い
+\end_layout
 
 \end_inset
-
-
-\begin_inset Note Note
-status open
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
\81\93ã\82\8cã\81¯ã\80\81å\87ºå\8a\9bã\81«ã\81¯ç\8f¾ã\82\8cã\81ªã\81\84注é\87\88ã\83\9cã\83\83ã\82¯ã\82¹ã\81«æ\9b¸ã\81\8bã\82\8cã\81\9fæ\96\87ç« ã\81§ã\81\99ã\80\82
\82\8d
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+は
 \end_layout
 
-\begin_layout Description
-コメント この注釈も出力には現れませんが、
-\family sans
-ファイル\SpecialChar \menuseparator
-書き出し\SpecialChar \menuseparator
-LaTeX (pdflatex) / (平文)
-\family default
- メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
-\begin_inset Newline newline
 \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
 
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\begin_inset Graphics
-       filename ../clipart/CommentNoteImageQt4.png
-       display false
-       scale 85
-       scaleBeforeRotation
+\begin_layout Plain Layout
+ほ
+\end_layout
 
 \end_inset
-
-\begin_inset Note Comment
-status open
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
\81\93ã\82\8cã\81¯ã\80\81LaTeXã\83\95ã\82¡ã\82¤ã\83«ã\81®ã\82³ã\83¡ã\83³ã\83\88ã\81®ã\81¿ã\81«ç\8f¾ã\82\8cã\82\8b注é\87\88ã\83\9cã\83\83ã\82¯ã\82¹ã\81«æ\9b¸ã\81\8bã\82\8cã\81\9fæ\96\87ç« ã\81§ã\81\99ã\80\82
\81¸
 \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
+と
 \end_layout
 
-\begin_layout Description
-淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
-\begin_inset Newline newline
 \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_inset Newline newline
 \end_inset
-
-
-\begin_inset Graphics
-       filename ../clipart/GreyedOutNoteImageQt4.png
-       display false
-       scale 85
-       scaleBeforeRotation
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
 
-\begin_inset Newline newline
-\end_inset
+\end_layout
 
+\begin_layout Standard
+\align center
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "30col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
-\begin_inset ERT
-status collapsed
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+1
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-renewenvironment{lyxgreyedout}
+\begin_layout Plain Layout
+2
 \end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
 \begin_layout Plain Layout
+3
+\begin_inset Foot
+status collapsed
 
-{
-\backslash
-textcolor[gray]{0.8}
-\backslash
-bgroup}{
-\backslash
-egroup}
+\begin_layout Plain Layout
+これは表中の脚注です。
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Greyedout
-status open
+\end_layout
 
-\begin_layout Plain Layout
-これは、出力に薄灰色の文章として現れるコメントに書かれた文章
-\begin_inset Foot
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-これは、淡色表示注釈内に脚注を用いた例です。
+4
 \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
+い
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+ろ
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\begin_inset Text
 
-\backslash
-renewenvironment{lyxgreyedout}
+\begin_layout Plain Layout
+に
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-{
-\backslash
-textcolor{blue}
-\backslash
-bgroup}{
-\backslash
-egroup}
+\begin_layout Plain Layout
+ほ
 \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
+へ
+\end_layout
 
-\begin_inset Note Note
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
-ように再定義されています。
+と
 \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>
+</lyxtabular>
 
-\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Newline newline
+\end_layout
+
 \end_inset
 
-この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
+
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-注釈を挿入するのにツールバーボタン
-\begin_inset Graphics
-       filename ../../images/note-insert.png
-       scale 85
-       scaleBeforeRotation
+ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
+\family sans
+中スキップ
+\family default
+を設定していたとしても、ミニページ内の段落間には余白が置かれません。
+\end_layout
+
+\begin_layout Standard
+ミニページは、文章部に背景色を与えるのに使用することもできます。第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:段落の着色"
 
 \end_inset
 
-を使用すると、
-\family sans
-LyX注釈
-\family default
-が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
-ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
-さい。
+節をご参照ください。
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
+\end_layout
+
 \end_inset
 
 
-\lang english
-You can change the text color of the greyed out notes in the menu 
-\family sans
-Document\SpecialChar \menuseparator
-Settings\SpecialChar \menuseparator
-Colors
-\family default
-.
 \end_layout
 
 \begin_layout Section
-脚注
+Parbox
 \begin_inset CommandInset label
 LatexCommand label
-name "sec:脚注"
+name "sec:Parbox"
 
 \end_inset
 
@@ -23023,17 +32457,44 @@ name "sec:脚注"
 status collapsed
 
 \begin_layout Plain Layout
\81¡ã\82\85ã\81\86ã\81\97ã\82\83ã\81\8f@注é\87\88 ! ã\81\8dã\82\83ã\81\8fã\81¡ã\82\85ã\81\86\84\9a注
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! Parboxes
 \end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
+\end_layout
+
+\begin_layout Standard
+Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
+\end_layout
+
+\begin_layout Standard
+\align center
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 1
+use_makebox 0
+width "33col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+これはparbox内の文章です。これはparbox内の文章です。
+\end_layout
+
+\begin_layout Plain Layout
+右の脚注は表示されません。
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
\81\8dã\82\83ã\81\8fã\81¡ã\82\85ã\81\86\84\9a注
\81\93ã\82\8cã\81¯parboxå\86\85ã\81®è\84\9a注ã\81§ã\81\82ã\82\8aã\80\81ã\81\97ã\81\9fã\81\8cã\81£ã\81¦è¡¨ç¤ºã\81¯ã\81\95ã\82\8cã\81¾ã\81\9bã\82\93ã\80\82
 \end_layout
 
 \end_inset
@@ -23041,220 +32502,235 @@ status collapsed
 
 \end_layout
 
-\begin_layout Standard
-脚注は、ツールバーボタン
-\begin_inset Graphics
-       filename ../../images/footnote-insert.png
-       scale 85
-       scaleBeforeRotation
-
 \end_inset
 
-か、
-\family sans
-挿入\SpecialChar \menuseparator
-脚注
-\family default
-メニューを使って挿入することができます。すると、脚注文を挿入したところに、
-\begin_inset Graphics
-       filename clipart/footnoteQt4.png
-       scale 80
-       scaleBeforeRotation
-
-\end_inset
 
-のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
-ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
 \end_layout
 
-\begin_layout Standard
-これが脚注の例です
-\begin_inset Foot
+\begin_layout Section
+単語や文字のボックス
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fn:これは脚注の一例"
+ぼっくす@ボックス ! もじよう@文字用
+\end_layout
 
 \end_inset
 
-これは脚注の一例です。
+
 \end_layout
 
+\begin_layout Subsection
+ハイフネーションの回避
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:ハイフネーションの回避"
+
 \end_inset
 
-。
-\begin_inset ERT
+
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
+ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
+\end_layout
 
+\end_inset
 
-\backslash
-newcounter{MyRepeatFoot}
-\end_layout
 
-\begin_layout Plain Layout
+\end_layout
 
+\begin_layout Standard
+単語や文章がハイフネートされるのを防ぐには、
+\family sans
+makebox
+\family default
+型ボックスを使うことができます。
+\begin_inset Newline newline
+\end_inset
 
-\backslash
-setcounter{MyRepeatFoot}{
-\backslash
-thefootnote}
+以下が例示用の文章です。
 \end_layout
 
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Quotes eld
 \end_inset
 
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
 
+.
 \end_layout
 
 \begin_layout Standard
-出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
-られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
+単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
+\family sans
+内部ボックス
+\family default
+を
+\family sans
+makeboxコマンド
+\family default
+に設定し、幅を1幅にします。
 \end_layout
 
 \begin_layout Standard
-脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:フロートの参照"
+以下がその結果です。
+\end_layout
 
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 1
+width "1in"
+special "width"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\begin_inset Quotes eld
 \end_inset
 
-節に説明されているようにして、本文中でこのラベルを相互参照してください。
-\begin_inset Newline newline
+veryverylongword
+\begin_inset Quotes erd
 \end_inset
 
-これは脚注
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fn:これは脚注の一例"
-
-\end_inset
 
-の相互参照です。
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
 \end_inset
 
-
+.
 \end_layout
 
 \begin_layout Standard
-LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
+別の方法としては、以下のように、単語の前に直接TeXコードで「
 \series bold
 
 \backslash
-footnotemark{}
+-
 \series default
\82³ã\83\9eã\83³ã\83\89ã\82\92å\85¥ã\82\8cã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82è\84\9a注ã\81®æ\9c¬æ\96\87ã\81¯ã\80\81表ã\81®å¾\8cã\81§TeXã\82³ã\83¼ã\83\89
-\series bold
\80\8dã\82³ã\83\9eã\83³ã\83\89ã\82\92設å®\9aã\81\99ã\82\8bæ\96¹æ³\95ã\82\82ã\81\82ã\82\8aã\81¾ã\81\99ã\80\82
+\end_layout
 
-\backslash
-footnotetext
-\series default
-コマンドの引数として入力します。
-\begin_inset Newline newline
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Quotes eld
 \end_inset
 
-以下の表ではコマンド
-\begin_inset Newline newline
-\end_inset
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-footnotetext{
-\series default
-出力される脚注の表
-\series bold
-}
-\series default
+-
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
 
-を用いています。
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Tabular
-<lyxtabular version="3" rows="2" columns="1">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-これは例文です。
-\begin_inset Foot
-status open
+もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Plain Layout
-この脚注は出力されません!
-\end_layout
+\family sans
+整形
+\family default
+\SpecialChar \menuseparator
 
+\family sans
+整形なし改行
+\family default
+メニュー(短絡キー
+\begin_inset Info
+type  "shortcut"
+arg   "newline-insert newline"
 \end_inset
 
-
+)から改行を単語の前に入れてください。
 \end_layout
 
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Newline newline
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-これは例文です。
-\begin_inset ERT
-status collapsed
+
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 1
+width "1in"
+special "width"
+height "1in"
+height_special "totalheight"
+status open
 
 \begin_layout Plain Layout
+\begin_inset Quotes eld
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
 
 
-\backslash
-footnotemark{}
 \end_layout
 
 \end_inset
 
-
+.
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Subsection
+垂直揃え
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:垂直揃え"
 
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-footnotetext{
+ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
 \end_layout
 
 \end_inset
 
-出力される脚注の表
-\begin_inset ERT
+
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-}
+ぼっくす@ボックス ! Raiseboxes
 \end_layout
 
 \end_inset
@@ -23263,69 +32739,61 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-長尺表中の脚注は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:長尺表での脚注"
 
-\end_inset
+\series bold
 
-節で述べられています。
+\backslash
+raisebox
+\series default
+コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
+\series bold
+
+\backslash
+raisebox
+\series default
+は以下の書式で使用します。
 \end_layout
 
 \begin_layout Standard
-ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ミニページ"
-
-\end_inset
 
-節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
 \series bold
 
 \backslash
-footnotemark{}
-\series default
-と
-\series bold
+raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
+\end_layout
 
-\backslash
-footntoetext
-\series default
-による方法を用いてください。
+\begin_layout Standard
+ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
+\end_layout
 
-\begin_layout Plain Layout
-これはミニページ中の例文です。
-\begin_inset Foot
-status open
+\begin_layout Standard
 
-\begin_layout Plain Layout
-ミニページ中の脚注です。
+\series bold
+
+\backslash
+raisebox{
+\backslash
+depth}{
 \end_layout
 
+\begin_layout Standard
+というコマンドを挿入してください。単語の後には、閉じ括弧「
+\series bold
+}
+\series default
+」をTeXコードで挿入してください。
+\begin_inset Newline newline
 \end_inset
 
-
+以下がその出力です。
 \end_layout
 
-\begin_layout Plain Layout
-これはミニページ中の例文です。
+\begin_layout Standard
+This is a text line with the word 
 \begin_inset ERT
 status collapsed
 
@@ -23333,20 +32801,44 @@ status collapsed
 
 
 \backslash
-footnotemark{}
+raisebox{
+\backslash
+depth}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Quotes eld
+\end_inset
+
+preventing
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
+ as raised word.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
+行中の文字を上げ下げすると、以下のように行間が広がります。
 \end_layout
 
 \begin_layout Standard
+This is a text line with the word 
 \begin_inset ERT
 status collapsed
 
@@ -23354,12 +32846,22 @@ status collapsed
 
 
 \backslash
-footnotetext{
+raisebox{-
+\backslash
+depth}{
 \end_layout
 
 \end_inset
 
-ミニページ外の脚注です。
+
+\begin_inset Quotes eld
+\end_inset
+
+preventing
+\begin_inset Quotes erd
+\end_inset
+
+
 \begin_inset ERT
 status collapsed
 
@@ -23370,52 +32872,47 @@ status collapsed
 
 \end_inset
 
-
-\begin_inset VSpace defskip
+ as lowered word.
+\begin_inset Newline newline
 \end_inset
 
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
-\series bold
 
 \backslash
-footnotemark[番号]
-\series default
-を使用してください。
-\begin_inset Newline newline
+raisebox{0.5cm}{
+\end_layout
+
 \end_inset
 
-文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fn:これは脚注の一例"
 
+\begin_inset Quotes eld
 \end_inset
 
-の後に、TeXコードで
-\end_layout
+testing
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\begin_inset ERT
+status collapsed
 
-\backslash
-newcounter{MyRepeatFoot}
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
+}
+\end_layout
 
-\backslash
-setcounter{MyRepeatFoot}{
-\backslash
-thefootnote}
+\end_inset
+
+ as raised word.
 \end_layout
 
 \begin_layout Standard
-というコマンドを挿入しています。そして脚注マークは
+何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば
 \end_layout
 
 \begin_layout Standard
@@ -23423,17 +32920,17 @@ thefootnote}
 \series bold
 
 \backslash
-footnotemark[
+raisebox{-
 \backslash
-theMyRepeatFoot]
+depth}[0pt]{
 \end_layout
 
 \begin_layout Standard
\81§ä½\9cæ\88\90ã\81\97ã\81¾ã\81\99ã\80\82
\81¨ã\81\99ã\82\8bã\81¨ã\80\81
 \end_layout
 
 \begin_layout Standard
-これは繰り返し脚注の例です。
+This is a text line with the word 
 \begin_inset ERT
 status collapsed
 
@@ -23441,36 +32938,37 @@ status collapsed
 
 
 \backslash
-footnotemark[
+raisebox{-
 \backslash
-theMyRepeatFoot]
+depth}[0pt]{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
-直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
-\end_layout
+preventing
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\begin_inset ERT
+status collapsed
 
-\backslash
-footnotemark[
-\backslash
-thefootnote]
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-を使用してください。
+}
 \end_layout
 
-\begin_layout Standard
-これは繰り返し脚注の例です。
+\end_inset
+
+ as lowered word.
+\begin_inset Newline newline
+\end_inset
+
+This is a text line with the word 
 \begin_inset ERT
 status collapsed
 
@@ -23478,213 +32976,217 @@ status collapsed
 
 
 \backslash
-footnotemark[
-\backslash
-thefootnote]
+raisebox{0.5cm}[0pt]{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Subsection
-脚注の付番
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:脚注の付番"
+\begin_inset Quotes eld
+\end_inset
 
+testing
+\begin_inset Quotes erd
 \end_inset
 
 
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-きゃくちゅう@脚注 ! ふばん@付番
+
+}
 \end_layout
 
 \end_inset
 
-
+ as raised word.
 \end_layout
 
-\begin_layout Standard
-各節毎に脚注番号を1にリセットするには、文書プリアンブルに
-\end_layout
+\begin_layout Section
+色付きボックス
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:色付きボックス"
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-@addtoreset{footnote}{section}
-\end_layout
+\begin_inset Index idx
+status collapsed
 
-\begin_layout Standard
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\82\92å\8a ã\81\88ã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82
+\begin_layout Plain Layout
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81\84ã\82\8dã\81¤ã\81\8d\89²ä»\98ã\81\8d
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
 
-\backslash
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-roman{footnote}}
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_layout Subsection
+文字の着色
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
+いろ@色 ! もじの@文字の---
+\end_layout
+
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-roman{footnote}}
 \end_layout
 
-\end_inset
+\begin_layout Standard
+文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
+\series bold
+color
+\series default
 
-これは、ローマ数字を使った脚注です
-\begin_inset Foot
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-これは、ローマ数字を使った脚注の例です。
+LaTeXぱっけーじ@LaTeXパッケージ ! color
 \end_layout
 
 \end_inset
 
-。
\81\8cã\80\81以ä¸\8bã\81®ã\82\88ã\81\86ã\81ªã\82³ã\83\9eã\83³ã\83\89ã\81§æ\96\87æ\9b¸ã\83\97ã\83ªã\82¢ã\83³ã\83\96ã\83«ã\81«èª­ã\81¿è¾¼ã\81¾ã\82\8cã\81¦ã\81\84ã\81ªã\81\8fã\81¦ã\81¯ã\81ªã\82\8aã\81¾ã\81\9bã\82\93ã\80\82
 \end_layout
 
 \begin_layout Standard
-付番様式を大文字ローマ数字に変更するには、上記コマンドの
-\series bold
-
-\backslash
-roman
-\series default
-を
-\series bold
-
-\backslash
-Roman
-\series default
-に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
-\series bold
 
-\backslash
-Alph
-\series default
-または
 \series bold
 
 \backslash
-alph
-\series default
-を使用してください。記号を使って付「番」するには、
-\series bold
+@ifundefined{textcolor}
+\begin_inset Newline newline
+\end_inset
 
-\backslash
-fnsymbol
-\series default
-を使ってください。
-\end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
+\begin_inset Phantom HPhantom
 status open
 
 \begin_layout Plain Layout
 
 \series bold
-【註】
-\series default
-この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
-\end_layout
-
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset Newline newline
+\end_layout
+
 \end_inset
 
+{
+\backslash
+usepackage{color}}{}
+\end_layout
 
-\begin_inset Note Greyedout
-status open
+\begin_layout Standard
 
-\begin_layout Plain Layout
+\series bold
+color
+\series default
+パッケージは、文章を着色するとLyXが自動的に読み込みます
+\begin_inset Foot
+status collapsed
 
+\begin_layout Plain Layout
+これが二度読み込まれることを回避するには、
 \series bold
-【註】
+
+\backslash
+@ifundefined
 \series default
-記号を使うと9個の脚注しか番号を振ることができません
+コマンドを使用します
 \end_layout
 
 \end_inset
 
-
+。
 \end_layout
 
 \begin_layout Standard
-付番様式を変更した後、既定様式に戻すには、上記コマンドの
-\series bold
+\begin_inset VSpace medskip
+\end_inset
 
-\backslash
-roman
-\series default
-を
+色付きボックスは、
 \series bold
 
 \backslash
-arabic
+colorbox
 \series default
-に置き換えて使用してください。
-\begin_inset ERT
-status collapsed
+コマンドを使って作ります。これは、以下のような書式で使われます。
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\series bold
 
 \backslash
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-arabic{footnote}}
+colorbox{color}{ボックスの内容}
+\end_layout
+
+\begin_layout Standard
+ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
 \end_layout
 
+\begin_layout Standard
+事前定義されている色には、
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
+\family sans
+黒
+\family default
+・
+\family sans
+青
+\family default
+・
+\family sans
+シアン
+\family default
+・
+\family sans
+緑
+\family default
+・
+\family sans
+マゼンタ
+\family default
+・
+\family sans
+赤
+\family default
+・
+\family sans
+白
+\family default
+・
+\family sans
+黄
+\family default
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_inset Newline newline
 \end_inset
 
+があります。第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:色付きの表"
+
+\end_inset
 
+節に述べられているようにすれば、自前の色を定義することもできます。
 \end_layout
 
 \begin_layout Standard
-脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
+たとえば、単語の背景を赤にするには、単語の前にTeXコードで
 \end_layout
 
 \begin_layout Standard
@@ -23692,32 +33194,23 @@ arabic{footnote}}
 \series bold
 
 \backslash
-numberwithin{footnote}{chapter}
+colorbox{red}{
 \end_layout
 
 \begin_layout Standard
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\82\92å\8a ã\81\88ã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\82\92å\85¥ã\82\8cã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82å\8d\98èª\9eã\81®å¾\8cã\81«ã\81¯ã\80\81TeXã\82³ã\83¼ã\83\89ã\81§é\96\89ã\81\98æ\8b¬å¼§ã\80\8c
 \series bold
-
-\backslash
-numberwithin
+}
 \series default
-コマンドを使用できるようにするためには、文書設定の
-\family sans
-数式オプション
-\family default
-タブで
-\family sans
-AMS
-\begin_inset space ~
+」を入れてください。
+\begin_inset Newline newline
 \end_inset
 
-mathパッケージを使う
-\family default
-オプションを有効にしてください。
+以下がその結果です。
 \end_layout
 
 \begin_layout Standard
+この行では、
 \begin_inset ERT
 status collapsed
 
@@ -23725,78 +33218,83 @@ status collapsed
 
 
 \backslash
-numberwithin{footnote}{chapter}
+colorbox{red}{
 \end_layout
 
 \end_inset
 
-これは、脚注のもう一つの例です
-\series bold
-
-\begin_inset Foot
-status open
+「注意!」
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-これは、
-\series default
-「章番号.脚注番号」スキームで番号を振られた脚注です。
+}
 \end_layout
 
 \end_inset
 
+という単語が赤い背景になっています。
+\end_layout
 
-\series default
-。
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
+ボックスの枠を別の色にしたい場合には、以下の書式で
+\series bold
 
 \backslash
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-arabic{footnote}}
+fcolorbox
+\series default
+コマンドを使います。
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
+\backslash
+fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
 
-\begin_layout Plain Layout
+\series bold
 
+\backslash
+fcolorbox
+\series default
+は
 \series bold
-【註】
+
 \backslash
-numberwithin
+colorbox
 \series default
-は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
-\end_layout
+の拡張です。枠の太さと枠とボックスの中身との余白は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:装飾"
 
 \end_inset
 
+節で述べられているように、それぞれ
+\series bold
 
-\end_layout
-
-\begin_layout Standard
-また、例えば「章番号.
 \backslash
-Roman{footnote}」スキームを得るには、
+fboxrule
+\series default
+と
 \series bold
 
 \backslash
-numberwithin
+fboxsep
 \series default
-の代わりに以下のコマンドを使用してください。
+という長さで調節できます。
+\end_layout
+
+\begin_layout Standard
+以下の例では、
 \end_layout
 
 \begin_layout Standard
@@ -23804,114 +33302,101 @@ numberwithin
 \series bold
 
 \backslash
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-thechapter.
-\backslash
-Roman{footnote}}
+fcolorbox{cyan}{magenta}{
 \end_layout
 
-\begin_layout Subsection
-脚注の配置
-\begin_inset Index idx
+\begin_layout Standard
+というコマンドを使用しています。
+\end_layout
+
+\begin_layout Standard
+これは、枠の太さを1
+\begin_inset space \thinspace{}
+\end_inset
+
+mmに設定した例です。
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-きゃくちゅう@脚注 ! はいち@配置
+
+
+\backslash
+fboxrule 1mm 
+\backslash
+fboxsep 1mm
 \end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{cyan}{magenta}{
 \end_layout
 
-\begin_layout Standard
-同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
-ブルに足して、1.5
-\begin_inset space \thinspace{}
 \end_inset
 
-mmの余白を追加することもできます。
-\end_layout
+これは着色した色付きボックス中の文章です。
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
+}
+\end_layout
 
-\backslash
-let
-\backslash
-myFoot
-\backslash
-footnote
-\begin_inset Newline newline
 \end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-footnote}[1]{
-\backslash
-myFoot{#1
-\backslash
-vspace{1.5mm}}}
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-二段組文書では、脚注は各段底部に表示されます(図
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:標準的脚注配置"
-
+もちろん、色付きボックスの中に色付き文字を入れることもできます
+\begin_inset Newline newline
 \end_inset
 
-)。図
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:ftnright脚注配置"
-
-\end_inset
 
-のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-usepackage{ftnright}
+fcolorbox{cyan}{magenta}{
 \end_layout
 
-\begin_layout Standard
-というコマンドを書いて、LaTeXパッケージ
-\series bold
-ftnright
-\series default
+\end_inset
 
-\begin_inset Index idx
+
+\color yellow
+これは着色した色付きボックス中の色付き文章です。
+\color inherit
+
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
+
+}
 \end_layout
 
 \end_inset
 
-を読み込みます。
-\begin_inset Float figure
-placement !h
-wide false
-sideways false
-status open
 
-\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -23919,26 +33404,35 @@ status collapsed
 
 
 \backslash
-framebox{
+fboxrule 0.4pt 
+\backslash
+fboxsep 3pt
 \end_layout
 
 \end_inset
 
 
-\begin_inset Graphics
-       filename ../clipart/without_fntright.pdf
-       width 100col%
-       scaleBeforeRotation
+\end_layout
 
+\begin_layout Standard
+
+\series bold
+\begin_inset VSpace medskip
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
 \begin_layout Plain Layout
 
-}
+\series bold
+【註】
+\series default
+色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
 \end_layout
 
 \end_inset
@@ -23946,17 +33440,20 @@ status collapsed
 
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset Caption
-
-\begin_layout Plain Layout
+\begin_layout Subsection
+段落の着色
 \begin_inset CommandInset label
 LatexCommand label
-name "fig:標準的脚注配置"
+name "sub:段落の着色"
 
 \end_inset
 
-二段組文書の標準的な脚注配置
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+いろ@色 ! だんらく@段落---
 \end_layout
 
 \end_inset
@@ -23964,19 +33461,33 @@ name "fig:標準的脚注配置"
 
 \end_layout
 
-\end_inset
+\begin_layout Standard
+二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
+\series bold
+
+\backslash
+colorbox
+\series default
+コマンドを
+\end_layout
+
+\begin_layout Standard
 
+\series bold
 
+\backslash
+colorbox{色名}{
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-placement !h
-wide false
-sideways false
-status open
+のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
+\series bold
+}
+\series default
+」を挿入してください。
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -23984,158 +33495,161 @@ status collapsed
 
 
 \backslash
-framebox{
+colorbox{lightgrey}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Graphics
-       filename ../clipart/with_fntright.pdf
-       width 100col%
-       scaleBeforeRotation
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+use_makebox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
 
-\end_inset
+\begin_layout Plain Layout
+これは背景色を付けた文章です。これは背景色を付けた文章です。
+\end_layout
 
+\begin_layout Plain Layout
+\begin_inset VSpace defskip
+\end_inset
 
-\begin_inset ERT
+ここの文章には脚注
+\begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-
-}
+脚注の例
 \end_layout
 
 \end_inset
 
-
+を付けることもできますし、図表を挿入することもできます。
 \end_layout
 
 \begin_layout Plain Layout
-\begin_inset Caption
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:ftnright脚注配置"
+a
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-LaTeXパッケージ
-\series bold
-ftnright
-\series default
-を使用したときの二段組文書の脚注配置
+\begin_layout Plain Layout
+!
 \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
+3
 \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
+<
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-科学的文献に於いては、図
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:後注"
-
+\begin_layout Plain Layout
+b2
+\begin_inset Quotes erd
 \end_inset
 
-のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-こちゅう@後注
+|
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
-\family sans
-文書\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
-モジュール
-\family default
-メニューで
-\family sans
-脚注から後注へ
-\family default
-を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
+\begin_layout Plain Layout
+>
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-theendnotes
-\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 Standard
-というコマンドを挿入してください。
+\begin_layout Plain Layout
+1
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float figure
-wide false
-sideways false
-status open
-
-\begin_layout Plain Layout
-\align center
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-framebox{
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
-\begin_inset Graphics
-       filename ../clipart/endnotes.pdf
-       scaleBeforeRotation
+\begin_layout Plain Layout
+c
+\end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
-}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "fig:後注"
 
-\end_inset
-
-後注 – 注を節ないし章末に別段落として印字します。
+}
 \end_layout
 
 \end_inset
@@ -24143,16 +33657,12 @@ name "fig:後注"
 
 \end_layout
 
-\end_inset
-
-
+\begin_layout Section
+ボックスの伸縮回転
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
-
-後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
+本節で述べられているコマンドを使用するには、文書プリアンブルで
 \end_layout
 
 \begin_layout Standard
@@ -24160,221 +33670,176 @@ name "fig:後注"
 \series bold
 
 \backslash
-renewcommand{
-\backslash
-notesname}{Anmerkungen}
-\end_layout
-
-\begin_layout Standard
-というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace medskip
+@ifundefined{rotatebox}
+\begin_inset Newline newline
 \end_inset
 
-第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:脚注の付番"
 
-\end_inset
+\begin_inset Phantom HPhantom
+status open
 
-節で述べた脚注の付番と同様に、後注の付番も変更することができます。
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-thefootnote
-\series default
-コマンドの代わりに
 \series bold
-
-\backslash
-theendnote
-\series default
-を用いてください。後注番号をリセットするには、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:脚注の付番"
-
+\begin_inset space ~
 \end_inset
 
-節で述べたコマンド
-\series bold
 
-\backslash
-@addtoreset
-\series default
-の、パラメータ
-\series bold
-footnote
-\series default
-を
-\series bold
-endnote
-\series default
-に変えて、使用してください。
 \end_layout
 
-\begin_layout Standard
-後注の印だけを作成するには、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:脚注"
-
 \end_inset
 
-節で説明した
-\series bold
-
-\backslash
-footnotemark
-\series default
-コマンドの代わりに、
-\series bold
-
+{
 \backslash
-endnotemark[番号]
-\series default
-コマンドを使用してください。
+usepackage{graphicx}}{}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
+というコマンドを使用して、
 \series bold
-footmisc
+graphicx
 \series default
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
+LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
 \end_layout
 
 \end_inset
 
+LaTeXパッケージを読み込む必要があります。
+\end_layout
 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "footmisc"
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
+\end_layout
 
 \end_inset
 
-を参照してください。
+
 \end_layout
 
 \begin_layout Standard
-脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
-\begin_inset CommandInset citation
-LatexCommand cite
-key "latexcompanion,latexguide,latexbook"
+\begin_inset Note Greyedout
+status open
 
-\end_inset
+\begin_layout Plain Layout
 
-に載っています。 
-\lang english
-If you are using a
-\lang japanese
 \series bold
-KOMA-Script
+【註】
 \series default
-
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
+フロートは回転伸縮したボックスの中に入れることはできません。
 \end_layout
 
 \end_inset
 
-\lang english
-document class, you can adjust all footnote settings using class-specific
- commands, see
-\lang japanese
-\begin_inset CommandInset citation
-LatexCommand cite
-key "KOMA-Script"
-
-\end_inset
 
-.
 \end_layout
 
-\begin_layout Section
-傍注
+\begin_layout Subsection
+ボックスの回転
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81¡ã\82\85ã\81\86ã\81\97ã\82\83ã\81\8f@注é\87\88 ! ã\81¼ã\81\86ã\81¡ã\82\85ã\81\86\82\8d注
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81\8bã\81\84ã\81¦ã\82\93ã\81\97ã\81\9f\9b\9e転ã\81\97ã\81\9f
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Index idx
+status collapsed
 
-\begin_layout Standard
-LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
-\family sans
-挿入\SpecialChar \menuseparator
-傍注
-\family default
-メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/marginalnote-insert.png
-       scale 85
-       scaleBeforeRotation
+\begin_layout Plain Layout
+かいてん@回転 ! そざいの@素材の---
+\end_layout
 
 \end_inset
 
-で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
+
 \end_layout
 
 \begin_layout Standard
-横にあるのが傍注です
-\begin_inset Marginal
-status open
+何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
+\series bold
 
-\begin_layout Plain Layout
-これは傍注文です。
+\backslash
+rotatebox
+\series default
+コマンドを使用すれば作成することができます。
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
-。
-\end_layout
+\series bold
 
-\begin_layout Standard
-片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
-に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
+\backslash
+rotatebox[回転の原点]{回転角}{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-傍注を内側余白に置くには、傍注の前にTeXコードで
+回転の原点は、
+\series bold
+origin=位置
+\series default
+の形で指定します。位置として指定可能なのは、
+\emph on
+c
+\emph default
+(中央揃え)・
+\emph on
+l
+\emph default
+(左揃え)・
+\emph on
+r
+\emph default
+(右揃え)・
+\emph on
+b
+\emph default
+(下揃え)・
+\emph on
+t
+\emph default
+(上揃え)と、これら五つの適切な組み合わせです。たとえば、
+\emph on
+lt
+\emph default
+と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
+\emph on
+l
+\emph default
+が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
 \end_layout
 
 \begin_layout Standard
-
+以下の例では、「回転した」文章の前にTeXコードで
 \series bold
 
 \backslash
-reversemarginpar
+rotatebox[origin=c]{60}{
+\series default
+というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
+\series bold
+}
+\series default
+でボックスを閉じています。
 \end_layout
 
 \begin_layout Standard
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\82\92æ\9b¸ã\81\8då\8a ã\81\88ã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82ã\81\93ã\81®æ\96°ã\81\97ã\81\84é\85\8dç½®ã\81¯ã\80\81以å¾\8cã\81®ã\81\99ã\81¹ã\81¦ã\81®å\82\8d注ã\81«å¯¾ã\81\97ã\81¦å\8a¹å\8a\9bã\81\8cã\81\82ã\82\8aã\81¾ã\81\99ã\80\82
\81\93ã\82\8cã\81¯ã\80\81
 \begin_inset ERT
 status collapsed
 
@@ -24382,56 +33847,31 @@ status collapsed
 
 
 \backslash
-reversemarginpar 
+rotatebox[origin=c]{60}{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Marginal
-status open
+回転した
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-これは内側余白の傍注です。
-\end_layout
-
-\end_inset
-
-
-\series bold
-
-\begin_inset Newline newline
-\end_inset
-
-
-\series default
-
-\begin_inset Note Greyedout
-status open
 
-\begin_layout Plain Layout
-【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
+}
 \end_layout
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-既定の配置に戻すには、TeXコードで
+ 文章を含む行です。
 \end_layout
 
 \begin_layout Standard
-
-\series bold
-
-\backslash
-normalmarginpar
+ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
 \end_layout
 
 \begin_layout Standard
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\82\92æ\9b¸ã\81\8då\8a ã\81\88ã\81¦ã\81\8fã\81 ã\81\95ã\81\84ã\80\82
\81\93ã\82\8cã\81¯ã\80\81
 \begin_inset ERT
 status collapsed
 
@@ -24439,104 +33879,111 @@ status collapsed
 
 
 \backslash
-normalmarginpar 
+rotatebox[origin=r]{-60}{
 \end_layout
 
 \end_inset
 
-\begin_inset Note Greyedout
-status open
 
-\begin_layout Plain Layout
+\begin_inset Box Doublebox
+position "c"
+hor_pos "c"
+has_inner_box 0
+inner_pos "c"
+use_parbox 0
+use_makebox 0
+width "1in"
+special "width"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\series bold
-【註】
-\backslash
-reversemarginpar
-\series default
-コマンドが既に挿入されている段落内では、このコマンドは無視されます。
+\begin_layout Plain Layout
+回転した
 \end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-
-\begin_inset Marginal
-status open
+枠付き文章と
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
+
+
+\backslash
+rotatebox[origin=lb]{60}{
 \end_layout
 
 \end_inset
 
-第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:複数行"
 
+\begin_inset Formula $\int A\,\mathrm{d}x=B$
 \end_inset
 
-節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
-\begin_inset space \thinspace{}
-\end_inset
 
-pt水平空白を挿入してください 
-\begin_inset Marginal
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset space \hspace*{}
-\length 0pt
-\end_inset
 
-AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
+}
 \end_layout
 
 \end_inset
 
-。
+数式を含む行です
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-
+あるいは、以下のように図や表を入れることもできます。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+これは、
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-通常、傍注は表やフロート、脚注の中では使用することができません。
+
+\backslash
+rotatebox[origin=lb]{90}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Graphics
+       filename ../clipart/platypus.eps
+       lyxscale 50
+       width 25col%
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+回転した画像と
 \begin_inset ERT
 status collapsed
 
@@ -24544,140 +33991,133 @@ status collapsed
 
 
 \backslash
-ifmarginnote
+rotatebox[origin=l]{-90}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Note
-status open
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-以下の部分は、LaTeXパッケージ
-\series bold
-marginnote
-\series default
-が導入されているときのみ表示されます。
+q
 \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
+w
 \end_layout
 
-\begin_layout Standard
-この制約は、LaTeXパッケージ
-\series bold
-marginnote
-\series default
-
-\begin_inset Index idx
-status collapsed
+\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
-LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
+e
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
-\series bold
-marginnote
-\series default
-パッケージが提供するコマンドを使うようになります。
+\begin_layout Plain Layout
+r
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\backslash
-usepackage{marginnote}
-\begin_inset Newline newline
 \end_inset
 
 
-\backslash
-let
-\backslash
-marginpar
-\backslash
-marginnote
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
-marginnote
-\series default
-には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
-\series bold
-marginnote
-\series default
-を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
-望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
+}
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
-[オフセット]
-\end_layout
+表を含む行です。
+\begin_inset Index idx
+status collapsed
 
-\begin_layout Standard
-という形で書くことで設定することができます。ここで「オフセット」には、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:単位"
+\begin_layout Plain Layout
+ず@図 ! のかいてん@---の回転
+\end_layout
 
 \end_inset
 
-に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
-\series bold
-[-1.5cm]
-\series default
-」を使用して、1.5
-\begin_inset space \thinspace{}
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+ひょうのちょうせい@表の調整 ! かいてん@回転
+\end_layout
+
 \end_inset
 
-cm上にずらしてあります
-\begin_inset Marginal
-status open
+
+\end_layout
+
+\begin_layout Subsection
+ボックスの伸縮
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
-この傍注は、本来の位置よりも1.5
-\begin_inset space \thinspace{}
-\end_inset
-
-cm上にずらしてあります。
+ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-[-1.5cm]
+しんしゅく@伸縮 ! そざいの@素材の---
 \end_layout
 
 \end_inset
 
-。
+
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
-
+素材を伸縮させるには、TeXコードで
+\series bold
 
+\backslash
+scalebox
+\series default
+コマンドと
 \series bold
-marginnote
+
+\backslash
+resizebox
 \series default
\82\92使ã\81\86ã\81¨ã\80\81å\82\8d注ã\81®æ\8f\83ã\81\88ã\82\92å¤\89æ\9b´ã\81\99ã\82\8bã\81\93ã\81¨ã\82\82ã\81§ã\81\8dã\81¾ã\81\99ã\80\82ã\81\9fã\81¨ã\81\88ã\81°ã\80\81
\82³ã\83\9eã\83³ã\83\89ã\81\8c使ã\81\88ã\81¾ã\81\99ã\80\82
 \end_layout
 
 \begin_layout Standard
@@ -24685,31 +34125,31 @@ marginnote
 \series bold
 
 \backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-centering}
-\begin_inset Newline newline
-\end_inset
+scalebox
+\series default
+は以下の書式で使用します。
+\end_layout
 
+\begin_layout Standard
+
+\series bold
 
 \backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-centering}
+scalebox{水平方向}[垂直方向]{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
-というコマンドを使うと、中央揃えになります。
+水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
+\end_layout
+
+\begin_layout Standard
+たとえば、
 \series bold
 
 \backslash
-raggedleftmarginnote
+scalebox{2}{こんにちは}
 \series default
\81¨ã\81¯ã\80\81å·¦å\81´ã\81«è¡¨ç¤ºã\81\95ã\82\8cã\81¦ã\81\84ã\82\8bå\82\8d注ã\81®ã\81\93ã\81¨ã\82\92æ\8c\87ã\81\97ã\81¾ã\81\99
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\81¯ã\80\81æ\96\87æ\9b¸ã\81®æ\9c¬æ\96\87ã\81®å¤§ã\81\8dã\81\95ã\81«æ¯\94ã\81\97ã\81¦2å\80\8dã\81«å¼\95ã\81\8d延ã\81°ã\81\95ã\82\8cã\81\9f
 \begin_inset ERT
 status collapsed
 
@@ -24717,61 +34157,33 @@ status collapsed
 
 
 \backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-centering}
-\end_layout
-
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-centering}
+scalebox{2}{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Marginal
-status open
+こんにちは
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-この傍注の文章は中央揃えになっています。
+
+}
 \end_layout
 
 \end_inset
 
\80\82æ\97¢å®\9aã\81®è¨­å®\9aã\81¯ã\80\81
\82\92ç\94\9fæ\88\90ã\81\97ã\81¾ã\81\99ã\80\82
 \end_layout
 
 \begin_layout Standard
-
+これに対し、
 \series bold
 
 \backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-raggedleft}
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-raggedright}
+scalebox{2}[1]{こんにちは}
 \series default
-
+は、
 \begin_inset ERT
 status collapsed
 
@@ -24779,64 +34191,57 @@ status collapsed
 
 
 \backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-raggedleft}
+scalebox{2}[1]{
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
+こんにちは
+\begin_inset ERT
+status collapsed
 
-\backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-raggedright}
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
-
+を変形させます。
 \end_layout
 
 \begin_layout Standard
-です。
-\end_layout
+伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
+\series bold
 
-\begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
+\backslash
+scalebox{-1}[1]{こんにちは}
+\series default
+というコマンドは、右のように反転文字を生成するのに使用できます:
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\series bold
-marginnote
-\series default
-の他の機能については、
-\begin_inset CommandInset citation
-LatexCommand cite
-key "marginnote"
+
+\backslash
+scalebox{-1}[1]{
+\end_layout
 
 \end_inset
 
-の取扱説明書をご参照ください。
+こんにちは
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
-\family sans
-\series bold
-\bar under
-注意!
-\family default
-\series default
-\bar default
-」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
+
 \end_layout
 
 \begin_layout Standard
@@ -24844,169 +34249,178 @@ key "marginnote"
 \series bold
 
 \backslash
-let
-\backslash
-myMarginpar
-\backslash
-marginpar
-\begin_inset Newline newline
-\end_inset
+scalebox{1}[-1]{こんにちは}
+\series default
+とすると
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
 \backslash
-renewcommand{
-\backslash
-marginpar}[1]{
-\backslash
-myMarginpar{%
-\begin_inset Newline newline
-\end_inset
+scalebox{1}[-1]{
+\end_layout
 
+\end_inset
 
-\begin_inset Phantom HPhantom
-status open
+こんにちは
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-\begin_inset space ~
-\end_inset
+}
+\end_layout
 
+\end_inset
 
+のようにベースラインで鏡像にします。
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
 \backslash
-hspace{0pt}
-\backslash
-textsf{
-\backslash
-textbf{
-\backslash
-underbar{注意!}}}%
+scalebox{-1}[1]{ボックスの内容}
+\series default
+と同じ働きをするものとして
 \begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Phantom HPhantom
-status open
+\series bold
 
-\begin_layout Plain Layout
+\backslash
+reflectbox{ボックスの内容}
+\series default
 
-\series bold
-\begin_inset space ~
+\begin_inset Newline newline
 \end_inset
 
-
+というコマンドがあります。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
+指定した幅や丈にボックスを伸縮させるには、
+\series bold
 
 \backslash
-vspace{1.5mm}
-\backslash
-
-\backslash
-#1}}
+resizebox
+\series default
+を使用します。このコマンドの書式は
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
+\series bold
 
 \backslash
-let
-\backslash
-myMarginpar
-\backslash
-marginpar
+resizebox{幅}{丈}{ボックスの内容}
 \end_layout
 
-\begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-marginpar}[1]{
-\backslash
-myMarginpar{%
+\begin_layout Standard
+です。上記二つのコマンド引数のうち一つが感嘆符「
+\series bold
+!
+\series default
+」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+
+\series bold
 
-   
-\backslash
-textsf{
-\backslash
-textbf{
 \backslash
-underbar{注意!}}}%
-\end_layout
+resizebox{2cm}{1cm}{こんにちは}
+\series default
+というコマンドの出力は、
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-   
-\backslash
-vspace{1.5mm}
-\backslash
 
 \backslash
-#1}}
+resizebox{2cm}{1cm}{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Marginal
-status open
+こんにちは
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-これは、定義したヘッダをつけた傍注です。
+
+}
 \end_layout
 
 \end_inset
 
+となり、
+\begin_inset Newline newline
+\end_inset
+
 
+\series bold
+
+\backslash
+resizebox{2cm}{!}{こんにちは}
+\series default
+というコマンドの出力は、
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-[-1.5cm]
+
+\backslash
+resizebox{2cm}{!}{
 \end_layout
 
 \end_inset
 
-
+こんにちは
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
+}
+\end_layout
 
-\backslash
-renewcommand{
-\backslash
-marginpar}[1]{
-\backslash
-myMarginpar{#1}}
+\end_inset
+
+となります。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
-\begin_inset Note Note
+\begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
-傍注書式は、この例の分だけ変更してあります。
+
+\series bold
+【註】
+\backslash
+scalebox
+\series default
+や
+\series bold
+
+\backslash
+resizebox
+\series default
+の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
 \end_layout
 
 \end_inset
@@ -25015,44 +34429,36 @@ status open
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+\begin_inset VSpace bigskip
+\end_inset
 
 
-\backslash
-else
 \end_layout
 
+\begin_layout Standard
+ボックスは好きな順序で組み合わせることができます。たとえば、
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-以下の部分は、LaTeXパッケージ
 \series bold
-marginnote
-\series default
-が導入されていないときのみ表示されます。
-\end_layout
 
+\backslash
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{こんにちは}}}
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-本節の以下の部分を出力に表示するには、LaTeXパッケージ
-\series bold
-marginnote
 \series default
\82\92å°\8eå\85¥ã\81\99ã\82\8bå¿\85è¦\81ã\81\8cã\81\82ã\82\8aã\81¾ã\81\99ã\80\82
\81¨ã\81\84ã\81\86ã\82³ã\83\9eã\83³ã\83\89ã\81¯ã\80\81
 \end_layout
 
 \begin_layout Standard
+\align center
 \begin_inset ERT
 status collapsed
 
@@ -25060,25 +34466,22 @@ status collapsed
 
 
 \backslash
-fi
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
 \end_layout
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Chapter
-ボックス
-\end_layout
-
-\begin_layout Section
-はじめに
-\begin_inset Index idx
+こんにちは
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! はじめに
+
+}}}
 \end_layout
 
 \end_inset
@@ -25087,184 +34490,154 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ミニページ"
+\noindent
+という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
+\end_layout
 
-\end_inset
+\begin_layout Standard
+\align center
+\begin_inset ERT
+status collapsed
 
-節参照)、文章を囲ったり(第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:装飾"
+\begin_layout Plain Layout
 
-\end_inset
 
-節参照)、単語がハイフネートされるのを予防したり(第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ハイフネーションの回避"
+\backslash
+rotatebox[origin=c]{-30}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
+\end_layout
 
 \end_inset
 
-節参照)、文章を揃えたり(第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:垂直揃え"
+
+\begin_inset Graphics
+       filename ../clipart/platypus.eps
+       lyxscale 50
+       width 25col%
 
 \end_inset
 
-節参照)、あるいは文章の背景色を設定したり(第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:色付きボックス"
 
-\end_inset
+\begin_inset ERT
+status collapsed
 
-節参照)するのに使用します。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-ボックスは、
-\family sans
-挿入\SpecialChar \menuseparator
-ボックス
-\family default
-メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/box-insert.png
-       scale 85
-       scaleBeforeRotation
+}}}
+\end_layout
 
 \end_inset
 
-を使って挿入することができます。すると、
-\begin_inset Graphics
-       filename ../clipart/BoxInsetDefaultQt4.png
-       scale 85
-       scaleBeforeRotation
 
-\end_inset
+\begin_inset ERT
+status collapsed
 
-のように
-\family sans
-ボックス(minipage環境)
-\family default
-というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
-\family sans
-設定
-\family default
-メニューを選択すると現れるボックスダイアログでは、
-\family sans
-parboxコマンド
-\family default
-と
-\family sans
-minipage環境
-\family default
-の二つの
-\family sans
-内部ボックス
-\family default
-型を選択することができます。
-\family sans
-minipage
-\family default
-型は、新規ボックスの既定値となっており、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ミニページ"
+\begin_layout Plain Layout
+
+
+\backslash
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
+\end_layout
 
 \end_inset
 
-節で説明します。
-\family sans
-parbox
-\family default
-型については第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:Parboxes"
 
-\end_inset
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-節、
-\family sans
-makebox
-\family default
-型については第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ハイフネーションの回避"
+\begin_layout Plain Layout
+q
+\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
+w
 \end_layout
 
-\begin_layout Standard
-ボックスは付番されないので、フロートや脚注のように参照することはできません。
+\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
+e
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\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
-【註】ボックスは、
-\family sans
-箇条書き(記号)
-\family default
-環境や
-\family sans
-箇条書き(記述)
-\family default
-環境の単独要素とすべきではありません。
+r
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
+}}}
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-【註】理由は不明ですが、枠付きボックスを使用している場合には、
-\family sans
-内部ボックス
-\family default
-型は
-\family sans
-なし
-\family default
-にしか設定することができません。
-\family sans
-内部ボックス
-\family default
-型や枠のないボックスについては、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:ハイフネーションの回避"
 
-\end_inset
 
-節で説明します。
+\backslash
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Formula $\int A\,\mathrm{d}x=B$
+\end_inset
 
-\begin_layout Section
-ボックスダイアログ
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:ボックスダイアログ"
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}}}
+\end_layout
 
 \end_inset
 
@@ -25273,21 +34646,17 @@ name "sec:ボックスダイアログ"
 status collapsed
 
 \begin_layout Plain Layout
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81¼ã\81£ã\81\8fã\81\99ã\81 ã\81\84ã\81\82ã\82\8dã\81\90\83\9cã\83\83ã\82¯ã\82¹ã\83\80ã\82¤ã\82¢ã\83­ã\82°
\81\9a\9b³ ! ã\81®ã\81\97ã\82\93ã\81\97ã\82\85ã\81\8f@---ã\81®ä¼¸ç¸®
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Subsection
-寸法
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81\99ã\82\93ã\81½ã\81\86@寸æ³\95
\81²ã\82\87ã\81\86ã\81®ã\81¡ã\82\87ã\81\86ã\81\9bã\81\84@表ã\81®èª¿æ\95´ ! ã\81\97ã\82\93ã\81\97ã\82\85ã\81\8f@伸縮
 \end_layout
 
 \end_inset
@@ -25296,91 +34665,69 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-ボックスダイアログでは、
-\family sans
-幅
-\family default
-と
-\family sans
-高さ
-\family default
-の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:単位"
+文書で大域的に数式様式
+\series bold
+fleqn
+\series default
+を使用している場合
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+つまり、文書クラスオプションに「fleqn」を書き加えた場合。
+\end_layout
 
 \end_inset
 
-に説明されています。
-\family sans
-高さ
-\family default
-フィールドには、加えて以下の寸法を使用することができます。
+には、別行建て数式も伸縮させることができます。
 \end_layout
 
-\begin_layout Description
-階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
-\begin_inset Newline newline
-\end_inset
+\begin_layout Chapter
 
+\lang english
+Objects Surrounded by Text
+\begin_inset Index idx
+status collapsed
 
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
+\lang english
+Surrounded by text
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "depth"
-status open
-
-\begin_layout Plain Layout
-\align center
-高さを1階層に設定したボックス
 \end_layout
 
+\begin_layout Section
+折返しフロート
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:折返しフロート"
+
 \end_inset
 
 
-\begin_inset Newline newline
-\end_inset
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+ふろーと@フロート ! おりかえしふろーと@折返しフロート
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
+\lang english
 
-\begin_layout Description
-高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "2in"
-height_special "height"
-status open
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
-\align center
-高さを2高さに設定したボックス
+
+\lang english
+Surrounded by text ! Wrap Floats
 \end_layout
 
 \end_inset
@@ -25388,49 +34735,37 @@ status open
 
 \end_layout
 
-\begin_layout Description
-全高 これは「高さ」+「階層」です。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_layout Standard
+\begin_inset Wrap figure
+lines 0
+placement l
+overhang 1cm
+width "40col%"
 status open
 
 \begin_layout Plain Layout
-\align center
-高さを1全高に設定したボックス
-\end_layout
+\begin_inset Graphics
+       filename ../clipart/mobius.eps
+       width 40col%
+       scaleBeforeRotation
+       rotateOrigin center
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Description
-幅 これはボックスの幅を高さに設定します。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "width"
-status open
+\begin_layout Plain Layout
+\begin_inset Caption
 
 \begin_layout Plain Layout
-\align center
-高さを1幅に設定したボックス
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:折返し図フロート"
+
+\end_inset
+
+これは折返し図フロートです。
 \end_layout
 
 \end_inset
@@ -25438,113 +34773,164 @@ status open
 
 \end_layout
 
-\begin_layout Subsection
-文字揃え
+\end_inset
+
+このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
+\series bold
+wrapfig
+\series default
+
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! もじそろえ@文字揃え
+LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
 \end_layout
 
 \end_inset
 
+を導入済みであれば、
+\family sans
+挿入\SpecialChar \menuseparator
+フロート\SpecialChar \menuseparator
+折返し図フロート
+\family default
+・
+\family sans
+折返し表フロート
+\family default
+メニューで挿入することができます
+\begin_inset Foot
+status collapsed
 
+\begin_layout Plain Layout
+LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
+。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
 \family sans
-内部ボックス
+配置
 \family default
-を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
-\end_layout
+と
+\family sans
+幅
+\family default
+です。非必須項目として、
+\family sans
+ぶら下げ
+\family default
+と
+\family sans
+行幅
+\family default
+があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
+行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
+にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:折返し図フロート"
 
-\begin_layout Description
-上 これは例示のための本文行です。
-\begin_inset Box Boxed
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\end_inset
+
+図は、40
+\begin_inset space \thinspace{}
+\end_inset
+
+列幅%の幅と1
+\begin_inset space \thinspace{}
+\end_inset
+
+cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
+\begin_inset Foot
+status collapsed
 
 \begin_layout Plain Layout
-\align center
-このボックスは上揃えです。
+使うことのできる単位は付録
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:LyXで使用できる単位"
+
+\end_inset
+
+に収録してあります。
 \end_layout
 
 \end_inset
 
\81\93ã\82\8cã\81¯ä¾\8b示ã\81®ã\81\9fã\82\81ã\81®æ\9c¬æ\96\87è¡\8cã\81§ã\81\99ã\80\82
+。
 \end_layout
 
-\begin_layout Description
-中央 これは例示のための本文行です。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_layout Standard
+\begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
-\align center
-このボックスは中央揃えです。
+
+\series bold
+【註】
+\series default
+折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
+上書きされて出力されたりします。
 \end_layout
 
 \end_inset
 
-これは例示のための本文行です。
+
 \end_layout
 
-\begin_layout Description
-下 これは例示のための本文行です。
-\begin_inset Box Boxed
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\begin_layout Standard
+原則として、
+\end_layout
 
-\begin_layout Plain Layout
-\align center
\81\93ã\81®ã\83\9cã\83\83ã\82¯ã\82¹ã\81¯ä¸\8bæ\8f\83ã\81\88ã\81§ã\81\99
+\begin_layout Itemize
+折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
\81\86ã\81«ã\81ªã\81£ã\81¦ã\81\8bã\82\89ã\80\81正確ã\81ªä½\8dç½®ã\81«æ\8c¿å\85¥ã\81\97ã\81ªã\81\8fã\81¦ã\81¯ã\81ªã\82\8aã\81¾ã\81\9bã\82\93
 \end_layout
 
+\begin_layout Itemize
+折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
+\end_layout
+
+\begin_layout Itemize
+折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
+\end_layout
+
+\begin_layout Itemize
+折返しフロートは、節見出しや表中に入れることは認められていません。
+\end_layout
+
+\begin_layout Itemize
+
+\lang english
+Their numbering and referencing works as described in chap.
+\lang japanese
+
+\begin_inset space \thinspace{}
 \end_inset
 
-これは例示のための本文行です。
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "chap:フロート"
+
+\end_inset
+
+.
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\begin_layout Section
+
+\lang english
+Surrounded Fixed Objects
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
+\lang english
+Surrounded by text ! Fixed objects
 \end_layout
 
 \end_inset
@@ -25553,174 +34939,157 @@ status open
 \end_layout
 
 \begin_layout Standard
-ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
-\end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\lang english
+The wrap floats described in sec.
+\lang japanese
+
+\begin_inset space \thinspace{}
 \end_inset
 
 
-\family sans
-内部ボックス
-\family default
-を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:折返しフロート"
+
+\end_inset
+
+\lang english
+have these positions in the paragraph:
 \end_layout
 
-\begin_layout Description
-上 これは例示のための本文行です。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
-status open
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-このボックスの文章は上揃えです。
-\end_layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
 \end_inset
 
-これは例示のための本文行です。
+
 \end_layout
 
-\begin_layout Description
-中央 これは例示のための本文行です。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-このボックスの文章は中央揃えです。
+
+\lang english
+text
 \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
+
+\lang english
+text
 \end_layout
 
-\begin_layout Description
-下 これは例示のための本文行です。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "b"
-use_parbox 0
-use_makebox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-このボックスの文章は下揃えです。
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-これは例示のための本文行です。
-\end_layout
+\end_inset
 
-\begin_layout Description
-広げる これは例示のための本文行です。
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "s"
-use_parbox 0
-use_makebox 0
-width "17col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
-status open
+ or 
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-このボックスの
-\end_layout
 
-\begin_layout Plain Layout
-\align center
-文章は広げて
+\lang english
+text
 \end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
 \begin_layout Plain Layout
-\align center
-あります。
-\end_layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
 \end_inset
 
-これは例示のための本文行です。
-\end_layout
 
-\begin_layout Standard
-ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\family sans
-内部ボックス
-\family default
-を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "s"
-use_parbox 0
-use_makebox 0
-width "25col%"
-special "none"
-height "1.25in"
-height_special "totalheight"
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align left
-このボックスの
-\end_layout
 
-\begin_layout Plain Layout
-\align center
-文章は広げて
+\lang english
+text
 \end_layout
 
-\begin_layout Plain Layout
-\align right
-あります。
-\end_layout
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
@@ -25729,380 +35098,322 @@ status open
 
 \begin_layout Standard
 
-\family sans
-内部ボックス
-\family default
-を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
+\lang english
+To get an object exactly at the position where it is inserted, for example
+ to get one of these positions:
+\begin_inset VSpace defskip
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
+\noindent
 \align center
-\begin_inset Box Boxed
-position "c"
-hor_pos "s"
-has_inner_box 0
-inner_pos "s"
-use_parbox 0
-use_makebox 0
-width "90col%"
-special "none"
-height "1.25in"
-height_special "totalheight"
-status open
+
+\lang english
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-このボックスの文章は水平方向に広げてあります。
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+text
 \end_layout
 
-\begin_layout Subsection
-装飾
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:装飾"
-
 \end_inset
-
-
-\begin_inset Index idx
-status collapsed
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! そうしょく@装飾
-\end_layout
-
-\end_inset
 
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
-\end_layout
+\end_inset
 
-\begin_layout Standard
-ボックス型は、ボックスダイアログ中の
-\family sans
-装飾
-\family default
-ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
-\end_layout
 
-\begin_layout Description
-縁なし 枠を描きません。
 \end_layout
 
-\begin_layout Description
-簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
-\series bold
-
-\backslash
-fboxrule
-\series default
-の値になります。 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-長方形の箱型
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-
-\end_layout
-
-\begin_layout Description
-楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
-\begin_inset space \thinspace{}
 \end_inset
 
-ptです。 
-\begin_inset Box ovalbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-楕円形の箱型(細線)
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+text
 \end_layout
 
-\begin_layout Description
-楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
-\begin_inset space \thinspace{}
 \end_inset
-
-ptです。 
-\begin_inset Box Ovalbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-楕円形の箱型(太線)
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\end_layout
-
-\begin_layout Description
-影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
-\series bold
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
-\backslash
-fboxrule
-\series default
-の値になり、影の幅は4
-\begin_inset space \thinspace{}
 \end_inset
 
-ptになります。
-\begin_inset Box Shadowbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
 
-\begin_layout Plain Layout
-\align center
-影付きの箱型
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\end_layout
-
-\begin_layout Description
-影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
-\begin_inset Foot
-status collapsed
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:色付きボックス"
-
-\end_inset
 
-節を参照のこと。
+\lang english
+text
 \end_layout
 
 \end_inset
-
-、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
-\begin_inset Box Shaded
-position "t"
-hor_pos "c"
-has_inner_box 0
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "50col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-影付き背景の箱型
-\end_layout
+
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Description
-二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\series bold
+\lang english
+text
+\end_layout
 
-\backslash
-fboxrule
-\series default
-であり、外側の枠線の太さは1.5
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\series bold
+\lang english
+text
+\end_layout
 
-\backslash
-fboxrule
-\series default
-です。枠線間の距離は1.5
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\series bold
-
-\backslash
-fboxrule
-\series default
+\lang english
+text
+\end_layout
 
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
 
-+
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-0.5
-\begin_inset space \thinspace{}
 \end_inset
 
-ptです。 
-\begin_inset Box Doublebox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\align center
-二重の長方形の箱型
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
-
-LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
-\series bold
-fancybox
-\series default
-
-\begin_inset Index idx
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
+
+\lang english
+text
 \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
+
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
-装飾として
-\family sans
-簡素な長方形の箱型
-\family default
-を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
-れ、このボックス型では
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-fboxrule
-\series default
-と
-\series bold
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
-\backslash
-fboxsep
-\series default
-は無効となります。枠線の太さは
-\series bold
+\end_inset
 
-\backslash
-FrameRule
-\series default
-の値になります。 
-\begin_inset Box Framed
-position "t"
-hor_pos "c"
-has_inner_box 0
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
 
-\begin_layout Plain Layout
-改行可能な箱型
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+text
 \end_layout
 
-\begin_layout Section
-ボックスの詳細な設定
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
-\end_layout
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
@@ -26110,324 +35421,342 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-寸法
-\series bold
+\noindent
+\align center
 
-\backslash
-fboxrule
-\series default
-の既定値は0.4
-\begin_inset space \thinspace{}
-\end_inset
+\lang english
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
 
-ptに変更することができます。
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-setlength{
-\backslash
-fboxrule}{2pt}
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
-\backslash
-setlength{
-\backslash
-fboxrule}{2pt}
-\end_layout
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
 \end_inset
 
 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\end_layout
 
-\begin_layout Plain Layout
-\align center
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-fboxrule
-\series default
+\lang english
+text
+\end_layout
 
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-=
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
 
-2
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-ptの長方形の箱型
+\begin_layout Plain Layout
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\begin_inset ERT
-status collapsed
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" 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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
-\backslash
-setlength{
-\backslash
-fboxrule}{0.4pt}
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-枠とボックスの内容との空白は、すべての枠様式について3
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-ptが既定値になっています。これは、長さ
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-fboxsep
-\series default
-を別の値に設定することによって変更することができます。たとえば
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-setlength{
-\backslash
-fboxsep}{10pt}
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-というコマンドは、この値を10
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-ptにし、以下のボックスのようになります。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-setlength{
-\backslash
-fboxsep}{10pt}
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\lang english
+text
+\end_layout
 
-\begin_layout Plain Layout
-\align center
+\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
-fboxsep
-\series default
+\lang english
+text
+\end_layout
 
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
-=
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
+
+\lang english
+text
+\end_layout
 
-10
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-ptの長方形の箱型
+\begin_layout Plain Layout
+
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\begin_inset ERT
-status collapsed
+\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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
-\backslash
-setlength{
-\backslash
-fboxsep}{3pt}
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-楕円形ボックスの丸い角の直径は、コマンド
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-cornersize
-\series default
-で設定することができます。
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-cornersize*{1cm}
-\end_layout
+\lang english
+\begin_inset Graphics
+       filename ../../images/dialog-show-new-inset_graphics.png
+       scale 70
+       scaleBeforeRotation
 
-\begin_layout Standard
-というコマンドは、直径を1
-\begin_inset space \thinspace{}
 \end_inset
 
-cmに設定します。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
 
-\backslash
-cornersize{数値}
 \end_layout
 
-\begin_layout Standard
-というコマンドは、直径を
-\family sans
-数値
-\begin_inset space \thinspace{}
-\end_inset
-
-\begin_inset space \thinspace{}
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-(ボックスの幅と高さの小さい方)
-\family default
-に設定します。既定値は
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-cornersize{0.5}
-\series default
-です。
+\lang english
+text
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
-\backslash
-cornersize*{1.5cm}
+\lang english
+text
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\begin_inset Box Ovalbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
 
-\begin_layout Plain Layout
-\align center
+\end_layout
 
-\series bold
+\begin_layout Standard
+\noindent
 
-\backslash
-cornersize
+\lang english
+you can use the LaTeX-package
+\lang japanese
+\series bold
+picinpar
 \series default
 
-\begin_inset space \thinspace{}
-\end_inset
+\begin_inset Index idx
+status collapsed
 
-=
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
+\end_layout
 
-1.5
-\begin_inset space \thinspace{}
 \end_inset
 
-cmの楕円形の箱型
+.
+\lang english
+Here is an example
+\lang japanese
+:
 \end_layout
 
-\end_inset
-
-
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -26435,43 +35764,26 @@ status collapsed
 
 
 \backslash
-cornersize{0.5}
+ifpicinpar
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
+\begin_inset Note Note
+status open
 
-影の大きさは、長さ
+\begin_layout Plain Layout
+以下の部分は、LaTeXパッケージ
 \series bold
-
-\backslash
-shadowsize
+picinpar
 \series default
-を変更することで調整できます。以下のボックスでは
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-setlength{
-\backslash
-shadowsize}{2pt}
+が導入されているときのみ表示されます。
 \end_layout
 
-\begin_layout Standard
-というコマンドを使って、2
-\begin_inset space \thinspace{}
 \end_inset
 
-ptに設定しています。
+
 \end_layout
 
 \begin_layout Standard
@@ -26482,53 +35794,46 @@ status collapsed
 
 
 \backslash
-setlength{
-\backslash
-shadowsize}{2pt}
+begin{window}[2,c,{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Box Shadowbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\begin_inset Graphics
+       filename ../clipart/mobius.eps
+       lyxscale 60
+       width 40col%
+       scaleBeforeRotation
+       rotateOrigin center
 
-\begin_layout Plain Layout
-\align center
+\end_inset
 
-\series bold
 
-\backslash
-shadowsize
-\series default
+\begin_inset ERT
+status collapsed
 
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
 
-=
-\begin_inset space \thinspace{}
-\end_inset
+},]
+\end_layout
 
-2
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
 
-ptの影付きボックス
+{}
 \end_layout
 
 \end_inset
 
 
+\size small
+\lang english
+It was in the spring of the year 1894 that all London was interested, and
+ the fashionable world dismayed, by the murder of the Honourable Ronald
+ Adair under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which
+\size default
+
 \begin_inset ERT
 status collapsed
 
@@ -26536,249 +35841,220 @@ status collapsed
 
 
 \backslash
-setlength{
-\backslash
-shadowsize}{4pt}
+footnotemark{}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
+\size small
+ came out in the police investigation, but a good deal was suppressed upon
+ that occasion, since the case for the prosecution was so overwhelmingly
+ strong that it was not necessary to bring forward all the facts.
+ Only now, at the end of nearly ten years, am I allowed to supply those
+ missing links which make up the whole of that remarkable chain
+\lang japanese
+.
+\size default
 
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-寸法
-\series bold
 
 \backslash
-FrameRule
-\series default
-の既定値は0.4
-\begin_inset space \thinspace{}
-\end_inset
+end{window}
+\end_layout
 
-ptです。ボックスの中身と枠の間の空白の既定値は9
-\begin_inset space \thinspace{}
 \end_inset
 
-ptですが、
-\series bold
 
-\backslash
-FrameSep
-\series default
-の値を変えることで変更することができます。たとえば、下記の
-\family sans
-ボックス
-\family default
-の枠の外見は、
 \end_layout
 
 \begin_layout Standard
 
-\series bold
+\lang english
+\begin_inset ERT
+status collapsed
 
-\backslash
-setlength{
-\backslash
-FrameRule}{5pt}
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
 
 \backslash
-setlength{
-\backslash
-FrameSep}{0.5cm}
+footnotetext{
 \end_layout
 
-\begin_layout Standard
-というTeXコードコマンドで設定してあります。
+\end_inset
+
+Footnote of the paragraph with the fixed object.
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-setlength{
-\backslash
-FrameRule}{5pt}
+}
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-setlength{
-\backslash
-FrameSep}{0.5cm}
 \end_layout
 
-\end_inset
-
-
-\begin_inset Box Framed
-position "t"
-hor_pos "c"
-has_inner_box 0
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\begin_layout Standard
 
-\begin_layout Plain Layout
-これは
-\family sans
-改頁可能
-\family default
-ボックスの文章です。
+\lang english
+Surrounded fixed objects are used to let text float around them, at which
+ the object's position in the paragraph can be determined by the number
+ of lines above it.
+ In contrary to floats is it not possible to have a numbered caption.
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
 
-\begin_inset ERT
-status collapsed
+\lang english
+A fixed object is inserted by adding the command
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\series bold
 
 \backslash
-setlength{
-\backslash
-FrameRule}{0.4pt}
+begin{window}[2,c,{
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
 
+\lang english
+as TeX Code at the beginning of the paragraph.
+ The first parameter in the bracket, here '2', defines the number of lines
+ above the object, the second, here 'c', the position of the object.
+ The positions 'l', 'c' and 'r' (for left, center, right) are possible.
+ Behind the command you insert the object.
+ In this example an image with a width of 40
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-setlength{
-\backslash
-FrameSep}{9pt}
+% of the text column width was inserted.
+ The object can also be a table, a box or an equation.
+ Behind the object the command
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
+},description text]
+\begin_inset Newline newline
+\end_inset
 
+{}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+
+\lang english
+is inserted.
+ Note that the 
+\begin_inset Quotes eld
 \end_inset
 
 
+\series bold
+{}
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ is in the second line.
+ The description text is optional.
+ The text surrounding the object must be in the same paragraph as the object,
+ so it must begin directly after the 
+\series bold
+{}
+\series default
+.
+ At the end of the paragraph insert the command:
 \end_layout
 
 \begin_layout Standard
 
-\family sans
-影付き背景
-\family default
-ボックスでは、ボックスの内容と枠の余白の既定値は3
-\begin_inset space \thinspace{}
-\end_inset
-
-ptになっていますが、
 \series bold
 
 \backslash
-fboxsep
-\series default
-の値を変更することで変えられます。既定の背景色である赤色は、
+end{window}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Within a paragraph with a fixed object, you cannot insert footnotes in the
+ normal way.
+ You have to use instead the command 
 \series bold
 
 \backslash
-definecolor{shadebox}
+footnotemark
 \series default
-コマンドで局所的に変更することもできますし、
-\family sans
-ツール\SpecialChar \menuseparator
-設定\SpecialChar \menuseparator
-色\SpecialChar \menuseparator
-影付きボックス
-\family default
-メニューからグローバルに変更することもできます。
+ inside the paragraph and outside the command 
 \series bold
 
 \backslash
-definecolor
+footnotetext
 \series default
-コマンドの用法は第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:色付きの表"
+ as described in sec.
+\lang japanese
 
+\begin_inset space \thinspace{}
 \end_inset
 
-節
-\begin_inset Foot
-status open
-
-\begin_layout Plain Layout
-N
-\series bold
 
-\backslash
-definecolor
-\series default
-は、LaTeXパッケージの
-\series bold
-color
-\series default
-をプリアンブルに読み込む必要があります。第
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "sec:色付きボックス"
-
-\end_inset
-
-節をご参照ください。.
-\end_layout
+reference "sec:脚注"
 
 \end_inset
 
-で説明されています。
+.
 \end_layout
 
 \begin_layout Standard
-たとえば、下記の影付き背景ボックスの外見は
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-setlength{
-\backslash
-fboxsep}{0.5cm}
-\series default
+else
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
 
 
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+以下の部分は、LaTeXパッケージ
 \series bold
+picinpar
+\series default
+が導入されていないときのみ表示されます。
+\end_layout
+
+\end_inset
+
 
-\backslash
-definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
 \end_layout
 
 \begin_layout Standard
-というTeXコードコマンドを使って設定してあります。
+本節の以下の部分を出力に表示するには、LaTeXパッケージ
+\series bold
+picinpar
+\series default
+を導入する必要があります。
 \end_layout
 
 \begin_layout Standard
@@ -26789,92 +36065,160 @@ status collapsed
 
 
 \backslash
-setlength{
-\backslash
-fboxsep}{0.5cm}
+fi
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
 \end_layout
 
-\end_inset
-
+\begin_layout Section
 
-\begin_inset Box Shaded
-position "t"
-hor_pos "c"
-has_inner_box 0
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+\lang english
+Initials
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
 
-\color yellow
-これは、濃緑色の背景の
-\family sans
-影付き背景
-\family default
-ボックスに入れた黄色の文章です。
+\lang english
+Initials
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
 
+\lang english
+Surrounded by text ! Initials
+\end_layout
+
+\end_inset
+
 
-\backslash
-setlength{
-\backslash
-fboxsep}{3pt}
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+
+\lang english
+To use initials, you must have the LaTeX package
+\lang japanese
+\series bold
+lettrine
+\series default
 
+\begin_inset Index idx
+status collapsed
 
-\backslash
-definecolor{shadecolor}{rgb}{1,0,0}
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
 \end_layout
 
 \end_inset
 
+\lang english
+installed and use the module 
+\family sans
+Initials
+\family default
+ in your document (menu 
+\family sans
+Document\SpecialChar \menuseparator
+Settings\SpecialChar \menuseparator
+Modules
+\family default
+).
+ To insert an initial, use the style 
+\family sans
+Initial
+\family default
+.
+ This style has a mandatory and an optional argument.
+ The mandatory argument is inserted via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Short
+\begin_inset space ~
+\end_inset
+
+Title
+\family default
+ and contains the letter that is the initial.
+ To use the also the optional argument, insert another argument in front
+ of the mandatory argument.
+ This one contains parameters to modify the initial.
+ For more information about the possible parameters see the documentation
+ of
+\lang japanese
+\series bold
+lettrine
+\series default
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "lettrine"
+
+\end_inset
 
+.
+\lang english
+The style itself contains the text that is surrounding the initial.
+ The usual style is hereby that the word whose first letter is the initial,
+ is printed with 
+\shape smallcaps
+small caps
+\shape default
+.
+ To tell LaTeX where this word is finished, add a closing brace '
+\series bold
+}
+\series default
+' as TeX Code behind it.
+ At the end of the style there must be an opening brace '
+\series bold
+{
+\series default
+' as TeX Code.
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
-変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
+\lang english
+Here are some examples:
 \end_layout
 
-\begin_layout Section
-ミニページ
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:ミニページ"
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+iflettrine
+\end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! みにぺーじ@ミニページ
+以下の部分は、LaTeXパッケージ
+\series bold
+lettrine
+\series default
+が導入されているときのみ表示されます。
 \end_layout
 
 \end_inset
@@ -26882,431 +36226,319 @@ status collapsed
 
 \end_layout
 
-\begin_layout Standard
-ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
-\end_layout
-
-\begin_layout Standard
-ミニページは、複数の言語を含む文書を執筆する際に便利です。
-\end_layout
-
-\begin_layout Standard
-下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-整形
-\family default
-\SpecialChar \menuseparator
+\begin_layout Enumerate
 
-\family sans
-水平方向の空白
-\family default
-メニューで挿入した水平フィルで隔てられています。
-\begin_inset Newpage newpage
+\lang english
+No optional argument, the initial is the letter 'I' in the math font 
+\begin_inset Formula $\mathfrak{Fraktur}$
 \end_inset
 
-
+:
 \end_layout
 
-\begin_layout Standard
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "45col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_deeper
+\begin_layout Initial
+\begin_inset Argument
 status open
 
 \begin_layout Plain Layout
-Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text
-\begin_inset Foot
-status collapsed
+\begin_inset Formula $\mathfrak{I}$
+\end_inset
+
 
-\begin_layout Plain Layout
-Dies ist eine deutsche Fußnote.
 \end_layout
 
 \end_inset
 
-.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
-\end_layout
+t
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
+}
+\end_layout
 
-\begin_inset space \hfill{}
 \end_inset
 
+\lang english
+was in the spring of the year 1894 that all London was interested, and the
+ fashionable world dismayed, by the murder of the Honourable Ronald Adair
+ under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+\lang japanese
 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "45col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
-
-\begin_layout Plain Layout
-This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
-\begin_inset Foot
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-This is an English footnote.
+
+{
 \end_layout
 
 \end_inset
 
- This is an English Text.
-\end_layout
 
+\lang english
+
+\begin_inset Newpage newpage
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
+\end_deeper
+\begin_layout Enumerate
 
-ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
-ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
+\lang english
+Only one line is surrounding the initial, which is formed by two letters
+ in standard font and no text is printed in small caps:
 \end_layout
 
-\begin_layout Standard
-この表の脚注は表示されません。
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="4">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_deeper
+\begin_layout Initial
+\begin_inset Argument
+status open
 
 \begin_layout Plain Layout
-1
+lines=1
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Argument
+status open
 
 \begin_layout Plain Layout
-2
+It
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-3
-\begin_inset Foot
+
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-これは表中の脚注です。
+
+}
 \end_layout
 
 \end_inset
 
+\lang english
+was in the spring of the year 1894 that all London was interested, and the
+ fashionable world dismayed, by the murder of the Honourable Ronald Adair
+ under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+\lang japanese
 
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-4
+
+{
 \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
-い
+
 \end_layout
 
+\end_deeper
+\begin_layout Enumerate
+
+\lang english
+Magenta, hanging initial over 3
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-ろ
-\end_layout
+lines in the math font 
+\begin_inset Formula $\mathcal{CALLIGRAPHIC}$
+\end_inset
 
+, the text 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-は
-\end_layout
+t was in the spring
+\begin_inset Quotes erd
+\end_inset
 
+ is in 
+\shape smallcaps
+small caps
+\shape default
+; to color the initial, you must insert this command before the initial:
+\begin_inset Newline newline
 \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
+\series bold
 
-\begin_layout Plain Layout
-ほ
-\end_layout
+\backslash
+renewcommand{
+\backslash
+LettrineFontHook}{
+\backslash
+color{color}}
+\series default
 
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
-へ
-\end_layout
 
+where the second 
+\emph on
+color
+\emph default
+ can be 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-と
-\end_layout
+red
+\begin_inset Quotes erd
+\end_inset
 
+, 
+\begin_inset Quotes eld
 \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
+blue
+\begin_inset Quotes erd
+\end_inset
 
+, 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
+green
+\begin_inset Quotes erd
 \end_inset
 
+, 
+\begin_inset Quotes eld
+\end_inset
 
-\end_layout
+yellow
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-\align center
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "30col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+, 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="4">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<column alignment="center" valignment="top" width="0pt">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+cyan
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Plain Layout
-1
-\end_layout
+, 
+\begin_inset Quotes eld
+\end_inset
 
+magenta
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-2
-\end_layout
+, 
+\begin_inset Quotes eld
+\end_inset
 
+black
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-3
-\begin_inset Foot
-status collapsed
+ or 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Plain Layout
-これは表中の脚注です。
-\end_layout
+white
+\begin_inset Quotes erd
+\end_inset
 
+, and add this command to the document preamble
+\lang japanese
+:
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
+\series bold
 
+\backslash
+@ifundefined{textcolor}
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-4
-\end_layout
 
+\begin_inset space ~
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-い
+{
+\backslash
+usepackage{color}}{}
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_deeper
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ろ
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-は
+\backslash
+renewcommand{
+\backslash
+LettrineFontHook}{
+\backslash
+color{magenta}}
 \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
-に
-\end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\lang english
+
+\begin_inset Note Note
+status collapsed
 
 \begin_layout Plain Layout
-ほ
+
+\lang english
+makes the initial magenta
 \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
-へ
+
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Initial
+\begin_inset Argument
+status open
 
 \begin_layout Plain Layout
-と
+lines=3, lhang=0.33, loversize=0.25
 \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>
-</lyxtabular>
+\begin_inset Argument
+status open
 
+\begin_layout Plain Layout
+\begin_inset Formula $\mathcal{I}$
 \end_inset
 
 
@@ -27315,61 +36547,68 @@ status collapsed
 \end_inset
 
 
+\lang english
+t was in the spring
+\lang japanese
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
-\family sans
-中スキップ
-\family default
-を設定していたとしても、ミニページ内の段落間には余白が置かれません。
-\end_layout
+\lang english
+of the year 1894 that all London was interested, and the fashionable world
+ dismayed, by the murder of the Honourable Ronald Adair under most unusual
+ and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+\lang japanese
 
-\begin_layout Standard
-ミニページは、文章部に背景色を与えるのに使用することもできます。第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:段落の着色"
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
 
 \end_inset
 
-節をご参照ください。
+
 \end_layout
 
+\end_deeper
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
-\end_layout
-
-\end_inset
-
 
+\backslash
+else
 \end_layout
 
-\begin_layout Section
-Parbox
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:Parboxes"
-
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! Parboxes
+以下の部分は、LaTeXパッケージ
+\series bold
+lettrine
+\series default
+が導入されていないときのみ表示されます。
 \end_layout
 
 \end_inset
@@ -27378,40 +36617,22 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
+本節の以下の部分を出力に表示するには、LaTeXパッケージ
+\series bold
+lettrine
+\series default
+を導入する必要があります。
 \end_layout
 
 \begin_layout Standard
-\align center
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 1
-use_makebox 0
-width "33col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
-
-\begin_layout Plain Layout
-これはparbox内の文章です。これはparbox内の文章です。
-\end_layout
-
-\begin_layout Plain Layout
-右の脚注は表示されません。
-\begin_inset Foot
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-これはparbox内の脚注であり、したがって表示はされません。
-\end_layout
-
-\end_inset
 
 
+\backslash
+fi
 \end_layout
 
 \end_inset
@@ -27419,13 +36640,13 @@ status collapsed
 
 \end_layout
 
-\begin_layout Section
\8d\98èª\9eã\82\84æ\96\87å­\97ã\81®ã\83\9cã\83\83ã\82¯ã\82¹
+\begin_layout Chapter
¤\96é\83¨æ\96\87æ\9b¸æ§\8bæ\88\90è¦\81ç´ 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\82\82ã\81\98ã\82\88ã\81\86\96\87å­\97ç\94¨
\81\8cã\81\84ã\81¶ã\81¶ã\82\93ã\81\97ã\82\87ã\81\93ã\81\86ã\81\9bã\81\84ã\82\88ã\81\86ã\81\9d@å¤\96é\83¨æ\96\87æ\9b¸æ§\8bæ\88\90è¦\81ç´ 
 \end_layout
 
 \end_inset
@@ -27433,20 +36654,42 @@ status collapsed
 
 \end_layout
 
-\begin_layout Subsection
-ハイフネーションの回避
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:ハイフネーションの回避"
+\begin_layout Standard
 
-\end_inset
+\family sans
+挿入\SpecialChar \menuseparator
+ファイル
+\family default
+メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
+\end_layout
+
+\begin_layout Description
+LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
+\end_layout
+
+\begin_layout Description
+平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
+\end_layout
+
+\begin_layout Description
+平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
+\end_layout
+
+\begin_layout Description
+外部素材 様々な書式のファイル。
+\end_layout
 
+\begin_layout Description
+子文書 LyXあるいはLaTeX文書。
+\end_layout
 
+\begin_layout Section
+外部素材
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81¯ã\81\84ã\81µã\81­ã\83¼ã\81\97ã\82\87ã\82\93ã\81®ã\81\8bã\81\84ã\81²@ã\83\8fã\82¤ã\83\95ã\83\8dã\83¼ã\82·ã\83§ã\83³ã\81®å\9b\9eé\81¿
\81\8cã\81\84ã\81¶ã\81¶ã\82\93ã\81\97ã\82\87ã\81\93ã\81\86ã\81\9bã\81\84ã\82\88ã\81\86ã\81\9d@å¤\96é\83¨æ\96\87æ\9b¸æ§\8bæ\88\90è¦\81ç´  ! ã\81\8cã\81\84ã\81¶ã\81\9dã\81\96ã\81\84@å¤\96é\83¨ç´ æ\9d\90
 \end_layout
 
 \end_inset
@@ -27455,471 +36698,706 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-単語や文章がハイフネートされるのを防ぐには、
+外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
+するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
 \family sans
-makebox
+操作性\SpecialChar \menuseparator
+表示
 \family default
-型ボックスを使うことができます。
-\begin_inset Newline newline
-\end_inset
-
-以下が例示用の文章です。
+で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
 \end_layout
 
 \begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of 
-\begin_inset Quotes eld
-\end_inset
-
-veryverylongword
-\begin_inset Quotes erd
-\end_inset
+外部素材は、
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
 
-.
-\end_layout
+\family sans
+ファイル
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Standard
-単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
 \family sans
\86\85é\83¨ã\83\9cã\83\83ã\82¯ã\82¹
¤\96é\83¨ç´ æ\9d\90
 \family default
\82\92
\83¡ã\83\8bã\83¥ã\83¼ã\81§é\96\8bã\81\8fã\81\93ã\81¨ã\81®ã\81§ã\81\8dã\82\8b
 \family sans
-makeboxコマンド
+外部素材
 \family default
\81«è¨­å®\9aã\81\97ã\80\81å¹\85ã\82\921å¹\85ã\81«ã\81\97ã\81¾ã\81\99ã\80\82
-\end_layout
-
-\begin_layout Standard
-以下がその結果です。
\83\80ã\82¤ã\82¢ã\83­ã\82°ã\81\8bã\82\89æ\8c¿å\85¥ã\81\99ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99ã\80\82ç\9b®ä¸\8bã\80\81以ä¸\8bã\81®ã\83\95ã\82¡ã\82¤ã\83«å½¢å¼\8fï¼\88
+\family sans
+ひな型
+\family default
+)が使用できます。
 \end_layout
 
-\begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 1
-width "1in"
-special "width"
-height "1in"
-height_special "totalheight"
-status open
+\begin_layout Description
+チェス棋譜 このひな型は、
+\series bold
 
-\begin_layout Plain Layout
-\begin_inset Quotes eld
-\end_inset
+\begin_inset CommandInset href
+LatexCommand href
+name "XBoard"
+target "http://en.wikipedia.org/wiki/XBoard"
 
-veryverylongword
-\begin_inset Quotes erd
 \end_inset
 
 
+\series default
+プログラムで作成されたチェス棋譜をサポートします。
 \end_layout
 
-\end_inset
-
-.
-\end_layout
+\begin_layout Description
+日付 これは、
+\emph on
+日-月-年
+\emph default
+の書式で日付を挿入します。右は、外部素材として挿入された日付です:
+\begin_inset External
+       template Date
+       filename .
 
-\begin_layout Standard
-別の方法としては、以下のように、単語の前に直接TeXコードで「
-\series bold
+\end_inset
 
-\backslash
--
-\series default
-」コマンドを設定する方法もあります。
-\end_layout
 
-\begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of 
-\begin_inset Quotes eld
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Note Note
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
--
+バグ4398が修正されたら、この保護空白は削除してください!
 \end_layout
 
 \end_inset
 
-veryverylongword
-\begin_inset Quotes erd
-\end_inset
 
-.
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
+日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
 \family sans
 挿入
 \family default
 \SpecialChar \menuseparator
+日付メニューを使用する方法で、他はLaTeXコマンドの
+\series bold
 
-\family sans
-整形
-\family default
-\SpecialChar \menuseparator
+\backslash
+today
+\series default
+をTeXコードで使用する方法です。これらの各方法は、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:日付挿入方法"
 
-\family sans
-整形なし改行
-\family default
-メニュー(短絡キー
-\begin_inset Info
-type  "shortcut"
-arg   "newline-insert newline"
 \end_inset
 
-)から改行を単語の前に入れてください
+に比較を掲載しておきます
 \end_layout
 
-\begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of 
-\begin_inset Newline newline
+\begin_layout Description
+Dia このひな型は、
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "Dia"
+target "http://ja.wikipedia.org/wiki/Dia_%28%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2%29"
+
 \end_inset
 
 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 1
-width "1in"
-special "width"
-height "1in"
-height_special "totalheight"
-status open
+\series default
+プログラムで作成したダイアグラムをサポートします。
+\end_layout
 
-\begin_layout Plain Layout
-\begin_inset Quotes eld
+\begin_layout Description
+
+\lang english
+GnumericSpreadsheet With this template you can insert spreadsheets
+\begin_inset space \thinspace{}
 \end_inset
 
-veryverylongword
-\begin_inset Quotes erd
+/
+\begin_inset space \thinspace{}
 \end_inset
 
+tables in the format of 
+\series bold
 
-\end_layout
+\begin_inset CommandInset href
+LatexCommand href
+name "Gnumeric"
+target "http://ja.wikipedia.org/wiki/Gnumeric"
 
 \end_inset
 
-.
-\end_layout
 
-\begin_layout Subsection
-垂直揃え
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:垂直揃え"
+\series default
+, 
+\begin_inset CommandInset href
+LatexCommand href
+name "OpenDocument"
+target "http://ja.wikipedia.org/wiki/OpenDocument"
 
 \end_inset
 
+, 
+\begin_inset CommandInset href
+LatexCommand href
+name "Microsoft Office XML"
+target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
 
-\begin_inset Index idx
-status collapsed
+\end_inset
 
-\begin_layout Plain Layout
-ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
-\end_layout
+ and 
+\begin_inset CommandInset href
+LatexCommand href
+name "Office Open XML"
+target "http://ja.wikipedia.org/wiki/Office_Open_XML"
 
 \end_inset
 
+.
+ For this feature LyX must have found the program 
+\family typewriter
+ssconvert
+\family default
+ during its configuration.
+ This program is part of Gnumeric, so that you must have Gnumeric installed,
+ also if you don't have tables in the Gnumeric format.
+ For examples and possible limitations have a look at LyX's example file
+\emph on
+spreadsheet.lyx
+\emph default
+.
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\begin_layout Description
+LilyPond このひな型は、
+\series bold
 
-\begin_layout Plain Layout
-ぼっくす@ボックス ! Raiseboxes
-\end_layout
+\begin_inset CommandInset href
+LatexCommand href
+name "LilyPond"
+target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
 
 \end_inset
 
 
+\series default
+プログラムで作成した楽譜の組版に使用されます。
+\lang english
+For LyX's extended support for LilyPond have a look at LyX's example file
+\emph on
+lilypond.lyx
+\emph default
+.
 \end_layout
 
-\begin_layout Standard
-
+\begin_layout Description
+PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
+\family sans
+LaTeXとLyXオプション
+\family default
+タブ中の
+\family sans
+オプション
+\family default
+フィールドに
+\emph on
+pages
+\emph default
+オプションを指定してください。
+\lang english
+The argument of this option is a comma separated list, containing page numbers
+ (insert as option 
 \series bold
-
-\backslash
-raisebox
+pages={3,5,6,8}
 \series default
-コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
+), ranges of page numbers (
 \series bold
+pages={4-9}
+\series default
+) or any combination.
+ To insert empty pages use {}.
+ E.
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-raisebox
+g.
+\begin_inset space ~
+\end_inset
+
+
+\series bold
+pages={3,{},8-11,15}
 \series default
-は以下の書式で使用します。
-\end_layout
+ will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
+ Page ranges are specified in the syntax 
+\emph on
+start
+\emph default
+-
+\emph on
+stop
+\emph default
+.
+ This selects all pages from 
+\emph on
+start
+\emph default
+ to 
+\emph on
+stop
+\emph default
+.
+ Omitting 
+\emph on
+start
+\emph default
+ defaults to the first page; omitting 
+\emph on
+stop
+\emph default
+ defaults to the last page of the document.
+ The last page can also be selected with the keyword 
+\series bold
+last
+\series default
+.
+ (This is only permitted in a page range.) So 
+\series bold
+pages=-
+\series default
+ will insert all pages of the document and 
+\series bold
+pages=last-1
+\series default
+ will insert all pages in reverse order.
+\emph on
+\lang japanese
+pages
+\emph default
+オプションを指定しないと、PDFの最初のページのみが挿入されます。
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
 
+\lang english
+The option 
 \series bold
+noautoscale
+\series default
+ inserts the pages with their original size, if this option is not given,
+ the pages will be resized to fith the width of the page of your document.
+ In the tab 
+\family sans
+Size and Rotation
+\family default
+ you can specify the width and height of the input pages and their rotation.
+ If another width than 100
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
-\end_layout
+Scale% is used, the option 
+\series bold
+noautoscale
+\series default
+ will be overwritten.
+ For more info and possible options, have a look into the documentation
+ of the LaTeX-package 
+\series bold
+pdfpages
+\series default
+\lang japanese
+\begin_inset CommandInset citation
+LatexCommand cite
+key "pdfpages"
 
-\begin_layout Standard
-ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
-\end_layout
+\end_inset
 
-\begin_layout Standard
-たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
+.
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-raisebox{
-\backslash
-depth}{
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-というコマンドを挿入してください。単語の後には、閉じ括弧「
+
+\lang english
+To use this template in a 
+\family sans
+Beamer
+\family default
+ presentation you need to first insert an 
+\family sans
+EndFrame
+\family default
+ environment and in a subsequent paragraph a TeX Code box containing the
+ command 
 \series bold
-}
+
+\backslash
+setbeamertemplate{background canvas}{}
 \series default
-」をTeXコードで挿入してください。
+.
+ Then you can insert as many paragraphs containing the PDFPages template
+ as you wish.
+ Behind the included PDF pages you can resume the Beamer presentation by
+ beginning a new frame or by starting a new section.
+ To avoid stray blank pages prior to the PDF pages, make sure to use the
+\family sans
+Default
+\family default
+ alignment for the paragraph containing the template.
 \begin_inset Newline newline
 \end_inset
 
-以下がその出力です。
-\end_layout
-
-\begin_layout Standard
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
+Here is an included PDF which is rotated by -5°:
+\lang japanese
+\begin_inset External
+       template PDFPages
+       filename ../clipart/Abstract.pdf
+       extra LaTeX "noautoscale, pages=-"
+       rotateAngle -5
+       rotateOrigin bottomleft
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-raisebox{
-\backslash
-depth}{
 \end_layout
 
+\begin_layout Description
+ラスターイメージ これはビットマップ画像に使用します。
+\family sans
+外部素材
+\family default
+ダイアログを使って入れる画像は、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:画像ダイアログ"
+
 \end_inset
 
+節にあるように
+\family sans
+画像
+\family default
+ダイアログを使って挿入される画像と同じように取り扱うことができます。
+\lang english
+The difference to the normal image input is that only raster images are
+ allowed; that means that PDF and EPS-images are not supported
+\lang japanese
+.
+\lang english
+Here is an inserted raster image:
+\lang japanese
+\begin_inset External
+       template RasterImage
+       filename ../clipart/ToolbarEnvBox.png
 
-\begin_inset Quotes eld
 \end_inset
 
-preventing
-\begin_inset Quotes erd
+
+\end_layout
+
+\begin_layout Description
+XFig このひな型は、
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "Xfig"
+target "http://ja.wikipedia.org/wiki/Xfig"
+
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\series default
+プログラムで作成した画像をサポートします。
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement !h
+wide false
+sideways false
+status open
 
 \begin_layout Plain Layout
+\begin_inset Caption
 
-}
-\end_layout
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:日付挿入方法"
 
 \end_inset
 
- as raised word.
+日付の挿入方法の比較
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-行中の文字を上げ下げすると、以下のように行間が広がります。
-\end_layout
 
-\begin_layout Standard
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="4">
+<features tabularvalignment="middle">
+<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">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\backslash
-raisebox{-
-\backslash
-depth}{
+\begin_layout Plain Layout
+文書書式
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset Quotes eld
-\end_inset
+\family sans
+外部素材\SpecialChar \menuseparator
+日付
+\end_layout
 
-preventing
-\begin_inset Quotes erd
 \end_inset
-
-
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-}
+\family sans
+挿入\SpecialChar \menuseparator
+日付
 \end_layout
 
 \end_inset
-
- as lowered word.
-\begin_inset Newline newline
-\end_inset
-
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
+\series bold
 
 \backslash
-raisebox{0.5cm}{
+today
+\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 Plain Layout
+LyX
+\end_layout
 
-\begin_inset Quotes eld
-\end_inset
-
-testing
-\begin_inset Quotes erd
 \end_inset
-
-
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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" usebox="none">
+\begin_inset Text
 
- as raised word.
+\begin_layout Plain Layout
+日付として
 \end_layout
 
-\begin_layout Standard
-何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+TeXコード差込枠として
+\end_layout
 
-\series bold
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-raisebox{-
-\backslash
-depth}[0pt]{
+\begin_layout Plain Layout
+LaTeX
 \end_layout
 
-\begin_layout Standard
-とすると、
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+日付として
 \end_layout
 
-\begin_layout Standard
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" 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">
+\begin_inset Text
 
-\backslash
-raisebox{-
-\backslash
-depth}[0pt]{
+\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
+DVI, PDF, PS
+\end_layout
 
-\begin_inset Quotes eld
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+日付として
+\end_layout
 
-preventing
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+日付として
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\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>
+</lyxtabular>
 
- as lowered word.
-\begin_inset Newline newline
 \end_inset
 
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
 
-\backslash
-raisebox{0.5cm}[0pt]{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Quotes eld
-\end_inset
+\end_layout
 
-testing
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Standard
 
+\family sans
+外部素材
+\family default
+ダイアログの
+\family sans
+ファイル
+\family default
+タブ中で
+\family sans
+下書き
+\family default
+オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
+\begin_inset Newline newline
+\end_inset
 
-\begin_inset ERT
-status collapsed
+LyX中での外部素材は、ダイアログ内の
+\family sans
+LaTeXとLyXのオプション
+\family default
+タブにある
+\family sans
+LyX内に表示
+\family default
+オプションの指定に従って、
+\begin_inset Graphics
+       filename clipart/ExternalMaterialQt4.png
+       scale 85
+       scaleBeforeRotation
 
-\begin_layout Plain Layout
+\end_inset
 
-}
+のようなボックスとして表示されるか、画像として表示されます。
 \end_layout
 
-\end_inset
-
- as raised word.
+\begin_layout Standard
+取扱説明書
+\family sans
+\emph on
+カスタマイズ篇
+\family default
+\emph default
+には、自製のひな型を定義する方法が説明されています。
 \end_layout
 
 \begin_layout Section
-色付きボックス
+子文書
 \begin_inset CommandInset label
 LatexCommand label
-name "sec:色付きボックス"
+name "sec:子文書"
 
 \end_inset
 
@@ -27928,21 +37406,17 @@ name "sec:色付きボックス"
 status collapsed
 
 \begin_layout Plain Layout
\81¼ã\81£ã\81\8fã\81\99\83\9cã\83\83ã\82¯ã\82¹ ! ã\81\84ã\82\8dã\81¤ã\81\8d\89²ä»\98ã\81\8d
\81\8cã\81\84ã\81¶ã\81¶ã\82\93ã\81\97ã\82\87ã\81\93ã\81\86ã\81\9bã\81\84ã\82\88ã\81\86ã\81\9d@å¤\96é\83¨æ\96\87æ\9b¸æ§\8bæ\88\90è¦\81ç´  ! ã\81\93ã\81¶ã\82\93ã\81\97ã\82\87@å­\90æ\96\87æ\9b¸
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Subsection
-文字の着色
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
\81\84ã\82\8d\89² ! ã\82\82ã\81\98ã\81®@æ\96\87å­\97ã\81®---
\81µã\81\81ã\81\84ã\82\8b\83\95ã\82¡ã\82¤ã\83« ! ã\81\84ã\82\93ã\81\8fã\82\8bã\83¼ã\81©@ã\82¤ã\83³ã\82¯ã\83«ã\83¼ã\83\89
 \end_layout
 
 \end_inset
@@ -27951,178 +37425,221 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
-\series bold
-color
-\series default
+子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
+が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
+の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\begin_layout Standard
+親文書を開くことなく子文書で作業できるようにするには、子文書の
+\family sans
+文書
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! color
+\family sans
+設定
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+文書クラス
+\family default
+メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
 \end_layout
 
+\begin_layout Standard
+取り込んだ文書は、LyX中で
+\begin_inset Graphics
+       filename clipart/ChildDocumentQt4.png
+       scale 85
+       scaleBeforeRotation
+
 \end_inset
 
-が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
-\end_layout
+のようなボックスとして表示されます。子文書を親文書に取り込むには、
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Standard
+\family sans
+ファイル
+\family default
+\SpecialChar \menuseparator
 
-\series bold
+\family sans
+子文書
+\family default
+メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
+\end_layout
 
-\backslash
-@ifundefined{textcolor}
+\begin_layout Description
+Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
+\family sans
+子文書
+\family default
+ダイアログの
+\family sans
+編集
+\family default
+ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
 \begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Phantom HPhantom
-status open
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+以下は、
+\family sans
+Include
+\family default
+を使用して挿入した子文書です。 
+\begin_inset CommandInset include
+LatexCommand include
+filename "DummyDocument1.lyx"
 
-\series bold
-\begin_inset space ~
 \end_inset
 
 
 \end_layout
 
+\begin_layout Standard
+取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
+あります。取り込んだ文書のラベルは、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:外部文書の第1小節"
+
 \end_inset
 
-{
-\backslash
-usepackage{color}}{}
+小節、のように参照することができます。
 \end_layout
 
 \begin_layout Standard
+子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
+は、新規頁から始まるように挿入され、改頁して終わります。
+\end_layout
 
-\series bold
-color
-\series default
-パッケージは、文章を着色するとLyXが自動的に読み込みます
+\begin_layout Standard
+大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
 \begin_inset Foot
-status collapsed
+status open
 
 \begin_layout Plain Layout
-これが二度読み込まれることを回避するには、
-\series bold
-
-\backslash
-@ifundefined
-\series default
-コマンドを使用します。
+派生枝は、LyX
+\emph on
+ユーザーの手引き
+\emph default
+の
+\emph on
+派生枝
+\emph default
+の節に説明されています。
 \end_layout
 
 \end_inset
 
-。
+。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
+\begin_inset Note Greyedout
+status open
 
-色付きボックスは、
+\begin_layout Plain Layout
+
+\series bold
+【註】
+\series default
+LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
 \series bold
 
 \backslash
-colorbox
+includeonly
 \series default
\82³ã\83\9eã\83³ã\83\89ã\82\92使ã\81£ã\81¦ä½\9cã\82\8aã\81¾ã\81\99ã\80\82ã\81\93ã\82\8cã\81¯ã\80\81以ä¸\8bã\81®ã\82\88ã\81\86ã\81ªæ\9b¸å¼\8fã\81§ä½¿ã\82\8fã\82\8cã\81¾ã\81\99
\82\92使ç\94¨ã\81\99ã\82\8bã\81\93ã\81¨ã\81¯ã\81§ã\81\8dã\81¾ã\81\9bã\82\93
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-colorbox{color}{ボックスの内容}
-\end_layout
 
-\begin_layout Standard
-ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
 \end_layout
 
 \begin_layout Standard
-事前定義されている色には、
-\begin_inset Newline newline
-\end_inset
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
 
-\family sans
-黒
-\family default
-・
-\family sans
-青
-\family default
-・
-\family sans
-シアン
-\family default
-・
-\family sans
-緑
-\family default
-・
-\family sans
-マゼンタ
-\family default
-・
-\family sans
-赤
-\family default
-・
-\family sans
-白
-\family default
-・
-\family sans
-黄
-\family default
+\series bold
+【註】
+\series default
+LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
+警告が発せられます。
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
 
-があります。第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:色付きの表"
 
-\end_inset
+\end_layout
 
-節に述べられているようにすれば、自前の色を定義することもできます。
+\begin_layout Description
+Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
 \end_layout
 
-\begin_layout Standard
-たとえば、単語の背景を赤にするには、単語の前にTeXコードで
+\begin_deeper
+\begin_layout Itemize
+Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
 \end_layout
 
-\begin_layout Standard
+\begin_layout Itemize
+Inputファイルは、LyX設定の操作性
+\family sans
+\SpecialChar \menuseparator
+表示
+\family default
+の下にある
+\family sans
+画像を表示
+\family default
+を有効にすると、LyX中でプレビューすることができます。
+\end_layout
 
+\begin_layout Itemize
+LaTeXコマンドの
 \series bold
 
 \backslash
-colorbox{red}{
+includeonly
+\series default
+は使用することができません。
 \end_layout
 
+\end_deeper
 \begin_layout Standard
-というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
-\series bold
-}
-\series default
-」を入れてください。
-\begin_inset Newline newline
+右は、
+\family sans
+Input
+\family default
+を使って挿入した子文書です。 
+\begin_inset CommandInset include
+LatexCommand input
+filename "DummyDocument2.lyx"
+
 \end_inset
 
-以下がその結果です。
+
 \end_layout
 
-\begin_layout Standard
-この行では、
+\begin_layout Description
+Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
+に用いられているコマンドは実行されません。
+\family sans
+出力の空白に印付けをする
+\family default
+オプションを有効にすると、ソースコード中のすべての空白文字に「
 \begin_inset ERT
 status collapsed
 
@@ -28130,141 +37647,153 @@ status collapsed
 
 
 \backslash
-colorbox{red}{
+textvisiblespace 
 \end_layout
 
 \end_inset
 
-「注意!」
-\begin_inset ERT
-status collapsed
+」文字を表示させることができます。
+\family sans
+挿入\SpecialChar \menuseparator
+ファイル\SpecialChar \menuseparator
+平文
+\family default
+メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+以下は、verbatimとして挿入された子文書です。 
+\begin_inset CommandInset include
+LatexCommand verbatiminput
+filename "../DummyTextDocument.txt"
+
+\end_inset
 
-}
-\end_layout
 
+\begin_inset VSpace bigskip
 \end_inset
 
-という単語が赤い背景になっています。
+以下は、
+\family sans
+出力の空白に印付けをする
+\family default
+オプションを指定して、verbatimとして挿入された子文書です。 
+\begin_inset CommandInset include
+LatexCommand verbatiminput*
+filename "../DummyTextDocument.txt"
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-ボックスの枠を別の色にしたい場合には、以下の書式で
-\series bold
 
-\backslash
-fcolorbox
-\series default
-コマンドを使います。
 \end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
 
 \series bold
+【註】
+\series default
+上記の例でわかるように、
+\family sans
+verbatim
+\family default
+として取り込んだ文書の文章は、文書行の終わりで改行されません。
+\end_layout
+
+\end_inset
+
 
-\backslash
-fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
 \end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-fcolorbox
-\series default
-は
 \series bold
-
-\backslash
-colorbox
+【訳註】
 \series default
-の拡張です。枠の太さと枠とボックスの中身との余白は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:装飾"
+verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
+\end_layout
 
 \end_inset
 
-節で述べられているように、それぞれ
-\series bold
-
-\backslash
-fboxrule
-\series default
-と
-\series bold
 
-\backslash
-fboxsep
-\series default
-という長さで調節できます。
 \end_layout
 
-\begin_layout Standard
-以下の例では、
+\begin_layout Description
+プログラムリスト この型については、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:プログラムコードリスト"
+
+\end_inset
+
+章に説明されています。
 \end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-fcolorbox{cyan}{magenta}{
+\series bold
+【註】
+\series default
+同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
 \end_layout
 
-\begin_layout Standard
-というコマンドを使用しています。
+\end_inset
+
+
 \end_layout
 
-\begin_layout Standard
-これは、枠の太さを1
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Chapter
+プログラムコードリスト
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:プログラムコードリスト"
 
-mmに設定した例です。
-\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-fboxrule 1mm 
-\backslash
-fboxsep 1mm
+りすと@リスト
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-fcolorbox{cyan}{magenta}{
+ぷろぐらむこーど@プログラムコード
 \end_layout
 
 \end_inset
 
-これは着色した色付きボックス中の文章です。
-\begin_inset ERT
+
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-}
+ふろーと@フロート ! りすと@リスト
 \end_layout
 
 \end_inset
@@ -28273,295 +37802,341 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-もちろん、色付きボックスの中に色付き文字を入れることもできます
-\begin_inset Newline newline
-\end_inset
+プログラムコードを取り込んで組版するには、
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
 
+\family sans
+プログラムリスト
+\family default
+メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
+\series bold
+listings
+\series default
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-fcolorbox{cyan}{magenta}{
+LaTeXぱっけーじ@LaTeXパッケージ ! listings
 \end_layout
 
 \end_inset
 
+は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
+\end_layout
 
-\color yellow
\81\93ã\82\8cã\81¯ç\9d\80è\89²ã\81\97ã\81\9fè\89²ä»\98ã\81\8dã\83\9cã\83\83ã\82¯ã\82¹ä¸­ã\81®è\89²ä»\98ã\81\8dæ\96\87ç« ã\81§す。
-\color inherit
+\begin_layout Standard
\83\97ã\83­ã\82°ã\83©ã\83 ã\83ªã\82¹ã\83\88差込æ\9e ã\82\92å\8f³ã\82¯ã\83ªã\83\83ã\82¯ã\81\99ã\82\8bã\81¨ã\80\81ã\82³ã\83³ã\83\86ã\82¯ã\82¹ã\83\88ã\83¡ã\83\8bã\83¥ã\83¼ã\81\8cé\96\8bã\81\8dã\80\81ã\83ªã\82¹ã\83\88æ\9b¸å¼\8fã\82\92設å®\9aã\81\99ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾す。
+\end_layout
 
-\begin_inset ERT
+\begin_layout Standard
+既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
+\family sans
+行内リスト
+\family default
+を指定すると、リストは
+\begin_inset listings
+lstparams "language={C++}"
+inline true
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+int a=5;
 \end_layout
 
 \end_inset
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
+のように行内に印字されます。
+\begin_inset Newline newline
+\end_inset
 
 
-\backslash
-fboxrule 0.4pt 
-\backslash
-fboxsep 3pt
-\end_layout
+\family sans
+フロート
+\family default
+オプションは、プログラムリストフロートを生成するものですが、ここで、第
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:フロートの配置"
 
 \end_inset
 
-
+節に説明されているフロート配置オプションに従って、「
+\family sans
+h
+\family default
+」「
+\family sans
+t
+\family default
+」「
+\family sans
+b
+\family default
+」「
+\family sans
+p
+\family default
+」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
+\family sans
+htbp
+\family default
+」のように区切りを入れることなく入力することができます。「
+\family sans
+h
+\family default
+」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
+\family sans
+フロート
+\family default
+オプションを使用しなければ大丈夫です。
 \end_layout
 
 \begin_layout Standard
 
-\series bold
-\begin_inset VSpace medskip
-\end_inset
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+キャプション
+\family default
+メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "lst:リストフロート"
 
+\end_inset
 
+のように参照することができます。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
+\begin_inset listings
+lstparams "language=Python"
+inline false
 status open
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
-\end_layout
-
-\end_inset
-
-
-\end_layout
+\begin_inset Caption
 
-\begin_layout Subsection
-段落の着色
+\begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "sub:段落の着色"
+name "lst:リストフロート"
 
 \end_inset
 
+Example Listing Float
+\end_layout
+
+\end_inset
 
-\begin_inset Index idx
-status collapsed
+# Example listing float
+\end_layout
 
 \begin_layout Plain Layout
-いろ@色 ! だんらく@段落---
-\end_layout
 
-\end_inset
+def func(param):
+\end_layout
 
+\begin_layout Plain Layout
 
+    'this is a python function'
 \end_layout
 
-\begin_layout Standard
-二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-colorbox
-\series default
-コマンドを
+    pass
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-colorbox{色名}{
 \end_layout
 
 \begin_layout Standard
-のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
-\series bold
-}
-\series default
-」を挿入してください。
+プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
+onのキーワード「def」が識別され、ボールド体で出力されます。
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+\begin_inset Note Greyedout
+status open
 
 \begin_layout Plain Layout
 
+\series bold
+【註】
+\series default
+タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
+\family typewriter
+typewriter
+\family default
+フォントがボールド体を提供していません。この場合には、
+\family sans
+文書
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+設定
+\family default
+\SpecialChar \menuseparator
 
-\backslash
-colorbox{lightgrey}{
+\family sans
+フォント
+\family default
+メニューで別のフォントを選択してください(
+\emph on
+LuxiMono
+\emph default
+・
+\emph on
+BeraMono
+\emph default
+・
+\emph on
+Courier
+\emph default
+の各フォントはボールド体を提供します)。
 \end_layout
 
 \end_inset
 
 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
-これは背景色を付けた文章です。これは背景色を付けた文章です。
+
+\series bold
+【訳註】
+\series default
+プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset VSpace defskip
 \end_inset
 
-ここの文章には脚注
-\begin_inset Foot
-status collapsed
 
-\begin_layout Plain Layout
-脚注の例
 \end_layout
 
-\end_inset
-
-を付けることもできますし、図表を挿入することもできます。
+\begin_layout Standard
+プログラムリストダイアログの
+\family sans
+行番号
+\family default
+のセクションでは、行番号の様式を指定することができます。
+\family sans
+行間
+\family default
+フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" 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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
+\family sans
+拡張文字コード表を使う
+\family default
+オプションを使用しなくてはなりません。
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Plain Layout
-a
-\end_layout
+以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
+\begin_inset space \thinspace{}
+\end_inset
 
+-
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-!
+8」で設定したプログラムリストの例です。
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset listings
+lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
+inline false
+status open
 
 \begin_layout Plain Layout
-3
-\end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+def func(param):
+\end_layout
 
 \begin_layout Plain Layout
-<
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+    'this is a python function'
+\end_layout
 
 \begin_layout Plain Layout
-b2
-\begin_inset Quotes erd
-\end_inset
 
-|
+    pass
 \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
->
-\end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+def func(param):
+\end_layout
 
 \begin_layout Plain Layout
-1
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+'This is a German word: Tschüß'
+\end_layout
 
 \begin_layout Plain Layout
+
+pass
 \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
+
+def func(param):
+\end_layout
 
 \begin_layout Plain Layout
-c
+
+'this is a python function'
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Plain Layout
+
+pass
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
+プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
+\family sans
+タビュレータの大きさ
+\family default
+フィールドで指定することができます。
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
 \begin_layout Plain Layout
 
-}
+\series bold
+【註】listings
+\series default
+パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
+に振られているのはこのためです。
 \end_layout
 
 \end_inset
@@ -28569,132 +38144,187 @@ status collapsed
 
 \end_layout
 
-\begin_layout Section
-ボックスの伸縮回転
-\end_layout
-
 \begin_layout Standard
-本節で述べられているコマンドを使用するには、文書プリアンブルで
-\end_layout
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\end_layout
 
-\backslash
-@ifundefined{rotatebox}
-\begin_inset Newline newline
-\end_inset
+\begin_layout Standard
+また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
 
+\family sans
+ファイル
+\family default
+\SpecialChar \menuseparator
 
-\begin_inset Phantom HPhantom
-status open
+\family sans
+子文書
+\family default
+メニューを使用して
+\family sans
+プログラムリスト
+\family default
+型を選択してください
+\begin_inset Foot
+status collapsed
 
 \begin_layout Plain Layout
-
-\series bold
+他の子文書型については、第 section
 \begin_inset space ~
 \end_inset
 
 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:子文書"
+
+\end_inset
+
+節に説明があります。
 \end_layout
 
 \end_inset
 
-{
-\backslash
-usepackage{graphicx}}{}
+。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
+疑問符「?」を打鍵してください。
 \end_layout
 
 \begin_layout Standard
-というコマンドを使用して、
-\series bold
-graphicx
-\series default
-
-\begin_inset Index idx
-status collapsed
+子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
+\family sans
+挿入
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
+\family sans
+相互参照
+\family default
+メニューを使って参照できるようになります。
 \end_layout
 
+\begin_layout Standard
+プログラムリスト
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "lst:file-listing"
+
 \end_inset
 
-LaTeXパッケージを読み込む必要があります。
+は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\begin_inset CommandInset include
+LatexCommand lstinputlisting
+filename "EmbeddedObjects.lyx"
+lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
+
+\end_inset
 
-\begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+リストに数式を入れるには、以下のようにします。
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Enumerate
+リストダイアログを開き、
+\family sans
+詳細
+\family default
+タブのフィールド中に
+\begin_inset Newline newline
+\end_inset
 
-\series bold
-【註】
-\series default
-フロートは回転伸縮したボックスの中に入れることはできません。
-\end_layout
 
+\family sans
+mathescape=true
+\family default
+
+\begin_inset Newline newline
 \end_inset
 
+と書き加えます。
+\end_layout
 
+\begin_layout Enumerate
+リスト外で数式を作成します。
 \end_layout
 
-\begin_layout Subsection
-ボックスの回転
-\begin_inset Index idx
-status collapsed
+\begin_layout Enumerate
+数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
+\begin_inset Info
+type  "shortcut"
+arg   "copy"
+\end_inset
 
-\begin_layout Plain Layout
-ぼっくす@ボックス ! かいてんした@回転した
+)。
 \end_layout
 
+\begin_layout Enumerate
+リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
+\begin_inset Info
+type  "shortcut"
+arg   "paste"
 \end_inset
 
+)。
+\end_layout
+
+\begin_layout Standard
+\begin_inset listings
+lstparams "language=Python,mathescape=true"
+inline false
+status open
 
-\begin_inset Index idx
-status collapsed
+\begin_layout Plain Layout
+
+\begin_inset Caption
 
 \begin_layout Plain Layout
-かいてん@回転 ! そざいの@素材の---
+Example Listing float containing a formula
 \end_layout
 
 \end_inset
 
-
-\begin_inset Index idx
-status collapsed
+# Example listing float
+\end_layout
 
 \begin_layout Plain Layout
-ず@図 ! のかいてん@---の回転
-\end_layout
 
-\end_inset
+def func(param):
+\end_layout
 
+\begin_layout Plain Layout
 
-\begin_inset Index idx
-status collapsed
+    # $
+\backslash
+prod_{n=1}^{
+\backslash
+infty}
+\backslash
+,
+\backslash
+frac{1}{x^{2}}$
+\end_layout
 
 \begin_layout Plain Layout
-ひょうのちょうせい@表の調整 ! かいてん@回転
+
+    pass
 \end_layout
 
 \end_inset
@@ -28703,243 +38333,298 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
-\series bold
+\begin_inset VSpace bigskip
+\end_inset
+
 
-\backslash
-rotatebox
-\series default
-コマンドを使用すれば作成することができます。
 \end_layout
 
 \begin_layout Standard
+大域的なプログラムリストの設定は、
+\family sans
+文書
+\family default
+\SpecialChar \menuseparator
 
-\series bold
+\family sans
+設定
+\family default
+\SpecialChar \menuseparator
 
-\backslash
-rotatebox[回転の原点]{回転角}{ボックスの内容}
+\family sans
+リスト
+\family default
+ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
+\family sans
+プログラムリスト設定
+\family default
+フィールドで疑問符「?」を打鍵してください。
 \end_layout
 
 \begin_layout Standard
-回転の原点は、
+
 \series bold
-origin=位置
+listings
 \series default
-の形で指定します。位置として指定可能なのは、
-\emph on
-c
-\emph default
-(中央揃え)・
-\emph on
-l
-\emph default
-(左揃え)・
-\emph on
-r
-\emph default
-(右揃え)・
-\emph on
-b
-\emph default
-(下揃え)・
-\emph on
-t
-\emph default
-(上揃え)と、これら五つの適切な組み合わせです。たとえば、
-\emph on
-lt
-\emph default
-と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
-\emph on
-l
-\emph default
-が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
+パッケージについての詳しい情報については、取扱説明書
+\begin_inset CommandInset citation
+LatexCommand cite
+key "listings"
+
+\end_inset
+
+をご参照ください。.
 \end_layout
 
 \begin_layout Standard
-以下の例では、「回転した」文章の前にTeXコードで
-\series bold
+\begin_inset Newpage newpage
+\end_inset
+
 
-\backslash
-rotatebox[origin=c]{60}{
-\series default
-というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
-\series bold
-}
-\series default
-でボックスを閉じています。
 \end_layout
 
-\begin_layout Standard
-これは、
-\begin_inset ERT
+\begin_layout Chapter
+\start_of_appendix
+LyXで使用できる単位
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-rotatebox[origin=c]{60}{
+たんい@単位
 \end_layout
 
 \end_inset
 
-回転した
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
-}
-\end_layout
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:LyXで使用できる単位"
 
 \end_inset
 
- 文章を含む行です。
+
 \end_layout
 
 \begin_layout Standard
-ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
+この文書で用いられる単位の理解のために、表
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:単位"
+
+\end_inset
+
+に、LyXで使うことのできる単位をまとめておきます。
 \end_layout
 
 \begin_layout Standard
-これは、
-\begin_inset ERT
-status collapsed
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
 \begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:単位"
 
+\end_inset
 
-\backslash
-rotatebox[origin=r]{-60}{
+単位
 \end_layout
 
 \end_inset
 
 
-\begin_inset Box Doublebox
-position "c"
-hor_pos "c"
-has_inner_box 0
-inner_pos "c"
-use_parbox 0
-use_makebox 0
-width "1in"
-special "width"
-height "1in"
-height_special "totalheight"
-status open
-
-\begin_layout Plain Layout
-回転した
 \end_layout
 
+\begin_layout Plain Layout
+\begin_inset VSpace medskip
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="20" 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
-
-枠付き文章と
-\begin_inset ERT
-status collapsed
+</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
 
-\backslash
-rotatebox[origin=lb]{60}{
+\begin_layout Plain Layout
+mm
 \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
+ミリメートル
+\end_layout
 
-\begin_inset Formula $\int A\,\mathrm{d}x=B$
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+cm
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\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" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+in
 \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
+インチ
 \end_layout
 
-\begin_layout Standard
-あるいは、以下のように図や表を入れることもできます。
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+pt
 \end_layout
 
-\begin_layout Standard
-これは、
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+ポイント (72.27
+\begin_inset Formula $\,$
+\end_inset
 
+pt = 1
+\begin_inset Formula $\,$
+\end_inset
 
-\backslash
-rotatebox[origin=lb]{90}{
+in)
 \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
+pc
+\end_layout
 
-\begin_inset Graphics
-       filename ../clipart/platypus.eps
-       lyxscale 50
-       width 25col%
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+パイカ (1
+\begin_inset Formula $\,$
 \end_inset
 
+pc = 12
+\begin_inset Formula $\,$
+\end_inset
 
-\begin_inset ERT
-status collapsed
+pt)
+\end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-}
+\begin_layout Plain Layout
+sp
 \end_layout
 
 \end_inset
-
-回転した画像と
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+スケールポイント (65536
+\begin_inset Formula $\,$
+\end_inset
 
+sp = 1
+\begin_inset Formula $\,$
+\end_inset
 
-\backslash
-rotatebox[origin=l]{-90}{
+pt)
 \end_layout
 
 \end_inset
-
-
-\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">
+</cell>
+</row>
 <row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-q
+bp
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-w
+ビッグポイント (72
+\begin_inset Formula $\,$
+\end_inset
+
+bp = 1
+\begin_inset Formula $\,$
+\end_inset
+
+in)
 \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" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-e
+dd
 \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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-r
-\end_layout
-
+ディドー (72
+\begin_inset Formula $\,$
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
+dd 
+\begin_inset Formula $\approx$
 \end_inset
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
+ 37.6
+\begin_inset Formula $\,$
 \end_inset
 
-表を含む行です。
+mm)
 \end_layout
 
-\begin_layout Subsection
-ボックスの伸縮
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
+cc
 \end_layout
 
 \end_inset
-
-
-\begin_inset Index idx
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-しんしゅく@伸縮 ! そざいの@素材の---
-\end_layout
-
+シセロ (1
+\begin_inset Formula $\,$
 \end_inset
 
+cc = 12
+\begin_inset Formula $\,$
+\end_inset
 
-\begin_inset Index idx
-status collapsed
-
-\begin_layout Plain Layout
-ず@図 ! のしんしゅく@---の伸縮
+dd)
 \end_layout
 
 \end_inset
-
-
-\begin_inset Index idx
-status collapsed
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
+Scale%
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-素材を伸縮させるには、TeXコードで
-\series bold
-
-\backslash
-scalebox
-\series default
-コマンドと
-\series bold
-
-\backslash
-resizebox
-\series default
-コマンドが使えます。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-scalebox
-\series default
-は以下の書式で使用します。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-scalebox{水平方向}[垂直方向]{ボックスの内容}
-\end_layout
-
-\begin_layout Standard
-水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
-\end_layout
-
-\begin_layout Standard
-たとえば、
-\series bold
-
-\backslash
-scalebox{2}{こんにちは}
-\series default
-というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-scalebox{2}{
+元の画像幅の%
 \end_layout
 
 \end_inset
-
-こんにちは
-\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
-
-}
+text%
 \end_layout
 
 \end_inset
-
-を生成します。
-\end_layout
-
-\begin_layout Standard
-これに対し、
-\series bold
-
-\backslash
-scalebox{2}[1]{こんにちは}
-\series default
-は、
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-scalebox{2}[1]{
+テキスト幅の%
 \end_layout
 
 \end_inset
-
-こんにちは
-\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
-
-}
+col%
 \end_layout
 
 \end_inset
-
-を変形させます。
-\end_layout
-
-\begin_layout Standard
-伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
-\series bold
-
-\backslash
-scalebox{-1}[1]{こんにちは}
-\series default
-というコマンドは、右のように反転文字を生成するのに使用できます:
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-scalebox{-1}[1]{
+組段幅の%
 \end_layout
 
 \end_inset
-
-こんにちは
-\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
-
-}
+page%
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-scalebox{1}[-1]{こんにちは}
-\series default
-とすると
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-scalebox{1}[-1]{
+用紙幅の%
 \end_layout
 
 \end_inset
-
-こんにちは
-\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
-
-}
+line%
 \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
+行幅の%
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-scalebox{-1}[1]{ボックスの内容}
-\series default
-と同じ働きをするものとして
-\begin_inset Newline newline
-\end_inset
-
-
-\series bold
-
-\backslash
-reflectbox{ボックスの内容}
-\series default
-
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-というコマンドがあります。
+\begin_layout Plain Layout
+theight%
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
-
-指定した幅や丈にボックスを伸縮させるには、
-\series bold
-
-\backslash
-resizebox
-\series default
-を使用します。このコマンドの書式は
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-resizebox{幅}{丈}{ボックスの内容}
-\end_layout
-
-\begin_layout Standard
-です。上記二つのコマンド引数のうち一つが感嘆符「
-\series bold
-!
-\series default
-」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-resizebox{2cm}{1cm}{こんにちは}
-\series default
-というコマンドの出力は、
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-resizebox{2cm}{1cm}{
+テキスト高さの%
 \end_layout
 
 \end_inset
-
-こんにちは
-\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
-
-}
+pheight%
 \end_layout
 
 \end_inset
-
-となり、
-\begin_inset Newline newline
-\end_inset
-
-
-\series bold
-
-\backslash
-resizebox{2cm}{!}{こんにちは}
-\series default
-というコマンドの出力は、
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-resizebox{2cm}{!}{
+用紙高さの%
 \end_layout
 
 \end_inset
-
-こんにちは
-\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
-
-}
+ex
 \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
+現在のフォントの文字「x」の高さ
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
-
-
-\begin_inset Note Greyedout
-status open
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-\series bold
-【註】
-\backslash
-scalebox
-\series default
-や
-\series bold
-
-\backslash
-resizebox
-\series default
-の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
+em
 \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
+現在のフォントの文字「M」の幅
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \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
+mu
 \end_layout
 
-\begin_layout Standard
-ボックスは好きな順序で組み合わせることができます。たとえば、
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
-\series bold
-
-\backslash
-rotatebox[origin=c]{-45}{
-\backslash
-resizebox{2cm}{!}{
-\backslash
-reflectbox{こんにちは}}}
-\begin_inset Newline newline
+\begin_layout Plain Layout
+数式単位 (1
+\begin_inset Formula $\,$
 \end_inset
 
+mu = 1/18
+\begin_inset Formula $\,$
+\end_inset
 
-\series default
-というコマンドは、
+em)
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-rotatebox[origin=c]{-45}{
-\backslash
-resizebox{2cm}{!}{
-\backslash
-reflectbox{
 \end_layout
 
 \end_inset
 
-こんにちは
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
-}}}
 \end_layout
 
-\end_inset
+\begin_layout Chapter
+画像を含む場合のファイル出力形式
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:ファイル出力形式"
 
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-\noindent
-という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset ERT
+\begin_layout Section
+DVI
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-
-\backslash
-rotatebox[origin=c]{-30}{
-\backslash
-resizebox{2cm}{!}{
-\backslash
-reflectbox{
+ふぁいるしょしき@ファイル書式 ! DVI
 \end_layout
 
 \end_inset
 
 
-\begin_inset Graphics
-       filename ../clipart/platypus.eps
-       lyxscale 50
-       width 25col%
-
-\end_inset
-
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+DVI|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
+
+\end_inset
+
 
-\backslash
-rotatebox[origin=c]{-45}{
-\backslash
-resizebox{2cm}{!}{
-\backslash
-reflectbox{
 \end_layout
 
 \end_inset
 
 
-\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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
-\begin_layout Plain Layout
-q
+\begin_layout Standard
+このファイル型の拡張子は「
+\family typewriter
+.dvi
+\family default
+」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
+別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
+っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
 \begin_layout Plain Layout
-w
+【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
 \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
-e
+ですから、お使いの
+\family typewriter
+.dvi
+\family default
+ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
+Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
+DFを使用することをお勧めします。
 \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
+使用中の文書は、
+\family sans
+ファイル
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Plain Layout
-r
+\family sans
+書き出し
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+DVI
+\family default
+メニューを使用して、DVIに書き出すことができます。
+\lang english
+You can view your document as DVI via the 
+\family sans
+View
+\family default
+ menu.
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Section
+PostScript
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:PostScript"
 
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-
-}}}
+ふぁいるしょしき@ファイル書式 ! PostScript
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
+PostScript|see
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\backslash
-rotatebox[origin=c]{-45}{
-\backslash
-resizebox{2cm}{!}{
-\backslash
-reflectbox{
+{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Formula $\int A\,\mathrm{d}x=B$
-\end_inset
-
-
+ファイル書式
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}}}
+}
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
@@ -29577,47 +39091,86 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-文書で大域的に数式様式
-\series bold
-fleqn
-\series default
-を使用している場合
+このファイル型の拡張子は「
+\family typewriter
+.ps
+\family default
+」です。PostScriptは、
+\family typewriter
+Adobe
+\family default
+社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
+り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
 \begin_inset Foot
 status collapsed
 
 \begin_layout Plain Layout
-つまり、文書クラスオプションに「fleqn」を書き加えた場合。
+これについてもう少し学ぶ気があれば、LaTeXパッケージ
+\series bold
+PSTricks
+\series default
+
+\begin_inset CommandInset citation
+LatexCommand cite
+key "pstricks"
+
+\end_inset
+
+を見てみてください。
 \end_layout
 
 \end_inset
 
\81«ã\81¯ã\80\81å\88¥è¡\8c建ã\81¦æ\95°å¼\8fã\82\82伸縮ã\81\95ã\81\9bã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾す。
\80\82ã\81\93ã\81®æ©\9fè\83½ã\81®ã\81\9fã\82\81ã\81«PostScriptã\81¯PDFã\82\88ã\82\8aã\82\82大ã\81\8dã\81\8fã\81ªã\82\8aã\81\8cã\81¡ã\81§す。
 \end_layout
 
-\begin_layout Chapter
+\begin_layout Standard
+PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
+\family typewriter
+.eps
+\family default
+」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
+で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
+ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
+を直接EPSとして入れておく方がよいでしょう。
+\end_layout
+
+\begin_layout Standard
 
 \lang english
-Objects Surrounded by Text
-\begin_inset Index idx
-status collapsed
+You can export your document to PostScript using the menu 
+\family sans
+\lang japanese
+ファイル
+\family default
+\SpecialChar \menuseparator
 
-\begin_layout Plain Layout
+\family sans
+書き出し
+\family default
+\SpecialChar \menuseparator
 
+\family sans
+Postscript
+\family default
 \lang english
-Surrounded by text
+.
+ You can view your document as PostScript via the 
+\family sans
+View
+\family default
+ menu.
 \end_layout
 
-\end_inset
-
+\begin_layout Section
+PDF
+\begin_inset Index idx
+status collapsed
 
+\begin_layout Plain Layout
+ふぁいるしょしき@ファイル書式 ! PDF
 \end_layout
 
-\begin_layout Subsection
-折返しフロート
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:折返しフロート"
-
 \end_inset
 
 
@@ -29625,1059 +39178,1047 @@ name "sec:折返しフロート"
 status collapsed
 
 \begin_layout Plain Layout
-ふろーと@フロート ! おりかえしふろーと@折返しフロート
+PDF
 \end_layout
 
 \end_inset
 
 
-\lang english
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\begin_layout Standard
+このファイル型の拡張子は「
+\family typewriter
+.pdf
+\family default
+」です。この「Portable Document Format (PDF)」は、
+\family typewriter
+Adobe
+\family default
+社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
+le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
+\end_layout
 
-\begin_layout Plain Layout
+\begin_layout Standard
+PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
+\family typewriter
+.jpg
+\family default
+」または「
+\family typewriter
+.jpeg
+\family default
+」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
+\family typewriter
+.png
+\family default
+」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
+できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
+とをお勧めします。
+\end_layout
 
-\lang english
-Surrounded by text ! Wrap Floats
+\begin_layout Standard
+使用中の文書は、
+\family sans
+ファイル
+\family default
+\SpecialChar \menuseparator
+
+\family sans
+書き出し
+\family default
+メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
+\end_layout
+
+\begin_layout Description
+PDF
+\begin_inset space ~
+\end_inset
+
+(ps2pdf) これは
+\family typewriter
+ps2pdf
+\family default
+プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
+\family typewriter
+dvips
+\family default
+プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
 \end_layout
 
+\begin_layout Description
+PDF
+\begin_inset space ~
 \end_inset
 
+(dvipdfm) これは
+\family typewriter
+dvipdfm
+\family default
+プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
+\end_layout
+
+\begin_layout Description
+PDF
+\begin_inset space ~
+\end_inset
 
+(pdflatex) これは
+\family typewriter
+pdftex
+\family default
+プログラムを使って、現在のファイルを直接PDFに変換します。
 \end_layout
 
 \begin_layout Standard
-\begin_inset Wrap figure
-lines 0
-placement l
-overhang 1cm
-width "40col%"
-status open
-
-\begin_layout Plain Layout
-\begin_inset Graphics
-       filename ../clipart/mobius.eps
-       width 40col%
-       scaleBeforeRotation
-       rotateOrigin center
 
+\family typewriter
+pdftex
+\family default
+は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
+\family sans
+PDF
+\begin_inset space ~
 \end_inset
 
+(pdflatex)
+\family default
+を使用することが推奨されます。
+\family typewriter
+dvipdfm
+\family default
+プログラムは開発が停止しており、若干時代遅れになっています。
+\end_layout
+
+\begin_layout Standard
 
+\lang english
+You can view your document as PDF via the 
+\family sans
+View
+\family default
+ menu or by using a toolbar button.
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_layout Chapter
 
-\begin_layout Plain Layout
+\lang english
+List of dvips color names
 \begin_inset CommandInset label
 LatexCommand label
-name "fig:折返し図フロート"
+name "chap:List-of-dvips-colornames"
 
 \end_inset
 
-これは折返し図フロートです。
+
 \end_layout
 
-\end_inset
+\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="17" columns="4">
+<features tabularvalignment="middle">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="left" valignment="top" width="0pt">
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
-\series bold
-wrapfig
-\series default
-
-\begin_inset Index idx
+white
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
+
+}{
 \end_layout
 
 \end_inset
 
-を導入済みであれば、
-\family sans
-挿入\SpecialChar \menuseparator
-フロート\SpecialChar \menuseparator
-折返し図フロート
-\family default
-・
-\family sans
-折返し表フロート
-\family default
-メニューで挿入することができます
-\begin_inset Foot
+
+\lang english
+Color
+\lang japanese
+
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
+
+}
 \end_layout
 
 \end_inset
 
-。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
-\family sans
-配置
-\family default
-と
-\family sans
-幅
-\family default
-です。非必須項目として、
-\family sans
-ぶら下げ
-\family default
-と
-\family sans
-行幅
-\family default
-があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
-行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
-にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "fig:折返し図フロート"
+\lang english
+Color name
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-図は、40
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
+\end_layout
 
-列幅%の幅と1
-\begin_inset space \thinspace{}
 \end_inset
 
-cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
-\begin_inset Foot
+white
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-使うことのできる単位は付録
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "cha:LyXで使用できる単位"
-
-\end_inset
 
-に収録してあります。
+}{
 \end_layout
 
 \end_inset
 
-。
-\end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\lang english
+Color
+\lang japanese
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
-上書きされて出力されたりします。
+}
 \end_layout
 
 \end_inset
 
-
+\lang english
+Color name
 \end_layout
 
-\begin_layout Standard
-原則として、
-\end_layout
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_layout Itemize
-折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
-うになってから、正確な位置に挿入しなくてはなりません。
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Itemize
-折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Itemize
-折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Itemize
-折返しフロートは、節見出しや表中に入れることは認められていません。
+\end_inset
+
+white
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
 \end_layout
 
-\begin_layout Itemize
+\end_inset
+
 
 \lang english
-Their numbering and referencing works as described in chap.
+Color
 \lang japanese
 
-\begin_inset space \thinspace{}
-\end_inset
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "chap:フロート"
+}
+\end_layout
 
 \end_inset
 
-.
+\lang english
+Color name
 \end_layout
 
-\begin_layout Section
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\lang english
-Surrounded Fixed Objects
-\begin_inset Index idx
+\begin_layout Plain Layout
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-Surrounded by text ! Fixed objects
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
+white
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
 
 \lang english
-The wrap floats described in sec.
+Color
 \lang japanese
 
-\begin_inset space \thinspace{}
-\end_inset
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:折返しフロート"
+}
+\end_layout
 
 \end_inset
 
  
 \lang english
-have these positions in the paragraph:
+Color name
 \end_layout
 
-\begin_layout Standard
-\noindent
-\align center
-
-\lang english
-\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">
+\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
+\begin_inset ERT
+status collapsed
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+Apricot
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \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
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
+ Apricot
+\end_layout
 
- or 
-\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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-text
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+Aquamarine
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
+}{
+\end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
+\end_layout
+
+\end_inset
+
+ Aquamarine
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-text
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
+Bittersweet
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
-\begin_layout Standard
-
-\lang english
-To get an object exactly at the position where it is inserted, for example
- to get one of these positions:
-\begin_inset VSpace defskip
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-\noindent
-\align center
+\end_inset
 
-\lang english
-\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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
-\lang english
-text
+ Bittersweet
 \end_layout
 
 \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
+\begin_inset ERT
+status collapsed
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+BlueGreen
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
-\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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-
-\lang english
-text
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
+\end_layout
+
+\end_inset
+
+ BlueGreen
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-\lang english
-text
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+BlueViolet
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
+}{
+\end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
-\begin_inset Tabular
-<lyxtabular version="3" rows="2" 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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
+\end_layout
+
+\end_inset
+
+ BlueViolet
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+BrickRed
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \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
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
+\end_layout
+
+\end_inset
+
+ BrickRed
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-text
-\end_layout
+\begin_layout Plain Layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+
+\backslash
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
-\begin_inset Tabular
-<lyxtabular version="3" rows="2" 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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+Brown
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
 \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
 
-\lang english
-text
+ Brown
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+BurntOrange
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset Phantom Phantom
+status open
 
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-\noindent
-\align center
+\end_inset
 
-\lang english
-\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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
-\lang english
-text
+ BurntOrange
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
+
+\backslash
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
+CadetBlue
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
+\end_layout
+
+\end_inset
+
+ CadetBlue
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-text
-\end_layout
+\begin_layout Plain Layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+
+\backslash
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" 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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+CarnationPink
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
-\lang english
-text
+ CarnationPink
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
+
+Cerulean
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \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
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
-\lang english
-text
+ Cerulean
 \end_layout
 
 \end_inset
 </cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-\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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-text
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+CornflowerBlue
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\lang english
-text
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-\begin_inset Graphics
-       filename ../../images/dialog-show-new-inset_graphics.png
-       scale 70
-       scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
+}
+\end_layout
 
 \end_inset
 
-
+ CornflowerBlue
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-\lang english
-text
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+Dandelion
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-text
+}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset Phantom Phantom
+status open
 
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-\noindent
+\end_inset
 
-\lang english
-you can use the LaTeX-package
-\lang japanese
-\series bold
-picinpar
-\series default
 
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
+
+}
 \end_layout
 
 \end_inset
 
-.
-\lang english
-Here is an example
-\lang japanese
-:
+ Dandelion
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -30685,117 +40226,105 @@ status collapsed
 
 
 \backslash
-ifpicinpar
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Note Note
-status open
+DarkOrchid
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-以下の部分は、LaTeXパッケージ
-\series bold
-picinpar
-\series default
-が導入されているときのみ表示されます。
+
+}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-begin{window}[2,c,{
+}
 \end_layout
 
 \end_inset
 
-
-\begin_inset Graphics
-       filename ../clipart/mobius.eps
-       lyxscale 60
-       width 40col%
-       scaleBeforeRotation
-       rotateOrigin center
+ DarkOrchid
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-},]
-\end_layout
-
-\begin_layout Plain Layout
 
-{}
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\size small
-\lang english
-It was in the spring of the year 1894 that all London was interested, and
- the fashionable world dismayed, by the murder of the Honourable Ronald
- Adair under most unusual and inexplicable circumstances.
- The public has already learned those particulars of the crime which
-\size default
-
+Emerald
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-footnotemark{}
+}{
 \end_layout
 
 \end_inset
 
 
-\size small
- came out in the police investigation, but a good deal was suppressed upon
- that occasion, since the case for the prosecution was so overwhelmingly
- strong that it was not necessary to bring forward all the facts.
- Only now, at the end of nearly ten years, am I allowed to supply those
- missing links which make up the whole of that remarkable chain
-\lang japanese
-.
-\size default
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
+\end_layout
+
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-end{window}
+}
 \end_layout
 
 \end_inset
 
-
+ Emerald
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\lang english
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -30803,144 +40332,107 @@ status collapsed
 
 
 \backslash
-footnotetext{
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-Footnote of the paragraph with the fixed object.
+ForestGreen
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
+\begin_inset Phantom Phantom
+status open
 
-\lang english
-Surrounded fixed objects are used to let text float around them, at which
- the object's position in the paragraph can be determined by the number
- of lines above it.
- In contrary to floats is it not possible to have a numbered caption.
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\lang english
-A fixed object is inserted by adding the command
-\end_layout
 
-\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-begin{window}[2,c,{
+}
 \end_layout
 
-\begin_layout Standard
-
-\lang english
-as TeX Code at the beginning of the paragraph.
- The first parameter in the bracket, here '2', defines the number of lines
- above the object, the second, here 'c', the position of the object.
- The positions 'l', 'c' and 'r' (for left, center, right) are possible.
- Behind the command you insert the object.
- In this example an image with a width of 40
-\begin_inset space \thinspace{}
 \end_inset
 
-% of the text column width was inserted.
- The object can also be a table, a box or an equation.
- Behind the object the command
+ ForestGreen
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-},description text]
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-{}
-\end_layout
-
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\lang english
-is inserted.
- Note that the 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
 
 
-\series bold
-{}
-\series default
+\backslash
+fcolorbox{black}{
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- is in the second line.
- The description text is optional.
- The text surrounding the object must be in the same paragraph as the object,
- so it must begin directly after the 
-\series bold
-{}
-\series default
-.
- At the end of the paragraph insert the command:
-\end_layout
-
-\begin_layout Standard
+Fuchsia
+\begin_inset ERT
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-end{window}
+}{
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\lang english
-Within a paragraph with a fixed object, you cannot insert footnotes in the
- normal way.
- You have to use instead the command 
-\series bold
 
-\backslash
-footnotemark
-\series default
- inside the paragraph and outside the command 
-\series bold
+\begin_inset Phantom Phantom
+status open
 
-\backslash
-footnotetext
-\series default
- as described in sec.
-\lang japanese
+\begin_layout Plain Layout
+W
+\end_layout
 
-\begin_inset space \thinspace{}
 \end_inset
 
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:脚注"
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
 
 \end_inset
 
-.
+ Fuchsia
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -30948,265 +40440,189 @@ status collapsed
 
 
 \backslash
-else
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Note Note
-status open
+Goldenrod
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-以下の部分は、LaTeXパッケージ
-\series bold
-picinpar
-\series default
-が導入されていないときのみ表示されます。
+
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
-\begin_layout Standard
-本節の以下の部分を出力に表示するには、LaTeXパッケージ
-\series bold
-picinpar
-\series default
-を導入する必要があります。
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-
-\backslash
-fi
+}
 \end_layout
 
 \end_inset
 
-
+ Goldenrod
 \end_layout
 
-\begin_layout Section
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\lang english
-Initials
-\begin_inset Index idx
+\begin_layout Plain Layout
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-Initials
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\begin_inset Index idx
+Gray
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-Surrounded by text ! Initials
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-
-\lang english
-To use initials, you must have the LaTeX package
-\lang japanese
-\series bold
-lettrine
-\series default
-
-\begin_inset Index idx
-status collapsed
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
+W
 \end_layout
 
 \end_inset
 
-\lang english
-installed and use the module 
-\family sans
-Initials
-\family default
- in your document (menu 
-\family sans
-Document\SpecialChar \menuseparator
-Settings\SpecialChar \menuseparator
-Modules
-\family default
-).
- To insert an initial, use the style 
-\family sans
-Initial
-\family default
-.
- This style has a mandatory and an optional argument.
- The mandatory argument is inserted via the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Short
-\begin_inset space ~
-\end_inset
 
-Title
-\family default
- and contains the letter that is the initial.
- To use the also the optional argument, insert another argument in front
- of the mandatory argument.
- This one contains parameters to modify the initial.
- For more information about the possible parameters see the documentation
- of
-\lang japanese
-\series bold
-lettrine
-\series default
-, 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "lettrine"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-.
-\lang english
-The style itself contains the text that is surrounding the initial.
- The usual style is hereby that the word whose first letter is the initial,
- is printed with 
-\shape smallcaps
-small caps
-\shape default
-.
- To tell LaTeX where this word is finished, add a closing brace '
-\series bold
 }
-\series default
-' as TeX Code behind it.
- At the end of the style there must be an opening brace '
-\series bold
-{
-\series default
-' as TeX Code.
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\lang english
-Here are some examples:
+ Gray
 \end_layout
 
-\begin_layout Enumerate
-
-\lang english
-No optional argument, the initial is the letter 'I' in the math font 
-\begin_inset Formula $\mathfrak{Fraktur}$
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-:
-\end_layout
-
-\begin_deeper
-\begin_layout Initial
-\begin_inset Argument
-status open
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Formula $\mathfrak{I}$
-\end_inset
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-t
+GreenYellow
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+}{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
 
-\lang english
-was in the spring of the year 1894 that all London was interested, and the
- fashionable world dismayed, by the murder of the Honourable Ronald Adair
- under most unusual and inexplicable circumstances.
- The public has already learned those particulars of the crime which came
- out in the police investigation, but a good deal was suppressed upon that
- occasion, since the case for the prosecution was so overwhelmingly strong
- that it was not necessary to bring forward all the facts.
-\lang japanese
 
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+}
 \end_layout
 
 \end_inset
 
+ GreenYellow
+\end_layout
 
-\lang english
-
-\begin_inset Newpage newpage
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\end_deeper
-\begin_layout Enumerate
 
-\lang english
-Only one line is surrounding the initial, which is formed by two letters
- in standard font and no text is printed in small caps:
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_deeper
-\begin_layout Initial
-\begin_inset Argument
-status open
+\end_inset
+
+JungleGreen
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-lines=1
+
+}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Argument
+\begin_inset Phantom Phantom
 status open
 
 \begin_layout Plain Layout
-It
+W
 \end_layout
 
 \end_inset
@@ -31222,165 +40638,121 @@ status collapsed
 
 \end_inset
 
-\lang english
-was in the spring of the year 1894 that all London was interested, and the
- fashionable world dismayed, by the murder of the Honourable Ronald Adair
- under most unusual and inexplicable circumstances.
- The public has already learned those particulars of the crime which came
- out in the police investigation, but a good deal was suppressed upon that
- occasion, since the case for the prosecution was so overwhelmingly strong
- that it was not necessary to bring forward all the facts.
-\lang japanese
+ JungleGreen
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
+Lavender
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
-\end_deeper
-\begin_layout Enumerate
-
-\lang english
-Magenta, hanging initial over 3
-\begin_inset space ~
 \end_inset
 
-lines in the math font 
-\begin_inset Formula $\mathcal{CALLIGRAPHIC}$
-\end_inset
 
-, the text 
-\begin_inset Quotes eld
-\end_inset
+\begin_inset Phantom Phantom
+status open
 
-t was in the spring
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Plain Layout
+W
+\end_layout
 
- is in 
-\shape smallcaps
-small caps
-\shape default
-; to color the initial, you must insert this command before the initial:
-\begin_inset Newline newline
 \end_inset
 
 
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-LettrineFontHook}{
-\backslash
-color{color}}
-\series default
+\begin_inset ERT
+status collapsed
 
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
-where the second 
-\emph on
-color
-\emph default
- can be 
-\begin_inset Quotes eld
-\end_inset
+}
+\end_layout
 
-red
-\begin_inset Quotes erd
 \end_inset
 
-, 
-\begin_inset Quotes eld
-\end_inset
+ Lavender
+\end_layout
 
-blue
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-, 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-green
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Plain Layout
 
-, 
-\begin_inset Quotes eld
-\end_inset
 
-yellow
-\begin_inset Quotes erd
-\end_inset
+\backslash
+fcolorbox{black}{
+\end_layout
 
-, 
-\begin_inset Quotes eld
 \end_inset
 
-cyan
-\begin_inset Quotes erd
-\end_inset
+LimeGreen
+\begin_inset ERT
+status collapsed
 
-, 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
 
-magenta
-\begin_inset Quotes erd
-\end_inset
+}{
+\end_layout
 
-, 
-\begin_inset Quotes eld
 \end_inset
 
-black
-\begin_inset Quotes erd
-\end_inset
 
- or 
-\begin_inset Quotes eld
-\end_inset
+\begin_inset Phantom Phantom
+status open
 
-white
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Plain Layout
+W
+\end_layout
 
-, and add this command to the document preamble
-\lang japanese
-:
-\begin_inset Newline newline
 \end_inset
 
 
-\series bold
+\begin_inset ERT
+status collapsed
 
-\backslash
-@ifundefined{textcolor}
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
+}
+\end_layout
 
-\begin_inset space ~
 \end_inset
 
-{
-\backslash
-usepackage{color}}{}
+ LimeGreen
 \end_layout
 
-\begin_deeper
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -31388,846 +40760,641 @@ status collapsed
 
 
 \backslash
-renewcommand{
-\backslash
-LettrineFontHook}{
-\backslash
-color{magenta}}
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\lang english
-
-\begin_inset Note Note
+Mahogany
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-\lang english
-makes the initial magenta
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Initial
-\begin_inset Argument
+\begin_inset Phantom Phantom
 status open
 
 \begin_layout Plain Layout
-lines=3, lhang=0.33, loversize=0.25
+W
 \end_layout
 
 \end_inset
 
 
-\begin_inset Argument
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Formula $\mathcal{I}$
-\end_inset
-
 
+}
 \end_layout
 
 \end_inset
 
+ Mahogany
+\end_layout
 
-\lang english
-t was in the spring
-\lang japanese
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-\lang english
-of the year 1894 that all London was interested, and the fashionable world
- dismayed, by the murder of the Honourable Ronald Adair under most unusual
- and inexplicable circumstances.
- The public has already learned those particulars of the crime which came
- out in the police investigation, but a good deal was suppressed upon that
- occasion, since the case for the prosecution was so overwhelmingly strong
- that it was not necessary to bring forward all the facts.
-\lang japanese
-
+Mahogany
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\end_deeper
-\begin_layout Chapter
-外部文書構成要素
-\begin_inset Index idx
-status collapsed
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-がいぶぶんしょこうせいようそ@外部文書構成要素
+W
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\family sans
-挿入\SpecialChar \menuseparator
-ファイル
-\family default
-メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
+}
 \end_layout
 
-\begin_layout Description
-LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
-\end_layout
+\end_inset
 
-\begin_layout Description
-平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
+ Mahogany
 \end_layout
 
-\begin_layout Description
-平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
-\end_layout
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_layout Description
-外部素材 様々な書式のファイル。
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Description
-子文書 LyXあるいはLaTeX文書。
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Section
-外部素材
-\begin_inset Index idx
+\end_inset
+
+Maroon
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
+
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
-\begin_layout Standard
-外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
-するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
-\family sans
-操作性\SpecialChar \menuseparator
-表示
-\family default
-で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-外部素材は、
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
+\end_inset
 
-\family sans
-ファイル
-\family default
-\SpecialChar \menuseparator
 
-\family sans
-外部素材
-\family default
-メニューで開くことのできる
-\family sans
-外部素材
-\family default
-ダイアログから挿入することができます。目下、以下のファイル形式(
-\family sans
-ひな型
-\family default
-)が使用できます。
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Description
-チェス棋譜 このひな型は、
-\series bold
+\end_inset
 
-\begin_inset CommandInset href
-LatexCommand href
-name "XBoard"
-target "http://en.wikipedia.org/wiki/XBoard"
+ Maroon
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\series default
-プログラムで作成されたチェス棋譜をサポートします。
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Description
-日付 これは、
-\emph on
-日-月-年
-\emph default
-の書式で日付を挿入します。右は、外部素材として挿入された日付です:
-\begin_inset External
-       template Date
-       filename .
+\end_inset
+
+Melon
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
 
 \end_inset
 
 
-\begin_inset space ~
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
+\end_layout
+
 \end_inset
 
 
-\begin_inset Note Note
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-バグ4398が修正されたら、この保護空白は削除してください!
+
+}
 \end_layout
 
 \end_inset
 
+ Melon
+\end_layout
 
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
-日付メニューを使用する方法で、他はLaTeXコマンドの
-\series bold
 
 \backslash
-today
-\series default
-をTeXコードで使用する方法です。これらの各方法は、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:日付挿入方法"
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
-に比較を掲載しておきます。
-\end_layout
+MidnightBlue
+\begin_inset ERT
+status collapsed
 
-\begin_layout Description
-Dia このひな型は、
-\series bold
+\begin_layout Plain Layout
 
-\begin_inset CommandInset href
-LatexCommand href
-name "Dia"
-target "http://en.wikipedia.org/wiki/Dia_(software)"
+}{
+\end_layout
 
 \end_inset
 
 
-\series default
-プログラムで作成したダイアグラムをサポートします。
-\end_layout
-
-\begin_layout Description
-LilyPond このひな型は、
-\series bold
+\begin_inset Phantom Phantom
+status open
 
-\begin_inset CommandInset href
-LatexCommand href
-name "LilyPond"
-target "http://en.wikipedia.org/wiki/LilyPond"
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
 
-\series default
-プログラムで作成した楽譜の組版に使用されます。
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Description
-PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
-\family sans
-LaTeXとLyXオプション
-\family default
-タブ中の
-\family sans
-オプション
-\family default
-フィールドに
-\emph on
-pages
-\emph default
-オプションを指定してください。
-\emph on
-pages
-\emph default
-オプションを指定しないと、PDFの最初のページのみが挿入されます。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Description
-ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
-\family sans
-外部素材
-\family default
-ダイアログを使って入れる画像は、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:画像ダイアログ"
+}
+\end_layout
 
 \end_inset
 
-節にあるように
-\family sans
-画像
-\family default
-ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
-サポートしていないという点のみです。
+ MidnightBlue
 \end_layout
 
-\begin_layout Description
-XFig このひな型は、
-\series bold
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_inset CommandInset href
-LatexCommand href
-name "Xfig"
-target "http://en.wikipedia.org/wiki/Xfig"
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\series default
-プログラムで作成した画像をサポートします。
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Caption
+Mulberry
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:日付挿入方法"
 
-\end_inset
-
-日付の挿入方法の比較
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="4" columns="4">
-<features tabularvalignment="middle">
-<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">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-文書書式
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\family sans
-外部素材\SpecialChar \menuseparator
-日付
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
-\family sans
-挿入\SpecialChar \menuseparator
-日付
+ Mulberry
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-\series bold
 
 \backslash
-today
-\series default
-コマンド
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+NavyBlue
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-LyX
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-差込枠として
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-日付として
+
+}
 \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
-TeXコード差込枠として
+ NavyBlue
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-LaTeX
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+OliveGreen
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-日付として
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-日付として
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \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
-DVI, PDF, PS
+ OliveGreen
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-日付として
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+Orange
+\begin_inset ERT
+status collapsed
 
 \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_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-日付として
+W
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}
 \end_layout
 
 \end_inset
 
-
+ Orange
 \end_layout
 
-\begin_layout Standard
-
-\family sans
-外部素材
-\family default
-ダイアログの
-\family sans
-ファイル
-\family default
-タブ中で
-\family sans
-下書き
-\family default
-オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-LyX中での外部素材は、ダイアログ内の
-\family sans
-LaTeXとLyXのオプション
-\family default
-タブにある
-\family sans
-LyX内に表示
-\family default
-オプションの指定に従って、
-\begin_inset Graphics
-       filename clipart/ExternalMaterialQt4.png
-       scale 85
-       scaleBeforeRotation
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-のようなボックスとして表示されるか、画像として表示されます。
-\end_layout
 
-\begin_layout Standard
-取扱説明書
-\family sans
-\emph on
-カスタマイズ篇
-\family default
-\emph default
-には、自製のひな型を定義する方法が説明されています。
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Section
-子文書
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:子文書"
-
 \end_inset
 
-
-\begin_inset Index idx
+OrangeRed
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
+
+}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-ふぁいる@ファイル ! いんくるーど@インクルード
+W
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
-が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
-の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-親文書を開くことなく子文書で作業できるようにするには、子文書の
-\family sans
-文書
-\family default
-\SpecialChar \menuseparator
+}
+\end_layout
 
-\family sans
-設定
-\family default
-\SpecialChar \menuseparator
+\end_inset
 
-\family sans
-文書クラス
-\family default
-メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
+ OrangeRed
 \end_layout
 
-\begin_layout Standard
-取り込んだ文書は、LyX中で
-\begin_inset Graphics
-       filename clipart/ChildDocumentQt4.png
-       scale 85
-       scaleBeforeRotation
-
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-のようなボックスとして表示されます。子文書を親文書に取り込むには、
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\family sans
-ファイル
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-子文書
-\family default
-メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Description
-Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
-\family sans
-子文書
-\family default
-ダイアログの
-\family sans
-編集
-\family default
-ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
-\begin_inset Newline newline
 \end_inset
 
+Orchid
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-以下は、
-\family sans
-Include
-\family default
-を使用して挿入した子文書です。 
-\begin_inset CommandInset include
-LatexCommand include
-filename "DummyDocument1.lyx"
+}{
+\end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
-\begin_layout Standard
-取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
-あります。取り込んだ文書のラベルは、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:外部文書の第1小節"
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
-小節、のように参照することができます。
-\end_layout
-
-\begin_layout Standard
-子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
-は、新規頁から始まるように挿入され、改頁して終わります。
-\end_layout
 
-\begin_layout Standard
-大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
-\begin_inset Foot
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-派生枝は、LyX
-\emph on
-ユーザーの手引き
-\emph default
-の
-\emph on
-派生枝
-\emph default
-の節に説明されています。
+
+}
 \end_layout
 
 \end_inset
 
-。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
+ Orchid
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
-\series bold
 
 \backslash
-includeonly
-\series default
-を使用することはできません。
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+Peach
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
-警告が発せられます。
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
-\begin_layout Description
-Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_deeper
-\begin_layout Itemize
-Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
-\end_layout
+\end_inset
 
-\begin_layout Itemize
-Inputファイルは、LyX設定の操作性
-\family sans
-\SpecialChar \menuseparator
-表示
-\family default
-の下にある
-\family sans
-画像を表示
-\family default
-を有効にすると、LyX中でプレビューすることができます。
-\end_layout
 
-\begin_layout Itemize
-LaTeXコマンドの
-\series bold
+\begin_inset ERT
+status collapsed
 
-\backslash
-includeonly
-\series default
-は使用することができません。
-\end_layout
+\begin_layout Plain Layout
 
-\end_deeper
-\begin_layout Standard
-右は、
-\family sans
-Input
-\family default
-を使って挿入した子文書です。 
-\begin_inset CommandInset include
-LatexCommand input
-filename "DummyDocument2.lyx"
+}
+\end_layout
 
 \end_inset
 
-
+ Peach
 \end_layout
 
-\begin_layout Description
-Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
-に用いられているコマンドは実行されません。
-\family sans
-出力の空白に印付けをする
-\family default
-オプションを有効にすると、ソースコード中のすべての空白文字に「
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -32235,1680 +41402,1420 @@ status collapsed
 
 
 \backslash
-textvisiblespace 
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-」文字を表示させることができます。
-\family sans
-挿入\SpecialChar \menuseparator
-ファイル\SpecialChar \menuseparator
-平文
-\family default
-メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
-\end_layout
+Periwinkle
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-以下は、verbatimとして挿入された子文書です。 
-\begin_inset CommandInset include
-LatexCommand verbatiminput
-filename "../DummyTextDocument.txt"
+\begin_layout Plain Layout
+
+}{
+\end_layout
 
 \end_inset
 
 
-\begin_inset VSpace bigskip
-\end_inset
+\begin_inset Phantom Phantom
+status open
 
-以下は、
-\family sans
-出力の空白に印付けをする
-\family default
-オプションを指定して、verbatimとして挿入された子文書です。 
-\begin_inset CommandInset include
-LatexCommand verbatiminput*
-filename "../DummyTextDocument.txt"
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ Periwinkle
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+
+PineGreen
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】
-\series default
-上記の例でわかるように、
-\family sans
-verbatim
-\family default
-として取り込んだ文書の文章は、文書行の終わりで改行されません。
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
+\begin_inset Phantom Phantom
 status open
 
 \begin_layout Plain Layout
-
-\series bold
-【訳註】
-\series default
-verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
+W
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Description
-プログラムリスト この型については、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "cha:プログラムコードリスト"
+\begin_layout Plain Layout
+
+}
+\end_layout
 
 \end_inset
 
-章に説明されています。
+ PineGreen
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\series bold
-【註】
-\series default
-同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
-\end_layout
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Chapter
-プログラムコードリスト
-\begin_inset CommandInset label
-LatexCommand label
-name "cha:プログラムコードリスト"
-
 \end_inset
 
-
-\begin_inset Index idx
+Plum
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-りすと@リスト
+
+}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-ぷろぐらむこーど@プログラムコード
+W
 \end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ふろーと@フロート ! りすと@リスト
+
+}
 \end_layout
 
 \end_inset
 
-
+ Plum
 \end_layout
 
-\begin_layout Standard
-プログラムコードを取り込んで組版するには、
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-プログラムリスト
-\family default
-メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
-\series bold
-listings
-\series default
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_inset Index idx
+\begin_layout Plain Layout
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! listings
-\end_layout
 
-\end_inset
 
-は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Standard
-プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
-\end_layout
+\end_inset
 
-\begin_layout Standard
-既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
-\family sans
-行内リスト
-\family default
-を指定すると、リストは
-\begin_inset listings
-lstparams "language={C++}"
-inline true
+ProcessBlue
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-int a=5;
+}{
 \end_layout
 
 \end_inset
 
-のように行内に印字されます。
-\begin_inset Newline newline
-\end_inset
 
+\begin_inset Phantom Phantom
+status open
 
-\family sans
-フロート
-\family default
-オプションは、プログラムリストフロートを生成するものですが、ここで、第
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:フロートの配置"
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
-節に説明されているフロート配置オプションに従って、「
-\family sans
-h
-\family default
-」「
-\family sans
-t
-\family default
-」「
-\family sans
-b
-\family default
-」「
-\family sans
-p
-\family default
-」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
-\family sans
-htbp
-\family default
-」のように区切りを入れることなく入力することができます。「
-\family sans
-h
-\family default
-」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
-\family sans
-フロート
-\family default
-オプションを使用しなければ大丈夫です。
-\end_layout
 
-\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-キャプション
-\family default
-メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "lst:リストフロート"
+}
+\end_layout
 
 \end_inset
 
-のように参照することができます。
+ ProcessBlue
 \end_layout
 
-\begin_layout Standard
-\begin_inset listings
-lstparams "language=Python"
-inline false
-status open
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "lst:リストフロート"
 
-\end_inset
 
-Example Listing Float
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-# Example listing float
-\end_layout
+Purple
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-def func(param):
+}{
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
-    'this is a python function'
-\end_layout
 
-\begin_layout Plain Layout
+\begin_inset Phantom Phantom
+status open
 
-    pass
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
-onのキーワード「def」が識別され、ボールド体で出力されます。
+\end_inset
+
+ Purple
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\series bold
-【註】
-\series default
-タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
-\family typewriter
-typewriter
-\family default
-フォントがボールド体を提供していません。この場合には、
-\family sans
-文書
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-設定
-\family default
-\SpecialChar \menuseparator
 
-\family sans
-フォント
-\family default
-メニューで別のフォントを選択してください(
-\emph on
-LuxiMono
-\emph default
-・
-\emph on
-BeraMono
-\emph default
-・
-\emph on
-Courier
-\emph default
-の各フォントはボールド体を提供します)。
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+RawSienna
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【訳註】
-\series default
-プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
-\begin_layout Standard
-プログラムリストダイアログの
-\family sans
-行番号
-\family default
-のセクションでは、行番号の様式を指定することができます。
-\family sans
-行間
-\family default
-フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
-\family sans
-拡張文字コード表を使う
-\family default
-オプションを使用しなくてはなりません。
-\begin_inset Newline newline
-\end_inset
-
-以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
-\begin_inset space \thinspace{}
-\end_inset
-
--
-\begin_inset space \thinspace{}
 \end_inset
 
-8」で設定したプログラムリストの例です。
-\end_layout
 
-\begin_layout Standard
-\begin_inset listings
-lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
-inline false
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-def func(param):
+}
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
-    'this is a python function'
+ RawSienna
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-    pass
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-def func(param):
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
-'This is a German word: Tschüß'
-\end_layout
+RedOrange
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-pass
+}{
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
-def func(param):
-\end_layout
 
-\begin_layout Plain Layout
+\begin_inset Phantom Phantom
+status open
 
-'this is a python function'
+\begin_layout Plain Layout
+W
 \end_layout
 
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-pass
+}
 \end_layout
 
 \end_inset
 
-
+ RedOrange
 \end_layout
 
-\begin_layout Standard
-プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
-\family sans
-タビュレータの大きさ
-\family default
-フィールドで指定することができます。
-\end_layout
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-\series bold
-【註】listings
-\series default
-パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
-に振られているのはこのためです。
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
+RedViolet
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
+\end_inset
 
-\family sans
-ファイル
-\family default
-\SpecialChar \menuseparator
 
-\family sans
-子文書
-\family default
-メニューを使用して
-\family sans
-プログラムリスト
-\family default
-型を選択してください
-\begin_inset Foot
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-他の子文書型については、第 section
-\begin_inset space ~
-\end_inset
-
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:子文書"
+}
+\end_layout
 
 \end_inset
 
-節に説明があります。
+ RedViolet
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
-疑問符「?」を打鍵してください。
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
-\family sans
-挿入
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-相互参照
-\family default
-メニューを使って参照できるようになります。
-\end_layout
 
-\begin_layout Standard
-プログラムリスト
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "lst:file-listing"
+\backslash
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
-は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
-\end_layout
+Rhodamine
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-\begin_inset CommandInset include
-LatexCommand lstinputlisting
-filename "EmbeddedObjects.lyx"
-lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
+\begin_layout Plain Layout
+
+}{
+\end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-リストに数式を入れるには、以下のようにします。
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Enumerate
-リストダイアログを開き、
-\family sans
-詳細
-\family default
-タブのフィールド中に
-\begin_inset Newline newline
 \end_inset
 
+ Rhodamine
+\end_layout
 
-\family sans
-mathescape=true
-\family default
-
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-と書き加えます。
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Enumerate
-リスト外で数式を作成します。
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Enumerate
-数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
-\begin_inset Info
-type  "shortcut"
-arg   "copy"
 \end_inset
 
-)。
+RoyalBlue
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
 \end_layout
 
-\begin_layout Enumerate
-リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
-\begin_inset Info
-type  "shortcut"
-arg   "paste"
 \end_inset
 
-)。
-\end_layout
 
-\begin_layout Standard
-\begin_inset listings
-lstparams "language=Python,mathescape=true"
-inline false
+\begin_inset Phantom Phantom
 status open
 
 \begin_layout Plain Layout
+W
+\end_layout
 
-\begin_inset Caption
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-Example Listing float containing a formula
+
+}
 \end_layout
 
 \end_inset
 
-# Example listing float
+ RoyalBlue
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-def func(param):
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
-    # $
-\backslash
-prod_{n=1}^{
-\backslash
-infty}
-\backslash
-,
+
 \backslash
-frac{1}{x^{2}}$
+fcolorbox{black}{
 \end_layout
 
+\end_inset
+
+RoyalPurple
+\begin_inset ERT
+status collapsed
+
 \begin_layout Plain Layout
 
-    pass
+}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-大域的なプログラムリストの設定は、
-\family sans
-文書
-\family default
-\SpecialChar \menuseparator
+\begin_inset ERT
+status collapsed
 
-\family sans
-設定
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-リスト
-\family default
-ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
-\family sans
-プログラムリスト設定
-\family default
-フィールドで疑問符「?」を打鍵してください。
+}
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-listings
-\series default
-パッケージについての詳しい情報については、取扱説明書
-\begin_inset CommandInset citation
-LatexCommand cite
-key "listings"
-
 \end_inset
 
-をご参照ください。.
+ RoyalPurple
 \end_layout
 
-\begin_layout Standard
-\begin_inset Newpage newpage
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
 
+\backslash
+fcolorbox{black}{
 \end_layout
 
-\begin_layout Chapter
-\start_of_appendix
-LyXで使用できる単位
-\begin_inset Index idx
+\end_inset
+
+RubineRed
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-たんい@単位
+
+}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset CommandInset label
-LatexCommand label
-name "cha:LyXで使用できる単位"
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-この文書で用いられる単位の理解のために、表
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:単位"
+\begin_layout Plain Layout
+
+}
+\end_layout
 
 \end_inset
 
-に、LyXで使うことのできる単位をまとめておきます。
+ RubineRed
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:単位"
 
-\end_inset
 
-単位
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
+Salmon
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
-\begin_layout Plain Layout
-\begin_inset VSpace medskip
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="20" 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
+W
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
 
 \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
-名称/摘要
+ Salmon
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-mm
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+SeaGreen
+\begin_inset ERT
+status collapsed
 
 \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_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-cm
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \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
-in
+ SeaGreen
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-インチ
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+Sepia
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-pt
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-ポイント (72.27
-\begin_inset Formula $\,$
-\end_inset
+W
+\end_layout
 
-pt = 1
-\begin_inset Formula $\,$
 \end_inset
 
-in)
+
+\begin_inset ERT
+status collapsed
+
+\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
-pc
+ Sepia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-パイカ (1
-\begin_inset Formula $\,$
-\end_inset
+\begin_inset ERT
+status collapsed
 
-pc = 12
-\begin_inset Formula $\,$
-\end_inset
+\begin_layout Plain Layout
 
-pt)
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+SkyBlue
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-sp
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-スケールポイント (65536
-\begin_inset Formula $\,$
-\end_inset
+W
+\end_layout
 
-sp = 1
-\begin_inset Formula $\,$
 \end_inset
 
-pt)
+
+\begin_inset ERT
+status collapsed
+
+\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
-bp
+ SkyBlue
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-ビッグポイント (72
-\begin_inset Formula $\,$
-\end_inset
+\begin_inset ERT
+status collapsed
 
-bp = 1
-\begin_inset Formula $\,$
-\end_inset
+\begin_layout Plain Layout
 
-in)
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+SpringGreen
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-dd
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-ディドー (72
-\begin_inset Formula $\,$
-\end_inset
+W
+\end_layout
 
-dd 
-\begin_inset Formula $\approx$
 \end_inset
 
- 37.6
-\begin_inset Formula $\,$
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
 \end_inset
 
-mm)
+ SpringGreen
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-cc
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \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
-シセロ (1
-\begin_inset Formula $\,$
-\end_inset
+Tan
+\begin_inset ERT
+status collapsed
 
-cc = 12
-\begin_inset Formula $\,$
-\end_inset
+\begin_layout Plain Layout
 
-dd)
+}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-Scale%
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \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
-text%
+ Tan
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-テキスト幅の%
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+TealBlue
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-col%
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-組段幅の%
+W
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-page%
+
+}
 \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
-用紙幅の%
+ TealBlue
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-line%
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+Thistle
+\begin_inset ERT
+status collapsed
 
 \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_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-theight%
+W
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \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
-pheight%
+ Thistle
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-用紙高さの%
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+Turquoise
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-ex
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-現在のフォントの文字「x」の高さ
+W
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-em
+
+}
 \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
-現在のフォントの文字「M」の幅
+ Turquoise
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-mu
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-数式単位 (1
-\begin_inset Formula $\,$
-\end_inset
 
-mu = 1/18
-\begin_inset Formula $\,$
-\end_inset
 
-em)
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
+Violet
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Phantom Phantom
+status open
 
-\begin_layout Chapter
-画像を含む場合のファイル出力形式
-\begin_inset CommandInset label
-LatexCommand label
-name "cha:ファイル出力形式"
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Section
-DVI
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ふぁいるしょしき@ファイル書式 ! DVI
+
+}
 \end_layout
 
 \end_inset
 
+ Violet
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-DVI|see
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-ファイル書式
+VioletRed
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-このファイル型の拡張子は「
-\family typewriter
-.dvi
-\family default
-」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
-別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
-っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
 
-\begin_layout Plain Layout
-【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
+ VioletRed
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-ですから、お使いの
-\family typewriter
-.dvi
-\family default
-ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
-Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
-DFを使用することをお勧めします。
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-使用中の文書は、
-\family sans
-ファイル
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-書き出し
-\family default
-\SpecialChar \menuseparator
 
-\family sans
-DVI
-\family default
-メニューを使用して、DVIに書き出すことができます。また、
-\family sans
-表示
-\family default
-メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/buffer-view_dvi.png
-       scale 85
-       scaleBeforeRotation
+\backslash
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
-を使用すれば、使用中の文書をDVIで表示させることができます。
+WildStrawberry
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
 \end_layout
 
-\begin_layout Section
-PostScript
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:PostScript"
+\end_inset
+
+
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
+\end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ふぁいるしょしき@ファイル書式 ! PostScript
+
+}
 \end_layout
 
 \end_inset
 
+ WildStrawberry
+\end_layout
 
-\begin_inset Index idx
-status collapsed
+\end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-PostScript|see
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-{
+
+\backslash
+fcolorbox{black}{
 \end_layout
 
 \end_inset
 
-ファイル書式
+YellowGreen
 \begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
 
-}
+}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Phantom Phantom
+status open
+
+\begin_layout Plain Layout
+W
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-このファイル型の拡張子は「
-\family typewriter
-.ps
-\family default
-」です。PostScriptは、
-\family typewriter
-Adobe
-\family default
-社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
-り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
-\begin_inset Foot
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-これについてもう少し学ぶ気があれば、LaTeXパッケージ
-\series bold
-PSTricks
-\series default
 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "pstricks"
+}
+\end_layout
 
 \end_inset
 
-を見てみてください。
+ YellowGreen
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-。この機能のためにPostScriptはPDFよりも大きくなりがちです。
-\end_layout
-
-\begin_layout Standard
-PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
-\family typewriter
-.eps
-\family default
-」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
-で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
-ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
-を直接EPSとして入れておく方がよいでしょう。
-\end_layout
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-文書は、
-\family sans
-ファイル
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-書き出し
-\family default
-\SpecialChar \menuseparator
 
-\family sans
-Postscript
-\family default
-メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
-\family sans
-表示
-\family default
-メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/buffer-view_ps.png
-       scale 85
-       scaleBeforeRotation
+\backslash
+fcolorbox{black}{
+\end_layout
 
 \end_inset
 
-を使用することでPostScriptとして表示させることができます。
-\end_layout
-
-\begin_layout Section
-PDF
-\begin_inset Index idx
+YellowOrange
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-ふぁいるしょしき@ファイル書式 ! PDF
+
+}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Index idx
-status collapsed
+\begin_inset Phantom Phantom
+status open
 
 \begin_layout Plain Layout
-PDF
+W
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-このファイル型の拡張子は「
-\family typewriter
-.pdf
-\family default
-」です。この「Portable Document Format (PDF)」は、
-\family typewriter
-Adobe
-\family default
-社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
-le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
-\end_layout
-
-\begin_layout Standard
-PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
-\family typewriter
-.jpg
-\family default
-」または「
-\family typewriter
-.jpeg
-\family default
-」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
-\family typewriter
-.png
-\family default
-」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
-できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
-とをお勧めします。
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-使用中の文書は、
-\family sans
-ファイル
-\family default
-\SpecialChar \menuseparator
+\begin_layout Plain Layout
 
-\family sans
-書き出し
-\family default
-メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
+}
 \end_layout
 
-\begin_layout Description
-PDF
-\begin_inset space ~
 \end_inset
 
-(ps2pdf) これは
-\family typewriter
-ps2pdf
-\family default
-プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
-\family typewriter
-dvips
-\family default
-プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
+ YellowOrange
 \end_layout
 
-\begin_layout Description
-PDF
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 
-(dvipdfm) これは
-\family typewriter
-dvipdfm
-\family default
-プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
 \end_layout
 
-\begin_layout Description
-PDF
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-(pdflatex) これは
-\family typewriter
-pdftex
-\family default
-プログラムを使って、現在のファイルを直接PDFに変換します。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
+\end_layout
 
-\family typewriter
-pdftex
-\family default
-は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
-\family sans
-PDF
-\begin_inset space ~
 \end_inset
+</cell>
+<cell alignment="left" valignment="top" usebox="none">
+\begin_inset Text
 
-(pdflatex)
-\family default
-を使用することが推奨されます。
-\family typewriter
-dvipdfm
-\family default
-プログラムは開発が停止しており、若干時代遅れになっています。
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-使用中の文書をPDFとして表示するには、
-\family sans
-表示
-\family default
-メニューかツールバーボタン
-\begin_inset Graphics
-       filename ../../images/buffer-view_pdf2.png
-       scale 85
-       scaleBeforeRotation
+\end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-(これは
-\family sans
-PDF
-\begin_inset space ~
 \end_inset
 
-(pdflatex)
-\family default
-を使用します)を用います。
+
 \end_layout
 
 \begin_layout Chapter
@@ -33938,9 +42845,6 @@ name "cha:式の説明"
 \end_inset
 
 は
-\end_layout
-
-\begin_layout Standard
 \begin_inset Formula 
 \begin{equation}
 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
@@ -33992,9 +42896,6 @@ reference "eq:Wtot_n"
 \end_inset
 
 は
-\end_layout
-
-\begin_layout Standard
 \begin_inset Formula 
 \begin{equation}
 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
@@ -34033,12 +42934,9 @@ reference "eq:Wtot_mult"
 \end_inset
 
 を計算することができて、
-\end_layout
-
-\begin_layout Standard
 \begin_inset Formula 
 \begin{equation}
-W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
+W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
 \end{equation}
 
 \end_inset
@@ -34095,6 +42993,39 @@ LaTeX: A Document Preparation System.
  Addison-Wesley, second edition, 1994
 \end_layout
 
+\begin_layout Bibliography
+\labelwidthstring 参考文献
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "arydshln"
+
+\end_inset
+
+LaTeXパッケージ
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "arydshln"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
+
+\end_inset
+
+
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
@@ -34165,7 +43096,7 @@ LaTeXぱっけーじ@LaTeXパッケージ ! caption
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "endfloat"
+key "diagbox"
 
 \end_inset
 
@@ -34174,8 +43105,8 @@ LaTeXパッケージ
 
 \begin_inset CommandInset href
 LatexCommand href
-name "endfloat"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
+name "diagbox"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
 
 \end_inset
 
@@ -34186,19 +43117,19 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloa
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
+LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
 \end_layout
 
 \end_inset
 
-の取扱説明書
+
 \end_layout
 
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "wrapfig"
+key "endfloat"
 
 \end_inset
 
@@ -34207,8 +43138,8 @@ LaTeXパッケージ
 
 \begin_inset CommandInset href
 LatexCommand href
-name "wrapfig"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
+name "endfloat"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
 
 \end_inset
 
@@ -34219,7 +43150,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
+LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
 \end_layout
 
 \end_inset
@@ -34359,6 +43290,51 @@ LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
 の取扱説明書
 \end_layout
 
+\begin_layout Bibliography
+\labelwidthstring 参考文献
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "lettrine"
+
+\end_inset
+
+LaTeXパッケージ 
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "lettrine"
+target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
+
+\end_inset
+
+
+\series default
+\lang english
+and an
+\lang japanese
+\begin_inset CommandInset href
+LatexCommand href
+name "example"
+target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
@@ -34429,52 +43405,40 @@ LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "lettrine"
+key "pdfpages"
 
 \end_inset
 
-LaTeXパッケージ 
+LaTeXパッケージ
 \series bold
 
 \begin_inset CommandInset href
 LatexCommand href
-name "lettrine"
-target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
+name "pdfpages"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
 
 \end_inset
 
 
 \series default
-\lang english
-and an
-\lang japanese
-\begin_inset CommandInset href
-LatexCommand href
-name "example"
-target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
-
-\end_inset
-
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
+LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
 \end_layout
 
 \end_inset
 
-
+の取扱説明書
 \end_layout
 
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "pstricks"
+key "prettyref"
 
 \end_inset
 
@@ -34483,8 +43447,8 @@ LaTeXパッケージ
 
 \begin_inset CommandInset href
 LatexCommand href
-name "PSTricks"
-target "http://tug.org/PSTricks/"
+name "prettyref"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
 
 \end_inset
 
@@ -34495,19 +43459,19 @@ target "http://tug.org/PSTricks/"
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
+LaTeXぱっけーじ@LaTeXパッケージ! prettyref
 \end_layout
 
 \end_inset
 
-のã\82¦ã\82§ã\83\96ã\83\9aã\83¼ã\82¸
+のå\8f\96æ\89±èª¬æ\98\8eæ\9b¸
 \end_layout
 
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "sidecap"
+key "pstricks"
 
 \end_inset
 
@@ -34516,8 +43480,8 @@ LaTeXパッケージ
 
 \begin_inset CommandInset href
 LatexCommand href
-name "sidecap"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
+name "PSTricks"
+target "http://tug.org/PSTricks/"
 
 \end_inset
 
@@ -34528,19 +43492,19 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
+LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
 \end_layout
 
 \end_inset
 
-のå\8f\96æ\89±èª¬æ\98\8eæ\9b¸
+のã\82¦ã\82§ã\83\96ã\83\9aã\83¼ã\82¸
 \end_layout
 
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "prettyref"
+key "refstyle"
 
 \end_inset
 
@@ -34549,8 +43513,8 @@ LaTeXパッケージ
 
 \begin_inset CommandInset href
 LatexCommand href
-name "prettyref"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
+name "refstyle"
+target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
 
 \end_inset
 
@@ -34561,19 +43525,19 @@ target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ! prettyref
+LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
 \end_layout
 
 \end_inset
 
-
+の取扱説明書
 \end_layout
 
 \begin_layout Bibliography
 \labelwidthstring 参考文献
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "refstyle"
+key "sidecap"
 
 \end_inset
 
@@ -34582,8 +43546,8 @@ LaTeXパッケージ
 
 \begin_inset CommandInset href
 LatexCommand href
-name "refstyle"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
+name "sidecap"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
 
 \end_inset
 
@@ -34594,12 +43558,12 @@ target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/
 status collapsed
 
 \begin_layout Plain Layout
-LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
+LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
 \end_layout
 
 \end_inset
 
-
+の取扱説明書
 \end_layout
 
 \begin_layout Bibliography