]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used to have extra space in table cells
91 \@ifundefined{extrarowheight}
92  {\usepackage{array}}{}
93 \setlength{\extrarowheight}{2pt}
94
95 % used for customized tables
96 % ---
97 \newcolumntype{M}[1]
98  {>{\centering\hspace{0pt}}m{#1}}
99
100 \newcolumntype{S}[2]
101  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
102
103 \newcolumntype{K}[1]
104  {>{\columncolor{#1}\hspace{0pt}}c}
105
106 \newcolumntype{V}{!{\vrule width 1.5pt}}
107
108 \newcolumntype{W}{!{\color{green}\vline}}
109 % ---
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package arydshln
125 % used for tables with dashed lines
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % check for package marginnote
133 % used for margin notes
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % check for package sidecap
142 % used for captions on the side
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % check for picinpar
150 % used for surrounded fixed objects
151 \newboolean{picinpar}
152 \IfFileExists{picinpar.sty}
153  {\usepackage{picinpar}
154   \setboolean{picinpar}{true}}
155  {\setboolean{picinpar}{false}}
156
157 % check for lettrine
158 \newboolean{lettrine}
159 \IfFileExists{lettrine.sty}
160  {\usepackage{lettrine}
161   \setboolean{lettrine}{true}}
162  {\setboolean{lettrine}{false}}
163
164 % check for diagbox
165 \newboolean{diagbox}
166 \IfFileExists{diagbox.sty}
167  {\usepackage{diagbox}
168   \setboolean{diagbox}{true}}
169  {\setboolean{diagbox}{false}}
170
171 \usepackage{t1enc}
172 \renewcommand{\seename}{→}
173
174 \usepackage{subfig}
175 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
176 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
177 \end_preamble
178 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
179 \use_default_options false
180 \begin_modules
181 initials
182 \end_modules
183 \maintain_unincluded_children false
184 \language japanese
185 \language_package default
186 \inputencoding auto
187 \fontencoding global
188 \font_roman default
189 \font_sans default
190 \font_typewriter default
191 \font_default_family default
192 \use_non_tex_fonts false
193 \font_sc false
194 \font_osf false
195 \font_sf_scale 100
196 \font_tt_scale 100
197
198 \graphics default
199 \default_output_format default
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize 12
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
207 \pdf_author "LyX Team, Uwe Stohr"
208 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
209 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
210 \pdf_bookmarks true
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
220 \papersize a4paper
221 \use_geometry true
222 \use_amsmath 2
223 \use_esint 0
224 \use_mhchem 1
225 \use_mathdots 1
226 \cite_engine basic
227 \use_bibtopic false
228 \use_indices false
229 \paperorientation portrait
230 \suppress_date false
231 \use_refstyle 0
232 \notefontcolor #0000ff
233 \index 索引
234 \shortcut idx
235 \color #008000
236 \end_index
237 \leftmargin 2.5cm
238 \topmargin 2.5cm
239 \rightmargin 2.5cm
240 \bottommargin 3cm
241 \secnumdepth 3
242 \tocdepth 3
243 \paragraph_separation skip
244 \defskip medskip
245 \quotes_language english
246 \papercolumns 1
247 \papersides 2
248 \paperpagestyle default
249 \bullet 1 1 34 -1
250 \bullet 2 2 35 -1
251 \bullet 3 2 7 -1
252 \tracking_changes false
253 \output_changes false
254 \html_math_output 0
255 \html_css_as_file 0
256 \html_be_strict false
257 \end_header
258
259 \begin_body
260
261 \begin_layout Title
262 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
263 \end_layout
264
265 \begin_layout Author
266 LyXプロジェクトチーム
267 \begin_inset Foot
268 status collapsed
269
270 \begin_layout Plain Layout
271 \noindent
272 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
277 type "mailto:"
278
279 \end_inset
280
281  までお送り下さい。
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Plain Layout
291 著者:Uwe Stöhr
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \begin_inset Newline newline
302 \end_inset
303
304
305 \family sans
306 バージョン2.0.x
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset CommandInset toc
311 LatexCommand tableofcontents
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset Note Note
320 status open
321
322 \begin_layout Plain Layout
323 本文書の全体をPDFやPS、DVIに書き出すには、
324 \series bold
325 arydshln
326 \series default
327
328 \series bold
329 colortbl
330 \series default
331
332 \series bold
333 diagbox
334 \series default
335
336 \series bold
337 lettrine
338 \series default
339
340 \series bold
341 marginnote
342 \series default
343
344 \series bold
345 picinpar
346 \series default
347
348 \series bold
349 sidecap
350 \series default
351 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
352 されません。
353 \end_layout
354
355 \begin_layout Plain Layout
356 本文書の最新PDF版は
357 \begin_inset Newline newline
358 \end_inset
359
360
361 \series bold
362 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
363 \series default
364
365 \begin_inset Newline newline
366 \end_inset
367
368 にあります。
369 \end_layout
370
371 \end_inset
372
373
374 \end_layout
375
376 \begin_layout Chapter
377
378 \begin_inset Index idx
379 status collapsed
380
381 \begin_layout Plain Layout
382 ず@図
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 がぞう@画像|see
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 {
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409 }
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Section
423 画像ダイアログ
424 \begin_inset Index idx
425 status collapsed
426
427 \begin_layout Plain Layout
428 ず@図 ! がぞうだいあろぐ@画像ダイアログ
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset CommandInset label
435 LatexCommand label
436 name "sec:画像ダイアログ"
437
438 \end_inset
439
440
441 \end_layout
442
443 \begin_layout Standard
444 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
445 \family sans
446
447 \begin_inset Info
448 type  "icon"
449 arg   "dialog-show-new-inset graphics"
450 \end_inset
451
452
453 \family default
454 をクリックするか、
455 \family sans
456 挿入\SpecialChar \menuseparator
457 画像
458 \family default
459 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
460 \end_layout
461
462 \begin_layout Standard
463 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
464 \end_layout
465
466 \begin_layout Description
467
468 \family sans
469 画像
470 \family default
471  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
472 \begin_inset CommandInset ref
473 LatexCommand ref
474 reference "cha:LyXで使用できる単位"
475
476 \end_inset
477
478 に説明があります。
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 ず@図 ! のかいてん@---の回転
488 \end_layout
489
490 \end_inset
491
492 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
493 \begin_inset Newline newline
494 \end_inset
495
496
497 \begin_inset Index idx
498 status collapsed
499
500 \begin_layout Plain Layout
501 ず@図 ! のしんしゅく@---の伸縮
502 \end_layout
503
504 \end_inset
505
506 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
507 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
508 \family sans
509 縦横比を維持する
510 \family default
511 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
512 \begin_inset Newline newline
513 \end_inset
514
515 画像を右クリックすると現れるコンテクストメニューで
516 \family sans
517 外部で編集
518 \family default
519 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
520 ます。
521 \end_layout
522
523 \begin_layout Description
524
525 \family sans
526 切り抜き
527 \family default
528  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
529 \family sans
530 ファイルから取得
531 \family default
532 ボタンを押すことによって、自動的に計算することもできます。
533 \family sans
534 境界枠で切り抜く
535 \family default
536 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
537 \end_layout
538
539 \begin_layout Description
540
541 \family sans
542 LaTeXとLyXのオプション
543 \family default
544  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
545 \family sans
546
547 \begin_inset Newline newline
548 \end_inset
549
550 下書きモード
551 \family default
552 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
553 \family sans
554
555 \begin_inset Newline newline
556 \end_inset
557
558 エクスポートする際に解凍しない
559 \family default
560 オプションは、
561 \emph on
562 x.eps.gz
563 \emph default
564 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
565 ません。
566 \begin_inset Newline newline
567 \end_inset
568
569 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
570 \begin_inset CommandInset ref
571 LatexCommand ref
572 reference "sec:PostScript"
573
574 \end_inset
575
576 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
577 \begin_inset Newline newline
578 \end_inset
579
580
581 \series bold
582 gzip x.eps
583 \series default
584
585 \begin_inset Newline newline
586 \end_inset
587
588
589 \series bold
590 zgrep %%Bounding x.eps.gz > x.eps.bb
591 \series default
592
593 \begin_inset Newline newline
594 \end_inset
595
596 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
597 \begin_inset Newline newline
598 \end_inset
599
600
601 \lang english
602 In the section 
603 \family sans
604 Graphics
605 \begin_inset space ~
606 \end_inset
607
608 Group
609 \family default
610  you can define or join an image settings group.
611 \lang japanese
612
613 \begin_inset Index idx
614 status collapsed
615
616 \begin_layout Plain Layout
617 ず@図 ! せっていぐるーぷ@設定グループ
618 \end_layout
619
620 \end_inset
621
622 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
623 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
624 ーを使用して、望むグループ名をチェックすることで行うこともできます。
625 \end_layout
626
627 \begin_layout Standard
628 \begin_inset VSpace bigskip
629 \end_inset
630
631
632 \end_layout
633
634 \begin_layout Standard
635 下記はEPS書式
636 \begin_inset Foot
637 status collapsed
638
639 \begin_layout Plain Layout
640 画像書式は、第
641 \begin_inset CommandInset ref
642 LatexCommand ref
643 reference "sec:画像書式"
644
645 \end_inset
646
647 節に説明されています。
648 \end_layout
649
650 \end_inset
651
652 の画像の例で、単独の中央揃えの段落に置いてあります。
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename ../clipart/mobius.eps
659         scale 70
660         scaleBeforeRotation
661         rotateOrigin center
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 下記は上と同じ画像ですが、下書きモードのものです。
670 \end_layout
671
672 \begin_layout Standard
673 \align center
674 \begin_inset Graphics
675         filename ../clipart/mobius.eps
676         scale 70
677         draft
678         scaleBeforeRotation
679         rotateOrigin center
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \begin_inset Newpage newpage
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Section
694 図フロート
695 \begin_inset CommandInset label
696 LatexCommand label
697 name "sec:図フロート"
698
699 \end_inset
700
701
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 ふろーと@フロート ! ず@図
707 \end_layout
708
709 \end_inset
710
711
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 ず@図 ! ふろーと@フロート
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 フロートについての一般的な説明は、第
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "sec:フロートはじめに"
729
730 \end_inset
731
732 節をご覧下さい。
733 \end_layout
734
735 \begin_layout Standard
736 ツールバーボタンの
737 \family sans
738
739 \begin_inset Info
740 type  "icon"
741 arg   "float-insert figure"
742 \end_inset
743
744
745 \family default
746
747 \family sans
748 挿入\SpecialChar \menuseparator
749 フロート\SpecialChar \menuseparator
750
751 \family default
752 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
753 \begin_inset CommandInset ref
754 LatexCommand ref
755 reference "fig:犠牲のカモノハシ"
756
757 \end_inset
758
759 のようにキャプションの上に置くこともできますし、図
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "fig:エッシャー"
763
764 \end_inset
765
766 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "sec:キャプションの配置"
770
771 \end_inset
772
773 節に述べられています。
774 \end_layout
775
776 \begin_layout Standard
777 \begin_inset Float figure
778 wide false
779 sideways false
780 status open
781
782 \begin_layout Plain Layout
783 \align center
784 \begin_inset Graphics
785         filename ../clipart/platypus.eps
786         width 50col%
787         scaleBeforeRotation
788         rotateOrigin center
789
790 \end_inset
791
792
793 \end_layout
794
795 \begin_layout Plain Layout
796 \begin_inset Caption
797
798 \begin_layout Plain Layout
799 \begin_inset CommandInset label
800 LatexCommand label
801 name "fig:犠牲のカモノハシ"
802
803 \end_inset
804
805 フロート中の激しく歪んだカモノハシ
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \end_inset
814
815
816 \end_layout
817
818 \begin_layout Standard
819 \begin_inset Float figure
820 wide false
821 sideways false
822 status open
823
824 \begin_layout Plain Layout
825 \begin_inset Caption
826
827 \begin_layout Plain Layout
828 \begin_inset CommandInset label
829 LatexCommand label
830 name "fig:エッシャー"
831
832 \end_inset
833
834 行ってしまったM.C.エッシャー
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \begin_layout Plain Layout
843 \align center
844 \begin_inset Graphics
845         filename ../clipart/escher-lsd.eps
846         scale 80
847         scaleBeforeRotation
848         rotateOrigin center
849
850 \end_inset
851
852
853 \end_layout
854
855 \end_inset
856
857
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Index idx
862 status collapsed
863
864 \begin_layout Plain Layout
865 さんしょう@参照 ! ずへの@図への ---
866 \end_layout
867
868 \end_inset
869
870
871 \begin_inset CommandInset ref
872 LatexCommand ref
873 reference "fig:犠牲のカモノハシ"
874
875 \end_inset
876
877 図と第
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "fig:エッシャー"
881
882 \end_inset
883
884 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
885 \family sans
886 挿入\SpecialChar \menuseparator
887 ラベル
888 \family default
889 メニューかツールバーボタン
890 \family sans
891
892 \begin_inset Info
893 type  "icon"
894 arg   "label-insert"
895 \end_inset
896
897
898 \family default
899 を使用して、キャプションにラベルを挿入してください。その後、
900 \family sans
901 挿入\SpecialChar \menuseparator
902 相互参照
903 \family default
904 メニューかツールバーボタン
905 \family sans
906
907 \begin_inset Info
908 type  "icon"
909 arg   "dialog-show-new-inset ref"
910 \end_inset
911
912
913 \family default
914 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
915 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
916 \begin_inset Newline newline
917 \end_inset
918
919 参照は、第
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "sec:フロートの参照"
923
924 \end_inset
925
926 節で詳細に説明されています。
927 \end_layout
928
929 \begin_layout Standard
930 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
931 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
932 \begin_inset CommandInset ref
933 LatexCommand ref
934 reference "fig:歪められた二つの像"
935
936 \end_inset
937
938 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
939 \begin_inset CommandInset ref
940 LatexCommand ref
941 reference "fig:何かわからない構造"
942
943 \end_inset
944
945 と図
946 \begin_inset CommandInset ref
947 LatexCommand ref
948 reference "fig:カモノハシ"
949
950 \end_inset
951
952 が内部図になります。
953 \end_layout
954
955 \begin_layout Standard
956 \begin_inset Float figure
957 wide false
958 sideways false
959 status open
960
961 \begin_layout Plain Layout
962 \begin_inset space \hfill{}
963 \end_inset
964
965
966 \begin_inset Float figure
967 wide false
968 sideways false
969 status open
970
971 \begin_layout Plain Layout
972 \begin_inset Caption
973
974 \begin_layout Plain Layout
975 \begin_inset CommandInset label
976 LatexCommand label
977 name "fig:何かわからない構造"
978
979 \end_inset
980
981 何かわからない構造
982 \end_layout
983
984 \end_inset
985
986
987 \end_layout
988
989 \begin_layout Plain Layout
990 \begin_inset Graphics
991         filename ../clipart/escher-lsd.eps
992         width 45col%
993         scaleBeforeRotation
994         groupId distorted
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \begin_inset space \hfill{}
1005 \end_inset
1006
1007
1008 \begin_inset Float figure
1009 wide false
1010 sideways false
1011 status open
1012
1013 \begin_layout Plain Layout
1014 \begin_inset Caption
1015
1016 \begin_layout Plain Layout
1017 \begin_inset CommandInset label
1018 LatexCommand label
1019 name "fig:カモノハシ"
1020
1021 \end_inset
1022
1023 カモノハシ
1024 \end_layout
1025
1026 \end_inset
1027
1028
1029 \end_layout
1030
1031 \begin_layout Plain Layout
1032 \begin_inset Graphics
1033         filename ../clipart/platypus.eps
1034         width 45col%
1035         scaleBeforeRotation
1036         groupId distorted
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \end_inset
1044
1045
1046 \begin_inset space \hfill{}
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Plain Layout
1053 \begin_inset Caption
1054
1055 \begin_layout Plain Layout
1056 \begin_inset CommandInset label
1057 LatexCommand label
1058 name "fig:歪められた二つの像"
1059
1060 \end_inset
1061
1062 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Newpage newpage
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \begin_layout Section
1083 画像書式
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "sec:画像書式"
1087
1088 \end_inset
1089
1090
1091 \begin_inset Index idx
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 がぞうしょしき@画像書式
1096 \end_layout
1097
1098 \end_inset
1099
1100
1101 \begin_inset Index idx
1102 status collapsed
1103
1104 \begin_layout Plain Layout
1105 ず@図 ! がぞうしょしき@画像書式
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Standard
1114 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "cha:ファイル出力形式"
1118
1119 \end_inset
1120
1121 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1122 ウンドで
1123 \family typewriter
1124 ImageMagick
1125 \family default
1126 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1127 用するとよいでしょう。出力ファイル書式は、付録
1128 \begin_inset CommandInset ref
1129 LatexCommand ref
1130 reference "cha:ファイル出力形式"
1131
1132 \end_inset
1133
1134 に説明されています。
1135 \end_layout
1136
1137 \begin_layout Standard
1138 フォントと同じく、画像形式にも以下の二つの型があります。
1139 \end_layout
1140
1141 \begin_layout Description
1142 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1143 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1144 \family typewriter
1145 .gif
1146 \family default
1147 」)
1148 \begin_inset Index idx
1149 status collapsed
1150
1151 \begin_layout Plain Layout
1152 GIF|see
1153 \begin_inset ERT
1154 status collapsed
1155
1156 \begin_layout Plain Layout
1157
1158 {
1159 \end_layout
1160
1161 \end_inset
1162
1163 画像書式
1164 \begin_inset ERT
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168
1169 }
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \end_inset
1178
1179 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1180 \family typewriter
1181 .png
1182 \family default
1183 」)
1184 \begin_inset Index idx
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188 PNG|see
1189 \begin_inset ERT
1190 status collapsed
1191
1192 \begin_layout Plain Layout
1193
1194 {
1195 \end_layout
1196
1197 \end_inset
1198
1199 画像書式
1200 \begin_inset ERT
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204
1205 }
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \end_inset
1214
1215 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1216 \family typewriter
1217 .jpg
1218 \family default
1219 」または「
1220 \family typewriter
1221 .jpeg
1222 \family default
1223 」)
1224 \begin_inset Index idx
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228 JPG|see
1229 \begin_inset ERT
1230 status collapsed
1231
1232 \begin_layout Plain Layout
1233
1234 {
1235 \end_layout
1236
1237 \end_inset
1238
1239 画像書式
1240 \begin_inset ERT
1241 status collapsed
1242
1243 \begin_layout Plain Layout
1244
1245 }
1246 \end_layout
1247
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \end_inset
1254
1255 などがあります。
1256 \end_layout
1257
1258 \begin_layout Description
1259 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1260 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1261 に便利です。
1262 \begin_inset Newline newline
1263 \end_inset
1264
1265 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1266 \family typewriter
1267 .svg
1268 \family default
1269 」)
1270 \begin_inset Index idx
1271 status collapsed
1272
1273 \begin_layout Plain Layout
1274 SVG|see
1275 \begin_inset ERT
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279
1280 {
1281 \end_layout
1282
1283 \end_inset
1284
1285 画像書式
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 }
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \end_layout
1298
1299 \end_inset
1300
1301 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1302 \family typewriter
1303 .eps
1304 \family default
1305 」)
1306 \begin_inset Index idx
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310 EPS|see
1311 \begin_inset ERT
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315
1316 {
1317 \end_layout
1318
1319 \end_inset
1320
1321 画像書式
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 }
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \end_inset
1336
1337 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1338 \family typewriter
1339 .pdf
1340 \family default
1341 」)
1342 \begin_inset Index idx
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346 PDF
1347 \end_layout
1348
1349 \end_inset
1350
1351 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1352 \family typewriter
1353 .wmf
1354 \family default
1355 」)
1356 \begin_inset Index idx
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360 SVG|see
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 {
1367 \end_layout
1368
1369 \end_inset
1370
1371 画像書式
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 }
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1388 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1389 \begin_inset Foot
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 PDFの場合には、さらに元画像が圧縮されます。
1394 \end_layout
1395
1396 \end_inset
1397
1398 。たとえば、
1399 \family typewriter
1400 Adobe Photoshop
1401 \family default
1402 が生成するPDFファイルは、ビットマップ画像です。
1403 \end_layout
1404
1405 \begin_layout Standard
1406 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1407 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1408 \begin_inset Formula $\to$
1409 \end_inset
1410
1411 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1412 \end_layout
1413
1414 \begin_layout Chapter
1415
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 ひょう@表
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \begin_layout Section
1429 はじめに
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 ひょう@表 ! はじめに
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \begin_layout Standard
1443
1444 \family roman
1445 \series medium
1446 \shape up
1447 \size normal
1448 \emph off
1449 \bar no
1450 \noun off
1451 \color none
1452 表を挿入するには、ツールバーボタ
1453 \family default
1454 \series default
1455 \shape default
1456 \size default
1457 \emph default
1458 \bar default
1459 \noun default
1460 \color inherit
1461
1462 \begin_inset Info
1463 type  "icon"
1464 arg   "tabular-insert"
1465 \end_inset
1466
1467
1468 \family roman
1469 \series medium
1470 \shape up
1471 \size normal
1472 \emph off
1473 \bar no
1474 \noun off
1475 \color none
1476
1477 \family sans
1478 \series default
1479 \shape default
1480 \size default
1481 \emph default
1482 \bar default
1483 \noun default
1484 \color inherit
1485 挿入\SpecialChar \menuseparator
1486
1487 \family default
1488 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1489 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1490 \begin_inset Newline newline
1491 \end_inset
1492
1493 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1494 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1495 \end_layout
1496
1497 \begin_layout Standard
1498 \align center
1499 \begin_inset Tabular
1500 <lyxtabular version="3" rows="4" columns="4">
1501 <features tabularvalignment="middle">
1502 <column alignment="center" valignment="top" width="0">
1503 <column alignment="center" valignment="top" width="0">
1504 <column alignment="center" valignment="top" width="0">
1505 <column alignment="center" valignment="top" width="0">
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 1
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 2
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 3
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 </row>
1544 <row>
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 </row>
1582 <row>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 </row>
1620 <row>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634
1635 \end_layout
1636
1637 \end_inset
1638 </cell>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 </row>
1658 </lyxtabular>
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Section
1666 表ダイアログ
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 ひょう@表 ! だいあろぐ@ダイアログ
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680
1681 \family roman
1682 \series medium
1683 \shape up
1684 \size normal
1685 \emph off
1686 \bar no
1687 \noun off
1688 \color none
1689 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1690 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1691 \family default
1692 \series default
1693 \shape default
1694 \size default
1695 \emph default
1696 \bar default
1697 \noun default
1698 \color inherit
1699 セルの
1700 \emph on
1701 内容
1702 \emph default
1703 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1704 \begin_inset Newline newline
1705 \end_inset
1706
1707 ダイアログオプションの
1708 \family sans
1709 直ちに適用
1710 \family default
1711 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1712 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1713 \begin_inset Newline newline
1714 \end_inset
1715
1716 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1717 \end_layout
1718
1719 \begin_layout Description
1720
1721 \family sans
1722 表の設定
1723 \family default
1724  ここでは、現在列の幅と水平揃えを設定することができます。
1725 \family sans
1726 小数点で
1727 \family default
1728 とある揃えは、第
1729 \begin_inset CommandInset ref
1730 LatexCommand ref
1731 reference "sub:特殊なセル揃え"
1732
1733 \end_inset
1734
1735 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1736 は、第
1737 \begin_inset CommandInset ref
1738 LatexCommand ref
1739 reference "sub:複数行"
1740
1741 \end_inset
1742
1743 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1744 \begin_inset Newline newline
1745 \end_inset
1746
1747 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1748 \begin_inset CommandInset ref
1749 LatexCommand ref
1750 reference "sub:連結列"
1751
1752 \end_inset
1753
1754 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1755 \begin_inset CommandInset ref
1756 LatexCommand ref
1757 reference "sub:連結行"
1758
1759 \end_inset
1760
1761 節をご参照ください。
1762 \begin_inset Newline newline
1763 \end_inset
1764
1765 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1766 \begin_inset Newline newline
1767 \end_inset
1768
1769
1770 \begin_inset Note Greyedout
1771 status open
1772
1773 \begin_layout Plain Layout
1774
1775 \series bold
1776 【註】
1777 \series default
1778 DVIビューアのすべてが回転を表示できるわけではありません。
1779 \end_layout
1780
1781 \end_inset
1782
1783
1784 \begin_inset Newline newline
1785 \end_inset
1786
1787 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1788 \begin_inset Newline newline
1789 \end_inset
1790
1791 各種の揃えを適用した同一行中の表:
1792 \begin_inset Tabular
1793 <lyxtabular version="3" rows="2" columns="2">
1794 <features tabularvalignment="top">
1795 <column alignment="center" valignment="top" width="0pt">
1796 <column alignment="center" valignment="top" width="0">
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811 1
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 A
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 </lyxtabular>
1838
1839 \end_inset
1840
1841  
1842 \begin_inset Tabular
1843 <lyxtabular version="3" rows="2" columns="2">
1844 <features tabularvalignment="middle">
1845 <column alignment="center" valignment="top" width="0">
1846 <column alignment="center" valignment="top" width="0">
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 1
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 A
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 </row>
1887 </lyxtabular>
1888
1889 \end_inset
1890
1891  
1892 \begin_inset Tabular
1893 <lyxtabular version="3" rows="2" columns="2">
1894 <features tabularvalignment="bottom">
1895 <column alignment="center" valignment="top" width="0pt">
1896 <column alignment="center" valignment="top" width="0">
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 1
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 A
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 </row>
1937 </lyxtabular>
1938
1939 \end_inset
1940
1941
1942 \begin_inset Newline newline
1943 \end_inset
1944
1945 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "sub:連結列の計算"
1949
1950 \end_inset
1951
1952 節および第
1953 \begin_inset CommandInset ref
1954 LatexCommand ref
1955 reference "sec:色付きの表"
1956
1957 \end_inset
1958
1959 節をご参照下さい。
1960 \end_layout
1961
1962 \begin_layout Description
1963
1964 \family sans
1965 罫線
1966 \family default
1967  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 様式オプションとして
1972 \family sans
1973 フォーマル様式
1974 \family default
1975 を使用すると、第
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "sec:フォーマル形式の表"
1979
1980 \end_inset
1981
1982 節に述べられているフォーマル様式の表に表を変換します。
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 またここで、第
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sub:行の余白取り"
1990
1991 \end_inset
1992
1993 節に述べられているように、表の行に空白を追加することもできます。
1994 \end_layout
1995
1996 \begin_layout Description
1997
1998 \family sans
1999 長尺表
2000 \family default
2001  このタブは、複数のページにわたる、いわゆる「
2002 \emph on
2003 長尺表
2004 \emph default
2005 」を作るためのものです。第
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "sec:長尺表"
2009
2010 \end_inset
2011
2012 節および第
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sec:長尺表にまつわる諸点"
2016
2017 \end_inset
2018
2019 節に、長尺表の機能に関する詳細な説明があります。
2020 \end_layout
2021
2022 \begin_layout Section
2023 表ツールバー
2024 \begin_inset Index idx
2025 status collapsed
2026
2027 \begin_layout Plain Layout
2028 ひょう@表 ! つーるばー@ツールバー
2029 \end_layout
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2038 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2039 \end_layout
2040
2041 \begin_layout Standard
2042 ツールバーには、以下のアイコンがあります。
2043 \end_layout
2044
2045 \begin_layout Labeling
2046 \labelwidthstring 00.00.0000
2047
2048 \family sans
2049 \begin_inset Info
2050 type  "icon"
2051 arg   "inset-modify tabular append-row"
2052 \end_inset
2053
2054
2055 \family default
2056  は、現在セルあるいは選択範囲の下に行を追加します。
2057 \end_layout
2058
2059 \begin_layout Labeling
2060 \labelwidthstring 00.00.0000
2061
2062 \family sans
2063 \begin_inset Info
2064 type  "icon"
2065 arg   "inset-modify tabular append-column"
2066 \end_inset
2067
2068
2069 \family default
2070  は、現在セルあるいは選択範囲の右に列を追加します。
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075
2076 \family sans
2077 \begin_inset Info
2078 type  "icon"
2079 arg   "inset-modify tabular delete-row"
2080 \end_inset
2081
2082
2083 \family default
2084  は、現在行あるいは選択範囲行を削除します。
2085 \end_layout
2086
2087 \begin_layout Labeling
2088 \labelwidthstring 00.00.0000
2089
2090 \family sans
2091 \begin_inset Info
2092 type  "icon"
2093 arg   "inset-modify tabular delete-column"
2094 \end_inset
2095
2096
2097 \family default
2098  は、現在列あるいは選択範囲列を削除します。
2099 \end_layout
2100
2101 \begin_layout Labeling
2102 \labelwidthstring 00.00.0000
2103
2104 \family sans
2105 \begin_inset Info
2106 type  "icon"
2107 arg   "inset-modify tabular toggle-line-top"
2108 \end_inset
2109
2110
2111 \family default
2112  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117
2118 \family sans
2119 \begin_inset Info
2120 type  "icon"
2121 arg   "inset-modify tabular toggle-line-bottom"
2122 \end_inset
2123
2124
2125 \family default
2126  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131
2132 \family sans
2133 \begin_inset Info
2134 type  "icon"
2135 arg   "inset-modify tabular toggle-line-left"
2136 \end_inset
2137
2138
2139 \family default
2140  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2141 \end_layout
2142
2143 \begin_layout Labeling
2144 \labelwidthstring 00.00.0000
2145
2146 \family sans
2147 \begin_inset Info
2148 type  "icon"
2149 arg   "inset-modify tabular toggle-line-right"
2150 \end_inset
2151
2152
2153 \family default
2154  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2155 \end_layout
2156
2157 \begin_layout Labeling
2158 \labelwidthstring 00.00.0000
2159
2160 \family sans
2161 \begin_inset Info
2162 type  "icon"
2163 arg   "inset-modify tabular set-all-lines"
2164 \end_inset
2165
2166
2167 \family default
2168  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173
2174 \family sans
2175 \begin_inset Info
2176 type  "icon"
2177 arg   "inset-modify tabular unset-all-lines"
2178 \end_inset
2179
2180
2181 \family default
2182  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187
2188 \family sans
2189 \begin_inset Info
2190 type  "icon"
2191 arg   "inset-modify tabular m-align-left"
2192 \end_inset
2193
2194
2195 \family default
2196  は、現在セルあるいは現在列の内容を左揃えにします。
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201
2202 \family sans
2203 \begin_inset Info
2204 type  "icon"
2205 arg   "inset-modify tabular m-align-center"
2206 \end_inset
2207
2208
2209 \family default
2210  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2211 \end_layout
2212
2213 \begin_layout Labeling
2214 \labelwidthstring 00.00.0000
2215
2216 \family sans
2217 \begin_inset Info
2218 type  "icon"
2219 arg   "inset-modify tabular m-align-right"
2220 \end_inset
2221
2222
2223 \family default
2224  は、現在セルあるいは現在列の内容を右揃えにします。
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229
2230 \family sans
2231 \begin_inset Info
2232 type  "icon"
2233 arg   "inset-modify tabular align-decimal"
2234 \end_inset
2235
2236
2237 \family default
2238  は、現在セルの内容を特定文字位置で揃えます。
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243
2244 \family sans
2245 \begin_inset Info
2246 type  "icon"
2247 arg   "inset-modify tabular m-valign-top"
2248 \end_inset
2249
2250
2251 \family default
2252  は、現在セルの内容を垂直方向上揃えにします。
2253 \end_layout
2254
2255 \begin_layout Labeling
2256 \labelwidthstring 00.00.0000
2257
2258 \family sans
2259 \begin_inset Info
2260 type  "icon"
2261 arg   "inset-modify tabular m-valign-middle"
2262 \end_inset
2263
2264
2265 \family default
2266  は、現在セルの内容を垂直方向中央揃えにします。
2267 \end_layout
2268
2269 \begin_layout Labeling
2270 \labelwidthstring 00.00.0000
2271
2272 \family sans
2273 \begin_inset Info
2274 type  "icon"
2275 arg   "inset-modify tabular m-valign-bottom"
2276 \end_inset
2277
2278
2279 \family default
2280  は、現在セルの内容を垂直方向下揃えにします。
2281 \end_layout
2282
2283 \begin_layout Labeling
2284 \labelwidthstring 00.00.0000
2285
2286 \family sans
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "inset-modify tabular set-rotate-cell"
2290 \end_inset
2291
2292
2293 \family default
2294  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2295 \end_layout
2296
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299
2300 \family sans
2301 \begin_inset Info
2302 type  "icon"
2303 arg   "inset-modify tabular set-rotate-tabular"
2304 \end_inset
2305
2306
2307 \family default
2308  は、表全体を反時計廻りに90度回転します。
2309 \end_layout
2310
2311 \begin_layout Labeling
2312 \labelwidthstring 00.00.0000
2313
2314 \family sans
2315 \begin_inset Info
2316 type  "icon"
2317 arg   "inset-modify tabular multicolumn"
2318 \end_inset
2319
2320
2321 \family default
2322  は、現在セルあるいは選択範囲を連結列にします。
2323 \end_layout
2324
2325 \begin_layout Labeling
2326 \labelwidthstring 00.00.0000
2327
2328 \family sans
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "inset-modify tabular multirow"
2332 \end_inset
2333
2334
2335 \family default
2336  は、現在セルあるいは選択範囲を連結行にします。
2337 \end_layout
2338
2339 \begin_layout Standard
2340 \begin_inset Note Greyedout
2341 status open
2342
2343 \begin_layout Plain Layout
2344
2345 \series bold
2346 【註】
2347 \series default
2348 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Section
2357 表編集メニュー
2358 \begin_inset Index idx
2359 status collapsed
2360
2361 \begin_layout Plain Layout
2362 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \begin_layout Standard
2371 表ダイアログと表ツールバーの他に、
2372 \family sans
2373 編集\SpecialChar \menuseparator
2374
2375 \family default
2376 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2377 部にあるときのみ、表示されます。
2378 \end_layout
2379
2380 \begin_layout Section
2381 表フロート
2382 \begin_inset CommandInset label
2383 LatexCommand label
2384 name "sec:表フロート"
2385
2386 \end_inset
2387
2388
2389 \begin_inset Index idx
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 ふろーと@フロート ! ひょう@表
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \begin_inset Index idx
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403 ひょう@表 ! ふろーと@フロート
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Standard
2412 フロートの一般的な説明については、第
2413 \begin_inset CommandInset ref
2414 LatexCommand ref
2415 reference "sec:フロートはじめに"
2416
2417 \end_inset
2418
2419 節をご覧下さい。
2420 \end_layout
2421
2422 \begin_layout Standard
2423 \begin_inset Float table
2424 placement h
2425 wide false
2426 sideways false
2427 status open
2428
2429 \begin_layout Plain Layout
2430 \begin_inset Caption
2431
2432 \begin_layout Plain Layout
2433 \begin_inset CommandInset label
2434 LatexCommand label
2435 name "tab:表フロート"
2436
2437 \end_inset
2438
2439 表フロート
2440 \end_layout
2441
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \begin_layout Plain Layout
2448 \align center
2449 \begin_inset Tabular
2450 <lyxtabular version="3" rows="3" columns="3">
2451 <features tabularvalignment="middle">
2452 <column alignment="center" valignment="top" width="0pt">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <column alignment="center" valignment="top" width="0pt">
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460
2461 \family roman
2462 \series medium
2463 \shape up
2464 \size normal
2465 \emph off
2466 \bar no
2467 \noun off
2468 \color none
2469 1
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478
2479 \family roman
2480 \series medium
2481 \shape up
2482 \size normal
2483 \emph off
2484 \bar no
2485 \noun off
2486 \color none
2487 2
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \family roman
2498 \series medium
2499 \shape up
2500 \size normal
2501 \emph off
2502 \bar no
2503 \noun off
2504 \color none
2505 3
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 </row>
2511 <row>
2512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 森嶋
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2522 \begin_inset Text
2523
2524 \begin_layout Plain Layout
2525 宇沢
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534 二階堂
2535 \end_layout
2536
2537 \end_inset
2538 </cell>
2539 </row>
2540 <row>
2541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2542 \begin_inset Text
2543
2544 \begin_layout Plain Layout
2545
2546 \family roman
2547 \series medium
2548 \shape up
2549 \size normal
2550 \emph off
2551 \bar no
2552 \noun off
2553 \color none
2554 \begin_inset Formula $\int x^{2}dx$
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 \begin_inset Formula $\left[\begin{array}{cc}
2576 a & b\\
2577 c & d
2578 \end{array}\right]$
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \end_inset
2585 </cell>
2586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2587 \begin_inset Text
2588
2589 \begin_layout Plain Layout
2590
2591 \family roman
2592 \series medium
2593 \shape up
2594 \size normal
2595 \emph off
2596 \bar no
2597 \noun off
2598 \color none
2599 \begin_inset Formula $1+1=2$
2600 \end_inset
2601
2602
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 </row>
2608 </lyxtabular>
2609
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Standard
2621 表フロートは、
2622 \family sans
2623 挿入
2624 \shape up
2625 \SpecialChar \menuseparator
2626 フロート\SpecialChar \menuseparator
2627
2628 \family default
2629 \shape default
2630 メニューかツールバーボタン
2631 \family sans
2632
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "float-insert table"
2636 \end_inset
2637
2638
2639 \family default
2640 を使うと挿入することができます。
2641 \end_layout
2642
2643 \begin_layout Standard
2644 フロートは折りたたむことのできるボックスとして表示され、中には「表
2645 \begin_inset space ~
2646 \end_inset
2647
2648 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2649 \end_layout
2650
2651 \begin_layout Standard
2652
2653 \begin_inset space ~
2654 \end_inset
2655
2656
2657 \begin_inset CommandInset ref
2658 LatexCommand ref
2659 reference "tab:表フロート"
2660
2661 \end_inset
2662
2663 は、表フロートに入れた表の例です。
2664 \end_layout
2665
2666 \begin_layout Standard
2667 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2668 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2669 eXパッケージの
2670 \series bold
2671 caption
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \begin_layout Standard
2687
2688 \series bold
2689 tableposition=top
2690 \end_layout
2691
2692 \begin_layout Standard
2693 というオプションとともにloadコマンドを使って読み込んでください
2694 \begin_inset Foot
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 詳しくは、第
2699 \begin_inset CommandInset ref
2700 LatexCommand ref
2701 reference "sec:キャプションの配置"
2702
2703 \end_inset
2704
2705 節をご覧下さい。
2706 \end_layout
2707
2708 \end_inset
2709
2710 。キャプション書式を調整するには、第
2711 \begin_inset CommandInset ref
2712 LatexCommand ref
2713 reference "sec:キャプションの書式設定"
2714
2715 \end_inset
2716
2717 節にものべられているように
2718 \series bold
2719 caption
2720 \series default
2721 パッケージを使用します。
2722 \end_layout
2723
2724 \begin_layout Standard
2725 \begin_inset Index idx
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 さんしょう@参照 ! ひょうへの@表への
2730 \end_layout
2731
2732 \end_inset
2733
2734 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2735 \family sans
2736 挿入\SpecialChar \menuseparator
2737 ラベル
2738 \family default
2739 メニューかツールバーボタンの
2740 \family sans
2741
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "label-insert"
2745 \end_inset
2746
2747
2748 \family default
2749 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2750 相互参照メニューかツールバーボタンの
2751 \family sans
2752
2753 \begin_inset Info
2754 type  "icon"
2755 arg   "dialog-show-new-inset ref"
2756 \end_inset
2757
2758
2759 \family default
2760 を用いて、このラベルを参照することができます。
2761 \begin_inset Newline newline
2762 \end_inset
2763
2764 参照は、第
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "sec:フロートの参照"
2768
2769 \end_inset
2770
2771 節で詳細に説明されています。
2772 \end_layout
2773
2774 \begin_layout Section
2775 長尺表
2776 \begin_inset CommandInset label
2777 LatexCommand label
2778 name "sec:長尺表"
2779
2780 \end_inset
2781
2782
2783 \begin_inset Index idx
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 ちょうしゃくひょう@長尺表
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 ひょう@表 ! ちょうしゃくひょう@長尺表
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Standard
2806 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2807 \family sans
2808 長尺表
2809 \family default
2810 タブにある
2811 \family sans
2812 長尺表を使う
2813 \family default
2814 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2815 することができるようになります。
2816 \end_layout
2817
2818 \begin_layout Description
2819 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 ただし、
2829 \family sans
2830 \series default
2831 \shape default
2832 \size default
2833 \emph default
2834 \bar default
2835 \noun default
2836 \color inherit
2837 冒頭ヘッダ
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 が定義されているときは、冒頭ページを除きます。
2847 \family default
2848 \series default
2849 \shape default
2850 \size default
2851 \emph default
2852 \bar default
2853 \noun default
2854 \color inherit
2855 これと区別して、このヘッダは本体ヘッダと呼びます。
2856 \end_layout
2857
2858 \begin_layout Description
2859 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2860 \end_layout
2861
2862 \begin_layout Description
2863 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2864 \family roman
2865 \series medium
2866 \shape up
2867 \size normal
2868 \emph off
2869 \bar no
2870 \noun off
2871 \color none
2872 ただし、
2873 \family sans
2874 \series default
2875 \shape default
2876 \size default
2877 \emph default
2878 \bar default
2879 \noun default
2880 \color inherit
2881 末尾フッタ
2882 \family roman
2883 \series medium
2884 \shape up
2885 \size normal
2886 \emph off
2887 \bar no
2888 \noun off
2889 \color none
2890 が定義されているときは、末尾ページを除きます。
2891 \end_layout
2892
2893 \begin_layout Description
2894 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2895 \end_layout
2896
2897 \begin_layout Description
2898 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2899 \begin_inset CommandInset ref
2900 LatexCommand ref
2901 reference "sub:長尺表のキャプション"
2902
2903 \end_inset
2904
2905 節で説明されています。
2906 \end_layout
2907
2908 \begin_layout Standard
2909 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2910 \end_layout
2911
2912 \begin_layout Standard
2913 \align center
2914 \begin_inset Tabular
2915 <lyxtabular version="3" rows="69" columns="3">
2916 <features islongtable="true" longtabularalignment="center">
2917 <column alignment="left" valignment="top" width="0cm">
2918 <column alignment="left" valignment="top" width="0pt">
2919 <column alignment="center" valignment="top" width="0pt">
2920 <row endfirsthead="true">
2921 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \series bold
2927 例示用電話帳(名前は無視してください)
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row endfirsthead="true">
2952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 氏名
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \series bold
2976 TEL.
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endhead="true">
2983 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987
2988 \series bold
2989 例示用電話帳
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row endhead="true">
3014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 氏名
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \series bold
3038 TEL.
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row endfoot="true">
3045 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 次頁へつづく
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 Annovi
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Silvia
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 111
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Bertoli
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Stefano
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bozzi
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Walter
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Cachia
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Maria
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maurizio
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cinquemani
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Giusi
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Colin
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Bernard
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Concli
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Gianfranco
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Dal Bosco
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Carolina
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dalpiaz
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Annamaria
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Feliciello
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Domenico
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Focarelli
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Paola
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Galletti
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Oreste
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Gasparini
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Franca
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Rizzardi
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Paola
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Lassini
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Giancarlo
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Malfatti
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Luciano
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Valeriano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Meneguzzo
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Roberto
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Mezzadra
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Pirpamer
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Erich
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pochiesa
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Paolo
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111, 222
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Radina
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Claudio
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Stuffer
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Oskar
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Tacchelli
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Ugo
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tezzele
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Margit
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Unterkalmsteiner
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Frieda
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Vieider
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Hilde
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vigna
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Jürgen
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Weber
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Maurizio
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Winkler
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Franz
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039  
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Annovi
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Silvia
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 555
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Bertoli
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Stefano
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bozzi
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Walter
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Cachia
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Maria
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maurizio
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cinquemani
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Giusi
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Colin
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Bernard
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Concli
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Gianfranco
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Dal Bosco
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Carolina
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dalpiaz
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Annamaria
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Feliciello
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Domenico
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Focarelli
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Paola
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Galletti
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Oreste
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Gasparini
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Franca
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Rizzardi
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Paola
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Lassini
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Giancarlo
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Malfatti
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Luciano
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Valeriano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Meneguzzo
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Roberto
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Mezzadra
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Pirpamer
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Erich
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pochiesa
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Paolo
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555, 222
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Radina
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Claudio
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Stuffer
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Oskar
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Tacchelli
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Ugo
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tezzele
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Margit
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Unterkalmsteiner
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Frieda
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Vieider
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Hilde
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vigna
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Jürgen
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 999
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Weber
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Maurizio
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Winkler
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Franz
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row endlastfoot="true">
5025 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 以上
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 </lyxtabular>
5054
5055 \end_inset
5056
5057
5058 \begin_inset ERT
5059 status collapsed
5060
5061 \begin_layout Plain Layout
5062
5063
5064 \backslash
5065 addtocounter{table}{-1}
5066 \end_layout
5067
5068 \end_inset
5069
5070
5071 \begin_inset Note Note
5072 status collapsed
5073
5074 \begin_layout Plain Layout
5075 本コマンドの説明については、第
5076 \begin_inset CommandInset ref
5077 LatexCommand ref
5078 reference "sub:長尺表のキャプション"
5079
5080 \end_inset
5081
5082 節の最初の淡色表示注釈をご覧下さい。
5083 \end_layout
5084
5085 \end_inset
5086
5087
5088 \end_layout
5089
5090 \begin_layout Subsection
5091 長尺表での脚注
5092 \begin_inset CommandInset label
5093 LatexCommand label
5094 name "sub:長尺表での脚注"
5095
5096 \end_inset
5097
5098
5099 \begin_inset Index idx
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5104 \end_layout
5105
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \begin_layout Standard
5112 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5113 \begin_inset CommandInset ref
5114 LatexCommand ref
5115 reference "tab:別キャプション"
5116
5117 \end_inset
5118
5119 には脚注が付いています。
5120 \end_layout
5121
5122 \begin_layout Subsection
5123 長尺表の縦横揃え
5124 \begin_inset Index idx
5125 status collapsed
5126
5127 \begin_layout Plain Layout
5128 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5129 \end_layout
5130
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Standard
5137 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5138 設定してから
5139 \end_layout
5140
5141 \begin_layout Standard
5142
5143 \series bold
5144
5145 \backslash
5146 setlength{
5147 \backslash
5148 LTleft}{値}
5149 \end_layout
5150
5151 \begin_layout Standard
5152 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5153 \series bold
5154
5155 \backslash
5156 LTleft
5157 \series default
5158 および
5159 \series bold
5160
5161 \backslash
5162 LTright
5163 \series default
5164 の値を変更しなくてはなりません。ここで「値」は、第
5165 \begin_inset CommandInset ref
5166 LatexCommand ref
5167 reference "tab:単位"
5168
5169 \end_inset
5170
5171 表に挙げてある単位であれば、どの単位を取ることもできます。
5172 \series bold
5173
5174 \backslash
5175 LTleft
5176 \series default
5177 は、左頁余白から長尺表までの水平方向の距離を制御し、
5178 \series bold
5179
5180 \backslash
5181 LTright
5182 \series default
5183 は、右頁余白からの距離を制御します。これらの長さの既定値は
5184 \series bold
5185
5186 \backslash
5187 fill
5188 \series default
5189 となっており、LyXの水平フィルと同等になっています。
5190 \end_layout
5191
5192 \begin_layout Standard
5193 以下の長尺表は、中央揃えの上、
5194 \series bold
5195
5196 \backslash
5197 LTleft
5198 \series default
5199
5200 \family sans
5201 0.1
5202 \backslash
5203 columnwidth
5204 \family default
5205 に設定してあります。
5206 \begin_inset ERT
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210
5211
5212 \backslash
5213 setlength{
5214 \backslash
5215 LTleft}{0.1
5216 \backslash
5217 columnwidth}
5218 \end_layout
5219
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \begin_layout Standard
5226 \begin_inset Tabular
5227 <lyxtabular version="3" rows="5" columns="5">
5228 <features islongtable="true" longtabularalignment="center">
5229 <column alignment="center" valignment="top" width="0">
5230 <column alignment="center" valignment="top" width="0">
5231 <column alignment="center" valignment="top" width="0">
5232 <column alignment="center" valignment="top" width="0">
5233 <column alignment="center" valignment="top" width="0">
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 1
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 2
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 3
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 4
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 5
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 いろは
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 いろは
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 いろは
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 いろは
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 いろは
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 いろは
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 いろは
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 いろは
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 いろは
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 いろは
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 いろは
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 </lyxtabular>
5470
5471 \end_inset
5472
5473
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 setlength{
5482 \backslash
5483 LTleft}{
5484 \backslash
5485 fill}
5486 \end_layout
5487
5488 \end_inset
5489
5490
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 addtocounter{table}{-1}
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \begin_inset Note Note
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 このコマンドの説明に関しては、第
5509 \begin_inset CommandInset ref
5510 LatexCommand ref
5511 reference "sub:長尺表のキャプション"
5512
5513 \end_inset
5514
5515 節の最初の淡色表示注釈をご覧下さい。
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Subsection
5524 長尺表のキャプション
5525 \begin_inset Index idx
5526 status collapsed
5527
5528 \begin_layout Plain Layout
5529 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \begin_inset CommandInset label
5536 LatexCommand label
5537 name "sub:長尺表のキャプション"
5538
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \begin_layout Standard
5545 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5546 \begin_inset CommandInset ref
5547 LatexCommand ref
5548 reference "sec:長尺表"
5549
5550 \end_inset
5551
5552 節に述べられているように、ある行で長尺表オプションの
5553 \family sans
5554 キャプション
5555 \family default
5556 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5557 \end_layout
5558
5559 \begin_layout Standard
5560 以下は、動作を確認するための短い長尺表です。
5561 \end_layout
5562
5563 \begin_layout Standard
5564 \begin_inset Tabular
5565 <lyxtabular version="3" rows="6" columns="5">
5566 <features islongtable="true" longtabularalignment="center">
5567 <column alignment="center" valignment="top" width="0">
5568 <column alignment="center" valignment="top" width="0">
5569 <column alignment="center" valignment="top" width="0">
5570 <column alignment="center" valignment="top" width="0">
5571 <column alignment="center" valignment="top" width="0">
5572 <row caption="true">
5573 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 \begin_inset Caption
5578
5579 \begin_layout Plain Layout
5580 キャプション付き長尺表
5581 \begin_inset Argument
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585 長尺表
5586 \end_layout
5587
5588 \end_inset
5589
5590
5591 \end_layout
5592
5593 \end_inset
5594
5595
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 </row>
5637 <row>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 1
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 2
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 3
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 4
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 5
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 いろは
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 いろは
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 いろは
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 いろは
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 いろは
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 いろは
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 </lyxtabular>
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880 \begin_inset VSpace medskip
5881 \end_inset
5882
5883
5884 \begin_inset Note Greyedout
5885 status open
5886
5887 \begin_layout Plain Layout
5888
5889 \series bold
5890 【註1】
5891 \series default
5892 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5893 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5894 \end_layout
5895
5896 \begin_layout Plain Layout
5897
5898 \series bold
5899
5900 \backslash
5901 addtocounter{table}{-1}
5902 \end_layout
5903
5904 \begin_layout Plain Layout
5905 というコマンドを挿入する方法があります。
5906 \end_layout
5907
5908 \begin_layout Plain Layout
5909 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5910 \end_layout
5911
5912 \begin_layout Plain Layout
5913
5914 \series bold
5915
5916 \backslash
5917 let
5918 \backslash
5919 myEnd
5920 \backslash
5921 endlongtable
5922 \begin_inset Newline newline
5923 \end_inset
5924
5925
5926 \backslash
5927 renewcommand{
5928 \backslash
5929 endlongtable}{
5930 \backslash
5931 myEnd
5932 \backslash
5933 addtocounter{table}{-1}}
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 \begin_inset Note Greyedout
5943 status open
5944
5945 \begin_layout Plain Layout
5946
5947 \series bold
5948 【註2】
5949 \series default
5950 相互参照をリンクするために、
5951 \family sans
5952 文書設定
5953 \family default
5954 ダイアログの
5955 \family sans
5956 PDF特性
5957 \family default
5958
5959 \series bold
5960 hyperref
5961 \series default
5962
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5968 \end_layout
5969
5970 \end_inset
5971
5972 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5973 \end_layout
5974
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \begin_layout Subsubsection
5981 長尺表への参照
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Standard
5995 \begin_inset Tabular
5996 <lyxtabular version="3" rows="6" columns="5">
5997 <features islongtable="true" longtabularalignment="center">
5998 <column alignment="center" valignment="top" width="0">
5999 <column alignment="center" valignment="top" width="0">
6000 <column alignment="center" valignment="top" width="0">
6001 <column alignment="center" valignment="top" width="0">
6002 <column alignment="center" valignment="top" width="0">
6003 <row caption="true">
6004 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Caption
6009
6010 \begin_layout Plain Layout
6011 参照された長尺表
6012 \begin_inset CommandInset label
6013 LatexCommand label
6014 name "tab:参照例"
6015
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 1
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 2
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 3
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 4
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 5
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 いろは
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 いろは
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 いろは
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 いろは
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 いろは
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 いろは
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 いろは
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 いろは
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 いろは
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 </lyxtabular>
6301
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \begin_layout Standard
6308 長尺表を参照するには、キャプションにラベルを挿入してください。
6309 \end_layout
6310
6311 \begin_layout Standard
6312 これは表
6313 \begin_inset CommandInset ref
6314 LatexCommand ref
6315 reference "tab:参照例"
6316
6317 \end_inset
6318
6319 への参照です。
6320 \end_layout
6321
6322 \begin_layout Standard
6323 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6324 \series bold
6325 caption
6326 \series default
6327
6328 \begin_inset Index idx
6329 status collapsed
6330
6331 \begin_layout Plain Layout
6332 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6333 \end_layout
6334
6335 \end_inset
6336
6337 を使用して設定することができます。第
6338 \begin_inset CommandInset ref
6339 LatexCommand ref
6340 reference "sec:キャプションの書式設定"
6341
6342 \end_inset
6343
6344 節をご覧下さい。
6345 \end_layout
6346
6347 \begin_layout Subsubsection
6348 キャプションの幅
6349 \begin_inset Index idx
6350 status collapsed
6351
6352 \begin_layout Plain Layout
6353 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Standard
6362 キャプション行の最大長は、長さ
6363 \series bold
6364
6365 \backslash
6366 LTcapwidth
6367 \series default
6368 によって指定することができます。既定値は4
6369 \begin_inset space \thinspace{}
6370 \end_inset
6371
6372 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6373 \end_layout
6374
6375 \begin_layout Standard
6376
6377 \series bold
6378
6379 \backslash
6380 setlength{
6381 \backslash
6382 LTcapwidth}{幅}
6383 \end_layout
6384
6385 \begin_layout Standard
6386 というコマンドを書き加えて下さい。ここで「幅」には、付録
6387 \begin_inset CommandInset ref
6388 LatexCommand ref
6389 reference "cha:LyXで使用できる単位"
6390
6391 \end_inset
6392
6393 に挙げられている単位を取ることができます。
6394 \end_layout
6395
6396 \begin_layout Standard
6397 以下の各表で違いを示します。
6398 \end_layout
6399
6400 \begin_layout Standard
6401 \begin_inset Tabular
6402 <lyxtabular version="3" rows="6" columns="5">
6403 <features islongtable="true" longtabularalignment="center">
6404 <column alignment="center" valignment="top" width="0">
6405 <column alignment="center" valignment="top" width="0">
6406 <column alignment="center" valignment="top" width="0">
6407 <column alignment="center" valignment="top" width="0">
6408 <column alignment="center" valignment="top" width="0">
6409 <row caption="true">
6410 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Caption
6415
6416 \begin_layout Plain Layout
6417 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6418 \begin_inset Argument
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422 既定幅のキャプション
6423 \end_layout
6424
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 1
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 2
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 3
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 4
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 5
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 いろは
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 いろは
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 いろは
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 いろは
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 いろは
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 いろは
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 いろは
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 いろは
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 いろは
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 </lyxtabular>
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \begin_inset ERT
6718 status collapsed
6719
6720 \begin_layout Plain Layout
6721
6722
6723 \backslash
6724 setlength{
6725 \backslash
6726 LTcapwidth}{5cm}
6727 \end_layout
6728
6729 \end_inset
6730
6731
6732 \begin_inset Tabular
6733 <lyxtabular version="3" rows="6" columns="5">
6734 <features islongtable="true" longtabularalignment="center">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <column alignment="center" valignment="top" width="0">
6738 <column alignment="center" valignment="top" width="0">
6739 <column alignment="center" valignment="top" width="0">
6740 <row caption="true">
6741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 \begin_inset Caption
6746
6747 \begin_layout Plain Layout
6748 5
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 cm幅のなが〜いフルタイトル・5
6753 \begin_inset space \thinspace{}
6754 \end_inset
6755
6756 cm幅のなが〜いフルタイトル・5
6757 \begin_inset space \thinspace{}
6758 \end_inset
6759
6760 cm幅のなが〜いフルタイトル
6761 \begin_inset Argument
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 5
6766 \begin_inset space \thinspace{}
6767 \end_inset
6768
6769 cm幅のキャプション
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 </row>
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 1
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 2
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 3
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 4
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 5
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 </row>
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 いろは
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 いろは
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 いろは
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 いろは
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 いろは
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 いろは
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 いろは
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 いろは
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 いろは
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 </lyxtabular>
7057
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \begin_layout Standard
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 setlength{
7072 \backslash
7073 LTcapwidth}{4in}
7074 \end_layout
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \begin_layout Standard
7082 \begin_inset Note Greyedout
7083 status open
7084
7085 \begin_layout Plain Layout
7086
7087 \series bold
7088 【註】
7089 \series default
7090 この文書のようにLaTeXパッケージの
7091 \series bold
7092 caption
7093 \series default
7094
7095 \begin_inset Index idx
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7100 \end_layout
7101
7102 \end_inset
7103
7104 を使用している時には、
7105 \series bold
7106
7107 \backslash
7108 LTcapwidth
7109 \series default
7110 に既定値の4
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 in幅のキャプションを作るには、3.99
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 inのように4.0
7123 \begin_inset space \thinspace{}
7124 \end_inset
7125
7126 inと少し違う値を指定するか、
7127 \series bold
7128 caption
7129 \series default
7130 パッケージが提供している
7131 \series bold
7132
7133 \backslash
7134 captionsetup{width=値}
7135 \series default
7136 というLaTeXコマンドを用いる方法があります。
7137 \end_layout
7138
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \begin_layout Subsubsection
7145 表の各ページごとに異なるキャプション
7146 \begin_inset Index idx
7147 status collapsed
7148
7149 \begin_layout Plain Layout
7150 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7151 \end_layout
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7160 \end_layout
7161
7162 \begin_layout Standard
7163
7164 \series bold
7165
7166 \backslash
7167 caption*{キャプション文}
7168 \backslash
7169
7170 \backslash
7171 %
7172 \end_layout
7173
7174 \begin_layout Standard
7175 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7176 \begin_inset CommandInset ref
7177 LatexCommand ref
7178 reference "tab:別キャプション"
7179
7180 \end_inset
7181
7182 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \align center
7187 \begin_inset Tabular
7188 <lyxtabular version="3" rows="59" columns="3">
7189 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7190 <column alignment="left" valignment="top" width="0cm">
7191 <column alignment="left" valignment="top" width="0pt">
7192 <column alignment="center" valignment="top" width="0pt">
7193 <row caption="true">
7194 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 \begin_inset Caption
7199
7200 \begin_layout Plain Layout
7201 例示用電話帳
7202 \begin_inset CommandInset label
7203 LatexCommand label
7204 name "tab:別キャプション"
7205
7206 \end_inset
7207
7208
7209 \begin_inset Argument
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213 例示用電話帳
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row endfirsthead="true">
7248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \series bold
7254 例示用電話帳(名前は無視の事)
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 <row endfirsthead="true">
7279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \series bold
7285 氏名
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \series bold
7305 TEL.
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row endhead="true">
7312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 caption*{例示用電話帳の続き}
7324 \backslash
7325
7326 \backslash
7327 %
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row endhead="true">
7357 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \series bold
7363 例示用電話帳
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row endhead="true">
7388 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \series bold
7394 氏名
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \series bold
7414 TEL.
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 </row>
7420 <row endfoot="true">
7421 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 次頁に続く
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \series bold
7456 Annovi
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 Silvia
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 111
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \series bold
7487 Bertoli
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 Stefano
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 111
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row>
7512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \series bold
7518 Bozzi
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 Walter
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 111
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549 Cachia
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 Maria
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 111
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578
7579 \series bold
7580 Cachia
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 Maurizio
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 111
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 </row>
7604 <row>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \series bold
7611 Cinquemani
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 Giusi
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 111
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \series bold
7642 Colin
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 Bernard
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 111
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \series bold
7673 Concli
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 Gianfranco
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 111
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \series bold
7704 Dal Bosco
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 Carolina
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 111
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Dalpiaz
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 Annamaria
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 111
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Feliciello
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 Domenico
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 111
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Focarelli
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 Paola
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 111
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Galletti
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Oreste
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Gasparini
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Franca
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Rizzardi
7891 \series default
7892
7893 \begin_inset Foot
7894 status collapsed
7895
7896 \begin_layout Plain Layout
7897 例示用脚注
7898 \end_layout
7899
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Paola
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 111
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \series bold
7933 Lassini
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 Giancarlo
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 111
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 Malfatti
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Luciano
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Malfatti
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Valeriano
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Meneguzzo
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Roberto
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Mezzadra
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Roberto
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Pirpamer
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Erich
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Pochiesa
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Paolo
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111, 222
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Radina
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Claudio
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Stuffer
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Oskar
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Tacchelli
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Ugo
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Tezzele
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Margit
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Unterkalmsteiner
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Frieda
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Vieider
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Hilde
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Vigna
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Jürgen
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Weber
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Maurizio
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Winkler
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Franz
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427  
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \series bold
8458 Annovi
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 Silvia
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 555
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \series bold
8489 Bertoli
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 Stefano
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 555
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \series bold
8520 Bozzi
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 Walter
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 555
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \series bold
8551 Cachia
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 Maria
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 555
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 <row>
8576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \series bold
8582 Cachia
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Maurizio
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 555
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \series bold
8613 Cinquemani
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Giusi
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 555
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \series bold
8644 Colin
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Bernard
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 555
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \series bold
8675 Concli
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Gianfranco
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 555
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706 Dal Bosco
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 Carolina
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 555
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737 Dalpiaz
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 Annamaria
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 555
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \series bold
8768 Feliciello
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Domenico
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 555
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \series bold
8799 Focarelli
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Paola
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 555
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Galletti
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Oreste
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Gasparini
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Franca
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Rizzardi
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Paola
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Lassini
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Giancarlo
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Malfatti
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Luciano
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Malfatti
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Valeriano
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Meneguzzo
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Roberto
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Mezzadra
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Roberto
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 </lyxtabular>
9072
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \begin_layout Section
9079 長尺表にまつわる諸点
9080 \begin_inset CommandInset label
9081 LatexCommand label
9082 name "sec:長尺表にまつわる諸点"
9083
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \begin_layout Subsection
9090 長尺表の計算
9091 \begin_inset Index idx
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095 ちょうしゃくひょう@長尺表 ! けいさん@計算
9096 \end_layout
9097
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \begin_layout Standard
9104 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9105 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9106 \end_layout
9107
9108 \begin_layout Standard
9109
9110 \series bold
9111
9112 \backslash
9113 setcounter{LTchunksize}{100}
9114 \end_layout
9115
9116 \begin_layout Standard
9117 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9118 \end_layout
9119
9120 \begin_layout Subsection
9121 フロートと長尺表
9122 \begin_inset Index idx
9123 status collapsed
9124
9125 \begin_layout Plain Layout
9126 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9127 \end_layout
9128
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \begin_layout Standard
9135 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9136 \series bold
9137
9138 \backslash
9139 clearpage
9140 \series default
9141 コマンドを長尺表の前にTeXコードとして書き加えてください。
9142 \end_layout
9143
9144 \begin_layout Subsection
9145 強制改頁
9146 \begin_inset Index idx
9147 status collapsed
9148
9149 \begin_layout Plain Layout
9150 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9151 \end_layout
9152
9153 \end_inset
9154
9155
9156 \end_layout
9157
9158 \begin_layout Standard
9159 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9160 ド「
9161 \series bold
9162
9163 \backslash
9164
9165 \backslash
9166
9167 \series default
9168 」を挿入します。
9169 \series bold
9170
9171 \backslash
9172
9173 \backslash
9174
9175 \series default
9176 コマンドの前には、現セルよりも右にある列数と同じ数の「
9177 \series bold
9178 &
9179 \series default
9180 」文字を、TeXコードで挿入してやる必要があります。この
9181 \series bold
9182 &
9183 \series default
9184 は、表セルの区切り文字です。各
9185 \series bold
9186 &
9187 \series default
9188 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9189 \begin_inset Newline newline
9190 \end_inset
9191
9192
9193 \series bold
9194
9195 \backslash
9196
9197 \backslash
9198
9199 \series default
9200 コマンドの後ろには、現在列の左側にある列数と同じ数の
9201 \series bold
9202 &
9203 \series default
9204 文字を挿入してください。表
9205 \begin_inset CommandInset ref
9206 LatexCommand ref
9207 reference "tab:強制改頁"
9208
9209 \end_inset
9210
9211 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9212 \end_layout
9213
9214 \begin_layout Standard
9215
9216 \series bold
9217 & 111
9218 \backslash
9219
9220 \backslash
9221  
9222 \backslash
9223 newpage
9224 \begin_inset Newline newline
9225 \end_inset
9226
9227 &
9228 \end_layout
9229
9230 \begin_layout Standard
9231 というコマンドが、セル中「
9232 \emph on
9233 Castelchiodato,
9234 \emph default
9235 」の後にTeXコードとして挿入してあります。
9236 \end_layout
9237
9238 \begin_layout Standard
9239 同一行3列目の「111」は削除してあります。
9240 \series bold
9241
9242 \backslash
9243 newpage
9244 \series default
9245 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9246 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9247 \end_layout
9248
9249 \begin_layout Standard
9250
9251 \series bold
9252 & 111
9253 \backslash
9254
9255 \backslash
9256
9257 \begin_inset Newline newline
9258 \end_inset
9259
9260
9261 \backslash
9262 hline &
9263 \end_layout
9264
9265 \begin_layout Standard
9266 というコマンドを使用して下さい。
9267 \end_layout
9268
9269 \begin_layout Standard
9270 改頁をしたいセルが最右列にある場合には、
9271 \end_layout
9272
9273 \begin_layout Standard
9274
9275 \series bold
9276
9277 \backslash
9278 setlength{
9279 \backslash
9280 parfillskip}{0pt}
9281 \end_layout
9282
9283 \begin_layout Standard
9284 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9285
9286 \end_layout
9287
9288 \begin_layout Standard
9289 \align center
9290 \begin_inset Tabular
9291 <lyxtabular version="3" rows="38" columns="3">
9292 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9293 <column alignment="left" valignment="top" width="0cm">
9294 <column alignment="left" valignment="top" width="3cm">
9295 <column alignment="center" valignment="top" width="0pt">
9296 <row caption="true">
9297 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Caption
9302
9303 \begin_layout Plain Layout
9304 表セル内で強制改頁をしている表
9305 \begin_inset CommandInset label
9306 LatexCommand label
9307 name "tab:強制改頁"
9308
9309 \end_inset
9310
9311
9312 \begin_inset Argument
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316 表セル内で強制改頁をしている表
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \end_inset
9325
9326
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row endfirsthead="true">
9351 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 例示用電話帳(氏名は無視の事)
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row endfirsthead="true">
9382 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 氏名
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 TEL.
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row endhead="true">
9415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset ERT
9420 status collapsed
9421
9422 \begin_layout Plain Layout
9423
9424
9425 \backslash
9426 caption*{例示用電話帳の続き}
9427 \backslash
9428
9429 \backslash
9430 %
9431 \end_layout
9432
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row endhead="true">
9460 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 例示用電話帳
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row endhead="true">
9489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \series bold
9495 氏名
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 TEL.
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row endfoot="true">
9522 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 次頁に続く
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \series bold
9557 Annovi
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 Silvia
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 111
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588 Bertoli
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 Stefano
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 111
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 <row>
9613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \series bold
9619 Bozzi
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Walter
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 111
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row>
9644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 Cachia
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Maria
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 111
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row>
9675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \series bold
9681 Cachia
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 Maurizio
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 111
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row>
9706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \series bold
9712 Cinquemani
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 Giusi
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 111
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \series bold
9743 Colin
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 Bernard
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 111
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 Concli
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Gianfranco
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 111
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \series bold
9805 Dal Bosco
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 Carolina
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 111
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \series bold
9836 Dalpiaz
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 Annamaria
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 111
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row>
9861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 Feliciello
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 Domenico
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 111
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \series bold
9898 Focarelli
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 Paola
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 111
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \series bold
9929 Galletti
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Oreste
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 111
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Gasparini
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Franca
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 111
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Lassini
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Giancarlo
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Malfatti
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Luciano
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Malfatti
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Valeriano
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Meneguzzo
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Roberto
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Mezzadra
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Roberto
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Pirpamer
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Erich
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Pochiesa
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Paolo
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111, 222
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Radina
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Claudio
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Rizzardi
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Paolo, 11.
10249  Fürst von Montecompatri, 11.
10250  Fürst von Sulmona und Vivaro, 10.
10251  Fürst von Rossano, 5.
10252  Herzog von Canemorte, 11.
10253  Herzog von Palombara, 5.
10254  Herzog von Castelchiodato,
10255 \begin_inset ERT
10256 status collapsed
10257
10258 \begin_layout Plain Layout
10259
10260 & 111
10261 \backslash
10262
10263 \backslash
10264  
10265 \backslash
10266 newpage
10267 \end_layout
10268
10269 \begin_layout Plain Layout
10270
10271 &
10272 \end_layout
10273
10274 \end_inset
10275
10276  11.
10277  Herzog von Poggionativo, 11.
10278  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10279  Graf von Valinfreda, 11.
10280  Baron von Cropalati, 11.
10281  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Stuffer
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Oskar
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Tacchelli
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Ugo
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Tezzele
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Margit
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Unterkalmsteiner
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Frieda
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Vieider
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Hilde
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Vigna
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Jürgen
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Weber
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Maurizio
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Winkler
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Franz
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 </lyxtabular>
10545
10546 \end_inset
10547
10548
10549 \end_layout
10550
10551 \begin_layout Section
10552 複数行・連結列・連結行
10553 \end_layout
10554
10555 \begin_layout Subsection
10556 表セル内の複数行
10557 \begin_inset CommandInset label
10558 LatexCommand label
10559 name "sub:複数行"
10560
10561 \end_inset
10562
10563
10564 \begin_inset Index idx
10565 status collapsed
10566
10567 \begin_layout Plain Layout
10568 ひょうせるないのふくすうぎょう@表セル内の複数行
10569 \end_layout
10570
10571 \end_inset
10572
10573
10574 \begin_inset Index idx
10575 status collapsed
10576
10577 \begin_layout Plain Layout
10578 ひょう@表 ! かいぎょう@改行
10579 \end_layout
10580
10581 \end_inset
10582
10583
10584 \end_layout
10585
10586 \begin_layout Standard
10587 \noindent
10588 \begin_inset Float table
10589 placement H
10590 wide false
10591 sideways false
10592 status open
10593
10594 \begin_layout Plain Layout
10595 \begin_inset Caption
10596
10597 \begin_layout Plain Layout
10598 \begin_inset CommandInset label
10599 LatexCommand label
10600 name "tab:複数行表"
10601
10602 \end_inset
10603
10604 セル内に複数の行がある表
10605 \end_layout
10606
10607 \end_inset
10608
10609
10610 \end_layout
10611
10612 \begin_layout Plain Layout
10613 \align center
10614 \begin_inset Tabular
10615 <lyxtabular version="3" rows="3" columns="3">
10616 <features tabularvalignment="middle">
10617 <column alignment="center" valignment="middle" width="2.5cm">
10618 <column alignment="center" valignment="middle" width="0">
10619 <column alignment="center" valignment="middle" width="0">
10620 <row>
10621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 複数の
10626 \begin_inset Newline linebreak
10627 \end_inset
10628
10629
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 </lyxtabular>
10712
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \end_inset
10719
10720
10721 \end_layout
10722
10723 \begin_layout Standard
10724 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10725 \end_layout
10726
10727 \begin_layout Standard
10728
10729 \begin_inset CommandInset ref
10730 LatexCommand ref
10731 reference "tab:複数行表"
10732
10733 \end_inset
10734
10735 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10736 \family sans
10737 設定
10738 \family default
10739 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10740 \begin_inset space \thinspace{}
10741 \end_inset
10742
10743 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10744 \begin_inset space \thinspace{}
10745 \end_inset
10746
10747 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10748 \begin_inset Info
10749 type  "shortcut"
10750 arg   "newline-insert linebreak"
10751 \end_inset
10752
10753 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10754 \end_layout
10755
10756 \begin_layout Standard
10757 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10758 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10759 \begin_inset space \thinspace{}
10760 \end_inset
10761
10762 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10763 \begin_inset CommandInset ref
10764 LatexCommand ref
10765 reference "tab:ハイフネーション表"
10766
10767 \end_inset
10768
10769 が違いを示しています
10770 \begin_inset Foot
10771 status open
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 【訳註】
10777 \series default
10778 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10779 \end_layout
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Standard
10787 \begin_inset Float table
10788 placement h
10789 wide false
10790 sideways false
10791 status open
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Caption
10795
10796 \begin_layout Plain Layout
10797 \begin_inset CommandInset label
10798 LatexCommand label
10799 name "tab:ハイフネーション表"
10800
10801 \end_inset
10802
10803 ハイフネーション有/無の表
10804 \end_layout
10805
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \begin_layout Plain Layout
10812 \begin_inset space \hfill{}
10813 \end_inset
10814
10815
10816 \begin_inset Tabular
10817 <lyxtabular version="3" rows="3" columns="3">
10818 <features tabularvalignment="middle">
10819 <column alignment="center" valignment="middle" width="2.5cm">
10820 <column alignment="center" valignment="middle" width="0">
10821 <column alignment="center" valignment="middle" width="0">
10822 <row>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 verylongtablecellword
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 </row>
10880 <row>
10881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 </row>
10909 </lyxtabular>
10910
10911 \end_inset
10912
10913
10914 \begin_inset space \hfill{}
10915 \end_inset
10916
10917
10918 \begin_inset Tabular
10919 <lyxtabular version="3" rows="3" columns="3">
10920 <features tabularvalignment="middle">
10921 <column alignment="center" valignment="middle" width="2.5cm">
10922 <column alignment="center" valignment="middle" width="0">
10923 <column alignment="center" valignment="middle" width="0">
10924 <row>
10925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 \begin_inset space \hspace{}
10930 \length 0pt
10931 \end_inset
10932
10933 verylongtablecellword
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 </row>
10986 <row>
10987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 </lyxtabular>
11016
11017 \end_inset
11018
11019
11020 \begin_inset space \hfill{}
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \begin_layout Subsection
11032 連結列
11033 \begin_inset CommandInset label
11034 LatexCommand label
11035 name "sub:連結列"
11036
11037 \end_inset
11038
11039
11040 \begin_inset Index idx
11041 status collapsed
11042
11043 \begin_layout Plain Layout
11044 れんけつれつ@連結列
11045 \end_layout
11046
11047 \end_inset
11048
11049
11050 \begin_inset Index idx
11051 status collapsed
11052
11053 \begin_layout Plain Layout
11054 ひょう@表 ! れんけつれつ@連結列
11055 \end_layout
11056
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \begin_layout Subsubsection
11063 連結列の基礎
11064 \end_layout
11065
11066 \begin_layout Standard
11067 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11068 \family sans
11069
11070 \begin_inset Info
11071 type  "icon"
11072 arg   "inset-modify tabular multicolumn"
11073 \end_inset
11074
11075
11076 \family default
11077 を押すか、
11078 \family sans
11079 編集\SpecialChar \menuseparator
11080 表\SpecialChar \menuseparator
11081 連結列
11082 \family default
11083 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11084 \family sans
11085 連結列
11086 \family default
11087 を有効にするかしてください。
11088 \end_layout
11089
11090 \begin_layout Standard
11091 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11092 、最下行に上罫線のない連結行がある表の例です。
11093 \end_layout
11094
11095 \begin_layout Standard
11096 \align center
11097 \begin_inset Tabular
11098 <lyxtabular version="3" rows="3" columns="4">
11099 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11100 <column alignment="center" valignment="top" width="0pt">
11101 <column alignment="center" valignment="middle" width="0">
11102 <column alignment="center" valignment="top" width="0in">
11103 <column alignment="center" valignment="top" width="0pt">
11104 <row>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 いろは
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 にほへとちり
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 ぬるを
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 <row>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 </row>
11218 </lyxtabular>
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Subsubsection
11226 連結列の計算
11227 \begin_inset CommandInset label
11228 LatexCommand label
11229 name "sub:連結列の計算"
11230
11231 \end_inset
11232
11233
11234 \begin_inset Index idx
11235 status collapsed
11236
11237 \begin_layout Plain Layout
11238 れんけつれつ@連結列 ! けいさん@計算
11239 \end_layout
11240
11241 \end_inset
11242
11243
11244 \end_layout
11245
11246 \begin_layout Standard
11247 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11248 \end_layout
11249
11250 \begin_layout Standard
11251 \begin_inset Float table
11252 placement h
11253 wide false
11254 sideways false
11255 status open
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Caption
11259
11260 \begin_layout Plain Layout
11261 \begin_inset CommandInset label
11262 LatexCommand label
11263 name "tab:中央揃え表"
11264
11265 \end_inset
11266
11267 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11268 \begin_inset Argument
11269 status collapsed
11270
11271 \begin_layout Plain Layout
11272 完全なる連結列表
11273 \end_layout
11274
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \begin_layout Plain Layout
11286 \align center
11287 \begin_inset Tabular
11288 <lyxtabular version="3" rows="3" columns="3">
11289 <features tabularvalignment="middle">
11290 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11291 <column alignment="center" valignment="middle" width="0">
11292 <column alignment="center" valignment="top" width="0">
11293 <row>
11294 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 複数行にわたる連結列
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 <row>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 </row>
11380 </lyxtabular>
11381
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \begin_layout Standard
11393 たとえば、表
11394 \begin_inset CommandInset ref
11395 LatexCommand ref
11396 reference "tab:中央揃え表"
11397
11398 \end_inset
11399
11400 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11401 \family sans
11402 設定
11403 \family default
11404 を選択します。そして現れる表の設定ダイアログで、このセルを
11405 \emph on
11406 連結列
11407 \emph default
11408
11409 \emph on
11410 中央揃え
11411 \emph default
11412 、2.5
11413 \begin_inset space \thinspace{}
11414 \end_inset
11415
11416 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11417 \begin_inset space \thinspace{}
11418 \end_inset
11419
11420 cm幅に設定します。すると第二列は自動的に1.25
11421 \begin_inset space \thinspace{}
11422 \end_inset
11423
11424 cm幅(連結列幅マイナス第一列の幅)になります。表
11425 \begin_inset CommandInset ref
11426 LatexCommand ref
11427 reference "tab:半分でない表"
11428
11429 \end_inset
11430
11431 もこのようにして作成してあります。
11432 \end_layout
11433
11434 \begin_layout Standard
11435 \begin_inset Float table
11436 wide false
11437 sideways false
11438 status open
11439
11440 \begin_layout Plain Layout
11441 \begin_inset Caption
11442
11443 \begin_layout Plain Layout
11444 \begin_inset CommandInset label
11445 LatexCommand label
11446 name "tab:半分でない表"
11447
11448 \end_inset
11449
11450 連結セルの下の列が正確に半分になっていない表
11451 \begin_inset Argument
11452 status collapsed
11453
11454 \begin_layout Plain Layout
11455 不完全な連結列表
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \begin_layout Plain Layout
11469 \align center
11470 \begin_inset Tabular
11471 <lyxtabular version="3" rows="3" columns="3">
11472 <features tabularvalignment="middle">
11473 <column alignment="center" valignment="top" width="1.25cm">
11474 <column alignment="center" valignment="top" width="0">
11475 <column alignment="center" valignment="top" width="0">
11476 <row>
11477 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 複数行にわたる連結列
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 </row>
11505 <row>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 </lyxtabular>
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11577 指定したセル幅
11578 \begin_inset Formula $W_{\mbox{指}}$
11579 \end_inset
11580
11581 がセルの全幅
11582 \begin_inset Formula $W_{\text{全}}$
11583 \end_inset
11584
11585 と等しくならないためです。付録
11586 \begin_inset CommandInset ref
11587 LatexCommand ref
11588 reference "cha:式の説明"
11589
11590 \end_inset
11591
11592 がこの事情を詳細に説明しています。
11593 \end_layout
11594
11595 \begin_layout Standard
11596
11597 \emph on
11598 n
11599 \emph default
11600 列を連結する際、各列の全幅が
11601 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11602 \end_inset
11603
11604 となるために必要な指定幅
11605 \begin_inset Formula $W_{\mbox{指}:n}$
11606 \end_inset
11607
11608 は、
11609 \begin_inset Formula 
11610 \begin{equation}
11611 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11612 \end{equation}
11613
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \begin_layout Standard
11620 で計算することができます。上記の例では
11621 \begin_inset Formula $n=2$
11622 \end_inset
11623
11624 かつ
11625 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11626 \end_inset
11627
11628 cmかつ長さは既定値ですから、第
11629 \begin_inset CommandInset ref
11630 LatexCommand ref
11631 reference "eq:Wgn"
11632
11633 \end_inset
11634
11635 式は
11636 \begin_inset Formula 
11637 \begin{equation}
11638 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11639 \end{equation}
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11648 \end_layout
11649
11650 \begin_layout Standard
11651
11652 \series bold
11653
11654 \backslash
11655 usepackage{calc}
11656 \end_layout
11657
11658 \begin_layout Standard
11659 と書いて、LaTeXパッケージ
11660 \series bold
11661 calc
11662 \series default
11663
11664 \begin_inset Index idx
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11669 \end_layout
11670
11671 \end_inset
11672
11673 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11674 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11675 \end_layout
11676
11677 \begin_layout Itemize
11678
11679 \series bold
11680 p{幅}
11681 \series default
11682 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11683 \end_layout
11684
11685 \begin_layout Itemize
11686
11687 \series bold
11688 m{幅}
11689 \series default
11690 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11691 \end_layout
11692
11693 \begin_layout Itemize
11694
11695 \series bold
11696 b{幅}
11697 \series default
11698 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11699 \end_layout
11700
11701 \begin_layout Standard
11702 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11703 \end_layout
11704
11705 \begin_layout Standard
11706 \begin_inset Note Greyedout
11707 status open
11708
11709 \begin_layout Plain Layout
11710
11711 \series bold
11712 【註】
11713 \series default
11714 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11715 \end_layout
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Standard
11723 文章を水平方向中央揃えにしたいので、
11724 \series bold
11725
11726 \backslash
11727 centering
11728 \series default
11729 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11730 \end_layout
11731
11732 \begin_layout Standard
11733
11734 \series bold
11735 >{
11736 \backslash
11737 centering}m{1.25cm-6.2pt}
11738 \end_layout
11739
11740 \begin_layout Standard
11741
11742 \series bold
11743 >{ }
11744 \series default
11745 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11746 \end_layout
11747
11748 \begin_layout Standard
11749 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11750 がって、連結セルには
11751 \end_layout
11752
11753 \begin_layout Standard
11754
11755 \series bold
11756 >{
11757 \backslash
11758 centering}m{2.5cm}
11759 \end_layout
11760
11761 \begin_layout Standard
11762 というLaTeX変数を指定しなくてはなりません。
11763 \end_layout
11764
11765 \begin_layout Subsection
11766 連結行
11767 \begin_inset CommandInset label
11768 LatexCommand label
11769 name "sub:連結行"
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index idx
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 れんけつぎょう@連結行
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \begin_inset Index idx
11785 status collapsed
11786
11787 \begin_layout Plain Layout
11788 ひょう@表 ! れんけつぎょう@連結行
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Standard
11797 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11798 \family sans
11799
11800 \begin_inset Info
11801 type  "icon"
11802 arg   "inset-modify tabular multirow"
11803 \end_inset
11804
11805
11806 \family default
11807 を押すか、メニュー
11808 \family sans
11809 編集\SpecialChar \menuseparator
11810 表\SpecialChar \menuseparator
11811 連結行
11812 \family default
11813 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11814 \family sans
11815 \SpecialChar \menuseparator
11816 連結行
11817 \family default
11818 を選んでください。
11819 \end_layout
11820
11821 \begin_layout Standard
11822 下記は一列目に連結列を適用した表の例です。
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="3">
11829 <features tabularvalignment="middle">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <column alignment="center" valignment="top" width="0">
11832 <column alignment="center" valignment="top" width="0">
11833 <row>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 長いセル項目
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
11862 <row>
11863 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 連結列
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 </row>
11891 <row>
11892 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 </lyxtabular>
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11929 \family sans
11930 垂直オフセット
11931 \family default
11932 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11933 \end_layout
11934
11935 \begin_layout Standard
11936 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 renewcommand{
11945 \backslash
11946 multirowsetup}{
11947 \backslash
11948 centering}
11949 \end_layout
11950
11951 \begin_layout Standard
11952 というコマンドを使用して、コマンド
11953 \series bold
11954
11955 \backslash
11956 multirowsetup
11957 \series default
11958 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11959 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11960 \series bold
11961
11962 \backslash
11963 centering
11964 \series default
11965 の代わりに
11966 \series bold
11967
11968 \backslash
11969 raggedleft
11970 \series default
11971 を使用して下さい。左揃えに戻すには、
11972 \series bold
11973
11974 \backslash
11975 raggedright
11976 \series default
11977 とします。
11978 \end_layout
11979
11980 \begin_layout Standard
11981 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11982 \end_layout
11983
11984 \begin_layout Standard
11985 \noindent
11986 \align center
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 renewcommand{
11995 \backslash
11996 multirowsetup}{
11997 \backslash
11998 raggedleft}
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset Tabular
12005 <lyxtabular version="3" rows="4" columns="3">
12006 <features tabularvalignment="middle">
12007 <column alignment="center" valignment="top" width="3cm">
12008 <column alignment="center" valignment="top" width="0">
12009 <column alignment="center" valignment="top" width="0">
12010 <row>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 長いセル項目
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 <row>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 </row>
12068 <row>
12069 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 連結列
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 </row>
12097 <row>
12098 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 </lyxtabular>
12127
12128 \end_inset
12129
12130
12131 \begin_inset ERT
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135
12136
12137 \backslash
12138 renewcommand{
12139 \backslash
12140 multirowsetup}{
12141 \backslash
12142 raggedright}
12143 \end_layout
12144
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \begin_layout Standard
12151
12152 \lang english
12153 To start a new line in a multirow you can use a forced line break (shortcut
12154  
12155 \begin_inset Info
12156 type  "shortcut"
12157 arg   "newline-insert newline"
12158 \end_inset
12159
12160 ) but this will not respect the cell lines as demonstrated in this table:
12161 \end_layout
12162
12163 \begin_layout Standard
12164 \noindent
12165 \align center
12166
12167 \lang english
12168 \begin_inset Tabular
12169 <lyxtabular version="3" rows="3" columns="2">
12170 <features tabularvalignment="middle">
12171 <column alignment="left" valignment="middle" width="2cm">
12172 <column alignment="center" valignment="top" width="0">
12173 <row>
12174 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178
12179 \lang english
12180 aaa
12181 \begin_inset Newline newline
12182 \end_inset
12183
12184 aaa
12185 \begin_inset Newline newline
12186 \end_inset
12187
12188 wrong cell
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197
12198 \lang english
12199 ccc
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219
12220 \lang english
12221 ddd
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 </row>
12227 <row>
12228 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \lang english
12234 bbb
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243
12244 \lang english
12245 eee
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 </row>
12251 </lyxtabular>
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259
12260 \lang english
12261 Therefore be careful with forced line breaks.
12262 \end_layout
12263
12264 \begin_layout Subsection
12265
12266 \lang english
12267 Cells with diagonal line(s)
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \lang english
12273 To tell the reader what is meant by column and row headings in a table,
12274  it is helpful to split the first cell of the table by one or two diagonal
12275  lines.
12276  This can be achieved by loading the LaTeX-package 
12277 \series bold
12278 diagbox
12279 \series default
12280 \lang japanese
12281
12282 \begin_inset Index idx
12283 status collapsed
12284
12285 \begin_layout Plain Layout
12286 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12287 \end_layout
12288
12289 \end_inset
12290
12291
12292 \lang english
12293  in the document preamble.
12294  The package provides the command 
12295 \series bold
12296
12297 \backslash
12298 diagbox
12299 \series default
12300  that is inserted as TeX-Code and that can take 2 or 3
12301 \begin_inset space ~
12302 \end_inset
12303
12304 arguments:
12305 \end_layout
12306
12307 \begin_layout Standard
12308
12309 \series bold
12310 \lang english
12311
12312 \backslash
12313 diagbox[options]{lower left}{upper right}
12314 \end_layout
12315
12316 \begin_layout Standard
12317
12318 \series bold
12319 \lang english
12320
12321 \backslash
12322 diagbox[options]{lower left}{upper left}{upper right}
12323 \end_layout
12324
12325 \begin_layout Standard
12326
12327 \lang english
12328 The first scheme divides the cell by a single diagonal line and the arguments
12329  are placed below and above this line.
12330  The second scheme divides the cell by 2
12331 \begin_inset space ~
12332 \end_inset
12333
12334 lines.
12335 \end_layout
12336
12337 \begin_layout Standard
12338 \begin_inset ERT
12339 status collapsed
12340
12341 \begin_layout Plain Layout
12342
12343
12344 \backslash
12345 ifdiagbox
12346 \end_layout
12347
12348 \end_inset
12349
12350
12351 \begin_inset Note Note
12352 status open
12353
12354 \begin_layout Plain Layout
12355 この節は、LaTeXパッケージ
12356 \series bold
12357 diagbox
12358 \series default
12359 が導入済みの時のみ表示されます。
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \lang english
12370 Here is an example table where 
12371 \series bold
12372
12373 \backslash
12374 diagbox 
12375 \series default
12376 is used in the 2-argument scheme in the first cell:
12377 \begin_inset VSpace medskip
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \begin_layout Standard
12384 \noindent
12385
12386 \lang english
12387 \begin_inset Tabular
12388 <lyxtabular version="3" rows="4" columns="4">
12389 <features tabularvalignment="middle">
12390 <column alignment="center" valignment="top" width="0">
12391 <column alignment="center" valignment="top" width="0">
12392 <column alignment="center" valignment="top" width="0">
12393 <column alignment="center" valignment="top" width="0">
12394 <row>
12395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399
12400 \lang english
12401 \begin_inset ERT
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405
12406
12407 \backslash
12408 diagbox{
12409 \end_layout
12410
12411 \end_inset
12412
12413 Name
12414 \begin_inset ERT
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418
12419 }{
12420 \end_layout
12421
12422 \end_inset
12423
12424 Parameter
12425 \begin_inset ERT
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429
12430 }
12431 \end_layout
12432
12433 \end_inset
12434
12435
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Plain Layout
12444
12445 \lang english
12446 Thickness in nm
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455
12456 \lang english
12457 Transparency in %
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466
12467 \lang english
12468 Hardness in MPa
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 </row>
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479
12480 \lang english
12481 Perfect Green
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490
12491 \lang english
12492 45
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501
12502 \lang english
12503 80
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512
12513 \lang english
12514 504
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 </row>
12520 <row>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525
12526 \lang english
12527 Dark Multi-P
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536
12537 \lang english
12538 60
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547
12548 \lang english
12549 72
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558
12559 \lang english
12560 982
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 <row>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571
12572 \lang english
12573 Crystal Clear Pro
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582
12583 \lang english
12584 18
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \lang english
12595 86
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604
12605 \lang english
12606 374
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 </lyxtabular>
12613
12614 \end_inset
12615
12616
12617 \begin_inset VSpace medskip
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \begin_layout Standard
12624
12625 \lang english
12626 The 3-argument scheme is for example useful for cross-tables of sports leagues
12627  or distances:
12628 \end_layout
12629
12630 \begin_layout Standard
12631 \noindent
12632 \align center
12633
12634 \lang english
12635 \begin_inset Tabular
12636 <lyxtabular version="3" rows="4" columns="4">
12637 <features tabularvalignment="middle">
12638 <column alignment="center" valignment="top" width="0pt">
12639 <column alignment="center" valignment="top" width="0">
12640 <column alignment="center" valignment="top" width="0">
12641 <column alignment="center" valignment="top" width="0">
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647
12648 \lang english
12649 \begin_inset ERT
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653
12654
12655 \backslash
12656 diagbox{
12657 \end_layout
12658
12659 \end_inset
12660
12661 Team home
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667 }{
12668 \end_layout
12669
12670 \end_inset
12671
12672 Result
12673 \begin_inset ERT
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677
12678 }{
12679 \end_layout
12680
12681 \end_inset
12682
12683 Team away
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689 }
12690 \end_layout
12691
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703
12704 \lang english
12705 Tigers
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714
12715 \lang english
12716 Panthers
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725
12726 \lang english
12727 Falcons
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \lang english
12740 Tigers
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \lang english
12751 ---
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \lang english
12762 1:3
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \lang english
12773 0:1
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 </row>
12779 <row>
12780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784
12785 \lang english
12786 Panthers
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795
12796 \lang english
12797 3:1
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \lang english
12808 ---
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \lang english
12819 0:0
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 </row>
12825 <row>
12826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830
12831 \lang english
12832 Falcons
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \lang english
12843 1:0
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852
12853 \lang english
12854 0:0
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863
12864 \lang english
12865 ---
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 </lyxtabular>
12872
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879
12880 \lang english
12881 For larger cross-tables one might use split cells in 2 or every corner of
12882  the table like in this example:
12883 \end_layout
12884
12885 \begin_layout Standard
12886 \noindent
12887 \align center
12888
12889 \lang english
12890 \begin_inset Tabular
12891 <lyxtabular version="3" rows="5" columns="5">
12892 <features tabularvalignment="middle">
12893 <column alignment="center" valignment="top" width="0pt">
12894 <column alignment="center" valignment="top" width="0">
12895 <column alignment="center" valignment="top" width="0">
12896 <column alignment="center" valignment="top" width="0">
12897 <column alignment="center" valignment="top" width="0">
12898 <row>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903
12904 \lang english
12905 \begin_inset ERT
12906 status open
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 diagbox{
12913 \end_layout
12914
12915 \end_inset
12916
12917 Team home
12918 \begin_inset ERT
12919 status collapsed
12920
12921 \begin_layout Plain Layout
12922
12923 }{
12924 \end_layout
12925
12926 \end_inset
12927
12928 Result
12929 \begin_inset ERT
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933
12934 }{
12935 \end_layout
12936
12937 \end_inset
12938
12939 Team away
12940 \begin_inset ERT
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944
12945 }
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959
12960 \lang english
12961 Tigers
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970
12971 \lang english
12972 Panthers
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981
12982 \lang english
12983 Falcons
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992
12993 \lang english
12994 \begin_inset ERT
12995 status open
12996
12997 \begin_layout Plain Layout
12998
12999
13000 \backslash
13001 diagbox[dir=NE]{
13002 \end_layout
13003
13004 \end_inset
13005
13006 Team home
13007 \begin_inset ERT
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011
13012 }{
13013 \end_layout
13014
13015 \end_inset
13016
13017 Result
13018 \begin_inset ERT
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022
13023 }{
13024 \end_layout
13025
13026 \end_inset
13027
13028 Team away
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034 }
13035 \end_layout
13036
13037 \end_inset
13038
13039
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row>
13046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050
13051 \lang english
13052 Tigers
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061
13062 \lang english
13063 ---
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072
13073 \lang english
13074 1:3
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083
13084 \lang english
13085 0:1
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094
13095 \lang english
13096 Tigers
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 </row>
13102 <row>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107
13108 \lang english
13109 Panthers
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118
13119 \lang english
13120 3:1
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129
13130 \lang english
13131 ---
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140
13141 \lang english
13142 0:0
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151
13152 \lang english
13153 Panthers
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164
13165 \lang english
13166 Falcons
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175
13176 \lang english
13177 1:0
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186
13187 \lang english
13188 0:0
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197
13198 \lang english
13199 ---
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \lang english
13210 Falcons
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221
13222 \lang english
13223 \begin_inset ERT
13224 status open
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox[dir=SW]{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277
13278 \lang english
13279 Tigers
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288
13289 \lang english
13290 Panthers
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299
13300 \lang english
13301 Falcons
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310
13311 \lang english
13312 \begin_inset ERT
13313 status open
13314
13315 \begin_layout Plain Layout
13316
13317
13318 \backslash
13319 diagbox[dir=SE]{
13320 \end_layout
13321
13322 \end_inset
13323
13324 Team home
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330 }{
13331 \end_layout
13332
13333 \end_inset
13334
13335 Result
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341 }{
13342 \end_layout
13343
13344 \end_inset
13345
13346 Team away
13347 \begin_inset ERT
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351
13352 }
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 </row>
13363 </lyxtabular>
13364
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \begin_layout Standard
13371
13372 \lang english
13373 To rotate the diagonal lines, the command option 
13374 \series bold
13375 dir=direction
13376 \series default
13377  is used.
13378  
13379 \emph on
13380 direction
13381 \emph default
13382  is either 
13383 \series bold
13384 NE
13385 \series default
13386
13387 \series bold
13388 DE
13389 \series default
13390
13391 \series bold
13392 SW
13393 \series default
13394  or 
13395 \series bold
13396 NW
13397 \series default
13398  and represent a point of a compass.
13399  
13400 \series bold
13401 SW
13402 \series default
13403  is for example the south-west corner.
13404  Thus in the lower left cell of the above table the command
13405 \end_layout
13406
13407 \begin_layout Standard
13408
13409 \series bold
13410 \lang english
13411
13412 \backslash
13413 diagbox[dir=SW]{Team home}{Result}{Team away}
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \lang english
13419 is used.
13420  If no direction is given, it will be NW.
13421 \end_layout
13422
13423 \begin_layout Standard
13424
13425 \lang english
13426 The necessary width of split cells is automatically calculated.
13427  Thus if you set a fixed column width smaller than the calculated one, the
13428  cell's content will protrude the cell borders:
13429 \end_layout
13430
13431 \begin_layout Standard
13432 \noindent
13433 \align center
13434
13435 \lang english
13436 \begin_inset Tabular
13437 <lyxtabular version="3" rows="2" columns="2">
13438 <features tabularvalignment="middle">
13439 <column alignment="center" valignment="top" width="3cm">
13440 <column alignment="center" valignment="top" width="0">
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446
13447 \lang english
13448 \begin_inset ERT
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452
13453
13454 \backslash
13455 diagbox{
13456 \end_layout
13457
13458 \end_inset
13459
13460 Name
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466 }{
13467 \end_layout
13468
13469 \end_inset
13470
13471 Parameter
13472 \begin_inset ERT
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476
13477 }
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \lang english
13493 Thickness in nm
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \lang english
13506 Perfect Green
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515
13516 \lang english
13517 45
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 </lyxtabular>
13524
13525 \end_inset
13526
13527
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \lang english
13533 If you need a certain width for columns with a split cell, use the command
13534  option 
13535 \series bold
13536 width=3cm
13537 \series default
13538  (replace '3cm' by the width you need).
13539  In the following table the width of the first column is set to 4
13540 \begin_inset space \thinspace{}
13541 \end_inset
13542
13543 cm.
13544  For 
13545 \series bold
13546
13547 \backslash
13548 diagbox
13549 \series default
13550  a width of 4
13551 \begin_inset space \thinspace{}
13552 \end_inset
13553
13554 cm + 2
13555 \begin_inset space \thinspace{}
13556 \end_inset
13557
13558
13559 \backslash
13560 tabcolsep is necessary because the overall width is the width for the text
13561  (in this case the 4
13562 \begin_inset space \thinspace{}
13563 \end_inset
13564
13565 cm) plus two times the separation of the text and the cell border.
13566  The calculation of the width cannot be done in the command option of 
13567 \series bold
13568
13569 \backslash
13570 diagbox
13571 \series default
13572  so one needs to create a new length which can be used later.
13573  This is done with the TeX-Code commands
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \series bold
13579
13580 \backslash
13581 newlength{
13582 \backslash
13583 diagtest}
13584 \begin_inset Newline newline
13585 \end_inset
13586
13587
13588 \backslash
13589 setlength{
13590 \backslash
13591 diagtest}{4cm+2
13592 \backslash
13593 tabcolsep}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602
13603 \backslash
13604 newlength{
13605 \backslash
13606 diagtest}
13607 \end_layout
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 setlength{
13614 \backslash
13615 diagtest}{4cm+2
13616 \backslash
13617 tabcolsep}
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \begin_layout Standard
13626
13627 \lang english
13628 To enable calculations in LaTeX one needs to load the package 
13629 \series bold
13630 calc
13631 \series default
13632 \lang japanese
13633
13634 \begin_inset Index idx
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13639 \end_layout
13640
13641 \end_inset
13642
13643
13644 \lang english
13645  in the document preamble.
13646 \end_layout
13647
13648 \begin_layout Standard
13649
13650 \lang english
13651 In this table you can now use the command
13652 \end_layout
13653
13654 \begin_layout Standard
13655
13656 \series bold
13657 \lang english
13658
13659 \backslash
13660 diagbox[width=
13661 \backslash
13662 diagtest]{A}{B}
13663 \end_layout
13664
13665 \begin_layout Standard
13666
13667 \lang english
13668 in the first cell:
13669 \end_layout
13670
13671 \begin_layout Standard
13672 \noindent
13673 \align center
13674
13675 \lang english
13676 \begin_inset Tabular
13677 <lyxtabular version="3" rows="2" columns="2">
13678 <features tabularvalignment="middle">
13679 <column alignment="center" valignment="top" width="4cm">
13680 <column alignment="center" valignment="top" width="0">
13681 <row>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686
13687 \lang english
13688 \begin_inset ERT
13689 status open
13690
13691 \begin_layout Plain Layout
13692
13693
13694 \backslash
13695 diagbox[width=
13696 \backslash
13697 diagtest]{
13698 \end_layout
13699
13700 \end_inset
13701
13702 A
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708 }{
13709 \end_layout
13710
13711 \end_inset
13712
13713 B
13714 \begin_inset ERT
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719 }
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733
13734 \lang english
13735 Thickness in nm
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \lang english
13748 Perfect Green
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \lang english
13759 45
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 </lyxtabular>
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \begin_layout Standard
13773
13774 \lang english
13775 Note that the split cell needs to be the widest one in the column.
13776  Otherwise the length of the diagonal line cannot be calculated correctly
13777  like in this table:
13778 \end_layout
13779
13780 \begin_layout Standard
13781 \noindent
13782 \align center
13783
13784 \lang english
13785 \begin_inset Tabular
13786 <lyxtabular version="3" rows="2" columns="2">
13787 <features tabularvalignment="middle">
13788 <column alignment="center" valignment="top" width="0pt">
13789 <column alignment="center" valignment="top" width="0">
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \lang english
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802
13803 \backslash
13804 diagbox{
13805 \end_layout
13806
13807 \end_inset
13808
13809 A
13810 \begin_inset ERT
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814
13815 }{
13816 \end_layout
13817
13818 \end_inset
13819
13820 B
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826 }
13827 \end_layout
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840
13841 \lang english
13842 Thickness in nm
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 </row>
13848 <row>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \lang english
13855 Perfect Green
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \lang english
13866 45
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 </lyxtabular>
13873
13874 \end_inset
13875
13876
13877 \end_layout
13878
13879 \begin_layout Standard
13880
13881 \lang english
13882 In this case use the 
13883 \series bold
13884 width
13885 \series default
13886  option of the 
13887 \series bold
13888
13889 \backslash
13890 diagbox
13891 \series default
13892  command.
13893  It is then not necessary to add 2
13894 \backslash
13895 tabcolsep because the cell width is now the width of the column.
13896  In this table a width of 3
13897 \begin_inset space \thinspace{}
13898 \end_inset
13899
13900 cm is used:
13901 \end_layout
13902
13903 \begin_layout Standard
13904 \noindent
13905 \align center
13906
13907 \lang english
13908 \begin_inset Tabular
13909 <lyxtabular version="3" rows="2" columns="2">
13910 <features tabularvalignment="middle">
13911 <column alignment="center" valignment="top" width="0pt">
13912 <column alignment="center" valignment="top" width="0">
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918
13919 \lang english
13920 \begin_inset ERT
13921 status open
13922
13923 \begin_layout Plain Layout
13924
13925
13926 \backslash
13927 diagbox[width=3cm]{
13928 \end_layout
13929
13930 \end_inset
13931
13932 A
13933 \begin_inset ERT
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937
13938 }{
13939 \end_layout
13940
13941 \end_inset
13942
13943 B
13944 \begin_inset ERT
13945 status collapsed
13946
13947 \begin_layout Plain Layout
13948
13949 }
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963
13964 \lang english
13965 Thickness in nm
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \lang english
13978 Perfect Green
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987
13988 \lang english
13989 45
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 </row>
13995 </lyxtabular>
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Standard
14003
14004 \lang english
14005 For multiple text lines in split cells one needs some extra height to fit
14006  the text to the cell.
14007  This can be achieved with the 
14008 \series bold
14009
14010 \backslash
14011 diagbox
14012 \series default
14013  option 
14014 \series bold
14015 height=3cm
14016 \series default
14017  (replace '3cm' by the height you need).
14018  In the following table the command
14019 \end_layout
14020
14021 \begin_layout Standard
14022
14023 \series bold
14024 \lang english
14025
14026 \backslash
14027 diagbox[width=3cm,height=1.4cm]{A
14028 \backslash
14029
14030 \backslash
14031 B}{C
14032 \backslash
14033
14034 \backslash
14035 D}
14036 \end_layout
14037
14038 \begin_layout Standard
14039
14040 \lang english
14041 is used in the first cell.
14042  The command 
14043 \series bold
14044
14045 \backslash
14046
14047 \backslash
14048
14049 \series default
14050  creates hereby the line break.
14051 \begin_inset Foot
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056 \lang english
14057 Breaking lines with 
14058 \family sans
14059 Ctrl+Return
14060 \family default
14061  is only possible when the column has a fixed width.
14062 \end_layout
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \noindent
14071 \align center
14072
14073 \lang english
14074 \begin_inset Tabular
14075 <lyxtabular version="3" rows="2" columns="2">
14076 <features tabularvalignment="middle">
14077 <column alignment="center" valignment="top" width="0">
14078 <column alignment="center" valignment="top" width="0">
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084
14085 \lang english
14086 \begin_inset ERT
14087 status open
14088
14089 \begin_layout Plain Layout
14090
14091
14092 \backslash
14093 diagbox[width=3cm,height=1.4cm]{
14094 \end_layout
14095
14096 \end_inset
14097
14098 A
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104
14105 \backslash
14106
14107 \backslash
14108
14109 \end_layout
14110
14111 \end_inset
14112
14113 B
14114 \begin_inset ERT
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118
14119 }{
14120 \end_layout
14121
14122 \end_inset
14123
14124 C
14125 \begin_inset ERT
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129
14130
14131 \backslash
14132
14133 \backslash
14134
14135 \end_layout
14136
14137 \end_inset
14138
14139 D
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145 }
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159
14160 \lang english
14161 Thickness in nm
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172
14173 \lang english
14174 Perfect Green
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183
14184 \lang english
14185 45
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 </lyxtabular>
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \begin_layout Standard
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204
14205 \backslash
14206 else
14207 \end_layout
14208
14209 \end_inset
14210
14211
14212 \begin_inset Note Note
14213 status open
14214
14215 \begin_layout Plain Layout
14216 以下は、LaTeXパッケージ
14217 \series bold
14218 diagbox
14219 \series default
14220 が導入済みでないときに表示されます。
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Standard
14229 本節の内容を出力に表示するためには、
14230 \series bold
14231 diagbox
14232 \series default
14233 パッケージを導入しなくてはなりません。
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \begin_inset ERT
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241
14242
14243 \backslash
14244 fi
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \begin_layout Standard
14253
14254 \lang english
14255 For more info about the LaTeX-package 
14256 \series bold
14257 diagbox
14258 \series default
14259 , see its documentation
14260 \lang japanese
14261
14262 \begin_inset CommandInset citation
14263 LatexCommand cite
14264 key "diagbox"
14265
14266 \end_inset
14267
14268 .
14269 \end_layout
14270
14271 \begin_layout Section
14272 フォーマル形式の表
14273 \begin_inset CommandInset label
14274 LatexCommand label
14275 name "sec:フォーマル形式の表"
14276
14277 \end_inset
14278
14279
14280 \begin_inset Index idx
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293 書籍中の表は、よく表
14294 \begin_inset CommandInset ref
14295 LatexCommand ref
14296 reference "tab:ブックタブ表の例"
14297
14298 \end_inset
14299
14300 のように組版されます。この種の表は、「
14301 \emph on
14302 フォーマル形式
14303 \emph default
14304 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \begin_inset Float table
14309 placement h
14310 wide false
14311 sideways false
14312 status open
14313
14314 \begin_layout Plain Layout
14315 \begin_inset Caption
14316
14317 \begin_layout Plain Layout
14318 \begin_inset CommandInset label
14319 LatexCommand label
14320 name "tab:ブックタブ表の例"
14321
14322 \end_inset
14323
14324 ブックタブ表の例
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Plain Layout
14333 \align center
14334 \begin_inset Tabular
14335 <lyxtabular version="3" rows="8" columns="4">
14336 <features booktabs="true" tabularvalignment="middle">
14337 <column alignment="center" valignment="top" width="0">
14338 <column alignment="center" valignment="top" width="0">
14339 <column alignment="center" valignment="top" width="0">
14340 <column alignment="center" valignment="top" width="0">
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 システム
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 Medipix
14356 \begin_inset space \thinspace{}
14357 \end_inset
14358
14359 1
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 Medipix
14369 \begin_inset space \thinspace{}
14370 \end_inset
14371
14372 2
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 \begin_inset ERT
14393 status collapsed
14394
14395 \begin_layout Plain Layout
14396
14397
14398 \backslash
14399 cmidrule(r){2-2}
14400 \end_layout
14401
14402 \end_inset
14403
14404
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410
14411 \backslash
14412 cmidrule(l){3-4}
14413 \end_layout
14414
14415 \end_inset
14416
14417 検知器の厚み [µm]
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 300
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 300
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 700
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 </row>
14450 <row>
14451 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 エッジ角 [°]
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 3.55
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 2.71
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 7.99
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 <row topspace="default">
14489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 空間分解能 [µm]
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 4.26
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 10.17
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 10.56
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 </row>
14526 <row topspace="default">
14527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Formula $f_{\mathrm{max}}$
14532 \end_inset
14533
14534 におけるMTF
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 0.53
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 0.37
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 0.39
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 <row topspace="default">
14568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 \begin_inset ERT
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576
14577
14578 \backslash
14579 cmidrule(l{10pt}){1-1}
14580 \end_layout
14581
14582 \end_inset
14583
14584 LSF空間分解能
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 </row>
14617 <row>
14618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 µm表示
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 129.7
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 52.75
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 50.78
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 ピクセルサイズに対する%表示
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 76.3
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 95.9
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 92.3
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 </row>
14693 </lyxtabular>
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 表中の行に余白を加えるには、第
14707 \begin_inset CommandInset ref
14708 LatexCommand ref
14709 reference "sub:行の余白取り"
14710
14711 \end_inset
14712
14713 節に述べられているように、表の設定ダイアログの
14714 \family sans
14715 罫線
14716 \family default
14717 タブを使用します。
14718 \end_layout
14719
14720 \begin_layout Standard
14721 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14722 \begin_inset Newline newline
14723 \end_inset
14724
14725 最初と最後の表罫線の既定幅は0.08
14726 \begin_inset space \thinspace{}
14727 \end_inset
14728
14729 emですが、他の罫線の既定幅は0.05
14730 \begin_inset space \thinspace{}
14731 \end_inset
14732
14733 emです。
14734 \end_layout
14735
14736 \begin_layout Standard
14737 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743
14744 \backslash
14745 let
14746 \backslash
14747 mytoprule
14748 \backslash
14749 toprule
14750 \begin_inset Newline newline
14751 \end_inset
14752
14753
14754 \backslash
14755 renewcommand{
14756 \backslash
14757 toprule}{
14758 \backslash
14759 mytoprule[幅]}
14760 \end_layout
14761
14762 \begin_layout Standard
14763 上の例は、
14764 \series bold
14765 toprule
14766 \series default
14767 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14768 \series bold
14769 toprule
14770 \series default
14771
14772 \series bold
14773 bottomrule
14774 \series default
14775 に置き換えて下さい。他の罫線の線幅を変更するには、
14776 \series bold
14777 toprule
14778 \series default
14779
14780 \series bold
14781 midrule
14782 \series default
14783 に置き換えます。線幅を設定する上では、付録
14784 \begin_inset CommandInset ref
14785 LatexCommand ref
14786 reference "cha:LyXで使用できる単位"
14787
14788 \end_inset
14789
14790 に挙げてあるすべての単位を使用することができます。
14791 \end_layout
14792
14793 \begin_layout Standard
14794 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14795 \series bold
14796
14797 \backslash
14798 cmidrule
14799 \series default
14800 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14801 \end_layout
14802
14803 \begin_layout Standard
14804
14805 \series bold
14806
14807 \backslash
14808 cmidrule[幅](刈込){開始列-終了列}
14809 \end_layout
14810
14811 \begin_layout Standard
14812 です。
14813 \series bold
14814
14815 \backslash
14816 cmidrule
14817 \series default
14818 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14819 \series bold
14820
14821 \backslash
14822 cmidrule
14823 \series default
14824 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14825
14826 \end_layout
14827
14828 \begin_layout Standard
14829 この線幅の既定値は0.03
14830 \begin_inset space \thinspace{}
14831 \end_inset
14832
14833 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14834 。非必須パラメーターの「刈込」は、
14835 \emph on
14836 l{刈込幅}
14837 \emph default
14838 あるいは
14839 \emph on
14840 r{刈込幅}
14841 \emph default
14842 の値を取り、刈込幅の指定は非必須です。たとえば、
14843 \emph on
14844 l{2pt}
14845 \emph default
14846 というパラメーターを使うと、罫線が左端から2
14847 \begin_inset space \thinspace{}
14848 \end_inset
14849
14850 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14851 \begin_inset space \thinspace{}
14852 \end_inset
14853
14854 emだけ刈り込まれます。
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset VSpace bigskip
14859 \end_inset
14860
14861
14862 \begin_inset CommandInset ref
14863 LatexCommand ref
14864 reference "tab:ブックタブ表の例"
14865
14866 \end_inset
14867
14868 は、
14869 \end_layout
14870
14871 \begin_layout Standard
14872
14873 \series bold
14874
14875 \backslash
14876 cmidrule(r){2-2}
14877 \backslash
14878 cmidrule(l){3-4}
14879 \end_layout
14880
14881 \begin_layout Standard
14882 というコマンドを第二行の初めに使用し、
14883 \end_layout
14884
14885 \begin_layout Standard
14886
14887 \series bold
14888
14889 \backslash
14890 cmidrule(l{10pt}){1-1}
14891 \end_layout
14892
14893 \begin_layout Standard
14894 を第六行に使用して作成されています。
14895 \end_layout
14896
14897 \begin_layout Standard
14898 \begin_inset VSpace bigskip
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Standard
14905 ときには、表
14906 \begin_inset CommandInset ref
14907 LatexCommand ref
14908 reference "tab:特殊なブックタブ表"
14909
14910 \end_inset
14911
14912 のような重なり合った
14913 \series bold
14914
14915 \backslash
14916 cmidrule
14917 \series default
14918 が欲しいことがあるかもしれません。これは、TeXコードで
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 morecmidrules
14927 \end_layout
14928
14929 \begin_layout Standard
14930 コマンドを使用することによって実現することができます。表
14931 \begin_inset CommandInset ref
14932 LatexCommand ref
14933 reference "tab:特殊なブックタブ表"
14934
14935 \end_inset
14936
14937 の第二列には
14938 \end_layout
14939
14940 \begin_layout Standard
14941
14942 \series bold
14943
14944 \backslash
14945 cmidrule(r){2-2}
14946 \backslash
14947 cmidrule(l){3-4}
14948 \backslash
14949 morecmidrules
14950 \backslash
14951 cmidrule{2-4}
14952 \end_layout
14953
14954 \begin_layout Standard
14955 というコマンドが使用されており、第六列には
14956 \end_layout
14957
14958 \begin_layout Standard
14959
14960 \series bold
14961
14962 \backslash
14963 midrule
14964 \backslash
14965 morecmidrules
14966 \backslash
14967 cmidrule{3-4}
14968 \end_layout
14969
14970 \begin_layout Standard
14971 というコマンドが使用されています。
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset VSpace bigskip
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Standard
14982 罫線の余白取りにどうしても満足が行かない場合には、
14983 \end_layout
14984
14985 \begin_layout Standard
14986
14987 \series bold
14988
14989 \backslash
14990 specialrule{幅}{上余白}{下余白}
14991 \end_layout
14992
14993 \begin_layout Standard
14994 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14995 \series bold
14996 booktabs
14997 \series default
14998  
14999 \begin_inset CommandInset citation
15000 LatexCommand cite
15001 key "booktabs"
15002
15003 \end_inset
15004
15005
15006 \begin_inset Index idx
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
15011 \end_layout
15012
15013 \end_inset
15014
15015 の取扱説明書をご参照下さい。
15016 \end_layout
15017
15018 \begin_layout Standard
15019 \begin_inset Float table
15020 placement h
15021 wide false
15022 sideways false
15023 status open
15024
15025 \begin_layout Plain Layout
15026 \begin_inset Caption
15027
15028 \begin_layout Plain Layout
15029 \begin_inset CommandInset label
15030 LatexCommand label
15031 name "tab:特殊なブックタブ表"
15032
15033 \end_inset
15034
15035 特殊なブックタブ表
15036 \end_layout
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Plain Layout
15044 \align center
15045 \begin_inset Tabular
15046 <lyxtabular version="3" rows="8" columns="4">
15047 <features booktabs="true" tabularvalignment="middle">
15048 <column alignment="center" valignment="top" width="0">
15049 <column alignment="center" valignment="top" width="0">
15050 <column alignment="center" valignment="top" width="0">
15051 <column alignment="center" valignment="top" width="0">
15052 <row>
15053 <cell alignment="center" valignment="top" topline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 システム
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 Medipix
15067 \begin_inset space \thinspace{}
15068 \end_inset
15069
15070 1
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Medipix
15080 \begin_inset space \thinspace{}
15081 \end_inset
15082
15083 2
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 cmidrule(r){2-2}
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \begin_inset ERT
15117 status collapsed
15118
15119 \begin_layout Plain Layout
15120
15121
15122 \backslash
15123 cmidrule(l){3-4}
15124 \end_layout
15125
15126 \end_inset
15127
15128
15129 \begin_inset ERT
15130 status collapsed
15131
15132 \begin_layout Plain Layout
15133
15134
15135 \backslash
15136 morecmidrules 
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \begin_inset ERT
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146
15147
15148 \backslash
15149 cmidrule{2-4}
15150 \end_layout
15151
15152 \end_inset
15153
15154 検知器の厚み [µm]
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 300
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 300
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 700
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 エッジ角 [°]
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 3.55
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 2.71
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" topline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 7.99
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row topspace="default">
15226 <cell alignment="center" valignment="top" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 空間分解能 [µm]
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 4.26
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 10.17
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 10.56
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 <row topspace="default">
15264 <cell alignment="center" valignment="top" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 \begin_inset Formula $f_{\mathrm{max}}$
15269 \end_inset
15270
15271 におけるMTF
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 0.53
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 0.37
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 0.39
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset ERT
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313
15314
15315 \backslash
15316 morecmidrules 
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \begin_inset ERT
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326
15327
15328 \backslash
15329 cmidrule{3-4}
15330 \end_layout
15331
15332 \end_inset
15333
15334 LSF空間分解能
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372 µm表示
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 129.7
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 52.75
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 50.78
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 ピクセルサイズに対する%表示
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 76.3
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 95.9
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 92.3
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 </lyxtabular>
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Section
15456 表の垂直揃え
15457 \begin_inset Index idx
15458 status collapsed
15459
15460 \begin_layout Plain Layout
15461 ひょう@表 ! そろえ@揃え
15462 \end_layout
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \begin_layout Standard
15470 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15471 \begin_inset CommandInset ref
15472 LatexCommand ref
15473 reference "sec:ボックスダイアログ"
15474
15475 \end_inset
15476
15477 節に述べられているように、ボックスの垂直揃えを行います。
15478 \end_layout
15479
15480 \begin_layout Standard
15481 以下の例では、各表は15
15482 \begin_inset space \thinspace{}
15483 \end_inset
15484
15485 列幅%を持つminipage
15486 \begin_inset Foot
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490 minipageは第
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "sec:ミニページ"
15494
15495 \end_inset
15496
15497 節で説明されています。
15498 \end_layout
15499
15500 \end_inset
15501
15502 ボックスの中に入れてあります。
15503 \end_layout
15504
15505 \begin_layout Itemize
15506 動作試験 
15507 \begin_inset Box Frameless
15508 position "t"
15509 hor_pos "c"
15510 has_inner_box 1
15511 inner_pos "c"
15512 use_parbox 0
15513 use_makebox 0
15514 width "15col%"
15515 special "none"
15516 height "1in"
15517 height_special "totalheight"
15518 status collapsed
15519
15520 \begin_layout Plain Layout
15521 \begin_inset Tabular
15522 <lyxtabular version="3" rows="3" columns="3">
15523 <features tabularvalignment="middle">
15524 <column alignment="center" valignment="top" width="0">
15525 <column alignment="center" valignment="top" width="0">
15526 <column alignment="center" valignment="top" width="0">
15527 <row>
15528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row>
15586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 </row>
15614 </lyxtabular>
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \end_inset
15622
15623  動作試験 
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 raisebox{0.85
15632 \backslash
15633 baselineskip}{
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \begin_inset Box Frameless
15640 position "t"
15641 hor_pos "c"
15642 has_inner_box 1
15643 inner_pos "c"
15644 use_parbox 0
15645 use_makebox 0
15646 width "15col%"
15647 special "none"
15648 height "1in"
15649 height_special "totalheight"
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653 \begin_inset Tabular
15654 <lyxtabular version="3" rows="3" columns="3">
15655 <features tabularvalignment="middle">
15656 <column alignment="center" valignment="top" width="0">
15657 <column alignment="center" valignment="top" width="0">
15658 <column alignment="center" valignment="top" width="0">
15659 <row>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 </row>
15717 <row>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 </lyxtabular>
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \end_inset
15754
15755
15756 \begin_inset ERT
15757 status collapsed
15758
15759 \begin_layout Plain Layout
15760
15761 }
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Itemize
15770 動作試験 
15771 \begin_inset Box Frameless
15772 position "c"
15773 hor_pos "c"
15774 has_inner_box 1
15775 inner_pos "c"
15776 use_parbox 0
15777 use_makebox 0
15778 width "15col%"
15779 special "none"
15780 height "1in"
15781 height_special "totalheight"
15782 status collapsed
15783
15784 \begin_layout Plain Layout
15785 \begin_inset Tabular
15786 <lyxtabular version="3" rows="3" columns="3">
15787 <features tabularvalignment="middle">
15788 <column alignment="center" valignment="top" width="0">
15789 <column alignment="center" valignment="top" width="0">
15790 <column alignment="center" valignment="top" width="0">
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 <row>
15850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 </lyxtabular>
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \begin_layout Itemize
15891 動作試験 
15892 \begin_inset Box Frameless
15893 position "b"
15894 hor_pos "c"
15895 has_inner_box 1
15896 inner_pos "c"
15897 use_parbox 0
15898 use_makebox 0
15899 width "15col%"
15900 special "none"
15901 height "1in"
15902 height_special "totalheight"
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906 \begin_inset Tabular
15907 <lyxtabular version="3" rows="3" columns="3">
15908 <features tabularvalignment="middle">
15909 <column alignment="center" valignment="top" width="0">
15910 <column alignment="center" valignment="top" width="0">
15911 <column alignment="center" valignment="top" width="0">
15912 <row>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 </lyxtabular>
16000
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \end_inset
16007
16008  動作試験 
16009 \begin_inset ERT
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013
16014
16015 \backslash
16016 raisebox{-0.32
16017 \backslash
16018 baselineskip}{
16019 \end_layout
16020
16021 \end_inset
16022
16023
16024 \begin_inset Box Frameless
16025 position "b"
16026 hor_pos "c"
16027 has_inner_box 1
16028 inner_pos "c"
16029 use_parbox 0
16030 use_makebox 0
16031 width "15col%"
16032 special "none"
16033 height "1in"
16034 height_special "totalheight"
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038 \begin_inset Tabular
16039 <lyxtabular version="3" rows="3" columns="3">
16040 <features tabularvalignment="middle">
16041 <column alignment="center" valignment="top" width="0">
16042 <column alignment="center" valignment="top" width="0">
16043 <column alignment="center" valignment="top" width="0">
16044 <row>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 </lyxtabular>
16132
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \end_inset
16139
16140
16141 \begin_inset ERT
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145
16146 }
16147 \end_layout
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \begin_layout Standard
16155 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16156 \begin_inset Foot
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160 raiseboxは、第
16161 \begin_inset CommandInset ref
16162 LatexCommand ref
16163 reference "sub:垂直揃え"
16164
16165 \end_inset
16166
16167 節で説明されています。
16168 \end_layout
16169
16170 \end_inset
16171
16172 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16173 \end_layout
16174
16175 \begin_layout Standard
16176
16177 \series bold
16178
16179 \backslash
16180 raisebox{0.85
16181 \backslash
16182 baselineskip}{
16183 \end_layout
16184
16185 \begin_layout Standard
16186 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16187 \series bold
16188 }
16189 \series default
16190 をTeXコードとして挿入してあります。最後の項目の第二表には、
16191 \end_layout
16192
16193 \begin_layout Standard
16194
16195 \series bold
16196
16197 \backslash
16198 raisebox{-0.32
16199 \backslash
16200 baselineskip}{
16201 \end_layout
16202
16203 \begin_layout Standard
16204 というコマンドを使用しています。
16205 \end_layout
16206
16207 \begin_layout Standard
16208 \begin_inset Note Greyedout
16209 status open
16210
16211 \begin_layout Plain Layout
16212
16213 \series bold
16214 【註】
16215 \series default
16216 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16217 \series bold
16218
16219 \backslash
16220 raisebox
16221 \series default
16222 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16223 \end_layout
16224
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \begin_layout Section
16231 色付きの表
16232 \begin_inset CommandInset label
16233 LatexCommand label
16234 name "sec:色付きの表"
16235
16236 \end_inset
16237
16238
16239 \begin_inset Index idx
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243 ひょう@表 ! いろつき@色付き
16244 \end_layout
16245
16246 \end_inset
16247
16248
16249 \end_layout
16250
16251 \begin_layout Subsection
16252 色付きのセル
16253 \begin_inset Index idx
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257 ひょうのいろ@表の色 ! せるぶ@セル部
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \begin_inset Index idx
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 いろつき@色付き ! ひょうせるぶ@表セル部
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 \begin_inset Float table
16277 placement h
16278 wide false
16279 sideways false
16280 status open
16281
16282 \begin_layout Plain Layout
16283 \begin_inset Caption
16284
16285 \begin_layout Plain Layout
16286 \begin_inset CommandInset label
16287 LatexCommand label
16288 name "tab:colortblなしの表"
16289
16290 \end_inset
16291
16292
16293 \series bold
16294 colortbl
16295 \series default
16296 パッケージを使用しない色付き表
16297 \begin_inset Argument
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301 colortblなしの表
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \begin_layout Plain Layout
16315 \align center
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="3" columns="3">
16318 <features tabularvalignment="middle">
16319 <column alignment="center" valignment="top" width="0">
16320 <column alignment="center" valignment="top" width="0">
16321 <column alignment="center" valignment="top" width="0">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \color green
16329
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \color red
16340
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349
16350 \color red
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \color green
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \color blue
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384
16385 \color blue
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \color green
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408
16409 \color blue
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \color blue
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 </lyxtabular>
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16441 \family sans
16442 編集\SpecialChar \menuseparator
16443 文字様式
16444 \family default
16445 メニューで色を選んでください。表
16446 \begin_inset CommandInset ref
16447 LatexCommand ref
16448 reference "tab:colortblなしの表"
16449
16450 \end_inset
16451
16452 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16453 \series bold
16454 colortbl
16455 \series default
16456
16457 \begin_inset Index idx
16458 status collapsed
16459
16460 \begin_layout Plain Layout
16461 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16462 \end_layout
16463
16464 \end_inset
16465
16466 を使用しなくてはなりません。
16467 \end_layout
16468
16469 \begin_layout Standard
16470 \begin_inset ERT
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474
16475
16476 \backslash
16477 ifcolortbl
16478 \end_layout
16479
16480 \end_inset
16481
16482
16483 \begin_inset Note Note
16484 status open
16485
16486 \begin_layout Plain Layout
16487 本節の以下の部分は、LaTeXパッケージ
16488 \series bold
16489 colortbl
16490 \series default
16491 が導入済みのときのみ表示されます。
16492 \end_layout
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \begin_layout Standard
16500 色付きの表を作成するには、プリアンブルに
16501 \end_layout
16502
16503 \begin_layout Standard
16504
16505 \series bold
16506
16507 \backslash
16508 usepackage{colortbl}
16509 \end_layout
16510
16511 \begin_layout Standard
16512 という行を書いて
16513 \series bold
16514 colortbl
16515 \series default
16516 を読み込まなくてはなりません。列の色は、
16517 \series bold
16518 >{ }
16519 \series default
16520 コマンドの中に
16521 \end_layout
16522
16523 \begin_layout Standard
16524
16525 \series bold
16526
16527 \backslash
16528 columncolor{色彩名}
16529 \end_layout
16530
16531 \begin_layout Standard
16532 というコマンドを書いて指定することができます。
16533 \series bold
16534 >{}
16535 \series default
16536 コマンドに関する詳細は、第
16537 \begin_inset CommandInset ref
16538 LatexCommand ref
16539 reference "sub:連結列の計算"
16540
16541 \end_inset
16542
16543 節に述べられています。
16544 \end_layout
16545
16546 \begin_layout Standard
16547 以下の色彩名が事前に定義されています。
16548 \end_layout
16549
16550 \begin_layout Standard
16551
16552 \family sans
16553 red
16554 \family default
16555
16556 \family sans
16557 green
16558 \family default
16559
16560 \family sans
16561 yellow
16562 \family default
16563
16564 \family sans
16565 blue
16566 \family default
16567
16568 \family sans
16569 cyan
16570 \family default
16571
16572 \family sans
16573 magenta
16574 \family default
16575
16576 \family sans
16577 black
16578 \family default
16579
16580 \family sans
16581 white
16582 \end_layout
16583
16584 \begin_layout Standard
16585 \begin_inset VSpace medskip
16586 \end_inset
16587
16588
16589 \end_layout
16590
16591 \begin_layout Standard
16592
16593 \lang english
16594 If you add the options
16595 \end_layout
16596
16597 \begin_layout Standard
16598
16599 \series bold
16600 usenames,dvipsnames
16601 \end_layout
16602
16603 \begin_layout Standard
16604
16605 \lang english
16606 to the document class options in the document settings, you can additionally
16607  use further 61
16608 \begin_inset space ~
16609 \end_inset
16610
16611 colors.
16612  These colors are listed in appendix
16613 \begin_inset space ~
16614 \end_inset
16615
16616
16617 \begin_inset CommandInset ref
16618 LatexCommand ref
16619 reference "chap:List-of-dvips-colornames"
16620
16621 \end_inset
16622
16623 .
16624  One of these colors, 
16625 \family sans
16626 Maroon
16627 \family default
16628 , is used as example in Table
16629 \lang japanese
16630
16631 \begin_inset space ~
16632 \end_inset
16633
16634
16635 \begin_inset CommandInset ref
16636 LatexCommand ref
16637 reference "tab:色付き表"
16638
16639 \end_inset
16640
16641 .
16642 \end_layout
16643
16644 \begin_layout Standard
16645 \begin_inset VSpace medskip
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \begin_layout Standard
16652 また
16653 \end_layout
16654
16655 \begin_layout Standard
16656
16657 \series bold
16658
16659 \backslash
16660 definecolor{色彩名}{色彩モデル}{色彩値}
16661 \end_layout
16662
16663 \begin_layout Standard
16664 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16665 \end_layout
16666
16667 \begin_layout Labeling
16668 \labelwidthstring 00.00.0000
16669 cmyk:シアン(
16670 \bar under
16671 c
16672 \bar default
16673 yan)・マゼンタ(
16674 \bar under
16675 m
16676 \bar default
16677 agenta)・黄(
16678 \bar under
16679 y
16680 \bar default
16681 ellow)・黒(blac
16682 \bar under
16683 k
16684 \bar default
16685
16686 \end_layout
16687
16688 \begin_layout Labeling
16689 \labelwidthstring 00.00.0000
16690 rgb:赤(
16691 \bar under
16692 r
16693 \bar default
16694 ed)・緑(
16695 \bar under
16696 g
16697 \bar default
16698 reen)・青(
16699 \bar under
16700 b
16701 \bar default
16702 lue)
16703 \end_layout
16704
16705 \begin_layout Labeling
16706 \labelwidthstring 00.00.0000
16707 gray:グレー
16708 \end_layout
16709
16710 \begin_layout Standard
16711 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16712 \end_layout
16713
16714 \begin_layout Standard
16715 たとえば、プリアンブルに
16716 \end_layout
16717
16718 \begin_layout Standard
16719
16720 \series bold
16721
16722 \backslash
16723 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16724 \end_layout
16725
16726 \begin_layout Standard
16727 と書くことによって、「
16728 \emph on
16729 darkgreen
16730 \emph default
16731 」色を定義することができますし、
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737
16738 \backslash
16739 definecolor{lightgray}{gray}{0.8}
16740 \end_layout
16741
16742 \begin_layout Standard
16743 と書けば、「
16744 \emph on
16745 lightgray
16746 \emph default
16747 」色を定義することができます。
16748 \end_layout
16749
16750 \begin_layout Standard
16751 \begin_inset VSpace medskip
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \begin_layout Standard
16758 罫線は
16759 \end_layout
16760
16761 \begin_layout Standard
16762
16763 \series bold
16764
16765 \backslash
16766 rowcolor{色彩名}
16767 \end_layout
16768
16769 \begin_layout Standard
16770 というコマンドを使用して色付けすることができ、セルは
16771 \end_layout
16772
16773 \begin_layout Standard
16774
16775 \series bold
16776
16777 \backslash
16778 cellcolor{色彩名}
16779 \end_layout
16780
16781 \begin_layout Standard
16782 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16783 \end_layout
16784
16785 \begin_layout Standard
16786 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16787 \family sans
16788 編集\SpecialChar \menuseparator
16789 文字様式
16790 \family default
16791 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16792 ます。
16793 \end_layout
16794
16795 \begin_layout Standard
16796 \begin_inset Note Greyedout
16797 status open
16798
16799 \begin_layout Plain Layout
16800 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Standard
16809 \begin_inset VSpace bigskip
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Standard
16816
16817 \begin_inset CommandInset ref
16818 LatexCommand ref
16819 reference "tab:色付き表"
16820
16821 \end_inset
16822
16823 を作成するには、以下のようにしてください。第一列の色は
16824 \emph on
16825 darkgreen
16826 \emph default
16827 にしたいので、この列のLaTeX変数として
16828 \end_layout
16829
16830 \begin_layout Standard
16831
16832 \series bold
16833 >{
16834 \backslash
16835 columncolor{darkgreen}
16836 \backslash
16837 centering}c
16838 \end_layout
16839
16840 \begin_layout Standard
16841 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16842 \end_layout
16843
16844 \begin_layout Standard
16845
16846 \series bold
16847
16848 \backslash
16849 rowcolow{cyan}
16850 \end_layout
16851
16852 \begin_layout Standard
16853 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
16854 \lang english
16855 The last cell of the last row is colored maroon by inserting the TeX-Code
16856  command
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 cellcolor{Maroon}
16865 \end_layout
16866
16867 \begin_layout Standard
16868 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
16869 \family sans
16870 編集\SpecialChar \menuseparator
16871 文字様式
16872 \family default
16873 メニューを使って、各文字に色付けをすることができます。
16874 \end_layout
16875
16876 \begin_layout Standard
16877 \begin_inset Float table
16878 placement h
16879 wide false
16880 sideways false
16881 status open
16882
16883 \begin_layout Plain Layout
16884 \begin_inset Caption
16885
16886 \begin_layout Plain Layout
16887
16888 \series bold
16889 \begin_inset CommandInset label
16890 LatexCommand label
16891 name "tab:色付き表"
16892
16893 \end_inset
16894
16895 colortbl
16896 \series default
16897 パッケージを使用した色付き表
16898 \begin_inset Argument
16899 status collapsed
16900
16901 \begin_layout Plain Layout
16902 colortblを使った表
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \begin_layout Plain Layout
16916 \align center
16917 \begin_inset Tabular
16918 <lyxtabular version="3" rows="3" columns="3">
16919 <features tabularvalignment="middle">
16920 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
16921 <column alignment="center" valignment="top" width="0">
16922 <column alignment="center" valignment="top" width="0">
16923 <row>
16924 <cell alignment="center" valignment="top" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset ERT
16929 status collapsed
16930
16931 \begin_layout Plain Layout
16932
16933
16934 \backslash
16935 rowcolor{cyan}
16936 \end_layout
16937
16938 \end_inset
16939
16940
16941 \color magenta
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \color red
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color red
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \color yellow
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \color blue
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color blue
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \color yellow
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \color blue
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset ERT
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036
17037
17038 \backslash
17039 cellcolor{Maroon}
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \color green
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 </lyxtabular>
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 \begin_inset ERT
17066 status collapsed
17067
17068 \begin_layout Plain Layout
17069
17070
17071 \backslash
17072 else
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \begin_inset Note Note
17079 status open
17080
17081 \begin_layout Plain Layout
17082 以下は、LaTeXパッケージ
17083 \series bold
17084 colortbl
17085 \series default
17086 が導入されていないときに表示されます。
17087 \end_layout
17088
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \begin_layout Standard
17095 この節の内容を出力で表示させるには、
17096 \series bold
17097 colortbl
17098 \series default
17099 パッケージを導入する必要があります。
17100 \end_layout
17101
17102 \begin_layout Standard
17103 \begin_inset ERT
17104 status collapsed
17105
17106 \begin_layout Plain Layout
17107
17108
17109 \backslash
17110 fi
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Subsection
17119 色付き罫線
17120 \begin_inset Index idx
17121 status collapsed
17122
17123 \begin_layout Plain Layout
17124 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17125 \end_layout
17126
17127 \end_inset
17128
17129
17130 \begin_inset Index idx
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143
17144 \begin_inset CommandInset ref
17145 LatexCommand ref
17146 reference "sub:罫線幅"
17147
17148 \end_inset
17149
17150 節に述べられているように、表中の全罫線の線幅は、長さ
17151 \series bold
17152
17153 \backslash
17154 arrayrulewidth
17155 \series default
17156 を使って調節することができます。本節の表では、すべて1.5
17157 \begin_inset space \thinspace{}
17158 \end_inset
17159
17160 ptに設定されています。
17161 \begin_inset ERT
17162 status collapsed
17163
17164 \begin_layout Plain Layout
17165
17166
17167 \backslash
17168 setlength{
17169 \backslash
17170 arrayrulewidth}{1.5pt}
17171 \end_layout
17172
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \begin_layout Standard
17179 たとえば縦罫線を緑に着色するには、第
17180 \begin_inset CommandInset ref
17181 LatexCommand ref
17182 reference "sub:自製書式"
17183
17184 \end_inset
17185
17186 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17187 \end_layout
17188
17189 \begin_layout Standard
17190
17191 \series bold
17192
17193 \backslash
17194 newcolumntype{W}{!{
17195 \backslash
17196 color{green}
17197 \backslash
17198 vline}}
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \begin_inset CommandInset ref
17204 LatexCommand ref
17205 reference "tab:色付き縦罫線の表"
17206
17207 \end_inset
17208
17209 では、最右列にLaTeX変数
17210 \series bold
17211 WcW
17212 \series default
17213 、他の列にLaTeX変数
17214 \series bold
17215 Wc
17216 \series default
17217 が使用されています。
17218 \end_layout
17219
17220 \begin_layout Standard
17221 複数の色を用いたいときには、列書式をもっと定義してください。
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset Float table
17226 placement h
17227 wide false
17228 sideways false
17229 status open
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Caption
17233
17234 \begin_layout Plain Layout
17235 \begin_inset CommandInset label
17236 LatexCommand label
17237 name "tab:色付き縦罫線の表"
17238
17239 \end_inset
17240
17241 色付き縦罫線の表
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Plain Layout
17250 \align center
17251 \begin_inset Tabular
17252 <lyxtabular version="3" rows="3" columns="3">
17253 <features tabularvalignment="middle">
17254 <column alignment="center" valignment="top" width="0" special="Wc">
17255 <column alignment="center" valignment="top" width="0" special="Wc">
17256 <column alignment="center" valignment="top" width="0" special="WcW">
17257 <row>
17258 <cell alignment="center" valignment="top" topline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 sd
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" topline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" topline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 sd
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 sd
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 </lyxtabular>
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Standard
17357 \begin_inset VSpace bigskip
17358 \end_inset
17359
17360
17361 \begin_inset CommandInset ref
17362 LatexCommand ref
17363 reference "tab:色付き横罫線の表"
17364
17365 \end_inset
17366
17367 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373
17374 \backslash
17375 let
17376 \backslash
17377 myHlineC
17378 \backslash
17379 hline
17380 \begin_inset Newline newline
17381 \end_inset
17382
17383
17384 \backslash
17385 renewcommand{
17386 \backslash
17387 hline}
17388 \begin_inset Newline newline
17389 \end_inset
17390
17391
17392 \begin_inset Phantom HPhantom
17393 status open
17394
17395 \begin_layout Plain Layout
17396 \begin_inset space ~
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403
17404 {
17405 \backslash
17406 arrayrulecolor{red}
17407 \backslash
17408 myHlineC
17409 \backslash
17410 arrayrulecolor{black}}
17411 \end_layout
17412
17413 \begin_layout Standard
17414 というコマンドを入力して下さい。
17415 \end_layout
17416
17417 \begin_layout Standard
17418 \begin_inset ERT
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422
17423
17424 \backslash
17425 let
17426 \backslash
17427 myHlineC
17428 \backslash
17429 hline
17430 \end_layout
17431
17432 \begin_layout Plain Layout
17433
17434
17435 \backslash
17436 renewcommand{
17437 \backslash
17438 hline}
17439 \end_layout
17440
17441 \begin_layout Plain Layout
17442
17443  {
17444 \backslash
17445 arrayrulecolor{red}
17446 \backslash
17447 myHlineC
17448 \backslash
17449 arrayrulecolor{black}}
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \begin_inset Float table
17456 placement h
17457 wide false
17458 sideways false
17459 status open
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Caption
17463
17464 \begin_layout Plain Layout
17465 \begin_inset CommandInset label
17466 LatexCommand label
17467 name "tab:色付き横罫線の表"
17468
17469 \end_inset
17470
17471 色付き横罫線の表
17472 \end_layout
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Plain Layout
17480 \align center
17481 \begin_inset Tabular
17482 <lyxtabular version="3" rows="3" columns="3">
17483 <features tabularvalignment="middle">
17484 <column alignment="center" valignment="top" width="0">
17485 <column alignment="center" valignment="top" width="0">
17486 <column alignment="center" valignment="top" width="0">
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 sd
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 sd
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 sd
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 </lyxtabular>
17575
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587 既定値の黒罫線に戻るには、
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 renewcommand{
17596 \backslash
17597 hline}{
17598 \backslash
17599 myHlineC}
17600 \end_layout
17601
17602 \begin_layout Standard
17603 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
17604 \begin_inset CommandInset ref
17605 LatexCommand ref
17606 reference "tab:色付き罫線の表"
17607
17608 \end_inset
17609
17610 は、縦横罫線を色付けした例です。
17611 \end_layout
17612
17613 \begin_layout Standard
17614 \begin_inset Float table
17615 placement h
17616 wide false
17617 sideways false
17618 status open
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Caption
17622
17623 \begin_layout Plain Layout
17624 \begin_inset CommandInset label
17625 LatexCommand label
17626 name "tab:色付き罫線の表"
17627
17628 \end_inset
17629
17630 色付き罫線の表
17631 \end_layout
17632
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \begin_layout Plain Layout
17639 \align center
17640 \begin_inset Tabular
17641 <lyxtabular version="3" rows="3" columns="3">
17642 <features tabularvalignment="middle">
17643 <column alignment="center" valignment="top" width="0" special="Wc">
17644 <column alignment="center" valignment="top" width="0" special="Wc">
17645 <column alignment="center" valignment="top" width="0" special="WcW">
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 sd
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 <cell alignment="center" valignment="top" topline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" topline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 sd
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 </row>
17704 <row topspace="default">
17705 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 sd
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 </row>
17733 </lyxtabular>
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 \begin_inset ERT
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 renewcommand{
17754 \backslash
17755 hline}{
17756 \backslash
17757 myHlineC}
17758 \end_layout
17759
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \begin_layout Standard
17766 \begin_inset ERT
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 setlength{
17774 \backslash
17775 arrayrulewidth}{0.4pt}
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Section
17784
17785 \lang english
17786 Table Width Calculation
17787 \begin_inset CommandInset label
17788 LatexCommand label
17789 name "sec:Table-Width-Calculation"
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797
17798 \lang english
17799 For wide tables it is sometimes difficult to assure that the table does
17800  not protrude over the page margin.
17801  Setting a fixed width for every column of the table is the solution, but
17802  what amount of space is needed for each column?
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \lang english
17808 The table width 
17809 \begin_inset Formula $W_{\mathrm{table}}$
17810 \end_inset
17811
17812  can be calculated: Every column has the width of the specified column width
17813  
17814 \begin_inset Formula $W_{\mathrm{column}}$
17815 \end_inset
17816
17817  (that the content of the column can consume) plus two times the separation
17818  between the column content and the column border (LaTeX length
17819 \series bold
17820  
17821 \backslash
17822 tabcolsep
17823 \series default
17824 , default 6
17825 \begin_inset space \thinspace{}
17826 \end_inset
17827
17828 pt) plus the width of a border line (LaTeX length 
17829 \series bold
17830
17831 \backslash
17832 arrayrulewidth
17833 \series default
17834 , default 0.4
17835 \begin_inset space \thinspace{}
17836 \end_inset
17837
17838 pt): So if all 
17839 \begin_inset Formula $n$
17840 \end_inset
17841
17842
17843 \begin_inset space ~
17844 \end_inset
17845
17846 columns have the same width, the table width is
17847 \lang japanese
17848
17849 \begin_inset Formula 
17850 \begin{equation}
17851 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
17852 \end{equation}
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860
17861 \lang english
17862 The available width for a table is the space between the page margins or
17863  the width of a text column (for a two-column document) (LaTeX length 
17864 \series bold
17865
17866 \backslash
17867 columnwidth
17868 \series default
17869 ).
17870  If all table columns should have the same width and 
17871 \begin_inset Formula $W_{\mathrm{table}}$
17872 \end_inset
17873
17874  should be 1
17875 \begin_inset space \thinspace{}
17876 \end_inset
17877
17878
17879 \backslash
17880 columnwidth, 
17881 \begin_inset Formula $W_{\mathrm{column}}$
17882 \end_inset
17883
17884  can easily be calculated.
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \lang english
17890 To be able to perform calculations you need to load the LaTeX-package 
17891 \series bold
17892 calc
17893 \series default
17894 \lang japanese
17895
17896 \begin_inset Index idx
17897 status collapsed
17898
17899 \begin_layout Plain Layout
17900 LaTeXぱっけーじ@LaTeXパッケージ ! calc
17901 \end_layout
17902
17903 \end_inset
17904
17905
17906 \lang english
17907  in the document preamble.
17908  To set the width in the table dialog you have to use the field 
17909 \family sans
17910 LaTeX argument
17911 \family default
17912 .
17913  The command scheme for this field is the same that is explained in section
17914 \begin_inset space ~
17915 \end_inset
17916
17917
17918 \lang japanese
17919
17920 \begin_inset CommandInset ref
17921 LatexCommand ref
17922 reference "sub:連結列の計算"
17923
17924 \end_inset
17925
17926
17927 \lang english
17928 .
17929  For a table with 5
17930 \begin_inset space \thinspace{}
17931 \end_inset
17932
17933 columns with an uniform width and centered text, enter there for each column
17934  the command
17935 \end_layout
17936
17937 \begin_layout Standard
17938
17939 \series bold
17940 >{
17941 \backslash
17942 centering}p{(1
17943 \backslash
17944 columnwidth-62.4pt)/5}
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \lang english
17950 For a table with 5
17951 \begin_inset space \thinspace{}
17952 \end_inset
17953
17954 columns where 2 should have 0.75
17955 \begin_inset space ~
17956 \end_inset
17957
17958 times the width than the 3 others, the calculation is
17959 \lang japanese
17960
17961 \begin_inset Formula 
17962 \begin{align}
17963 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
17964  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
17965  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
17966 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
17967 \end{align}
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975
17976 \lang english
17977 In the table therefore the command
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983 >{
17984 \backslash
17985 centering}p{(1
17986 \backslash
17987 columnwidth-62.4pt)/
17988 \backslash
17989 real{4.5}}
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \lang english
17995 is used for the wider columns and
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001 >{
18002 \backslash
18003 centering}p{(1
18004 \backslash
18005 columnwidth-62.4pt)/
18006 \backslash
18007 real{4.5}*
18008 \backslash
18009 real{0.75}}
18010 \end_layout
18011
18012 \begin_layout Standard
18013
18014 \lang english
18015 for the smaller ones:
18016 \end_layout
18017
18018 \begin_layout Standard
18019 \begin_inset Tabular
18020 <lyxtabular version="3" rows="2" columns="5">
18021 <features tabularvalignment="middle">
18022 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18023 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18024 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18025 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18026 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18027 <row>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 1
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 2
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 3
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 4
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 5
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 <row>
18075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 111111 1111111 111111 111111111 11111 11111 1111
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 2222 22222 222222 222222222 2222222 22 22222
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 333333 333333 333333 33333 3333333 333
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 </row>
18121 </lyxtabular>
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Section
18129 表の調整
18130 \begin_inset Index idx
18131 status collapsed
18132
18133 \begin_layout Plain Layout
18134 ひょうのちょうせい@表の調整
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \begin_inset Index idx
18141 status collapsed
18142
18143 \begin_layout Plain Layout
18144 ひょう@表 ! ちょうせい@調整
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Subsection
18153 行の余白取り
18154 \begin_inset CommandInset label
18155 LatexCommand label
18156 name "sub:行の余白取り"
18157
18158 \end_inset
18159
18160
18161 \begin_inset Index idx
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \end_layout
18172
18173 \begin_layout Standard
18174 表の設定ダイアログの
18175 \family sans
18176 罫線
18177 \family default
18178 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18179 \end_layout
18180
18181 \begin_layout Description
18182 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18183 \begin_inset Foot
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 フォーマル形式の表は第
18188 \begin_inset CommandInset ref
18189 LatexCommand ref
18190 reference "sec:フォーマル形式の表"
18191
18192 \end_inset
18193
18194 節で説明されています。
18195 \end_layout
18196
18197 \end_inset
18198
18199 ならば、LyXは既定値として0.5
18200 \begin_inset space \thinspace{}
18201 \end_inset
18202
18203 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18204 \begin_inset VSpace medskip
18205 \end_inset
18206
18207
18208 \begin_inset Newline newline
18209 \end_inset
18210
18211
18212 \begin_inset space \hspace*{}
18213 \length 0pt
18214 \end_inset
18215
18216
18217 \begin_inset space \hfill{}
18218 \end_inset
18219
18220
18221 \begin_inset Tabular
18222 <lyxtabular version="3" rows="3" columns="1">
18223 <features tabularvalignment="middle">
18224 <column alignment="center" valignment="top" width="0">
18225 <row>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 </row>
18236 <row topspace="3mm">
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 行上に3
18242 \begin_inset space \thinspace{}
18243 \end_inset
18244
18245 mmの余白
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 </row>
18262 </lyxtabular>
18263
18264 \end_inset
18265
18266
18267 \begin_inset space \hfill{}
18268 \end_inset
18269
18270
18271 \begin_inset space \hspace*{}
18272 \length 0pt
18273 \end_inset
18274
18275
18276 \begin_inset VSpace medskip
18277 \end_inset
18278
18279
18280 \begin_inset Newline newline
18281 \end_inset
18282
18283 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18284 \end_layout
18285
18286 \begin_layout Description
18287 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18288 \begin_inset space \thinspace{}
18289 \end_inset
18290
18291 emの余白を挿入し、通常の表ならば既定値として2
18292 \begin_inset space \thinspace{}
18293 \end_inset
18294
18295 ptを挿入します。
18296 \end_layout
18297
18298 \begin_layout Description
18299 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18300 \begin_inset space \thinspace{}
18301 \end_inset
18302
18303 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18304 \begin_inset VSpace medskip
18305 \end_inset
18306
18307
18308 \begin_inset Newline newline
18309 \end_inset
18310
18311
18312 \begin_inset space \hspace*{}
18313 \length 0pt
18314 \end_inset
18315
18316
18317 \begin_inset space \hfill{}
18318 \end_inset
18319
18320
18321 \begin_inset Tabular
18322 <lyxtabular version="3" rows="3" columns="1">
18323 <features tabularvalignment="middle">
18324 <column alignment="center" valignment="top" width="0">
18325 <row>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row interlinespace="3mm">
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 \begin_inset Formula $\downarrow$
18342 \end_inset
18343
18344  行間に3
18345 \begin_inset space \thinspace{}
18346 \end_inset
18347
18348 mmの余白 
18349 \begin_inset Formula $\downarrow$
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 </row>
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 \begin_inset Formula $\uparrow$
18364 \end_inset
18365
18366  行間に3
18367 \begin_inset space \thinspace{}
18368 \end_inset
18369
18370 mmの余白 
18371 \begin_inset Formula $\uparrow$
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 </lyxtabular>
18381
18382 \end_inset
18383
18384
18385 \begin_inset space \hfill{}
18386 \end_inset
18387
18388
18389 \begin_inset space \hspace*{}
18390 \length 0pt
18391 \end_inset
18392
18393
18394 \begin_inset VSpace medskip
18395 \end_inset
18396
18397
18398 \begin_inset Newline newline
18399 \end_inset
18400
18401 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18402 \end_layout
18403
18404 \begin_layout Standard
18405 \begin_inset VSpace bigskip
18406 \end_inset
18407
18408 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414
18415 \backslash
18416 @ifundefined{extrarowheight}
18417 \begin_inset Newline newline
18418 \end_inset
18419
18420
18421 \begin_inset Phantom HPhantom
18422 status open
18423
18424 \begin_layout Plain Layout
18425 \begin_inset space ~
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \end_inset
18432
18433 {
18434 \backslash
18435 usepackage{array}}{}
18436 \begin_inset Newline newline
18437 \end_inset
18438
18439
18440 \backslash
18441 setlength{
18442 \backslash
18443 extrarowheight}{height}
18444 \end_layout
18445
18446 \begin_layout Standard
18447 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18448 \series bold
18449 array
18450 \series default
18451 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18452 \series bold
18453
18454 \backslash
18455 @ifundefined
18456 \series default
18457 が使用されています)。
18458 \end_layout
18459
18460 \begin_layout Standard
18461 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18462 \series bold
18463
18464 \backslash
18465 strut
18466 \series default
18467 コマンドを挿入することで補正することができます。表
18468 \begin_inset CommandInset ref
18469 LatexCommand ref
18470 reference "tab:垂直揃え"
18471
18472 \end_inset
18473
18474 は、この効果を示したものです。
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \noindent
18479 \begin_inset Float table
18480 placement h
18481 wide false
18482 sideways false
18483 status open
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Caption
18487
18488 \begin_layout Plain Layout
18489 \begin_inset CommandInset label
18490 LatexCommand label
18491 name "tab:垂直揃え"
18492
18493 \end_inset
18494
18495 大きなフォント寸法の文章の垂直揃え
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \begin_layout Plain Layout
18504 \begin_inset space \hfill{}
18505 \end_inset
18506
18507
18508 \begin_inset Float table
18509 wide false
18510 sideways false
18511 status open
18512
18513 \begin_layout Plain Layout
18514 \begin_inset Caption
18515
18516 \begin_layout Plain Layout
18517 通常の表
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Plain Layout
18526 \noindent
18527 \align center
18528 \begin_inset Tabular
18529 <lyxtabular version="3" rows="6" columns="1">
18530 <features tabularvalignment="middle">
18531 <column alignment="left" valignment="top" width="0">
18532 <row>
18533 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 Normal, g
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \size large
18550 Large
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \size larger
18563 Larger
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 </row>
18569 <row>
18570 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \size largest
18576 Largest
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 </row>
18582 <row>
18583 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587
18588 \size huge
18589 Huge
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \size giant
18602 Huger
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 </lyxtabular>
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \begin_inset space \hfill{}
18619 \end_inset
18620
18621
18622 \begin_inset Float table
18623 wide false
18624 sideways false
18625 status open
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Caption
18629
18630 \begin_layout Plain Layout
18631
18632 \series bold
18633
18634 \backslash
18635 strut
18636 \series default
18637 コマンドを使用した表
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646 \noindent
18647 \align center
18648 \begin_inset Tabular
18649 <lyxtabular version="3" rows="6" columns="1">
18650 <features tabularvalignment="middle">
18651 <column alignment="left" valignment="top" width="0">
18652 <row>
18653 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 Normal, g
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \size large
18670 \begin_inset ERT
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674
18675
18676 \backslash
18677 strut 
18678 \end_layout
18679
18680 \end_inset
18681
18682 Large
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 </row>
18688 <row>
18689 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \size larger
18695 \begin_inset ERT
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699
18700
18701 \backslash
18702 strut 
18703 \end_layout
18704
18705 \end_inset
18706
18707 Larger
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 </row>
18713 <row>
18714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718
18719 \size largest
18720 \begin_inset ERT
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724
18725
18726 \backslash
18727 strut 
18728 \end_layout
18729
18730 \end_inset
18731
18732 Largest
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 <row>
18739 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \size huge
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 strut 
18753 \end_layout
18754
18755 \end_inset
18756
18757 Huge
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 <row>
18764 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \size giant
18770 \begin_inset ERT
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775
18776 \backslash
18777 strut 
18778 \end_layout
18779
18780 \end_inset
18781
18782 Huger
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 </lyxtabular>
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \begin_inset space \hfill{}
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Subsection
18810 特殊なセル揃え
18811 \begin_inset CommandInset label
18812 LatexCommand label
18813 name "sub:特殊なセル揃え"
18814
18815 \end_inset
18816
18817
18818 \begin_inset Index idx
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 ときには表
18832 \begin_inset CommandInset ref
18833 LatexCommand ref
18834 reference "tab:表セル"
18835
18836 \end_inset
18837
18838 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
18839 \begin_inset Graphics
18840         filename ../../images/tabular-feature_align-decimal.png
18841         scale 85
18842         scaleBeforeRotation
18843
18844 \end_inset
18845
18846 を押すか、表設定中で揃えを
18847 \family sans
18848 小数点で
18849 \family default
18850 に設定します。
18851 \end_layout
18852
18853 \begin_layout Standard
18854 \begin_inset Float table
18855 placement h
18856 wide false
18857 sideways false
18858 status open
18859
18860 \begin_layout Plain Layout
18861 \begin_inset Caption
18862
18863 \begin_layout Plain Layout
18864 \begin_inset CommandInset label
18865 LatexCommand label
18866 name "tab:表セル"
18867
18868 \end_inset
18869
18870 一列が小数点で揃えられた表セル
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Plain Layout
18879 \align center
18880 \begin_inset Tabular
18881 <lyxtabular version="3" rows="4" columns="1">
18882 <features booktabs="true" tabularvalignment="middle">
18883 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
18884 <row>
18885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 見出し
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 </row>
18895 <row>
18896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 12.6
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 </row>
18906 <row>
18907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 0.68
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 -123.0
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 </lyxtabular>
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Standard
18941 \begin_inset Float table
18942 placement h
18943 wide false
18944 sideways false
18945 status open
18946
18947 \begin_layout Plain Layout
18948 \begin_inset Caption
18949
18950 \begin_layout Plain Layout
18951 \begin_inset CommandInset label
18952 LatexCommand label
18953 name "tab:演算子揃え表"
18954
18955 \end_inset
18956
18957 一列が演算子で揃えられた表セル
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Plain Layout
18966 \align center
18967 \begin_inset Tabular
18968 <lyxtabular version="3" rows="4" columns="2">
18969 <features booktabs="true" tabularvalignment="middle">
18970 <column alignment="right" valignment="top" width="0pt">
18971 <column alignment="left" valignment="top" width="0pt" special="@{}l">
18972 <row>
18973 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 見出し
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 \begin_inset Formula $12\,+$
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 \begin_inset Formula $\,6$
19010 \end_inset
19011
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 \begin_inset Formula $0\,-$
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 \begin_inset Formula $\,68$
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row>
19045 <cell alignment="center" valignment="top" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 \begin_inset Formula $-123\,/$
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 \begin_inset Formula $\,0$
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 </row>
19070 </lyxtabular>
19071
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \begin_layout Standard
19083 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19084 \begin_inset CommandInset ref
19085 LatexCommand ref
19086 reference "tab:演算子揃え表"
19087
19088 \end_inset
19089
19090 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
19091 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
19092 ために、
19093 \end_layout
19094
19095 \begin_layout Standard
19096
19097 \series bold
19098 @{}l
19099 \end_layout
19100
19101 \begin_layout Standard
19102 というLaTeX引数を第2列に指定します。
19103 \end_layout
19104
19105 \begin_layout Standard
19106
19107 \begin_inset CommandInset ref
19108 LatexCommand ref
19109 reference "tab:表セル揃え"
19110
19111 \end_inset
19112
19113 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19114 \begin_inset CommandInset ref
19115 LatexCommand ref
19116 reference "tab:演算子揃え表"
19117
19118 \end_inset
19119
19120 の冒頭には、小空白が加えられています。
19121 \end_layout
19122
19123 \begin_layout Standard
19124 \begin_inset Float table
19125 wide false
19126 sideways false
19127 status open
19128
19129 \begin_layout Plain Layout
19130 \begin_inset Caption
19131
19132 \begin_layout Plain Layout
19133 \begin_inset CommandInset label
19134 LatexCommand label
19135 name "tab:表セル揃え"
19136
19137 \end_inset
19138
19139 表セルの揃えの例
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout Plain Layout
19148 \align center
19149 \begin_inset Tabular
19150 <lyxtabular version="3" rows="4" columns="6">
19151 <features tabularvalignment="middle">
19152 <column alignment="right" valignment="top" width="0">
19153 <column alignment="left" valignment="top" width="0" special="@{}l">
19154 <column alignment="right" valignment="top" width="0">
19155 <column alignment="left" valignment="top" width="0" special="@{}l">
19156 <column alignment="right" valignment="top" width="0">
19157 <column alignment="left" valignment="top" width="0" special="@{}l">
19158 <row>
19159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 単位
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 冪数
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 関係子
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 12×
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 24本の瓶
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $10\cdot$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 \begin_inset Formula $10^{\mbox{-}17}$
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 <cell alignment="center" valignment="top" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261 \begin_inset Formula $\Gamma(t)\propto$
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 \begin_inset Formula $\:\Upsilon(t)$
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 </row>
19282 <row>
19283 <cell alignment="center" valignment="top" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 1024×
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 768ピクセル
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $5.78\cdot$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $10^{7}$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset Formula $A\ne$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\: B_{\mathrm{red}}$
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 32×
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 6
19365 \begin_inset space \thinspace{}
19366 \end_inset
19367
19368 cm
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 -
19378 \begin_inset Formula $33.5\cdot$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $10^{4}$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Formula $\sin(\alpha)\ge$
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 \begin_inset Formula $\:\sin(\beta)$
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 </lyxtabular>
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Subsection
19436 自製のセル書式および列書式
19437 \begin_inset CommandInset label
19438 LatexCommand label
19439 name "sub:自製書式"
19440
19441 \end_inset
19442
19443
19444 \begin_inset Index idx
19445 status collapsed
19446
19447 \begin_layout Plain Layout
19448 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \begin_layout Standard
19457
19458 \lang english
19459 Calculating the required width for normal columns as described in section
19460 \begin_inset space ~
19461 \end_inset
19462
19463
19464 \begin_inset CommandInset ref
19465 LatexCommand ref
19466 reference "sec:Table-Width-Calculation"
19467
19468 \end_inset
19469
19470  or for spanned columns as described in section
19471 \begin_inset space ~
19472 \end_inset
19473
19474
19475 \lang japanese
19476
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "sub:連結列の計算"
19480
19481 \end_inset
19482
19483
19484 \lang english
19485  is very annoying if you have several tables where a calculation is necessary.
19486
19487 \lang japanese
19488  そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19489 \end_layout
19490
19491 \begin_layout Standard
19492
19493 \series bold
19494
19495 \backslash
19496 newcolumntype{書式名}[引数の数]{コマンド}
19497 \end_layout
19498
19499 \begin_layout Standard
19500 書式名は、一文字だけでも構いません。
19501 \emph on
19502 b
19503 \emph default
19504
19505 \emph on
19506 c
19507 \emph default
19508
19509 \emph on
19510 l
19511 \emph default
19512
19513 \emph on
19514 m
19515 \emph default
19516
19517 \emph on
19518 p
19519 \emph default
19520
19521 \emph on
19522 r
19523 \emph default
19524 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19525 \end_layout
19526
19527 \begin_layout Standard
19528 \begin_inset VSpace medskip
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \begin_layout Standard
19535 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19536 \end_layout
19537
19538 \begin_layout Standard
19539
19540 \series bold
19541
19542 \backslash
19543 newcolumntype{M}[1]{>{
19544 \backslash
19545 centering
19546 \backslash
19547 hspace{0pt}}m{#1}}
19548 \end_layout
19549
19550 \begin_layout Standard
19551 ここで
19552 \series bold
19553
19554 \backslash
19555 hspace{0pt}
19556 \series default
19557 は、第
19558 \begin_inset CommandInset ref
19559 LatexCommand ref
19560 reference "sub:複数行"
19561
19562 \end_inset
19563
19564 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
19565 \end_layout
19566
19567 \begin_layout Standard
19568
19569 \series bold
19570 M{width}
19571 \end_layout
19572
19573 \begin_layout Standard
19574 と入力するだけですみます。
19575 \end_layout
19576
19577 \begin_layout Standard
19578 \begin_inset VSpace bigskip
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
19586 \end_layout
19587
19588 \begin_layout Standard
19589
19590 \series bold
19591
19592 \backslash
19593 newcolumntype{S}[2]{>{
19594 \backslash
19595 centering
19596 \backslash
19597 hspace{0pt}}
19598 \begin_inset Newline newline
19599 \end_inset
19600
19601
19602 \begin_inset Phantom HPhantom
19603 status open
19604
19605 \begin_layout Plain Layout
19606
19607 \series bold
19608
19609 \backslash
19610 newcolumntype
19611 \end_layout
19612
19613 \end_inset
19614
19615 m{(#1+(2
19616 \backslash
19617 tabcolsep+
19618 \backslash
19619 arrayrulewidth)*(1-#2))/#2}}
19620 \end_layout
19621
19622 \begin_layout Standard
19623 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
19624 \begin_inset CommandInset ref
19625 LatexCommand eqref
19626 reference "eq:Wgn"
19627
19628 \end_inset
19629
19630 式を使用しています。
19631 \end_layout
19632
19633 \begin_layout Standard
19634 こうしておけば、当該セルのLaTeX引数に
19635 \end_layout
19636
19637 \begin_layout Standard
19638
19639 \series bold
19640 S{連結列セルの幅}{連結列セルがまたがる列の数}
19641 \end_layout
19642
19643 \begin_layout Standard
19644 と入力するだけですみます。
19645 \end_layout
19646
19647 \begin_layout Standard
19648 \begin_inset VSpace bigskip
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \begin_layout Standard
19655 色付き列については、以下のように定義するとよいでしょう。
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 newcolumntype{K}[1]{>{
19664 \backslash
19665 columncolor{#1}
19666 \backslash
19667 hspace{0pt}}c}
19668 \end_layout
19669
19670 \begin_layout Standard
19671 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
19672 \end_layout
19673
19674 \begin_layout Standard
19675
19676 \series bold
19677 K{色名}
19678 \end_layout
19679
19680 \begin_layout Standard
19681 と入力します。
19682 \end_layout
19683
19684 \begin_layout Standard
19685 \begin_inset VSpace bigskip
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692
19693 \begin_inset CommandInset ref
19694 LatexCommand ref
19695 reference "tab:ユーザー定義の表書式"
19696
19697 \end_inset
19698
19699 を生成するには、第1列と連結列にLaTeX引数として
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705 M{2.5cm}
19706 \end_layout
19707
19708 \begin_layout Standard
19709 を指定し、最終列に
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \series bold
19715 K{red}
19716 \end_layout
19717
19718 \begin_layout Standard
19719 そして第2列の各セルに
19720 \end_layout
19721
19722 \begin_layout Standard
19723
19724 \series bold
19725 S{2.5cm}{2}
19726 \end_layout
19727
19728 \begin_layout Standard
19729 と指定します。
19730 \end_layout
19731
19732 \begin_layout Standard
19733 \begin_inset Float table
19734 placement h
19735 wide false
19736 sideways false
19737 status open
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Caption
19741
19742 \begin_layout Plain Layout
19743 \begin_inset CommandInset label
19744 LatexCommand label
19745 name "tab:ユーザー定義の表書式"
19746
19747 \end_inset
19748
19749 ユーザー定義の表書式を使用した表
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \begin_layout Plain Layout
19758 \align center
19759 \begin_inset Tabular
19760 <lyxtabular version="3" rows="3" columns="4">
19761 <features tabularvalignment="middle">
19762 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
19763 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
19764 <column alignment="center" valignment="middle" width="0">
19765 <column alignment="center" valignment="middle" width="0" special="K{red}">
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 とても長い表セル中の単語
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 複数行の連結列
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 c
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 d
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 e
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 f
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 g
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 h
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 i
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 j
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 k
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 </lyxtabular>
19881
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \begin_layout Subsection
19893 罫線幅
19894 \begin_inset CommandInset label
19895 LatexCommand label
19896 name "sub:罫線幅"
19897
19898 \end_inset
19899
19900
19901 \begin_inset Index idx
19902 status collapsed
19903
19904 \begin_layout Plain Layout
19905 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \begin_layout Standard
19914 表中のすべての罫線の罫線幅を調整するには、長さ
19915 \series bold
19916
19917 \backslash
19918 arrayrulewidth
19919 \series default
19920 を使用します。たとえば、表
19921 \begin_inset CommandInset ref
19922 LatexCommand ref
19923 reference "tab:Table-with-1.5"
19924
19925 \end_inset
19926
19927 のように罫線幅を1.5
19928 \begin_inset space \thinspace{}
19929 \end_inset
19930
19931 ptにするには、表や表フロートの前にTeXコードで
19932 \end_layout
19933
19934 \begin_layout Standard
19935
19936 \series bold
19937
19938 \backslash
19939 setlength{
19940 \backslash
19941 arrayrulewidth}{1.5pt}
19942 \end_layout
19943
19944 \begin_layout Standard
19945 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
19946 \series bold
19947
19948 \backslash
19949 arrayrulewidth
19950 \series default
19951 を0.4
19952 \begin_inset space \thinspace{}
19953 \end_inset
19954
19955 ptに設定してください。
19956 \end_layout
19957
19958 \begin_layout Standard
19959 \begin_inset ERT
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963
19964
19965 \backslash
19966 setlength{
19967 \backslash
19968 arrayrulewidth}{1.5pt}
19969 \end_layout
19970
19971 \end_inset
19972
19973
19974 \begin_inset Float table
19975 wide false
19976 sideways false
19977 status open
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Caption
19981
19982 \begin_layout Plain Layout
19983 \begin_inset CommandInset label
19984 LatexCommand label
19985 name "tab:Table-with-1.5"
19986
19987 \end_inset
19988
19989 1.5
19990 \begin_inset space \thinspace{}
19991 \end_inset
19992
19993 pt幅罫線の表
19994 \end_layout
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Plain Layout
20002 \align center
20003 \begin_inset Tabular
20004 <lyxtabular version="3" rows="3" columns="3">
20005 <features tabularvalignment="middle">
20006 <column alignment="center" valignment="top" width="0">
20007 <column alignment="center" valignment="top" width="0">
20008 <column alignment="center" valignment="top" width="0">
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 sd
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 sd
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 sd
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 </lyxtabular>
20097
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \begin_inset ERT
20107 status collapsed
20108
20109 \begin_layout Plain Layout
20110
20111
20112 \backslash
20113 setlength{
20114 \backslash
20115 arrayrulewidth}{0.4pt}
20116 \end_layout
20117
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \begin_layout Standard
20124 \begin_inset VSpace bigskip
20125 \end_inset
20126
20127
20128 \begin_inset CommandInset ref
20129 LatexCommand ref
20130 reference "tab:1.5pt幅横罫"
20131
20132 \end_inset
20133
20134 のように横罫だけを1.5
20135 \begin_inset space \thinspace{}
20136 \end_inset
20137
20138 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20139 \end_layout
20140
20141 \begin_layout Standard
20142
20143 \series bold
20144
20145 \backslash
20146 let
20147 \backslash
20148 myHline
20149 \backslash
20150 hline
20151 \begin_inset Newline newline
20152 \end_inset
20153
20154
20155 \backslash
20156 renewcommand{
20157 \backslash
20158 hline}
20159 \begin_inset Newline newline
20160 \end_inset
20161
20162  {
20163 \backslash
20164 noalign{
20165 \backslash
20166 global
20167 \backslash
20168 arrayrulewidth 1.5pt}
20169 \begin_inset Newline newline
20170 \end_inset
20171
20172  
20173 \backslash
20174 myHline
20175 \backslash
20176 noalign{
20177 \backslash
20178 global
20179 \backslash
20180 arrayrulewidth 0.4pt}}
20181 \end_layout
20182
20183 \begin_layout Standard
20184 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20185 \end_layout
20186
20187 \begin_layout Standard
20188
20189 \series bold
20190
20191 \backslash
20192 renewcommand{
20193 \backslash
20194 hline}{
20195 \backslash
20196 myHline}
20197 \end_layout
20198
20199 \begin_layout Standard
20200 \begin_inset ERT
20201 status collapsed
20202
20203 \begin_layout Plain Layout
20204
20205
20206 \backslash
20207 let
20208 \backslash
20209 myHline
20210 \backslash
20211 hline
20212 \end_layout
20213
20214 \begin_layout Plain Layout
20215
20216
20217 \backslash
20218 renewcommand{
20219 \backslash
20220 hline}
20221 \end_layout
20222
20223 \begin_layout Plain Layout
20224
20225  {
20226 \backslash
20227 noalign{
20228 \backslash
20229 global
20230 \backslash
20231 arrayrulewidth 1.5pt}
20232 \end_layout
20233
20234 \begin_layout Plain Layout
20235
20236   
20237 \backslash
20238 myHline
20239 \backslash
20240 noalign{
20241 \backslash
20242 global
20243 \backslash
20244 arrayrulewidth 0.4pt}}
20245 \end_layout
20246
20247 \end_inset
20248
20249
20250 \begin_inset Float table
20251 wide false
20252 sideways false
20253 status open
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Caption
20257
20258 \begin_layout Plain Layout
20259 \begin_inset CommandInset label
20260 LatexCommand label
20261 name "tab:1.5pt幅横罫"
20262
20263 \end_inset
20264
20265 1.5
20266 \begin_inset space \thinspace{}
20267 \end_inset
20268
20269 pt幅横罫の表
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Plain Layout
20278 \align center
20279 \begin_inset Tabular
20280 <lyxtabular version="3" rows="3" columns="3">
20281 <features tabularvalignment="middle">
20282 <column alignment="center" valignment="top" width="0">
20283 <column alignment="center" valignment="top" width="0">
20284 <column alignment="center" valignment="top" width="0">
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 sd
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 sd
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 sd
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 </lyxtabular>
20373
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380
20381
20382 \begin_inset ERT
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386
20387
20388 \backslash
20389 renewcommand{
20390 \backslash
20391 hline}{
20392 \backslash
20393 myHline}
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Standard
20402 \begin_inset VSpace bigskip
20403 \end_inset
20404
20405 縦罫だけを1.5
20406 \begin_inset space \thinspace{}
20407 \end_inset
20408
20409 pt幅にするには、第
20410 \begin_inset CommandInset ref
20411 LatexCommand ref
20412 reference "sub:自製書式"
20413
20414 \end_inset
20415
20416 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20417 \end_layout
20418
20419 \begin_layout Standard
20420
20421 \series bold
20422
20423 \backslash
20424 newcolumntype{V}{!{
20425 \backslash
20426 vrule width 1.5pt}}
20427 \end_layout
20428
20429 \begin_layout Standard
20430
20431 \begin_inset CommandInset ref
20432 LatexCommand ref
20433 reference "tab:1.5pt幅縦罫"
20434
20435 \end_inset
20436
20437 を作るには、最右列にLaTeX引数
20438 \end_layout
20439
20440 \begin_layout Standard
20441
20442 \series bold
20443 VcV
20444 \end_layout
20445
20446 \begin_layout Standard
20447 を指定し、他の列には
20448 \end_layout
20449
20450 \begin_layout Standard
20451
20452 \series bold
20453 Vc
20454 \end_layout
20455
20456 \begin_layout Standard
20457 を指定します。
20458 \end_layout
20459
20460 \begin_layout Standard
20461 \begin_inset Float table
20462 wide false
20463 sideways false
20464 status open
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Caption
20468
20469 \begin_layout Plain Layout
20470 \begin_inset CommandInset label
20471 LatexCommand label
20472 name "tab:1.5pt幅縦罫"
20473
20474 \end_inset
20475
20476 1.5
20477 \begin_inset space \thinspace{}
20478 \end_inset
20479
20480 pt幅縦罫の表
20481 \end_layout
20482
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Plain Layout
20489 \align center
20490 \begin_inset Tabular
20491 <lyxtabular version="3" rows="3" columns="3">
20492 <features tabularvalignment="middle">
20493 <column alignment="center" valignment="top" width="0" special="Vc">
20494 <column alignment="center" valignment="top" width="0" special="Vc">
20495 <column alignment="center" valignment="top" width="0" special="VcV">
20496 <row>
20497 <cell alignment="center" valignment="top" topline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 sd
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 <cell alignment="center" valignment="top" topline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 sd
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 sd
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 </lyxtabular>
20584
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Subsection
20596 点罫
20597 \begin_inset Index idx
20598 status collapsed
20599
20600 \begin_layout Plain Layout
20601 ひょうのちょうせい@表の調整 ! てんけい@点罫
20602 \end_layout
20603
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \begin_layout Standard
20610 \begin_inset ERT
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614
20615
20616 \backslash
20617 ifarydshln
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \begin_inset Note Note
20624 status open
20625
20626 \begin_layout Plain Layout
20627 この節は、LaTeXパッケージ
20628 \series bold
20629 arydshln
20630 \series default
20631 が導入済みの時のみ表示されます。
20632 \end_layout
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Standard
20640 \begin_inset Float table
20641 placement H
20642 wide false
20643 sideways false
20644 status open
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Caption
20648
20649 \begin_layout Plain Layout
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "tab:点罫表"
20653
20654 \end_inset
20655
20656 点罫を使用した表
20657 \end_layout
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \begin_layout Plain Layout
20665 \align center
20666 \begin_inset Tabular
20667 <lyxtabular version="3" rows="5" columns="5">
20668 <features tabularvalignment="middle">
20669 <column alignment="center" valignment="top" width="0">
20670 <column alignment="center" valignment="top" width="0">
20671 <column alignment="center" valignment="top" width="0" special=":c">
20672 <column alignment="center" valignment="top" width="0">
20673 <column alignment="center" valignment="top" width="0">
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset ERT
20774 status collapsed
20775
20776 \begin_layout Plain Layout
20777
20778
20779 \backslash
20780 hdashline 
20781 \end_layout
20782
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset ERT
20833 status collapsed
20834
20835 \begin_layout Plain Layout
20836
20837
20838 \backslash
20839 cdashline{4-5}
20840 \end_layout
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 </lyxtabular>
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
20947 \end_layout
20948
20949 \begin_layout Standard
20950
20951 \series bold
20952
20953 \backslash
20954 usepackage{arydshln}
20955 \end_layout
20956
20957 \begin_layout Standard
20958 というコマンドを書き、LaTeXパッケージの
20959 \series bold
20960 arydshln
20961 \series default
20962
20963 \begin_inset Index idx
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
20968 \end_layout
20969
20970 \end_inset
20971
20972 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
20973 \end_layout
20974
20975 \begin_layout Standard
20976 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
20977 \end_layout
20978
20979 \begin_layout Standard
20980
20981 \series bold
20982
20983 \backslash
20984 hdashline
20985 \end_layout
20986
20987 \begin_layout Standard
20988 というコマンドを加えてください。
20989 \end_layout
20990
20991 \begin_layout Standard
20992 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
20993 \end_layout
20994
20995 \begin_layout Standard
20996
20997 \series bold
20998
20999 \backslash
21000 cdashline{列番号
21001 \series default
21002 }
21003 \end_layout
21004
21005 \begin_layout Standard
21006 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012
21013 \backslash
21014 cdashline{2-4}
21015 \end_layout
21016
21017 \begin_layout Standard
21018 なるコマンドを置いてください。
21019 \end_layout
21020
21021 \begin_layout Standard
21022 \begin_inset VSpace bigskip
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Standard
21029
21030 \begin_inset CommandInset ref
21031 LatexCommand ref
21032 reference "tab:点罫表"
21033
21034 \end_inset
21035
21036 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21037 \series bold
21038
21039 \backslash
21040 hdashline
21041 \series default
21042 が挿れられており、第3行の最初のセルには、TeXコードのコマンド
21043 \begin_inset Newline newline
21044 \end_inset
21045
21046  
21047 \series bold
21048
21049 \backslash
21050 cdashline{4-5}
21051 \series default
21052 が挿れられています。
21053 \end_layout
21054
21055 \begin_layout Standard
21056
21057 \lang english
21058 \begin_inset VSpace bigskip
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \begin_layout Standard
21065
21066 \lang english
21067 Tables with dashed lines can also be colored as shown by Table
21068 \lang japanese
21069
21070 \begin_inset space ~
21071 \end_inset
21072
21073
21074 \begin_inset CommandInset ref
21075 LatexCommand ref
21076 reference "tab:Colored-table-with"
21077
21078 \end_inset
21079
21080 .
21081 \end_layout
21082
21083 \begin_layout Standard
21084 \begin_inset ERT
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088
21089
21090 \backslash
21091 setlength{
21092 \backslash
21093 arrayrulewidth}{1pt}
21094 \end_layout
21095
21096 \end_inset
21097
21098
21099 \lang english
21100
21101 \begin_inset Note Note
21102 status collapsed
21103
21104 \begin_layout Plain Layout
21105
21106 \lang english
21107 thicker lines for better visualization of the line color
21108 \end_layout
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \begin_layout Standard
21116 \begin_inset ERT
21117 status collapsed
21118
21119 \begin_layout Plain Layout
21120
21121
21122 \backslash
21123 dashgapcolor{green}
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \lang english
21130
21131 \begin_inset Note Note
21132 status collapsed
21133
21134 \begin_layout Plain Layout
21135
21136 \lang english
21137 color gaps between dashes green
21138 \end_layout
21139
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \begin_layout Standard
21146 \begin_inset ERT
21147 status collapsed
21148
21149 \begin_layout Plain Layout
21150
21151
21152 \backslash
21153 let
21154 \backslash
21155 myHdashline
21156 \backslash
21157 hdashline
21158 \end_layout
21159
21160 \begin_layout Plain Layout
21161
21162
21163 \backslash
21164 renewcommand{
21165 \backslash
21166 hdashline}
21167 \end_layout
21168
21169 \begin_layout Plain Layout
21170
21171  {
21172 \backslash
21173 arrayrulecolor{red}
21174 \backslash
21175 myHdashline
21176 \backslash
21177 arrayrulecolor{black}}
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \lang english
21184
21185 \begin_inset Note Note
21186 status collapsed
21187
21188 \begin_layout Plain Layout
21189
21190 \lang english
21191 color horizontal, dashed lines red
21192 \end_layout
21193
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \begin_layout Standard
21200 \begin_inset ERT
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204
21205
21206 \backslash
21207 let
21208 \backslash
21209 myCdashline
21210 \backslash
21211 cdashline
21212 \end_layout
21213
21214 \begin_layout Plain Layout
21215
21216
21217 \backslash
21218 renewcommand{
21219 \backslash
21220 cdashline}[1]
21221 \end_layout
21222
21223 \begin_layout Plain Layout
21224
21225  {
21226 \backslash
21227 arrayrulecolor{yellow}
21228 \backslash
21229 myCdashline{#1}
21230 \backslash
21231 arrayrulecolor{black}}
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \lang english
21238
21239 \begin_inset Note Note
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243
21244 \lang english
21245 color partial horizontal, dashed lines yellow
21246 \end_layout
21247
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \begin_layout Standard
21254
21255 \lang english
21256 \begin_inset Float table
21257 placement h
21258 wide false
21259 sideways false
21260 status open
21261
21262 \begin_layout Plain Layout
21263
21264 \lang english
21265 \begin_inset Caption
21266
21267 \begin_layout Plain Layout
21268
21269 \lang english
21270 \begin_inset CommandInset label
21271 LatexCommand label
21272 name "tab:Colored-table-with"
21273
21274 \end_inset
21275
21276 Colored table with dashed lines
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Plain Layout
21285 \align center
21286
21287 \lang english
21288 \begin_inset Tabular
21289 <lyxtabular version="3" rows="5" columns="5">
21290 <features tabularvalignment="middle">
21291 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21292 <column alignment="center" valignment="top" width="0pt">
21293 <column alignment="center" valignment="top" width="0pt" special=":c">
21294 <column alignment="center" valignment="top" width="0">
21295 <column alignment="center" valignment="top" width="0">
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \lang english
21303 a
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" topline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \lang english
21314 b
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \lang english
21325 c
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \lang english
21336 d
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \lang english
21347 e
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \lang english
21360 f
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \lang english
21371 g
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" topline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380
21381 \lang english
21382 h
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391
21392 \lang english
21393 i
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \lang english
21404 j
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \lang english
21417 \begin_inset ERT
21418 status collapsed
21419
21420 \begin_layout Plain Layout
21421
21422
21423 \backslash
21424 hdashline 
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \begin_inset ERT
21431 status collapsed
21432
21433 \begin_layout Plain Layout
21434
21435
21436 \backslash
21437 rowcolor{Gray}
21438 \end_layout
21439
21440 \end_inset
21441
21442 k
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451
21452 \lang english
21453 l
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \lang english
21464 m
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \lang english
21475 n
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \lang english
21486 o
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \lang english
21499 \begin_inset ERT
21500 status collapsed
21501
21502 \begin_layout Plain Layout
21503
21504
21505 \backslash
21506 cdashline{4-5}
21507 \end_layout
21508
21509 \end_inset
21510
21511 p
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \lang english
21522 q
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \lang english
21533 r
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \lang english
21544 s
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \lang english
21566 t
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575
21576 \lang english
21577 u
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \lang english
21588 v
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \lang english
21599 w
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \lang english
21610 \begin_inset ERT
21611 status collapsed
21612
21613 \begin_layout Plain Layout
21614
21615
21616 \backslash
21617 cellcolor{Maroon}
21618 \end_layout
21619
21620 \end_inset
21621
21622 i
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 </lyxtabular>
21629
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \begin_layout Standard
21641 \begin_inset ERT
21642 status collapsed
21643
21644 \begin_layout Plain Layout
21645
21646
21647 \backslash
21648 renewcommand{
21649 \backslash
21650 hdashline}{
21651 \backslash
21652 myHdashline}
21653 \end_layout
21654
21655 \end_inset
21656
21657
21658 \lang english
21659
21660 \begin_inset Note Note
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664
21665 \lang english
21666 reset to default
21667 \end_layout
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \begin_layout Standard
21675 \begin_inset ERT
21676 status collapsed
21677
21678 \begin_layout Plain Layout
21679
21680
21681 \backslash
21682 renewcommand{
21683 \backslash
21684 cdashline}{
21685 \backslash
21686 myCdashline}
21687 \end_layout
21688
21689 \end_inset
21690
21691
21692 \lang english
21693
21694 \begin_inset Note Note
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698
21699 \lang english
21700 reset to default
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Standard
21709 \begin_inset ERT
21710 status collapsed
21711
21712 \begin_layout Plain Layout
21713
21714
21715 \backslash
21716 nodashgapcolor
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \lang english
21723
21724 \begin_inset Note Note
21725 status collapsed
21726
21727 \begin_layout Plain Layout
21728
21729 \lang english
21730 reset to default
21731 \end_layout
21732
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \begin_layout Standard
21739 \begin_inset ERT
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743
21744
21745 \backslash
21746 setlength{
21747 \backslash
21748 arrayrulewidth}{0.4pt}
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \lang english
21755
21756 \begin_inset Note Note
21757 status collapsed
21758
21759 \begin_layout Plain Layout
21760
21761 \lang english
21762 reset to default
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Standard
21771
21772 \lang english
21773 The coloring of lines, columns and lines works as decribed in section
21774 \begin_inset space ~
21775 \end_inset
21776
21777
21778 \lang japanese
21779
21780 \begin_inset CommandInset ref
21781 LatexCommand ref
21782 reference "sec:色付きの表"
21783
21784 \end_inset
21785
21786
21787 \lang english
21788 .
21789  Coloring horizontal lines works analogically as described there as well,
21790  one only needs to replace in the commands 
21791 \series bold
21792
21793 \backslash
21794 myHlineC
21795 \series default
21796  by 
21797 \series bold
21798
21799 \backslash
21800 myHdashline
21801 \series default
21802  and 
21803 \backslash
21804
21805 \series bold
21806 hline
21807 \series default
21808  by 
21809 \series bold
21810
21811 \backslash
21812 hdashline
21813 \series default
21814 ; so one uses the command
21815 \end_layout
21816
21817 \begin_layout Standard
21818
21819 \series bold
21820
21821 \backslash
21822 let
21823 \backslash
21824 myHdashline
21825 \backslash
21826 hdashline
21827 \begin_inset Newline newline
21828 \end_inset
21829
21830
21831 \backslash
21832 renewcommand{
21833 \backslash
21834 hdashline}
21835 \begin_inset Newline newline
21836 \end_inset
21837
21838
21839 \begin_inset Phantom HPhantom
21840 status open
21841
21842 \begin_layout Plain Layout
21843 \begin_inset space ~
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850
21851 {
21852 \backslash
21853 arrayrulecolor{red}
21854 \backslash
21855 myHdashline
21856 \backslash
21857 arrayrulecolor{black}}
21858 \end_layout
21859
21860 \begin_layout Standard
21861
21862 \lang english
21863 To color 
21864 \series bold
21865
21866 \backslash
21867 cdashline
21868 \series default
21869 , the command is
21870 \end_layout
21871
21872 \begin_layout Standard
21873
21874 \series bold
21875
21876 \backslash
21877 let
21878 \backslash
21879 myCdashline
21880 \backslash
21881 cdashline
21882 \begin_inset Newline newline
21883 \end_inset
21884
21885
21886 \backslash
21887 renewcommand{
21888 \backslash
21889 cdashline}[1]
21890 \begin_inset Newline newline
21891 \end_inset
21892
21893
21894 \begin_inset Phantom HPhantom
21895 status open
21896
21897 \begin_layout Plain Layout
21898 \begin_inset space ~
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905
21906 {
21907 \backslash
21908 arrayrulecolor{red}
21909 \backslash
21910 myCdashline{#1}
21911 \backslash
21912 arrayrulecolor{black}}
21913 \end_layout
21914
21915 \begin_layout Standard
21916
21917 \lang english
21918 To get back the black line color, one needs to insert the following commands
21919  as TeX-Code behind the table:
21920 \end_layout
21921
21922 \begin_layout Standard
21923
21924 \lang english
21925 For 
21926 \series bold
21927
21928 \backslash
21929 hdashline
21930 \end_layout
21931
21932 \begin_layout Standard
21933
21934 \series bold
21935
21936 \backslash
21937 renewcommand{
21938 \backslash
21939 hdashline}{
21940 \backslash
21941 myHdashline}
21942 \end_layout
21943
21944 \begin_layout Standard
21945
21946 \lang english
21947 and for 
21948 \series bold
21949
21950 \backslash
21951 cdashline
21952 \end_layout
21953
21954 \begin_layout Standard
21955
21956 \series bold
21957
21958 \backslash
21959 renewcommand{
21960 \backslash
21961 cdashline}{
21962 \backslash
21963 myCdashline}
21964 \end_layout
21965
21966 \begin_layout Standard
21967
21968 \lang english
21969 To color the gaps between the dashes the command
21970 \end_layout
21971
21972 \begin_layout Standard
21973
21974 \series bold
21975 \lang english
21976
21977 \backslash
21978 dashgapcolor{color}
21979 \end_layout
21980
21981 \begin_layout Standard
21982
21983 \lang english
21984 can be used in front of a table as TeX-Code.
21985  color is hereby the name of a defined color.
21986  The command
21987 \end_layout
21988
21989 \begin_layout Standard
21990
21991 \series bold
21992
21993 \backslash
21994 nodashgapcolor
21995 \end_layout
21996
21997 \begin_layout Standard
21998
21999 \lang english
22000 unsets the changes made by 
22001 \series bold
22002
22003 \backslash
22004 dashgapcolor
22005 \series default
22006 .
22007 \end_layout
22008
22009 \begin_layout Standard
22010
22011 \lang english
22012 \begin_inset Note Greyedout
22013 status open
22014
22015 \begin_layout Plain Layout
22016
22017 \series bold
22018 \color none
22019 \lang english
22020 Note
22021 \series default
22022 : If there are multiple commands in a cell, the command of 
22023 \series bold
22024 arydshln
22025 \series default
22026  needs to be the first one in the cell.
22027  Therefore in cell 
22028 \emph on
22029 k
22030 \emph default
22031  of Table
22032 \begin_inset space ~
22033 \end_inset
22034
22035
22036 \begin_inset CommandInset ref
22037 LatexCommand ref
22038 reference "tab:Colored-table-with"
22039
22040 \end_inset
22041
22042  the command 
22043 \series bold
22044
22045 \backslash
22046 hdashline
22047 \series default
22048  is before 
22049 \series bold
22050
22051 \backslash
22052 rowcolor
22053 \series default
22054 .
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Standard
22063
22064 \lang english
22065 \begin_inset Note Greyedout
22066 status open
22067
22068 \begin_layout Plain Layout
22069
22070 \series bold
22071 \color none
22072 \lang english
22073 Note:
22074 \series default
22075  The LaTeX-package 
22076 \series bold
22077 arydshln
22078 \series default
22079  must be loaded in the document preamble before the LaTeX-package
22080 \lang japanese
22081  
22082 \series bold
22083 colortbl
22084 \series default
22085 \color inherit
22086
22087 \begin_inset Index idx
22088 status collapsed
22089
22090 \begin_layout Plain Layout
22091 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \color none
22098 .
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \begin_layout Standard
22107 \begin_inset ERT
22108 status collapsed
22109
22110 \begin_layout Plain Layout
22111
22112
22113 \backslash
22114 else
22115 \end_layout
22116
22117 \end_inset
22118
22119
22120 \begin_inset Note Note
22121 status open
22122
22123 \begin_layout Plain Layout
22124 以下は、LaTeXパッケージ
22125 \series bold
22126 arydshln
22127 \series default
22128 が導入済みでないときに表示されます。
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Standard
22137 本節の内容を出力に表示するためには、
22138 \series bold
22139 arydshln
22140 \series default
22141 パッケージを導入しなくてはなりません。
22142 \end_layout
22143
22144 \begin_layout Standard
22145 \begin_inset ERT
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149
22150
22151 \backslash
22152 fi
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161
22162 \lang english
22163 For more information about dashed lines see the documentation of
22164 \lang japanese
22165  
22166 \series bold
22167 arydshln
22168 \series default
22169
22170 \begin_inset CommandInset citation
22171 LatexCommand cite
22172 key "arydshln"
22173
22174 \end_inset
22175
22176 .
22177 \end_layout
22178
22179 \begin_layout Chapter
22180 フロート
22181 \begin_inset CommandInset label
22182 LatexCommand label
22183 name "chap:フロート"
22184
22185 \end_inset
22186
22187
22188 \begin_inset Index idx
22189 status collapsed
22190
22191 \begin_layout Plain Layout
22192 ふろーと@フロート
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \begin_layout Section
22201 はじめに
22202 \begin_inset CommandInset label
22203 LatexCommand label
22204 name "sec:フロートはじめに"
22205
22206 \end_inset
22207
22208
22209 \begin_inset Index idx
22210 status collapsed
22211
22212 \begin_layout Plain Layout
22213 ふろーと@フロート ! はじめに
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \begin_layout Standard
22222 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22223 ート)ことができます。
22224 \family sans
22225 脚注
22226 \family default
22227
22228 \family sans
22229 傍注
22230 \family default
22231 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22232 \end_layout
22233
22234 \begin_layout Standard
22235 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22236 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22237 ートには連番が割り当てられます。参照については、第
22238 \begin_inset CommandInset ref
22239 LatexCommand ref
22240 reference "sec:フロートの参照"
22241
22242 \end_inset
22243
22244 節で述べられています。
22245 \end_layout
22246
22247 \begin_layout Standard
22248 フロートを挿入するには、
22249 \family sans
22250 挿入\SpecialChar \menuseparator
22251 フロート
22252 \family default
22253 メニューを使えば、ラベルのついたボックスすなわち
22254 \family sans
22255 キャプション
22256 \family default
22257 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22258 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22259 \begin_inset CommandInset ref
22260 LatexCommand ref
22261 reference "sec:キャプションの配置"
22262
22263 \end_inset
22264
22265 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22266 ます。畳んだフロートボックスは、
22267 \begin_inset Graphics
22268         filename clipart/floatQt4.png
22269         scale 70
22270         scaleBeforeRotation
22271
22272 \end_inset
22273
22274 のように、灰色ボタンに赤字ラベルで表示されます。
22275 \end_layout
22276
22277 \begin_layout Standard
22278 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22279 \end_layout
22280
22281 \begin_layout Standard
22282 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22283 \end_layout
22284
22285 \begin_layout Section
22286 フロート型
22287 \end_layout
22288
22289 \begin_layout Standard
22290 LyXには、第
22291 \begin_inset CommandInset ref
22292 LatexCommand ref
22293 reference "sec:図フロート"
22294
22295 \end_inset
22296
22297 節および第
22298 \begin_inset CommandInset ref
22299 LatexCommand ref
22300 reference "sec:表フロート"
22301
22302 \end_inset
22303
22304 節で各々説明されている図フロートと表フロート以外に、
22305 \family sans
22306 アルゴリズム型
22307 \series bold
22308
22309 \series default
22310 折返し型
22311 \family default
22312 のフロート型があります。 
22313 \lang english
22314 The latter are explained in sec.
22315 \lang japanese
22316
22317 \begin_inset space \thinspace{}
22318 \end_inset
22319
22320
22321 \begin_inset CommandInset ref
22322 LatexCommand ref
22323 reference "sec:折返しフロート"
22324
22325 \end_inset
22326
22327 .
22328 \end_layout
22329
22330 \begin_layout Subsection
22331 アルゴリズムフロート
22332 \begin_inset Index idx
22333 status collapsed
22334
22335 \begin_layout Plain Layout
22336 ふろーと@フロート ! あるごりずむ@アルゴリズム
22337 \end_layout
22338
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \begin_layout Standard
22345 \begin_inset Float algorithm
22346 placement h
22347 wide false
22348 sideways false
22349 status open
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Caption
22353
22354 \begin_layout Plain Layout
22355 \begin_inset CommandInset label
22356 LatexCommand label
22357 name "alg:アルゴリズムフロートの例"
22358
22359 \end_inset
22360
22361 アルゴリズムフロートの例
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \begin_layout LyX-Code
22370 for I in 1..N loop
22371 \begin_inset Newline newline
22372 \end_inset
22373
22374  Sum:= Sum + A(I); /*comment*/
22375 \begin_inset Newline newline
22376 \end_inset
22377
22378 end loop
22379 \begin_inset VSpace -4mm
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \begin_layout Standard
22391 このフロート型は、
22392 \family sans
22393 挿入
22394 \shape up
22395 \SpecialChar \menuseparator
22396 フロート\SpecialChar \menuseparator
22397 アルゴリズム
22398 \family default
22399 \shape default
22400 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22401 \begin_inset CommandInset ref
22402 LatexCommand ref
22403 reference "cha:プログラムコードリスト"
22404
22405 \end_inset
22406
22407 章で説明されているプログラムコードリストの代わりとみなすことができます。
22408 \emph on
22409 LyXユーザーの手引き
22410 \emph default
22411 に述べられているように、アルゴリズム向けの環境としては、
22412 \family sans
22413 LyXコード
22414 \family default
22415 があります。 アルゴリズム
22416 \begin_inset CommandInset ref
22417 LatexCommand ref
22418 reference "alg:アルゴリズムフロートの例"
22419
22420 \end_inset
22421
22422 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22423 \begin_inset space \thinspace{}
22424 \end_inset
22425
22426 mmの垂直空白が入れてあります。
22427 \end_layout
22428
22429 \begin_layout Standard
22430 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22431 \end_layout
22432
22433 \begin_layout Standard
22434
22435 \series bold
22436
22437 \backslash
22438 floatname{algorithm}{付けたい名称}
22439 \end_layout
22440
22441 \begin_layout Standard
22442 という行を手動で加える必要があります。ここで
22443 \family sans
22444 \series bold
22445 付けたい名称
22446 \family default
22447 \series default
22448 には、お使いの言語で「
22449 \emph on
22450 algorithm
22451 \emph default
22452 」に対応する単語を指定します。
22453 \end_layout
22454
22455 \begin_layout Standard
22456 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22457 \family sans
22458 挿入\SpecialChar \menuseparator
22459 一覧/目次\SpecialChar \menuseparator
22460 アルゴリズム一覧
22461 \family default
22462 メニューを使用します。それ以外の場合には、代わりに
22463 \end_layout
22464
22465 \begin_layout Standard
22466
22467 \series bold
22468
22469 \backslash
22470 listof{algorithm}{付けたい名称}
22471 \end_layout
22472
22473 \begin_layout Standard
22474 というコマンドをTeXコードとして用います。ここで
22475 \family sans
22476 付けたい名称
22477 \family default
22478 とは、「
22479 \emph on
22480 List of Algorithm
22481 \emph default
22482 s」という単語に相当する、ご使用になりたい言語での単語です。
22483 \end_layout
22484
22485 \begin_layout Standard
22486 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22487 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22488 \end_layout
22489
22490 \begin_layout Standard
22491
22492 \series bold
22493
22494 \backslash
22495 numberwithin{algorithm}{chapter}
22496 \end_layout
22497
22498 \begin_layout Standard
22499 というコマンドを追加してください。
22500 \series bold
22501
22502 \backslash
22503 numberwithin
22504 \series default
22505 というコマンドを使用するには、文書設定の
22506 \family sans
22507 数式オプション
22508 \family default
22509 タブで
22510 \family sans
22511 AMS mathパッケージを使用する
22512 \family default
22513 オプションを有効にしてください。
22514 \end_layout
22515
22516 \begin_layout Section
22517 フロートの連番
22518 \begin_inset Index idx
22519 status collapsed
22520
22521 \begin_layout Plain Layout
22522 ふろーと@フロート ! れんばん@連番
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Standard
22531 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22532 て変わります。
22533 \end_layout
22534
22535 \begin_layout Standard
22536 節から独立して付けられている連番を変更するには、文書プリアンブルで
22537 \end_layout
22538
22539 \begin_layout Standard
22540
22541 \series bold
22542
22543 \backslash
22544 renewcommand{
22545 \backslash
22546 thetable}{
22547 \backslash
22548 roman{table}}
22549 \end_layout
22550
22551 \begin_layout Standard
22552
22553 \series bold
22554 というコマンドを使うと良いでしょう。
22555 \backslash
22556 thetable
22557 \series default
22558 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22559 \series bold
22560
22561 \backslash
22562 thefigure
22563 \series default
22564 コマンドを使用します。上のコマンドで使用されている
22565 \series bold
22566
22567 \backslash
22568 roman
22569 \series default
22570 は、表番号を小文字のローマ数字で印字するコマンドです。
22571 \end_layout
22572
22573 \begin_layout Standard
22574 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 numberwithin{table}{subsection}
22583 \end_layout
22584
22585 \begin_layout Standard
22586 というコマンドを使用してください。
22587 \series bold
22588
22589 \backslash
22590 numberwithin
22591 \series default
22592 コマンドを使用可能にするためには、文書設定の
22593 \family sans
22594 数式オプション
22595 \family default
22596 タブで、
22597 \family sans
22598 AMS
22599 \begin_inset space ~
22600 \end_inset
22601
22602 math数式パッケージを使用する
22603 \family default
22604 を使用します。
22605 \end_layout
22606
22607 \begin_layout Standard
22608 連番コマンドについての詳細と大切な注意点については、第
22609 \begin_inset CommandInset ref
22610 LatexCommand ref
22611 reference "sub:脚注の付番"
22612
22613 \end_inset
22614
22615 節もご覧ください。
22616 \end_layout
22617
22618 \begin_layout Section
22619 フロートの参照
22620 \begin_inset CommandInset label
22621 LatexCommand label
22622 name "sec:フロートの参照"
22623
22624 \end_inset
22625
22626
22627 \begin_inset Index idx
22628 status collapsed
22629
22630 \begin_layout Plain Layout
22631 ふろーと@フロート ! さんしょう@参照
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \begin_inset Index idx
22638 status collapsed
22639
22640 \begin_layout Plain Layout
22641 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \begin_layout Standard
22650 フロートを参照するには、
22651 \family sans
22652 挿入\SpecialChar \menuseparator
22653 ラベル
22654 \family default
22655 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22656 \begin_inset Graphics
22657         filename ../clipart/labelQt4.png
22658         scale 85
22659         scaleBeforeRotation
22660
22661 \end_inset
22662
22663 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22664 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22665 \family sans
22666 fig:
22667 \family default
22668 」という前置句がつけられます。
22669 \end_layout
22670
22671 \begin_layout Standard
22672 ラベルは、参照のための名称兼位置標として用いられます。
22673 \family sans
22674 挿入\SpecialChar \menuseparator
22675 相互参照
22676 \family default
22677 メニューかツールバーボタン
22678 \family sans
22679
22680 \begin_inset Info
22681 type  "icon"
22682 arg   "dialog-show-new-inset ref"
22683 \end_inset
22684
22685
22686 \family default
22687 を使えば、ラベルを参照することができます。
22688 \begin_inset Graphics
22689         filename clipart/referenceQt4.png
22690         scale 85
22691         scaleBeforeRotation
22692
22693 \end_inset
22694
22695 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22696 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22697 れます。
22698 \end_layout
22699
22700 \begin_layout Standard
22701 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22702 出力では、参照の代わりに二つの疑問符が表示されることになります。
22703 \end_layout
22704
22705 \begin_layout Standard
22706 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22707 で、リンクの更新に手間を割く必要はありません。
22708 \end_layout
22709
22710 \begin_layout Standard
22711 相互参照ウィンドウの
22712 \family sans
22713 ラベルへ移動
22714 \family default
22715 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22716 \family sans
22717 戻る
22718 \family default
22719 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
22720 この場合には元に戻ることができません。
22721 \end_layout
22722
22723 \begin_layout Subsection
22724 相互参照の書式
22725 \begin_inset CommandInset label
22726 LatexCommand label
22727 name "sub:相互参照の書式"
22728
22729 \end_inset
22730
22731
22732 \begin_inset Index idx
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 さんしょう@参照 ! しょしき@書式
22737 \end_layout
22738
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \begin_layout Standard
22745 相互参照には、以下の6種類があります。
22746 \end_layout
22747
22748 \begin_layout Description
22749 <参照>: これはフロート番号を表示します。これが既定値です。例:
22750 \begin_inset CommandInset ref
22751 LatexCommand ref
22752 reference "fig:歪められた二つの像"
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Description
22760 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
22761 例:
22762 \begin_inset CommandInset ref
22763 LatexCommand eqref
22764 reference "eq:Wgn"
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Description
22772 <参照ページ>: これはページ番号を表示します。例:Page
22773 \begin_inset space ~
22774 \end_inset
22775
22776
22777 \begin_inset CommandInset ref
22778 LatexCommand pageref
22779 reference "fig:歪められた二つの像"
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Description
22787 on
22788 \begin_inset space ~
22789 \end_inset
22790
22791 page
22792 \begin_inset space ~
22793 \end_inset
22794
22795 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
22796 \begin_inset CommandInset ref
22797 LatexCommand vpageref
22798 reference "fig:歪められた二つの像"
22799
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \begin_layout Description
22806 <参照>
22807 \begin_inset space ~
22808 \end_inset
22809
22810 on
22811 \begin_inset space ~
22812 \end_inset
22813
22814 page
22815 \begin_inset space ~
22816 \end_inset
22817
22818 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
22819 \begin_inset CommandInset ref
22820 LatexCommand vref
22821 reference "fig:歪められた二つの像"
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Description
22829 整形された参照: これは自製の相互参照書式で出力します。
22830 \begin_inset Newline newline
22831 \end_inset
22832
22833
22834 \begin_inset Note Greyedout
22835 status open
22836
22837 \begin_layout Plain Layout
22838 【註】この機能は、LaTeXパッケージ
22839 \series bold
22840 prettyref
22841 \series default
22842 または
22843 \series bold
22844 refstyle
22845 \series default
22846 が導入されている場合のみ使用することができます。
22847 \begin_inset Index idx
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \begin_inset Index idx
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22862 \end_layout
22863
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870
22871
22872 \begin_inset Newline newline
22873 \end_inset
22874
22875 メニュー
22876 \family sans
22877 文書\SpecialChar \menuseparator
22878 設定\SpecialChar \menuseparator
22879 文書クラス
22880 \family default
22881 でオプション
22882 \family sans
22883 相互参照に(prettyrefではなく)refstyleを使用
22884 \family default
22885 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
22886 \series bold
22887
22888 \backslash
22889 newrefformat
22890 \series default
22891 コマンド(prettyrefの場合)あるいは
22892 \series bold
22893
22894 \backslash
22895 newref
22896 \series default
22897 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
22898 \family sans
22899 fig
22900 \family default
22901 」を持ちます)をすべて定義し直すには、
22902 \begin_inset Newline newline
22903 \end_inset
22904
22905
22906 \series bold
22907
22908 \backslash
22909 newref{fig}{refcmd={Image on page 
22910 \backslash
22911 pageref{#1}}}
22912 \begin_inset Newline newline
22913 \end_inset
22914
22915
22916 \series default
22917 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
22918 \begin_inset CommandInset citation
22919 LatexCommand cite
22920 key "prettyref,refstyle"
22921
22922 \end_inset
22923
22924 をご覧ください。
22925 \end_layout
22926
22927 \begin_layout Description
22928 名称参照: これは、右のように参照のキャプションを出力します。 
22929 \begin_inset CommandInset ref
22930 LatexCommand nameref
22931 reference "fig:歪められた二つの像"
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939
22940 \family sans
22941 <参照ページ>
22942 \family default
22943 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
22944 \family sans
22945 on this page
22946 \family default
22947 」のような文章が表示されます。様式
22948 \family sans
22949 <参照> on page <参照ページ>
22950 \family default
22951 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
22952 \end_layout
22953
22954 \begin_layout Standard
22955 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
22956 \family sans
22957 書式
22958 \family default
22959 フィールドで選ぶことができます。
22960 \end_layout
22961
22962 \begin_layout Standard
22963 \begin_inset Note Greyedout
22964 status open
22965
22966 \begin_layout Plain Layout
22967
22968 \series bold
22969 Note:
22970 \series default
22971  It is recommended to use the LaTeX-package 
22972 \series bold
22973 refstyle
22974 \series default
22975
22976 \begin_inset Index idx
22977 status collapsed
22978
22979 \begin_layout Plain Layout
22980 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22981 \end_layout
22982
22983 \end_inset
22984
22985  because 
22986 \series bold
22987 prettyref
22988 \series default
22989
22990 \begin_inset Index idx
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22995 \end_layout
22996
22997 \end_inset
22998
22999  does not know all of LyX's possible label shortcuts
23000 \begin_inset Foot
23001 status collapsed
23002
23003 \begin_layout Plain Layout
23004 \begin_inset Quotes eld
23005 \end_inset
23006
23007 fig:
23008 \begin_inset Quotes erd
23009 \end_inset
23010
23011  is for example LyX's shortcut for labels in figure captions.
23012 \end_layout
23013
23014 \end_inset
23015
23016  and is not internationalized.
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Subsection
23025 参照名の自動命名
23026 \begin_inset Index idx
23027 status collapsed
23028
23029 \begin_layout Plain Layout
23030 さんしょう@参照 ! じどうめいめい@自動命名
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039
23040 \family sans
23041 文書設定
23042 \family default
23043 ダイアログの
23044 \family sans
23045 PDF特性
23046 \family default
23047 で有効にされた
23048 \series bold
23049 hyperref
23050 \series default
23051
23052 \begin_inset Index idx
23053 status collapsed
23054
23055 \begin_layout Plain Layout
23056 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23057 \end_layout
23058
23059 \end_inset
23060
23061  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23062 \emph on
23063
23064 \emph default
23065 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23066 の機能を使用するには、hyperrefを有効にして、
23067 \end_layout
23068
23069 \begin_layout Standard
23070
23071 \series bold
23072
23073 \backslash
23074 AtBeginDocument{
23075 \backslash
23076 renewcommand{
23077 \backslash
23078 ref}[1]{
23079 \backslash
23080 mbox{
23081 \backslash
23082 autoref{#1}}}}
23083 \end_layout
23084
23085 \begin_layout Standard
23086 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23087 \begin_inset space \thinspace{}
23088 \end_inset
23089
23090 」としたいなど、既定の参照名以外のものが欲しい場合には、
23091 \end_layout
23092
23093 \begin_layout Standard
23094
23095 \series bold
23096
23097 \backslash
23098 addto
23099 \backslash
23100 extrasenglish{
23101 \backslash
23102 renewcommand{
23103 \backslash
23104 sectionautorefname}
23105 \begin_inset Newline newline
23106 \end_inset
23107
23108
23109 \begin_inset Phantom HPhantom
23110 status open
23111
23112 \begin_layout Plain Layout
23113
23114 \series bold
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122
23123 {sec.
23124 \backslash
23125 negthinspace}}
23126 \end_layout
23127
23128 \begin_layout Standard
23129 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23130 \begin_inset Newline newline
23131 \end_inset
23132
23133
23134 \series bold
23135
23136 \backslash
23137 extrasenglishを
23138 \backslash
23139 extras***
23140 \series default
23141 に置き換えてください(***は使用中の言語名)。
23142 \end_layout
23143
23144 \begin_layout Standard
23145 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151
23152 \backslash
23153 newlength{
23154 \backslash
23155 abc}
23156 \begin_inset Newline newline
23157 \end_inset
23158
23159
23160 \backslash
23161 settowidth{
23162 \backslash
23163 abc}{
23164 \backslash
23165 space}
23166 \begin_inset Newline newline
23167 \end_inset
23168
23169
23170 \backslash
23171 addto
23172 \backslash
23173 extrasenglish{
23174 \backslash
23175 renewcommand{
23176 \backslash
23177 equationautorefname}
23178 \begin_inset Newline newline
23179 \end_inset
23180
23181
23182 \begin_inset Phantom HPhantom
23183 status open
23184
23185 \begin_layout Plain Layout
23186
23187 \series bold
23188 \begin_inset space ~
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \end_inset
23195
23196 {
23197 \backslash
23198 hspace{-
23199 \backslash
23200 abc}}
23201 \end_layout
23202
23203 \begin_layout Standard
23204 この話題に関する詳細は、hyperrefの説明書
23205 \begin_inset CommandInset citation
23206 LatexCommand cite
23207 key "hyperref"
23208
23209 \end_inset
23210
23211 をお読みください。
23212 \end_layout
23213
23214 \begin_layout Standard
23215 \begin_inset Note Greyedout
23216 status open
23217
23218 \begin_layout Plain Layout
23219
23220 \series bold
23221 【註】
23222 \series default
23223 参照の自動命名は、相互参照を
23224 \family sans
23225 整形参照
23226 \family default
23227 様式(第
23228 \begin_inset CommandInset ref
23229 LatexCommand ref
23230 reference "sub:相互参照の書式"
23231
23232 \end_inset
23233
23234 節)で使用しているときには、使用することができません。
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \begin_layout Standard
23243 取扱説明書
23244 \emph on
23245 数式篇
23246 \emph default
23247 は、参照の自動命名が使用されている一例です。
23248 \end_layout
23249
23250 \begin_layout Subsection
23251 参照位置
23252 \begin_inset CommandInset label
23253 LatexCommand label
23254 name "sub:参照位置"
23255
23256 \end_inset
23257
23258
23259 \begin_inset Index idx
23260 status collapsed
23261
23262 \begin_layout Plain Layout
23263 さんしょう@参照 ! さんしょういち@参照位置
23264 \end_layout
23265
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \begin_layout Standard
23272
23273 \family sans
23274 文書設定
23275 \family default
23276 ダイアログの
23277 \family sans
23278 PDF特性
23279 \family default
23280 で、
23281 \series bold
23282 hyperref
23283 \series default
23284
23285 \begin_inset Index idx
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23290 \end_layout
23291
23292 \end_inset
23293
23294 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23295 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23296 \series bold
23297 hyperref
23298 \series default
23299
23300 \begin_inset Index idx
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23305 \end_layout
23306
23307 \end_inset
23308
23309 の一部である
23310 \series bold
23311 hyperref
23312 \series default
23313
23314 \begin_inset Index idx
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23319 \end_layout
23320
23321 \end_inset
23322
23323 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23324 \end_layout
23325
23326 \begin_layout Standard
23327
23328 \series bold
23329
23330 \backslash
23331 usepackage[figure]{hypcap}
23332 \end_layout
23333
23334 \begin_layout Standard
23335 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23336 hypcapの説明書
23337 \begin_inset CommandInset citation
23338 LatexCommand cite
23339 key "hypcap"
23340
23341 \end_inset
23342
23343 をご覧ください。
23344 \end_layout
23345
23346 \begin_layout Standard
23347 \begin_inset Note Greyedout
23348 status open
23349
23350 \begin_layout Plain Layout
23351
23352 \series bold
23353 【註】hypcap
23354 \series default
23355 は内部図への参照には効力がありません。
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Section
23364 フロートの配置
23365 \begin_inset CommandInset label
23366 LatexCommand label
23367 name "sec:フロートの配置"
23368
23369 \end_inset
23370
23371
23372 \begin_inset Index idx
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376 ふろーと@フロート ! はいち@配置
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Standard
23385
23386 \family roman
23387 \series medium
23388 \shape up
23389 \size normal
23390 \emph off
23391 \bar no
23392 \noun off
23393 \color none
23394 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23395 \begin_inset Newline newline
23396 \end_inset
23397
23398
23399 \family sans
23400 \series default
23401 \shape default
23402 \size default
23403 \emph default
23404 \bar default
23405 \noun default
23406 \color inherit
23407 段をまたぐ
23408 \family roman
23409 \series medium
23410 \shape up
23411 \size normal
23412 \emph off
23413 \bar no
23414 \noun off
23415 \color none
23416 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23417 \begin_inset Newline newline
23418 \end_inset
23419
23420
23421 \family sans
23422 \series default
23423 \shape default
23424 \size default
23425 \emph default
23426 \bar default
23427 \noun default
23428 \color inherit
23429 横倒しに回転
23430 \family roman
23431 \series medium
23432 \shape up
23433 \size normal
23434 \emph off
23435 \bar no
23436 \noun off
23437 \color none
23438 オプションは、フロートを回転するのに用います。第
23439 \family default
23440 \series default
23441 \shape default
23442 \size default
23443 \emph default
23444 \bar default
23445 \noun default
23446 \color inherit
23447
23448 \begin_inset CommandInset ref
23449 LatexCommand ref
23450 reference "sec:回転フロート"
23451
23452 \end_inset
23453
23454
23455 \family roman
23456 \series medium
23457 \shape up
23458 \size normal
23459 \emph off
23460 \bar no
23461 \noun off
23462 \color none
23463 節をご参照ください。
23464 \end_layout
23465
23466 \begin_layout Standard
23467
23468 \family roman
23469 \series medium
23470 \shape up
23471 \size normal
23472 \emph off
23473 \bar no
23474 \noun off
23475 \color none
23476 フロートダイアログでは、
23477 \family sans
23478 \series default
23479 \shape default
23480 \size default
23481 \emph default
23482 \bar default
23483 \noun default
23484 \color inherit
23485 既定の配置を使う
23486 \family roman
23487 \series medium
23488 \shape up
23489 \size normal
23490 \emph off
23491 \bar no
23492 \noun off
23493 \color none
23494 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23495 \end_layout
23496
23497 \begin_layout Description
23498 可能ならば現在位置に: 
23499 \family roman
23500 \series medium
23501 \shape up
23502 \size normal
23503 \emph off
23504 \bar no
23505 \noun off
23506 \color none
23507 フロートを挿入位置に配置することを試みます
23508 \end_layout
23509
23510 \begin_layout Description
23511 ページ上部: 
23512 \family roman
23513 \series medium
23514 \shape up
23515 \size normal
23516 \emph off
23517 \bar no
23518 \noun off
23519 \color none
23520 フロートを現在ページの上部に配置することを試みます
23521 \end_layout
23522
23523 \begin_layout Description
23524 ページ下部: 
23525 \family roman
23526 \series medium
23527 \shape up
23528 \size normal
23529 \emph off
23530 \bar no
23531 \noun off
23532 \color none
23533 フロートを現在ページの下部に配置することを試みます
23534 \end_layout
23535
23536 \begin_layout Description
23537 フロートを独立したページに: 
23538 \family roman
23539 \series medium
23540 \shape up
23541 \size normal
23542 \emph off
23543 \bar no
23544 \noun off
23545 \color none
23546 フロートを独立したページに配置することを試みます
23547 \end_layout
23548
23549 \begin_layout Standard
23550 LaTeXは、
23551 \emph on
23552 つねに
23553 \emph default
23554 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23555 \family sans
23556 可能ならば現在位置に
23557 \family default
23558 を試み、次に
23559 \family sans
23560 ページの上部
23561 \family default
23562 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23563 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23564 \end_layout
23565
23566 \begin_layout Standard
23567 既定では、各オプションはそれぞれ以下の規則を持っています。
23568 \end_layout
23569
23570 \begin_layout Labeling
23571 \labelwidthstring 00.00.0000
23572
23573 \family sans
23574 ページ上部
23575 \family default
23576  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23577 \series bold
23578
23579 \backslash
23580 topfraction
23581 \series default
23582 )。
23583 \end_layout
23584
23585 \begin_layout Labeling
23586 \labelwidthstring 00.00.0000
23587
23588 \family sans
23589 ページ下部
23590 \family default
23591  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23592 \series bold
23593
23594 \backslash
23595 bottomfraction
23596 \series default
23597 )。
23598 \end_layout
23599
23600 \begin_layout Labeling
23601 \labelwidthstring 00.00.0000
23602
23603 \family sans
23604 フロートを独立したページ 
23605 \family default
23606 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23607 \series bold
23608
23609 \backslash
23610 floatpagefraction
23611 \series default
23612 )。
23613 \end_layout
23614
23615 \begin_layout Standard
23616 これらの規則に従いたくないときは、
23617 \family sans
23618 LaTeXの規則を無視する
23619 \family default
23620 オプションを追加することによって、これらを無視することができます。
23621 \begin_inset Newline newline
23622 \end_inset
23623
23624 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23625 、ページの5割に変えるには、文書プリアンブルに
23626 \end_layout
23627
23628 \begin_layout Standard
23629
23630 \series bold
23631
23632 \backslash
23633 renewcommand{
23634 \backslash
23635 bottomfraction}{0.5}
23636 \end_layout
23637
23638 \begin_layout Standard
23639 という行を加えてください。
23640 \end_layout
23641
23642 \begin_layout Standard
23643 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23644 \family sans
23645 何としても現在位置に置く
23646 \family default
23647 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23648 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23649 からです。
23650 \end_layout
23651
23652 \begin_layout Standard
23653 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23654 \end_layout
23655
23656 \begin_layout Standard
23657 \begin_inset VSpace bigskip
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \begin_layout Standard
23664 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23665 することがあります。この問題を避けるには、LaTeXコマンドの
23666 \backslash
23667 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23668 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23669 \end_layout
23670
23671 \begin_layout Standard
23672
23673 \series bold
23674
23675 \backslash
23676 let
23677 \backslash
23678 mySection
23679 \backslash
23680 section
23681 \begin_inset Newline newline
23682 \end_inset
23683
23684
23685 \backslash
23686 renewcommand{
23687 \backslash
23688 section}{
23689 \backslash
23690 suppressfloats[t]
23691 \backslash
23692 mySection}
23693 \end_layout
23694
23695 \begin_layout Standard
23696 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23697 することがあるので、これらに対する定義はお勧めしません。
23698 \end_layout
23699
23700 \begin_layout Standard
23701 \begin_inset VSpace bigskip
23702 \end_inset
23703
23704 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23705 \series bold
23706 endfloat
23707 \series default
23708
23709 \begin_inset Index idx
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23714 \end_layout
23715
23716 \end_inset
23717
23718 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23719 \begin_inset Quotes eld
23720 \end_inset
23721
23722
23723 \family sans
23724 [Figure
23725 \begin_inset space ~
23726 \end_inset
23727
23728 3.2 about here.]
23729 \family default
23730
23731 \begin_inset Quotes erd
23732 \end_inset
23733
23734 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23735 \end_layout
23736
23737 \begin_layout Standard
23738
23739 \series bold
23740
23741 \backslash
23742 usepackage[options]{endfloat}
23743 \end_layout
23744
23745 \begin_layout Standard
23746 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23747 \series bold
23748 endfloat
23749 \series default
23750 取扱説明書
23751 \begin_inset CommandInset citation
23752 LatexCommand cite
23753 key "endfloat"
23754
23755 \end_inset
23756
23757 をご参照ください。
23758 \begin_inset Newline newline
23759 \end_inset
23760
23761
23762 \begin_inset Note Greyedout
23763 status open
23764
23765 \begin_layout Plain Layout
23766
23767 \series bold
23768 【註】endfloat
23769 \series default
23770 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
23771 \begin_inset CommandInset citation
23772 LatexCommand cite
23773 key "endfloat"
23774
23775 \end_inset
23776
23777 の第4節をご参照ください。
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \begin_inset Newline newline
23784 \end_inset
23785
23786
23787 \begin_inset Note Greyedout
23788 status open
23789
23790 \begin_layout Plain Layout
23791
23792 \series bold
23793 【註】
23794 \series default
23795 現在のところ、
23796 \series bold
23797 endfloat
23798 \series default
23799 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
23800 \series bold
23801
23802 \backslash
23803 ss
23804 \series default
23805 」コマンドを使用してください。
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \begin_layout Standard
23814 \begin_inset VSpace bigskip
23815 \end_inset
23816
23817 フロートの割付に関する詳細は、LaTeX関連書
23818 \begin_inset CommandInset citation
23819 LatexCommand cite
23820 key "latexcompanion,latexguide,latexbook"
23821
23822 \end_inset
23823
23824 をご覧ください。
23825 \end_layout
23826
23827 \begin_layout Section
23828 回転フロート
23829 \begin_inset CommandInset label
23830 LatexCommand label
23831 name "sec:回転フロート"
23832
23833 \end_inset
23834
23835
23836 \begin_inset Index idx
23837 status collapsed
23838
23839 \begin_layout Plain Layout
23840 ふろーと@フロート ! かいてん@回転
23841 \end_layout
23842
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \begin_layout Standard
23849 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
23850 \family sans
23851 横倒しに回転
23852 \family default
23853 オプションを有効にします。
23854 \end_layout
23855
23856 \begin_layout Standard
23857 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
23858 \family sans
23859 段をまたぐ
23860 \family default
23861 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
23862 たって回転方向を強制したい場合には、文書クラスオプションに
23863 \series bold
23864 figuresleft
23865 \series default
23866 オプションあるいは
23867 \series bold
23868 figuresright
23869 \series default
23870 オプションを加えることができます。
23871 \end_layout
23872
23873 \begin_layout Standard
23874 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
23875 \begin_inset CommandInset ref
23876 LatexCommand ref
23877 reference "tab:回転した表"
23878
23879 \end_inset
23880
23881 が回転表フロートの例です。
23882 \end_layout
23883
23884 \begin_layout Standard
23885 \begin_inset Note Greyedout
23886 status open
23887
23888 \begin_layout Plain Layout
23889
23890 \series bold
23891 【註】
23892 \series default
23893 すべてのDVIビューアが回転フロートを表示できるわけではありません。
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \begin_inset Float table
23903 wide false
23904 sideways true
23905 status open
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Caption
23909
23910 \begin_layout Plain Layout
23911 \begin_inset CommandInset label
23912 LatexCommand label
23913 name "tab:回転した表"
23914
23915 \end_inset
23916
23917 回転した表
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \begin_layout Plain Layout
23926 \align center
23927 \begin_inset Tabular
23928 <lyxtabular version="3" rows="1" columns="5">
23929 <features tabularvalignment="middle">
23930 <column alignment="center" valignment="top" width="0">
23931 <column alignment="center" valignment="top" width="0">
23932 <column alignment="center" valignment="top" width="0">
23933 <column alignment="center" valignment="top" width="0">
23934 <column alignment="center" valignment="top" width="0">
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 試験
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 </row>
23982 </lyxtabular>
23983
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Section
23995 従属フロート
23996 \begin_inset Index idx
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24010 \begin_inset CommandInset ref
24011 LatexCommand ref
24012 reference "tab:従属表を横に並べたもの"
24013
24014 \end_inset
24015
24016 と表
24017 \begin_inset CommandInset ref
24018 LatexCommand ref
24019 reference "tab:従属表を縦に並べたもの"
24020
24021 \end_inset
24022
24023 に示されているように段落と同様に指定することができます。
24024 \end_layout
24025
24026 \begin_layout Standard
24027 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24028 \begin_inset CommandInset ref
24029 LatexCommand ref
24030 reference "tab:これは従属表a"
24031
24032 \end_inset
24033
24034 と表
24035 \begin_inset CommandInset ref
24036 LatexCommand ref
24037 reference "tab:これは従属表b"
24038
24039 \end_inset
24040
24041 は表
24042 \begin_inset CommandInset ref
24043 LatexCommand ref
24044 reference "tab:従属表を横に並べたもの"
24045
24046 \end_inset
24047
24048 の従属フロートです。
24049 \begin_inset Float table
24050 wide false
24051 sideways false
24052 status open
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Caption
24056
24057 \begin_layout Plain Layout
24058 \begin_inset CommandInset label
24059 LatexCommand label
24060 name "tab:従属表を横に並べたもの"
24061
24062 \end_inset
24063
24064 従属表を横に並べたもの
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \begin_layout Plain Layout
24073 \begin_inset space \hfill{}
24074 \end_inset
24075
24076
24077 \begin_inset Float table
24078 wide false
24079 sideways false
24080 status open
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Caption
24084
24085 \begin_layout Plain Layout
24086 \begin_inset CommandInset label
24087 LatexCommand label
24088 name "tab:これは従属表a"
24089
24090 \end_inset
24091
24092 これは従属表aです。
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Plain Layout
24101 \align center
24102 \begin_inset Tabular
24103 <lyxtabular version="3" rows="1" columns="5">
24104 <features tabularvalignment="middle">
24105 <column alignment="center" valignment="top" width="0">
24106 <column alignment="center" valignment="top" width="0">
24107 <column alignment="center" valignment="top" width="0">
24108 <column alignment="center" valignment="top" width="0">
24109 <column alignment="center" valignment="top" width="0">
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 試験
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 </lyxtabular>
24158
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \begin_inset space \hfill{}
24168 \end_inset
24169
24170
24171 \begin_inset Float table
24172 wide false
24173 sideways false
24174 status open
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Caption
24178
24179 \begin_layout Plain Layout
24180 \begin_inset CommandInset label
24181 LatexCommand label
24182 name "tab:これは従属表b"
24183
24184 \end_inset
24185
24186 これは従属表bです。
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Plain Layout
24195 \align center
24196 \begin_inset Tabular
24197 <lyxtabular version="3" rows="1" columns="5">
24198 <features tabularvalignment="middle">
24199 <column alignment="center" valignment="top" width="0">
24200 <column alignment="center" valignment="top" width="0">
24201 <column alignment="center" valignment="top" width="0">
24202 <column alignment="center" valignment="top" width="0">
24203 <column alignment="center" valignment="top" width="0">
24204 <row>
24205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245 試験
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 </lyxtabular>
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \begin_inset space \hfill{}
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \end_inset
24268
24269
24270 \begin_inset Float table
24271 wide false
24272 sideways false
24273 status open
24274
24275 \begin_layout Plain Layout
24276 \begin_inset Caption
24277
24278 \begin_layout Plain Layout
24279 \begin_inset CommandInset label
24280 LatexCommand label
24281 name "tab:従属表を縦に並べたもの"
24282
24283 \end_inset
24284
24285 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24286 \end_layout
24287
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \begin_layout Plain Layout
24294 \begin_inset Float table
24295 wide false
24296 sideways false
24297 status open
24298
24299 \begin_layout Plain Layout
24300 \begin_inset Caption
24301
24302 \begin_layout Plain Layout
24303
24304 \end_layout
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Plain Layout
24312 \align center
24313 \begin_inset Tabular
24314 <lyxtabular version="3" rows="1" columns="4">
24315 <features tabularvalignment="middle">
24316 <column alignment="center" valignment="top" width="0">
24317 <column alignment="center" valignment="top" width="0">
24318 <column alignment="center" valignment="top" width="0">
24319 <column alignment="center" valignment="top" width="0">
24320 <row>
24321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325 試験
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334 試験
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343 試験
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352 試験
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 </row>
24358 </lyxtabular>
24359
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \begin_layout Plain Layout
24371 \begin_inset Float table
24372 wide false
24373 sideways false
24374 status open
24375
24376 \begin_layout Plain Layout
24377 \begin_inset Caption
24378
24379 \begin_layout Plain Layout
24380
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Plain Layout
24389 \align center
24390 \begin_inset Tabular
24391 <lyxtabular version="3" rows="1" columns="5">
24392 <features tabularvalignment="middle">
24393 <column alignment="center" valignment="top" width="0">
24394 <column alignment="center" valignment="top" width="0">
24395 <column alignment="center" valignment="top" width="0">
24396 <column alignment="center" valignment="top" width="0">
24397 <column alignment="center" valignment="top" width="0">
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 </lyxtabular>
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Section
24463 横並びのフロート
24464 \begin_inset Index idx
24465 status collapsed
24466
24467 \begin_layout Plain Layout
24468 ふろーと@フロート ! よこならび@横並び
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "fig:左側のフロート"
24481
24482 \end_inset
24483
24484 や図
24485 \begin_inset CommandInset ref
24486 LatexCommand ref
24487 reference "fig:右側のフロート"
24488
24489 \end_inset
24490
24491 のようにフロートを横並びに配置するには、
24492 \emph on
24493 ひとつの
24494 \emph default
24495 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24496 \begin_inset Foot
24497 status collapsed
24498
24499 \begin_layout Plain Layout
24500 Minipageは第
24501 \begin_inset CommandInset ref
24502 LatexCommand ref
24503 reference "sec:ミニページ"
24504
24505 \end_inset
24506
24507 節に説明があります。
24508 \end_layout
24509
24510 \end_inset
24511
24512 。幅は45
24513 \begin_inset space \thinspace{}
24514 \end_inset
24515
24516 -50
24517 \begin_inset space \thinspace{}
24518 \end_inset
24519
24520 列幅%とし、各minipageのボックス配置を
24521 \family sans
24522
24523 \family default
24524 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24525 \family sans
24526 列幅%
24527 \family default
24528 がここではminipageボックスの幅によって計算されることです。
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \begin_inset Float figure
24533 wide false
24534 sideways false
24535 status open
24536
24537 \begin_layout Plain Layout
24538 \begin_inset Box Frameless
24539 position "b"
24540 hor_pos "c"
24541 has_inner_box 1
24542 inner_pos "t"
24543 use_parbox 0
24544 use_makebox 0
24545 width "45col%"
24546 special "none"
24547 height "1in"
24548 height_special "totalheight"
24549 status open
24550
24551 \begin_layout Plain Layout
24552 \align center
24553 \begin_inset Graphics
24554         filename ../clipart/mobius.eps
24555         lyxscale 50
24556         width 100col%
24557         scaleBeforeRotation
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Plain Layout
24565 \begin_inset Caption
24566
24567 \begin_layout Plain Layout
24568 \begin_inset CommandInset label
24569 LatexCommand label
24570 name "fig:左側のフロート"
24571
24572 \end_inset
24573
24574 左側のフロート
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \begin_inset space \hfill{}
24586 \end_inset
24587
24588
24589 \begin_inset Box Frameless
24590 position "b"
24591 hor_pos "c"
24592 has_inner_box 1
24593 inner_pos "t"
24594 use_parbox 0
24595 use_makebox 0
24596 width "45col%"
24597 special "none"
24598 height "1in"
24599 height_special "totalheight"
24600 status open
24601
24602 \begin_layout Plain Layout
24603 \align center
24604 \begin_inset Graphics
24605         filename ../clipart/platypus.eps
24606         lyxscale 50
24607         width 100col%
24608         scaleBeforeRotation
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Plain Layout
24616 \begin_inset Caption
24617
24618 \begin_layout Plain Layout
24619 \begin_inset CommandInset label
24620 LatexCommand label
24621 name "fig:右側のフロート"
24622
24623 \end_inset
24624
24625 右側のフロート
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \end_layout
24632
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \begin_layout Plain Layout
24639
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Section
24648 キャプションの書式設定
24649 \begin_inset Index idx
24650 status collapsed
24651
24652 \begin_layout Plain Layout
24653 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \begin_inset Index idx
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset CommandInset label
24670 LatexCommand label
24671 name "sec:キャプションの書式設定"
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Standard
24679
24680 \family sans
24681 キャプション
24682 \family default
24683 環境は、
24684 \family sans
24685 フロート
24686 \family default
24687 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24688 \family sans
24689 図 #:
24690 \family default
24691 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24692 \family sans
24693 #
24694 \family default
24695 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24696 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24697 \end_layout
24698
24699 \begin_layout Standard
24700 既定のキャプション書式を変更するには、文書プリアンブルに
24701 \end_layout
24702
24703 \begin_layout Standard
24704
24705 \series bold
24706
24707 \backslash
24708 usepackage[format definition]{caption}
24709 \end_layout
24710
24711 \begin_layout Standard
24712 という行を加えて、LaTeXパッケージ
24713 \series bold
24714 caption
24715 \series default
24716
24717 \begin_inset Index idx
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24722 \end_layout
24723
24724 \end_inset
24725
24726 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24727 \end_layout
24728
24729 \begin_layout Standard
24730
24731 \series bold
24732
24733 \backslash
24734 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24735 \end_layout
24736
24737 \begin_layout Standard
24738 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24739 \series bold
24740 caption
24741 \series default
24742 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24743 \end_layout
24744
24745 \begin_layout Standard
24746
24747 \series bold
24748
24749 \backslash
24750 captionsetup[フロート型]{書式定義}
24751 \end_layout
24752
24753 \begin_layout Standard
24754 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24755 \begin_inset CommandInset ref
24756 LatexCommand ref
24757 reference "fig:図キャプション"
24758
24759 \end_inset
24760
24761 と表
24762 \begin_inset CommandInset ref
24763 LatexCommand ref
24764 reference "tab:表キャプション"
24765
24766 \end_inset
24767
24768 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
24769 \end_layout
24770
24771 \begin_layout Standard
24772
24773 \series bold
24774
24775 \backslash
24776 usepackage[tableposition=top]{caption}
24777 \series default
24778
24779 \begin_inset Newline newline
24780 \end_inset
24781
24782
24783 \series bold
24784
24785 \backslash
24786 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
24787 \begin_inset Newline newline
24788 \end_inset
24789
24790
24791 \begin_inset Phantom HPhantom
24792 status open
24793
24794 \begin_layout Plain Layout
24795
24796 \backslash
24797 captionsetup[figure]{
24798 \end_layout
24799
24800 \end_inset
24801
24802 labelsep=period}
24803 \begin_inset Newline newline
24804 \end_inset
24805
24806
24807 \backslash
24808 captionsetup[table]{labelfont={bf,sf}}
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset Note Greyedout
24813 status open
24814
24815 \begin_layout Plain Layout
24816
24817 \series bold
24818 【註】
24819 \series default
24820 オプションのうち、
24821 \series bold
24822 tableposition=top
24823 \series default
24824 は、文書クラスに
24825 \series bold
24826 KOMA-script
24827 \series default
24828
24829 \begin_inset Index idx
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24834 \end_layout
24835
24836 \end_inset
24837
24838 が使われているときには、無効になります。この場合には、文書クラスオプション
24839 \series bold
24840 captions=tableheading
24841 \series default
24842 を指定しなくてはなりません。
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Standard
24851
24852 \series bold
24853 caption
24854 \series default
24855 パッケージについての詳細は、その取扱説明書
24856 \begin_inset CommandInset citation
24857 LatexCommand cite
24858 key "caption"
24859
24860 \end_inset
24861
24862 をご覧ください。
24863 \end_layout
24864
24865 \begin_layout Standard
24866 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
24867 \end_layout
24868
24869 \begin_layout Standard
24870
24871 \series bold
24872
24873 \backslash
24874 renewcommand{
24875 \backslash
24876 fnum@figure}{画像~
24877 \backslash
24878 thefigure}
24879 \end_layout
24880
24881 \begin_layout Standard
24882 なお、
24883 \series bold
24884
24885 \backslash
24886 thefigure
24887 \series default
24888 は表番号を挿入し、「
24889 \series bold
24890 ~
24891 \series default
24892 」は保護された空白を入れます。
24893 \end_layout
24894
24895 \begin_layout Standard
24896 \begin_inset VSpace bigskip
24897 \end_inset
24898
24899
24900 \series bold
24901 KOMA-script
24902 \series default
24903
24904 \begin_inset Index idx
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24909 \end_layout
24910
24911 \end_inset
24912
24913 文書クラス(
24914 \family sans
24915 article (KOMA-script)
24916 \family default
24917
24918 \family sans
24919 book (KOMA-script)
24920 \family default
24921
24922 \family sans
24923 letter (KOMA-script)
24924 \family default
24925
24926 \family sans
24927 report (KOMA-script)
24928 \family default
24929 )を使用している場合には、
24930 \series bold
24931 caption
24932 \series default
24933 パッケージの代わりに
24934 \series bold
24935 KOMA-script
24936 \series default
24937 のビルトインコマンド
24938 \series bold
24939 etkomafont
24940 \series default
24941 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
24942 \end_layout
24943
24944 \begin_layout Standard
24945
24946 \series bold
24947
24948 \backslash
24949 setkomafont{captionlabel}{
24950 \backslash
24951 bfseries}
24952 \end_layout
24953
24954 \begin_layout Standard
24955
24956 \series bold
24957
24958 \backslash
24959 setkomafont
24960 \series default
24961 についての詳細は、
24962 \series bold
24963 KOMA-script
24964 \series default
24965 の取扱説明書
24966 \begin_inset CommandInset citation
24967 LatexCommand cite
24968 key "koma-script"
24969
24970 \end_inset
24971
24972 をご覧ください。
24973 \end_layout
24974
24975 \begin_layout Standard
24976 \begin_inset ERT
24977 status collapsed
24978
24979 \begin_layout Plain Layout
24980
24981
24982 \backslash
24983 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
24984 }
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \begin_inset Note Note
24991 status open
24992
24993 \begin_layout Plain Layout
24994 キャプション書式は、この例のみ変更してあります。
24995 \end_layout
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Standard
25003 \begin_inset Float figure
25004 placement !p
25005 wide false
25006 sideways false
25007 status open
25008
25009 \begin_layout Plain Layout
25010 \align center
25011 \begin_inset Graphics
25012         filename ../clipart/mobius.eps
25013         lyxscale 50
25014         scale 50
25015         scaleBeforeRotation
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \begin_layout Plain Layout
25023 \begin_inset Caption
25024
25025 \begin_layout Plain Layout
25026 \begin_inset CommandInset label
25027 LatexCommand label
25028 name "fig:図キャプション"
25029
25030 \end_inset
25031
25032 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 \begin_inset ERT
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050
25051
25052 \backslash
25053 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25054 on}
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \begin_layout Standard
25063 \begin_inset Float table
25064 placement !p
25065 wide false
25066 sideways false
25067 status open
25068
25069 \begin_layout Plain Layout
25070 \begin_inset Caption
25071
25072 \begin_layout Plain Layout
25073 \begin_inset CommandInset label
25074 LatexCommand label
25075 name "tab:表キャプション"
25076
25077 \end_inset
25078
25079 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Plain Layout
25088 \align center
25089 \begin_inset Tabular
25090 <lyxtabular version="3" rows="1" columns="5">
25091 <features tabularvalignment="middle">
25092 <column alignment="center" valignment="top" width="0">
25093 <column alignment="center" valignment="top" width="0">
25094 <column alignment="center" valignment="top" width="0">
25095 <column alignment="center" valignment="top" width="0">
25096 <column alignment="center" valignment="top" width="0">
25097 <row>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 </row>
25144 </lyxtabular>
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \begin_layout Section
25157 キャプションの配置
25158 \begin_inset Index idx
25159 status collapsed
25160
25161 \begin_layout Plain Layout
25162 きゃぷしょん@キャプション ! はいち@配置
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \begin_inset Index idx
25169 status collapsed
25170
25171 \begin_layout Plain Layout
25172 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \begin_inset CommandInset label
25179 LatexCommand label
25180 name "sec:キャプションの配置"
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 通常、キャプションの配置原則は、
25189 \end_layout
25190
25191 \begin_layout Description
25192 図の場合: キャプションを図の下に置く
25193 \end_layout
25194
25195 \begin_layout Description
25196 表の場合: キャプションを表の上に置く
25197 \end_layout
25198
25199 \begin_layout Standard
25200 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25201 \family sans
25202 article
25203 \family default
25204
25205 \family sans
25206 book
25207 \family default
25208
25209 \family sans
25210 letter
25211 \family default
25212
25213 \family sans
25214 report
25215 \family default
25216 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25217 eXパッケージ
25218 \series bold
25219 caption
25220 \series default
25221 を読み込むコマンドに
25222 \end_layout
25223
25224 \begin_layout Standard
25225
25226 \series bold
25227 tableposition=top
25228 \end_layout
25229
25230 \begin_layout Standard
25231 というオプションを追加してください
25232 \begin_inset Foot
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236
25237 \series bold
25238 caption
25239 \series default
25240 パッケージについての詳細な情報は、第
25241 \begin_inset CommandInset ref
25242 LatexCommand ref
25243 reference "sec:キャプションの書式設定"
25244
25245 \end_inset
25246
25247 節をご覧ください。
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \series bold
25254 KOMA-script
25255 \series default
25256
25257 \begin_inset Index idx
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25262 \end_layout
25263
25264 \end_inset
25265
25266 文書クラス(
25267 \family sans
25268 article (KOMA-script)
25269 \family default
25270
25271 \family sans
25272 book (KOMA-script)
25273 \family default
25274
25275 \family sans
25276 letter (KOMA-script)
25277 \family default
25278
25279 \family sans
25280 report (KOMA-script)
25281 \family default
25282
25283 \begin_inset space \thinspace{}
25284 \end_inset
25285
25286 )をお使いの場合には、
25287 \series bold
25288 caption
25289 \series default
25290 パッケージにオプションを与える代わりに、文書クラスオプション
25291 \series bold
25292 captions=tableheading
25293 \series default
25294 を設定することもできます。
25295 \end_layout
25296
25297 \begin_layout Standard
25298 \begin_inset VSpace bigskip
25299 \end_inset
25300
25301 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25302 \end_layout
25303
25304 \begin_layout Standard
25305
25306 \series bold
25307
25308 \backslash
25309 usepackage[option]{sidecap}
25310 \end_layout
25311
25312 \begin_layout Standard
25313 という行を入れて、LaTeXパッケージ
25314 \series bold
25315 sidecap
25316 \series default
25317
25318 \begin_inset Index idx
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25323 \end_layout
25324
25325 \end_inset
25326
25327 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25328 \series bold
25329 innercaption
25330 \series default
25331 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25332 \series bold
25333 rightcaption
25334 \series default
25335 ないし
25336 \series bold
25337 leftcaption
25338 \series default
25339 オプションを用います。
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \begin_inset ERT
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347
25348
25349 \backslash
25350 ifsidecap
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \begin_inset Note Note
25357 status open
25358
25359 \begin_layout Plain Layout
25360 以下の部分は、LaTeXパッケージ
25361 \series bold
25362 sidecap
25363 \series default
25364 が導入されているときのみ表示されます。
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Standard
25373 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25374 \end_layout
25375
25376 \begin_layout Standard
25377 \noindent
25378 \begin_inset CommandInset line
25379 LatexCommand rule
25380 offset "0.5ex"
25381 width "100line%"
25382 height "1pt"
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \begin_layout Standard
25390
25391 \series bold
25392
25393 \backslash
25394 newcommand{
25395 \backslash
25396 TabBesBeg}[1][1.0]{%
25397 \begin_inset Newline newline
25398 \end_inset
25399
25400
25401 \begin_inset Phantom HPhantom
25402 status open
25403
25404 \begin_layout Plain Layout
25405 \begin_inset space ~
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \backslash
25415 let
25416 \backslash
25417 MyTable
25418 \backslash
25419 table
25420 \begin_inset Newline newline
25421 \end_inset
25422
25423
25424 \begin_inset Phantom HPhantom
25425 status open
25426
25427 \begin_layout Plain Layout
25428
25429 \series medium
25430 \begin_inset space ~
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \end_inset
25437
25438
25439 \backslash
25440 let
25441 \backslash
25442 MyEndtable
25443 \backslash
25444 endtable
25445 \begin_inset Newline newline
25446 \end_inset
25447
25448
25449 \begin_inset Phantom HPhantom
25450 status open
25451
25452 \begin_layout Plain Layout
25453
25454 \series medium
25455 \begin_inset space ~
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \backslash
25465 renewenvironment{table}[1]{
25466 \backslash
25467 begin{SCtable}[#1]##1}{
25468 \backslash
25469 end{SCtable}}}
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \series bold
25475
25476 \backslash
25477 newcommand{
25478 \backslash
25479 TabBesEnd}{%
25480 \begin_inset Newline newline
25481 \end_inset
25482
25483
25484 \begin_inset Phantom HPhantom
25485 status open
25486
25487 \begin_layout Plain Layout
25488 \begin_inset space ~
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \backslash
25498 let
25499 \backslash
25500 table
25501 \backslash
25502 MyTable
25503 \begin_inset Newline newline
25504 \end_inset
25505
25506
25507 \begin_inset Phantom HPhantom
25508 status open
25509
25510 \begin_layout Plain Layout
25511 \begin_inset space ~
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \backslash
25521 let
25522 \backslash
25523 endtable
25524 \backslash
25525 MyEndtable
25526 \end_layout
25527
25528 \begin_layout Standard
25529
25530 \series bold
25531
25532 \backslash
25533 newcommand{
25534 \backslash
25535 FigBesBeg}[1][1.0]{%
25536 \begin_inset Newline newline
25537 \end_inset
25538
25539
25540 \begin_inset Phantom HPhantom
25541 status open
25542
25543 \begin_layout Plain Layout
25544 \begin_inset space ~
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \backslash
25554 let
25555 \backslash
25556 MyFigure
25557 \backslash
25558 figure
25559 \begin_inset Newline newline
25560 \end_inset
25561
25562
25563 \begin_inset Phantom HPhantom
25564 status open
25565
25566 \begin_layout Plain Layout
25567 \begin_inset space ~
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \backslash
25577 let
25578 \backslash
25579 MyEndfigure
25580 \backslash
25581 endfigure
25582 \begin_inset Newline newline
25583 \end_inset
25584
25585
25586 \begin_inset Phantom HPhantom
25587 status open
25588
25589 \begin_layout Plain Layout
25590 \begin_inset space ~
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \backslash
25600 renewenvironment{figure}[1]{
25601 \backslash
25602 begin{SCfigure}[#1]##1}{
25603 \backslash
25604 end{SCfigure}}}
25605 \end_layout
25606
25607 \begin_layout Standard
25608
25609 \series bold
25610
25611 \backslash
25612 newcommand{
25613 \backslash
25614 FigBesEnd}{%
25615 \begin_inset Newline newline
25616 \end_inset
25617
25618
25619 \begin_inset Phantom HPhantom
25620 status open
25621
25622 \begin_layout Plain Layout
25623 \begin_inset space ~
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \backslash
25633 let
25634 \backslash
25635 figure
25636 \backslash
25637 MyFigure
25638 \begin_inset Newline newline
25639 \end_inset
25640
25641
25642 \begin_inset Phantom HPhantom
25643 status open
25644
25645 \begin_layout Plain Layout
25646 \begin_inset space ~
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \backslash
25656 let
25657 \backslash
25658 endfigure
25659 \backslash
25660 MyEndfigure}
25661 \end_layout
25662
25663 \begin_layout Standard
25664 \noindent
25665 \begin_inset CommandInset line
25666 LatexCommand rule
25667 offset "0.5ex"
25668 width "100line%"
25669 height "1pt"
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \begin_layout Standard
25677 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25678 \end_layout
25679
25680 \begin_layout Standard
25681
25682 \series bold
25683
25684 \backslash
25685 FigBesBeg
25686 \end_layout
25687
25688 \begin_layout Standard
25689 というコマンドを、フロートの前にTeXコードで入れてください。
25690 \lang english
25691 And insert the command
25692 \end_layout
25693
25694 \begin_layout Standard
25695
25696 \series bold
25697
25698 \backslash
25699 FigBesEnd
25700 \end_layout
25701
25702 \begin_layout Standard
25703
25704 \lang english
25705 in TeX-Code at the point where you want to get back to the original float
25706  definition.
25707 \end_layout
25708
25709 \begin_layout Standard
25710 表フロートに対しては、対応するコマンド
25711 \end_layout
25712
25713 \begin_layout Standard
25714
25715 \series bold
25716
25717 \backslash
25718 TabBesBeg
25719 \series default
25720 および
25721 \series bold
25722
25723 \backslash
25724 TabBesEnd
25725 \end_layout
25726
25727 \begin_layout Standard
25728 を使用してください。図
25729 \begin_inset CommandInset ref
25730 LatexCommand ref
25731 reference "fig:図横キャプション"
25732
25733 \end_inset
25734
25735 と表
25736 \begin_inset CommandInset ref
25737 LatexCommand ref
25738 reference "tab:表横キャプション"
25739
25740 \end_inset
25741
25742 がキャプションを脇に設定した例です。
25743 \end_layout
25744
25745 \begin_layout Standard
25746 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25747 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25748 \end_layout
25749
25750 \begin_layout Standard
25751
25752 \series bold
25753
25754 \backslash
25755 sidecaptionvpos{フロート型}{配置}
25756 \end_layout
25757
25758 \begin_layout Standard
25759 というコマンドを使用します。ここで「フロート型」は
25760 \family sans
25761 figure
25762 \family default
25763
25764 \family sans
25765 table
25766 \family default
25767 であり、「配置」は、上揃えの場合はtopの
25768 \end_layout
25769
25770 \begin_layout Standard
25771
25772 \family sans
25773 t
25774 \family default
25775 」、中央揃えの場合はcenterの「
25776 \family sans
25777 c
25778 \family default
25779 」、下揃えの場合はbottomの「
25780 \family sans
25781 b
25782 \family default
25783 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
25784 \end_layout
25785
25786 \begin_layout Standard
25787
25788 \series bold
25789
25790 \backslash
25791 sidecaptionvpos{figure}{c}
25792 \end_layout
25793
25794 \begin_layout Standard
25795 というコマンドを使用します。これは、図
25796 \begin_inset CommandInset ref
25797 LatexCommand ref
25798 reference "fig:図横キャプション-2"
25799
25800 \end_inset
25801
25802 で使用されています。
25803 \end_layout
25804
25805 \begin_layout Standard
25806 \begin_inset VSpace medskip
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \begin_layout Standard
25813
25814 \lang english
25815 The default caption width is the width of the image/table.
25816  For thin image/tables, like in Table
25817 \lang japanese
25818
25819 \begin_inset space ~
25820 \end_inset
25821
25822
25823 \begin_inset CommandInset ref
25824 LatexCommand ref
25825 reference "tab:表横キャプション"
25826
25827 \end_inset
25828
25829
25830 \lang english
25831 this leads to captions that are too thin.
25832  You can increase the width by specifying a factor that will be multiplied
25833  with the image/table width to get the caption width.
25834  The caption width will automatically be recalculated in case it would protrude
25835  over the page or column margin due to the specified width.
25836  The 
25837 \emph on
25838 factor
25839 \emph default
25840  can either be given as optional argument for 
25841 \series bold
25842
25843 \backslash
25844 FigBesBeg
25845 \series default
25846 :
25847 \end_layout
25848
25849 \begin_layout Standard
25850
25851 \series bold
25852 \lang english
25853
25854 \backslash
25855 FigBesBeg[factor]
25856 \end_layout
25857
25858 \begin_layout Standard
25859
25860 \lang english
25861 or in the definition of 
25862 \series bold
25863
25864 \backslash
25865 FigBesBeg
25866 \series default
25867  by replacing the 
25868 \series bold
25869 1.0
25870 \series default
25871  with another value.
25872  If you do the latter, your factor will be the default if 
25873 \series bold
25874
25875 \backslash
25876 FigBesBeg
25877 \series default
25878  is used without an argument.
25879  For Table
25880 \lang japanese
25881
25882 \begin_inset space ~
25883 \end_inset
25884
25885
25886 \begin_inset CommandInset ref
25887 LatexCommand ref
25888 reference "tab:cap-beside-tab-wider"
25889
25890 \end_inset
25891
25892  
25893 \lang english
25894 the factor 5 was used.
25895 \end_layout
25896
25897 \begin_layout Standard
25898
25899 \lang english
25900 \begin_inset Note Greyedout
25901 status open
25902
25903 \begin_layout Plain Layout
25904
25905 \series bold
25906 \lang english
25907 Note:
25908 \series default
25909  For floats with captions set beside, you cannot use the float placement
25910  option 
25911 \family sans
25912 Here
25913 \begin_inset space ~
25914 \end_inset
25915
25916 definitely
25917 \family default
25918  because it is not supported by 
25919 \series bold
25920 sidecap
25921 \series default
25922 .
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Standard
25931 \begin_inset VSpace medskip
25932 \end_inset
25933
25934
25935 \series bold
25936 sidecap
25937 \series default
25938 パッケージについての詳細は、
25939 \begin_inset CommandInset citation
25940 LatexCommand cite
25941 key "sidecap"
25942
25943 \end_inset
25944
25945 の説明書をご参照ください。
25946 \end_layout
25947
25948 \begin_layout Standard
25949 \begin_inset Note Greyedout
25950 status open
25951
25952 \begin_layout Plain Layout
25953
25954 \series bold
25955 【註】
25956 \series default
25957
25958 \begin_inset CommandInset ref
25959 LatexCommand ref
25960 reference "sub:参照位置"
25961
25962 \end_inset
25963
25964 節に説明があるLaTeXパッケージ
25965 \series bold
25966 hypcap
25967 \series default
25968
25969 \begin_inset Index idx
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
25974 \end_layout
25975
25976 \end_inset
25977
25978 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \begin_layout Standard
25987 \begin_inset ERT
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992
25993 \backslash
25994 FigBesBeg 
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 \begin_inset Float figure
26004 wide false
26005 sideways false
26006 status open
26007
26008 \begin_layout Plain Layout
26009 \begin_inset Graphics
26010         filename ../clipart/escher-lsd.eps
26011         scale 75
26012         scaleBeforeRotation
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Plain Layout
26020 \begin_inset Caption
26021
26022 \begin_layout Plain Layout
26023 \begin_inset CommandInset label
26024 LatexCommand label
26025 name "fig:図横キャプション"
26026
26027 \end_inset
26028
26029 これは図の横にあるキャプションです。
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Standard
26043 \begin_inset ERT
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047
26048
26049 \backslash
26050 FigBesEnd
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064
26065 \backslash
26066 TabBesBeg 
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Standard
26075 \begin_inset Float table
26076 wide false
26077 sideways false
26078 status open
26079
26080 \begin_layout Plain Layout
26081 \begin_inset Caption
26082
26083 \begin_layout Plain Layout
26084 \begin_inset CommandInset label
26085 LatexCommand label
26086 name "tab:表横キャプション"
26087
26088 \end_inset
26089
26090 これは表の横にあるキャプションです。
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \begin_layout Plain Layout
26099 \begin_inset Tabular
26100 <lyxtabular version="3" rows="4" columns="5">
26101 <features tabularvalignment="middle">
26102 <column alignment="center" valignment="top" width="0">
26103 <column alignment="center" valignment="top" width="0">
26104 <column alignment="center" valignment="top" width="0">
26105 <column alignment="center" valignment="top" width="0">
26106 <column alignment="center" valignment="top" width="0">
26107 <row>
26108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 </row>
26248 <row>
26249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Plain Layout
26253
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 </lyxtabular>
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \begin_layout Standard
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 TabBesEnd
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 sidecaptionvpos{figure}{c}
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \begin_inset Float figure
26338 wide false
26339 sideways false
26340 status open
26341
26342 \begin_layout Plain Layout
26343 \begin_inset Graphics
26344         filename ../clipart/escher-lsd.eps
26345         scale 75
26346         scaleBeforeRotation
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Plain Layout
26354 \begin_inset Caption
26355
26356 \begin_layout Plain Layout
26357 \begin_inset CommandInset label
26358 LatexCommand label
26359 name "fig:図横キャプション-2"
26360
26361 \end_inset
26362
26363 これは図の横にある縦方向中央揃えのキャプションです。
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382
26383 \backslash
26384 FigBesEnd
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Standard
26393 \begin_inset ERT
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397
26398
26399 \backslash
26400 TabBesBeg[5]
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \begin_layout Standard
26409 \begin_inset Float table
26410 wide false
26411 sideways false
26412 status open
26413
26414 \begin_layout Plain Layout
26415 \begin_inset Caption
26416
26417 \begin_layout Plain Layout
26418
26419 \lang english
26420 \begin_inset CommandInset label
26421 LatexCommand label
26422 name "tab:cap-beside-tab-wider"
26423
26424 \end_inset
26425
26426 This is a caption is wider than the one in Table
26427 \lang japanese
26428
26429 \begin_inset space ~
26430 \end_inset
26431
26432
26433 \begin_inset CommandInset ref
26434 LatexCommand ref
26435 reference "tab:表横キャプション"
26436
26437 \end_inset
26438
26439 .
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Plain Layout
26448 \begin_inset Tabular
26449 <lyxtabular version="3" rows="4" columns="5">
26450 <features tabularvalignment="middle">
26451 <column alignment="center" valignment="top" width="0">
26452 <column alignment="center" valignment="top" width="0">
26453 <column alignment="center" valignment="top" width="0">
26454 <column alignment="center" valignment="top" width="0">
26455 <column alignment="center" valignment="top" width="0">
26456 <row>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 a
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479 b
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 c
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 <row>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517 d
26518 \end_layout
26519
26520 \end_inset
26521 </cell>
26522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535 e
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 </row>
26550 <row>
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 f
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 g
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 h
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 </row>
26597 <row>
26598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611 i
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 j
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 </row>
26644 </lyxtabular>
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \begin_layout Standard
26657 \begin_inset ERT
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661
26662
26663 \backslash
26664 TabBesEnd
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \begin_layout Standard
26673 \begin_inset ERT
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677
26678
26679 \backslash
26680 else
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \begin_inset Note Note
26687 status open
26688
26689 \begin_layout Plain Layout
26690 以下の部分は、LaTeXパッケージ
26691 \series bold
26692 sidecap
26693 \series default
26694 が導入されていないときのみ表示されます。
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Standard
26703 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26704 \series bold
26705 sidecap
26706 \series default
26707 を導入する必要があります。
26708 \end_layout
26709
26710 \begin_layout Standard
26711 \begin_inset ERT
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715
26716
26717 \backslash
26718 fi
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \begin_layout Section
26727 フロート一覧
26728 \begin_inset Index idx
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732 ふろーと@フロート ! ふろーといちらん@フロート一覧
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \begin_layout Standard
26741 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26742 \family sans
26743 挿入\SpecialChar \menuseparator
26744 一覧/目次
26745 \family default
26746 メニューで挿入することができます。
26747 \end_layout
26748
26749 \begin_layout Standard
26750 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26751 \end_layout
26752
26753 \begin_layout Standard
26754 本文書の終わりに、図一覧と表一覧があります。
26755 \end_layout
26756
26757 \begin_layout Chapter
26758 注釈
26759 \end_layout
26760
26761 \begin_layout Section
26762 LyX注釈
26763 \begin_inset Index idx
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \begin_layout Standard
26776 注釈は、ツールバーボタン
26777 \family sans
26778
26779 \begin_inset Info
26780 type  "icon"
26781 arg   "note-insert"
26782 \end_inset
26783
26784
26785 \family default
26786 か、
26787 \family sans
26788 挿入\SpecialChar \menuseparator
26789 注釈
26790 \family default
26791 メニューで挿入することができます。注釈には、以下の三つの型があります。
26792 \end_layout
26793
26794 \begin_layout Description
26795 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
26796 \begin_inset Newline newline
26797 \end_inset
26798
26799
26800 \begin_inset Newline newline
26801 \end_inset
26802
26803
26804 \begin_inset Graphics
26805         filename ../clipart/LyXNoteImageQt4.png
26806         display false
26807         scale 85
26808         scaleBeforeRotation
26809
26810 \end_inset
26811
26812
26813 \begin_inset Note Note
26814 status open
26815
26816 \begin_layout Plain Layout
26817 これは、出力には現れない注釈ボックスに書かれた文章です。
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Description
26826 コメント この注釈も出力には現れませんが、
26827 \family sans
26828 ファイル\SpecialChar \menuseparator
26829 書き出し\SpecialChar \menuseparator
26830 LaTeX (pdflatex) / (平文)
26831 \family default
26832  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
26833 \begin_inset Newline newline
26834 \end_inset
26835
26836
26837 \begin_inset Newline newline
26838 \end_inset
26839
26840
26841 \begin_inset Graphics
26842         filename ../clipart/CommentNoteImageQt4.png
26843         display false
26844         scale 85
26845         scaleBeforeRotation
26846
26847 \end_inset
26848
26849  
26850 \begin_inset Note Comment
26851 status open
26852
26853 \begin_layout Plain Layout
26854 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \begin_layout Description
26863 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
26864 \begin_inset Newline newline
26865 \end_inset
26866
26867
26868 \begin_inset Newline newline
26869 \end_inset
26870
26871
26872 \begin_inset Graphics
26873         filename ../clipart/GreyedOutNoteImageQt4.png
26874         display false
26875         scale 85
26876         scaleBeforeRotation
26877
26878 \end_inset
26879
26880
26881 \begin_inset Newline newline
26882 \end_inset
26883
26884
26885 \begin_inset ERT
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889
26890
26891 \backslash
26892 renewenvironment{lyxgreyedout}
26893 \end_layout
26894
26895 \begin_layout Plain Layout
26896
26897 {
26898 \backslash
26899 textcolor[gray]{0.8}
26900 \backslash
26901 bgroup}{
26902 \backslash
26903 egroup}
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \begin_inset Note Greyedout
26910 status open
26911
26912 \begin_layout Plain Layout
26913 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
26914 \begin_inset Foot
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918 これは、淡色表示注釈内に脚注を用いた例です。
26919 \end_layout
26920
26921 \end_inset
26922
26923 です。
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \begin_inset ERT
26930 status collapsed
26931
26932 \begin_layout Plain Layout
26933
26934
26935 \backslash
26936 renewenvironment{lyxgreyedout}
26937 \end_layout
26938
26939 \begin_layout Plain Layout
26940
26941 {
26942 \backslash
26943 textcolor{blue}
26944 \backslash
26945 bgroup}{
26946 \backslash
26947 egroup}
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \begin_inset Note Note
26954 status open
26955
26956 \begin_layout Plain Layout
26957 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
26958 ように再定義されています。
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \begin_inset Newline newline
26965 \end_inset
26966
26967
26968 \begin_inset Newline newline
26969 \end_inset
26970
26971 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
26972 \end_layout
26973
26974 \begin_layout Standard
26975 \begin_inset VSpace bigskip
26976 \end_inset
26977
26978 注釈を挿入するのにツールバーボタン
26979 \family sans
26980
26981 \begin_inset Info
26982 type  "icon"
26983 arg   "note-insert"
26984 \end_inset
26985
26986
26987 \family default
26988 を使用すると、
26989 \family sans
26990 LyX注釈
26991 \family default
26992 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
26993 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
26994 さい。
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \begin_inset VSpace bigskip
26999 \end_inset
27000
27001
27002 \lang english
27003 You can change the text color of the greyed out notes in the menu 
27004 \family sans
27005 Document\SpecialChar \menuseparator
27006 Settings\SpecialChar \menuseparator
27007 Colors
27008 \family default
27009 .
27010 \end_layout
27011
27012 \begin_layout Section
27013 脚注
27014 \begin_inset CommandInset label
27015 LatexCommand label
27016 name "sec:脚注"
27017
27018 \end_inset
27019
27020
27021 \begin_inset Index idx
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \begin_inset Index idx
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035 きゃくちゅう@脚注
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \begin_layout Standard
27044 脚注は、ツールバーボタン
27045 \family sans
27046
27047 \begin_inset Info
27048 type  "icon"
27049 arg   "footnote-insert"
27050 \end_inset
27051
27052
27053 \family default
27054 か、
27055 \family sans
27056 挿入\SpecialChar \menuseparator
27057 脚注
27058 \family default
27059 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27060 \begin_inset Graphics
27061         filename clipart/footnoteQt4.png
27062         scale 80
27063         scaleBeforeRotation
27064
27065 \end_inset
27066
27067 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27068 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27069 \end_layout
27070
27071 \begin_layout Standard
27072 これが脚注の例です
27073 \begin_inset Foot
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077 \begin_inset CommandInset label
27078 LatexCommand label
27079 name "fn:これは脚注の一例"
27080
27081 \end_inset
27082
27083 これは脚注の一例です。
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 newcounter{MyRepeatFoot}
27097 \end_layout
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 setcounter{MyRepeatFoot}{
27104 \backslash
27105 thefootnote}
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Standard
27114 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27115 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27116 \end_layout
27117
27118 \begin_layout Standard
27119 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27120 \begin_inset CommandInset ref
27121 LatexCommand ref
27122 reference "sec:フロートの参照"
27123
27124 \end_inset
27125
27126 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27127 \begin_inset Newline newline
27128 \end_inset
27129
27130 これは脚注
27131 \begin_inset CommandInset ref
27132 LatexCommand ref
27133 reference "fn:これは脚注の一例"
27134
27135 \end_inset
27136
27137 の相互参照です。
27138 \end_layout
27139
27140 \begin_layout Standard
27141 \begin_inset VSpace defskip
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \begin_layout Standard
27148 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27149 \series bold
27150
27151 \backslash
27152 footnotemark{}
27153 \series default
27154 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27155 \series bold
27156
27157 \backslash
27158 footnotetext
27159 \series default
27160 コマンドの引数として入力します。
27161 \begin_inset Newline newline
27162 \end_inset
27163
27164 以下の表ではコマンド
27165 \begin_inset Newline newline
27166 \end_inset
27167
27168
27169 \series bold
27170
27171 \backslash
27172 footnotetext{
27173 \series default
27174 出力される脚注の表
27175 \series bold
27176 }
27177 \series default
27178
27179 \begin_inset Newline newline
27180 \end_inset
27181
27182 を用いています。
27183 \end_layout
27184
27185 \begin_layout Standard
27186 \begin_inset Tabular
27187 <lyxtabular version="3" rows="2" columns="1">
27188 <features tabularvalignment="middle">
27189 <column alignment="center" valignment="top" width="0">
27190 <row>
27191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195 これは例文です。
27196 \begin_inset Foot
27197 status open
27198
27199 \begin_layout Plain Layout
27200 この脚注は出力されません!
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 <row>
27212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27213 \begin_inset Text
27214
27215 \begin_layout Plain Layout
27216 これは例文です。
27217 \begin_inset ERT
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221
27222
27223 \backslash
27224 footnotemark{}
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \end_inset
27233 </cell>
27234 </row>
27235 </lyxtabular>
27236
27237 \end_inset
27238
27239
27240 \begin_inset ERT
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244
27245
27246 \backslash
27247 footnotetext{
27248 \end_layout
27249
27250 \end_inset
27251
27252 出力される脚注の表
27253 \begin_inset ERT
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257
27258 }
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 長尺表中の脚注は、第
27268 \begin_inset CommandInset ref
27269 LatexCommand ref
27270 reference "sub:長尺表での脚注"
27271
27272 \end_inset
27273
27274 節で述べられています。
27275 \end_layout
27276
27277 \begin_layout Standard
27278 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27279 \begin_inset CommandInset ref
27280 LatexCommand ref
27281 reference "sec:ミニページ"
27282
27283 \end_inset
27284
27285 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27286 \series bold
27287
27288 \backslash
27289 footnotemark{}
27290 \series default
27291
27292 \series bold
27293
27294 \backslash
27295 footntoetext
27296 \series default
27297 による方法を用いてください。
27298 \end_layout
27299
27300 \begin_layout Standard
27301 \begin_inset Box Frameless
27302 position "t"
27303 hor_pos "c"
27304 has_inner_box 1
27305 inner_pos "t"
27306 use_parbox 0
27307 use_makebox 0
27308 width "100col%"
27309 special "none"
27310 height "1in"
27311 height_special "totalheight"
27312 status open
27313
27314 \begin_layout Plain Layout
27315 これはミニページ中の例文です。
27316 \begin_inset Foot
27317 status open
27318
27319 \begin_layout Plain Layout
27320 ミニページ中の脚注です。
27321 \end_layout
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Plain Layout
27329 これはミニページ中の例文です。
27330 \begin_inset ERT
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334
27335
27336 \backslash
27337 footnotemark{}
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset ERT
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356
27357 \backslash
27358 footnotetext{
27359 \end_layout
27360
27361 \end_inset
27362
27363 ミニページ外の脚注です。
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369 }
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \begin_inset VSpace defskip
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Standard
27382 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27383 \series bold
27384
27385 \backslash
27386 footnotemark[番号]
27387 \series default
27388 を使用してください。
27389 \begin_inset Newline newline
27390 \end_inset
27391
27392 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27393 \begin_inset CommandInset ref
27394 LatexCommand ref
27395 reference "fn:これは脚注の一例"
27396
27397 \end_inset
27398
27399 の後に、TeXコードで
27400 \end_layout
27401
27402 \begin_layout Standard
27403
27404 \series bold
27405
27406 \backslash
27407 newcounter{MyRepeatFoot}
27408 \begin_inset Newline newline
27409 \end_inset
27410
27411
27412 \backslash
27413 setcounter{MyRepeatFoot}{
27414 \backslash
27415 thefootnote}
27416 \end_layout
27417
27418 \begin_layout Standard
27419 というコマンドを挿入しています。そして脚注マークは、
27420 \end_layout
27421
27422 \begin_layout Standard
27423
27424 \series bold
27425
27426 \backslash
27427 footnotemark[
27428 \backslash
27429 theMyRepeatFoot]
27430 \end_layout
27431
27432 \begin_layout Standard
27433 で作成します。
27434 \end_layout
27435
27436 \begin_layout Standard
27437 これは繰り返し脚注の例です。
27438 \begin_inset ERT
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442
27443
27444 \backslash
27445 footnotemark[
27446 \backslash
27447 theMyRepeatFoot]
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \begin_layout Standard
27456 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27457 \end_layout
27458
27459 \begin_layout Standard
27460
27461 \series bold
27462
27463 \backslash
27464 footnotemark[
27465 \backslash
27466 thefootnote]
27467 \end_layout
27468
27469 \begin_layout Standard
27470 を使用してください。
27471 \end_layout
27472
27473 \begin_layout Standard
27474 これは繰り返し脚注の例です。
27475 \begin_inset ERT
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479
27480
27481 \backslash
27482 footnotemark[
27483 \backslash
27484 thefootnote]
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Subsection
27493 脚注の付番
27494 \begin_inset CommandInset label
27495 LatexCommand label
27496 name "sub:脚注の付番"
27497
27498 \end_inset
27499
27500
27501 \begin_inset Index idx
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 きゃくちゅう@脚注 ! ふばん@付番
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Standard
27514 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27515 \end_layout
27516
27517 \begin_layout Standard
27518
27519 \series bold
27520
27521 \backslash
27522 @addtoreset{footnote}{section}
27523 \end_layout
27524
27525 \begin_layout Standard
27526 というコマンドを加えてください。
27527 \end_layout
27528
27529 \begin_layout Standard
27530 \begin_inset VSpace bigskip
27531 \end_inset
27532
27533 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27534 \end_layout
27535
27536 \begin_layout Standard
27537
27538 \series bold
27539
27540 \backslash
27541 renewcommand{
27542 \backslash
27543 thefootnote}{
27544 \backslash
27545 roman{footnote}}
27546 \end_layout
27547
27548 \begin_layout Standard
27549 \begin_inset ERT
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553
27554
27555 \backslash
27556 renewcommand{
27557 \backslash
27558 thefootnote}{
27559 \backslash
27560 roman{footnote}}
27561 \end_layout
27562
27563 \end_inset
27564
27565 これは、ローマ数字を使った脚注です
27566 \begin_inset Foot
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 これは、ローマ数字を使った脚注の例です。
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Standard
27579 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27580 \series bold
27581
27582 \backslash
27583 roman
27584 \series default
27585
27586 \series bold
27587
27588 \backslash
27589 Roman
27590 \series default
27591 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27592 \series bold
27593
27594 \backslash
27595 Alph
27596 \series default
27597 または
27598 \series bold
27599
27600 \backslash
27601 alph
27602 \series default
27603 を使用してください。記号を使って付「番」するには、
27604 \series bold
27605
27606 \backslash
27607 fnsymbol
27608 \series default
27609 を使ってください。
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \begin_inset Note Greyedout
27614 status open
27615
27616 \begin_layout Plain Layout
27617
27618 \series bold
27619 【註】
27620 \series default
27621 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \begin_inset Newline newline
27628 \end_inset
27629
27630
27631 \begin_inset Note Greyedout
27632 status open
27633
27634 \begin_layout Plain Layout
27635
27636 \series bold
27637 【註】
27638 \series default
27639 記号を使うと9個の脚注しか番号を振ることができません。
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27649 \series bold
27650
27651 \backslash
27652 roman
27653 \series default
27654
27655 \series bold
27656
27657 \backslash
27658 arabic
27659 \series default
27660 に置き換えて使用してください。
27661 \begin_inset ERT
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665
27666
27667 \backslash
27668 renewcommand{
27669 \backslash
27670 thefootnote}{
27671 \backslash
27672 arabic{footnote}}
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \begin_layout Standard
27681 \begin_inset VSpace bigskip
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Standard
27688 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27689 \end_layout
27690
27691 \begin_layout Standard
27692
27693 \series bold
27694
27695 \backslash
27696 numberwithin{footnote}{chapter}
27697 \end_layout
27698
27699 \begin_layout Standard
27700 というコマンドを加えてください。
27701 \series bold
27702
27703 \backslash
27704 numberwithin
27705 \series default
27706 コマンドを使用できるようにするためには、文書設定の
27707 \family sans
27708 数式オプション
27709 \family default
27710 タブで
27711 \family sans
27712 AMS
27713 \begin_inset space ~
27714 \end_inset
27715
27716 mathパッケージを使う
27717 \family default
27718 オプションを有効にしてください。
27719 \end_layout
27720
27721 \begin_layout Standard
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 numberwithin{footnote}{chapter}
27730 \end_layout
27731
27732 \end_inset
27733
27734 これは、脚注のもう一つの例です
27735 \series bold
27736
27737 \begin_inset Foot
27738 status open
27739
27740 \begin_layout Plain Layout
27741
27742 \series bold
27743 これは、
27744 \series default
27745 「章番号.脚注番号」スキームで番号を振られた脚注です。
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \series default
27752
27753 \begin_inset ERT
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757
27758
27759 \backslash
27760 renewcommand{
27761 \backslash
27762 thefootnote}{
27763 \backslash
27764 arabic{footnote}}
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 \begin_inset Note Greyedout
27774 status open
27775
27776 \begin_layout Plain Layout
27777
27778 \series bold
27779 【註】
27780 \backslash
27781 numberwithin
27782 \series default
27783 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Standard
27792 また、例えば「章番号.
27793 \backslash
27794 Roman{footnote}」スキームを得るには、
27795 \series bold
27796
27797 \backslash
27798 numberwithin
27799 \series default
27800 の代わりに以下のコマンドを使用してください。
27801 \end_layout
27802
27803 \begin_layout Standard
27804
27805 \series bold
27806
27807 \backslash
27808 renewcommand{
27809 \backslash
27810 thefootnote}{
27811 \backslash
27812 thechapter.
27813 \backslash
27814 Roman{footnote}}
27815 \end_layout
27816
27817 \begin_layout Subsection
27818 脚注の配置
27819 \begin_inset Index idx
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823 きゃくちゅう@脚注 ! はいち@配置
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \begin_layout Standard
27832 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
27833 ブルに足して、1.5
27834 \begin_inset space \thinspace{}
27835 \end_inset
27836
27837 mmの余白を追加することもできます。
27838 \end_layout
27839
27840 \begin_layout Standard
27841
27842 \series bold
27843
27844 \backslash
27845 let
27846 \backslash
27847 myFoot
27848 \backslash
27849 footnote
27850 \begin_inset Newline newline
27851 \end_inset
27852
27853
27854 \backslash
27855 renewcommand{
27856 \backslash
27857 footnote}[1]{
27858 \backslash
27859 myFoot{#1
27860 \backslash
27861 vspace{1.5mm}}}
27862 \end_layout
27863
27864 \begin_layout Standard
27865 \begin_inset VSpace bigskip
27866 \end_inset
27867
27868 二段組文書では、脚注は各段底部に表示されます(図
27869 \begin_inset CommandInset ref
27870 LatexCommand ref
27871 reference "fig:標準的脚注配置"
27872
27873 \end_inset
27874
27875 )。図
27876 \begin_inset CommandInset ref
27877 LatexCommand ref
27878 reference "fig:ftnright脚注配置"
27879
27880 \end_inset
27881
27882 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
27883 \end_layout
27884
27885 \begin_layout Standard
27886
27887 \series bold
27888
27889 \backslash
27890 usepackage{ftnright}
27891 \end_layout
27892
27893 \begin_layout Standard
27894 というコマンドを書いて、LaTeXパッケージ
27895 \series bold
27896 ftnright
27897 \series default
27898
27899 \begin_inset Index idx
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
27904 \end_layout
27905
27906 \end_inset
27907
27908 を読み込みます。
27909 \begin_inset Float figure
27910 placement !h
27911 wide false
27912 sideways false
27913 status open
27914
27915 \begin_layout Plain Layout
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921
27922 \backslash
27923 framebox{
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \begin_inset Graphics
27930         filename ../clipart/without_fntright.pdf
27931         width 100col%
27932         scaleBeforeRotation
27933
27934 \end_inset
27935
27936
27937 \begin_inset ERT
27938 status collapsed
27939
27940 \begin_layout Plain Layout
27941
27942 }
27943 \end_layout
27944
27945 \end_inset
27946
27947
27948 \end_layout
27949
27950 \begin_layout Plain Layout
27951 \begin_inset Caption
27952
27953 \begin_layout Plain Layout
27954 \begin_inset CommandInset label
27955 LatexCommand label
27956 name "fig:標準的脚注配置"
27957
27958 \end_inset
27959
27960 二段組文書の標準的な脚注配置
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset Float figure
27975 placement !h
27976 wide false
27977 sideways false
27978 status open
27979
27980 \begin_layout Plain Layout
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 framebox{
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \begin_inset Graphics
27995         filename ../clipart/with_fntright.pdf
27996         width 100col%
27997         scaleBeforeRotation
27998
27999 \end_inset
28000
28001
28002 \begin_inset ERT
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006
28007 }
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Plain Layout
28016 \begin_inset Caption
28017
28018 \begin_layout Plain Layout
28019 \begin_inset CommandInset label
28020 LatexCommand label
28021 name "fig:ftnright脚注配置"
28022
28023 \end_inset
28024
28025 LaTeXパッケージ
28026 \series bold
28027 ftnright
28028 \series default
28029 を使用したときの二段組文書の脚注配置
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Standard
28043 \begin_inset VSpace bigskip
28044 \end_inset
28045
28046 科学的文献に於いては、図
28047 \begin_inset CommandInset ref
28048 LatexCommand ref
28049 reference "fig:後注"
28050
28051 \end_inset
28052
28053 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28054 \begin_inset Index idx
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058 こちゅう@後注
28059 \end_layout
28060
28061 \end_inset
28062
28063 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28064 \family sans
28065 文書\SpecialChar \menuseparator
28066 設定\SpecialChar \menuseparator
28067 モジュール
28068 \family default
28069 メニューで
28070 \family sans
28071 脚注から後注へ
28072 \family default
28073 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28074 \end_layout
28075
28076 \begin_layout Standard
28077
28078 \series bold
28079
28080 \backslash
28081 theendnotes
28082 \end_layout
28083
28084 \begin_layout Standard
28085 というコマンドを挿入してください。
28086 \end_layout
28087
28088 \begin_layout Standard
28089 \begin_inset Float figure
28090 wide false
28091 sideways false
28092 status open
28093
28094 \begin_layout Plain Layout
28095 \align center
28096 \begin_inset ERT
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100
28101
28102 \backslash
28103 framebox{
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \begin_inset Graphics
28110         filename ../clipart/endnotes.pdf
28111         scaleBeforeRotation
28112
28113 \end_inset
28114
28115
28116 \begin_inset ERT
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120
28121 }
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Plain Layout
28130 \begin_inset Caption
28131
28132 \begin_layout Plain Layout
28133 \begin_inset CommandInset label
28134 LatexCommand label
28135 name "fig:後注"
28136
28137 \end_inset
28138
28139 後注 – 注を節ないし章末に別段落として印字します。
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Standard
28153 \begin_inset VSpace medskip
28154 \end_inset
28155
28156 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28157 \end_layout
28158
28159 \begin_layout Standard
28160
28161 \series bold
28162
28163 \backslash
28164 renewcommand{
28165 \backslash
28166 notesname}{Anmerkungen}
28167 \end_layout
28168
28169 \begin_layout Standard
28170 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28171 \end_layout
28172
28173 \begin_layout Standard
28174 \begin_inset VSpace medskip
28175 \end_inset
28176
28177
28178 \begin_inset CommandInset ref
28179 LatexCommand ref
28180 reference "sub:脚注の付番"
28181
28182 \end_inset
28183
28184 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28185 \series bold
28186
28187 \backslash
28188 thefootnote
28189 \series default
28190 コマンドの代わりに
28191 \series bold
28192
28193 \backslash
28194 theendnote
28195 \series default
28196 を用いてください。後注番号をリセットするには、第
28197 \begin_inset CommandInset ref
28198 LatexCommand ref
28199 reference "sub:脚注の付番"
28200
28201 \end_inset
28202
28203 節で述べたコマンド
28204 \series bold
28205
28206 \backslash
28207 @addtoreset
28208 \series default
28209 の、パラメータ
28210 \series bold
28211 footnote
28212 \series default
28213
28214 \series bold
28215 endnote
28216 \series default
28217 に変えて、使用してください。
28218 \end_layout
28219
28220 \begin_layout Standard
28221 後注の印だけを作成するには、第
28222 \begin_inset CommandInset ref
28223 LatexCommand ref
28224 reference "sec:脚注"
28225
28226 \end_inset
28227
28228 節で説明した
28229 \series bold
28230
28231 \backslash
28232 footnotemark
28233 \series default
28234 コマンドの代わりに、
28235 \series bold
28236
28237 \backslash
28238 endnotemark[番号]
28239 \series default
28240 コマンドを使用してください。
28241 \end_layout
28242
28243 \begin_layout Standard
28244 \begin_inset VSpace bigskip
28245 \end_inset
28246
28247 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28248 \series bold
28249 footmisc
28250 \series default
28251
28252 \begin_inset Index idx
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \begin_inset CommandInset citation
28263 LatexCommand cite
28264 key "footmisc"
28265
28266 \end_inset
28267
28268 を参照してください。
28269 \end_layout
28270
28271 \begin_layout Standard
28272 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28273 \begin_inset CommandInset citation
28274 LatexCommand cite
28275 key "latexcompanion,latexguide,latexbook"
28276
28277 \end_inset
28278
28279 に載っています。 
28280 \lang english
28281 If you are using a
28282 \lang japanese
28283  
28284 \series bold
28285 KOMA-Script
28286 \series default
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28293 \end_layout
28294
28295 \end_inset
28296
28297  
28298 \lang english
28299 document class, you can adjust all footnote settings using class-specific
28300  commands, see
28301 \lang japanese
28302  
28303 \begin_inset CommandInset citation
28304 LatexCommand cite
28305 key "KOMA-Script"
28306
28307 \end_inset
28308
28309 .
28310 \end_layout
28311
28312 \begin_layout Section
28313 傍注
28314 \begin_inset Index idx
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28328 \family sans
28329 挿入\SpecialChar \menuseparator
28330 傍注
28331 \family default
28332 メニューかツールバーボタン
28333 \family sans
28334
28335 \begin_inset Info
28336 type  "icon"
28337 arg   "marginalnote-insert"
28338 \end_inset
28339
28340
28341 \family default
28342 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28343 \end_layout
28344
28345 \begin_layout Standard
28346 横にあるのが傍注です
28347 \begin_inset Marginal
28348 status open
28349
28350 \begin_layout Plain Layout
28351 これは傍注文です。
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Standard
28360 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28361 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28362 \end_layout
28363
28364 \begin_layout Standard
28365 \begin_inset VSpace bigskip
28366 \end_inset
28367
28368 傍注を内側余白に置くには、傍注の前にTeXコードで
28369 \end_layout
28370
28371 \begin_layout Standard
28372
28373 \series bold
28374
28375 \backslash
28376 reversemarginpar
28377 \end_layout
28378
28379 \begin_layout Standard
28380 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 reversemarginpar 
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \begin_inset Marginal
28395 status open
28396
28397 \begin_layout Plain Layout
28398 これは内側余白の傍注です。
28399 \end_layout
28400
28401 \end_inset
28402
28403
28404 \series bold
28405
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409
28410 \series default
28411
28412 \begin_inset Note Greyedout
28413 status open
28414
28415 \begin_layout Plain Layout
28416 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Standard
28425 既定の配置に戻すには、TeXコードで
28426 \end_layout
28427
28428 \begin_layout Standard
28429
28430 \series bold
28431
28432 \backslash
28433 normalmarginpar
28434 \end_layout
28435
28436 \begin_layout Standard
28437 というコマンドを書き加えてください。
28438 \begin_inset ERT
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442
28443
28444 \backslash
28445 normalmarginpar 
28446 \end_layout
28447
28448 \end_inset
28449
28450  
28451 \begin_inset Note Greyedout
28452 status open
28453
28454 \begin_layout Plain Layout
28455
28456 \series bold
28457 【註】
28458 \backslash
28459 reversemarginpar
28460 \series default
28461 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Standard
28470 \begin_inset VSpace bigskip
28471 \end_inset
28472
28473
28474 \begin_inset Marginal
28475 status open
28476
28477 \begin_layout Plain Layout
28478 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28479 \end_layout
28480
28481 \end_inset
28482
28483
28484 \begin_inset CommandInset ref
28485 LatexCommand ref
28486 reference "sub:複数行"
28487
28488 \end_inset
28489
28490 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28491 \begin_inset space \thinspace{}
28492 \end_inset
28493
28494 pt水平空白を挿入してください 
28495 \begin_inset Marginal
28496 status open
28497
28498 \begin_layout Plain Layout
28499 \begin_inset space \hspace*{}
28500 \length 0pt
28501 \end_inset
28502
28503 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \begin_inset VSpace bigskip
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 \begin_inset Note Greyedout
28520 status open
28521
28522 \begin_layout Plain Layout
28523
28524 \series bold
28525 【註】
28526 \series default
28527 通常、傍注は表やフロート、脚注の中では使用することができません。
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset VSpace bigskip
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset ERT
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547
28548
28549 \backslash
28550 ifmarginnote
28551 \end_layout
28552
28553 \end_inset
28554
28555
28556 \begin_inset Note Note
28557 status open
28558
28559 \begin_layout Plain Layout
28560 以下の部分は、LaTeXパッケージ
28561 \series bold
28562 marginnote
28563 \series default
28564 が導入されているときのみ表示されます。
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Standard
28573 この制約は、LaTeXパッケージ
28574 \series bold
28575 marginnote
28576 \series default
28577
28578 \begin_inset Index idx
28579 status collapsed
28580
28581 \begin_layout Plain Layout
28582 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28583 \end_layout
28584
28585 \end_inset
28586
28587 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28588 \series bold
28589 marginnote
28590 \series default
28591 パッケージが提供するコマンドを使うようになります。
28592 \end_layout
28593
28594 \begin_layout Standard
28595
28596 \series bold
28597
28598 \backslash
28599 usepackage{marginnote}
28600 \begin_inset Newline newline
28601 \end_inset
28602
28603
28604 \backslash
28605 let
28606 \backslash
28607 marginpar
28608 \backslash
28609 marginnote
28610 \end_layout
28611
28612 \begin_layout Standard
28613
28614 \series bold
28615 marginnote
28616 \series default
28617 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28618 \series bold
28619 marginnote
28620 \series default
28621 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28622 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28623 \end_layout
28624
28625 \begin_layout Standard
28626
28627 \series bold
28628 [オフセット]
28629 \end_layout
28630
28631 \begin_layout Standard
28632 という形で書くことで設定することができます。ここで「オフセット」には、表
28633 \begin_inset CommandInset ref
28634 LatexCommand ref
28635 reference "tab:単位"
28636
28637 \end_inset
28638
28639 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28640 \series bold
28641 [-1.5cm]
28642 \series default
28643 」を使用して、1.5
28644 \begin_inset space \thinspace{}
28645 \end_inset
28646
28647 cm上にずらしてあります
28648 \begin_inset Marginal
28649 status open
28650
28651 \begin_layout Plain Layout
28652 この傍注は、本来の位置よりも1.5
28653 \begin_inset space \thinspace{}
28654 \end_inset
28655
28656 cm上にずらしてあります。
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \begin_inset ERT
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666
28667 [-1.5cm]
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Standard
28676 \begin_inset VSpace medskip
28677 \end_inset
28678
28679
28680 \series bold
28681 marginnote
28682 \series default
28683 を使うと、傍注の揃えを変更することもできます。たとえば、
28684 \end_layout
28685
28686 \begin_layout Standard
28687
28688 \series bold
28689
28690 \backslash
28691 renewcommand*{
28692 \backslash
28693 raggedleftmarginnote}{
28694 \backslash
28695 centering}
28696 \begin_inset Newline newline
28697 \end_inset
28698
28699
28700 \backslash
28701 renewcommand*{
28702 \backslash
28703 raggedrightmarginnote}{
28704 \backslash
28705 centering}
28706 \end_layout
28707
28708 \begin_layout Standard
28709 というコマンドを使うと、中央揃えになります。
28710 \series bold
28711
28712 \backslash
28713 raggedleftmarginnote
28714 \series default
28715 とは、左側に表示されている傍注のことを指します
28716 \begin_inset ERT
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720
28721
28722 \backslash
28723 renewcommand*{
28724 \backslash
28725 raggedleftmarginnote}{
28726 \backslash
28727 centering}
28728 \end_layout
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 renewcommand*{
28735 \backslash
28736 raggedrightmarginnote}{
28737 \backslash
28738 centering}
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \begin_inset Marginal
28745 status open
28746
28747 \begin_layout Plain Layout
28748 この傍注の文章は中央揃えになっています。
28749 \end_layout
28750
28751 \end_inset
28752
28753 。既定の設定は、
28754 \end_layout
28755
28756 \begin_layout Standard
28757
28758 \series bold
28759
28760 \backslash
28761 renewcommand*{
28762 \backslash
28763 raggedleftmarginnote}{
28764 \backslash
28765 raggedleft}
28766 \begin_inset Newline newline
28767 \end_inset
28768
28769
28770 \backslash
28771 renewcommand*{
28772 \backslash
28773 raggedrightmarginnote}{
28774 \backslash
28775 raggedright}
28776 \series default
28777
28778 \begin_inset ERT
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782
28783
28784 \backslash
28785 renewcommand*{
28786 \backslash
28787 raggedleftmarginnote}{
28788 \backslash
28789 raggedleft}
28790 \end_layout
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 renewcommand*{
28797 \backslash
28798 raggedrightmarginnote}{
28799 \backslash
28800 raggedright}
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Standard
28809 です。
28810 \end_layout
28811
28812 \begin_layout Standard
28813 \begin_inset VSpace medskip
28814 \end_inset
28815
28816
28817 \series bold
28818 marginnote
28819 \series default
28820 の他の機能については、
28821 \begin_inset CommandInset citation
28822 LatexCommand cite
28823 key "marginnote"
28824
28825 \end_inset
28826
28827 の取扱説明書をご参照ください。
28828 \end_layout
28829
28830 \begin_layout Standard
28831 \begin_inset VSpace bigskip
28832 \end_inset
28833
28834 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
28835 \family sans
28836 \series bold
28837 \bar under
28838 注意!
28839 \family default
28840 \series default
28841 \bar default
28842 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
28843 \end_layout
28844
28845 \begin_layout Standard
28846
28847 \series bold
28848
28849 \backslash
28850 let
28851 \backslash
28852 myMarginpar
28853 \backslash
28854 marginpar
28855 \begin_inset Newline newline
28856 \end_inset
28857
28858
28859 \backslash
28860 renewcommand{
28861 \backslash
28862 marginpar}[1]{
28863 \backslash
28864 myMarginpar{%
28865 \begin_inset Newline newline
28866 \end_inset
28867
28868
28869 \begin_inset Phantom HPhantom
28870 status open
28871
28872 \begin_layout Plain Layout
28873
28874 \series bold
28875 \begin_inset space ~
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \backslash
28885 hspace{0pt}
28886 \backslash
28887 textsf{
28888 \backslash
28889 textbf{
28890 \backslash
28891 underbar{注意!}}}%
28892 \begin_inset Newline newline
28893 \end_inset
28894
28895
28896 \begin_inset Phantom HPhantom
28897 status open
28898
28899 \begin_layout Plain Layout
28900
28901 \series bold
28902 \begin_inset space ~
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \backslash
28912 vspace{1.5mm}
28913 \backslash
28914
28915 \backslash
28916 #1}}
28917 \end_layout
28918
28919 \begin_layout Standard
28920 \begin_inset ERT
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924
28925
28926 \backslash
28927 let
28928 \backslash
28929 myMarginpar
28930 \backslash
28931 marginpar
28932 \end_layout
28933
28934 \begin_layout Plain Layout
28935
28936
28937 \backslash
28938 renewcommand{
28939 \backslash
28940 marginpar}[1]{
28941 \backslash
28942 myMarginpar{%
28943 \end_layout
28944
28945 \begin_layout Plain Layout
28946
28947    
28948 \backslash
28949 textsf{
28950 \backslash
28951 textbf{
28952 \backslash
28953 underbar{注意!}}}%
28954 \end_layout
28955
28956 \begin_layout Plain Layout
28957
28958    
28959 \backslash
28960 vspace{1.5mm}
28961 \backslash
28962
28963 \backslash
28964 #1}}
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \begin_inset Marginal
28971 status open
28972
28973 \begin_layout Plain Layout
28974 これは、定義したヘッダをつけた傍注です。
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \begin_inset ERT
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984
28985 [-1.5cm]
28986 \end_layout
28987
28988 \end_inset
28989
28990
28991 \begin_inset ERT
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995
28996
28997 \backslash
28998 renewcommand{
28999 \backslash
29000 marginpar}[1]{
29001 \backslash
29002 myMarginpar{#1}}
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \begin_inset Note Note
29009 status open
29010
29011 \begin_layout Plain Layout
29012 傍注書式は、この例の分だけ変更してあります。
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Standard
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 else
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \begin_inset Note Note
29035 status open
29036
29037 \begin_layout Plain Layout
29038 以下の部分は、LaTeXパッケージ
29039 \series bold
29040 marginnote
29041 \series default
29042 が導入されていないときのみ表示されます。
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \begin_layout Standard
29051 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29052 \series bold
29053 marginnote
29054 \series default
29055 を導入する必要があります。
29056 \end_layout
29057
29058 \begin_layout Standard
29059 \begin_inset ERT
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063
29064
29065 \backslash
29066 fi
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Chapter
29075 ボックス
29076 \end_layout
29077
29078 \begin_layout Section
29079 はじめに
29080 \begin_inset Index idx
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 ぼっくす@ボックス ! はじめに
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \end_layout
29091
29092 \begin_layout Standard
29093 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29094 \begin_inset CommandInset ref
29095 LatexCommand ref
29096 reference "sec:ミニページ"
29097
29098 \end_inset
29099
29100 節参照)、文章を囲ったり(第
29101 \begin_inset CommandInset ref
29102 LatexCommand ref
29103 reference "sec:装飾"
29104
29105 \end_inset
29106
29107 節参照)、単語がハイフネートされるのを予防したり(第
29108 \begin_inset CommandInset ref
29109 LatexCommand ref
29110 reference "sec:ハイフネーションの回避"
29111
29112 \end_inset
29113
29114 節参照)、文章を揃えたり(第
29115 \begin_inset CommandInset ref
29116 LatexCommand ref
29117 reference "sub:垂直揃え"
29118
29119 \end_inset
29120
29121 節参照)、あるいは文章の背景色を設定したり(第
29122 \begin_inset CommandInset ref
29123 LatexCommand ref
29124 reference "sec:色付きボックス"
29125
29126 \end_inset
29127
29128 節参照)するのに使用します。
29129 \end_layout
29130
29131 \begin_layout Standard
29132 ボックスは、
29133 \family sans
29134 挿入\SpecialChar \menuseparator
29135 ボックス
29136 \family default
29137 メニューかツールバーボタン
29138 \family sans
29139
29140 \begin_inset Info
29141 type  "icon"
29142 arg   "box-insert Frameless"
29143 \end_inset
29144
29145
29146 \family default
29147 を使って挿入することができます。すると、
29148 \begin_inset Graphics
29149         filename ../clipart/BoxInsetDefaultQt4.png
29150         scale 85
29151         scaleBeforeRotation
29152
29153 \end_inset
29154
29155 のように
29156 \family sans
29157 ボックス(minipage環境)
29158 \family default
29159 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29160 \family sans
29161 設定
29162 \family default
29163 メニューを選択すると現れるボックスダイアログでは、
29164 \family sans
29165 parboxコマンド
29166 \family default
29167
29168 \family sans
29169 minipage環境
29170 \family default
29171 の二つの
29172 \family sans
29173 内部ボックス
29174 \family default
29175 型を選択することができます。
29176 \family sans
29177 minipage
29178 \family default
29179 型は、新規ボックスの既定値となっており、第
29180 \begin_inset CommandInset ref
29181 LatexCommand ref
29182 reference "sec:ミニページ"
29183
29184 \end_inset
29185
29186 節で説明します。
29187 \family sans
29188 parbox
29189 \family default
29190 型については第
29191 \begin_inset CommandInset ref
29192 LatexCommand ref
29193 reference "sec:Parboxes"
29194
29195 \end_inset
29196
29197 節、
29198 \family sans
29199 makebox
29200 \family default
29201 型については第
29202 \begin_inset CommandInset ref
29203 LatexCommand ref
29204 reference "sec:ハイフネーションの回避"
29205
29206 \end_inset
29207
29208 節で述べます。
29209 \end_layout
29210
29211 \begin_layout Standard
29212 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29213 \end_layout
29214
29215 \begin_layout Standard
29216 \begin_inset Note Greyedout
29217 status open
29218
29219 \begin_layout Plain Layout
29220 【註】ボックスは、
29221 \family sans
29222 箇条書き(記号)
29223 \family default
29224 環境や
29225 \family sans
29226 箇条書き(記述)
29227 \family default
29228 環境の単独要素とすべきではありません。
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 \begin_inset Note Greyedout
29238 status open
29239
29240 \begin_layout Plain Layout
29241 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29242 \family sans
29243 内部ボックス
29244 \family default
29245 型は
29246 \family sans
29247 なし
29248 \family default
29249 にしか設定することができません。
29250 \family sans
29251 内部ボックス
29252 \family default
29253 型や枠のないボックスについては、第
29254 \begin_inset CommandInset ref
29255 LatexCommand ref
29256 reference "sec:ハイフネーションの回避"
29257
29258 \end_inset
29259
29260 節で説明します。
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Section
29269 ボックスダイアログ
29270 \begin_inset CommandInset label
29271 LatexCommand label
29272 name "sec:ボックスダイアログ"
29273
29274 \end_inset
29275
29276
29277 \begin_inset Index idx
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Subsection
29290 寸法
29291 \begin_inset Index idx
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295 ぼっくす@ボックス ! すんぽう@寸法
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \begin_layout Standard
29304 ボックスダイアログでは、
29305 \family sans
29306
29307 \family default
29308
29309 \family sans
29310 高さ
29311 \family default
29312 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29313 \begin_inset CommandInset ref
29314 LatexCommand ref
29315 reference "tab:単位"
29316
29317 \end_inset
29318
29319 に説明されています。
29320 \family sans
29321 高さ
29322 \family default
29323 フィールドには、加えて以下の寸法を使用することができます。
29324 \end_layout
29325
29326 \begin_layout Description
29327 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29328 \begin_inset Newline newline
29329 \end_inset
29330
29331
29332 \begin_inset Newline newline
29333 \end_inset
29334
29335
29336 \begin_inset Newline newline
29337 \end_inset
29338
29339
29340 \begin_inset Box Boxed
29341 position "c"
29342 hor_pos "c"
29343 has_inner_box 1
29344 inner_pos "c"
29345 use_parbox 0
29346 use_makebox 0
29347 width "12col%"
29348 special "none"
29349 height "1in"
29350 height_special "depth"
29351 status open
29352
29353 \begin_layout Plain Layout
29354 \align center
29355 高さを1階層に設定したボックス
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \begin_inset Newline newline
29362 \end_inset
29363
29364
29365 \begin_inset Newline newline
29366 \end_inset
29367
29368
29369 \end_layout
29370
29371 \begin_layout Description
29372 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29373 \begin_inset Box Boxed
29374 position "c"
29375 hor_pos "c"
29376 has_inner_box 1
29377 inner_pos "c"
29378 use_parbox 0
29379 use_makebox 0
29380 width "20col%"
29381 special "none"
29382 height "2in"
29383 height_special "height"
29384 status open
29385
29386 \begin_layout Plain Layout
29387 \align center
29388 高さを2高さに設定したボックス
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Description
29397 全高 これは「高さ」+「階層」です。
29398 \begin_inset Box Boxed
29399 position "c"
29400 hor_pos "c"
29401 has_inner_box 1
29402 inner_pos "c"
29403 use_parbox 0
29404 use_makebox 0
29405 width "20col%"
29406 special "none"
29407 height "1in"
29408 height_special "totalheight"
29409 status open
29410
29411 \begin_layout Plain Layout
29412 \align center
29413 高さを1全高に設定したボックス
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \begin_layout Description
29422 幅 これはボックスの幅を高さに設定します。
29423 \begin_inset Box Boxed
29424 position "c"
29425 hor_pos "c"
29426 has_inner_box 1
29427 inner_pos "c"
29428 use_parbox 0
29429 use_makebox 0
29430 width "12col%"
29431 special "none"
29432 height "1in"
29433 height_special "width"
29434 status open
29435
29436 \begin_layout Plain Layout
29437 \align center
29438 高さを1幅に設定したボックス
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Subsection
29447 文字揃え
29448 \begin_inset Index idx
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 ぼっくす@ボックス ! もじそろえ@文字揃え
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461
29462 \family sans
29463 内部ボックス
29464 \family default
29465 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29466 \end_layout
29467
29468 \begin_layout Description
29469 上 これは例示のための本文行です。
29470 \begin_inset Box Boxed
29471 position "t"
29472 hor_pos "c"
29473 has_inner_box 1
29474 inner_pos "c"
29475 use_parbox 0
29476 use_makebox 0
29477 width "12col%"
29478 special "none"
29479 height "1in"
29480 height_special "totalheight"
29481 status open
29482
29483 \begin_layout Plain Layout
29484 \align center
29485 このボックスは上揃えです。
29486 \end_layout
29487
29488 \end_inset
29489
29490 これは例示のための本文行です。
29491 \end_layout
29492
29493 \begin_layout Description
29494 中央 これは例示のための本文行です。
29495 \begin_inset Box Boxed
29496 position "c"
29497 hor_pos "c"
29498 has_inner_box 1
29499 inner_pos "c"
29500 use_parbox 0
29501 use_makebox 0
29502 width "12col%"
29503 special "none"
29504 height "1in"
29505 height_special "totalheight"
29506 status open
29507
29508 \begin_layout Plain Layout
29509 \align center
29510 このボックスは中央揃えです。
29511 \end_layout
29512
29513 \end_inset
29514
29515 これは例示のための本文行です。
29516 \end_layout
29517
29518 \begin_layout Description
29519 下 これは例示のための本文行です。
29520 \begin_inset Box Boxed
29521 position "b"
29522 hor_pos "c"
29523 has_inner_box 1
29524 inner_pos "c"
29525 use_parbox 0
29526 use_makebox 0
29527 width "12col%"
29528 special "none"
29529 height "1in"
29530 height_special "totalheight"
29531 status open
29532
29533 \begin_layout Plain Layout
29534 \align center
29535 このボックスは下揃えです。
29536 \end_layout
29537
29538 \end_inset
29539
29540 これは例示のための本文行です。
29541 \end_layout
29542
29543 \begin_layout Standard
29544 \begin_inset Note Greyedout
29545 status open
29546
29547 \begin_layout Plain Layout
29548
29549 \series bold
29550 【註】
29551 \series default
29552 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset VSpace bigskip
29566 \end_inset
29567
29568
29569 \family sans
29570 内部ボックス
29571 \family default
29572 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29573 \end_layout
29574
29575 \begin_layout Description
29576 上 これは例示のための本文行です。
29577 \begin_inset Box Boxed
29578 position "c"
29579 hor_pos "c"
29580 has_inner_box 1
29581 inner_pos "t"
29582 use_parbox 0
29583 use_makebox 0
29584 width "12col%"
29585 special "none"
29586 height "1.5in"
29587 height_special "totalheight"
29588 status open
29589
29590 \begin_layout Plain Layout
29591 \align center
29592 このボックスの文章は上揃えです。
29593 \end_layout
29594
29595 \end_inset
29596
29597 これは例示のための本文行です。
29598 \end_layout
29599
29600 \begin_layout Description
29601 中央 これは例示のための本文行です。
29602 \begin_inset Box Boxed
29603 position "c"
29604 hor_pos "c"
29605 has_inner_box 1
29606 inner_pos "c"
29607 use_parbox 0
29608 use_makebox 0
29609 width "12col%"
29610 special "none"
29611 height "1.5in"
29612 height_special "totalheight"
29613 status open
29614
29615 \begin_layout Plain Layout
29616 \align center
29617 このボックスの文章は中央揃えです。
29618 \end_layout
29619
29620 \end_inset
29621
29622 これは例示のための本文行です。
29623 \end_layout
29624
29625 \begin_layout Description
29626 下 これは例示のための本文行です。
29627 \begin_inset Box Boxed
29628 position "c"
29629 hor_pos "c"
29630 has_inner_box 1
29631 inner_pos "b"
29632 use_parbox 0
29633 use_makebox 0
29634 width "12col%"
29635 special "none"
29636 height "1.5in"
29637 height_special "totalheight"
29638 status open
29639
29640 \begin_layout Plain Layout
29641 \align center
29642 このボックスの文章は下揃えです。
29643 \end_layout
29644
29645 \end_inset
29646
29647 これは例示のための本文行です。
29648 \end_layout
29649
29650 \begin_layout Description
29651 広げる これは例示のための本文行です。
29652 \begin_inset Box Boxed
29653 position "c"
29654 hor_pos "c"
29655 has_inner_box 1
29656 inner_pos "s"
29657 use_parbox 0
29658 use_makebox 0
29659 width "17col%"
29660 special "none"
29661 height "1.5in"
29662 height_special "totalheight"
29663 status open
29664
29665 \begin_layout Plain Layout
29666 \align center
29667 このボックスの
29668 \end_layout
29669
29670 \begin_layout Plain Layout
29671 \align center
29672 文章は広げて
29673 \end_layout
29674
29675 \begin_layout Plain Layout
29676 \align center
29677 あります。
29678 \end_layout
29679
29680 \end_inset
29681
29682 これは例示のための本文行です。
29683 \end_layout
29684
29685 \begin_layout Standard
29686 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29687 \end_layout
29688
29689 \begin_layout Standard
29690 \begin_inset VSpace bigskip
29691 \end_inset
29692
29693
29694 \family sans
29695 内部ボックス
29696 \family default
29697 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29698 \end_layout
29699
29700 \begin_layout Standard
29701 \align center
29702 \begin_inset Box Boxed
29703 position "c"
29704 hor_pos "c"
29705 has_inner_box 1
29706 inner_pos "s"
29707 use_parbox 0
29708 use_makebox 0
29709 width "25col%"
29710 special "none"
29711 height "1.25in"
29712 height_special "totalheight"
29713 status open
29714
29715 \begin_layout Plain Layout
29716 \align left
29717 このボックスの
29718 \end_layout
29719
29720 \begin_layout Plain Layout
29721 \align center
29722 文章は広げて
29723 \end_layout
29724
29725 \begin_layout Plain Layout
29726 \align right
29727 あります。
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736
29737 \family sans
29738 内部ボックス
29739 \family default
29740 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29741 \end_layout
29742
29743 \begin_layout Standard
29744 \align center
29745 \begin_inset Box Boxed
29746 position "c"
29747 hor_pos "s"
29748 has_inner_box 0
29749 inner_pos "s"
29750 use_parbox 0
29751 use_makebox 0
29752 width "90col%"
29753 special "none"
29754 height "1.25in"
29755 height_special "totalheight"
29756 status open
29757
29758 \begin_layout Plain Layout
29759 このボックスの文章は水平方向に広げてあります。
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Subsection
29768 装飾
29769 \begin_inset CommandInset label
29770 LatexCommand label
29771 name "sec:装飾"
29772
29773 \end_inset
29774
29775
29776 \begin_inset Index idx
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 ぼっくす@ボックス ! そうしょく@装飾
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Standard
29789 ボックス型は、ボックスダイアログ中の
29790 \family sans
29791 装飾
29792 \family default
29793 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
29794 \end_layout
29795
29796 \begin_layout Description
29797 縁なし 枠を描きません。
29798 \end_layout
29799
29800 \begin_layout Description
29801 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
29802 \series bold
29803
29804 \backslash
29805 fboxrule
29806 \series default
29807 の値になります。 
29808 \begin_inset Box Boxed
29809 position "c"
29810 hor_pos "c"
29811 has_inner_box 1
29812 inner_pos "c"
29813 use_parbox 0
29814 use_makebox 0
29815 width "20col%"
29816 special "none"
29817 height "1in"
29818 height_special "totalheight"
29819 status open
29820
29821 \begin_layout Plain Layout
29822 \align center
29823 長方形の箱型
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Description
29832 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
29833 \begin_inset space \thinspace{}
29834 \end_inset
29835
29836 ptです。 
29837 \begin_inset Box ovalbox
29838 position "c"
29839 hor_pos "c"
29840 has_inner_box 1
29841 inner_pos "c"
29842 use_parbox 0
29843 use_makebox 0
29844 width "20col%"
29845 special "none"
29846 height "1in"
29847 height_special "totalheight"
29848 status open
29849
29850 \begin_layout Plain Layout
29851 \align center
29852 楕円形の箱型(細線)
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \end_layout
29859
29860 \begin_layout Description
29861 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
29862 \begin_inset space \thinspace{}
29863 \end_inset
29864
29865 ptです。 
29866 \begin_inset Box Ovalbox
29867 position "c"
29868 hor_pos "c"
29869 has_inner_box 1
29870 inner_pos "c"
29871 use_parbox 0
29872 use_makebox 0
29873 width "20col%"
29874 special "none"
29875 height "1in"
29876 height_special "totalheight"
29877 status open
29878
29879 \begin_layout Plain Layout
29880 \align center
29881 楕円形の箱型(太線)
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Description
29890 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
29891 \series bold
29892
29893 \backslash
29894 fboxrule
29895 \series default
29896 の値になり、影の幅は4
29897 \begin_inset space \thinspace{}
29898 \end_inset
29899
29900 ptになります。
29901 \begin_inset Box Shadowbox
29902 position "c"
29903 hor_pos "c"
29904 has_inner_box 1
29905 inner_pos "c"
29906 use_parbox 0
29907 use_makebox 0
29908 width "20col%"
29909 special "none"
29910 height "1in"
29911 height_special "totalheight"
29912 status open
29913
29914 \begin_layout Plain Layout
29915 \align center
29916 影付きの箱型
29917 \end_layout
29918
29919 \end_inset
29920
29921
29922 \end_layout
29923
29924 \begin_layout Description
29925 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
29926 \begin_inset Foot
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930
29931 \begin_inset CommandInset ref
29932 LatexCommand ref
29933 reference "sec:色付きボックス"
29934
29935 \end_inset
29936
29937 節を参照のこと。
29938 \end_layout
29939
29940 \end_inset
29941
29942 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
29943 \begin_inset Box Shaded
29944 position "t"
29945 hor_pos "c"
29946 has_inner_box 0
29947 inner_pos "t"
29948 use_parbox 0
29949 use_makebox 0
29950 width "50col%"
29951 special "none"
29952 height "1in"
29953 height_special "totalheight"
29954 status open
29955
29956 \begin_layout Plain Layout
29957 影付き背景の箱型
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Description
29966 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
29967 \begin_inset space \thinspace{}
29968 \end_inset
29969
29970
29971 \series bold
29972
29973 \backslash
29974 fboxrule
29975 \series default
29976 であり、外側の枠線の太さは1.5
29977 \begin_inset space \thinspace{}
29978 \end_inset
29979
29980
29981 \series bold
29982
29983 \backslash
29984 fboxrule
29985 \series default
29986 です。枠線間の距離は1.5
29987 \begin_inset space \thinspace{}
29988 \end_inset
29989
29990
29991 \series bold
29992
29993 \backslash
29994 fboxrule
29995 \series default
29996
29997 \begin_inset space \thinspace{}
29998 \end_inset
29999
30000 +
30001 \begin_inset space \thinspace{}
30002 \end_inset
30003
30004 0.5
30005 \begin_inset space \thinspace{}
30006 \end_inset
30007
30008 ptです。 
30009 \begin_inset Box Doublebox
30010 position "c"
30011 hor_pos "c"
30012 has_inner_box 1
30013 inner_pos "c"
30014 use_parbox 0
30015 use_makebox 0
30016 width "20col%"
30017 special "none"
30018 height "1in"
30019 height_special "totalheight"
30020 status open
30021
30022 \begin_layout Plain Layout
30023 \align center
30024 二重の長方形の箱型
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \end_layout
30031
30032 \begin_layout Standard
30033 \begin_inset VSpace bigskip
30034 \end_inset
30035
30036 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30037 \series bold
30038 fancybox
30039 \series default
30040
30041 \begin_inset Index idx
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30046 \end_layout
30047
30048 \end_inset
30049
30050 が導入済みでなくてはなりません。
30051 \end_layout
30052
30053 \begin_layout Standard
30054 \begin_inset VSpace bigskip
30055 \end_inset
30056
30057 装飾として
30058 \family sans
30059 簡素な長方形の箱型
30060 \family default
30061 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30062 れ、このボックス型では
30063 \series bold
30064
30065 \backslash
30066 fboxrule
30067 \series default
30068
30069 \series bold
30070
30071 \backslash
30072 fboxsep
30073 \series default
30074 は無効となります。枠線の太さは
30075 \series bold
30076
30077 \backslash
30078 FrameRule
30079 \series default
30080 の値になります。 
30081 \begin_inset Box Framed
30082 position "t"
30083 hor_pos "c"
30084 has_inner_box 0
30085 inner_pos "t"
30086 use_parbox 0
30087 use_makebox 0
30088 width "100col%"
30089 special "none"
30090 height "1in"
30091 height_special "totalheight"
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 改行可能な箱型
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Section
30104 ボックスの詳細な設定
30105 \begin_inset Index idx
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \end_layout
30116
30117 \begin_layout Standard
30118 寸法
30119 \series bold
30120
30121 \backslash
30122 fboxrule
30123 \series default
30124 の既定値は0.4
30125 \begin_inset space \thinspace{}
30126 \end_inset
30127
30128 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30129 \begin_inset space \thinspace{}
30130 \end_inset
30131
30132 ptに変更することができます。
30133 \end_layout
30134
30135 \begin_layout Standard
30136
30137 \series bold
30138
30139 \backslash
30140 setlength{
30141 \backslash
30142 fboxrule}{2pt}
30143 \end_layout
30144
30145 \begin_layout Standard
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151
30152 \backslash
30153 setlength{
30154 \backslash
30155 fboxrule}{2pt}
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \begin_inset Box Boxed
30162 position "c"
30163 hor_pos "c"
30164 has_inner_box 1
30165 inner_pos "c"
30166 use_parbox 0
30167 use_makebox 0
30168 width "25col%"
30169 special "none"
30170 height "1in"
30171 height_special "totalheight"
30172 status open
30173
30174 \begin_layout Plain Layout
30175 \align center
30176
30177 \series bold
30178
30179 \backslash
30180 fboxrule
30181 \series default
30182
30183 \begin_inset space \thinspace{}
30184 \end_inset
30185
30186 =
30187 \begin_inset space \thinspace{}
30188 \end_inset
30189
30190 2
30191 \begin_inset space \thinspace{}
30192 \end_inset
30193
30194 ptの長方形の箱型
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 setlength{
30208 \backslash
30209 fboxrule}{0.4pt}
30210 \end_layout
30211
30212 \end_inset
30213
30214
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset VSpace bigskip
30219 \end_inset
30220
30221 枠とボックスの内容との空白は、すべての枠様式について3
30222 \begin_inset space \thinspace{}
30223 \end_inset
30224
30225 ptが既定値になっています。これは、長さ
30226 \series bold
30227
30228 \backslash
30229 fboxsep
30230 \series default
30231 を別の値に設定することによって変更することができます。たとえば
30232 \end_layout
30233
30234 \begin_layout Standard
30235
30236 \series bold
30237
30238 \backslash
30239 setlength{
30240 \backslash
30241 fboxsep}{10pt}
30242 \end_layout
30243
30244 \begin_layout Standard
30245 というコマンドは、この値を10
30246 \begin_inset space \thinspace{}
30247 \end_inset
30248
30249 ptにし、以下のボックスのようになります。
30250 \end_layout
30251
30252 \begin_layout Standard
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258
30259 \backslash
30260 setlength{
30261 \backslash
30262 fboxsep}{10pt}
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset Box Boxed
30269 position "c"
30270 hor_pos "c"
30271 has_inner_box 1
30272 inner_pos "c"
30273 use_parbox 0
30274 use_makebox 0
30275 width "25col%"
30276 special "none"
30277 height "1in"
30278 height_special "totalheight"
30279 status open
30280
30281 \begin_layout Plain Layout
30282 \align center
30283
30284 \series bold
30285
30286 \backslash
30287 fboxsep
30288 \series default
30289
30290 \begin_inset space \thinspace{}
30291 \end_inset
30292
30293 =
30294 \begin_inset space \thinspace{}
30295 \end_inset
30296
30297 10
30298 \begin_inset space \thinspace{}
30299 \end_inset
30300
30301 ptの長方形の箱型
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312
30313 \backslash
30314 setlength{
30315 \backslash
30316 fboxsep}{3pt}
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325 \begin_inset VSpace bigskip
30326 \end_inset
30327
30328 楕円形ボックスの丸い角の直径は、コマンド
30329 \series bold
30330
30331 \backslash
30332 cornersize
30333 \series default
30334 で設定することができます。
30335 \end_layout
30336
30337 \begin_layout Standard
30338
30339 \series bold
30340
30341 \backslash
30342 cornersize*{1cm}
30343 \end_layout
30344
30345 \begin_layout Standard
30346 というコマンドは、直径を1
30347 \begin_inset space \thinspace{}
30348 \end_inset
30349
30350 cmに設定します。
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \series bold
30356
30357 \backslash
30358 cornersize{数値}
30359 \end_layout
30360
30361 \begin_layout Standard
30362 というコマンドは、直径を
30363 \family sans
30364 数値
30365 \begin_inset space \thinspace{}
30366 \end_inset
30367
30368 ×
30369 \begin_inset space \thinspace{}
30370 \end_inset
30371
30372 (ボックスの幅と高さの小さい方)
30373 \family default
30374 に設定します。既定値は
30375 \series bold
30376
30377 \backslash
30378 cornersize{0.5}
30379 \series default
30380 です。
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 cornersize*{1.5cm}
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \begin_inset Box Ovalbox
30398 position "c"
30399 hor_pos "c"
30400 has_inner_box 1
30401 inner_pos "c"
30402 use_parbox 0
30403 use_makebox 0
30404 width "25col%"
30405 special "none"
30406 height "1in"
30407 height_special "totalheight"
30408 status open
30409
30410 \begin_layout Plain Layout
30411 \align center
30412
30413 \series bold
30414
30415 \backslash
30416 cornersize
30417 \series default
30418
30419 \begin_inset space \thinspace{}
30420 \end_inset
30421
30422 =
30423 \begin_inset space \thinspace{}
30424 \end_inset
30425
30426 1.5
30427 \begin_inset space \thinspace{}
30428 \end_inset
30429
30430 cmの楕円形の箱型
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \begin_inset ERT
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440
30441
30442 \backslash
30443 cornersize{0.5}
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Standard
30452 \begin_inset VSpace bigskip
30453 \end_inset
30454
30455 影の大きさは、長さ
30456 \series bold
30457
30458 \backslash
30459 shadowsize
30460 \series default
30461 を変更することで調整できます。以下のボックスでは
30462 \end_layout
30463
30464 \begin_layout Standard
30465
30466 \series bold
30467
30468 \backslash
30469 setlength{
30470 \backslash
30471 shadowsize}{2pt}
30472 \end_layout
30473
30474 \begin_layout Standard
30475 というコマンドを使って、2
30476 \begin_inset space \thinspace{}
30477 \end_inset
30478
30479 ptに設定しています。
30480 \end_layout
30481
30482 \begin_layout Standard
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 setlength{
30491 \backslash
30492 shadowsize}{2pt}
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Box Shadowbox
30499 position "c"
30500 hor_pos "c"
30501 has_inner_box 1
30502 inner_pos "c"
30503 use_parbox 0
30504 use_makebox 0
30505 width "25col%"
30506 special "none"
30507 height "1in"
30508 height_special "totalheight"
30509 status open
30510
30511 \begin_layout Plain Layout
30512 \align center
30513
30514 \series bold
30515
30516 \backslash
30517 shadowsize
30518 \series default
30519
30520 \begin_inset space \thinspace{}
30521 \end_inset
30522
30523 =
30524 \begin_inset space \thinspace{}
30525 \end_inset
30526
30527 2
30528 \begin_inset space \thinspace{}
30529 \end_inset
30530
30531 ptの影付きボックス
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 setlength{
30545 \backslash
30546 shadowsize}{4pt}
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \begin_inset VSpace bigskip
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 寸法
30563 \series bold
30564
30565 \backslash
30566 FrameRule
30567 \series default
30568 の既定値は0.4
30569 \begin_inset space \thinspace{}
30570 \end_inset
30571
30572 ptです。ボックスの中身と枠の間の空白の既定値は9
30573 \begin_inset space \thinspace{}
30574 \end_inset
30575
30576 ptですが、
30577 \series bold
30578
30579 \backslash
30580 FrameSep
30581 \series default
30582 の値を変えることで変更することができます。たとえば、下記の
30583 \family sans
30584 ボックス
30585 \family default
30586 の枠の外見は、
30587 \end_layout
30588
30589 \begin_layout Standard
30590
30591 \series bold
30592
30593 \backslash
30594 setlength{
30595 \backslash
30596 FrameRule}{5pt}
30597 \begin_inset Newline newline
30598 \end_inset
30599
30600
30601 \backslash
30602 setlength{
30603 \backslash
30604 FrameSep}{0.5cm}
30605 \end_layout
30606
30607 \begin_layout Standard
30608 というTeXコードコマンドで設定してあります。
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614
30615 \backslash
30616 setlength{
30617 \backslash
30618 FrameRule}{5pt}
30619 \end_layout
30620
30621 \begin_layout Plain Layout
30622
30623
30624 \backslash
30625 setlength{
30626 \backslash
30627 FrameSep}{0.5cm}
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \begin_inset Box Framed
30634 position "t"
30635 hor_pos "c"
30636 has_inner_box 0
30637 inner_pos "t"
30638 use_parbox 0
30639 use_makebox 0
30640 width "100col%"
30641 special "none"
30642 height "1in"
30643 height_special "totalheight"
30644 status open
30645
30646 \begin_layout Plain Layout
30647 これは
30648 \family sans
30649 改頁可能
30650 \family default
30651 ボックスの文章です。
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 setlength{
30665 \backslash
30666 FrameRule}{0.4pt}
30667 \end_layout
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 setlength{
30674 \backslash
30675 FrameSep}{9pt}
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Standard
30684 \begin_inset VSpace bigskip
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691
30692 \family sans
30693 影付き背景
30694 \family default
30695 ボックスでは、ボックスの内容と枠の余白の既定値は3
30696 \begin_inset space \thinspace{}
30697 \end_inset
30698
30699 ptになっていますが、
30700 \series bold
30701
30702 \backslash
30703 fboxsep
30704 \series default
30705 の値を変更することで変えられます。既定の背景色である赤色は、
30706 \series bold
30707
30708 \backslash
30709 definecolor{shadebox}
30710 \series default
30711 コマンドで局所的に変更することもできますし、
30712 \family sans
30713 ツール\SpecialChar \menuseparator
30714 設定\SpecialChar \menuseparator
30715 色\SpecialChar \menuseparator
30716 影付きボックス
30717 \family default
30718 メニューからグローバルに変更することもできます。
30719 \series bold
30720
30721 \backslash
30722 definecolor
30723 \series default
30724 コマンドの用法は第
30725 \begin_inset CommandInset ref
30726 LatexCommand ref
30727 reference "sec:色付きの表"
30728
30729 \end_inset
30730
30731
30732 \begin_inset Foot
30733 status open
30734
30735 \begin_layout Plain Layout
30736 N
30737 \series bold
30738
30739 \backslash
30740 definecolor
30741 \series default
30742 は、LaTeXパッケージの
30743 \series bold
30744 color
30745 \series default
30746 をプリアンブルに読み込む必要があります。第
30747 \begin_inset CommandInset ref
30748 LatexCommand ref
30749 reference "sec:色付きボックス"
30750
30751 \end_inset
30752
30753 節をご参照ください。.
30754 \end_layout
30755
30756 \end_inset
30757
30758 で説明されています。
30759 \end_layout
30760
30761 \begin_layout Standard
30762 たとえば、下記の影付き背景ボックスの外見は
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 setlength{
30771 \backslash
30772 fboxsep}{0.5cm}
30773 \series default
30774
30775 \begin_inset Newline newline
30776 \end_inset
30777
30778
30779 \series bold
30780
30781 \backslash
30782 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30783 \end_layout
30784
30785 \begin_layout Standard
30786 というTeXコードコマンドを使って設定してあります。
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \begin_inset ERT
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794
30795
30796 \backslash
30797 setlength{
30798 \backslash
30799 fboxsep}{0.5cm}
30800 \end_layout
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \begin_inset Box Shaded
30813 position "t"
30814 hor_pos "c"
30815 has_inner_box 0
30816 inner_pos "t"
30817 use_parbox 0
30818 use_makebox 0
30819 width "100col%"
30820 special "none"
30821 height "1in"
30822 height_special "totalheight"
30823 status open
30824
30825 \begin_layout Plain Layout
30826
30827 \color yellow
30828 これは、濃緑色の背景の
30829 \family sans
30830 影付き背景
30831 \family default
30832 ボックスに入れた黄色の文章です。
30833 \end_layout
30834
30835 \end_inset
30836
30837
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843
30844 \backslash
30845 setlength{
30846 \backslash
30847 fboxsep}{3pt}
30848 \end_layout
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 definecolor{shadecolor}{rgb}{1,0,0}
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset VSpace bigskip
30864 \end_inset
30865
30866 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
30867 \end_layout
30868
30869 \begin_layout Section
30870 ミニページ
30871 \begin_inset CommandInset label
30872 LatexCommand label
30873 name "sec:ミニページ"
30874
30875 \end_inset
30876
30877
30878 \begin_inset Index idx
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882 ぼっくす@ボックス ! みにぺーじ@ミニページ
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Standard
30891 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
30892 \end_layout
30893
30894 \begin_layout Standard
30895 ミニページは、複数の言語を含む文書を執筆する際に便利です。
30896 \end_layout
30897
30898 \begin_layout Standard
30899 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
30900 \family sans
30901 挿入
30902 \family default
30903 \SpecialChar \menuseparator
30904
30905 \family sans
30906 整形
30907 \family default
30908 \SpecialChar \menuseparator
30909
30910 \family sans
30911 水平方向の空白
30912 \family default
30913 メニューで挿入した水平フィルで隔てられています。
30914 \begin_inset Newpage newpage
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \begin_inset Box Frameless
30922 position "t"
30923 hor_pos "c"
30924 has_inner_box 1
30925 inner_pos "c"
30926 use_parbox 0
30927 use_makebox 0
30928 width "45col%"
30929 special "none"
30930 height "1in"
30931 height_special "totalheight"
30932 status open
30933
30934 \begin_layout Plain Layout
30935 Dies ist ein deutscher Text.
30936  Dies ist ein deutscher Text.
30937  Dies ist ein deutscher Text.
30938  Dies ist ein deutscher Text.
30939  Dies ist ein deutscher Text.
30940  Dies ist ein deutscher Text.
30941  Dies ist ein deutscher Text.
30942  Dies ist ein deutscher Text.
30943  Dies ist ein deutscher Text.
30944  Dies ist ein deutscher Text.
30945  Dies ist ein deutscher Text.
30946  Dies ist ein deutscher Text.
30947  Dies ist ein deutscher Text
30948 \begin_inset Foot
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 Dies ist eine deutsche Fußnote.
30953 \end_layout
30954
30955 \end_inset
30956
30957 .
30958  Dies ist ein deutscher Text.
30959  Dies ist ein deutscher Text.
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \begin_inset space \hfill{}
30966 \end_inset
30967
30968
30969 \begin_inset Box Frameless
30970 position "t"
30971 hor_pos "c"
30972 has_inner_box 1
30973 inner_pos "c"
30974 use_parbox 0
30975 use_makebox 0
30976 width "45col%"
30977 special "none"
30978 height "1in"
30979 height_special "totalheight"
30980 status open
30981
30982 \begin_layout Plain Layout
30983 This is an English Text.
30984  This is an English Text.
30985  This is an English Text.
30986  This is an English Text.
30987  This is an English Text.
30988  This is an English Text.
30989  This is an English Text.
30990  This is an English Text.
30991  This is an English Text.
30992  This is an English Text.
30993  This is an English Text.
30994  This is an English Text.
30995  This is an English Text.
30996  This is an English Text.
30997  This is an English Text.
30998  This is an English Text.
30999 \begin_inset Foot
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 This is an English footnote.
31004 \end_layout
31005
31006 \end_inset
31007
31008  This is an English Text.
31009  
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018 \begin_inset VSpace bigskip
31019 \end_inset
31020
31021 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
31022 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
31023 \end_layout
31024
31025 \begin_layout Standard
31026 この表の脚注は表示されません。
31027 \begin_inset Tabular
31028 <lyxtabular version="3" rows="3" columns="4">
31029 <features tabularvalignment="middle">
31030 <column alignment="center" valignment="top" width="0pt">
31031 <column alignment="center" valignment="top" width="0pt">
31032 <column alignment="center" valignment="top" width="0pt">
31033 <column alignment="center" valignment="top" width="0pt">
31034 <row>
31035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039 1
31040 \end_layout
31041
31042 \end_inset
31043 </cell>
31044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31045 \begin_inset Text
31046
31047 \begin_layout Plain Layout
31048 2
31049 \end_layout
31050
31051 \end_inset
31052 </cell>
31053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31054 \begin_inset Text
31055
31056 \begin_layout Plain Layout
31057 3
31058 \begin_inset Foot
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 これは表中の脚注です。
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071 </cell>
31072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31073 \begin_inset Text
31074
31075 \begin_layout Plain Layout
31076 4
31077 \end_layout
31078
31079 \end_inset
31080 </cell>
31081 </row>
31082 <row>
31083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31084 \begin_inset Text
31085
31086 \begin_layout Plain Layout
31087
31088 \end_layout
31089
31090 \end_inset
31091 </cell>
31092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31093 \begin_inset Text
31094
31095 \begin_layout Plain Layout
31096
31097 \end_layout
31098
31099 \end_inset
31100 </cell>
31101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31102 \begin_inset Text
31103
31104 \begin_layout Plain Layout
31105
31106 \end_layout
31107
31108 \end_inset
31109 </cell>
31110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31111 \begin_inset Text
31112
31113 \begin_layout Plain Layout
31114
31115 \end_layout
31116
31117 \end_inset
31118 </cell>
31119 </row>
31120 <row>
31121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31122 \begin_inset Text
31123
31124 \begin_layout Plain Layout
31125
31126 \end_layout
31127
31128 \end_inset
31129 </cell>
31130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31131 \begin_inset Text
31132
31133 \begin_layout Plain Layout
31134
31135 \end_layout
31136
31137 \end_inset
31138 </cell>
31139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 </row>
31158 </lyxtabular>
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 \align center
31167 \begin_inset Box Frameless
31168 position "t"
31169 hor_pos "c"
31170 has_inner_box 1
31171 inner_pos "c"
31172 use_parbox 0
31173 use_makebox 0
31174 width "30col%"
31175 special "none"
31176 height "1in"
31177 height_special "totalheight"
31178 status open
31179
31180 \begin_layout Plain Layout
31181 \align center
31182 \begin_inset Tabular
31183 <lyxtabular version="3" rows="3" columns="4">
31184 <features tabularvalignment="middle">
31185 <column alignment="center" valignment="top" width="0pt">
31186 <column alignment="center" valignment="top" width="0pt">
31187 <column alignment="center" valignment="top" width="0pt">
31188 <column alignment="center" valignment="top" width="0pt">
31189 <row>
31190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194 1
31195 \end_layout
31196
31197 \end_inset
31198 </cell>
31199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31200 \begin_inset Text
31201
31202 \begin_layout Plain Layout
31203 2
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31209 \begin_inset Text
31210
31211 \begin_layout Plain Layout
31212 3
31213 \begin_inset Foot
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217 これは表中の脚注です。
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \end_inset
31226 </cell>
31227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Plain Layout
31231 4
31232 \end_layout
31233
31234 \end_inset
31235 </cell>
31236 </row>
31237 <row>
31238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31239 \begin_inset Text
31240
31241 \begin_layout Plain Layout
31242
31243 \end_layout
31244
31245 \end_inset
31246 </cell>
31247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31248 \begin_inset Text
31249
31250 \begin_layout Plain Layout
31251
31252 \end_layout
31253
31254 \end_inset
31255 </cell>
31256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31257 \begin_inset Text
31258
31259 \begin_layout Plain Layout
31260
31261 \end_layout
31262
31263 \end_inset
31264 </cell>
31265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31266 \begin_inset Text
31267
31268 \begin_layout Plain Layout
31269
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 </row>
31275 <row>
31276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31277 \begin_inset Text
31278
31279 \begin_layout Plain Layout
31280
31281 \end_layout
31282
31283 \end_inset
31284 </cell>
31285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31286 \begin_inset Text
31287
31288 \begin_layout Plain Layout
31289
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298
31299 \end_layout
31300
31301 \end_inset
31302 </cell>
31303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 </row>
31313 </lyxtabular>
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 \begin_inset VSpace bigskip
31327 \end_inset
31328
31329 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31330 \family sans
31331 中スキップ
31332 \family default
31333 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31334 \end_layout
31335
31336 \begin_layout Standard
31337 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31338 \begin_inset CommandInset ref
31339 LatexCommand ref
31340 reference "sub:段落の着色"
31341
31342 \end_inset
31343
31344 節をご参照ください。
31345 \end_layout
31346
31347 \begin_layout Standard
31348 \begin_inset Note Greyedout
31349 status open
31350
31351 \begin_layout Plain Layout
31352
31353 \series bold
31354 【註】
31355 \series default
31356 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Section
31365 Parbox
31366 \begin_inset CommandInset label
31367 LatexCommand label
31368 name "sec:Parboxes"
31369
31370 \end_inset
31371
31372
31373 \begin_inset Index idx
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377 ぼっくす@ボックス ! Parboxes
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Standard
31386 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31387 \end_layout
31388
31389 \begin_layout Standard
31390 \align center
31391 \begin_inset Box Frameless
31392 position "t"
31393 hor_pos "c"
31394 has_inner_box 1
31395 inner_pos "t"
31396 use_parbox 1
31397 use_makebox 0
31398 width "33col%"
31399 special "none"
31400 height "1in"
31401 height_special "totalheight"
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405 これはparbox内の文章です。これはparbox内の文章です。
31406 \end_layout
31407
31408 \begin_layout Plain Layout
31409 右の脚注は表示されません。
31410 \begin_inset Foot
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414 これはparbox内の脚注であり、したがって表示はされません。
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \end_layout
31426
31427 \begin_layout Section
31428 単語や文字のボックス
31429 \begin_inset Index idx
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 ぼっくす@ボックス ! もじよう@文字用
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Subsection
31442 ハイフネーションの回避
31443 \begin_inset CommandInset label
31444 LatexCommand label
31445 name "sec:ハイフネーションの回避"
31446
31447 \end_inset
31448
31449
31450 \begin_inset Index idx
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \begin_layout Standard
31463 単語や文章がハイフネートされるのを防ぐには、
31464 \family sans
31465 makebox
31466 \family default
31467 型ボックスを使うことができます。
31468 \begin_inset Newline newline
31469 \end_inset
31470
31471 以下が例示用の文章です。
31472 \end_layout
31473
31474 \begin_layout Standard
31475 This line is an example to show how you can prevent the hyphenation of 
31476 \begin_inset Quotes eld
31477 \end_inset
31478
31479 veryverylongword
31480 \begin_inset Quotes erd
31481 \end_inset
31482
31483 .
31484 \end_layout
31485
31486 \begin_layout Standard
31487 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31488 \family sans
31489 内部ボックス
31490 \family default
31491
31492 \family sans
31493 makeboxコマンド
31494 \family default
31495 に設定し、幅を1幅にします。
31496 \end_layout
31497
31498 \begin_layout Standard
31499 以下がその結果です。
31500 \end_layout
31501
31502 \begin_layout Standard
31503 This line is an example to show how you can prevent the hyphenation of 
31504 \begin_inset Box Frameless
31505 position "t"
31506 hor_pos "c"
31507 has_inner_box 1
31508 inner_pos "t"
31509 use_parbox 0
31510 use_makebox 1
31511 width "1in"
31512 special "width"
31513 height "1in"
31514 height_special "totalheight"
31515 status open
31516
31517 \begin_layout Plain Layout
31518 \begin_inset Quotes eld
31519 \end_inset
31520
31521 veryverylongword
31522 \begin_inset Quotes erd
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \end_inset
31529
31530 .
31531 \end_layout
31532
31533 \begin_layout Standard
31534 別の方法としては、以下のように、単語の前に直接TeXコードで「
31535 \series bold
31536
31537 \backslash
31538 -
31539 \series default
31540 」コマンドを設定する方法もあります。
31541 \end_layout
31542
31543 \begin_layout Standard
31544 This line is an example to show how you can prevent the hyphenation of 
31545 \begin_inset Quotes eld
31546 \end_inset
31547
31548
31549 \begin_inset ERT
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553
31554
31555 \backslash
31556 -
31557 \end_layout
31558
31559 \end_inset
31560
31561 veryverylongword
31562 \begin_inset Quotes erd
31563 \end_inset
31564
31565 .
31566 \end_layout
31567
31568 \begin_layout Standard
31569 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31570 \family sans
31571 挿入
31572 \family default
31573 \SpecialChar \menuseparator
31574
31575 \family sans
31576 整形
31577 \family default
31578 \SpecialChar \menuseparator
31579
31580 \family sans
31581 整形なし改行
31582 \family default
31583 メニュー(短絡キー
31584 \begin_inset Info
31585 type  "shortcut"
31586 arg   "newline-insert newline"
31587 \end_inset
31588
31589 )から改行を単語の前に入れてください。
31590 \end_layout
31591
31592 \begin_layout Standard
31593 This line is an example to show how you can prevent the hyphenation of 
31594 \begin_inset Newline newline
31595 \end_inset
31596
31597
31598 \begin_inset Box Frameless
31599 position "t"
31600 hor_pos "c"
31601 has_inner_box 1
31602 inner_pos "t"
31603 use_parbox 0
31604 use_makebox 1
31605 width "1in"
31606 special "width"
31607 height "1in"
31608 height_special "totalheight"
31609 status open
31610
31611 \begin_layout Plain Layout
31612 \begin_inset Quotes eld
31613 \end_inset
31614
31615 veryverylongword
31616 \begin_inset Quotes erd
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \end_inset
31623
31624 .
31625 \end_layout
31626
31627 \begin_layout Subsection
31628 垂直揃え
31629 \begin_inset CommandInset label
31630 LatexCommand label
31631 name "sub:垂直揃え"
31632
31633 \end_inset
31634
31635
31636 \begin_inset Index idx
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \begin_inset Index idx
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650 ぼっくす@ボックス ! Raiseboxes
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659
31660 \series bold
31661
31662 \backslash
31663 raisebox
31664 \series default
31665 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31666 \series bold
31667
31668 \backslash
31669 raisebox
31670 \series default
31671 は以下の書式で使用します。
31672 \end_layout
31673
31674 \begin_layout Standard
31675
31676 \series bold
31677
31678 \backslash
31679 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31680 \end_layout
31681
31682 \begin_layout Standard
31683 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31684 \end_layout
31685
31686 \begin_layout Standard
31687 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31688 \end_layout
31689
31690 \begin_layout Standard
31691
31692 \series bold
31693
31694 \backslash
31695 raisebox{
31696 \backslash
31697 depth}{
31698 \end_layout
31699
31700 \begin_layout Standard
31701 というコマンドを挿入してください。単語の後には、閉じ括弧「
31702 \series bold
31703 }
31704 \series default
31705 」をTeXコードで挿入してください。
31706 \begin_inset Newline newline
31707 \end_inset
31708
31709 以下がその出力です。
31710 \end_layout
31711
31712 \begin_layout Standard
31713 This is a text line with the word 
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719
31720 \backslash
31721 raisebox{
31722 \backslash
31723 depth}{
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \begin_inset Quotes eld
31730 \end_inset
31731
31732 preventing
31733 \begin_inset Quotes erd
31734 \end_inset
31735
31736
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742 }
31743 \end_layout
31744
31745 \end_inset
31746
31747  as raised word.
31748 \end_layout
31749
31750 \begin_layout Standard
31751 \begin_inset VSpace bigskip
31752 \end_inset
31753
31754 行中の文字を上げ下げすると、以下のように行間が広がります。
31755 \end_layout
31756
31757 \begin_layout Standard
31758 This is a text line with the word 
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 raisebox{-
31767 \backslash
31768 depth}{
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \begin_inset Quotes eld
31775 \end_inset
31776
31777 preventing
31778 \begin_inset Quotes erd
31779 \end_inset
31780
31781
31782 \begin_inset ERT
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786
31787 }
31788 \end_layout
31789
31790 \end_inset
31791
31792  as lowered word.
31793 \begin_inset Newline newline
31794 \end_inset
31795
31796 This is a text line with the word 
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802
31803 \backslash
31804 raisebox{0.5cm}{
31805 \end_layout
31806
31807 \end_inset
31808
31809
31810 \begin_inset Quotes eld
31811 \end_inset
31812
31813 testing
31814 \begin_inset Quotes erd
31815 \end_inset
31816
31817
31818 \begin_inset ERT
31819 status collapsed
31820
31821 \begin_layout Plain Layout
31822
31823 }
31824 \end_layout
31825
31826 \end_inset
31827
31828  as raised word.
31829 \end_layout
31830
31831 \begin_layout Standard
31832 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31833 \end_layout
31834
31835 \begin_layout Standard
31836
31837 \series bold
31838
31839 \backslash
31840 raisebox{-
31841 \backslash
31842 depth}[0pt]{
31843 \end_layout
31844
31845 \begin_layout Standard
31846 とすると、
31847 \end_layout
31848
31849 \begin_layout Standard
31850 This is a text line with the word 
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856
31857 \backslash
31858 raisebox{-
31859 \backslash
31860 depth}[0pt]{
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \begin_inset Quotes eld
31867 \end_inset
31868
31869 preventing
31870 \begin_inset Quotes erd
31871 \end_inset
31872
31873
31874 \begin_inset ERT
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878
31879 }
31880 \end_layout
31881
31882 \end_inset
31883
31884  as lowered word.
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888 This is a text line with the word 
31889 \begin_inset ERT
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893
31894
31895 \backslash
31896 raisebox{0.5cm}[0pt]{
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \begin_inset Quotes eld
31903 \end_inset
31904
31905 testing
31906 \begin_inset Quotes erd
31907 \end_inset
31908
31909
31910 \begin_inset ERT
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914
31915 }
31916 \end_layout
31917
31918 \end_inset
31919
31920  as raised word.
31921 \end_layout
31922
31923 \begin_layout Section
31924 色付きボックス
31925 \begin_inset CommandInset label
31926 LatexCommand label
31927 name "sec:色付きボックス"
31928
31929 \end_inset
31930
31931
31932 \begin_inset Index idx
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 ぼっくす@ボックス ! いろつき@色付き
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Subsection
31945 文字の着色
31946 \begin_inset Index idx
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950 いろ@色 ! もじの@文字の---
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31960 \series bold
31961 color
31962 \series default
31963
31964 \begin_inset Index idx
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968 LaTeXぱっけーじ@LaTeXパッケージ ! color
31969 \end_layout
31970
31971 \end_inset
31972
31973 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31974 \end_layout
31975
31976 \begin_layout Standard
31977
31978 \series bold
31979
31980 \backslash
31981 @ifundefined{textcolor}
31982 \begin_inset Newline newline
31983 \end_inset
31984
31985
31986 \begin_inset Phantom HPhantom
31987 status open
31988
31989 \begin_layout Plain Layout
31990
31991 \series bold
31992 \begin_inset space ~
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \end_inset
31999
32000 {
32001 \backslash
32002 usepackage{color}}{}
32003 \end_layout
32004
32005 \begin_layout Standard
32006
32007 \series bold
32008 color
32009 \series default
32010 パッケージは、文章を着色するとLyXが自動的に読み込みます
32011 \begin_inset Foot
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015 これが二度読み込まれることを回避するには、
32016 \series bold
32017
32018 \backslash
32019 @ifundefined
32020 \series default
32021 コマンドを使用します。
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset VSpace medskip
32031 \end_inset
32032
32033 色付きボックスは、
32034 \series bold
32035
32036 \backslash
32037 colorbox
32038 \series default
32039 コマンドを使って作ります。これは、以下のような書式で使われます。
32040 \end_layout
32041
32042 \begin_layout Standard
32043
32044 \series bold
32045
32046 \backslash
32047 colorbox{color}{ボックスの内容}
32048 \end_layout
32049
32050 \begin_layout Standard
32051 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32052 \end_layout
32053
32054 \begin_layout Standard
32055 事前定義されている色には、
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059
32060 \family sans
32061
32062 \family default
32063
32064 \family sans
32065
32066 \family default
32067
32068 \family sans
32069 シアン
32070 \family default
32071
32072 \family sans
32073
32074 \family default
32075
32076 \family sans
32077 マゼンタ
32078 \family default
32079
32080 \family sans
32081
32082 \family default
32083
32084 \family sans
32085
32086 \family default
32087
32088 \family sans
32089
32090 \family default
32091
32092 \begin_inset Newline newline
32093 \end_inset
32094
32095 があります。第
32096 \begin_inset CommandInset ref
32097 LatexCommand ref
32098 reference "sec:色付きの表"
32099
32100 \end_inset
32101
32102 節に述べられているようにすれば、自前の色を定義することもできます。
32103 \end_layout
32104
32105 \begin_layout Standard
32106 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32107 \end_layout
32108
32109 \begin_layout Standard
32110
32111 \series bold
32112
32113 \backslash
32114 colorbox{red}{
32115 \end_layout
32116
32117 \begin_layout Standard
32118 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32119 \series bold
32120 }
32121 \series default
32122 」を入れてください。
32123 \begin_inset Newline newline
32124 \end_inset
32125
32126 以下がその結果です。
32127 \end_layout
32128
32129 \begin_layout Standard
32130 この行では、
32131 \begin_inset ERT
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135
32136
32137 \backslash
32138 colorbox{red}{
32139 \end_layout
32140
32141 \end_inset
32142
32143 「注意!」
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148
32149 }
32150 \end_layout
32151
32152 \end_inset
32153
32154 という単語が赤い背景になっています。
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset VSpace bigskip
32159 \end_inset
32160
32161 ボックスの枠を別の色にしたい場合には、以下の書式で
32162 \series bold
32163
32164 \backslash
32165 fcolorbox
32166 \series default
32167 コマンドを使います。
32168 \end_layout
32169
32170 \begin_layout Standard
32171
32172 \series bold
32173
32174 \backslash
32175 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32176 \end_layout
32177
32178 \begin_layout Standard
32179
32180 \series bold
32181
32182 \backslash
32183 fcolorbox
32184 \series default
32185
32186 \series bold
32187
32188 \backslash
32189 colorbox
32190 \series default
32191 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32192 \begin_inset CommandInset ref
32193 LatexCommand ref
32194 reference "sec:装飾"
32195
32196 \end_inset
32197
32198 節で述べられているように、それぞれ
32199 \series bold
32200
32201 \backslash
32202 fboxrule
32203 \series default
32204
32205 \series bold
32206
32207 \backslash
32208 fboxsep
32209 \series default
32210 という長さで調節できます。
32211 \end_layout
32212
32213 \begin_layout Standard
32214 以下の例では、
32215 \end_layout
32216
32217 \begin_layout Standard
32218
32219 \series bold
32220
32221 \backslash
32222 fcolorbox{cyan}{magenta}{
32223 \end_layout
32224
32225 \begin_layout Standard
32226 というコマンドを使用しています。
32227 \end_layout
32228
32229 \begin_layout Standard
32230 これは、枠の太さを1
32231 \begin_inset space \thinspace{}
32232 \end_inset
32233
32234 mmに設定した例です。
32235 \begin_inset Newline newline
32236 \end_inset
32237
32238
32239 \begin_inset ERT
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244
32245 \backslash
32246 fboxrule 1mm 
32247 \backslash
32248 fboxsep 1mm
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 fcolorbox{cyan}{magenta}{
32262 \end_layout
32263
32264 \end_inset
32265
32266 これは着色した色付きボックス中の文章です。
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272 }
32273 \end_layout
32274
32275 \end_inset
32276
32277
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset VSpace bigskip
32282 \end_inset
32283
32284 もちろん、色付きボックスの中に色付き文字を入れることもできます
32285 \begin_inset Newline newline
32286 \end_inset
32287
32288
32289 \begin_inset ERT
32290 status collapsed
32291
32292 \begin_layout Plain Layout
32293
32294
32295 \backslash
32296 fcolorbox{cyan}{magenta}{
32297 \end_layout
32298
32299 \end_inset
32300
32301
32302 \color yellow
32303 これは着色した色付きボックス中の色付き文章です。
32304 \color inherit
32305
32306 \begin_inset ERT
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310
32311 }
32312 \end_layout
32313
32314 \end_inset
32315
32316
32317 \begin_inset ERT
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321
32322
32323 \backslash
32324 fboxrule 0.4pt 
32325 \backslash
32326 fboxsep 3pt
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335
32336 \series bold
32337 \begin_inset VSpace medskip
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 \begin_inset Note Greyedout
32345 status open
32346
32347 \begin_layout Plain Layout
32348
32349 \series bold
32350 【註】
32351 \series default
32352 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \end_layout
32359
32360 \begin_layout Subsection
32361 段落の着色
32362 \begin_inset CommandInset label
32363 LatexCommand label
32364 name "sub:段落の着色"
32365
32366 \end_inset
32367
32368
32369 \begin_inset Index idx
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373 いろ@色 ! だんらく@段落---
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32383 \series bold
32384
32385 \backslash
32386 colorbox
32387 \series default
32388 コマンドを
32389 \end_layout
32390
32391 \begin_layout Standard
32392
32393 \series bold
32394
32395 \backslash
32396 colorbox{色名}{
32397 \end_layout
32398
32399 \begin_layout Standard
32400 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32401 \series bold
32402 }
32403 \series default
32404 」を挿入してください。
32405 \end_layout
32406
32407 \begin_layout Standard
32408 \begin_inset ERT
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412
32413
32414 \backslash
32415 colorbox{lightgrey}{
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \begin_inset Box Frameless
32422 position "t"
32423 hor_pos "c"
32424 has_inner_box 1
32425 inner_pos "t"
32426 use_parbox 0
32427 use_makebox 0
32428 width "100col%"
32429 special "none"
32430 height "1in"
32431 height_special "totalheight"
32432 status open
32433
32434 \begin_layout Plain Layout
32435 これは背景色を付けた文章です。これは背景色を付けた文章です。
32436 \end_layout
32437
32438 \begin_layout Plain Layout
32439 \begin_inset VSpace defskip
32440 \end_inset
32441
32442 ここの文章には脚注
32443 \begin_inset Foot
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 脚注の例
32448 \end_layout
32449
32450 \end_inset
32451
32452 を付けることもできますし、図表を挿入することもできます。
32453 \end_layout
32454
32455 \begin_layout Plain Layout
32456 \align center
32457 \begin_inset Tabular
32458 <lyxtabular version="3" rows="3" columns="3">
32459 <features tabularvalignment="middle">
32460 <column alignment="center" valignment="top" width="0">
32461 <column alignment="center" valignment="top" width="0">
32462 <column alignment="center" valignment="top" width="0">
32463 <row>
32464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32465 \begin_inset Text
32466
32467 \begin_layout Plain Layout
32468 a
32469 \end_layout
32470
32471 \end_inset
32472 </cell>
32473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32474 \begin_inset Text
32475
32476 \begin_layout Plain Layout
32477 !
32478 \end_layout
32479
32480 \end_inset
32481 </cell>
32482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32483 \begin_inset Text
32484
32485 \begin_layout Plain Layout
32486 3
32487 \end_layout
32488
32489 \end_inset
32490 </cell>
32491 </row>
32492 <row>
32493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32494 \begin_inset Text
32495
32496 \begin_layout Plain Layout
32497 <
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32503 \begin_inset Text
32504
32505 \begin_layout Plain Layout
32506 b2
32507 \begin_inset Quotes erd
32508 \end_inset
32509
32510 |
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32516 \begin_inset Text
32517
32518 \begin_layout Plain Layout
32519 >
32520 \end_layout
32521
32522 \end_inset
32523 </cell>
32524 </row>
32525 <row>
32526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32527 \begin_inset Text
32528
32529 \begin_layout Plain Layout
32530 1
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32536 \begin_inset Text
32537
32538 \begin_layout Plain Layout
32539 §
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548 c
32549 \end_layout
32550
32551 \end_inset
32552 </cell>
32553 </row>
32554 </lyxtabular>
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \begin_inset ERT
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568
32569 }
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Section
32578 ボックスの伸縮回転
32579 \end_layout
32580
32581 \begin_layout Standard
32582 本節で述べられているコマンドを使用するには、文書プリアンブルで
32583 \end_layout
32584
32585 \begin_layout Standard
32586
32587 \series bold
32588
32589 \backslash
32590 @ifundefined{rotatebox}
32591 \begin_inset Newline newline
32592 \end_inset
32593
32594
32595 \begin_inset Phantom HPhantom
32596 status open
32597
32598 \begin_layout Plain Layout
32599
32600 \series bold
32601 \begin_inset space ~
32602 \end_inset
32603
32604
32605 \end_layout
32606
32607 \end_inset
32608
32609 {
32610 \backslash
32611 usepackage{graphicx}}{}
32612 \end_layout
32613
32614 \begin_layout Standard
32615 というコマンドを使用して、
32616 \series bold
32617 graphicx
32618 \series default
32619
32620 \begin_inset Index idx
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32625 \end_layout
32626
32627 \end_inset
32628
32629 LaTeXパッケージを読み込む必要があります。
32630 \end_layout
32631
32632 \begin_layout Standard
32633 \begin_inset Note Greyedout
32634 status open
32635
32636 \begin_layout Plain Layout
32637
32638 \series bold
32639 【註】
32640 \series default
32641 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Standard
32650 \begin_inset Note Greyedout
32651 status open
32652
32653 \begin_layout Plain Layout
32654
32655 \series bold
32656 【註】
32657 \series default
32658 フロートは回転伸縮したボックスの中に入れることはできません。
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Subsection
32667 ボックスの回転
32668 \begin_inset Index idx
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672 ぼっくす@ボックス ! かいてんした@回転した
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \begin_inset Index idx
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682 かいてん@回転 ! そざいの@素材の---
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \begin_inset Index idx
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 ず@図 ! のかいてん@---の回転
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \begin_inset Index idx
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 ひょうのちょうせい@表の調整 ! かいてん@回転
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32712 \series bold
32713
32714 \backslash
32715 rotatebox
32716 \series default
32717 コマンドを使用すれば作成することができます。
32718 \end_layout
32719
32720 \begin_layout Standard
32721
32722 \series bold
32723
32724 \backslash
32725 rotatebox[回転の原点]{回転角}{ボックスの内容}
32726 \end_layout
32727
32728 \begin_layout Standard
32729 回転の原点は、
32730 \series bold
32731 origin=位置
32732 \series default
32733 の形で指定します。位置として指定可能なのは、
32734 \emph on
32735 c
32736 \emph default
32737 (中央揃え)・
32738 \emph on
32739 l
32740 \emph default
32741 (左揃え)・
32742 \emph on
32743 r
32744 \emph default
32745 (右揃え)・
32746 \emph on
32747 b
32748 \emph default
32749 (下揃え)・
32750 \emph on
32751 t
32752 \emph default
32753 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32754 \emph on
32755 lt
32756 \emph default
32757 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32758 \emph on
32759 l
32760 \emph default
32761 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32762 \end_layout
32763
32764 \begin_layout Standard
32765 以下の例では、「回転した」文章の前にTeXコードで
32766 \series bold
32767
32768 \backslash
32769 rotatebox[origin=c]{60}{
32770 \series default
32771 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32772 \series bold
32773 }
32774 \series default
32775 でボックスを閉じています。
32776 \end_layout
32777
32778 \begin_layout Standard
32779 これは、
32780 \begin_inset ERT
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784
32785
32786 \backslash
32787 rotatebox[origin=c]{60}{
32788 \end_layout
32789
32790 \end_inset
32791
32792 回転した
32793 \begin_inset ERT
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797
32798 }
32799 \end_layout
32800
32801 \end_inset
32802
32803  文章を含む行です。
32804 \end_layout
32805
32806 \begin_layout Standard
32807 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32808 \end_layout
32809
32810 \begin_layout Standard
32811 これは、
32812 \begin_inset ERT
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816
32817
32818 \backslash
32819 rotatebox[origin=r]{-60}{
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \begin_inset Box Doublebox
32826 position "c"
32827 hor_pos "c"
32828 has_inner_box 0
32829 inner_pos "c"
32830 use_parbox 0
32831 use_makebox 0
32832 width "1in"
32833 special "width"
32834 height "1in"
32835 height_special "totalheight"
32836 status open
32837
32838 \begin_layout Plain Layout
32839 回転した
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \begin_inset ERT
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849
32850 }
32851 \end_layout
32852
32853 \end_inset
32854
32855 枠付き文章と
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860
32861
32862 \backslash
32863 rotatebox[origin=lb]{60}{
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32870 \end_inset
32871
32872
32873 \begin_inset ERT
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877
32878 }
32879 \end_layout
32880
32881 \end_inset
32882
32883 数式を含む行です。
32884 \end_layout
32885
32886 \begin_layout Standard
32887 あるいは、以下のように図や表を入れることもできます。
32888 \end_layout
32889
32890 \begin_layout Standard
32891 これは、
32892 \begin_inset ERT
32893 status collapsed
32894
32895 \begin_layout Plain Layout
32896
32897
32898 \backslash
32899 rotatebox[origin=lb]{90}{
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \begin_inset Graphics
32906         filename ../clipart/platypus.eps
32907         lyxscale 50
32908         width 25col%
32909
32910 \end_inset
32911
32912
32913 \begin_inset ERT
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917
32918 }
32919 \end_layout
32920
32921 \end_inset
32922
32923 回転した画像と
32924 \begin_inset ERT
32925 status collapsed
32926
32927 \begin_layout Plain Layout
32928
32929
32930 \backslash
32931 rotatebox[origin=l]{-90}{
32932 \end_layout
32933
32934 \end_inset
32935
32936
32937 \begin_inset Tabular
32938 <lyxtabular version="3" rows="2" columns="2">
32939 <features tabularvalignment="middle">
32940 <column alignment="center" valignment="top" width="0">
32941 <column alignment="center" valignment="top" width="0">
32942 <row>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 q
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 w
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 </row>
32962 <row>
32963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 e
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 r
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 </lyxtabular>
32983
32984 \end_inset
32985
32986
32987 \begin_inset ERT
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991
32992 }
32993 \end_layout
32994
32995 \end_inset
32996
32997 表を含む行です。
32998 \end_layout
32999
33000 \begin_layout Subsection
33001 ボックスの伸縮
33002 \begin_inset Index idx
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \begin_inset Index idx
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 しんしゅく@伸縮 ! そざいの@素材の---
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \begin_inset Index idx
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 ず@図 ! のしんしゅく@---の伸縮
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \begin_inset Index idx
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \begin_layout Standard
33045 素材を伸縮させるには、TeXコードで
33046 \series bold
33047
33048 \backslash
33049 scalebox
33050 \series default
33051 コマンドと
33052 \series bold
33053
33054 \backslash
33055 resizebox
33056 \series default
33057 コマンドが使えます。
33058 \end_layout
33059
33060 \begin_layout Standard
33061
33062 \series bold
33063
33064 \backslash
33065 scalebox
33066 \series default
33067 は以下の書式で使用します。
33068 \end_layout
33069
33070 \begin_layout Standard
33071
33072 \series bold
33073
33074 \backslash
33075 scalebox{水平方向}[垂直方向]{ボックスの内容}
33076 \end_layout
33077
33078 \begin_layout Standard
33079 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33080 \end_layout
33081
33082 \begin_layout Standard
33083 たとえば、
33084 \series bold
33085
33086 \backslash
33087 scalebox{2}{こんにちは}
33088 \series default
33089 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33090 \begin_inset ERT
33091 status collapsed
33092
33093 \begin_layout Plain Layout
33094
33095
33096 \backslash
33097 scalebox{2}{
33098 \end_layout
33099
33100 \end_inset
33101
33102 こんにちは
33103 \begin_inset ERT
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107
33108 }
33109 \end_layout
33110
33111 \end_inset
33112
33113 を生成します。
33114 \end_layout
33115
33116 \begin_layout Standard
33117 これに対し、
33118 \series bold
33119
33120 \backslash
33121 scalebox{2}[1]{こんにちは}
33122 \series default
33123 は、
33124 \begin_inset ERT
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128
33129
33130 \backslash
33131 scalebox{2}[1]{
33132 \end_layout
33133
33134 \end_inset
33135
33136 こんにちは
33137 \begin_inset ERT
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141
33142 }
33143 \end_layout
33144
33145 \end_inset
33146
33147 を変形させます。
33148 \end_layout
33149
33150 \begin_layout Standard
33151 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33152 \series bold
33153
33154 \backslash
33155 scalebox{-1}[1]{こんにちは}
33156 \series default
33157 というコマンドは、右のように反転文字を生成するのに使用できます:
33158 \begin_inset ERT
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162
33163
33164 \backslash
33165 scalebox{-1}[1]{
33166 \end_layout
33167
33168 \end_inset
33169
33170 こんにちは
33171 \begin_inset ERT
33172 status collapsed
33173
33174 \begin_layout Plain Layout
33175
33176 }
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185
33186 \series bold
33187
33188 \backslash
33189 scalebox{1}[-1]{こんにちは}
33190 \series default
33191 とすると
33192 \begin_inset ERT
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196
33197
33198 \backslash
33199 scalebox{1}[-1]{
33200 \end_layout
33201
33202 \end_inset
33203
33204 こんにちは
33205 \begin_inset ERT
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209
33210 }
33211 \end_layout
33212
33213 \end_inset
33214
33215 のようにベースラインで鏡像にします。
33216 \end_layout
33217
33218 \begin_layout Standard
33219
33220 \series bold
33221
33222 \backslash
33223 scalebox{-1}[1]{ボックスの内容}
33224 \series default
33225 と同じ働きをするものとして
33226 \begin_inset Newline newline
33227 \end_inset
33228
33229
33230 \series bold
33231
33232 \backslash
33233 reflectbox{ボックスの内容}
33234 \series default
33235
33236 \begin_inset Newline newline
33237 \end_inset
33238
33239 というコマンドがあります。
33240 \end_layout
33241
33242 \begin_layout Standard
33243 \begin_inset VSpace bigskip
33244 \end_inset
33245
33246 指定した幅や丈にボックスを伸縮させるには、
33247 \series bold
33248
33249 \backslash
33250 resizebox
33251 \series default
33252 を使用します。このコマンドの書式は
33253 \end_layout
33254
33255 \begin_layout Standard
33256
33257 \series bold
33258
33259 \backslash
33260 resizebox{幅}{丈}{ボックスの内容}
33261 \end_layout
33262
33263 \begin_layout Standard
33264 です。上記二つのコマンド引数のうち一つが感嘆符「
33265 \series bold
33266 !
33267 \series default
33268 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33269 \end_layout
33270
33271 \begin_layout Standard
33272
33273 \series bold
33274
33275 \backslash
33276 resizebox{2cm}{1cm}{こんにちは}
33277 \series default
33278 というコマンドの出力は、
33279 \begin_inset ERT
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283
33284
33285 \backslash
33286 resizebox{2cm}{1cm}{
33287 \end_layout
33288
33289 \end_inset
33290
33291 こんにちは
33292 \begin_inset ERT
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296
33297 }
33298 \end_layout
33299
33300 \end_inset
33301
33302 となり、
33303 \begin_inset Newline newline
33304 \end_inset
33305
33306
33307 \series bold
33308
33309 \backslash
33310 resizebox{2cm}{!}{こんにちは}
33311 \series default
33312 というコマンドの出力は、
33313 \begin_inset ERT
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317
33318
33319 \backslash
33320 resizebox{2cm}{!}{
33321 \end_layout
33322
33323 \end_inset
33324
33325 こんにちは
33326 \begin_inset ERT
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330
33331 }
33332 \end_layout
33333
33334 \end_inset
33335
33336 となります。
33337 \end_layout
33338
33339 \begin_layout Standard
33340 \begin_inset VSpace bigskip
33341 \end_inset
33342
33343
33344 \begin_inset Note Greyedout
33345 status open
33346
33347 \begin_layout Plain Layout
33348
33349 \series bold
33350 【註】
33351 \backslash
33352 scalebox
33353 \series default
33354
33355 \series bold
33356
33357 \backslash
33358 resizebox
33359 \series default
33360 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Standard
33369 \begin_inset VSpace bigskip
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Standard
33376 ボックスは好きな順序で組み合わせることができます。たとえば、
33377 \begin_inset Newline newline
33378 \end_inset
33379
33380
33381 \series bold
33382
33383 \backslash
33384 rotatebox[origin=c]{-45}{
33385 \backslash
33386 resizebox{2cm}{!}{
33387 \backslash
33388 reflectbox{こんにちは}}}
33389 \begin_inset Newline newline
33390 \end_inset
33391
33392
33393 \series default
33394 というコマンドは、
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \align center
33399 \begin_inset ERT
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403
33404
33405 \backslash
33406 rotatebox[origin=c]{-45}{
33407 \backslash
33408 resizebox{2cm}{!}{
33409 \backslash
33410 reflectbox{
33411 \end_layout
33412
33413 \end_inset
33414
33415 こんにちは
33416 \begin_inset ERT
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420
33421 }}}
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 \noindent
33431 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33432 \end_layout
33433
33434 \begin_layout Standard
33435 \align center
33436 \begin_inset ERT
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440
33441
33442 \backslash
33443 rotatebox[origin=c]{-30}{
33444 \backslash
33445 resizebox{2cm}{!}{
33446 \backslash
33447 reflectbox{
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \begin_inset Graphics
33454         filename ../clipart/platypus.eps
33455         lyxscale 50
33456         width 25col%
33457
33458 \end_inset
33459
33460
33461 \begin_inset ERT
33462 status collapsed
33463
33464 \begin_layout Plain Layout
33465
33466 }}}
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \begin_inset ERT
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476
33477
33478 \backslash
33479 rotatebox[origin=c]{-45}{
33480 \backslash
33481 resizebox{2cm}{!}{
33482 \backslash
33483 reflectbox{
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \begin_inset Tabular
33490 <lyxtabular version="3" rows="2" columns="2">
33491 <features tabularvalignment="middle">
33492 <column alignment="center" valignment="top" width="0">
33493 <column alignment="center" valignment="top" width="0">
33494 <row>
33495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 q
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 w
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 e
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 r
33529 \end_layout
33530
33531 \end_inset
33532 </cell>
33533 </row>
33534 </lyxtabular>
33535
33536 \end_inset
33537
33538
33539 \begin_inset ERT
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543
33544 }}}
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \begin_inset ERT
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554
33555
33556 \backslash
33557 rotatebox[origin=c]{-45}{
33558 \backslash
33559 resizebox{2cm}{!}{
33560 \backslash
33561 reflectbox{
33562 \end_layout
33563
33564 \end_inset
33565
33566
33567 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33568 \end_inset
33569
33570
33571 \begin_inset ERT
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575
33576 }}}
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \begin_layout Standard
33585 文書で大域的に数式様式
33586 \series bold
33587 fleqn
33588 \series default
33589 を使用している場合
33590 \begin_inset Foot
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33595 \end_layout
33596
33597 \end_inset
33598
33599 には、別行建て数式も伸縮させることができます。
33600 \end_layout
33601
33602 \begin_layout Chapter
33603
33604 \lang english
33605 Objects Surrounded by Text
33606 \begin_inset Index idx
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610
33611 \lang english
33612 Surrounded by text
33613 \end_layout
33614
33615 \end_inset
33616
33617
33618 \end_layout
33619
33620 \begin_layout Section
33621 折返しフロート
33622 \begin_inset CommandInset label
33623 LatexCommand label
33624 name "sec:折返しフロート"
33625
33626 \end_inset
33627
33628
33629 \begin_inset Index idx
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \lang english
33640
33641 \begin_inset Index idx
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645
33646 \lang english
33647 Surrounded by text ! Wrap Floats
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Standard
33656 \begin_inset Wrap figure
33657 lines 0
33658 placement l
33659 overhang 1cm
33660 width "40col%"
33661 status open
33662
33663 \begin_layout Plain Layout
33664 \begin_inset Graphics
33665         filename ../clipart/mobius.eps
33666         width 40col%
33667         scaleBeforeRotation
33668         rotateOrigin center
33669
33670 \end_inset
33671
33672
33673 \end_layout
33674
33675 \begin_layout Plain Layout
33676 \begin_inset Caption
33677
33678 \begin_layout Plain Layout
33679 \begin_inset CommandInset label
33680 LatexCommand label
33681 name "fig:折返し図フロート"
33682
33683 \end_inset
33684
33685 これは折返し図フロートです。
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \end_inset
33694
33695 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33696 \series bold
33697 wrapfig
33698 \series default
33699
33700 \begin_inset Index idx
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33705 \end_layout
33706
33707 \end_inset
33708
33709 を導入済みであれば、
33710 \family sans
33711 挿入\SpecialChar \menuseparator
33712 フロート\SpecialChar \menuseparator
33713 折返し図フロート
33714 \family default
33715
33716 \family sans
33717 折返し表フロート
33718 \family default
33719 メニューで挿入することができます
33720 \begin_inset Foot
33721 status collapsed
33722
33723 \begin_layout Plain Layout
33724 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33725 \end_layout
33726
33727 \end_inset
33728
33729 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33730 \family sans
33731 配置
33732 \family default
33733
33734 \family sans
33735
33736 \family default
33737 です。非必須項目として、
33738 \family sans
33739 ぶら下げ
33740 \family default
33741
33742 \family sans
33743 行幅
33744 \family default
33745 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33746 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33747 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33748 \begin_inset CommandInset ref
33749 LatexCommand ref
33750 reference "fig:折返し図フロート"
33751
33752 \end_inset
33753
33754 図は、40
33755 \begin_inset space \thinspace{}
33756 \end_inset
33757
33758 列幅%の幅と1
33759 \begin_inset space \thinspace{}
33760 \end_inset
33761
33762 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
33763 \begin_inset Foot
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767 使うことのできる単位は付録
33768 \begin_inset CommandInset ref
33769 LatexCommand ref
33770 reference "cha:LyXで使用できる単位"
33771
33772 \end_inset
33773
33774 に収録してあります。
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 \begin_inset Note Greyedout
33784 status open
33785
33786 \begin_layout Plain Layout
33787
33788 \series bold
33789 【註】
33790 \series default
33791 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33792 上書きされて出力されたりします。
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Standard
33801 原則として、
33802 \end_layout
33803
33804 \begin_layout Itemize
33805 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33806 うになってから、正確な位置に挿入しなくてはなりません。
33807 \end_layout
33808
33809 \begin_layout Itemize
33810 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33811 \end_layout
33812
33813 \begin_layout Itemize
33814 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33815 \end_layout
33816
33817 \begin_layout Itemize
33818 折返しフロートは、節見出しや表中に入れることは認められていません。
33819 \end_layout
33820
33821 \begin_layout Itemize
33822
33823 \lang english
33824 Their numbering and referencing works as described in chap.
33825 \lang japanese
33826
33827 \begin_inset space \thinspace{}
33828 \end_inset
33829
33830
33831 \begin_inset CommandInset ref
33832 LatexCommand ref
33833 reference "chap:フロート"
33834
33835 \end_inset
33836
33837 .
33838 \end_layout
33839
33840 \begin_layout Section
33841
33842 \lang english
33843 Surrounded Fixed Objects
33844 \begin_inset Index idx
33845 status collapsed
33846
33847 \begin_layout Plain Layout
33848
33849 \lang english
33850 Surrounded by text ! Fixed objects
33851 \end_layout
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \begin_layout Standard
33859
33860 \lang english
33861 The wrap floats described in sec.
33862 \lang japanese
33863
33864 \begin_inset space \thinspace{}
33865 \end_inset
33866
33867
33868 \begin_inset CommandInset ref
33869 LatexCommand ref
33870 reference "sec:折返しフロート"
33871
33872 \end_inset
33873
33874  
33875 \lang english
33876 have these positions in the paragraph:
33877 \end_layout
33878
33879 \begin_layout Standard
33880 \noindent
33881 \align center
33882
33883 \lang english
33884 \begin_inset Tabular
33885 <lyxtabular version="3" rows="2" columns="2">
33886 <features tabularvalignment="middle">
33887 <column alignment="center" valignment="top" width="0">
33888 <column alignment="center" valignment="top" width="0">
33889 <row>
33890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894
33895 \lang english
33896 \begin_inset Graphics
33897         filename ../../images/dialog-show-new-inset_graphics.png
33898         scale 70
33899         scaleBeforeRotation
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912
33913 \lang english
33914 text
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 </row>
33920 <row>
33921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925
33926 \lang english
33927 text
33928 \end_layout
33929
33930 \end_inset
33931 </cell>
33932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33933 \begin_inset Text
33934
33935 \begin_layout Plain Layout
33936
33937 \lang english
33938 text
33939 \end_layout
33940
33941 \end_inset
33942 </cell>
33943 </row>
33944 </lyxtabular>
33945
33946 \end_inset
33947
33948  or 
33949 \begin_inset Tabular
33950 <lyxtabular version="3" rows="2" columns="2">
33951 <features tabularvalignment="middle">
33952 <column alignment="center" valignment="top" width="0">
33953 <column alignment="center" valignment="top" width="0">
33954 <row>
33955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959
33960 \lang english
33961 text
33962 \end_layout
33963
33964 \end_inset
33965 </cell>
33966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33967 \begin_inset Text
33968
33969 \begin_layout Plain Layout
33970
33971 \lang english
33972 \begin_inset Graphics
33973         filename ../../images/dialog-show-new-inset_graphics.png
33974         scale 70
33975         scaleBeforeRotation
33976
33977 \end_inset
33978
33979
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 </row>
33985 <row>
33986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990
33991 \lang english
33992 text
33993 \end_layout
33994
33995 \end_inset
33996 </cell>
33997 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Plain Layout
34001
34002 \lang english
34003 text
34004 \end_layout
34005
34006 \end_inset
34007 </cell>
34008 </row>
34009 </lyxtabular>
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017
34018 \lang english
34019 To get an object exactly at the position where it is inserted, for example
34020  to get one of these positions:
34021 \begin_inset VSpace defskip
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Standard
34028 \noindent
34029 \align center
34030
34031 \lang english
34032 \begin_inset Tabular
34033 <lyxtabular version="3" rows="2" columns="2">
34034 <features tabularvalignment="middle">
34035 <column alignment="center" valignment="top" width="0">
34036 <column alignment="center" valignment="top" width="0">
34037 <row>
34038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34039 \begin_inset Text
34040
34041 \begin_layout Plain Layout
34042
34043 \lang english
34044 text
34045 \end_layout
34046
34047 \end_inset
34048 </cell>
34049 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053
34054 \lang english
34055 text
34056 \end_layout
34057
34058 \end_inset
34059 </cell>
34060 </row>
34061 <row>
34062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066
34067 \lang english
34068 \begin_inset Graphics
34069         filename ../../images/dialog-show-new-inset_graphics.png
34070         scale 70
34071         scaleBeforeRotation
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \end_inset
34079 </cell>
34080 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34081 \begin_inset Text
34082
34083 \begin_layout Plain Layout
34084
34085 \lang english
34086 text
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 </row>
34092 </lyxtabular>
34093
34094 \end_inset
34095
34096  
34097 \begin_inset Tabular
34098 <lyxtabular version="3" rows="2" columns="2">
34099 <features tabularvalignment="middle">
34100 <column alignment="center" valignment="top" width="0">
34101 <column alignment="center" valignment="top" width="0">
34102 <row>
34103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34104 \begin_inset Text
34105
34106 \begin_layout Plain Layout
34107
34108 \lang english
34109 text
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118
34119 \lang english
34120 text
34121 \end_layout
34122
34123 \end_inset
34124 </cell>
34125 </row>
34126 <row>
34127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131
34132 \lang english
34133 text
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142
34143 \lang english
34144 \begin_inset Graphics
34145         filename ../../images/dialog-show-new-inset_graphics.png
34146         scale 70
34147         scaleBeforeRotation
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \end_inset
34155 </cell>
34156 </row>
34157 </lyxtabular>
34158
34159 \end_inset
34160
34161  
34162 \begin_inset Tabular
34163 <lyxtabular version="3" rows="2" columns="3">
34164 <features tabularvalignment="middle">
34165 <column alignment="center" valignment="top" width="0">
34166 <column alignment="center" valignment="top" width="0">
34167 <column alignment="center" valignment="top" width="0">
34168 <row>
34169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173
34174 \lang english
34175 text
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 <cell alignment="center" valignment="top" topline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Plain Layout
34184
34185 \lang english
34186 \begin_inset Graphics
34187         filename ../../images/dialog-show-new-inset_graphics.png
34188         scale 70
34189         scaleBeforeRotation
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202
34203 \lang english
34204 text
34205 \end_layout
34206
34207 \end_inset
34208 </cell>
34209 </row>
34210 <row>
34211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215
34216 \lang english
34217 text
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226
34227 \lang english
34228 text
34229 \end_layout
34230
34231 \end_inset
34232 </cell>
34233 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34234 \begin_inset Text
34235
34236 \begin_layout Plain Layout
34237
34238 \lang english
34239 text
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 </row>
34245 </lyxtabular>
34246
34247 \end_inset
34248
34249  
34250 \begin_inset Tabular
34251 <lyxtabular version="3" rows="2" columns="3">
34252 <features tabularvalignment="middle">
34253 <column alignment="center" valignment="top" width="0">
34254 <column alignment="center" valignment="top" width="0">
34255 <column alignment="center" valignment="top" width="0">
34256 <row>
34257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261
34262 \lang english
34263 text
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 <cell alignment="center" valignment="top" topline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272
34273 \lang english
34274 text
34275 \end_layout
34276
34277 \end_inset
34278 </cell>
34279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283
34284 \lang english
34285 text
34286 \end_layout
34287
34288 \end_inset
34289 </cell>
34290 </row>
34291 <row>
34292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296
34297 \lang english
34298 text
34299 \end_layout
34300
34301 \end_inset
34302 </cell>
34303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307
34308 \lang english
34309 \begin_inset Graphics
34310         filename ../../images/dialog-show-new-inset_graphics.png
34311         scale 70
34312         scaleBeforeRotation
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325
34326 \lang english
34327 text
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 </lyxtabular>
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Standard
34341 \noindent
34342 \align center
34343
34344 \lang english
34345 \begin_inset Tabular
34346 <lyxtabular version="3" rows="3" columns="2">
34347 <features tabularvalignment="middle">
34348 <column alignment="center" valignment="top" width="0">
34349 <column alignment="center" valignment="top" width="0">
34350 <row>
34351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34352 \begin_inset Text
34353
34354 \begin_layout Plain Layout
34355
34356 \lang english
34357 text
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34363 \begin_inset Text
34364
34365 \begin_layout Plain Layout
34366
34367 \lang english
34368 text
34369 \end_layout
34370
34371 \end_inset
34372 </cell>
34373 </row>
34374 <row>
34375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34376 \begin_inset Text
34377
34378 \begin_layout Plain Layout
34379
34380 \lang english
34381 \begin_inset Graphics
34382         filename ../../images/dialog-show-new-inset_graphics.png
34383         scale 70
34384         scaleBeforeRotation
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \end_inset
34392 </cell>
34393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397
34398 \lang english
34399 text
34400 \end_layout
34401
34402 \end_inset
34403 </cell>
34404 </row>
34405 <row>
34406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410
34411 \lang english
34412 text
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34418 \begin_inset Text
34419
34420 \begin_layout Plain Layout
34421
34422 \lang english
34423 text
34424 \end_layout
34425
34426 \end_inset
34427 </cell>
34428 </row>
34429 </lyxtabular>
34430
34431 \end_inset
34432
34433  
34434 \begin_inset Tabular
34435 <lyxtabular version="3" rows="3" columns="3">
34436 <features tabularvalignment="middle">
34437 <column alignment="center" valignment="top" width="0">
34438 <column alignment="center" valignment="top" width="0">
34439 <column alignment="center" valignment="top" width="0">
34440 <row>
34441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445
34446 \lang english
34447 text
34448 \end_layout
34449
34450 \end_inset
34451 </cell>
34452 <cell alignment="center" valignment="top" topline="true" usebox="none">
34453 \begin_inset Text
34454
34455 \begin_layout Plain Layout
34456
34457 \lang english
34458 text
34459 \end_layout
34460
34461 \end_inset
34462 </cell>
34463 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34464 \begin_inset Text
34465
34466 \begin_layout Plain Layout
34467
34468 \lang english
34469 text
34470 \end_layout
34471
34472 \end_inset
34473 </cell>
34474 </row>
34475 <row>
34476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34477 \begin_inset Text
34478
34479 \begin_layout Plain Layout
34480
34481 \lang english
34482 text
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 <cell alignment="center" valignment="top" usebox="none">
34488 \begin_inset Text
34489
34490 \begin_layout Plain Layout
34491
34492 \lang english
34493 \begin_inset Graphics
34494         filename ../../images/dialog-show-new-inset_graphics.png
34495         scale 70
34496         scaleBeforeRotation
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \end_inset
34504 </cell>
34505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509
34510 \lang english
34511 text
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 </row>
34517 <row>
34518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34519 \begin_inset Text
34520
34521 \begin_layout Plain Layout
34522
34523 \lang english
34524 text
34525 \end_layout
34526
34527 \end_inset
34528 </cell>
34529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34530 \begin_inset Text
34531
34532 \begin_layout Plain Layout
34533
34534 \lang english
34535 text
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34541 \begin_inset Text
34542
34543 \begin_layout Plain Layout
34544
34545 \lang english
34546 text
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 </lyxtabular>
34553
34554 \end_inset
34555
34556  
34557 \begin_inset Tabular
34558 <lyxtabular version="3" rows="3" columns="2">
34559 <features tabularvalignment="middle">
34560 <column alignment="center" valignment="top" width="0">
34561 <column alignment="center" valignment="top" width="0">
34562 <row>
34563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Plain Layout
34567
34568 \lang english
34569 text
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578
34579 \lang english
34580 text
34581 \end_layout
34582
34583 \end_inset
34584 </cell>
34585 </row>
34586 <row>
34587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Plain Layout
34591
34592 \lang english
34593 text
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602
34603 \lang english
34604 \begin_inset Graphics
34605         filename ../../images/dialog-show-new-inset_graphics.png
34606         scale 70
34607         scaleBeforeRotation
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \end_inset
34615 </cell>
34616 </row>
34617 <row>
34618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34619 \begin_inset Text
34620
34621 \begin_layout Plain Layout
34622
34623 \lang english
34624 text
34625 \end_layout
34626
34627 \end_inset
34628 </cell>
34629 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34630 \begin_inset Text
34631
34632 \begin_layout Plain Layout
34633
34634 \lang english
34635 text
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 </row>
34641 </lyxtabular>
34642
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \begin_layout Standard
34649 \noindent
34650
34651 \lang english
34652 you can use the LaTeX-package
34653 \lang japanese
34654  
34655 \series bold
34656 picinpar
34657 \series default
34658
34659 \begin_inset Index idx
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34664 \end_layout
34665
34666 \end_inset
34667
34668 .
34669  
34670 \lang english
34671 Here is an example
34672 \lang japanese
34673 :
34674 \end_layout
34675
34676 \begin_layout Standard
34677 \begin_inset ERT
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681
34682
34683 \backslash
34684 ifpicinpar
34685 \end_layout
34686
34687 \end_inset
34688
34689
34690 \begin_inset Note Note
34691 status open
34692
34693 \begin_layout Plain Layout
34694 以下の部分は、LaTeXパッケージ
34695 \series bold
34696 picinpar
34697 \series default
34698 が導入されているときのみ表示されます。
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \begin_inset ERT
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711
34712
34713 \backslash
34714 begin{window}[2,c,{
34715 \end_layout
34716
34717 \end_inset
34718
34719
34720 \begin_inset Graphics
34721         filename ../clipart/mobius.eps
34722         lyxscale 60
34723         width 40col%
34724         scaleBeforeRotation
34725         rotateOrigin center
34726
34727 \end_inset
34728
34729
34730 \begin_inset ERT
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734
34735 },]
34736 \end_layout
34737
34738 \begin_layout Plain Layout
34739
34740 {}
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \size small
34747 \lang english
34748 It was in the spring of the year 1894 that all London was interested, and
34749  the fashionable world dismayed, by the murder of the Honourable Ronald
34750  Adair under most unusual and inexplicable circumstances.
34751  The public has already learned those particulars of the crime which
34752 \size default
34753
34754 \begin_inset ERT
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758
34759
34760 \backslash
34761 footnotemark{}
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \size small
34768  came out in the police investigation, but a good deal was suppressed upon
34769  that occasion, since the case for the prosecution was so overwhelmingly
34770  strong that it was not necessary to bring forward all the facts.
34771  Only now, at the end of nearly ten years, am I allowed to supply those
34772  missing links which make up the whole of that remarkable chain
34773 \lang japanese
34774 .
34775 \size default
34776
34777 \begin_inset ERT
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781
34782
34783 \backslash
34784 end{window}
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Standard
34793
34794 \lang english
34795 \begin_inset ERT
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799
34800
34801 \backslash
34802 footnotetext{
34803 \end_layout
34804
34805 \end_inset
34806
34807 Footnote of the paragraph with the fixed object.
34808 \begin_inset ERT
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812
34813 }
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Standard
34822
34823 \lang english
34824 Surrounded fixed objects are used to let text float around them, at which
34825  the object's position in the paragraph can be determined by the number
34826  of lines above it.
34827  In contrary to floats is it not possible to have a numbered caption.
34828 \end_layout
34829
34830 \begin_layout Standard
34831
34832 \lang english
34833 A fixed object is inserted by adding the command
34834 \end_layout
34835
34836 \begin_layout Standard
34837
34838 \series bold
34839
34840 \backslash
34841 begin{window}[2,c,{
34842 \end_layout
34843
34844 \begin_layout Standard
34845
34846 \lang english
34847 as TeX Code at the beginning of the paragraph.
34848  The first parameter in the bracket, here '2', defines the number of lines
34849  above the object, the second, here 'c', the position of the object.
34850  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
34851  Behind the command you insert the object.
34852  In this example an image with a width of 40
34853 \begin_inset space \thinspace{}
34854 \end_inset
34855
34856 % of the text column width was inserted.
34857  The object can also be a table, a box or an equation.
34858  Behind the object the command
34859 \end_layout
34860
34861 \begin_layout Standard
34862
34863 \series bold
34864 },description text]
34865 \begin_inset Newline newline
34866 \end_inset
34867
34868 {}
34869 \end_layout
34870
34871 \begin_layout Standard
34872
34873 \lang english
34874 is inserted.
34875  Note that the 
34876 \begin_inset Quotes eld
34877 \end_inset
34878
34879
34880 \series bold
34881 {}
34882 \series default
34883
34884 \begin_inset Quotes erd
34885 \end_inset
34886
34887  is in the second line.
34888  The description text is optional.
34889  The text surrounding the object must be in the same paragraph as the object,
34890  so it must begin directly after the 
34891 \series bold
34892 {}
34893 \series default
34894 .
34895  At the end of the paragraph insert the command:
34896 \end_layout
34897
34898 \begin_layout Standard
34899
34900 \series bold
34901
34902 \backslash
34903 end{window}
34904 \end_layout
34905
34906 \begin_layout Standard
34907
34908 \lang english
34909 Within a paragraph with a fixed object, you cannot insert footnotes in the
34910  normal way.
34911  You have to use instead the command 
34912 \series bold
34913
34914 \backslash
34915 footnotemark
34916 \series default
34917  inside the paragraph and outside the command 
34918 \series bold
34919
34920 \backslash
34921 footnotetext
34922 \series default
34923  as described in sec.
34924 \lang japanese
34925
34926 \begin_inset space \thinspace{}
34927 \end_inset
34928
34929
34930 \begin_inset CommandInset ref
34931 LatexCommand ref
34932 reference "sec:脚注"
34933
34934 \end_inset
34935
34936 .
34937 \end_layout
34938
34939 \begin_layout Standard
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 else
34948 \end_layout
34949
34950 \end_inset
34951
34952
34953 \begin_inset Note Note
34954 status open
34955
34956 \begin_layout Plain Layout
34957 以下の部分は、LaTeXパッケージ
34958 \series bold
34959 picinpar
34960 \series default
34961 が導入されていないときのみ表示されます。
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Standard
34970 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34971 \series bold
34972 picinpar
34973 \series default
34974 を導入する必要があります。
34975 \end_layout
34976
34977 \begin_layout Standard
34978 \begin_inset ERT
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982
34983
34984 \backslash
34985 fi
34986 \end_layout
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \begin_layout Section
34994
34995 \lang english
34996 Initials
34997 \begin_inset Index idx
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001
35002 \lang english
35003 Initials
35004 \end_layout
35005
35006 \end_inset
35007
35008
35009 \begin_inset Index idx
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013
35014 \lang english
35015 Surrounded by text ! Initials
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024
35025 \lang english
35026 To use initials, you must have the LaTeX package
35027 \lang japanese
35028  
35029 \series bold
35030 lettrine
35031 \series default
35032
35033 \begin_inset Index idx
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35038 \end_layout
35039
35040 \end_inset
35041
35042  
35043 \lang english
35044 installed and use the module 
35045 \family sans
35046 Initials
35047 \family default
35048  in your document (menu 
35049 \family sans
35050 Document\SpecialChar \menuseparator
35051 Settings\SpecialChar \menuseparator
35052 Modules
35053 \family default
35054 ).
35055  To insert an initial, use the style 
35056 \family sans
35057 Initial
35058 \family default
35059 .
35060  This style has a mandatory and an optional argument.
35061  The mandatory argument is inserted via the menu 
35062 \family sans
35063 Insert\SpecialChar \menuseparator
35064 Short
35065 \begin_inset space ~
35066 \end_inset
35067
35068 Title
35069 \family default
35070  and contains the letter that is the initial.
35071  To use the also the optional argument, insert another argument in front
35072  of the mandatory argument.
35073  This one contains parameters to modify the initial.
35074  For more information about the possible parameters see the documentation
35075  of
35076 \lang japanese
35077  
35078 \series bold
35079 lettrine
35080 \series default
35081
35082 \begin_inset CommandInset citation
35083 LatexCommand cite
35084 key "lettrine"
35085
35086 \end_inset
35087
35088 .
35089  
35090 \lang english
35091 The style itself contains the text that is surrounding the initial.
35092  The usual style is hereby that the word whose first letter is the initial,
35093  is printed with 
35094 \shape smallcaps
35095 small caps
35096 \shape default
35097 .
35098  To tell LaTeX where this word is finished, add a closing brace '
35099 \series bold
35100 }
35101 \series default
35102 ' as TeX Code behind it.
35103  At the end of the style there must be an opening brace '
35104 \series bold
35105 {
35106 \series default
35107 ' as TeX Code.
35108 \end_layout
35109
35110 \begin_layout Standard
35111
35112 \lang english
35113 Here are some examples:
35114 \end_layout
35115
35116 \begin_layout Standard
35117 \begin_inset ERT
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121
35122
35123 \backslash
35124 iflettrine
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \begin_inset Note Note
35131 status open
35132
35133 \begin_layout Plain Layout
35134 以下の部分は、LaTeXパッケージ
35135 \series bold
35136 lettrine
35137 \series default
35138 が導入されているときのみ表示されます。
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \begin_layout Enumerate
35147
35148 \lang english
35149 No optional argument, the initial is the letter 'I' in the math font 
35150 \begin_inset Formula $\mathfrak{Fraktur}$
35151 \end_inset
35152
35153 :
35154 \end_layout
35155
35156 \begin_deeper
35157 \begin_layout Initial
35158 \begin_inset Argument
35159 status open
35160
35161 \begin_layout Plain Layout
35162 \begin_inset Formula $\mathfrak{I}$
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \end_inset
35169
35170 t
35171 \begin_inset ERT
35172 status collapsed
35173
35174 \begin_layout Plain Layout
35175
35176 }
35177 \end_layout
35178
35179 \end_inset
35180
35181  
35182 \lang english
35183 was in the spring of the year 1894 that all London was interested, and the
35184  fashionable world dismayed, by the murder of the Honourable Ronald Adair
35185  under most unusual and inexplicable circumstances.
35186  The public has already learned those particulars of the crime which came
35187  out in the police investigation, but a good deal was suppressed upon that
35188  occasion, since the case for the prosecution was so overwhelmingly strong
35189  that it was not necessary to bring forward all the facts.
35190 \lang japanese
35191
35192 \begin_inset ERT
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196
35197 {
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \lang english
35204
35205 \begin_inset Newpage newpage
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \end_deeper
35212 \begin_layout Enumerate
35213
35214 \lang english
35215 Only one line is surrounding the initial, which is formed by two letters
35216  in standard font and no text is printed in small caps:
35217 \end_layout
35218
35219 \begin_deeper
35220 \begin_layout Initial
35221 \begin_inset Argument
35222 status open
35223
35224 \begin_layout Plain Layout
35225 lines=1
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \begin_inset Argument
35232 status open
35233
35234 \begin_layout Plain Layout
35235 It
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \begin_inset ERT
35242 status collapsed
35243
35244 \begin_layout Plain Layout
35245
35246 }
35247 \end_layout
35248
35249 \end_inset
35250
35251  
35252 \lang english
35253 was in the spring of the year 1894 that all London was interested, and the
35254  fashionable world dismayed, by the murder of the Honourable Ronald Adair
35255  under most unusual and inexplicable circumstances.
35256  The public has already learned those particulars of the crime which came
35257  out in the police investigation, but a good deal was suppressed upon that
35258  occasion, since the case for the prosecution was so overwhelmingly strong
35259  that it was not necessary to bring forward all the facts.
35260 \lang japanese
35261
35262 \begin_inset ERT
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266
35267 {
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \end_layout
35274
35275 \end_deeper
35276 \begin_layout Enumerate
35277
35278 \lang english
35279 Magenta, hanging initial over 3
35280 \begin_inset space ~
35281 \end_inset
35282
35283 lines in the math font 
35284 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35285 \end_inset
35286
35287 , the text 
35288 \begin_inset Quotes eld
35289 \end_inset
35290
35291 t was in the spring
35292 \begin_inset Quotes erd
35293 \end_inset
35294
35295  is in 
35296 \shape smallcaps
35297 small caps
35298 \shape default
35299 ; to color the initial, you must insert this command before the initial:
35300 \begin_inset Newline newline
35301 \end_inset
35302
35303
35304 \series bold
35305
35306 \backslash
35307 renewcommand{
35308 \backslash
35309 LettrineFontHook}{
35310 \backslash
35311 color{color}}
35312 \series default
35313
35314 \begin_inset Newline newline
35315 \end_inset
35316
35317 where the second 
35318 \emph on
35319 color
35320 \emph default
35321  can be 
35322 \begin_inset Quotes eld
35323 \end_inset
35324
35325 red
35326 \begin_inset Quotes erd
35327 \end_inset
35328
35329
35330 \begin_inset Quotes eld
35331 \end_inset
35332
35333 blue
35334 \begin_inset Quotes erd
35335 \end_inset
35336
35337
35338 \begin_inset Quotes eld
35339 \end_inset
35340
35341 green
35342 \begin_inset Quotes erd
35343 \end_inset
35344
35345
35346 \begin_inset Quotes eld
35347 \end_inset
35348
35349 yellow
35350 \begin_inset Quotes erd
35351 \end_inset
35352
35353
35354 \begin_inset Quotes eld
35355 \end_inset
35356
35357 cyan
35358 \begin_inset Quotes erd
35359 \end_inset
35360
35361
35362 \begin_inset Quotes eld
35363 \end_inset
35364
35365 magenta
35366 \begin_inset Quotes erd
35367 \end_inset
35368
35369
35370 \begin_inset Quotes eld
35371 \end_inset
35372
35373 black
35374 \begin_inset Quotes erd
35375 \end_inset
35376
35377  or 
35378 \begin_inset Quotes eld
35379 \end_inset
35380
35381 white
35382 \begin_inset Quotes erd
35383 \end_inset
35384
35385 , and add this command to the document preamble
35386 \lang japanese
35387 :
35388 \begin_inset Newline newline
35389 \end_inset
35390
35391
35392 \series bold
35393
35394 \backslash
35395 @ifundefined{textcolor}
35396 \begin_inset Newline newline
35397 \end_inset
35398
35399
35400 \begin_inset space ~
35401 \end_inset
35402
35403 {
35404 \backslash
35405 usepackage{color}}{}
35406 \end_layout
35407
35408 \begin_deeper
35409 \begin_layout Standard
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415
35416 \backslash
35417 renewcommand{
35418 \backslash
35419 LettrineFontHook}{
35420 \backslash
35421 color{magenta}}
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \lang english
35428
35429 \begin_inset Note Note
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433
35434 \lang english
35435 makes the initial magenta
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \end_layout
35442
35443 \begin_layout Initial
35444 \begin_inset Argument
35445 status open
35446
35447 \begin_layout Plain Layout
35448 lines=3, lhang=0.33, loversize=0.25
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \begin_inset Argument
35455 status open
35456
35457 \begin_layout Plain Layout
35458 \begin_inset Formula $\mathcal{I}$
35459 \end_inset
35460
35461
35462 \end_layout
35463
35464 \end_inset
35465
35466
35467 \lang english
35468 t was in the spring
35469 \lang japanese
35470
35471 \begin_inset ERT
35472 status collapsed
35473
35474 \begin_layout Plain Layout
35475
35476 }
35477 \end_layout
35478
35479 \end_inset
35480
35481  
35482 \lang english
35483 of the year 1894 that all London was interested, and the fashionable world
35484  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35485  and inexplicable circumstances.
35486  The public has already learned those particulars of the crime which came
35487  out in the police investigation, but a good deal was suppressed upon that
35488  occasion, since the case for the prosecution was so overwhelmingly strong
35489  that it was not necessary to bring forward all the facts.
35490 \lang japanese
35491
35492 \begin_inset ERT
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496
35497 {
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \end_deeper
35506 \begin_layout Standard
35507 \begin_inset ERT
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511
35512
35513 \backslash
35514 else
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \begin_inset Note Note
35521 status open
35522
35523 \begin_layout Plain Layout
35524 以下の部分は、LaTeXパッケージ
35525 \series bold
35526 lettrine
35527 \series default
35528 が導入されていないときのみ表示されます。
35529 \end_layout
35530
35531 \end_inset
35532
35533
35534 \end_layout
35535
35536 \begin_layout Standard
35537 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35538 \series bold
35539 lettrine
35540 \series default
35541 を導入する必要があります。
35542 \end_layout
35543
35544 \begin_layout Standard
35545 \begin_inset ERT
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549
35550
35551 \backslash
35552 fi
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \end_layout
35559
35560 \begin_layout Chapter
35561 外部文書構成要素
35562 \begin_inset Index idx
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566 がいぶぶんしょこうせいようそ@外部文書構成要素
35567 \end_layout
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \begin_layout Standard
35575
35576 \family sans
35577 挿入\SpecialChar \menuseparator
35578 ファイル
35579 \family default
35580 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35581 \end_layout
35582
35583 \begin_layout Description
35584 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35585 \end_layout
35586
35587 \begin_layout Description
35588 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35589 \end_layout
35590
35591 \begin_layout Description
35592 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35593 \end_layout
35594
35595 \begin_layout Description
35596 外部素材 様々な書式のファイル。
35597 \end_layout
35598
35599 \begin_layout Description
35600 子文書 LyXあるいはLaTeX文書。
35601 \end_layout
35602
35603 \begin_layout Section
35604 外部素材
35605 \begin_inset Index idx
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35610 \end_layout
35611
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \begin_layout Standard
35618 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35619 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35620 \family sans
35621 操作性\SpecialChar \menuseparator
35622 表示
35623 \family default
35624 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35625 \end_layout
35626
35627 \begin_layout Standard
35628 外部素材は、
35629 \family sans
35630 挿入
35631 \family default
35632 \SpecialChar \menuseparator
35633
35634 \family sans
35635 ファイル
35636 \family default
35637 \SpecialChar \menuseparator
35638
35639 \family sans
35640 外部素材
35641 \family default
35642 メニューで開くことのできる
35643 \family sans
35644 外部素材
35645 \family default
35646 ダイアログから挿入することができます。目下、以下のファイル形式(
35647 \family sans
35648 ひな型
35649 \family default
35650 )が使用できます。
35651 \end_layout
35652
35653 \begin_layout Description
35654 チェス棋譜 このひな型は、
35655 \series bold
35656
35657 \begin_inset CommandInset href
35658 LatexCommand href
35659 name "XBoard"
35660 target "http://en.wikipedia.org/wiki/XBoard"
35661
35662 \end_inset
35663
35664
35665 \series default
35666 プログラムで作成されたチェス棋譜をサポートします。
35667 \end_layout
35668
35669 \begin_layout Description
35670 日付 これは、
35671 \emph on
35672 日-月-年
35673 \emph default
35674 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35675 \begin_inset External
35676         template Date
35677         filename .
35678
35679 \end_inset
35680
35681
35682 \begin_inset space ~
35683 \end_inset
35684
35685
35686 \begin_inset Note Note
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690 バグ4398が修正されたら、この保護空白は削除してください!
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset Newline newline
35697 \end_inset
35698
35699 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35700 \family sans
35701 挿入
35702 \family default
35703 \SpecialChar \menuseparator
35704 日付メニューを使用する方法で、他はLaTeXコマンドの
35705 \series bold
35706
35707 \backslash
35708 today
35709 \series default
35710 をTeXコードで使用する方法です。これらの各方法は、表
35711 \begin_inset CommandInset ref
35712 LatexCommand ref
35713 reference "tab:日付挿入方法"
35714
35715 \end_inset
35716
35717 に比較を掲載しておきます。
35718 \end_layout
35719
35720 \begin_layout Description
35721 Dia このひな型は、
35722 \series bold
35723
35724 \begin_inset CommandInset href
35725 LatexCommand href
35726 name "Dia"
35727 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"
35728
35729 \end_inset
35730
35731
35732 \series default
35733 プログラムで作成したダイアグラムをサポートします。
35734 \end_layout
35735
35736 \begin_layout Description
35737
35738 \lang english
35739 GnumericSpreadsheet With this template you can insert spreadsheets
35740 \begin_inset space \thinspace{}
35741 \end_inset
35742
35743 /
35744 \begin_inset space \thinspace{}
35745 \end_inset
35746
35747 tables in the format of 
35748 \series bold
35749
35750 \begin_inset CommandInset href
35751 LatexCommand href
35752 name "Gnumeric"
35753 target "http://ja.wikipedia.org/wiki/Gnumeric"
35754
35755 \end_inset
35756
35757
35758 \series default
35759
35760 \begin_inset CommandInset href
35761 LatexCommand href
35762 name "OpenDocument"
35763 target "http://ja.wikipedia.org/wiki/OpenDocument"
35764
35765 \end_inset
35766
35767
35768 \begin_inset CommandInset href
35769 LatexCommand href
35770 name "Microsoft Office XML"
35771 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35772
35773 \end_inset
35774
35775  and 
35776 \begin_inset CommandInset href
35777 LatexCommand href
35778 name "Office Open XML"
35779 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35780
35781 \end_inset
35782
35783 .
35784  For this feature LyX must have found the program 
35785 \family typewriter
35786 ssconvert
35787 \family default
35788  during its configuration.
35789  This program is part of Gnumeric, so that you must have Gnumeric installed,
35790  also if you don't have tables in the Gnumeric format.
35791  For examples and possible limitations have a look at LyX's example file
35792  
35793 \emph on
35794 spreadsheet.lyx
35795 \emph default
35796 .
35797 \end_layout
35798
35799 \begin_layout Description
35800 LilyPond このひな型は、
35801 \series bold
35802
35803 \begin_inset CommandInset href
35804 LatexCommand href
35805 name "LilyPond"
35806 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35807
35808 \end_inset
35809
35810
35811 \series default
35812 プログラムで作成した楽譜の組版に使用されます。
35813 \lang english
35814 For LyX's extended support for LilyPond have a look at LyX's example file
35815  
35816 \emph on
35817 lilypond.lyx
35818 \emph default
35819 .
35820 \end_layout
35821
35822 \begin_layout Description
35823 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35824 \family sans
35825 LaTeXとLyXオプション
35826 \family default
35827 タブ中の
35828 \family sans
35829 オプション
35830 \family default
35831 フィールドに
35832 \emph on
35833 pages
35834 \emph default
35835 オプションを指定してください。
35836 \lang english
35837 The argument of this option is a comma separated list, containing page numbers
35838  (insert as option 
35839 \series bold
35840 pages={3,5,6,8}
35841 \series default
35842 ), ranges of page numbers (
35843 \series bold
35844 pages={4-9}
35845 \series default
35846 ) or any combination.
35847  To insert empty pages use {}.
35848  E.
35849 \begin_inset space \thinspace{}
35850 \end_inset
35851
35852 g.
35853 \begin_inset space ~
35854 \end_inset
35855
35856
35857 \series bold
35858 pages={3,{},8-11,15}
35859 \series default
35860  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
35861  Page ranges are specified in the syntax 
35862 \emph on
35863 start
35864 \emph default
35865 -
35866 \emph on
35867 stop
35868 \emph default
35869 .
35870  This selects all pages from 
35871 \emph on
35872 start
35873 \emph default
35874  to 
35875 \emph on
35876 stop
35877 \emph default
35878 .
35879  Omitting 
35880 \emph on
35881 start
35882 \emph default
35883  defaults to the first page; omitting 
35884 \emph on
35885 stop
35886 \emph default
35887  defaults to the last page of the document.
35888  The last page can also be selected with the keyword 
35889 \series bold
35890 last
35891 \series default
35892 .
35893  (This is only permitted in a page range.) So 
35894 \series bold
35895 pages=-
35896 \series default
35897  will insert all pages of the document and 
35898 \series bold
35899 pages=last-1
35900 \series default
35901  will insert all pages in reverse order.
35902 \emph on
35903 \lang japanese
35904 pages
35905 \emph default
35906 オプションを指定しないと、PDFの最初のページのみが挿入されます。
35907 \begin_inset Newline newline
35908 \end_inset
35909
35910
35911 \lang english
35912 The option 
35913 \series bold
35914 noautoscale
35915 \series default
35916  inserts the pages with their original size, if this option is not given,
35917  the pages will be resized to fith the width of the page of your document.
35918  In the tab 
35919 \family sans
35920 Size and Rotation
35921 \family default
35922  you can specify the width and height of the input pages and their rotation.
35923  If another width than 100
35924 \begin_inset space \thinspace{}
35925 \end_inset
35926
35927 Scale% is used, the option 
35928 \series bold
35929 noautoscale
35930 \series default
35931  will be overwritten.
35932  For more info and possible options, have a look into the documentation
35933  of the LaTeX-package 
35934 \series bold
35935 pdfpages
35936 \series default
35937 \lang japanese
35938  
35939 \begin_inset CommandInset citation
35940 LatexCommand cite
35941 key "pdfpages"
35942
35943 \end_inset
35944
35945 .
35946 \begin_inset Index idx
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35951 \end_layout
35952
35953 \end_inset
35954
35955
35956 \begin_inset Newline newline
35957 \end_inset
35958
35959
35960 \lang english
35961 To use this template in a 
35962 \family sans
35963 Beamer
35964 \family default
35965  presentation you need to first insert an 
35966 \family sans
35967 EndFrame
35968 \family default
35969  environment and in a subsequent paragraph a TeX Code box containing the
35970  command 
35971 \series bold
35972
35973 \backslash
35974 setbeamertemplate{background canvas}{}
35975 \series default
35976 .
35977  Then you can insert as many paragraphs containing the PDFPages template
35978  as you wish.
35979  Behind the included PDF pages you can resume the Beamer presentation by
35980  beginning a new frame or by starting a new section.
35981  To avoid stray blank pages prior to the PDF pages, make sure to use the
35982  
35983 \family sans
35984 Default
35985 \family default
35986  alignment for the paragraph containing the template.
35987 \begin_inset Newline newline
35988 \end_inset
35989
35990 Here is an included PDF which is rotated by -5°:
35991 \lang japanese
35992  
35993 \begin_inset External
35994         template PDFPages
35995         filename ../clipart/Abstract.pdf
35996         extra LaTeX "noautoscale, pages=-"
35997         rotateAngle -5
35998         rotateOrigin bottomleft
35999
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \begin_layout Description
36006 ラスターイメージ これはビットマップ画像に使用します。
36007 \family sans
36008 外部素材
36009 \family default
36010 ダイアログを使って入れる画像は、第
36011 \begin_inset CommandInset ref
36012 LatexCommand ref
36013 reference "sec:画像ダイアログ"
36014
36015 \end_inset
36016
36017 節にあるように
36018 \family sans
36019 画像
36020 \family default
36021 ダイアログを使って挿入される画像と同じように取り扱うことができます。
36022 \lang english
36023 The difference to the normal image input is that only raster images are
36024  allowed; that means that PDF and EPS-images are not supported
36025 \lang japanese
36026 .
36027  
36028 \lang english
36029 Here is an inserted raster image:
36030 \lang japanese
36031  
36032 \begin_inset External
36033         template RasterImage
36034         filename ../clipart/ToolbarEnvBox.png
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Description
36042 XFig このひな型は、
36043 \series bold
36044
36045 \begin_inset CommandInset href
36046 LatexCommand href
36047 name "Xfig"
36048 target "http://ja.wikipedia.org/wiki/Xfig"
36049
36050 \end_inset
36051
36052
36053 \series default
36054 プログラムで作成した画像をサポートします。
36055 \end_layout
36056
36057 \begin_layout Standard
36058 \begin_inset Float table
36059 placement !h
36060 wide false
36061 sideways false
36062 status open
36063
36064 \begin_layout Plain Layout
36065 \begin_inset Caption
36066
36067 \begin_layout Plain Layout
36068 \begin_inset CommandInset label
36069 LatexCommand label
36070 name "tab:日付挿入方法"
36071
36072 \end_inset
36073
36074 日付の挿入方法の比較
36075 \end_layout
36076
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \begin_layout Plain Layout
36083 \align center
36084 \begin_inset Tabular
36085 <lyxtabular version="3" rows="4" columns="4">
36086 <features tabularvalignment="middle">
36087 <column alignment="center" valignment="top" width="0">
36088 <column alignment="center" valignment="top" width="0">
36089 <column alignment="center" valignment="top" width="0">
36090 <column alignment="center" valignment="top" width="0">
36091 <row>
36092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36093 \begin_inset Text
36094
36095 \begin_layout Plain Layout
36096 文書書式
36097 \end_layout
36098
36099 \end_inset
36100 </cell>
36101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105
36106 \family sans
36107 外部素材\SpecialChar \menuseparator
36108 日付
36109 \end_layout
36110
36111 \end_inset
36112 </cell>
36113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36114 \begin_inset Text
36115
36116 \begin_layout Plain Layout
36117
36118 \family sans
36119 挿入\SpecialChar \menuseparator
36120 日付
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Plain Layout
36129
36130 \series bold
36131
36132 \backslash
36133 today
36134 \series default
36135 コマンド
36136 \end_layout
36137
36138 \end_inset
36139 </cell>
36140 </row>
36141 <row>
36142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Plain Layout
36146 LyX
36147 \end_layout
36148
36149 \end_inset
36150 </cell>
36151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36152 \begin_inset Text
36153
36154 \begin_layout Plain Layout
36155 差込枠として
36156 \end_layout
36157
36158 \end_inset
36159 </cell>
36160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164 日付として
36165 \end_layout
36166
36167 \end_inset
36168 </cell>
36169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173 TeXコード差込枠として
36174 \end_layout
36175
36176 \end_inset
36177 </cell>
36178 </row>
36179 <row>
36180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36181 \begin_inset Text
36182
36183 \begin_layout Plain Layout
36184 LaTeX
36185 \end_layout
36186
36187 \end_inset
36188 </cell>
36189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36190 \begin_inset Text
36191
36192 \begin_layout Plain Layout
36193 日付として
36194 \end_layout
36195
36196 \end_inset
36197 </cell>
36198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36199 \begin_inset Text
36200
36201 \begin_layout Plain Layout
36202 日付として
36203 \end_layout
36204
36205 \end_inset
36206 </cell>
36207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36208 \begin_inset Text
36209
36210 \begin_layout Plain Layout
36211 コマンドとして
36212 \end_layout
36213
36214 \end_inset
36215 </cell>
36216 </row>
36217 <row>
36218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36219 \begin_inset Text
36220
36221 \begin_layout Plain Layout
36222 DVI, PDF, PS
36223 \end_layout
36224
36225 \end_inset
36226 </cell>
36227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Plain Layout
36231 日付として
36232 \end_layout
36233
36234 \end_inset
36235 </cell>
36236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36237 \begin_inset Text
36238
36239 \begin_layout Plain Layout
36240 日付として
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249 日付として
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 </row>
36255 </lyxtabular>
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \begin_layout Standard
36268
36269 \family sans
36270 外部素材
36271 \family default
36272 ダイアログの
36273 \family sans
36274 ファイル
36275 \family default
36276 タブ中で
36277 \family sans
36278 下書き
36279 \family default
36280 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36281 \begin_inset Newline newline
36282 \end_inset
36283
36284 LyX中での外部素材は、ダイアログ内の
36285 \family sans
36286 LaTeXとLyXのオプション
36287 \family default
36288 タブにある
36289 \family sans
36290 LyX内に表示
36291 \family default
36292 オプションの指定に従って、
36293 \begin_inset Graphics
36294         filename clipart/ExternalMaterialQt4.png
36295         scale 85
36296         scaleBeforeRotation
36297
36298 \end_inset
36299
36300 のようなボックスとして表示されるか、画像として表示されます。
36301 \end_layout
36302
36303 \begin_layout Standard
36304 取扱説明書
36305 \family sans
36306 \emph on
36307 カスタマイズ篇
36308 \family default
36309 \emph default
36310 には、自製のひな型を定義する方法が説明されています。
36311 \end_layout
36312
36313 \begin_layout Section
36314 子文書
36315 \begin_inset CommandInset label
36316 LatexCommand label
36317 name "sec:子文書"
36318
36319 \end_inset
36320
36321
36322 \begin_inset Index idx
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \begin_inset Index idx
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336 ふぁいる@ファイル ! いんくるーど@インクルード
36337 \end_layout
36338
36339 \end_inset
36340
36341
36342 \end_layout
36343
36344 \begin_layout Standard
36345 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36346 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
36347 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36348 \end_layout
36349
36350 \begin_layout Standard
36351 親文書を開くことなく子文書で作業できるようにするには、子文書の
36352 \family sans
36353 文書
36354 \family default
36355 \SpecialChar \menuseparator
36356
36357 \family sans
36358 設定
36359 \family default
36360 \SpecialChar \menuseparator
36361
36362 \family sans
36363 文書クラス
36364 \family default
36365 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36366 \end_layout
36367
36368 \begin_layout Standard
36369 取り込んだ文書は、LyX中で
36370 \begin_inset Graphics
36371         filename clipart/ChildDocumentQt4.png
36372         scale 85
36373         scaleBeforeRotation
36374
36375 \end_inset
36376
36377 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36378 \family sans
36379 挿入
36380 \family default
36381 \SpecialChar \menuseparator
36382
36383 \family sans
36384 ファイル
36385 \family default
36386 \SpecialChar \menuseparator
36387
36388 \family sans
36389 子文書
36390 \family default
36391 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36392 \end_layout
36393
36394 \begin_layout Description
36395 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36396 \family sans
36397 子文書
36398 \family default
36399 ダイアログの
36400 \family sans
36401 編集
36402 \family default
36403 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36404 \begin_inset Newline newline
36405 \end_inset
36406
36407
36408 \end_layout
36409
36410 \begin_layout Standard
36411 以下は、
36412 \family sans
36413 Include
36414 \family default
36415 を使用して挿入した子文書です。 
36416 \begin_inset CommandInset include
36417 LatexCommand include
36418 filename "DummyDocument1.lyx"
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36427 あります。取り込んだ文書のラベルは、第
36428 \begin_inset CommandInset ref
36429 LatexCommand ref
36430 reference "sub:外部文書の第1小節"
36431
36432 \end_inset
36433
36434 小節、のように参照することができます。
36435 \end_layout
36436
36437 \begin_layout Standard
36438 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36439 は、新規頁から始まるように挿入され、改頁して終わります。
36440 \end_layout
36441
36442 \begin_layout Standard
36443 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
36444 \begin_inset Foot
36445 status open
36446
36447 \begin_layout Plain Layout
36448 派生枝は、LyX
36449 \emph on
36450 ユーザーの手引き
36451 \emph default
36452
36453 \emph on
36454 派生枝
36455 \emph default
36456 の節に説明されています。
36457 \end_layout
36458
36459 \end_inset
36460
36461 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
36462 \end_layout
36463
36464 \begin_layout Standard
36465 \begin_inset Note Greyedout
36466 status open
36467
36468 \begin_layout Plain Layout
36469
36470 \series bold
36471 【註】
36472 \series default
36473 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
36474 \series bold
36475
36476 \backslash
36477 includeonly
36478 \series default
36479 を使用することはできません。
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \begin_layout Standard
36488 \begin_inset Note Greyedout
36489 status open
36490
36491 \begin_layout Plain Layout
36492
36493 \series bold
36494 【註】
36495 \series default
36496 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36497 警告が発せられます。
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Description
36506 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36507 \end_layout
36508
36509 \begin_deeper
36510 \begin_layout Itemize
36511 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36512 \end_layout
36513
36514 \begin_layout Itemize
36515 Inputファイルは、LyX設定の操作性
36516 \family sans
36517 \SpecialChar \menuseparator
36518 表示
36519 \family default
36520 の下にある
36521 \family sans
36522 画像を表示
36523 \family default
36524 を有効にすると、LyX中でプレビューすることができます。
36525 \end_layout
36526
36527 \begin_layout Itemize
36528 LaTeXコマンドの
36529 \series bold
36530
36531 \backslash
36532 includeonly
36533 \series default
36534 は使用することができません。
36535 \end_layout
36536
36537 \end_deeper
36538 \begin_layout Standard
36539 右は、
36540 \family sans
36541 Input
36542 \family default
36543 を使って挿入した子文書です。 
36544 \begin_inset CommandInset include
36545 LatexCommand input
36546 filename "DummyDocument2.lyx"
36547
36548 \end_inset
36549
36550
36551 \end_layout
36552
36553 \begin_layout Description
36554 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36555 に用いられているコマンドは実行されません。
36556 \family sans
36557 出力の空白に印付けをする
36558 \family default
36559 オプションを有効にすると、ソースコード中のすべての空白文字に「
36560 \begin_inset ERT
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564
36565
36566 \backslash
36567 textvisiblespace 
36568 \end_layout
36569
36570 \end_inset
36571
36572 」文字を表示させることができます。
36573 \family sans
36574 挿入\SpecialChar \menuseparator
36575 ファイル\SpecialChar \menuseparator
36576 平文
36577 \family default
36578 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36579 \end_layout
36580
36581 \begin_layout Standard
36582 以下は、verbatimとして挿入された子文書です。 
36583 \begin_inset CommandInset include
36584 LatexCommand verbatiminput
36585 filename "../DummyTextDocument.txt"
36586
36587 \end_inset
36588
36589
36590 \begin_inset VSpace bigskip
36591 \end_inset
36592
36593 以下は、
36594 \family sans
36595 出力の空白に印付けをする
36596 \family default
36597 オプションを指定して、verbatimとして挿入された子文書です。 
36598 \begin_inset CommandInset include
36599 LatexCommand verbatiminput*
36600 filename "../DummyTextDocument.txt"
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \begin_layout Standard
36608 \begin_inset VSpace bigskip
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \begin_layout Standard
36615 \begin_inset Note Greyedout
36616 status open
36617
36618 \begin_layout Plain Layout
36619
36620 \series bold
36621 【註】
36622 \series default
36623 上記の例でわかるように、
36624 \family sans
36625 verbatim
36626 \family default
36627 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36628 \end_layout
36629
36630 \end_inset
36631
36632
36633 \end_layout
36634
36635 \begin_layout Standard
36636 \begin_inset Note Greyedout
36637 status open
36638
36639 \begin_layout Plain Layout
36640
36641 \series bold
36642 【訳註】
36643 \series default
36644 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36645 \end_layout
36646
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \begin_layout Description
36653 プログラムリスト この型については、第
36654 \begin_inset CommandInset ref
36655 LatexCommand ref
36656 reference "cha:プログラムコードリスト"
36657
36658 \end_inset
36659
36660 章に説明されています。
36661 \end_layout
36662
36663 \begin_layout Standard
36664 \begin_inset Note Greyedout
36665 status open
36666
36667 \begin_layout Plain Layout
36668
36669 \series bold
36670 【註】
36671 \series default
36672 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36673 \end_layout
36674
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \begin_layout Chapter
36681 プログラムコードリスト
36682 \begin_inset CommandInset label
36683 LatexCommand label
36684 name "cha:プログラムコードリスト"
36685
36686 \end_inset
36687
36688
36689 \begin_inset Index idx
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 りすと@リスト
36694 \end_layout
36695
36696 \end_inset
36697
36698
36699 \begin_inset Index idx
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 ぷろぐらむこーど@プログラムコード
36704 \end_layout
36705
36706 \end_inset
36707
36708
36709 \begin_inset Index idx
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713 ふろーと@フロート ! りすと@リスト
36714 \end_layout
36715
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \begin_layout Standard
36722 プログラムコードを取り込んで組版するには、
36723 \family sans
36724 挿入
36725 \family default
36726 \SpecialChar \menuseparator
36727
36728 \family sans
36729 プログラムリスト
36730 \family default
36731 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36732 \series bold
36733 listings
36734 \series default
36735
36736 \begin_inset Index idx
36737 status collapsed
36738
36739 \begin_layout Plain Layout
36740 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36741 \end_layout
36742
36743 \end_inset
36744
36745 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36746 \end_layout
36747
36748 \begin_layout Standard
36749 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36750 \end_layout
36751
36752 \begin_layout Standard
36753 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36754 \family sans
36755 行内リスト
36756 \family default
36757 を指定すると、リストは
36758 \begin_inset listings
36759 lstparams "language={C++}"
36760 inline true
36761 status collapsed
36762
36763 \begin_layout Plain Layout
36764
36765 int a=5;
36766 \end_layout
36767
36768 \end_inset
36769
36770 のように行内に印字されます。
36771 \begin_inset Newline newline
36772 \end_inset
36773
36774
36775 \family sans
36776 フロート
36777 \family default
36778 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36779 \begin_inset CommandInset ref
36780 LatexCommand ref
36781 reference "sec:フロートの配置"
36782
36783 \end_inset
36784
36785 節に説明されているフロート配置オプションに従って、「
36786 \family sans
36787 h
36788 \family default
36789 」「
36790 \family sans
36791 t
36792 \family default
36793 」「
36794 \family sans
36795 b
36796 \family default
36797 」「
36798 \family sans
36799 p
36800 \family default
36801 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36802 \family sans
36803 htbp
36804 \family default
36805 」のように区切りを入れることなく入力することができます。「
36806 \family sans
36807 h
36808 \family default
36809 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36810 \family sans
36811 フロート
36812 \family default
36813 オプションを使用しなければ大丈夫です。
36814 \end_layout
36815
36816 \begin_layout Standard
36817
36818 \family sans
36819 挿入
36820 \family default
36821 \SpecialChar \menuseparator
36822
36823 \family sans
36824 キャプション
36825 \family default
36826 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36827 \begin_inset CommandInset ref
36828 LatexCommand ref
36829 reference "lst:リストフロート"
36830
36831 \end_inset
36832
36833 のように参照することができます。
36834 \end_layout
36835
36836 \begin_layout Standard
36837 \begin_inset listings
36838 lstparams "language=Python"
36839 inline false
36840 status open
36841
36842 \begin_layout Plain Layout
36843
36844 \begin_inset Caption
36845
36846 \begin_layout Plain Layout
36847 \begin_inset CommandInset label
36848 LatexCommand label
36849 name "lst:リストフロート"
36850
36851 \end_inset
36852
36853 Example Listing Float
36854 \end_layout
36855
36856 \end_inset
36857
36858 # Example listing float
36859 \end_layout
36860
36861 \begin_layout Plain Layout
36862
36863 def func(param):
36864 \end_layout
36865
36866 \begin_layout Plain Layout
36867
36868     'this is a python function'
36869 \end_layout
36870
36871 \begin_layout Plain Layout
36872
36873     pass
36874 \end_layout
36875
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \begin_layout Standard
36882 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36883 onのキーワード「def」が識別され、ボールド体で出力されます。
36884 \end_layout
36885
36886 \begin_layout Standard
36887 \begin_inset Note Greyedout
36888 status open
36889
36890 \begin_layout Plain Layout
36891
36892 \series bold
36893 【註】
36894 \series default
36895 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36896 \family typewriter
36897 typewriter
36898 \family default
36899 フォントがボールド体を提供していません。この場合には、
36900 \family sans
36901 文書
36902 \family default
36903 \SpecialChar \menuseparator
36904
36905 \family sans
36906 設定
36907 \family default
36908 \SpecialChar \menuseparator
36909
36910 \family sans
36911 フォント
36912 \family default
36913 メニューで別のフォントを選択してください(
36914 \emph on
36915 LuxiMono
36916 \emph default
36917
36918 \emph on
36919 BeraMono
36920 \emph default
36921
36922 \emph on
36923 Courier
36924 \emph default
36925 の各フォントはボールド体を提供します)。
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 \begin_inset Note Greyedout
36935 status open
36936
36937 \begin_layout Plain Layout
36938
36939 \series bold
36940 【訳註】
36941 \series default
36942 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36943 \end_layout
36944
36945 \end_inset
36946
36947
36948 \end_layout
36949
36950 \begin_layout Standard
36951 プログラムリストダイアログの
36952 \family sans
36953 行番号
36954 \family default
36955 のセクションでは、行番号の様式を指定することができます。
36956 \family sans
36957 行間
36958 \family default
36959 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36960 \end_layout
36961
36962 \begin_layout Standard
36963 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36964 \family sans
36965 拡張文字コード表を使う
36966 \family default
36967 オプションを使用しなくてはなりません。
36968 \begin_inset Newline newline
36969 \end_inset
36970
36971 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36972 \begin_inset space \thinspace{}
36973 \end_inset
36974
36975 -
36976 \begin_inset space \thinspace{}
36977 \end_inset
36978
36979 8」で設定したプログラムリストの例です。
36980 \end_layout
36981
36982 \begin_layout Standard
36983 \begin_inset listings
36984 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36985 inline false
36986 status open
36987
36988 \begin_layout Plain Layout
36989
36990 def func(param):
36991 \end_layout
36992
36993 \begin_layout Plain Layout
36994
36995     'this is a python function'
36996 \end_layout
36997
36998 \begin_layout Plain Layout
36999
37000     pass
37001 \end_layout
37002
37003 \begin_layout Plain Layout
37004
37005 def func(param):
37006 \end_layout
37007
37008 \begin_layout Plain Layout
37009
37010 'This is a German word: Tschüß'
37011 \end_layout
37012
37013 \begin_layout Plain Layout
37014
37015 pass
37016 \end_layout
37017
37018 \begin_layout Plain Layout
37019
37020 def func(param):
37021 \end_layout
37022
37023 \begin_layout Plain Layout
37024
37025 'this is a python function'
37026 \end_layout
37027
37028 \begin_layout Plain Layout
37029
37030 pass
37031 \end_layout
37032
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \begin_layout Standard
37039 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37040 \family sans
37041 タビュレータの大きさ
37042 \family default
37043 フィールドで指定することができます。
37044 \end_layout
37045
37046 \begin_layout Standard
37047 \begin_inset Note Greyedout
37048 status open
37049
37050 \begin_layout Plain Layout
37051
37052 \series bold
37053 【註】listings
37054 \series default
37055 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37056 に振られているのはこのためです。
37057 \end_layout
37058
37059 \end_inset
37060
37061
37062 \end_layout
37063
37064 \begin_layout Standard
37065 \begin_inset VSpace bigskip
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Standard
37072 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37073 \family sans
37074 挿入
37075 \family default
37076 \SpecialChar \menuseparator
37077
37078 \family sans
37079 ファイル
37080 \family default
37081 \SpecialChar \menuseparator
37082
37083 \family sans
37084 子文書
37085 \family default
37086 メニューを使用して
37087 \family sans
37088 プログラムリスト
37089 \family default
37090 型を選択してください
37091 \begin_inset Foot
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095 他の子文書型については、第 section
37096 \begin_inset space ~
37097 \end_inset
37098
37099
37100 \begin_inset CommandInset ref
37101 LatexCommand ref
37102 reference "sec:子文書"
37103
37104 \end_inset
37105
37106 節に説明があります。
37107 \end_layout
37108
37109 \end_inset
37110
37111 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37112 疑問符「?」を打鍵してください。
37113 \end_layout
37114
37115 \begin_layout Standard
37116 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37117 \family sans
37118 挿入
37119 \family default
37120 \SpecialChar \menuseparator
37121
37122 \family sans
37123 相互参照
37124 \family default
37125 メニューを使って参照できるようになります。
37126 \end_layout
37127
37128 \begin_layout Standard
37129 プログラムリスト
37130 \begin_inset CommandInset ref
37131 LatexCommand ref
37132 reference "lst:file-listing"
37133
37134 \end_inset
37135
37136 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37137 \end_layout
37138
37139 \begin_layout Standard
37140 \begin_inset CommandInset include
37141 LatexCommand lstinputlisting
37142 filename "EmbeddedObjects.lyx"
37143 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Standard
37151 \begin_inset VSpace bigskip
37152 \end_inset
37153
37154
37155 \end_layout
37156
37157 \begin_layout Standard
37158 リストに数式を入れるには、以下のようにします。
37159 \end_layout
37160
37161 \begin_layout Enumerate
37162 リストダイアログを開き、
37163 \family sans
37164 詳細
37165 \family default
37166 タブのフィールド中に
37167 \begin_inset Newline newline
37168 \end_inset
37169
37170
37171 \family sans
37172 mathescape=true
37173 \family default
37174
37175 \begin_inset Newline newline
37176 \end_inset
37177
37178 と書き加えます。
37179 \end_layout
37180
37181 \begin_layout Enumerate
37182 リスト外で数式を作成します。
37183 \end_layout
37184
37185 \begin_layout Enumerate
37186 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37187 \begin_inset Info
37188 type  "shortcut"
37189 arg   "copy"
37190 \end_inset
37191
37192 )。
37193 \end_layout
37194
37195 \begin_layout Enumerate
37196 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37197 \begin_inset Info
37198 type  "shortcut"
37199 arg   "paste"
37200 \end_inset
37201
37202 )。
37203 \end_layout
37204
37205 \begin_layout Standard
37206 \begin_inset listings
37207 lstparams "language=Python,mathescape=true"
37208 inline false
37209 status open
37210
37211 \begin_layout Plain Layout
37212
37213 \begin_inset Caption
37214
37215 \begin_layout Plain Layout
37216 Example Listing float containing a formula
37217 \end_layout
37218
37219 \end_inset
37220
37221 # Example listing float
37222 \end_layout
37223
37224 \begin_layout Plain Layout
37225
37226 def func(param):
37227 \end_layout
37228
37229 \begin_layout Plain Layout
37230
37231     # $
37232 \backslash
37233 prod_{n=1}^{
37234 \backslash
37235 infty}
37236 \backslash
37237 ,
37238 \backslash
37239 frac{1}{x^{2}}$
37240 \end_layout
37241
37242 \begin_layout Plain Layout
37243
37244     pass
37245 \end_layout
37246
37247 \end_inset
37248
37249
37250 \end_layout
37251
37252 \begin_layout Standard
37253 \begin_inset VSpace bigskip
37254 \end_inset
37255
37256
37257 \end_layout
37258
37259 \begin_layout Standard
37260 大域的なプログラムリストの設定は、
37261 \family sans
37262 文書
37263 \family default
37264 \SpecialChar \menuseparator
37265
37266 \family sans
37267 設定
37268 \family default
37269 \SpecialChar \menuseparator
37270
37271 \family sans
37272 リスト
37273 \family default
37274 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37275 \family sans
37276 プログラムリスト設定
37277 \family default
37278 フィールドで疑問符「?」を打鍵してください。
37279 \end_layout
37280
37281 \begin_layout Standard
37282
37283 \series bold
37284 listings
37285 \series default
37286 パッケージについての詳しい情報については、取扱説明書
37287 \begin_inset CommandInset citation
37288 LatexCommand cite
37289 key "listings"
37290
37291 \end_inset
37292
37293 をご参照ください。.
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \begin_inset Newpage newpage
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \begin_layout Chapter
37304 \start_of_appendix
37305 LyXで使用できる単位
37306 \begin_inset Index idx
37307 status collapsed
37308
37309 \begin_layout Plain Layout
37310 たんい@単位
37311 \end_layout
37312
37313 \end_inset
37314
37315
37316 \begin_inset CommandInset label
37317 LatexCommand label
37318 name "cha:LyXで使用できる単位"
37319
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \begin_layout Standard
37326 この文書で用いられる単位の理解のために、表
37327 \begin_inset CommandInset ref
37328 LatexCommand ref
37329 reference "tab:単位"
37330
37331 \end_inset
37332
37333 に、LyXで使うことのできる単位をまとめておきます。
37334 \end_layout
37335
37336 \begin_layout Standard
37337 \begin_inset Float table
37338 placement h
37339 wide false
37340 sideways false
37341 status open
37342
37343 \begin_layout Plain Layout
37344 \begin_inset Caption
37345
37346 \begin_layout Plain Layout
37347 \begin_inset CommandInset label
37348 LatexCommand label
37349 name "tab:単位"
37350
37351 \end_inset
37352
37353 単位
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \begin_layout Plain Layout
37362 \begin_inset VSpace medskip
37363 \end_inset
37364
37365
37366 \end_layout
37367
37368 \begin_layout Plain Layout
37369 \align center
37370 \begin_inset Tabular
37371 <lyxtabular version="3" rows="20" columns="2">
37372 <features tabularvalignment="middle">
37373 <column alignment="center" valignment="top" width="0">
37374 <column alignment="center" valignment="top" width="0">
37375 <row>
37376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380 単位
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389 名称/摘要
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 </row>
37395 <row>
37396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37397 \begin_inset Text
37398
37399 \begin_layout Plain Layout
37400 mm
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409 ミリメートル
37410 \end_layout
37411
37412 \end_inset
37413 </cell>
37414 </row>
37415 <row>
37416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37417 \begin_inset Text
37418
37419 \begin_layout Plain Layout
37420 cm
37421 \end_layout
37422
37423 \end_inset
37424 </cell>
37425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429 センチメートル
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 </row>
37435 <row>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440 in
37441 \end_layout
37442
37443 \end_inset
37444 </cell>
37445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449 インチ
37450 \end_layout
37451
37452 \end_inset
37453 </cell>
37454 </row>
37455 <row>
37456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 pt
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37466 \begin_inset Text
37467
37468 \begin_layout Plain Layout
37469 ポイント (72.27
37470 \begin_inset Formula $\,$
37471 \end_inset
37472
37473 pt = 1
37474 \begin_inset Formula $\,$
37475 \end_inset
37476
37477 in)
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 pc
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 パイカ (1
37498 \begin_inset Formula $\,$
37499 \end_inset
37500
37501 pc = 12
37502 \begin_inset Formula $\,$
37503 \end_inset
37504
37505 pt)
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 </row>
37511 <row>
37512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 sp
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 スケールポイント (65536
37526 \begin_inset Formula $\,$
37527 \end_inset
37528
37529 sp = 1
37530 \begin_inset Formula $\,$
37531 \end_inset
37532
37533 pt)
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 </row>
37539 <row>
37540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544 bp
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553 ビッグポイント (72
37554 \begin_inset Formula $\,$
37555 \end_inset
37556
37557 bp = 1
37558 \begin_inset Formula $\,$
37559 \end_inset
37560
37561 in)
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 </row>
37567 <row>
37568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572 dd
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581 ディドー (72
37582 \begin_inset Formula $\,$
37583 \end_inset
37584
37585 dd 
37586 \begin_inset Formula $\approx$
37587 \end_inset
37588
37589  37.6
37590 \begin_inset Formula $\,$
37591 \end_inset
37592
37593 mm)
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 </row>
37599 <row>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 cc
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 シセロ (1
37614 \begin_inset Formula $\,$
37615 \end_inset
37616
37617 cc = 12
37618 \begin_inset Formula $\,$
37619 \end_inset
37620
37621 dd)
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 </row>
37627 <row>
37628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632 Scale%
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641 元の画像幅の%
37642 \end_layout
37643
37644 \end_inset
37645 </cell>
37646 </row>
37647 <row>
37648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37649 \begin_inset Text
37650
37651 \begin_layout Plain Layout
37652 text%
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661 テキスト幅の%
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 col%
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 組段幅の%
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 </row>
37687 <row>
37688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37689 \begin_inset Text
37690
37691 \begin_layout Plain Layout
37692 page%
37693 \end_layout
37694
37695 \end_inset
37696 </cell>
37697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37698 \begin_inset Text
37699
37700 \begin_layout Plain Layout
37701 用紙幅の%
37702 \end_layout
37703
37704 \end_inset
37705 </cell>
37706 </row>
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 line%
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 行幅の%
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row>
37728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 theight%
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741 テキスト高さの%
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 <row>
37748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37749 \begin_inset Text
37750
37751 \begin_layout Plain Layout
37752 pheight%
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761 用紙高さの%
37762 \end_layout
37763
37764 \end_inset
37765 </cell>
37766 </row>
37767 <row>
37768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout Plain Layout
37772 ex
37773 \end_layout
37774
37775 \end_inset
37776 </cell>
37777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37778 \begin_inset Text
37779
37780 \begin_layout Plain Layout
37781 現在のフォントの文字「x」の高さ
37782 \end_layout
37783
37784 \end_inset
37785 </cell>
37786 </row>
37787 <row>
37788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792 em
37793 \end_layout
37794
37795 \end_inset
37796 </cell>
37797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37798 \begin_inset Text
37799
37800 \begin_layout Plain Layout
37801 現在のフォントの文字「M」の幅
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 </row>
37807 <row>
37808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812 mu
37813 \end_layout
37814
37815 \end_inset
37816 </cell>
37817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37818 \begin_inset Text
37819
37820 \begin_layout Plain Layout
37821 数式単位 (1
37822 \begin_inset Formula $\,$
37823 \end_inset
37824
37825 mu = 1/18
37826 \begin_inset Formula $\,$
37827 \end_inset
37828
37829 em)
37830 \end_layout
37831
37832 \end_inset
37833 </cell>
37834 </row>
37835 </lyxtabular>
37836
37837 \end_inset
37838
37839
37840 \end_layout
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \begin_layout Chapter
37848 画像を含む場合のファイル出力形式
37849 \begin_inset CommandInset label
37850 LatexCommand label
37851 name "cha:ファイル出力形式"
37852
37853 \end_inset
37854
37855
37856 \end_layout
37857
37858 \begin_layout Section
37859 DVI
37860 \begin_inset Index idx
37861 status collapsed
37862
37863 \begin_layout Plain Layout
37864 ふぁいるしょしき@ファイル書式 ! DVI
37865 \end_layout
37866
37867 \end_inset
37868
37869
37870 \begin_inset Index idx
37871 status collapsed
37872
37873 \begin_layout Plain Layout
37874 DVI|see
37875 \begin_inset ERT
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879
37880 {
37881 \end_layout
37882
37883 \end_inset
37884
37885 ファイル書式
37886 \begin_inset ERT
37887 status collapsed
37888
37889 \begin_layout Plain Layout
37890
37891 }
37892 \end_layout
37893
37894 \end_inset
37895
37896
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \end_layout
37903
37904 \begin_layout Standard
37905 このファイル型の拡張子は「
37906 \family typewriter
37907 .dvi
37908 \family default
37909 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37910 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37911 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37912 \end_layout
37913
37914 \begin_layout Standard
37915 \begin_inset Note Greyedout
37916 status open
37917
37918 \begin_layout Plain Layout
37919 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37920 \end_layout
37921
37922 \end_inset
37923
37924 ですから、お使いの
37925 \family typewriter
37926 .dvi
37927 \family default
37928 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37929 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37930 DFを使用することをお勧めします。
37931 \end_layout
37932
37933 \begin_layout Standard
37934 使用中の文書は、
37935 \family sans
37936 ファイル
37937 \family default
37938 \SpecialChar \menuseparator
37939
37940 \family sans
37941 書き出し
37942 \family default
37943 \SpecialChar \menuseparator
37944
37945 \family sans
37946 DVI
37947 \family default
37948 メニューを使用して、DVIに書き出すことができます。
37949 \lang english
37950 You can view your document as DVI via the 
37951 \family sans
37952 View
37953 \family default
37954  menu.
37955 \end_layout
37956
37957 \begin_layout Section
37958 PostScript
37959 \begin_inset CommandInset label
37960 LatexCommand label
37961 name "sec:PostScript"
37962
37963 \end_inset
37964
37965
37966 \begin_inset Index idx
37967 status collapsed
37968
37969 \begin_layout Plain Layout
37970 ふぁいるしょしき@ファイル書式 ! PostScript
37971 \end_layout
37972
37973 \end_inset
37974
37975
37976 \begin_inset Index idx
37977 status collapsed
37978
37979 \begin_layout Plain Layout
37980 PostScript|see
37981 \begin_inset ERT
37982 status collapsed
37983
37984 \begin_layout Plain Layout
37985
37986 {
37987 \end_layout
37988
37989 \end_inset
37990
37991 ファイル書式
37992 \begin_inset ERT
37993 status collapsed
37994
37995 \begin_layout Plain Layout
37996
37997 }
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \end_layout
38004
38005 \end_inset
38006
38007
38008 \end_layout
38009
38010 \begin_layout Standard
38011 このファイル型の拡張子は「
38012 \family typewriter
38013 .ps
38014 \family default
38015 」です。PostScriptは、
38016 \family typewriter
38017 Adobe
38018 \family default
38019 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38020 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38021 \begin_inset Foot
38022 status collapsed
38023
38024 \begin_layout Plain Layout
38025 これについてもう少し学ぶ気があれば、LaTeXパッケージ
38026 \series bold
38027 PSTricks
38028 \series default
38029
38030 \begin_inset CommandInset citation
38031 LatexCommand cite
38032 key "pstricks"
38033
38034 \end_inset
38035
38036 を見てみてください。
38037 \end_layout
38038
38039 \end_inset
38040
38041 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38042 \end_layout
38043
38044 \begin_layout Standard
38045 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38046 \family typewriter
38047 .eps
38048 \family default
38049 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
38050 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
38051 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
38052 を直接EPSとして入れておく方がよいでしょう。
38053 \end_layout
38054
38055 \begin_layout Standard
38056 文書は、
38057 \family sans
38058 ファイル
38059 \family default
38060 \SpecialChar \menuseparator
38061
38062 \family sans
38063 書き出し
38064 \family default
38065 \SpecialChar \menuseparator
38066
38067 \family sans
38068 Postscript
38069 \family default
38070 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38071 \family sans
38072 表示
38073 \family default
38074 メニューかツールバーボタン
38075 \begin_inset Graphics
38076         filename ../../images/buffer-view_ps.png
38077         scale 85
38078         scaleBeforeRotation
38079
38080 \end_inset
38081
38082 を使用することでPostScriptとして表示させることができます。
38083 \end_layout
38084
38085 \begin_layout Section
38086 PDF
38087 \begin_inset Index idx
38088 status collapsed
38089
38090 \begin_layout Plain Layout
38091 ふぁいるしょしき@ファイル書式 ! PDF
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \begin_inset Index idx
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101 PDF
38102 \end_layout
38103
38104 \end_inset
38105
38106
38107 \end_layout
38108
38109 \begin_layout Standard
38110 このファイル型の拡張子は「
38111 \family typewriter
38112 .pdf
38113 \family default
38114 」です。この「Portable Document Format (PDF)」は、
38115 \family typewriter
38116 Adobe
38117 \family default
38118 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38119 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38120 \end_layout
38121
38122 \begin_layout Standard
38123 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38124 \family typewriter
38125 .jpg
38126 \family default
38127 」または「
38128 \family typewriter
38129 .jpeg
38130 \family default
38131 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38132 \family typewriter
38133 .png
38134 \family default
38135 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38136 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38137 とをお勧めします。
38138 \end_layout
38139
38140 \begin_layout Standard
38141 使用中の文書は、
38142 \family sans
38143 ファイル
38144 \family default
38145 \SpecialChar \menuseparator
38146
38147 \family sans
38148 書き出し
38149 \family default
38150 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38151 \end_layout
38152
38153 \begin_layout Description
38154 PDF
38155 \begin_inset space ~
38156 \end_inset
38157
38158 (ps2pdf) これは
38159 \family typewriter
38160 ps2pdf
38161 \family default
38162 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38163 \family typewriter
38164 dvips
38165 \family default
38166 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38167 \end_layout
38168
38169 \begin_layout Description
38170 PDF
38171 \begin_inset space ~
38172 \end_inset
38173
38174 (dvipdfm) これは
38175 \family typewriter
38176 dvipdfm
38177 \family default
38178 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38179 \end_layout
38180
38181 \begin_layout Description
38182 PDF
38183 \begin_inset space ~
38184 \end_inset
38185
38186 (pdflatex) これは
38187 \family typewriter
38188 pdftex
38189 \family default
38190 プログラムを使って、現在のファイルを直接PDFに変換します。
38191 \end_layout
38192
38193 \begin_layout Standard
38194
38195 \family typewriter
38196 pdftex
38197 \family default
38198 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38199 \family sans
38200 PDF
38201 \begin_inset space ~
38202 \end_inset
38203
38204 (pdflatex)
38205 \family default
38206 を使用することが推奨されます。
38207 \family typewriter
38208 dvipdfm
38209 \family default
38210 プログラムは開発が停止しており、若干時代遅れになっています。
38211 \end_layout
38212
38213 \begin_layout Standard
38214 使用中の文書をPDFとして表示するには、
38215 \family sans
38216 表示
38217 \family default
38218 メニューかツールバーボタン
38219 \begin_inset Graphics
38220         filename ../../images/buffer-view_pdf2.png
38221         scale 85
38222         scaleBeforeRotation
38223
38224 \end_inset
38225
38226 (これは
38227 \family sans
38228 PDF
38229 \begin_inset space ~
38230 \end_inset
38231
38232 (pdflatex)
38233 \family default
38234 を使用します)を用います。
38235 \end_layout
38236
38237 \begin_layout Chapter
38238
38239 \lang english
38240 List of dvips color names
38241 \begin_inset CommandInset label
38242 LatexCommand label
38243 name "chap:List-of-dvips-colornames"
38244
38245 \end_inset
38246
38247
38248 \end_layout
38249
38250 \begin_layout Standard
38251 \begin_inset Tabular
38252 <lyxtabular version="3" rows="17" columns="4">
38253 <features tabularvalignment="middle">
38254 <column alignment="left" valignment="top" width="0pt">
38255 <column alignment="left" valignment="top" width="0pt">
38256 <column alignment="left" valignment="top" width="0pt">
38257 <column alignment="left" valignment="top" width="0pt">
38258 <row>
38259 <cell alignment="left" valignment="top" usebox="none">
38260 \begin_inset Text
38261
38262 \begin_layout Plain Layout
38263 \begin_inset ERT
38264 status collapsed
38265
38266 \begin_layout Plain Layout
38267
38268
38269 \backslash
38270 fcolorbox{black}{
38271 \end_layout
38272
38273 \end_inset
38274
38275 white
38276 \begin_inset ERT
38277 status collapsed
38278
38279 \begin_layout Plain Layout
38280
38281 }{
38282 \end_layout
38283
38284 \end_inset
38285
38286
38287 \lang english
38288 Color
38289 \lang japanese
38290
38291 \begin_inset ERT
38292 status collapsed
38293
38294 \begin_layout Plain Layout
38295
38296 }
38297 \end_layout
38298
38299 \end_inset
38300
38301  
38302 \lang english
38303 Color name
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 <cell alignment="left" valignment="top" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312 \begin_inset ERT
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316
38317
38318 \backslash
38319 fcolorbox{black}{
38320 \end_layout
38321
38322 \end_inset
38323
38324 white
38325 \begin_inset ERT
38326 status collapsed
38327
38328 \begin_layout Plain Layout
38329
38330 }{
38331 \end_layout
38332
38333 \end_inset
38334
38335
38336 \lang english
38337 Color
38338 \lang japanese
38339
38340 \begin_inset ERT
38341 status collapsed
38342
38343 \begin_layout Plain Layout
38344
38345 }
38346 \end_layout
38347
38348 \end_inset
38349
38350  
38351 \lang english
38352 Color name
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 <cell alignment="left" valignment="top" usebox="none">
38358 \begin_inset Text
38359
38360 \begin_layout Plain Layout
38361 \begin_inset ERT
38362 status collapsed
38363
38364 \begin_layout Plain Layout
38365
38366
38367 \backslash
38368 fcolorbox{black}{
38369 \end_layout
38370
38371 \end_inset
38372
38373 white
38374 \begin_inset ERT
38375 status collapsed
38376
38377 \begin_layout Plain Layout
38378
38379 }{
38380 \end_layout
38381
38382 \end_inset
38383
38384
38385 \lang english
38386 Color
38387 \lang japanese
38388
38389 \begin_inset ERT
38390 status collapsed
38391
38392 \begin_layout Plain Layout
38393
38394 }
38395 \end_layout
38396
38397 \end_inset
38398
38399  
38400 \lang english
38401 Color name
38402 \end_layout
38403
38404 \end_inset
38405 </cell>
38406 <cell alignment="left" valignment="top" usebox="none">
38407 \begin_inset Text
38408
38409 \begin_layout Plain Layout
38410 \begin_inset ERT
38411 status collapsed
38412
38413 \begin_layout Plain Layout
38414
38415
38416 \backslash
38417 fcolorbox{black}{
38418 \end_layout
38419
38420 \end_inset
38421
38422 white
38423 \begin_inset ERT
38424 status collapsed
38425
38426 \begin_layout Plain Layout
38427
38428 }{
38429 \end_layout
38430
38431 \end_inset
38432
38433
38434 \lang english
38435 Color
38436 \lang japanese
38437
38438 \begin_inset ERT
38439 status collapsed
38440
38441 \begin_layout Plain Layout
38442
38443 }
38444 \end_layout
38445
38446 \end_inset
38447
38448  
38449 \lang english
38450 Color name
38451 \end_layout
38452
38453 \end_inset
38454 </cell>
38455 </row>
38456 <row>
38457 <cell alignment="center" valignment="top" usebox="none">
38458 \begin_inset Text
38459
38460 \begin_layout Plain Layout
38461 \begin_inset ERT
38462 status collapsed
38463
38464 \begin_layout Plain Layout
38465
38466
38467 \backslash
38468 fcolorbox{black}{
38469 \end_layout
38470
38471 \end_inset
38472
38473 Apricot
38474 \begin_inset ERT
38475 status collapsed
38476
38477 \begin_layout Plain Layout
38478
38479 }{
38480 \end_layout
38481
38482 \end_inset
38483
38484
38485 \begin_inset Phantom Phantom
38486 status open
38487
38488 \begin_layout Plain Layout
38489 W
38490 \end_layout
38491
38492 \end_inset
38493
38494
38495 \begin_inset ERT
38496 status collapsed
38497
38498 \begin_layout Plain Layout
38499
38500 }
38501 \end_layout
38502
38503 \end_inset
38504
38505  Apricot
38506 \end_layout
38507
38508 \end_inset
38509 </cell>
38510 <cell alignment="center" valignment="top" usebox="none">
38511 \begin_inset Text
38512
38513 \begin_layout Plain Layout
38514 \begin_inset ERT
38515 status collapsed
38516
38517 \begin_layout Plain Layout
38518
38519
38520 \backslash
38521 fcolorbox{black}{
38522 \end_layout
38523
38524 \end_inset
38525
38526 Aquamarine
38527 \begin_inset ERT
38528 status collapsed
38529
38530 \begin_layout Plain Layout
38531
38532 }{
38533 \end_layout
38534
38535 \end_inset
38536
38537
38538 \begin_inset Phantom Phantom
38539 status open
38540
38541 \begin_layout Plain Layout
38542 W
38543 \end_layout
38544
38545 \end_inset
38546
38547
38548 \begin_inset ERT
38549 status collapsed
38550
38551 \begin_layout Plain Layout
38552
38553 }
38554 \end_layout
38555
38556 \end_inset
38557
38558  Aquamarine
38559 \end_layout
38560
38561 \end_inset
38562 </cell>
38563 <cell alignment="center" valignment="top" usebox="none">
38564 \begin_inset Text
38565
38566 \begin_layout Plain Layout
38567 \begin_inset ERT
38568 status collapsed
38569
38570 \begin_layout Plain Layout
38571
38572
38573 \backslash
38574 fcolorbox{black}{
38575 \end_layout
38576
38577 \end_inset
38578
38579 Bittersweet
38580 \begin_inset ERT
38581 status collapsed
38582
38583 \begin_layout Plain Layout
38584
38585 }{
38586 \end_layout
38587
38588 \end_inset
38589
38590
38591 \begin_inset Phantom Phantom
38592 status open
38593
38594 \begin_layout Plain Layout
38595 W
38596 \end_layout
38597
38598 \end_inset
38599
38600
38601 \begin_inset ERT
38602 status collapsed
38603
38604 \begin_layout Plain Layout
38605
38606 }
38607 \end_layout
38608
38609 \end_inset
38610
38611  Bittersweet
38612 \end_layout
38613
38614 \end_inset
38615 </cell>
38616 <cell alignment="center" valignment="top" usebox="none">
38617 \begin_inset Text
38618
38619 \begin_layout Plain Layout
38620 \begin_inset ERT
38621 status collapsed
38622
38623 \begin_layout Plain Layout
38624
38625
38626 \backslash
38627 fcolorbox{black}{
38628 \end_layout
38629
38630 \end_inset
38631
38632 BlueGreen
38633 \begin_inset ERT
38634 status collapsed
38635
38636 \begin_layout Plain Layout
38637
38638 }{
38639 \end_layout
38640
38641 \end_inset
38642
38643
38644 \begin_inset Phantom Phantom
38645 status open
38646
38647 \begin_layout Plain Layout
38648 W
38649 \end_layout
38650
38651 \end_inset
38652
38653
38654 \begin_inset ERT
38655 status collapsed
38656
38657 \begin_layout Plain Layout
38658
38659 }
38660 \end_layout
38661
38662 \end_inset
38663
38664  BlueGreen
38665 \end_layout
38666
38667 \end_inset
38668 </cell>
38669 </row>
38670 <row>
38671 <cell alignment="left" valignment="top" usebox="none">
38672 \begin_inset Text
38673
38674 \begin_layout Plain Layout
38675 \begin_inset ERT
38676 status collapsed
38677
38678 \begin_layout Plain Layout
38679
38680
38681 \backslash
38682 fcolorbox{black}{
38683 \end_layout
38684
38685 \end_inset
38686
38687 BlueViolet
38688 \begin_inset ERT
38689 status collapsed
38690
38691 \begin_layout Plain Layout
38692
38693 }{
38694 \end_layout
38695
38696 \end_inset
38697
38698
38699 \begin_inset Phantom Phantom
38700 status open
38701
38702 \begin_layout Plain Layout
38703 W
38704 \end_layout
38705
38706 \end_inset
38707
38708
38709 \begin_inset ERT
38710 status collapsed
38711
38712 \begin_layout Plain Layout
38713
38714 }
38715 \end_layout
38716
38717 \end_inset
38718
38719  BlueViolet
38720 \end_layout
38721
38722 \end_inset
38723 </cell>
38724 <cell alignment="left" valignment="top" usebox="none">
38725 \begin_inset Text
38726
38727 \begin_layout Plain Layout
38728 \begin_inset ERT
38729 status collapsed
38730
38731 \begin_layout Plain Layout
38732
38733
38734 \backslash
38735 fcolorbox{black}{
38736 \end_layout
38737
38738 \end_inset
38739
38740 BrickRed
38741 \begin_inset ERT
38742 status collapsed
38743
38744 \begin_layout Plain Layout
38745
38746 }{
38747 \end_layout
38748
38749 \end_inset
38750
38751
38752 \begin_inset Phantom Phantom
38753 status open
38754
38755 \begin_layout Plain Layout
38756 W
38757 \end_layout
38758
38759 \end_inset
38760
38761
38762 \begin_inset ERT
38763 status collapsed
38764
38765 \begin_layout Plain Layout
38766
38767 }
38768 \end_layout
38769
38770 \end_inset
38771
38772  BrickRed
38773 \end_layout
38774
38775 \end_inset
38776 </cell>
38777 <cell alignment="left" valignment="top" usebox="none">
38778 \begin_inset Text
38779
38780 \begin_layout Plain Layout
38781 \begin_inset ERT
38782 status collapsed
38783
38784 \begin_layout Plain Layout
38785
38786
38787 \backslash
38788 fcolorbox{black}{
38789 \end_layout
38790
38791 \end_inset
38792
38793 Brown
38794 \begin_inset ERT
38795 status collapsed
38796
38797 \begin_layout Plain Layout
38798
38799 }{
38800 \end_layout
38801
38802 \end_inset
38803
38804
38805 \begin_inset Phantom Phantom
38806 status open
38807
38808 \begin_layout Plain Layout
38809 W
38810 \end_layout
38811
38812 \end_inset
38813
38814
38815 \begin_inset ERT
38816 status collapsed
38817
38818 \begin_layout Plain Layout
38819
38820 }
38821 \end_layout
38822
38823 \end_inset
38824
38825  Brown
38826 \end_layout
38827
38828 \end_inset
38829 </cell>
38830 <cell alignment="left" valignment="top" usebox="none">
38831 \begin_inset Text
38832
38833 \begin_layout Plain Layout
38834 \begin_inset ERT
38835 status collapsed
38836
38837 \begin_layout Plain Layout
38838
38839
38840 \backslash
38841 fcolorbox{black}{
38842 \end_layout
38843
38844 \end_inset
38845
38846 BurntOrange
38847 \begin_inset ERT
38848 status collapsed
38849
38850 \begin_layout Plain Layout
38851
38852 }{
38853 \end_layout
38854
38855 \end_inset
38856
38857
38858 \begin_inset Phantom Phantom
38859 status open
38860
38861 \begin_layout Plain Layout
38862 W
38863 \end_layout
38864
38865 \end_inset
38866
38867
38868 \begin_inset ERT
38869 status collapsed
38870
38871 \begin_layout Plain Layout
38872
38873 }
38874 \end_layout
38875
38876 \end_inset
38877
38878  BurntOrange
38879 \end_layout
38880
38881 \end_inset
38882 </cell>
38883 </row>
38884 <row>
38885 <cell alignment="left" valignment="top" usebox="none">
38886 \begin_inset Text
38887
38888 \begin_layout Plain Layout
38889 \begin_inset ERT
38890 status collapsed
38891
38892 \begin_layout Plain Layout
38893
38894
38895 \backslash
38896 fcolorbox{black}{
38897 \end_layout
38898
38899 \end_inset
38900
38901 CadetBlue
38902 \begin_inset ERT
38903 status collapsed
38904
38905 \begin_layout Plain Layout
38906
38907 }{
38908 \end_layout
38909
38910 \end_inset
38911
38912
38913 \begin_inset Phantom Phantom
38914 status open
38915
38916 \begin_layout Plain Layout
38917 W
38918 \end_layout
38919
38920 \end_inset
38921
38922
38923 \begin_inset ERT
38924 status collapsed
38925
38926 \begin_layout Plain Layout
38927
38928 }
38929 \end_layout
38930
38931 \end_inset
38932
38933  CadetBlue
38934 \end_layout
38935
38936 \end_inset
38937 </cell>
38938 <cell alignment="left" valignment="top" usebox="none">
38939 \begin_inset Text
38940
38941 \begin_layout Plain Layout
38942 \begin_inset ERT
38943 status collapsed
38944
38945 \begin_layout Plain Layout
38946
38947
38948 \backslash
38949 fcolorbox{black}{
38950 \end_layout
38951
38952 \end_inset
38953
38954 CarnationPink
38955 \begin_inset ERT
38956 status collapsed
38957
38958 \begin_layout Plain Layout
38959
38960 }{
38961 \end_layout
38962
38963 \end_inset
38964
38965
38966 \begin_inset Phantom Phantom
38967 status open
38968
38969 \begin_layout Plain Layout
38970 W
38971 \end_layout
38972
38973 \end_inset
38974
38975
38976 \begin_inset ERT
38977 status collapsed
38978
38979 \begin_layout Plain Layout
38980
38981 }
38982 \end_layout
38983
38984 \end_inset
38985
38986  CarnationPink
38987 \end_layout
38988
38989 \end_inset
38990 </cell>
38991 <cell alignment="left" valignment="top" usebox="none">
38992 \begin_inset Text
38993
38994 \begin_layout Plain Layout
38995 \begin_inset ERT
38996 status collapsed
38997
38998 \begin_layout Plain Layout
38999
39000
39001 \backslash
39002 fcolorbox{black}{
39003 \end_layout
39004
39005 \end_inset
39006
39007 Cerulean
39008 \begin_inset ERT
39009 status collapsed
39010
39011 \begin_layout Plain Layout
39012
39013 }{
39014 \end_layout
39015
39016 \end_inset
39017
39018
39019 \begin_inset Phantom Phantom
39020 status open
39021
39022 \begin_layout Plain Layout
39023 W
39024 \end_layout
39025
39026 \end_inset
39027
39028
39029 \begin_inset ERT
39030 status collapsed
39031
39032 \begin_layout Plain Layout
39033
39034 }
39035 \end_layout
39036
39037 \end_inset
39038
39039  Cerulean
39040 \end_layout
39041
39042 \end_inset
39043 </cell>
39044 <cell alignment="left" valignment="top" usebox="none">
39045 \begin_inset Text
39046
39047 \begin_layout Plain Layout
39048 \begin_inset ERT
39049 status collapsed
39050
39051 \begin_layout Plain Layout
39052
39053
39054 \backslash
39055 fcolorbox{black}{
39056 \end_layout
39057
39058 \end_inset
39059
39060 CornflowerBlue
39061 \begin_inset ERT
39062 status collapsed
39063
39064 \begin_layout Plain Layout
39065
39066 }{
39067 \end_layout
39068
39069 \end_inset
39070
39071
39072 \begin_inset Phantom Phantom
39073 status open
39074
39075 \begin_layout Plain Layout
39076 W
39077 \end_layout
39078
39079 \end_inset
39080
39081
39082 \begin_inset ERT
39083 status collapsed
39084
39085 \begin_layout Plain Layout
39086
39087 }
39088 \end_layout
39089
39090 \end_inset
39091
39092  CornflowerBlue
39093 \end_layout
39094
39095 \end_inset
39096 </cell>
39097 </row>
39098 <row>
39099 <cell alignment="left" valignment="top" usebox="none">
39100 \begin_inset Text
39101
39102 \begin_layout Plain Layout
39103 \begin_inset ERT
39104 status collapsed
39105
39106 \begin_layout Plain Layout
39107
39108
39109 \backslash
39110 fcolorbox{black}{
39111 \end_layout
39112
39113 \end_inset
39114
39115 Dandelion
39116 \begin_inset ERT
39117 status collapsed
39118
39119 \begin_layout Plain Layout
39120
39121 }{
39122 \end_layout
39123
39124 \end_inset
39125
39126
39127 \begin_inset Phantom Phantom
39128 status open
39129
39130 \begin_layout Plain Layout
39131 W
39132 \end_layout
39133
39134 \end_inset
39135
39136
39137 \begin_inset ERT
39138 status collapsed
39139
39140 \begin_layout Plain Layout
39141
39142 }
39143 \end_layout
39144
39145 \end_inset
39146
39147  Dandelion
39148 \end_layout
39149
39150 \end_inset
39151 </cell>
39152 <cell alignment="left" valignment="top" usebox="none">
39153 \begin_inset Text
39154
39155 \begin_layout Plain Layout
39156 \begin_inset ERT
39157 status collapsed
39158
39159 \begin_layout Plain Layout
39160
39161
39162 \backslash
39163 fcolorbox{black}{
39164 \end_layout
39165
39166 \end_inset
39167
39168 DarkOrchid
39169 \begin_inset ERT
39170 status collapsed
39171
39172 \begin_layout Plain Layout
39173
39174 }{
39175 \end_layout
39176
39177 \end_inset
39178
39179
39180 \begin_inset Phantom Phantom
39181 status open
39182
39183 \begin_layout Plain Layout
39184 W
39185 \end_layout
39186
39187 \end_inset
39188
39189
39190 \begin_inset ERT
39191 status collapsed
39192
39193 \begin_layout Plain Layout
39194
39195 }
39196 \end_layout
39197
39198 \end_inset
39199
39200  DarkOrchid
39201 \end_layout
39202
39203 \end_inset
39204 </cell>
39205 <cell alignment="left" valignment="top" usebox="none">
39206 \begin_inset Text
39207
39208 \begin_layout Plain Layout
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214
39215 \backslash
39216 fcolorbox{black}{
39217 \end_layout
39218
39219 \end_inset
39220
39221 Emerald
39222 \begin_inset ERT
39223 status collapsed
39224
39225 \begin_layout Plain Layout
39226
39227 }{
39228 \end_layout
39229
39230 \end_inset
39231
39232
39233 \begin_inset Phantom Phantom
39234 status open
39235
39236 \begin_layout Plain Layout
39237 W
39238 \end_layout
39239
39240 \end_inset
39241
39242
39243 \begin_inset ERT
39244 status collapsed
39245
39246 \begin_layout Plain Layout
39247
39248 }
39249 \end_layout
39250
39251 \end_inset
39252
39253  Emerald
39254 \end_layout
39255
39256 \end_inset
39257 </cell>
39258 <cell alignment="left" valignment="top" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 \begin_inset ERT
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266
39267
39268 \backslash
39269 fcolorbox{black}{
39270 \end_layout
39271
39272 \end_inset
39273
39274 ForestGreen
39275 \begin_inset ERT
39276 status collapsed
39277
39278 \begin_layout Plain Layout
39279
39280 }{
39281 \end_layout
39282
39283 \end_inset
39284
39285
39286 \begin_inset Phantom Phantom
39287 status open
39288
39289 \begin_layout Plain Layout
39290 W
39291 \end_layout
39292
39293 \end_inset
39294
39295
39296 \begin_inset ERT
39297 status collapsed
39298
39299 \begin_layout Plain Layout
39300
39301 }
39302 \end_layout
39303
39304 \end_inset
39305
39306  ForestGreen
39307 \end_layout
39308
39309 \end_inset
39310 </cell>
39311 </row>
39312 <row>
39313 <cell alignment="left" valignment="top" usebox="none">
39314 \begin_inset Text
39315
39316 \begin_layout Plain Layout
39317 \begin_inset ERT
39318 status collapsed
39319
39320 \begin_layout Plain Layout
39321
39322
39323 \backslash
39324 fcolorbox{black}{
39325 \end_layout
39326
39327 \end_inset
39328
39329 Fuchsia
39330 \begin_inset ERT
39331 status collapsed
39332
39333 \begin_layout Plain Layout
39334
39335 }{
39336 \end_layout
39337
39338 \end_inset
39339
39340
39341 \begin_inset Phantom Phantom
39342 status open
39343
39344 \begin_layout Plain Layout
39345 W
39346 \end_layout
39347
39348 \end_inset
39349
39350
39351 \begin_inset ERT
39352 status collapsed
39353
39354 \begin_layout Plain Layout
39355
39356 }
39357 \end_layout
39358
39359 \end_inset
39360
39361  Fuchsia
39362 \end_layout
39363
39364 \end_inset
39365 </cell>
39366 <cell alignment="left" valignment="top" usebox="none">
39367 \begin_inset Text
39368
39369 \begin_layout Plain Layout
39370 \begin_inset ERT
39371 status collapsed
39372
39373 \begin_layout Plain Layout
39374
39375
39376 \backslash
39377 fcolorbox{black}{
39378 \end_layout
39379
39380 \end_inset
39381
39382 Goldenrod
39383 \begin_inset ERT
39384 status collapsed
39385
39386 \begin_layout Plain Layout
39387
39388 }{
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \begin_inset Phantom Phantom
39395 status open
39396
39397 \begin_layout Plain Layout
39398 W
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \begin_inset ERT
39405 status collapsed
39406
39407 \begin_layout Plain Layout
39408
39409 }
39410 \end_layout
39411
39412 \end_inset
39413
39414  Goldenrod
39415 \end_layout
39416
39417 \end_inset
39418 </cell>
39419 <cell alignment="left" valignment="top" usebox="none">
39420 \begin_inset Text
39421
39422 \begin_layout Plain Layout
39423 \begin_inset ERT
39424 status collapsed
39425
39426 \begin_layout Plain Layout
39427
39428
39429 \backslash
39430 fcolorbox{black}{
39431 \end_layout
39432
39433 \end_inset
39434
39435 Gray
39436 \begin_inset ERT
39437 status collapsed
39438
39439 \begin_layout Plain Layout
39440
39441 }{
39442 \end_layout
39443
39444 \end_inset
39445
39446
39447 \begin_inset Phantom Phantom
39448 status open
39449
39450 \begin_layout Plain Layout
39451 W
39452 \end_layout
39453
39454 \end_inset
39455
39456
39457 \begin_inset ERT
39458 status collapsed
39459
39460 \begin_layout Plain Layout
39461
39462 }
39463 \end_layout
39464
39465 \end_inset
39466
39467  Gray
39468 \end_layout
39469
39470 \end_inset
39471 </cell>
39472 <cell alignment="left" valignment="top" usebox="none">
39473 \begin_inset Text
39474
39475 \begin_layout Plain Layout
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481
39482 \backslash
39483 fcolorbox{black}{
39484 \end_layout
39485
39486 \end_inset
39487
39488 GreenYellow
39489 \begin_inset ERT
39490 status collapsed
39491
39492 \begin_layout Plain Layout
39493
39494 }{
39495 \end_layout
39496
39497 \end_inset
39498
39499
39500 \begin_inset Phantom Phantom
39501 status open
39502
39503 \begin_layout Plain Layout
39504 W
39505 \end_layout
39506
39507 \end_inset
39508
39509
39510 \begin_inset ERT
39511 status collapsed
39512
39513 \begin_layout Plain Layout
39514
39515 }
39516 \end_layout
39517
39518 \end_inset
39519
39520  GreenYellow
39521 \end_layout
39522
39523 \end_inset
39524 </cell>
39525 </row>
39526 <row>
39527 <cell alignment="center" valignment="top" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531 \begin_inset ERT
39532 status collapsed
39533
39534 \begin_layout Plain Layout
39535
39536
39537 \backslash
39538 fcolorbox{black}{
39539 \end_layout
39540
39541 \end_inset
39542
39543 JungleGreen
39544 \begin_inset ERT
39545 status collapsed
39546
39547 \begin_layout Plain Layout
39548
39549 }{
39550 \end_layout
39551
39552 \end_inset
39553
39554
39555 \begin_inset Phantom Phantom
39556 status open
39557
39558 \begin_layout Plain Layout
39559 W
39560 \end_layout
39561
39562 \end_inset
39563
39564
39565 \begin_inset ERT
39566 status collapsed
39567
39568 \begin_layout Plain Layout
39569
39570 }
39571 \end_layout
39572
39573 \end_inset
39574
39575  JungleGreen
39576 \end_layout
39577
39578 \end_inset
39579 </cell>
39580 <cell alignment="center" valignment="top" usebox="none">
39581 \begin_inset Text
39582
39583 \begin_layout Plain Layout
39584 \begin_inset ERT
39585 status collapsed
39586
39587 \begin_layout Plain Layout
39588
39589
39590 \backslash
39591 fcolorbox{black}{
39592 \end_layout
39593
39594 \end_inset
39595
39596 Lavender
39597 \begin_inset ERT
39598 status collapsed
39599
39600 \begin_layout Plain Layout
39601
39602 }{
39603 \end_layout
39604
39605 \end_inset
39606
39607
39608 \begin_inset Phantom Phantom
39609 status open
39610
39611 \begin_layout Plain Layout
39612 W
39613 \end_layout
39614
39615 \end_inset
39616
39617
39618 \begin_inset ERT
39619 status collapsed
39620
39621 \begin_layout Plain Layout
39622
39623 }
39624 \end_layout
39625
39626 \end_inset
39627
39628  Lavender
39629 \end_layout
39630
39631 \end_inset
39632 </cell>
39633 <cell alignment="center" valignment="top" usebox="none">
39634 \begin_inset Text
39635
39636 \begin_layout Plain Layout
39637 \begin_inset ERT
39638 status collapsed
39639
39640 \begin_layout Plain Layout
39641
39642
39643 \backslash
39644 fcolorbox{black}{
39645 \end_layout
39646
39647 \end_inset
39648
39649 LimeGreen
39650 \begin_inset ERT
39651 status collapsed
39652
39653 \begin_layout Plain Layout
39654
39655 }{
39656 \end_layout
39657
39658 \end_inset
39659
39660
39661 \begin_inset Phantom Phantom
39662 status open
39663
39664 \begin_layout Plain Layout
39665 W
39666 \end_layout
39667
39668 \end_inset
39669
39670
39671 \begin_inset ERT
39672 status collapsed
39673
39674 \begin_layout Plain Layout
39675
39676 }
39677 \end_layout
39678
39679 \end_inset
39680
39681  LimeGreen
39682 \end_layout
39683
39684 \end_inset
39685 </cell>
39686 <cell alignment="center" valignment="top" usebox="none">
39687 \begin_inset Text
39688
39689 \begin_layout Plain Layout
39690 \begin_inset ERT
39691 status collapsed
39692
39693 \begin_layout Plain Layout
39694
39695
39696 \backslash
39697 fcolorbox{black}{
39698 \end_layout
39699
39700 \end_inset
39701
39702 Mahogany
39703 \begin_inset ERT
39704 status collapsed
39705
39706 \begin_layout Plain Layout
39707
39708 }{
39709 \end_layout
39710
39711 \end_inset
39712
39713
39714 \begin_inset Phantom Phantom
39715 status open
39716
39717 \begin_layout Plain Layout
39718 W
39719 \end_layout
39720
39721 \end_inset
39722
39723
39724 \begin_inset ERT
39725 status collapsed
39726
39727 \begin_layout Plain Layout
39728
39729 }
39730 \end_layout
39731
39732 \end_inset
39733
39734  Mahogany
39735 \end_layout
39736
39737 \end_inset
39738 </cell>
39739 </row>
39740 <row>
39741 <cell alignment="left" valignment="top" usebox="none">
39742 \begin_inset Text
39743
39744 \begin_layout Plain Layout
39745 \begin_inset ERT
39746 status collapsed
39747
39748 \begin_layout Plain Layout
39749
39750
39751 \backslash
39752 fcolorbox{black}{
39753 \end_layout
39754
39755 \end_inset
39756
39757 Mahogany
39758 \begin_inset ERT
39759 status collapsed
39760
39761 \begin_layout Plain Layout
39762
39763 }{
39764 \end_layout
39765
39766 \end_inset
39767
39768
39769 \begin_inset Phantom Phantom
39770 status open
39771
39772 \begin_layout Plain Layout
39773 W
39774 \end_layout
39775
39776 \end_inset
39777
39778
39779 \begin_inset ERT
39780 status collapsed
39781
39782 \begin_layout Plain Layout
39783
39784 }
39785 \end_layout
39786
39787 \end_inset
39788
39789  Mahogany
39790 \end_layout
39791
39792 \end_inset
39793 </cell>
39794 <cell alignment="left" valignment="top" usebox="none">
39795 \begin_inset Text
39796
39797 \begin_layout Plain Layout
39798 \begin_inset ERT
39799 status collapsed
39800
39801 \begin_layout Plain Layout
39802
39803
39804 \backslash
39805 fcolorbox{black}{
39806 \end_layout
39807
39808 \end_inset
39809
39810 Maroon
39811 \begin_inset ERT
39812 status collapsed
39813
39814 \begin_layout Plain Layout
39815
39816 }{
39817 \end_layout
39818
39819 \end_inset
39820
39821
39822 \begin_inset Phantom Phantom
39823 status open
39824
39825 \begin_layout Plain Layout
39826 W
39827 \end_layout
39828
39829 \end_inset
39830
39831
39832 \begin_inset ERT
39833 status collapsed
39834
39835 \begin_layout Plain Layout
39836
39837 }
39838 \end_layout
39839
39840 \end_inset
39841
39842  Maroon
39843 \end_layout
39844
39845 \end_inset
39846 </cell>
39847 <cell alignment="left" valignment="top" usebox="none">
39848 \begin_inset Text
39849
39850 \begin_layout Plain Layout
39851 \begin_inset ERT
39852 status collapsed
39853
39854 \begin_layout Plain Layout
39855
39856
39857 \backslash
39858 fcolorbox{black}{
39859 \end_layout
39860
39861 \end_inset
39862
39863 Melon
39864 \begin_inset ERT
39865 status collapsed
39866
39867 \begin_layout Plain Layout
39868
39869 }{
39870 \end_layout
39871
39872 \end_inset
39873
39874
39875 \begin_inset Phantom Phantom
39876 status open
39877
39878 \begin_layout Plain Layout
39879 W
39880 \end_layout
39881
39882 \end_inset
39883
39884
39885 \begin_inset ERT
39886 status collapsed
39887
39888 \begin_layout Plain Layout
39889
39890 }
39891 \end_layout
39892
39893 \end_inset
39894
39895  Melon
39896 \end_layout
39897
39898 \end_inset
39899 </cell>
39900 <cell alignment="left" valignment="top" usebox="none">
39901 \begin_inset Text
39902
39903 \begin_layout Plain Layout
39904 \begin_inset ERT
39905 status collapsed
39906
39907 \begin_layout Plain Layout
39908
39909
39910 \backslash
39911 fcolorbox{black}{
39912 \end_layout
39913
39914 \end_inset
39915
39916 MidnightBlue
39917 \begin_inset ERT
39918 status collapsed
39919
39920 \begin_layout Plain Layout
39921
39922 }{
39923 \end_layout
39924
39925 \end_inset
39926
39927
39928 \begin_inset Phantom Phantom
39929 status open
39930
39931 \begin_layout Plain Layout
39932 W
39933 \end_layout
39934
39935 \end_inset
39936
39937
39938 \begin_inset ERT
39939 status collapsed
39940
39941 \begin_layout Plain Layout
39942
39943 }
39944 \end_layout
39945
39946 \end_inset
39947
39948  MidnightBlue
39949 \end_layout
39950
39951 \end_inset
39952 </cell>
39953 </row>
39954 <row>
39955 <cell alignment="left" valignment="top" usebox="none">
39956 \begin_inset Text
39957
39958 \begin_layout Plain Layout
39959 \begin_inset ERT
39960 status collapsed
39961
39962 \begin_layout Plain Layout
39963
39964
39965 \backslash
39966 fcolorbox{black}{
39967 \end_layout
39968
39969 \end_inset
39970
39971 Mulberry
39972 \begin_inset ERT
39973 status collapsed
39974
39975 \begin_layout Plain Layout
39976
39977 }{
39978 \end_layout
39979
39980 \end_inset
39981
39982
39983 \begin_inset Phantom Phantom
39984 status open
39985
39986 \begin_layout Plain Layout
39987 W
39988 \end_layout
39989
39990 \end_inset
39991
39992
39993 \begin_inset ERT
39994 status collapsed
39995
39996 \begin_layout Plain Layout
39997
39998 }
39999 \end_layout
40000
40001 \end_inset
40002
40003  Mulberry
40004 \end_layout
40005
40006 \end_inset
40007 </cell>
40008 <cell alignment="left" valignment="top" usebox="none">
40009 \begin_inset Text
40010
40011 \begin_layout Plain Layout
40012 \begin_inset ERT
40013 status collapsed
40014
40015 \begin_layout Plain Layout
40016
40017
40018 \backslash
40019 fcolorbox{black}{
40020 \end_layout
40021
40022 \end_inset
40023
40024 NavyBlue
40025 \begin_inset ERT
40026 status collapsed
40027
40028 \begin_layout Plain Layout
40029
40030 }{
40031 \end_layout
40032
40033 \end_inset
40034
40035
40036 \begin_inset Phantom Phantom
40037 status open
40038
40039 \begin_layout Plain Layout
40040 W
40041 \end_layout
40042
40043 \end_inset
40044
40045
40046 \begin_inset ERT
40047 status collapsed
40048
40049 \begin_layout Plain Layout
40050
40051 }
40052 \end_layout
40053
40054 \end_inset
40055
40056  NavyBlue
40057 \end_layout
40058
40059 \end_inset
40060 </cell>
40061 <cell alignment="left" valignment="top" usebox="none">
40062 \begin_inset Text
40063
40064 \begin_layout Plain Layout
40065 \begin_inset ERT
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069
40070
40071 \backslash
40072 fcolorbox{black}{
40073 \end_layout
40074
40075 \end_inset
40076
40077 OliveGreen
40078 \begin_inset ERT
40079 status collapsed
40080
40081 \begin_layout Plain Layout
40082
40083 }{
40084 \end_layout
40085
40086 \end_inset
40087
40088
40089 \begin_inset Phantom Phantom
40090 status open
40091
40092 \begin_layout Plain Layout
40093 W
40094 \end_layout
40095
40096 \end_inset
40097
40098
40099 \begin_inset ERT
40100 status collapsed
40101
40102 \begin_layout Plain Layout
40103
40104 }
40105 \end_layout
40106
40107 \end_inset
40108
40109  OliveGreen
40110 \end_layout
40111
40112 \end_inset
40113 </cell>
40114 <cell alignment="left" valignment="top" usebox="none">
40115 \begin_inset Text
40116
40117 \begin_layout Plain Layout
40118 \begin_inset ERT
40119 status collapsed
40120
40121 \begin_layout Plain Layout
40122
40123
40124 \backslash
40125 fcolorbox{black}{
40126 \end_layout
40127
40128 \end_inset
40129
40130 Orange
40131 \begin_inset ERT
40132 status collapsed
40133
40134 \begin_layout Plain Layout
40135
40136 }{
40137 \end_layout
40138
40139 \end_inset
40140
40141
40142 \begin_inset Phantom Phantom
40143 status open
40144
40145 \begin_layout Plain Layout
40146 W
40147 \end_layout
40148
40149 \end_inset
40150
40151
40152 \begin_inset ERT
40153 status collapsed
40154
40155 \begin_layout Plain Layout
40156
40157 }
40158 \end_layout
40159
40160 \end_inset
40161
40162  Orange
40163 \end_layout
40164
40165 \end_inset
40166 </cell>
40167 </row>
40168 <row>
40169 <cell alignment="left" valignment="top" usebox="none">
40170 \begin_inset Text
40171
40172 \begin_layout Plain Layout
40173 \begin_inset ERT
40174 status collapsed
40175
40176 \begin_layout Plain Layout
40177
40178
40179 \backslash
40180 fcolorbox{black}{
40181 \end_layout
40182
40183 \end_inset
40184
40185 OrangeRed
40186 \begin_inset ERT
40187 status collapsed
40188
40189 \begin_layout Plain Layout
40190
40191 }{
40192 \end_layout
40193
40194 \end_inset
40195
40196
40197 \begin_inset Phantom Phantom
40198 status open
40199
40200 \begin_layout Plain Layout
40201 W
40202 \end_layout
40203
40204 \end_inset
40205
40206
40207 \begin_inset ERT
40208 status collapsed
40209
40210 \begin_layout Plain Layout
40211
40212 }
40213 \end_layout
40214
40215 \end_inset
40216
40217  OrangeRed
40218 \end_layout
40219
40220 \end_inset
40221 </cell>
40222 <cell alignment="left" valignment="top" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 \begin_inset ERT
40227 status collapsed
40228
40229 \begin_layout Plain Layout
40230
40231
40232 \backslash
40233 fcolorbox{black}{
40234 \end_layout
40235
40236 \end_inset
40237
40238 Orchid
40239 \begin_inset ERT
40240 status collapsed
40241
40242 \begin_layout Plain Layout
40243
40244 }{
40245 \end_layout
40246
40247 \end_inset
40248
40249
40250 \begin_inset Phantom Phantom
40251 status open
40252
40253 \begin_layout Plain Layout
40254 W
40255 \end_layout
40256
40257 \end_inset
40258
40259
40260 \begin_inset ERT
40261 status collapsed
40262
40263 \begin_layout Plain Layout
40264
40265 }
40266 \end_layout
40267
40268 \end_inset
40269
40270  Orchid
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 <cell alignment="left" valignment="top" usebox="none">
40276 \begin_inset Text
40277
40278 \begin_layout Plain Layout
40279 \begin_inset ERT
40280 status collapsed
40281
40282 \begin_layout Plain Layout
40283
40284
40285 \backslash
40286 fcolorbox{black}{
40287 \end_layout
40288
40289 \end_inset
40290
40291 Peach
40292 \begin_inset ERT
40293 status collapsed
40294
40295 \begin_layout Plain Layout
40296
40297 }{
40298 \end_layout
40299
40300 \end_inset
40301
40302
40303 \begin_inset Phantom Phantom
40304 status open
40305
40306 \begin_layout Plain Layout
40307 W
40308 \end_layout
40309
40310 \end_inset
40311
40312
40313 \begin_inset ERT
40314 status collapsed
40315
40316 \begin_layout Plain Layout
40317
40318 }
40319 \end_layout
40320
40321 \end_inset
40322
40323  Peach
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="left" valignment="top" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 \begin_inset ERT
40333 status collapsed
40334
40335 \begin_layout Plain Layout
40336
40337
40338 \backslash
40339 fcolorbox{black}{
40340 \end_layout
40341
40342 \end_inset
40343
40344 Periwinkle
40345 \begin_inset ERT
40346 status collapsed
40347
40348 \begin_layout Plain Layout
40349
40350 }{
40351 \end_layout
40352
40353 \end_inset
40354
40355
40356 \begin_inset Phantom Phantom
40357 status open
40358
40359 \begin_layout Plain Layout
40360 W
40361 \end_layout
40362
40363 \end_inset
40364
40365
40366 \begin_inset ERT
40367 status collapsed
40368
40369 \begin_layout Plain Layout
40370
40371 }
40372 \end_layout
40373
40374 \end_inset
40375
40376  Periwinkle
40377 \end_layout
40378
40379 \end_inset
40380 </cell>
40381 </row>
40382 <row>
40383 <cell alignment="left" valignment="top" usebox="none">
40384 \begin_inset Text
40385
40386 \begin_layout Plain Layout
40387 \begin_inset ERT
40388 status collapsed
40389
40390 \begin_layout Plain Layout
40391
40392
40393 \backslash
40394 fcolorbox{black}{
40395 \end_layout
40396
40397 \end_inset
40398
40399 PineGreen
40400 \begin_inset ERT
40401 status collapsed
40402
40403 \begin_layout Plain Layout
40404
40405 }{
40406 \end_layout
40407
40408 \end_inset
40409
40410
40411 \begin_inset Phantom Phantom
40412 status open
40413
40414 \begin_layout Plain Layout
40415 W
40416 \end_layout
40417
40418 \end_inset
40419
40420
40421 \begin_inset ERT
40422 status collapsed
40423
40424 \begin_layout Plain Layout
40425
40426 }
40427 \end_layout
40428
40429 \end_inset
40430
40431  PineGreen
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 <cell alignment="left" valignment="top" usebox="none">
40437 \begin_inset Text
40438
40439 \begin_layout Plain Layout
40440 \begin_inset ERT
40441 status collapsed
40442
40443 \begin_layout Plain Layout
40444
40445
40446 \backslash
40447 fcolorbox{black}{
40448 \end_layout
40449
40450 \end_inset
40451
40452 Plum
40453 \begin_inset ERT
40454 status collapsed
40455
40456 \begin_layout Plain Layout
40457
40458 }{
40459 \end_layout
40460
40461 \end_inset
40462
40463
40464 \begin_inset Phantom Phantom
40465 status open
40466
40467 \begin_layout Plain Layout
40468 W
40469 \end_layout
40470
40471 \end_inset
40472
40473
40474 \begin_inset ERT
40475 status collapsed
40476
40477 \begin_layout Plain Layout
40478
40479 }
40480 \end_layout
40481
40482 \end_inset
40483
40484  Plum
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 <cell alignment="left" valignment="top" usebox="none">
40490 \begin_inset Text
40491
40492 \begin_layout Plain Layout
40493 \begin_inset ERT
40494 status collapsed
40495
40496 \begin_layout Plain Layout
40497
40498
40499 \backslash
40500 fcolorbox{black}{
40501 \end_layout
40502
40503 \end_inset
40504
40505 ProcessBlue
40506 \begin_inset ERT
40507 status collapsed
40508
40509 \begin_layout Plain Layout
40510
40511 }{
40512 \end_layout
40513
40514 \end_inset
40515
40516
40517 \begin_inset Phantom Phantom
40518 status open
40519
40520 \begin_layout Plain Layout
40521 W
40522 \end_layout
40523
40524 \end_inset
40525
40526
40527 \begin_inset ERT
40528 status collapsed
40529
40530 \begin_layout Plain Layout
40531
40532 }
40533 \end_layout
40534
40535 \end_inset
40536
40537  ProcessBlue
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 <cell alignment="left" valignment="top" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551
40552 \backslash
40553 fcolorbox{black}{
40554 \end_layout
40555
40556 \end_inset
40557
40558 Purple
40559 \begin_inset ERT
40560 status collapsed
40561
40562 \begin_layout Plain Layout
40563
40564 }{
40565 \end_layout
40566
40567 \end_inset
40568
40569
40570 \begin_inset Phantom Phantom
40571 status open
40572
40573 \begin_layout Plain Layout
40574 W
40575 \end_layout
40576
40577 \end_inset
40578
40579
40580 \begin_inset ERT
40581 status collapsed
40582
40583 \begin_layout Plain Layout
40584
40585 }
40586 \end_layout
40587
40588 \end_inset
40589
40590  Purple
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 </row>
40596 <row>
40597 <cell alignment="left" valignment="top" usebox="none">
40598 \begin_inset Text
40599
40600 \begin_layout Plain Layout
40601 \begin_inset ERT
40602 status collapsed
40603
40604 \begin_layout Plain Layout
40605
40606
40607 \backslash
40608 fcolorbox{black}{
40609 \end_layout
40610
40611 \end_inset
40612
40613 RawSienna
40614 \begin_inset ERT
40615 status collapsed
40616
40617 \begin_layout Plain Layout
40618
40619 }{
40620 \end_layout
40621
40622 \end_inset
40623
40624
40625 \begin_inset Phantom Phantom
40626 status open
40627
40628 \begin_layout Plain Layout
40629 W
40630 \end_layout
40631
40632 \end_inset
40633
40634
40635 \begin_inset ERT
40636 status collapsed
40637
40638 \begin_layout Plain Layout
40639
40640 }
40641 \end_layout
40642
40643 \end_inset
40644
40645  RawSienna
40646 \end_layout
40647
40648 \end_inset
40649 </cell>
40650 <cell alignment="left" valignment="top" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 \begin_inset ERT
40655 status collapsed
40656
40657 \begin_layout Plain Layout
40658
40659
40660 \backslash
40661 fcolorbox{black}{
40662 \end_layout
40663
40664 \end_inset
40665
40666 RedOrange
40667 \begin_inset ERT
40668 status collapsed
40669
40670 \begin_layout Plain Layout
40671
40672 }{
40673 \end_layout
40674
40675 \end_inset
40676
40677
40678 \begin_inset Phantom Phantom
40679 status open
40680
40681 \begin_layout Plain Layout
40682 W
40683 \end_layout
40684
40685 \end_inset
40686
40687
40688 \begin_inset ERT
40689 status collapsed
40690
40691 \begin_layout Plain Layout
40692
40693 }
40694 \end_layout
40695
40696 \end_inset
40697
40698  RedOrange
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 <cell alignment="left" valignment="top" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707 \begin_inset ERT
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711
40712
40713 \backslash
40714 fcolorbox{black}{
40715 \end_layout
40716
40717 \end_inset
40718
40719 RedViolet
40720 \begin_inset ERT
40721 status collapsed
40722
40723 \begin_layout Plain Layout
40724
40725 }{
40726 \end_layout
40727
40728 \end_inset
40729
40730
40731 \begin_inset Phantom Phantom
40732 status open
40733
40734 \begin_layout Plain Layout
40735 W
40736 \end_layout
40737
40738 \end_inset
40739
40740
40741 \begin_inset ERT
40742 status collapsed
40743
40744 \begin_layout Plain Layout
40745
40746 }
40747 \end_layout
40748
40749 \end_inset
40750
40751  RedViolet
40752 \end_layout
40753
40754 \end_inset
40755 </cell>
40756 <cell alignment="left" valignment="top" usebox="none">
40757 \begin_inset Text
40758
40759 \begin_layout Plain Layout
40760 \begin_inset ERT
40761 status collapsed
40762
40763 \begin_layout Plain Layout
40764
40765
40766 \backslash
40767 fcolorbox{black}{
40768 \end_layout
40769
40770 \end_inset
40771
40772 Rhodamine
40773 \begin_inset ERT
40774 status collapsed
40775
40776 \begin_layout Plain Layout
40777
40778 }{
40779 \end_layout
40780
40781 \end_inset
40782
40783
40784 \begin_inset Phantom Phantom
40785 status open
40786
40787 \begin_layout Plain Layout
40788 W
40789 \end_layout
40790
40791 \end_inset
40792
40793
40794 \begin_inset ERT
40795 status collapsed
40796
40797 \begin_layout Plain Layout
40798
40799 }
40800 \end_layout
40801
40802 \end_inset
40803
40804  Rhodamine
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 </row>
40810 <row>
40811 <cell alignment="left" valignment="top" usebox="none">
40812 \begin_inset Text
40813
40814 \begin_layout Plain Layout
40815 \begin_inset ERT
40816 status collapsed
40817
40818 \begin_layout Plain Layout
40819
40820
40821 \backslash
40822 fcolorbox{black}{
40823 \end_layout
40824
40825 \end_inset
40826
40827 RoyalBlue
40828 \begin_inset ERT
40829 status collapsed
40830
40831 \begin_layout Plain Layout
40832
40833 }{
40834 \end_layout
40835
40836 \end_inset
40837
40838
40839 \begin_inset Phantom Phantom
40840 status open
40841
40842 \begin_layout Plain Layout
40843 W
40844 \end_layout
40845
40846 \end_inset
40847
40848
40849 \begin_inset ERT
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853
40854 }
40855 \end_layout
40856
40857 \end_inset
40858
40859  RoyalBlue
40860 \end_layout
40861
40862 \end_inset
40863 </cell>
40864 <cell alignment="left" valignment="top" usebox="none">
40865 \begin_inset Text
40866
40867 \begin_layout Plain Layout
40868 \begin_inset ERT
40869 status collapsed
40870
40871 \begin_layout Plain Layout
40872
40873
40874 \backslash
40875 fcolorbox{black}{
40876 \end_layout
40877
40878 \end_inset
40879
40880 RoyalPurple
40881 \begin_inset ERT
40882 status collapsed
40883
40884 \begin_layout Plain Layout
40885
40886 }{
40887 \end_layout
40888
40889 \end_inset
40890
40891
40892 \begin_inset Phantom Phantom
40893 status open
40894
40895 \begin_layout Plain Layout
40896 W
40897 \end_layout
40898
40899 \end_inset
40900
40901
40902 \begin_inset ERT
40903 status collapsed
40904
40905 \begin_layout Plain Layout
40906
40907 }
40908 \end_layout
40909
40910 \end_inset
40911
40912  RoyalPurple
40913 \end_layout
40914
40915 \end_inset
40916 </cell>
40917 <cell alignment="left" valignment="top" usebox="none">
40918 \begin_inset Text
40919
40920 \begin_layout Plain Layout
40921 \begin_inset ERT
40922 status collapsed
40923
40924 \begin_layout Plain Layout
40925
40926
40927 \backslash
40928 fcolorbox{black}{
40929 \end_layout
40930
40931 \end_inset
40932
40933 RubineRed
40934 \begin_inset ERT
40935 status collapsed
40936
40937 \begin_layout Plain Layout
40938
40939 }{
40940 \end_layout
40941
40942 \end_inset
40943
40944
40945 \begin_inset Phantom Phantom
40946 status open
40947
40948 \begin_layout Plain Layout
40949 W
40950 \end_layout
40951
40952 \end_inset
40953
40954
40955 \begin_inset ERT
40956 status collapsed
40957
40958 \begin_layout Plain Layout
40959
40960 }
40961 \end_layout
40962
40963 \end_inset
40964
40965  RubineRed
40966 \end_layout
40967
40968 \end_inset
40969 </cell>
40970 <cell alignment="left" valignment="top" usebox="none">
40971 \begin_inset Text
40972
40973 \begin_layout Plain Layout
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979
40980 \backslash
40981 fcolorbox{black}{
40982 \end_layout
40983
40984 \end_inset
40985
40986 Salmon
40987 \begin_inset ERT
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991
40992 }{
40993 \end_layout
40994
40995 \end_inset
40996
40997
40998 \begin_inset Phantom Phantom
40999 status open
41000
41001 \begin_layout Plain Layout
41002 W
41003 \end_layout
41004
41005 \end_inset
41006
41007
41008 \begin_inset ERT
41009 status collapsed
41010
41011 \begin_layout Plain Layout
41012
41013 }
41014 \end_layout
41015
41016 \end_inset
41017
41018  Salmon
41019 \end_layout
41020
41021 \end_inset
41022 </cell>
41023 </row>
41024 <row>
41025 <cell alignment="left" valignment="top" usebox="none">
41026 \begin_inset Text
41027
41028 \begin_layout Plain Layout
41029 \begin_inset ERT
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033
41034
41035 \backslash
41036 fcolorbox{black}{
41037 \end_layout
41038
41039 \end_inset
41040
41041 SeaGreen
41042 \begin_inset ERT
41043 status collapsed
41044
41045 \begin_layout Plain Layout
41046
41047 }{
41048 \end_layout
41049
41050 \end_inset
41051
41052
41053 \begin_inset Phantom Phantom
41054 status open
41055
41056 \begin_layout Plain Layout
41057 W
41058 \end_layout
41059
41060 \end_inset
41061
41062
41063 \begin_inset ERT
41064 status collapsed
41065
41066 \begin_layout Plain Layout
41067
41068 }
41069 \end_layout
41070
41071 \end_inset
41072
41073  SeaGreen
41074 \end_layout
41075
41076 \end_inset
41077 </cell>
41078 <cell alignment="left" valignment="top" usebox="none">
41079 \begin_inset Text
41080
41081 \begin_layout Plain Layout
41082 \begin_inset ERT
41083 status collapsed
41084
41085 \begin_layout Plain Layout
41086
41087
41088 \backslash
41089 fcolorbox{black}{
41090 \end_layout
41091
41092 \end_inset
41093
41094 Sepia
41095 \begin_inset ERT
41096 status collapsed
41097
41098 \begin_layout Plain Layout
41099
41100 }{
41101 \end_layout
41102
41103 \end_inset
41104
41105
41106 \begin_inset Phantom Phantom
41107 status open
41108
41109 \begin_layout Plain Layout
41110 W
41111 \end_layout
41112
41113 \end_inset
41114
41115
41116 \begin_inset ERT
41117 status collapsed
41118
41119 \begin_layout Plain Layout
41120
41121 }
41122 \end_layout
41123
41124 \end_inset
41125
41126  Sepia
41127 \end_layout
41128
41129 \end_inset
41130 </cell>
41131 <cell alignment="left" valignment="top" usebox="none">
41132 \begin_inset Text
41133
41134 \begin_layout Plain Layout
41135 \begin_inset ERT
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139
41140
41141 \backslash
41142 fcolorbox{black}{
41143 \end_layout
41144
41145 \end_inset
41146
41147 SkyBlue
41148 \begin_inset ERT
41149 status collapsed
41150
41151 \begin_layout Plain Layout
41152
41153 }{
41154 \end_layout
41155
41156 \end_inset
41157
41158
41159 \begin_inset Phantom Phantom
41160 status open
41161
41162 \begin_layout Plain Layout
41163 W
41164 \end_layout
41165
41166 \end_inset
41167
41168
41169 \begin_inset ERT
41170 status collapsed
41171
41172 \begin_layout Plain Layout
41173
41174 }
41175 \end_layout
41176
41177 \end_inset
41178
41179  SkyBlue
41180 \end_layout
41181
41182 \end_inset
41183 </cell>
41184 <cell alignment="left" valignment="top" usebox="none">
41185 \begin_inset Text
41186
41187 \begin_layout Plain Layout
41188 \begin_inset ERT
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192
41193
41194 \backslash
41195 fcolorbox{black}{
41196 \end_layout
41197
41198 \end_inset
41199
41200 SpringGreen
41201 \begin_inset ERT
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205
41206 }{
41207 \end_layout
41208
41209 \end_inset
41210
41211
41212 \begin_inset Phantom Phantom
41213 status open
41214
41215 \begin_layout Plain Layout
41216 W
41217 \end_layout
41218
41219 \end_inset
41220
41221
41222 \begin_inset ERT
41223 status collapsed
41224
41225 \begin_layout Plain Layout
41226
41227 }
41228 \end_layout
41229
41230 \end_inset
41231
41232  SpringGreen
41233 \end_layout
41234
41235 \end_inset
41236 </cell>
41237 </row>
41238 <row>
41239 <cell alignment="left" valignment="top" usebox="none">
41240 \begin_inset Text
41241
41242 \begin_layout Plain Layout
41243 \begin_inset ERT
41244 status collapsed
41245
41246 \begin_layout Plain Layout
41247
41248
41249 \backslash
41250 fcolorbox{black}{
41251 \end_layout
41252
41253 \end_inset
41254
41255 Tan
41256 \begin_inset ERT
41257 status collapsed
41258
41259 \begin_layout Plain Layout
41260
41261 }{
41262 \end_layout
41263
41264 \end_inset
41265
41266
41267 \begin_inset Phantom Phantom
41268 status open
41269
41270 \begin_layout Plain Layout
41271 W
41272 \end_layout
41273
41274 \end_inset
41275
41276
41277 \begin_inset ERT
41278 status collapsed
41279
41280 \begin_layout Plain Layout
41281
41282 }
41283 \end_layout
41284
41285 \end_inset
41286
41287  Tan
41288 \end_layout
41289
41290 \end_inset
41291 </cell>
41292 <cell alignment="left" valignment="top" usebox="none">
41293 \begin_inset Text
41294
41295 \begin_layout Plain Layout
41296 \begin_inset ERT
41297 status collapsed
41298
41299 \begin_layout Plain Layout
41300
41301
41302 \backslash
41303 fcolorbox{black}{
41304 \end_layout
41305
41306 \end_inset
41307
41308 TealBlue
41309 \begin_inset ERT
41310 status collapsed
41311
41312 \begin_layout Plain Layout
41313
41314 }{
41315 \end_layout
41316
41317 \end_inset
41318
41319
41320 \begin_inset Phantom Phantom
41321 status open
41322
41323 \begin_layout Plain Layout
41324 W
41325 \end_layout
41326
41327 \end_inset
41328
41329
41330 \begin_inset ERT
41331 status collapsed
41332
41333 \begin_layout Plain Layout
41334
41335 }
41336 \end_layout
41337
41338 \end_inset
41339
41340  TealBlue
41341 \end_layout
41342
41343 \end_inset
41344 </cell>
41345 <cell alignment="left" valignment="top" usebox="none">
41346 \begin_inset Text
41347
41348 \begin_layout Plain Layout
41349 \begin_inset ERT
41350 status collapsed
41351
41352 \begin_layout Plain Layout
41353
41354
41355 \backslash
41356 fcolorbox{black}{
41357 \end_layout
41358
41359 \end_inset
41360
41361 Thistle
41362 \begin_inset ERT
41363 status collapsed
41364
41365 \begin_layout Plain Layout
41366
41367 }{
41368 \end_layout
41369
41370 \end_inset
41371
41372
41373 \begin_inset Phantom Phantom
41374 status open
41375
41376 \begin_layout Plain Layout
41377 W
41378 \end_layout
41379
41380 \end_inset
41381
41382
41383 \begin_inset ERT
41384 status collapsed
41385
41386 \begin_layout Plain Layout
41387
41388 }
41389 \end_layout
41390
41391 \end_inset
41392
41393  Thistle
41394 \end_layout
41395
41396 \end_inset
41397 </cell>
41398 <cell alignment="left" valignment="top" usebox="none">
41399 \begin_inset Text
41400
41401 \begin_layout Plain Layout
41402 \begin_inset ERT
41403 status collapsed
41404
41405 \begin_layout Plain Layout
41406
41407
41408 \backslash
41409 fcolorbox{black}{
41410 \end_layout
41411
41412 \end_inset
41413
41414 Turquoise
41415 \begin_inset ERT
41416 status collapsed
41417
41418 \begin_layout Plain Layout
41419
41420 }{
41421 \end_layout
41422
41423 \end_inset
41424
41425
41426 \begin_inset Phantom Phantom
41427 status open
41428
41429 \begin_layout Plain Layout
41430 W
41431 \end_layout
41432
41433 \end_inset
41434
41435
41436 \begin_inset ERT
41437 status collapsed
41438
41439 \begin_layout Plain Layout
41440
41441 }
41442 \end_layout
41443
41444 \end_inset
41445
41446  Turquoise
41447 \end_layout
41448
41449 \end_inset
41450 </cell>
41451 </row>
41452 <row>
41453 <cell alignment="left" valignment="top" usebox="none">
41454 \begin_inset Text
41455
41456 \begin_layout Plain Layout
41457 \begin_inset ERT
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461
41462
41463 \backslash
41464 fcolorbox{black}{
41465 \end_layout
41466
41467 \end_inset
41468
41469 Violet
41470 \begin_inset ERT
41471 status collapsed
41472
41473 \begin_layout Plain Layout
41474
41475 }{
41476 \end_layout
41477
41478 \end_inset
41479
41480
41481 \begin_inset Phantom Phantom
41482 status open
41483
41484 \begin_layout Plain Layout
41485 W
41486 \end_layout
41487
41488 \end_inset
41489
41490
41491 \begin_inset ERT
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495
41496 }
41497 \end_layout
41498
41499 \end_inset
41500
41501  Violet
41502 \end_layout
41503
41504 \end_inset
41505 </cell>
41506 <cell alignment="left" valignment="top" usebox="none">
41507 \begin_inset Text
41508
41509 \begin_layout Plain Layout
41510 \begin_inset ERT
41511 status collapsed
41512
41513 \begin_layout Plain Layout
41514
41515
41516 \backslash
41517 fcolorbox{black}{
41518 \end_layout
41519
41520 \end_inset
41521
41522 VioletRed
41523 \begin_inset ERT
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527
41528 }{
41529 \end_layout
41530
41531 \end_inset
41532
41533
41534 \begin_inset Phantom Phantom
41535 status open
41536
41537 \begin_layout Plain Layout
41538 W
41539 \end_layout
41540
41541 \end_inset
41542
41543
41544 \begin_inset ERT
41545 status collapsed
41546
41547 \begin_layout Plain Layout
41548
41549 }
41550 \end_layout
41551
41552 \end_inset
41553
41554  VioletRed
41555 \end_layout
41556
41557 \end_inset
41558 </cell>
41559 <cell alignment="left" valignment="top" usebox="none">
41560 \begin_inset Text
41561
41562 \begin_layout Plain Layout
41563 \begin_inset ERT
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568
41569 \backslash
41570 fcolorbox{black}{
41571 \end_layout
41572
41573 \end_inset
41574
41575 WildStrawberry
41576 \begin_inset ERT
41577 status collapsed
41578
41579 \begin_layout Plain Layout
41580
41581 }{
41582 \end_layout
41583
41584 \end_inset
41585
41586
41587 \begin_inset Phantom Phantom
41588 status open
41589
41590 \begin_layout Plain Layout
41591 W
41592 \end_layout
41593
41594 \end_inset
41595
41596
41597 \begin_inset ERT
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601
41602 }
41603 \end_layout
41604
41605 \end_inset
41606
41607  WildStrawberry
41608 \end_layout
41609
41610 \end_inset
41611 </cell>
41612 <cell alignment="left" valignment="top" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621
41622 \backslash
41623 fcolorbox{black}{
41624 \end_layout
41625
41626 \end_inset
41627
41628 YellowGreen
41629 \begin_inset ERT
41630 status collapsed
41631
41632 \begin_layout Plain Layout
41633
41634 }{
41635 \end_layout
41636
41637 \end_inset
41638
41639
41640 \begin_inset Phantom Phantom
41641 status open
41642
41643 \begin_layout Plain Layout
41644 W
41645 \end_layout
41646
41647 \end_inset
41648
41649
41650 \begin_inset ERT
41651 status collapsed
41652
41653 \begin_layout Plain Layout
41654
41655 }
41656 \end_layout
41657
41658 \end_inset
41659
41660  YellowGreen
41661 \end_layout
41662
41663 \end_inset
41664 </cell>
41665 </row>
41666 <row>
41667 <cell alignment="left" valignment="top" usebox="none">
41668 \begin_inset Text
41669
41670 \begin_layout Plain Layout
41671 \begin_inset ERT
41672 status collapsed
41673
41674 \begin_layout Plain Layout
41675
41676
41677 \backslash
41678 fcolorbox{black}{
41679 \end_layout
41680
41681 \end_inset
41682
41683 YellowOrange
41684 \begin_inset ERT
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688
41689 }{
41690 \end_layout
41691
41692 \end_inset
41693
41694
41695 \begin_inset Phantom Phantom
41696 status open
41697
41698 \begin_layout Plain Layout
41699 W
41700 \end_layout
41701
41702 \end_inset
41703
41704
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710 }
41711 \end_layout
41712
41713 \end_inset
41714
41715  YellowOrange
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 <cell alignment="left" valignment="top" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 <cell alignment="left" valignment="top" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733
41734 \end_layout
41735
41736 \end_inset
41737 </cell>
41738 <cell alignment="left" valignment="top" usebox="none">
41739 \begin_inset Text
41740
41741 \begin_layout Plain Layout
41742
41743 \end_layout
41744
41745 \end_inset
41746 </cell>
41747 </row>
41748 </lyxtabular>
41749
41750 \end_inset
41751
41752
41753 \end_layout
41754
41755 \begin_layout Chapter
41756 第(
41757 \begin_inset CommandInset ref
41758 LatexCommand ref
41759 reference "eq:Wgn"
41760
41761 \end_inset
41762
41763 )式の説明
41764 \begin_inset CommandInset label
41765 LatexCommand label
41766 name "cha:式の説明"
41767
41768 \end_inset
41769
41770
41771 \end_layout
41772
41773 \begin_layout Standard
41774 \begin_inset Formula $n$
41775 \end_inset
41776
41777 個の表セルの全幅
41778 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41779 \end_inset
41780
41781
41782 \begin_inset Formula 
41783 \begin{equation}
41784 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41785 \end{equation}
41786
41787 \end_inset
41788
41789
41790 \end_layout
41791
41792 \begin_layout Standard
41793 で計算できます。ここで
41794 \begin_inset Formula $W_{g\, n}$
41795 \end_inset
41796
41797 は、すべてのセルが持つ固定幅です。
41798 \series bold
41799
41800 \backslash
41801 tabcolsep
41802 \series default
41803 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41804 \begin_inset space \thinspace{}
41805 \end_inset
41806
41807 ptです。
41808 \series bold
41809
41810 \backslash
41811 arrayrulewidth
41812 \series default
41813 は、セル罫線幅であり、既定値は0.4
41814 \begin_inset space \thinspace{}
41815 \end_inset
41816
41817 ptです。
41818 \end_layout
41819
41820 \begin_layout Standard
41821
41822 \begin_inset CommandInset ref
41823 LatexCommand eqref
41824 reference "eq:Wtot_n"
41825
41826 \end_inset
41827
41828 式にしたがえば、連結列の全幅
41829 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41830 \end_inset
41831
41832
41833 \begin_inset Formula 
41834 \begin{equation}
41835 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41836 \end{equation}
41837
41838 \end_inset
41839
41840
41841 \end_layout
41842
41843 \begin_layout Standard
41844 となります。
41845 \begin_inset Formula $n$
41846 \end_inset
41847
41848 列を連結する時には各列の全幅は
41849 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41850 \end_inset
41851
41852 となるので、第
41853 \begin_inset CommandInset ref
41854 LatexCommand eqref
41855 reference "eq:Wtot_n"
41856
41857 \end_inset
41858
41859 式と第
41860 \begin_inset CommandInset ref
41861 LatexCommand eqref
41862 reference "eq:Wtot_mult"
41863
41864 \end_inset
41865
41866 式が等しいものと置けば、必要となる固定幅
41867 \begin_inset Formula $W_{g\, n}$
41868 \end_inset
41869
41870 を計算することができて、
41871 \begin_inset Formula 
41872 \begin{equation}
41873 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41874 \end{equation}
41875
41876 \end_inset
41877
41878 となります。
41879 \end_layout
41880
41881 \begin_layout Bibliography
41882 \labelwidthstring 参考文献
41883 \begin_inset CommandInset bibitem
41884 LatexCommand bibitem
41885 key "latexcompanion"
41886
41887 \end_inset
41888
41889 Frank Mittelbach and Michel Goossens: 
41890 \emph on
41891 The LaTeX Companion Second Edition.
41892
41893 \emph default
41894  Addison-Wesley, 2004
41895 \end_layout
41896
41897 \begin_layout Bibliography
41898 \labelwidthstring 参考文献
41899 \begin_inset CommandInset bibitem
41900 LatexCommand bibitem
41901 key "latexguide"
41902
41903 \end_inset
41904
41905 Helmut Kopka and Patrick W.
41906  Daly: 
41907 \emph on
41908 A Guide to LaTeX Fourth Edition.
41909
41910 \emph default
41911  Addison-Wesley, 2003
41912 \end_layout
41913
41914 \begin_layout Bibliography
41915 \labelwidthstring 参考文献
41916 \begin_inset CommandInset bibitem
41917 LatexCommand bibitem
41918 key "latexbook"
41919
41920 \end_inset
41921
41922 Leslie Lamport: 
41923 \emph on
41924 LaTeX: A Document Preparation System.
41925
41926 \emph default
41927  Addison-Wesley, second edition, 1994
41928 \end_layout
41929
41930 \begin_layout Bibliography
41931 \labelwidthstring 参考文献
41932 \begin_inset CommandInset bibitem
41933 LatexCommand bibitem
41934 key "arydshln"
41935
41936 \end_inset
41937
41938 LaTeXパッケージ
41939 \series bold
41940
41941 \begin_inset CommandInset href
41942 LatexCommand href
41943 name "arydshln"
41944 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41945
41946 \end_inset
41947
41948
41949 \series default
41950
41951 \begin_inset Index idx
41952 status collapsed
41953
41954 \begin_layout Plain Layout
41955 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41956 \end_layout
41957
41958 \end_inset
41959
41960
41961 \end_layout
41962
41963 \begin_layout Bibliography
41964 \labelwidthstring 参考文献
41965 \begin_inset CommandInset bibitem
41966 LatexCommand bibitem
41967 key "booktabs"
41968
41969 \end_inset
41970
41971 LaTeXパッケージ
41972 \series bold
41973
41974 \begin_inset CommandInset href
41975 LatexCommand href
41976 name "booktabs"
41977 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41978
41979 \end_inset
41980
41981
41982 \series default
41983
41984 \begin_inset Index idx
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41989 \end_layout
41990
41991 \end_inset
41992
41993 の取扱説明書
41994 \end_layout
41995
41996 \begin_layout Bibliography
41997 \labelwidthstring 参考文献
41998 \begin_inset CommandInset bibitem
41999 LatexCommand bibitem
42000 key "caption"
42001
42002 \end_inset
42003
42004 LaTeXパッケージ
42005 \series bold
42006
42007 \begin_inset CommandInset href
42008 LatexCommand href
42009 name "caption"
42010 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
42011
42012 \end_inset
42013
42014
42015 \series default
42016
42017 \begin_inset Index idx
42018 status collapsed
42019
42020 \begin_layout Plain Layout
42021 LaTeXぱっけーじ@LaTeXパッケージ ! caption
42022 \end_layout
42023
42024 \end_inset
42025
42026 の取扱説明書
42027 \end_layout
42028
42029 \begin_layout Bibliography
42030 \labelwidthstring 参考文献
42031 \begin_inset CommandInset bibitem
42032 LatexCommand bibitem
42033 key "diagbox"
42034
42035 \end_inset
42036
42037 LaTeXパッケージ
42038 \series bold
42039
42040 \begin_inset CommandInset href
42041 LatexCommand href
42042 name "diagbox"
42043 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42044
42045 \end_inset
42046
42047
42048 \series default
42049
42050 \begin_inset Index idx
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
42055 \end_layout
42056
42057 \end_inset
42058
42059
42060 \end_layout
42061
42062 \begin_layout Bibliography
42063 \labelwidthstring 参考文献
42064 \begin_inset CommandInset bibitem
42065 LatexCommand bibitem
42066 key "endfloat"
42067
42068 \end_inset
42069
42070 LaTeXパッケージ
42071 \series bold
42072
42073 \begin_inset CommandInset href
42074 LatexCommand href
42075 name "endfloat"
42076 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42077
42078 \end_inset
42079
42080
42081 \series default
42082
42083 \begin_inset Index idx
42084 status collapsed
42085
42086 \begin_layout Plain Layout
42087 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
42088 \end_layout
42089
42090 \end_inset
42091
42092 の取扱説明書
42093 \end_layout
42094
42095 \begin_layout Bibliography
42096 \labelwidthstring 参考文献
42097 \begin_inset CommandInset bibitem
42098 LatexCommand bibitem
42099 key "footmisc"
42100
42101 \end_inset
42102
42103 LaTeXパッケージ
42104 \series bold
42105
42106 \begin_inset CommandInset href
42107 LatexCommand href
42108 name "footmisc"
42109 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42110
42111 \end_inset
42112
42113
42114 \series default
42115
42116 \begin_inset Index idx
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42121 \end_layout
42122
42123 \end_inset
42124
42125 の取扱説明書
42126 \end_layout
42127
42128 \begin_layout Bibliography
42129 \labelwidthstring 参考文献
42130 \begin_inset CommandInset bibitem
42131 LatexCommand bibitem
42132 key "hypcap"
42133
42134 \end_inset
42135
42136 LaTeXパッケージ
42137 \series bold
42138
42139 \begin_inset CommandInset href
42140 LatexCommand href
42141 name "hypcap"
42142 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42143
42144 \end_inset
42145
42146
42147 \series default
42148
42149 \begin_inset Index idx
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42154 \end_layout
42155
42156 \end_inset
42157
42158 の取扱説明書
42159 \end_layout
42160
42161 \begin_layout Bibliography
42162 \labelwidthstring 参考文献
42163 \begin_inset CommandInset bibitem
42164 LatexCommand bibitem
42165 key "hyperref"
42166
42167 \end_inset
42168
42169 LaTeXパッケージ
42170 \series bold
42171
42172 \begin_inset CommandInset href
42173 LatexCommand href
42174 name "hyperref"
42175 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42176
42177 \end_inset
42178
42179
42180 \series default
42181
42182 \begin_inset Index idx
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42187 \end_layout
42188
42189 \end_inset
42190
42191 の取扱説明書
42192 \end_layout
42193
42194 \begin_layout Bibliography
42195 \labelwidthstring 参考文献
42196 \begin_inset CommandInset bibitem
42197 LatexCommand bibitem
42198 key "KOMA-script"
42199
42200 \end_inset
42201
42202 LaTeXパッケージ
42203 \series bold
42204
42205 \begin_inset CommandInset href
42206 LatexCommand href
42207 name "KOMA-script"
42208 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
42209
42210 \end_inset
42211
42212
42213 \series default
42214
42215 \begin_inset Index idx
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42220 \end_layout
42221
42222 \end_inset
42223
42224 の取扱説明書
42225 \end_layout
42226
42227 \begin_layout Bibliography
42228 \labelwidthstring 参考文献
42229 \begin_inset CommandInset bibitem
42230 LatexCommand bibitem
42231 key "lettrine"
42232
42233 \end_inset
42234
42235 LaTeXパッケージ 
42236 \series bold
42237
42238 \begin_inset CommandInset href
42239 LatexCommand href
42240 name "lettrine"
42241 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42242
42243 \end_inset
42244
42245
42246 \series default
42247  
42248 \lang english
42249 and an
42250 \lang japanese
42251  
42252 \begin_inset CommandInset href
42253 LatexCommand href
42254 name "example"
42255 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42256
42257 \end_inset
42258
42259
42260 \begin_inset Index idx
42261 status collapsed
42262
42263 \begin_layout Plain Layout
42264 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42265 \end_layout
42266
42267 \end_inset
42268
42269
42270 \end_layout
42271
42272 \begin_layout Bibliography
42273 \labelwidthstring 参考文献
42274 \begin_inset CommandInset bibitem
42275 LatexCommand bibitem
42276 key "listings"
42277
42278 \end_inset
42279
42280 LaTeXパッケージ
42281 \series bold
42282
42283 \begin_inset CommandInset href
42284 LatexCommand href
42285 name "listings"
42286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42287
42288 \end_inset
42289
42290
42291 \series default
42292
42293 \begin_inset Index idx
42294 status collapsed
42295
42296 \begin_layout Plain Layout
42297 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42298 \end_layout
42299
42300 \end_inset
42301
42302 の取扱説明書
42303 \end_layout
42304
42305 \begin_layout Bibliography
42306 \labelwidthstring 参考文献
42307 \begin_inset CommandInset bibitem
42308 LatexCommand bibitem
42309 key "marginnote"
42310
42311 \end_inset
42312
42313 LaTeXパッケージ
42314 \series bold
42315
42316 \begin_inset CommandInset href
42317 LatexCommand href
42318 name "marginnote"
42319 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42320
42321 \end_inset
42322
42323
42324 \series default
42325
42326 \begin_inset Index idx
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42331 \end_layout
42332
42333 \end_inset
42334
42335 の取扱説明書
42336 \end_layout
42337
42338 \begin_layout Bibliography
42339 \labelwidthstring 参考文献
42340 \begin_inset CommandInset bibitem
42341 LatexCommand bibitem
42342 key "pdfpages"
42343
42344 \end_inset
42345
42346 LaTeXパッケージ
42347 \series bold
42348
42349 \begin_inset CommandInset href
42350 LatexCommand href
42351 name "pdfpages"
42352 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42353
42354 \end_inset
42355
42356
42357 \series default
42358
42359 \begin_inset Index idx
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42364 \end_layout
42365
42366 \end_inset
42367
42368 の取扱説明書
42369 \end_layout
42370
42371 \begin_layout Bibliography
42372 \labelwidthstring 参考文献
42373 \begin_inset CommandInset bibitem
42374 LatexCommand bibitem
42375 key "prettyref"
42376
42377 \end_inset
42378
42379 LaTeXパッケージ
42380 \series bold
42381
42382 \begin_inset CommandInset href
42383 LatexCommand href
42384 name "prettyref"
42385 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42386
42387 \end_inset
42388
42389
42390 \series default
42391
42392 \begin_inset Index idx
42393 status collapsed
42394
42395 \begin_layout Plain Layout
42396 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42397 \end_layout
42398
42399 \end_inset
42400
42401 の取扱説明書
42402 \end_layout
42403
42404 \begin_layout Bibliography
42405 \labelwidthstring 参考文献
42406 \begin_inset CommandInset bibitem
42407 LatexCommand bibitem
42408 key "pstricks"
42409
42410 \end_inset
42411
42412 LaTeXパッケージ
42413 \series bold
42414
42415 \begin_inset CommandInset href
42416 LatexCommand href
42417 name "PSTricks"
42418 target "http://tug.org/PSTricks/"
42419
42420 \end_inset
42421
42422
42423 \series default
42424
42425 \begin_inset Index idx
42426 status collapsed
42427
42428 \begin_layout Plain Layout
42429 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42430 \end_layout
42431
42432 \end_inset
42433
42434 のウェブページ
42435 \end_layout
42436
42437 \begin_layout Bibliography
42438 \labelwidthstring 参考文献
42439 \begin_inset CommandInset bibitem
42440 LatexCommand bibitem
42441 key "refstyle"
42442
42443 \end_inset
42444
42445 LaTeXパッケージ
42446 \series bold
42447
42448 \begin_inset CommandInset href
42449 LatexCommand href
42450 name "refstyle"
42451 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42452
42453 \end_inset
42454
42455
42456 \series default
42457
42458 \begin_inset Index idx
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42463 \end_layout
42464
42465 \end_inset
42466
42467 の取扱説明書
42468 \end_layout
42469
42470 \begin_layout Bibliography
42471 \labelwidthstring 参考文献
42472 \begin_inset CommandInset bibitem
42473 LatexCommand bibitem
42474 key "sidecap"
42475
42476 \end_inset
42477
42478 LaTeXパッケージ
42479 \series bold
42480
42481 \begin_inset CommandInset href
42482 LatexCommand href
42483 name "sidecap"
42484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42485
42486 \end_inset
42487
42488
42489 \series default
42490
42491 \begin_inset Index idx
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42496 \end_layout
42497
42498 \end_inset
42499
42500 の取扱説明書
42501 \end_layout
42502
42503 \begin_layout Bibliography
42504 \labelwidthstring 参考文献
42505 \begin_inset CommandInset bibitem
42506 LatexCommand bibitem
42507 key "NewInLyX20"
42508
42509 \end_inset
42510
42511
42512 \family sans
42513 LyX 2.0
42514 \family default
42515 の新機能に関する
42516 \begin_inset CommandInset href
42517 LatexCommand href
42518 name "Wikiページ"
42519 target "http://wiki.lyx.org/LyX/NewInLyX20"
42520
42521 \end_inset
42522
42523
42524 \end_layout
42525
42526 \begin_layout Standard
42527 \begin_inset CommandInset index_print
42528 LatexCommand printindex
42529 type "idx"
42530
42531 \end_inset
42532
42533
42534 \end_layout
42535
42536 \end_body
42537 \end_document