]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
documentation files: port changes from branch
[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 \begin_inset VSpace bigskip
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \lang english
21065 Tables with dashed lines can also be colored as shown by Table
21066 \lang japanese
21067
21068 \begin_inset space ~
21069 \end_inset
21070
21071
21072 \begin_inset CommandInset ref
21073 LatexCommand ref
21074 reference "tab:Colored-table-with"
21075
21076 \end_inset
21077
21078 .
21079 \end_layout
21080
21081 \begin_layout Standard
21082 \begin_inset ERT
21083 status collapsed
21084
21085 \begin_layout Plain Layout
21086
21087
21088 \backslash
21089 setlength{
21090 \backslash
21091 arrayrulewidth}{1pt}
21092 \end_layout
21093
21094 \end_inset
21095
21096
21097 \lang english
21098
21099 \begin_inset Note Note
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103
21104 \lang english
21105 thicker lines for better visualization of the line color
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Standard
21114 \begin_inset ERT
21115 status collapsed
21116
21117 \begin_layout Plain Layout
21118
21119
21120 \backslash
21121 dashgapcolor{green}
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \lang english
21128
21129 \begin_inset Note Note
21130 status collapsed
21131
21132 \begin_layout Plain Layout
21133
21134 \lang english
21135 color gaps between dashes green
21136 \end_layout
21137
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \begin_layout Standard
21144 \begin_inset ERT
21145 status collapsed
21146
21147 \begin_layout Plain Layout
21148
21149
21150 \backslash
21151 let
21152 \backslash
21153 myHdashline
21154 \backslash
21155 hdashline
21156 \end_layout
21157
21158 \begin_layout Plain Layout
21159
21160
21161 \backslash
21162 renewcommand{
21163 \backslash
21164 hdashline}
21165 \end_layout
21166
21167 \begin_layout Plain Layout
21168
21169  {
21170 \backslash
21171 arrayrulecolor{red}
21172 \backslash
21173 myHdashline
21174 \backslash
21175 arrayrulecolor{black}}
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \lang english
21182
21183 \begin_inset Note Note
21184 status collapsed
21185
21186 \begin_layout Plain Layout
21187
21188 \lang english
21189 color horizontal, dashed lines red
21190 \end_layout
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \begin_layout Standard
21198 \begin_inset ERT
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202
21203
21204 \backslash
21205 let
21206 \backslash
21207 myCdashline
21208 \backslash
21209 cdashline
21210 \end_layout
21211
21212 \begin_layout Plain Layout
21213
21214
21215 \backslash
21216 renewcommand{
21217 \backslash
21218 cdashline}[1]
21219 \end_layout
21220
21221 \begin_layout Plain Layout
21222
21223  {
21224 \backslash
21225 arrayrulecolor{yellow}
21226 \backslash
21227 myCdashline{#1}
21228 \backslash
21229 arrayrulecolor{black}}
21230 \end_layout
21231
21232 \end_inset
21233
21234
21235 \lang english
21236
21237 \begin_inset Note Note
21238 status collapsed
21239
21240 \begin_layout Plain Layout
21241
21242 \lang english
21243 color partial horizontal, dashed lines yellow
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 \begin_inset Float table
21253 placement h
21254 wide false
21255 sideways false
21256 status open
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Caption
21260
21261 \begin_layout Plain Layout
21262 \begin_inset CommandInset label
21263 LatexCommand label
21264 name "tab:Colored-table-with"
21265
21266 \end_inset
21267
21268
21269 \lang english
21270 Colored table with dashed lines
21271 \end_layout
21272
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \begin_layout Plain Layout
21279 \align center
21280 \begin_inset Tabular
21281 <lyxtabular version="3" rows="5" columns="5">
21282 <features tabularvalignment="middle">
21283 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21284 <column alignment="center" valignment="top" width="0pt">
21285 <column alignment="center" valignment="top" width="0pt" special=":c">
21286 <column alignment="center" valignment="top" width="0">
21287 <column alignment="center" valignment="top" width="0">
21288 <row>
21289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 a
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" topline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 b
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" topline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 c
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 d
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 e
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 f
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" topline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 g
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" topline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 h
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 i
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 j
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset ERT
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391
21392
21393 \backslash
21394 hdashline 
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \begin_inset ERT
21401 status collapsed
21402
21403 \begin_layout Plain Layout
21404
21405
21406 \backslash
21407 rowcolor{Gray}
21408 \end_layout
21409
21410 \end_inset
21411
21412 k
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 l
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 m
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 n
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 o
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset ERT
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463
21464
21465 \backslash
21466 cdashline{4-5}
21467 \end_layout
21468
21469 \end_inset
21470
21471 p
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 q
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 r
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 s
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 t
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 u
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 v
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 w
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset ERT
21555 status collapsed
21556
21557 \begin_layout Plain Layout
21558
21559
21560 \backslash
21561 cellcolor{Maroon}
21562 \end_layout
21563
21564 \end_inset
21565
21566 i
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 </lyxtabular>
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \begin_layout Standard
21585 \begin_inset ERT
21586 status collapsed
21587
21588 \begin_layout Plain Layout
21589
21590
21591 \backslash
21592 renewcommand{
21593 \backslash
21594 hdashline}{
21595 \backslash
21596 myHdashline}
21597 \end_layout
21598
21599 \end_inset
21600
21601
21602 \lang english
21603
21604 \begin_inset Note Note
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608
21609 \lang english
21610 reset to default
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Standard
21619 \begin_inset ERT
21620 status collapsed
21621
21622 \begin_layout Plain Layout
21623
21624
21625 \backslash
21626 renewcommand{
21627 \backslash
21628 cdashline}{
21629 \backslash
21630 myCdashline}
21631 \end_layout
21632
21633 \end_inset
21634
21635
21636 \lang english
21637
21638 \begin_inset Note Note
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642
21643 \lang english
21644 reset to default
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset ERT
21654 status collapsed
21655
21656 \begin_layout Plain Layout
21657
21658
21659 \backslash
21660 nodashgapcolor
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \lang english
21667
21668 \begin_inset Note Note
21669 status collapsed
21670
21671 \begin_layout Plain Layout
21672
21673 \lang english
21674 reset to default
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \begin_layout Standard
21683 \begin_inset ERT
21684 status collapsed
21685
21686 \begin_layout Plain Layout
21687
21688
21689 \backslash
21690 setlength{
21691 \backslash
21692 arrayrulewidth}{0.4pt}
21693 \end_layout
21694
21695 \end_inset
21696
21697
21698 \lang english
21699
21700 \begin_inset Note Note
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704
21705 \lang english
21706 reset to default
21707 \end_layout
21708
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \begin_layout Standard
21715
21716 \lang english
21717 The coloring of lines, columns and lines works as decribed in section
21718 \begin_inset space ~
21719 \end_inset
21720
21721
21722 \lang japanese
21723
21724 \begin_inset CommandInset ref
21725 LatexCommand ref
21726 reference "sec:色付きの表"
21727
21728 \end_inset
21729
21730
21731 \lang english
21732 .
21733  Coloring horizontal lines works analogically as described there as well,
21734  one only needs to replace in the commands 
21735 \series bold
21736
21737 \backslash
21738 myHlineC
21739 \series default
21740  by 
21741 \series bold
21742
21743 \backslash
21744 myHdashline
21745 \series default
21746  and 
21747 \backslash
21748
21749 \series bold
21750 hline
21751 \series default
21752  by 
21753 \series bold
21754
21755 \backslash
21756 hdashline
21757 \series default
21758 ; so one uses the command
21759 \end_layout
21760
21761 \begin_layout Standard
21762
21763 \series bold
21764
21765 \backslash
21766 let
21767 \backslash
21768 myHdashline
21769 \backslash
21770 hdashline
21771 \begin_inset Newline newline
21772 \end_inset
21773
21774
21775 \backslash
21776 renewcommand{
21777 \backslash
21778 hdashline}
21779 \begin_inset Newline newline
21780 \end_inset
21781
21782
21783 \begin_inset Phantom HPhantom
21784 status open
21785
21786 \begin_layout Plain Layout
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794
21795 {
21796 \backslash
21797 arrayrulecolor{red}
21798 \backslash
21799 myHdashline
21800 \backslash
21801 arrayrulecolor{black}}
21802 \end_layout
21803
21804 \begin_layout Standard
21805
21806 \lang english
21807 To color 
21808 \series bold
21809
21810 \backslash
21811 cdashline
21812 \series default
21813 , the command is
21814 \end_layout
21815
21816 \begin_layout Standard
21817
21818 \series bold
21819
21820 \backslash
21821 let
21822 \backslash
21823 myCdashline
21824 \backslash
21825 cdashline
21826 \begin_inset Newline newline
21827 \end_inset
21828
21829
21830 \backslash
21831 renewcommand{
21832 \backslash
21833 cdashline}[1]
21834 \begin_inset Newline newline
21835 \end_inset
21836
21837
21838 \begin_inset Phantom HPhantom
21839 status open
21840
21841 \begin_layout Plain Layout
21842 \begin_inset space ~
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849
21850 {
21851 \backslash
21852 arrayrulecolor{red}
21853 \backslash
21854 myCdashline{#1}
21855 \backslash
21856 arrayrulecolor{black}}
21857 \end_layout
21858
21859 \begin_layout Standard
21860
21861 \lang english
21862 To get back the black line color, one needs to insert the following commands
21863  as TeX-Code behind the table:
21864 \end_layout
21865
21866 \begin_layout Standard
21867
21868 \lang english
21869 For 
21870 \series bold
21871
21872 \backslash
21873 hdashline
21874 \end_layout
21875
21876 \begin_layout Standard
21877
21878 \series bold
21879
21880 \backslash
21881 renewcommand{
21882 \backslash
21883 hdashline}{
21884 \backslash
21885 myHdashline}
21886 \end_layout
21887
21888 \begin_layout Standard
21889
21890 \lang english
21891 and for 
21892 \series bold
21893
21894 \backslash
21895 cdashline
21896 \end_layout
21897
21898 \begin_layout Standard
21899
21900 \series bold
21901
21902 \backslash
21903 renewcommand{
21904 \backslash
21905 cdashline}{
21906 \backslash
21907 myCdashline}
21908 \end_layout
21909
21910 \begin_layout Standard
21911
21912 \lang english
21913 To color the gaps between the dashes the command
21914 \end_layout
21915
21916 \begin_layout Standard
21917
21918 \series bold
21919 \lang english
21920
21921 \backslash
21922 dashgapcolor{color}
21923 \end_layout
21924
21925 \begin_layout Standard
21926
21927 \lang english
21928 can be used in front of a table as TeX-Code.
21929  color is hereby the name of a defined color.
21930  The command
21931 \end_layout
21932
21933 \begin_layout Standard
21934
21935 \series bold
21936
21937 \backslash
21938 nodashgapcolor
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \lang english
21944 unsets the changes made by 
21945 \series bold
21946
21947 \backslash
21948 dashgapcolor
21949 \series default
21950 .
21951 \end_layout
21952
21953 \begin_layout Standard
21954
21955 \lang english
21956 \begin_inset Note Greyedout
21957 status open
21958
21959 \begin_layout Plain Layout
21960
21961 \series bold
21962 \color none
21963 \lang english
21964 Note
21965 \series default
21966 : If there are multiple commands in a cell, the command of 
21967 \series bold
21968 arydshln
21969 \series default
21970  needs to be the first one in the cell.
21971  Therefore in cell 
21972 \emph on
21973 k
21974 \emph default
21975  of Table
21976 \begin_inset space ~
21977 \end_inset
21978
21979
21980 \begin_inset CommandInset ref
21981 LatexCommand ref
21982 reference "tab:Colored-table-with"
21983
21984 \end_inset
21985
21986  the command 
21987 \series bold
21988
21989 \backslash
21990 hdashline
21991 \series default
21992  is before 
21993 \series bold
21994
21995 \backslash
21996 rowcolor
21997 \series default
21998 .
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Standard
22007
22008 \lang english
22009 \begin_inset Note Greyedout
22010 status open
22011
22012 \begin_layout Plain Layout
22013
22014 \series bold
22015 \color none
22016 \lang english
22017 Note:
22018 \series default
22019  The LaTeX-package 
22020 \series bold
22021 arydshln
22022 \series default
22023  must be loaded in the document preamble before the LaTeX-package
22024 \lang japanese
22025  
22026 \series bold
22027 colortbl
22028 \series default
22029 \color inherit
22030
22031 \begin_inset Index idx
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \color none
22042 .
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \begin_layout Standard
22051 \begin_inset ERT
22052 status collapsed
22053
22054 \begin_layout Plain Layout
22055
22056
22057 \backslash
22058 else
22059 \end_layout
22060
22061 \end_inset
22062
22063
22064 \begin_inset Note Note
22065 status open
22066
22067 \begin_layout Plain Layout
22068 以下は、LaTeXパッケージ
22069 \series bold
22070 arydshln
22071 \series default
22072 が導入済みでないときに表示されます。
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Standard
22081 本節の内容を出力に表示するためには、
22082 \series bold
22083 arydshln
22084 \series default
22085 パッケージを導入しなくてはなりません。
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \begin_inset ERT
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093
22094
22095 \backslash
22096 fi
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Standard
22105
22106 \lang english
22107 For more information about dashed lines see the documentation of
22108 \lang japanese
22109  
22110 \series bold
22111 arydshln
22112 \series default
22113
22114 \begin_inset CommandInset citation
22115 LatexCommand cite
22116 key "arydshln"
22117
22118 \end_inset
22119
22120 .
22121 \end_layout
22122
22123 \begin_layout Chapter
22124 フロート
22125 \begin_inset CommandInset label
22126 LatexCommand label
22127 name "chap:フロート"
22128
22129 \end_inset
22130
22131
22132 \begin_inset Index idx
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136 ふろーと@フロート
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Section
22145 はじめに
22146 \begin_inset CommandInset label
22147 LatexCommand label
22148 name "sec:フロートはじめに"
22149
22150 \end_inset
22151
22152
22153 \begin_inset Index idx
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157 ふろーと@フロート ! はじめに
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Standard
22166 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22167 ート)ことができます。
22168 \family sans
22169 脚注
22170 \family default
22171
22172 \family sans
22173 傍注
22174 \family default
22175 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22176 \end_layout
22177
22178 \begin_layout Standard
22179 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22180 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22181 ートには連番が割り当てられます。参照については、第
22182 \begin_inset CommandInset ref
22183 LatexCommand ref
22184 reference "sec:フロートの参照"
22185
22186 \end_inset
22187
22188 節で述べられています。
22189 \end_layout
22190
22191 \begin_layout Standard
22192 フロートを挿入するには、
22193 \family sans
22194 挿入\SpecialChar \menuseparator
22195 フロート
22196 \family default
22197 メニューを使えば、ラベルのついたボックスすなわち
22198 \family sans
22199 キャプション
22200 \family default
22201 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22202 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22203 \begin_inset CommandInset ref
22204 LatexCommand ref
22205 reference "sec:キャプションの配置"
22206
22207 \end_inset
22208
22209 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22210 ます。畳んだフロートボックスは、
22211 \begin_inset Graphics
22212         filename clipart/floatQt4.png
22213         scale 70
22214         scaleBeforeRotation
22215
22216 \end_inset
22217
22218 のように、灰色ボタンに赤字ラベルで表示されます。
22219 \end_layout
22220
22221 \begin_layout Standard
22222 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22223 \end_layout
22224
22225 \begin_layout Standard
22226 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22227 \end_layout
22228
22229 \begin_layout Section
22230 フロート型
22231 \end_layout
22232
22233 \begin_layout Standard
22234 LyXには、第
22235 \begin_inset CommandInset ref
22236 LatexCommand ref
22237 reference "sec:図フロート"
22238
22239 \end_inset
22240
22241 節および第
22242 \begin_inset CommandInset ref
22243 LatexCommand ref
22244 reference "sec:表フロート"
22245
22246 \end_inset
22247
22248 節で各々説明されている図フロートと表フロート以外に、
22249 \family sans
22250 アルゴリズム型
22251 \series bold
22252
22253 \series default
22254 折返し型
22255 \family default
22256 のフロート型があります。 
22257 \lang english
22258 The latter are explained in sec.
22259 \lang japanese
22260
22261 \begin_inset space \thinspace{}
22262 \end_inset
22263
22264
22265 \begin_inset CommandInset ref
22266 LatexCommand ref
22267 reference "sec:折返しフロート"
22268
22269 \end_inset
22270
22271 .
22272 \end_layout
22273
22274 \begin_layout Subsection
22275 アルゴリズムフロート
22276 \begin_inset Index idx
22277 status collapsed
22278
22279 \begin_layout Plain Layout
22280 ふろーと@フロート ! あるごりずむ@アルゴリズム
22281 \end_layout
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \begin_layout Standard
22289 \begin_inset Float algorithm
22290 placement h
22291 wide false
22292 sideways false
22293 status open
22294
22295 \begin_layout Plain Layout
22296 \begin_inset Caption
22297
22298 \begin_layout Plain Layout
22299 \begin_inset CommandInset label
22300 LatexCommand label
22301 name "alg:アルゴリズムフロートの例"
22302
22303 \end_inset
22304
22305 アルゴリズムフロートの例
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout LyX-Code
22314 for I in 1..N loop
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318  Sum:= Sum + A(I); /*comment*/
22319 \begin_inset Newline newline
22320 \end_inset
22321
22322 end loop
22323 \begin_inset VSpace -4mm
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Standard
22335 このフロート型は、
22336 \family sans
22337 挿入
22338 \shape up
22339 \SpecialChar \menuseparator
22340 フロート\SpecialChar \menuseparator
22341 アルゴリズム
22342 \family default
22343 \shape default
22344 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22345 \begin_inset CommandInset ref
22346 LatexCommand ref
22347 reference "cha:プログラムコードリスト"
22348
22349 \end_inset
22350
22351 章で説明されているプログラムコードリストの代わりとみなすことができます。
22352 \emph on
22353 LyXユーザーの手引き
22354 \emph default
22355 に述べられているように、アルゴリズム向けの環境としては、
22356 \family sans
22357 LyXコード
22358 \family default
22359 があります。 アルゴリズム
22360 \begin_inset CommandInset ref
22361 LatexCommand ref
22362 reference "alg:アルゴリズムフロートの例"
22363
22364 \end_inset
22365
22366 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 mmの垂直空白が入れてあります。
22371 \end_layout
22372
22373 \begin_layout Standard
22374 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22375 \end_layout
22376
22377 \begin_layout Standard
22378
22379 \series bold
22380
22381 \backslash
22382 floatname{algorithm}{付けたい名称}
22383 \end_layout
22384
22385 \begin_layout Standard
22386 という行を手動で加える必要があります。ここで
22387 \family sans
22388 \series bold
22389 付けたい名称
22390 \family default
22391 \series default
22392 には、お使いの言語で「
22393 \emph on
22394 algorithm
22395 \emph default
22396 」に対応する単語を指定します。
22397 \end_layout
22398
22399 \begin_layout Standard
22400 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22401 \family sans
22402 挿入\SpecialChar \menuseparator
22403 一覧/目次\SpecialChar \menuseparator
22404 アルゴリズム一覧
22405 \family default
22406 メニューを使用します。それ以外の場合には、代わりに
22407 \end_layout
22408
22409 \begin_layout Standard
22410
22411 \series bold
22412
22413 \backslash
22414 listof{algorithm}{付けたい名称}
22415 \end_layout
22416
22417 \begin_layout Standard
22418 というコマンドをTeXコードとして用います。ここで
22419 \family sans
22420 付けたい名称
22421 \family default
22422 とは、「
22423 \emph on
22424 List of Algorithm
22425 \emph default
22426 s」という単語に相当する、ご使用になりたい言語での単語です。
22427 \end_layout
22428
22429 \begin_layout Standard
22430 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22431 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22432 \end_layout
22433
22434 \begin_layout Standard
22435
22436 \series bold
22437
22438 \backslash
22439 numberwithin{algorithm}{chapter}
22440 \end_layout
22441
22442 \begin_layout Standard
22443 というコマンドを追加してください。
22444 \series bold
22445
22446 \backslash
22447 numberwithin
22448 \series default
22449 というコマンドを使用するには、文書設定の
22450 \family sans
22451 数式オプション
22452 \family default
22453 タブで
22454 \family sans
22455 AMS mathパッケージを使用する
22456 \family default
22457 オプションを有効にしてください。
22458 \end_layout
22459
22460 \begin_layout Section
22461 フロートの連番
22462 \begin_inset Index idx
22463 status collapsed
22464
22465 \begin_layout Plain Layout
22466 ふろーと@フロート ! れんばん@連番
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Standard
22475 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22476 て変わります。
22477 \end_layout
22478
22479 \begin_layout Standard
22480 節から独立して付けられている連番を変更するには、文書プリアンブルで
22481 \end_layout
22482
22483 \begin_layout Standard
22484
22485 \series bold
22486
22487 \backslash
22488 renewcommand{
22489 \backslash
22490 thetable}{
22491 \backslash
22492 roman{table}}
22493 \end_layout
22494
22495 \begin_layout Standard
22496
22497 \series bold
22498 というコマンドを使うと良いでしょう。
22499 \backslash
22500 thetable
22501 \series default
22502 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22503 \series bold
22504
22505 \backslash
22506 thefigure
22507 \series default
22508 コマンドを使用します。上のコマンドで使用されている
22509 \series bold
22510
22511 \backslash
22512 roman
22513 \series default
22514 は、表番号を小文字のローマ数字で印字するコマンドです。
22515 \end_layout
22516
22517 \begin_layout Standard
22518 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22519 \end_layout
22520
22521 \begin_layout Standard
22522
22523 \series bold
22524
22525 \backslash
22526 numberwithin{table}{subsection}
22527 \end_layout
22528
22529 \begin_layout Standard
22530 というコマンドを使用してください。
22531 \series bold
22532
22533 \backslash
22534 numberwithin
22535 \series default
22536 コマンドを使用可能にするためには、文書設定の
22537 \family sans
22538 数式オプション
22539 \family default
22540 タブで、
22541 \family sans
22542 AMS
22543 \begin_inset space ~
22544 \end_inset
22545
22546 math数式パッケージを使用する
22547 \family default
22548 を使用します。
22549 \end_layout
22550
22551 \begin_layout Standard
22552 連番コマンドについての詳細と大切な注意点については、第
22553 \begin_inset CommandInset ref
22554 LatexCommand ref
22555 reference "sub:脚注の付番"
22556
22557 \end_inset
22558
22559 節もご覧ください。
22560 \end_layout
22561
22562 \begin_layout Section
22563 フロートの参照
22564 \begin_inset CommandInset label
22565 LatexCommand label
22566 name "sec:フロートの参照"
22567
22568 \end_inset
22569
22570
22571 \begin_inset Index idx
22572 status collapsed
22573
22574 \begin_layout Plain Layout
22575 ふろーと@フロート ! さんしょう@参照
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \begin_inset Index idx
22582 status collapsed
22583
22584 \begin_layout Plain Layout
22585 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Standard
22594 フロートを参照するには、
22595 \family sans
22596 挿入\SpecialChar \menuseparator
22597 ラベル
22598 \family default
22599 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22600 \begin_inset Graphics
22601         filename ../clipart/labelQt4.png
22602         scale 85
22603         scaleBeforeRotation
22604
22605 \end_inset
22606
22607 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22608 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22609 \family sans
22610 fig:
22611 \family default
22612 」という前置句がつけられます。
22613 \end_layout
22614
22615 \begin_layout Standard
22616 ラベルは、参照のための名称兼位置標として用いられます。
22617 \family sans
22618 挿入\SpecialChar \menuseparator
22619 相互参照
22620 \family default
22621 メニューかツールバーボタン
22622 \family sans
22623
22624 \begin_inset Info
22625 type  "icon"
22626 arg   "dialog-show-new-inset ref"
22627 \end_inset
22628
22629
22630 \family default
22631 を使えば、ラベルを参照することができます。
22632 \begin_inset Graphics
22633         filename clipart/referenceQt4.png
22634         scale 85
22635         scaleBeforeRotation
22636
22637 \end_inset
22638
22639 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22640 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22641 れます。
22642 \end_layout
22643
22644 \begin_layout Standard
22645 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22646 出力では、参照の代わりに二つの疑問符が表示されることになります。
22647 \end_layout
22648
22649 \begin_layout Standard
22650 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22651 で、リンクの更新に手間を割く必要はありません。
22652 \end_layout
22653
22654 \begin_layout Standard
22655 相互参照ウィンドウの
22656 \family sans
22657 ラベルへ移動
22658 \family default
22659 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22660 \family sans
22661 戻る
22662 \family default
22663 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
22664 この場合には元に戻ることができません。
22665 \end_layout
22666
22667 \begin_layout Subsection
22668 相互参照の書式
22669 \begin_inset CommandInset label
22670 LatexCommand label
22671 name "sub:相互参照の書式"
22672
22673 \end_inset
22674
22675
22676 \begin_inset Index idx
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680 さんしょう@参照 ! しょしき@書式
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Standard
22689 相互参照には、以下の6種類があります。
22690 \end_layout
22691
22692 \begin_layout Description
22693 <参照>: これはフロート番号を表示します。これが既定値です。例:
22694 \begin_inset CommandInset ref
22695 LatexCommand ref
22696 reference "fig:歪められた二つの像"
22697
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \begin_layout Description
22704 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
22705 例:
22706 \begin_inset CommandInset ref
22707 LatexCommand eqref
22708 reference "eq:Wgn"
22709
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \begin_layout Description
22716 <参照ページ>: これはページ番号を表示します。例:Page
22717 \begin_inset space ~
22718 \end_inset
22719
22720
22721 \begin_inset CommandInset ref
22722 LatexCommand pageref
22723 reference "fig:歪められた二つの像"
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \begin_layout Description
22731 on
22732 \begin_inset space ~
22733 \end_inset
22734
22735 page
22736 \begin_inset space ~
22737 \end_inset
22738
22739 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
22740 \begin_inset CommandInset ref
22741 LatexCommand vpageref
22742 reference "fig:歪められた二つの像"
22743
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \begin_layout Description
22750 <参照>
22751 \begin_inset space ~
22752 \end_inset
22753
22754 on
22755 \begin_inset space ~
22756 \end_inset
22757
22758 page
22759 \begin_inset space ~
22760 \end_inset
22761
22762 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
22763 \begin_inset CommandInset ref
22764 LatexCommand vref
22765 reference "fig:歪められた二つの像"
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Description
22773 整形された参照: これは自製の相互参照書式で出力します。
22774 \begin_inset Newline newline
22775 \end_inset
22776
22777
22778 \begin_inset Note Greyedout
22779 status open
22780
22781 \begin_layout Plain Layout
22782 【註】この機能は、LaTeXパッケージ
22783 \series bold
22784 prettyref
22785 \series default
22786 または
22787 \series bold
22788 refstyle
22789 \series default
22790 が導入されている場合のみ使用することができます。
22791 \begin_inset Index idx
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \begin_inset Index idx
22802 status collapsed
22803
22804 \begin_layout Plain Layout
22805 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814
22815
22816 \begin_inset Newline newline
22817 \end_inset
22818
22819 メニュー
22820 \family sans
22821 文書\SpecialChar \menuseparator
22822 設定\SpecialChar \menuseparator
22823 文書クラス
22824 \family default
22825 でオプション
22826 \family sans
22827 相互参照に(prettyrefではなく)refstyleを使用
22828 \family default
22829 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
22830 \series bold
22831
22832 \backslash
22833 newrefformat
22834 \series default
22835 コマンド(prettyrefの場合)あるいは
22836 \series bold
22837
22838 \backslash
22839 newref
22840 \series default
22841 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
22842 \family sans
22843 fig
22844 \family default
22845 」を持ちます)をすべて定義し直すには、
22846 \begin_inset Newline newline
22847 \end_inset
22848
22849
22850 \series bold
22851
22852 \backslash
22853 newref{fig}{refcmd={Image on page 
22854 \backslash
22855 pageref{#1}}}
22856 \begin_inset Newline newline
22857 \end_inset
22858
22859
22860 \series default
22861 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
22862 \begin_inset CommandInset citation
22863 LatexCommand cite
22864 key "prettyref,refstyle"
22865
22866 \end_inset
22867
22868 をご覧ください。
22869 \end_layout
22870
22871 \begin_layout Description
22872 名称参照: これは、右のように参照のキャプションを出力します。 
22873 \begin_inset CommandInset ref
22874 LatexCommand nameref
22875 reference "fig:歪められた二つの像"
22876
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \family sans
22885 <参照ページ>
22886 \family default
22887 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
22888 \family sans
22889 on this page
22890 \family default
22891 」のような文章が表示されます。様式
22892 \family sans
22893 <参照> on page <参照ページ>
22894 \family default
22895 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
22896 \end_layout
22897
22898 \begin_layout Standard
22899 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
22900 \family sans
22901 書式
22902 \family default
22903 フィールドで選ぶことができます。
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset Note Greyedout
22908 status open
22909
22910 \begin_layout Plain Layout
22911
22912 \series bold
22913 Note:
22914 \series default
22915  It is recommended to use the LaTeX-package 
22916 \series bold
22917 refstyle
22918 \series default
22919
22920 \begin_inset Index idx
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22925 \end_layout
22926
22927 \end_inset
22928
22929  because 
22930 \series bold
22931 prettyref
22932 \series default
22933
22934 \begin_inset Index idx
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22939 \end_layout
22940
22941 \end_inset
22942
22943  does not know all of LyX's possible label shortcuts
22944 \begin_inset Foot
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Quotes eld
22949 \end_inset
22950
22951 fig:
22952 \begin_inset Quotes erd
22953 \end_inset
22954
22955  is for example LyX's shortcut for labels in figure captions.
22956 \end_layout
22957
22958 \end_inset
22959
22960  and is not internationalized.
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Subsection
22969 参照名の自動命名
22970 \begin_inset Index idx
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974 さんしょう@参照 ! じどうめいめい@自動命名
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \begin_layout Standard
22983
22984 \family sans
22985 文書設定
22986 \family default
22987 ダイアログの
22988 \family sans
22989 PDF特性
22990 \family default
22991 で有効にされた
22992 \series bold
22993 hyperref
22994 \series default
22995
22996 \begin_inset Index idx
22997 status collapsed
22998
22999 \begin_layout Plain Layout
23000 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23001 \end_layout
23002
23003 \end_inset
23004
23005  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23006 \emph on
23007
23008 \emph default
23009 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23010 の機能を使用するには、hyperrefを有効にして、
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016
23017 \backslash
23018 AtBeginDocument{
23019 \backslash
23020 renewcommand{
23021 \backslash
23022 ref}[1]{
23023 \backslash
23024 mbox{
23025 \backslash
23026 autoref{#1}}}}
23027 \end_layout
23028
23029 \begin_layout Standard
23030 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23031 \begin_inset space \thinspace{}
23032 \end_inset
23033
23034 」としたいなど、既定の参照名以外のものが欲しい場合には、
23035 \end_layout
23036
23037 \begin_layout Standard
23038
23039 \series bold
23040
23041 \backslash
23042 addto
23043 \backslash
23044 extrasenglish{
23045 \backslash
23046 renewcommand{
23047 \backslash
23048 sectionautorefname}
23049 \begin_inset Newline newline
23050 \end_inset
23051
23052
23053 \begin_inset Phantom HPhantom
23054 status open
23055
23056 \begin_layout Plain Layout
23057
23058 \series bold
23059 \begin_inset space ~
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \end_inset
23066
23067 {sec.
23068 \backslash
23069 negthinspace}}
23070 \end_layout
23071
23072 \begin_layout Standard
23073 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23074 \begin_inset Newline newline
23075 \end_inset
23076
23077
23078 \series bold
23079
23080 \backslash
23081 extrasenglishを
23082 \backslash
23083 extras***
23084 \series default
23085 に置き換えてください(***は使用中の言語名)。
23086 \end_layout
23087
23088 \begin_layout Standard
23089 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23090 \end_layout
23091
23092 \begin_layout Standard
23093
23094 \series bold
23095
23096 \backslash
23097 newlength{
23098 \backslash
23099 abc}
23100 \begin_inset Newline newline
23101 \end_inset
23102
23103
23104 \backslash
23105 settowidth{
23106 \backslash
23107 abc}{
23108 \backslash
23109 space}
23110 \begin_inset Newline newline
23111 \end_inset
23112
23113
23114 \backslash
23115 addto
23116 \backslash
23117 extrasenglish{
23118 \backslash
23119 renewcommand{
23120 \backslash
23121 equationautorefname}
23122 \begin_inset Newline newline
23123 \end_inset
23124
23125
23126 \begin_inset Phantom HPhantom
23127 status open
23128
23129 \begin_layout Plain Layout
23130
23131 \series bold
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139
23140 {
23141 \backslash
23142 hspace{-
23143 \backslash
23144 abc}}
23145 \end_layout
23146
23147 \begin_layout Standard
23148 この話題に関する詳細は、hyperrefの説明書
23149 \begin_inset CommandInset citation
23150 LatexCommand cite
23151 key "hyperref"
23152
23153 \end_inset
23154
23155 をお読みください。
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset Note Greyedout
23160 status open
23161
23162 \begin_layout Plain Layout
23163
23164 \series bold
23165 【註】
23166 \series default
23167 参照の自動命名は、相互参照を
23168 \family sans
23169 整形参照
23170 \family default
23171 様式(第
23172 \begin_inset CommandInset ref
23173 LatexCommand ref
23174 reference "sub:相互参照の書式"
23175
23176 \end_inset
23177
23178 節)で使用しているときには、使用することができません。
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Standard
23187 取扱説明書
23188 \emph on
23189 数式篇
23190 \emph default
23191 は、参照の自動命名が使用されている一例です。
23192 \end_layout
23193
23194 \begin_layout Subsection
23195 参照位置
23196 \begin_inset CommandInset label
23197 LatexCommand label
23198 name "sub:参照位置"
23199
23200 \end_inset
23201
23202
23203 \begin_inset Index idx
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 さんしょう@参照 ! さんしょういち@参照位置
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \family sans
23218 文書設定
23219 \family default
23220 ダイアログの
23221 \family sans
23222 PDF特性
23223 \family default
23224 で、
23225 \series bold
23226 hyperref
23227 \series default
23228
23229 \begin_inset Index idx
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23234 \end_layout
23235
23236 \end_inset
23237
23238 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23239 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23240 \series bold
23241 hyperref
23242 \series default
23243
23244 \begin_inset Index idx
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23249 \end_layout
23250
23251 \end_inset
23252
23253 の一部である
23254 \series bold
23255 hyperref
23256 \series default
23257
23258 \begin_inset Index idx
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23263 \end_layout
23264
23265 \end_inset
23266
23267 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23268 \end_layout
23269
23270 \begin_layout Standard
23271
23272 \series bold
23273
23274 \backslash
23275 usepackage[figure]{hypcap}
23276 \end_layout
23277
23278 \begin_layout Standard
23279 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23280 hypcapの説明書
23281 \begin_inset CommandInset citation
23282 LatexCommand cite
23283 key "hypcap"
23284
23285 \end_inset
23286
23287 をご覧ください。
23288 \end_layout
23289
23290 \begin_layout Standard
23291 \begin_inset Note Greyedout
23292 status open
23293
23294 \begin_layout Plain Layout
23295
23296 \series bold
23297 【註】hypcap
23298 \series default
23299 は内部図への参照には効力がありません。
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \begin_layout Section
23308 フロートの配置
23309 \begin_inset CommandInset label
23310 LatexCommand label
23311 name "sec:フロートの配置"
23312
23313 \end_inset
23314
23315
23316 \begin_inset Index idx
23317 status collapsed
23318
23319 \begin_layout Plain Layout
23320 ふろーと@フロート ! はいち@配置
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Standard
23329
23330 \family roman
23331 \series medium
23332 \shape up
23333 \size normal
23334 \emph off
23335 \bar no
23336 \noun off
23337 \color none
23338 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23339 \begin_inset Newline newline
23340 \end_inset
23341
23342
23343 \family sans
23344 \series default
23345 \shape default
23346 \size default
23347 \emph default
23348 \bar default
23349 \noun default
23350 \color inherit
23351 段をまたぐ
23352 \family roman
23353 \series medium
23354 \shape up
23355 \size normal
23356 \emph off
23357 \bar no
23358 \noun off
23359 \color none
23360 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23361 \begin_inset Newline newline
23362 \end_inset
23363
23364
23365 \family sans
23366 \series default
23367 \shape default
23368 \size default
23369 \emph default
23370 \bar default
23371 \noun default
23372 \color inherit
23373 横倒しに回転
23374 \family roman
23375 \series medium
23376 \shape up
23377 \size normal
23378 \emph off
23379 \bar no
23380 \noun off
23381 \color none
23382 オプションは、フロートを回転するのに用います。第
23383 \family default
23384 \series default
23385 \shape default
23386 \size default
23387 \emph default
23388 \bar default
23389 \noun default
23390 \color inherit
23391
23392 \begin_inset CommandInset ref
23393 LatexCommand ref
23394 reference "sec:回転フロート"
23395
23396 \end_inset
23397
23398
23399 \family roman
23400 \series medium
23401 \shape up
23402 \size normal
23403 \emph off
23404 \bar no
23405 \noun off
23406 \color none
23407 節をご参照ください。
23408 \end_layout
23409
23410 \begin_layout Standard
23411
23412 \family roman
23413 \series medium
23414 \shape up
23415 \size normal
23416 \emph off
23417 \bar no
23418 \noun off
23419 \color none
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 \end_layout
23440
23441 \begin_layout Description
23442 可能ならば現在位置に: 
23443 \family roman
23444 \series medium
23445 \shape up
23446 \size normal
23447 \emph off
23448 \bar no
23449 \noun off
23450 \color none
23451 フロートを挿入位置に配置することを試みます
23452 \end_layout
23453
23454 \begin_layout Description
23455 ページ上部: 
23456 \family roman
23457 \series medium
23458 \shape up
23459 \size normal
23460 \emph off
23461 \bar no
23462 \noun off
23463 \color none
23464 フロートを現在ページの上部に配置することを試みます
23465 \end_layout
23466
23467 \begin_layout Description
23468 ページ下部: 
23469 \family roman
23470 \series medium
23471 \shape up
23472 \size normal
23473 \emph off
23474 \bar no
23475 \noun off
23476 \color none
23477 フロートを現在ページの下部に配置することを試みます
23478 \end_layout
23479
23480 \begin_layout Description
23481 フロートを独立したページに: 
23482 \family roman
23483 \series medium
23484 \shape up
23485 \size normal
23486 \emph off
23487 \bar no
23488 \noun off
23489 \color none
23490 フロートを独立したページに配置することを試みます
23491 \end_layout
23492
23493 \begin_layout Standard
23494 LaTeXは、
23495 \emph on
23496 つねに
23497 \emph default
23498 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23499 \family sans
23500 可能ならば現在位置に
23501 \family default
23502 を試み、次に
23503 \family sans
23504 ページの上部
23505 \family default
23506 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23507 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23508 \end_layout
23509
23510 \begin_layout Standard
23511 既定では、各オプションはそれぞれ以下の規則を持っています。
23512 \end_layout
23513
23514 \begin_layout Labeling
23515 \labelwidthstring 00.00.0000
23516
23517 \family sans
23518 ページ上部
23519 \family default
23520  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23521 \series bold
23522
23523 \backslash
23524 topfraction
23525 \series default
23526 )。
23527 \end_layout
23528
23529 \begin_layout Labeling
23530 \labelwidthstring 00.00.0000
23531
23532 \family sans
23533 ページ下部
23534 \family default
23535  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23536 \series bold
23537
23538 \backslash
23539 bottomfraction
23540 \series default
23541 )。
23542 \end_layout
23543
23544 \begin_layout Labeling
23545 \labelwidthstring 00.00.0000
23546
23547 \family sans
23548 フロートを独立したページ 
23549 \family default
23550 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23551 \series bold
23552
23553 \backslash
23554 floatpagefraction
23555 \series default
23556 )。
23557 \end_layout
23558
23559 \begin_layout Standard
23560 これらの規則に従いたくないときは、
23561 \family sans
23562 LaTeXの規則を無視する
23563 \family default
23564 オプションを追加することによって、これらを無視することができます。
23565 \begin_inset Newline newline
23566 \end_inset
23567
23568 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23569 、ページの5割に変えるには、文書プリアンブルに
23570 \end_layout
23571
23572 \begin_layout Standard
23573
23574 \series bold
23575
23576 \backslash
23577 renewcommand{
23578 \backslash
23579 bottomfraction}{0.5}
23580 \end_layout
23581
23582 \begin_layout Standard
23583 という行を加えてください。
23584 \end_layout
23585
23586 \begin_layout Standard
23587 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23588 \family sans
23589 何としても現在位置に置く
23590 \family default
23591 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23592 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23593 からです。
23594 \end_layout
23595
23596 \begin_layout Standard
23597 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23598 \end_layout
23599
23600 \begin_layout Standard
23601 \begin_inset VSpace bigskip
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \begin_layout Standard
23608 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23609 することがあります。この問題を避けるには、LaTeXコマンドの
23610 \backslash
23611 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23612 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23613 \end_layout
23614
23615 \begin_layout Standard
23616
23617 \series bold
23618
23619 \backslash
23620 let
23621 \backslash
23622 mySection
23623 \backslash
23624 section
23625 \begin_inset Newline newline
23626 \end_inset
23627
23628
23629 \backslash
23630 renewcommand{
23631 \backslash
23632 section}{
23633 \backslash
23634 suppressfloats[t]
23635 \backslash
23636 mySection}
23637 \end_layout
23638
23639 \begin_layout Standard
23640 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23641 することがあるので、これらに対する定義はお勧めしません。
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset VSpace bigskip
23646 \end_inset
23647
23648 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23649 \series bold
23650 endfloat
23651 \series default
23652
23653 \begin_inset Index idx
23654 status collapsed
23655
23656 \begin_layout Plain Layout
23657 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23658 \end_layout
23659
23660 \end_inset
23661
23662 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23663 \begin_inset Quotes eld
23664 \end_inset
23665
23666
23667 \family sans
23668 [Figure
23669 \begin_inset space ~
23670 \end_inset
23671
23672 3.2 about here.]
23673 \family default
23674
23675 \begin_inset Quotes erd
23676 \end_inset
23677
23678 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23679 \end_layout
23680
23681 \begin_layout Standard
23682
23683 \series bold
23684
23685 \backslash
23686 usepackage[options]{endfloat}
23687 \end_layout
23688
23689 \begin_layout Standard
23690 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23691 \series bold
23692 endfloat
23693 \series default
23694 取扱説明書
23695 \begin_inset CommandInset citation
23696 LatexCommand cite
23697 key "endfloat"
23698
23699 \end_inset
23700
23701 をご参照ください。
23702 \begin_inset Newline newline
23703 \end_inset
23704
23705
23706 \begin_inset Note Greyedout
23707 status open
23708
23709 \begin_layout Plain Layout
23710
23711 \series bold
23712 【註】endfloat
23713 \series default
23714 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
23715 \begin_inset CommandInset citation
23716 LatexCommand cite
23717 key "endfloat"
23718
23719 \end_inset
23720
23721 の第4節をご参照ください。
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \begin_inset Newline newline
23728 \end_inset
23729
23730
23731 \begin_inset Note Greyedout
23732 status open
23733
23734 \begin_layout Plain Layout
23735
23736 \series bold
23737 【註】
23738 \series default
23739 現在のところ、
23740 \series bold
23741 endfloat
23742 \series default
23743 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
23744 \series bold
23745
23746 \backslash
23747 ss
23748 \series default
23749 」コマンドを使用してください。
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \begin_layout Standard
23758 \begin_inset VSpace bigskip
23759 \end_inset
23760
23761 フロートの割付に関する詳細は、LaTeX関連書
23762 \begin_inset CommandInset citation
23763 LatexCommand cite
23764 key "latexcompanion,latexguide,latexbook"
23765
23766 \end_inset
23767
23768 をご覧ください。
23769 \end_layout
23770
23771 \begin_layout Section
23772 回転フロート
23773 \begin_inset CommandInset label
23774 LatexCommand label
23775 name "sec:回転フロート"
23776
23777 \end_inset
23778
23779
23780 \begin_inset Index idx
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 ふろーと@フロート ! かいてん@回転
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
23794 \family sans
23795 横倒しに回転
23796 \family default
23797 オプションを有効にします。
23798 \end_layout
23799
23800 \begin_layout Standard
23801 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
23802 \family sans
23803 段をまたぐ
23804 \family default
23805 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
23806 たって回転方向を強制したい場合には、文書クラスオプションに
23807 \series bold
23808 figuresleft
23809 \series default
23810 オプションあるいは
23811 \series bold
23812 figuresright
23813 \series default
23814 オプションを加えることができます。
23815 \end_layout
23816
23817 \begin_layout Standard
23818 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
23819 \begin_inset CommandInset ref
23820 LatexCommand ref
23821 reference "tab:回転した表"
23822
23823 \end_inset
23824
23825 が回転表フロートの例です。
23826 \end_layout
23827
23828 \begin_layout Standard
23829 \begin_inset Note Greyedout
23830 status open
23831
23832 \begin_layout Plain Layout
23833
23834 \series bold
23835 【註】
23836 \series default
23837 すべてのDVIビューアが回転フロートを表示できるわけではありません。
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \begin_layout Standard
23846 \begin_inset Float table
23847 wide false
23848 sideways true
23849 status open
23850
23851 \begin_layout Plain Layout
23852 \begin_inset Caption
23853
23854 \begin_layout Plain Layout
23855 \begin_inset CommandInset label
23856 LatexCommand label
23857 name "tab:回転した表"
23858
23859 \end_inset
23860
23861 回転した表
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \begin_layout Plain Layout
23870 \align center
23871 \begin_inset Tabular
23872 <lyxtabular version="3" rows="1" columns="5">
23873 <features tabularvalignment="middle">
23874 <column alignment="center" valignment="top" width="0">
23875 <column alignment="center" valignment="top" width="0">
23876 <column alignment="center" valignment="top" width="0">
23877 <column alignment="center" valignment="top" width="0">
23878 <column alignment="center" valignment="top" width="0">
23879 <row>
23880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 試験
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 </row>
23926 </lyxtabular>
23927
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \begin_layout Section
23939 従属フロート
23940 \begin_inset Index idx
23941 status collapsed
23942
23943 \begin_layout Plain Layout
23944 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \begin_layout Standard
23953 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
23954 \begin_inset CommandInset ref
23955 LatexCommand ref
23956 reference "tab:従属表を横に並べたもの"
23957
23958 \end_inset
23959
23960 と表
23961 \begin_inset CommandInset ref
23962 LatexCommand ref
23963 reference "tab:従属表を縦に並べたもの"
23964
23965 \end_inset
23966
23967 に示されているように段落と同様に指定することができます。
23968 \end_layout
23969
23970 \begin_layout Standard
23971 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
23972 \begin_inset CommandInset ref
23973 LatexCommand ref
23974 reference "tab:これは従属表a"
23975
23976 \end_inset
23977
23978 と表
23979 \begin_inset CommandInset ref
23980 LatexCommand ref
23981 reference "tab:これは従属表b"
23982
23983 \end_inset
23984
23985 は表
23986 \begin_inset CommandInset ref
23987 LatexCommand ref
23988 reference "tab:従属表を横に並べたもの"
23989
23990 \end_inset
23991
23992 の従属フロートです。
23993 \begin_inset Float table
23994 wide false
23995 sideways false
23996 status open
23997
23998 \begin_layout Plain Layout
23999 \begin_inset Caption
24000
24001 \begin_layout Plain Layout
24002 \begin_inset CommandInset label
24003 LatexCommand label
24004 name "tab:従属表を横に並べたもの"
24005
24006 \end_inset
24007
24008 従属表を横に並べたもの
24009 \end_layout
24010
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \begin_layout Plain Layout
24017 \begin_inset space \hfill{}
24018 \end_inset
24019
24020
24021 \begin_inset Float table
24022 wide false
24023 sideways false
24024 status open
24025
24026 \begin_layout Plain Layout
24027 \begin_inset Caption
24028
24029 \begin_layout Plain Layout
24030 \begin_inset CommandInset label
24031 LatexCommand label
24032 name "tab:これは従属表a"
24033
24034 \end_inset
24035
24036 これは従属表aです。
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Plain Layout
24045 \align center
24046 \begin_inset Tabular
24047 <lyxtabular version="3" rows="1" columns="5">
24048 <features tabularvalignment="middle">
24049 <column alignment="center" valignment="top" width="0">
24050 <column alignment="center" valignment="top" width="0">
24051 <column alignment="center" valignment="top" width="0">
24052 <column alignment="center" valignment="top" width="0">
24053 <column alignment="center" valignment="top" width="0">
24054 <row>
24055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 試験
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 </row>
24101 </lyxtabular>
24102
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \end_inset
24109
24110
24111 \begin_inset space \hfill{}
24112 \end_inset
24113
24114
24115 \begin_inset Float table
24116 wide false
24117 sideways false
24118 status open
24119
24120 \begin_layout Plain Layout
24121 \begin_inset Caption
24122
24123 \begin_layout Plain Layout
24124 \begin_inset CommandInset label
24125 LatexCommand label
24126 name "tab:これは従属表b"
24127
24128 \end_inset
24129
24130 これは従属表bです。
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Plain Layout
24139 \align center
24140 \begin_inset Tabular
24141 <lyxtabular version="3" rows="1" columns="5">
24142 <features tabularvalignment="middle">
24143 <column alignment="center" valignment="top" width="0">
24144 <column alignment="center" valignment="top" width="0">
24145 <column alignment="center" valignment="top" width="0">
24146 <column alignment="center" valignment="top" width="0">
24147 <column alignment="center" valignment="top" width="0">
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 試験
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 </lyxtabular>
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \begin_inset space \hfill{}
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \begin_inset Float table
24215 wide false
24216 sideways false
24217 status open
24218
24219 \begin_layout Plain Layout
24220 \begin_inset Caption
24221
24222 \begin_layout Plain Layout
24223 \begin_inset CommandInset label
24224 LatexCommand label
24225 name "tab:従属表を縦に並べたもの"
24226
24227 \end_inset
24228
24229 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24230 \end_layout
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Float table
24239 wide false
24240 sideways false
24241 status open
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Caption
24245
24246 \begin_layout Plain Layout
24247
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Plain Layout
24256 \align center
24257 \begin_inset Tabular
24258 <lyxtabular version="3" rows="1" columns="4">
24259 <features tabularvalignment="middle">
24260 <column alignment="center" valignment="top" width="0">
24261 <column alignment="center" valignment="top" width="0">
24262 <column alignment="center" valignment="top" width="0">
24263 <column alignment="center" valignment="top" width="0">
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 試験
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 試験
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 試験
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296 試験
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 </row>
24302 </lyxtabular>
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Float table
24316 wide false
24317 sideways false
24318 status open
24319
24320 \begin_layout Plain Layout
24321 \begin_inset Caption
24322
24323 \begin_layout Plain Layout
24324
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \begin_layout Plain Layout
24333 \align center
24334 \begin_inset Tabular
24335 <lyxtabular version="3" rows="1" columns="5">
24336 <features tabularvalignment="middle">
24337 <column alignment="center" valignment="top" width="0">
24338 <column alignment="center" valignment="top" width="0">
24339 <column alignment="center" valignment="top" width="0">
24340 <column alignment="center" valignment="top" width="0">
24341 <column alignment="center" valignment="top" width="0">
24342 <row>
24343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 </lyxtabular>
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \begin_layout Section
24407 横並びのフロート
24408 \begin_inset Index idx
24409 status collapsed
24410
24411 \begin_layout Plain Layout
24412 ふろーと@フロート ! よこならび@横並び
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \begin_layout Standard
24421
24422 \begin_inset CommandInset ref
24423 LatexCommand ref
24424 reference "fig:左側のフロート"
24425
24426 \end_inset
24427
24428 や図
24429 \begin_inset CommandInset ref
24430 LatexCommand ref
24431 reference "fig:右側のフロート"
24432
24433 \end_inset
24434
24435 のようにフロートを横並びに配置するには、
24436 \emph on
24437 ひとつの
24438 \emph default
24439 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24440 \begin_inset Foot
24441 status collapsed
24442
24443 \begin_layout Plain Layout
24444 Minipageは第
24445 \begin_inset CommandInset ref
24446 LatexCommand ref
24447 reference "sec:ミニページ"
24448
24449 \end_inset
24450
24451 節に説明があります。
24452 \end_layout
24453
24454 \end_inset
24455
24456 。幅は45
24457 \begin_inset space \thinspace{}
24458 \end_inset
24459
24460 -50
24461 \begin_inset space \thinspace{}
24462 \end_inset
24463
24464 列幅%とし、各minipageのボックス配置を
24465 \family sans
24466
24467 \family default
24468 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24469 \family sans
24470 列幅%
24471 \family default
24472 がここではminipageボックスの幅によって計算されることです。
24473 \end_layout
24474
24475 \begin_layout Standard
24476 \begin_inset Float figure
24477 wide false
24478 sideways false
24479 status open
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Box Frameless
24483 position "b"
24484 hor_pos "c"
24485 has_inner_box 1
24486 inner_pos "t"
24487 use_parbox 0
24488 use_makebox 0
24489 width "45col%"
24490 special "none"
24491 height "1in"
24492 height_special "totalheight"
24493 status open
24494
24495 \begin_layout Plain Layout
24496 \align center
24497 \begin_inset Graphics
24498         filename ../clipart/mobius.eps
24499         lyxscale 50
24500         width 100col%
24501         scaleBeforeRotation
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Plain Layout
24509 \begin_inset Caption
24510
24511 \begin_layout Plain Layout
24512 \begin_inset CommandInset label
24513 LatexCommand label
24514 name "fig:左側のフロート"
24515
24516 \end_inset
24517
24518 左側のフロート
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \begin_inset space \hfill{}
24530 \end_inset
24531
24532
24533 \begin_inset Box Frameless
24534 position "b"
24535 hor_pos "c"
24536 has_inner_box 1
24537 inner_pos "t"
24538 use_parbox 0
24539 use_makebox 0
24540 width "45col%"
24541 special "none"
24542 height "1in"
24543 height_special "totalheight"
24544 status open
24545
24546 \begin_layout Plain Layout
24547 \align center
24548 \begin_inset Graphics
24549         filename ../clipart/platypus.eps
24550         lyxscale 50
24551         width 100col%
24552         scaleBeforeRotation
24553
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \begin_layout Plain Layout
24560 \begin_inset Caption
24561
24562 \begin_layout Plain Layout
24563 \begin_inset CommandInset label
24564 LatexCommand label
24565 name "fig:右側のフロート"
24566
24567 \end_inset
24568
24569 右側のフロート
24570 \end_layout
24571
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Plain Layout
24583
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \begin_layout Section
24592 キャプションの書式設定
24593 \begin_inset Index idx
24594 status collapsed
24595
24596 \begin_layout Plain Layout
24597 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24598 \end_layout
24599
24600 \end_inset
24601
24602
24603 \begin_inset Index idx
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \begin_inset CommandInset label
24614 LatexCommand label
24615 name "sec:キャプションの書式設定"
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \begin_layout Standard
24623
24624 \family sans
24625 キャプション
24626 \family default
24627 環境は、
24628 \family sans
24629 フロート
24630 \family default
24631 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24632 \family sans
24633 図 #:
24634 \family default
24635 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24636 \family sans
24637 #
24638 \family default
24639 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24640 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24641 \end_layout
24642
24643 \begin_layout Standard
24644 既定のキャプション書式を変更するには、文書プリアンブルに
24645 \end_layout
24646
24647 \begin_layout Standard
24648
24649 \series bold
24650
24651 \backslash
24652 usepackage[format definition]{caption}
24653 \end_layout
24654
24655 \begin_layout Standard
24656 という行を加えて、LaTeXパッケージ
24657 \series bold
24658 caption
24659 \series default
24660
24661 \begin_inset Index idx
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24666 \end_layout
24667
24668 \end_inset
24669
24670 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24671 \end_layout
24672
24673 \begin_layout Standard
24674
24675 \series bold
24676
24677 \backslash
24678 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24679 \end_layout
24680
24681 \begin_layout Standard
24682 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24683 \series bold
24684 caption
24685 \series default
24686 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24687 \end_layout
24688
24689 \begin_layout Standard
24690
24691 \series bold
24692
24693 \backslash
24694 captionsetup[フロート型]{書式定義}
24695 \end_layout
24696
24697 \begin_layout Standard
24698 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24699 \begin_inset CommandInset ref
24700 LatexCommand ref
24701 reference "fig:図キャプション"
24702
24703 \end_inset
24704
24705 と表
24706 \begin_inset CommandInset ref
24707 LatexCommand ref
24708 reference "tab:表キャプション"
24709
24710 \end_inset
24711
24712 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
24713 \end_layout
24714
24715 \begin_layout Standard
24716
24717 \series bold
24718
24719 \backslash
24720 usepackage[tableposition=top]{caption}
24721 \series default
24722
24723 \begin_inset Newline newline
24724 \end_inset
24725
24726
24727 \series bold
24728
24729 \backslash
24730 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
24731 \begin_inset Newline newline
24732 \end_inset
24733
24734
24735 \begin_inset Phantom HPhantom
24736 status open
24737
24738 \begin_layout Plain Layout
24739
24740 \backslash
24741 captionsetup[figure]{
24742 \end_layout
24743
24744 \end_inset
24745
24746 labelsep=period}
24747 \begin_inset Newline newline
24748 \end_inset
24749
24750
24751 \backslash
24752 captionsetup[table]{labelfont={bf,sf}}
24753 \end_layout
24754
24755 \begin_layout Standard
24756 \begin_inset Note Greyedout
24757 status open
24758
24759 \begin_layout Plain Layout
24760
24761 \series bold
24762 【註】
24763 \series default
24764 オプションのうち、
24765 \series bold
24766 tableposition=top
24767 \series default
24768 は、文書クラスに
24769 \series bold
24770 KOMA-script
24771 \series default
24772
24773 \begin_inset Index idx
24774 status collapsed
24775
24776 \begin_layout Plain Layout
24777 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24778 \end_layout
24779
24780 \end_inset
24781
24782 が使われているときには、無効になります。この場合には、文書クラスオプション
24783 \series bold
24784 captions=tableheading
24785 \series default
24786 を指定しなくてはなりません。
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795
24796 \series bold
24797 caption
24798 \series default
24799 パッケージについての詳細は、その取扱説明書
24800 \begin_inset CommandInset citation
24801 LatexCommand cite
24802 key "caption"
24803
24804 \end_inset
24805
24806 をご覧ください。
24807 \end_layout
24808
24809 \begin_layout Standard
24810 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
24811 \end_layout
24812
24813 \begin_layout Standard
24814
24815 \series bold
24816
24817 \backslash
24818 renewcommand{
24819 \backslash
24820 fnum@figure}{画像~
24821 \backslash
24822 thefigure}
24823 \end_layout
24824
24825 \begin_layout Standard
24826 なお、
24827 \series bold
24828
24829 \backslash
24830 thefigure
24831 \series default
24832 は表番号を挿入し、「
24833 \series bold
24834 ~
24835 \series default
24836 」は保護された空白を入れます。
24837 \end_layout
24838
24839 \begin_layout Standard
24840 \begin_inset VSpace bigskip
24841 \end_inset
24842
24843
24844 \series bold
24845 KOMA-script
24846 \series default
24847
24848 \begin_inset Index idx
24849 status collapsed
24850
24851 \begin_layout Plain Layout
24852 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24853 \end_layout
24854
24855 \end_inset
24856
24857 文書クラス(
24858 \family sans
24859 article (KOMA-script)
24860 \family default
24861
24862 \family sans
24863 book (KOMA-script)
24864 \family default
24865
24866 \family sans
24867 letter (KOMA-script)
24868 \family default
24869
24870 \family sans
24871 report (KOMA-script)
24872 \family default
24873 )を使用している場合には、
24874 \series bold
24875 caption
24876 \series default
24877 パッケージの代わりに
24878 \series bold
24879 KOMA-script
24880 \series default
24881 のビルトインコマンド
24882 \series bold
24883 etkomafont
24884 \series default
24885 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
24886 \end_layout
24887
24888 \begin_layout Standard
24889
24890 \series bold
24891
24892 \backslash
24893 setkomafont{captionlabel}{
24894 \backslash
24895 bfseries}
24896 \end_layout
24897
24898 \begin_layout Standard
24899
24900 \series bold
24901
24902 \backslash
24903 setkomafont
24904 \series default
24905 についての詳細は、
24906 \series bold
24907 KOMA-script
24908 \series default
24909 の取扱説明書
24910 \begin_inset CommandInset citation
24911 LatexCommand cite
24912 key "koma-script"
24913
24914 \end_inset
24915
24916 をご覧ください。
24917 \end_layout
24918
24919 \begin_layout Standard
24920 \begin_inset ERT
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924
24925
24926 \backslash
24927 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
24928 }
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \begin_inset Note Note
24935 status open
24936
24937 \begin_layout Plain Layout
24938 キャプション書式は、この例のみ変更してあります。
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset Float figure
24948 placement !p
24949 wide false
24950 sideways false
24951 status open
24952
24953 \begin_layout Plain Layout
24954 \align center
24955 \begin_inset Graphics
24956         filename ../clipart/mobius.eps
24957         lyxscale 50
24958         scale 50
24959         scaleBeforeRotation
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Plain Layout
24967 \begin_inset Caption
24968
24969 \begin_layout Plain Layout
24970 \begin_inset CommandInset label
24971 LatexCommand label
24972 name "fig:図キャプション"
24973
24974 \end_inset
24975
24976 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
24977 \end_layout
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \begin_layout Standard
24990 \begin_inset ERT
24991 status collapsed
24992
24993 \begin_layout Plain Layout
24994
24995
24996 \backslash
24997 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
24998 on}
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 \begin_inset Float table
25008 placement !p
25009 wide false
25010 sideways false
25011 status open
25012
25013 \begin_layout Plain Layout
25014 \begin_inset Caption
25015
25016 \begin_layout Plain Layout
25017 \begin_inset CommandInset label
25018 LatexCommand label
25019 name "tab:表キャプション"
25020
25021 \end_inset
25022
25023 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Plain Layout
25032 \align center
25033 \begin_inset Tabular
25034 <lyxtabular version="3" rows="1" columns="5">
25035 <features tabularvalignment="middle">
25036 <column alignment="center" valignment="top" width="0">
25037 <column alignment="center" valignment="top" width="0">
25038 <column alignment="center" valignment="top" width="0">
25039 <column alignment="center" valignment="top" width="0">
25040 <column alignment="center" valignment="top" width="0">
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 </row>
25088 </lyxtabular>
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Section
25101 キャプションの配置
25102 \begin_inset Index idx
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106 きゃぷしょん@キャプション ! はいち@配置
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \begin_inset Index idx
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \begin_inset CommandInset label
25123 LatexCommand label
25124 name "sec:キャプションの配置"
25125
25126 \end_inset
25127
25128
25129 \end_layout
25130
25131 \begin_layout Standard
25132 通常、キャプションの配置原則は、
25133 \end_layout
25134
25135 \begin_layout Description
25136 図の場合: キャプションを図の下に置く
25137 \end_layout
25138
25139 \begin_layout Description
25140 表の場合: キャプションを表の上に置く
25141 \end_layout
25142
25143 \begin_layout Standard
25144 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25145 \family sans
25146 article
25147 \family default
25148
25149 \family sans
25150 book
25151 \family default
25152
25153 \family sans
25154 letter
25155 \family default
25156
25157 \family sans
25158 report
25159 \family default
25160 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25161 eXパッケージ
25162 \series bold
25163 caption
25164 \series default
25165 を読み込むコマンドに
25166 \end_layout
25167
25168 \begin_layout Standard
25169
25170 \series bold
25171 tableposition=top
25172 \end_layout
25173
25174 \begin_layout Standard
25175 というオプションを追加してください
25176 \begin_inset Foot
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180
25181 \series bold
25182 caption
25183 \series default
25184 パッケージについての詳細な情報は、第
25185 \begin_inset CommandInset ref
25186 LatexCommand ref
25187 reference "sec:キャプションの書式設定"
25188
25189 \end_inset
25190
25191 節をご覧ください。
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \series bold
25198 KOMA-script
25199 \series default
25200
25201 \begin_inset Index idx
25202 status collapsed
25203
25204 \begin_layout Plain Layout
25205 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25206 \end_layout
25207
25208 \end_inset
25209
25210 文書クラス(
25211 \family sans
25212 article (KOMA-script)
25213 \family default
25214
25215 \family sans
25216 book (KOMA-script)
25217 \family default
25218
25219 \family sans
25220 letter (KOMA-script)
25221 \family default
25222
25223 \family sans
25224 report (KOMA-script)
25225 \family default
25226
25227 \begin_inset space \thinspace{}
25228 \end_inset
25229
25230 )をお使いの場合には、
25231 \series bold
25232 caption
25233 \series default
25234 パッケージにオプションを与える代わりに、文書クラスオプション
25235 \series bold
25236 captions=tableheading
25237 \series default
25238 を設定することもできます。
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset VSpace bigskip
25243 \end_inset
25244
25245 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25246 \end_layout
25247
25248 \begin_layout Standard
25249
25250 \series bold
25251
25252 \backslash
25253 usepackage[option]{sidecap}
25254 \end_layout
25255
25256 \begin_layout Standard
25257 という行を入れて、LaTeXパッケージ
25258 \series bold
25259 sidecap
25260 \series default
25261
25262 \begin_inset Index idx
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25267 \end_layout
25268
25269 \end_inset
25270
25271 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25272 \series bold
25273 innercaption
25274 \series default
25275 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25276 \series bold
25277 rightcaption
25278 \series default
25279 ないし
25280 \series bold
25281 leftcaption
25282 \series default
25283 オプションを用います。
25284 \end_layout
25285
25286 \begin_layout Standard
25287 \begin_inset ERT
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291
25292
25293 \backslash
25294 ifsidecap
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \begin_inset Note Note
25301 status open
25302
25303 \begin_layout Plain Layout
25304 以下の部分は、LaTeXパッケージ
25305 \series bold
25306 sidecap
25307 \series default
25308 が導入されているときのみ表示されます。
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \begin_layout Standard
25317 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25318 \end_layout
25319
25320 \begin_layout Standard
25321 \noindent
25322 \begin_inset CommandInset line
25323 LatexCommand rule
25324 offset "0.5ex"
25325 width "100line%"
25326 height "1pt"
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \begin_layout Standard
25334
25335 \series bold
25336
25337 \backslash
25338 newcommand{
25339 \backslash
25340 TabBesBeg}[1][1.0]{%
25341 \begin_inset Newline newline
25342 \end_inset
25343
25344
25345 \begin_inset Phantom HPhantom
25346 status open
25347
25348 \begin_layout Plain Layout
25349 \begin_inset space ~
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \end_inset
25356
25357
25358 \backslash
25359 let
25360 \backslash
25361 MyTable
25362 \backslash
25363 table
25364 \begin_inset Newline newline
25365 \end_inset
25366
25367
25368 \begin_inset Phantom HPhantom
25369 status open
25370
25371 \begin_layout Plain Layout
25372
25373 \series medium
25374 \begin_inset space ~
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \backslash
25384 let
25385 \backslash
25386 MyEndtable
25387 \backslash
25388 endtable
25389 \begin_inset Newline newline
25390 \end_inset
25391
25392
25393 \begin_inset Phantom HPhantom
25394 status open
25395
25396 \begin_layout Plain Layout
25397
25398 \series medium
25399 \begin_inset space ~
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \backslash
25409 renewenvironment{table}[1]{
25410 \backslash
25411 begin{SCtable}[#1]##1}{
25412 \backslash
25413 end{SCtable}}}
25414 \end_layout
25415
25416 \begin_layout Standard
25417
25418 \series bold
25419
25420 \backslash
25421 newcommand{
25422 \backslash
25423 TabBesEnd}{%
25424 \begin_inset Newline newline
25425 \end_inset
25426
25427
25428 \begin_inset Phantom HPhantom
25429 status open
25430
25431 \begin_layout Plain Layout
25432 \begin_inset space ~
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \backslash
25442 let
25443 \backslash
25444 table
25445 \backslash
25446 MyTable
25447 \begin_inset Newline newline
25448 \end_inset
25449
25450
25451 \begin_inset Phantom HPhantom
25452 status open
25453
25454 \begin_layout Plain Layout
25455 \begin_inset space ~
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \backslash
25465 let
25466 \backslash
25467 endtable
25468 \backslash
25469 MyEndtable
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \series bold
25475
25476 \backslash
25477 newcommand{
25478 \backslash
25479 FigBesBeg}[1][1.0]{%
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 MyFigure
25501 \backslash
25502 figure
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 MyEndfigure
25524 \backslash
25525 endfigure
25526 \begin_inset Newline newline
25527 \end_inset
25528
25529
25530 \begin_inset Phantom HPhantom
25531 status open
25532
25533 \begin_layout Plain Layout
25534 \begin_inset space ~
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \backslash
25544 renewenvironment{figure}[1]{
25545 \backslash
25546 begin{SCfigure}[#1]##1}{
25547 \backslash
25548 end{SCfigure}}}
25549 \end_layout
25550
25551 \begin_layout Standard
25552
25553 \series bold
25554
25555 \backslash
25556 newcommand{
25557 \backslash
25558 FigBesEnd}{%
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 figure
25580 \backslash
25581 MyFigure
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 let
25601 \backslash
25602 endfigure
25603 \backslash
25604 MyEndfigure}
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \noindent
25609 \begin_inset CommandInset line
25610 LatexCommand rule
25611 offset "0.5ex"
25612 width "100line%"
25613 height "1pt"
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \begin_layout Standard
25621 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25622 \end_layout
25623
25624 \begin_layout Standard
25625
25626 \series bold
25627
25628 \backslash
25629 FigBesBeg
25630 \end_layout
25631
25632 \begin_layout Standard
25633 というコマンドを、フロートの前にTeXコードで入れてください。
25634 \lang english
25635 And insert the command
25636 \end_layout
25637
25638 \begin_layout Standard
25639
25640 \series bold
25641
25642 \backslash
25643 FigBesEnd
25644 \end_layout
25645
25646 \begin_layout Standard
25647
25648 \lang english
25649 in TeX-Code at the point where you want to get back to the original float
25650  definition.
25651 \end_layout
25652
25653 \begin_layout Standard
25654 表フロートに対しては、対応するコマンド
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \series bold
25660
25661 \backslash
25662 TabBesBeg
25663 \series default
25664 および
25665 \series bold
25666
25667 \backslash
25668 TabBesEnd
25669 \end_layout
25670
25671 \begin_layout Standard
25672 を使用してください。図
25673 \begin_inset CommandInset ref
25674 LatexCommand ref
25675 reference "fig:図横キャプション"
25676
25677 \end_inset
25678
25679 と表
25680 \begin_inset CommandInset ref
25681 LatexCommand ref
25682 reference "tab:表横キャプション"
25683
25684 \end_inset
25685
25686 がキャプションを脇に設定した例です。
25687 \end_layout
25688
25689 \begin_layout Standard
25690 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25691 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25692 \end_layout
25693
25694 \begin_layout Standard
25695
25696 \series bold
25697
25698 \backslash
25699 sidecaptionvpos{フロート型}{配置}
25700 \end_layout
25701
25702 \begin_layout Standard
25703 というコマンドを使用します。ここで「フロート型」は
25704 \family sans
25705 figure
25706 \family default
25707
25708 \family sans
25709 table
25710 \family default
25711 であり、「配置」は、上揃えの場合はtopの
25712 \end_layout
25713
25714 \begin_layout Standard
25715
25716 \family sans
25717 t
25718 \family default
25719 」、中央揃えの場合はcenterの「
25720 \family sans
25721 c
25722 \family default
25723 」、下揃えの場合はbottomの「
25724 \family sans
25725 b
25726 \family default
25727 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
25728 \end_layout
25729
25730 \begin_layout Standard
25731
25732 \series bold
25733
25734 \backslash
25735 sidecaptionvpos{figure}{c}
25736 \end_layout
25737
25738 \begin_layout Standard
25739 というコマンドを使用します。これは、図
25740 \begin_inset CommandInset ref
25741 LatexCommand ref
25742 reference "fig:図横キャプション-2"
25743
25744 \end_inset
25745
25746 で使用されています。
25747 \end_layout
25748
25749 \begin_layout Standard
25750 \begin_inset VSpace medskip
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757
25758 \lang english
25759 The default caption width is the width of the image/table.
25760  For thin image/tables, like in Table
25761 \lang japanese
25762
25763 \begin_inset space ~
25764 \end_inset
25765
25766
25767 \begin_inset CommandInset ref
25768 LatexCommand ref
25769 reference "tab:表横キャプション"
25770
25771 \end_inset
25772
25773
25774 \lang english
25775 this leads to captions that are too thin.
25776  You can increase the width by specifying a factor that will be multiplied
25777  with the image/table width to get the caption width.
25778  The caption width will automatically be recalculated in case it would protrude
25779  over the page or column margin due to the specified width.
25780  The 
25781 \emph on
25782 factor
25783 \emph default
25784  can either be given as optional argument for 
25785 \series bold
25786
25787 \backslash
25788 FigBesBeg
25789 \series default
25790 :
25791 \end_layout
25792
25793 \begin_layout Standard
25794
25795 \series bold
25796 \lang english
25797
25798 \backslash
25799 FigBesBeg[factor]
25800 \end_layout
25801
25802 \begin_layout Standard
25803
25804 \lang english
25805 or in the definition of 
25806 \series bold
25807
25808 \backslash
25809 FigBesBeg
25810 \series default
25811  by replacing the 
25812 \series bold
25813 1.0
25814 \series default
25815  with another value.
25816  If you do the latter, your factor will be the default if 
25817 \series bold
25818
25819 \backslash
25820 FigBesBeg
25821 \series default
25822  is used without an argument.
25823  For Table
25824 \lang japanese
25825
25826 \begin_inset space ~
25827 \end_inset
25828
25829
25830 \begin_inset CommandInset ref
25831 LatexCommand ref
25832 reference "tab:cap-beside-tab-wider"
25833
25834 \end_inset
25835
25836  
25837 \lang english
25838 the factor 5 was used.
25839 \end_layout
25840
25841 \begin_layout Standard
25842
25843 \lang english
25844 \begin_inset Note Greyedout
25845 status open
25846
25847 \begin_layout Plain Layout
25848
25849 \series bold
25850 \lang english
25851 Note:
25852 \series default
25853  For floats with captions set beside, you cannot use the float placement
25854  option 
25855 \family sans
25856 Here
25857 \begin_inset space ~
25858 \end_inset
25859
25860 definitely
25861 \family default
25862  because it is not supported by 
25863 \series bold
25864 sidecap
25865 \series default
25866 .
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset VSpace medskip
25876 \end_inset
25877
25878
25879 \series bold
25880 sidecap
25881 \series default
25882 パッケージについての詳細は、
25883 \begin_inset CommandInset citation
25884 LatexCommand cite
25885 key "sidecap"
25886
25887 \end_inset
25888
25889 の説明書をご参照ください。
25890 \end_layout
25891
25892 \begin_layout Standard
25893 \begin_inset Note Greyedout
25894 status open
25895
25896 \begin_layout Plain Layout
25897
25898 \series bold
25899 【註】
25900 \series default
25901
25902 \begin_inset CommandInset ref
25903 LatexCommand ref
25904 reference "sub:参照位置"
25905
25906 \end_inset
25907
25908 節に説明があるLaTeXパッケージ
25909 \series bold
25910 hypcap
25911 \series default
25912
25913 \begin_inset Index idx
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
25918 \end_layout
25919
25920 \end_inset
25921
25922 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Standard
25931 \begin_inset ERT
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935
25936
25937 \backslash
25938 FigBesBeg 
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 \begin_inset Float figure
25948 wide false
25949 sideways false
25950 status open
25951
25952 \begin_layout Plain Layout
25953 \begin_inset Graphics
25954         filename ../clipart/escher-lsd.eps
25955         scale 75
25956         scaleBeforeRotation
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Plain Layout
25964 \begin_inset Caption
25965
25966 \begin_layout Plain Layout
25967 \begin_inset CommandInset label
25968 LatexCommand label
25969 name "fig:図横キャプション"
25970
25971 \end_inset
25972
25973 これは図の横にあるキャプションです。
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 FigBesEnd
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 \begin_inset ERT
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007
26008
26009 \backslash
26010 TabBesBeg 
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Standard
26019 \begin_inset Float table
26020 wide false
26021 sideways false
26022 status open
26023
26024 \begin_layout Plain Layout
26025 \begin_inset Caption
26026
26027 \begin_layout Plain Layout
26028 \begin_inset CommandInset label
26029 LatexCommand label
26030 name "tab:表横キャプション"
26031
26032 \end_inset
26033
26034 これは表の横にあるキャプションです。
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Tabular
26044 <lyxtabular version="3" rows="4" columns="5">
26045 <features tabularvalignment="middle">
26046 <column alignment="center" valignment="top" width="0">
26047 <column alignment="center" valignment="top" width="0">
26048 <column alignment="center" valignment="top" width="0">
26049 <column alignment="center" valignment="top" width="0">
26050 <column alignment="center" valignment="top" width="0">
26051 <row>
26052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 </row>
26098 <row>
26099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
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" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 </row>
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
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" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 <row>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 </lyxtabular>
26240
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \begin_layout Standard
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 TabBesEnd
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \begin_layout Standard
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 sidecaptionvpos{figure}{c}
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \begin_inset Float figure
26282 wide false
26283 sideways false
26284 status open
26285
26286 \begin_layout Plain Layout
26287 \begin_inset Graphics
26288         filename ../clipart/escher-lsd.eps
26289         scale 75
26290         scaleBeforeRotation
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Plain Layout
26298 \begin_inset Caption
26299
26300 \begin_layout Plain Layout
26301 \begin_inset CommandInset label
26302 LatexCommand label
26303 name "fig:図横キャプション-2"
26304
26305 \end_inset
26306
26307 これは図の横にある縦方向中央揃えのキャプションです。
26308 \end_layout
26309
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Standard
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 FigBesEnd
26329 \end_layout
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \begin_layout Standard
26337 \begin_inset ERT
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341
26342
26343 \backslash
26344 TabBesBeg[5]
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset Float table
26354 wide false
26355 sideways false
26356 status open
26357
26358 \begin_layout Plain Layout
26359 \begin_inset Caption
26360
26361 \begin_layout Plain Layout
26362
26363 \lang english
26364 \begin_inset CommandInset label
26365 LatexCommand label
26366 name "tab:cap-beside-tab-wider"
26367
26368 \end_inset
26369
26370 This is a caption is wider than the one in Table
26371 \lang japanese
26372
26373 \begin_inset space ~
26374 \end_inset
26375
26376
26377 \begin_inset CommandInset ref
26378 LatexCommand ref
26379 reference "tab:表横キャプション"
26380
26381 \end_inset
26382
26383 .
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Plain Layout
26392 \begin_inset Tabular
26393 <lyxtabular version="3" rows="4" columns="5">
26394 <features tabularvalignment="middle">
26395 <column alignment="center" valignment="top" width="0">
26396 <column alignment="center" valignment="top" width="0">
26397 <column alignment="center" valignment="top" width="0">
26398 <column alignment="center" valignment="top" width="0">
26399 <column alignment="center" valignment="top" width="0">
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 a
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423 b
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441 c
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 <row>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 d
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 e
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 </row>
26494 <row>
26495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 f
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
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 g
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" rightline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535 h
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 </row>
26541 <row>
26542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 i
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 j
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 </lyxtabular>
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601 \begin_inset ERT
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606
26607 \backslash
26608 TabBesEnd
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622
26623 \backslash
26624 else
26625 \end_layout
26626
26627 \end_inset
26628
26629
26630 \begin_inset Note Note
26631 status open
26632
26633 \begin_layout Plain Layout
26634 以下の部分は、LaTeXパッケージ
26635 \series bold
26636 sidecap
26637 \series default
26638 が導入されていないときのみ表示されます。
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \begin_layout Standard
26647 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26648 \series bold
26649 sidecap
26650 \series default
26651 を導入する必要があります。
26652 \end_layout
26653
26654 \begin_layout Standard
26655 \begin_inset ERT
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659
26660
26661 \backslash
26662 fi
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Section
26671 フロート一覧
26672 \begin_inset Index idx
26673 status collapsed
26674
26675 \begin_layout Plain Layout
26676 ふろーと@フロート ! ふろーといちらん@フロート一覧
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Standard
26685 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26686 \family sans
26687 挿入\SpecialChar \menuseparator
26688 一覧/目次
26689 \family default
26690 メニューで挿入することができます。
26691 \end_layout
26692
26693 \begin_layout Standard
26694 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26695 \end_layout
26696
26697 \begin_layout Standard
26698 本文書の終わりに、図一覧と表一覧があります。
26699 \end_layout
26700
26701 \begin_layout Chapter
26702 注釈
26703 \end_layout
26704
26705 \begin_layout Section
26706 LyX注釈
26707 \begin_inset Index idx
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Standard
26720 注釈は、ツールバーボタン
26721 \family sans
26722
26723 \begin_inset Info
26724 type  "icon"
26725 arg   "note-insert"
26726 \end_inset
26727
26728
26729 \family default
26730 か、
26731 \family sans
26732 挿入\SpecialChar \menuseparator
26733 注釈
26734 \family default
26735 メニューで挿入することができます。注釈には、以下の三つの型があります。
26736 \end_layout
26737
26738 \begin_layout Description
26739 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
26740 \begin_inset Newline newline
26741 \end_inset
26742
26743
26744 \begin_inset Newline newline
26745 \end_inset
26746
26747
26748 \begin_inset Graphics
26749         filename ../clipart/LyXNoteImageQt4.png
26750         display false
26751         scale 85
26752         scaleBeforeRotation
26753
26754 \end_inset
26755
26756
26757 \begin_inset Note Note
26758 status open
26759
26760 \begin_layout Plain Layout
26761 これは、出力には現れない注釈ボックスに書かれた文章です。
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Description
26770 コメント この注釈も出力には現れませんが、
26771 \family sans
26772 ファイル\SpecialChar \menuseparator
26773 書き出し\SpecialChar \menuseparator
26774 LaTeX (pdflatex) / (平文)
26775 \family default
26776  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
26777 \begin_inset Newline newline
26778 \end_inset
26779
26780
26781 \begin_inset Newline newline
26782 \end_inset
26783
26784
26785 \begin_inset Graphics
26786         filename ../clipart/CommentNoteImageQt4.png
26787         display false
26788         scale 85
26789         scaleBeforeRotation
26790
26791 \end_inset
26792
26793  
26794 \begin_inset Note Comment
26795 status open
26796
26797 \begin_layout Plain Layout
26798 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Description
26807 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
26808 \begin_inset Newline newline
26809 \end_inset
26810
26811
26812 \begin_inset Newline newline
26813 \end_inset
26814
26815
26816 \begin_inset Graphics
26817         filename ../clipart/GreyedOutNoteImageQt4.png
26818         display false
26819         scale 85
26820         scaleBeforeRotation
26821
26822 \end_inset
26823
26824
26825 \begin_inset Newline newline
26826 \end_inset
26827
26828
26829 \begin_inset ERT
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833
26834
26835 \backslash
26836 renewenvironment{lyxgreyedout}
26837 \end_layout
26838
26839 \begin_layout Plain Layout
26840
26841 {
26842 \backslash
26843 textcolor[gray]{0.8}
26844 \backslash
26845 bgroup}{
26846 \backslash
26847 egroup}
26848 \end_layout
26849
26850 \end_inset
26851
26852
26853 \begin_inset Note Greyedout
26854 status open
26855
26856 \begin_layout Plain Layout
26857 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
26858 \begin_inset Foot
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862 これは、淡色表示注釈内に脚注を用いた例です。
26863 \end_layout
26864
26865 \end_inset
26866
26867 です。
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \begin_inset ERT
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877
26878
26879 \backslash
26880 renewenvironment{lyxgreyedout}
26881 \end_layout
26882
26883 \begin_layout Plain Layout
26884
26885 {
26886 \backslash
26887 textcolor{blue}
26888 \backslash
26889 bgroup}{
26890 \backslash
26891 egroup}
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \begin_inset Note Note
26898 status open
26899
26900 \begin_layout Plain Layout
26901 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
26902 ように再定義されています。
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \begin_inset Newline newline
26909 \end_inset
26910
26911
26912 \begin_inset Newline newline
26913 \end_inset
26914
26915 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
26916 \end_layout
26917
26918 \begin_layout Standard
26919 \begin_inset VSpace bigskip
26920 \end_inset
26921
26922 注釈を挿入するのにツールバーボタン
26923 \family sans
26924
26925 \begin_inset Info
26926 type  "icon"
26927 arg   "note-insert"
26928 \end_inset
26929
26930
26931 \family default
26932 を使用すると、
26933 \family sans
26934 LyX注釈
26935 \family default
26936 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
26937 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
26938 さい。
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset VSpace bigskip
26943 \end_inset
26944
26945
26946 \lang english
26947 You can change the text color of the greyed out notes in the menu 
26948 \family sans
26949 Document\SpecialChar \menuseparator
26950 Settings\SpecialChar \menuseparator
26951 Colors
26952 \family default
26953 .
26954 \end_layout
26955
26956 \begin_layout Section
26957 脚注
26958 \begin_inset CommandInset label
26959 LatexCommand label
26960 name "sec:脚注"
26961
26962 \end_inset
26963
26964
26965 \begin_inset Index idx
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \begin_inset Index idx
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 きゃくちゅう@脚注
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Standard
26988 脚注は、ツールバーボタン
26989 \family sans
26990
26991 \begin_inset Info
26992 type  "icon"
26993 arg   "footnote-insert"
26994 \end_inset
26995
26996
26997 \family default
26998 か、
26999 \family sans
27000 挿入\SpecialChar \menuseparator
27001 脚注
27002 \family default
27003 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27004 \begin_inset Graphics
27005         filename clipart/footnoteQt4.png
27006         scale 80
27007         scaleBeforeRotation
27008
27009 \end_inset
27010
27011 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27012 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27013 \end_layout
27014
27015 \begin_layout Standard
27016 これが脚注の例です
27017 \begin_inset Foot
27018 status collapsed
27019
27020 \begin_layout Plain Layout
27021 \begin_inset CommandInset label
27022 LatexCommand label
27023 name "fn:これは脚注の一例"
27024
27025 \end_inset
27026
27027 これは脚注の一例です。
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \begin_inset ERT
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037
27038
27039 \backslash
27040 newcounter{MyRepeatFoot}
27041 \end_layout
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 setcounter{MyRepeatFoot}{
27048 \backslash
27049 thefootnote}
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Standard
27058 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27059 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27060 \end_layout
27061
27062 \begin_layout Standard
27063 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27064 \begin_inset CommandInset ref
27065 LatexCommand ref
27066 reference "sec:フロートの参照"
27067
27068 \end_inset
27069
27070 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27071 \begin_inset Newline newline
27072 \end_inset
27073
27074 これは脚注
27075 \begin_inset CommandInset ref
27076 LatexCommand ref
27077 reference "fn:これは脚注の一例"
27078
27079 \end_inset
27080
27081 の相互参照です。
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset VSpace defskip
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27093 \series bold
27094
27095 \backslash
27096 footnotemark{}
27097 \series default
27098 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27099 \series bold
27100
27101 \backslash
27102 footnotetext
27103 \series default
27104 コマンドの引数として入力します。
27105 \begin_inset Newline newline
27106 \end_inset
27107
27108 以下の表ではコマンド
27109 \begin_inset Newline newline
27110 \end_inset
27111
27112
27113 \series bold
27114
27115 \backslash
27116 footnotetext{
27117 \series default
27118 出力される脚注の表
27119 \series bold
27120 }
27121 \series default
27122
27123 \begin_inset Newline newline
27124 \end_inset
27125
27126 を用いています。
27127 \end_layout
27128
27129 \begin_layout Standard
27130 \begin_inset Tabular
27131 <lyxtabular version="3" rows="2" columns="1">
27132 <features tabularvalignment="middle">
27133 <column alignment="center" valignment="top" width="0">
27134 <row>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139 これは例文です。
27140 \begin_inset Foot
27141 status open
27142
27143 \begin_layout Plain Layout
27144 この脚注は出力されません!
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 </row>
27155 <row>
27156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160 これは例文です。
27161 \begin_inset ERT
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165
27166
27167 \backslash
27168 footnotemark{}
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 </row>
27179 </lyxtabular>
27180
27181 \end_inset
27182
27183
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 footnotetext{
27192 \end_layout
27193
27194 \end_inset
27195
27196 出力される脚注の表
27197 \begin_inset ERT
27198 status collapsed
27199
27200 \begin_layout Plain Layout
27201
27202 }
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Standard
27211 長尺表中の脚注は、第
27212 \begin_inset CommandInset ref
27213 LatexCommand ref
27214 reference "sub:長尺表での脚注"
27215
27216 \end_inset
27217
27218 節で述べられています。
27219 \end_layout
27220
27221 \begin_layout Standard
27222 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "sec:ミニページ"
27226
27227 \end_inset
27228
27229 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27230 \series bold
27231
27232 \backslash
27233 footnotemark{}
27234 \series default
27235
27236 \series bold
27237
27238 \backslash
27239 footntoetext
27240 \series default
27241 による方法を用いてください。
27242 \end_layout
27243
27244 \begin_layout Standard
27245 \begin_inset Box Frameless
27246 position "t"
27247 hor_pos "c"
27248 has_inner_box 1
27249 inner_pos "t"
27250 use_parbox 0
27251 use_makebox 0
27252 width "100col%"
27253 special "none"
27254 height "1in"
27255 height_special "totalheight"
27256 status open
27257
27258 \begin_layout Plain Layout
27259 これはミニページ中の例文です。
27260 \begin_inset Foot
27261 status open
27262
27263 \begin_layout Plain Layout
27264 ミニページ中の脚注です。
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Plain Layout
27273 これはミニページ中の例文です。
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278
27279
27280 \backslash
27281 footnotemark{}
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 \begin_inset ERT
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299
27300
27301 \backslash
27302 footnotetext{
27303 \end_layout
27304
27305 \end_inset
27306
27307 ミニページ外の脚注です。
27308 \begin_inset ERT
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312
27313 }
27314 \end_layout
27315
27316 \end_inset
27317
27318
27319 \begin_inset VSpace defskip
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \begin_layout Standard
27326 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27327 \series bold
27328
27329 \backslash
27330 footnotemark[番号]
27331 \series default
27332 を使用してください。
27333 \begin_inset Newline newline
27334 \end_inset
27335
27336 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27337 \begin_inset CommandInset ref
27338 LatexCommand ref
27339 reference "fn:これは脚注の一例"
27340
27341 \end_inset
27342
27343 の後に、TeXコードで
27344 \end_layout
27345
27346 \begin_layout Standard
27347
27348 \series bold
27349
27350 \backslash
27351 newcounter{MyRepeatFoot}
27352 \begin_inset Newline newline
27353 \end_inset
27354
27355
27356 \backslash
27357 setcounter{MyRepeatFoot}{
27358 \backslash
27359 thefootnote}
27360 \end_layout
27361
27362 \begin_layout Standard
27363 というコマンドを挿入しています。そして脚注マークは、
27364 \end_layout
27365
27366 \begin_layout Standard
27367
27368 \series bold
27369
27370 \backslash
27371 footnotemark[
27372 \backslash
27373 theMyRepeatFoot]
27374 \end_layout
27375
27376 \begin_layout Standard
27377 で作成します。
27378 \end_layout
27379
27380 \begin_layout Standard
27381 これは繰り返し脚注の例です。
27382 \begin_inset ERT
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386
27387
27388 \backslash
27389 footnotemark[
27390 \backslash
27391 theMyRepeatFoot]
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27401 \end_layout
27402
27403 \begin_layout Standard
27404
27405 \series bold
27406
27407 \backslash
27408 footnotemark[
27409 \backslash
27410 thefootnote]
27411 \end_layout
27412
27413 \begin_layout Standard
27414 を使用してください。
27415 \end_layout
27416
27417 \begin_layout Standard
27418 これは繰り返し脚注の例です。
27419 \begin_inset ERT
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423
27424
27425 \backslash
27426 footnotemark[
27427 \backslash
27428 thefootnote]
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Subsection
27437 脚注の付番
27438 \begin_inset CommandInset label
27439 LatexCommand label
27440 name "sub:脚注の付番"
27441
27442 \end_inset
27443
27444
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 きゃくちゅう@脚注 ! ふばん@付番
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27459 \end_layout
27460
27461 \begin_layout Standard
27462
27463 \series bold
27464
27465 \backslash
27466 @addtoreset{footnote}{section}
27467 \end_layout
27468
27469 \begin_layout Standard
27470 というコマンドを加えてください。
27471 \end_layout
27472
27473 \begin_layout Standard
27474 \begin_inset VSpace bigskip
27475 \end_inset
27476
27477 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27478 \end_layout
27479
27480 \begin_layout Standard
27481
27482 \series bold
27483
27484 \backslash
27485 renewcommand{
27486 \backslash
27487 thefootnote}{
27488 \backslash
27489 roman{footnote}}
27490 \end_layout
27491
27492 \begin_layout Standard
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497
27498
27499 \backslash
27500 renewcommand{
27501 \backslash
27502 thefootnote}{
27503 \backslash
27504 roman{footnote}}
27505 \end_layout
27506
27507 \end_inset
27508
27509 これは、ローマ数字を使った脚注です
27510 \begin_inset Foot
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 これは、ローマ数字を使った脚注の例です。
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \end_layout
27521
27522 \begin_layout Standard
27523 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27524 \series bold
27525
27526 \backslash
27527 roman
27528 \series default
27529
27530 \series bold
27531
27532 \backslash
27533 Roman
27534 \series default
27535 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27536 \series bold
27537
27538 \backslash
27539 Alph
27540 \series default
27541 または
27542 \series bold
27543
27544 \backslash
27545 alph
27546 \series default
27547 を使用してください。記号を使って付「番」するには、
27548 \series bold
27549
27550 \backslash
27551 fnsymbol
27552 \series default
27553 を使ってください。
27554 \end_layout
27555
27556 \begin_layout Standard
27557 \begin_inset Note Greyedout
27558 status open
27559
27560 \begin_layout Plain Layout
27561
27562 \series bold
27563 【註】
27564 \series default
27565 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \begin_inset Newline newline
27572 \end_inset
27573
27574
27575 \begin_inset Note Greyedout
27576 status open
27577
27578 \begin_layout Plain Layout
27579
27580 \series bold
27581 【註】
27582 \series default
27583 記号を使うと9個の脚注しか番号を振ることができません。
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27593 \series bold
27594
27595 \backslash
27596 roman
27597 \series default
27598
27599 \series bold
27600
27601 \backslash
27602 arabic
27603 \series default
27604 に置き換えて使用してください。
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 renewcommand{
27613 \backslash
27614 thefootnote}{
27615 \backslash
27616 arabic{footnote}}
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Standard
27625 \begin_inset VSpace bigskip
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27633 \end_layout
27634
27635 \begin_layout Standard
27636
27637 \series bold
27638
27639 \backslash
27640 numberwithin{footnote}{chapter}
27641 \end_layout
27642
27643 \begin_layout Standard
27644 というコマンドを加えてください。
27645 \series bold
27646
27647 \backslash
27648 numberwithin
27649 \series default
27650 コマンドを使用できるようにするためには、文書設定の
27651 \family sans
27652 数式オプション
27653 \family default
27654 タブで
27655 \family sans
27656 AMS
27657 \begin_inset space ~
27658 \end_inset
27659
27660 mathパッケージを使う
27661 \family default
27662 オプションを有効にしてください。
27663 \end_layout
27664
27665 \begin_layout Standard
27666 \begin_inset ERT
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670
27671
27672 \backslash
27673 numberwithin{footnote}{chapter}
27674 \end_layout
27675
27676 \end_inset
27677
27678 これは、脚注のもう一つの例です
27679 \series bold
27680
27681 \begin_inset Foot
27682 status open
27683
27684 \begin_layout Plain Layout
27685
27686 \series bold
27687 これは、
27688 \series default
27689 「章番号.脚注番号」スキームで番号を振られた脚注です。
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \series default
27696
27697 \begin_inset ERT
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701
27702
27703 \backslash
27704 renewcommand{
27705 \backslash
27706 thefootnote}{
27707 \backslash
27708 arabic{footnote}}
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset Note Greyedout
27718 status open
27719
27720 \begin_layout Plain Layout
27721
27722 \series bold
27723 【註】
27724 \backslash
27725 numberwithin
27726 \series default
27727 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Standard
27736 また、例えば「章番号.
27737 \backslash
27738 Roman{footnote}」スキームを得るには、
27739 \series bold
27740
27741 \backslash
27742 numberwithin
27743 \series default
27744 の代わりに以下のコマンドを使用してください。
27745 \end_layout
27746
27747 \begin_layout Standard
27748
27749 \series bold
27750
27751 \backslash
27752 renewcommand{
27753 \backslash
27754 thefootnote}{
27755 \backslash
27756 thechapter.
27757 \backslash
27758 Roman{footnote}}
27759 \end_layout
27760
27761 \begin_layout Subsection
27762 脚注の配置
27763 \begin_inset Index idx
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 きゃくちゅう@脚注 ! はいち@配置
27768 \end_layout
27769
27770 \end_inset
27771
27772
27773 \end_layout
27774
27775 \begin_layout Standard
27776 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
27777 ブルに足して、1.5
27778 \begin_inset space \thinspace{}
27779 \end_inset
27780
27781 mmの余白を追加することもできます。
27782 \end_layout
27783
27784 \begin_layout Standard
27785
27786 \series bold
27787
27788 \backslash
27789 let
27790 \backslash
27791 myFoot
27792 \backslash
27793 footnote
27794 \begin_inset Newline newline
27795 \end_inset
27796
27797
27798 \backslash
27799 renewcommand{
27800 \backslash
27801 footnote}[1]{
27802 \backslash
27803 myFoot{#1
27804 \backslash
27805 vspace{1.5mm}}}
27806 \end_layout
27807
27808 \begin_layout Standard
27809 \begin_inset VSpace bigskip
27810 \end_inset
27811
27812 二段組文書では、脚注は各段底部に表示されます(図
27813 \begin_inset CommandInset ref
27814 LatexCommand ref
27815 reference "fig:標準的脚注配置"
27816
27817 \end_inset
27818
27819 )。図
27820 \begin_inset CommandInset ref
27821 LatexCommand ref
27822 reference "fig:ftnright脚注配置"
27823
27824 \end_inset
27825
27826 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
27827 \end_layout
27828
27829 \begin_layout Standard
27830
27831 \series bold
27832
27833 \backslash
27834 usepackage{ftnright}
27835 \end_layout
27836
27837 \begin_layout Standard
27838 というコマンドを書いて、LaTeXパッケージ
27839 \series bold
27840 ftnright
27841 \series default
27842
27843 \begin_inset Index idx
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
27848 \end_layout
27849
27850 \end_inset
27851
27852 を読み込みます。
27853 \begin_inset Float figure
27854 placement !h
27855 wide false
27856 sideways false
27857 status open
27858
27859 \begin_layout Plain Layout
27860 \begin_inset ERT
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864
27865
27866 \backslash
27867 framebox{
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset Graphics
27874         filename ../clipart/without_fntright.pdf
27875         width 100col%
27876         scaleBeforeRotation
27877
27878 \end_inset
27879
27880
27881 \begin_inset ERT
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885
27886 }
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \begin_layout Plain Layout
27895 \begin_inset Caption
27896
27897 \begin_layout Plain Layout
27898 \begin_inset CommandInset label
27899 LatexCommand label
27900 name "fig:標準的脚注配置"
27901
27902 \end_inset
27903
27904 二段組文書の標準的な脚注配置
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Standard
27918 \begin_inset Float figure
27919 placement !h
27920 wide false
27921 sideways false
27922 status open
27923
27924 \begin_layout Plain Layout
27925 \begin_inset ERT
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929
27930
27931 \backslash
27932 framebox{
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \begin_inset Graphics
27939         filename ../clipart/with_fntright.pdf
27940         width 100col%
27941         scaleBeforeRotation
27942
27943 \end_inset
27944
27945
27946 \begin_inset ERT
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950
27951 }
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \begin_layout Plain Layout
27960 \begin_inset Caption
27961
27962 \begin_layout Plain Layout
27963 \begin_inset CommandInset label
27964 LatexCommand label
27965 name "fig:ftnright脚注配置"
27966
27967 \end_inset
27968
27969 LaTeXパッケージ
27970 \series bold
27971 ftnright
27972 \series default
27973 を使用したときの二段組文書の脚注配置
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 \begin_inset VSpace bigskip
27988 \end_inset
27989
27990 科学的文献に於いては、図
27991 \begin_inset CommandInset ref
27992 LatexCommand ref
27993 reference "fig:後注"
27994
27995 \end_inset
27996
27997 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
27998 \begin_inset Index idx
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 こちゅう@後注
28003 \end_layout
28004
28005 \end_inset
28006
28007 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28008 \family sans
28009 文書\SpecialChar \menuseparator
28010 設定\SpecialChar \menuseparator
28011 モジュール
28012 \family default
28013 メニューで
28014 \family sans
28015 脚注から後注へ
28016 \family default
28017 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28018 \end_layout
28019
28020 \begin_layout Standard
28021
28022 \series bold
28023
28024 \backslash
28025 theendnotes
28026 \end_layout
28027
28028 \begin_layout Standard
28029 というコマンドを挿入してください。
28030 \end_layout
28031
28032 \begin_layout Standard
28033 \begin_inset Float figure
28034 wide false
28035 sideways false
28036 status open
28037
28038 \begin_layout Plain Layout
28039 \align center
28040 \begin_inset ERT
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044
28045
28046 \backslash
28047 framebox{
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \begin_inset Graphics
28054         filename ../clipart/endnotes.pdf
28055         scaleBeforeRotation
28056
28057 \end_inset
28058
28059
28060 \begin_inset ERT
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064
28065 }
28066 \end_layout
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Plain Layout
28074 \begin_inset Caption
28075
28076 \begin_layout Plain Layout
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "fig:後注"
28080
28081 \end_inset
28082
28083 後注 – 注を節ないし章末に別段落として印字します。
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset VSpace medskip
28098 \end_inset
28099
28100 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28101 \end_layout
28102
28103 \begin_layout Standard
28104
28105 \series bold
28106
28107 \backslash
28108 renewcommand{
28109 \backslash
28110 notesname}{Anmerkungen}
28111 \end_layout
28112
28113 \begin_layout Standard
28114 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28115 \end_layout
28116
28117 \begin_layout Standard
28118 \begin_inset VSpace medskip
28119 \end_inset
28120
28121
28122 \begin_inset CommandInset ref
28123 LatexCommand ref
28124 reference "sub:脚注の付番"
28125
28126 \end_inset
28127
28128 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28129 \series bold
28130
28131 \backslash
28132 thefootnote
28133 \series default
28134 コマンドの代わりに
28135 \series bold
28136
28137 \backslash
28138 theendnote
28139 \series default
28140 を用いてください。後注番号をリセットするには、第
28141 \begin_inset CommandInset ref
28142 LatexCommand ref
28143 reference "sub:脚注の付番"
28144
28145 \end_inset
28146
28147 節で述べたコマンド
28148 \series bold
28149
28150 \backslash
28151 @addtoreset
28152 \series default
28153 の、パラメータ
28154 \series bold
28155 footnote
28156 \series default
28157
28158 \series bold
28159 endnote
28160 \series default
28161 に変えて、使用してください。
28162 \end_layout
28163
28164 \begin_layout Standard
28165 後注の印だけを作成するには、第
28166 \begin_inset CommandInset ref
28167 LatexCommand ref
28168 reference "sec:脚注"
28169
28170 \end_inset
28171
28172 節で説明した
28173 \series bold
28174
28175 \backslash
28176 footnotemark
28177 \series default
28178 コマンドの代わりに、
28179 \series bold
28180
28181 \backslash
28182 endnotemark[番号]
28183 \series default
28184 コマンドを使用してください。
28185 \end_layout
28186
28187 \begin_layout Standard
28188 \begin_inset VSpace bigskip
28189 \end_inset
28190
28191 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28192 \series bold
28193 footmisc
28194 \series default
28195
28196 \begin_inset Index idx
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \begin_inset CommandInset citation
28207 LatexCommand cite
28208 key "footmisc"
28209
28210 \end_inset
28211
28212 を参照してください。
28213 \end_layout
28214
28215 \begin_layout Standard
28216 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28217 \begin_inset CommandInset citation
28218 LatexCommand cite
28219 key "latexcompanion,latexguide,latexbook"
28220
28221 \end_inset
28222
28223 に載っています。 
28224 \lang english
28225 If you are using a
28226 \lang japanese
28227  
28228 \series bold
28229 KOMA-Script
28230 \series default
28231
28232 \begin_inset Index idx
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28237 \end_layout
28238
28239 \end_inset
28240
28241  
28242 \lang english
28243 document class, you can adjust all footnote settings using class-specific
28244  commands, see
28245 \lang japanese
28246  
28247 \begin_inset CommandInset citation
28248 LatexCommand cite
28249 key "KOMA-Script"
28250
28251 \end_inset
28252
28253 .
28254 \end_layout
28255
28256 \begin_layout Section
28257 傍注
28258 \begin_inset Index idx
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28272 \family sans
28273 挿入\SpecialChar \menuseparator
28274 傍注
28275 \family default
28276 メニューかツールバーボタン
28277 \family sans
28278
28279 \begin_inset Info
28280 type  "icon"
28281 arg   "marginalnote-insert"
28282 \end_inset
28283
28284
28285 \family default
28286 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28287 \end_layout
28288
28289 \begin_layout Standard
28290 横にあるのが傍注です
28291 \begin_inset Marginal
28292 status open
28293
28294 \begin_layout Plain Layout
28295 これは傍注文です。
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Standard
28304 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28305 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28306 \end_layout
28307
28308 \begin_layout Standard
28309 \begin_inset VSpace bigskip
28310 \end_inset
28311
28312 傍注を内側余白に置くには、傍注の前にTeXコードで
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318
28319 \backslash
28320 reversemarginpar
28321 \end_layout
28322
28323 \begin_layout Standard
28324 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28325 \begin_inset ERT
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329
28330
28331 \backslash
28332 reversemarginpar 
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \begin_inset Marginal
28339 status open
28340
28341 \begin_layout Plain Layout
28342 これは内側余白の傍注です。
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \series bold
28349
28350 \begin_inset Newline newline
28351 \end_inset
28352
28353
28354 \series default
28355
28356 \begin_inset Note Greyedout
28357 status open
28358
28359 \begin_layout Plain Layout
28360 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Standard
28369 既定の配置に戻すには、TeXコードで
28370 \end_layout
28371
28372 \begin_layout Standard
28373
28374 \series bold
28375
28376 \backslash
28377 normalmarginpar
28378 \end_layout
28379
28380 \begin_layout Standard
28381 というコマンドを書き加えてください。
28382 \begin_inset ERT
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386
28387
28388 \backslash
28389 normalmarginpar 
28390 \end_layout
28391
28392 \end_inset
28393
28394  
28395 \begin_inset Note Greyedout
28396 status open
28397
28398 \begin_layout Plain Layout
28399
28400 \series bold
28401 【註】
28402 \backslash
28403 reversemarginpar
28404 \series default
28405 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset VSpace bigskip
28415 \end_inset
28416
28417
28418 \begin_inset Marginal
28419 status open
28420
28421 \begin_layout Plain Layout
28422 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset CommandInset ref
28429 LatexCommand ref
28430 reference "sub:複数行"
28431
28432 \end_inset
28433
28434 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28435 \begin_inset space \thinspace{}
28436 \end_inset
28437
28438 pt水平空白を挿入してください 
28439 \begin_inset Marginal
28440 status open
28441
28442 \begin_layout Plain Layout
28443 \begin_inset space \hspace*{}
28444 \length 0pt
28445 \end_inset
28446
28447 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 \begin_inset VSpace bigskip
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset Note Greyedout
28464 status open
28465
28466 \begin_layout Plain Layout
28467
28468 \series bold
28469 【註】
28470 \series default
28471 通常、傍注は表やフロート、脚注の中では使用することができません。
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 \begin_inset VSpace bigskip
28481 \end_inset
28482
28483
28484 \end_layout
28485
28486 \begin_layout Standard
28487 \begin_inset ERT
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491
28492
28493 \backslash
28494 ifmarginnote
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \begin_inset Note Note
28501 status open
28502
28503 \begin_layout Plain Layout
28504 以下の部分は、LaTeXパッケージ
28505 \series bold
28506 marginnote
28507 \series default
28508 が導入されているときのみ表示されます。
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 この制約は、LaTeXパッケージ
28518 \series bold
28519 marginnote
28520 \series default
28521
28522 \begin_inset Index idx
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28527 \end_layout
28528
28529 \end_inset
28530
28531 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28532 \series bold
28533 marginnote
28534 \series default
28535 パッケージが提供するコマンドを使うようになります。
28536 \end_layout
28537
28538 \begin_layout Standard
28539
28540 \series bold
28541
28542 \backslash
28543 usepackage{marginnote}
28544 \begin_inset Newline newline
28545 \end_inset
28546
28547
28548 \backslash
28549 let
28550 \backslash
28551 marginpar
28552 \backslash
28553 marginnote
28554 \end_layout
28555
28556 \begin_layout Standard
28557
28558 \series bold
28559 marginnote
28560 \series default
28561 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28562 \series bold
28563 marginnote
28564 \series default
28565 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28566 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28567 \end_layout
28568
28569 \begin_layout Standard
28570
28571 \series bold
28572 [オフセット]
28573 \end_layout
28574
28575 \begin_layout Standard
28576 という形で書くことで設定することができます。ここで「オフセット」には、表
28577 \begin_inset CommandInset ref
28578 LatexCommand ref
28579 reference "tab:単位"
28580
28581 \end_inset
28582
28583 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28584 \series bold
28585 [-1.5cm]
28586 \series default
28587 」を使用して、1.5
28588 \begin_inset space \thinspace{}
28589 \end_inset
28590
28591 cm上にずらしてあります
28592 \begin_inset Marginal
28593 status open
28594
28595 \begin_layout Plain Layout
28596 この傍注は、本来の位置よりも1.5
28597 \begin_inset space \thinspace{}
28598 \end_inset
28599
28600 cm上にずらしてあります。
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \begin_inset ERT
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610
28611 [-1.5cm]
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Standard
28620 \begin_inset VSpace medskip
28621 \end_inset
28622
28623
28624 \series bold
28625 marginnote
28626 \series default
28627 を使うと、傍注の揃えを変更することもできます。たとえば、
28628 \end_layout
28629
28630 \begin_layout Standard
28631
28632 \series bold
28633
28634 \backslash
28635 renewcommand*{
28636 \backslash
28637 raggedleftmarginnote}{
28638 \backslash
28639 centering}
28640 \begin_inset Newline newline
28641 \end_inset
28642
28643
28644 \backslash
28645 renewcommand*{
28646 \backslash
28647 raggedrightmarginnote}{
28648 \backslash
28649 centering}
28650 \end_layout
28651
28652 \begin_layout Standard
28653 というコマンドを使うと、中央揃えになります。
28654 \series bold
28655
28656 \backslash
28657 raggedleftmarginnote
28658 \series default
28659 とは、左側に表示されている傍注のことを指します
28660 \begin_inset ERT
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664
28665
28666 \backslash
28667 renewcommand*{
28668 \backslash
28669 raggedleftmarginnote}{
28670 \backslash
28671 centering}
28672 \end_layout
28673
28674 \begin_layout Plain Layout
28675
28676
28677 \backslash
28678 renewcommand*{
28679 \backslash
28680 raggedrightmarginnote}{
28681 \backslash
28682 centering}
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \begin_inset Marginal
28689 status open
28690
28691 \begin_layout Plain Layout
28692 この傍注の文章は中央揃えになっています。
28693 \end_layout
28694
28695 \end_inset
28696
28697 。既定の設定は、
28698 \end_layout
28699
28700 \begin_layout Standard
28701
28702 \series bold
28703
28704 \backslash
28705 renewcommand*{
28706 \backslash
28707 raggedleftmarginnote}{
28708 \backslash
28709 raggedleft}
28710 \begin_inset Newline newline
28711 \end_inset
28712
28713
28714 \backslash
28715 renewcommand*{
28716 \backslash
28717 raggedrightmarginnote}{
28718 \backslash
28719 raggedright}
28720 \series default
28721
28722 \begin_inset ERT
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726
28727
28728 \backslash
28729 renewcommand*{
28730 \backslash
28731 raggedleftmarginnote}{
28732 \backslash
28733 raggedleft}
28734 \end_layout
28735
28736 \begin_layout Plain Layout
28737
28738
28739 \backslash
28740 renewcommand*{
28741 \backslash
28742 raggedrightmarginnote}{
28743 \backslash
28744 raggedright}
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 です。
28754 \end_layout
28755
28756 \begin_layout Standard
28757 \begin_inset VSpace medskip
28758 \end_inset
28759
28760
28761 \series bold
28762 marginnote
28763 \series default
28764 の他の機能については、
28765 \begin_inset CommandInset citation
28766 LatexCommand cite
28767 key "marginnote"
28768
28769 \end_inset
28770
28771 の取扱説明書をご参照ください。
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset VSpace bigskip
28776 \end_inset
28777
28778 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
28779 \family sans
28780 \series bold
28781 \bar under
28782 注意!
28783 \family default
28784 \series default
28785 \bar default
28786 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
28787 \end_layout
28788
28789 \begin_layout Standard
28790
28791 \series bold
28792
28793 \backslash
28794 let
28795 \backslash
28796 myMarginpar
28797 \backslash
28798 marginpar
28799 \begin_inset Newline newline
28800 \end_inset
28801
28802
28803 \backslash
28804 renewcommand{
28805 \backslash
28806 marginpar}[1]{
28807 \backslash
28808 myMarginpar{%
28809 \begin_inset Newline newline
28810 \end_inset
28811
28812
28813 \begin_inset Phantom HPhantom
28814 status open
28815
28816 \begin_layout Plain Layout
28817
28818 \series bold
28819 \begin_inset space ~
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \backslash
28829 hspace{0pt}
28830 \backslash
28831 textsf{
28832 \backslash
28833 textbf{
28834 \backslash
28835 underbar{注意!}}}%
28836 \begin_inset Newline newline
28837 \end_inset
28838
28839
28840 \begin_inset Phantom HPhantom
28841 status open
28842
28843 \begin_layout Plain Layout
28844
28845 \series bold
28846 \begin_inset space ~
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \backslash
28856 vspace{1.5mm}
28857 \backslash
28858
28859 \backslash
28860 #1}}
28861 \end_layout
28862
28863 \begin_layout Standard
28864 \begin_inset ERT
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868
28869
28870 \backslash
28871 let
28872 \backslash
28873 myMarginpar
28874 \backslash
28875 marginpar
28876 \end_layout
28877
28878 \begin_layout Plain Layout
28879
28880
28881 \backslash
28882 renewcommand{
28883 \backslash
28884 marginpar}[1]{
28885 \backslash
28886 myMarginpar{%
28887 \end_layout
28888
28889 \begin_layout Plain Layout
28890
28891    
28892 \backslash
28893 textsf{
28894 \backslash
28895 textbf{
28896 \backslash
28897 underbar{注意!}}}%
28898 \end_layout
28899
28900 \begin_layout Plain Layout
28901
28902    
28903 \backslash
28904 vspace{1.5mm}
28905 \backslash
28906
28907 \backslash
28908 #1}}
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \begin_inset Marginal
28915 status open
28916
28917 \begin_layout Plain Layout
28918 これは、定義したヘッダをつけた傍注です。
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \begin_inset ERT
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928
28929 [-1.5cm]
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \begin_inset ERT
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939
28940
28941 \backslash
28942 renewcommand{
28943 \backslash
28944 marginpar}[1]{
28945 \backslash
28946 myMarginpar{#1}}
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \begin_inset Note Note
28953 status open
28954
28955 \begin_layout Plain Layout
28956 傍注書式は、この例の分だけ変更してあります。
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 \begin_inset ERT
28966 status collapsed
28967
28968 \begin_layout Plain Layout
28969
28970
28971 \backslash
28972 else
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \begin_inset Note Note
28979 status open
28980
28981 \begin_layout Plain Layout
28982 以下の部分は、LaTeXパッケージ
28983 \series bold
28984 marginnote
28985 \series default
28986 が導入されていないときのみ表示されます。
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 本節の以下の部分を出力に表示するには、LaTeXパッケージ
28996 \series bold
28997 marginnote
28998 \series default
28999 を導入する必要があります。
29000 \end_layout
29001
29002 \begin_layout Standard
29003 \begin_inset ERT
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007
29008
29009 \backslash
29010 fi
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \begin_layout Chapter
29019 ボックス
29020 \end_layout
29021
29022 \begin_layout Section
29023 はじめに
29024 \begin_inset Index idx
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028 ぼっくす@ボックス ! はじめに
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29038 \begin_inset CommandInset ref
29039 LatexCommand ref
29040 reference "sec:ミニページ"
29041
29042 \end_inset
29043
29044 節参照)、文章を囲ったり(第
29045 \begin_inset CommandInset ref
29046 LatexCommand ref
29047 reference "sec:装飾"
29048
29049 \end_inset
29050
29051 節参照)、単語がハイフネートされるのを予防したり(第
29052 \begin_inset CommandInset ref
29053 LatexCommand ref
29054 reference "sec:ハイフネーションの回避"
29055
29056 \end_inset
29057
29058 節参照)、文章を揃えたり(第
29059 \begin_inset CommandInset ref
29060 LatexCommand ref
29061 reference "sub:垂直揃え"
29062
29063 \end_inset
29064
29065 節参照)、あるいは文章の背景色を設定したり(第
29066 \begin_inset CommandInset ref
29067 LatexCommand ref
29068 reference "sec:色付きボックス"
29069
29070 \end_inset
29071
29072 節参照)するのに使用します。
29073 \end_layout
29074
29075 \begin_layout Standard
29076 ボックスは、
29077 \family sans
29078 挿入\SpecialChar \menuseparator
29079 ボックス
29080 \family default
29081 メニューかツールバーボタン
29082 \family sans
29083
29084 \begin_inset Info
29085 type  "icon"
29086 arg   "box-insert Frameless"
29087 \end_inset
29088
29089
29090 \family default
29091 を使って挿入することができます。すると、
29092 \begin_inset Graphics
29093         filename ../clipart/BoxInsetDefaultQt4.png
29094         scale 85
29095         scaleBeforeRotation
29096
29097 \end_inset
29098
29099 のように
29100 \family sans
29101 ボックス(minipage環境)
29102 \family default
29103 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29104 \family sans
29105 設定
29106 \family default
29107 メニューを選択すると現れるボックスダイアログでは、
29108 \family sans
29109 parboxコマンド
29110 \family default
29111
29112 \family sans
29113 minipage環境
29114 \family default
29115 の二つの
29116 \family sans
29117 内部ボックス
29118 \family default
29119 型を選択することができます。
29120 \family sans
29121 minipage
29122 \family default
29123 型は、新規ボックスの既定値となっており、第
29124 \begin_inset CommandInset ref
29125 LatexCommand ref
29126 reference "sec:ミニページ"
29127
29128 \end_inset
29129
29130 節で説明します。
29131 \family sans
29132 parbox
29133 \family default
29134 型については第
29135 \begin_inset CommandInset ref
29136 LatexCommand ref
29137 reference "sec:Parboxes"
29138
29139 \end_inset
29140
29141 節、
29142 \family sans
29143 makebox
29144 \family default
29145 型については第
29146 \begin_inset CommandInset ref
29147 LatexCommand ref
29148 reference "sec:ハイフネーションの回避"
29149
29150 \end_inset
29151
29152 節で述べます。
29153 \end_layout
29154
29155 \begin_layout Standard
29156 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29157 \end_layout
29158
29159 \begin_layout Standard
29160 \begin_inset Note Greyedout
29161 status open
29162
29163 \begin_layout Plain Layout
29164 【註】ボックスは、
29165 \family sans
29166 箇条書き(記号)
29167 \family default
29168 環境や
29169 \family sans
29170 箇条書き(記述)
29171 \family default
29172 環境の単独要素とすべきではありません。
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset Note Greyedout
29182 status open
29183
29184 \begin_layout Plain Layout
29185 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29186 \family sans
29187 内部ボックス
29188 \family default
29189 型は
29190 \family sans
29191 なし
29192 \family default
29193 にしか設定することができません。
29194 \family sans
29195 内部ボックス
29196 \family default
29197 型や枠のないボックスについては、第
29198 \begin_inset CommandInset ref
29199 LatexCommand ref
29200 reference "sec:ハイフネーションの回避"
29201
29202 \end_inset
29203
29204 節で説明します。
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Section
29213 ボックスダイアログ
29214 \begin_inset CommandInset label
29215 LatexCommand label
29216 name "sec:ボックスダイアログ"
29217
29218 \end_inset
29219
29220
29221 \begin_inset Index idx
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Subsection
29234 寸法
29235 \begin_inset Index idx
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 ぼっくす@ボックス ! すんぽう@寸法
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248 ボックスダイアログでは、
29249 \family sans
29250
29251 \family default
29252
29253 \family sans
29254 高さ
29255 \family default
29256 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29257 \begin_inset CommandInset ref
29258 LatexCommand ref
29259 reference "tab:単位"
29260
29261 \end_inset
29262
29263 に説明されています。
29264 \family sans
29265 高さ
29266 \family default
29267 フィールドには、加えて以下の寸法を使用することができます。
29268 \end_layout
29269
29270 \begin_layout Description
29271 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29272 \begin_inset Newline newline
29273 \end_inset
29274
29275
29276 \begin_inset Newline newline
29277 \end_inset
29278
29279
29280 \begin_inset Newline newline
29281 \end_inset
29282
29283
29284 \begin_inset Box Boxed
29285 position "c"
29286 hor_pos "c"
29287 has_inner_box 1
29288 inner_pos "c"
29289 use_parbox 0
29290 use_makebox 0
29291 width "12col%"
29292 special "none"
29293 height "1in"
29294 height_special "depth"
29295 status open
29296
29297 \begin_layout Plain Layout
29298 \align center
29299 高さを1階層に設定したボックス
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \begin_inset Newline newline
29306 \end_inset
29307
29308
29309 \begin_inset Newline newline
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Description
29316 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29317 \begin_inset Box Boxed
29318 position "c"
29319 hor_pos "c"
29320 has_inner_box 1
29321 inner_pos "c"
29322 use_parbox 0
29323 use_makebox 0
29324 width "20col%"
29325 special "none"
29326 height "2in"
29327 height_special "height"
29328 status open
29329
29330 \begin_layout Plain Layout
29331 \align center
29332 高さを2高さに設定したボックス
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Description
29341 全高 これは「高さ」+「階層」です。
29342 \begin_inset Box Boxed
29343 position "c"
29344 hor_pos "c"
29345 has_inner_box 1
29346 inner_pos "c"
29347 use_parbox 0
29348 use_makebox 0
29349 width "20col%"
29350 special "none"
29351 height "1in"
29352 height_special "totalheight"
29353 status open
29354
29355 \begin_layout Plain Layout
29356 \align center
29357 高さを1全高に設定したボックス
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \end_layout
29364
29365 \begin_layout Description
29366 幅 これはボックスの幅を高さに設定します。
29367 \begin_inset Box Boxed
29368 position "c"
29369 hor_pos "c"
29370 has_inner_box 1
29371 inner_pos "c"
29372 use_parbox 0
29373 use_makebox 0
29374 width "12col%"
29375 special "none"
29376 height "1in"
29377 height_special "width"
29378 status open
29379
29380 \begin_layout Plain Layout
29381 \align center
29382 高さを1幅に設定したボックス
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Subsection
29391 文字揃え
29392 \begin_inset Index idx
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396 ぼっくす@ボックス ! もじそろえ@文字揃え
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405
29406 \family sans
29407 内部ボックス
29408 \family default
29409 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29410 \end_layout
29411
29412 \begin_layout Description
29413 上 これは例示のための本文行です。
29414 \begin_inset Box Boxed
29415 position "t"
29416 hor_pos "c"
29417 has_inner_box 1
29418 inner_pos "c"
29419 use_parbox 0
29420 use_makebox 0
29421 width "12col%"
29422 special "none"
29423 height "1in"
29424 height_special "totalheight"
29425 status open
29426
29427 \begin_layout Plain Layout
29428 \align center
29429 このボックスは上揃えです。
29430 \end_layout
29431
29432 \end_inset
29433
29434 これは例示のための本文行です。
29435 \end_layout
29436
29437 \begin_layout Description
29438 中央 これは例示のための本文行です。
29439 \begin_inset Box Boxed
29440 position "c"
29441 hor_pos "c"
29442 has_inner_box 1
29443 inner_pos "c"
29444 use_parbox 0
29445 use_makebox 0
29446 width "12col%"
29447 special "none"
29448 height "1in"
29449 height_special "totalheight"
29450 status open
29451
29452 \begin_layout Plain Layout
29453 \align center
29454 このボックスは中央揃えです。
29455 \end_layout
29456
29457 \end_inset
29458
29459 これは例示のための本文行です。
29460 \end_layout
29461
29462 \begin_layout Description
29463 下 これは例示のための本文行です。
29464 \begin_inset Box Boxed
29465 position "b"
29466 hor_pos "c"
29467 has_inner_box 1
29468 inner_pos "c"
29469 use_parbox 0
29470 use_makebox 0
29471 width "12col%"
29472 special "none"
29473 height "1in"
29474 height_special "totalheight"
29475 status open
29476
29477 \begin_layout Plain Layout
29478 \align center
29479 このボックスは下揃えです。
29480 \end_layout
29481
29482 \end_inset
29483
29484 これは例示のための本文行です。
29485 \end_layout
29486
29487 \begin_layout Standard
29488 \begin_inset Note Greyedout
29489 status open
29490
29491 \begin_layout Plain Layout
29492
29493 \series bold
29494 【註】
29495 \series default
29496 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset VSpace bigskip
29510 \end_inset
29511
29512
29513 \family sans
29514 内部ボックス
29515 \family default
29516 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29517 \end_layout
29518
29519 \begin_layout Description
29520 上 これは例示のための本文行です。
29521 \begin_inset Box Boxed
29522 position "c"
29523 hor_pos "c"
29524 has_inner_box 1
29525 inner_pos "t"
29526 use_parbox 0
29527 use_makebox 0
29528 width "12col%"
29529 special "none"
29530 height "1.5in"
29531 height_special "totalheight"
29532 status open
29533
29534 \begin_layout Plain Layout
29535 \align center
29536 このボックスの文章は上揃えです。
29537 \end_layout
29538
29539 \end_inset
29540
29541 これは例示のための本文行です。
29542 \end_layout
29543
29544 \begin_layout Description
29545 中央 これは例示のための本文行です。
29546 \begin_inset Box Boxed
29547 position "c"
29548 hor_pos "c"
29549 has_inner_box 1
29550 inner_pos "c"
29551 use_parbox 0
29552 use_makebox 0
29553 width "12col%"
29554 special "none"
29555 height "1.5in"
29556 height_special "totalheight"
29557 status open
29558
29559 \begin_layout Plain Layout
29560 \align center
29561 このボックスの文章は中央揃えです。
29562 \end_layout
29563
29564 \end_inset
29565
29566 これは例示のための本文行です。
29567 \end_layout
29568
29569 \begin_layout Description
29570 下 これは例示のための本文行です。
29571 \begin_inset Box Boxed
29572 position "c"
29573 hor_pos "c"
29574 has_inner_box 1
29575 inner_pos "b"
29576 use_parbox 0
29577 use_makebox 0
29578 width "12col%"
29579 special "none"
29580 height "1.5in"
29581 height_special "totalheight"
29582 status open
29583
29584 \begin_layout Plain Layout
29585 \align center
29586 このボックスの文章は下揃えです。
29587 \end_layout
29588
29589 \end_inset
29590
29591 これは例示のための本文行です。
29592 \end_layout
29593
29594 \begin_layout Description
29595 広げる これは例示のための本文行です。
29596 \begin_inset Box Boxed
29597 position "c"
29598 hor_pos "c"
29599 has_inner_box 1
29600 inner_pos "s"
29601 use_parbox 0
29602 use_makebox 0
29603 width "17col%"
29604 special "none"
29605 height "1.5in"
29606 height_special "totalheight"
29607 status open
29608
29609 \begin_layout Plain Layout
29610 \align center
29611 このボックスの
29612 \end_layout
29613
29614 \begin_layout Plain Layout
29615 \align center
29616 文章は広げて
29617 \end_layout
29618
29619 \begin_layout Plain Layout
29620 \align center
29621 あります。
29622 \end_layout
29623
29624 \end_inset
29625
29626 これは例示のための本文行です。
29627 \end_layout
29628
29629 \begin_layout Standard
29630 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29631 \end_layout
29632
29633 \begin_layout Standard
29634 \begin_inset VSpace bigskip
29635 \end_inset
29636
29637
29638 \family sans
29639 内部ボックス
29640 \family default
29641 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29642 \end_layout
29643
29644 \begin_layout Standard
29645 \align center
29646 \begin_inset Box Boxed
29647 position "c"
29648 hor_pos "c"
29649 has_inner_box 1
29650 inner_pos "s"
29651 use_parbox 0
29652 use_makebox 0
29653 width "25col%"
29654 special "none"
29655 height "1.25in"
29656 height_special "totalheight"
29657 status open
29658
29659 \begin_layout Plain Layout
29660 \align left
29661 このボックスの
29662 \end_layout
29663
29664 \begin_layout Plain Layout
29665 \align center
29666 文章は広げて
29667 \end_layout
29668
29669 \begin_layout Plain Layout
29670 \align right
29671 あります。
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680
29681 \family sans
29682 内部ボックス
29683 \family default
29684 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29685 \end_layout
29686
29687 \begin_layout Standard
29688 \align center
29689 \begin_inset Box Boxed
29690 position "c"
29691 hor_pos "s"
29692 has_inner_box 0
29693 inner_pos "s"
29694 use_parbox 0
29695 use_makebox 0
29696 width "90col%"
29697 special "none"
29698 height "1.25in"
29699 height_special "totalheight"
29700 status open
29701
29702 \begin_layout Plain Layout
29703 このボックスの文章は水平方向に広げてあります。
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \begin_layout Subsection
29712 装飾
29713 \begin_inset CommandInset label
29714 LatexCommand label
29715 name "sec:装飾"
29716
29717 \end_inset
29718
29719
29720 \begin_inset Index idx
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 ぼっくす@ボックス ! そうしょく@装飾
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \begin_layout Standard
29733 ボックス型は、ボックスダイアログ中の
29734 \family sans
29735 装飾
29736 \family default
29737 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
29738 \end_layout
29739
29740 \begin_layout Description
29741 縁なし 枠を描きません。
29742 \end_layout
29743
29744 \begin_layout Description
29745 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
29746 \series bold
29747
29748 \backslash
29749 fboxrule
29750 \series default
29751 の値になります。 
29752 \begin_inset Box Boxed
29753 position "c"
29754 hor_pos "c"
29755 has_inner_box 1
29756 inner_pos "c"
29757 use_parbox 0
29758 use_makebox 0
29759 width "20col%"
29760 special "none"
29761 height "1in"
29762 height_special "totalheight"
29763 status open
29764
29765 \begin_layout Plain Layout
29766 \align center
29767 長方形の箱型
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \begin_layout Description
29776 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
29777 \begin_inset space \thinspace{}
29778 \end_inset
29779
29780 ptです。 
29781 \begin_inset Box ovalbox
29782 position "c"
29783 hor_pos "c"
29784 has_inner_box 1
29785 inner_pos "c"
29786 use_parbox 0
29787 use_makebox 0
29788 width "20col%"
29789 special "none"
29790 height "1in"
29791 height_special "totalheight"
29792 status open
29793
29794 \begin_layout Plain Layout
29795 \align center
29796 楕円形の箱型(細線)
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Description
29805 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
29806 \begin_inset space \thinspace{}
29807 \end_inset
29808
29809 ptです。 
29810 \begin_inset Box Ovalbox
29811 position "c"
29812 hor_pos "c"
29813 has_inner_box 1
29814 inner_pos "c"
29815 use_parbox 0
29816 use_makebox 0
29817 width "20col%"
29818 special "none"
29819 height "1in"
29820 height_special "totalheight"
29821 status open
29822
29823 \begin_layout Plain Layout
29824 \align center
29825 楕円形の箱型(太線)
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \begin_layout Description
29834 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
29835 \series bold
29836
29837 \backslash
29838 fboxrule
29839 \series default
29840 の値になり、影の幅は4
29841 \begin_inset space \thinspace{}
29842 \end_inset
29843
29844 ptになります。
29845 \begin_inset Box Shadowbox
29846 position "c"
29847 hor_pos "c"
29848 has_inner_box 1
29849 inner_pos "c"
29850 use_parbox 0
29851 use_makebox 0
29852 width "20col%"
29853 special "none"
29854 height "1in"
29855 height_special "totalheight"
29856 status open
29857
29858 \begin_layout Plain Layout
29859 \align center
29860 影付きの箱型
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Description
29869 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
29870 \begin_inset Foot
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875 \begin_inset CommandInset ref
29876 LatexCommand ref
29877 reference "sec:色付きボックス"
29878
29879 \end_inset
29880
29881 節を参照のこと。
29882 \end_layout
29883
29884 \end_inset
29885
29886 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
29887 \begin_inset Box Shaded
29888 position "t"
29889 hor_pos "c"
29890 has_inner_box 0
29891 inner_pos "t"
29892 use_parbox 0
29893 use_makebox 0
29894 width "50col%"
29895 special "none"
29896 height "1in"
29897 height_special "totalheight"
29898 status open
29899
29900 \begin_layout Plain Layout
29901 影付き背景の箱型
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Description
29910 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
29911 \begin_inset space \thinspace{}
29912 \end_inset
29913
29914
29915 \series bold
29916
29917 \backslash
29918 fboxrule
29919 \series default
29920 であり、外側の枠線の太さは1.5
29921 \begin_inset space \thinspace{}
29922 \end_inset
29923
29924
29925 \series bold
29926
29927 \backslash
29928 fboxrule
29929 \series default
29930 です。枠線間の距離は1.5
29931 \begin_inset space \thinspace{}
29932 \end_inset
29933
29934
29935 \series bold
29936
29937 \backslash
29938 fboxrule
29939 \series default
29940
29941 \begin_inset space \thinspace{}
29942 \end_inset
29943
29944 +
29945 \begin_inset space \thinspace{}
29946 \end_inset
29947
29948 0.5
29949 \begin_inset space \thinspace{}
29950 \end_inset
29951
29952 ptです。 
29953 \begin_inset Box Doublebox
29954 position "c"
29955 hor_pos "c"
29956 has_inner_box 1
29957 inner_pos "c"
29958 use_parbox 0
29959 use_makebox 0
29960 width "20col%"
29961 special "none"
29962 height "1in"
29963 height_special "totalheight"
29964 status open
29965
29966 \begin_layout Plain Layout
29967 \align center
29968 二重の長方形の箱型
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \begin_layout Standard
29977 \begin_inset VSpace bigskip
29978 \end_inset
29979
29980 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
29981 \series bold
29982 fancybox
29983 \series default
29984
29985 \begin_inset Index idx
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
29990 \end_layout
29991
29992 \end_inset
29993
29994 が導入済みでなくてはなりません。
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \begin_inset VSpace bigskip
29999 \end_inset
30000
30001 装飾として
30002 \family sans
30003 簡素な長方形の箱型
30004 \family default
30005 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30006 れ、このボックス型では
30007 \series bold
30008
30009 \backslash
30010 fboxrule
30011 \series default
30012
30013 \series bold
30014
30015 \backslash
30016 fboxsep
30017 \series default
30018 は無効となります。枠線の太さは
30019 \series bold
30020
30021 \backslash
30022 FrameRule
30023 \series default
30024 の値になります。 
30025 \begin_inset Box Framed
30026 position "t"
30027 hor_pos "c"
30028 has_inner_box 0
30029 inner_pos "t"
30030 use_parbox 0
30031 use_makebox 0
30032 width "100col%"
30033 special "none"
30034 height "1in"
30035 height_special "totalheight"
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039 改行可能な箱型
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Section
30048 ボックスの詳細な設定
30049 \begin_inset Index idx
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 寸法
30063 \series bold
30064
30065 \backslash
30066 fboxrule
30067 \series default
30068 の既定値は0.4
30069 \begin_inset space \thinspace{}
30070 \end_inset
30071
30072 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30073 \begin_inset space \thinspace{}
30074 \end_inset
30075
30076 ptに変更することができます。
30077 \end_layout
30078
30079 \begin_layout Standard
30080
30081 \series bold
30082
30083 \backslash
30084 setlength{
30085 \backslash
30086 fboxrule}{2pt}
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095
30096 \backslash
30097 setlength{
30098 \backslash
30099 fboxrule}{2pt}
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \begin_inset Box Boxed
30106 position "c"
30107 hor_pos "c"
30108 has_inner_box 1
30109 inner_pos "c"
30110 use_parbox 0
30111 use_makebox 0
30112 width "25col%"
30113 special "none"
30114 height "1in"
30115 height_special "totalheight"
30116 status open
30117
30118 \begin_layout Plain Layout
30119 \align center
30120
30121 \series bold
30122
30123 \backslash
30124 fboxrule
30125 \series default
30126
30127 \begin_inset space \thinspace{}
30128 \end_inset
30129
30130 =
30131 \begin_inset space \thinspace{}
30132 \end_inset
30133
30134 2
30135 \begin_inset space \thinspace{}
30136 \end_inset
30137
30138 ptの長方形の箱型
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149
30150 \backslash
30151 setlength{
30152 \backslash
30153 fboxrule}{0.4pt}
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \begin_layout Standard
30162 \begin_inset VSpace bigskip
30163 \end_inset
30164
30165 枠とボックスの内容との空白は、すべての枠様式について3
30166 \begin_inset space \thinspace{}
30167 \end_inset
30168
30169 ptが既定値になっています。これは、長さ
30170 \series bold
30171
30172 \backslash
30173 fboxsep
30174 \series default
30175 を別の値に設定することによって変更することができます。たとえば
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181
30182 \backslash
30183 setlength{
30184 \backslash
30185 fboxsep}{10pt}
30186 \end_layout
30187
30188 \begin_layout Standard
30189 というコマンドは、この値を10
30190 \begin_inset space \thinspace{}
30191 \end_inset
30192
30193 ptにし、以下のボックスのようになります。
30194 \end_layout
30195
30196 \begin_layout Standard
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 setlength{
30205 \backslash
30206 fboxsep}{10pt}
30207 \end_layout
30208
30209 \end_inset
30210
30211
30212 \begin_inset Box Boxed
30213 position "c"
30214 hor_pos "c"
30215 has_inner_box 1
30216 inner_pos "c"
30217 use_parbox 0
30218 use_makebox 0
30219 width "25col%"
30220 special "none"
30221 height "1in"
30222 height_special "totalheight"
30223 status open
30224
30225 \begin_layout Plain Layout
30226 \align center
30227
30228 \series bold
30229
30230 \backslash
30231 fboxsep
30232 \series default
30233
30234 \begin_inset space \thinspace{}
30235 \end_inset
30236
30237 =
30238 \begin_inset space \thinspace{}
30239 \end_inset
30240
30241 10
30242 \begin_inset space \thinspace{}
30243 \end_inset
30244
30245 ptの長方形の箱型
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256
30257 \backslash
30258 setlength{
30259 \backslash
30260 fboxsep}{3pt}
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 \begin_inset VSpace bigskip
30270 \end_inset
30271
30272 楕円形ボックスの丸い角の直径は、コマンド
30273 \series bold
30274
30275 \backslash
30276 cornersize
30277 \series default
30278 で設定することができます。
30279 \end_layout
30280
30281 \begin_layout Standard
30282
30283 \series bold
30284
30285 \backslash
30286 cornersize*{1cm}
30287 \end_layout
30288
30289 \begin_layout Standard
30290 というコマンドは、直径を1
30291 \begin_inset space \thinspace{}
30292 \end_inset
30293
30294 cmに設定します。
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 cornersize{数値}
30303 \end_layout
30304
30305 \begin_layout Standard
30306 というコマンドは、直径を
30307 \family sans
30308 数値
30309 \begin_inset space \thinspace{}
30310 \end_inset
30311
30312 ×
30313 \begin_inset space \thinspace{}
30314 \end_inset
30315
30316 (ボックスの幅と高さの小さい方)
30317 \family default
30318 に設定します。既定値は
30319 \series bold
30320
30321 \backslash
30322 cornersize{0.5}
30323 \series default
30324 です。
30325 \end_layout
30326
30327 \begin_layout Standard
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 cornersize*{1.5cm}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \begin_inset Box Ovalbox
30342 position "c"
30343 hor_pos "c"
30344 has_inner_box 1
30345 inner_pos "c"
30346 use_parbox 0
30347 use_makebox 0
30348 width "25col%"
30349 special "none"
30350 height "1in"
30351 height_special "totalheight"
30352 status open
30353
30354 \begin_layout Plain Layout
30355 \align center
30356
30357 \series bold
30358
30359 \backslash
30360 cornersize
30361 \series default
30362
30363 \begin_inset space \thinspace{}
30364 \end_inset
30365
30366 =
30367 \begin_inset space \thinspace{}
30368 \end_inset
30369
30370 1.5
30371 \begin_inset space \thinspace{}
30372 \end_inset
30373
30374 cmの楕円形の箱型
30375 \end_layout
30376
30377 \end_inset
30378
30379
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 cornersize{0.5}
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset VSpace bigskip
30397 \end_inset
30398
30399 影の大きさは、長さ
30400 \series bold
30401
30402 \backslash
30403 shadowsize
30404 \series default
30405 を変更することで調整できます。以下のボックスでは
30406 \end_layout
30407
30408 \begin_layout Standard
30409
30410 \series bold
30411
30412 \backslash
30413 setlength{
30414 \backslash
30415 shadowsize}{2pt}
30416 \end_layout
30417
30418 \begin_layout Standard
30419 というコマンドを使って、2
30420 \begin_inset space \thinspace{}
30421 \end_inset
30422
30423 ptに設定しています。
30424 \end_layout
30425
30426 \begin_layout Standard
30427 \begin_inset ERT
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432
30433 \backslash
30434 setlength{
30435 \backslash
30436 shadowsize}{2pt}
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \begin_inset Box Shadowbox
30443 position "c"
30444 hor_pos "c"
30445 has_inner_box 1
30446 inner_pos "c"
30447 use_parbox 0
30448 use_makebox 0
30449 width "25col%"
30450 special "none"
30451 height "1in"
30452 height_special "totalheight"
30453 status open
30454
30455 \begin_layout Plain Layout
30456 \align center
30457
30458 \series bold
30459
30460 \backslash
30461 shadowsize
30462 \series default
30463
30464 \begin_inset space \thinspace{}
30465 \end_inset
30466
30467 =
30468 \begin_inset space \thinspace{}
30469 \end_inset
30470
30471 2
30472 \begin_inset space \thinspace{}
30473 \end_inset
30474
30475 ptの影付きボックス
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 setlength{
30489 \backslash
30490 shadowsize}{4pt}
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \begin_layout Standard
30499 \begin_inset VSpace bigskip
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 寸法
30507 \series bold
30508
30509 \backslash
30510 FrameRule
30511 \series default
30512 の既定値は0.4
30513 \begin_inset space \thinspace{}
30514 \end_inset
30515
30516 ptです。ボックスの中身と枠の間の空白の既定値は9
30517 \begin_inset space \thinspace{}
30518 \end_inset
30519
30520 ptですが、
30521 \series bold
30522
30523 \backslash
30524 FrameSep
30525 \series default
30526 の値を変えることで変更することができます。たとえば、下記の
30527 \family sans
30528 ボックス
30529 \family default
30530 の枠の外見は、
30531 \end_layout
30532
30533 \begin_layout Standard
30534
30535 \series bold
30536
30537 \backslash
30538 setlength{
30539 \backslash
30540 FrameRule}{5pt}
30541 \begin_inset Newline newline
30542 \end_inset
30543
30544
30545 \backslash
30546 setlength{
30547 \backslash
30548 FrameSep}{0.5cm}
30549 \end_layout
30550
30551 \begin_layout Standard
30552 というTeXコードコマンドで設定してあります。
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 setlength{
30561 \backslash
30562 FrameRule}{5pt}
30563 \end_layout
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 setlength{
30570 \backslash
30571 FrameSep}{0.5cm}
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \begin_inset Box Framed
30578 position "t"
30579 hor_pos "c"
30580 has_inner_box 0
30581 inner_pos "t"
30582 use_parbox 0
30583 use_makebox 0
30584 width "100col%"
30585 special "none"
30586 height "1in"
30587 height_special "totalheight"
30588 status open
30589
30590 \begin_layout Plain Layout
30591 これは
30592 \family sans
30593 改頁可能
30594 \family default
30595 ボックスの文章です。
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606
30607 \backslash
30608 setlength{
30609 \backslash
30610 FrameRule}{0.4pt}
30611 \end_layout
30612
30613 \begin_layout Plain Layout
30614
30615
30616 \backslash
30617 setlength{
30618 \backslash
30619 FrameSep}{9pt}
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Standard
30628 \begin_inset VSpace bigskip
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \family sans
30637 影付き背景
30638 \family default
30639 ボックスでは、ボックスの内容と枠の余白の既定値は3
30640 \begin_inset space \thinspace{}
30641 \end_inset
30642
30643 ptになっていますが、
30644 \series bold
30645
30646 \backslash
30647 fboxsep
30648 \series default
30649 の値を変更することで変えられます。既定の背景色である赤色は、
30650 \series bold
30651
30652 \backslash
30653 definecolor{shadebox}
30654 \series default
30655 コマンドで局所的に変更することもできますし、
30656 \family sans
30657 ツール\SpecialChar \menuseparator
30658 設定\SpecialChar \menuseparator
30659 色\SpecialChar \menuseparator
30660 影付きボックス
30661 \family default
30662 メニューからグローバルに変更することもできます。
30663 \series bold
30664
30665 \backslash
30666 definecolor
30667 \series default
30668 コマンドの用法は第
30669 \begin_inset CommandInset ref
30670 LatexCommand ref
30671 reference "sec:色付きの表"
30672
30673 \end_inset
30674
30675
30676 \begin_inset Foot
30677 status open
30678
30679 \begin_layout Plain Layout
30680 N
30681 \series bold
30682
30683 \backslash
30684 definecolor
30685 \series default
30686 は、LaTeXパッケージの
30687 \series bold
30688 color
30689 \series default
30690 をプリアンブルに読み込む必要があります。第
30691 \begin_inset CommandInset ref
30692 LatexCommand ref
30693 reference "sec:色付きボックス"
30694
30695 \end_inset
30696
30697 節をご参照ください。.
30698 \end_layout
30699
30700 \end_inset
30701
30702 で説明されています。
30703 \end_layout
30704
30705 \begin_layout Standard
30706 たとえば、下記の影付き背景ボックスの外見は
30707 \end_layout
30708
30709 \begin_layout Standard
30710
30711 \series bold
30712
30713 \backslash
30714 setlength{
30715 \backslash
30716 fboxsep}{0.5cm}
30717 \series default
30718
30719 \begin_inset Newline newline
30720 \end_inset
30721
30722
30723 \series bold
30724
30725 \backslash
30726 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30727 \end_layout
30728
30729 \begin_layout Standard
30730 というTeXコードコマンドを使って設定してあります。
30731 \end_layout
30732
30733 \begin_layout Standard
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739
30740 \backslash
30741 setlength{
30742 \backslash
30743 fboxsep}{0.5cm}
30744 \end_layout
30745
30746 \begin_layout Plain Layout
30747
30748
30749 \backslash
30750 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \begin_inset Box Shaded
30757 position "t"
30758 hor_pos "c"
30759 has_inner_box 0
30760 inner_pos "t"
30761 use_parbox 0
30762 use_makebox 0
30763 width "100col%"
30764 special "none"
30765 height "1in"
30766 height_special "totalheight"
30767 status open
30768
30769 \begin_layout Plain Layout
30770
30771 \color yellow
30772 これは、濃緑色の背景の
30773 \family sans
30774 影付き背景
30775 \family default
30776 ボックスに入れた黄色の文章です。
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \begin_inset ERT
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786
30787
30788 \backslash
30789 setlength{
30790 \backslash
30791 fboxsep}{3pt}
30792 \end_layout
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 definecolor{shadecolor}{rgb}{1,0,0}
30799 \end_layout
30800
30801 \end_inset
30802
30803
30804 \end_layout
30805
30806 \begin_layout Standard
30807 \begin_inset VSpace bigskip
30808 \end_inset
30809
30810 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
30811 \end_layout
30812
30813 \begin_layout Section
30814 ミニページ
30815 \begin_inset CommandInset label
30816 LatexCommand label
30817 name "sec:ミニページ"
30818
30819 \end_inset
30820
30821
30822 \begin_inset Index idx
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826 ぼっくす@ボックス ! みにぺーじ@ミニページ
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
30836 \end_layout
30837
30838 \begin_layout Standard
30839 ミニページは、複数の言語を含む文書を執筆する際に便利です。
30840 \end_layout
30841
30842 \begin_layout Standard
30843 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
30844 \family sans
30845 挿入
30846 \family default
30847 \SpecialChar \menuseparator
30848
30849 \family sans
30850 整形
30851 \family default
30852 \SpecialChar \menuseparator
30853
30854 \family sans
30855 水平方向の空白
30856 \family default
30857 メニューで挿入した水平フィルで隔てられています。
30858 \begin_inset Newpage newpage
30859 \end_inset
30860
30861
30862 \end_layout
30863
30864 \begin_layout Standard
30865 \begin_inset Box Frameless
30866 position "t"
30867 hor_pos "c"
30868 has_inner_box 1
30869 inner_pos "c"
30870 use_parbox 0
30871 use_makebox 0
30872 width "45col%"
30873 special "none"
30874 height "1in"
30875 height_special "totalheight"
30876 status open
30877
30878 \begin_layout Plain Layout
30879 Dies ist ein deutscher Text.
30880  Dies ist ein deutscher Text.
30881  Dies ist ein deutscher Text.
30882  Dies ist ein deutscher Text.
30883  Dies ist ein deutscher Text.
30884  Dies ist ein deutscher Text.
30885  Dies ist ein deutscher Text.
30886  Dies ist ein deutscher Text.
30887  Dies ist ein deutscher Text.
30888  Dies ist ein deutscher Text.
30889  Dies ist ein deutscher Text.
30890  Dies ist ein deutscher Text.
30891  Dies ist ein deutscher Text
30892 \begin_inset Foot
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896 Dies ist eine deutsche Fußnote.
30897 \end_layout
30898
30899 \end_inset
30900
30901 .
30902  Dies ist ein deutscher Text.
30903  Dies ist ein deutscher Text.
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \begin_inset space \hfill{}
30910 \end_inset
30911
30912
30913 \begin_inset Box Frameless
30914 position "t"
30915 hor_pos "c"
30916 has_inner_box 1
30917 inner_pos "c"
30918 use_parbox 0
30919 use_makebox 0
30920 width "45col%"
30921 special "none"
30922 height "1in"
30923 height_special "totalheight"
30924 status open
30925
30926 \begin_layout Plain Layout
30927 This is an English Text.
30928  This is an English Text.
30929  This is an English Text.
30930  This is an English Text.
30931  This is an English Text.
30932  This is an English Text.
30933  This is an English Text.
30934  This is an English Text.
30935  This is an English Text.
30936  This is an English Text.
30937  This is an English Text.
30938  This is an English Text.
30939  This is an English Text.
30940  This is an English Text.
30941  This is an English Text.
30942  This is an English Text.
30943 \begin_inset Foot
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 This is an English footnote.
30948 \end_layout
30949
30950 \end_inset
30951
30952  This is an English Text.
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 \begin_inset VSpace bigskip
30962 \end_inset
30963
30964 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
30965 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
30966 \end_layout
30967
30968 \begin_layout Standard
30969 この表の脚注は表示されません。
30970 \begin_inset Tabular
30971 <lyxtabular version="3" rows="3" columns="4">
30972 <features tabularvalignment="middle">
30973 <column alignment="center" valignment="top" width="0pt">
30974 <column alignment="center" valignment="top" width="0pt">
30975 <column alignment="center" valignment="top" width="0pt">
30976 <column alignment="center" valignment="top" width="0pt">
30977 <row>
30978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30979 \begin_inset Text
30980
30981 \begin_layout Plain Layout
30982 1
30983 \end_layout
30984
30985 \end_inset
30986 </cell>
30987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30988 \begin_inset Text
30989
30990 \begin_layout Plain Layout
30991 2
30992 \end_layout
30993
30994 \end_inset
30995 </cell>
30996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30997 \begin_inset Text
30998
30999 \begin_layout Plain Layout
31000 3
31001 \begin_inset Foot
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005 これは表中の脚注です。
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31016 \begin_inset Text
31017
31018 \begin_layout Plain Layout
31019 4
31020 \end_layout
31021
31022 \end_inset
31023 </cell>
31024 </row>
31025 <row>
31026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039
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
31049 \end_layout
31050
31051 \end_inset
31052 </cell>
31053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31054 \begin_inset Text
31055
31056 \begin_layout Plain Layout
31057
31058 \end_layout
31059
31060 \end_inset
31061 </cell>
31062 </row>
31063 <row>
31064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31065 \begin_inset Text
31066
31067 \begin_layout Plain Layout
31068
31069 \end_layout
31070
31071 \end_inset
31072 </cell>
31073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31074 \begin_inset Text
31075
31076 \begin_layout Plain Layout
31077
31078 \end_layout
31079
31080 \end_inset
31081 </cell>
31082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31083 \begin_inset Text
31084
31085 \begin_layout Plain Layout
31086
31087 \end_layout
31088
31089 \end_inset
31090 </cell>
31091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31092 \begin_inset Text
31093
31094 \begin_layout Plain Layout
31095
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 </row>
31101 </lyxtabular>
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \begin_layout Standard
31109 \align center
31110 \begin_inset Box Frameless
31111 position "t"
31112 hor_pos "c"
31113 has_inner_box 1
31114 inner_pos "c"
31115 use_parbox 0
31116 use_makebox 0
31117 width "30col%"
31118 special "none"
31119 height "1in"
31120 height_special "totalheight"
31121 status open
31122
31123 \begin_layout Plain Layout
31124 \align center
31125 \begin_inset Tabular
31126 <lyxtabular version="3" rows="3" columns="4">
31127 <features tabularvalignment="middle">
31128 <column alignment="center" valignment="top" width="0pt">
31129 <column alignment="center" valignment="top" width="0pt">
31130 <column alignment="center" valignment="top" width="0pt">
31131 <column alignment="center" valignment="top" width="0pt">
31132 <row>
31133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31134 \begin_inset Text
31135
31136 \begin_layout Plain Layout
31137 1
31138 \end_layout
31139
31140 \end_inset
31141 </cell>
31142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31143 \begin_inset Text
31144
31145 \begin_layout Plain Layout
31146 2
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout Plain Layout
31155 3
31156 \begin_inset Foot
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160 これは表中の脚注です。
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174 4
31175 \end_layout
31176
31177 \end_inset
31178 </cell>
31179 </row>
31180 <row>
31181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31182 \begin_inset Text
31183
31184 \begin_layout Plain Layout
31185
31186 \end_layout
31187
31188 \end_inset
31189 </cell>
31190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194
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
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31209 \begin_inset Text
31210
31211 \begin_layout Plain Layout
31212
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 </row>
31218 <row>
31219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31220 \begin_inset Text
31221
31222 \begin_layout Plain Layout
31223
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Plain Layout
31232
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Plain Layout
31241
31242 \end_layout
31243
31244 \end_inset
31245 </cell>
31246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250
31251 \end_layout
31252
31253 \end_inset
31254 </cell>
31255 </row>
31256 </lyxtabular>
31257
31258 \end_inset
31259
31260
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Standard
31269 \begin_inset VSpace bigskip
31270 \end_inset
31271
31272 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31273 \family sans
31274 中スキップ
31275 \family default
31276 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31277 \end_layout
31278
31279 \begin_layout Standard
31280 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31281 \begin_inset CommandInset ref
31282 LatexCommand ref
31283 reference "sub:段落の着色"
31284
31285 \end_inset
31286
31287 節をご参照ください。
31288 \end_layout
31289
31290 \begin_layout Standard
31291 \begin_inset Note Greyedout
31292 status open
31293
31294 \begin_layout Plain Layout
31295
31296 \series bold
31297 【註】
31298 \series default
31299 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \end_layout
31306
31307 \begin_layout Section
31308 Parbox
31309 \begin_inset CommandInset label
31310 LatexCommand label
31311 name "sec:Parboxes"
31312
31313 \end_inset
31314
31315
31316 \begin_inset Index idx
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 ぼっくす@ボックス ! Parboxes
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31330 \end_layout
31331
31332 \begin_layout Standard
31333 \align center
31334 \begin_inset Box Frameless
31335 position "t"
31336 hor_pos "c"
31337 has_inner_box 1
31338 inner_pos "t"
31339 use_parbox 1
31340 use_makebox 0
31341 width "33col%"
31342 special "none"
31343 height "1in"
31344 height_special "totalheight"
31345 status open
31346
31347 \begin_layout Plain Layout
31348 これはparbox内の文章です。これはparbox内の文章です。
31349 \end_layout
31350
31351 \begin_layout Plain Layout
31352 右の脚注は表示されません。
31353 \begin_inset Foot
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357 これはparbox内の脚注であり、したがって表示はされません。
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Section
31371 単語や文字のボックス
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 ぼっくす@ボックス ! もじよう@文字用
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Subsection
31385 ハイフネーションの回避
31386 \begin_inset CommandInset label
31387 LatexCommand label
31388 name "sec:ハイフネーションの回避"
31389
31390 \end_inset
31391
31392
31393 \begin_inset Index idx
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \end_layout
31404
31405 \begin_layout Standard
31406 単語や文章がハイフネートされるのを防ぐには、
31407 \family sans
31408 makebox
31409 \family default
31410 型ボックスを使うことができます。
31411 \begin_inset Newline newline
31412 \end_inset
31413
31414 以下が例示用の文章です。
31415 \end_layout
31416
31417 \begin_layout Standard
31418 This line is an example to show how you can prevent the hyphenation of 
31419 \begin_inset Quotes eld
31420 \end_inset
31421
31422 veryverylongword
31423 \begin_inset Quotes erd
31424 \end_inset
31425
31426 .
31427 \end_layout
31428
31429 \begin_layout Standard
31430 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31431 \family sans
31432 内部ボックス
31433 \family default
31434
31435 \family sans
31436 makeboxコマンド
31437 \family default
31438 に設定し、幅を1幅にします。
31439 \end_layout
31440
31441 \begin_layout Standard
31442 以下がその結果です。
31443 \end_layout
31444
31445 \begin_layout Standard
31446 This line is an example to show how you can prevent the hyphenation of 
31447 \begin_inset Box Frameless
31448 position "t"
31449 hor_pos "c"
31450 has_inner_box 1
31451 inner_pos "t"
31452 use_parbox 0
31453 use_makebox 1
31454 width "1in"
31455 special "width"
31456 height "1in"
31457 height_special "totalheight"
31458 status open
31459
31460 \begin_layout Plain Layout
31461 \begin_inset Quotes eld
31462 \end_inset
31463
31464 veryverylongword
31465 \begin_inset Quotes erd
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \end_inset
31472
31473 .
31474 \end_layout
31475
31476 \begin_layout Standard
31477 別の方法としては、以下のように、単語の前に直接TeXコードで「
31478 \series bold
31479
31480 \backslash
31481 -
31482 \series default
31483 」コマンドを設定する方法もあります。
31484 \end_layout
31485
31486 \begin_layout Standard
31487 This line is an example to show how you can prevent the hyphenation of 
31488 \begin_inset Quotes eld
31489 \end_inset
31490
31491
31492 \begin_inset ERT
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496
31497
31498 \backslash
31499 -
31500 \end_layout
31501
31502 \end_inset
31503
31504 veryverylongword
31505 \begin_inset Quotes erd
31506 \end_inset
31507
31508 .
31509 \end_layout
31510
31511 \begin_layout Standard
31512 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31513 \family sans
31514 挿入
31515 \family default
31516 \SpecialChar \menuseparator
31517
31518 \family sans
31519 整形
31520 \family default
31521 \SpecialChar \menuseparator
31522
31523 \family sans
31524 整形なし改行
31525 \family default
31526 メニュー(短絡キー
31527 \begin_inset Info
31528 type  "shortcut"
31529 arg   "newline-insert newline"
31530 \end_inset
31531
31532 )から改行を単語の前に入れてください。
31533 \end_layout
31534
31535 \begin_layout Standard
31536 This line is an example to show how you can prevent the hyphenation of 
31537 \begin_inset Newline newline
31538 \end_inset
31539
31540
31541 \begin_inset Box Frameless
31542 position "t"
31543 hor_pos "c"
31544 has_inner_box 1
31545 inner_pos "t"
31546 use_parbox 0
31547 use_makebox 1
31548 width "1in"
31549 special "width"
31550 height "1in"
31551 height_special "totalheight"
31552 status open
31553
31554 \begin_layout Plain Layout
31555 \begin_inset Quotes eld
31556 \end_inset
31557
31558 veryverylongword
31559 \begin_inset Quotes erd
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \end_inset
31566
31567 .
31568 \end_layout
31569
31570 \begin_layout Subsection
31571 垂直揃え
31572 \begin_inset CommandInset label
31573 LatexCommand label
31574 name "sub:垂直揃え"
31575
31576 \end_inset
31577
31578
31579 \begin_inset Index idx
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \begin_inset Index idx
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593 ぼっくす@ボックス ! Raiseboxes
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \begin_layout Standard
31602
31603 \series bold
31604
31605 \backslash
31606 raisebox
31607 \series default
31608 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31609 \series bold
31610
31611 \backslash
31612 raisebox
31613 \series default
31614 は以下の書式で使用します。
31615 \end_layout
31616
31617 \begin_layout Standard
31618
31619 \series bold
31620
31621 \backslash
31622 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31623 \end_layout
31624
31625 \begin_layout Standard
31626 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31627 \end_layout
31628
31629 \begin_layout Standard
31630 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31631 \end_layout
31632
31633 \begin_layout Standard
31634
31635 \series bold
31636
31637 \backslash
31638 raisebox{
31639 \backslash
31640 depth}{
31641 \end_layout
31642
31643 \begin_layout Standard
31644 というコマンドを挿入してください。単語の後には、閉じ括弧「
31645 \series bold
31646 }
31647 \series default
31648 」をTeXコードで挿入してください。
31649 \begin_inset Newline newline
31650 \end_inset
31651
31652 以下がその出力です。
31653 \end_layout
31654
31655 \begin_layout Standard
31656 This is a text line with the word 
31657 \begin_inset ERT
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661
31662
31663 \backslash
31664 raisebox{
31665 \backslash
31666 depth}{
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \begin_inset Quotes eld
31673 \end_inset
31674
31675 preventing
31676 \begin_inset Quotes erd
31677 \end_inset
31678
31679
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685 }
31686 \end_layout
31687
31688 \end_inset
31689
31690  as raised word.
31691 \end_layout
31692
31693 \begin_layout Standard
31694 \begin_inset VSpace bigskip
31695 \end_inset
31696
31697 行中の文字を上げ下げすると、以下のように行間が広がります。
31698 \end_layout
31699
31700 \begin_layout Standard
31701 This is a text line with the word 
31702 \begin_inset ERT
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706
31707
31708 \backslash
31709 raisebox{-
31710 \backslash
31711 depth}{
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset Quotes eld
31718 \end_inset
31719
31720 preventing
31721 \begin_inset Quotes erd
31722 \end_inset
31723
31724
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730 }
31731 \end_layout
31732
31733 \end_inset
31734
31735  as lowered word.
31736 \begin_inset Newline newline
31737 \end_inset
31738
31739 This is a text line with the word 
31740 \begin_inset ERT
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744
31745
31746 \backslash
31747 raisebox{0.5cm}{
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \begin_inset Quotes eld
31754 \end_inset
31755
31756 testing
31757 \begin_inset Quotes erd
31758 \end_inset
31759
31760
31761 \begin_inset ERT
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765
31766 }
31767 \end_layout
31768
31769 \end_inset
31770
31771  as raised word.
31772 \end_layout
31773
31774 \begin_layout Standard
31775 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31776 \end_layout
31777
31778 \begin_layout Standard
31779
31780 \series bold
31781
31782 \backslash
31783 raisebox{-
31784 \backslash
31785 depth}[0pt]{
31786 \end_layout
31787
31788 \begin_layout Standard
31789 とすると、
31790 \end_layout
31791
31792 \begin_layout Standard
31793 This is a text line with the word 
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799
31800 \backslash
31801 raisebox{-
31802 \backslash
31803 depth}[0pt]{
31804 \end_layout
31805
31806 \end_inset
31807
31808
31809 \begin_inset Quotes eld
31810 \end_inset
31811
31812 preventing
31813 \begin_inset Quotes erd
31814 \end_inset
31815
31816
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822 }
31823 \end_layout
31824
31825 \end_inset
31826
31827  as lowered word.
31828 \begin_inset Newline newline
31829 \end_inset
31830
31831 This is a text line with the word 
31832 \begin_inset ERT
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 raisebox{0.5cm}[0pt]{
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \begin_inset Quotes eld
31846 \end_inset
31847
31848 testing
31849 \begin_inset Quotes erd
31850 \end_inset
31851
31852
31853 \begin_inset ERT
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857
31858 }
31859 \end_layout
31860
31861 \end_inset
31862
31863  as raised word.
31864 \end_layout
31865
31866 \begin_layout Section
31867 色付きボックス
31868 \begin_inset CommandInset label
31869 LatexCommand label
31870 name "sec:色付きボックス"
31871
31872 \end_inset
31873
31874
31875 \begin_inset Index idx
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879 ぼっくす@ボックス ! いろつき@色付き
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Subsection
31888 文字の着色
31889 \begin_inset Index idx
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 いろ@色 ! もじの@文字の---
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \begin_layout Standard
31902 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31903 \series bold
31904 color
31905 \series default
31906
31907 \begin_inset Index idx
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911 LaTeXぱっけーじ@LaTeXパッケージ ! color
31912 \end_layout
31913
31914 \end_inset
31915
31916 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31917 \end_layout
31918
31919 \begin_layout Standard
31920
31921 \series bold
31922
31923 \backslash
31924 @ifundefined{textcolor}
31925 \begin_inset Newline newline
31926 \end_inset
31927
31928
31929 \begin_inset Phantom HPhantom
31930 status open
31931
31932 \begin_layout Plain Layout
31933
31934 \series bold
31935 \begin_inset space ~
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \end_inset
31942
31943 {
31944 \backslash
31945 usepackage{color}}{}
31946 \end_layout
31947
31948 \begin_layout Standard
31949
31950 \series bold
31951 color
31952 \series default
31953 パッケージは、文章を着色するとLyXが自動的に読み込みます
31954 \begin_inset Foot
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 これが二度読み込まれることを回避するには、
31959 \series bold
31960
31961 \backslash
31962 @ifundefined
31963 \series default
31964 コマンドを使用します。
31965 \end_layout
31966
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \begin_layout Standard
31973 \begin_inset VSpace medskip
31974 \end_inset
31975
31976 色付きボックスは、
31977 \series bold
31978
31979 \backslash
31980 colorbox
31981 \series default
31982 コマンドを使って作ります。これは、以下のような書式で使われます。
31983 \end_layout
31984
31985 \begin_layout Standard
31986
31987 \series bold
31988
31989 \backslash
31990 colorbox{color}{ボックスの内容}
31991 \end_layout
31992
31993 \begin_layout Standard
31994 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
31995 \end_layout
31996
31997 \begin_layout Standard
31998 事前定義されている色には、
31999 \begin_inset Newline newline
32000 \end_inset
32001
32002
32003 \family sans
32004
32005 \family default
32006
32007 \family sans
32008
32009 \family default
32010
32011 \family sans
32012 シアン
32013 \family default
32014
32015 \family sans
32016
32017 \family default
32018
32019 \family sans
32020 マゼンタ
32021 \family default
32022
32023 \family sans
32024
32025 \family default
32026
32027 \family sans
32028
32029 \family default
32030
32031 \family sans
32032
32033 \family default
32034
32035 \begin_inset Newline newline
32036 \end_inset
32037
32038 があります。第
32039 \begin_inset CommandInset ref
32040 LatexCommand ref
32041 reference "sec:色付きの表"
32042
32043 \end_inset
32044
32045 節に述べられているようにすれば、自前の色を定義することもできます。
32046 \end_layout
32047
32048 \begin_layout Standard
32049 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32050 \end_layout
32051
32052 \begin_layout Standard
32053
32054 \series bold
32055
32056 \backslash
32057 colorbox{red}{
32058 \end_layout
32059
32060 \begin_layout Standard
32061 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32062 \series bold
32063 }
32064 \series default
32065 」を入れてください。
32066 \begin_inset Newline newline
32067 \end_inset
32068
32069 以下がその結果です。
32070 \end_layout
32071
32072 \begin_layout Standard
32073 この行では、
32074 \begin_inset ERT
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078
32079
32080 \backslash
32081 colorbox{red}{
32082 \end_layout
32083
32084 \end_inset
32085
32086 「注意!」
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092 }
32093 \end_layout
32094
32095 \end_inset
32096
32097 という単語が赤い背景になっています。
32098 \end_layout
32099
32100 \begin_layout Standard
32101 \begin_inset VSpace bigskip
32102 \end_inset
32103
32104 ボックスの枠を別の色にしたい場合には、以下の書式で
32105 \series bold
32106
32107 \backslash
32108 fcolorbox
32109 \series default
32110 コマンドを使います。
32111 \end_layout
32112
32113 \begin_layout Standard
32114
32115 \series bold
32116
32117 \backslash
32118 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32119 \end_layout
32120
32121 \begin_layout Standard
32122
32123 \series bold
32124
32125 \backslash
32126 fcolorbox
32127 \series default
32128
32129 \series bold
32130
32131 \backslash
32132 colorbox
32133 \series default
32134 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32135 \begin_inset CommandInset ref
32136 LatexCommand ref
32137 reference "sec:装飾"
32138
32139 \end_inset
32140
32141 節で述べられているように、それぞれ
32142 \series bold
32143
32144 \backslash
32145 fboxrule
32146 \series default
32147
32148 \series bold
32149
32150 \backslash
32151 fboxsep
32152 \series default
32153 という長さで調節できます。
32154 \end_layout
32155
32156 \begin_layout Standard
32157 以下の例では、
32158 \end_layout
32159
32160 \begin_layout Standard
32161
32162 \series bold
32163
32164 \backslash
32165 fcolorbox{cyan}{magenta}{
32166 \end_layout
32167
32168 \begin_layout Standard
32169 というコマンドを使用しています。
32170 \end_layout
32171
32172 \begin_layout Standard
32173 これは、枠の太さを1
32174 \begin_inset space \thinspace{}
32175 \end_inset
32176
32177 mmに設定した例です。
32178 \begin_inset Newline newline
32179 \end_inset
32180
32181
32182 \begin_inset ERT
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186
32187
32188 \backslash
32189 fboxrule 1mm 
32190 \backslash
32191 fboxsep 1mm
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202
32203 \backslash
32204 fcolorbox{cyan}{magenta}{
32205 \end_layout
32206
32207 \end_inset
32208
32209 これは着色した色付きボックス中の文章です。
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215 }
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \begin_inset VSpace bigskip
32225 \end_inset
32226
32227 もちろん、色付きボックスの中に色付き文字を入れることもできます
32228 \begin_inset Newline newline
32229 \end_inset
32230
32231
32232 \begin_inset ERT
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236
32237
32238 \backslash
32239 fcolorbox{cyan}{magenta}{
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \color yellow
32246 これは着色した色付きボックス中の色付き文章です。
32247 \color inherit
32248
32249 \begin_inset ERT
32250 status collapsed
32251
32252 \begin_layout Plain Layout
32253
32254 }
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \begin_inset ERT
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265
32266 \backslash
32267 fboxrule 0.4pt 
32268 \backslash
32269 fboxsep 3pt
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278
32279 \series bold
32280 \begin_inset VSpace medskip
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 \begin_inset Note Greyedout
32288 status open
32289
32290 \begin_layout Plain Layout
32291
32292 \series bold
32293 【註】
32294 \series default
32295 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Subsection
32304 段落の着色
32305 \begin_inset CommandInset label
32306 LatexCommand label
32307 name "sub:段落の着色"
32308
32309 \end_inset
32310
32311
32312 \begin_inset Index idx
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 いろ@色 ! だんらく@段落---
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32326 \series bold
32327
32328 \backslash
32329 colorbox
32330 \series default
32331 コマンドを
32332 \end_layout
32333
32334 \begin_layout Standard
32335
32336 \series bold
32337
32338 \backslash
32339 colorbox{色名}{
32340 \end_layout
32341
32342 \begin_layout Standard
32343 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32344 \series bold
32345 }
32346 \series default
32347 」を挿入してください。
32348 \end_layout
32349
32350 \begin_layout Standard
32351 \begin_inset ERT
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355
32356
32357 \backslash
32358 colorbox{lightgrey}{
32359 \end_layout
32360
32361 \end_inset
32362
32363
32364 \begin_inset Box Frameless
32365 position "t"
32366 hor_pos "c"
32367 has_inner_box 1
32368 inner_pos "t"
32369 use_parbox 0
32370 use_makebox 0
32371 width "100col%"
32372 special "none"
32373 height "1in"
32374 height_special "totalheight"
32375 status open
32376
32377 \begin_layout Plain Layout
32378 これは背景色を付けた文章です。これは背景色を付けた文章です。
32379 \end_layout
32380
32381 \begin_layout Plain Layout
32382 \begin_inset VSpace defskip
32383 \end_inset
32384
32385 ここの文章には脚注
32386 \begin_inset Foot
32387 status collapsed
32388
32389 \begin_layout Plain Layout
32390 脚注の例
32391 \end_layout
32392
32393 \end_inset
32394
32395 を付けることもできますし、図表を挿入することもできます。
32396 \end_layout
32397
32398 \begin_layout Plain Layout
32399 \align center
32400 \begin_inset Tabular
32401 <lyxtabular version="3" rows="3" columns="3">
32402 <features tabularvalignment="middle">
32403 <column alignment="center" valignment="top" width="0">
32404 <column alignment="center" valignment="top" width="0">
32405 <column alignment="center" valignment="top" width="0">
32406 <row>
32407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32408 \begin_inset Text
32409
32410 \begin_layout Plain Layout
32411 a
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 !
32421 \end_layout
32422
32423 \end_inset
32424 </cell>
32425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32426 \begin_inset Text
32427
32428 \begin_layout Plain Layout
32429 3
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 <row>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 <
32441 \end_layout
32442
32443 \end_inset
32444 </cell>
32445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32446 \begin_inset Text
32447
32448 \begin_layout Plain Layout
32449 b2
32450 \begin_inset Quotes erd
32451 \end_inset
32452
32453 |
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462 >
32463 \end_layout
32464
32465 \end_inset
32466 </cell>
32467 </row>
32468 <row>
32469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473 1
32474 \end_layout
32475
32476 \end_inset
32477 </cell>
32478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32479 \begin_inset Text
32480
32481 \begin_layout Plain Layout
32482 §
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491 c
32492 \end_layout
32493
32494 \end_inset
32495 </cell>
32496 </row>
32497 </lyxtabular>
32498
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512 }
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Section
32521 ボックスの伸縮回転
32522 \end_layout
32523
32524 \begin_layout Standard
32525 本節で述べられているコマンドを使用するには、文書プリアンブルで
32526 \end_layout
32527
32528 \begin_layout Standard
32529
32530 \series bold
32531
32532 \backslash
32533 @ifundefined{rotatebox}
32534 \begin_inset Newline newline
32535 \end_inset
32536
32537
32538 \begin_inset Phantom HPhantom
32539 status open
32540
32541 \begin_layout Plain Layout
32542
32543 \series bold
32544 \begin_inset space ~
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \end_inset
32551
32552 {
32553 \backslash
32554 usepackage{graphicx}}{}
32555 \end_layout
32556
32557 \begin_layout Standard
32558 というコマンドを使用して、
32559 \series bold
32560 graphicx
32561 \series default
32562
32563 \begin_inset Index idx
32564 status collapsed
32565
32566 \begin_layout Plain Layout
32567 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32568 \end_layout
32569
32570 \end_inset
32571
32572 LaTeXパッケージを読み込む必要があります。
32573 \end_layout
32574
32575 \begin_layout Standard
32576 \begin_inset Note Greyedout
32577 status open
32578
32579 \begin_layout Plain Layout
32580
32581 \series bold
32582 【註】
32583 \series default
32584 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32585 \end_layout
32586
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \begin_layout Standard
32593 \begin_inset Note Greyedout
32594 status open
32595
32596 \begin_layout Plain Layout
32597
32598 \series bold
32599 【註】
32600 \series default
32601 フロートは回転伸縮したボックスの中に入れることはできません。
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Subsection
32610 ボックスの回転
32611 \begin_inset Index idx
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 ぼっくす@ボックス ! かいてんした@回転した
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \begin_inset Index idx
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625 かいてん@回転 ! そざいの@素材の---
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \begin_inset Index idx
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635 ず@図 ! のかいてん@---の回転
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \begin_inset Index idx
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 ひょうのちょうせい@表の調整 ! かいてん@回転
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32655 \series bold
32656
32657 \backslash
32658 rotatebox
32659 \series default
32660 コマンドを使用すれば作成することができます。
32661 \end_layout
32662
32663 \begin_layout Standard
32664
32665 \series bold
32666
32667 \backslash
32668 rotatebox[回転の原点]{回転角}{ボックスの内容}
32669 \end_layout
32670
32671 \begin_layout Standard
32672 回転の原点は、
32673 \series bold
32674 origin=位置
32675 \series default
32676 の形で指定します。位置として指定可能なのは、
32677 \emph on
32678 c
32679 \emph default
32680 (中央揃え)・
32681 \emph on
32682 l
32683 \emph default
32684 (左揃え)・
32685 \emph on
32686 r
32687 \emph default
32688 (右揃え)・
32689 \emph on
32690 b
32691 \emph default
32692 (下揃え)・
32693 \emph on
32694 t
32695 \emph default
32696 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32697 \emph on
32698 lt
32699 \emph default
32700 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32701 \emph on
32702 l
32703 \emph default
32704 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32705 \end_layout
32706
32707 \begin_layout Standard
32708 以下の例では、「回転した」文章の前にTeXコードで
32709 \series bold
32710
32711 \backslash
32712 rotatebox[origin=c]{60}{
32713 \series default
32714 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32715 \series bold
32716 }
32717 \series default
32718 でボックスを閉じています。
32719 \end_layout
32720
32721 \begin_layout Standard
32722 これは、
32723 \begin_inset ERT
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727
32728
32729 \backslash
32730 rotatebox[origin=c]{60}{
32731 \end_layout
32732
32733 \end_inset
32734
32735 回転した
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741 }
32742 \end_layout
32743
32744 \end_inset
32745
32746  文章を含む行です。
32747 \end_layout
32748
32749 \begin_layout Standard
32750 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32751 \end_layout
32752
32753 \begin_layout Standard
32754 これは、
32755 \begin_inset ERT
32756 status collapsed
32757
32758 \begin_layout Plain Layout
32759
32760
32761 \backslash
32762 rotatebox[origin=r]{-60}{
32763 \end_layout
32764
32765 \end_inset
32766
32767
32768 \begin_inset Box Doublebox
32769 position "c"
32770 hor_pos "c"
32771 has_inner_box 0
32772 inner_pos "c"
32773 use_parbox 0
32774 use_makebox 0
32775 width "1in"
32776 special "width"
32777 height "1in"
32778 height_special "totalheight"
32779 status open
32780
32781 \begin_layout Plain Layout
32782 回転した
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \begin_inset ERT
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792
32793 }
32794 \end_layout
32795
32796 \end_inset
32797
32798 枠付き文章と
32799 \begin_inset ERT
32800 status collapsed
32801
32802 \begin_layout Plain Layout
32803
32804
32805 \backslash
32806 rotatebox[origin=lb]{60}{
32807 \end_layout
32808
32809 \end_inset
32810
32811
32812 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32813 \end_inset
32814
32815
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821 }
32822 \end_layout
32823
32824 \end_inset
32825
32826 数式を含む行です。
32827 \end_layout
32828
32829 \begin_layout Standard
32830 あるいは、以下のように図や表を入れることもできます。
32831 \end_layout
32832
32833 \begin_layout Standard
32834 これは、
32835 \begin_inset ERT
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839
32840
32841 \backslash
32842 rotatebox[origin=lb]{90}{
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \begin_inset Graphics
32849         filename ../clipart/platypus.eps
32850         lyxscale 50
32851         width 25col%
32852
32853 \end_inset
32854
32855
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860
32861 }
32862 \end_layout
32863
32864 \end_inset
32865
32866 回転した画像と
32867 \begin_inset ERT
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871
32872
32873 \backslash
32874 rotatebox[origin=l]{-90}{
32875 \end_layout
32876
32877 \end_inset
32878
32879
32880 \begin_inset Tabular
32881 <lyxtabular version="3" rows="2" columns="2">
32882 <features tabularvalignment="middle">
32883 <column alignment="center" valignment="top" width="0">
32884 <column alignment="center" valignment="top" width="0">
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 q
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 w
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 </row>
32905 <row>
32906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32907 \begin_inset Text
32908
32909 \begin_layout Plain Layout
32910 e
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 r
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 </row>
32925 </lyxtabular>
32926
32927 \end_inset
32928
32929
32930 \begin_inset ERT
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934
32935 }
32936 \end_layout
32937
32938 \end_inset
32939
32940 表を含む行です。
32941 \end_layout
32942
32943 \begin_layout Subsection
32944 ボックスの伸縮
32945 \begin_inset Index idx
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \begin_inset Index idx
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 しんしゅく@伸縮 ! そざいの@素材の---
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \begin_inset Index idx
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969 ず@図 ! のしんしゅく@---の伸縮
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \begin_inset Index idx
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Standard
32988 素材を伸縮させるには、TeXコードで
32989 \series bold
32990
32991 \backslash
32992 scalebox
32993 \series default
32994 コマンドと
32995 \series bold
32996
32997 \backslash
32998 resizebox
32999 \series default
33000 コマンドが使えます。
33001 \end_layout
33002
33003 \begin_layout Standard
33004
33005 \series bold
33006
33007 \backslash
33008 scalebox
33009 \series default
33010 は以下の書式で使用します。
33011 \end_layout
33012
33013 \begin_layout Standard
33014
33015 \series bold
33016
33017 \backslash
33018 scalebox{水平方向}[垂直方向]{ボックスの内容}
33019 \end_layout
33020
33021 \begin_layout Standard
33022 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33023 \end_layout
33024
33025 \begin_layout Standard
33026 たとえば、
33027 \series bold
33028
33029 \backslash
33030 scalebox{2}{こんにちは}
33031 \series default
33032 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33033 \begin_inset ERT
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037
33038
33039 \backslash
33040 scalebox{2}{
33041 \end_layout
33042
33043 \end_inset
33044
33045 こんにちは
33046 \begin_inset ERT
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050
33051 }
33052 \end_layout
33053
33054 \end_inset
33055
33056 を生成します。
33057 \end_layout
33058
33059 \begin_layout Standard
33060 これに対し、
33061 \series bold
33062
33063 \backslash
33064 scalebox{2}[1]{こんにちは}
33065 \series default
33066 は、
33067 \begin_inset ERT
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071
33072
33073 \backslash
33074 scalebox{2}[1]{
33075 \end_layout
33076
33077 \end_inset
33078
33079 こんにちは
33080 \begin_inset ERT
33081 status collapsed
33082
33083 \begin_layout Plain Layout
33084
33085 }
33086 \end_layout
33087
33088 \end_inset
33089
33090 を変形させます。
33091 \end_layout
33092
33093 \begin_layout Standard
33094 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33095 \series bold
33096
33097 \backslash
33098 scalebox{-1}[1]{こんにちは}
33099 \series default
33100 というコマンドは、右のように反転文字を生成するのに使用できます:
33101 \begin_inset ERT
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105
33106
33107 \backslash
33108 scalebox{-1}[1]{
33109 \end_layout
33110
33111 \end_inset
33112
33113 こんにちは
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119 }
33120 \end_layout
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \begin_layout Standard
33128
33129 \series bold
33130
33131 \backslash
33132 scalebox{1}[-1]{こんにちは}
33133 \series default
33134 とすると
33135 \begin_inset ERT
33136 status collapsed
33137
33138 \begin_layout Plain Layout
33139
33140
33141 \backslash
33142 scalebox{1}[-1]{
33143 \end_layout
33144
33145 \end_inset
33146
33147 こんにちは
33148 \begin_inset ERT
33149 status collapsed
33150
33151 \begin_layout Plain Layout
33152
33153 }
33154 \end_layout
33155
33156 \end_inset
33157
33158 のようにベースラインで鏡像にします。
33159 \end_layout
33160
33161 \begin_layout Standard
33162
33163 \series bold
33164
33165 \backslash
33166 scalebox{-1}[1]{ボックスの内容}
33167 \series default
33168 と同じ働きをするものとして
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \series bold
33174
33175 \backslash
33176 reflectbox{ボックスの内容}
33177 \series default
33178
33179 \begin_inset Newline newline
33180 \end_inset
33181
33182 というコマンドがあります。
33183 \end_layout
33184
33185 \begin_layout Standard
33186 \begin_inset VSpace bigskip
33187 \end_inset
33188
33189 指定した幅や丈にボックスを伸縮させるには、
33190 \series bold
33191
33192 \backslash
33193 resizebox
33194 \series default
33195 を使用します。このコマンドの書式は
33196 \end_layout
33197
33198 \begin_layout Standard
33199
33200 \series bold
33201
33202 \backslash
33203 resizebox{幅}{丈}{ボックスの内容}
33204 \end_layout
33205
33206 \begin_layout Standard
33207 です。上記二つのコマンド引数のうち一つが感嘆符「
33208 \series bold
33209 !
33210 \series default
33211 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33212 \end_layout
33213
33214 \begin_layout Standard
33215
33216 \series bold
33217
33218 \backslash
33219 resizebox{2cm}{1cm}{こんにちは}
33220 \series default
33221 というコマンドの出力は、
33222 \begin_inset ERT
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226
33227
33228 \backslash
33229 resizebox{2cm}{1cm}{
33230 \end_layout
33231
33232 \end_inset
33233
33234 こんにちは
33235 \begin_inset ERT
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239
33240 }
33241 \end_layout
33242
33243 \end_inset
33244
33245 となり、
33246 \begin_inset Newline newline
33247 \end_inset
33248
33249
33250 \series bold
33251
33252 \backslash
33253 resizebox{2cm}{!}{こんにちは}
33254 \series default
33255 というコマンドの出力は、
33256 \begin_inset ERT
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260
33261
33262 \backslash
33263 resizebox{2cm}{!}{
33264 \end_layout
33265
33266 \end_inset
33267
33268 こんにちは
33269 \begin_inset ERT
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274 }
33275 \end_layout
33276
33277 \end_inset
33278
33279 となります。
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset VSpace bigskip
33284 \end_inset
33285
33286
33287 \begin_inset Note Greyedout
33288 status open
33289
33290 \begin_layout Plain Layout
33291
33292 \series bold
33293 【註】
33294 \backslash
33295 scalebox
33296 \series default
33297
33298 \series bold
33299
33300 \backslash
33301 resizebox
33302 \series default
33303 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 \begin_inset VSpace bigskip
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 ボックスは好きな順序で組み合わせることができます。たとえば、
33320 \begin_inset Newline newline
33321 \end_inset
33322
33323
33324 \series bold
33325
33326 \backslash
33327 rotatebox[origin=c]{-45}{
33328 \backslash
33329 resizebox{2cm}{!}{
33330 \backslash
33331 reflectbox{こんにちは}}}
33332 \begin_inset Newline newline
33333 \end_inset
33334
33335
33336 \series default
33337 というコマンドは、
33338 \end_layout
33339
33340 \begin_layout Standard
33341 \align center
33342 \begin_inset ERT
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346
33347
33348 \backslash
33349 rotatebox[origin=c]{-45}{
33350 \backslash
33351 resizebox{2cm}{!}{
33352 \backslash
33353 reflectbox{
33354 \end_layout
33355
33356 \end_inset
33357
33358 こんにちは
33359 \begin_inset ERT
33360 status collapsed
33361
33362 \begin_layout Plain Layout
33363
33364 }}}
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Standard
33373 \noindent
33374 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33375 \end_layout
33376
33377 \begin_layout Standard
33378 \align center
33379 \begin_inset ERT
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384
33385 \backslash
33386 rotatebox[origin=c]{-30}{
33387 \backslash
33388 resizebox{2cm}{!}{
33389 \backslash
33390 reflectbox{
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \begin_inset Graphics
33397         filename ../clipart/platypus.eps
33398         lyxscale 50
33399         width 25col%
33400
33401 \end_inset
33402
33403
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409 }}}
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \begin_inset ERT
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419
33420
33421 \backslash
33422 rotatebox[origin=c]{-45}{
33423 \backslash
33424 resizebox{2cm}{!}{
33425 \backslash
33426 reflectbox{
33427 \end_layout
33428
33429 \end_inset
33430
33431
33432 \begin_inset Tabular
33433 <lyxtabular version="3" rows="2" columns="2">
33434 <features tabularvalignment="middle">
33435 <column alignment="center" valignment="top" width="0">
33436 <column alignment="center" valignment="top" width="0">
33437 <row>
33438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33439 \begin_inset Text
33440
33441 \begin_layout Plain Layout
33442 q
33443 \end_layout
33444
33445 \end_inset
33446 </cell>
33447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33448 \begin_inset Text
33449
33450 \begin_layout Plain Layout
33451 w
33452 \end_layout
33453
33454 \end_inset
33455 </cell>
33456 </row>
33457 <row>
33458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462 e
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33468 \begin_inset Text
33469
33470 \begin_layout Plain Layout
33471 r
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 </row>
33477 </lyxtabular>
33478
33479 \end_inset
33480
33481
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487 }}}
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \begin_inset ERT
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497
33498
33499 \backslash
33500 rotatebox[origin=c]{-45}{
33501 \backslash
33502 resizebox{2cm}{!}{
33503 \backslash
33504 reflectbox{
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33511 \end_inset
33512
33513
33514 \begin_inset ERT
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518
33519 }}}
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \begin_layout Standard
33528 文書で大域的に数式様式
33529 \series bold
33530 fleqn
33531 \series default
33532 を使用している場合
33533 \begin_inset Foot
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33538 \end_layout
33539
33540 \end_inset
33541
33542 には、別行建て数式も伸縮させることができます。
33543 \end_layout
33544
33545 \begin_layout Chapter
33546
33547 \lang english
33548 Objects Surrounded by Text
33549 \begin_inset Index idx
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553
33554 \lang english
33555 Surrounded by text
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Section
33564 折返しフロート
33565 \begin_inset CommandInset label
33566 LatexCommand label
33567 name "sec:折返しフロート"
33568
33569 \end_inset
33570
33571
33572 \begin_inset Index idx
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \lang english
33583
33584 \begin_inset Index idx
33585 status collapsed
33586
33587 \begin_layout Plain Layout
33588
33589 \lang english
33590 Surrounded by text ! Wrap Floats
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \begin_layout Standard
33599 \begin_inset Wrap figure
33600 lines 0
33601 placement l
33602 overhang 1cm
33603 width "40col%"
33604 status open
33605
33606 \begin_layout Plain Layout
33607 \begin_inset Graphics
33608         filename ../clipart/mobius.eps
33609         width 40col%
33610         scaleBeforeRotation
33611         rotateOrigin center
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Plain Layout
33619 \begin_inset Caption
33620
33621 \begin_layout Plain Layout
33622 \begin_inset CommandInset label
33623 LatexCommand label
33624 name "fig:折返し図フロート"
33625
33626 \end_inset
33627
33628 これは折返し図フロートです。
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \end_inset
33637
33638 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33639 \series bold
33640 wrapfig
33641 \series default
33642
33643 \begin_inset Index idx
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33648 \end_layout
33649
33650 \end_inset
33651
33652 を導入済みであれば、
33653 \family sans
33654 挿入\SpecialChar \menuseparator
33655 フロート\SpecialChar \menuseparator
33656 折返し図フロート
33657 \family default
33658
33659 \family sans
33660 折返し表フロート
33661 \family default
33662 メニューで挿入することができます
33663 \begin_inset Foot
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33668 \end_layout
33669
33670 \end_inset
33671
33672 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33673 \family sans
33674 配置
33675 \family default
33676
33677 \family sans
33678
33679 \family default
33680 です。非必須項目として、
33681 \family sans
33682 ぶら下げ
33683 \family default
33684
33685 \family sans
33686 行幅
33687 \family default
33688 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33689 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33690 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33691 \begin_inset CommandInset ref
33692 LatexCommand ref
33693 reference "fig:折返し図フロート"
33694
33695 \end_inset
33696
33697 図は、40
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 列幅%の幅と1
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
33706 \begin_inset Foot
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710 使うことのできる単位は付録
33711 \begin_inset CommandInset ref
33712 LatexCommand ref
33713 reference "cha:LyXで使用できる単位"
33714
33715 \end_inset
33716
33717 に収録してあります。
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \end_layout
33724
33725 \begin_layout Standard
33726 \begin_inset Note Greyedout
33727 status open
33728
33729 \begin_layout Plain Layout
33730
33731 \series bold
33732 【註】
33733 \series default
33734 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33735 上書きされて出力されたりします。
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 原則として、
33745 \end_layout
33746
33747 \begin_layout Itemize
33748 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33749 うになってから、正確な位置に挿入しなくてはなりません。
33750 \end_layout
33751
33752 \begin_layout Itemize
33753 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33754 \end_layout
33755
33756 \begin_layout Itemize
33757 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33758 \end_layout
33759
33760 \begin_layout Itemize
33761 折返しフロートは、節見出しや表中に入れることは認められていません。
33762 \end_layout
33763
33764 \begin_layout Itemize
33765
33766 \lang english
33767 Their numbering and referencing works as described in chap.
33768 \lang japanese
33769
33770 \begin_inset space \thinspace{}
33771 \end_inset
33772
33773
33774 \begin_inset CommandInset ref
33775 LatexCommand ref
33776 reference "chap:フロート"
33777
33778 \end_inset
33779
33780 .
33781 \end_layout
33782
33783 \begin_layout Section
33784
33785 \lang english
33786 Surrounded Fixed Objects
33787 \begin_inset Index idx
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792 \lang english
33793 Surrounded by text ! Fixed objects
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \begin_layout Standard
33802
33803 \lang english
33804 The wrap floats described in sec.
33805 \lang japanese
33806
33807 \begin_inset space \thinspace{}
33808 \end_inset
33809
33810
33811 \begin_inset CommandInset ref
33812 LatexCommand ref
33813 reference "sec:折返しフロート"
33814
33815 \end_inset
33816
33817  
33818 \lang english
33819 have these positions in the paragraph:
33820 \end_layout
33821
33822 \begin_layout Standard
33823 \noindent
33824 \align center
33825
33826 \lang english
33827 \begin_inset Tabular
33828 <lyxtabular version="3" rows="2" columns="2">
33829 <features tabularvalignment="middle">
33830 <column alignment="center" valignment="top" width="0">
33831 <column alignment="center" valignment="top" width="0">
33832 <row>
33833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837
33838 \lang english
33839 \begin_inset Graphics
33840         filename ../../images/dialog-show-new-inset_graphics.png
33841         scale 70
33842         scaleBeforeRotation
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855
33856 \lang english
33857 text
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 </row>
33863 <row>
33864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33865 \begin_inset Text
33866
33867 \begin_layout Plain Layout
33868
33869 \lang english
33870 text
33871 \end_layout
33872
33873 \end_inset
33874 </cell>
33875 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879
33880 \lang english
33881 text
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 </row>
33887 </lyxtabular>
33888
33889 \end_inset
33890
33891  or 
33892 \begin_inset Tabular
33893 <lyxtabular version="3" rows="2" columns="2">
33894 <features tabularvalignment="middle">
33895 <column alignment="center" valignment="top" width="0">
33896 <column alignment="center" valignment="top" width="0">
33897 <row>
33898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33899 \begin_inset Text
33900
33901 \begin_layout Plain Layout
33902
33903 \lang english
33904 text
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33910 \begin_inset Text
33911
33912 \begin_layout Plain Layout
33913
33914 \lang english
33915 \begin_inset Graphics
33916         filename ../../images/dialog-show-new-inset_graphics.png
33917         scale 70
33918         scaleBeforeRotation
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 </row>
33928 <row>
33929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33930 \begin_inset Text
33931
33932 \begin_layout Plain Layout
33933
33934 \lang english
33935 text
33936 \end_layout
33937
33938 \end_inset
33939 </cell>
33940 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Plain Layout
33944
33945 \lang english
33946 text
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 </row>
33952 </lyxtabular>
33953
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \begin_layout Standard
33960
33961 \lang english
33962 To get an object exactly at the position where it is inserted, for example
33963  to get one of these positions:
33964 \begin_inset VSpace defskip
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \begin_layout Standard
33971 \noindent
33972 \align center
33973
33974 \lang english
33975 \begin_inset Tabular
33976 <lyxtabular version="3" rows="2" columns="2">
33977 <features tabularvalignment="middle">
33978 <column alignment="center" valignment="top" width="0">
33979 <column alignment="center" valignment="top" width="0">
33980 <row>
33981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985
33986 \lang english
33987 text
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996
33997 \lang english
33998 text
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 </row>
34004 <row>
34005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009
34010 \lang english
34011 \begin_inset Graphics
34012         filename ../../images/dialog-show-new-inset_graphics.png
34013         scale 70
34014         scaleBeforeRotation
34015
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \end_inset
34022 </cell>
34023 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34024 \begin_inset Text
34025
34026 \begin_layout Plain Layout
34027
34028 \lang english
34029 text
34030 \end_layout
34031
34032 \end_inset
34033 </cell>
34034 </row>
34035 </lyxtabular>
34036
34037 \end_inset
34038
34039  
34040 \begin_inset Tabular
34041 <lyxtabular version="3" rows="2" columns="2">
34042 <features tabularvalignment="middle">
34043 <column alignment="center" valignment="top" width="0">
34044 <column alignment="center" valignment="top" width="0">
34045 <row>
34046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34047 \begin_inset Text
34048
34049 \begin_layout Plain Layout
34050
34051 \lang english
34052 text
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061
34062 \lang english
34063 text
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 </row>
34069 <row>
34070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34071 \begin_inset Text
34072
34073 \begin_layout Plain Layout
34074
34075 \lang english
34076 text
34077 \end_layout
34078
34079 \end_inset
34080 </cell>
34081 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34082 \begin_inset Text
34083
34084 \begin_layout Plain Layout
34085
34086 \lang english
34087 \begin_inset Graphics
34088         filename ../../images/dialog-show-new-inset_graphics.png
34089         scale 70
34090         scaleBeforeRotation
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \end_inset
34098 </cell>
34099 </row>
34100 </lyxtabular>
34101
34102 \end_inset
34103
34104  
34105 \begin_inset Tabular
34106 <lyxtabular version="3" rows="2" columns="3">
34107 <features tabularvalignment="middle">
34108 <column alignment="center" valignment="top" width="0">
34109 <column alignment="center" valignment="top" width="0">
34110 <column alignment="center" valignment="top" width="0">
34111 <row>
34112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116
34117 \lang english
34118 text
34119 \end_layout
34120
34121 \end_inset
34122 </cell>
34123 <cell alignment="center" valignment="top" topline="true" usebox="none">
34124 \begin_inset Text
34125
34126 \begin_layout Plain Layout
34127
34128 \lang english
34129 \begin_inset Graphics
34130         filename ../../images/dialog-show-new-inset_graphics.png
34131         scale 70
34132         scaleBeforeRotation
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34142 \begin_inset Text
34143
34144 \begin_layout Plain Layout
34145
34146 \lang english
34147 text
34148 \end_layout
34149
34150 \end_inset
34151 </cell>
34152 </row>
34153 <row>
34154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158
34159 \lang english
34160 text
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169
34170 \lang english
34171 text
34172 \end_layout
34173
34174 \end_inset
34175 </cell>
34176 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34177 \begin_inset Text
34178
34179 \begin_layout Plain Layout
34180
34181 \lang english
34182 text
34183 \end_layout
34184
34185 \end_inset
34186 </cell>
34187 </row>
34188 </lyxtabular>
34189
34190 \end_inset
34191
34192  
34193 \begin_inset Tabular
34194 <lyxtabular version="3" rows="2" columns="3">
34195 <features tabularvalignment="middle">
34196 <column alignment="center" valignment="top" width="0">
34197 <column alignment="center" valignment="top" width="0">
34198 <column alignment="center" valignment="top" width="0">
34199 <row>
34200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204
34205 \lang english
34206 text
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 <cell alignment="center" valignment="top" topline="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" topline="true" rightline="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 </row>
34234 <row>
34235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34236 \begin_inset Text
34237
34238 \begin_layout Plain Layout
34239
34240 \lang english
34241 text
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250
34251 \lang english
34252 \begin_inset Graphics
34253         filename ../../images/dialog-show-new-inset_graphics.png
34254         scale 70
34255         scaleBeforeRotation
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \end_inset
34263 </cell>
34264 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34265 \begin_inset Text
34266
34267 \begin_layout Plain Layout
34268
34269 \lang english
34270 text
34271 \end_layout
34272
34273 \end_inset
34274 </cell>
34275 </row>
34276 </lyxtabular>
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \begin_layout Standard
34284 \noindent
34285 \align center
34286
34287 \lang english
34288 \begin_inset Tabular
34289 <lyxtabular version="3" rows="3" columns="2">
34290 <features tabularvalignment="middle">
34291 <column alignment="center" valignment="top" width="0">
34292 <column alignment="center" valignment="top" width="0">
34293 <row>
34294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298
34299 \lang english
34300 text
34301 \end_layout
34302
34303 \end_inset
34304 </cell>
34305 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34306 \begin_inset Text
34307
34308 \begin_layout Plain Layout
34309
34310 \lang english
34311 text
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 </row>
34317 <row>
34318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322
34323 \lang english
34324 \begin_inset Graphics
34325         filename ../../images/dialog-show-new-inset_graphics.png
34326         scale 70
34327         scaleBeforeRotation
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \end_inset
34335 </cell>
34336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34337 \begin_inset Text
34338
34339 \begin_layout Plain Layout
34340
34341 \lang english
34342 text
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 </row>
34348 <row>
34349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353
34354 \lang english
34355 text
34356 \end_layout
34357
34358 \end_inset
34359 </cell>
34360 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Plain Layout
34364
34365 \lang english
34366 text
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 </lyxtabular>
34373
34374 \end_inset
34375
34376  
34377 \begin_inset Tabular
34378 <lyxtabular version="3" rows="3" columns="3">
34379 <features tabularvalignment="middle">
34380 <column alignment="center" valignment="top" width="0">
34381 <column alignment="center" valignment="top" width="0">
34382 <column alignment="center" valignment="top" width="0">
34383 <row>
34384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34385 \begin_inset Text
34386
34387 \begin_layout Plain Layout
34388
34389 \lang english
34390 text
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 <cell alignment="center" valignment="top" topline="true" usebox="none">
34396 \begin_inset Text
34397
34398 \begin_layout Plain Layout
34399
34400 \lang english
34401 text
34402 \end_layout
34403
34404 \end_inset
34405 </cell>
34406 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
34418 <row>
34419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423
34424 \lang english
34425 text
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 <cell alignment="center" valignment="top" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434
34435 \lang english
34436 \begin_inset Graphics
34437         filename ../../images/dialog-show-new-inset_graphics.png
34438         scale 70
34439         scaleBeforeRotation
34440
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34449 \begin_inset Text
34450
34451 \begin_layout Plain Layout
34452
34453 \lang english
34454 text
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 </row>
34460 <row>
34461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465
34466 \lang english
34467 text
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476
34477 \lang english
34478 text
34479 \end_layout
34480
34481 \end_inset
34482 </cell>
34483 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34484 \begin_inset Text
34485
34486 \begin_layout Plain Layout
34487
34488 \lang english
34489 text
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 </row>
34495 </lyxtabular>
34496
34497 \end_inset
34498
34499  
34500 \begin_inset Tabular
34501 <lyxtabular version="3" rows="3" columns="2">
34502 <features tabularvalignment="middle">
34503 <column alignment="center" valignment="top" width="0">
34504 <column alignment="center" valignment="top" width="0">
34505 <row>
34506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34507 \begin_inset Text
34508
34509 \begin_layout Plain Layout
34510
34511 \lang english
34512 text
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34518 \begin_inset Text
34519
34520 \begin_layout Plain Layout
34521
34522 \lang english
34523 text
34524 \end_layout
34525
34526 \end_inset
34527 </cell>
34528 </row>
34529 <row>
34530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34531 \begin_inset Text
34532
34533 \begin_layout Plain Layout
34534
34535 \lang english
34536 text
34537 \end_layout
34538
34539 \end_inset
34540 </cell>
34541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545
34546 \lang english
34547 \begin_inset Graphics
34548         filename ../../images/dialog-show-new-inset_graphics.png
34549         scale 70
34550         scaleBeforeRotation
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 </row>
34560 <row>
34561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565
34566 \lang english
34567 text
34568 \end_layout
34569
34570 \end_inset
34571 </cell>
34572 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34573 \begin_inset Text
34574
34575 \begin_layout Plain Layout
34576
34577 \lang english
34578 text
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 </row>
34584 </lyxtabular>
34585
34586 \end_inset
34587
34588
34589 \end_layout
34590
34591 \begin_layout Standard
34592 \noindent
34593
34594 \lang english
34595 you can use the LaTeX-package
34596 \lang japanese
34597  
34598 \series bold
34599 picinpar
34600 \series default
34601
34602 \begin_inset Index idx
34603 status collapsed
34604
34605 \begin_layout Plain Layout
34606 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34607 \end_layout
34608
34609 \end_inset
34610
34611 .
34612  
34613 \lang english
34614 Here is an example
34615 \lang japanese
34616 :
34617 \end_layout
34618
34619 \begin_layout Standard
34620 \begin_inset ERT
34621 status collapsed
34622
34623 \begin_layout Plain Layout
34624
34625
34626 \backslash
34627 ifpicinpar
34628 \end_layout
34629
34630 \end_inset
34631
34632
34633 \begin_inset Note Note
34634 status open
34635
34636 \begin_layout Plain Layout
34637 以下の部分は、LaTeXパッケージ
34638 \series bold
34639 picinpar
34640 \series default
34641 が導入されているときのみ表示されます。
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Standard
34650 \begin_inset ERT
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654
34655
34656 \backslash
34657 begin{window}[2,c,{
34658 \end_layout
34659
34660 \end_inset
34661
34662
34663 \begin_inset Graphics
34664         filename ../clipart/mobius.eps
34665         lyxscale 60
34666         width 40col%
34667         scaleBeforeRotation
34668         rotateOrigin center
34669
34670 \end_inset
34671
34672
34673 \begin_inset ERT
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677
34678 },]
34679 \end_layout
34680
34681 \begin_layout Plain Layout
34682
34683 {}
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \size small
34690 \lang english
34691 It was in the spring of the year 1894 that all London was interested, and
34692  the fashionable world dismayed, by the murder of the Honourable Ronald
34693  Adair under most unusual and inexplicable circumstances.
34694  The public has already learned those particulars of the crime which
34695 \size default
34696
34697 \begin_inset ERT
34698 status collapsed
34699
34700 \begin_layout Plain Layout
34701
34702
34703 \backslash
34704 footnotemark{}
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \size small
34711  came out in the police investigation, but a good deal was suppressed upon
34712  that occasion, since the case for the prosecution was so overwhelmingly
34713  strong that it was not necessary to bring forward all the facts.
34714  Only now, at the end of nearly ten years, am I allowed to supply those
34715  missing links which make up the whole of that remarkable chain
34716 \lang japanese
34717 .
34718 \size default
34719
34720 \begin_inset ERT
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724
34725
34726 \backslash
34727 end{window}
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Standard
34736
34737 \lang english
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743
34744 \backslash
34745 footnotetext{
34746 \end_layout
34747
34748 \end_inset
34749
34750 Footnote of the paragraph with the fixed object.
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756 }
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765
34766 \lang english
34767 Surrounded fixed objects are used to let text float around them, at which
34768  the object's position in the paragraph can be determined by the number
34769  of lines above it.
34770  In contrary to floats is it not possible to have a numbered caption.
34771 \end_layout
34772
34773 \begin_layout Standard
34774
34775 \lang english
34776 A fixed object is inserted by adding the command
34777 \end_layout
34778
34779 \begin_layout Standard
34780
34781 \series bold
34782
34783 \backslash
34784 begin{window}[2,c,{
34785 \end_layout
34786
34787 \begin_layout Standard
34788
34789 \lang english
34790 as TeX Code at the beginning of the paragraph.
34791  The first parameter in the bracket, here '2', defines the number of lines
34792  above the object, the second, here 'c', the position of the object.
34793  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
34794  Behind the command you insert the object.
34795  In this example an image with a width of 40
34796 \begin_inset space \thinspace{}
34797 \end_inset
34798
34799 % of the text column width was inserted.
34800  The object can also be a table, a box or an equation.
34801  Behind the object the command
34802 \end_layout
34803
34804 \begin_layout Standard
34805
34806 \series bold
34807 },description text]
34808 \begin_inset Newline newline
34809 \end_inset
34810
34811 {}
34812 \end_layout
34813
34814 \begin_layout Standard
34815
34816 \lang english
34817 is inserted.
34818  Note that the 
34819 \begin_inset Quotes eld
34820 \end_inset
34821
34822
34823 \series bold
34824 {}
34825 \series default
34826
34827 \begin_inset Quotes erd
34828 \end_inset
34829
34830  is in the second line.
34831  The description text is optional.
34832  The text surrounding the object must be in the same paragraph as the object,
34833  so it must begin directly after the 
34834 \series bold
34835 {}
34836 \series default
34837 .
34838  At the end of the paragraph insert the command:
34839 \end_layout
34840
34841 \begin_layout Standard
34842
34843 \series bold
34844
34845 \backslash
34846 end{window}
34847 \end_layout
34848
34849 \begin_layout Standard
34850
34851 \lang english
34852 Within a paragraph with a fixed object, you cannot insert footnotes in the
34853  normal way.
34854  You have to use instead the command 
34855 \series bold
34856
34857 \backslash
34858 footnotemark
34859 \series default
34860  inside the paragraph and outside the command 
34861 \series bold
34862
34863 \backslash
34864 footnotetext
34865 \series default
34866  as described in sec.
34867 \lang japanese
34868
34869 \begin_inset space \thinspace{}
34870 \end_inset
34871
34872
34873 \begin_inset CommandInset ref
34874 LatexCommand ref
34875 reference "sec:脚注"
34876
34877 \end_inset
34878
34879 .
34880 \end_layout
34881
34882 \begin_layout Standard
34883 \begin_inset ERT
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887
34888
34889 \backslash
34890 else
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \begin_inset Note Note
34897 status open
34898
34899 \begin_layout Plain Layout
34900 以下の部分は、LaTeXパッケージ
34901 \series bold
34902 picinpar
34903 \series default
34904 が導入されていないときのみ表示されます。
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Standard
34913 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34914 \series bold
34915 picinpar
34916 \series default
34917 を導入する必要があります。
34918 \end_layout
34919
34920 \begin_layout Standard
34921 \begin_inset ERT
34922 status collapsed
34923
34924 \begin_layout Plain Layout
34925
34926
34927 \backslash
34928 fi
34929 \end_layout
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Section
34937
34938 \lang english
34939 Initials
34940 \begin_inset Index idx
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945 \lang english
34946 Initials
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \begin_inset Index idx
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956
34957 \lang english
34958 Surrounded by text ! Initials
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Standard
34967
34968 \lang english
34969 To use initials, you must have the LaTeX package
34970 \lang japanese
34971  
34972 \series bold
34973 lettrine
34974 \series default
34975
34976 \begin_inset Index idx
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34981 \end_layout
34982
34983 \end_inset
34984
34985  
34986 \lang english
34987 installed and use the module 
34988 \family sans
34989 Initials
34990 \family default
34991  in your document (menu 
34992 \family sans
34993 Document\SpecialChar \menuseparator
34994 Settings\SpecialChar \menuseparator
34995 Modules
34996 \family default
34997 ).
34998  To insert an initial, use the style 
34999 \family sans
35000 Initial
35001 \family default
35002 .
35003  This style has a mandatory and an optional argument.
35004  The mandatory argument is inserted via the menu 
35005 \family sans
35006 Insert\SpecialChar \menuseparator
35007 Short
35008 \begin_inset space ~
35009 \end_inset
35010
35011 Title
35012 \family default
35013  and contains the letter that is the initial.
35014  To use the also the optional argument, insert another argument in front
35015  of the mandatory argument.
35016  This one contains parameters to modify the initial.
35017  For more information about the possible parameters see the documentation
35018  of
35019 \lang japanese
35020  
35021 \series bold
35022 lettrine
35023 \series default
35024
35025 \begin_inset CommandInset citation
35026 LatexCommand cite
35027 key "lettrine"
35028
35029 \end_inset
35030
35031 .
35032  
35033 \lang english
35034 The style itself contains the text that is surrounding the initial.
35035  The usual style is hereby that the word whose first letter is the initial,
35036  is printed with 
35037 \shape smallcaps
35038 small caps
35039 \shape default
35040 .
35041  To tell LaTeX where this word is finished, add a closing brace '
35042 \series bold
35043 }
35044 \series default
35045 ' as TeX Code behind it.
35046  At the end of the style there must be an opening brace '
35047 \series bold
35048 {
35049 \series default
35050 ' as TeX Code.
35051 \end_layout
35052
35053 \begin_layout Standard
35054
35055 \lang english
35056 Here are some examples:
35057 \end_layout
35058
35059 \begin_layout Standard
35060 \begin_inset ERT
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064
35065
35066 \backslash
35067 iflettrine
35068 \end_layout
35069
35070 \end_inset
35071
35072
35073 \begin_inset Note Note
35074 status open
35075
35076 \begin_layout Plain Layout
35077 以下の部分は、LaTeXパッケージ
35078 \series bold
35079 lettrine
35080 \series default
35081 が導入されているときのみ表示されます。
35082 \end_layout
35083
35084 \end_inset
35085
35086
35087 \end_layout
35088
35089 \begin_layout Enumerate
35090
35091 \lang english
35092 No optional argument, the initial is the letter 'I' in the math font 
35093 \begin_inset Formula $\mathfrak{Fraktur}$
35094 \end_inset
35095
35096 :
35097 \end_layout
35098
35099 \begin_deeper
35100 \begin_layout Initial
35101 \begin_inset Argument
35102 status open
35103
35104 \begin_layout Plain Layout
35105 \begin_inset Formula $\mathfrak{I}$
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \end_inset
35112
35113 t
35114 \begin_inset ERT
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118
35119 }
35120 \end_layout
35121
35122 \end_inset
35123
35124  
35125 \lang english
35126 was in the spring of the year 1894 that all London was interested, and the
35127  fashionable world dismayed, by the murder of the Honourable Ronald Adair
35128  under most unusual and inexplicable circumstances.
35129  The public has already learned those particulars of the crime which came
35130  out in the police investigation, but a good deal was suppressed upon that
35131  occasion, since the case for the prosecution was so overwhelmingly strong
35132  that it was not necessary to bring forward all the facts.
35133 \lang japanese
35134
35135 \begin_inset ERT
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139
35140 {
35141 \end_layout
35142
35143 \end_inset
35144
35145
35146 \lang english
35147
35148 \begin_inset Newpage newpage
35149 \end_inset
35150
35151
35152 \end_layout
35153
35154 \end_deeper
35155 \begin_layout Enumerate
35156
35157 \lang english
35158 Only one line is surrounding the initial, which is formed by two letters
35159  in standard font and no text is printed in small caps:
35160 \end_layout
35161
35162 \begin_deeper
35163 \begin_layout Initial
35164 \begin_inset Argument
35165 status open
35166
35167 \begin_layout Plain Layout
35168 lines=1
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \begin_inset Argument
35175 status open
35176
35177 \begin_layout Plain Layout
35178 It
35179 \end_layout
35180
35181 \end_inset
35182
35183
35184 \begin_inset ERT
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189 }
35190 \end_layout
35191
35192 \end_inset
35193
35194  
35195 \lang english
35196 was in the spring of the year 1894 that all London was interested, and the
35197  fashionable world dismayed, by the murder of the Honourable Ronald Adair
35198  under most unusual and inexplicable circumstances.
35199  The public has already learned those particulars of the crime which came
35200  out in the police investigation, but a good deal was suppressed upon that
35201  occasion, since the case for the prosecution was so overwhelmingly strong
35202  that it was not necessary to bring forward all the facts.
35203 \lang japanese
35204
35205 \begin_inset ERT
35206 status collapsed
35207
35208 \begin_layout Plain Layout
35209
35210 {
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \end_deeper
35219 \begin_layout Enumerate
35220
35221 \lang english
35222 Magenta, hanging initial over 3
35223 \begin_inset space ~
35224 \end_inset
35225
35226 lines in the math font 
35227 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35228 \end_inset
35229
35230 , the text 
35231 \begin_inset Quotes eld
35232 \end_inset
35233
35234 t was in the spring
35235 \begin_inset Quotes erd
35236 \end_inset
35237
35238  is in 
35239 \shape smallcaps
35240 small caps
35241 \shape default
35242 ; to color the initial, you must insert this command before the initial:
35243 \begin_inset Newline newline
35244 \end_inset
35245
35246
35247 \series bold
35248
35249 \backslash
35250 renewcommand{
35251 \backslash
35252 LettrineFontHook}{
35253 \backslash
35254 color{color}}
35255 \series default
35256
35257 \begin_inset Newline newline
35258 \end_inset
35259
35260 where the second 
35261 \emph on
35262 color
35263 \emph default
35264  can be 
35265 \begin_inset Quotes eld
35266 \end_inset
35267
35268 red
35269 \begin_inset Quotes erd
35270 \end_inset
35271
35272
35273 \begin_inset Quotes eld
35274 \end_inset
35275
35276 blue
35277 \begin_inset Quotes erd
35278 \end_inset
35279
35280
35281 \begin_inset Quotes eld
35282 \end_inset
35283
35284 green
35285 \begin_inset Quotes erd
35286 \end_inset
35287
35288
35289 \begin_inset Quotes eld
35290 \end_inset
35291
35292 yellow
35293 \begin_inset Quotes erd
35294 \end_inset
35295
35296
35297 \begin_inset Quotes eld
35298 \end_inset
35299
35300 cyan
35301 \begin_inset Quotes erd
35302 \end_inset
35303
35304
35305 \begin_inset Quotes eld
35306 \end_inset
35307
35308 magenta
35309 \begin_inset Quotes erd
35310 \end_inset
35311
35312
35313 \begin_inset Quotes eld
35314 \end_inset
35315
35316 black
35317 \begin_inset Quotes erd
35318 \end_inset
35319
35320  or 
35321 \begin_inset Quotes eld
35322 \end_inset
35323
35324 white
35325 \begin_inset Quotes erd
35326 \end_inset
35327
35328 , and add this command to the document preamble
35329 \lang japanese
35330 :
35331 \begin_inset Newline newline
35332 \end_inset
35333
35334
35335 \series bold
35336
35337 \backslash
35338 @ifundefined{textcolor}
35339 \begin_inset Newline newline
35340 \end_inset
35341
35342
35343 \begin_inset space ~
35344 \end_inset
35345
35346 {
35347 \backslash
35348 usepackage{color}}{}
35349 \end_layout
35350
35351 \begin_deeper
35352 \begin_layout Standard
35353 \begin_inset ERT
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357
35358
35359 \backslash
35360 renewcommand{
35361 \backslash
35362 LettrineFontHook}{
35363 \backslash
35364 color{magenta}}
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \lang english
35371
35372 \begin_inset Note Note
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377 \lang english
35378 makes the initial magenta
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \end_layout
35385
35386 \begin_layout Initial
35387 \begin_inset Argument
35388 status open
35389
35390 \begin_layout Plain Layout
35391 lines=3, lhang=0.33, loversize=0.25
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \begin_inset Argument
35398 status open
35399
35400 \begin_layout Plain Layout
35401 \begin_inset Formula $\mathcal{I}$
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \end_inset
35408
35409
35410 \lang english
35411 t was in the spring
35412 \lang japanese
35413
35414 \begin_inset ERT
35415 status collapsed
35416
35417 \begin_layout Plain Layout
35418
35419 }
35420 \end_layout
35421
35422 \end_inset
35423
35424  
35425 \lang english
35426 of the year 1894 that all London was interested, and the fashionable world
35427  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35428  and inexplicable circumstances.
35429  The public has already learned those particulars of the crime which came
35430  out in the police investigation, but a good deal was suppressed upon that
35431  occasion, since the case for the prosecution was so overwhelmingly strong
35432  that it was not necessary to bring forward all the facts.
35433 \lang japanese
35434
35435 \begin_inset ERT
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440 {
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \end_deeper
35449 \begin_layout Standard
35450 \begin_inset ERT
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454
35455
35456 \backslash
35457 else
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \begin_inset Note Note
35464 status open
35465
35466 \begin_layout Plain Layout
35467 以下の部分は、LaTeXパッケージ
35468 \series bold
35469 lettrine
35470 \series default
35471 が導入されていないときのみ表示されます。
35472 \end_layout
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \begin_layout Standard
35480 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35481 \series bold
35482 lettrine
35483 \series default
35484 を導入する必要があります。
35485 \end_layout
35486
35487 \begin_layout Standard
35488 \begin_inset ERT
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492
35493
35494 \backslash
35495 fi
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \begin_layout Chapter
35504 外部文書構成要素
35505 \begin_inset Index idx
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509 がいぶぶんしょこうせいようそ@外部文書構成要素
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \begin_layout Standard
35518
35519 \family sans
35520 挿入\SpecialChar \menuseparator
35521 ファイル
35522 \family default
35523 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35524 \end_layout
35525
35526 \begin_layout Description
35527 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35528 \end_layout
35529
35530 \begin_layout Description
35531 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35532 \end_layout
35533
35534 \begin_layout Description
35535 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35536 \end_layout
35537
35538 \begin_layout Description
35539 外部素材 様々な書式のファイル。
35540 \end_layout
35541
35542 \begin_layout Description
35543 子文書 LyXあるいはLaTeX文書。
35544 \end_layout
35545
35546 \begin_layout Section
35547 外部素材
35548 \begin_inset Index idx
35549 status collapsed
35550
35551 \begin_layout Plain Layout
35552 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \end_layout
35559
35560 \begin_layout Standard
35561 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35562 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35563 \family sans
35564 操作性\SpecialChar \menuseparator
35565 表示
35566 \family default
35567 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35568 \end_layout
35569
35570 \begin_layout Standard
35571 外部素材は、
35572 \family sans
35573 挿入
35574 \family default
35575 \SpecialChar \menuseparator
35576
35577 \family sans
35578 ファイル
35579 \family default
35580 \SpecialChar \menuseparator
35581
35582 \family sans
35583 外部素材
35584 \family default
35585 メニューで開くことのできる
35586 \family sans
35587 外部素材
35588 \family default
35589 ダイアログから挿入することができます。目下、以下のファイル形式(
35590 \family sans
35591 ひな型
35592 \family default
35593 )が使用できます。
35594 \end_layout
35595
35596 \begin_layout Description
35597 チェス棋譜 このひな型は、
35598 \series bold
35599
35600 \begin_inset CommandInset href
35601 LatexCommand href
35602 name "XBoard"
35603 target "http://en.wikipedia.org/wiki/XBoard"
35604
35605 \end_inset
35606
35607
35608 \series default
35609 プログラムで作成されたチェス棋譜をサポートします。
35610 \end_layout
35611
35612 \begin_layout Description
35613 日付 これは、
35614 \emph on
35615 日-月-年
35616 \emph default
35617 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35618 \begin_inset External
35619         template Date
35620         filename .
35621
35622 \end_inset
35623
35624
35625 \begin_inset space ~
35626 \end_inset
35627
35628
35629 \begin_inset Note Note
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 バグ4398が修正されたら、この保護空白は削除してください!
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \begin_inset Newline newline
35640 \end_inset
35641
35642 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35643 \family sans
35644 挿入
35645 \family default
35646 \SpecialChar \menuseparator
35647 日付メニューを使用する方法で、他はLaTeXコマンドの
35648 \series bold
35649
35650 \backslash
35651 today
35652 \series default
35653 をTeXコードで使用する方法です。これらの各方法は、表
35654 \begin_inset CommandInset ref
35655 LatexCommand ref
35656 reference "tab:日付挿入方法"
35657
35658 \end_inset
35659
35660 に比較を掲載しておきます。
35661 \end_layout
35662
35663 \begin_layout Description
35664 Dia このひな型は、
35665 \series bold
35666
35667 \begin_inset CommandInset href
35668 LatexCommand href
35669 name "Dia"
35670 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"
35671
35672 \end_inset
35673
35674
35675 \series default
35676 プログラムで作成したダイアグラムをサポートします。
35677 \end_layout
35678
35679 \begin_layout Description
35680
35681 \lang english
35682 GnumericSpreadsheet With this template you can insert spreadsheets
35683 \begin_inset space \thinspace{}
35684 \end_inset
35685
35686 /
35687 \begin_inset space \thinspace{}
35688 \end_inset
35689
35690 tables in the format of 
35691 \series bold
35692
35693 \begin_inset CommandInset href
35694 LatexCommand href
35695 name "Gnumeric"
35696 target "http://ja.wikipedia.org/wiki/Gnumeric"
35697
35698 \end_inset
35699
35700
35701 \series default
35702
35703 \begin_inset CommandInset href
35704 LatexCommand href
35705 name "OpenDocument"
35706 target "http://ja.wikipedia.org/wiki/OpenDocument"
35707
35708 \end_inset
35709
35710
35711 \begin_inset CommandInset href
35712 LatexCommand href
35713 name "Microsoft Office XML"
35714 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35715
35716 \end_inset
35717
35718  and 
35719 \begin_inset CommandInset href
35720 LatexCommand href
35721 name "Office Open XML"
35722 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35723
35724 \end_inset
35725
35726 .
35727  For this feature LyX must have found the program 
35728 \family typewriter
35729 ssconvert
35730 \family default
35731  during its configuration.
35732  This program is part of Gnumeric, so that you must have Gnumeric installed,
35733  also if you don't have tables in the Gnumeric format.
35734  For examples and possible limitations have a look at LyX's example file
35735  
35736 \emph on
35737 spreadsheet.lyx
35738 \emph default
35739 .
35740 \end_layout
35741
35742 \begin_layout Description
35743 LilyPond このひな型は、
35744 \series bold
35745
35746 \begin_inset CommandInset href
35747 LatexCommand href
35748 name "LilyPond"
35749 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35750
35751 \end_inset
35752
35753
35754 \series default
35755 プログラムで作成した楽譜の組版に使用されます。
35756 \lang english
35757 For LyX's extended support for LilyPond have a look at LyX's example file
35758  
35759 \emph on
35760 lilypond.lyx
35761 \emph default
35762 .
35763 \end_layout
35764
35765 \begin_layout Description
35766 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35767 \family sans
35768 LaTeXとLyXオプション
35769 \family default
35770 タブ中の
35771 \family sans
35772 オプション
35773 \family default
35774 フィールドに
35775 \emph on
35776 pages
35777 \emph default
35778 オプションを指定してください。
35779 \lang english
35780 The argument of this option is a comma separated list, containing page numbers
35781  (insert as option 
35782 \series bold
35783 pages={3,5,6,8}
35784 \series default
35785 ), ranges of page numbers (
35786 \series bold
35787 pages={4-9}
35788 \series default
35789 ) or any combination.
35790  To insert empty pages use {}.
35791  E.
35792 \begin_inset space \thinspace{}
35793 \end_inset
35794
35795 g.
35796 \begin_inset space ~
35797 \end_inset
35798
35799
35800 \series bold
35801 pages={3,{},8-11,15}
35802 \series default
35803  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
35804  Page ranges are specified in the syntax 
35805 \emph on
35806 start
35807 \emph default
35808 -
35809 \emph on
35810 stop
35811 \emph default
35812 .
35813  This selects all pages from 
35814 \emph on
35815 start
35816 \emph default
35817  to 
35818 \emph on
35819 stop
35820 \emph default
35821 .
35822  Omitting 
35823 \emph on
35824 start
35825 \emph default
35826  defaults to the first page; omitting 
35827 \emph on
35828 stop
35829 \emph default
35830  defaults to the last page of the document.
35831  The last page can also be selected with the keyword 
35832 \series bold
35833 last
35834 \series default
35835 .
35836  (This is only permitted in a page range.) So 
35837 \series bold
35838 pages=-
35839 \series default
35840  will insert all pages of the document and 
35841 \series bold
35842 pages=last-1
35843 \series default
35844  will insert all pages in reverse order.
35845 \emph on
35846 \lang japanese
35847 pages
35848 \emph default
35849 オプションを指定しないと、PDFの最初のページのみが挿入されます。
35850 \begin_inset Newline newline
35851 \end_inset
35852
35853
35854 \lang english
35855 The option 
35856 \series bold
35857 noautoscale
35858 \series default
35859  inserts the pages with their original size, if this option is not given,
35860  the pages will be resized to fith the width of the page of your document.
35861  In the tab 
35862 \family sans
35863 Size and Rotation
35864 \family default
35865  you can specify the width and height of the input pages and their rotation.
35866  If another width than 100
35867 \begin_inset space \thinspace{}
35868 \end_inset
35869
35870 Scale% is used, the option 
35871 \series bold
35872 noautoscale
35873 \series default
35874  will be overwritten.
35875  For more info and possible options, have a look into the documentation
35876  of the LaTeX-package 
35877 \series bold
35878 pdfpages
35879 \series default
35880 \lang japanese
35881  
35882 \begin_inset CommandInset citation
35883 LatexCommand cite
35884 key "pdfpages"
35885
35886 \end_inset
35887
35888 .
35889 \begin_inset Index idx
35890 status collapsed
35891
35892 \begin_layout Plain Layout
35893 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35894 \end_layout
35895
35896 \end_inset
35897
35898
35899 \begin_inset Newline newline
35900 \end_inset
35901
35902
35903 \lang english
35904 To use this template in a 
35905 \family sans
35906 Beamer
35907 \family default
35908  presentation you need to first insert an 
35909 \family sans
35910 EndFrame
35911 \family default
35912  environment and in a subsequent paragraph a TeX Code box containing the
35913  command 
35914 \series bold
35915
35916 \backslash
35917 setbeamertemplate{background canvas}{}
35918 \series default
35919 .
35920  Then you can insert as many paragraphs containing the PDFPages template
35921  as you wish.
35922  Behind the included PDF pages you can resume the Beamer presentation by
35923  beginning a new frame or by starting a new section.
35924  To avoid stray blank pages prior to the PDF pages, make sure to use the
35925  
35926 \family sans
35927 Default
35928 \family default
35929  alignment for the paragraph containing the template.
35930 \begin_inset Newline newline
35931 \end_inset
35932
35933 Here is an included PDF which is rotated by -5°:
35934 \lang japanese
35935  
35936 \begin_inset External
35937         template PDFPages
35938         filename ../clipart/Abstract.pdf
35939         extra LaTeX "noautoscale, pages=-"
35940         rotateAngle -5
35941         rotateOrigin bottomleft
35942
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Description
35949 ラスターイメージ これはビットマップ画像に使用します。
35950 \family sans
35951 外部素材
35952 \family default
35953 ダイアログを使って入れる画像は、第
35954 \begin_inset CommandInset ref
35955 LatexCommand ref
35956 reference "sec:画像ダイアログ"
35957
35958 \end_inset
35959
35960 節にあるように
35961 \family sans
35962 画像
35963 \family default
35964 ダイアログを使って挿入される画像と同じように取り扱うことができます。
35965 \lang english
35966 The difference to the normal image input is that only raster images are
35967  allowed; that means that PDF and EPS-images are not supported
35968 \lang japanese
35969 .
35970  
35971 \lang english
35972 Here is an inserted raster image:
35973 \lang japanese
35974  
35975 \begin_inset External
35976         template RasterImage
35977         filename ../clipart/ToolbarEnvBox.png
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Description
35985 XFig このひな型は、
35986 \series bold
35987
35988 \begin_inset CommandInset href
35989 LatexCommand href
35990 name "Xfig"
35991 target "http://ja.wikipedia.org/wiki/Xfig"
35992
35993 \end_inset
35994
35995
35996 \series default
35997 プログラムで作成した画像をサポートします。
35998 \end_layout
35999
36000 \begin_layout Standard
36001 \begin_inset Float table
36002 placement !h
36003 wide false
36004 sideways false
36005 status open
36006
36007 \begin_layout Plain Layout
36008 \begin_inset Caption
36009
36010 \begin_layout Plain Layout
36011 \begin_inset CommandInset label
36012 LatexCommand label
36013 name "tab:日付挿入方法"
36014
36015 \end_inset
36016
36017 日付の挿入方法の比較
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \begin_layout Plain Layout
36026 \align center
36027 \begin_inset Tabular
36028 <lyxtabular version="3" rows="4" columns="4">
36029 <features tabularvalignment="middle">
36030 <column alignment="center" valignment="top" width="0">
36031 <column alignment="center" valignment="top" width="0">
36032 <column alignment="center" valignment="top" width="0">
36033 <column alignment="center" valignment="top" width="0">
36034 <row>
36035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36036 \begin_inset Text
36037
36038 \begin_layout Plain Layout
36039 文書書式
36040 \end_layout
36041
36042 \end_inset
36043 </cell>
36044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36045 \begin_inset Text
36046
36047 \begin_layout Plain Layout
36048
36049 \family sans
36050 外部素材\SpecialChar \menuseparator
36051 日付
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060
36061 \family sans
36062 挿入\SpecialChar \menuseparator
36063 日付
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36069 \begin_inset Text
36070
36071 \begin_layout Plain Layout
36072
36073 \series bold
36074
36075 \backslash
36076 today
36077 \series default
36078 コマンド
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 </row>
36084 <row>
36085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Plain Layout
36089 LyX
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 差込枠として
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36104 \begin_inset Text
36105
36106 \begin_layout Plain Layout
36107 日付として
36108 \end_layout
36109
36110 \end_inset
36111 </cell>
36112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36113 \begin_inset Text
36114
36115 \begin_layout Plain Layout
36116 TeXコード差込枠として
36117 \end_layout
36118
36119 \end_inset
36120 </cell>
36121 </row>
36122 <row>
36123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127 LaTeX
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36133 \begin_inset Text
36134
36135 \begin_layout Plain Layout
36136 日付として
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145 日付として
36146 \end_layout
36147
36148 \end_inset
36149 </cell>
36150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36151 \begin_inset Text
36152
36153 \begin_layout Plain Layout
36154 コマンドとして
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 </row>
36160 <row>
36161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36162 \begin_inset Text
36163
36164 \begin_layout Plain Layout
36165 DVI, PDF, PS
36166 \end_layout
36167
36168 \end_inset
36169 </cell>
36170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36171 \begin_inset Text
36172
36173 \begin_layout Plain Layout
36174 日付として
36175 \end_layout
36176
36177 \end_inset
36178 </cell>
36179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36180 \begin_inset Text
36181
36182 \begin_layout Plain Layout
36183 日付として
36184 \end_layout
36185
36186 \end_inset
36187 </cell>
36188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36189 \begin_inset Text
36190
36191 \begin_layout Plain Layout
36192 日付として
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 </row>
36198 </lyxtabular>
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \begin_layout Standard
36211
36212 \family sans
36213 外部素材
36214 \family default
36215 ダイアログの
36216 \family sans
36217 ファイル
36218 \family default
36219 タブ中で
36220 \family sans
36221 下書き
36222 \family default
36223 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36224 \begin_inset Newline newline
36225 \end_inset
36226
36227 LyX中での外部素材は、ダイアログ内の
36228 \family sans
36229 LaTeXとLyXのオプション
36230 \family default
36231 タブにある
36232 \family sans
36233 LyX内に表示
36234 \family default
36235 オプションの指定に従って、
36236 \begin_inset Graphics
36237         filename clipart/ExternalMaterialQt4.png
36238         scale 85
36239         scaleBeforeRotation
36240
36241 \end_inset
36242
36243 のようなボックスとして表示されるか、画像として表示されます。
36244 \end_layout
36245
36246 \begin_layout Standard
36247 取扱説明書
36248 \family sans
36249 \emph on
36250 カスタマイズ篇
36251 \family default
36252 \emph default
36253 には、自製のひな型を定義する方法が説明されています。
36254 \end_layout
36255
36256 \begin_layout Section
36257 子文書
36258 \begin_inset CommandInset label
36259 LatexCommand label
36260 name "sec:子文書"
36261
36262 \end_inset
36263
36264
36265 \begin_inset Index idx
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \begin_inset Index idx
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279 ふぁいる@ファイル ! いんくるーど@インクルード
36280 \end_layout
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Standard
36288 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36289 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
36290 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36291 \end_layout
36292
36293 \begin_layout Standard
36294 親文書を開くことなく子文書で作業できるようにするには、子文書の
36295 \family sans
36296 文書
36297 \family default
36298 \SpecialChar \menuseparator
36299
36300 \family sans
36301 設定
36302 \family default
36303 \SpecialChar \menuseparator
36304
36305 \family sans
36306 文書クラス
36307 \family default
36308 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36309 \end_layout
36310
36311 \begin_layout Standard
36312 取り込んだ文書は、LyX中で
36313 \begin_inset Graphics
36314         filename clipart/ChildDocumentQt4.png
36315         scale 85
36316         scaleBeforeRotation
36317
36318 \end_inset
36319
36320 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36321 \family sans
36322 挿入
36323 \family default
36324 \SpecialChar \menuseparator
36325
36326 \family sans
36327 ファイル
36328 \family default
36329 \SpecialChar \menuseparator
36330
36331 \family sans
36332 子文書
36333 \family default
36334 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36335 \end_layout
36336
36337 \begin_layout Description
36338 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36339 \family sans
36340 子文書
36341 \family default
36342 ダイアログの
36343 \family sans
36344 編集
36345 \family default
36346 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36347 \begin_inset Newline newline
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Standard
36354 以下は、
36355 \family sans
36356 Include
36357 \family default
36358 を使用して挿入した子文書です。 
36359 \begin_inset CommandInset include
36360 LatexCommand include
36361 filename "DummyDocument1.lyx"
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \begin_layout Standard
36369 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36370 あります。取り込んだ文書のラベルは、第
36371 \begin_inset CommandInset ref
36372 LatexCommand ref
36373 reference "sub:外部文書の第1小節"
36374
36375 \end_inset
36376
36377 小節、のように参照することができます。
36378 \end_layout
36379
36380 \begin_layout Standard
36381 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36382 は、新規頁から始まるように挿入され、改頁して終わります。
36383 \end_layout
36384
36385 \begin_layout Standard
36386 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
36387 \begin_inset Foot
36388 status open
36389
36390 \begin_layout Plain Layout
36391 派生枝は、LyX
36392 \emph on
36393 ユーザーの手引き
36394 \emph default
36395
36396 \emph on
36397 派生枝
36398 \emph default
36399 の節に説明されています。
36400 \end_layout
36401
36402 \end_inset
36403
36404 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
36405 \end_layout
36406
36407 \begin_layout Standard
36408 \begin_inset Note Greyedout
36409 status open
36410
36411 \begin_layout Plain Layout
36412
36413 \series bold
36414 【註】
36415 \series default
36416 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
36417 \series bold
36418
36419 \backslash
36420 includeonly
36421 \series default
36422 を使用することはできません。
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \end_layout
36429
36430 \begin_layout Standard
36431 \begin_inset Note Greyedout
36432 status open
36433
36434 \begin_layout Plain Layout
36435
36436 \series bold
36437 【註】
36438 \series default
36439 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36440 警告が発せられます。
36441 \end_layout
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Description
36449 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36450 \end_layout
36451
36452 \begin_deeper
36453 \begin_layout Itemize
36454 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36455 \end_layout
36456
36457 \begin_layout Itemize
36458 Inputファイルは、LyX設定の操作性
36459 \family sans
36460 \SpecialChar \menuseparator
36461 表示
36462 \family default
36463 の下にある
36464 \family sans
36465 画像を表示
36466 \family default
36467 を有効にすると、LyX中でプレビューすることができます。
36468 \end_layout
36469
36470 \begin_layout Itemize
36471 LaTeXコマンドの
36472 \series bold
36473
36474 \backslash
36475 includeonly
36476 \series default
36477 は使用することができません。
36478 \end_layout
36479
36480 \end_deeper
36481 \begin_layout Standard
36482 右は、
36483 \family sans
36484 Input
36485 \family default
36486 を使って挿入した子文書です。 
36487 \begin_inset CommandInset include
36488 LatexCommand input
36489 filename "DummyDocument2.lyx"
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Description
36497 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36498 に用いられているコマンドは実行されません。
36499 \family sans
36500 出力の空白に印付けをする
36501 \family default
36502 オプションを有効にすると、ソースコード中のすべての空白文字に「
36503 \begin_inset ERT
36504 status collapsed
36505
36506 \begin_layout Plain Layout
36507
36508
36509 \backslash
36510 textvisiblespace 
36511 \end_layout
36512
36513 \end_inset
36514
36515 」文字を表示させることができます。
36516 \family sans
36517 挿入\SpecialChar \menuseparator
36518 ファイル\SpecialChar \menuseparator
36519 平文
36520 \family default
36521 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36522 \end_layout
36523
36524 \begin_layout Standard
36525 以下は、verbatimとして挿入された子文書です。 
36526 \begin_inset CommandInset include
36527 LatexCommand verbatiminput
36528 filename "../DummyTextDocument.txt"
36529
36530 \end_inset
36531
36532
36533 \begin_inset VSpace bigskip
36534 \end_inset
36535
36536 以下は、
36537 \family sans
36538 出力の空白に印付けをする
36539 \family default
36540 オプションを指定して、verbatimとして挿入された子文書です。 
36541 \begin_inset CommandInset include
36542 LatexCommand verbatiminput*
36543 filename "../DummyTextDocument.txt"
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \begin_layout Standard
36551 \begin_inset VSpace bigskip
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Standard
36558 \begin_inset Note Greyedout
36559 status open
36560
36561 \begin_layout Plain Layout
36562
36563 \series bold
36564 【註】
36565 \series default
36566 上記の例でわかるように、
36567 \family sans
36568 verbatim
36569 \family default
36570 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36571 \end_layout
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \begin_layout Standard
36579 \begin_inset Note Greyedout
36580 status open
36581
36582 \begin_layout Plain Layout
36583
36584 \series bold
36585 【訳註】
36586 \series default
36587 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Description
36596 プログラムリスト この型については、第
36597 \begin_inset CommandInset ref
36598 LatexCommand ref
36599 reference "cha:プログラムコードリスト"
36600
36601 \end_inset
36602
36603 章に説明されています。
36604 \end_layout
36605
36606 \begin_layout Standard
36607 \begin_inset Note Greyedout
36608 status open
36609
36610 \begin_layout Plain Layout
36611
36612 \series bold
36613 【註】
36614 \series default
36615 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36616 \end_layout
36617
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \begin_layout Chapter
36624 プログラムコードリスト
36625 \begin_inset CommandInset label
36626 LatexCommand label
36627 name "cha:プログラムコードリスト"
36628
36629 \end_inset
36630
36631
36632 \begin_inset Index idx
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636 りすと@リスト
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \begin_inset Index idx
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646 ぷろぐらむこーど@プログラムコード
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \begin_inset Index idx
36653 status collapsed
36654
36655 \begin_layout Plain Layout
36656 ふろーと@フロート ! りすと@リスト
36657 \end_layout
36658
36659 \end_inset
36660
36661
36662 \end_layout
36663
36664 \begin_layout Standard
36665 プログラムコードを取り込んで組版するには、
36666 \family sans
36667 挿入
36668 \family default
36669 \SpecialChar \menuseparator
36670
36671 \family sans
36672 プログラムリスト
36673 \family default
36674 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36675 \series bold
36676 listings
36677 \series default
36678
36679 \begin_inset Index idx
36680 status collapsed
36681
36682 \begin_layout Plain Layout
36683 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36684 \end_layout
36685
36686 \end_inset
36687
36688 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36689 \end_layout
36690
36691 \begin_layout Standard
36692 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36693 \end_layout
36694
36695 \begin_layout Standard
36696 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36697 \family sans
36698 行内リスト
36699 \family default
36700 を指定すると、リストは
36701 \begin_inset listings
36702 lstparams "language={C++}"
36703 inline true
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707
36708 int a=5;
36709 \end_layout
36710
36711 \end_inset
36712
36713 のように行内に印字されます。
36714 \begin_inset Newline newline
36715 \end_inset
36716
36717
36718 \family sans
36719 フロート
36720 \family default
36721 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36722 \begin_inset CommandInset ref
36723 LatexCommand ref
36724 reference "sec:フロートの配置"
36725
36726 \end_inset
36727
36728 節に説明されているフロート配置オプションに従って、「
36729 \family sans
36730 h
36731 \family default
36732 」「
36733 \family sans
36734 t
36735 \family default
36736 」「
36737 \family sans
36738 b
36739 \family default
36740 」「
36741 \family sans
36742 p
36743 \family default
36744 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36745 \family sans
36746 htbp
36747 \family default
36748 」のように区切りを入れることなく入力することができます。「
36749 \family sans
36750 h
36751 \family default
36752 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36753 \family sans
36754 フロート
36755 \family default
36756 オプションを使用しなければ大丈夫です。
36757 \end_layout
36758
36759 \begin_layout Standard
36760
36761 \family sans
36762 挿入
36763 \family default
36764 \SpecialChar \menuseparator
36765
36766 \family sans
36767 キャプション
36768 \family default
36769 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36770 \begin_inset CommandInset ref
36771 LatexCommand ref
36772 reference "lst:リストフロート"
36773
36774 \end_inset
36775
36776 のように参照することができます。
36777 \end_layout
36778
36779 \begin_layout Standard
36780 \begin_inset listings
36781 lstparams "language=Python"
36782 inline false
36783 status open
36784
36785 \begin_layout Plain Layout
36786
36787 \begin_inset Caption
36788
36789 \begin_layout Plain Layout
36790 \begin_inset CommandInset label
36791 LatexCommand label
36792 name "lst:リストフロート"
36793
36794 \end_inset
36795
36796 Example Listing Float
36797 \end_layout
36798
36799 \end_inset
36800
36801 # Example listing float
36802 \end_layout
36803
36804 \begin_layout Plain Layout
36805
36806 def func(param):
36807 \end_layout
36808
36809 \begin_layout Plain Layout
36810
36811     'this is a python function'
36812 \end_layout
36813
36814 \begin_layout Plain Layout
36815
36816     pass
36817 \end_layout
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \begin_layout Standard
36825 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36826 onのキーワード「def」が識別され、ボールド体で出力されます。
36827 \end_layout
36828
36829 \begin_layout Standard
36830 \begin_inset Note Greyedout
36831 status open
36832
36833 \begin_layout Plain Layout
36834
36835 \series bold
36836 【註】
36837 \series default
36838 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36839 \family typewriter
36840 typewriter
36841 \family default
36842 フォントがボールド体を提供していません。この場合には、
36843 \family sans
36844 文書
36845 \family default
36846 \SpecialChar \menuseparator
36847
36848 \family sans
36849 設定
36850 \family default
36851 \SpecialChar \menuseparator
36852
36853 \family sans
36854 フォント
36855 \family default
36856 メニューで別のフォントを選択してください(
36857 \emph on
36858 LuxiMono
36859 \emph default
36860
36861 \emph on
36862 BeraMono
36863 \emph default
36864
36865 \emph on
36866 Courier
36867 \emph default
36868 の各フォントはボールド体を提供します)。
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \begin_layout Standard
36877 \begin_inset Note Greyedout
36878 status open
36879
36880 \begin_layout Plain Layout
36881
36882 \series bold
36883 【訳註】
36884 \series default
36885 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36886 \end_layout
36887
36888 \end_inset
36889
36890
36891 \end_layout
36892
36893 \begin_layout Standard
36894 プログラムリストダイアログの
36895 \family sans
36896 行番号
36897 \family default
36898 のセクションでは、行番号の様式を指定することができます。
36899 \family sans
36900 行間
36901 \family default
36902 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36903 \end_layout
36904
36905 \begin_layout Standard
36906 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36907 \family sans
36908 拡張文字コード表を使う
36909 \family default
36910 オプションを使用しなくてはなりません。
36911 \begin_inset Newline newline
36912 \end_inset
36913
36914 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36915 \begin_inset space \thinspace{}
36916 \end_inset
36917
36918 -
36919 \begin_inset space \thinspace{}
36920 \end_inset
36921
36922 8」で設定したプログラムリストの例です。
36923 \end_layout
36924
36925 \begin_layout Standard
36926 \begin_inset listings
36927 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36928 inline false
36929 status open
36930
36931 \begin_layout Plain Layout
36932
36933 def func(param):
36934 \end_layout
36935
36936 \begin_layout Plain Layout
36937
36938     'this is a python function'
36939 \end_layout
36940
36941 \begin_layout Plain Layout
36942
36943     pass
36944 \end_layout
36945
36946 \begin_layout Plain Layout
36947
36948 def func(param):
36949 \end_layout
36950
36951 \begin_layout Plain Layout
36952
36953 'This is a German word: Tschüß'
36954 \end_layout
36955
36956 \begin_layout Plain Layout
36957
36958 pass
36959 \end_layout
36960
36961 \begin_layout Plain Layout
36962
36963 def func(param):
36964 \end_layout
36965
36966 \begin_layout Plain Layout
36967
36968 'this is a python function'
36969 \end_layout
36970
36971 \begin_layout Plain Layout
36972
36973 pass
36974 \end_layout
36975
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \begin_layout Standard
36982 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36983 \family sans
36984 タビュレータの大きさ
36985 \family default
36986 フィールドで指定することができます。
36987 \end_layout
36988
36989 \begin_layout Standard
36990 \begin_inset Note Greyedout
36991 status open
36992
36993 \begin_layout Plain Layout
36994
36995 \series bold
36996 【註】listings
36997 \series default
36998 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36999 に振られているのはこのためです。
37000 \end_layout
37001
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Standard
37008 \begin_inset VSpace bigskip
37009 \end_inset
37010
37011
37012 \end_layout
37013
37014 \begin_layout Standard
37015 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37016 \family sans
37017 挿入
37018 \family default
37019 \SpecialChar \menuseparator
37020
37021 \family sans
37022 ファイル
37023 \family default
37024 \SpecialChar \menuseparator
37025
37026 \family sans
37027 子文書
37028 \family default
37029 メニューを使用して
37030 \family sans
37031 プログラムリスト
37032 \family default
37033 型を選択してください
37034 \begin_inset Foot
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038 他の子文書型については、第 section
37039 \begin_inset space ~
37040 \end_inset
37041
37042
37043 \begin_inset CommandInset ref
37044 LatexCommand ref
37045 reference "sec:子文書"
37046
37047 \end_inset
37048
37049 節に説明があります。
37050 \end_layout
37051
37052 \end_inset
37053
37054 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37055 疑問符「?」を打鍵してください。
37056 \end_layout
37057
37058 \begin_layout Standard
37059 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37060 \family sans
37061 挿入
37062 \family default
37063 \SpecialChar \menuseparator
37064
37065 \family sans
37066 相互参照
37067 \family default
37068 メニューを使って参照できるようになります。
37069 \end_layout
37070
37071 \begin_layout Standard
37072 プログラムリスト
37073 \begin_inset CommandInset ref
37074 LatexCommand ref
37075 reference "lst:file-listing"
37076
37077 \end_inset
37078
37079 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37080 \end_layout
37081
37082 \begin_layout Standard
37083 \begin_inset CommandInset include
37084 LatexCommand lstinputlisting
37085 filename "EmbeddedObjects.lyx"
37086 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37087
37088 \end_inset
37089
37090
37091 \end_layout
37092
37093 \begin_layout Standard
37094 \begin_inset VSpace bigskip
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \begin_layout Standard
37101 リストに数式を入れるには、以下のようにします。
37102 \end_layout
37103
37104 \begin_layout Enumerate
37105 リストダイアログを開き、
37106 \family sans
37107 詳細
37108 \family default
37109 タブのフィールド中に
37110 \begin_inset Newline newline
37111 \end_inset
37112
37113
37114 \family sans
37115 mathescape=true
37116 \family default
37117
37118 \begin_inset Newline newline
37119 \end_inset
37120
37121 と書き加えます。
37122 \end_layout
37123
37124 \begin_layout Enumerate
37125 リスト外で数式を作成します。
37126 \end_layout
37127
37128 \begin_layout Enumerate
37129 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37130 \begin_inset Info
37131 type  "shortcut"
37132 arg   "copy"
37133 \end_inset
37134
37135 )。
37136 \end_layout
37137
37138 \begin_layout Enumerate
37139 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37140 \begin_inset Info
37141 type  "shortcut"
37142 arg   "paste"
37143 \end_inset
37144
37145 )。
37146 \end_layout
37147
37148 \begin_layout Standard
37149 \begin_inset listings
37150 lstparams "language=Python,mathescape=true"
37151 inline false
37152 status open
37153
37154 \begin_layout Plain Layout
37155
37156 \begin_inset Caption
37157
37158 \begin_layout Plain Layout
37159 Example Listing float containing a formula
37160 \end_layout
37161
37162 \end_inset
37163
37164 # Example listing float
37165 \end_layout
37166
37167 \begin_layout Plain Layout
37168
37169 def func(param):
37170 \end_layout
37171
37172 \begin_layout Plain Layout
37173
37174     # $
37175 \backslash
37176 prod_{n=1}^{
37177 \backslash
37178 infty}
37179 \backslash
37180 ,
37181 \backslash
37182 frac{1}{x^{2}}$
37183 \end_layout
37184
37185 \begin_layout Plain Layout
37186
37187     pass
37188 \end_layout
37189
37190 \end_inset
37191
37192
37193 \end_layout
37194
37195 \begin_layout Standard
37196 \begin_inset VSpace bigskip
37197 \end_inset
37198
37199
37200 \end_layout
37201
37202 \begin_layout Standard
37203 大域的なプログラムリストの設定は、
37204 \family sans
37205 文書
37206 \family default
37207 \SpecialChar \menuseparator
37208
37209 \family sans
37210 設定
37211 \family default
37212 \SpecialChar \menuseparator
37213
37214 \family sans
37215 リスト
37216 \family default
37217 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37218 \family sans
37219 プログラムリスト設定
37220 \family default
37221 フィールドで疑問符「?」を打鍵してください。
37222 \end_layout
37223
37224 \begin_layout Standard
37225
37226 \series bold
37227 listings
37228 \series default
37229 パッケージについての詳しい情報については、取扱説明書
37230 \begin_inset CommandInset citation
37231 LatexCommand cite
37232 key "listings"
37233
37234 \end_inset
37235
37236 をご参照ください。.
37237 \end_layout
37238
37239 \begin_layout Standard
37240 \begin_inset Newpage newpage
37241 \end_inset
37242
37243
37244 \end_layout
37245
37246 \begin_layout Chapter
37247 \start_of_appendix
37248 LyXで使用できる単位
37249 \begin_inset Index idx
37250 status collapsed
37251
37252 \begin_layout Plain Layout
37253 たんい@単位
37254 \end_layout
37255
37256 \end_inset
37257
37258
37259 \begin_inset CommandInset label
37260 LatexCommand label
37261 name "cha:LyXで使用できる単位"
37262
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \begin_layout Standard
37269 この文書で用いられる単位の理解のために、表
37270 \begin_inset CommandInset ref
37271 LatexCommand ref
37272 reference "tab:単位"
37273
37274 \end_inset
37275
37276 に、LyXで使うことのできる単位をまとめておきます。
37277 \end_layout
37278
37279 \begin_layout Standard
37280 \begin_inset Float table
37281 placement h
37282 wide false
37283 sideways false
37284 status open
37285
37286 \begin_layout Plain Layout
37287 \begin_inset Caption
37288
37289 \begin_layout Plain Layout
37290 \begin_inset CommandInset label
37291 LatexCommand label
37292 name "tab:単位"
37293
37294 \end_inset
37295
37296 単位
37297 \end_layout
37298
37299 \end_inset
37300
37301
37302 \end_layout
37303
37304 \begin_layout Plain Layout
37305 \begin_inset VSpace medskip
37306 \end_inset
37307
37308
37309 \end_layout
37310
37311 \begin_layout Plain Layout
37312 \align center
37313 \begin_inset Tabular
37314 <lyxtabular version="3" rows="20" columns="2">
37315 <features tabularvalignment="middle">
37316 <column alignment="center" valignment="top" width="0">
37317 <column alignment="center" valignment="top" width="0">
37318 <row>
37319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323 単位
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 名称/摘要
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 </row>
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343 mm
37344 \end_layout
37345
37346 \end_inset
37347 </cell>
37348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 ミリメートル
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 </row>
37358 <row>
37359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 cm
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 センチメートル
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 </row>
37378 <row>
37379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383 in
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 インチ
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 </row>
37398 <row>
37399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403 pt
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412 ポイント (72.27
37413 \begin_inset Formula $\,$
37414 \end_inset
37415
37416 pt = 1
37417 \begin_inset Formula $\,$
37418 \end_inset
37419
37420 in)
37421 \end_layout
37422
37423 \end_inset
37424 </cell>
37425 </row>
37426 <row>
37427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37428 \begin_inset Text
37429
37430 \begin_layout Plain Layout
37431 pc
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440 パイカ (1
37441 \begin_inset Formula $\,$
37442 \end_inset
37443
37444 pc = 12
37445 \begin_inset Formula $\,$
37446 \end_inset
37447
37448 pt)
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 </row>
37454 <row>
37455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459 sp
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 スケールポイント (65536
37469 \begin_inset Formula $\,$
37470 \end_inset
37471
37472 sp = 1
37473 \begin_inset Formula $\,$
37474 \end_inset
37475
37476 pt)
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 </row>
37482 <row>
37483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487 bp
37488 \end_layout
37489
37490 \end_inset
37491 </cell>
37492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496 ビッグポイント (72
37497 \begin_inset Formula $\,$
37498 \end_inset
37499
37500 bp = 1
37501 \begin_inset Formula $\,$
37502 \end_inset
37503
37504 in)
37505 \end_layout
37506
37507 \end_inset
37508 </cell>
37509 </row>
37510 <row>
37511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515 dd
37516 \end_layout
37517
37518 \end_inset
37519 </cell>
37520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524 ディドー (72
37525 \begin_inset Formula $\,$
37526 \end_inset
37527
37528 dd 
37529 \begin_inset Formula $\approx$
37530 \end_inset
37531
37532  37.6
37533 \begin_inset Formula $\,$
37534 \end_inset
37535
37536 mm)
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 </row>
37542 <row>
37543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37544 \begin_inset Text
37545
37546 \begin_layout Plain Layout
37547 cc
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37553 \begin_inset Text
37554
37555 \begin_layout Plain Layout
37556 シセロ (1
37557 \begin_inset Formula $\,$
37558 \end_inset
37559
37560 cc = 12
37561 \begin_inset Formula $\,$
37562 \end_inset
37563
37564 dd)
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 Scale%
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37581 \begin_inset Text
37582
37583 \begin_layout Plain Layout
37584 元の画像幅の%
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 </row>
37590 <row>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 text%
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 テキスト幅の%
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 </row>
37610 <row>
37611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 col%
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 組段幅の%
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 </row>
37630 <row>
37631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 page%
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 用紙幅の%
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 </row>
37650 <row>
37651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655 line%
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664 行幅の%
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 </row>
37670 <row>
37671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37672 \begin_inset Text
37673
37674 \begin_layout Plain Layout
37675 theight%
37676 \end_layout
37677
37678 \end_inset
37679 </cell>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684 テキスト高さの%
37685 \end_layout
37686
37687 \end_inset
37688 </cell>
37689 </row>
37690 <row>
37691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695 pheight%
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 用紙高さの%
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 ex
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 現在のフォントの文字「x」の高さ
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 </row>
37730 <row>
37731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735 em
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744 現在のフォントの文字「M」の幅
37745 \end_layout
37746
37747 \end_inset
37748 </cell>
37749 </row>
37750 <row>
37751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37752 \begin_inset Text
37753
37754 \begin_layout Plain Layout
37755 mu
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37761 \begin_inset Text
37762
37763 \begin_layout Plain Layout
37764 数式単位 (1
37765 \begin_inset Formula $\,$
37766 \end_inset
37767
37768 mu = 1/18
37769 \begin_inset Formula $\,$
37770 \end_inset
37771
37772 em)
37773 \end_layout
37774
37775 \end_inset
37776 </cell>
37777 </row>
37778 </lyxtabular>
37779
37780 \end_inset
37781
37782
37783 \end_layout
37784
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \begin_layout Chapter
37791 画像を含む場合のファイル出力形式
37792 \begin_inset CommandInset label
37793 LatexCommand label
37794 name "cha:ファイル出力形式"
37795
37796 \end_inset
37797
37798
37799 \end_layout
37800
37801 \begin_layout Section
37802 DVI
37803 \begin_inset Index idx
37804 status collapsed
37805
37806 \begin_layout Plain Layout
37807 ふぁいるしょしき@ファイル書式 ! DVI
37808 \end_layout
37809
37810 \end_inset
37811
37812
37813 \begin_inset Index idx
37814 status collapsed
37815
37816 \begin_layout Plain Layout
37817 DVI|see
37818 \begin_inset ERT
37819 status collapsed
37820
37821 \begin_layout Plain Layout
37822
37823 {
37824 \end_layout
37825
37826 \end_inset
37827
37828 ファイル書式
37829 \begin_inset ERT
37830 status collapsed
37831
37832 \begin_layout Plain Layout
37833
37834 }
37835 \end_layout
37836
37837 \end_inset
37838
37839
37840 \end_layout
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \begin_layout Standard
37848 このファイル型の拡張子は「
37849 \family typewriter
37850 .dvi
37851 \family default
37852 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37853 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37854 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37855 \end_layout
37856
37857 \begin_layout Standard
37858 \begin_inset Note Greyedout
37859 status open
37860
37861 \begin_layout Plain Layout
37862 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37863 \end_layout
37864
37865 \end_inset
37866
37867 ですから、お使いの
37868 \family typewriter
37869 .dvi
37870 \family default
37871 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37872 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37873 DFを使用することをお勧めします。
37874 \end_layout
37875
37876 \begin_layout Standard
37877 使用中の文書は、
37878 \family sans
37879 ファイル
37880 \family default
37881 \SpecialChar \menuseparator
37882
37883 \family sans
37884 書き出し
37885 \family default
37886 \SpecialChar \menuseparator
37887
37888 \family sans
37889 DVI
37890 \family default
37891 メニューを使用して、DVIに書き出すことができます。
37892 \lang english
37893 You can view your document as DVI via the 
37894 \family sans
37895 View
37896 \family default
37897  menu.
37898 \end_layout
37899
37900 \begin_layout Section
37901 PostScript
37902 \begin_inset CommandInset label
37903 LatexCommand label
37904 name "sec:PostScript"
37905
37906 \end_inset
37907
37908
37909 \begin_inset Index idx
37910 status collapsed
37911
37912 \begin_layout Plain Layout
37913 ふぁいるしょしき@ファイル書式 ! PostScript
37914 \end_layout
37915
37916 \end_inset
37917
37918
37919 \begin_inset Index idx
37920 status collapsed
37921
37922 \begin_layout Plain Layout
37923 PostScript|see
37924 \begin_inset ERT
37925 status collapsed
37926
37927 \begin_layout Plain Layout
37928
37929 {
37930 \end_layout
37931
37932 \end_inset
37933
37934 ファイル書式
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940 }
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \end_layout
37947
37948 \end_inset
37949
37950
37951 \end_layout
37952
37953 \begin_layout Standard
37954 このファイル型の拡張子は「
37955 \family typewriter
37956 .ps
37957 \family default
37958 」です。PostScriptは、
37959 \family typewriter
37960 Adobe
37961 \family default
37962 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37963 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37964 \begin_inset Foot
37965 status collapsed
37966
37967 \begin_layout Plain Layout
37968 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37969 \series bold
37970 PSTricks
37971 \series default
37972
37973 \begin_inset CommandInset citation
37974 LatexCommand cite
37975 key "pstricks"
37976
37977 \end_inset
37978
37979 を見てみてください。
37980 \end_layout
37981
37982 \end_inset
37983
37984 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37985 \end_layout
37986
37987 \begin_layout Standard
37988 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37989 \family typewriter
37990 .eps
37991 \family default
37992 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37993 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37994 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37995 を直接EPSとして入れておく方がよいでしょう。
37996 \end_layout
37997
37998 \begin_layout Standard
37999 文書は、
38000 \family sans
38001 ファイル
38002 \family default
38003 \SpecialChar \menuseparator
38004
38005 \family sans
38006 書き出し
38007 \family default
38008 \SpecialChar \menuseparator
38009
38010 \family sans
38011 Postscript
38012 \family default
38013 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38014 \family sans
38015 表示
38016 \family default
38017 メニューかツールバーボタン
38018 \begin_inset Graphics
38019         filename ../../images/buffer-view_ps.png
38020         scale 85
38021         scaleBeforeRotation
38022
38023 \end_inset
38024
38025 を使用することでPostScriptとして表示させることができます。
38026 \end_layout
38027
38028 \begin_layout Section
38029 PDF
38030 \begin_inset Index idx
38031 status collapsed
38032
38033 \begin_layout Plain Layout
38034 ふぁいるしょしき@ファイル書式 ! PDF
38035 \end_layout
38036
38037 \end_inset
38038
38039
38040 \begin_inset Index idx
38041 status collapsed
38042
38043 \begin_layout Plain Layout
38044 PDF
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \begin_layout Standard
38053 このファイル型の拡張子は「
38054 \family typewriter
38055 .pdf
38056 \family default
38057 」です。この「Portable Document Format (PDF)」は、
38058 \family typewriter
38059 Adobe
38060 \family default
38061 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38062 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38063 \end_layout
38064
38065 \begin_layout Standard
38066 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38067 \family typewriter
38068 .jpg
38069 \family default
38070 」または「
38071 \family typewriter
38072 .jpeg
38073 \family default
38074 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38075 \family typewriter
38076 .png
38077 \family default
38078 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38079 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38080 とをお勧めします。
38081 \end_layout
38082
38083 \begin_layout Standard
38084 使用中の文書は、
38085 \family sans
38086 ファイル
38087 \family default
38088 \SpecialChar \menuseparator
38089
38090 \family sans
38091 書き出し
38092 \family default
38093 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38094 \end_layout
38095
38096 \begin_layout Description
38097 PDF
38098 \begin_inset space ~
38099 \end_inset
38100
38101 (ps2pdf) これは
38102 \family typewriter
38103 ps2pdf
38104 \family default
38105 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38106 \family typewriter
38107 dvips
38108 \family default
38109 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38110 \end_layout
38111
38112 \begin_layout Description
38113 PDF
38114 \begin_inset space ~
38115 \end_inset
38116
38117 (dvipdfm) これは
38118 \family typewriter
38119 dvipdfm
38120 \family default
38121 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38122 \end_layout
38123
38124 \begin_layout Description
38125 PDF
38126 \begin_inset space ~
38127 \end_inset
38128
38129 (pdflatex) これは
38130 \family typewriter
38131 pdftex
38132 \family default
38133 プログラムを使って、現在のファイルを直接PDFに変換します。
38134 \end_layout
38135
38136 \begin_layout Standard
38137
38138 \family typewriter
38139 pdftex
38140 \family default
38141 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38142 \family sans
38143 PDF
38144 \begin_inset space ~
38145 \end_inset
38146
38147 (pdflatex)
38148 \family default
38149 を使用することが推奨されます。
38150 \family typewriter
38151 dvipdfm
38152 \family default
38153 プログラムは開発が停止しており、若干時代遅れになっています。
38154 \end_layout
38155
38156 \begin_layout Standard
38157 使用中の文書をPDFとして表示するには、
38158 \family sans
38159 表示
38160 \family default
38161 メニューかツールバーボタン
38162 \begin_inset Graphics
38163         filename ../../images/buffer-view_pdf2.png
38164         scale 85
38165         scaleBeforeRotation
38166
38167 \end_inset
38168
38169 (これは
38170 \family sans
38171 PDF
38172 \begin_inset space ~
38173 \end_inset
38174
38175 (pdflatex)
38176 \family default
38177 を使用します)を用います。
38178 \end_layout
38179
38180 \begin_layout Chapter
38181
38182 \lang english
38183 List of dvips color names
38184 \begin_inset CommandInset label
38185 LatexCommand label
38186 name "chap:List-of-dvips-colornames"
38187
38188 \end_inset
38189
38190
38191 \end_layout
38192
38193 \begin_layout Standard
38194 \begin_inset Tabular
38195 <lyxtabular version="3" rows="17" columns="4">
38196 <features tabularvalignment="middle">
38197 <column alignment="left" valignment="top" width="0pt">
38198 <column alignment="left" valignment="top" width="0pt">
38199 <column alignment="left" valignment="top" width="0pt">
38200 <column alignment="left" valignment="top" width="0pt">
38201 <row>
38202 <cell alignment="left" valignment="top" usebox="none">
38203 \begin_inset Text
38204
38205 \begin_layout Plain Layout
38206 \begin_inset ERT
38207 status collapsed
38208
38209 \begin_layout Plain Layout
38210
38211
38212 \backslash
38213 fcolorbox{black}{
38214 \end_layout
38215
38216 \end_inset
38217
38218 white
38219 \begin_inset ERT
38220 status collapsed
38221
38222 \begin_layout Plain Layout
38223
38224 }{
38225 \end_layout
38226
38227 \end_inset
38228
38229
38230 \lang english
38231 Color
38232 \lang japanese
38233
38234 \begin_inset ERT
38235 status collapsed
38236
38237 \begin_layout Plain Layout
38238
38239 }
38240 \end_layout
38241
38242 \end_inset
38243
38244  
38245 \lang english
38246 Color name
38247 \end_layout
38248
38249 \end_inset
38250 </cell>
38251 <cell alignment="left" valignment="top" usebox="none">
38252 \begin_inset Text
38253
38254 \begin_layout Plain Layout
38255 \begin_inset ERT
38256 status collapsed
38257
38258 \begin_layout Plain Layout
38259
38260
38261 \backslash
38262 fcolorbox{black}{
38263 \end_layout
38264
38265 \end_inset
38266
38267 white
38268 \begin_inset ERT
38269 status collapsed
38270
38271 \begin_layout Plain Layout
38272
38273 }{
38274 \end_layout
38275
38276 \end_inset
38277
38278
38279 \lang english
38280 Color
38281 \lang japanese
38282
38283 \begin_inset ERT
38284 status collapsed
38285
38286 \begin_layout Plain Layout
38287
38288 }
38289 \end_layout
38290
38291 \end_inset
38292
38293  
38294 \lang english
38295 Color name
38296 \end_layout
38297
38298 \end_inset
38299 </cell>
38300 <cell alignment="left" valignment="top" usebox="none">
38301 \begin_inset Text
38302
38303 \begin_layout Plain Layout
38304 \begin_inset ERT
38305 status collapsed
38306
38307 \begin_layout Plain Layout
38308
38309
38310 \backslash
38311 fcolorbox{black}{
38312 \end_layout
38313
38314 \end_inset
38315
38316 white
38317 \begin_inset ERT
38318 status collapsed
38319
38320 \begin_layout Plain Layout
38321
38322 }{
38323 \end_layout
38324
38325 \end_inset
38326
38327
38328 \lang english
38329 Color
38330 \lang japanese
38331
38332 \begin_inset ERT
38333 status collapsed
38334
38335 \begin_layout Plain Layout
38336
38337 }
38338 \end_layout
38339
38340 \end_inset
38341
38342  
38343 \lang english
38344 Color name
38345 \end_layout
38346
38347 \end_inset
38348 </cell>
38349 <cell alignment="left" valignment="top" usebox="none">
38350 \begin_inset Text
38351
38352 \begin_layout Plain Layout
38353 \begin_inset ERT
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357
38358
38359 \backslash
38360 fcolorbox{black}{
38361 \end_layout
38362
38363 \end_inset
38364
38365 white
38366 \begin_inset ERT
38367 status collapsed
38368
38369 \begin_layout Plain Layout
38370
38371 }{
38372 \end_layout
38373
38374 \end_inset
38375
38376
38377 \lang english
38378 Color
38379 \lang japanese
38380
38381 \begin_inset ERT
38382 status collapsed
38383
38384 \begin_layout Plain Layout
38385
38386 }
38387 \end_layout
38388
38389 \end_inset
38390
38391  
38392 \lang english
38393 Color name
38394 \end_layout
38395
38396 \end_inset
38397 </cell>
38398 </row>
38399 <row>
38400 <cell alignment="center" valignment="top" usebox="none">
38401 \begin_inset Text
38402
38403 \begin_layout Plain Layout
38404 \begin_inset ERT
38405 status collapsed
38406
38407 \begin_layout Plain Layout
38408
38409
38410 \backslash
38411 fcolorbox{black}{
38412 \end_layout
38413
38414 \end_inset
38415
38416 Apricot
38417 \begin_inset ERT
38418 status collapsed
38419
38420 \begin_layout Plain Layout
38421
38422 }{
38423 \end_layout
38424
38425 \end_inset
38426
38427
38428 \begin_inset Phantom Phantom
38429 status open
38430
38431 \begin_layout Plain Layout
38432 W
38433 \end_layout
38434
38435 \end_inset
38436
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  Apricot
38449 \end_layout
38450
38451 \end_inset
38452 </cell>
38453 <cell alignment="center" valignment="top" usebox="none">
38454 \begin_inset Text
38455
38456 \begin_layout Plain Layout
38457 \begin_inset ERT
38458 status collapsed
38459
38460 \begin_layout Plain Layout
38461
38462
38463 \backslash
38464 fcolorbox{black}{
38465 \end_layout
38466
38467 \end_inset
38468
38469 Aquamarine
38470 \begin_inset ERT
38471 status collapsed
38472
38473 \begin_layout Plain Layout
38474
38475 }{
38476 \end_layout
38477
38478 \end_inset
38479
38480
38481 \begin_inset Phantom Phantom
38482 status open
38483
38484 \begin_layout Plain Layout
38485 W
38486 \end_layout
38487
38488 \end_inset
38489
38490
38491 \begin_inset ERT
38492 status collapsed
38493
38494 \begin_layout Plain Layout
38495
38496 }
38497 \end_layout
38498
38499 \end_inset
38500
38501  Aquamarine
38502 \end_layout
38503
38504 \end_inset
38505 </cell>
38506 <cell alignment="center" valignment="top" usebox="none">
38507 \begin_inset Text
38508
38509 \begin_layout Plain Layout
38510 \begin_inset ERT
38511 status collapsed
38512
38513 \begin_layout Plain Layout
38514
38515
38516 \backslash
38517 fcolorbox{black}{
38518 \end_layout
38519
38520 \end_inset
38521
38522 Bittersweet
38523 \begin_inset ERT
38524 status collapsed
38525
38526 \begin_layout Plain Layout
38527
38528 }{
38529 \end_layout
38530
38531 \end_inset
38532
38533
38534 \begin_inset Phantom Phantom
38535 status open
38536
38537 \begin_layout Plain Layout
38538 W
38539 \end_layout
38540
38541 \end_inset
38542
38543
38544 \begin_inset ERT
38545 status collapsed
38546
38547 \begin_layout Plain Layout
38548
38549 }
38550 \end_layout
38551
38552 \end_inset
38553
38554  Bittersweet
38555 \end_layout
38556
38557 \end_inset
38558 </cell>
38559 <cell alignment="center" valignment="top" usebox="none">
38560 \begin_inset Text
38561
38562 \begin_layout Plain Layout
38563 \begin_inset ERT
38564 status collapsed
38565
38566 \begin_layout Plain Layout
38567
38568
38569 \backslash
38570 fcolorbox{black}{
38571 \end_layout
38572
38573 \end_inset
38574
38575 BlueGreen
38576 \begin_inset ERT
38577 status collapsed
38578
38579 \begin_layout Plain Layout
38580
38581 }{
38582 \end_layout
38583
38584 \end_inset
38585
38586
38587 \begin_inset Phantom Phantom
38588 status open
38589
38590 \begin_layout Plain Layout
38591 W
38592 \end_layout
38593
38594 \end_inset
38595
38596
38597 \begin_inset ERT
38598 status collapsed
38599
38600 \begin_layout Plain Layout
38601
38602 }
38603 \end_layout
38604
38605 \end_inset
38606
38607  BlueGreen
38608 \end_layout
38609
38610 \end_inset
38611 </cell>
38612 </row>
38613 <row>
38614 <cell alignment="left" valignment="top" usebox="none">
38615 \begin_inset Text
38616
38617 \begin_layout Plain Layout
38618 \begin_inset ERT
38619 status collapsed
38620
38621 \begin_layout Plain Layout
38622
38623
38624 \backslash
38625 fcolorbox{black}{
38626 \end_layout
38627
38628 \end_inset
38629
38630 BlueViolet
38631 \begin_inset ERT
38632 status collapsed
38633
38634 \begin_layout Plain Layout
38635
38636 }{
38637 \end_layout
38638
38639 \end_inset
38640
38641
38642 \begin_inset Phantom Phantom
38643 status open
38644
38645 \begin_layout Plain Layout
38646 W
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \begin_inset ERT
38653 status collapsed
38654
38655 \begin_layout Plain Layout
38656
38657 }
38658 \end_layout
38659
38660 \end_inset
38661
38662  BlueViolet
38663 \end_layout
38664
38665 \end_inset
38666 </cell>
38667 <cell alignment="left" valignment="top" usebox="none">
38668 \begin_inset Text
38669
38670 \begin_layout Plain Layout
38671 \begin_inset ERT
38672 status collapsed
38673
38674 \begin_layout Plain Layout
38675
38676
38677 \backslash
38678 fcolorbox{black}{
38679 \end_layout
38680
38681 \end_inset
38682
38683 BrickRed
38684 \begin_inset ERT
38685 status collapsed
38686
38687 \begin_layout Plain Layout
38688
38689 }{
38690 \end_layout
38691
38692 \end_inset
38693
38694
38695 \begin_inset Phantom Phantom
38696 status open
38697
38698 \begin_layout Plain Layout
38699 W
38700 \end_layout
38701
38702 \end_inset
38703
38704
38705 \begin_inset ERT
38706 status collapsed
38707
38708 \begin_layout Plain Layout
38709
38710 }
38711 \end_layout
38712
38713 \end_inset
38714
38715  BrickRed
38716 \end_layout
38717
38718 \end_inset
38719 </cell>
38720 <cell alignment="left" valignment="top" usebox="none">
38721 \begin_inset Text
38722
38723 \begin_layout Plain Layout
38724 \begin_inset ERT
38725 status collapsed
38726
38727 \begin_layout Plain Layout
38728
38729
38730 \backslash
38731 fcolorbox{black}{
38732 \end_layout
38733
38734 \end_inset
38735
38736 Brown
38737 \begin_inset ERT
38738 status collapsed
38739
38740 \begin_layout Plain Layout
38741
38742 }{
38743 \end_layout
38744
38745 \end_inset
38746
38747
38748 \begin_inset Phantom Phantom
38749 status open
38750
38751 \begin_layout Plain Layout
38752 W
38753 \end_layout
38754
38755 \end_inset
38756
38757
38758 \begin_inset ERT
38759 status collapsed
38760
38761 \begin_layout Plain Layout
38762
38763 }
38764 \end_layout
38765
38766 \end_inset
38767
38768  Brown
38769 \end_layout
38770
38771 \end_inset
38772 </cell>
38773 <cell alignment="left" valignment="top" usebox="none">
38774 \begin_inset Text
38775
38776 \begin_layout Plain Layout
38777 \begin_inset ERT
38778 status collapsed
38779
38780 \begin_layout Plain Layout
38781
38782
38783 \backslash
38784 fcolorbox{black}{
38785 \end_layout
38786
38787 \end_inset
38788
38789 BurntOrange
38790 \begin_inset ERT
38791 status collapsed
38792
38793 \begin_layout Plain Layout
38794
38795 }{
38796 \end_layout
38797
38798 \end_inset
38799
38800
38801 \begin_inset Phantom Phantom
38802 status open
38803
38804 \begin_layout Plain Layout
38805 W
38806 \end_layout
38807
38808 \end_inset
38809
38810
38811 \begin_inset ERT
38812 status collapsed
38813
38814 \begin_layout Plain Layout
38815
38816 }
38817 \end_layout
38818
38819 \end_inset
38820
38821  BurntOrange
38822 \end_layout
38823
38824 \end_inset
38825 </cell>
38826 </row>
38827 <row>
38828 <cell alignment="left" valignment="top" usebox="none">
38829 \begin_inset Text
38830
38831 \begin_layout Plain Layout
38832 \begin_inset ERT
38833 status collapsed
38834
38835 \begin_layout Plain Layout
38836
38837
38838 \backslash
38839 fcolorbox{black}{
38840 \end_layout
38841
38842 \end_inset
38843
38844 CadetBlue
38845 \begin_inset ERT
38846 status collapsed
38847
38848 \begin_layout Plain Layout
38849
38850 }{
38851 \end_layout
38852
38853 \end_inset
38854
38855
38856 \begin_inset Phantom Phantom
38857 status open
38858
38859 \begin_layout Plain Layout
38860 W
38861 \end_layout
38862
38863 \end_inset
38864
38865
38866 \begin_inset ERT
38867 status collapsed
38868
38869 \begin_layout Plain Layout
38870
38871 }
38872 \end_layout
38873
38874 \end_inset
38875
38876  CadetBlue
38877 \end_layout
38878
38879 \end_inset
38880 </cell>
38881 <cell alignment="left" valignment="top" usebox="none">
38882 \begin_inset Text
38883
38884 \begin_layout Plain Layout
38885 \begin_inset ERT
38886 status collapsed
38887
38888 \begin_layout Plain Layout
38889
38890
38891 \backslash
38892 fcolorbox{black}{
38893 \end_layout
38894
38895 \end_inset
38896
38897 CarnationPink
38898 \begin_inset ERT
38899 status collapsed
38900
38901 \begin_layout Plain Layout
38902
38903 }{
38904 \end_layout
38905
38906 \end_inset
38907
38908
38909 \begin_inset Phantom Phantom
38910 status open
38911
38912 \begin_layout Plain Layout
38913 W
38914 \end_layout
38915
38916 \end_inset
38917
38918
38919 \begin_inset ERT
38920 status collapsed
38921
38922 \begin_layout Plain Layout
38923
38924 }
38925 \end_layout
38926
38927 \end_inset
38928
38929  CarnationPink
38930 \end_layout
38931
38932 \end_inset
38933 </cell>
38934 <cell alignment="left" valignment="top" usebox="none">
38935 \begin_inset Text
38936
38937 \begin_layout Plain Layout
38938 \begin_inset ERT
38939 status collapsed
38940
38941 \begin_layout Plain Layout
38942
38943
38944 \backslash
38945 fcolorbox{black}{
38946 \end_layout
38947
38948 \end_inset
38949
38950 Cerulean
38951 \begin_inset ERT
38952 status collapsed
38953
38954 \begin_layout Plain Layout
38955
38956 }{
38957 \end_layout
38958
38959 \end_inset
38960
38961
38962 \begin_inset Phantom Phantom
38963 status open
38964
38965 \begin_layout Plain Layout
38966 W
38967 \end_layout
38968
38969 \end_inset
38970
38971
38972 \begin_inset ERT
38973 status collapsed
38974
38975 \begin_layout Plain Layout
38976
38977 }
38978 \end_layout
38979
38980 \end_inset
38981
38982  Cerulean
38983 \end_layout
38984
38985 \end_inset
38986 </cell>
38987 <cell alignment="left" valignment="top" usebox="none">
38988 \begin_inset Text
38989
38990 \begin_layout Plain Layout
38991 \begin_inset ERT
38992 status collapsed
38993
38994 \begin_layout Plain Layout
38995
38996
38997 \backslash
38998 fcolorbox{black}{
38999 \end_layout
39000
39001 \end_inset
39002
39003 CornflowerBlue
39004 \begin_inset ERT
39005 status collapsed
39006
39007 \begin_layout Plain Layout
39008
39009 }{
39010 \end_layout
39011
39012 \end_inset
39013
39014
39015 \begin_inset Phantom Phantom
39016 status open
39017
39018 \begin_layout Plain Layout
39019 W
39020 \end_layout
39021
39022 \end_inset
39023
39024
39025 \begin_inset ERT
39026 status collapsed
39027
39028 \begin_layout Plain Layout
39029
39030 }
39031 \end_layout
39032
39033 \end_inset
39034
39035  CornflowerBlue
39036 \end_layout
39037
39038 \end_inset
39039 </cell>
39040 </row>
39041 <row>
39042 <cell alignment="left" valignment="top" usebox="none">
39043 \begin_inset Text
39044
39045 \begin_layout Plain Layout
39046 \begin_inset ERT
39047 status collapsed
39048
39049 \begin_layout Plain Layout
39050
39051
39052 \backslash
39053 fcolorbox{black}{
39054 \end_layout
39055
39056 \end_inset
39057
39058 Dandelion
39059 \begin_inset ERT
39060 status collapsed
39061
39062 \begin_layout Plain Layout
39063
39064 }{
39065 \end_layout
39066
39067 \end_inset
39068
39069
39070 \begin_inset Phantom Phantom
39071 status open
39072
39073 \begin_layout Plain Layout
39074 W
39075 \end_layout
39076
39077 \end_inset
39078
39079
39080 \begin_inset ERT
39081 status collapsed
39082
39083 \begin_layout Plain Layout
39084
39085 }
39086 \end_layout
39087
39088 \end_inset
39089
39090  Dandelion
39091 \end_layout
39092
39093 \end_inset
39094 </cell>
39095 <cell alignment="left" valignment="top" usebox="none">
39096 \begin_inset Text
39097
39098 \begin_layout Plain Layout
39099 \begin_inset ERT
39100 status collapsed
39101
39102 \begin_layout Plain Layout
39103
39104
39105 \backslash
39106 fcolorbox{black}{
39107 \end_layout
39108
39109 \end_inset
39110
39111 DarkOrchid
39112 \begin_inset ERT
39113 status collapsed
39114
39115 \begin_layout Plain Layout
39116
39117 }{
39118 \end_layout
39119
39120 \end_inset
39121
39122
39123 \begin_inset Phantom Phantom
39124 status open
39125
39126 \begin_layout Plain Layout
39127 W
39128 \end_layout
39129
39130 \end_inset
39131
39132
39133 \begin_inset ERT
39134 status collapsed
39135
39136 \begin_layout Plain Layout
39137
39138 }
39139 \end_layout
39140
39141 \end_inset
39142
39143  DarkOrchid
39144 \end_layout
39145
39146 \end_inset
39147 </cell>
39148 <cell alignment="left" valignment="top" usebox="none">
39149 \begin_inset Text
39150
39151 \begin_layout Plain Layout
39152 \begin_inset ERT
39153 status collapsed
39154
39155 \begin_layout Plain Layout
39156
39157
39158 \backslash
39159 fcolorbox{black}{
39160 \end_layout
39161
39162 \end_inset
39163
39164 Emerald
39165 \begin_inset ERT
39166 status collapsed
39167
39168 \begin_layout Plain Layout
39169
39170 }{
39171 \end_layout
39172
39173 \end_inset
39174
39175
39176 \begin_inset Phantom Phantom
39177 status open
39178
39179 \begin_layout Plain Layout
39180 W
39181 \end_layout
39182
39183 \end_inset
39184
39185
39186 \begin_inset ERT
39187 status collapsed
39188
39189 \begin_layout Plain Layout
39190
39191 }
39192 \end_layout
39193
39194 \end_inset
39195
39196  Emerald
39197 \end_layout
39198
39199 \end_inset
39200 </cell>
39201 <cell alignment="left" valignment="top" usebox="none">
39202 \begin_inset Text
39203
39204 \begin_layout Plain Layout
39205 \begin_inset ERT
39206 status collapsed
39207
39208 \begin_layout Plain Layout
39209
39210
39211 \backslash
39212 fcolorbox{black}{
39213 \end_layout
39214
39215 \end_inset
39216
39217 ForestGreen
39218 \begin_inset ERT
39219 status collapsed
39220
39221 \begin_layout Plain Layout
39222
39223 }{
39224 \end_layout
39225
39226 \end_inset
39227
39228
39229 \begin_inset Phantom Phantom
39230 status open
39231
39232 \begin_layout Plain Layout
39233 W
39234 \end_layout
39235
39236 \end_inset
39237
39238
39239 \begin_inset ERT
39240 status collapsed
39241
39242 \begin_layout Plain Layout
39243
39244 }
39245 \end_layout
39246
39247 \end_inset
39248
39249  ForestGreen
39250 \end_layout
39251
39252 \end_inset
39253 </cell>
39254 </row>
39255 <row>
39256 <cell alignment="left" valignment="top" usebox="none">
39257 \begin_inset Text
39258
39259 \begin_layout Plain Layout
39260 \begin_inset ERT
39261 status collapsed
39262
39263 \begin_layout Plain Layout
39264
39265
39266 \backslash
39267 fcolorbox{black}{
39268 \end_layout
39269
39270 \end_inset
39271
39272 Fuchsia
39273 \begin_inset ERT
39274 status collapsed
39275
39276 \begin_layout Plain Layout
39277
39278 }{
39279 \end_layout
39280
39281 \end_inset
39282
39283
39284 \begin_inset Phantom Phantom
39285 status open
39286
39287 \begin_layout Plain Layout
39288 W
39289 \end_layout
39290
39291 \end_inset
39292
39293
39294 \begin_inset ERT
39295 status collapsed
39296
39297 \begin_layout Plain Layout
39298
39299 }
39300 \end_layout
39301
39302 \end_inset
39303
39304  Fuchsia
39305 \end_layout
39306
39307 \end_inset
39308 </cell>
39309 <cell alignment="left" valignment="top" usebox="none">
39310 \begin_inset Text
39311
39312 \begin_layout Plain Layout
39313 \begin_inset ERT
39314 status collapsed
39315
39316 \begin_layout Plain Layout
39317
39318
39319 \backslash
39320 fcolorbox{black}{
39321 \end_layout
39322
39323 \end_inset
39324
39325 Goldenrod
39326 \begin_inset ERT
39327 status collapsed
39328
39329 \begin_layout Plain Layout
39330
39331 }{
39332 \end_layout
39333
39334 \end_inset
39335
39336
39337 \begin_inset Phantom Phantom
39338 status open
39339
39340 \begin_layout Plain Layout
39341 W
39342 \end_layout
39343
39344 \end_inset
39345
39346
39347 \begin_inset ERT
39348 status collapsed
39349
39350 \begin_layout Plain Layout
39351
39352 }
39353 \end_layout
39354
39355 \end_inset
39356
39357  Goldenrod
39358 \end_layout
39359
39360 \end_inset
39361 </cell>
39362 <cell alignment="left" valignment="top" usebox="none">
39363 \begin_inset Text
39364
39365 \begin_layout Plain Layout
39366 \begin_inset ERT
39367 status collapsed
39368
39369 \begin_layout Plain Layout
39370
39371
39372 \backslash
39373 fcolorbox{black}{
39374 \end_layout
39375
39376 \end_inset
39377
39378 Gray
39379 \begin_inset ERT
39380 status collapsed
39381
39382 \begin_layout Plain Layout
39383
39384 }{
39385 \end_layout
39386
39387 \end_inset
39388
39389
39390 \begin_inset Phantom Phantom
39391 status open
39392
39393 \begin_layout Plain Layout
39394 W
39395 \end_layout
39396
39397 \end_inset
39398
39399
39400 \begin_inset ERT
39401 status collapsed
39402
39403 \begin_layout Plain Layout
39404
39405 }
39406 \end_layout
39407
39408 \end_inset
39409
39410  Gray
39411 \end_layout
39412
39413 \end_inset
39414 </cell>
39415 <cell alignment="left" valignment="top" usebox="none">
39416 \begin_inset Text
39417
39418 \begin_layout Plain Layout
39419 \begin_inset ERT
39420 status collapsed
39421
39422 \begin_layout Plain Layout
39423
39424
39425 \backslash
39426 fcolorbox{black}{
39427 \end_layout
39428
39429 \end_inset
39430
39431 GreenYellow
39432 \begin_inset ERT
39433 status collapsed
39434
39435 \begin_layout Plain Layout
39436
39437 }{
39438 \end_layout
39439
39440 \end_inset
39441
39442
39443 \begin_inset Phantom Phantom
39444 status open
39445
39446 \begin_layout Plain Layout
39447 W
39448 \end_layout
39449
39450 \end_inset
39451
39452
39453 \begin_inset ERT
39454 status collapsed
39455
39456 \begin_layout Plain Layout
39457
39458 }
39459 \end_layout
39460
39461 \end_inset
39462
39463  GreenYellow
39464 \end_layout
39465
39466 \end_inset
39467 </cell>
39468 </row>
39469 <row>
39470 <cell alignment="center" valignment="top" usebox="none">
39471 \begin_inset Text
39472
39473 \begin_layout Plain Layout
39474 \begin_inset ERT
39475 status collapsed
39476
39477 \begin_layout Plain Layout
39478
39479
39480 \backslash
39481 fcolorbox{black}{
39482 \end_layout
39483
39484 \end_inset
39485
39486 JungleGreen
39487 \begin_inset ERT
39488 status collapsed
39489
39490 \begin_layout Plain Layout
39491
39492 }{
39493 \end_layout
39494
39495 \end_inset
39496
39497
39498 \begin_inset Phantom Phantom
39499 status open
39500
39501 \begin_layout Plain Layout
39502 W
39503 \end_layout
39504
39505 \end_inset
39506
39507
39508 \begin_inset ERT
39509 status collapsed
39510
39511 \begin_layout Plain Layout
39512
39513 }
39514 \end_layout
39515
39516 \end_inset
39517
39518  JungleGreen
39519 \end_layout
39520
39521 \end_inset
39522 </cell>
39523 <cell alignment="center" valignment="top" usebox="none">
39524 \begin_inset Text
39525
39526 \begin_layout Plain Layout
39527 \begin_inset ERT
39528 status collapsed
39529
39530 \begin_layout Plain Layout
39531
39532
39533 \backslash
39534 fcolorbox{black}{
39535 \end_layout
39536
39537 \end_inset
39538
39539 Lavender
39540 \begin_inset ERT
39541 status collapsed
39542
39543 \begin_layout Plain Layout
39544
39545 }{
39546 \end_layout
39547
39548 \end_inset
39549
39550
39551 \begin_inset Phantom Phantom
39552 status open
39553
39554 \begin_layout Plain Layout
39555 W
39556 \end_layout
39557
39558 \end_inset
39559
39560
39561 \begin_inset ERT
39562 status collapsed
39563
39564 \begin_layout Plain Layout
39565
39566 }
39567 \end_layout
39568
39569 \end_inset
39570
39571  Lavender
39572 \end_layout
39573
39574 \end_inset
39575 </cell>
39576 <cell alignment="center" valignment="top" usebox="none">
39577 \begin_inset Text
39578
39579 \begin_layout Plain Layout
39580 \begin_inset ERT
39581 status collapsed
39582
39583 \begin_layout Plain Layout
39584
39585
39586 \backslash
39587 fcolorbox{black}{
39588 \end_layout
39589
39590 \end_inset
39591
39592 LimeGreen
39593 \begin_inset ERT
39594 status collapsed
39595
39596 \begin_layout Plain Layout
39597
39598 }{
39599 \end_layout
39600
39601 \end_inset
39602
39603
39604 \begin_inset Phantom Phantom
39605 status open
39606
39607 \begin_layout Plain Layout
39608 W
39609 \end_layout
39610
39611 \end_inset
39612
39613
39614 \begin_inset ERT
39615 status collapsed
39616
39617 \begin_layout Plain Layout
39618
39619 }
39620 \end_layout
39621
39622 \end_inset
39623
39624  LimeGreen
39625 \end_layout
39626
39627 \end_inset
39628 </cell>
39629 <cell alignment="center" valignment="top" usebox="none">
39630 \begin_inset Text
39631
39632 \begin_layout Plain Layout
39633 \begin_inset ERT
39634 status collapsed
39635
39636 \begin_layout Plain Layout
39637
39638
39639 \backslash
39640 fcolorbox{black}{
39641 \end_layout
39642
39643 \end_inset
39644
39645 Mahogany
39646 \begin_inset ERT
39647 status collapsed
39648
39649 \begin_layout Plain Layout
39650
39651 }{
39652 \end_layout
39653
39654 \end_inset
39655
39656
39657 \begin_inset Phantom Phantom
39658 status open
39659
39660 \begin_layout Plain Layout
39661 W
39662 \end_layout
39663
39664 \end_inset
39665
39666
39667 \begin_inset ERT
39668 status collapsed
39669
39670 \begin_layout Plain Layout
39671
39672 }
39673 \end_layout
39674
39675 \end_inset
39676
39677  Mahogany
39678 \end_layout
39679
39680 \end_inset
39681 </cell>
39682 </row>
39683 <row>
39684 <cell alignment="left" valignment="top" usebox="none">
39685 \begin_inset Text
39686
39687 \begin_layout Plain Layout
39688 \begin_inset ERT
39689 status collapsed
39690
39691 \begin_layout Plain Layout
39692
39693
39694 \backslash
39695 fcolorbox{black}{
39696 \end_layout
39697
39698 \end_inset
39699
39700 Mahogany
39701 \begin_inset ERT
39702 status collapsed
39703
39704 \begin_layout Plain Layout
39705
39706 }{
39707 \end_layout
39708
39709 \end_inset
39710
39711
39712 \begin_inset Phantom Phantom
39713 status open
39714
39715 \begin_layout Plain Layout
39716 W
39717 \end_layout
39718
39719 \end_inset
39720
39721
39722 \begin_inset ERT
39723 status collapsed
39724
39725 \begin_layout Plain Layout
39726
39727 }
39728 \end_layout
39729
39730 \end_inset
39731
39732  Mahogany
39733 \end_layout
39734
39735 \end_inset
39736 </cell>
39737 <cell alignment="left" valignment="top" usebox="none">
39738 \begin_inset Text
39739
39740 \begin_layout Plain Layout
39741 \begin_inset ERT
39742 status collapsed
39743
39744 \begin_layout Plain Layout
39745
39746
39747 \backslash
39748 fcolorbox{black}{
39749 \end_layout
39750
39751 \end_inset
39752
39753 Maroon
39754 \begin_inset ERT
39755 status collapsed
39756
39757 \begin_layout Plain Layout
39758
39759 }{
39760 \end_layout
39761
39762 \end_inset
39763
39764
39765 \begin_inset Phantom Phantom
39766 status open
39767
39768 \begin_layout Plain Layout
39769 W
39770 \end_layout
39771
39772 \end_inset
39773
39774
39775 \begin_inset ERT
39776 status collapsed
39777
39778 \begin_layout Plain Layout
39779
39780 }
39781 \end_layout
39782
39783 \end_inset
39784
39785  Maroon
39786 \end_layout
39787
39788 \end_inset
39789 </cell>
39790 <cell alignment="left" valignment="top" usebox="none">
39791 \begin_inset Text
39792
39793 \begin_layout Plain Layout
39794 \begin_inset ERT
39795 status collapsed
39796
39797 \begin_layout Plain Layout
39798
39799
39800 \backslash
39801 fcolorbox{black}{
39802 \end_layout
39803
39804 \end_inset
39805
39806 Melon
39807 \begin_inset ERT
39808 status collapsed
39809
39810 \begin_layout Plain Layout
39811
39812 }{
39813 \end_layout
39814
39815 \end_inset
39816
39817
39818 \begin_inset Phantom Phantom
39819 status open
39820
39821 \begin_layout Plain Layout
39822 W
39823 \end_layout
39824
39825 \end_inset
39826
39827
39828 \begin_inset ERT
39829 status collapsed
39830
39831 \begin_layout Plain Layout
39832
39833 }
39834 \end_layout
39835
39836 \end_inset
39837
39838  Melon
39839 \end_layout
39840
39841 \end_inset
39842 </cell>
39843 <cell alignment="left" valignment="top" usebox="none">
39844 \begin_inset Text
39845
39846 \begin_layout Plain Layout
39847 \begin_inset ERT
39848 status collapsed
39849
39850 \begin_layout Plain Layout
39851
39852
39853 \backslash
39854 fcolorbox{black}{
39855 \end_layout
39856
39857 \end_inset
39858
39859 MidnightBlue
39860 \begin_inset ERT
39861 status collapsed
39862
39863 \begin_layout Plain Layout
39864
39865 }{
39866 \end_layout
39867
39868 \end_inset
39869
39870
39871 \begin_inset Phantom Phantom
39872 status open
39873
39874 \begin_layout Plain Layout
39875 W
39876 \end_layout
39877
39878 \end_inset
39879
39880
39881 \begin_inset ERT
39882 status collapsed
39883
39884 \begin_layout Plain Layout
39885
39886 }
39887 \end_layout
39888
39889 \end_inset
39890
39891  MidnightBlue
39892 \end_layout
39893
39894 \end_inset
39895 </cell>
39896 </row>
39897 <row>
39898 <cell alignment="left" valignment="top" usebox="none">
39899 \begin_inset Text
39900
39901 \begin_layout Plain Layout
39902 \begin_inset ERT
39903 status collapsed
39904
39905 \begin_layout Plain Layout
39906
39907
39908 \backslash
39909 fcolorbox{black}{
39910 \end_layout
39911
39912 \end_inset
39913
39914 Mulberry
39915 \begin_inset ERT
39916 status collapsed
39917
39918 \begin_layout Plain Layout
39919
39920 }{
39921 \end_layout
39922
39923 \end_inset
39924
39925
39926 \begin_inset Phantom Phantom
39927 status open
39928
39929 \begin_layout Plain Layout
39930 W
39931 \end_layout
39932
39933 \end_inset
39934
39935
39936 \begin_inset ERT
39937 status collapsed
39938
39939 \begin_layout Plain Layout
39940
39941 }
39942 \end_layout
39943
39944 \end_inset
39945
39946  Mulberry
39947 \end_layout
39948
39949 \end_inset
39950 </cell>
39951 <cell alignment="left" valignment="top" usebox="none">
39952 \begin_inset Text
39953
39954 \begin_layout Plain Layout
39955 \begin_inset ERT
39956 status collapsed
39957
39958 \begin_layout Plain Layout
39959
39960
39961 \backslash
39962 fcolorbox{black}{
39963 \end_layout
39964
39965 \end_inset
39966
39967 NavyBlue
39968 \begin_inset ERT
39969 status collapsed
39970
39971 \begin_layout Plain Layout
39972
39973 }{
39974 \end_layout
39975
39976 \end_inset
39977
39978
39979 \begin_inset Phantom Phantom
39980 status open
39981
39982 \begin_layout Plain Layout
39983 W
39984 \end_layout
39985
39986 \end_inset
39987
39988
39989 \begin_inset ERT
39990 status collapsed
39991
39992 \begin_layout Plain Layout
39993
39994 }
39995 \end_layout
39996
39997 \end_inset
39998
39999  NavyBlue
40000 \end_layout
40001
40002 \end_inset
40003 </cell>
40004 <cell alignment="left" valignment="top" usebox="none">
40005 \begin_inset Text
40006
40007 \begin_layout Plain Layout
40008 \begin_inset ERT
40009 status collapsed
40010
40011 \begin_layout Plain Layout
40012
40013
40014 \backslash
40015 fcolorbox{black}{
40016 \end_layout
40017
40018 \end_inset
40019
40020 OliveGreen
40021 \begin_inset ERT
40022 status collapsed
40023
40024 \begin_layout Plain Layout
40025
40026 }{
40027 \end_layout
40028
40029 \end_inset
40030
40031
40032 \begin_inset Phantom Phantom
40033 status open
40034
40035 \begin_layout Plain Layout
40036 W
40037 \end_layout
40038
40039 \end_inset
40040
40041
40042 \begin_inset ERT
40043 status collapsed
40044
40045 \begin_layout Plain Layout
40046
40047 }
40048 \end_layout
40049
40050 \end_inset
40051
40052  OliveGreen
40053 \end_layout
40054
40055 \end_inset
40056 </cell>
40057 <cell alignment="left" valignment="top" usebox="none">
40058 \begin_inset Text
40059
40060 \begin_layout Plain Layout
40061 \begin_inset ERT
40062 status collapsed
40063
40064 \begin_layout Plain Layout
40065
40066
40067 \backslash
40068 fcolorbox{black}{
40069 \end_layout
40070
40071 \end_inset
40072
40073 Orange
40074 \begin_inset ERT
40075 status collapsed
40076
40077 \begin_layout Plain Layout
40078
40079 }{
40080 \end_layout
40081
40082 \end_inset
40083
40084
40085 \begin_inset Phantom Phantom
40086 status open
40087
40088 \begin_layout Plain Layout
40089 W
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \begin_inset ERT
40096 status collapsed
40097
40098 \begin_layout Plain Layout
40099
40100 }
40101 \end_layout
40102
40103 \end_inset
40104
40105  Orange
40106 \end_layout
40107
40108 \end_inset
40109 </cell>
40110 </row>
40111 <row>
40112 <cell alignment="left" valignment="top" usebox="none">
40113 \begin_inset Text
40114
40115 \begin_layout Plain Layout
40116 \begin_inset ERT
40117 status collapsed
40118
40119 \begin_layout Plain Layout
40120
40121
40122 \backslash
40123 fcolorbox{black}{
40124 \end_layout
40125
40126 \end_inset
40127
40128 OrangeRed
40129 \begin_inset ERT
40130 status collapsed
40131
40132 \begin_layout Plain Layout
40133
40134 }{
40135 \end_layout
40136
40137 \end_inset
40138
40139
40140 \begin_inset Phantom Phantom
40141 status open
40142
40143 \begin_layout Plain Layout
40144 W
40145 \end_layout
40146
40147 \end_inset
40148
40149
40150 \begin_inset ERT
40151 status collapsed
40152
40153 \begin_layout Plain Layout
40154
40155 }
40156 \end_layout
40157
40158 \end_inset
40159
40160  OrangeRed
40161 \end_layout
40162
40163 \end_inset
40164 </cell>
40165 <cell alignment="left" valignment="top" usebox="none">
40166 \begin_inset Text
40167
40168 \begin_layout Plain Layout
40169 \begin_inset ERT
40170 status collapsed
40171
40172 \begin_layout Plain Layout
40173
40174
40175 \backslash
40176 fcolorbox{black}{
40177 \end_layout
40178
40179 \end_inset
40180
40181 Orchid
40182 \begin_inset ERT
40183 status collapsed
40184
40185 \begin_layout Plain Layout
40186
40187 }{
40188 \end_layout
40189
40190 \end_inset
40191
40192
40193 \begin_inset Phantom Phantom
40194 status open
40195
40196 \begin_layout Plain Layout
40197 W
40198 \end_layout
40199
40200 \end_inset
40201
40202
40203 \begin_inset ERT
40204 status collapsed
40205
40206 \begin_layout Plain Layout
40207
40208 }
40209 \end_layout
40210
40211 \end_inset
40212
40213  Orchid
40214 \end_layout
40215
40216 \end_inset
40217 </cell>
40218 <cell alignment="left" valignment="top" usebox="none">
40219 \begin_inset Text
40220
40221 \begin_layout Plain Layout
40222 \begin_inset ERT
40223 status collapsed
40224
40225 \begin_layout Plain Layout
40226
40227
40228 \backslash
40229 fcolorbox{black}{
40230 \end_layout
40231
40232 \end_inset
40233
40234 Peach
40235 \begin_inset ERT
40236 status collapsed
40237
40238 \begin_layout Plain Layout
40239
40240 }{
40241 \end_layout
40242
40243 \end_inset
40244
40245
40246 \begin_inset Phantom Phantom
40247 status open
40248
40249 \begin_layout Plain Layout
40250 W
40251 \end_layout
40252
40253 \end_inset
40254
40255
40256 \begin_inset ERT
40257 status collapsed
40258
40259 \begin_layout Plain Layout
40260
40261 }
40262 \end_layout
40263
40264 \end_inset
40265
40266  Peach
40267 \end_layout
40268
40269 \end_inset
40270 </cell>
40271 <cell alignment="left" valignment="top" usebox="none">
40272 \begin_inset Text
40273
40274 \begin_layout Plain Layout
40275 \begin_inset ERT
40276 status collapsed
40277
40278 \begin_layout Plain Layout
40279
40280
40281 \backslash
40282 fcolorbox{black}{
40283 \end_layout
40284
40285 \end_inset
40286
40287 Periwinkle
40288 \begin_inset ERT
40289 status collapsed
40290
40291 \begin_layout Plain Layout
40292
40293 }{
40294 \end_layout
40295
40296 \end_inset
40297
40298
40299 \begin_inset Phantom Phantom
40300 status open
40301
40302 \begin_layout Plain Layout
40303 W
40304 \end_layout
40305
40306 \end_inset
40307
40308
40309 \begin_inset ERT
40310 status collapsed
40311
40312 \begin_layout Plain Layout
40313
40314 }
40315 \end_layout
40316
40317 \end_inset
40318
40319  Periwinkle
40320 \end_layout
40321
40322 \end_inset
40323 </cell>
40324 </row>
40325 <row>
40326 <cell alignment="left" valignment="top" usebox="none">
40327 \begin_inset Text
40328
40329 \begin_layout Plain Layout
40330 \begin_inset ERT
40331 status collapsed
40332
40333 \begin_layout Plain Layout
40334
40335
40336 \backslash
40337 fcolorbox{black}{
40338 \end_layout
40339
40340 \end_inset
40341
40342 PineGreen
40343 \begin_inset ERT
40344 status collapsed
40345
40346 \begin_layout Plain Layout
40347
40348 }{
40349 \end_layout
40350
40351 \end_inset
40352
40353
40354 \begin_inset Phantom Phantom
40355 status open
40356
40357 \begin_layout Plain Layout
40358 W
40359 \end_layout
40360
40361 \end_inset
40362
40363
40364 \begin_inset ERT
40365 status collapsed
40366
40367 \begin_layout Plain Layout
40368
40369 }
40370 \end_layout
40371
40372 \end_inset
40373
40374  PineGreen
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 <cell alignment="left" valignment="top" usebox="none">
40380 \begin_inset Text
40381
40382 \begin_layout Plain Layout
40383 \begin_inset ERT
40384 status collapsed
40385
40386 \begin_layout Plain Layout
40387
40388
40389 \backslash
40390 fcolorbox{black}{
40391 \end_layout
40392
40393 \end_inset
40394
40395 Plum
40396 \begin_inset ERT
40397 status collapsed
40398
40399 \begin_layout Plain Layout
40400
40401 }{
40402 \end_layout
40403
40404 \end_inset
40405
40406
40407 \begin_inset Phantom Phantom
40408 status open
40409
40410 \begin_layout Plain Layout
40411 W
40412 \end_layout
40413
40414 \end_inset
40415
40416
40417 \begin_inset ERT
40418 status collapsed
40419
40420 \begin_layout Plain Layout
40421
40422 }
40423 \end_layout
40424
40425 \end_inset
40426
40427  Plum
40428 \end_layout
40429
40430 \end_inset
40431 </cell>
40432 <cell alignment="left" valignment="top" usebox="none">
40433 \begin_inset Text
40434
40435 \begin_layout Plain Layout
40436 \begin_inset ERT
40437 status collapsed
40438
40439 \begin_layout Plain Layout
40440
40441
40442 \backslash
40443 fcolorbox{black}{
40444 \end_layout
40445
40446 \end_inset
40447
40448 ProcessBlue
40449 \begin_inset ERT
40450 status collapsed
40451
40452 \begin_layout Plain Layout
40453
40454 }{
40455 \end_layout
40456
40457 \end_inset
40458
40459
40460 \begin_inset Phantom Phantom
40461 status open
40462
40463 \begin_layout Plain Layout
40464 W
40465 \end_layout
40466
40467 \end_inset
40468
40469
40470 \begin_inset ERT
40471 status collapsed
40472
40473 \begin_layout Plain Layout
40474
40475 }
40476 \end_layout
40477
40478 \end_inset
40479
40480  ProcessBlue
40481 \end_layout
40482
40483 \end_inset
40484 </cell>
40485 <cell alignment="left" valignment="top" usebox="none">
40486 \begin_inset Text
40487
40488 \begin_layout Plain Layout
40489 \begin_inset ERT
40490 status collapsed
40491
40492 \begin_layout Plain Layout
40493
40494
40495 \backslash
40496 fcolorbox{black}{
40497 \end_layout
40498
40499 \end_inset
40500
40501 Purple
40502 \begin_inset ERT
40503 status collapsed
40504
40505 \begin_layout Plain Layout
40506
40507 }{
40508 \end_layout
40509
40510 \end_inset
40511
40512
40513 \begin_inset Phantom Phantom
40514 status open
40515
40516 \begin_layout Plain Layout
40517 W
40518 \end_layout
40519
40520 \end_inset
40521
40522
40523 \begin_inset ERT
40524 status collapsed
40525
40526 \begin_layout Plain Layout
40527
40528 }
40529 \end_layout
40530
40531 \end_inset
40532
40533  Purple
40534 \end_layout
40535
40536 \end_inset
40537 </cell>
40538 </row>
40539 <row>
40540 <cell alignment="left" valignment="top" usebox="none">
40541 \begin_inset Text
40542
40543 \begin_layout Plain Layout
40544 \begin_inset ERT
40545 status collapsed
40546
40547 \begin_layout Plain Layout
40548
40549
40550 \backslash
40551 fcolorbox{black}{
40552 \end_layout
40553
40554 \end_inset
40555
40556 RawSienna
40557 \begin_inset ERT
40558 status collapsed
40559
40560 \begin_layout Plain Layout
40561
40562 }{
40563 \end_layout
40564
40565 \end_inset
40566
40567
40568 \begin_inset Phantom Phantom
40569 status open
40570
40571 \begin_layout Plain Layout
40572 W
40573 \end_layout
40574
40575 \end_inset
40576
40577
40578 \begin_inset ERT
40579 status collapsed
40580
40581 \begin_layout Plain Layout
40582
40583 }
40584 \end_layout
40585
40586 \end_inset
40587
40588  RawSienna
40589 \end_layout
40590
40591 \end_inset
40592 </cell>
40593 <cell alignment="left" valignment="top" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 \begin_inset ERT
40598 status collapsed
40599
40600 \begin_layout Plain Layout
40601
40602
40603 \backslash
40604 fcolorbox{black}{
40605 \end_layout
40606
40607 \end_inset
40608
40609 RedOrange
40610 \begin_inset ERT
40611 status collapsed
40612
40613 \begin_layout Plain Layout
40614
40615 }{
40616 \end_layout
40617
40618 \end_inset
40619
40620
40621 \begin_inset Phantom Phantom
40622 status open
40623
40624 \begin_layout Plain Layout
40625 W
40626 \end_layout
40627
40628 \end_inset
40629
40630
40631 \begin_inset ERT
40632 status collapsed
40633
40634 \begin_layout Plain Layout
40635
40636 }
40637 \end_layout
40638
40639 \end_inset
40640
40641  RedOrange
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="left" valignment="top" usebox="none">
40647 \begin_inset Text
40648
40649 \begin_layout Plain Layout
40650 \begin_inset ERT
40651 status collapsed
40652
40653 \begin_layout Plain Layout
40654
40655
40656 \backslash
40657 fcolorbox{black}{
40658 \end_layout
40659
40660 \end_inset
40661
40662 RedViolet
40663 \begin_inset ERT
40664 status collapsed
40665
40666 \begin_layout Plain Layout
40667
40668 }{
40669 \end_layout
40670
40671 \end_inset
40672
40673
40674 \begin_inset Phantom Phantom
40675 status open
40676
40677 \begin_layout Plain Layout
40678 W
40679 \end_layout
40680
40681 \end_inset
40682
40683
40684 \begin_inset ERT
40685 status collapsed
40686
40687 \begin_layout Plain Layout
40688
40689 }
40690 \end_layout
40691
40692 \end_inset
40693
40694  RedViolet
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 <cell alignment="left" valignment="top" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 \begin_inset ERT
40704 status collapsed
40705
40706 \begin_layout Plain Layout
40707
40708
40709 \backslash
40710 fcolorbox{black}{
40711 \end_layout
40712
40713 \end_inset
40714
40715 Rhodamine
40716 \begin_inset ERT
40717 status collapsed
40718
40719 \begin_layout Plain Layout
40720
40721 }{
40722 \end_layout
40723
40724 \end_inset
40725
40726
40727 \begin_inset Phantom Phantom
40728 status open
40729
40730 \begin_layout Plain Layout
40731 W
40732 \end_layout
40733
40734 \end_inset
40735
40736
40737 \begin_inset ERT
40738 status collapsed
40739
40740 \begin_layout Plain Layout
40741
40742 }
40743 \end_layout
40744
40745 \end_inset
40746
40747  Rhodamine
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 </row>
40753 <row>
40754 <cell alignment="left" valignment="top" usebox="none">
40755 \begin_inset Text
40756
40757 \begin_layout Plain Layout
40758 \begin_inset ERT
40759 status collapsed
40760
40761 \begin_layout Plain Layout
40762
40763
40764 \backslash
40765 fcolorbox{black}{
40766 \end_layout
40767
40768 \end_inset
40769
40770 RoyalBlue
40771 \begin_inset ERT
40772 status collapsed
40773
40774 \begin_layout Plain Layout
40775
40776 }{
40777 \end_layout
40778
40779 \end_inset
40780
40781
40782 \begin_inset Phantom Phantom
40783 status open
40784
40785 \begin_layout Plain Layout
40786 W
40787 \end_layout
40788
40789 \end_inset
40790
40791
40792 \begin_inset ERT
40793 status collapsed
40794
40795 \begin_layout Plain Layout
40796
40797 }
40798 \end_layout
40799
40800 \end_inset
40801
40802  RoyalBlue
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 <cell alignment="left" valignment="top" usebox="none">
40808 \begin_inset Text
40809
40810 \begin_layout Plain Layout
40811 \begin_inset ERT
40812 status collapsed
40813
40814 \begin_layout Plain Layout
40815
40816
40817 \backslash
40818 fcolorbox{black}{
40819 \end_layout
40820
40821 \end_inset
40822
40823 RoyalPurple
40824 \begin_inset ERT
40825 status collapsed
40826
40827 \begin_layout Plain Layout
40828
40829 }{
40830 \end_layout
40831
40832 \end_inset
40833
40834
40835 \begin_inset Phantom Phantom
40836 status open
40837
40838 \begin_layout Plain Layout
40839 W
40840 \end_layout
40841
40842 \end_inset
40843
40844
40845 \begin_inset ERT
40846 status collapsed
40847
40848 \begin_layout Plain Layout
40849
40850 }
40851 \end_layout
40852
40853 \end_inset
40854
40855  RoyalPurple
40856 \end_layout
40857
40858 \end_inset
40859 </cell>
40860 <cell alignment="left" valignment="top" usebox="none">
40861 \begin_inset Text
40862
40863 \begin_layout Plain Layout
40864 \begin_inset ERT
40865 status collapsed
40866
40867 \begin_layout Plain Layout
40868
40869
40870 \backslash
40871 fcolorbox{black}{
40872 \end_layout
40873
40874 \end_inset
40875
40876 RubineRed
40877 \begin_inset ERT
40878 status collapsed
40879
40880 \begin_layout Plain Layout
40881
40882 }{
40883 \end_layout
40884
40885 \end_inset
40886
40887
40888 \begin_inset Phantom Phantom
40889 status open
40890
40891 \begin_layout Plain Layout
40892 W
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \begin_inset ERT
40899 status collapsed
40900
40901 \begin_layout Plain Layout
40902
40903 }
40904 \end_layout
40905
40906 \end_inset
40907
40908  RubineRed
40909 \end_layout
40910
40911 \end_inset
40912 </cell>
40913 <cell alignment="left" valignment="top" usebox="none">
40914 \begin_inset Text
40915
40916 \begin_layout Plain Layout
40917 \begin_inset ERT
40918 status collapsed
40919
40920 \begin_layout Plain Layout
40921
40922
40923 \backslash
40924 fcolorbox{black}{
40925 \end_layout
40926
40927 \end_inset
40928
40929 Salmon
40930 \begin_inset ERT
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934
40935 }{
40936 \end_layout
40937
40938 \end_inset
40939
40940
40941 \begin_inset Phantom Phantom
40942 status open
40943
40944 \begin_layout Plain Layout
40945 W
40946 \end_layout
40947
40948 \end_inset
40949
40950
40951 \begin_inset ERT
40952 status collapsed
40953
40954 \begin_layout Plain Layout
40955
40956 }
40957 \end_layout
40958
40959 \end_inset
40960
40961  Salmon
40962 \end_layout
40963
40964 \end_inset
40965 </cell>
40966 </row>
40967 <row>
40968 <cell alignment="left" valignment="top" usebox="none">
40969 \begin_inset Text
40970
40971 \begin_layout Plain Layout
40972 \begin_inset ERT
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976
40977
40978 \backslash
40979 fcolorbox{black}{
40980 \end_layout
40981
40982 \end_inset
40983
40984 SeaGreen
40985 \begin_inset ERT
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989
40990 }{
40991 \end_layout
40992
40993 \end_inset
40994
40995
40996 \begin_inset Phantom Phantom
40997 status open
40998
40999 \begin_layout Plain Layout
41000 W
41001 \end_layout
41002
41003 \end_inset
41004
41005
41006 \begin_inset ERT
41007 status collapsed
41008
41009 \begin_layout Plain Layout
41010
41011 }
41012 \end_layout
41013
41014 \end_inset
41015
41016  SeaGreen
41017 \end_layout
41018
41019 \end_inset
41020 </cell>
41021 <cell alignment="left" valignment="top" usebox="none">
41022 \begin_inset Text
41023
41024 \begin_layout Plain Layout
41025 \begin_inset ERT
41026 status collapsed
41027
41028 \begin_layout Plain Layout
41029
41030
41031 \backslash
41032 fcolorbox{black}{
41033 \end_layout
41034
41035 \end_inset
41036
41037 Sepia
41038 \begin_inset ERT
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042
41043 }{
41044 \end_layout
41045
41046 \end_inset
41047
41048
41049 \begin_inset Phantom Phantom
41050 status open
41051
41052 \begin_layout Plain Layout
41053 W
41054 \end_layout
41055
41056 \end_inset
41057
41058
41059 \begin_inset ERT
41060 status collapsed
41061
41062 \begin_layout Plain Layout
41063
41064 }
41065 \end_layout
41066
41067 \end_inset
41068
41069  Sepia
41070 \end_layout
41071
41072 \end_inset
41073 </cell>
41074 <cell alignment="left" valignment="top" usebox="none">
41075 \begin_inset Text
41076
41077 \begin_layout Plain Layout
41078 \begin_inset ERT
41079 status collapsed
41080
41081 \begin_layout Plain Layout
41082
41083
41084 \backslash
41085 fcolorbox{black}{
41086 \end_layout
41087
41088 \end_inset
41089
41090 SkyBlue
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096 }{
41097 \end_layout
41098
41099 \end_inset
41100
41101
41102 \begin_inset Phantom Phantom
41103 status open
41104
41105 \begin_layout Plain Layout
41106 W
41107 \end_layout
41108
41109 \end_inset
41110
41111
41112 \begin_inset ERT
41113 status collapsed
41114
41115 \begin_layout Plain Layout
41116
41117 }
41118 \end_layout
41119
41120 \end_inset
41121
41122  SkyBlue
41123 \end_layout
41124
41125 \end_inset
41126 </cell>
41127 <cell alignment="left" valignment="top" usebox="none">
41128 \begin_inset Text
41129
41130 \begin_layout Plain Layout
41131 \begin_inset ERT
41132 status collapsed
41133
41134 \begin_layout Plain Layout
41135
41136
41137 \backslash
41138 fcolorbox{black}{
41139 \end_layout
41140
41141 \end_inset
41142
41143 SpringGreen
41144 \begin_inset ERT
41145 status collapsed
41146
41147 \begin_layout Plain Layout
41148
41149 }{
41150 \end_layout
41151
41152 \end_inset
41153
41154
41155 \begin_inset Phantom Phantom
41156 status open
41157
41158 \begin_layout Plain Layout
41159 W
41160 \end_layout
41161
41162 \end_inset
41163
41164
41165 \begin_inset ERT
41166 status collapsed
41167
41168 \begin_layout Plain Layout
41169
41170 }
41171 \end_layout
41172
41173 \end_inset
41174
41175  SpringGreen
41176 \end_layout
41177
41178 \end_inset
41179 </cell>
41180 </row>
41181 <row>
41182 <cell alignment="left" valignment="top" usebox="none">
41183 \begin_inset Text
41184
41185 \begin_layout Plain Layout
41186 \begin_inset ERT
41187 status collapsed
41188
41189 \begin_layout Plain Layout
41190
41191
41192 \backslash
41193 fcolorbox{black}{
41194 \end_layout
41195
41196 \end_inset
41197
41198 Tan
41199 \begin_inset ERT
41200 status collapsed
41201
41202 \begin_layout Plain Layout
41203
41204 }{
41205 \end_layout
41206
41207 \end_inset
41208
41209
41210 \begin_inset Phantom Phantom
41211 status open
41212
41213 \begin_layout Plain Layout
41214 W
41215 \end_layout
41216
41217 \end_inset
41218
41219
41220 \begin_inset ERT
41221 status collapsed
41222
41223 \begin_layout Plain Layout
41224
41225 }
41226 \end_layout
41227
41228 \end_inset
41229
41230  Tan
41231 \end_layout
41232
41233 \end_inset
41234 </cell>
41235 <cell alignment="left" valignment="top" usebox="none">
41236 \begin_inset Text
41237
41238 \begin_layout Plain Layout
41239 \begin_inset ERT
41240 status collapsed
41241
41242 \begin_layout Plain Layout
41243
41244
41245 \backslash
41246 fcolorbox{black}{
41247 \end_layout
41248
41249 \end_inset
41250
41251 TealBlue
41252 \begin_inset ERT
41253 status collapsed
41254
41255 \begin_layout Plain Layout
41256
41257 }{
41258 \end_layout
41259
41260 \end_inset
41261
41262
41263 \begin_inset Phantom Phantom
41264 status open
41265
41266 \begin_layout Plain Layout
41267 W
41268 \end_layout
41269
41270 \end_inset
41271
41272
41273 \begin_inset ERT
41274 status collapsed
41275
41276 \begin_layout Plain Layout
41277
41278 }
41279 \end_layout
41280
41281 \end_inset
41282
41283  TealBlue
41284 \end_layout
41285
41286 \end_inset
41287 </cell>
41288 <cell alignment="left" valignment="top" usebox="none">
41289 \begin_inset Text
41290
41291 \begin_layout Plain Layout
41292 \begin_inset ERT
41293 status collapsed
41294
41295 \begin_layout Plain Layout
41296
41297
41298 \backslash
41299 fcolorbox{black}{
41300 \end_layout
41301
41302 \end_inset
41303
41304 Thistle
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310 }{
41311 \end_layout
41312
41313 \end_inset
41314
41315
41316 \begin_inset Phantom Phantom
41317 status open
41318
41319 \begin_layout Plain Layout
41320 W
41321 \end_layout
41322
41323 \end_inset
41324
41325
41326 \begin_inset ERT
41327 status collapsed
41328
41329 \begin_layout Plain Layout
41330
41331 }
41332 \end_layout
41333
41334 \end_inset
41335
41336  Thistle
41337 \end_layout
41338
41339 \end_inset
41340 </cell>
41341 <cell alignment="left" valignment="top" usebox="none">
41342 \begin_inset Text
41343
41344 \begin_layout Plain Layout
41345 \begin_inset ERT
41346 status collapsed
41347
41348 \begin_layout Plain Layout
41349
41350
41351 \backslash
41352 fcolorbox{black}{
41353 \end_layout
41354
41355 \end_inset
41356
41357 Turquoise
41358 \begin_inset ERT
41359 status collapsed
41360
41361 \begin_layout Plain Layout
41362
41363 }{
41364 \end_layout
41365
41366 \end_inset
41367
41368
41369 \begin_inset Phantom Phantom
41370 status open
41371
41372 \begin_layout Plain Layout
41373 W
41374 \end_layout
41375
41376 \end_inset
41377
41378
41379 \begin_inset ERT
41380 status collapsed
41381
41382 \begin_layout Plain Layout
41383
41384 }
41385 \end_layout
41386
41387 \end_inset
41388
41389  Turquoise
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 </row>
41395 <row>
41396 <cell alignment="left" valignment="top" usebox="none">
41397 \begin_inset Text
41398
41399 \begin_layout Plain Layout
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405
41406 \backslash
41407 fcolorbox{black}{
41408 \end_layout
41409
41410 \end_inset
41411
41412 Violet
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418 }{
41419 \end_layout
41420
41421 \end_inset
41422
41423
41424 \begin_inset Phantom Phantom
41425 status open
41426
41427 \begin_layout Plain Layout
41428 W
41429 \end_layout
41430
41431 \end_inset
41432
41433
41434 \begin_inset ERT
41435 status collapsed
41436
41437 \begin_layout Plain Layout
41438
41439 }
41440 \end_layout
41441
41442 \end_inset
41443
41444  Violet
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 <cell alignment="left" valignment="top" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458
41459 \backslash
41460 fcolorbox{black}{
41461 \end_layout
41462
41463 \end_inset
41464
41465 VioletRed
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471 }{
41472 \end_layout
41473
41474 \end_inset
41475
41476
41477 \begin_inset Phantom Phantom
41478 status open
41479
41480 \begin_layout Plain Layout
41481 W
41482 \end_layout
41483
41484 \end_inset
41485
41486
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }
41493 \end_layout
41494
41495 \end_inset
41496
41497  VioletRed
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 <cell alignment="left" valignment="top" usebox="none">
41503 \begin_inset Text
41504
41505 \begin_layout Plain Layout
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511
41512 \backslash
41513 fcolorbox{black}{
41514 \end_layout
41515
41516 \end_inset
41517
41518 WildStrawberry
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524 }{
41525 \end_layout
41526
41527 \end_inset
41528
41529
41530 \begin_inset Phantom Phantom
41531 status open
41532
41533 \begin_layout Plain Layout
41534 W
41535 \end_layout
41536
41537 \end_inset
41538
41539
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }
41546 \end_layout
41547
41548 \end_inset
41549
41550  WildStrawberry
41551 \end_layout
41552
41553 \end_inset
41554 </cell>
41555 <cell alignment="left" valignment="top" usebox="none">
41556 \begin_inset Text
41557
41558 \begin_layout Plain Layout
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564
41565 \backslash
41566 fcolorbox{black}{
41567 \end_layout
41568
41569 \end_inset
41570
41571 YellowGreen
41572 \begin_inset ERT
41573 status collapsed
41574
41575 \begin_layout Plain Layout
41576
41577 }{
41578 \end_layout
41579
41580 \end_inset
41581
41582
41583 \begin_inset Phantom Phantom
41584 status open
41585
41586 \begin_layout Plain Layout
41587 W
41588 \end_layout
41589
41590 \end_inset
41591
41592
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598 }
41599 \end_layout
41600
41601 \end_inset
41602
41603  YellowGreen
41604 \end_layout
41605
41606 \end_inset
41607 </cell>
41608 </row>
41609 <row>
41610 <cell alignment="left" valignment="top" usebox="none">
41611 \begin_inset Text
41612
41613 \begin_layout Plain Layout
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619
41620 \backslash
41621 fcolorbox{black}{
41622 \end_layout
41623
41624 \end_inset
41625
41626 YellowOrange
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }{
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset Phantom Phantom
41639 status open
41640
41641 \begin_layout Plain Layout
41642 W
41643 \end_layout
41644
41645 \end_inset
41646
41647
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }
41654 \end_layout
41655
41656 \end_inset
41657
41658  YellowOrange
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 <cell alignment="left" valignment="top" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667
41668 \end_layout
41669
41670 \end_inset
41671 </cell>
41672 <cell alignment="left" valignment="top" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 <cell alignment="left" valignment="top" usebox="none">
41682 \begin_inset Text
41683
41684 \begin_layout Plain Layout
41685
41686 \end_layout
41687
41688 \end_inset
41689 </cell>
41690 </row>
41691 </lyxtabular>
41692
41693 \end_inset
41694
41695
41696 \end_layout
41697
41698 \begin_layout Chapter
41699 第(
41700 \begin_inset CommandInset ref
41701 LatexCommand ref
41702 reference "eq:Wgn"
41703
41704 \end_inset
41705
41706 )式の説明
41707 \begin_inset CommandInset label
41708 LatexCommand label
41709 name "cha:式の説明"
41710
41711 \end_inset
41712
41713
41714 \end_layout
41715
41716 \begin_layout Standard
41717 \begin_inset Formula $n$
41718 \end_inset
41719
41720 個の表セルの全幅
41721 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41722 \end_inset
41723
41724
41725 \begin_inset Formula 
41726 \begin{equation}
41727 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41728 \end{equation}
41729
41730 \end_inset
41731
41732
41733 \end_layout
41734
41735 \begin_layout Standard
41736 で計算できます。ここで
41737 \begin_inset Formula $W_{g\, n}$
41738 \end_inset
41739
41740 は、すべてのセルが持つ固定幅です。
41741 \series bold
41742
41743 \backslash
41744 tabcolsep
41745 \series default
41746 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41747 \begin_inset space \thinspace{}
41748 \end_inset
41749
41750 ptです。
41751 \series bold
41752
41753 \backslash
41754 arrayrulewidth
41755 \series default
41756 は、セル罫線幅であり、既定値は0.4
41757 \begin_inset space \thinspace{}
41758 \end_inset
41759
41760 ptです。
41761 \end_layout
41762
41763 \begin_layout Standard
41764
41765 \begin_inset CommandInset ref
41766 LatexCommand eqref
41767 reference "eq:Wtot_n"
41768
41769 \end_inset
41770
41771 式にしたがえば、連結列の全幅
41772 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41773 \end_inset
41774
41775
41776 \begin_inset Formula 
41777 \begin{equation}
41778 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41779 \end{equation}
41780
41781 \end_inset
41782
41783
41784 \end_layout
41785
41786 \begin_layout Standard
41787 となります。
41788 \begin_inset Formula $n$
41789 \end_inset
41790
41791 列を連結する時には各列の全幅は
41792 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41793 \end_inset
41794
41795 となるので、第
41796 \begin_inset CommandInset ref
41797 LatexCommand eqref
41798 reference "eq:Wtot_n"
41799
41800 \end_inset
41801
41802 式と第
41803 \begin_inset CommandInset ref
41804 LatexCommand eqref
41805 reference "eq:Wtot_mult"
41806
41807 \end_inset
41808
41809 式が等しいものと置けば、必要となる固定幅
41810 \begin_inset Formula $W_{g\, n}$
41811 \end_inset
41812
41813 を計算することができて、
41814 \begin_inset Formula 
41815 \begin{equation}
41816 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41817 \end{equation}
41818
41819 \end_inset
41820
41821 となります。
41822 \end_layout
41823
41824 \begin_layout Bibliography
41825 \labelwidthstring 参考文献
41826 \begin_inset CommandInset bibitem
41827 LatexCommand bibitem
41828 key "latexcompanion"
41829
41830 \end_inset
41831
41832 Frank Mittelbach and Michel Goossens: 
41833 \emph on
41834 The LaTeX Companion Second Edition.
41835
41836 \emph default
41837  Addison-Wesley, 2004
41838 \end_layout
41839
41840 \begin_layout Bibliography
41841 \labelwidthstring 参考文献
41842 \begin_inset CommandInset bibitem
41843 LatexCommand bibitem
41844 key "latexguide"
41845
41846 \end_inset
41847
41848 Helmut Kopka and Patrick W.
41849  Daly: 
41850 \emph on
41851 A Guide to LaTeX Fourth Edition.
41852
41853 \emph default
41854  Addison-Wesley, 2003
41855 \end_layout
41856
41857 \begin_layout Bibliography
41858 \labelwidthstring 参考文献
41859 \begin_inset CommandInset bibitem
41860 LatexCommand bibitem
41861 key "latexbook"
41862
41863 \end_inset
41864
41865 Leslie Lamport: 
41866 \emph on
41867 LaTeX: A Document Preparation System.
41868
41869 \emph default
41870  Addison-Wesley, second edition, 1994
41871 \end_layout
41872
41873 \begin_layout Bibliography
41874 \labelwidthstring 参考文献
41875 \begin_inset CommandInset bibitem
41876 LatexCommand bibitem
41877 key "arydshln"
41878
41879 \end_inset
41880
41881 LaTeXパッケージ
41882 \series bold
41883
41884 \begin_inset CommandInset href
41885 LatexCommand href
41886 name "arydshln"
41887 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41888
41889 \end_inset
41890
41891
41892 \series default
41893
41894 \begin_inset Index idx
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41899 \end_layout
41900
41901 \end_inset
41902
41903
41904 \end_layout
41905
41906 \begin_layout Bibliography
41907 \labelwidthstring 参考文献
41908 \begin_inset CommandInset bibitem
41909 LatexCommand bibitem
41910 key "booktabs"
41911
41912 \end_inset
41913
41914 LaTeXパッケージ
41915 \series bold
41916
41917 \begin_inset CommandInset href
41918 LatexCommand href
41919 name "booktabs"
41920 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41921
41922 \end_inset
41923
41924
41925 \series default
41926
41927 \begin_inset Index idx
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41932 \end_layout
41933
41934 \end_inset
41935
41936 の取扱説明書
41937 \end_layout
41938
41939 \begin_layout Bibliography
41940 \labelwidthstring 参考文献
41941 \begin_inset CommandInset bibitem
41942 LatexCommand bibitem
41943 key "caption"
41944
41945 \end_inset
41946
41947 LaTeXパッケージ
41948 \series bold
41949
41950 \begin_inset CommandInset href
41951 LatexCommand href
41952 name "caption"
41953 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41954
41955 \end_inset
41956
41957
41958 \series default
41959
41960 \begin_inset Index idx
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41965 \end_layout
41966
41967 \end_inset
41968
41969 の取扱説明書
41970 \end_layout
41971
41972 \begin_layout Bibliography
41973 \labelwidthstring 参考文献
41974 \begin_inset CommandInset bibitem
41975 LatexCommand bibitem
41976 key "diagbox"
41977
41978 \end_inset
41979
41980 LaTeXパッケージ
41981 \series bold
41982
41983 \begin_inset CommandInset href
41984 LatexCommand href
41985 name "diagbox"
41986 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41987
41988 \end_inset
41989
41990
41991 \series default
41992
41993 \begin_inset Index idx
41994 status collapsed
41995
41996 \begin_layout Plain Layout
41997 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41998 \end_layout
41999
42000 \end_inset
42001
42002
42003 \end_layout
42004
42005 \begin_layout Bibliography
42006 \labelwidthstring 参考文献
42007 \begin_inset CommandInset bibitem
42008 LatexCommand bibitem
42009 key "endfloat"
42010
42011 \end_inset
42012
42013 LaTeXパッケージ
42014 \series bold
42015
42016 \begin_inset CommandInset href
42017 LatexCommand href
42018 name "endfloat"
42019 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42020
42021 \end_inset
42022
42023
42024 \series default
42025
42026 \begin_inset Index idx
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
42031 \end_layout
42032
42033 \end_inset
42034
42035 の取扱説明書
42036 \end_layout
42037
42038 \begin_layout Bibliography
42039 \labelwidthstring 参考文献
42040 \begin_inset CommandInset bibitem
42041 LatexCommand bibitem
42042 key "footmisc"
42043
42044 \end_inset
42045
42046 LaTeXパッケージ
42047 \series bold
42048
42049 \begin_inset CommandInset href
42050 LatexCommand href
42051 name "footmisc"
42052 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42053
42054 \end_inset
42055
42056
42057 \series default
42058
42059 \begin_inset Index idx
42060 status collapsed
42061
42062 \begin_layout Plain Layout
42063 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42064 \end_layout
42065
42066 \end_inset
42067
42068 の取扱説明書
42069 \end_layout
42070
42071 \begin_layout Bibliography
42072 \labelwidthstring 参考文献
42073 \begin_inset CommandInset bibitem
42074 LatexCommand bibitem
42075 key "hypcap"
42076
42077 \end_inset
42078
42079 LaTeXパッケージ
42080 \series bold
42081
42082 \begin_inset CommandInset href
42083 LatexCommand href
42084 name "hypcap"
42085 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42086
42087 \end_inset
42088
42089
42090 \series default
42091
42092 \begin_inset Index idx
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42097 \end_layout
42098
42099 \end_inset
42100
42101 の取扱説明書
42102 \end_layout
42103
42104 \begin_layout Bibliography
42105 \labelwidthstring 参考文献
42106 \begin_inset CommandInset bibitem
42107 LatexCommand bibitem
42108 key "hyperref"
42109
42110 \end_inset
42111
42112 LaTeXパッケージ
42113 \series bold
42114
42115 \begin_inset CommandInset href
42116 LatexCommand href
42117 name "hyperref"
42118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42119
42120 \end_inset
42121
42122
42123 \series default
42124
42125 \begin_inset Index idx
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42130 \end_layout
42131
42132 \end_inset
42133
42134 の取扱説明書
42135 \end_layout
42136
42137 \begin_layout Bibliography
42138 \labelwidthstring 参考文献
42139 \begin_inset CommandInset bibitem
42140 LatexCommand bibitem
42141 key "KOMA-script"
42142
42143 \end_inset
42144
42145 LaTeXパッケージ
42146 \series bold
42147
42148 \begin_inset CommandInset href
42149 LatexCommand href
42150 name "KOMA-script"
42151 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
42152
42153 \end_inset
42154
42155
42156 \series default
42157
42158 \begin_inset Index idx
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42163 \end_layout
42164
42165 \end_inset
42166
42167 の取扱説明書
42168 \end_layout
42169
42170 \begin_layout Bibliography
42171 \labelwidthstring 参考文献
42172 \begin_inset CommandInset bibitem
42173 LatexCommand bibitem
42174 key "lettrine"
42175
42176 \end_inset
42177
42178 LaTeXパッケージ 
42179 \series bold
42180
42181 \begin_inset CommandInset href
42182 LatexCommand href
42183 name "lettrine"
42184 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42185
42186 \end_inset
42187
42188
42189 \series default
42190  
42191 \lang english
42192 and an
42193 \lang japanese
42194  
42195 \begin_inset CommandInset href
42196 LatexCommand href
42197 name "example"
42198 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42199
42200 \end_inset
42201
42202
42203 \begin_inset Index idx
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42208 \end_layout
42209
42210 \end_inset
42211
42212
42213 \end_layout
42214
42215 \begin_layout Bibliography
42216 \labelwidthstring 参考文献
42217 \begin_inset CommandInset bibitem
42218 LatexCommand bibitem
42219 key "listings"
42220
42221 \end_inset
42222
42223 LaTeXパッケージ
42224 \series bold
42225
42226 \begin_inset CommandInset href
42227 LatexCommand href
42228 name "listings"
42229 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42230
42231 \end_inset
42232
42233
42234 \series default
42235
42236 \begin_inset Index idx
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42241 \end_layout
42242
42243 \end_inset
42244
42245 の取扱説明書
42246 \end_layout
42247
42248 \begin_layout Bibliography
42249 \labelwidthstring 参考文献
42250 \begin_inset CommandInset bibitem
42251 LatexCommand bibitem
42252 key "marginnote"
42253
42254 \end_inset
42255
42256 LaTeXパッケージ
42257 \series bold
42258
42259 \begin_inset CommandInset href
42260 LatexCommand href
42261 name "marginnote"
42262 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42263
42264 \end_inset
42265
42266
42267 \series default
42268
42269 \begin_inset Index idx
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42274 \end_layout
42275
42276 \end_inset
42277
42278 の取扱説明書
42279 \end_layout
42280
42281 \begin_layout Bibliography
42282 \labelwidthstring 参考文献
42283 \begin_inset CommandInset bibitem
42284 LatexCommand bibitem
42285 key "pdfpages"
42286
42287 \end_inset
42288
42289 LaTeXパッケージ
42290 \series bold
42291
42292 \begin_inset CommandInset href
42293 LatexCommand href
42294 name "pdfpages"
42295 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42296
42297 \end_inset
42298
42299
42300 \series default
42301
42302 \begin_inset Index idx
42303 status collapsed
42304
42305 \begin_layout Plain Layout
42306 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42307 \end_layout
42308
42309 \end_inset
42310
42311 の取扱説明書
42312 \end_layout
42313
42314 \begin_layout Bibliography
42315 \labelwidthstring 参考文献
42316 \begin_inset CommandInset bibitem
42317 LatexCommand bibitem
42318 key "prettyref"
42319
42320 \end_inset
42321
42322 LaTeXパッケージ
42323 \series bold
42324
42325 \begin_inset CommandInset href
42326 LatexCommand href
42327 name "prettyref"
42328 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42329
42330 \end_inset
42331
42332
42333 \series default
42334
42335 \begin_inset Index idx
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42340 \end_layout
42341
42342 \end_inset
42343
42344 の取扱説明書
42345 \end_layout
42346
42347 \begin_layout Bibliography
42348 \labelwidthstring 参考文献
42349 \begin_inset CommandInset bibitem
42350 LatexCommand bibitem
42351 key "pstricks"
42352
42353 \end_inset
42354
42355 LaTeXパッケージ
42356 \series bold
42357
42358 \begin_inset CommandInset href
42359 LatexCommand href
42360 name "PSTricks"
42361 target "http://tug.org/PSTricks/"
42362
42363 \end_inset
42364
42365
42366 \series default
42367
42368 \begin_inset Index idx
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42373 \end_layout
42374
42375 \end_inset
42376
42377 のウェブページ
42378 \end_layout
42379
42380 \begin_layout Bibliography
42381 \labelwidthstring 参考文献
42382 \begin_inset CommandInset bibitem
42383 LatexCommand bibitem
42384 key "refstyle"
42385
42386 \end_inset
42387
42388 LaTeXパッケージ
42389 \series bold
42390
42391 \begin_inset CommandInset href
42392 LatexCommand href
42393 name "refstyle"
42394 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42395
42396 \end_inset
42397
42398
42399 \series default
42400
42401 \begin_inset Index idx
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42406 \end_layout
42407
42408 \end_inset
42409
42410 の取扱説明書
42411 \end_layout
42412
42413 \begin_layout Bibliography
42414 \labelwidthstring 参考文献
42415 \begin_inset CommandInset bibitem
42416 LatexCommand bibitem
42417 key "sidecap"
42418
42419 \end_inset
42420
42421 LaTeXパッケージ
42422 \series bold
42423
42424 \begin_inset CommandInset href
42425 LatexCommand href
42426 name "sidecap"
42427 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42428
42429 \end_inset
42430
42431
42432 \series default
42433
42434 \begin_inset Index idx
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42439 \end_layout
42440
42441 \end_inset
42442
42443 の取扱説明書
42444 \end_layout
42445
42446 \begin_layout Bibliography
42447 \labelwidthstring 参考文献
42448 \begin_inset CommandInset bibitem
42449 LatexCommand bibitem
42450 key "NewInLyX20"
42451
42452 \end_inset
42453
42454
42455 \family sans
42456 LyX 2.0
42457 \family default
42458 の新機能に関する
42459 \begin_inset CommandInset href
42460 LatexCommand href
42461 name "Wikiページ"
42462 target "http://wiki.lyx.org/LyX/NewInLyX20"
42463
42464 \end_inset
42465
42466
42467 \end_layout
42468
42469 \begin_layout Standard
42470 \begin_inset CommandInset index_print
42471 LatexCommand printindex
42472 type "idx"
42473
42474 \end_inset
42475
42476
42477 \end_layout
42478
42479 \end_body
42480 \end_document