]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Fix bibliography indentation throughout LyX 2.1 source (part of #7458).
[lyx.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 for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {\usepackage{sidecap}
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \language japanese
188 \language_package default
189 \inputencoding auto
190 \fontencoding global
191 \font_roman default
192 \font_sans default
193 \font_typewriter default
194 \font_default_family default
195 \use_non_tex_fonts false
196 \font_sc false
197 \font_osf false
198 \font_sf_scale 100
199 \font_tt_scale 100
200
201 \graphics default
202 \default_output_format default
203 \output_sync 0
204 \bibtex_command default
205 \index_command default
206 \paperfontsize 12
207 \spacing single
208 \use_hyperref true
209 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
210 \pdf_author "LyX Team, Uwe Stohr"
211 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
212 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
213 \pdf_bookmarks true
214 \pdf_bookmarksnumbered true
215 \pdf_bookmarksopen true
216 \pdf_bookmarksopenlevel 1
217 \pdf_breaklinks false
218 \pdf_pdfborder false
219 \pdf_colorlinks true
220 \pdf_backref false
221 \pdf_pdfusetitle false
222 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
223 \papersize a4paper
224 \use_geometry true
225 \use_amsmath 2
226 \use_esint 0
227 \use_mhchem 1
228 \use_mathdots 1
229 \cite_engine basic
230 \use_bibtopic false
231 \use_indices false
232 \paperorientation portrait
233 \suppress_date false
234 \use_refstyle 0
235 \notefontcolor #0000ff
236 \index 索引
237 \shortcut idx
238 \color #008000
239 \end_index
240 \leftmargin 2.5cm
241 \topmargin 2.5cm
242 \rightmargin 2.5cm
243 \bottommargin 3cm
244 \secnumdepth 3
245 \tocdepth 3
246 \paragraph_separation skip
247 \defskip medskip
248 \quotes_language english
249 \papercolumns 1
250 \papersides 2
251 \paperpagestyle default
252 \bullet 1 1 34 -1
253 \bullet 2 2 35 -1
254 \bullet 3 2 7 -1
255 \tracking_changes false
256 \output_changes false
257 \html_math_output 0
258 \html_css_as_file 0
259 \html_be_strict false
260 \end_header
261
262 \begin_body
263
264 \begin_layout Title
265 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
266 \end_layout
267
268 \begin_layout Author
269 LyXプロジェクトチーム
270 \begin_inset Foot
271 status collapsed
272
273 \begin_layout Plain Layout
274 \noindent
275 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
276 \begin_inset CommandInset href
277 LatexCommand href
278 name "lyx-docs@lists.lyx.org"
279 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
280 type "mailto:"
281
282 \end_inset
283
284  までお送り下さい。
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Note Note
291 status collapsed
292
293 \begin_layout Plain Layout
294 著者:Uwe Stöhr
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Newline newline
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \family sans
309 バージョン2.0.x
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset CommandInset toc
314 LatexCommand tableofcontents
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Note Note
323 status open
324
325 \begin_layout Plain Layout
326 本文書の全体をPDFやPS、DVIに書き出すには、
327 \series bold
328 arydshln
329 \series default
330
331 \series bold
332 colortbl
333 \series default
334
335 \series bold
336 diagbox
337 \series default
338
339 \series bold
340 lettrine
341 \series default
342
343 \series bold
344 marginnote
345 \series default
346
347 \series bold
348 picinpar
349 \series default
350
351 \series bold
352 sidecap
353 \series default
354 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
355 されません。
356 \end_layout
357
358 \begin_layout Plain Layout
359 本文書の最新PDF版は
360 \begin_inset Newline newline
361 \end_inset
362
363
364 \series bold
365 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
366 \series default
367
368 \begin_inset Newline newline
369 \end_inset
370
371 にあります。
372 \end_layout
373
374 \end_inset
375
376
377 \end_layout
378
379 \begin_layout Chapter
380
381 \begin_inset Index idx
382 status collapsed
383
384 \begin_layout Plain Layout
385 ず@図
386 \end_layout
387
388 \end_inset
389
390
391 \begin_inset Index idx
392 status collapsed
393
394 \begin_layout Plain Layout
395 がぞう@画像|see
396 \begin_inset ERT
397 status collapsed
398
399 \begin_layout Plain Layout
400
401 {
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412 }
413 \end_layout
414
415 \end_inset
416
417
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Section
426 画像ダイアログ
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 ず@図 ! がぞうだいあろぐ@画像ダイアログ
432 \end_layout
433
434 \end_inset
435
436
437 \begin_inset CommandInset label
438 LatexCommand label
439 name "sec:画像ダイアログ"
440
441 \end_inset
442
443
444 \end_layout
445
446 \begin_layout Standard
447 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
448 \begin_inset Info
449 type  "icon"
450 arg   "dialog-show-new-inset graphics"
451 \end_inset
452
453 をクリックするか、
454 \family sans
455 挿入\SpecialChar \menuseparator
456 画像
457 \family default
458 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
459 \end_layout
460
461 \begin_layout Standard
462 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
463 \end_layout
464
465 \begin_layout Description
466
467 \family sans
468 画像
469 \family default
470  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "cha:LyXで使用できる単位"
474
475 \end_inset
476
477 に説明があります。
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 ず@図 ! のかいてん@---の回転
487 \end_layout
488
489 \end_inset
490
491 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
492 \begin_inset Newline newline
493 \end_inset
494
495
496 \begin_inset Index idx
497 status collapsed
498
499 \begin_layout Plain Layout
500 ず@図 ! のしんしゅく@---の伸縮
501 \end_layout
502
503 \end_inset
504
505 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
506 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
507 \family sans
508 縦横比を維持する
509 \family default
510 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
511 \begin_inset Newline newline
512 \end_inset
513
514 画像を右クリックすると現れるコンテクストメニューで
515 \family sans
516 外部で編集
517 \family default
518 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
519 ます。
520 \end_layout
521
522 \begin_layout Description
523
524 \family sans
525 切り抜き
526 \family default
527  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
528 \family sans
529 ファイルから取得
530 \family default
531 ボタンを押すことによって、自動的に計算することもできます。
532 \family sans
533 境界枠で切り抜く
534 \family default
535 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
536 \end_layout
537
538 \begin_layout Description
539
540 \family sans
541 LaTeXとLyXのオプション
542 \family default
543  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
544 \family sans
545
546 \begin_inset Newline newline
547 \end_inset
548
549 下書きモード
550 \family default
551 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
552 \family sans
553
554 \begin_inset Newline newline
555 \end_inset
556
557 エクスポートする際に解凍しない
558 \family default
559 オプションは、
560 \emph on
561 x.eps.gz
562 \emph default
563 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
564 ません。
565 \begin_inset Newline newline
566 \end_inset
567
568 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
569 \begin_inset CommandInset ref
570 LatexCommand ref
571 reference "sec:PostScript"
572
573 \end_inset
574
575 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
576 \begin_inset Newline newline
577 \end_inset
578
579
580 \series bold
581 gzip x.eps
582 \series default
583
584 \begin_inset Newline newline
585 \end_inset
586
587
588 \series bold
589 zgrep %%Bounding x.eps.gz > x.eps.bb
590 \series default
591
592 \begin_inset Newline newline
593 \end_inset
594
595 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
596 \begin_inset Newline newline
597 \end_inset
598
599
600 \lang english
601 In the section 
602 \family sans
603 Graphics
604 \begin_inset space ~
605 \end_inset
606
607 Group
608 \family default
609  you can define or join an image settings group.
610 \lang japanese
611
612 \begin_inset Index idx
613 status collapsed
614
615 \begin_layout Plain Layout
616 ず@図 ! せっていぐるーぷ@設定グループ
617 \end_layout
618
619 \end_inset
620
621 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
622 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
623 ーを使用して、望むグループ名をチェックすることで行うこともできます。
624 \end_layout
625
626 \begin_layout Standard
627 \begin_inset VSpace bigskip
628 \end_inset
629
630
631 \end_layout
632
633 \begin_layout Standard
634 下記はEPS書式
635 \begin_inset Foot
636 status collapsed
637
638 \begin_layout Plain Layout
639 画像書式は、第
640 \begin_inset CommandInset ref
641 LatexCommand ref
642 reference "sec:画像書式"
643
644 \end_inset
645
646 節に説明されています。
647 \end_layout
648
649 \end_inset
650
651 の画像の例で、単独の中央揃えの段落に置いてあります。
652 \end_layout
653
654 \begin_layout Standard
655 \align center
656 \begin_inset Graphics
657         filename ../clipart/mobius.eps
658         scale 70
659         scaleBeforeRotation
660         rotateOrigin center
661
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668 下記は上と同じ画像ですが、下書きモードのものです。
669 \end_layout
670
671 \begin_layout Standard
672 \align center
673 \begin_inset Graphics
674         filename ../clipart/mobius.eps
675         scale 70
676         draft
677         scaleBeforeRotation
678         rotateOrigin center
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset Newpage newpage
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Section
693 図フロート
694 \begin_inset CommandInset label
695 LatexCommand label
696 name "sec:図フロート"
697
698 \end_inset
699
700
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 ふろーと@フロート ! ず@図
706 \end_layout
707
708 \end_inset
709
710
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 ず@図 ! ふろーと@フロート
716 \end_layout
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Standard
724 フロートについての一般的な説明は、第
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "sec:フロートはじめに"
728
729 \end_inset
730
731 節をご覧下さい。
732 \end_layout
733
734 \begin_layout Standard
735 ツールバーボタンの
736 \family sans
737
738 \begin_inset Info
739 type  "icon"
740 arg   "float-insert figure"
741 \end_inset
742
743
744 \family default
745
746 \family sans
747 挿入\SpecialChar \menuseparator
748 フロート\SpecialChar \menuseparator
749
750 \family default
751 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
752 \begin_inset CommandInset ref
753 LatexCommand ref
754 reference "fig:犠牲のカモノハシ"
755
756 \end_inset
757
758 のようにキャプションの上に置くこともできますし、図
759 \begin_inset CommandInset ref
760 LatexCommand ref
761 reference "fig:エッシャー"
762
763 \end_inset
764
765 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
766 \begin_inset CommandInset ref
767 LatexCommand ref
768 reference "sec:キャプションの配置"
769
770 \end_inset
771
772 節に述べられています。
773 \end_layout
774
775 \begin_layout Standard
776 \begin_inset Float figure
777 wide false
778 sideways false
779 status open
780
781 \begin_layout Plain Layout
782 \align center
783 \begin_inset Graphics
784         filename ../clipart/platypus.eps
785         width 50col%
786         scaleBeforeRotation
787         rotateOrigin center
788
789 \end_inset
790
791
792 \end_layout
793
794 \begin_layout Plain Layout
795 \begin_inset Caption
796
797 \begin_layout Plain Layout
798 \begin_inset CommandInset label
799 LatexCommand label
800 name "fig:犠牲のカモノハシ"
801
802 \end_inset
803
804 フロート中の激しく歪んだカモノハシ
805 \end_layout
806
807 \end_inset
808
809
810 \end_layout
811
812 \end_inset
813
814
815 \end_layout
816
817 \begin_layout Standard
818 \begin_inset Float figure
819 wide false
820 sideways false
821 status open
822
823 \begin_layout Plain Layout
824 \begin_inset Caption
825
826 \begin_layout Plain Layout
827 \begin_inset CommandInset label
828 LatexCommand label
829 name "fig:エッシャー"
830
831 \end_inset
832
833 行ってしまったM.C.エッシャー
834 \end_layout
835
836 \end_inset
837
838
839 \end_layout
840
841 \begin_layout Plain Layout
842 \align center
843 \begin_inset Graphics
844         filename ../clipart/escher-lsd.eps
845         scale 80
846         scaleBeforeRotation
847         rotateOrigin center
848
849 \end_inset
850
851
852 \end_layout
853
854 \end_inset
855
856
857 \end_layout
858
859 \begin_layout Standard
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 さんしょう@参照 ! ずへの@図への ---
865 \end_layout
866
867 \end_inset
868
869
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "fig:犠牲のカモノハシ"
873
874 \end_inset
875
876 図と第
877 \begin_inset CommandInset ref
878 LatexCommand ref
879 reference "fig:エッシャー"
880
881 \end_inset
882
883 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
884 \family sans
885 挿入\SpecialChar \menuseparator
886 ラベル
887 \family default
888 メニューかツールバーボタン
889 \begin_inset Info
890 type  "icon"
891 arg   "label-insert"
892 \end_inset
893
894 を使用して、キャプションにラベルを挿入してください。その後、
895 \family sans
896 挿入\SpecialChar \menuseparator
897 相互参照
898 \family default
899 メニューかツールバーボタン
900 \begin_inset Info
901 type  "icon"
902 arg   "dialog-show-new-inset ref"
903 \end_inset
904
905 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
906 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
907 \begin_inset Newline newline
908 \end_inset
909
910 参照は、第
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "sec:フロートの参照"
914
915 \end_inset
916
917 節で詳細に説明されています。
918 \end_layout
919
920 \begin_layout Standard
921 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
922 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "fig:歪められた二つの像"
926
927 \end_inset
928
929 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "fig:何かわからない構造"
933
934 \end_inset
935
936 と図
937 \begin_inset CommandInset ref
938 LatexCommand ref
939 reference "fig:カモノハシ"
940
941 \end_inset
942
943 が内部図になります。
944 \end_layout
945
946 \begin_layout Standard
947 \begin_inset Float figure
948 wide false
949 sideways false
950 status open
951
952 \begin_layout Plain Layout
953 \begin_inset space \hfill{}
954 \end_inset
955
956
957 \begin_inset Float figure
958 wide false
959 sideways false
960 status open
961
962 \begin_layout Plain Layout
963 \begin_inset Caption
964
965 \begin_layout Plain Layout
966 \begin_inset CommandInset label
967 LatexCommand label
968 name "fig:何かわからない構造"
969
970 \end_inset
971
972 何かわからない構造
973 \end_layout
974
975 \end_inset
976
977
978 \end_layout
979
980 \begin_layout Plain Layout
981 \begin_inset Graphics
982         filename ../clipart/escher-lsd.eps
983         width 45col%
984         scaleBeforeRotation
985         groupId distorted
986
987 \end_inset
988
989
990 \end_layout
991
992 \end_inset
993
994
995 \begin_inset space \hfill{}
996 \end_inset
997
998
999 \begin_inset Float figure
1000 wide false
1001 sideways false
1002 status open
1003
1004 \begin_layout Plain Layout
1005 \begin_inset Caption
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "fig:カモノハシ"
1011
1012 \end_inset
1013
1014 カモノハシ
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \begin_inset Graphics
1024         filename ../clipart/platypus.eps
1025         width 45col%
1026         scaleBeforeRotation
1027         groupId distorted
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \begin_inset space \hfill{}
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \begin_inset Caption
1045
1046 \begin_layout Plain Layout
1047 \begin_inset CommandInset label
1048 LatexCommand label
1049 name "fig:歪められた二つの像"
1050
1051 \end_inset
1052
1053 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1054 \end_layout
1055
1056 \end_inset
1057
1058
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \begin_layout Standard
1067 \begin_inset Newpage newpage
1068 \end_inset
1069
1070
1071 \end_layout
1072
1073 \begin_layout Section
1074 画像書式
1075 \begin_inset CommandInset label
1076 LatexCommand label
1077 name "sec:画像書式"
1078
1079 \end_inset
1080
1081
1082 \begin_inset Index idx
1083 status collapsed
1084
1085 \begin_layout Plain Layout
1086 がぞうしょしき@画像書式
1087 \end_layout
1088
1089 \end_inset
1090
1091
1092 \begin_inset Index idx
1093 status collapsed
1094
1095 \begin_layout Plain Layout
1096 ず@図 ! がぞうしょしき@画像書式
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Standard
1105 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1106 \begin_inset CommandInset ref
1107 LatexCommand ref
1108 reference "cha:ファイル出力形式"
1109
1110 \end_inset
1111
1112 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1113 ウンドで
1114 \family typewriter
1115 ImageMagick
1116 \family default
1117 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1118 用するとよいでしょう。出力ファイル書式は、付録
1119 \begin_inset CommandInset ref
1120 LatexCommand ref
1121 reference "cha:ファイル出力形式"
1122
1123 \end_inset
1124
1125 に説明されています。
1126 \end_layout
1127
1128 \begin_layout Standard
1129 フォントと同じく、画像形式にも以下の二つの型があります。
1130 \end_layout
1131
1132 \begin_layout Description
1133 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1134 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1135 \family typewriter
1136 .gif
1137 \family default
1138 」)
1139 \begin_inset Index idx
1140 status collapsed
1141
1142 \begin_layout Plain Layout
1143 GIF|see
1144 \begin_inset ERT
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148
1149 {
1150 \end_layout
1151
1152 \end_inset
1153
1154 画像書式
1155 \begin_inset ERT
1156 status collapsed
1157
1158 \begin_layout Plain Layout
1159
1160 }
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1171 \family typewriter
1172 .png
1173 \family default
1174 」)
1175 \begin_inset Index idx
1176 status collapsed
1177
1178 \begin_layout Plain Layout
1179 PNG|see
1180 \begin_inset ERT
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184
1185 {
1186 \end_layout
1187
1188 \end_inset
1189
1190 画像書式
1191 \begin_inset ERT
1192 status collapsed
1193
1194 \begin_layout Plain Layout
1195
1196 }
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1207 \family typewriter
1208 .jpg
1209 \family default
1210 」または「
1211 \family typewriter
1212 .jpeg
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 JPG|see
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 {
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 などがあります。
1247 \end_layout
1248
1249 \begin_layout Description
1250 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1251 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1252 に便利です。
1253 \begin_inset Newline newline
1254 \end_inset
1255
1256 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1257 \family typewriter
1258 .svg
1259 \family default
1260 」)
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 SVG|see
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 {
1272 \end_layout
1273
1274 \end_inset
1275
1276 画像書式
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1293 \family typewriter
1294 .eps
1295 \family default
1296 」)
1297 \begin_inset Index idx
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301 EPS|see
1302 \begin_inset ERT
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306
1307 {
1308 \end_layout
1309
1310 \end_inset
1311
1312 画像書式
1313 \begin_inset ERT
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317
1318 }
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \end_inset
1327
1328 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1329 \family typewriter
1330 .pdf
1331 \family default
1332 」)
1333 \begin_inset Index idx
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 PDF
1338 \end_layout
1339
1340 \end_inset
1341
1342 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1343 \family typewriter
1344 .wmf
1345 \family default
1346 」)
1347 \begin_inset Index idx
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 SVG|see
1352 \begin_inset ERT
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356
1357 {
1358 \end_layout
1359
1360 \end_inset
1361
1362 画像書式
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 }
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \end_inset
1377
1378 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1379 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1380 \begin_inset Foot
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 PDFの場合には、さらに元画像が圧縮されます。
1385 \end_layout
1386
1387 \end_inset
1388
1389 。たとえば、
1390 \family typewriter
1391 Adobe Photoshop
1392 \family default
1393 が生成するPDFファイルは、ビットマップ画像です。
1394 \end_layout
1395
1396 \begin_layout Standard
1397 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1398 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1399 \begin_inset Formula $\to$
1400 \end_inset
1401
1402 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1403 \end_layout
1404
1405 \begin_layout Chapter
1406
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 ひょう@表
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Section
1420 はじめに
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 ひょう@表 ! はじめに
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \begin_layout Standard
1434
1435 \family roman
1436 \series medium
1437 \shape up
1438 \size normal
1439 \emph off
1440 \bar no
1441 \noun off
1442 \color none
1443 表を挿入するには、ツールバーボタ
1444 \family default
1445 \series default
1446 \shape default
1447 \size default
1448 \emph default
1449 \bar default
1450 \noun default
1451 \color inherit
1452
1453 \begin_inset Info
1454 type  "icon"
1455 arg   "tabular-insert"
1456 \end_inset
1457
1458
1459 \family roman
1460 \series medium
1461 \shape up
1462 \size normal
1463 \emph off
1464 \bar no
1465 \noun off
1466 \color none
1467
1468 \family sans
1469 \series default
1470 \shape default
1471 \size default
1472 \emph default
1473 \bar default
1474 \noun default
1475 \color inherit
1476 挿入\SpecialChar \menuseparator
1477
1478 \family default
1479 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1480 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1481 \begin_inset Newline newline
1482 \end_inset
1483
1484 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1485 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1486 \end_layout
1487
1488 \begin_layout Standard
1489 \align center
1490 \begin_inset Tabular
1491 <lyxtabular version="3" rows="4" columns="4">
1492 <features tabularvalignment="middle">
1493 <column alignment="center" valignment="top" width="0">
1494 <column alignment="center" valignment="top" width="0">
1495 <column alignment="center" valignment="top" width="0">
1496 <column alignment="center" valignment="top" width="0">
1497 <row>
1498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1499 \begin_inset Text
1500
1501 \begin_layout Plain Layout
1502
1503 \end_layout
1504
1505 \end_inset
1506 </cell>
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 1
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 2
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 3
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 </row>
1535 <row>
1536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
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" rightline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
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" rightline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
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" rightline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 </lyxtabular>
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Section
1657 表ダイアログ
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 ひょう@表 ! だいあろぐ@ダイアログ
1663 \end_layout
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Standard
1671
1672 \family roman
1673 \series medium
1674 \shape up
1675 \size normal
1676 \emph off
1677 \bar no
1678 \noun off
1679 \color none
1680 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1681 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1682 \family default
1683 \series default
1684 \shape default
1685 \size default
1686 \emph default
1687 \bar default
1688 \noun default
1689 \color inherit
1690 セルの
1691 \emph on
1692 内容
1693 \emph default
1694 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1695 \begin_inset Newline newline
1696 \end_inset
1697
1698 ダイアログオプションの
1699 \family sans
1700 直ちに適用
1701 \family default
1702 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1703 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1704 \begin_inset Newline newline
1705 \end_inset
1706
1707 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1708 \end_layout
1709
1710 \begin_layout Description
1711
1712 \family sans
1713 表の設定
1714 \family default
1715  ここでは、現在列の幅と水平揃えを設定することができます。
1716 \family sans
1717 小数点で
1718 \family default
1719 とある揃えは、第
1720 \begin_inset CommandInset ref
1721 LatexCommand ref
1722 reference "sub:特殊なセル揃え"
1723
1724 \end_inset
1725
1726 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1727 は、第
1728 \begin_inset CommandInset ref
1729 LatexCommand ref
1730 reference "sub:複数行"
1731
1732 \end_inset
1733
1734 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1739 \begin_inset CommandInset ref
1740 LatexCommand ref
1741 reference "sub:連結列"
1742
1743 \end_inset
1744
1745 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1746 \begin_inset CommandInset ref
1747 LatexCommand ref
1748 reference "sub:連結行"
1749
1750 \end_inset
1751
1752 節をご参照ください。
1753 \begin_inset Newline newline
1754 \end_inset
1755
1756 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1757 \lang english
1758 For more information see sec.
1759 \begin_inset space \thinspace{}
1760 \end_inset
1761
1762
1763 \lang japanese
1764
1765 \begin_inset CommandInset ref
1766 LatexCommand ref
1767 reference "sec:Rotated-Table-Cells"
1768
1769 \end_inset
1770
1771
1772 \begin_inset Newline newline
1773 \end_inset
1774
1775
1776 \begin_inset Note Greyedout
1777 status open
1778
1779 \begin_layout Plain Layout
1780
1781 \series bold
1782 【註】
1783 \series default
1784 DVIビューアのすべてが回転を表示できるわけではありません。
1785 \end_layout
1786
1787 \end_inset
1788
1789
1790 \begin_inset Newline newline
1791 \end_inset
1792
1793 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1794 \begin_inset Newline newline
1795 \end_inset
1796
1797 各種の揃えを適用した同一行中の表:
1798 \begin_inset Tabular
1799 <lyxtabular version="3" rows="2" columns="2">
1800 <features tabularvalignment="top">
1801 <column alignment="center" valignment="top" width="0pt">
1802 <column alignment="center" valignment="top" width="0">
1803 <row>
1804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817 1
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 </row>
1823 <row>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 A
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 </row>
1843 </lyxtabular>
1844
1845 \end_inset
1846
1847  
1848 \begin_inset Tabular
1849 <lyxtabular version="3" rows="2" columns="2">
1850 <features tabularvalignment="middle">
1851 <column alignment="center" valignment="top" width="0">
1852 <column alignment="center" valignment="top" width="0">
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867 1
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 <row>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878 A
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 </lyxtabular>
1894
1895 \end_inset
1896
1897  
1898 \begin_inset Tabular
1899 <lyxtabular version="3" rows="2" columns="2">
1900 <features tabularvalignment="bottom">
1901 <column alignment="center" valignment="top" width="0pt">
1902 <column alignment="center" valignment="top" width="0">
1903 <row>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917 1
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 </row>
1923 <row>
1924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928 A
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 </lyxtabular>
1944
1945 \end_inset
1946
1947
1948 \begin_inset Newline newline
1949 \end_inset
1950
1951 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1952 \begin_inset CommandInset ref
1953 LatexCommand ref
1954 reference "sub:連結列の計算"
1955
1956 \end_inset
1957
1958 節および第
1959 \begin_inset CommandInset ref
1960 LatexCommand ref
1961 reference "sec:色付きの表"
1962
1963 \end_inset
1964
1965 節をご参照下さい。
1966 \end_layout
1967
1968 \begin_layout Description
1969
1970 \family sans
1971 罫線
1972 \family default
1973  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 様式オプションとして
1978 \family sans
1979 フォーマル様式
1980 \family default
1981 を使用すると、第
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "sec:フォーマル形式の表"
1985
1986 \end_inset
1987
1988 節に述べられているフォーマル様式の表に表を変換します。
1989 \begin_inset Newline newline
1990 \end_inset
1991
1992 またここで、第
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "sub:行の余白取り"
1996
1997 \end_inset
1998
1999 節に述べられているように、表の行に空白を追加することもできます。
2000 \end_layout
2001
2002 \begin_layout Description
2003
2004 \family sans
2005 長尺表
2006 \family default
2007  このタブは、複数のページにわたる、いわゆる「
2008 \emph on
2009 長尺表
2010 \emph default
2011 」を作るためのものです。第
2012 \begin_inset CommandInset ref
2013 LatexCommand ref
2014 reference "sec:長尺表"
2015
2016 \end_inset
2017
2018 節および第
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "sec:長尺表にまつわる諸点"
2022
2023 \end_inset
2024
2025 節に、長尺表の機能に関する詳細な説明があります。
2026 \end_layout
2027
2028 \begin_layout Section
2029 表ツールバー
2030 \begin_inset Index idx
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034 ひょう@表 ! つーるばー@ツールバー
2035 \end_layout
2036
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2044 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2045 \end_layout
2046
2047 \begin_layout Standard
2048 ツールバーには、以下のアイコンがあります。
2049 \end_layout
2050
2051 \begin_layout Labeling
2052 \labelwidthstring 00.00.0000
2053 \begin_inset Info
2054 type  "icon"
2055 arg   "inset-modify tabular append-row"
2056 \end_inset
2057
2058  は、現在セルあるいは選択範囲の下に行を追加します。
2059 \end_layout
2060
2061 \begin_layout Labeling
2062 \labelwidthstring 00.00.0000
2063 \begin_inset Info
2064 type  "icon"
2065 arg   "inset-modify tabular append-column"
2066 \end_inset
2067
2068  は、現在セルあるいは選択範囲の右に列を追加します。
2069 \end_layout
2070
2071 \begin_layout Labeling
2072 \labelwidthstring 00.00.0000
2073 \begin_inset Info
2074 type  "icon"
2075 arg   "inset-modify tabular delete-row"
2076 \end_inset
2077
2078  は、現在行あるいは選択範囲行を削除します。
2079 \end_layout
2080
2081 \begin_layout Labeling
2082 \labelwidthstring 00.00.0000
2083 \begin_inset Info
2084 type  "icon"
2085 arg   "inset-modify tabular delete-column"
2086 \end_inset
2087
2088  は、現在列あるいは選択範囲列を削除します。
2089 \end_layout
2090
2091 \begin_layout Labeling
2092 \labelwidthstring 00.00.0000
2093 \begin_inset Info
2094 type  "icon"
2095 arg   "inset-modify tabular toggle-line-top"
2096 \end_inset
2097
2098  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2099 \end_layout
2100
2101 \begin_layout Labeling
2102 \labelwidthstring 00.00.0000
2103 \begin_inset Info
2104 type  "icon"
2105 arg   "inset-modify tabular toggle-line-bottom"
2106 \end_inset
2107
2108  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2109 \end_layout
2110
2111 \begin_layout Labeling
2112 \labelwidthstring 00.00.0000
2113 \begin_inset Info
2114 type  "icon"
2115 arg   "inset-modify tabular toggle-line-left"
2116 \end_inset
2117
2118  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2119 \end_layout
2120
2121 \begin_layout Labeling
2122 \labelwidthstring 00.00.0000
2123 \begin_inset Info
2124 type  "icon"
2125 arg   "inset-modify tabular toggle-line-right"
2126 \end_inset
2127
2128  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2129 \end_layout
2130
2131 \begin_layout Labeling
2132 \labelwidthstring 00.00.0000
2133 \begin_inset Info
2134 type  "icon"
2135 arg   "inset-modify tabular set-all-lines"
2136 \end_inset
2137
2138  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2139 \end_layout
2140
2141 \begin_layout Labeling
2142 \labelwidthstring 00.00.0000
2143 \begin_inset Info
2144 type  "icon"
2145 arg   "inset-modify tabular unset-all-lines"
2146 \end_inset
2147
2148  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2149 \end_layout
2150
2151 \begin_layout Labeling
2152 \labelwidthstring 00.00.0000
2153 \begin_inset Info
2154 type  "icon"
2155 arg   "inset-modify tabular m-align-left"
2156 \end_inset
2157
2158  は、現在セルあるいは現在列の内容を左揃えにします。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Info
2164 type  "icon"
2165 arg   "inset-modify tabular m-align-center"
2166 \end_inset
2167
2168  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173 \begin_inset Info
2174 type  "icon"
2175 arg   "inset-modify tabular m-align-right"
2176 \end_inset
2177
2178  は、現在セルあるいは現在列の内容を右揃えにします。
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Info
2184 type  "icon"
2185 arg   "inset-modify tabular align-decimal"
2186 \end_inset
2187
2188  は、現在セルの内容を特定文字位置で揃えます。
2189 \end_layout
2190
2191 \begin_layout Labeling
2192 \labelwidthstring 00.00.0000
2193 \begin_inset Info
2194 type  "icon"
2195 arg   "inset-modify tabular m-valign-top"
2196 \end_inset
2197
2198  は、現在セルの内容を垂直方向上揃えにします。
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203 \begin_inset Info
2204 type  "icon"
2205 arg   "inset-modify tabular m-valign-middle"
2206 \end_inset
2207
2208  は、現在セルの内容を垂直方向中央揃えにします。
2209 \end_layout
2210
2211 \begin_layout Labeling
2212 \labelwidthstring 00.00.0000
2213 \begin_inset Info
2214 type  "icon"
2215 arg   "inset-modify tabular m-valign-bottom"
2216 \end_inset
2217
2218  は、現在セルの内容を垂直方向下揃えにします。
2219 \end_layout
2220
2221 \begin_layout Labeling
2222 \labelwidthstring 00.00.0000
2223 \begin_inset Info
2224 type  "icon"
2225 arg   "inset-modify tabular set-rotate-cell"
2226 \end_inset
2227
2228  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233 \begin_inset Info
2234 type  "icon"
2235 arg   "inset-modify tabular set-rotate-tabular"
2236 \end_inset
2237
2238  は、表全体を反時計廻りに90度回転します。
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243 \begin_inset Info
2244 type  "icon"
2245 arg   "inset-modify tabular multicolumn"
2246 \end_inset
2247
2248  は、現在セルあるいは選択範囲を連結列にします。
2249 \end_layout
2250
2251 \begin_layout Labeling
2252 \labelwidthstring 00.00.0000
2253 \begin_inset Info
2254 type  "icon"
2255 arg   "inset-modify tabular multirow"
2256 \end_inset
2257
2258  は、現在セルあるいは選択範囲を連結行にします。
2259 \end_layout
2260
2261 \begin_layout Standard
2262 \begin_inset Note Greyedout
2263 status open
2264
2265 \begin_layout Plain Layout
2266
2267 \series bold
2268 【註】
2269 \series default
2270 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2271 \end_layout
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Section
2279 表編集メニュー
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \end_layout
2291
2292 \begin_layout Standard
2293 表ダイアログと表ツールバーの他に、
2294 \family sans
2295 編集\SpecialChar \menuseparator
2296
2297 \family default
2298 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2299 部にあるときのみ、表示されます。
2300 \end_layout
2301
2302 \begin_layout Section
2303 表フロート
2304 \begin_inset CommandInset label
2305 LatexCommand label
2306 name "sec:表フロート"
2307
2308 \end_inset
2309
2310
2311 \begin_inset Index idx
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315 ふろーと@フロート ! ひょう@表
2316 \end_layout
2317
2318 \end_inset
2319
2320
2321 \begin_inset Index idx
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 ひょう@表 ! ふろーと@フロート
2326 \end_layout
2327
2328 \end_inset
2329
2330
2331 \end_layout
2332
2333 \begin_layout Standard
2334 フロートの一般的な説明については、第
2335 \begin_inset CommandInset ref
2336 LatexCommand ref
2337 reference "sec:フロートはじめに"
2338
2339 \end_inset
2340
2341 節をご覧下さい。
2342 \end_layout
2343
2344 \begin_layout Standard
2345 \begin_inset Float table
2346 placement h
2347 wide false
2348 sideways false
2349 status open
2350
2351 \begin_layout Plain Layout
2352 \begin_inset Caption
2353
2354 \begin_layout Plain Layout
2355 \begin_inset CommandInset label
2356 LatexCommand label
2357 name "tab:表フロート"
2358
2359 \end_inset
2360
2361 表フロート
2362 \end_layout
2363
2364 \end_inset
2365
2366
2367 \end_layout
2368
2369 \begin_layout Plain Layout
2370 \align center
2371 \begin_inset Tabular
2372 <lyxtabular version="3" rows="3" columns="3">
2373 <features tabularvalignment="middle">
2374 <column alignment="center" valignment="top" width="0pt">
2375 <column alignment="center" valignment="top" width="0pt">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <row>
2378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382
2383 \family roman
2384 \series medium
2385 \shape up
2386 \size normal
2387 \emph off
2388 \bar no
2389 \noun off
2390 \color none
2391 1
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400
2401 \family roman
2402 \series medium
2403 \shape up
2404 \size normal
2405 \emph off
2406 \bar no
2407 \noun off
2408 \color none
2409 2
2410 \end_layout
2411
2412 \end_inset
2413 </cell>
2414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Plain Layout
2418
2419 \family roman
2420 \series medium
2421 \shape up
2422 \size normal
2423 \emph off
2424 \bar no
2425 \noun off
2426 \color none
2427 3
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 </row>
2433 <row>
2434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438 森嶋
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447 宇沢
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 二階堂
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $\int x^{2}dx$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Plain Layout
2488
2489 \family roman
2490 \series medium
2491 \shape up
2492 \size normal
2493 \emph off
2494 \bar no
2495 \noun off
2496 \color none
2497 \begin_inset Formula $\left[\begin{array}{cc}
2498 a & b\\
2499 c & d
2500 \end{array}\right]$
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \end_inset
2507 </cell>
2508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2509 \begin_inset Text
2510
2511 \begin_layout Plain Layout
2512
2513 \family roman
2514 \series medium
2515 \shape up
2516 \size normal
2517 \emph off
2518 \bar no
2519 \noun off
2520 \color none
2521 \begin_inset Formula $1+1=2$
2522 \end_inset
2523
2524
2525 \end_layout
2526
2527 \end_inset
2528 </cell>
2529 </row>
2530 </lyxtabular>
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \begin_layout Standard
2543 表フロートは、
2544 \family sans
2545 挿入
2546 \shape up
2547 \SpecialChar \menuseparator
2548 フロート\SpecialChar \menuseparator
2549
2550 \family default
2551 \shape default
2552 メニューかツールバーボタン
2553 \family sans
2554
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "float-insert table"
2558 \end_inset
2559
2560
2561 \family default
2562 を使うと挿入することができます。
2563 \end_layout
2564
2565 \begin_layout Standard
2566 フロートは折りたたむことのできるボックスとして表示され、中には「表
2567 \begin_inset space ~
2568 \end_inset
2569
2570 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2571 \end_layout
2572
2573 \begin_layout Standard
2574
2575 \begin_inset space ~
2576 \end_inset
2577
2578
2579 \begin_inset CommandInset ref
2580 LatexCommand ref
2581 reference "tab:表フロート"
2582
2583 \end_inset
2584
2585 は、表フロートに入れた表の例です。
2586 \end_layout
2587
2588 \begin_layout Standard
2589 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2590 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2591 eXパッケージの
2592 \series bold
2593 caption
2594 \series default
2595
2596 \begin_inset Index idx
2597 status collapsed
2598
2599 \begin_layout Plain Layout
2600 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2601 \end_layout
2602
2603 \end_inset
2604
2605
2606 \end_layout
2607
2608 \begin_layout Standard
2609
2610 \series bold
2611 tableposition=top
2612 \end_layout
2613
2614 \begin_layout Standard
2615 というオプションとともにloadコマンドを使って読み込んでください
2616 \begin_inset Foot
2617 status collapsed
2618
2619 \begin_layout Plain Layout
2620 詳しくは、第
2621 \begin_inset CommandInset ref
2622 LatexCommand ref
2623 reference "sec:キャプションの配置"
2624
2625 \end_inset
2626
2627 節をご覧下さい。
2628 \end_layout
2629
2630 \end_inset
2631
2632 。キャプション書式を調整するには、第
2633 \begin_inset CommandInset ref
2634 LatexCommand ref
2635 reference "sec:キャプションの書式設定"
2636
2637 \end_inset
2638
2639 節にものべられているように
2640 \series bold
2641 caption
2642 \series default
2643 パッケージを使用します。
2644 \end_layout
2645
2646 \begin_layout Standard
2647 \begin_inset Index idx
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 さんしょう@参照 ! ひょうへの@表への
2652 \end_layout
2653
2654 \end_inset
2655
2656 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2657 \family sans
2658 挿入\SpecialChar \menuseparator
2659 ラベル
2660 \family default
2661 メニューかツールバーボタンの
2662 \begin_inset Info
2663 type  "icon"
2664 arg   "label-insert"
2665 \end_inset
2666
2667 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2668 相互参照メニューかツールバーボタンの
2669 \begin_inset Info
2670 type  "icon"
2671 arg   "dialog-show-new-inset ref"
2672 \end_inset
2673
2674 を用いて、このラベルを参照することができます。
2675 \begin_inset Newline newline
2676 \end_inset
2677
2678 参照は、第
2679 \begin_inset CommandInset ref
2680 LatexCommand ref
2681 reference "sec:フロートの参照"
2682
2683 \end_inset
2684
2685 節で詳細に説明されています。
2686 \end_layout
2687
2688 \begin_layout Section
2689 長尺表
2690 \begin_inset CommandInset label
2691 LatexCommand label
2692 name "sec:長尺表"
2693
2694 \end_inset
2695
2696
2697 \begin_inset Index idx
2698 status collapsed
2699
2700 \begin_layout Plain Layout
2701 ちょうしゃくひょう@長尺表
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \begin_inset Index idx
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 ひょう@表 ! ちょうしゃくひょう@長尺表
2712 \end_layout
2713
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \begin_layout Standard
2720 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2721 \family sans
2722 長尺表
2723 \family default
2724 タブにある
2725 \family sans
2726 長尺表を使う
2727 \family default
2728 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2729 することができるようになります。
2730 \end_layout
2731
2732 \begin_layout Description
2733 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2734 \family roman
2735 \series medium
2736 \shape up
2737 \size normal
2738 \emph off
2739 \bar no
2740 \noun off
2741 \color none
2742 ただし、
2743 \family sans
2744 \series default
2745 \shape default
2746 \size default
2747 \emph default
2748 \bar default
2749 \noun default
2750 \color inherit
2751 冒頭ヘッダ
2752 \family roman
2753 \series medium
2754 \shape up
2755 \size normal
2756 \emph off
2757 \bar no
2758 \noun off
2759 \color none
2760 が定義されているときは、冒頭ページを除きます。
2761 \family default
2762 \series default
2763 \shape default
2764 \size default
2765 \emph default
2766 \bar default
2767 \noun default
2768 \color inherit
2769 これと区別して、このヘッダは本体ヘッダと呼びます。
2770 \end_layout
2771
2772 \begin_layout Description
2773 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2774 \end_layout
2775
2776 \begin_layout Description
2777 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 ただし、
2787 \family sans
2788 \series default
2789 \shape default
2790 \size default
2791 \emph default
2792 \bar default
2793 \noun default
2794 \color inherit
2795 末尾フッタ
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 が定義されているときは、末尾ページを除きます。
2805 \end_layout
2806
2807 \begin_layout Description
2808 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2809 \end_layout
2810
2811 \begin_layout Description
2812 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2813 \begin_inset CommandInset ref
2814 LatexCommand ref
2815 reference "sub:長尺表のキャプション"
2816
2817 \end_inset
2818
2819 節で説明されています。
2820 \end_layout
2821
2822 \begin_layout Standard
2823 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2824 \end_layout
2825
2826 \begin_layout Standard
2827 \align center
2828 \begin_inset Tabular
2829 <lyxtabular version="3" rows="69" columns="3">
2830 <features islongtable="true" longtabularalignment="center">
2831 <column alignment="left" valignment="top" width="0cm">
2832 <column alignment="left" valignment="top" width="0pt">
2833 <column alignment="center" valignment="top" width="0pt">
2834 <row endfirsthead="true">
2835 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \series bold
2841 例示用電話帳(名前は無視してください)
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row endfirsthead="true">
2866 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870 氏名
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \series bold
2890 TEL.
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 <row endhead="true">
2897 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \series bold
2903 例示用電話帳
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 <row endhead="true">
2928 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 氏名
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \series bold
2952 TEL.
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 </row>
2958 <row endfoot="true">
2959 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963 次頁へつづく
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \series bold
2994 Annovi
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 Silvia
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012 111
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \series bold
3025 Bertoli
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 <cell alignment="center" valignment="top" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 Stefano
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 111
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \series bold
3056 Bozzi
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 Walter
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 111
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row>
3081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085
3086 \series bold
3087 Cachia
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 Maria
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 111
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row>
3112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \series bold
3118 Cachia
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 Maurizio
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 111
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \series bold
3149 Cinquemani
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 Giusi
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 111
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 Colin
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 Bernard
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 111
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \series bold
3211 Concli
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220 Gianfranco
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 111
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \series bold
3242 Dal Bosco
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 Carolina
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 111
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 </row>
3266 <row>
3267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \series bold
3273 Dalpiaz
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 Annamaria
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 111
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 </row>
3297 <row>
3298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \series bold
3304 Feliciello
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Domenico
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 111
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 Focarelli
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 Paola
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 111
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \series bold
3366 Galletti
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 Oreste
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 111
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 </row>
3390 <row>
3391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \series bold
3397 Gasparini
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 Franca
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 111
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row>
3422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 Rizzardi
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Paola
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 111
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row>
3453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 Lassini
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 Giancarlo
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 111
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row>
3484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 Malfatti
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 Luciano
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 111
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \series bold
3521 Malfatti
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Valeriano
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 111
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 Meneguzzo
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Roberto
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 111
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 Mezzadra
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 Roberto
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 111
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \series bold
3614 Pirpamer
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Erich
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 111
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 Pochiesa
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Paolo
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 111, 222
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676 Radina
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Claudio
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 111
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705
3706 \series bold
3707 Stuffer
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Oskar
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 111
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \series bold
3738 Tacchelli
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 Ugo
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 111
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row>
3763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767
3768 \series bold
3769 Tezzele
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 Margit
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 111
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row>
3794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \series bold
3800 Unterkalmsteiner
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 Frieda
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 111
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row>
3825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \series bold
3831 Vieider
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Hilde
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 111
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \series bold
3862 Vigna
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 Jürgen
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 111
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \series bold
3893 Weber
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 Maurizio
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 111
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 <row>
3918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922
3923 \series bold
3924 Winkler
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 Franz
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 111
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953  
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Annovi
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Silvia
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 555
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Bertoli
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Stefano
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 555
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Bozzi
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Walter
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 555
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Cachia
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Maria
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 555
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Cachia
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Maurizio
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 555
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Cinquemani
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Giusi
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 555
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Colin
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Bernard
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 555
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Concli
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Gianfranco
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 555
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Dal Bosco
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Carolina
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 555
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Dalpiaz
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Annamaria
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 555
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Feliciello
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Domenico
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 555
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Focarelli
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Paola
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 555
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Galletti
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Oreste
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 555
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Gasparini
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Franca
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 555
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Rizzardi
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Paola
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 555
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Lassini
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Giancarlo
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 555
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Malfatti
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Luciano
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 555
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Malfatti
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Valeriano
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 555
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Meneguzzo
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Roberto
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 555
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \series bold
4573 Mezzadra
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Roberto
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 555
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602
4603 \series bold
4604 Pirpamer
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 Erich
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 555
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633
4634 \series bold
4635 Pochiesa
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 Paolo
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 555, 222
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row>
4660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664
4665 \series bold
4666 Radina
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 Claudio
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 555
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \series bold
4697 Stuffer
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 Oskar
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 555
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 </row>
4721 <row>
4722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726
4727 \series bold
4728 Tacchelli
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 Ugo
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 555
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757
4758 \series bold
4759 Tezzele
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 Margit
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 555
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 </row>
4783 <row>
4784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788
4789 \series bold
4790 Unterkalmsteiner
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 Frieda
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 555
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 </row>
4814 <row>
4815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819
4820 \series bold
4821 Vieider
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 Hilde
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 555
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \series bold
4852 Vigna
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Jürgen
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 999
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \series bold
4883 Weber
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 Maurizio
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 555
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 </row>
4907 <row>
4908 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912
4913 \series bold
4914 Winkler
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 Franz
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 555
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 </row>
4938 <row endlastfoot="true">
4939 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 以上
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 </lyxtabular>
4968
4969 \end_inset
4970
4971
4972 \begin_inset ERT
4973 status collapsed
4974
4975 \begin_layout Plain Layout
4976
4977
4978 \backslash
4979 addtocounter{table}{-1}
4980 \end_layout
4981
4982 \end_inset
4983
4984
4985 \begin_inset Note Note
4986 status collapsed
4987
4988 \begin_layout Plain Layout
4989 本コマンドの説明については、第
4990 \begin_inset CommandInset ref
4991 LatexCommand ref
4992 reference "sub:長尺表のキャプション"
4993
4994 \end_inset
4995
4996 節の最初の淡色表示注釈をご覧下さい。
4997 \end_layout
4998
4999 \end_inset
5000
5001
5002 \end_layout
5003
5004 \begin_layout Subsection
5005 長尺表での脚注
5006 \begin_inset CommandInset label
5007 LatexCommand label
5008 name "sub:長尺表での脚注"
5009
5010 \end_inset
5011
5012
5013 \begin_inset Index idx
5014 status collapsed
5015
5016 \begin_layout Plain Layout
5017 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5018 \end_layout
5019
5020 \end_inset
5021
5022
5023 \end_layout
5024
5025 \begin_layout Standard
5026 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5027 \begin_inset CommandInset ref
5028 LatexCommand ref
5029 reference "tab:別キャプション"
5030
5031 \end_inset
5032
5033 には脚注が付いています。
5034 \end_layout
5035
5036 \begin_layout Subsection
5037 長尺表の縦横揃え
5038 \begin_inset Index idx
5039 status collapsed
5040
5041 \begin_layout Plain Layout
5042 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5043 \end_layout
5044
5045 \end_inset
5046
5047
5048 \end_layout
5049
5050 \begin_layout Standard
5051 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5052 設定してから
5053 \end_layout
5054
5055 \begin_layout Standard
5056
5057 \series bold
5058
5059 \backslash
5060 setlength{
5061 \backslash
5062 LTleft}{値}
5063 \end_layout
5064
5065 \begin_layout Standard
5066 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5067 \series bold
5068
5069 \backslash
5070 LTleft
5071 \series default
5072 および
5073 \series bold
5074
5075 \backslash
5076 LTright
5077 \series default
5078 の値を変更しなくてはなりません。ここで「値」は、第
5079 \begin_inset CommandInset ref
5080 LatexCommand ref
5081 reference "tab:単位"
5082
5083 \end_inset
5084
5085 表に挙げてある単位であれば、どの単位を取ることもできます。
5086 \series bold
5087
5088 \backslash
5089 LTleft
5090 \series default
5091 は、左頁余白から長尺表までの水平方向の距離を制御し、
5092 \series bold
5093
5094 \backslash
5095 LTright
5096 \series default
5097 は、右頁余白からの距離を制御します。これらの長さの既定値は
5098 \series bold
5099
5100 \backslash
5101 fill
5102 \series default
5103 となっており、LyXの水平フィルと同等になっています。
5104 \end_layout
5105
5106 \begin_layout Standard
5107 以下の長尺表は、中央揃えの上、
5108 \series bold
5109
5110 \backslash
5111 LTleft
5112 \series default
5113
5114 \family sans
5115 0.1
5116 \backslash
5117 columnwidth
5118 \family default
5119 に設定してあります。
5120 \begin_inset ERT
5121 status collapsed
5122
5123 \begin_layout Plain Layout
5124
5125
5126 \backslash
5127 setlength{
5128 \backslash
5129 LTleft}{0.1
5130 \backslash
5131 columnwidth}
5132 \end_layout
5133
5134 \end_inset
5135
5136
5137 \end_layout
5138
5139 \begin_layout Standard
5140 \begin_inset Tabular
5141 <lyxtabular version="3" rows="5" columns="5">
5142 <features islongtable="true" longtabularalignment="center">
5143 <column alignment="center" valignment="top" width="0">
5144 <column alignment="center" valignment="top" width="0">
5145 <column alignment="center" valignment="top" width="0">
5146 <column alignment="center" valignment="top" width="0">
5147 <column alignment="center" valignment="top" width="0">
5148 <row>
5149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 1
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 2
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 3
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 4
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 5
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 </row>
5195 <row>
5196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 いろは
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 いろは
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247 いろは
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 いろは
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 いろは
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 いろは
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 いろは
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 いろは
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 いろは
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 いろは
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 いろは
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 </lyxtabular>
5384
5385 \end_inset
5386
5387
5388 \begin_inset ERT
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392
5393
5394 \backslash
5395 setlength{
5396 \backslash
5397 LTleft}{
5398 \backslash
5399 fill}
5400 \end_layout
5401
5402 \end_inset
5403
5404
5405 \begin_inset ERT
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409
5410
5411 \backslash
5412 addtocounter{table}{-1}
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \begin_inset Note Note
5419 status collapsed
5420
5421 \begin_layout Plain Layout
5422 このコマンドの説明に関しては、第
5423 \begin_inset CommandInset ref
5424 LatexCommand ref
5425 reference "sub:長尺表のキャプション"
5426
5427 \end_inset
5428
5429 節の最初の淡色表示注釈をご覧下さい。
5430 \end_layout
5431
5432 \end_inset
5433
5434
5435 \end_layout
5436
5437 \begin_layout Subsection
5438 長尺表のキャプション
5439 \begin_inset Index idx
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5444 \end_layout
5445
5446 \end_inset
5447
5448
5449 \begin_inset CommandInset label
5450 LatexCommand label
5451 name "sub:長尺表のキャプション"
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \begin_layout Standard
5459 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5460 \begin_inset CommandInset ref
5461 LatexCommand ref
5462 reference "sec:長尺表"
5463
5464 \end_inset
5465
5466 節に述べられているように、ある行で長尺表オプションの
5467 \family sans
5468 キャプション
5469 \family default
5470 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5471 \end_layout
5472
5473 \begin_layout Standard
5474 以下は、動作を確認するための短い長尺表です。
5475 \end_layout
5476
5477 \begin_layout Standard
5478 \begin_inset Tabular
5479 <lyxtabular version="3" rows="6" columns="5">
5480 <features islongtable="true" longtabularalignment="center">
5481 <column alignment="center" valignment="top" width="0">
5482 <column alignment="center" valignment="top" width="0">
5483 <column alignment="center" valignment="top" width="0">
5484 <column alignment="center" valignment="top" width="0">
5485 <column alignment="center" valignment="top" width="0">
5486 <row caption="true">
5487 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 \begin_inset Caption
5492
5493 \begin_layout Plain Layout
5494 キャプション付き長尺表
5495 \begin_inset Argument
5496 status collapsed
5497
5498 \begin_layout Plain Layout
5499 長尺表
5500 \end_layout
5501
5502 \end_inset
5503
5504
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 <row>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 1
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 2
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 3
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 4
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 5
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 いろは
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 いろは
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 いろは
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 いろは
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 </row>
5692 <row>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 いろは
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 いろは
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 いろは
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 いろは
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 いろは
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 いろは
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 いろは
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 </lyxtabular>
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \begin_layout Standard
5794 \begin_inset VSpace medskip
5795 \end_inset
5796
5797
5798 \begin_inset Note Greyedout
5799 status open
5800
5801 \begin_layout Plain Layout
5802
5803 \series bold
5804 【註1】
5805 \series default
5806 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5807 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5808 \end_layout
5809
5810 \begin_layout Plain Layout
5811
5812 \series bold
5813
5814 \backslash
5815 addtocounter{table}{-1}
5816 \end_layout
5817
5818 \begin_layout Plain Layout
5819 というコマンドを挿入する方法があります。
5820 \end_layout
5821
5822 \begin_layout Plain Layout
5823 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5824 \end_layout
5825
5826 \begin_layout Plain Layout
5827
5828 \series bold
5829
5830 \backslash
5831 let
5832 \backslash
5833 myEnd
5834 \backslash
5835 endlongtable
5836 \begin_inset Newline newline
5837 \end_inset
5838
5839
5840 \backslash
5841 renewcommand{
5842 \backslash
5843 endlongtable}{
5844 \backslash
5845 myEnd
5846 \backslash
5847 addtocounter{table}{-1}}
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Standard
5856 \begin_inset Note Greyedout
5857 status open
5858
5859 \begin_layout Plain Layout
5860
5861 \series bold
5862 【註2】
5863 \series default
5864 相互参照をリンクするために、
5865 \family sans
5866 文書設定
5867 \family default
5868 ダイアログの
5869 \family sans
5870 PDF特性
5871 \family default
5872
5873 \series bold
5874 hyperref
5875 \series default
5876
5877 \begin_inset Index idx
5878 status collapsed
5879
5880 \begin_layout Plain Layout
5881 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5882 \end_layout
5883
5884 \end_inset
5885
5886 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5887 \end_layout
5888
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \begin_layout Subsubsection
5895 長尺表への参照
5896 \begin_inset Index idx
5897 status collapsed
5898
5899 \begin_layout Plain Layout
5900 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \begin_layout Standard
5909 \begin_inset Tabular
5910 <lyxtabular version="3" rows="6" columns="5">
5911 <features islongtable="true" longtabularalignment="center">
5912 <column alignment="center" valignment="top" width="0">
5913 <column alignment="center" valignment="top" width="0">
5914 <column alignment="center" valignment="top" width="0">
5915 <column alignment="center" valignment="top" width="0">
5916 <column alignment="center" valignment="top" width="0">
5917 <row caption="true">
5918 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Caption
5923
5924 \begin_layout Plain Layout
5925 参照された長尺表
5926 \begin_inset CommandInset label
5927 LatexCommand label
5928 name "tab:参照例"
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 1
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 2
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 3
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 4
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 5
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 <row>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 いろは
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 いろは
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 いろは
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 いろは
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 </row>
6120 <row>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 いろは
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 いろは
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 いろは
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 いろは
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 いろは
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 いろは
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 いろは
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 </lyxtabular>
6215
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \begin_layout Standard
6222 長尺表を参照するには、キャプションにラベルを挿入してください。
6223 \end_layout
6224
6225 \begin_layout Standard
6226 これは表
6227 \begin_inset CommandInset ref
6228 LatexCommand ref
6229 reference "tab:参照例"
6230
6231 \end_inset
6232
6233 への参照です。
6234 \end_layout
6235
6236 \begin_layout Standard
6237 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6238 \series bold
6239 caption
6240 \series default
6241
6242 \begin_inset Index idx
6243 status collapsed
6244
6245 \begin_layout Plain Layout
6246 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6247 \end_layout
6248
6249 \end_inset
6250
6251 を使用して設定することができます。第
6252 \begin_inset CommandInset ref
6253 LatexCommand ref
6254 reference "sec:キャプションの書式設定"
6255
6256 \end_inset
6257
6258 節をご覧下さい。
6259 \end_layout
6260
6261 \begin_layout Subsubsection
6262 キャプションの幅
6263 \begin_inset Index idx
6264 status collapsed
6265
6266 \begin_layout Plain Layout
6267 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6268 \end_layout
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \begin_layout Standard
6276 キャプション行の最大長は、長さ
6277 \series bold
6278
6279 \backslash
6280 LTcapwidth
6281 \series default
6282 によって指定することができます。既定値は4
6283 \begin_inset space \thinspace{}
6284 \end_inset
6285
6286 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6287 \end_layout
6288
6289 \begin_layout Standard
6290
6291 \series bold
6292
6293 \backslash
6294 setlength{
6295 \backslash
6296 LTcapwidth}{幅}
6297 \end_layout
6298
6299 \begin_layout Standard
6300 というコマンドを書き加えて下さい。ここで「幅」には、付録
6301 \begin_inset CommandInset ref
6302 LatexCommand ref
6303 reference "cha:LyXで使用できる単位"
6304
6305 \end_inset
6306
6307 に挙げられている単位を取ることができます。
6308 \end_layout
6309
6310 \begin_layout Standard
6311 以下の各表で違いを示します。
6312 \end_layout
6313
6314 \begin_layout Standard
6315 \begin_inset Tabular
6316 <lyxtabular version="3" rows="6" columns="5">
6317 <features islongtable="true" longtabularalignment="center">
6318 <column alignment="center" valignment="top" width="0">
6319 <column alignment="center" valignment="top" width="0">
6320 <column alignment="center" valignment="top" width="0">
6321 <column alignment="center" valignment="top" width="0">
6322 <column alignment="center" valignment="top" width="0">
6323 <row caption="true">
6324 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Caption
6329
6330 \begin_layout Plain Layout
6331 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6332 \begin_inset Argument
6333 status collapsed
6334
6335 \begin_layout Plain Layout
6336 既定幅のキャプション
6337 \end_layout
6338
6339 \end_inset
6340
6341
6342 \end_layout
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 1
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 2
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 3
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 4
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 5
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 <row>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 いろは
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 いろは
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 </row>
6482 <row>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 いろは
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 いろは
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 </row>
6529 <row>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 いろは
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 いろは
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 いろは
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 いろは
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 いろは
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 いろは
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 いろは
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 </lyxtabular>
6624
6625 \end_inset
6626
6627
6628 \end_layout
6629
6630 \begin_layout Standard
6631 \begin_inset ERT
6632 status collapsed
6633
6634 \begin_layout Plain Layout
6635
6636
6637 \backslash
6638 setlength{
6639 \backslash
6640 LTcapwidth}{5cm}
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \begin_inset Tabular
6647 <lyxtabular version="3" rows="6" columns="5">
6648 <features islongtable="true" longtabularalignment="center">
6649 <column alignment="center" valignment="top" width="0">
6650 <column alignment="center" valignment="top" width="0">
6651 <column alignment="center" valignment="top" width="0">
6652 <column alignment="center" valignment="top" width="0">
6653 <column alignment="center" valignment="top" width="0">
6654 <row caption="true">
6655 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 \begin_inset Caption
6660
6661 \begin_layout Plain Layout
6662 5
6663 \begin_inset space \thinspace{}
6664 \end_inset
6665
6666 cm幅のなが〜いフルタイトル・5
6667 \begin_inset space \thinspace{}
6668 \end_inset
6669
6670 cm幅のなが〜いフルタイトル・5
6671 \begin_inset space \thinspace{}
6672 \end_inset
6673
6674 cm幅のなが〜いフルタイトル
6675 \begin_inset Argument
6676 status collapsed
6677
6678 \begin_layout Plain Layout
6679 5
6680 \begin_inset space \thinspace{}
6681 \end_inset
6682
6683 cm幅のキャプション
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 1
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 2
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 3
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 4
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 5
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 いろは
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 いろは
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 いろは
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 いろは
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 いろは
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 いろは
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 いろは
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 いろは
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 いろは
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 いろは
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 いろは
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 </lyxtabular>
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 \begin_inset ERT
6979 status collapsed
6980
6981 \begin_layout Plain Layout
6982
6983
6984 \backslash
6985 setlength{
6986 \backslash
6987 LTcapwidth}{4in}
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \begin_layout Standard
6996 \begin_inset Note Greyedout
6997 status open
6998
6999 \begin_layout Plain Layout
7000
7001 \series bold
7002 【註】
7003 \series default
7004 この文書のようにLaTeXパッケージの
7005 \series bold
7006 caption
7007 \series default
7008
7009 \begin_inset Index idx
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7014 \end_layout
7015
7016 \end_inset
7017
7018 を使用している時には、
7019 \series bold
7020
7021 \backslash
7022 LTcapwidth
7023 \series default
7024 に既定値の4
7025 \begin_inset space \thinspace{}
7026 \end_inset
7027
7028 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7029 \begin_inset space \thinspace{}
7030 \end_inset
7031
7032 in幅のキャプションを作るには、3.99
7033 \begin_inset space \thinspace{}
7034 \end_inset
7035
7036 inのように4.0
7037 \begin_inset space \thinspace{}
7038 \end_inset
7039
7040 inと少し違う値を指定するか、
7041 \series bold
7042 caption
7043 \series default
7044 パッケージが提供している
7045 \series bold
7046
7047 \backslash
7048 captionsetup{width=値}
7049 \series default
7050 というLaTeXコマンドを用いる方法があります。
7051 \end_layout
7052
7053 \end_inset
7054
7055
7056 \end_layout
7057
7058 \begin_layout Subsubsection
7059 表の各ページごとに異なるキャプション
7060 \begin_inset Index idx
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \begin_layout Standard
7073 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7074 \end_layout
7075
7076 \begin_layout Standard
7077
7078 \series bold
7079
7080 \backslash
7081 caption*{キャプション文}
7082 \backslash
7083
7084 \backslash
7085 %
7086 \end_layout
7087
7088 \begin_layout Standard
7089 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7090 \begin_inset CommandInset ref
7091 LatexCommand ref
7092 reference "tab:別キャプション"
7093
7094 \end_inset
7095
7096 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7097 \end_layout
7098
7099 \begin_layout Standard
7100 \align center
7101 \begin_inset Tabular
7102 <lyxtabular version="3" rows="59" columns="3">
7103 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7104 <column alignment="left" valignment="top" width="0cm">
7105 <column alignment="left" valignment="top" width="0pt">
7106 <column alignment="center" valignment="top" width="0pt">
7107 <row caption="true">
7108 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 \begin_inset Caption
7113
7114 \begin_layout Plain Layout
7115 例示用電話帳
7116 \begin_inset CommandInset label
7117 LatexCommand label
7118 name "tab:別キャプション"
7119
7120 \end_inset
7121
7122
7123 \begin_inset Argument
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 例示用電話帳
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136
7137
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 </row>
7161 <row endfirsthead="true">
7162 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166
7167 \series bold
7168 例示用電話帳(名前は無視の事)
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 </row>
7192 <row endfirsthead="true">
7193 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197
7198 \series bold
7199 氏名
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217
7218 \series bold
7219 TEL.
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row endhead="true">
7226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 \begin_inset ERT
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234
7235
7236 \backslash
7237 caption*{例示用電話帳の続き}
7238 \backslash
7239
7240 \backslash
7241 %
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 </row>
7270 <row endhead="true">
7271 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275
7276 \series bold
7277 例示用電話帳
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 </row>
7301 <row endhead="true">
7302 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306
7307 \series bold
7308 氏名
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \series bold
7328 TEL.
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row endfoot="true">
7335 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 次頁に続く
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 </row>
7363 <row>
7364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368
7369 \series bold
7370 Annovi
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 Silvia
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 111
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 <row>
7395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399
7400 \series bold
7401 Bertoli
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 Stefano
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 111
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 </row>
7425 <row>
7426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \series bold
7432 Bozzi
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 Walter
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 111
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 <row>
7457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \series bold
7463 Cachia
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 Maria
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 111
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 </row>
7487 <row>
7488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 Cachia
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 Maurizio
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 111
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \series bold
7525 Cinquemani
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 Giusi
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 111
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row>
7550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554
7555 \series bold
7556 Colin
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 Bernard
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 111
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \series bold
7587 Concli
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 Gianfranco
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 111
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \series bold
7618 Dal Bosco
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 Carolina
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 111
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Dalpiaz
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 Annamaria
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 111
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 Feliciello
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 Domenico
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 111
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \series bold
7711 Focarelli
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 Paola
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 111
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \series bold
7742 Galletti
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 Oreste
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 111
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \series bold
7773 Gasparini
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 Franca
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 111
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Rizzardi
7805 \series default
7806
7807 \begin_inset Foot
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811 例示用脚注
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 Paola
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 111
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row>
7841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \series bold
7847 Lassini
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 Giancarlo
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 111
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Malfatti
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Luciano
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Malfatti
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Valeriano
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 111
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 Meneguzzo
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 Roberto
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 111
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 Mezzadra
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Roberto
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 111
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Pirpamer
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Erich
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Pochiesa
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Paolo
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111, 222
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Radina
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Claudio
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Stuffer
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Oskar
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Tacchelli
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Ugo
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Tezzele
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Margit
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Unterkalmsteiner
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Frieda
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Vieider
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Hilde
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Vigna
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Jürgen
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Weber
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Maurizio
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Winkler
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Franz
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341  
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \series bold
8372 Annovi
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 Silvia
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 555
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \series bold
8403 Bertoli
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Stefano
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 555
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \series bold
8434 Bozzi
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Walter
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 555
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Cachia
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 Maria
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 555
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row>
8490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \series bold
8496 Cachia
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Maurizio
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 555
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \series bold
8527 Cinquemani
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Giusi
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 555
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \series bold
8558 Colin
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Bernard
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 555
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Concli
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Gianfranco
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 555
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Dal Bosco
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Carolina
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 555
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Dalpiaz
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Annamaria
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 555
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Feliciello
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Domenico
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 555
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Focarelli
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Paola
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 555
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Galletti
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Oreste
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 555
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Gasparini
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Franca
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 555
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Rizzardi
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Paola
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 555
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Lassini
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Giancarlo
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 555
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Malfatti
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Luciano
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 555
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Malfatti
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Valeriano
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 555
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Meneguzzo
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Roberto
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 555
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Mezzadra
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Roberto
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 555
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 </lyxtabular>
8986
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \begin_layout Section
8993 長尺表にまつわる諸点
8994 \begin_inset CommandInset label
8995 LatexCommand label
8996 name "sec:長尺表にまつわる諸点"
8997
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \begin_layout Subsection
9004 長尺表の計算
9005 \begin_inset Index idx
9006 status collapsed
9007
9008 \begin_layout Plain Layout
9009 ちょうしゃくひょう@長尺表 ! けいさん@計算
9010 \end_layout
9011
9012 \end_inset
9013
9014
9015 \end_layout
9016
9017 \begin_layout Standard
9018 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9019 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9020 \end_layout
9021
9022 \begin_layout Standard
9023
9024 \series bold
9025
9026 \backslash
9027 setcounter{LTchunksize}{100}
9028 \end_layout
9029
9030 \begin_layout Standard
9031 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9032 \end_layout
9033
9034 \begin_layout Subsection
9035 フロートと長尺表
9036 \begin_inset Index idx
9037 status collapsed
9038
9039 \begin_layout Plain Layout
9040 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9041 \end_layout
9042
9043 \end_inset
9044
9045
9046 \end_layout
9047
9048 \begin_layout Standard
9049 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9050 \series bold
9051
9052 \backslash
9053 clearpage
9054 \series default
9055 コマンドを長尺表の前にTeXコードとして書き加えてください。
9056 \end_layout
9057
9058 \begin_layout Subsection
9059 強制改頁
9060 \begin_inset Index idx
9061 status collapsed
9062
9063 \begin_layout Plain Layout
9064 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9065 \end_layout
9066
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \begin_layout Standard
9073 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9074 ド「
9075 \series bold
9076
9077 \backslash
9078
9079 \backslash
9080
9081 \series default
9082 」を挿入します。
9083 \series bold
9084
9085 \backslash
9086
9087 \backslash
9088
9089 \series default
9090 コマンドの前には、現セルよりも右にある列数と同じ数の「
9091 \series bold
9092 &
9093 \series default
9094 」文字を、TeXコードで挿入してやる必要があります。この
9095 \series bold
9096 &
9097 \series default
9098 は、表セルの区切り文字です。各
9099 \series bold
9100 &
9101 \series default
9102 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9103 \begin_inset Newline newline
9104 \end_inset
9105
9106
9107 \series bold
9108
9109 \backslash
9110
9111 \backslash
9112
9113 \series default
9114 コマンドの後ろには、現在列の左側にある列数と同じ数の
9115 \series bold
9116 &
9117 \series default
9118 文字を挿入してください。表
9119 \begin_inset CommandInset ref
9120 LatexCommand ref
9121 reference "tab:強制改頁"
9122
9123 \end_inset
9124
9125 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9126 \end_layout
9127
9128 \begin_layout Standard
9129
9130 \series bold
9131 & 111
9132 \backslash
9133
9134 \backslash
9135  
9136 \backslash
9137 newpage
9138 \begin_inset Newline newline
9139 \end_inset
9140
9141 &
9142 \end_layout
9143
9144 \begin_layout Standard
9145 というコマンドが、セル中「
9146 \emph on
9147 Castelchiodato,
9148 \emph default
9149 」の後にTeXコードとして挿入してあります。
9150 \end_layout
9151
9152 \begin_layout Standard
9153 同一行3列目の「111」は削除してあります。
9154 \series bold
9155
9156 \backslash
9157 newpage
9158 \series default
9159 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9160 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9161 \end_layout
9162
9163 \begin_layout Standard
9164
9165 \series bold
9166 & 111
9167 \backslash
9168
9169 \backslash
9170
9171 \begin_inset Newline newline
9172 \end_inset
9173
9174
9175 \backslash
9176 hline &
9177 \end_layout
9178
9179 \begin_layout Standard
9180 というコマンドを使用して下さい。
9181 \end_layout
9182
9183 \begin_layout Standard
9184 改頁をしたいセルが最右列にある場合には、
9185 \end_layout
9186
9187 \begin_layout Standard
9188
9189 \series bold
9190
9191 \backslash
9192 setlength{
9193 \backslash
9194 parfillskip}{0pt}
9195 \end_layout
9196
9197 \begin_layout Standard
9198 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9199
9200 \end_layout
9201
9202 \begin_layout Standard
9203 \align center
9204 \begin_inset Tabular
9205 <lyxtabular version="3" rows="38" columns="3">
9206 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9207 <column alignment="left" valignment="top" width="0cm">
9208 <column alignment="left" valignment="top" width="3cm">
9209 <column alignment="center" valignment="top" width="0pt">
9210 <row caption="true">
9211 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 \begin_inset Caption
9216
9217 \begin_layout Plain Layout
9218 表セル内で強制改頁をしている表
9219 \begin_inset CommandInset label
9220 LatexCommand label
9221 name "tab:強制改頁"
9222
9223 \end_inset
9224
9225
9226 \begin_inset Argument
9227 status collapsed
9228
9229 \begin_layout Plain Layout
9230 表セル内で強制改頁をしている表
9231 \end_layout
9232
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row endfirsthead="true">
9265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 例示用電話帳(氏名は無視の事)
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row endfirsthead="true">
9296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 氏名
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \series bold
9322 TEL.
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row endhead="true">
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 \begin_inset ERT
9334 status collapsed
9335
9336 \begin_layout Plain Layout
9337
9338
9339 \backslash
9340 caption*{例示用電話帳の続き}
9341 \backslash
9342
9343 \backslash
9344 %
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row endhead="true">
9374 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 例示用電話帳
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row endhead="true">
9403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 氏名
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \series bold
9429 TEL.
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row endfoot="true">
9436 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 次頁に続く
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Annovi
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Silvia
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 111
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \series bold
9502 Bertoli
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 Stefano
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 111
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \series bold
9533 Bozzi
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Walter
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 111
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row>
9558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \series bold
9564 Cachia
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 Maria
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 111
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 Cachia
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 Maurizio
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 111
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626 Cinquemani
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 Giusi
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 111
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 Colin
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Bernard
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 111
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 Concli
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 Gianfranco
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 111
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719 Dal Bosco
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Carolina
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 111
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \series bold
9750 Dalpiaz
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Annamaria
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 111
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \series bold
9781 Feliciello
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 Domenico
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 111
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 Focarelli
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 Paola
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 111
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \series bold
9843 Galletti
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 Oreste
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 111
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Gasparini
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 Franca
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 111
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row>
9899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 Lassini
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 Giancarlo
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 111
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \series bold
9936 Malfatti
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Luciano
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 111
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Malfatti
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Valeriano
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 111
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Meneguzzo
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Roberto
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 111
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Mezzadra
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Roberto
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 111
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Pirpamer
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Erich
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 111
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 Pochiesa
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Paolo
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 111, 222
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Radina
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Claudio
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Rizzardi
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Paolo, 11.
10163  Fürst von Montecompatri, 11.
10164  Fürst von Sulmona und Vivaro, 10.
10165  Fürst von Rossano, 5.
10166  Herzog von Canemorte, 11.
10167  Herzog von Palombara, 5.
10168  Herzog von Castelchiodato,
10169 \begin_inset ERT
10170 status collapsed
10171
10172 \begin_layout Plain Layout
10173
10174 & 111
10175 \backslash
10176
10177 \backslash
10178  
10179 \backslash
10180 newpage
10181 \end_layout
10182
10183 \begin_layout Plain Layout
10184
10185 &
10186 \end_layout
10187
10188 \end_inset
10189
10190  11.
10191  Herzog von Poggionativo, 11.
10192  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10193  Graf von Valinfreda, 11.
10194  Baron von Cropalati, 11.
10195  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 Stuffer
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 Oskar
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 111
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \series bold
10248 Tacchelli
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 Ugo
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 111
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \series bold
10279 Tezzele
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Margit
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 111
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310 Unterkalmsteiner
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 Frieda
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 111
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \series bold
10341 Vieider
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Hilde
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 111
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372 Vigna
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 Jürgen
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 111
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Weber
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Maurizio
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 111
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Winkler
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Franz
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 </lyxtabular>
10459
10460 \end_inset
10461
10462
10463 \end_layout
10464
10465 \begin_layout Section
10466 複数行・連結列・連結行
10467 \end_layout
10468
10469 \begin_layout Subsection
10470 表セル内の複数行
10471 \begin_inset CommandInset label
10472 LatexCommand label
10473 name "sub:複数行"
10474
10475 \end_inset
10476
10477
10478 \begin_inset Index idx
10479 status collapsed
10480
10481 \begin_layout Plain Layout
10482 ひょうせるないのふくすうぎょう@表セル内の複数行
10483 \end_layout
10484
10485 \end_inset
10486
10487
10488 \begin_inset Index idx
10489 status collapsed
10490
10491 \begin_layout Plain Layout
10492 ひょう@表 ! かいぎょう@改行
10493 \end_layout
10494
10495 \end_inset
10496
10497
10498 \end_layout
10499
10500 \begin_layout Standard
10501 \noindent
10502 \begin_inset Float table
10503 placement H
10504 wide false
10505 sideways false
10506 status open
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Caption
10510
10511 \begin_layout Plain Layout
10512 \begin_inset CommandInset label
10513 LatexCommand label
10514 name "tab:複数行表"
10515
10516 \end_inset
10517
10518 セル内に複数の行がある表
10519 \end_layout
10520
10521 \end_inset
10522
10523
10524 \end_layout
10525
10526 \begin_layout Plain Layout
10527 \align center
10528 \begin_inset Tabular
10529 <lyxtabular version="3" rows="3" columns="3">
10530 <features tabularvalignment="middle">
10531 <column alignment="center" valignment="middle" width="2.5cm">
10532 <column alignment="center" valignment="middle" width="0">
10533 <column alignment="center" valignment="middle" width="0">
10534 <row>
10535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 複数の
10540 \begin_inset Newline linebreak
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 </lyxtabular>
10626
10627 \end_inset
10628
10629
10630 \end_layout
10631
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \begin_layout Standard
10638 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10639 \end_layout
10640
10641 \begin_layout Standard
10642
10643 \begin_inset CommandInset ref
10644 LatexCommand ref
10645 reference "tab:複数行表"
10646
10647 \end_inset
10648
10649 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10650 \family sans
10651 設定
10652 \family default
10653 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10654 \begin_inset space \thinspace{}
10655 \end_inset
10656
10657 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10658 \begin_inset space \thinspace{}
10659 \end_inset
10660
10661 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10662 \begin_inset Info
10663 type  "shortcut"
10664 arg   "newline-insert linebreak"
10665 \end_inset
10666
10667 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10668 \end_layout
10669
10670 \begin_layout Standard
10671 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10672 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10673 \begin_inset space \thinspace{}
10674 \end_inset
10675
10676 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10677 \begin_inset CommandInset ref
10678 LatexCommand ref
10679 reference "tab:ハイフネーション表"
10680
10681 \end_inset
10682
10683 が違いを示しています
10684 \begin_inset Foot
10685 status open
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 【訳註】
10691 \series default
10692 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10693 \end_layout
10694
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \begin_layout Standard
10701 \begin_inset Float table
10702 placement h
10703 wide false
10704 sideways false
10705 status open
10706
10707 \begin_layout Plain Layout
10708 \begin_inset Caption
10709
10710 \begin_layout Plain Layout
10711 \begin_inset CommandInset label
10712 LatexCommand label
10713 name "tab:ハイフネーション表"
10714
10715 \end_inset
10716
10717 ハイフネーション有/無の表
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Plain Layout
10726 \begin_inset space \hfill{}
10727 \end_inset
10728
10729
10730 \begin_inset Tabular
10731 <lyxtabular version="3" rows="3" columns="3">
10732 <features tabularvalignment="middle">
10733 <column alignment="center" valignment="middle" width="2.5cm">
10734 <column alignment="center" valignment="middle" width="0">
10735 <column alignment="center" valignment="middle" width="0">
10736 <row>
10737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 verylongtablecellword
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 <row>
10795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 </lyxtabular>
10824
10825 \end_inset
10826
10827
10828 \begin_inset space \hfill{}
10829 \end_inset
10830
10831
10832 \begin_inset Tabular
10833 <lyxtabular version="3" rows="3" columns="3">
10834 <features tabularvalignment="middle">
10835 <column alignment="center" valignment="middle" width="2.5cm">
10836 <column alignment="center" valignment="middle" width="0">
10837 <column alignment="center" valignment="middle" width="0">
10838 <row>
10839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 \begin_inset space \hspace{}
10844 \length 0pt
10845 \end_inset
10846
10847 verylongtablecellword
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
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" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 </lyxtabular>
10930
10931 \end_inset
10932
10933
10934 \begin_inset space \hfill{}
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Subsection
10946 連結列
10947 \begin_inset CommandInset label
10948 LatexCommand label
10949 name "sub:連結列"
10950
10951 \end_inset
10952
10953
10954 \begin_inset Index idx
10955 status collapsed
10956
10957 \begin_layout Plain Layout
10958 れんけつれつ@連結列
10959 \end_layout
10960
10961 \end_inset
10962
10963
10964 \begin_inset Index idx
10965 status collapsed
10966
10967 \begin_layout Plain Layout
10968 ひょう@表 ! れんけつれつ@連結列
10969 \end_layout
10970
10971 \end_inset
10972
10973
10974 \end_layout
10975
10976 \begin_layout Subsubsection
10977 連結列の基礎
10978 \end_layout
10979
10980 \begin_layout Standard
10981 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10982 \begin_inset Info
10983 type  "icon"
10984 arg   "inset-modify tabular multicolumn"
10985 \end_inset
10986
10987 を押すか、
10988 \family sans
10989 編集\SpecialChar \menuseparator
10990 表\SpecialChar \menuseparator
10991 連結列
10992 \family default
10993 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10994 \family sans
10995 連結列
10996 \family default
10997 を有効にするかしてください。
10998 \end_layout
10999
11000 \begin_layout Standard
11001 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11002 、最下行に上罫線のない連結行がある表の例です。
11003 \end_layout
11004
11005 \begin_layout Standard
11006 \align center
11007 \begin_inset Tabular
11008 <lyxtabular version="3" rows="3" columns="4">
11009 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11010 <column alignment="center" valignment="top" width="0pt">
11011 <column alignment="center" valignment="middle" width="0">
11012 <column alignment="center" valignment="top" width="0in">
11013 <column alignment="center" valignment="top" width="0pt">
11014 <row>
11015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 いろは
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 にほへとちり
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 ぬるを
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 </lyxtabular>
11129
11130 \end_inset
11131
11132
11133 \end_layout
11134
11135 \begin_layout Subsubsection
11136 連結列の計算
11137 \begin_inset CommandInset label
11138 LatexCommand label
11139 name "sub:連結列の計算"
11140
11141 \end_inset
11142
11143
11144 \begin_inset Index idx
11145 status collapsed
11146
11147 \begin_layout Plain Layout
11148 れんけつれつ@連結列 ! けいさん@計算
11149 \end_layout
11150
11151 \end_inset
11152
11153
11154 \end_layout
11155
11156 \begin_layout Standard
11157 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \begin_inset Float table
11162 placement h
11163 wide false
11164 sideways false
11165 status open
11166
11167 \begin_layout Plain Layout
11168 \begin_inset Caption
11169
11170 \begin_layout Plain Layout
11171 \begin_inset CommandInset label
11172 LatexCommand label
11173 name "tab:中央揃え表"
11174
11175 \end_inset
11176
11177 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11178 \begin_inset Argument
11179 status collapsed
11180
11181 \begin_layout Plain Layout
11182 完全なる連結列表
11183 \end_layout
11184
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Plain Layout
11196 \align center
11197 \begin_inset Tabular
11198 <lyxtabular version="3" rows="3" columns="3">
11199 <features tabularvalignment="middle">
11200 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11201 <column alignment="center" valignment="middle" width="0">
11202 <column alignment="center" valignment="top" width="0">
11203 <row>
11204 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 複数行にわたる連結列
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 <row>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 </lyxtabular>
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \begin_layout Standard
11303 たとえば、表
11304 \begin_inset CommandInset ref
11305 LatexCommand ref
11306 reference "tab:中央揃え表"
11307
11308 \end_inset
11309
11310 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11311 \family sans
11312 設定
11313 \family default
11314 を選択します。そして現れる表の設定ダイアログで、このセルを
11315 \emph on
11316 連結列
11317 \emph default
11318
11319 \emph on
11320 中央揃え
11321 \emph default
11322 、2.5
11323 \begin_inset space \thinspace{}
11324 \end_inset
11325
11326 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11327 \begin_inset space \thinspace{}
11328 \end_inset
11329
11330 cm幅に設定します。すると第二列は自動的に1.25
11331 \begin_inset space \thinspace{}
11332 \end_inset
11333
11334 cm幅(連結列幅マイナス第一列の幅)になります。表
11335 \begin_inset CommandInset ref
11336 LatexCommand ref
11337 reference "tab:半分でない表"
11338
11339 \end_inset
11340
11341 もこのようにして作成してあります。
11342 \end_layout
11343
11344 \begin_layout Standard
11345 \begin_inset Float table
11346 wide false
11347 sideways false
11348 status open
11349
11350 \begin_layout Plain Layout
11351 \begin_inset Caption
11352
11353 \begin_layout Plain Layout
11354 \begin_inset CommandInset label
11355 LatexCommand label
11356 name "tab:半分でない表"
11357
11358 \end_inset
11359
11360 連結セルの下の列が正確に半分になっていない表
11361 \begin_inset Argument
11362 status collapsed
11363
11364 \begin_layout Plain Layout
11365 不完全な連結列表
11366 \end_layout
11367
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Plain Layout
11379 \align center
11380 \begin_inset Tabular
11381 <lyxtabular version="3" rows="3" columns="3">
11382 <features tabularvalignment="middle">
11383 <column alignment="center" valignment="top" width="1.25cm">
11384 <column alignment="center" valignment="top" width="0">
11385 <column alignment="center" valignment="top" width="0">
11386 <row>
11387 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 複数行にわたる連結列
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 </lyxtabular>
11474
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \begin_layout Standard
11486 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11487 指定したセル幅
11488 \begin_inset Formula $W_{\mbox{指}}$
11489 \end_inset
11490
11491 がセルの全幅
11492 \begin_inset Formula $W_{\text{全}}$
11493 \end_inset
11494
11495 と等しくならないためです。付録
11496 \begin_inset CommandInset ref
11497 LatexCommand ref
11498 reference "cha:式の説明"
11499
11500 \end_inset
11501
11502 がこの事情を詳細に説明しています。
11503 \end_layout
11504
11505 \begin_layout Standard
11506
11507 \emph on
11508 n
11509 \emph default
11510 列を連結する際、各列の全幅が
11511 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11512 \end_inset
11513
11514 となるために必要な指定幅
11515 \begin_inset Formula $W_{\mbox{指}:n}$
11516 \end_inset
11517
11518 は、
11519 \begin_inset Formula 
11520 \begin{equation}
11521 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11522 \end{equation}
11523
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 で計算することができます。上記の例では
11531 \begin_inset Formula $n=2$
11532 \end_inset
11533
11534 かつ
11535 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11536 \end_inset
11537
11538 cmかつ長さは既定値ですから、第
11539 \begin_inset CommandInset ref
11540 LatexCommand ref
11541 reference "eq:Wgn"
11542
11543 \end_inset
11544
11545 式は
11546 \begin_inset Formula 
11547 \begin{equation}
11548 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11549 \end{equation}
11550
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \begin_layout Standard
11557 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11558 \end_layout
11559
11560 \begin_layout Standard
11561
11562 \series bold
11563
11564 \backslash
11565 usepackage{calc}
11566 \end_layout
11567
11568 \begin_layout Standard
11569 と書いて、LaTeXパッケージ
11570 \series bold
11571 calc
11572 \series default
11573
11574 \begin_inset Index idx
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11579 \end_layout
11580
11581 \end_inset
11582
11583 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11584 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11585 \end_layout
11586
11587 \begin_layout Itemize
11588
11589 \series bold
11590 p{幅}
11591 \series default
11592 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11593 \end_layout
11594
11595 \begin_layout Itemize
11596
11597 \series bold
11598 m{幅}
11599 \series default
11600 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11601 \end_layout
11602
11603 \begin_layout Itemize
11604
11605 \series bold
11606 b{幅}
11607 \series default
11608 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11609 \end_layout
11610
11611 \begin_layout Standard
11612 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11613 \end_layout
11614
11615 \begin_layout Standard
11616 \begin_inset Note Greyedout
11617 status open
11618
11619 \begin_layout Plain Layout
11620
11621 \series bold
11622 【註】
11623 \series default
11624 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Standard
11633 文章を水平方向中央揃えにしたいので、
11634 \series bold
11635
11636 \backslash
11637 centering
11638 \series default
11639 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11640 \end_layout
11641
11642 \begin_layout Standard
11643
11644 \series bold
11645 >{
11646 \backslash
11647 centering}m{1.25cm-6.2pt}
11648 \end_layout
11649
11650 \begin_layout Standard
11651
11652 \series bold
11653 >{ }
11654 \series default
11655 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11656 \end_layout
11657
11658 \begin_layout Standard
11659 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11660 がって、連結セルには
11661 \end_layout
11662
11663 \begin_layout Standard
11664
11665 \series bold
11666 >{
11667 \backslash
11668 centering}m{2.5cm}
11669 \end_layout
11670
11671 \begin_layout Standard
11672 というLaTeX変数を指定しなくてはなりません。
11673 \end_layout
11674
11675 \begin_layout Subsection
11676 連結行
11677 \begin_inset CommandInset label
11678 LatexCommand label
11679 name "sub:連結行"
11680
11681 \end_inset
11682
11683
11684 \begin_inset Index idx
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688 れんけつぎょう@連結行
11689 \end_layout
11690
11691 \end_inset
11692
11693
11694 \begin_inset Index idx
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698 ひょう@表 ! れんけつぎょう@連結行
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \begin_layout Standard
11707 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11708 \begin_inset Info
11709 type  "icon"
11710 arg   "inset-modify tabular multirow"
11711 \end_inset
11712
11713 を押すか、メニュー
11714 \family sans
11715 編集\SpecialChar \menuseparator
11716 表\SpecialChar \menuseparator
11717 連結行
11718 \family default
11719 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11720 \family sans
11721 \SpecialChar \menuseparator
11722 連結行
11723 \family default
11724 を選んでください。
11725 \end_layout
11726
11727 \begin_layout Standard
11728 下記は一列目に連結列を適用した表の例です。
11729 \end_layout
11730
11731 \begin_layout Standard
11732 \align center
11733 \begin_inset Tabular
11734 <lyxtabular version="3" rows="3" columns="3">
11735 <features tabularvalignment="middle">
11736 <column alignment="center" valignment="top" width="0pt">
11737 <column alignment="center" valignment="top" width="0">
11738 <column alignment="center" valignment="top" width="0">
11739 <row>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 長いセル項目
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 連結列
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 <row>
11798 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 </lyxtabular>
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11835 \family sans
11836 垂直オフセット
11837 \family default
11838 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11839 \end_layout
11840
11841 \begin_layout Standard
11842 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11843 \end_layout
11844
11845 \begin_layout Standard
11846
11847 \series bold
11848
11849 \backslash
11850 renewcommand{
11851 \backslash
11852 multirowsetup}{
11853 \backslash
11854 centering}
11855 \end_layout
11856
11857 \begin_layout Standard
11858 というコマンドを使用して、コマンド
11859 \series bold
11860
11861 \backslash
11862 multirowsetup
11863 \series default
11864 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11865 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11866 \series bold
11867
11868 \backslash
11869 centering
11870 \series default
11871 の代わりに
11872 \series bold
11873
11874 \backslash
11875 raggedleft
11876 \series default
11877 を使用して下さい。左揃えに戻すには、
11878 \series bold
11879
11880 \backslash
11881 raggedright
11882 \series default
11883 とします。
11884 \end_layout
11885
11886 \begin_layout Standard
11887 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11888 \end_layout
11889
11890 \begin_layout Standard
11891 \noindent
11892 \align center
11893 \begin_inset ERT
11894 status collapsed
11895
11896 \begin_layout Plain Layout
11897
11898
11899 \backslash
11900 renewcommand{
11901 \backslash
11902 multirowsetup}{
11903 \backslash
11904 raggedleft}
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \begin_inset Tabular
11911 <lyxtabular version="3" rows="4" columns="3">
11912 <features tabularvalignment="middle">
11913 <column alignment="center" valignment="top" width="3cm">
11914 <column alignment="center" valignment="top" width="0">
11915 <column alignment="center" valignment="top" width="0">
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 長いセル項目
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 </row>
11974 <row>
11975 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 連結列
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 </row>
12003 <row>
12004 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017
12018 \end_layout
12019
12020 \end_inset
12021 </cell>
12022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 </row>
12032 </lyxtabular>
12033
12034 \end_inset
12035
12036
12037 \begin_inset ERT
12038 status collapsed
12039
12040 \begin_layout Plain Layout
12041
12042
12043 \backslash
12044 renewcommand{
12045 \backslash
12046 multirowsetup}{
12047 \backslash
12048 raggedright}
12049 \end_layout
12050
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \begin_layout Standard
12057
12058 \lang english
12059 To start a new line in a multirow you can use a forced line break (shortcut
12060  
12061 \begin_inset Info
12062 type  "shortcut"
12063 arg   "newline-insert newline"
12064 \end_inset
12065
12066 ) but this will not respect the cell lines as demonstrated in this table:
12067 \end_layout
12068
12069 \begin_layout Standard
12070 \noindent
12071 \align center
12072
12073 \lang english
12074 \begin_inset Tabular
12075 <lyxtabular version="3" rows="3" columns="2">
12076 <features tabularvalignment="middle">
12077 <column alignment="left" valignment="middle" width="2cm">
12078 <column alignment="center" valignment="top" width="0">
12079 <row>
12080 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084
12085 \lang english
12086 aaa
12087 \begin_inset Newline newline
12088 \end_inset
12089
12090 aaa
12091 \begin_inset Newline newline
12092 \end_inset
12093
12094 wrong cell
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103
12104 \lang english
12105 ccc
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 <row>
12112 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125
12126 \lang english
12127 ddd
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138
12139 \lang english
12140 bbb
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149
12150 \lang english
12151 eee
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 </row>
12157 </lyxtabular>
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165
12166 \lang english
12167 Therefore be careful with forced line breaks.
12168 \end_layout
12169
12170 \begin_layout Subsection
12171
12172 \lang english
12173 Cells with diagonal line(s)
12174 \end_layout
12175
12176 \begin_layout Standard
12177
12178 \lang english
12179 To tell the reader what is meant by column and row headings in a table,
12180  it is helpful to split the first cell of the table by one or two diagonal
12181  lines.
12182  This can be achieved by loading the LaTeX-package 
12183 \series bold
12184 diagbox
12185 \series default
12186 \lang japanese
12187
12188 \begin_inset Index idx
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \lang english
12199  in the document preamble.
12200  The package provides the command 
12201 \series bold
12202
12203 \backslash
12204 diagbox
12205 \series default
12206  that is inserted as TeX-Code and that can take 2 or 3
12207 \begin_inset space ~
12208 \end_inset
12209
12210 arguments:
12211 \end_layout
12212
12213 \begin_layout Standard
12214
12215 \series bold
12216 \lang english
12217
12218 \backslash
12219 diagbox[options]{lower left}{upper right}
12220 \end_layout
12221
12222 \begin_layout Standard
12223
12224 \series bold
12225 \lang english
12226
12227 \backslash
12228 diagbox[options]{lower left}{upper left}{upper right}
12229 \end_layout
12230
12231 \begin_layout Standard
12232
12233 \lang english
12234 The first scheme divides the cell by a single diagonal line and the arguments
12235  are placed below and above this line.
12236  The second scheme divides the cell by 2
12237 \begin_inset space ~
12238 \end_inset
12239
12240 lines.
12241 \end_layout
12242
12243 \begin_layout Standard
12244 \begin_inset ERT
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248
12249
12250 \backslash
12251 ifdiagbox
12252 \end_layout
12253
12254 \end_inset
12255
12256
12257 \begin_inset Note Note
12258 status open
12259
12260 \begin_layout Plain Layout
12261 この節は、LaTeXパッケージ
12262 \series bold
12263 diagbox
12264 \series default
12265 が導入済みの時のみ表示されます。
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \begin_layout Standard
12274
12275 \lang english
12276 Here is an example table where 
12277 \series bold
12278
12279 \backslash
12280 diagbox 
12281 \series default
12282 is used in the 2-argument scheme in the first cell:
12283 \begin_inset VSpace medskip
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Standard
12290 \noindent
12291
12292 \lang english
12293 \begin_inset Tabular
12294 <lyxtabular version="3" rows="4" columns="4">
12295 <features tabularvalignment="middle">
12296 <column alignment="center" valignment="top" width="0">
12297 <column alignment="center" valignment="top" width="0">
12298 <column alignment="center" valignment="top" width="0">
12299 <column alignment="center" valignment="top" width="0">
12300 <row>
12301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305
12306 \lang english
12307 \begin_inset ERT
12308 status collapsed
12309
12310 \begin_layout Plain Layout
12311
12312
12313 \backslash
12314 diagbox{
12315 \end_layout
12316
12317 \end_inset
12318
12319 Name
12320 \begin_inset ERT
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324
12325 }{
12326 \end_layout
12327
12328 \end_inset
12329
12330 Parameter
12331 \begin_inset ERT
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335
12336 }
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350
12351 \lang english
12352 Thickness in nm
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Plain Layout
12361
12362 \lang english
12363 Transparency in %
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372
12373 \lang english
12374 Hardness in MPa
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 </row>
12380 <row>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385
12386 \lang english
12387 Perfect Green
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396
12397 \lang english
12398 45
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407
12408 \lang english
12409 80
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418
12419 \lang english
12420 504
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 </row>
12426 <row>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431
12432 \lang english
12433 Dark Multi-P
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442
12443 \lang english
12444 60
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Plain Layout
12453
12454 \lang english
12455 72
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464
12465 \lang english
12466 982
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 </row>
12472 <row>
12473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477
12478 \lang english
12479 Crystal Clear Pro
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488
12489 \lang english
12490 18
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499
12500 \lang english
12501 86
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510
12511 \lang english
12512 374
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 </lyxtabular>
12519
12520 \end_inset
12521
12522
12523 \begin_inset VSpace medskip
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Standard
12530
12531 \lang english
12532 The 3-argument scheme is for example useful for cross-tables of sports leagues
12533  or distances:
12534 \end_layout
12535
12536 \begin_layout Standard
12537 \noindent
12538 \align center
12539
12540 \lang english
12541 \begin_inset Tabular
12542 <lyxtabular version="3" rows="4" columns="4">
12543 <features tabularvalignment="middle">
12544 <column alignment="center" valignment="top" width="0pt">
12545 <column alignment="center" valignment="top" width="0">
12546 <column alignment="center" valignment="top" width="0">
12547 <column alignment="center" valignment="top" width="0">
12548 <row>
12549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553
12554 \lang english
12555 \begin_inset ERT
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559
12560
12561 \backslash
12562 diagbox{
12563 \end_layout
12564
12565 \end_inset
12566
12567 Team home
12568 \begin_inset ERT
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572
12573 }{
12574 \end_layout
12575
12576 \end_inset
12577
12578 Result
12579 \begin_inset ERT
12580 status collapsed
12581
12582 \begin_layout Plain Layout
12583
12584 }{
12585 \end_layout
12586
12587 \end_inset
12588
12589 Team away
12590 \begin_inset ERT
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594
12595 }
12596 \end_layout
12597
12598 \end_inset
12599
12600
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609
12610 \lang english
12611 Tigers
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620
12621 \lang english
12622 Panthers
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631
12632 \lang english
12633 Falcons
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 </row>
12639 <row>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644
12645 \lang english
12646 Tigers
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655
12656 \lang english
12657 ---
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666
12667 \lang english
12668 1:3
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677
12678 \lang english
12679 0:1
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 </row>
12685 <row>
12686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690
12691 \lang english
12692 Panthers
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701
12702 \lang english
12703 3:1
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712
12713 \lang english
12714 ---
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723
12724 \lang english
12725 0:0
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 </row>
12731 <row>
12732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736
12737 \lang english
12738 Falcons
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747
12748 \lang english
12749 1:0
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758
12759 \lang english
12760 0:0
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769
12770 \lang english
12771 ---
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 </row>
12777 </lyxtabular>
12778
12779 \end_inset
12780
12781
12782 \end_layout
12783
12784 \begin_layout Standard
12785
12786 \lang english
12787 For larger cross-tables one might use split cells in 2 or every corner of
12788  the table like in this example:
12789 \end_layout
12790
12791 \begin_layout Standard
12792 \noindent
12793 \align center
12794
12795 \lang english
12796 \begin_inset Tabular
12797 <lyxtabular version="3" rows="5" columns="5">
12798 <features tabularvalignment="middle">
12799 <column alignment="center" valignment="top" width="0pt">
12800 <column alignment="center" valignment="top" width="0">
12801 <column alignment="center" valignment="top" width="0">
12802 <column alignment="center" valignment="top" width="0">
12803 <column alignment="center" valignment="top" width="0">
12804 <row>
12805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809
12810 \lang english
12811 \begin_inset ERT
12812 status open
12813
12814 \begin_layout Plain Layout
12815
12816
12817 \backslash
12818 diagbox{
12819 \end_layout
12820
12821 \end_inset
12822
12823 Team home
12824 \begin_inset ERT
12825 status collapsed
12826
12827 \begin_layout Plain Layout
12828
12829 }{
12830 \end_layout
12831
12832 \end_inset
12833
12834 Result
12835 \begin_inset ERT
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839
12840 }{
12841 \end_layout
12842
12843 \end_inset
12844
12845 Team away
12846 \begin_inset ERT
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850
12851 }
12852 \end_layout
12853
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865
12866 \lang english
12867 Tigers
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876
12877 \lang english
12878 Panthers
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887
12888 \lang english
12889 Falcons
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898
12899 \lang english
12900 \begin_inset ERT
12901 status open
12902
12903 \begin_layout Plain Layout
12904
12905
12906 \backslash
12907 diagbox[dir=NE]{
12908 \end_layout
12909
12910 \end_inset
12911
12912 Team home
12913 \begin_inset ERT
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917
12918 }{
12919 \end_layout
12920
12921 \end_inset
12922
12923 Result
12924 \begin_inset ERT
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928
12929 }{
12930 \end_layout
12931
12932 \end_inset
12933
12934 Team away
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940 }
12941 \end_layout
12942
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 <row>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956
12957 \lang english
12958 Tigers
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \lang english
12969 ---
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978
12979 \lang english
12980 1:3
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989
12990 \lang english
12991 0:1
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000
13001 \lang english
13002 Tigers
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013
13014 \lang english
13015 Panthers
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024
13025 \lang english
13026 3:1
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035
13036 \lang english
13037 ---
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046
13047 \lang english
13048 0:0
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057
13058 \lang english
13059 Panthers
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 </row>
13065 <row>
13066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070
13071 \lang english
13072 Falcons
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081
13082 \lang english
13083 1:0
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092
13093 \lang english
13094 0:0
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103
13104 \lang english
13105 ---
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114
13115 \lang english
13116 Falcons
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 <row>
13123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127
13128 \lang english
13129 \begin_inset ERT
13130 status open
13131
13132 \begin_layout Plain Layout
13133
13134
13135 \backslash
13136 diagbox[dir=SW]{
13137 \end_layout
13138
13139 \end_inset
13140
13141 Team home
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147 }{
13148 \end_layout
13149
13150 \end_inset
13151
13152 Result
13153 \begin_inset ERT
13154 status collapsed
13155
13156 \begin_layout Plain Layout
13157
13158 }{
13159 \end_layout
13160
13161 \end_inset
13162
13163 Team away
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168
13169 }
13170 \end_layout
13171
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183
13184 \lang english
13185 Tigers
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194
13195 \lang english
13196 Panthers
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205
13206 \lang english
13207 Falcons
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216
13217 \lang english
13218 \begin_inset ERT
13219 status open
13220
13221 \begin_layout Plain Layout
13222
13223
13224 \backslash
13225 diagbox[dir=SE]{
13226 \end_layout
13227
13228 \end_inset
13229
13230 Team home
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236 }{
13237 \end_layout
13238
13239 \end_inset
13240
13241 Result
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247 }{
13248 \end_layout
13249
13250 \end_inset
13251
13252 Team away
13253 \begin_inset ERT
13254 status collapsed
13255
13256 \begin_layout Plain Layout
13257
13258 }
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 </row>
13269 </lyxtabular>
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \begin_layout Standard
13277
13278 \lang english
13279 To rotate the diagonal lines, the command option 
13280 \series bold
13281 dir=direction
13282 \series default
13283  is used.
13284  
13285 \emph on
13286 direction
13287 \emph default
13288  is either 
13289 \series bold
13290 NE
13291 \series default
13292
13293 \series bold
13294 DE
13295 \series default
13296
13297 \series bold
13298 SW
13299 \series default
13300  or 
13301 \series bold
13302 NW
13303 \series default
13304  and represent a point of a compass.
13305  
13306 \series bold
13307 SW
13308 \series default
13309  is for example the south-west corner.
13310  Thus in the lower left cell of the above table the command
13311 \end_layout
13312
13313 \begin_layout Standard
13314
13315 \series bold
13316 \lang english
13317
13318 \backslash
13319 diagbox[dir=SW]{Team home}{Result}{Team away}
13320 \end_layout
13321
13322 \begin_layout Standard
13323
13324 \lang english
13325 is used.
13326  If no direction is given, it will be NW.
13327 \end_layout
13328
13329 \begin_layout Standard
13330
13331 \lang english
13332 The necessary width of split cells is automatically calculated.
13333  Thus if you set a fixed column width smaller than the calculated one, the
13334  cell's content will protrude the cell borders:
13335 \end_layout
13336
13337 \begin_layout Standard
13338 \noindent
13339 \align center
13340
13341 \lang english
13342 \begin_inset Tabular
13343 <lyxtabular version="3" rows="2" columns="2">
13344 <features tabularvalignment="middle">
13345 <column alignment="center" valignment="top" width="3cm">
13346 <column alignment="center" valignment="top" width="0">
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352
13353 \lang english
13354 \begin_inset ERT
13355 status collapsed
13356
13357 \begin_layout Plain Layout
13358
13359
13360 \backslash
13361 diagbox{
13362 \end_layout
13363
13364 \end_inset
13365
13366 Name
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372 }{
13373 \end_layout
13374
13375 \end_inset
13376
13377 Parameter
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383 }
13384 \end_layout
13385
13386 \end_inset
13387
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397
13398 \lang english
13399 Thickness in nm
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410
13411 \lang english
13412 Perfect Green
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421
13422 \lang english
13423 45
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 </lyxtabular>
13430
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Standard
13437
13438 \lang english
13439 If you need a certain width for columns with a split cell, use the command
13440  option 
13441 \series bold
13442 width=3cm
13443 \series default
13444  (replace '3cm' by the width you need).
13445  In the following table the width of the first column is set to 4
13446 \begin_inset space \thinspace{}
13447 \end_inset
13448
13449 cm.
13450  For 
13451 \series bold
13452
13453 \backslash
13454 diagbox
13455 \series default
13456  a width of 4
13457 \begin_inset space \thinspace{}
13458 \end_inset
13459
13460 cm + 2
13461 \begin_inset space \thinspace{}
13462 \end_inset
13463
13464
13465 \backslash
13466 tabcolsep is necessary because the overall width is the width for the text
13467  (in this case the 4
13468 \begin_inset space \thinspace{}
13469 \end_inset
13470
13471 cm) plus two times the separation of the text and the cell border.
13472  The calculation of the width cannot be done in the command option of 
13473 \series bold
13474
13475 \backslash
13476 diagbox
13477 \series default
13478  so one needs to create a new length which can be used later.
13479  This is done with the TeX-Code commands
13480 \end_layout
13481
13482 \begin_layout Standard
13483
13484 \series bold
13485
13486 \backslash
13487 newlength{
13488 \backslash
13489 diagtest}
13490 \begin_inset Newline newline
13491 \end_inset
13492
13493
13494 \backslash
13495 setlength{
13496 \backslash
13497 diagtest}{4cm+2
13498 \backslash
13499 tabcolsep}
13500 \end_layout
13501
13502 \begin_layout Standard
13503 \begin_inset ERT
13504 status collapsed
13505
13506 \begin_layout Plain Layout
13507
13508
13509 \backslash
13510 newlength{
13511 \backslash
13512 diagtest}
13513 \end_layout
13514
13515 \begin_layout Plain Layout
13516
13517
13518 \backslash
13519 setlength{
13520 \backslash
13521 diagtest}{4cm+2
13522 \backslash
13523 tabcolsep}
13524 \end_layout
13525
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \begin_layout Standard
13532
13533 \lang english
13534 To enable calculations in LaTeX one needs to load the package 
13535 \series bold
13536 calc
13537 \series default
13538 \lang japanese
13539
13540 \begin_inset Index idx
13541 status collapsed
13542
13543 \begin_layout Plain Layout
13544 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13545 \end_layout
13546
13547 \end_inset
13548
13549
13550 \lang english
13551  in the document preamble.
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \lang english
13557 In this table you can now use the command
13558 \end_layout
13559
13560 \begin_layout Standard
13561
13562 \series bold
13563 \lang english
13564
13565 \backslash
13566 diagbox[width=
13567 \backslash
13568 diagtest]{A}{B}
13569 \end_layout
13570
13571 \begin_layout Standard
13572
13573 \lang english
13574 in the first cell:
13575 \end_layout
13576
13577 \begin_layout Standard
13578 \noindent
13579 \align center
13580
13581 \lang english
13582 \begin_inset Tabular
13583 <lyxtabular version="3" rows="2" columns="2">
13584 <features tabularvalignment="middle">
13585 <column alignment="center" valignment="top" width="4cm">
13586 <column alignment="center" valignment="top" width="0">
13587 <row>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592
13593 \lang english
13594 \begin_inset ERT
13595 status open
13596
13597 \begin_layout Plain Layout
13598
13599
13600 \backslash
13601 diagbox[width=
13602 \backslash
13603 diagtest]{
13604 \end_layout
13605
13606 \end_inset
13607
13608 A
13609 \begin_inset ERT
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614 }{
13615 \end_layout
13616
13617 \end_inset
13618
13619 B
13620 \begin_inset ERT
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624
13625 }
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639
13640 \lang english
13641 Thickness in nm
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 <row>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652
13653 \lang english
13654 Perfect Green
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663
13664 \lang english
13665 45
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 </row>
13671 </lyxtabular>
13672
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \lang english
13681 Note that the split cell needs to be the widest one in the column.
13682  Otherwise the length of the diagonal line cannot be calculated correctly
13683  like in this table:
13684 \end_layout
13685
13686 \begin_layout Standard
13687 \noindent
13688 \align center
13689
13690 \lang english
13691 \begin_inset Tabular
13692 <lyxtabular version="3" rows="2" columns="2">
13693 <features tabularvalignment="middle">
13694 <column alignment="center" valignment="top" width="0pt">
13695 <column alignment="center" valignment="top" width="0">
13696 <row>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701
13702 \lang english
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708
13709 \backslash
13710 diagbox{
13711 \end_layout
13712
13713 \end_inset
13714
13715 A
13716 \begin_inset ERT
13717 status collapsed
13718
13719 \begin_layout Plain Layout
13720
13721 }{
13722 \end_layout
13723
13724 \end_inset
13725
13726 B
13727 \begin_inset ERT
13728 status collapsed
13729
13730 \begin_layout Plain Layout
13731
13732 }
13733 \end_layout
13734
13735 \end_inset
13736
13737
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \lang english
13748 Thickness in nm
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759
13760 \lang english
13761 Perfect Green
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770
13771 \lang english
13772 45
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 </lyxtabular>
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786
13787 \lang english
13788 In this case use the 
13789 \series bold
13790 width
13791 \series default
13792  option of the 
13793 \series bold
13794
13795 \backslash
13796 diagbox
13797 \series default
13798  command.
13799  It is then not necessary to add 2
13800 \backslash
13801 tabcolsep because the cell width is now the width of the column.
13802  In this table a width of 3
13803 \begin_inset space \thinspace{}
13804 \end_inset
13805
13806 cm is used:
13807 \end_layout
13808
13809 \begin_layout Standard
13810 \noindent
13811 \align center
13812
13813 \lang english
13814 \begin_inset Tabular
13815 <lyxtabular version="3" rows="2" columns="2">
13816 <features tabularvalignment="middle">
13817 <column alignment="center" valignment="top" width="0pt">
13818 <column alignment="center" valignment="top" width="0">
13819 <row>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824
13825 \lang english
13826 \begin_inset ERT
13827 status open
13828
13829 \begin_layout Plain Layout
13830
13831
13832 \backslash
13833 diagbox[width=3cm]{
13834 \end_layout
13835
13836 \end_inset
13837
13838 A
13839 \begin_inset ERT
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843
13844 }{
13845 \end_layout
13846
13847 \end_inset
13848
13849 B
13850 \begin_inset ERT
13851 status collapsed
13852
13853 \begin_layout Plain Layout
13854
13855 }
13856 \end_layout
13857
13858 \end_inset
13859
13860
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \lang english
13871 Thickness in nm
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882
13883 \lang english
13884 Perfect Green
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893
13894 \lang english
13895 45
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 </lyxtabular>
13902
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \begin_layout Standard
13909
13910 \lang english
13911 For multiple text lines in split cells one needs some extra height to fit
13912  the text to the cell.
13913  This can be achieved with the 
13914 \series bold
13915
13916 \backslash
13917 diagbox
13918 \series default
13919  option 
13920 \series bold
13921 height=3cm
13922 \series default
13923  (replace '3cm' by the height you need).
13924  In the following table the command
13925 \end_layout
13926
13927 \begin_layout Standard
13928
13929 \series bold
13930 \lang english
13931
13932 \backslash
13933 diagbox[width=3cm,height=1.4cm]{A
13934 \backslash
13935
13936 \backslash
13937 B}{C
13938 \backslash
13939
13940 \backslash
13941 D}
13942 \end_layout
13943
13944 \begin_layout Standard
13945
13946 \lang english
13947 is used in the first cell.
13948  The command 
13949 \series bold
13950
13951 \backslash
13952
13953 \backslash
13954
13955 \series default
13956  creates hereby the line break.
13957 \begin_inset Foot
13958 status collapsed
13959
13960 \begin_layout Plain Layout
13961
13962 \lang english
13963 Breaking lines with 
13964 \family sans
13965 Ctrl+Return
13966 \family default
13967  is only possible when the column has a fixed width.
13968 \end_layout
13969
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \begin_layout Standard
13976 \noindent
13977 \align center
13978
13979 \lang english
13980 \begin_inset Tabular
13981 <lyxtabular version="3" rows="2" columns="2">
13982 <features tabularvalignment="middle">
13983 <column alignment="center" valignment="top" width="0">
13984 <column alignment="center" valignment="top" width="0">
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990
13991 \lang english
13992 \begin_inset ERT
13993 status open
13994
13995 \begin_layout Plain Layout
13996
13997
13998 \backslash
13999 diagbox[width=3cm,height=1.4cm]{
14000 \end_layout
14001
14002 \end_inset
14003
14004 A
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010
14011 \backslash
14012
14013 \backslash
14014
14015 \end_layout
14016
14017 \end_inset
14018
14019 B
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024
14025 }{
14026 \end_layout
14027
14028 \end_inset
14029
14030 C
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036
14037 \backslash
14038
14039 \backslash
14040
14041 \end_layout
14042
14043 \end_inset
14044
14045 D
14046 \begin_inset ERT
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051 }
14052 \end_layout
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065
14066 \lang english
14067 Thickness in nm
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 </row>
14073 <row>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078
14079 \lang english
14080 Perfect Green
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089
14090 \lang english
14091 45
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 </row>
14097 </lyxtabular>
14098
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Standard
14105 \begin_inset ERT
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109
14110
14111 \backslash
14112 else
14113 \end_layout
14114
14115 \end_inset
14116
14117
14118 \begin_inset Note Note
14119 status open
14120
14121 \begin_layout Plain Layout
14122 以下は、LaTeXパッケージ
14123 \series bold
14124 diagbox
14125 \series default
14126 が導入済みでないときに表示されます。
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135 本節の内容を出力に表示するためには、
14136 \series bold
14137 diagbox
14138 \series default
14139 パッケージを導入しなくてはなりません。
14140 \end_layout
14141
14142 \begin_layout Standard
14143 \begin_inset ERT
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147
14148
14149 \backslash
14150 fi
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159
14160 \lang english
14161 For more info about the LaTeX-package 
14162 \series bold
14163 diagbox
14164 \series default
14165 , see its documentation
14166 \lang japanese
14167
14168 \begin_inset CommandInset citation
14169 LatexCommand cite
14170 key "diagbox"
14171
14172 \end_inset
14173
14174 .
14175 \end_layout
14176
14177 \begin_layout Section
14178 フォーマル形式の表
14179 \begin_inset CommandInset label
14180 LatexCommand label
14181 name "sec:フォーマル形式の表"
14182
14183 \end_inset
14184
14185
14186 \begin_inset Index idx
14187 status collapsed
14188
14189 \begin_layout Plain Layout
14190 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14191 \end_layout
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \begin_layout Standard
14199 書籍中の表は、よく表
14200 \begin_inset CommandInset ref
14201 LatexCommand ref
14202 reference "tab:ブックタブ表の例"
14203
14204 \end_inset
14205
14206 のように組版されます。この種の表は、「
14207 \emph on
14208 フォーマル形式
14209 \emph default
14210 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14211 \end_layout
14212
14213 \begin_layout Standard
14214 \begin_inset Float table
14215 placement h
14216 wide false
14217 sideways false
14218 status open
14219
14220 \begin_layout Plain Layout
14221 \begin_inset Caption
14222
14223 \begin_layout Plain Layout
14224 \begin_inset CommandInset label
14225 LatexCommand label
14226 name "tab:ブックタブ表の例"
14227
14228 \end_inset
14229
14230 ブックタブ表の例
14231 \end_layout
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \begin_layout Plain Layout
14239 \align center
14240 \begin_inset Tabular
14241 <lyxtabular version="3" rows="8" columns="4">
14242 <features booktabs="true" tabularvalignment="middle">
14243 <column alignment="center" valignment="top" width="0">
14244 <column alignment="center" valignment="top" width="0">
14245 <column alignment="center" valignment="top" width="0">
14246 <column alignment="center" valignment="top" width="0">
14247 <row>
14248 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 システム
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell alignment="center" valignment="top" topline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 Medipix
14262 \begin_inset space \thinspace{}
14263 \end_inset
14264
14265 1
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 Medipix
14275 \begin_inset space \thinspace{}
14276 \end_inset
14277
14278 2
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 </row>
14293 <row>
14294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303
14304 \backslash
14305 cmidrule(r){2-2}
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \begin_inset ERT
14312 status collapsed
14313
14314 \begin_layout Plain Layout
14315
14316
14317 \backslash
14318 cmidrule(l){3-4}
14319 \end_layout
14320
14321 \end_inset
14322
14323 検知器の厚み [µm]
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 300
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 300
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 700
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 エッジ角 [°]
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 3.55
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" topline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 2.71
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" topline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 7.99
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 <row topspace="default">
14395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 空間分解能 [µm]
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 4.26
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 10.17
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 10.56
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 <row topspace="default">
14433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 \begin_inset Formula $f_{\mathrm{max}}$
14438 \end_inset
14439
14440 におけるMTF
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 0.53
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 0.37
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 0.39
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row topspace="default">
14474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 cmidrule(l{10pt}){1-1}
14486 \end_layout
14487
14488 \end_inset
14489
14490 LSF空間分解能
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row>
14524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 µm表示
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 129.7
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 52.75
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 50.78
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 </row>
14561 <row>
14562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 ピクセルサイズに対する%表示
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 76.3
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 95.9
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 92.3
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 </row>
14599 </lyxtabular>
14600
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 表中の行に余白を加えるには、第
14613 \begin_inset CommandInset ref
14614 LatexCommand ref
14615 reference "sub:行の余白取り"
14616
14617 \end_inset
14618
14619 節に述べられているように、表の設定ダイアログの
14620 \family sans
14621 罫線
14622 \family default
14623 タブを使用します。
14624 \end_layout
14625
14626 \begin_layout Standard
14627 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14628 \begin_inset Newline newline
14629 \end_inset
14630
14631 最初と最後の表罫線の既定幅は0.08
14632 \begin_inset space \thinspace{}
14633 \end_inset
14634
14635 emですが、他の罫線の既定幅は0.05
14636 \begin_inset space \thinspace{}
14637 \end_inset
14638
14639 emです。
14640 \end_layout
14641
14642 \begin_layout Standard
14643 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14644 \end_layout
14645
14646 \begin_layout Standard
14647
14648 \series bold
14649
14650 \backslash
14651 let
14652 \backslash
14653 mytoprule
14654 \backslash
14655 toprule
14656 \begin_inset Newline newline
14657 \end_inset
14658
14659
14660 \backslash
14661 renewcommand{
14662 \backslash
14663 toprule}{
14664 \backslash
14665 mytoprule[幅]}
14666 \end_layout
14667
14668 \begin_layout Standard
14669 上の例は、
14670 \series bold
14671 toprule
14672 \series default
14673 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14674 \series bold
14675 toprule
14676 \series default
14677
14678 \series bold
14679 bottomrule
14680 \series default
14681 に置き換えて下さい。他の罫線の線幅を変更するには、
14682 \series bold
14683 toprule
14684 \series default
14685
14686 \series bold
14687 midrule
14688 \series default
14689 に置き換えます。線幅を設定する上では、付録
14690 \begin_inset CommandInset ref
14691 LatexCommand ref
14692 reference "cha:LyXで使用できる単位"
14693
14694 \end_inset
14695
14696 に挙げてあるすべての単位を使用することができます。
14697 \end_layout
14698
14699 \begin_layout Standard
14700 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14701 \series bold
14702
14703 \backslash
14704 cmidrule
14705 \series default
14706 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14707 \end_layout
14708
14709 \begin_layout Standard
14710
14711 \series bold
14712
14713 \backslash
14714 cmidrule[幅](刈込){開始列-終了列}
14715 \end_layout
14716
14717 \begin_layout Standard
14718 です。
14719 \series bold
14720
14721 \backslash
14722 cmidrule
14723 \series default
14724 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14725 \series bold
14726
14727 \backslash
14728 cmidrule
14729 \series default
14730 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 この線幅の既定値は0.03
14736 \begin_inset space \thinspace{}
14737 \end_inset
14738
14739 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14740 。非必須パラメーターの「刈込」は、
14741 \emph on
14742 l{刈込幅}
14743 \emph default
14744 あるいは
14745 \emph on
14746 r{刈込幅}
14747 \emph default
14748 の値を取り、刈込幅の指定は非必須です。たとえば、
14749 \emph on
14750 l{2pt}
14751 \emph default
14752 というパラメーターを使うと、罫線が左端から2
14753 \begin_inset space \thinspace{}
14754 \end_inset
14755
14756 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14757 \begin_inset space \thinspace{}
14758 \end_inset
14759
14760 emだけ刈り込まれます。
14761 \end_layout
14762
14763 \begin_layout Standard
14764 \begin_inset VSpace bigskip
14765 \end_inset
14766
14767
14768 \begin_inset CommandInset ref
14769 LatexCommand ref
14770 reference "tab:ブックタブ表の例"
14771
14772 \end_inset
14773
14774 は、
14775 \end_layout
14776
14777 \begin_layout Standard
14778
14779 \series bold
14780
14781 \backslash
14782 cmidrule(r){2-2}
14783 \backslash
14784 cmidrule(l){3-4}
14785 \end_layout
14786
14787 \begin_layout Standard
14788 というコマンドを第二行の初めに使用し、
14789 \end_layout
14790
14791 \begin_layout Standard
14792
14793 \series bold
14794
14795 \backslash
14796 cmidrule(l{10pt}){1-1}
14797 \end_layout
14798
14799 \begin_layout Standard
14800 を第六行に使用して作成されています。
14801 \end_layout
14802
14803 \begin_layout Standard
14804 \begin_inset VSpace bigskip
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 ときには、表
14812 \begin_inset CommandInset ref
14813 LatexCommand ref
14814 reference "tab:特殊なブックタブ表"
14815
14816 \end_inset
14817
14818 のような重なり合った
14819 \series bold
14820
14821 \backslash
14822 cmidrule
14823 \series default
14824 が欲しいことがあるかもしれません。これは、TeXコードで
14825 \end_layout
14826
14827 \begin_layout Standard
14828
14829 \series bold
14830
14831 \backslash
14832 morecmidrules
14833 \end_layout
14834
14835 \begin_layout Standard
14836 コマンドを使用することによって実現することができます。表
14837 \begin_inset CommandInset ref
14838 LatexCommand ref
14839 reference "tab:特殊なブックタブ表"
14840
14841 \end_inset
14842
14843 の第二列には
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849
14850 \backslash
14851 cmidrule(r){2-2}
14852 \backslash
14853 cmidrule(l){3-4}
14854 \backslash
14855 morecmidrules
14856 \backslash
14857 cmidrule{2-4}
14858 \end_layout
14859
14860 \begin_layout Standard
14861 というコマンドが使用されており、第六列には
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \series bold
14867
14868 \backslash
14869 midrule
14870 \backslash
14871 morecmidrules
14872 \backslash
14873 cmidrule{3-4}
14874 \end_layout
14875
14876 \begin_layout Standard
14877 というコマンドが使用されています。
14878 \end_layout
14879
14880 \begin_layout Standard
14881 \begin_inset VSpace bigskip
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \begin_layout Standard
14888 罫線の余白取りにどうしても満足が行かない場合には、
14889 \end_layout
14890
14891 \begin_layout Standard
14892
14893 \series bold
14894
14895 \backslash
14896 specialrule{幅}{上余白}{下余白}
14897 \end_layout
14898
14899 \begin_layout Standard
14900 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14901 \series bold
14902 booktabs
14903 \series default
14904  
14905 \begin_inset CommandInset citation
14906 LatexCommand cite
14907 key "booktabs"
14908
14909 \end_inset
14910
14911
14912 \begin_inset Index idx
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14917 \end_layout
14918
14919 \end_inset
14920
14921 の取扱説明書をご参照下さい。
14922 \end_layout
14923
14924 \begin_layout Standard
14925 \begin_inset Float table
14926 placement h
14927 wide false
14928 sideways false
14929 status open
14930
14931 \begin_layout Plain Layout
14932 \begin_inset Caption
14933
14934 \begin_layout Plain Layout
14935 \begin_inset CommandInset label
14936 LatexCommand label
14937 name "tab:特殊なブックタブ表"
14938
14939 \end_inset
14940
14941 特殊なブックタブ表
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \end_layout
14948
14949 \begin_layout Plain Layout
14950 \align center
14951 \begin_inset Tabular
14952 <lyxtabular version="3" rows="8" columns="4">
14953 <features booktabs="true" tabularvalignment="middle">
14954 <column alignment="center" valignment="top" width="0">
14955 <column alignment="center" valignment="top" width="0">
14956 <column alignment="center" valignment="top" width="0">
14957 <column alignment="center" valignment="top" width="0">
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 システム
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 Medipix
14973 \begin_inset space \thinspace{}
14974 \end_inset
14975
14976 1
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 Medipix
14986 \begin_inset space \thinspace{}
14987 \end_inset
14988
14989 2
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row>
15005 <cell alignment="center" valignment="top" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset ERT
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013
15014
15015 \backslash
15016 cmidrule(r){2-2}
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \begin_inset ERT
15023 status collapsed
15024
15025 \begin_layout Plain Layout
15026
15027
15028 \backslash
15029 cmidrule(l){3-4}
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \begin_inset ERT
15036 status collapsed
15037
15038 \begin_layout Plain Layout
15039
15040
15041 \backslash
15042 morecmidrules 
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \begin_inset ERT
15049 status collapsed
15050
15051 \begin_layout Plain Layout
15052
15053
15054 \backslash
15055 cmidrule{2-4}
15056 \end_layout
15057
15058 \end_inset
15059
15060 検知器の厚み [µm]
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 300
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 300
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 700
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" topline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 エッジ角 [°]
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 3.55
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 2.71
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 7.99
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row topspace="default">
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 空間分解能 [µm]
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 4.26
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 10.17
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 10.56
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 <row topspace="default">
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $f_{\mathrm{max}}$
15175 \end_inset
15176
15177 におけるMTF
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 0.53
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 0.37
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 0.39
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset ERT
15216 status collapsed
15217
15218 \begin_layout Plain Layout
15219
15220
15221 \backslash
15222 morecmidrules 
15223 \end_layout
15224
15225 \end_inset
15226
15227
15228 \begin_inset ERT
15229 status collapsed
15230
15231 \begin_layout Plain Layout
15232
15233
15234 \backslash
15235 cmidrule{3-4}
15236 \end_layout
15237
15238 \end_inset
15239
15240 LSF空間分解能
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 µm表示
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 129.7
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 52.75
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 50.78
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 ピクセルサイズに対する%表示
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 76.3
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 95.9
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 92.3
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 </row>
15349 </lyxtabular>
15350
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \begin_layout Section
15362 表の垂直揃え
15363 \begin_inset Index idx
15364 status collapsed
15365
15366 \begin_layout Plain Layout
15367 ひょう@表 ! そろえ@揃え
15368 \end_layout
15369
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \begin_layout Standard
15376 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15377 \begin_inset CommandInset ref
15378 LatexCommand ref
15379 reference "sec:ボックスダイアログ"
15380
15381 \end_inset
15382
15383 節に述べられているように、ボックスの垂直揃えを行います。
15384 \end_layout
15385
15386 \begin_layout Standard
15387 以下の例では、各表は15
15388 \begin_inset space \thinspace{}
15389 \end_inset
15390
15391 列幅%を持つminipage
15392 \begin_inset Foot
15393 status collapsed
15394
15395 \begin_layout Plain Layout
15396 minipageは第
15397 \begin_inset CommandInset ref
15398 LatexCommand ref
15399 reference "sec:ミニページ"
15400
15401 \end_inset
15402
15403 節で説明されています。
15404 \end_layout
15405
15406 \end_inset
15407
15408 ボックスの中に入れてあります。
15409 \end_layout
15410
15411 \begin_layout Itemize
15412 動作試験 
15413 \begin_inset Box Frameless
15414 position "t"
15415 hor_pos "c"
15416 has_inner_box 1
15417 inner_pos "c"
15418 use_parbox 0
15419 use_makebox 0
15420 width "15col%"
15421 special "none"
15422 height "1in"
15423 height_special "totalheight"
15424 status collapsed
15425
15426 \begin_layout Plain Layout
15427 \begin_inset Tabular
15428 <lyxtabular version="3" rows="3" columns="3">
15429 <features tabularvalignment="middle">
15430 <column alignment="center" valignment="top" width="0">
15431 <column alignment="center" valignment="top" width="0">
15432 <column alignment="center" valignment="top" width="0">
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row>
15463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 </row>
15491 <row>
15492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 </row>
15520 </lyxtabular>
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \end_inset
15528
15529  動作試験 
15530 \begin_inset ERT
15531 status collapsed
15532
15533 \begin_layout Plain Layout
15534
15535
15536 \backslash
15537 raisebox{0.85
15538 \backslash
15539 baselineskip}{
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \begin_inset Box Frameless
15546 position "t"
15547 hor_pos "c"
15548 has_inner_box 1
15549 inner_pos "c"
15550 use_parbox 0
15551 use_makebox 0
15552 width "15col%"
15553 special "none"
15554 height "1in"
15555 height_special "totalheight"
15556 status collapsed
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Tabular
15560 <lyxtabular version="3" rows="3" columns="3">
15561 <features tabularvalignment="middle">
15562 <column alignment="center" valignment="top" width="0">
15563 <column alignment="center" valignment="top" width="0">
15564 <column alignment="center" valignment="top" width="0">
15565 <row>
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" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row>
15595 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 </lyxtabular>
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \begin_inset ERT
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666
15667 }
15668 \end_layout
15669
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \begin_layout Itemize
15676 動作試験 
15677 \begin_inset Box Frameless
15678 position "c"
15679 hor_pos "c"
15680 has_inner_box 1
15681 inner_pos "c"
15682 use_parbox 0
15683 use_makebox 0
15684 width "15col%"
15685 special "none"
15686 height "1in"
15687 height_special "totalheight"
15688 status collapsed
15689
15690 \begin_layout Plain Layout
15691 \begin_inset Tabular
15692 <lyxtabular version="3" rows="3" columns="3">
15693 <features tabularvalignment="middle">
15694 <column alignment="center" valignment="top" width="0">
15695 <column alignment="center" valignment="top" width="0">
15696 <column alignment="center" valignment="top" width="0">
15697 <row>
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" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 </row>
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 </lyxtabular>
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Itemize
15797 動作試験 
15798 \begin_inset Box Frameless
15799 position "b"
15800 hor_pos "c"
15801 has_inner_box 1
15802 inner_pos "c"
15803 use_parbox 0
15804 use_makebox 0
15805 width "15col%"
15806 special "none"
15807 height "1in"
15808 height_special "totalheight"
15809 status collapsed
15810
15811 \begin_layout Plain Layout
15812 \begin_inset Tabular
15813 <lyxtabular version="3" rows="3" columns="3">
15814 <features tabularvalignment="middle">
15815 <column alignment="center" valignment="top" width="0">
15816 <column alignment="center" valignment="top" width="0">
15817 <column alignment="center" valignment="top" width="0">
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 </lyxtabular>
15906
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913
15914  動作試験 
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 raisebox{-0.32
15923 \backslash
15924 baselineskip}{
15925 \end_layout
15926
15927 \end_inset
15928
15929
15930 \begin_inset Box Frameless
15931 position "b"
15932 hor_pos "c"
15933 has_inner_box 1
15934 inner_pos "c"
15935 use_parbox 0
15936 use_makebox 0
15937 width "15col%"
15938 special "none"
15939 height "1in"
15940 height_special "totalheight"
15941 status collapsed
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Tabular
15945 <lyxtabular version="3" rows="3" columns="3">
15946 <features tabularvalignment="middle">
15947 <column alignment="center" valignment="top" width="0">
15948 <column alignment="center" valignment="top" width="0">
15949 <column alignment="center" valignment="top" width="0">
15950 <row>
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" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 </row>
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 </lyxtabular>
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \end_inset
16045
16046
16047 \begin_inset ERT
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051
16052 }
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Standard
16061 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16062 \begin_inset Foot
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 raiseboxは、第
16067 \begin_inset CommandInset ref
16068 LatexCommand ref
16069 reference "sub:垂直揃え"
16070
16071 \end_inset
16072
16073 節で説明されています。
16074 \end_layout
16075
16076 \end_inset
16077
16078 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16079 \end_layout
16080
16081 \begin_layout Standard
16082
16083 \series bold
16084
16085 \backslash
16086 raisebox{0.85
16087 \backslash
16088 baselineskip}{
16089 \end_layout
16090
16091 \begin_layout Standard
16092 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16093 \series bold
16094 }
16095 \series default
16096 をTeXコードとして挿入してあります。最後の項目の第二表には、
16097 \end_layout
16098
16099 \begin_layout Standard
16100
16101 \series bold
16102
16103 \backslash
16104 raisebox{-0.32
16105 \backslash
16106 baselineskip}{
16107 \end_layout
16108
16109 \begin_layout Standard
16110 というコマンドを使用しています。
16111 \end_layout
16112
16113 \begin_layout Standard
16114 \begin_inset Note Greyedout
16115 status open
16116
16117 \begin_layout Plain Layout
16118
16119 \series bold
16120 【註】
16121 \series default
16122 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16123 \series bold
16124
16125 \backslash
16126 raisebox
16127 \series default
16128 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16129 \end_layout
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \begin_layout Section
16137 色付きの表
16138 \begin_inset CommandInset label
16139 LatexCommand label
16140 name "sec:色付きの表"
16141
16142 \end_inset
16143
16144
16145 \begin_inset Index idx
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149 ひょう@表 ! いろつき@色付き
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Subsection
16158 色付きのセル
16159 \begin_inset Index idx
16160 status collapsed
16161
16162 \begin_layout Plain Layout
16163 ひょうのいろ@表の色 ! せるぶ@セル部
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \begin_inset Index idx
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173 いろつき@色付き ! ひょうせるぶ@表セル部
16174 \end_layout
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Standard
16182 \begin_inset Float table
16183 placement h
16184 wide false
16185 sideways false
16186 status open
16187
16188 \begin_layout Plain Layout
16189 \begin_inset Caption
16190
16191 \begin_layout Plain Layout
16192 \begin_inset CommandInset label
16193 LatexCommand label
16194 name "tab:colortblなしの表"
16195
16196 \end_inset
16197
16198
16199 \series bold
16200 colortbl
16201 \series default
16202 パッケージを使用しない色付き表
16203 \begin_inset Argument
16204 status collapsed
16205
16206 \begin_layout Plain Layout
16207 colortblなしの表
16208 \end_layout
16209
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \begin_layout Plain Layout
16221 \align center
16222 \begin_inset Tabular
16223 <lyxtabular version="3" rows="3" columns="3">
16224 <features tabularvalignment="middle">
16225 <column alignment="center" valignment="top" width="0">
16226 <column alignment="center" valignment="top" width="0">
16227 <column alignment="center" valignment="top" width="0">
16228 <row>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \color green
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244
16245 \color red
16246
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255
16256 \color red
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268
16269 \color green
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \color blue
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290
16291 \color blue
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303
16304 \color green
16305
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314
16315 \color blue
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \color blue
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 </lyxtabular>
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \begin_layout Standard
16346 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16347 \family sans
16348 編集\SpecialChar \menuseparator
16349 文字様式
16350 \family default
16351 メニューで色を選んでください。表
16352 \begin_inset CommandInset ref
16353 LatexCommand ref
16354 reference "tab:colortblなしの表"
16355
16356 \end_inset
16357
16358 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16359 \series bold
16360 colortbl
16361 \series default
16362
16363 \begin_inset Index idx
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16368 \end_layout
16369
16370 \end_inset
16371
16372 を使用しなくてはなりません。
16373 \end_layout
16374
16375 \begin_layout Standard
16376 \begin_inset ERT
16377 status collapsed
16378
16379 \begin_layout Plain Layout
16380
16381
16382 \backslash
16383 ifcolortbl
16384 \end_layout
16385
16386 \end_inset
16387
16388
16389 \begin_inset Note Note
16390 status open
16391
16392 \begin_layout Plain Layout
16393 本節の以下の部分は、LaTeXパッケージ
16394 \series bold
16395 colortbl
16396 \series default
16397 が導入済みのときのみ表示されます。
16398 \end_layout
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \begin_layout Standard
16406 色付きの表を作成するには、プリアンブルに
16407 \end_layout
16408
16409 \begin_layout Standard
16410
16411 \series bold
16412
16413 \backslash
16414 usepackage{colortbl}
16415 \end_layout
16416
16417 \begin_layout Standard
16418 という行を書いて
16419 \series bold
16420 colortbl
16421 \series default
16422 を読み込まなくてはなりません。列の色は、
16423 \series bold
16424 >{ }
16425 \series default
16426 コマンドの中に
16427 \end_layout
16428
16429 \begin_layout Standard
16430
16431 \series bold
16432
16433 \backslash
16434 columncolor{色彩名}
16435 \end_layout
16436
16437 \begin_layout Standard
16438 というコマンドを書いて指定することができます。
16439 \series bold
16440 >{}
16441 \series default
16442 コマンドに関する詳細は、第
16443 \begin_inset CommandInset ref
16444 LatexCommand ref
16445 reference "sub:連結列の計算"
16446
16447 \end_inset
16448
16449 節に述べられています。
16450 \end_layout
16451
16452 \begin_layout Standard
16453 以下の色彩名が事前に定義されています。
16454 \end_layout
16455
16456 \begin_layout Standard
16457
16458 \family sans
16459 red
16460 \family default
16461
16462 \family sans
16463 green
16464 \family default
16465
16466 \family sans
16467 yellow
16468 \family default
16469
16470 \family sans
16471 blue
16472 \family default
16473
16474 \family sans
16475 cyan
16476 \family default
16477
16478 \family sans
16479 magenta
16480 \family default
16481
16482 \family sans
16483 black
16484 \family default
16485
16486 \family sans
16487 white
16488 \end_layout
16489
16490 \begin_layout Standard
16491 \begin_inset VSpace medskip
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \begin_layout Standard
16498
16499 \lang english
16500 If you add the options
16501 \end_layout
16502
16503 \begin_layout Standard
16504
16505 \series bold
16506 usenames,dvipsnames
16507 \end_layout
16508
16509 \begin_layout Standard
16510
16511 \lang english
16512 to the document class options in the document settings, you can additionally
16513  use further 61
16514 \begin_inset space ~
16515 \end_inset
16516
16517 colors.
16518  These colors are listed in appendix
16519 \begin_inset space ~
16520 \end_inset
16521
16522
16523 \begin_inset CommandInset ref
16524 LatexCommand ref
16525 reference "chap:List-of-dvips-colornames"
16526
16527 \end_inset
16528
16529 .
16530  One of these colors, 
16531 \family sans
16532 Maroon
16533 \family default
16534 , is used as example in Table
16535 \lang japanese
16536
16537 \begin_inset space ~
16538 \end_inset
16539
16540
16541 \begin_inset CommandInset ref
16542 LatexCommand ref
16543 reference "tab:色付き表"
16544
16545 \end_inset
16546
16547 .
16548 \end_layout
16549
16550 \begin_layout Standard
16551 \begin_inset VSpace medskip
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \begin_layout Standard
16558 また
16559 \end_layout
16560
16561 \begin_layout Standard
16562
16563 \series bold
16564
16565 \backslash
16566 definecolor{色彩名}{色彩モデル}{色彩値}
16567 \end_layout
16568
16569 \begin_layout Standard
16570 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16571 \end_layout
16572
16573 \begin_layout Labeling
16574 \labelwidthstring 00.00.0000
16575 cmyk:シアン(
16576 \bar under
16577 c
16578 \bar default
16579 yan)・マゼンタ(
16580 \bar under
16581 m
16582 \bar default
16583 agenta)・黄(
16584 \bar under
16585 y
16586 \bar default
16587 ellow)・黒(blac
16588 \bar under
16589 k
16590 \bar default
16591
16592 \end_layout
16593
16594 \begin_layout Labeling
16595 \labelwidthstring 00.00.0000
16596 rgb:赤(
16597 \bar under
16598 r
16599 \bar default
16600 ed)・緑(
16601 \bar under
16602 g
16603 \bar default
16604 reen)・青(
16605 \bar under
16606 b
16607 \bar default
16608 lue)
16609 \end_layout
16610
16611 \begin_layout Labeling
16612 \labelwidthstring 00.00.0000
16613 gray:グレー
16614 \end_layout
16615
16616 \begin_layout Standard
16617 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16618 \end_layout
16619
16620 \begin_layout Standard
16621 たとえば、プリアンブルに
16622 \end_layout
16623
16624 \begin_layout Standard
16625
16626 \series bold
16627
16628 \backslash
16629 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16630 \end_layout
16631
16632 \begin_layout Standard
16633 と書くことによって、「
16634 \emph on
16635 darkgreen
16636 \emph default
16637 」色を定義することができますし、
16638 \end_layout
16639
16640 \begin_layout Standard
16641
16642 \series bold
16643
16644 \backslash
16645 definecolor{lightgray}{gray}{0.8}
16646 \end_layout
16647
16648 \begin_layout Standard
16649 と書けば、「
16650 \emph on
16651 lightgray
16652 \emph default
16653 」色を定義することができます。
16654 \end_layout
16655
16656 \begin_layout Standard
16657 \begin_inset VSpace medskip
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 罫線は
16665 \end_layout
16666
16667 \begin_layout Standard
16668
16669 \series bold
16670
16671 \backslash
16672 rowcolor{色彩名}
16673 \end_layout
16674
16675 \begin_layout Standard
16676 というコマンドを使用して色付けすることができ、セルは
16677 \end_layout
16678
16679 \begin_layout Standard
16680
16681 \series bold
16682
16683 \backslash
16684 cellcolor{色彩名}
16685 \end_layout
16686
16687 \begin_layout Standard
16688 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16689 \end_layout
16690
16691 \begin_layout Standard
16692 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16693 \family sans
16694 編集\SpecialChar \menuseparator
16695 文字様式
16696 \family default
16697 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16698 ます。
16699 \end_layout
16700
16701 \begin_layout Standard
16702 \begin_inset Note Greyedout
16703 status open
16704
16705 \begin_layout Plain Layout
16706 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715 \begin_inset VSpace bigskip
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \begin_layout Standard
16722
16723 \begin_inset CommandInset ref
16724 LatexCommand ref
16725 reference "tab:色付き表"
16726
16727 \end_inset
16728
16729 を作成するには、以下のようにしてください。第一列の色は
16730 \emph on
16731 darkgreen
16732 \emph default
16733 にしたいので、この列のLaTeX変数として
16734 \end_layout
16735
16736 \begin_layout Standard
16737
16738 \series bold
16739 >{
16740 \backslash
16741 columncolor{darkgreen}
16742 \backslash
16743 centering}c
16744 \end_layout
16745
16746 \begin_layout Standard
16747 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16748 \end_layout
16749
16750 \begin_layout Standard
16751
16752 \series bold
16753
16754 \backslash
16755 rowcolow{cyan}
16756 \end_layout
16757
16758 \begin_layout Standard
16759 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
16760 \lang english
16761 The last cell of the last row is colored maroon by inserting the TeX-Code
16762  command
16763 \end_layout
16764
16765 \begin_layout Standard
16766
16767 \series bold
16768
16769 \backslash
16770 cellcolor{Maroon}
16771 \end_layout
16772
16773 \begin_layout Standard
16774 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
16775 \family sans
16776 編集\SpecialChar \menuseparator
16777 文字様式
16778 \family default
16779 メニューを使って、各文字に色付けをすることができます。
16780 \end_layout
16781
16782 \begin_layout Standard
16783 \begin_inset Float table
16784 placement h
16785 wide false
16786 sideways false
16787 status open
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Caption
16791
16792 \begin_layout Plain Layout
16793
16794 \series bold
16795 \begin_inset CommandInset label
16796 LatexCommand label
16797 name "tab:色付き表"
16798
16799 \end_inset
16800
16801 colortbl
16802 \series default
16803 パッケージを使用した色付き表
16804 \begin_inset Argument
16805 status collapsed
16806
16807 \begin_layout Plain Layout
16808 colortblを使った表
16809 \end_layout
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \begin_layout Plain Layout
16822 \align center
16823 \begin_inset Tabular
16824 <lyxtabular version="3" rows="3" columns="3">
16825 <features tabularvalignment="middle">
16826 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
16827 <column alignment="center" valignment="top" width="0">
16828 <column alignment="center" valignment="top" width="0">
16829 <row>
16830 <cell alignment="center" valignment="top" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 \begin_inset ERT
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838
16839
16840 \backslash
16841 rowcolor{cyan}
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \color magenta
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \color red
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \color red
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="center" valignment="top" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \color yellow
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892
16893 \color blue
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \color blue
16905
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \color yellow
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927
16928 \color blue
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 \begin_inset ERT
16939 status collapsed
16940
16941 \begin_layout Plain Layout
16942
16943
16944 \backslash
16945 cellcolor{Maroon}
16946 \end_layout
16947
16948 \end_inset
16949
16950
16951 \color green
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 </row>
16958 </lyxtabular>
16959
16960 \end_inset
16961
16962
16963 \end_layout
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \begin_layout Standard
16971 \begin_inset ERT
16972 status collapsed
16973
16974 \begin_layout Plain Layout
16975
16976
16977 \backslash
16978 else
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \begin_inset Note Note
16985 status open
16986
16987 \begin_layout Plain Layout
16988 以下は、LaTeXパッケージ
16989 \series bold
16990 colortbl
16991 \series default
16992 が導入されていないときに表示されます。
16993 \end_layout
16994
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \begin_layout Standard
17001 この節の内容を出力で表示させるには、
17002 \series bold
17003 colortbl
17004 \series default
17005 パッケージを導入する必要があります。
17006 \end_layout
17007
17008 \begin_layout Standard
17009 \begin_inset ERT
17010 status collapsed
17011
17012 \begin_layout Plain Layout
17013
17014
17015 \backslash
17016 fi
17017 \end_layout
17018
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \begin_layout Subsection
17025
17026 \lang english
17027 Colored Rows
17028 \begin_inset Index idx
17029 status collapsed
17030
17031 \begin_layout Plain Layout
17032
17033 \lang english
17034 Table Color ! for Rows
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \begin_inset Index idx
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045 \lang english
17046 Color ! for Table Rows
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \begin_layout Standard
17055
17056 \lang english
17057 In case every second table row needs to be colored there is an alternative
17058  to the method described in the previous section: One loads the package
17059  
17060 \series bold
17061 xcolor
17062 \series default
17063 \lang japanese
17064
17065 \begin_inset Index idx
17066 status collapsed
17067
17068 \begin_layout Plain Layout
17069 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17070 \begin_inset ERT
17071 status collapsed
17072
17073 \begin_layout Plain Layout
17074
17075
17076 \backslash
17077 vspace{4mm}
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086
17087
17088 \lang english
17089  in the document preamble with the command
17090 \end_layout
17091
17092 \begin_layout Standard
17093
17094 \series bold
17095
17096 \backslash
17097 usepackage[table]{xcolor}
17098 \end_layout
17099
17100 \begin_layout Standard
17101
17102 \series bold
17103 \lang english
17104 xcolor
17105 \series default
17106  automatically loads also the package 
17107 \series bold
17108 colortbl
17109 \series default
17110 \lang japanese
17111
17112 \begin_inset Index idx
17113 status collapsed
17114
17115 \begin_layout Plain Layout
17116 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \lang english
17123 , so 
17124 \series bold
17125 colortbl
17126 \series default
17127  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17128 \end_layout
17129
17130 \begin_layout Standard
17131 \begin_inset ERT
17132 status collapsed
17133
17134 \begin_layout Plain Layout
17135
17136
17137 \backslash
17138 ifcolortbl
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \begin_inset Note Note
17145 status open
17146
17147 \begin_layout Plain Layout
17148 本節の以下の部分は、LaTeXパッケージ
17149 \series bold
17150 colortbl
17151 \series default
17152 が導入済みのときのみ表示されます。
17153 \end_layout
17154
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \begin_layout Standard
17161
17162 \lang english
17163 The table rows are colored with the command
17164 \end_layout
17165
17166 \begin_layout Standard
17167
17168 \series bold
17169 \lang english
17170
17171 \backslash
17172 rowcolors[commands]{row number}{odd row color}{even row color}
17173 \end_layout
17174
17175 \begin_layout Standard
17176
17177 \lang english
17178 that is either inserted in the document preamble or as TeX-Code before the
17179  first table to be colored.
17180  row
17181 \begin_inset space ~
17182 \end_inset
17183
17184 number is the number of the first row which should be colored according
17185  to the odd row color.
17186  commands can be additional commands that are executed before every table
17187  row.
17188  So for example the command
17189 \end_layout
17190
17191 \begin_layout Standard
17192
17193 \series bold
17194
17195 \backslash
17196 rowcolors{1}{white}{lightgray}
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \lang english
17202 leads to the coloring scheme of Table
17203 \begin_inset space ~
17204 \end_inset
17205
17206
17207 \begin_inset CommandInset ref
17208 LatexCommand ref
17209 reference "tab:Table-rowcolors"
17210
17211 \end_inset
17212
17213 .
17214  The command
17215 \end_layout
17216
17217 \begin_layout Standard
17218
17219 \series bold
17220
17221 \backslash
17222 rowcolors[
17223 \backslash
17224 hline]{1}{lightgray}{cyan}
17225 \end_layout
17226
17227 \begin_layout Standard
17228
17229 \lang english
17230 leads to the coloring scheme of Table
17231 \begin_inset space ~
17232 \end_inset
17233
17234
17235 \begin_inset CommandInset ref
17236 LatexCommand ref
17237 reference "tab:Table-rowcolors-2"
17238
17239 \end_inset
17240
17241 .
17242  If odd
17243 \begin_inset space ~
17244 \end_inset
17245
17246 row
17247 \begin_inset space ~
17248 \end_inset
17249
17250 color and/or even
17251 \begin_inset space ~
17252 \end_inset
17253
17254 row
17255 \begin_inset space ~
17256 \end_inset
17257
17258 color are left empty, no color will be used so that the command
17259 \end_layout
17260
17261 \begin_layout Standard
17262
17263 \series bold
17264
17265 \backslash
17266 rowcolors{1}{}{}
17267 \end_layout
17268
17269 \begin_layout Standard
17270
17271 \lang english
17272 deletes all colors.
17273  
17274 \series bold
17275
17276 \backslash
17277 rowcolors
17278 \series default
17279  affects all tables following that command.
17280 \end_layout
17281
17282 \begin_layout Standard
17283 \begin_inset ERT
17284 status open
17285
17286 \begin_layout Plain Layout
17287
17288
17289 \backslash
17290 rowcolors{1}{white}{lightgray}
17291 \end_layout
17292
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Standard
17299 \begin_inset Float table
17300 placement h
17301 wide false
17302 sideways false
17303 status open
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Caption
17307
17308 \begin_layout Plain Layout
17309
17310 \lang english
17311 \begin_inset CommandInset label
17312 LatexCommand label
17313 name "tab:Table-rowcolors"
17314
17315 \end_inset
17316
17317 Table where every second row is colored light gray.
17318 \end_layout
17319
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \begin_layout Plain Layout
17326 \align center
17327 \begin_inset Tabular
17328 <lyxtabular version="3" rows="4" columns="3">
17329 <features tabularvalignment="middle">
17330 <column alignment="center" valignment="top" width="0">
17331 <column alignment="center" valignment="top" width="0pt">
17332 <column alignment="center" valignment="top" width="0pt">
17333 <row>
17334 <cell alignment="center" valignment="top" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 X
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347 Y
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 Z
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 <row>
17363 <cell alignment="center" valignment="top" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 1
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 2
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell alignment="center" valignment="top" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 3
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 4
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 5
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 6
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 </row>
17420 <row>
17421 <cell alignment="center" valignment="top" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 7
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 8
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 9
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 </lyxtabular>
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \begin_layout Standard
17462 \begin_inset ERT
17463 status open
17464
17465 \begin_layout Plain Layout
17466
17467
17468 \backslash
17469 rowcolors[
17470 \backslash
17471 hline]{1}{lightgray}{cyan}
17472 \end_layout
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Standard
17480 \begin_inset Float table
17481 placement h
17482 wide false
17483 sideways false
17484 status open
17485
17486 \begin_layout Plain Layout
17487 \begin_inset Caption
17488
17489 \begin_layout Plain Layout
17490
17491 \lang english
17492 \begin_inset CommandInset label
17493 LatexCommand label
17494 name "tab:Table-rowcolors-2"
17495
17496 \end_inset
17497
17498 Table where every second row is colored cyan and at which there is a line
17499  between each row.
17500 \end_layout
17501
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \begin_layout Plain Layout
17508 \align center
17509 \begin_inset Tabular
17510 <lyxtabular version="3" rows="4" columns="3">
17511 <features tabularvalignment="middle">
17512 <column alignment="center" valignment="top" width="0">
17513 <column alignment="center" valignment="top" width="0">
17514 <column alignment="center" valignment="top" width="0pt">
17515 <row>
17516 <cell alignment="center" valignment="top" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 X
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 Y
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 Z
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row>
17545 <cell alignment="center" valignment="top" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 1
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 2
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 3
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 </row>
17573 <row>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 4
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 5
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596 6
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 7
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 8
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 9
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 </lyxtabular>
17632
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Standard
17644 \begin_inset ERT
17645 status collapsed
17646
17647 \begin_layout Plain Layout
17648
17649
17650 \backslash
17651 rowcolors{1}{}{}
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \begin_inset Note Note
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662 \lang english
17663 turn off the row coloring
17664 \end_layout
17665
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \begin_layout Standard
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 else
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \begin_inset Note Note
17686 status open
17687
17688 \begin_layout Plain Layout
17689 以下は、LaTeXパッケージ
17690 \series bold
17691 colortbl
17692 \series default
17693 が導入されていないときに表示されます。
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \begin_layout Standard
17702 この節の内容を出力で表示させるには、
17703 \series bold
17704 colortbl
17705 \series default
17706 パッケージを導入する必要があります。
17707 \end_layout
17708
17709 \begin_layout Standard
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 fi
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Subsection
17726 色付き罫線
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \begin_inset Index idx
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \begin_inset CommandInset ref
17752 LatexCommand ref
17753 reference "sub:罫線幅"
17754
17755 \end_inset
17756
17757 節に述べられているように、表中の全罫線の線幅は、長さ
17758 \series bold
17759
17760 \backslash
17761 arrayrulewidth
17762 \series default
17763 を使って調節することができます。本節の表では、すべて1.5
17764 \begin_inset space \thinspace{}
17765 \end_inset
17766
17767 ptに設定されています。
17768 \begin_inset ERT
17769 status collapsed
17770
17771 \begin_layout Plain Layout
17772
17773
17774 \backslash
17775 setlength{
17776 \backslash
17777 arrayrulewidth}{1.5pt}
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \end_layout
17784
17785 \begin_layout Standard
17786 たとえば縦罫線を緑に着色するには、第
17787 \begin_inset CommandInset ref
17788 LatexCommand ref
17789 reference "sub:自製書式"
17790
17791 \end_inset
17792
17793 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17794 \end_layout
17795
17796 \begin_layout Standard
17797
17798 \series bold
17799
17800 \backslash
17801 newcolumntype{W}{!{
17802 \backslash
17803 color{green}
17804 \backslash
17805 vline}}
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \begin_inset CommandInset ref
17811 LatexCommand ref
17812 reference "tab:色付き縦罫線の表"
17813
17814 \end_inset
17815
17816 では、最右列にLaTeX変数
17817 \series bold
17818 WcW
17819 \series default
17820 、他の列にLaTeX変数
17821 \series bold
17822 Wc
17823 \series default
17824 が使用されています。
17825 \end_layout
17826
17827 \begin_layout Standard
17828 複数の色を用いたいときには、列書式をもっと定義してください。
17829 \end_layout
17830
17831 \begin_layout Standard
17832 \begin_inset Float table
17833 placement h
17834 wide false
17835 sideways false
17836 status open
17837
17838 \begin_layout Plain Layout
17839 \begin_inset Caption
17840
17841 \begin_layout Plain Layout
17842 \begin_inset CommandInset label
17843 LatexCommand label
17844 name "tab:色付き縦罫線の表"
17845
17846 \end_inset
17847
17848 色付き縦罫線の表
17849 \end_layout
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Plain Layout
17857 \align center
17858 \begin_inset Tabular
17859 <lyxtabular version="3" rows="3" columns="3">
17860 <features tabularvalignment="middle">
17861 <column alignment="center" valignment="top" width="0" special="Wc">
17862 <column alignment="center" valignment="top" width="0" special="Wc">
17863 <column alignment="center" valignment="top" width="0" special="WcW">
17864 <row>
17865 <cell alignment="center" valignment="top" topline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 sd
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" topline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 </row>
17893 <row>
17894 <cell alignment="center" valignment="top" topline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 sd
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 </row>
17922 <row>
17923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 sd
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 </row>
17951 </lyxtabular>
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \begin_layout Standard
17964 \begin_inset VSpace bigskip
17965 \end_inset
17966
17967
17968 \begin_inset CommandInset ref
17969 LatexCommand ref
17970 reference "tab:色付き横罫線の表"
17971
17972 \end_inset
17973
17974 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980
17981 \backslash
17982 let
17983 \backslash
17984 myHlineC
17985 \backslash
17986 hline
17987 \begin_inset Newline newline
17988 \end_inset
17989
17990
17991 \backslash
17992 renewcommand{
17993 \backslash
17994 hline}
17995 \begin_inset Newline newline
17996 \end_inset
17997
17998
17999 \begin_inset Phantom HPhantom
18000 status open
18001
18002 \begin_layout Plain Layout
18003 \begin_inset space ~
18004 \end_inset
18005
18006
18007 \end_layout
18008
18009 \end_inset
18010
18011 {
18012 \backslash
18013 arrayrulecolor{red}
18014 \backslash
18015 myHlineC
18016 \backslash
18017 arrayrulecolor{black}}
18018 \end_layout
18019
18020 \begin_layout Standard
18021 というコマンドを入力して下さい。
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 let
18033 \backslash
18034 myHlineC
18035 \backslash
18036 hline
18037 \end_layout
18038
18039 \begin_layout Plain Layout
18040
18041
18042 \backslash
18043 renewcommand{
18044 \backslash
18045 hline}
18046 \end_layout
18047
18048 \begin_layout Plain Layout
18049
18050  {
18051 \backslash
18052 arrayrulecolor{red}
18053 \backslash
18054 myHlineC
18055 \backslash
18056 arrayrulecolor{black}}
18057 \end_layout
18058
18059 \end_inset
18060
18061
18062 \begin_inset Float table
18063 placement h
18064 wide false
18065 sideways false
18066 status open
18067
18068 \begin_layout Plain Layout
18069 \begin_inset Caption
18070
18071 \begin_layout Plain Layout
18072 \begin_inset CommandInset label
18073 LatexCommand label
18074 name "tab:色付き横罫線の表"
18075
18076 \end_inset
18077
18078 色付き横罫線の表
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Plain Layout
18087 \align center
18088 \begin_inset Tabular
18089 <lyxtabular version="3" rows="3" columns="3">
18090 <features tabularvalignment="middle">
18091 <column alignment="center" valignment="top" width="0">
18092 <column alignment="center" valignment="top" width="0">
18093 <column alignment="center" valignment="top" width="0">
18094 <row>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 sd
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 </row>
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 sd
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 <row>
18153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 sd
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 </row>
18181 </lyxtabular>
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \begin_layout Standard
18194 既定値の黒罫線に戻るには、
18195 \end_layout
18196
18197 \begin_layout Standard
18198
18199 \series bold
18200
18201 \backslash
18202 renewcommand{
18203 \backslash
18204 hline}{
18205 \backslash
18206 myHlineC}
18207 \end_layout
18208
18209 \begin_layout Standard
18210 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18211 \begin_inset CommandInset ref
18212 LatexCommand ref
18213 reference "tab:色付き罫線の表"
18214
18215 \end_inset
18216
18217 は、縦横罫線を色付けした例です。
18218 \end_layout
18219
18220 \begin_layout Standard
18221 \begin_inset Float table
18222 placement h
18223 wide false
18224 sideways false
18225 status open
18226
18227 \begin_layout Plain Layout
18228 \begin_inset Caption
18229
18230 \begin_layout Plain Layout
18231 \begin_inset CommandInset label
18232 LatexCommand label
18233 name "tab:色付き罫線の表"
18234
18235 \end_inset
18236
18237 色付き罫線の表
18238 \end_layout
18239
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \begin_layout Plain Layout
18246 \align center
18247 \begin_inset Tabular
18248 <lyxtabular version="3" rows="3" columns="3">
18249 <features tabularvalignment="middle">
18250 <column alignment="center" valignment="top" width="0" special="Wc">
18251 <column alignment="center" valignment="top" width="0" special="Wc">
18252 <column alignment="center" valignment="top" width="0" special="WcW">
18253 <row>
18254 <cell alignment="center" valignment="top" topline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 sd
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" topline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 </row>
18282 <row>
18283 <cell alignment="center" valignment="top" topline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 sd
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 <cell alignment="center" valignment="top" topline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 </row>
18311 <row topspace="default">
18312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 sd
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 </lyxtabular>
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \begin_layout Standard
18353 \begin_inset ERT
18354 status collapsed
18355
18356 \begin_layout Plain Layout
18357
18358
18359 \backslash
18360 renewcommand{
18361 \backslash
18362 hline}{
18363 \backslash
18364 myHlineC}
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset ERT
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378
18379 \backslash
18380 setlength{
18381 \backslash
18382 arrayrulewidth}{0.4pt}
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \begin_layout Section
18391
18392 \lang english
18393 Rotated Table Cells
18394 \lang japanese
18395
18396 \begin_inset CommandInset label
18397 LatexCommand label
18398 name "sec:Rotated-Table-Cells"
18399
18400 \end_inset
18401
18402
18403 \begin_inset Index idx
18404 status collapsed
18405
18406 \begin_layout Plain Layout
18407
18408 \lang english
18409 Table ! Rotated Cells
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \begin_inset Index idx
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419
18420 \lang english
18421 Rotated Material
18422 \end_layout
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \begin_layout Standard
18430
18431 \lang english
18432 \begin_inset Note Greyedout
18433 status open
18434
18435 \begin_layout Plain Layout
18436
18437 \series bold
18438 \lang english
18439 Note:
18440 \series default
18441  Not all DVI-viewers are able to display rotations.
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Standard
18450
18451 \lang english
18452 Currently LyX only offers to rotate table cells by 90
18453 \begin_inset space \thinspace{}
18454 \end_inset
18455
18456 ° counter-clockwise.
18457  To rotate cells by an angle of your choice, you have to add this to the
18458  document preamble:
18459 \end_layout
18460
18461 \begin_layout Standard
18462
18463 \series bold
18464
18465 \backslash
18466 @ifundefined{turnbox}{
18467 \backslash
18468 usepackage{rotating}}{}
18469 \end_layout
18470
18471 \begin_layout Standard
18472
18473 \lang english
18474 In the table cell that should be rotated, add at the beginning this command
18475  as TeX-code:
18476 \end_layout
18477
18478 \begin_layout Standard
18479
18480 \series bold
18481 \lang english
18482
18483 \backslash
18484 begin{turn}{angle}
18485 \end_layout
18486
18487 \begin_layout Standard
18488
18489 \lang english
18490 where angle is the rotation angle in °.
18491  At the end of the cell the command
18492 \end_layout
18493
18494 \begin_layout Standard
18495
18496 \series bold
18497
18498 \backslash
18499 end{turn}
18500 \end_layout
18501
18502 \begin_layout Standard
18503
18504 \lang english
18505 is inserted as TeX-code.
18506 \end_layout
18507
18508 \begin_layout Standard
18509
18510 \lang english
18511 Table
18512 \begin_inset space ~
18513 \end_inset
18514
18515
18516 \begin_inset CommandInset ref
18517 LatexCommand ref
18518 reference "tab:Table-with-rotated-multi"
18519
18520 \end_inset
18521
18522  is an example where 3
18523 \begin_inset space ~
18524 \end_inset
18525
18526 cells were rotated by 45
18527 \begin_inset space \thinspace{}
18528 \end_inset
18529
18530 °.
18531 \end_layout
18532
18533 \begin_layout Standard
18534
18535 \lang english
18536 \begin_inset Float table
18537 wide false
18538 sideways false
18539 status open
18540
18541 \begin_layout Plain Layout
18542
18543 \lang english
18544 \begin_inset Caption
18545
18546 \begin_layout Plain Layout
18547
18548 \lang english
18549 \begin_inset CommandInset label
18550 LatexCommand label
18551 name "tab:Table-with-rotated"
18552
18553 \end_inset
18554
18555 Table with rotated cells in the first row.
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Plain Layout
18564 \noindent
18565 \align center
18566
18567 \lang english
18568 \begin_inset Tabular
18569 <lyxtabular version="3" rows="2" columns="3">
18570 <features tabularvalignment="middle">
18571 <column alignment="center" valignment="top" width="0">
18572 <column alignment="center" valignment="top" width="0pt">
18573 <column alignment="center" valignment="top" width="0">
18574 <row>
18575 <cell alignment="center" valignment="top" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \lang english
18581 \begin_inset ERT
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585
18586
18587 \backslash
18588 begin{turn}{45}
18589 \end_layout
18590
18591 \end_inset
18592
18593 cups
18594 \begin_inset ERT
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598
18599
18600 \backslash
18601 end{turn}
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \lang english
18617 \begin_inset ERT
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621
18622
18623 \backslash
18624 begin{turn}{45}
18625 \end_layout
18626
18627 \end_inset
18628
18629 plates
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635
18636 \backslash
18637 end{turn}
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \lang english
18653 \begin_inset ERT
18654 status collapsed
18655
18656 \begin_layout Plain Layout
18657
18658
18659 \backslash
18660 begin{turn}{45}
18661 \end_layout
18662
18663 \end_inset
18664
18665 saucers
18666 \begin_inset ERT
18667 status collapsed
18668
18669 \begin_layout Plain Layout
18670
18671
18672 \backslash
18673 end{turn}
18674 \end_layout
18675
18676 \end_inset
18677
18678
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 </row>
18684 <row>
18685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689
18690 \lang english
18691 45
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \lang english
18702 33
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \lang english
18713 21
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 </row>
18719 </lyxtabular>
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \begin_layout Standard
18732
18733 \lang english
18734 \begin_inset Note Greyedout
18735 status open
18736
18737 \begin_layout Plain Layout
18738
18739 \series bold
18740 \lang english
18741 Note:
18742 \series default
18743  Line breaks (shortcut 
18744 \begin_inset Info
18745 type  "shortcut"
18746 arg   "newline-insert newline"
18747 \end_inset
18748
18749 ) are not allowed in rotated cells.
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Standard
18758
18759 \lang english
18760 If you want to rotate table cells containing line breaks, you have to put
18761  the cell content into a minipage or a parbox.
18762 \begin_inset Foot
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766
18767 \lang english
18768 For more about these boxes see sec.
18769 \lang japanese
18770
18771 \begin_inset space \thinspace{}
18772 \end_inset
18773
18774
18775 \begin_inset CommandInset ref
18776 LatexCommand ref
18777 reference "sec:ミニページ"
18778
18779 \end_inset
18780
18781  
18782 \lang english
18783 and
18784 \lang japanese
18785  
18786 \begin_inset CommandInset ref
18787 LatexCommand ref
18788 reference "sec:Parbox"
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \end_inset
18796
18797  If you rotate this cell by 90
18798 \begin_inset space \thinspace{}
18799 \end_inset
18800
18801 ° the width of the box is the height of the cell.
18802  Table
18803 \begin_inset space ~
18804 \end_inset
18805
18806
18807 \begin_inset CommandInset ref
18808 LatexCommand ref
18809 reference "tab:Table-with-rotated-multi"
18810
18811 \end_inset
18812
18813  is an example for a rotated multiline cell where the box width was set
18814  to 3
18815 \begin_inset space \thinspace{}
18816 \end_inset
18817
18818 cm.
18819 \end_layout
18820
18821 \begin_layout Standard
18822
18823 \lang english
18824 \begin_inset Float table
18825 wide false
18826 sideways false
18827 status open
18828
18829 \begin_layout Plain Layout
18830
18831 \lang english
18832 \begin_inset Caption
18833
18834 \begin_layout Plain Layout
18835
18836 \lang english
18837 \begin_inset CommandInset label
18838 LatexCommand label
18839 name "tab:Table-with-rotated-multi"
18840
18841 \end_inset
18842
18843 Table with rotated multiline cell.
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Plain Layout
18852 \noindent
18853 \align center
18854
18855 \lang english
18856 \begin_inset Tabular
18857 <lyxtabular version="3" rows="2" columns="3">
18858 <features tabularvalignment="middle">
18859 <column alignment="center" valignment="top" width="0">
18860 <column alignment="center" valignment="top" width="0pt">
18861 <column alignment="center" valignment="top" width="0">
18862 <row>
18863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867
18868 \lang english
18869 a
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \lang english
18880 \begin_inset Box Frameless
18881 position "t"
18882 hor_pos "c"
18883 has_inner_box 1
18884 inner_pos "t"
18885 use_parbox 0
18886 use_makebox 0
18887 width "3cm"
18888 special "none"
18889 height "1in"
18890 height_special "totalheight"
18891 status open
18892
18893 \begin_layout Plain Layout
18894
18895 \lang english
18896 rotated cell
18897 \begin_inset Newline newline
18898 \end_inset
18899
18900 with line break
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914
18915 \lang english
18916 e
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \lang english
18929 b
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938
18939 \lang english
18940 c
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \lang english
18951 d
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 </lyxtabular>
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Section
18970
18971 \lang english
18972 Table Width Calculation
18973 \begin_inset CommandInset label
18974 LatexCommand label
18975 name "sec:Table-Width-Calculation"
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \begin_layout Standard
18983
18984 \lang english
18985 For wide tables it is sometimes difficult to assure that the table does
18986  not protrude over the page margin.
18987  Setting a fixed width for every column of the table is the solution, but
18988  what amount of space is needed for each column?
18989 \end_layout
18990
18991 \begin_layout Standard
18992
18993 \lang english
18994 The table width 
18995 \begin_inset Formula $W_{\mathrm{table}}$
18996 \end_inset
18997
18998  can be calculated: Every column has the width of the specified column width
18999  
19000 \begin_inset Formula $W_{\mathrm{column}}$
19001 \end_inset
19002
19003  (that the content of the column can consume) plus two times the separation
19004  between the column content and the column border (LaTeX length
19005 \series bold
19006  
19007 \backslash
19008 tabcolsep
19009 \series default
19010 , default 6
19011 \begin_inset space \thinspace{}
19012 \end_inset
19013
19014 pt) plus the width of a border line (LaTeX length 
19015 \series bold
19016
19017 \backslash
19018 arrayrulewidth
19019 \series default
19020 , default 0.4
19021 \begin_inset space \thinspace{}
19022 \end_inset
19023
19024 pt): So if all 
19025 \begin_inset Formula $n$
19026 \end_inset
19027
19028
19029 \begin_inset space ~
19030 \end_inset
19031
19032 columns have the same width, the table width is
19033 \lang japanese
19034
19035 \begin_inset Formula 
19036 \begin{equation}
19037 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19038 \end{equation}
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Standard
19046
19047 \lang english
19048 The available width for a table is the space between the page margins or
19049  the width of a text column (for a two-column document) (LaTeX length 
19050 \series bold
19051
19052 \backslash
19053 columnwidth
19054 \series default
19055 ).
19056  If all table columns should have the same width and 
19057 \begin_inset Formula $W_{\mathrm{table}}$
19058 \end_inset
19059
19060  should be 1
19061 \begin_inset space \thinspace{}
19062 \end_inset
19063
19064
19065 \backslash
19066 columnwidth, 
19067 \begin_inset Formula $W_{\mathrm{column}}$
19068 \end_inset
19069
19070  can easily be calculated.
19071 \end_layout
19072
19073 \begin_layout Standard
19074
19075 \lang english
19076 To be able to perform calculations you need to load the LaTeX-package 
19077 \series bold
19078 calc
19079 \series default
19080 \lang japanese
19081
19082 \begin_inset Index idx
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086 LaTeXぱっけーじ@LaTeXパッケージ ! calc
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \lang english
19093  in the document preamble.
19094  To set the width in the table dialog you have to use the field 
19095 \family sans
19096 LaTeX argument
19097 \family default
19098 .
19099  The command scheme for this field is the same that is explained in section
19100 \begin_inset space ~
19101 \end_inset
19102
19103
19104 \lang japanese
19105
19106 \begin_inset CommandInset ref
19107 LatexCommand ref
19108 reference "sub:連結列の計算"
19109
19110 \end_inset
19111
19112
19113 \lang english
19114 .
19115  For a table with 5
19116 \begin_inset space \thinspace{}
19117 \end_inset
19118
19119 columns with an uniform width and centered text, enter there for each column
19120  the command
19121 \end_layout
19122
19123 \begin_layout Standard
19124
19125 \series bold
19126 >{
19127 \backslash
19128 centering}p{(1
19129 \backslash
19130 columnwidth-62.4pt)/5}
19131 \end_layout
19132
19133 \begin_layout Standard
19134
19135 \lang english
19136 For a table with 5
19137 \begin_inset space \thinspace{}
19138 \end_inset
19139
19140 columns where 2 should have 0.75
19141 \begin_inset space ~
19142 \end_inset
19143
19144 times the width than the 3 others, the calculation is
19145 \lang japanese
19146
19147 \begin_inset Formula 
19148 \begin{align}
19149 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19150  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19151  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19152 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19153 \end{align}
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \begin_layout Standard
19161
19162 \lang english
19163 In the table therefore the command
19164 \end_layout
19165
19166 \begin_layout Standard
19167
19168 \series bold
19169 >{
19170 \backslash
19171 centering}p{(1
19172 \backslash
19173 columnwidth-62.4pt)/
19174 \backslash
19175 real{4.5}}
19176 \end_layout
19177
19178 \begin_layout Standard
19179
19180 \lang english
19181 is used for the wider columns and
19182 \end_layout
19183
19184 \begin_layout Standard
19185
19186 \series bold
19187 >{
19188 \backslash
19189 centering}p{(1
19190 \backslash
19191 columnwidth-62.4pt)/
19192 \backslash
19193 real{4.5}*
19194 \backslash
19195 real{0.75}}
19196 \end_layout
19197
19198 \begin_layout Standard
19199
19200 \lang english
19201 for the smaller ones:
19202 \end_layout
19203
19204 \begin_layout Standard
19205 \begin_inset Tabular
19206 <lyxtabular version="3" rows="2" columns="5">
19207 <features tabularvalignment="middle">
19208 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19209 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19210 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19211 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19212 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19213 <row>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218 1
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 2
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 3
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 4
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 5
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 111111 1111111 111111 111111111 11111 11111 1111
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 2222 22222 222222 222222222 2222222 22 22222
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 333333 333333 333333 33333 3333333 333
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 </lyxtabular>
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \begin_layout Section
19315 表の調整
19316 \begin_inset Index idx
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320 ひょうのちょうせい@表の調整
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \begin_inset Index idx
19327 status collapsed
19328
19329 \begin_layout Plain Layout
19330 ひょう@表 ! ちょうせい@調整
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \begin_layout Subsection
19339 行の余白取り
19340 \begin_inset CommandInset label
19341 LatexCommand label
19342 name "sub:行の余白取り"
19343
19344 \end_inset
19345
19346
19347 \begin_inset Index idx
19348 status collapsed
19349
19350 \begin_layout Plain Layout
19351 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Standard
19360 表の設定ダイアログの
19361 \family sans
19362 罫線
19363 \family default
19364 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19365 \end_layout
19366
19367 \begin_layout Description
19368 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19369 \begin_inset Foot
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373 フォーマル形式の表は第
19374 \begin_inset CommandInset ref
19375 LatexCommand ref
19376 reference "sec:フォーマル形式の表"
19377
19378 \end_inset
19379
19380 節で説明されています。
19381 \end_layout
19382
19383 \end_inset
19384
19385 ならば、LyXは既定値として0.5
19386 \begin_inset space \thinspace{}
19387 \end_inset
19388
19389 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19390 \begin_inset VSpace medskip
19391 \end_inset
19392
19393
19394 \begin_inset Newline newline
19395 \end_inset
19396
19397
19398 \begin_inset space \hspace*{}
19399 \length 0pt
19400 \end_inset
19401
19402
19403 \begin_inset space \hfill{}
19404 \end_inset
19405
19406
19407 \begin_inset Tabular
19408 <lyxtabular version="3" rows="3" columns="1">
19409 <features tabularvalignment="middle">
19410 <column alignment="center" valignment="top" width="0">
19411 <row>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row topspace="3mm">
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 行上に3
19428 \begin_inset space \thinspace{}
19429 \end_inset
19430
19431 mmの余白
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 </lyxtabular>
19449
19450 \end_inset
19451
19452
19453 \begin_inset space \hfill{}
19454 \end_inset
19455
19456
19457 \begin_inset space \hspace*{}
19458 \length 0pt
19459 \end_inset
19460
19461
19462 \begin_inset VSpace medskip
19463 \end_inset
19464
19465
19466 \begin_inset Newline newline
19467 \end_inset
19468
19469 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19470 \end_layout
19471
19472 \begin_layout Description
19473 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19474 \begin_inset space \thinspace{}
19475 \end_inset
19476
19477 emの余白を挿入し、通常の表ならば既定値として2
19478 \begin_inset space \thinspace{}
19479 \end_inset
19480
19481 ptを挿入します。
19482 \end_layout
19483
19484 \begin_layout Description
19485 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19486 \begin_inset space \thinspace{}
19487 \end_inset
19488
19489 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19490 \begin_inset VSpace medskip
19491 \end_inset
19492
19493
19494 \begin_inset Newline newline
19495 \end_inset
19496
19497
19498 \begin_inset space \hspace*{}
19499 \length 0pt
19500 \end_inset
19501
19502
19503 \begin_inset space \hfill{}
19504 \end_inset
19505
19506
19507 \begin_inset Tabular
19508 <lyxtabular version="3" rows="3" columns="1">
19509 <features tabularvalignment="middle">
19510 <column alignment="center" valignment="top" width="0">
19511 <row>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 </row>
19522 <row interlinespace="3mm">
19523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 \begin_inset Formula $\downarrow$
19528 \end_inset
19529
19530  行間に3
19531 \begin_inset space \thinspace{}
19532 \end_inset
19533
19534 mmの余白 
19535 \begin_inset Formula $\downarrow$
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 </row>
19544 <row>
19545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 \begin_inset Formula $\uparrow$
19550 \end_inset
19551
19552  行間に3
19553 \begin_inset space \thinspace{}
19554 \end_inset
19555
19556 mmの余白 
19557 \begin_inset Formula $\uparrow$
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 </row>
19566 </lyxtabular>
19567
19568 \end_inset
19569
19570
19571 \begin_inset space \hfill{}
19572 \end_inset
19573
19574
19575 \begin_inset space \hspace*{}
19576 \length 0pt
19577 \end_inset
19578
19579
19580 \begin_inset VSpace medskip
19581 \end_inset
19582
19583
19584 \begin_inset Newline newline
19585 \end_inset
19586
19587 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19588 \end_layout
19589
19590 \begin_layout Standard
19591 \begin_inset VSpace bigskip
19592 \end_inset
19593
19594 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19595 \end_layout
19596
19597 \begin_layout Standard
19598
19599 \series bold
19600
19601 \backslash
19602 @ifundefined{extrarowheight}
19603 \begin_inset Newline newline
19604 \end_inset
19605
19606
19607 \begin_inset Phantom HPhantom
19608 status open
19609
19610 \begin_layout Plain Layout
19611 \begin_inset space ~
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618
19619 {
19620 \backslash
19621 usepackage{array}}{}
19622 \begin_inset Newline newline
19623 \end_inset
19624
19625
19626 \backslash
19627 setlength{
19628 \backslash
19629 extrarowheight}{height}
19630 \end_layout
19631
19632 \begin_layout Standard
19633 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
19634 \series bold
19635 array
19636 \series default
19637 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19638 \series bold
19639
19640 \backslash
19641 @ifundefined
19642 \series default
19643 が使用されています)。
19644 \end_layout
19645
19646 \begin_layout Standard
19647 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
19648 \series bold
19649
19650 \backslash
19651 strut
19652 \series default
19653 コマンドを挿入することで補正することができます。表
19654 \begin_inset CommandInset ref
19655 LatexCommand ref
19656 reference "tab:垂直揃え"
19657
19658 \end_inset
19659
19660 は、この効果を示したものです。
19661 \end_layout
19662
19663 \begin_layout Standard
19664 \noindent
19665 \begin_inset Float table
19666 placement h
19667 wide false
19668 sideways false
19669 status open
19670
19671 \begin_layout Plain Layout
19672 \begin_inset Caption
19673
19674 \begin_layout Plain Layout
19675 \begin_inset CommandInset label
19676 LatexCommand label
19677 name "tab:垂直揃え"
19678
19679 \end_inset
19680
19681 大きなフォント寸法の文章の垂直揃え
19682 \end_layout
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Plain Layout
19690 \begin_inset space \hfill{}
19691 \end_inset
19692
19693
19694 \begin_inset Float table
19695 wide false
19696 sideways false
19697 status open
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Caption
19701
19702 \begin_layout Plain Layout
19703 通常の表
19704 \end_layout
19705
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \begin_layout Plain Layout
19712 \noindent
19713 \align center
19714 \begin_inset Tabular
19715 <lyxtabular version="3" rows="6" columns="1">
19716 <features tabularvalignment="middle">
19717 <column alignment="left" valignment="top" width="0">
19718 <row>
19719 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 Normal, g
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 </row>
19729 <row>
19730 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \size large
19736 Large
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 </row>
19742 <row>
19743 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747
19748 \size larger
19749 Larger
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \size largest
19762 Largest
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 </row>
19768 <row>
19769 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773
19774 \size huge
19775 Huge
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 <row>
19782 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \size giant
19788 Huger
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 </lyxtabular>
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \begin_inset space \hfill{}
19805 \end_inset
19806
19807
19808 \begin_inset Float table
19809 wide false
19810 sideways false
19811 status open
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Caption
19815
19816 \begin_layout Plain Layout
19817
19818 \series bold
19819
19820 \backslash
19821 strut
19822 \series default
19823 コマンドを使用した表
19824 \end_layout
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \begin_layout Plain Layout
19832 \noindent
19833 \align center
19834 \begin_inset Tabular
19835 <lyxtabular version="3" rows="6" columns="1">
19836 <features tabularvalignment="middle">
19837 <column alignment="left" valignment="top" width="0">
19838 <row>
19839 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 Normal, g
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \size large
19856 \begin_inset ERT
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860
19861
19862 \backslash
19863 strut 
19864 \end_layout
19865
19866 \end_inset
19867
19868 Large
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \size larger
19881 \begin_inset ERT
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885
19886
19887 \backslash
19888 strut 
19889 \end_layout
19890
19891 \end_inset
19892
19893 Larger
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 <row>
19900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \size largest
19906 \begin_inset ERT
19907 status collapsed
19908
19909 \begin_layout Plain Layout
19910
19911
19912 \backslash
19913 strut 
19914 \end_layout
19915
19916 \end_inset
19917
19918 Largest
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 </row>
19924 <row>
19925 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \size huge
19931 \begin_inset ERT
19932 status collapsed
19933
19934 \begin_layout Plain Layout
19935
19936
19937 \backslash
19938 strut 
19939 \end_layout
19940
19941 \end_inset
19942
19943 Huge
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954
19955 \size giant
19956 \begin_inset ERT
19957 status collapsed
19958
19959 \begin_layout Plain Layout
19960
19961
19962 \backslash
19963 strut 
19964 \end_layout
19965
19966 \end_inset
19967
19968 Huger
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 </lyxtabular>
19975
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982
19983
19984 \begin_inset space \hfill{}
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \begin_layout Subsection
19996 特殊なセル揃え
19997 \begin_inset CommandInset label
19998 LatexCommand label
19999 name "sub:特殊なセル揃え"
20000
20001 \end_inset
20002
20003
20004 \begin_inset Index idx
20005 status collapsed
20006
20007 \begin_layout Plain Layout
20008 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
20009 \end_layout
20010
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \begin_layout Standard
20017 ときには表
20018 \begin_inset CommandInset ref
20019 LatexCommand ref
20020 reference "tab:表セル"
20021
20022 \end_inset
20023
20024 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
20025 \begin_inset Info
20026 type  "icon"
20027 arg   "inset-modify tabular align-decimal"
20028 \end_inset
20029
20030 を押すか、表設定中で揃えを
20031 \family sans
20032 小数点で
20033 \family default
20034 に設定します。
20035 \end_layout
20036
20037 \begin_layout Standard
20038 \begin_inset Float table
20039 placement h
20040 wide false
20041 sideways false
20042 status open
20043
20044 \begin_layout Plain Layout
20045 \begin_inset Caption
20046
20047 \begin_layout Plain Layout
20048 \begin_inset CommandInset label
20049 LatexCommand label
20050 name "tab:表セル"
20051
20052 \end_inset
20053
20054 一列が小数点で揃えられた表セル
20055 \end_layout
20056
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \begin_layout Plain Layout
20063 \align center
20064 \begin_inset Tabular
20065 <lyxtabular version="3" rows="4" columns="1">
20066 <features booktabs="true" tabularvalignment="middle">
20067 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20068 <row>
20069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 見出し
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 12.6
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 <row>
20091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 0.68
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106 -123.0
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 </lyxtabular>
20113
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \begin_layout Standard
20125 \begin_inset Float table
20126 placement h
20127 wide false
20128 sideways false
20129 status open
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Caption
20133
20134 \begin_layout Plain Layout
20135 \begin_inset CommandInset label
20136 LatexCommand label
20137 name "tab:演算子揃え表"
20138
20139 \end_inset
20140
20141 一列が演算子で揃えられた表セル
20142 \end_layout
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Plain Layout
20150 \align center
20151 \begin_inset Tabular
20152 <lyxtabular version="3" rows="4" columns="2">
20153 <features booktabs="true" tabularvalignment="middle">
20154 <column alignment="right" valignment="top" width="0pt">
20155 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20156 <row>
20157 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 見出し
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 </row>
20176 <row>
20177 <cell alignment="center" valignment="top" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $12\,+$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193 \begin_inset Formula $\,6$
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 </row>
20202 <row>
20203 <cell alignment="center" valignment="top" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Formula $0\,-$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\,68$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $-123\,/$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\,0$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 </lyxtabular>
20255
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \begin_layout Standard
20267 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20268 \begin_inset CommandInset ref
20269 LatexCommand ref
20270 reference "tab:演算子揃え表"
20271
20272 \end_inset
20273
20274 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
20275 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
20276 ために、
20277 \end_layout
20278
20279 \begin_layout Standard
20280
20281 \series bold
20282 @{}l
20283 \end_layout
20284
20285 \begin_layout Standard
20286 というLaTeX引数を第2列に指定します。
20287 \end_layout
20288
20289 \begin_layout Standard
20290
20291 \begin_inset CommandInset ref
20292 LatexCommand ref
20293 reference "tab:表セル揃え"
20294
20295 \end_inset
20296
20297 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20298 \begin_inset CommandInset ref
20299 LatexCommand ref
20300 reference "tab:演算子揃え表"
20301
20302 \end_inset
20303
20304 の冒頭には、小空白が加えられています。
20305 \end_layout
20306
20307 \begin_layout Standard
20308 \begin_inset Float table
20309 wide false
20310 sideways false
20311 status open
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Caption
20315
20316 \begin_layout Plain Layout
20317 \begin_inset CommandInset label
20318 LatexCommand label
20319 name "tab:表セル揃え"
20320
20321 \end_inset
20322
20323 表セルの揃えの例
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Plain Layout
20332 \align center
20333 \begin_inset Tabular
20334 <lyxtabular version="3" rows="4" columns="6">
20335 <features tabularvalignment="middle">
20336 <column alignment="right" valignment="top" width="0">
20337 <column alignment="left" valignment="top" width="0" special="@{}l">
20338 <column alignment="right" valignment="top" width="0">
20339 <column alignment="left" valignment="top" width="0" special="@{}l">
20340 <column alignment="right" valignment="top" width="0">
20341 <column alignment="left" valignment="top" width="0" special="@{}l">
20342 <row>
20343 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 単位
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 冪数
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 関係子
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 <row>
20399 <cell alignment="center" valignment="top" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 12×
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 24本の瓶
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 \begin_inset Formula $10\cdot$
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 \begin_inset Formula $10^{\mbox{-}17}$
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\Gamma(t)\propto$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 \begin_inset Formula $\:\Upsilon(t)$
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 <row>
20467 <cell alignment="center" valignment="top" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 1024×
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 768ピクセル
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $5.78\cdot$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 \begin_inset Formula $10^{7}$
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $A\ne$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Formula $\: B_{\mathrm{red}}$
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 <row>
20535 <cell alignment="center" valignment="top" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 32×
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548 6
20549 \begin_inset space \thinspace{}
20550 \end_inset
20551
20552 cm
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 <cell alignment="center" valignment="top" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561 -
20562 \begin_inset Formula $33.5\cdot$
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset Formula $10^{4}$
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 <cell alignment="center" valignment="top" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586 \begin_inset Formula $\sin(\alpha)\ge$
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\:\sin(\beta)$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 </lyxtabular>
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Subsection
20620 自製のセル書式および列書式
20621 \begin_inset CommandInset label
20622 LatexCommand label
20623 name "sub:自製書式"
20624
20625 \end_inset
20626
20627
20628 \begin_inset Index idx
20629 status collapsed
20630
20631 \begin_layout Plain Layout
20632 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \begin_layout Standard
20641
20642 \lang english
20643 Calculating the required width for normal columns as described in section
20644 \begin_inset space ~
20645 \end_inset
20646
20647
20648 \begin_inset CommandInset ref
20649 LatexCommand ref
20650 reference "sec:Table-Width-Calculation"
20651
20652 \end_inset
20653
20654  or for spanned columns as described in section
20655 \begin_inset space ~
20656 \end_inset
20657
20658
20659 \lang japanese
20660
20661 \begin_inset CommandInset ref
20662 LatexCommand ref
20663 reference "sub:連結列の計算"
20664
20665 \end_inset
20666
20667
20668 \lang english
20669  is very annoying if you have several tables where a calculation is necessary.
20670
20671 \lang japanese
20672  そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20673 \end_layout
20674
20675 \begin_layout Standard
20676
20677 \series bold
20678
20679 \backslash
20680 newcolumntype{書式名}[引数の数]{コマンド}
20681 \end_layout
20682
20683 \begin_layout Standard
20684 書式名は、一文字だけでも構いません。
20685 \emph on
20686 b
20687 \emph default
20688
20689 \emph on
20690 c
20691 \emph default
20692
20693 \emph on
20694 l
20695 \emph default
20696
20697 \emph on
20698 m
20699 \emph default
20700
20701 \emph on
20702 p
20703 \emph default
20704
20705 \emph on
20706 r
20707 \emph default
20708 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20709 \end_layout
20710
20711 \begin_layout Standard
20712 \begin_inset VSpace medskip
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \begin_layout Standard
20719 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20720 \end_layout
20721
20722 \begin_layout Standard
20723
20724 \series bold
20725
20726 \backslash
20727 newcolumntype{M}[1]{>{
20728 \backslash
20729 centering
20730 \backslash
20731 hspace{0pt}}m{#1}}
20732 \end_layout
20733
20734 \begin_layout Standard
20735 ここで
20736 \series bold
20737
20738 \backslash
20739 hspace{0pt}
20740 \series default
20741 は、第
20742 \begin_inset CommandInset ref
20743 LatexCommand ref
20744 reference "sub:複数行"
20745
20746 \end_inset
20747
20748 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
20749 \end_layout
20750
20751 \begin_layout Standard
20752
20753 \series bold
20754 M{width}
20755 \end_layout
20756
20757 \begin_layout Standard
20758 と入力するだけですみます。
20759 \end_layout
20760
20761 \begin_layout Standard
20762 \begin_inset VSpace bigskip
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \begin_layout Standard
20769 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20770 \end_layout
20771
20772 \begin_layout Standard
20773
20774 \series bold
20775
20776 \backslash
20777 newcolumntype{S}[2]{>{
20778 \backslash
20779 centering
20780 \backslash
20781 hspace{0pt}}
20782 \begin_inset Newline newline
20783 \end_inset
20784
20785
20786 \begin_inset Phantom HPhantom
20787 status open
20788
20789 \begin_layout Plain Layout
20790
20791 \series bold
20792
20793 \backslash
20794 newcolumntype
20795 \end_layout
20796
20797 \end_inset
20798
20799 m{(#1+(2
20800 \backslash
20801 tabcolsep+
20802 \backslash
20803 arrayrulewidth)*(1-#2))/#2}}
20804 \end_layout
20805
20806 \begin_layout Standard
20807 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20808 \begin_inset CommandInset ref
20809 LatexCommand eqref
20810 reference "eq:Wgn"
20811
20812 \end_inset
20813
20814 式を使用しています。
20815 \end_layout
20816
20817 \begin_layout Standard
20818 こうしておけば、当該セルのLaTeX引数に
20819 \end_layout
20820
20821 \begin_layout Standard
20822
20823 \series bold
20824 S{連結列セルの幅}{連結列セルがまたがる列の数}
20825 \end_layout
20826
20827 \begin_layout Standard
20828 と入力するだけですみます。
20829 \end_layout
20830
20831 \begin_layout Standard
20832 \begin_inset VSpace bigskip
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 色付き列については、以下のように定義するとよいでしょう。
20840 \end_layout
20841
20842 \begin_layout Standard
20843
20844 \series bold
20845
20846 \backslash
20847 newcolumntype{K}[1]{>{
20848 \backslash
20849 columncolor{#1}
20850 \backslash
20851 hspace{0pt}}c}
20852 \end_layout
20853
20854 \begin_layout Standard
20855 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20856 \end_layout
20857
20858 \begin_layout Standard
20859
20860 \series bold
20861 K{色名}
20862 \end_layout
20863
20864 \begin_layout Standard
20865 と入力します。
20866 \end_layout
20867
20868 \begin_layout Standard
20869 \begin_inset VSpace bigskip
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Standard
20876
20877 \begin_inset CommandInset ref
20878 LatexCommand ref
20879 reference "tab:ユーザー定義の表書式"
20880
20881 \end_inset
20882
20883 を生成するには、第1列と連結列にLaTeX引数として
20884 \end_layout
20885
20886 \begin_layout Standard
20887
20888 \series bold
20889 M{2.5cm}
20890 \end_layout
20891
20892 \begin_layout Standard
20893 を指定し、最終列に
20894 \end_layout
20895
20896 \begin_layout Standard
20897
20898 \series bold
20899 K{red}
20900 \end_layout
20901
20902 \begin_layout Standard
20903 そして第2列の各セルに
20904 \end_layout
20905
20906 \begin_layout Standard
20907
20908 \series bold
20909 S{2.5cm}{2}
20910 \end_layout
20911
20912 \begin_layout Standard
20913 と指定します。
20914 \end_layout
20915
20916 \begin_layout Standard
20917 \begin_inset Float table
20918 placement h
20919 wide false
20920 sideways false
20921 status open
20922
20923 \begin_layout Plain Layout
20924 \begin_inset Caption
20925
20926 \begin_layout Plain Layout
20927 \begin_inset CommandInset label
20928 LatexCommand label
20929 name "tab:ユーザー定義の表書式"
20930
20931 \end_inset
20932
20933 ユーザー定義の表書式を使用した表
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Plain Layout
20942 \align center
20943 \begin_inset Tabular
20944 <lyxtabular version="3" rows="3" columns="4">
20945 <features tabularvalignment="middle">
20946 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20947 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20948 <column alignment="center" valignment="middle" width="0">
20949 <column alignment="center" valignment="middle" width="0" special="K{red}">
20950 <row>
20951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 とても長い表セル中の単語
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 複数行の連結列
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 c
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 d
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 e
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 f
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 g
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 h
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 i
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 j
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 k
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 </row>
21064 </lyxtabular>
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Subsection
21077 罫線幅
21078 \begin_inset CommandInset label
21079 LatexCommand label
21080 name "sub:罫線幅"
21081
21082 \end_inset
21083
21084
21085 \begin_inset Index idx
21086 status collapsed
21087
21088 \begin_layout Plain Layout
21089 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
21090 \end_layout
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 表中のすべての罫線の罫線幅を調整するには、長さ
21099 \series bold
21100
21101 \backslash
21102 arrayrulewidth
21103 \series default
21104 を使用します。たとえば、表
21105 \begin_inset CommandInset ref
21106 LatexCommand ref
21107 reference "tab:Table-with-1.5"
21108
21109 \end_inset
21110
21111 のように罫線幅を1.5
21112 \begin_inset space \thinspace{}
21113 \end_inset
21114
21115 ptにするには、表や表フロートの前にTeXコードで
21116 \end_layout
21117
21118 \begin_layout Standard
21119
21120 \series bold
21121
21122 \backslash
21123 setlength{
21124 \backslash
21125 arrayrulewidth}{1.5pt}
21126 \end_layout
21127
21128 \begin_layout Standard
21129 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
21130 \series bold
21131
21132 \backslash
21133 arrayrulewidth
21134 \series default
21135 を0.4
21136 \begin_inset space \thinspace{}
21137 \end_inset
21138
21139 ptに設定してください。
21140 \end_layout
21141
21142 \begin_layout Standard
21143 \begin_inset ERT
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147
21148
21149 \backslash
21150 setlength{
21151 \backslash
21152 arrayrulewidth}{1.5pt}
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \begin_inset Float table
21159 wide false
21160 sideways false
21161 status open
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Caption
21165
21166 \begin_layout Plain Layout
21167 \begin_inset CommandInset label
21168 LatexCommand label
21169 name "tab:Table-with-1.5"
21170
21171 \end_inset
21172
21173 1.5
21174 \begin_inset space \thinspace{}
21175 \end_inset
21176
21177 pt幅罫線の表
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Plain Layout
21186 \align center
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="3" columns="3">
21189 <features tabularvalignment="middle">
21190 <column alignment="center" valignment="top" width="0">
21191 <column alignment="center" valignment="top" width="0">
21192 <column alignment="center" valignment="top" width="0">
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 sd
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 sd
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 sd
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 </lyxtabular>
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \begin_inset ERT
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294
21295
21296 \backslash
21297 setlength{
21298 \backslash
21299 arrayrulewidth}{0.4pt}
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 \begin_inset VSpace bigskip
21309 \end_inset
21310
21311
21312 \begin_inset CommandInset ref
21313 LatexCommand ref
21314 reference "tab:1.5pt幅横罫"
21315
21316 \end_inset
21317
21318 のように横罫だけを1.5
21319 \begin_inset space \thinspace{}
21320 \end_inset
21321
21322 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
21323 \end_layout
21324
21325 \begin_layout Standard
21326
21327 \series bold
21328
21329 \backslash
21330 let
21331 \backslash
21332 myHline
21333 \backslash
21334 hline
21335 \begin_inset Newline newline
21336 \end_inset
21337
21338
21339 \backslash
21340 renewcommand{
21341 \backslash
21342 hline}
21343 \begin_inset Newline newline
21344 \end_inset
21345
21346  {
21347 \backslash
21348 noalign{
21349 \backslash
21350 global
21351 \backslash
21352 arrayrulewidth 1.5pt}
21353 \begin_inset Newline newline
21354 \end_inset
21355
21356  
21357 \backslash
21358 myHline
21359 \backslash
21360 noalign{
21361 \backslash
21362 global
21363 \backslash
21364 arrayrulewidth 0.4pt}}
21365 \end_layout
21366
21367 \begin_layout Standard
21368 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
21369 \end_layout
21370
21371 \begin_layout Standard
21372
21373 \series bold
21374
21375 \backslash
21376 renewcommand{
21377 \backslash
21378 hline}{
21379 \backslash
21380 myHline}
21381 \end_layout
21382
21383 \begin_layout Standard
21384 \begin_inset ERT
21385 status collapsed
21386
21387 \begin_layout Plain Layout
21388
21389
21390 \backslash
21391 let
21392 \backslash
21393 myHline
21394 \backslash
21395 hline
21396 \end_layout
21397
21398 \begin_layout Plain Layout
21399
21400
21401 \backslash
21402 renewcommand{
21403 \backslash
21404 hline}
21405 \end_layout
21406
21407 \begin_layout Plain Layout
21408
21409  {
21410 \backslash
21411 noalign{
21412 \backslash
21413 global
21414 \backslash
21415 arrayrulewidth 1.5pt}
21416 \end_layout
21417
21418 \begin_layout Plain Layout
21419
21420   
21421 \backslash
21422 myHline
21423 \backslash
21424 noalign{
21425 \backslash
21426 global
21427 \backslash
21428 arrayrulewidth 0.4pt}}
21429 \end_layout
21430
21431 \end_inset
21432
21433
21434 \begin_inset Float table
21435 wide false
21436 sideways false
21437 status open
21438
21439 \begin_layout Plain Layout
21440 \begin_inset Caption
21441
21442 \begin_layout Plain Layout
21443 \begin_inset CommandInset label
21444 LatexCommand label
21445 name "tab:1.5pt幅横罫"
21446
21447 \end_inset
21448
21449 1.5
21450 \begin_inset space \thinspace{}
21451 \end_inset
21452
21453 pt幅横罫の表
21454 \end_layout
21455
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \begin_layout Plain Layout
21462 \align center
21463 \begin_inset Tabular
21464 <lyxtabular version="3" rows="3" columns="3">
21465 <features tabularvalignment="middle">
21466 <column alignment="center" valignment="top" width="0">
21467 <column alignment="center" valignment="top" width="0">
21468 <column alignment="center" valignment="top" width="0">
21469 <row>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 sd
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 sd
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 sd
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 </lyxtabular>
21557
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \begin_inset ERT
21567 status collapsed
21568
21569 \begin_layout Plain Layout
21570
21571
21572 \backslash
21573 renewcommand{
21574 \backslash
21575 hline}{
21576 \backslash
21577 myHline}
21578 \end_layout
21579
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \begin_layout Standard
21586 \begin_inset VSpace bigskip
21587 \end_inset
21588
21589 縦罫だけを1.5
21590 \begin_inset space \thinspace{}
21591 \end_inset
21592
21593 pt幅にするには、第
21594 \begin_inset CommandInset ref
21595 LatexCommand ref
21596 reference "sub:自製書式"
21597
21598 \end_inset
21599
21600 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21601 \end_layout
21602
21603 \begin_layout Standard
21604
21605 \series bold
21606
21607 \backslash
21608 newcolumntype{V}{!{
21609 \backslash
21610 vrule width 1.5pt}}
21611 \end_layout
21612
21613 \begin_layout Standard
21614
21615 \begin_inset CommandInset ref
21616 LatexCommand ref
21617 reference "tab:1.5pt幅縦罫"
21618
21619 \end_inset
21620
21621 を作るには、最右列にLaTeX引数
21622 \end_layout
21623
21624 \begin_layout Standard
21625
21626 \series bold
21627 VcV
21628 \end_layout
21629
21630 \begin_layout Standard
21631 を指定し、他の列には
21632 \end_layout
21633
21634 \begin_layout Standard
21635
21636 \series bold
21637 Vc
21638 \end_layout
21639
21640 \begin_layout Standard
21641 を指定します。
21642 \end_layout
21643
21644 \begin_layout Standard
21645 \begin_inset Float table
21646 wide false
21647 sideways false
21648 status open
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Caption
21652
21653 \begin_layout Plain Layout
21654 \begin_inset CommandInset label
21655 LatexCommand label
21656 name "tab:1.5pt幅縦罫"
21657
21658 \end_inset
21659
21660 1.5
21661 \begin_inset space \thinspace{}
21662 \end_inset
21663
21664 pt幅縦罫の表
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Plain Layout
21673 \align center
21674 \begin_inset Tabular
21675 <lyxtabular version="3" rows="3" columns="3">
21676 <features tabularvalignment="middle">
21677 <column alignment="center" valignment="top" width="0" special="Vc">
21678 <column alignment="center" valignment="top" width="0" special="Vc">
21679 <column alignment="center" valignment="top" width="0" special="VcV">
21680 <row>
21681 <cell alignment="center" valignment="top" topline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 sd
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 sd
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 sd
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 </lyxtabular>
21768
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Subsection
21780 点罫
21781 \begin_inset Index idx
21782 status collapsed
21783
21784 \begin_layout Plain Layout
21785 ひょうのちょうせい@表の調整 ! てんけい@点罫
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \begin_layout Standard
21794 \begin_inset ERT
21795 status collapsed
21796
21797 \begin_layout Plain Layout
21798
21799
21800 \backslash
21801 ifarydshln
21802 \end_layout
21803
21804 \end_inset
21805
21806
21807 \begin_inset Note Note
21808 status open
21809
21810 \begin_layout Plain Layout
21811 この節は、LaTeXパッケージ
21812 \series bold
21813 arydshln
21814 \series default
21815 が導入済みの時のみ表示されます。
21816 \end_layout
21817
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \begin_layout Standard
21824 \begin_inset Float table
21825 placement H
21826 wide false
21827 sideways false
21828 status open
21829
21830 \begin_layout Plain Layout
21831 \begin_inset Caption
21832
21833 \begin_layout Plain Layout
21834 \begin_inset CommandInset label
21835 LatexCommand label
21836 name "tab:点罫表"
21837
21838 \end_inset
21839
21840 点罫を使用した表
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \begin_layout Plain Layout
21849 \align center
21850 \begin_inset Tabular
21851 <lyxtabular version="3" rows="5" columns="5">
21852 <features tabularvalignment="middle">
21853 <column alignment="center" valignment="top" width="0">
21854 <column alignment="center" valignment="top" width="0">
21855 <column alignment="center" valignment="top" width="0" special=":c">
21856 <column alignment="center" valignment="top" width="0">
21857 <column alignment="center" valignment="top" width="0">
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset ERT
21958 status collapsed
21959
21960 \begin_layout Plain Layout
21961
21962
21963 \backslash
21964 hdashline 
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016 \begin_inset ERT
22017 status collapsed
22018
22019 \begin_layout Plain Layout
22020
22021
22022 \backslash
22023 cdashline{4-5}
22024 \end_layout
22025
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 </row>
22117 </lyxtabular>
22118
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \begin_layout Standard
22130 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
22131 \end_layout
22132
22133 \begin_layout Standard
22134
22135 \series bold
22136
22137 \backslash
22138 usepackage{arydshln}
22139 \end_layout
22140
22141 \begin_layout Standard
22142 というコマンドを書き、LaTeXパッケージの
22143 \series bold
22144 arydshln
22145 \series default
22146
22147 \begin_inset Index idx
22148 status collapsed
22149
22150 \begin_layout Plain Layout
22151 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
22152 \end_layout
22153
22154 \end_inset
22155
22156 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
22157 \end_layout
22158
22159 \begin_layout Standard
22160 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
22161 \end_layout
22162
22163 \begin_layout Standard
22164
22165 \series bold
22166
22167 \backslash
22168 hdashline
22169 \end_layout
22170
22171 \begin_layout Standard
22172 というコマンドを加えてください。
22173 \end_layout
22174
22175 \begin_layout Standard
22176 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
22177 \end_layout
22178
22179 \begin_layout Standard
22180
22181 \series bold
22182
22183 \backslash
22184 cdashline{列番号
22185 \series default
22186 }
22187 \end_layout
22188
22189 \begin_layout Standard
22190 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22191 \end_layout
22192
22193 \begin_layout Standard
22194
22195 \series bold
22196
22197 \backslash
22198 cdashline{2-4}
22199 \end_layout
22200
22201 \begin_layout Standard
22202 なるコマンドを置いてください。
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset VSpace bigskip
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213
22214 \begin_inset CommandInset ref
22215 LatexCommand ref
22216 reference "tab:点罫表"
22217
22218 \end_inset
22219
22220 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
22221 \series bold
22222
22223 \backslash
22224 hdashline
22225 \series default
22226 が挿れられており、第3行の最初のセルには、TeXコードのコマンド
22227 \begin_inset Newline newline
22228 \end_inset
22229
22230  
22231 \series bold
22232
22233 \backslash
22234 cdashline{4-5}
22235 \series default
22236 が挿れられています。
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \begin_inset VSpace bigskip
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Standard
22247
22248 \lang english
22249 Tables with dashed lines can also be colored as shown by Table
22250 \lang japanese
22251
22252 \begin_inset space ~
22253 \end_inset
22254
22255
22256 \begin_inset CommandInset ref
22257 LatexCommand ref
22258 reference "tab:Colored-table-with"
22259
22260 \end_inset
22261
22262 .
22263 \end_layout
22264
22265 \begin_layout Standard
22266 \begin_inset ERT
22267 status collapsed
22268
22269 \begin_layout Plain Layout
22270
22271
22272 \backslash
22273 setlength{
22274 \backslash
22275 arrayrulewidth}{1pt}
22276 \end_layout
22277
22278 \end_inset
22279
22280
22281 \lang english
22282
22283 \begin_inset Note Note
22284 status collapsed
22285
22286 \begin_layout Plain Layout
22287
22288 \lang english
22289 thicker lines for better visualization of the line color
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \begin_layout Standard
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302
22303
22304 \backslash
22305 dashgapcolor{green}
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \lang english
22312
22313 \begin_inset Note Note
22314 status collapsed
22315
22316 \begin_layout Plain Layout
22317
22318 \lang english
22319 color gaps between dashes green
22320 \end_layout
22321
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \begin_layout Standard
22328 \begin_inset ERT
22329 status collapsed
22330
22331 \begin_layout Plain Layout
22332
22333
22334 \backslash
22335 let
22336 \backslash
22337 myHdashline
22338 \backslash
22339 hdashline
22340 \end_layout
22341
22342 \begin_layout Plain Layout
22343
22344
22345 \backslash
22346 renewcommand{
22347 \backslash
22348 hdashline}
22349 \end_layout
22350
22351 \begin_layout Plain Layout
22352
22353  {
22354 \backslash
22355 arrayrulecolor{red}
22356 \backslash
22357 myHdashline
22358 \backslash
22359 arrayrulecolor{black}}
22360 \end_layout
22361
22362 \end_inset
22363
22364
22365 \lang english
22366
22367 \begin_inset Note Note
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371
22372 \lang english
22373 color horizontal, dashed lines red
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \begin_layout Standard
22382 \begin_inset ERT
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386
22387
22388 \backslash
22389 let
22390 \backslash
22391 myCdashline
22392 \backslash
22393 cdashline
22394 \end_layout
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 renewcommand{
22401 \backslash
22402 cdashline}[1]
22403 \end_layout
22404
22405 \begin_layout Plain Layout
22406
22407  {
22408 \backslash
22409 arrayrulecolor{yellow}
22410 \backslash
22411 myCdashline{#1}
22412 \backslash
22413 arrayrulecolor{black}}
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \lang english
22420
22421 \begin_inset Note Note
22422 status collapsed
22423
22424 \begin_layout Plain Layout
22425
22426 \lang english
22427 color partial horizontal, dashed lines yellow
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Standard
22436 \begin_inset Float table
22437 placement h
22438 wide false
22439 sideways false
22440 status open
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Caption
22444
22445 \begin_layout Plain Layout
22446 \begin_inset CommandInset label
22447 LatexCommand label
22448 name "tab:Colored-table-with"
22449
22450 \end_inset
22451
22452
22453 \lang english
22454 Colored table with dashed lines
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Plain Layout
22463 \align center
22464 \begin_inset Tabular
22465 <lyxtabular version="3" rows="5" columns="5">
22466 <features tabularvalignment="middle">
22467 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22468 <column alignment="center" valignment="top" width="0pt">
22469 <column alignment="center" valignment="top" width="0pt" special=":c">
22470 <column alignment="center" valignment="top" width="0">
22471 <column alignment="center" valignment="top" width="0">
22472 <row>
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 a
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 b
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 c
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 d
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 e
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 </row>
22519 <row>
22520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 f
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" topline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 g
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 h
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 i
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 j
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 </row>
22566 <row>
22567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset ERT
22572 status collapsed
22573
22574 \begin_layout Plain Layout
22575
22576
22577 \backslash
22578 hdashline 
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \begin_inset ERT
22585 status collapsed
22586
22587 \begin_layout Plain Layout
22588
22589
22590 \backslash
22591 rowcolor{Gray}
22592 \end_layout
22593
22594 \end_inset
22595
22596 k
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 l
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 m
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 n
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 o
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset ERT
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647
22648
22649 \backslash
22650 cdashline{4-5}
22651 \end_layout
22652
22653 \end_inset
22654
22655 p
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 q
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 r
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 s
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 <row>
22698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 t
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 u
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 v
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 w
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset ERT
22739 status collapsed
22740
22741 \begin_layout Plain Layout
22742
22743
22744 \backslash
22745 cellcolor{Maroon}
22746 \end_layout
22747
22748 \end_inset
22749
22750 i
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 </lyxtabular>
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 \begin_inset ERT
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773
22774
22775 \backslash
22776 renewcommand{
22777 \backslash
22778 hdashline}{
22779 \backslash
22780 myHdashline}
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \lang english
22787
22788 \begin_inset Note Note
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792
22793 \lang english
22794 reset to default
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Standard
22803 \begin_inset ERT
22804 status collapsed
22805
22806 \begin_layout Plain Layout
22807
22808
22809 \backslash
22810 renewcommand{
22811 \backslash
22812 cdashline}{
22813 \backslash
22814 myCdashline}
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \lang english
22821
22822 \begin_inset Note Note
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827 \lang english
22828 reset to default
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Standard
22837 \begin_inset ERT
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841
22842
22843 \backslash
22844 nodashgapcolor
22845 \end_layout
22846
22847 \end_inset
22848
22849
22850 \lang english
22851
22852 \begin_inset Note Note
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856
22857 \lang english
22858 reset to default
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Standard
22867 \begin_inset ERT
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871
22872
22873 \backslash
22874 setlength{
22875 \backslash
22876 arrayrulewidth}{0.4pt}
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \lang english
22883
22884 \begin_inset Note Note
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889 \lang english
22890 reset to default
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Standard
22899
22900 \lang english
22901 The coloring of lines, columns and lines works as decribed in section
22902 \begin_inset space ~
22903 \end_inset
22904
22905
22906 \lang japanese
22907
22908 \begin_inset CommandInset ref
22909 LatexCommand ref
22910 reference "sec:色付きの表"
22911
22912 \end_inset
22913
22914
22915 \lang english
22916 .
22917  Coloring horizontal lines works analogically as described there as well,
22918  one only needs to replace in the commands 
22919 \series bold
22920
22921 \backslash
22922 myHlineC
22923 \series default
22924  by 
22925 \series bold
22926
22927 \backslash
22928 myHdashline
22929 \series default
22930  and 
22931 \backslash
22932
22933 \series bold
22934 hline
22935 \series default
22936  by 
22937 \series bold
22938
22939 \backslash
22940 hdashline
22941 \series default
22942 ; so one uses the command
22943 \end_layout
22944
22945 \begin_layout Standard
22946
22947 \series bold
22948
22949 \backslash
22950 let
22951 \backslash
22952 myHdashline
22953 \backslash
22954 hdashline
22955 \begin_inset Newline newline
22956 \end_inset
22957
22958
22959 \backslash
22960 renewcommand{
22961 \backslash
22962 hdashline}
22963 \begin_inset Newline newline
22964 \end_inset
22965
22966
22967 \begin_inset Phantom HPhantom
22968 status open
22969
22970 \begin_layout Plain Layout
22971 \begin_inset space ~
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978
22979 {
22980 \backslash
22981 arrayrulecolor{red}
22982 \backslash
22983 myHdashline
22984 \backslash
22985 arrayrulecolor{black}}
22986 \end_layout
22987
22988 \begin_layout Standard
22989
22990 \lang english
22991 To color 
22992 \series bold
22993
22994 \backslash
22995 cdashline
22996 \series default
22997 , the command is
22998 \end_layout
22999
23000 \begin_layout Standard
23001
23002 \series bold
23003
23004 \backslash
23005 let
23006 \backslash
23007 myCdashline
23008 \backslash
23009 cdashline
23010 \begin_inset Newline newline
23011 \end_inset
23012
23013
23014 \backslash
23015 renewcommand{
23016 \backslash
23017 cdashline}[1]
23018 \begin_inset Newline newline
23019 \end_inset
23020
23021
23022 \begin_inset Phantom HPhantom
23023 status open
23024
23025 \begin_layout Plain Layout
23026 \begin_inset space ~
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \end_inset
23033
23034 {
23035 \backslash
23036 arrayrulecolor{red}
23037 \backslash
23038 myCdashline{#1}
23039 \backslash
23040 arrayrulecolor{black}}
23041 \end_layout
23042
23043 \begin_layout Standard
23044
23045 \lang english
23046 To get back the black line color, one needs to insert the following commands
23047  as TeX-Code behind the table:
23048 \end_layout
23049
23050 \begin_layout Standard
23051
23052 \lang english
23053 For 
23054 \series bold
23055
23056 \backslash
23057 hdashline
23058 \end_layout
23059
23060 \begin_layout Standard
23061
23062 \series bold
23063
23064 \backslash
23065 renewcommand{
23066 \backslash
23067 hdashline}{
23068 \backslash
23069 myHdashline}
23070 \end_layout
23071
23072 \begin_layout Standard
23073
23074 \lang english
23075 and for 
23076 \series bold
23077
23078 \backslash
23079 cdashline
23080 \end_layout
23081
23082 \begin_layout Standard
23083
23084 \series bold
23085
23086 \backslash
23087 renewcommand{
23088 \backslash
23089 cdashline}{
23090 \backslash
23091 myCdashline}
23092 \end_layout
23093
23094 \begin_layout Standard
23095
23096 \lang english
23097 To color the gaps between the dashes the command
23098 \end_layout
23099
23100 \begin_layout Standard
23101
23102 \series bold
23103 \lang english
23104
23105 \backslash
23106 dashgapcolor{color}
23107 \end_layout
23108
23109 \begin_layout Standard
23110
23111 \lang english
23112 can be used in front of a table as TeX-Code.
23113  color is hereby the name of a defined color.
23114  The command
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \series bold
23120
23121 \backslash
23122 nodashgapcolor
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \lang english
23128 unsets the changes made by 
23129 \series bold
23130
23131 \backslash
23132 dashgapcolor
23133 \series default
23134 .
23135 \end_layout
23136
23137 \begin_layout Standard
23138
23139 \lang english
23140 \begin_inset Note Greyedout
23141 status open
23142
23143 \begin_layout Plain Layout
23144
23145 \series bold
23146 \color none
23147 \lang english
23148 Note
23149 \series default
23150 : If there are multiple commands in a cell, the command of 
23151 \series bold
23152 arydshln
23153 \series default
23154  needs to be the first one in the cell.
23155  Therefore in cell 
23156 \emph on
23157 k
23158 \emph default
23159  of Table
23160 \begin_inset space ~
23161 \end_inset
23162
23163
23164 \begin_inset CommandInset ref
23165 LatexCommand ref
23166 reference "tab:Colored-table-with"
23167
23168 \end_inset
23169
23170  the command 
23171 \series bold
23172
23173 \backslash
23174 hdashline
23175 \series default
23176  is before 
23177 \series bold
23178
23179 \backslash
23180 rowcolor
23181 \series default
23182 .
23183 \end_layout
23184
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \begin_layout Standard
23191
23192 \lang english
23193 \begin_inset Note Greyedout
23194 status open
23195
23196 \begin_layout Plain Layout
23197
23198 \series bold
23199 \color none
23200 \lang english
23201 Note:
23202 \series default
23203  The LaTeX-package 
23204 \series bold
23205 arydshln
23206 \series default
23207  must be loaded in the document preamble before the LaTeX-package
23208 \lang japanese
23209  
23210 \series bold
23211 colortbl
23212 \series default
23213 \color inherit
23214
23215 \begin_inset Index idx
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \color none
23226 .
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240
23241 \backslash
23242 else
23243 \end_layout
23244
23245 \end_inset
23246
23247
23248 \begin_inset Note Note
23249 status open
23250
23251 \begin_layout Plain Layout
23252 以下は、LaTeXパッケージ
23253 \series bold
23254 arydshln
23255 \series default
23256 が導入済みでないときに表示されます。
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Standard
23265 本節の内容を出力に表示するためには、
23266 \series bold
23267 arydshln
23268 \series default
23269 パッケージを導入しなくてはなりません。
23270 \end_layout
23271
23272 \begin_layout Standard
23273 \begin_inset ERT
23274 status collapsed
23275
23276 \begin_layout Plain Layout
23277
23278
23279 \backslash
23280 fi
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289
23290 \lang english
23291 For more information about dashed lines see the documentation of
23292 \lang japanese
23293  
23294 \series bold
23295 arydshln
23296 \series default
23297
23298 \begin_inset CommandInset citation
23299 LatexCommand cite
23300 key "arydshln"
23301
23302 \end_inset
23303
23304 .
23305 \end_layout
23306
23307 \begin_layout Chapter
23308 フロート
23309 \begin_inset CommandInset label
23310 LatexCommand label
23311 name "chap:フロート"
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 Section
23329 はじめに
23330 \begin_inset CommandInset label
23331 LatexCommand label
23332 name "sec:フロートはじめに"
23333
23334 \end_inset
23335
23336
23337 \begin_inset Index idx
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341 ふろーと@フロート ! はじめに
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Standard
23350 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23351 ート)ことができます。
23352 \family sans
23353 脚注
23354 \family default
23355
23356 \family sans
23357 傍注
23358 \family default
23359 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23360 \end_layout
23361
23362 \begin_layout Standard
23363 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23364 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23365 ートには連番が割り当てられます。参照については、第
23366 \begin_inset CommandInset ref
23367 LatexCommand ref
23368 reference "sec:フロートの参照"
23369
23370 \end_inset
23371
23372 節で述べられています。
23373 \end_layout
23374
23375 \begin_layout Standard
23376 フロートを挿入するには、
23377 \family sans
23378 挿入\SpecialChar \menuseparator
23379 フロート
23380 \family default
23381 メニューを使えば、ラベルのついたボックスすなわち
23382 \family sans
23383 キャプション
23384 \family default
23385 差込枠が挿入されます (
23386 \lang english
23387 toolbar button 
23388 \lang japanese
23389
23390 \begin_inset Info
23391 type  "icon"
23392 arg   "float-insert figure"
23393 \end_inset
23394
23395
23396 \lang english
23397  or
23398 \lang japanese
23399  
23400 \begin_inset Info
23401 type  "icon"
23402 arg   "float-insert table"
23403 \end_inset
23404
23405 )。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプションの上ないし下に別
23406 の段落として挿入します。キャプションの配置に関して詳しくは、第
23407 \begin_inset CommandInset ref
23408 LatexCommand ref
23409 reference "sec:キャプションの配置"
23410
23411 \end_inset
23412
23413 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
23414 ます。畳んだフロートボックスは、
23415 \begin_inset Graphics
23416         filename clipart/floatQt4.png
23417         scale 70
23418         scaleBeforeRotation
23419
23420 \end_inset
23421
23422 のように、灰色ボタンに赤字ラベルで表示されます。
23423 \end_layout
23424
23425 \begin_layout Standard
23426 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23427 \end_layout
23428
23429 \begin_layout Standard
23430 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23431 \end_layout
23432
23433 \begin_layout Section
23434 フロート型
23435 \end_layout
23436
23437 \begin_layout Standard
23438 LyXには、第
23439 \begin_inset CommandInset ref
23440 LatexCommand ref
23441 reference "sec:図フロート"
23442
23443 \end_inset
23444
23445 節および第
23446 \begin_inset CommandInset ref
23447 LatexCommand ref
23448 reference "sec:表フロート"
23449
23450 \end_inset
23451
23452 節で各々説明されている図フロートと表フロート以外に、
23453 \family sans
23454 アルゴリズム型
23455 \series bold
23456
23457 \series default
23458 折返し型
23459 \family default
23460 のフロート型があります。 
23461 \lang english
23462 The latter are explained in sec.
23463 \lang japanese
23464
23465 \begin_inset space \thinspace{}
23466 \end_inset
23467
23468
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "sec:折返しフロート"
23472
23473 \end_inset
23474
23475 .
23476 \end_layout
23477
23478 \begin_layout Subsection
23479 アルゴリズムフロート
23480 \begin_inset Index idx
23481 status collapsed
23482
23483 \begin_layout Plain Layout
23484 ふろーと@フロート ! あるごりずむ@アルゴリズム
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Standard
23493 \begin_inset Float algorithm
23494 placement h
23495 wide false
23496 sideways false
23497 status open
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Caption
23501
23502 \begin_layout Plain Layout
23503 \begin_inset CommandInset label
23504 LatexCommand label
23505 name "alg:アルゴリズムフロートの例"
23506
23507 \end_inset
23508
23509 アルゴリズムフロートの例
23510 \end_layout
23511
23512 \end_inset
23513
23514
23515 \end_layout
23516
23517 \begin_layout LyX-Code
23518 for I in 1..N loop
23519 \begin_inset Newline newline
23520 \end_inset
23521
23522  Sum:= Sum + A(I); /*comment*/
23523 \begin_inset Newline newline
23524 \end_inset
23525
23526 end loop
23527 \begin_inset VSpace -4mm
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 このフロート型は、
23540 \family sans
23541 挿入
23542 \shape up
23543 \SpecialChar \menuseparator
23544 フロート\SpecialChar \menuseparator
23545 アルゴリズム
23546 \family default
23547 \shape default
23548 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23549 \begin_inset CommandInset ref
23550 LatexCommand ref
23551 reference "cha:プログラムコードリスト"
23552
23553 \end_inset
23554
23555 章で説明されているプログラムコードリストの代わりとみなすことができます。
23556 \emph on
23557 LyXユーザーの手引き
23558 \emph default
23559 に述べられているように、アルゴリズム向けの環境としては、
23560 \family sans
23561 LyXコード
23562 \family default
23563 があります。 アルゴリズム
23564 \begin_inset CommandInset ref
23565 LatexCommand ref
23566 reference "alg:アルゴリズムフロートの例"
23567
23568 \end_inset
23569
23570 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23571 \begin_inset space \thinspace{}
23572 \end_inset
23573
23574 mmの垂直空白が入れてあります。
23575 \end_layout
23576
23577 \begin_layout Standard
23578 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23579 \end_layout
23580
23581 \begin_layout Standard
23582
23583 \series bold
23584
23585 \backslash
23586 floatname{algorithm}{付けたい名称}
23587 \end_layout
23588
23589 \begin_layout Standard
23590 という行を手動で加える必要があります。ここで
23591 \family sans
23592 \series bold
23593 付けたい名称
23594 \family default
23595 \series default
23596 には、お使いの言語で「
23597 \emph on
23598 algorithm
23599 \emph default
23600 」に対応する単語を指定します。
23601 \end_layout
23602
23603 \begin_layout Standard
23604 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
23605 \family sans
23606 挿入\SpecialChar \menuseparator
23607 一覧/目次\SpecialChar \menuseparator
23608 アルゴリズム一覧
23609 \family default
23610 メニューを使用します。それ以外の場合には、代わりに
23611 \end_layout
23612
23613 \begin_layout Standard
23614
23615 \series bold
23616
23617 \backslash
23618 listof{algorithm}{付けたい名称}
23619 \end_layout
23620
23621 \begin_layout Standard
23622 というコマンドをTeXコードとして用います。ここで
23623 \family sans
23624 付けたい名称
23625 \family default
23626 とは、「
23627 \emph on
23628 List of Algorithm
23629 \emph default
23630 s」という単語に相当する、ご使用になりたい言語での単語です。
23631 \end_layout
23632
23633 \begin_layout Standard
23634 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23635 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23636 \end_layout
23637
23638 \begin_layout Standard
23639
23640 \series bold
23641
23642 \backslash
23643 numberwithin{algorithm}{chapter}
23644 \end_layout
23645
23646 \begin_layout Standard
23647 というコマンドを追加してください。
23648 \series bold
23649
23650 \backslash
23651 numberwithin
23652 \series default
23653 というコマンドを使用するには、文書設定の
23654 \family sans
23655 数式オプション
23656 \family default
23657 タブで
23658 \family sans
23659 AMS mathパッケージを使用する
23660 \family default
23661 オプションを有効にしてください。
23662 \end_layout
23663
23664 \begin_layout Section
23665 フロートの連番
23666 \begin_inset Index idx
23667 status collapsed
23668
23669 \begin_layout Plain Layout
23670 ふろーと@フロート ! れんばん@連番
23671 \end_layout
23672
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \begin_layout Standard
23679 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23680 て変わります。
23681 \end_layout
23682
23683 \begin_layout Standard
23684 節から独立して付けられている連番を変更するには、文書プリアンブルで
23685 \end_layout
23686
23687 \begin_layout Standard
23688
23689 \series bold
23690
23691 \backslash
23692 renewcommand{
23693 \backslash
23694 thetable}{
23695 \backslash
23696 roman{table}}
23697 \end_layout
23698
23699 \begin_layout Standard
23700
23701 \series bold
23702 というコマンドを使うと良いでしょう。
23703 \backslash
23704 thetable
23705 \series default
23706 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23707 \series bold
23708
23709 \backslash
23710 thefigure
23711 \series default
23712 コマンドを使用します。上のコマンドで使用されている
23713 \series bold
23714
23715 \backslash
23716 roman
23717 \series default
23718 は、表番号を小文字のローマ数字で印字するコマンドです。
23719 \end_layout
23720
23721 \begin_layout Standard
23722 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23723 \end_layout
23724
23725 \begin_layout Standard
23726
23727 \series bold
23728
23729 \backslash
23730 numberwithin{table}{subsection}
23731 \end_layout
23732
23733 \begin_layout Standard
23734 というコマンドを使用してください。
23735 \series bold
23736
23737 \backslash
23738 numberwithin
23739 \series default
23740 コマンドを使用可能にするためには、文書設定の
23741 \family sans
23742 数式オプション
23743 \family default
23744 タブで、
23745 \family sans
23746 AMS
23747 \begin_inset space ~
23748 \end_inset
23749
23750 math数式パッケージを使用する
23751 \family default
23752 を使用します。
23753 \end_layout
23754
23755 \begin_layout Standard
23756 連番コマンドについての詳細と大切な注意点については、第
23757 \begin_inset CommandInset ref
23758 LatexCommand ref
23759 reference "sub:脚注の付番"
23760
23761 \end_inset
23762
23763 節もご覧ください。
23764 \end_layout
23765
23766 \begin_layout Section
23767 フロートの参照
23768 \begin_inset CommandInset label
23769 LatexCommand label
23770 name "sec:フロートの参照"
23771
23772 \end_inset
23773
23774
23775 \begin_inset Index idx
23776 status collapsed
23777
23778 \begin_layout Plain Layout
23779 ふろーと@フロート ! さんしょう@参照
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \begin_inset Index idx
23786 status collapsed
23787
23788 \begin_layout Plain Layout
23789 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 フロートを参照するには、
23799 \family sans
23800 挿入\SpecialChar \menuseparator
23801 ラベル
23802 \family default
23803 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23804 \begin_inset Graphics
23805         filename ../clipart/labelQt4.png
23806         scale 85
23807         scaleBeforeRotation
23808
23809 \end_inset
23810
23811 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
23812 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23813 \family sans
23814 fig:
23815 \family default
23816 」という前置句がつけられます。
23817 \end_layout
23818
23819 \begin_layout Standard
23820 ラベルは、参照のための名称兼位置標として用いられます。
23821 \family sans
23822 挿入\SpecialChar \menuseparator
23823 相互参照
23824 \family default
23825 メニューかツールバーボタン
23826 \begin_inset Info
23827 type  "icon"
23828 arg   "dialog-show-new-inset ref"
23829 \end_inset
23830
23831 を使えば、ラベルを参照することができます。
23832 \begin_inset Graphics
23833         filename clipart/referenceQt4.png
23834         scale 85
23835         scaleBeforeRotation
23836
23837 \end_inset
23838
23839 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
23840 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
23841 れます。
23842 \end_layout
23843
23844 \begin_layout Standard
23845 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23846 出力では、参照の代わりに二つの疑問符が表示されることになります。
23847 \end_layout
23848
23849 \begin_layout Standard
23850 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23851 で、リンクの更新に手間を割く必要はありません。
23852 \end_layout
23853
23854 \begin_layout Standard
23855 相互参照ウィンドウの
23856 \family sans
23857 ラベルへ移動
23858 \family default
23859 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23860 \family sans
23861 戻る
23862 \family default
23863 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23864 \end_layout
23865
23866 \begin_layout Subsection
23867 相互参照の書式
23868 \begin_inset CommandInset label
23869 LatexCommand label
23870 name "sub:相互参照の書式"
23871
23872 \end_inset
23873
23874
23875 \begin_inset Index idx
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879 さんしょう@参照 ! しょしき@書式
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 相互参照には、以下の6種類があります。
23889 \end_layout
23890
23891 \begin_layout Description
23892 <参照>: これはフロート番号を表示します。これが既定値です。例:
23893 \begin_inset CommandInset ref
23894 LatexCommand ref
23895 reference "fig:歪められた二つの像"
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Description
23903 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23904 例:
23905 \begin_inset CommandInset ref
23906 LatexCommand eqref
23907 reference "eq:Wgn"
23908
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \begin_layout Description
23915 <参照ページ>: これはページ番号を表示します。例:Page
23916 \begin_inset space ~
23917 \end_inset
23918
23919
23920 \begin_inset CommandInset ref
23921 LatexCommand pageref
23922 reference "fig:歪められた二つの像"
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \begin_layout Description
23930 on
23931 \begin_inset space ~
23932 \end_inset
23933
23934 page
23935 \begin_inset space ~
23936 \end_inset
23937
23938 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23939 \begin_inset CommandInset ref
23940 LatexCommand vpageref
23941 reference "fig:歪められた二つの像"
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \begin_layout Description
23949 <参照>
23950 \begin_inset space ~
23951 \end_inset
23952
23953 on
23954 \begin_inset space ~
23955 \end_inset
23956
23957 page
23958 \begin_inset space ~
23959 \end_inset
23960
23961 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23962 \begin_inset CommandInset ref
23963 LatexCommand vref
23964 reference "fig:歪められた二つの像"
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Description
23972 整形された参照: これは自製の相互参照書式で出力します。
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \begin_inset Note Greyedout
23978 status open
23979
23980 \begin_layout Plain Layout
23981 【註】この機能は、LaTeXパッケージ
23982 \series bold
23983 prettyref
23984 \series default
23985 または
23986 \series bold
23987 refstyle
23988 \series default
23989 が導入されている場合のみ使用することができます。
23990 \begin_inset Index idx
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23995 \end_layout
23996
23997 \end_inset
23998
23999
24000 \begin_inset Index idx
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013
24014
24015 \begin_inset Newline newline
24016 \end_inset
24017
24018 メニュー
24019 \family sans
24020 文書\SpecialChar \menuseparator
24021 設定\SpecialChar \menuseparator
24022 文書クラス
24023 \family default
24024 でオプション
24025 \family sans
24026 相互参照に(prettyrefではなく)refstyleを使用
24027 \family default
24028 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
24029 \series bold
24030
24031 \backslash
24032 newrefformat
24033 \series default
24034 コマンド(prettyrefの場合)あるいは
24035 \series bold
24036
24037 \backslash
24038 newref
24039 \series default
24040 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
24041 \family sans
24042 fig
24043 \family default
24044 」を持ちます)をすべて定義し直すには、
24045 \begin_inset Newline newline
24046 \end_inset
24047
24048
24049 \series bold
24050
24051 \backslash
24052 newref{fig}{refcmd={Image on page 
24053 \backslash
24054 pageref{#1}}}
24055 \begin_inset Newline newline
24056 \end_inset
24057
24058
24059 \series default
24060 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
24061 \begin_inset CommandInset citation
24062 LatexCommand cite
24063 key "prettyref,refstyle"
24064
24065 \end_inset
24066
24067 をご覧ください。
24068 \end_layout
24069
24070 \begin_layout Description
24071 名称参照: これは、右のように参照のキャプションを出力します。 
24072 \begin_inset CommandInset ref
24073 LatexCommand nameref
24074 reference "fig:歪められた二つの像"
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Standard
24082
24083 \family sans
24084 <参照ページ>
24085 \family default
24086 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
24087 \family sans
24088 on this page
24089 \family default
24090 」のような文章が表示されます。様式
24091 \family sans
24092 <参照> on page <参照ページ>
24093 \family default
24094 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
24095 \end_layout
24096
24097 \begin_layout Standard
24098 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
24099 \family sans
24100 書式
24101 \family default
24102 フィールドで選ぶことができます。
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset Note Greyedout
24107 status open
24108
24109 \begin_layout Plain Layout
24110
24111 \series bold
24112 Note:
24113 \series default
24114  It is recommended to use the LaTeX-package 
24115 \series bold
24116 refstyle
24117 \series default
24118
24119 \begin_inset Index idx
24120 status collapsed
24121
24122 \begin_layout Plain Layout
24123 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
24124 \end_layout
24125
24126 \end_inset
24127
24128  because 
24129 \series bold
24130 prettyref
24131 \series default
24132
24133 \begin_inset Index idx
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
24138 \end_layout
24139
24140 \end_inset
24141
24142  does not know all of LyX's possible label shortcuts
24143 \begin_inset Foot
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147 \begin_inset Quotes eld
24148 \end_inset
24149
24150 fig:
24151 \begin_inset Quotes erd
24152 \end_inset
24153
24154  is for example LyX's shortcut for labels in figure captions.
24155 \end_layout
24156
24157 \end_inset
24158
24159  and is not internationalized.
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Subsection
24168 参照名の自動命名
24169 \begin_inset Index idx
24170 status collapsed
24171
24172 \begin_layout Plain Layout
24173 さんしょう@参照 ! じどうめいめい@自動命名
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182
24183 \family sans
24184 文書設定
24185 \family default
24186 ダイアログの
24187 \family sans
24188 PDF特性
24189 \family default
24190 で有効にされた
24191 \series bold
24192 hyperref
24193 \series default
24194
24195 \begin_inset Index idx
24196 status collapsed
24197
24198 \begin_layout Plain Layout
24199 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24200 \end_layout
24201
24202 \end_inset
24203
24204  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
24205 \emph on
24206
24207 \emph default
24208 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24209 の機能を使用するには、hyperrefを有効にして、
24210 \end_layout
24211
24212 \begin_layout Standard
24213
24214 \series bold
24215
24216 \backslash
24217 AtBeginDocument{
24218 \backslash
24219 renewcommand{
24220 \backslash
24221 ref}[1]{
24222 \backslash
24223 mbox{
24224 \backslash
24225 autoref{#1}}}}
24226 \end_layout
24227
24228 \begin_layout Standard
24229 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24230 \begin_inset space \thinspace{}
24231 \end_inset
24232
24233 」としたいなど、既定の参照名以外のものが欲しい場合には、
24234 \end_layout
24235
24236 \begin_layout Standard
24237
24238 \series bold
24239
24240 \backslash
24241 addto
24242 \backslash
24243 extrasenglish{
24244 \backslash
24245 renewcommand{
24246 \backslash
24247 sectionautorefname}
24248 \begin_inset Newline newline
24249 \end_inset
24250
24251
24252 \begin_inset Phantom HPhantom
24253 status open
24254
24255 \begin_layout Plain Layout
24256
24257 \series bold
24258 \begin_inset space ~
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265
24266 {sec.
24267 \backslash
24268 negthinspace}}
24269 \end_layout
24270
24271 \begin_layout Standard
24272 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24273 \begin_inset Newline newline
24274 \end_inset
24275
24276
24277 \series bold
24278
24279 \backslash
24280 extrasenglishを
24281 \backslash
24282 extras***
24283 \series default
24284 に置き換えてください(***は使用中の言語名)。
24285 \end_layout
24286
24287 \begin_layout Standard
24288 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24289 \end_layout
24290
24291 \begin_layout Standard
24292
24293 \series bold
24294
24295 \backslash
24296 addto
24297 \backslash
24298 extrasenglish{
24299 \backslash
24300 renewcommand*{
24301 \backslash
24302 equationautorefname}[1]{}}
24303 \end_layout
24304
24305 \begin_layout Standard
24306 この話題に関する詳細は、hyperrefの説明書
24307 \begin_inset CommandInset citation
24308 LatexCommand cite
24309 key "hyperref"
24310
24311 \end_inset
24312
24313 をお読みください。
24314 \end_layout
24315
24316 \begin_layout Standard
24317 \begin_inset Note Greyedout
24318 status open
24319
24320 \begin_layout Plain Layout
24321
24322 \series bold
24323 【註】
24324 \series default
24325 参照の自動命名は、相互参照を
24326 \family sans
24327 整形参照
24328 \family default
24329 様式(第
24330 \begin_inset CommandInset ref
24331 LatexCommand ref
24332 reference "sub:相互参照の書式"
24333
24334 \end_inset
24335
24336 節)で使用しているときには、使用することができません。
24337 \end_layout
24338
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \begin_layout Standard
24345
24346 \lang english
24347 LyX's english 
24348 \emph on
24349 Math
24350 \emph default
24351  manual is an example where automatic reference naming is used.
24352 \end_layout
24353
24354 \begin_layout Subsection
24355 参照位置
24356 \begin_inset CommandInset label
24357 LatexCommand label
24358 name "sub:参照位置"
24359
24360 \end_inset
24361
24362
24363 \begin_inset Index idx
24364 status collapsed
24365
24366 \begin_layout Plain Layout
24367 さんしょう@参照 ! さんしょういち@参照位置
24368 \end_layout
24369
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \begin_layout Standard
24376
24377 \family sans
24378 文書設定
24379 \family default
24380 ダイアログの
24381 \family sans
24382 PDF特性
24383 \family default
24384 で、
24385 \series bold
24386 hyperref
24387 \series default
24388
24389 \begin_inset Index idx
24390 status collapsed
24391
24392 \begin_layout Plain Layout
24393 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24394 \end_layout
24395
24396 \end_inset
24397
24398 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24399 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
24400 \series bold
24401 hyperref
24402 \series default
24403
24404 \begin_inset Index idx
24405 status collapsed
24406
24407 \begin_layout Plain Layout
24408 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24409 \end_layout
24410
24411 \end_inset
24412
24413 の一部である
24414 \series bold
24415 hyperref
24416 \series default
24417
24418 \begin_inset Index idx
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24423 \end_layout
24424
24425 \end_inset
24426
24427 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24428 \end_layout
24429
24430 \begin_layout Standard
24431
24432 \series bold
24433
24434 \backslash
24435 usepackage[figure]{hypcap}
24436 \end_layout
24437
24438 \begin_layout Standard
24439 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24440 hypcapの説明書
24441 \begin_inset CommandInset citation
24442 LatexCommand cite
24443 key "hypcap"
24444
24445 \end_inset
24446
24447 をご覧ください。
24448 \end_layout
24449
24450 \begin_layout Standard
24451 \begin_inset Note Greyedout
24452 status open
24453
24454 \begin_layout Plain Layout
24455
24456 \series bold
24457 【註】hypcap
24458 \series default
24459 は内部図への参照には効力がありません。
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \begin_layout Section
24468 フロートの配置
24469 \begin_inset CommandInset label
24470 LatexCommand label
24471 name "sec:フロートの配置"
24472
24473 \end_inset
24474
24475
24476 \begin_inset Index idx
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480 ふろーと@フロート ! はいち@配置
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \family roman
24491 \series medium
24492 \shape up
24493 \size normal
24494 \emph off
24495 \bar no
24496 \noun off
24497 \color none
24498 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
24499 \begin_inset Newline newline
24500 \end_inset
24501
24502
24503 \family sans
24504 \series default
24505 \shape default
24506 \size default
24507 \emph default
24508 \bar default
24509 \noun default
24510 \color inherit
24511 段をまたぐ
24512 \family roman
24513 \series medium
24514 \shape up
24515 \size normal
24516 \emph off
24517 \bar no
24518 \noun off
24519 \color none
24520 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24521 \begin_inset Newline newline
24522 \end_inset
24523
24524
24525 \family sans
24526 \series default
24527 \shape default
24528 \size default
24529 \emph default
24530 \bar default
24531 \noun default
24532 \color inherit
24533 横倒しに回転
24534 \family roman
24535 \series medium
24536 \shape up
24537 \size normal
24538 \emph off
24539 \bar no
24540 \noun off
24541 \color none
24542 オプションは、フロートを回転するのに用います。第
24543 \family default
24544 \series default
24545 \shape default
24546 \size default
24547 \emph default
24548 \bar default
24549 \noun default
24550 \color inherit
24551
24552 \begin_inset CommandInset ref
24553 LatexCommand ref
24554 reference "sec:回転フロート"
24555
24556 \end_inset
24557
24558
24559 \family roman
24560 \series medium
24561 \shape up
24562 \size normal
24563 \emph off
24564 \bar no
24565 \noun off
24566 \color none
24567 節をご参照ください。
24568 \end_layout
24569
24570 \begin_layout Standard
24571
24572 \family roman
24573 \series medium
24574 \shape up
24575 \size normal
24576 \emph off
24577 \bar no
24578 \noun off
24579 \color none
24580 フロートダイアログでは、
24581 \family sans
24582 \series default
24583 \shape default
24584 \size default
24585 \emph default
24586 \bar default
24587 \noun default
24588 \color inherit
24589 既定の配置を使う
24590 \family roman
24591 \series medium
24592 \shape up
24593 \size normal
24594 \emph off
24595 \bar no
24596 \noun off
24597 \color none
24598 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24599 \end_layout
24600
24601 \begin_layout Description
24602 可能ならば現在位置に: 
24603 \family roman
24604 \series medium
24605 \shape up
24606 \size normal
24607 \emph off
24608 \bar no
24609 \noun off
24610 \color none
24611 フロートを挿入位置に配置することを試みます
24612 \end_layout
24613
24614 \begin_layout Description
24615 ページ上部: 
24616 \family roman
24617 \series medium
24618 \shape up
24619 \size normal
24620 \emph off
24621 \bar no
24622 \noun off
24623 \color none
24624 フロートを現在ページの上部に配置することを試みます
24625 \end_layout
24626
24627 \begin_layout Description
24628 ページ下部: 
24629 \family roman
24630 \series medium
24631 \shape up
24632 \size normal
24633 \emph off
24634 \bar no
24635 \noun off
24636 \color none
24637 フロートを現在ページの下部に配置することを試みます
24638 \end_layout
24639
24640 \begin_layout Description
24641 フロートを独立したページに: 
24642 \family roman
24643 \series medium
24644 \shape up
24645 \size normal
24646 \emph off
24647 \bar no
24648 \noun off
24649 \color none
24650 フロートを独立したページに配置することを試みます
24651 \end_layout
24652
24653 \begin_layout Standard
24654 LaTeXは、
24655 \emph on
24656 つねに
24657 \emph default
24658 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
24659 \family sans
24660 可能ならば現在位置に
24661 \family default
24662 を試み、次に
24663 \family sans
24664 ページの上部
24665 \family default
24666 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
24667 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24668 \end_layout
24669
24670 \begin_layout Standard
24671 既定では、各オプションはそれぞれ以下の規則を持っています。
24672 \end_layout
24673
24674 \begin_layout Labeling
24675 \labelwidthstring 00.00.0000
24676
24677 \family sans
24678 ページ上部
24679 \family default
24680  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24681 \series bold
24682
24683 \backslash
24684 topfraction
24685 \series default
24686 )。
24687 \end_layout
24688
24689 \begin_layout Labeling
24690 \labelwidthstring 00.00.0000
24691
24692 \family sans
24693 ページ下部
24694 \family default
24695  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24696 \series bold
24697
24698 \backslash
24699 bottomfraction
24700 \series default
24701 )。
24702 \end_layout
24703
24704 \begin_layout Labeling
24705 \labelwidthstring 00.00.0000
24706
24707 \family sans
24708 フロートを独立したページ 
24709 \family default
24710 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24711 \series bold
24712
24713 \backslash
24714 floatpagefraction
24715 \series default
24716 )。
24717 \end_layout
24718
24719 \begin_layout Standard
24720 これらの規則に従いたくないときは、
24721 \family sans
24722 LaTeXの規則を無視する
24723 \family default
24724 オプションを追加することによって、これらを無視することができます。
24725 \begin_inset Newline newline
24726 \end_inset
24727
24728 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
24729 、ページの5割に変えるには、文書プリアンブルに
24730 \end_layout
24731
24732 \begin_layout Standard
24733
24734 \series bold
24735
24736 \backslash
24737 renewcommand{
24738 \backslash
24739 bottomfraction}{0.5}
24740 \end_layout
24741
24742 \begin_layout Standard
24743 という行を加えてください。
24744 \end_layout
24745
24746 \begin_layout Standard
24747 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24748 \family sans
24749 何としても現在位置に置く
24750 \family default
24751 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24752 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24753 からです。
24754 \end_layout
24755
24756 \begin_layout Standard
24757 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset VSpace bigskip
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \begin_layout Standard
24768 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24769 することがあります。この問題を避けるには、LaTeXコマンドの
24770 \backslash
24771 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24772 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24773 \end_layout
24774
24775 \begin_layout Standard
24776
24777 \series bold
24778
24779 \backslash
24780 let
24781 \backslash
24782 mySection
24783 \backslash
24784 section
24785 \begin_inset Newline newline
24786 \end_inset
24787
24788
24789 \backslash
24790 renewcommand{
24791 \backslash
24792 section}{
24793 \backslash
24794 suppressfloats[t]
24795 \backslash
24796 mySection}
24797 \end_layout
24798
24799 \begin_layout Standard
24800 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
24801 することがあるので、これらに対する定義はお勧めしません。
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset VSpace bigskip
24806 \end_inset
24807
24808 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
24809 \series bold
24810 endfloat
24811 \series default
24812
24813 \begin_inset Index idx
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
24818 \end_layout
24819
24820 \end_inset
24821
24822 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24823 \begin_inset Quotes eld
24824 \end_inset
24825
24826
24827 \family sans
24828 [Figure
24829 \begin_inset space ~
24830 \end_inset
24831
24832 3.2 about here.]
24833 \family default
24834
24835 \begin_inset Quotes erd
24836 \end_inset
24837
24838 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24839 \end_layout
24840
24841 \begin_layout Standard
24842
24843 \series bold
24844
24845 \backslash
24846 usepackage[options]{endfloat}
24847 \end_layout
24848
24849 \begin_layout Standard
24850 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24851 \series bold
24852 endfloat
24853 \series default
24854 取扱説明書
24855 \begin_inset CommandInset citation
24856 LatexCommand cite
24857 key "endfloat"
24858
24859 \end_inset
24860
24861 をご参照ください。
24862 \begin_inset Newline newline
24863 \end_inset
24864
24865
24866 \begin_inset Note Greyedout
24867 status open
24868
24869 \begin_layout Plain Layout
24870
24871 \series bold
24872 【註】endfloat
24873 \series default
24874 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24875 \begin_inset CommandInset citation
24876 LatexCommand cite
24877 key "endfloat"
24878
24879 \end_inset
24880
24881 の第4節をご参照ください。
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Newline newline
24888 \end_inset
24889
24890
24891 \begin_inset Note Greyedout
24892 status open
24893
24894 \begin_layout Plain Layout
24895
24896 \series bold
24897 【註】
24898 \series default
24899 現在のところ、
24900 \series bold
24901 endfloat
24902 \series default
24903 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24904 \series bold
24905
24906 \backslash
24907 ss
24908 \series default
24909 」コマンドを使用してください。
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 \begin_inset VSpace bigskip
24919 \end_inset
24920
24921 フロートの割付に関する詳細は、LaTeX関連書
24922 \begin_inset CommandInset citation
24923 LatexCommand cite
24924 key "latexcompanion,latexguide,latexbook"
24925
24926 \end_inset
24927
24928 をご覧ください。
24929 \end_layout
24930
24931 \begin_layout Section
24932 回転フロート
24933 \begin_inset CommandInset label
24934 LatexCommand label
24935 name "sec:回転フロート"
24936
24937 \end_inset
24938
24939
24940 \begin_inset Index idx
24941 status collapsed
24942
24943 \begin_layout Plain Layout
24944 ふろーと@フロート ! かいてん@回転
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24954 \family sans
24955 横倒しに回転
24956 \family default
24957 オプションを有効にします。
24958 \end_layout
24959
24960 \begin_layout Standard
24961 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24962 \family sans
24963 段をまたぐ
24964 \family default
24965 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24966 たって回転方向を強制したい場合には、文書クラスオプションに
24967 \series bold
24968 figuresleft
24969 \series default
24970 オプションあるいは
24971 \series bold
24972 figuresright
24973 \series default
24974 オプションを加えることができます。
24975 \end_layout
24976
24977 \begin_layout Standard
24978 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24979 \begin_inset CommandInset ref
24980 LatexCommand ref
24981 reference "tab:回転した表"
24982
24983 \end_inset
24984
24985 が回転表フロートの例です。
24986 \end_layout
24987
24988 \begin_layout Standard
24989 \begin_inset Note Greyedout
24990 status open
24991
24992 \begin_layout Plain Layout
24993
24994 \series bold
24995 【註】
24996 \series default
24997 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 \begin_inset Float table
25007 wide false
25008 sideways true
25009 status open
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Caption
25013
25014 \begin_layout Plain Layout
25015 \begin_inset CommandInset label
25016 LatexCommand label
25017 name "tab:回転した表"
25018
25019 \end_inset
25020
25021 回転した表
25022 \end_layout
25023
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \begin_layout Plain Layout
25030 \align center
25031 \begin_inset Tabular
25032 <lyxtabular version="3" rows="1" columns="5">
25033 <features tabularvalignment="middle">
25034 <column alignment="center" valignment="top" width="0">
25035 <column alignment="center" valignment="top" width="0">
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 <row>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 試験
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 </lyxtabular>
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Section
25099 従属フロート
25100 \begin_inset Index idx
25101 status collapsed
25102
25103 \begin_layout Plain Layout
25104 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
25114 \begin_inset CommandInset ref
25115 LatexCommand ref
25116 reference "tab:従属表を横に並べたもの"
25117
25118 \end_inset
25119
25120 と表
25121 \begin_inset CommandInset ref
25122 LatexCommand ref
25123 reference "tab:従属表を縦に並べたもの"
25124
25125 \end_inset
25126
25127 に示されているように段落と同様に指定することができます。
25128 \end_layout
25129
25130 \begin_layout Standard
25131 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
25132 \begin_inset CommandInset ref
25133 LatexCommand ref
25134 reference "tab:これは従属表a"
25135
25136 \end_inset
25137
25138 と表
25139 \begin_inset CommandInset ref
25140 LatexCommand ref
25141 reference "tab:これは従属表b"
25142
25143 \end_inset
25144
25145 は表
25146 \begin_inset CommandInset ref
25147 LatexCommand ref
25148 reference "tab:従属表を横に並べたもの"
25149
25150 \end_inset
25151
25152 の従属フロートです。
25153 \begin_inset Float table
25154 wide false
25155 sideways false
25156 status open
25157
25158 \begin_layout Plain Layout
25159 \begin_inset Caption
25160
25161 \begin_layout Plain Layout
25162 \begin_inset CommandInset label
25163 LatexCommand label
25164 name "tab:従属表を横に並べたもの"
25165
25166 \end_inset
25167
25168 従属表を横に並べたもの
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \begin_layout Plain Layout
25177 \begin_inset space \hfill{}
25178 \end_inset
25179
25180
25181 \begin_inset Float table
25182 wide false
25183 sideways false
25184 status open
25185
25186 \begin_layout Plain Layout
25187 \begin_inset Caption
25188
25189 \begin_layout Plain Layout
25190 \begin_inset CommandInset label
25191 LatexCommand label
25192 name "tab:これは従属表a"
25193
25194 \end_inset
25195
25196 これは従属表aです。
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Plain Layout
25205 \align center
25206 \begin_inset Tabular
25207 <lyxtabular version="3" rows="1" columns="5">
25208 <features tabularvalignment="middle">
25209 <column alignment="center" valignment="top" width="0">
25210 <column alignment="center" valignment="top" width="0">
25211 <column alignment="center" valignment="top" width="0">
25212 <column alignment="center" valignment="top" width="0">
25213 <column alignment="center" valignment="top" width="0">
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 試験
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 </row>
25261 </lyxtabular>
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \begin_inset space \hfill{}
25272 \end_inset
25273
25274
25275 \begin_inset Float table
25276 wide false
25277 sideways false
25278 status open
25279
25280 \begin_layout Plain Layout
25281 \begin_inset Caption
25282
25283 \begin_layout Plain Layout
25284 \begin_inset CommandInset label
25285 LatexCommand label
25286 name "tab:これは従属表b"
25287
25288 \end_inset
25289
25290 これは従属表bです。
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Plain Layout
25299 \align center
25300 \begin_inset Tabular
25301 <lyxtabular version="3" rows="1" columns="5">
25302 <features tabularvalignment="middle">
25303 <column alignment="center" valignment="top" width="0">
25304 <column alignment="center" valignment="top" width="0">
25305 <column alignment="center" valignment="top" width="0">
25306 <column alignment="center" valignment="top" width="0">
25307 <column alignment="center" valignment="top" width="0">
25308 <row>
25309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349 試験
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 </lyxtabular>
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \begin_inset space \hfill{}
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \begin_inset Float table
25375 wide false
25376 sideways false
25377 status open
25378
25379 \begin_layout Plain Layout
25380 \begin_inset Caption
25381
25382 \begin_layout Plain Layout
25383 \begin_inset CommandInset label
25384 LatexCommand label
25385 name "tab:従属表を縦に並べたもの"
25386
25387 \end_inset
25388
25389 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25390 \end_layout
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Plain Layout
25398 \begin_inset Float table
25399 wide false
25400 sideways false
25401 status open
25402
25403 \begin_layout Plain Layout
25404 \begin_inset Caption
25405
25406 \begin_layout Plain Layout
25407
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Plain Layout
25416 \align center
25417 \begin_inset Tabular
25418 <lyxtabular version="3" rows="1" columns="4">
25419 <features tabularvalignment="middle">
25420 <column alignment="center" valignment="top" width="0">
25421 <column alignment="center" valignment="top" width="0">
25422 <column alignment="center" valignment="top" width="0">
25423 <column alignment="center" valignment="top" width="0">
25424 <row>
25425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 試験
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 試験
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447 試験
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456 試験
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 </lyxtabular>
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \begin_layout Plain Layout
25475 \begin_inset Float table
25476 wide false
25477 sideways false
25478 status open
25479
25480 \begin_layout Plain Layout
25481 \begin_inset Caption
25482
25483 \begin_layout Plain Layout
25484
25485 \end_layout
25486
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \begin_layout Plain Layout
25493 \align center
25494 \begin_inset Tabular
25495 <lyxtabular version="3" rows="1" columns="5">
25496 <features tabularvalignment="middle">
25497 <column alignment="center" valignment="top" width="0">
25498 <column alignment="center" valignment="top" width="0">
25499 <column alignment="center" valignment="top" width="0">
25500 <column alignment="center" valignment="top" width="0">
25501 <column alignment="center" valignment="top" width="0">
25502 <row>
25503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 </row>
25549 </lyxtabular>
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Section
25567 横並びのフロート
25568 \begin_inset Index idx
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572 ふろーと@フロート ! よこならび@横並び
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581
25582 \begin_inset CommandInset ref
25583 LatexCommand ref
25584 reference "fig:左側のフロート"
25585
25586 \end_inset
25587
25588 や図
25589 \begin_inset CommandInset ref
25590 LatexCommand ref
25591 reference "fig:右側のフロート"
25592
25593 \end_inset
25594
25595 のようにフロートを横並びに配置するには、
25596 \emph on
25597 ひとつの
25598 \emph default
25599 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25600 \begin_inset Foot
25601 status collapsed
25602
25603 \begin_layout Plain Layout
25604 Minipageは第
25605 \begin_inset CommandInset ref
25606 LatexCommand ref
25607 reference "sec:ミニページ"
25608
25609 \end_inset
25610
25611 節に説明があります。
25612 \end_layout
25613
25614 \end_inset
25615
25616 。幅は45
25617 \begin_inset space \thinspace{}
25618 \end_inset
25619
25620 -50
25621 \begin_inset space \thinspace{}
25622 \end_inset
25623
25624 列幅%とし、各minipageのボックス配置を
25625 \family sans
25626
25627 \family default
25628 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25629 \family sans
25630 列幅%
25631 \family default
25632 がここではminipageボックスの幅によって計算されることです。
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \begin_inset Float figure
25637 wide false
25638 sideways false
25639 status open
25640
25641 \begin_layout Plain Layout
25642 \begin_inset Box Frameless
25643 position "b"
25644 hor_pos "c"
25645 has_inner_box 1
25646 inner_pos "t"
25647 use_parbox 0
25648 use_makebox 0
25649 width "45col%"
25650 special "none"
25651 height "1in"
25652 height_special "totalheight"
25653 status open
25654
25655 \begin_layout Plain Layout
25656 \align center
25657 \begin_inset Graphics
25658         filename ../clipart/mobius.eps
25659         lyxscale 50
25660         width 100col%
25661         scaleBeforeRotation
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Plain Layout
25669 \begin_inset Caption
25670
25671 \begin_layout Plain Layout
25672 \begin_inset CommandInset label
25673 LatexCommand label
25674 name "fig:左側のフロート"
25675
25676 \end_inset
25677
25678 左側のフロート
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \begin_inset space \hfill{}
25690 \end_inset
25691
25692
25693 \begin_inset Box Frameless
25694 position "b"
25695 hor_pos "c"
25696 has_inner_box 1
25697 inner_pos "t"
25698 use_parbox 0
25699 use_makebox 0
25700 width "45col%"
25701 special "none"
25702 height "1in"
25703 height_special "totalheight"
25704 status open
25705
25706 \begin_layout Plain Layout
25707 \align center
25708 \begin_inset Graphics
25709         filename ../clipart/platypus.eps
25710         lyxscale 50
25711         width 100col%
25712         scaleBeforeRotation
25713
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Caption
25721
25722 \begin_layout Plain Layout
25723 \begin_inset CommandInset label
25724 LatexCommand label
25725 name "fig:右側のフロート"
25726
25727 \end_inset
25728
25729 右側のフロート
25730 \end_layout
25731
25732 \end_inset
25733
25734
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \begin_layout Plain Layout
25743
25744 \end_layout
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Section
25752 キャプションの書式設定
25753 \begin_inset Index idx
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \begin_inset Index idx
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \begin_inset CommandInset label
25774 LatexCommand label
25775 name "sec:キャプションの書式設定"
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \begin_layout Standard
25783
25784 \family sans
25785 キャプション
25786 \family default
25787 環境は、
25788 \family sans
25789 フロート
25790 \family default
25791 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
25792 \family sans
25793 図 #:
25794 \family default
25795 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25796 \family sans
25797 #
25798 \family default
25799 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25800 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25801 \end_layout
25802
25803 \begin_layout Standard
25804 既定のキャプション書式を変更するには、文書プリアンブルに
25805 \end_layout
25806
25807 \begin_layout Standard
25808
25809 \series bold
25810
25811 \backslash
25812 usepackage[format definition]{caption}
25813 \end_layout
25814
25815 \begin_layout Standard
25816 という行を加えて、LaTeXパッケージ
25817 \series bold
25818 caption
25819 \series default
25820
25821 \begin_inset Index idx
25822 status collapsed
25823
25824 \begin_layout Plain Layout
25825 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25826 \end_layout
25827
25828 \end_inset
25829
25830 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25831 \end_layout
25832
25833 \begin_layout Standard
25834
25835 \series bold
25836
25837 \backslash
25838 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25839 \end_layout
25840
25841 \begin_layout Standard
25842 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25843 \series bold
25844 caption
25845 \series default
25846 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25847 \end_layout
25848
25849 \begin_layout Standard
25850
25851 \series bold
25852
25853 \backslash
25854 captionsetup[フロート型]{書式定義}
25855 \end_layout
25856
25857 \begin_layout Standard
25858 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25859 \begin_inset CommandInset ref
25860 LatexCommand ref
25861 reference "fig:図キャプション"
25862
25863 \end_inset
25864
25865 と表
25866 \begin_inset CommandInset ref
25867 LatexCommand ref
25868 reference "tab:表キャプション"
25869
25870 \end_inset
25871
25872 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25873 \end_layout
25874
25875 \begin_layout Standard
25876
25877 \series bold
25878
25879 \backslash
25880 usepackage[tableposition=top]{caption}
25881 \series default
25882
25883 \begin_inset Newline newline
25884 \end_inset
25885
25886
25887 \series bold
25888
25889 \backslash
25890 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25891 \begin_inset Newline newline
25892 \end_inset
25893
25894
25895 \begin_inset Phantom HPhantom
25896 status open
25897
25898 \begin_layout Plain Layout
25899
25900 \backslash
25901 captionsetup[figure]{
25902 \end_layout
25903
25904 \end_inset
25905
25906 labelsep=period}
25907 \begin_inset Newline newline
25908 \end_inset
25909
25910
25911 \backslash
25912 captionsetup[table]{labelfont={bf,sf}}
25913 \end_layout
25914
25915 \begin_layout Standard
25916 \begin_inset Note Greyedout
25917 status open
25918
25919 \begin_layout Plain Layout
25920
25921 \series bold
25922 【註】
25923 \series default
25924 オプションのうち、
25925 \series bold
25926 tableposition=top
25927 \series default
25928 は、文書クラスに
25929 \series bold
25930 KOMA-script
25931 \series default
25932
25933 \begin_inset Index idx
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25938 \end_layout
25939
25940 \end_inset
25941
25942 が使われているときには、無効になります。この場合には、文書クラスオプション
25943 \series bold
25944 captions=tableheading
25945 \series default
25946 を指定しなくてはなりません。
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Standard
25955
25956 \series bold
25957 caption
25958 \series default
25959 パッケージについての詳細は、その取扱説明書
25960 \begin_inset CommandInset citation
25961 LatexCommand cite
25962 key "caption"
25963
25964 \end_inset
25965
25966 をご覧ください。
25967 \end_layout
25968
25969 \begin_layout Standard
25970 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25971 \end_layout
25972
25973 \begin_layout Standard
25974
25975 \series bold
25976
25977 \backslash
25978 renewcommand{
25979 \backslash
25980 fnum@figure}{画像~
25981 \backslash
25982 thefigure}
25983 \end_layout
25984
25985 \begin_layout Standard
25986 なお、
25987 \series bold
25988
25989 \backslash
25990 thefigure
25991 \series default
25992 は表番号を挿入し、「
25993 \series bold
25994 ~
25995 \series default
25996 」は保護された空白を入れます。
25997 \end_layout
25998
25999 \begin_layout Standard
26000 \begin_inset VSpace bigskip
26001 \end_inset
26002
26003
26004 \series bold
26005 KOMA-script
26006 \series default
26007
26008 \begin_inset Index idx
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26013 \end_layout
26014
26015 \end_inset
26016
26017 文書クラス(
26018 \family sans
26019 article (KOMA-script)
26020 \family default
26021
26022 \family sans
26023 book (KOMA-script)
26024 \family default
26025
26026 \family sans
26027 letter (KOMA-script)
26028 \family default
26029
26030 \family sans
26031 report (KOMA-script)
26032 \family default
26033 )を使用している場合には、
26034 \series bold
26035 caption
26036 \series default
26037 パッケージの代わりに
26038 \series bold
26039 KOMA-script
26040 \series default
26041 のビルトインコマンド
26042 \series bold
26043 etkomafont
26044 \series default
26045 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
26046 \end_layout
26047
26048 \begin_layout Standard
26049
26050 \series bold
26051
26052 \backslash
26053 setkomafont{captionlabel}{
26054 \backslash
26055 bfseries}
26056 \end_layout
26057
26058 \begin_layout Standard
26059
26060 \series bold
26061
26062 \backslash
26063 setkomafont
26064 \series default
26065 についての詳細は、
26066 \series bold
26067 KOMA-script
26068 \series default
26069 の取扱説明書
26070 \begin_inset CommandInset citation
26071 LatexCommand cite
26072 key "koma-script"
26073
26074 \end_inset
26075
26076 をご覧ください。
26077 \end_layout
26078
26079 \begin_layout Standard
26080 \begin_inset ERT
26081 status collapsed
26082
26083 \begin_layout Plain Layout
26084
26085
26086 \backslash
26087 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26088 }
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \begin_inset Note Note
26095 status open
26096
26097 \begin_layout Plain Layout
26098 キャプション書式は、この例のみ変更してあります。
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 \begin_inset Float figure
26108 placement !p
26109 wide false
26110 sideways false
26111 status open
26112
26113 \begin_layout Plain Layout
26114 \align center
26115 \begin_inset Graphics
26116         filename ../clipart/mobius.eps
26117         lyxscale 50
26118         scale 50
26119         scaleBeforeRotation
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Plain Layout
26127 \begin_inset Caption
26128
26129 \begin_layout Plain Layout
26130 \begin_inset CommandInset label
26131 LatexCommand label
26132 name "fig:図キャプション"
26133
26134 \end_inset
26135
26136 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26158 on}
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \begin_layout Standard
26167 \begin_inset Float table
26168 placement !p
26169 wide false
26170 sideways false
26171 status open
26172
26173 \begin_layout Plain Layout
26174 \begin_inset Caption
26175
26176 \begin_layout Plain Layout
26177 \begin_inset CommandInset label
26178 LatexCommand label
26179 name "tab:表キャプション"
26180
26181 \end_inset
26182
26183 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26184 \end_layout
26185
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Plain Layout
26192 \align center
26193 \begin_inset Tabular
26194 <lyxtabular version="3" rows="1" columns="5">
26195 <features tabularvalignment="middle">
26196 <column alignment="center" valignment="top" width="0">
26197 <column alignment="center" valignment="top" width="0">
26198 <column alignment="center" valignment="top" width="0">
26199 <column alignment="center" valignment="top" width="0">
26200 <column alignment="center" valignment="top" width="0">
26201 <row>
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" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 </row>
26248 </lyxtabular>
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \begin_layout Section
26261 キャプションの配置
26262 \begin_inset Index idx
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266 きゃぷしょん@キャプション ! はいち@配置
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \begin_inset Index idx
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \begin_inset CommandInset label
26283 LatexCommand label
26284 name "sec:キャプションの配置"
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \begin_layout Standard
26292 通常、キャプションの配置原則は、
26293 \end_layout
26294
26295 \begin_layout Description
26296 図の場合: キャプションを図の下に置く
26297 \end_layout
26298
26299 \begin_layout Description
26300 表の場合: キャプションを表の上に置く
26301 \end_layout
26302
26303 \begin_layout Standard
26304 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26305 \family sans
26306 article
26307 \family default
26308
26309 \family sans
26310 book
26311 \family default
26312
26313 \family sans
26314 letter
26315 \family default
26316
26317 \family sans
26318 report
26319 \family default
26320 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26321 eXパッケージ
26322 \series bold
26323 caption
26324 \series default
26325 を読み込むコマンドに
26326 \end_layout
26327
26328 \begin_layout Standard
26329
26330 \series bold
26331 tableposition=top
26332 \end_layout
26333
26334 \begin_layout Standard
26335 というオプションを追加してください
26336 \begin_inset Foot
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341 \series bold
26342 caption
26343 \series default
26344 パッケージについての詳細な情報は、第
26345 \begin_inset CommandInset ref
26346 LatexCommand ref
26347 reference "sec:キャプションの書式設定"
26348
26349 \end_inset
26350
26351 節をご覧ください。
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \series bold
26358 KOMA-script
26359 \series default
26360
26361 \begin_inset Index idx
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26366 \end_layout
26367
26368 \end_inset
26369
26370 文書クラス(
26371 \family sans
26372 article (KOMA-script)
26373 \family default
26374
26375 \family sans
26376 book (KOMA-script)
26377 \family default
26378
26379 \family sans
26380 letter (KOMA-script)
26381 \family default
26382
26383 \family sans
26384 report (KOMA-script)
26385 \family default
26386
26387 \begin_inset space \thinspace{}
26388 \end_inset
26389
26390 )をお使いの場合には、
26391 \series bold
26392 caption
26393 \series default
26394 パッケージにオプションを与える代わりに、文書クラスオプション
26395 \series bold
26396 captions=tableheading
26397 \series default
26398 を設定することもできます。
26399 \end_layout
26400
26401 \begin_layout Standard
26402 \begin_inset VSpace bigskip
26403 \end_inset
26404
26405 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26406 \end_layout
26407
26408 \begin_layout Standard
26409
26410 \series bold
26411
26412 \backslash
26413 usepackage[option]{sidecap}
26414 \end_layout
26415
26416 \begin_layout Standard
26417 という行を入れて、LaTeXパッケージ
26418 \series bold
26419 sidecap
26420 \series default
26421
26422 \begin_inset Index idx
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26427 \end_layout
26428
26429 \end_inset
26430
26431 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
26432 \series bold
26433 innercaption
26434 \series default
26435 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26436 \series bold
26437 rightcaption
26438 \series default
26439 ないし
26440 \series bold
26441 leftcaption
26442 \series default
26443 オプションを用います。
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset ERT
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 ifsidecap
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \begin_inset Note Note
26461 status open
26462
26463 \begin_layout Plain Layout
26464 以下の部分は、LaTeXパッケージ
26465 \series bold
26466 sidecap
26467 \series default
26468 が導入されているときのみ表示されます。
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Standard
26477 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \noindent
26482 \begin_inset CommandInset line
26483 LatexCommand rule
26484 offset "0.5ex"
26485 width "100line%"
26486 height "1pt"
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Standard
26494
26495 \series bold
26496
26497 \backslash
26498 newcommand{
26499 \backslash
26500 TabBesBeg}[1][1.0]{%
26501 \begin_inset Newline newline
26502 \end_inset
26503
26504
26505 \begin_inset Phantom HPhantom
26506 status open
26507
26508 \begin_layout Plain Layout
26509 \begin_inset space ~
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \backslash
26519 let
26520 \backslash
26521 MyTable
26522 \backslash
26523 table
26524 \begin_inset Newline newline
26525 \end_inset
26526
26527
26528 \begin_inset Phantom HPhantom
26529 status open
26530
26531 \begin_layout Plain Layout
26532
26533 \series medium
26534 \begin_inset space ~
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \backslash
26544 let
26545 \backslash
26546 MyEndtable
26547 \backslash
26548 endtable
26549 \begin_inset Newline newline
26550 \end_inset
26551
26552
26553 \begin_inset Phantom HPhantom
26554 status open
26555
26556 \begin_layout Plain Layout
26557
26558 \series medium
26559 \begin_inset space ~
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \backslash
26569 renewenvironment{table}[1]{
26570 \backslash
26571 begin{SCtable}[#1]##1}{
26572 \backslash
26573 end{SCtable}}}
26574 \end_layout
26575
26576 \begin_layout Standard
26577
26578 \series bold
26579
26580 \backslash
26581 newcommand{
26582 \backslash
26583 TabBesEnd}{%
26584 \begin_inset Newline newline
26585 \end_inset
26586
26587
26588 \begin_inset Phantom HPhantom
26589 status open
26590
26591 \begin_layout Plain Layout
26592 \begin_inset space ~
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \backslash
26602 let
26603 \backslash
26604 table
26605 \backslash
26606 MyTable
26607 \begin_inset Newline newline
26608 \end_inset
26609
26610
26611 \begin_inset Phantom HPhantom
26612 status open
26613
26614 \begin_layout Plain Layout
26615 \begin_inset space ~
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \backslash
26625 let
26626 \backslash
26627 endtable
26628 \backslash
26629 MyEndtable
26630 \end_layout
26631
26632 \begin_layout Standard
26633
26634 \series bold
26635
26636 \backslash
26637 newcommand{
26638 \backslash
26639 FigBesBeg}[1][1.0]{%
26640 \begin_inset Newline newline
26641 \end_inset
26642
26643
26644 \begin_inset Phantom HPhantom
26645 status open
26646
26647 \begin_layout Plain Layout
26648 \begin_inset space ~
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \backslash
26658 let
26659 \backslash
26660 MyFigure
26661 \backslash
26662 figure
26663 \begin_inset Newline newline
26664 \end_inset
26665
26666
26667 \begin_inset Phantom HPhantom
26668 status open
26669
26670 \begin_layout Plain Layout
26671 \begin_inset space ~
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \backslash
26681 let
26682 \backslash
26683 MyEndfigure
26684 \backslash
26685 endfigure
26686 \begin_inset Newline newline
26687 \end_inset
26688
26689
26690 \begin_inset Phantom HPhantom
26691 status open
26692
26693 \begin_layout Plain Layout
26694 \begin_inset space ~
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \backslash
26704 renewenvironment{figure}[1]{
26705 \backslash
26706 begin{SCfigure}[#1]##1}{
26707 \backslash
26708 end{SCfigure}}}
26709 \end_layout
26710
26711 \begin_layout Standard
26712
26713 \series bold
26714
26715 \backslash
26716 newcommand{
26717 \backslash
26718 FigBesEnd}{%
26719 \begin_inset Newline newline
26720 \end_inset
26721
26722
26723 \begin_inset Phantom HPhantom
26724 status open
26725
26726 \begin_layout Plain Layout
26727 \begin_inset space ~
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \backslash
26737 let
26738 \backslash
26739 figure
26740 \backslash
26741 MyFigure
26742 \begin_inset Newline newline
26743 \end_inset
26744
26745
26746 \begin_inset Phantom HPhantom
26747 status open
26748
26749 \begin_layout Plain Layout
26750 \begin_inset space ~
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \backslash
26760 let
26761 \backslash
26762 endfigure
26763 \backslash
26764 MyEndfigure}
26765 \end_layout
26766
26767 \begin_layout Standard
26768 \noindent
26769 \begin_inset CommandInset line
26770 LatexCommand rule
26771 offset "0.5ex"
26772 width "100line%"
26773 height "1pt"
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Standard
26781 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26782 \end_layout
26783
26784 \begin_layout Standard
26785
26786 \series bold
26787
26788 \backslash
26789 FigBesBeg
26790 \end_layout
26791
26792 \begin_layout Standard
26793 というコマンドを、フロートの前にTeXコードで入れてください。
26794 \lang english
26795 And insert the command
26796 \end_layout
26797
26798 \begin_layout Standard
26799
26800 \series bold
26801
26802 \backslash
26803 FigBesEnd
26804 \end_layout
26805
26806 \begin_layout Standard
26807
26808 \lang english
26809 in TeX-Code at the point where you want to get back to the original float
26810  definition.
26811 \end_layout
26812
26813 \begin_layout Standard
26814 表フロートに対しては、対応するコマンド
26815 \end_layout
26816
26817 \begin_layout Standard
26818
26819 \series bold
26820
26821 \backslash
26822 TabBesBeg
26823 \series default
26824 および
26825 \series bold
26826
26827 \backslash
26828 TabBesEnd
26829 \end_layout
26830
26831 \begin_layout Standard
26832 を使用してください。図
26833 \begin_inset CommandInset ref
26834 LatexCommand ref
26835 reference "fig:図横キャプション"
26836
26837 \end_inset
26838
26839 と表
26840 \begin_inset CommandInset ref
26841 LatexCommand ref
26842 reference "tab:表横キャプション"
26843
26844 \end_inset
26845
26846 がキャプションを脇に設定した例です。
26847 \end_layout
26848
26849 \begin_layout Standard
26850 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26851 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26852 \end_layout
26853
26854 \begin_layout Standard
26855
26856 \series bold
26857
26858 \backslash
26859 sidecaptionvpos{フロート型}{配置}
26860 \end_layout
26861
26862 \begin_layout Standard
26863 というコマンドを使用します。ここで「フロート型」は
26864 \family sans
26865 figure
26866 \family default
26867
26868 \family sans
26869 table
26870 \family default
26871 であり、「配置」は、上揃えの場合はtopの
26872 \end_layout
26873
26874 \begin_layout Standard
26875
26876 \family sans
26877 t
26878 \family default
26879 」、中央揃えの場合はcenterの「
26880 \family sans
26881 c
26882 \family default
26883 」、下揃えの場合はbottomの「
26884 \family sans
26885 b
26886 \family default
26887 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26888 \end_layout
26889
26890 \begin_layout Standard
26891
26892 \series bold
26893
26894 \backslash
26895 sidecaptionvpos{figure}{c}
26896 \end_layout
26897
26898 \begin_layout Standard
26899 というコマンドを使用します。これは、図
26900 \begin_inset CommandInset ref
26901 LatexCommand ref
26902 reference "fig:図横キャプション-2"
26903
26904 \end_inset
26905
26906 で使用されています。
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \begin_inset VSpace medskip
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \begin_layout Standard
26917
26918 \lang english
26919 The default caption width is the width of the image/table.
26920  For thin image/tables, like in Table
26921 \lang japanese
26922
26923 \begin_inset space ~
26924 \end_inset
26925
26926
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "tab:表横キャプション"
26930
26931 \end_inset
26932
26933
26934 \lang english
26935 this leads to captions that are too thin.
26936  You can increase the width by specifying a factor that will be multiplied
26937  with the image/table width to get the caption width.
26938  The caption width will automatically be recalculated in case it would protrude
26939  over the page or column margin due to the specified width.
26940  The 
26941 \emph on
26942 factor
26943 \emph default
26944  can either be given as optional argument for 
26945 \series bold
26946
26947 \backslash
26948 FigBesBeg
26949 \series default
26950 :
26951 \end_layout
26952
26953 \begin_layout Standard
26954
26955 \series bold
26956 \lang english
26957
26958 \backslash
26959 FigBesBeg[factor]
26960 \end_layout
26961
26962 \begin_layout Standard
26963
26964 \lang english
26965 or in the definition of 
26966 \series bold
26967
26968 \backslash
26969 FigBesBeg
26970 \series default
26971  by replacing the 
26972 \series bold
26973 1.0
26974 \series default
26975  with another value.
26976  If you do the latter, your factor will be the default if 
26977 \series bold
26978
26979 \backslash
26980 FigBesBeg
26981 \series default
26982  is used without an argument.
26983  For Table
26984 \lang japanese
26985
26986 \begin_inset space ~
26987 \end_inset
26988
26989
26990 \begin_inset CommandInset ref
26991 LatexCommand ref
26992 reference "tab:cap-beside-tab-wider"
26993
26994 \end_inset
26995
26996  
26997 \lang english
26998 the factor 5 was used.
26999 \end_layout
27000
27001 \begin_layout Standard
27002
27003 \lang english
27004 \begin_inset Note Greyedout
27005 status open
27006
27007 \begin_layout Plain Layout
27008
27009 \series bold
27010 \lang english
27011 Note:
27012 \series default
27013  For floats with captions set beside, you cannot use the float placement
27014  option 
27015 \family sans
27016 Here
27017 \begin_inset space ~
27018 \end_inset
27019
27020 definitely
27021 \family default
27022  because it is not supported by 
27023 \series bold
27024 sidecap
27025 \series default
27026 .
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \begin_layout Standard
27035 \begin_inset VSpace medskip
27036 \end_inset
27037
27038
27039 \series bold
27040 sidecap
27041 \series default
27042 パッケージについての詳細は、
27043 \begin_inset CommandInset citation
27044 LatexCommand cite
27045 key "sidecap"
27046
27047 \end_inset
27048
27049 の説明書をご参照ください。
27050 \end_layout
27051
27052 \begin_layout Standard
27053 \begin_inset Note Greyedout
27054 status open
27055
27056 \begin_layout Plain Layout
27057
27058 \series bold
27059 【註】
27060 \series default
27061
27062 \begin_inset CommandInset ref
27063 LatexCommand ref
27064 reference "sub:参照位置"
27065
27066 \end_inset
27067
27068 節に説明があるLaTeXパッケージ
27069 \series bold
27070 hypcap
27071 \series default
27072
27073 \begin_inset Index idx
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
27078 \end_layout
27079
27080 \end_inset
27081
27082 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \begin_layout Standard
27091 \begin_inset ERT
27092 status collapsed
27093
27094 \begin_layout Plain Layout
27095
27096
27097 \backslash
27098 FigBesBeg 
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Standard
27107 \begin_inset Float figure
27108 wide false
27109 sideways false
27110 status open
27111
27112 \begin_layout Plain Layout
27113 \begin_inset Graphics
27114         filename ../clipart/escher-lsd.eps
27115         scale 75
27116         scaleBeforeRotation
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Plain Layout
27124 \begin_inset Caption
27125
27126 \begin_layout Plain Layout
27127 \begin_inset CommandInset label
27128 LatexCommand label
27129 name "fig:図横キャプション"
27130
27131 \end_inset
27132
27133 これは図の横にあるキャプションです。
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Standard
27147 \begin_inset ERT
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151
27152
27153 \backslash
27154 FigBesEnd
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \begin_layout Standard
27163 \begin_inset ERT
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168
27169 \backslash
27170 TabBesBeg 
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Standard
27179 \begin_inset Float table
27180 wide false
27181 sideways false
27182 status open
27183
27184 \begin_layout Plain Layout
27185 \begin_inset Caption
27186
27187 \begin_layout Plain Layout
27188 \begin_inset CommandInset label
27189 LatexCommand label
27190 name "tab:表横キャプション"
27191
27192 \end_inset
27193
27194 これは表の横にあるキャプションです。
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Plain Layout
27203 \begin_inset Tabular
27204 <lyxtabular version="3" rows="4" columns="5">
27205 <features tabularvalignment="middle">
27206 <column alignment="center" valignment="top" width="0">
27207 <column alignment="center" valignment="top" width="0">
27208 <column alignment="center" valignment="top" width="0">
27209 <column alignment="center" valignment="top" width="0">
27210 <column alignment="center" valignment="top" width="0">
27211 <row>
27212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27213 \begin_inset Text
27214
27215 \begin_layout Plain Layout
27216
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Plain Layout
27225
27226 \end_layout
27227
27228 \end_inset
27229 </cell>
27230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27231 \begin_inset Text
27232
27233 \begin_layout Plain Layout
27234
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Plain Layout
27243
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 </row>
27258 <row>
27259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27260 \begin_inset Text
27261
27262 \begin_layout Plain Layout
27263
27264 \end_layout
27265
27266 \end_inset
27267 </cell>
27268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27269 \begin_inset Text
27270
27271 \begin_layout Plain Layout
27272
27273 \end_layout
27274
27275 \end_inset
27276 </cell>
27277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27278 \begin_inset Text
27279
27280 \begin_layout Plain Layout
27281
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 </row>
27305 <row>
27306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27307 \begin_inset Text
27308
27309 \begin_layout Plain Layout
27310
27311 \end_layout
27312
27313 \end_inset
27314 </cell>
27315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27316 \begin_inset Text
27317
27318 \begin_layout Plain Layout
27319
27320 \end_layout
27321
27322 \end_inset
27323 </cell>
27324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27325 \begin_inset Text
27326
27327 \begin_layout Plain Layout
27328
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337
27338 \end_layout
27339
27340 \end_inset
27341 </cell>
27342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27343 \begin_inset Text
27344
27345 \begin_layout Plain Layout
27346
27347 \end_layout
27348
27349 \end_inset
27350 </cell>
27351 </row>
27352 <row>
27353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27354 \begin_inset Text
27355
27356 \begin_layout Plain Layout
27357
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393
27394 \end_layout
27395
27396 \end_inset
27397 </cell>
27398 </row>
27399 </lyxtabular>
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Standard
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 TabBesEnd
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432
27433
27434 \backslash
27435 sidecaptionvpos{figure}{c}
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \begin_inset Float figure
27442 wide false
27443 sideways false
27444 status open
27445
27446 \begin_layout Plain Layout
27447 \begin_inset Graphics
27448         filename ../clipart/escher-lsd.eps
27449         scale 75
27450         scaleBeforeRotation
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458 \begin_inset Caption
27459
27460 \begin_layout Plain Layout
27461 \begin_inset CommandInset label
27462 LatexCommand label
27463 name "fig:図横キャプション-2"
27464
27465 \end_inset
27466
27467 これは図の横にある縦方向中央揃えのキャプションです。
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \begin_inset ERT
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485
27486
27487 \backslash
27488 FigBesEnd
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \begin_layout Standard
27497 \begin_inset ERT
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501
27502
27503 \backslash
27504 TabBesBeg[5]
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \end_layout
27511
27512 \begin_layout Standard
27513 \begin_inset Float table
27514 wide false
27515 sideways false
27516 status open
27517
27518 \begin_layout Plain Layout
27519 \begin_inset Caption
27520
27521 \begin_layout Plain Layout
27522
27523 \lang english
27524 \begin_inset CommandInset label
27525 LatexCommand label
27526 name "tab:cap-beside-tab-wider"
27527
27528 \end_inset
27529
27530 This is a caption is wider than the one in Table
27531 \lang japanese
27532
27533 \begin_inset space ~
27534 \end_inset
27535
27536
27537 \begin_inset CommandInset ref
27538 LatexCommand ref
27539 reference "tab:表横キャプション"
27540
27541 \end_inset
27542
27543 .
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \begin_layout Plain Layout
27552 \begin_inset Tabular
27553 <lyxtabular version="3" rows="4" columns="5">
27554 <features tabularvalignment="middle">
27555 <column alignment="center" valignment="top" width="0">
27556 <column alignment="center" valignment="top" width="0">
27557 <column alignment="center" valignment="top" width="0">
27558 <column alignment="center" valignment="top" width="0">
27559 <column alignment="center" valignment="top" width="0">
27560 <row>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565 a
27566 \end_layout
27567
27568 \end_inset
27569 </cell>
27570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27571 \begin_inset Text
27572
27573 \begin_layout Plain Layout
27574
27575 \end_layout
27576
27577 \end_inset
27578 </cell>
27579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583 b
27584 \end_layout
27585
27586 \end_inset
27587 </cell>
27588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27589 \begin_inset Text
27590
27591 \begin_layout Plain Layout
27592
27593 \end_layout
27594
27595 \end_inset
27596 </cell>
27597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27598 \begin_inset Text
27599
27600 \begin_layout Plain Layout
27601 c
27602 \end_layout
27603
27604 \end_inset
27605 </cell>
27606 </row>
27607 <row>
27608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27609 \begin_inset Text
27610
27611 \begin_layout Plain Layout
27612
27613 \end_layout
27614
27615 \end_inset
27616 </cell>
27617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27618 \begin_inset Text
27619
27620 \begin_layout Plain Layout
27621 d
27622 \end_layout
27623
27624 \end_inset
27625 </cell>
27626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27627 \begin_inset Text
27628
27629 \begin_layout Plain Layout
27630
27631 \end_layout
27632
27633 \end_inset
27634 </cell>
27635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27636 \begin_inset Text
27637
27638 \begin_layout Plain Layout
27639 e
27640 \end_layout
27641
27642 \end_inset
27643 </cell>
27644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Plain Layout
27648
27649 \end_layout
27650
27651 \end_inset
27652 </cell>
27653 </row>
27654 <row>
27655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Plain Layout
27659 f
27660 \end_layout
27661
27662 \end_inset
27663 </cell>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Plain Layout
27668
27669 \end_layout
27670
27671 \end_inset
27672 </cell>
27673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27674 \begin_inset Text
27675
27676 \begin_layout Plain Layout
27677 g
27678 \end_layout
27679
27680 \end_inset
27681 </cell>
27682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27683 \begin_inset Text
27684
27685 \begin_layout Plain Layout
27686
27687 \end_layout
27688
27689 \end_inset
27690 </cell>
27691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27692 \begin_inset Text
27693
27694 \begin_layout Plain Layout
27695 h
27696 \end_layout
27697
27698 \end_inset
27699 </cell>
27700 </row>
27701 <row>
27702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 i
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Plain Layout
27724
27725 \end_layout
27726
27727 \end_inset
27728 </cell>
27729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 j
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 </row>
27748 </lyxtabular>
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \begin_inset ERT
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765
27766
27767 \backslash
27768 TabBesEnd
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Standard
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781
27782
27783 \backslash
27784 else
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \begin_inset Note Note
27791 status open
27792
27793 \begin_layout Plain Layout
27794 以下の部分は、LaTeXパッケージ
27795 \series bold
27796 sidecap
27797 \series default
27798 が導入されていないときのみ表示されます。
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27808 \series bold
27809 sidecap
27810 \series default
27811 を導入する必要があります。
27812 \end_layout
27813
27814 \begin_layout Standard
27815 \begin_inset ERT
27816 status collapsed
27817
27818 \begin_layout Plain Layout
27819
27820
27821 \backslash
27822 fi
27823 \end_layout
27824
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \begin_layout Section
27831 フロート一覧
27832 \begin_inset Index idx
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836 ふろーと@フロート ! ふろーといちらん@フロート一覧
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Standard
27845 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27846 \family sans
27847 挿入\SpecialChar \menuseparator
27848 一覧/目次
27849 \family default
27850 メニューで挿入することができます。
27851 \end_layout
27852
27853 \begin_layout Standard
27854 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27855 \end_layout
27856
27857 \begin_layout Standard
27858 本文書の終わりに、図一覧と表一覧があります。
27859 \end_layout
27860
27861 \begin_layout Chapter
27862 注釈
27863 \end_layout
27864
27865 \begin_layout Section
27866 LyX注釈
27867 \begin_inset Index idx
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 注釈は、ツールバーボタン
27881 \begin_inset Info
27882 type  "icon"
27883 arg   "note-insert"
27884 \end_inset
27885
27886 か、
27887 \family sans
27888 挿入\SpecialChar \menuseparator
27889 注釈
27890 \family default
27891 メニューで挿入することができます。注釈には、以下の三つの型があります。
27892 \end_layout
27893
27894 \begin_layout Description
27895 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27896 \begin_inset Newline newline
27897 \end_inset
27898
27899
27900 \begin_inset Newline newline
27901 \end_inset
27902
27903
27904 \begin_inset Graphics
27905         filename ../clipart/LyXNoteImageQt4.png
27906         display false
27907         scale 85
27908         scaleBeforeRotation
27909
27910 \end_inset
27911
27912
27913 \begin_inset Note Note
27914 status open
27915
27916 \begin_layout Plain Layout
27917 これは、出力には現れない注釈ボックスに書かれた文章です。
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Description
27926 コメント この注釈も出力には現れませんが、
27927 \family sans
27928 ファイル\SpecialChar \menuseparator
27929 書き出し\SpecialChar \menuseparator
27930 LaTeX (pdflatex) / (平文)
27931 \family default
27932  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27933 \begin_inset Newline newline
27934 \end_inset
27935
27936
27937 \begin_inset Newline newline
27938 \end_inset
27939
27940
27941 \begin_inset Graphics
27942         filename ../clipart/CommentNoteImageQt4.png
27943         display false
27944         scale 85
27945         scaleBeforeRotation
27946
27947 \end_inset
27948
27949  
27950 \begin_inset Note Comment
27951 status open
27952
27953 \begin_layout Plain Layout
27954 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27955 \end_layout
27956
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \begin_layout Description
27963 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27964 \begin_inset Newline newline
27965 \end_inset
27966
27967
27968 \begin_inset Newline newline
27969 \end_inset
27970
27971
27972 \begin_inset Graphics
27973         filename ../clipart/GreyedOutNoteImageQt4.png
27974         display false
27975         scale 85
27976         scaleBeforeRotation
27977
27978 \end_inset
27979
27980
27981 \begin_inset Newline newline
27982 \end_inset
27983
27984
27985 \begin_inset ERT
27986 status collapsed
27987
27988 \begin_layout Plain Layout
27989
27990
27991 \backslash
27992 renewenvironment{lyxgreyedout}
27993 \end_layout
27994
27995 \begin_layout Plain Layout
27996
27997 {
27998 \backslash
27999 textcolor[gray]{0.8}
28000 \backslash
28001 bgroup}{
28002 \backslash
28003 egroup}
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \begin_inset Note Greyedout
28010 status open
28011
28012 \begin_layout Plain Layout
28013 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28014 \begin_inset Foot
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 これは、淡色表示注釈内に脚注を用いた例です。
28019 \end_layout
28020
28021 \end_inset
28022
28023 です。
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \begin_inset ERT
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033
28034
28035 \backslash
28036 renewenvironment{lyxgreyedout}
28037 \end_layout
28038
28039 \begin_layout Plain Layout
28040
28041 {
28042 \backslash
28043 textcolor{blue}
28044 \backslash
28045 bgroup}{
28046 \backslash
28047 egroup}
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \begin_inset Note Note
28054 status open
28055
28056 \begin_layout Plain Layout
28057 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
28058 ように再定義されています。
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \begin_inset Newline newline
28065 \end_inset
28066
28067
28068 \begin_inset Newline newline
28069 \end_inset
28070
28071 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
28072 \end_layout
28073
28074 \begin_layout Standard
28075 \begin_inset VSpace bigskip
28076 \end_inset
28077
28078 注釈を挿入するのにツールバーボタン
28079 \begin_inset Info
28080 type  "icon"
28081 arg   "note-insert"
28082 \end_inset
28083
28084 を使用すると、
28085 \family sans
28086 LyX注釈
28087 \family default
28088 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28089 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28090 さい。
28091 \end_layout
28092
28093 \begin_layout Standard
28094 \begin_inset VSpace bigskip
28095 \end_inset
28096
28097
28098 \lang english
28099 You can change the text color of the greyed out notes in the menu 
28100 \family sans
28101 Document\SpecialChar \menuseparator
28102 Settings\SpecialChar \menuseparator
28103 Colors
28104 \family default
28105 .
28106 \end_layout
28107
28108 \begin_layout Section
28109 脚注
28110 \begin_inset CommandInset label
28111 LatexCommand label
28112 name "sec:脚注"
28113
28114 \end_inset
28115
28116
28117 \begin_inset Index idx
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \begin_inset Index idx
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131 きゃくちゅう@脚注
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \begin_layout Standard
28140 脚注は、ツールバーボタン
28141 \begin_inset Info
28142 type  "icon"
28143 arg   "footnote-insert"
28144 \end_inset
28145
28146 か、
28147 \family sans
28148 挿入\SpecialChar \menuseparator
28149 脚注
28150 \family default
28151 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28152 \begin_inset Graphics
28153         filename clipart/footnoteQt4.png
28154         scale 80
28155         scaleBeforeRotation
28156
28157 \end_inset
28158
28159 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28160 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28161 \end_layout
28162
28163 \begin_layout Standard
28164 これが脚注の例です
28165 \begin_inset Foot
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 \begin_inset CommandInset label
28170 LatexCommand label
28171 name "fn:これは脚注の一例"
28172
28173 \end_inset
28174
28175 これは脚注の一例です。
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \begin_inset ERT
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185
28186
28187 \backslash
28188 newcounter{MyRepeatFoot}
28189 \end_layout
28190
28191 \begin_layout Plain Layout
28192
28193
28194 \backslash
28195 setcounter{MyRepeatFoot}{
28196 \backslash
28197 thefootnote}
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
28207 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28208 \end_layout
28209
28210 \begin_layout Standard
28211 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28212 \begin_inset CommandInset ref
28213 LatexCommand ref
28214 reference "sec:フロートの参照"
28215
28216 \end_inset
28217
28218 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28219 \begin_inset Newline newline
28220 \end_inset
28221
28222 これは脚注
28223 \begin_inset CommandInset ref
28224 LatexCommand ref
28225 reference "fn:これは脚注の一例"
28226
28227 \end_inset
28228
28229 の相互参照です。
28230 \end_layout
28231
28232 \begin_layout Standard
28233 \begin_inset VSpace defskip
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \begin_layout Standard
28240 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28241 \series bold
28242
28243 \backslash
28244 footnotemark{}
28245 \series default
28246 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28247 \series bold
28248
28249 \backslash
28250 footnotetext
28251 \series default
28252 コマンドの引数として入力します。
28253 \begin_inset Newline newline
28254 \end_inset
28255
28256 以下の表ではコマンド
28257 \begin_inset Newline newline
28258 \end_inset
28259
28260
28261 \series bold
28262
28263 \backslash
28264 footnotetext{
28265 \series default
28266 出力される脚注の表
28267 \series bold
28268 }
28269 \series default
28270
28271 \begin_inset Newline newline
28272 \end_inset
28273
28274 を用いています。
28275 \end_layout
28276
28277 \begin_layout Standard
28278 \begin_inset Tabular
28279 <lyxtabular version="3" rows="2" columns="1">
28280 <features tabularvalignment="middle">
28281 <column alignment="center" valignment="top" width="0">
28282 <row>
28283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 これは例文です。
28288 \begin_inset Foot
28289 status open
28290
28291 \begin_layout Plain Layout
28292 この脚注は出力されません!
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 </row>
28303 <row>
28304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308 これは例文です。
28309 \begin_inset ERT
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313
28314
28315 \backslash
28316 footnotemark{}
28317 \end_layout
28318
28319 \end_inset
28320
28321
28322 \end_layout
28323
28324 \end_inset
28325 </cell>
28326 </row>
28327 </lyxtabular>
28328
28329 \end_inset
28330
28331
28332 \begin_inset ERT
28333 status collapsed
28334
28335 \begin_layout Plain Layout
28336
28337
28338 \backslash
28339 footnotetext{
28340 \end_layout
28341
28342 \end_inset
28343
28344 出力される脚注の表
28345 \begin_inset ERT
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349
28350 }
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Standard
28359 長尺表中の脚注は、第
28360 \begin_inset CommandInset ref
28361 LatexCommand ref
28362 reference "sub:長尺表での脚注"
28363
28364 \end_inset
28365
28366 節で述べられています。
28367 \end_layout
28368
28369 \begin_layout Standard
28370 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28371 \begin_inset CommandInset ref
28372 LatexCommand ref
28373 reference "sec:ミニページ"
28374
28375 \end_inset
28376
28377 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28378 \series bold
28379
28380 \backslash
28381 footnotemark{}
28382 \series default
28383
28384 \series bold
28385
28386 \backslash
28387 footntoetext
28388 \series default
28389 による方法を用いてください。
28390 \end_layout
28391
28392 \begin_layout Standard
28393 \begin_inset Box Frameless
28394 position "t"
28395 hor_pos "c"
28396 has_inner_box 1
28397 inner_pos "t"
28398 use_parbox 0
28399 use_makebox 0
28400 width "100col%"
28401 special "none"
28402 height "1in"
28403 height_special "totalheight"
28404 status open
28405
28406 \begin_layout Plain Layout
28407 これはミニページ中の例文です。
28408 \begin_inset Foot
28409 status open
28410
28411 \begin_layout Plain Layout
28412 ミニページ中の脚注です。
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Plain Layout
28421 これはミニページ中の例文です。
28422 \begin_inset ERT
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427
28428 \backslash
28429 footnotemark{}
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 \begin_inset ERT
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447
28448
28449 \backslash
28450 footnotetext{
28451 \end_layout
28452
28453 \end_inset
28454
28455 ミニページ外の脚注です。
28456 \begin_inset ERT
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460
28461 }
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \begin_inset VSpace defskip
28468 \end_inset
28469
28470
28471 \end_layout
28472
28473 \begin_layout Standard
28474 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28475 \series bold
28476
28477 \backslash
28478 footnotemark[番号]
28479 \series default
28480 を使用してください。
28481 \begin_inset Newline newline
28482 \end_inset
28483
28484 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28485 \begin_inset CommandInset ref
28486 LatexCommand ref
28487 reference "fn:これは脚注の一例"
28488
28489 \end_inset
28490
28491 の後に、TeXコードで
28492 \end_layout
28493
28494 \begin_layout Standard
28495
28496 \series bold
28497
28498 \backslash
28499 newcounter{MyRepeatFoot}
28500 \begin_inset Newline newline
28501 \end_inset
28502
28503
28504 \backslash
28505 setcounter{MyRepeatFoot}{
28506 \backslash
28507 thefootnote}
28508 \end_layout
28509
28510 \begin_layout Standard
28511 というコマンドを挿入しています。そして脚注マークは、
28512 \end_layout
28513
28514 \begin_layout Standard
28515
28516 \series bold
28517
28518 \backslash
28519 footnotemark[
28520 \backslash
28521 theMyRepeatFoot]
28522 \end_layout
28523
28524 \begin_layout Standard
28525 で作成します。
28526 \end_layout
28527
28528 \begin_layout Standard
28529 これは繰り返し脚注の例です。
28530 \begin_inset ERT
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534
28535
28536 \backslash
28537 footnotemark[
28538 \backslash
28539 theMyRepeatFoot]
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \begin_layout Standard
28548 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28549 \end_layout
28550
28551 \begin_layout Standard
28552
28553 \series bold
28554
28555 \backslash
28556 footnotemark[
28557 \backslash
28558 thefootnote]
28559 \end_layout
28560
28561 \begin_layout Standard
28562 を使用してください。
28563 \end_layout
28564
28565 \begin_layout Standard
28566 これは繰り返し脚注の例です。
28567 \begin_inset ERT
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571
28572
28573 \backslash
28574 footnotemark[
28575 \backslash
28576 thefootnote]
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Subsection
28585 脚注の付番
28586 \begin_inset CommandInset label
28587 LatexCommand label
28588 name "sub:脚注の付番"
28589
28590 \end_inset
28591
28592
28593 \begin_inset Index idx
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 きゃくちゅう@脚注 ! ふばん@付番
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Standard
28606 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28607 \end_layout
28608
28609 \begin_layout Standard
28610
28611 \series bold
28612
28613 \backslash
28614 @addtoreset{footnote}{section}
28615 \end_layout
28616
28617 \begin_layout Standard
28618 というコマンドを加えてください。
28619 \end_layout
28620
28621 \begin_layout Standard
28622 \begin_inset VSpace bigskip
28623 \end_inset
28624
28625 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28626 \end_layout
28627
28628 \begin_layout Standard
28629
28630 \series bold
28631
28632 \backslash
28633 renewcommand{
28634 \backslash
28635 thefootnote}{
28636 \backslash
28637 roman{footnote}}
28638 \end_layout
28639
28640 \begin_layout Standard
28641 \begin_inset ERT
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645
28646
28647 \backslash
28648 renewcommand{
28649 \backslash
28650 thefootnote}{
28651 \backslash
28652 roman{footnote}}
28653 \end_layout
28654
28655 \end_inset
28656
28657 これは、ローマ数字を使った脚注です
28658 \begin_inset Foot
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 これは、ローマ数字を使った脚注の例です。
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28672 \series bold
28673
28674 \backslash
28675 roman
28676 \series default
28677
28678 \series bold
28679
28680 \backslash
28681 Roman
28682 \series default
28683 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28684 \series bold
28685
28686 \backslash
28687 Alph
28688 \series default
28689 または
28690 \series bold
28691
28692 \backslash
28693 alph
28694 \series default
28695 を使用してください。記号を使って付「番」するには、
28696 \series bold
28697
28698 \backslash
28699 fnsymbol
28700 \series default
28701 を使ってください。
28702 \end_layout
28703
28704 \begin_layout Standard
28705 \begin_inset Note Greyedout
28706 status open
28707
28708 \begin_layout Plain Layout
28709
28710 \series bold
28711 【註】
28712 \series default
28713 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \begin_inset Newline newline
28720 \end_inset
28721
28722
28723 \begin_inset Note Greyedout
28724 status open
28725
28726 \begin_layout Plain Layout
28727
28728 \series bold
28729 【註】
28730 \series default
28731 記号を使うと9個の脚注しか番号を振ることができません。
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \begin_layout Standard
28740 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28741 \series bold
28742
28743 \backslash
28744 roman
28745 \series default
28746
28747 \series bold
28748
28749 \backslash
28750 arabic
28751 \series default
28752 に置き換えて使用してください。
28753 \begin_inset ERT
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 renewcommand{
28761 \backslash
28762 thefootnote}{
28763 \backslash
28764 arabic{footnote}}
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Standard
28773 \begin_inset VSpace bigskip
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28781 \end_layout
28782
28783 \begin_layout Standard
28784
28785 \series bold
28786
28787 \backslash
28788 numberwithin{footnote}{chapter}
28789 \end_layout
28790
28791 \begin_layout Standard
28792 というコマンドを加えてください。
28793 \series bold
28794
28795 \backslash
28796 numberwithin
28797 \series default
28798 コマンドを使用できるようにするためには、文書設定の
28799 \family sans
28800 数式オプション
28801 \family default
28802 タブで
28803 \family sans
28804 AMS
28805 \begin_inset space ~
28806 \end_inset
28807
28808 mathパッケージを使う
28809 \family default
28810 オプションを有効にしてください。
28811 \end_layout
28812
28813 \begin_layout Standard
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 numberwithin{footnote}{chapter}
28822 \end_layout
28823
28824 \end_inset
28825
28826 これは、脚注のもう一つの例です
28827 \series bold
28828
28829 \begin_inset Foot
28830 status open
28831
28832 \begin_layout Plain Layout
28833
28834 \series bold
28835 これは、
28836 \series default
28837 「章番号.脚注番号」スキームで番号を振られた脚注です。
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \series default
28844
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850
28851 \backslash
28852 renewcommand{
28853 \backslash
28854 thefootnote}{
28855 \backslash
28856 arabic{footnote}}
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \begin_layout Standard
28865 \begin_inset Note Greyedout
28866 status open
28867
28868 \begin_layout Plain Layout
28869
28870 \series bold
28871 【註】
28872 \backslash
28873 numberwithin
28874 \series default
28875 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \begin_layout Standard
28884 また、例えば「章番号.
28885 \backslash
28886 Roman{footnote}」スキームを得るには、
28887 \series bold
28888
28889 \backslash
28890 numberwithin
28891 \series default
28892 の代わりに以下のコマンドを使用してください。
28893 \end_layout
28894
28895 \begin_layout Standard
28896
28897 \series bold
28898
28899 \backslash
28900 renewcommand{
28901 \backslash
28902 thefootnote}{
28903 \backslash
28904 thechapter.
28905 \backslash
28906 Roman{footnote}}
28907 \end_layout
28908
28909 \begin_layout Subsection
28910 脚注の配置
28911 \begin_inset Index idx
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 きゃくちゅう@脚注 ! はいち@配置
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28925 ブルに足して、1.5
28926 \begin_inset space \thinspace{}
28927 \end_inset
28928
28929 mmの余白を追加することもできます。
28930 \end_layout
28931
28932 \begin_layout Standard
28933
28934 \series bold
28935
28936 \backslash
28937 let
28938 \backslash
28939 myFoot
28940 \backslash
28941 footnote
28942 \begin_inset Newline newline
28943 \end_inset
28944
28945
28946 \backslash
28947 renewcommand{
28948 \backslash
28949 footnote}[1]{
28950 \backslash
28951 myFoot{#1
28952 \backslash
28953 vspace{1.5mm}}}
28954 \end_layout
28955
28956 \begin_layout Standard
28957 \begin_inset VSpace bigskip
28958 \end_inset
28959
28960 二段組文書では、脚注は各段底部に表示されます(図
28961 \begin_inset CommandInset ref
28962 LatexCommand ref
28963 reference "fig:標準的脚注配置"
28964
28965 \end_inset
28966
28967 )。図
28968 \begin_inset CommandInset ref
28969 LatexCommand ref
28970 reference "fig:ftnright脚注配置"
28971
28972 \end_inset
28973
28974 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28975 \end_layout
28976
28977 \begin_layout Standard
28978
28979 \series bold
28980
28981 \backslash
28982 usepackage{ftnright}
28983 \end_layout
28984
28985 \begin_layout Standard
28986 というコマンドを書いて、LaTeXパッケージ
28987 \series bold
28988 ftnright
28989 \series default
28990
28991 \begin_inset Index idx
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28996 \end_layout
28997
28998 \end_inset
28999
29000 を読み込みます。
29001 \begin_inset Float figure
29002 placement !h
29003 wide false
29004 sideways false
29005 status open
29006
29007 \begin_layout Plain Layout
29008 \begin_inset ERT
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012
29013
29014 \backslash
29015 framebox{
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \begin_inset Graphics
29022         filename ../clipart/without_fntright.pdf
29023         width 100col%
29024         scaleBeforeRotation
29025
29026 \end_inset
29027
29028
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034 }
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Plain Layout
29043 \begin_inset Caption
29044
29045 \begin_layout Plain Layout
29046 \begin_inset CommandInset label
29047 LatexCommand label
29048 name "fig:標準的脚注配置"
29049
29050 \end_inset
29051
29052 二段組文書の標準的な脚注配置
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 \begin_inset Float figure
29067 placement !h
29068 wide false
29069 sideways false
29070 status open
29071
29072 \begin_layout Plain Layout
29073 \begin_inset ERT
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077
29078
29079 \backslash
29080 framebox{
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \begin_inset Graphics
29087         filename ../clipart/with_fntright.pdf
29088         width 100col%
29089         scaleBeforeRotation
29090
29091 \end_inset
29092
29093
29094 \begin_inset ERT
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098
29099 }
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \begin_layout Plain Layout
29108 \begin_inset Caption
29109
29110 \begin_layout Plain Layout
29111 \begin_inset CommandInset label
29112 LatexCommand label
29113 name "fig:ftnright脚注配置"
29114
29115 \end_inset
29116
29117 LaTeXパッケージ
29118 \series bold
29119 ftnright
29120 \series default
29121 を使用したときの二段組文書の脚注配置
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Standard
29135 \begin_inset VSpace bigskip
29136 \end_inset
29137
29138 科学的文献に於いては、図
29139 \begin_inset CommandInset ref
29140 LatexCommand ref
29141 reference "fig:後注"
29142
29143 \end_inset
29144
29145 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29146 \begin_inset Index idx
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150 こちゅう@後注
29151 \end_layout
29152
29153 \end_inset
29154
29155 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29156 \family sans
29157 文書\SpecialChar \menuseparator
29158 設定\SpecialChar \menuseparator
29159 モジュール
29160 \family default
29161 メニューで
29162 \family sans
29163 脚注から後注へ
29164 \family default
29165 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29166 \end_layout
29167
29168 \begin_layout Standard
29169
29170 \series bold
29171
29172 \backslash
29173 theendnotes
29174 \end_layout
29175
29176 \begin_layout Standard
29177 というコマンドを挿入してください。
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset Float figure
29182 wide false
29183 sideways false
29184 status open
29185
29186 \begin_layout Plain Layout
29187 \align center
29188 \begin_inset ERT
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192
29193
29194 \backslash
29195 framebox{
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset Graphics
29202         filename ../clipart/endnotes.pdf
29203         scaleBeforeRotation
29204
29205 \end_inset
29206
29207
29208 \begin_inset ERT
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212
29213 }
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Plain Layout
29222 \begin_inset Caption
29223
29224 \begin_layout Plain Layout
29225 \begin_inset CommandInset label
29226 LatexCommand label
29227 name "fig:後注"
29228
29229 \end_inset
29230
29231 後注 – 注を節ないし章末に別段落として印字します。
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Standard
29245 \begin_inset VSpace medskip
29246 \end_inset
29247
29248 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29249 \end_layout
29250
29251 \begin_layout Standard
29252
29253 \series bold
29254
29255 \backslash
29256 renewcommand{
29257 \backslash
29258 notesname}{Anmerkungen}
29259 \end_layout
29260
29261 \begin_layout Standard
29262 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset VSpace medskip
29267 \end_inset
29268
29269
29270 \begin_inset CommandInset ref
29271 LatexCommand ref
29272 reference "sub:脚注の付番"
29273
29274 \end_inset
29275
29276 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29277 \series bold
29278
29279 \backslash
29280 thefootnote
29281 \series default
29282 コマンドの代わりに
29283 \series bold
29284
29285 \backslash
29286 theendnote
29287 \series default
29288 を用いてください。後注番号をリセットするには、第
29289 \begin_inset CommandInset ref
29290 LatexCommand ref
29291 reference "sub:脚注の付番"
29292
29293 \end_inset
29294
29295 節で述べたコマンド
29296 \series bold
29297
29298 \backslash
29299 @addtoreset
29300 \series default
29301 の、パラメータ
29302 \series bold
29303 footnote
29304 \series default
29305
29306 \series bold
29307 endnote
29308 \series default
29309 に変えて、使用してください。
29310 \end_layout
29311
29312 \begin_layout Standard
29313 後注の印だけを作成するには、第
29314 \begin_inset CommandInset ref
29315 LatexCommand ref
29316 reference "sec:脚注"
29317
29318 \end_inset
29319
29320 節で説明した
29321 \series bold
29322
29323 \backslash
29324 footnotemark
29325 \series default
29326 コマンドの代わりに、
29327 \series bold
29328
29329 \backslash
29330 endnotemark[番号]
29331 \series default
29332 コマンドを使用してください。
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \begin_inset VSpace bigskip
29337 \end_inset
29338
29339 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29340 \series bold
29341 footmisc
29342 \series default
29343
29344 \begin_inset Index idx
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \begin_inset CommandInset citation
29355 LatexCommand cite
29356 key "footmisc"
29357
29358 \end_inset
29359
29360 を参照してください。
29361 \end_layout
29362
29363 \begin_layout Standard
29364 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29365 \begin_inset CommandInset citation
29366 LatexCommand cite
29367 key "latexcompanion,latexguide,latexbook"
29368
29369 \end_inset
29370
29371 に載っています。 
29372 \lang english
29373 If you are using a
29374 \lang japanese
29375  
29376 \series bold
29377 KOMA-Script
29378 \series default
29379
29380 \begin_inset Index idx
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29385 \end_layout
29386
29387 \end_inset
29388
29389  
29390 \lang english
29391 document class, you can adjust all footnote settings using class-specific
29392  commands, see
29393 \lang japanese
29394  
29395 \begin_inset CommandInset citation
29396 LatexCommand cite
29397 key "KOMA-Script"
29398
29399 \end_inset
29400
29401 .
29402 \end_layout
29403
29404 \begin_layout Section
29405 傍注
29406 \begin_inset Index idx
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29420 \family sans
29421 挿入\SpecialChar \menuseparator
29422 傍注
29423 \family default
29424 メニューかツールバーボタン
29425 \begin_inset Info
29426 type  "icon"
29427 arg   "marginalnote-insert"
29428 \end_inset
29429
29430 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29431 \end_layout
29432
29433 \begin_layout Standard
29434 横にあるのが傍注です
29435 \begin_inset Marginal
29436 status open
29437
29438 \begin_layout Plain Layout
29439 これは傍注文です。
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29449 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset VSpace bigskip
29454 \end_inset
29455
29456 傍注を内側余白に置くには、傍注の前にTeXコードで
29457 \end_layout
29458
29459 \begin_layout Standard
29460
29461 \series bold
29462
29463 \backslash
29464 reversemarginpar
29465 \end_layout
29466
29467 \begin_layout Standard
29468 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 reversemarginpar 
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \begin_inset Marginal
29483 status open
29484
29485 \begin_layout Plain Layout
29486 これは内側余白の傍注です。
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \series bold
29493
29494 \begin_inset Newline newline
29495 \end_inset
29496
29497
29498 \series default
29499
29500 \begin_inset Note Greyedout
29501 status open
29502
29503 \begin_layout Plain Layout
29504 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \begin_layout Standard
29513 既定の配置に戻すには、TeXコードで
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518 \series bold
29519
29520 \backslash
29521 normalmarginpar
29522 \end_layout
29523
29524 \begin_layout Standard
29525 というコマンドを書き加えてください。
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531
29532 \backslash
29533 normalmarginpar 
29534 \end_layout
29535
29536 \end_inset
29537
29538  
29539 \begin_inset Note Greyedout
29540 status open
29541
29542 \begin_layout Plain Layout
29543
29544 \series bold
29545 【註】
29546 \backslash
29547 reversemarginpar
29548 \series default
29549 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 \begin_inset VSpace bigskip
29559 \end_inset
29560
29561
29562 \begin_inset Marginal
29563 status open
29564
29565 \begin_layout Plain Layout
29566 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \begin_inset CommandInset ref
29573 LatexCommand ref
29574 reference "sub:複数行"
29575
29576 \end_inset
29577
29578 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29579 \begin_inset space \thinspace{}
29580 \end_inset
29581
29582 pt水平空白を挿入してください 
29583 \begin_inset Marginal
29584 status open
29585
29586 \begin_layout Plain Layout
29587 \begin_inset space \hspace*{}
29588 \length 0pt
29589 \end_inset
29590
29591 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset VSpace bigskip
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 \begin_inset Note Greyedout
29608 status open
29609
29610 \begin_layout Plain Layout
29611
29612 \series bold
29613 【註】
29614 \series default
29615 通常、傍注は表やフロート、脚注の中では使用することができません。
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 \begin_inset VSpace bigskip
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636
29637 \backslash
29638 ifmarginnote
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset Note Note
29645 status open
29646
29647 \begin_layout Plain Layout
29648 以下の部分は、LaTeXパッケージ
29649 \series bold
29650 marginnote
29651 \series default
29652 が導入されているときのみ表示されます。
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 この制約は、LaTeXパッケージ
29662 \series bold
29663 marginnote
29664 \series default
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29671 \end_layout
29672
29673 \end_inset
29674
29675 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29676 \series bold
29677 marginnote
29678 \series default
29679 パッケージが提供するコマンドを使うようになります。
29680 \end_layout
29681
29682 \begin_layout Standard
29683
29684 \series bold
29685
29686 \backslash
29687 usepackage{marginnote}
29688 \begin_inset Newline newline
29689 \end_inset
29690
29691
29692 \backslash
29693 let
29694 \backslash
29695 marginpar
29696 \backslash
29697 marginnote
29698 \end_layout
29699
29700 \begin_layout Standard
29701
29702 \series bold
29703 marginnote
29704 \series default
29705 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29706 \series bold
29707 marginnote
29708 \series default
29709 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29710 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29711 \end_layout
29712
29713 \begin_layout Standard
29714
29715 \series bold
29716 [オフセット]
29717 \end_layout
29718
29719 \begin_layout Standard
29720 という形で書くことで設定することができます。ここで「オフセット」には、表
29721 \begin_inset CommandInset ref
29722 LatexCommand ref
29723 reference "tab:単位"
29724
29725 \end_inset
29726
29727 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29728 \series bold
29729 [-1.5cm]
29730 \series default
29731 」を使用して、1.5
29732 \begin_inset space \thinspace{}
29733 \end_inset
29734
29735 cm上にずらしてあります
29736 \begin_inset Marginal
29737 status open
29738
29739 \begin_layout Plain Layout
29740 この傍注は、本来の位置よりも1.5
29741 \begin_inset space \thinspace{}
29742 \end_inset
29743
29744 cm上にずらしてあります。
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755 [-1.5cm]
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 \begin_inset VSpace medskip
29765 \end_inset
29766
29767
29768 \series bold
29769 marginnote
29770 \series default
29771 を使うと、傍注の揃えを変更することもできます。たとえば、
29772 \end_layout
29773
29774 \begin_layout Standard
29775
29776 \series bold
29777
29778 \backslash
29779 renewcommand*{
29780 \backslash
29781 raggedleftmarginnote}{
29782 \backslash
29783 centering}
29784 \begin_inset Newline newline
29785 \end_inset
29786
29787
29788 \backslash
29789 renewcommand*{
29790 \backslash
29791 raggedrightmarginnote}{
29792 \backslash
29793 centering}
29794 \end_layout
29795
29796 \begin_layout Standard
29797 というコマンドを使うと、中央揃えになります。
29798 \series bold
29799
29800 \backslash
29801 raggedleftmarginnote
29802 \series default
29803 とは、左側に表示されている傍注のことを指します
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 renewcommand*{
29812 \backslash
29813 raggedleftmarginnote}{
29814 \backslash
29815 centering}
29816 \end_layout
29817
29818 \begin_layout Plain Layout
29819
29820
29821 \backslash
29822 renewcommand*{
29823 \backslash
29824 raggedrightmarginnote}{
29825 \backslash
29826 centering}
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \begin_inset Marginal
29833 status open
29834
29835 \begin_layout Plain Layout
29836 この傍注の文章は中央揃えになっています。
29837 \end_layout
29838
29839 \end_inset
29840
29841 。既定の設定は、
29842 \end_layout
29843
29844 \begin_layout Standard
29845
29846 \series bold
29847
29848 \backslash
29849 renewcommand*{
29850 \backslash
29851 raggedleftmarginnote}{
29852 \backslash
29853 raggedleft}
29854 \begin_inset Newline newline
29855 \end_inset
29856
29857
29858 \backslash
29859 renewcommand*{
29860 \backslash
29861 raggedrightmarginnote}{
29862 \backslash
29863 raggedright}
29864 \series default
29865
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871
29872 \backslash
29873 renewcommand*{
29874 \backslash
29875 raggedleftmarginnote}{
29876 \backslash
29877 raggedleft}
29878 \end_layout
29879
29880 \begin_layout Plain Layout
29881
29882
29883 \backslash
29884 renewcommand*{
29885 \backslash
29886 raggedrightmarginnote}{
29887 \backslash
29888 raggedright}
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 です。
29898 \end_layout
29899
29900 \begin_layout Standard
29901 \begin_inset VSpace medskip
29902 \end_inset
29903
29904
29905 \series bold
29906 marginnote
29907 \series default
29908 の他の機能については、
29909 \begin_inset CommandInset citation
29910 LatexCommand cite
29911 key "marginnote"
29912
29913 \end_inset
29914
29915 の取扱説明書をご参照ください。
29916 \end_layout
29917
29918 \begin_layout Standard
29919 \begin_inset VSpace bigskip
29920 \end_inset
29921
29922 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29923 \family sans
29924 \series bold
29925 \bar under
29926 注意!
29927 \family default
29928 \series default
29929 \bar default
29930 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29931 \end_layout
29932
29933 \begin_layout Standard
29934
29935 \series bold
29936
29937 \backslash
29938 let
29939 \backslash
29940 myMarginpar
29941 \backslash
29942 marginpar
29943 \begin_inset Newline newline
29944 \end_inset
29945
29946
29947 \backslash
29948 renewcommand{
29949 \backslash
29950 marginpar}[1]{
29951 \backslash
29952 myMarginpar{%
29953 \begin_inset Newline newline
29954 \end_inset
29955
29956
29957 \begin_inset Phantom HPhantom
29958 status open
29959
29960 \begin_layout Plain Layout
29961
29962 \series bold
29963 \begin_inset space ~
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \backslash
29973 hspace{0pt}
29974 \backslash
29975 textsf{
29976 \backslash
29977 textbf{
29978 \backslash
29979 underbar{注意!}}}%
29980 \begin_inset Newline newline
29981 \end_inset
29982
29983
29984 \begin_inset Phantom HPhantom
29985 status open
29986
29987 \begin_layout Plain Layout
29988
29989 \series bold
29990 \begin_inset space ~
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \backslash
30000 vspace{1.5mm}
30001 \backslash
30002
30003 \backslash
30004 #1}}
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset ERT
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012
30013
30014 \backslash
30015 let
30016 \backslash
30017 myMarginpar
30018 \backslash
30019 marginpar
30020 \end_layout
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 renewcommand{
30027 \backslash
30028 marginpar}[1]{
30029 \backslash
30030 myMarginpar{%
30031 \end_layout
30032
30033 \begin_layout Plain Layout
30034
30035    
30036 \backslash
30037 textsf{
30038 \backslash
30039 textbf{
30040 \backslash
30041 underbar{注意!}}}%
30042 \end_layout
30043
30044 \begin_layout Plain Layout
30045
30046    
30047 \backslash
30048 vspace{1.5mm}
30049 \backslash
30050
30051 \backslash
30052 #1}}
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \begin_inset Marginal
30059 status open
30060
30061 \begin_layout Plain Layout
30062 これは、定義したヘッダをつけた傍注です。
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073 [-1.5cm]
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 renewcommand{
30087 \backslash
30088 marginpar}[1]{
30089 \backslash
30090 myMarginpar{#1}}
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \begin_inset Note Note
30097 status open
30098
30099 \begin_layout Plain Layout
30100 傍注書式は、この例の分だけ変更してあります。
30101 \end_layout
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Standard
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 else
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \begin_inset Note Note
30123 status open
30124
30125 \begin_layout Plain Layout
30126 以下の部分は、LaTeXパッケージ
30127 \series bold
30128 marginnote
30129 \series default
30130 が導入されていないときのみ表示されます。
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \end_layout
30137
30138 \begin_layout Standard
30139 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30140 \series bold
30141 marginnote
30142 \series default
30143 を導入する必要があります。
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 fi
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Chapter
30163 ボックス
30164 \end_layout
30165
30166 \begin_layout Section
30167 はじめに
30168 \begin_inset Index idx
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172 ぼっくす@ボックス ! はじめに
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30182 \begin_inset CommandInset ref
30183 LatexCommand ref
30184 reference "sec:ミニページ"
30185
30186 \end_inset
30187
30188 節参照)、文章を囲ったり(第
30189 \begin_inset CommandInset ref
30190 LatexCommand ref
30191 reference "sec:装飾"
30192
30193 \end_inset
30194
30195 節参照)、単語がハイフネートされるのを予防したり(第
30196 \begin_inset CommandInset ref
30197 LatexCommand ref
30198 reference "sec:ハイフネーションの回避"
30199
30200 \end_inset
30201
30202 節参照)、文章を揃えたり(第
30203 \begin_inset CommandInset ref
30204 LatexCommand ref
30205 reference "sub:垂直揃え"
30206
30207 \end_inset
30208
30209 節参照)、あるいは文章の背景色を設定したり(第
30210 \begin_inset CommandInset ref
30211 LatexCommand ref
30212 reference "sec:色付きボックス"
30213
30214 \end_inset
30215
30216 節参照)するのに使用します。
30217 \end_layout
30218
30219 \begin_layout Standard
30220 ボックスは、
30221 \family sans
30222 挿入\SpecialChar \menuseparator
30223 ボックス
30224 \family default
30225 メニューかツールバーボタン
30226 \begin_inset Info
30227 type  "icon"
30228 arg   "box-insert Frameless"
30229 \end_inset
30230
30231 を使って挿入することができます。すると、
30232 \begin_inset Graphics
30233         filename ../clipart/BoxInsetDefaultQt4.png
30234         scale 85
30235         scaleBeforeRotation
30236
30237 \end_inset
30238
30239 のように
30240 \family sans
30241 ボックス(minipage環境)
30242 \family default
30243 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30244 \family sans
30245 設定
30246 \family default
30247 メニューを選択すると現れるボックスダイアログでは、
30248 \family sans
30249 parboxコマンド
30250 \family default
30251
30252 \family sans
30253 minipage環境
30254 \family default
30255 の二つの
30256 \family sans
30257 内部ボックス
30258 \family default
30259 型を選択することができます。
30260 \family sans
30261 minipage
30262 \family default
30263 型は、新規ボックスの既定値となっており、第
30264 \begin_inset CommandInset ref
30265 LatexCommand ref
30266 reference "sec:ミニページ"
30267
30268 \end_inset
30269
30270 節で説明します。
30271 \family sans
30272 parbox
30273 \family default
30274 型については第
30275 \begin_inset CommandInset ref
30276 LatexCommand ref
30277 reference "sec:Parbox"
30278
30279 \end_inset
30280
30281 節、
30282 \family sans
30283 makebox
30284 \family default
30285 型については第
30286 \begin_inset CommandInset ref
30287 LatexCommand ref
30288 reference "sec:ハイフネーションの回避"
30289
30290 \end_inset
30291
30292 節で述べます。
30293 \end_layout
30294
30295 \begin_layout Standard
30296 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset Note Greyedout
30301 status open
30302
30303 \begin_layout Plain Layout
30304 【註】ボックスは、
30305 \family sans
30306 箇条書き(記号)
30307 \family default
30308 環境や
30309 \family sans
30310 箇条書き(記述)
30311 \family default
30312 環境の単独要素とすべきではありません。
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset Note Greyedout
30322 status open
30323
30324 \begin_layout Plain Layout
30325 【註】理由は不明ですが、枠付きボックスを使用している場合には、
30326 \family sans
30327 内部ボックス
30328 \family default
30329 型は
30330 \family sans
30331 なし
30332 \family default
30333 にしか設定することができません。
30334 \family sans
30335 内部ボックス
30336 \family default
30337 型や枠のないボックスについては、第
30338 \begin_inset CommandInset ref
30339 LatexCommand ref
30340 reference "sec:ハイフネーションの回避"
30341
30342 \end_inset
30343
30344 節で説明します。
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Section
30353 ボックスダイアログ
30354 \begin_inset CommandInset label
30355 LatexCommand label
30356 name "sec:ボックスダイアログ"
30357
30358 \end_inset
30359
30360
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Subsection
30374 寸法
30375 \begin_inset Index idx
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 ぼっくす@ボックス ! すんぽう@寸法
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \end_layout
30386
30387 \begin_layout Standard
30388 ボックスダイアログでは、
30389 \family sans
30390
30391 \family default
30392
30393 \family sans
30394 高さ
30395 \family default
30396 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30397 \begin_inset CommandInset ref
30398 LatexCommand ref
30399 reference "tab:単位"
30400
30401 \end_inset
30402
30403 に説明されています。
30404 \family sans
30405 高さ
30406 \family default
30407 フィールドには、加えて以下の寸法を使用することができます。
30408 \end_layout
30409
30410 \begin_layout Description
30411 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30412 \begin_inset Newline newline
30413 \end_inset
30414
30415
30416 \begin_inset Newline newline
30417 \end_inset
30418
30419
30420 \begin_inset Newline newline
30421 \end_inset
30422
30423
30424 \begin_inset Box Boxed
30425 position "c"
30426 hor_pos "c"
30427 has_inner_box 1
30428 inner_pos "c"
30429 use_parbox 0
30430 use_makebox 0
30431 width "12col%"
30432 special "none"
30433 height "1in"
30434 height_special "depth"
30435 status open
30436
30437 \begin_layout Plain Layout
30438 \align center
30439 高さを1階層に設定したボックス
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \begin_inset Newline newline
30446 \end_inset
30447
30448
30449 \begin_inset Newline newline
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Description
30456 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30457 \begin_inset Box Boxed
30458 position "c"
30459 hor_pos "c"
30460 has_inner_box 1
30461 inner_pos "c"
30462 use_parbox 0
30463 use_makebox 0
30464 width "20col%"
30465 special "none"
30466 height "2in"
30467 height_special "height"
30468 status open
30469
30470 \begin_layout Plain Layout
30471 \align center
30472 高さを2高さに設定したボックス
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \end_layout
30479
30480 \begin_layout Description
30481 全高 これは「高さ」+「階層」です。
30482 \begin_inset Box Boxed
30483 position "c"
30484 hor_pos "c"
30485 has_inner_box 1
30486 inner_pos "c"
30487 use_parbox 0
30488 use_makebox 0
30489 width "20col%"
30490 special "none"
30491 height "1in"
30492 height_special "totalheight"
30493 status open
30494
30495 \begin_layout Plain Layout
30496 \align center
30497 高さを1全高に設定したボックス
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Description
30506 幅 これはボックスの幅を高さに設定します。
30507 \begin_inset Box Boxed
30508 position "c"
30509 hor_pos "c"
30510 has_inner_box 1
30511 inner_pos "c"
30512 use_parbox 0
30513 use_makebox 0
30514 width "12col%"
30515 special "none"
30516 height "1in"
30517 height_special "width"
30518 status open
30519
30520 \begin_layout Plain Layout
30521 \align center
30522 高さを1幅に設定したボックス
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Subsection
30531 文字揃え
30532 \begin_inset Index idx
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536 ぼっくす@ボックス ! もじそろえ@文字揃え
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545
30546 \family sans
30547 内部ボックス
30548 \family default
30549 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30550 \end_layout
30551
30552 \begin_layout Description
30553 上 これは例示のための本文行です。
30554 \begin_inset Box Boxed
30555 position "t"
30556 hor_pos "c"
30557 has_inner_box 1
30558 inner_pos "c"
30559 use_parbox 0
30560 use_makebox 0
30561 width "12col%"
30562 special "none"
30563 height "1in"
30564 height_special "totalheight"
30565 status open
30566
30567 \begin_layout Plain Layout
30568 \align center
30569 このボックスは上揃えです。
30570 \end_layout
30571
30572 \end_inset
30573
30574 これは例示のための本文行です。
30575 \end_layout
30576
30577 \begin_layout Description
30578 中央 これは例示のための本文行です。
30579 \begin_inset Box Boxed
30580 position "c"
30581 hor_pos "c"
30582 has_inner_box 1
30583 inner_pos "c"
30584 use_parbox 0
30585 use_makebox 0
30586 width "12col%"
30587 special "none"
30588 height "1in"
30589 height_special "totalheight"
30590 status open
30591
30592 \begin_layout Plain Layout
30593 \align center
30594 このボックスは中央揃えです。
30595 \end_layout
30596
30597 \end_inset
30598
30599 これは例示のための本文行です。
30600 \end_layout
30601
30602 \begin_layout Description
30603 下 これは例示のための本文行です。
30604 \begin_inset Box Boxed
30605 position "b"
30606 hor_pos "c"
30607 has_inner_box 1
30608 inner_pos "c"
30609 use_parbox 0
30610 use_makebox 0
30611 width "12col%"
30612 special "none"
30613 height "1in"
30614 height_special "totalheight"
30615 status open
30616
30617 \begin_layout Plain Layout
30618 \align center
30619 このボックスは下揃えです。
30620 \end_layout
30621
30622 \end_inset
30623
30624 これは例示のための本文行です。
30625 \end_layout
30626
30627 \begin_layout Standard
30628 \begin_inset Note Greyedout
30629 status open
30630
30631 \begin_layout Plain Layout
30632
30633 \series bold
30634 【註】
30635 \series default
30636 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \begin_layout Standard
30645 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30646 \end_layout
30647
30648 \begin_layout Standard
30649 \begin_inset VSpace bigskip
30650 \end_inset
30651
30652
30653 \family sans
30654 内部ボックス
30655 \family default
30656 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30657 \end_layout
30658
30659 \begin_layout Description
30660 上 これは例示のための本文行です。
30661 \begin_inset Box Boxed
30662 position "c"
30663 hor_pos "c"
30664 has_inner_box 1
30665 inner_pos "t"
30666 use_parbox 0
30667 use_makebox 0
30668 width "12col%"
30669 special "none"
30670 height "1.5in"
30671 height_special "totalheight"
30672 status open
30673
30674 \begin_layout Plain Layout
30675 \align center
30676 このボックスの文章は上揃えです。
30677 \end_layout
30678
30679 \end_inset
30680
30681 これは例示のための本文行です。
30682 \end_layout
30683
30684 \begin_layout Description
30685 中央 これは例示のための本文行です。
30686 \begin_inset Box Boxed
30687 position "c"
30688 hor_pos "c"
30689 has_inner_box 1
30690 inner_pos "c"
30691 use_parbox 0
30692 use_makebox 0
30693 width "12col%"
30694 special "none"
30695 height "1.5in"
30696 height_special "totalheight"
30697 status open
30698
30699 \begin_layout Plain Layout
30700 \align center
30701 このボックスの文章は中央揃えです。
30702 \end_layout
30703
30704 \end_inset
30705
30706 これは例示のための本文行です。
30707 \end_layout
30708
30709 \begin_layout Description
30710 下 これは例示のための本文行です。
30711 \begin_inset Box Boxed
30712 position "c"
30713 hor_pos "c"
30714 has_inner_box 1
30715 inner_pos "b"
30716 use_parbox 0
30717 use_makebox 0
30718 width "12col%"
30719 special "none"
30720 height "1.5in"
30721 height_special "totalheight"
30722 status open
30723
30724 \begin_layout Plain Layout
30725 \align center
30726 このボックスの文章は下揃えです。
30727 \end_layout
30728
30729 \end_inset
30730
30731 これは例示のための本文行です。
30732 \end_layout
30733
30734 \begin_layout Description
30735 広げる これは例示のための本文行です。
30736 \begin_inset Box Boxed
30737 position "c"
30738 hor_pos "c"
30739 has_inner_box 1
30740 inner_pos "s"
30741 use_parbox 0
30742 use_makebox 0
30743 width "17col%"
30744 special "none"
30745 height "1.5in"
30746 height_special "totalheight"
30747 status open
30748
30749 \begin_layout Plain Layout
30750 \align center
30751 このボックスの
30752 \end_layout
30753
30754 \begin_layout Plain Layout
30755 \align center
30756 文章は広げて
30757 \end_layout
30758
30759 \begin_layout Plain Layout
30760 \align center
30761 あります。
30762 \end_layout
30763
30764 \end_inset
30765
30766 これは例示のための本文行です。
30767 \end_layout
30768
30769 \begin_layout Standard
30770 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30771 \end_layout
30772
30773 \begin_layout Standard
30774 \begin_inset VSpace bigskip
30775 \end_inset
30776
30777
30778 \family sans
30779 内部ボックス
30780 \family default
30781 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30782 \end_layout
30783
30784 \begin_layout Standard
30785 \align center
30786 \begin_inset Box Boxed
30787 position "c"
30788 hor_pos "c"
30789 has_inner_box 1
30790 inner_pos "s"
30791 use_parbox 0
30792 use_makebox 0
30793 width "25col%"
30794 special "none"
30795 height "1.25in"
30796 height_special "totalheight"
30797 status open
30798
30799 \begin_layout Plain Layout
30800 \align left
30801 このボックスの
30802 \end_layout
30803
30804 \begin_layout Plain Layout
30805 \align center
30806 文章は広げて
30807 \end_layout
30808
30809 \begin_layout Plain Layout
30810 \align right
30811 あります。
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \family sans
30822 内部ボックス
30823 \family default
30824 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \align center
30829 \begin_inset Box Boxed
30830 position "c"
30831 hor_pos "s"
30832 has_inner_box 0
30833 inner_pos "s"
30834 use_parbox 0
30835 use_makebox 0
30836 width "90col%"
30837 special "none"
30838 height "1.25in"
30839 height_special "totalheight"
30840 status open
30841
30842 \begin_layout Plain Layout
30843 このボックスの文章は水平方向に広げてあります。
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Subsection
30852 装飾
30853 \begin_inset CommandInset label
30854 LatexCommand label
30855 name "sec:装飾"
30856
30857 \end_inset
30858
30859
30860 \begin_inset Index idx
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864 ぼっくす@ボックス ! そうしょく@装飾
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 ボックス型は、ボックスダイアログ中の
30874 \family sans
30875 装飾
30876 \family default
30877 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30878 \end_layout
30879
30880 \begin_layout Description
30881 縁なし 枠を描きません。
30882 \end_layout
30883
30884 \begin_layout Description
30885 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30886 \series bold
30887
30888 \backslash
30889 fboxrule
30890 \series default
30891 の値になります。 
30892 \begin_inset Box Boxed
30893 position "c"
30894 hor_pos "c"
30895 has_inner_box 1
30896 inner_pos "c"
30897 use_parbox 0
30898 use_makebox 0
30899 width "20col%"
30900 special "none"
30901 height "1in"
30902 height_special "totalheight"
30903 status open
30904
30905 \begin_layout Plain Layout
30906 \align center
30907 長方形の箱型
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Description
30916 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30917 \begin_inset space \thinspace{}
30918 \end_inset
30919
30920 ptです。 
30921 \begin_inset Box ovalbox
30922 position "c"
30923 hor_pos "c"
30924 has_inner_box 1
30925 inner_pos "c"
30926 use_parbox 0
30927 use_makebox 0
30928 width "20col%"
30929 special "none"
30930 height "1in"
30931 height_special "totalheight"
30932 status open
30933
30934 \begin_layout Plain Layout
30935 \align center
30936 楕円形の箱型(細線)
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Description
30945 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30946 \begin_inset space \thinspace{}
30947 \end_inset
30948
30949 ptです。 
30950 \begin_inset Box Ovalbox
30951 position "c"
30952 hor_pos "c"
30953 has_inner_box 1
30954 inner_pos "c"
30955 use_parbox 0
30956 use_makebox 0
30957 width "20col%"
30958 special "none"
30959 height "1in"
30960 height_special "totalheight"
30961 status open
30962
30963 \begin_layout Plain Layout
30964 \align center
30965 楕円形の箱型(太線)
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Description
30974 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30975 \series bold
30976
30977 \backslash
30978 fboxrule
30979 \series default
30980 の値になり、影の幅は4
30981 \begin_inset space \thinspace{}
30982 \end_inset
30983
30984 ptになります。
30985 \begin_inset Box Shadowbox
30986 position "c"
30987 hor_pos "c"
30988 has_inner_box 1
30989 inner_pos "c"
30990 use_parbox 0
30991 use_makebox 0
30992 width "20col%"
30993 special "none"
30994 height "1in"
30995 height_special "totalheight"
30996 status open
30997
30998 \begin_layout Plain Layout
30999 \align center
31000 影付きの箱型
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Description
31009 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31010 \begin_inset Foot
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015 \begin_inset CommandInset ref
31016 LatexCommand ref
31017 reference "sec:色付きボックス"
31018
31019 \end_inset
31020
31021 節を参照のこと。
31022 \end_layout
31023
31024 \end_inset
31025
31026 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31027 \begin_inset Box Shaded
31028 position "t"
31029 hor_pos "c"
31030 has_inner_box 0
31031 inner_pos "t"
31032 use_parbox 0
31033 use_makebox 0
31034 width "50col%"
31035 special "none"
31036 height "1in"
31037 height_special "totalheight"
31038 status open
31039
31040 \begin_layout Plain Layout
31041 影付き背景の箱型
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Description
31050 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31051 \begin_inset space \thinspace{}
31052 \end_inset
31053
31054
31055 \series bold
31056
31057 \backslash
31058 fboxrule
31059 \series default
31060 であり、外側の枠線の太さは1.5
31061 \begin_inset space \thinspace{}
31062 \end_inset
31063
31064
31065 \series bold
31066
31067 \backslash
31068 fboxrule
31069 \series default
31070 です。枠線間の距離は1.5
31071 \begin_inset space \thinspace{}
31072 \end_inset
31073
31074
31075 \series bold
31076
31077 \backslash
31078 fboxrule
31079 \series default
31080
31081 \begin_inset space \thinspace{}
31082 \end_inset
31083
31084 +
31085 \begin_inset space \thinspace{}
31086 \end_inset
31087
31088 0.5
31089 \begin_inset space \thinspace{}
31090 \end_inset
31091
31092 ptです。 
31093 \begin_inset Box Doublebox
31094 position "c"
31095 hor_pos "c"
31096 has_inner_box 1
31097 inner_pos "c"
31098 use_parbox 0
31099 use_makebox 0
31100 width "20col%"
31101 special "none"
31102 height "1in"
31103 height_special "totalheight"
31104 status open
31105
31106 \begin_layout Plain Layout
31107 \align center
31108 二重の長方形の箱型
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Standard
31117 \begin_inset VSpace bigskip
31118 \end_inset
31119
31120 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31121 \series bold
31122 fancybox
31123 \series default
31124
31125 \begin_inset Index idx
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31130 \end_layout
31131
31132 \end_inset
31133
31134 が導入済みでなくてはなりません。
31135 \end_layout
31136
31137 \begin_layout Standard
31138 \begin_inset VSpace bigskip
31139 \end_inset
31140
31141 装飾として
31142 \family sans
31143 簡素な長方形の箱型
31144 \family default
31145 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31146 れ、このボックス型では
31147 \series bold
31148
31149 \backslash
31150 fboxrule
31151 \series default
31152
31153 \series bold
31154
31155 \backslash
31156 fboxsep
31157 \series default
31158 は無効となります。枠線の太さは
31159 \series bold
31160
31161 \backslash
31162 FrameRule
31163 \series default
31164 の値になります。 
31165 \begin_inset Box Framed
31166 position "t"
31167 hor_pos "c"
31168 has_inner_box 0
31169 inner_pos "t"
31170 use_parbox 0
31171 use_makebox 0
31172 width "100col%"
31173 special "none"
31174 height "1in"
31175 height_special "totalheight"
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179 改行可能な箱型
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Section
31188 ボックスの詳細な設定
31189 \begin_inset Index idx
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \end_layout
31200
31201 \begin_layout Standard
31202 寸法
31203 \series bold
31204
31205 \backslash
31206 fboxrule
31207 \series default
31208 の既定値は0.4
31209 \begin_inset space \thinspace{}
31210 \end_inset
31211
31212 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31213 \begin_inset space \thinspace{}
31214 \end_inset
31215
31216 ptに変更することができます。
31217 \end_layout
31218
31219 \begin_layout Standard
31220
31221 \series bold
31222
31223 \backslash
31224 setlength{
31225 \backslash
31226 fboxrule}{2pt}
31227 \end_layout
31228
31229 \begin_layout Standard
31230 \begin_inset ERT
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234
31235
31236 \backslash
31237 setlength{
31238 \backslash
31239 fboxrule}{2pt}
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \begin_inset Box Boxed
31246 position "c"
31247 hor_pos "c"
31248 has_inner_box 1
31249 inner_pos "c"
31250 use_parbox 0
31251 use_makebox 0
31252 width "25col%"
31253 special "none"
31254 height "1in"
31255 height_special "totalheight"
31256 status open
31257
31258 \begin_layout Plain Layout
31259 \align center
31260
31261 \series bold
31262
31263 \backslash
31264 fboxrule
31265 \series default
31266
31267 \begin_inset space \thinspace{}
31268 \end_inset
31269
31270 =
31271 \begin_inset space \thinspace{}
31272 \end_inset
31273
31274 2
31275 \begin_inset space \thinspace{}
31276 \end_inset
31277
31278 ptの長方形の箱型
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289
31290 \backslash
31291 setlength{
31292 \backslash
31293 fboxrule}{0.4pt}
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \end_layout
31300
31301 \begin_layout Standard
31302 \begin_inset VSpace bigskip
31303 \end_inset
31304
31305 枠とボックスの内容との空白は、すべての枠様式について3
31306 \begin_inset space \thinspace{}
31307 \end_inset
31308
31309 ptが既定値になっています。これは、長さ
31310 \series bold
31311
31312 \backslash
31313 fboxsep
31314 \series default
31315 を別の値に設定することによって変更することができます。たとえば
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \series bold
31321
31322 \backslash
31323 setlength{
31324 \backslash
31325 fboxsep}{10pt}
31326 \end_layout
31327
31328 \begin_layout Standard
31329 というコマンドは、この値を10
31330 \begin_inset space \thinspace{}
31331 \end_inset
31332
31333 ptにし、以下のボックスのようになります。
31334 \end_layout
31335
31336 \begin_layout Standard
31337 \begin_inset ERT
31338 status collapsed
31339
31340 \begin_layout Plain Layout
31341
31342
31343 \backslash
31344 setlength{
31345 \backslash
31346 fboxsep}{10pt}
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \begin_inset Box Boxed
31353 position "c"
31354 hor_pos "c"
31355 has_inner_box 1
31356 inner_pos "c"
31357 use_parbox 0
31358 use_makebox 0
31359 width "25col%"
31360 special "none"
31361 height "1in"
31362 height_special "totalheight"
31363 status open
31364
31365 \begin_layout Plain Layout
31366 \align center
31367
31368 \series bold
31369
31370 \backslash
31371 fboxsep
31372 \series default
31373
31374 \begin_inset space \thinspace{}
31375 \end_inset
31376
31377 =
31378 \begin_inset space \thinspace{}
31379 \end_inset
31380
31381 10
31382 \begin_inset space \thinspace{}
31383 \end_inset
31384
31385 ptの長方形の箱型
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396
31397 \backslash
31398 setlength{
31399 \backslash
31400 fboxsep}{3pt}
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \begin_layout Standard
31409 \begin_inset VSpace bigskip
31410 \end_inset
31411
31412 楕円形ボックスの丸い角の直径は、コマンド
31413 \series bold
31414
31415 \backslash
31416 cornersize
31417 \series default
31418 で設定することができます。
31419 \end_layout
31420
31421 \begin_layout Standard
31422
31423 \series bold
31424
31425 \backslash
31426 cornersize*{1cm}
31427 \end_layout
31428
31429 \begin_layout Standard
31430 というコマンドは、直径を1
31431 \begin_inset space \thinspace{}
31432 \end_inset
31433
31434 cmに設定します。
31435 \end_layout
31436
31437 \begin_layout Standard
31438
31439 \series bold
31440
31441 \backslash
31442 cornersize{数値}
31443 \end_layout
31444
31445 \begin_layout Standard
31446 というコマンドは、直径を
31447 \family sans
31448 数値
31449 \begin_inset space \thinspace{}
31450 \end_inset
31451
31452 ×
31453 \begin_inset space \thinspace{}
31454 \end_inset
31455
31456 (ボックスの幅と高さの小さい方)
31457 \family default
31458 に設定します。既定値は
31459 \series bold
31460
31461 \backslash
31462 cornersize{0.5}
31463 \series default
31464 です。
31465 \end_layout
31466
31467 \begin_layout Standard
31468 \begin_inset ERT
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472
31473
31474 \backslash
31475 cornersize*{1.5cm}
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \begin_inset Box Ovalbox
31482 position "c"
31483 hor_pos "c"
31484 has_inner_box 1
31485 inner_pos "c"
31486 use_parbox 0
31487 use_makebox 0
31488 width "25col%"
31489 special "none"
31490 height "1in"
31491 height_special "totalheight"
31492 status open
31493
31494 \begin_layout Plain Layout
31495 \align center
31496
31497 \series bold
31498
31499 \backslash
31500 cornersize
31501 \series default
31502
31503 \begin_inset space \thinspace{}
31504 \end_inset
31505
31506 =
31507 \begin_inset space \thinspace{}
31508 \end_inset
31509
31510 1.5
31511 \begin_inset space \thinspace{}
31512 \end_inset
31513
31514 cmの楕円形の箱型
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 cornersize{0.5}
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \begin_inset VSpace bigskip
31537 \end_inset
31538
31539 影の大きさは、長さ
31540 \series bold
31541
31542 \backslash
31543 shadowsize
31544 \series default
31545 を変更することで調整できます。以下のボックスでは
31546 \end_layout
31547
31548 \begin_layout Standard
31549
31550 \series bold
31551
31552 \backslash
31553 setlength{
31554 \backslash
31555 shadowsize}{2pt}
31556 \end_layout
31557
31558 \begin_layout Standard
31559 というコマンドを使って、2
31560 \begin_inset space \thinspace{}
31561 \end_inset
31562
31563 ptに設定しています。
31564 \end_layout
31565
31566 \begin_layout Standard
31567 \begin_inset ERT
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571
31572
31573 \backslash
31574 setlength{
31575 \backslash
31576 shadowsize}{2pt}
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \begin_inset Box Shadowbox
31583 position "c"
31584 hor_pos "c"
31585 has_inner_box 1
31586 inner_pos "c"
31587 use_parbox 0
31588 use_makebox 0
31589 width "25col%"
31590 special "none"
31591 height "1in"
31592 height_special "totalheight"
31593 status open
31594
31595 \begin_layout Plain Layout
31596 \align center
31597
31598 \series bold
31599
31600 \backslash
31601 shadowsize
31602 \series default
31603
31604 \begin_inset space \thinspace{}
31605 \end_inset
31606
31607 =
31608 \begin_inset space \thinspace{}
31609 \end_inset
31610
31611 2
31612 \begin_inset space \thinspace{}
31613 \end_inset
31614
31615 ptの影付きボックス
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \begin_inset ERT
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 setlength{
31629 \backslash
31630 shadowsize}{4pt}
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \end_layout
31637
31638 \begin_layout Standard
31639 \begin_inset VSpace bigskip
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 寸法
31647 \series bold
31648
31649 \backslash
31650 FrameRule
31651 \series default
31652 の既定値は0.4
31653 \begin_inset space \thinspace{}
31654 \end_inset
31655
31656 ptです。ボックスの中身と枠の間の空白の既定値は9
31657 \begin_inset space \thinspace{}
31658 \end_inset
31659
31660 ptですが、
31661 \series bold
31662
31663 \backslash
31664 FrameSep
31665 \series default
31666 の値を変えることで変更することができます。たとえば、下記の
31667 \family sans
31668 ボックス
31669 \family default
31670 の枠の外見は、
31671 \end_layout
31672
31673 \begin_layout Standard
31674
31675 \series bold
31676
31677 \backslash
31678 setlength{
31679 \backslash
31680 FrameRule}{5pt}
31681 \begin_inset Newline newline
31682 \end_inset
31683
31684
31685 \backslash
31686 setlength{
31687 \backslash
31688 FrameSep}{0.5cm}
31689 \end_layout
31690
31691 \begin_layout Standard
31692 というTeXコードコマンドで設定してあります。
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 setlength{
31701 \backslash
31702 FrameRule}{5pt}
31703 \end_layout
31704
31705 \begin_layout Plain Layout
31706
31707
31708 \backslash
31709 setlength{
31710 \backslash
31711 FrameSep}{0.5cm}
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset Box Framed
31718 position "t"
31719 hor_pos "c"
31720 has_inner_box 0
31721 inner_pos "t"
31722 use_parbox 0
31723 use_makebox 0
31724 width "100col%"
31725 special "none"
31726 height "1in"
31727 height_special "totalheight"
31728 status open
31729
31730 \begin_layout Plain Layout
31731 これは
31732 \family sans
31733 改頁可能
31734 \family default
31735 ボックスの文章です。
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 setlength{
31749 \backslash
31750 FrameRule}{0.4pt}
31751 \end_layout
31752
31753 \begin_layout Plain Layout
31754
31755
31756 \backslash
31757 setlength{
31758 \backslash
31759 FrameSep}{9pt}
31760 \end_layout
31761
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 \begin_inset VSpace bigskip
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \begin_layout Standard
31775
31776 \family sans
31777 影付き背景
31778 \family default
31779 ボックスでは、ボックスの内容と枠の余白の既定値は3
31780 \begin_inset space \thinspace{}
31781 \end_inset
31782
31783 ptになっていますが、
31784 \series bold
31785
31786 \backslash
31787 fboxsep
31788 \series default
31789 の値を変更することで変えられます。既定の背景色である赤色は、
31790 \series bold
31791
31792 \backslash
31793 definecolor{shadebox}
31794 \series default
31795 コマンドで局所的に変更することもできますし、
31796 \family sans
31797 ツール\SpecialChar \menuseparator
31798 設定\SpecialChar \menuseparator
31799 色\SpecialChar \menuseparator
31800 影付きボックス
31801 \family default
31802 メニューからグローバルに変更することもできます。
31803 \series bold
31804
31805 \backslash
31806 definecolor
31807 \series default
31808 コマンドの用法は第
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "sec:色付きの表"
31812
31813 \end_inset
31814
31815
31816 \begin_inset Foot
31817 status open
31818
31819 \begin_layout Plain Layout
31820 N
31821 \series bold
31822
31823 \backslash
31824 definecolor
31825 \series default
31826 は、LaTeXパッケージの
31827 \series bold
31828 color
31829 \series default
31830 をプリアンブルに読み込む必要があります。第
31831 \begin_inset CommandInset ref
31832 LatexCommand ref
31833 reference "sec:色付きボックス"
31834
31835 \end_inset
31836
31837 節をご参照ください。.
31838 \end_layout
31839
31840 \end_inset
31841
31842 で説明されています。
31843 \end_layout
31844
31845 \begin_layout Standard
31846 たとえば、下記の影付き背景ボックスの外見は
31847 \end_layout
31848
31849 \begin_layout Standard
31850
31851 \series bold
31852
31853 \backslash
31854 setlength{
31855 \backslash
31856 fboxsep}{0.5cm}
31857 \series default
31858
31859 \begin_inset Newline newline
31860 \end_inset
31861
31862
31863 \series bold
31864
31865 \backslash
31866 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31867 \end_layout
31868
31869 \begin_layout Standard
31870 というTeXコードコマンドを使って設定してあります。
31871 \end_layout
31872
31873 \begin_layout Standard
31874 \begin_inset ERT
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878
31879
31880 \backslash
31881 setlength{
31882 \backslash
31883 fboxsep}{0.5cm}
31884 \end_layout
31885
31886 \begin_layout Plain Layout
31887
31888
31889 \backslash
31890 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset Box Shaded
31897 position "t"
31898 hor_pos "c"
31899 has_inner_box 0
31900 inner_pos "t"
31901 use_parbox 0
31902 use_makebox 0
31903 width "100col%"
31904 special "none"
31905 height "1in"
31906 height_special "totalheight"
31907 status open
31908
31909 \begin_layout Plain Layout
31910
31911 \color yellow
31912 これは、濃緑色の背景の
31913 \family sans
31914 影付き背景
31915 \family default
31916 ボックスに入れた黄色の文章です。
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \begin_inset ERT
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926
31927
31928 \backslash
31929 setlength{
31930 \backslash
31931 fboxsep}{3pt}
31932 \end_layout
31933
31934 \begin_layout Plain Layout
31935
31936
31937 \backslash
31938 definecolor{shadecolor}{rgb}{1,0,0}
31939 \end_layout
31940
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \begin_layout Standard
31947 \begin_inset VSpace bigskip
31948 \end_inset
31949
31950 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31951 \end_layout
31952
31953 \begin_layout Section
31954 ミニページ
31955 \begin_inset CommandInset label
31956 LatexCommand label
31957 name "sec:ミニページ"
31958
31959 \end_inset
31960
31961
31962 \begin_inset Index idx
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966 ぼっくす@ボックス ! みにぺーじ@ミニページ
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Standard
31975 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31976 \end_layout
31977
31978 \begin_layout Standard
31979 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31980 \end_layout
31981
31982 \begin_layout Standard
31983 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31984 \family sans
31985 挿入
31986 \family default
31987 \SpecialChar \menuseparator
31988
31989 \family sans
31990 整形
31991 \family default
31992 \SpecialChar \menuseparator
31993
31994 \family sans
31995 水平方向の空白
31996 \family default
31997 メニューで挿入した水平フィルで隔てられています。
31998 \begin_inset Newpage newpage
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \begin_layout Standard
32005 \begin_inset Box Frameless
32006 position "t"
32007 hor_pos "c"
32008 has_inner_box 1
32009 inner_pos "c"
32010 use_parbox 0
32011 use_makebox 0
32012 width "45col%"
32013 special "none"
32014 height "1in"
32015 height_special "totalheight"
32016 status open
32017
32018 \begin_layout Plain Layout
32019 Dies ist ein deutscher Text.
32020  Dies ist ein deutscher Text.
32021  Dies ist ein deutscher Text.
32022  Dies ist ein deutscher Text.
32023  Dies ist ein deutscher Text.
32024  Dies ist ein deutscher Text.
32025  Dies ist ein deutscher Text.
32026  Dies ist ein deutscher Text.
32027  Dies ist ein deutscher Text.
32028  Dies ist ein deutscher Text.
32029  Dies ist ein deutscher Text.
32030  Dies ist ein deutscher Text.
32031  Dies ist ein deutscher Text
32032 \begin_inset Foot
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036 Dies ist eine deutsche Fußnote.
32037 \end_layout
32038
32039 \end_inset
32040
32041 .
32042  Dies ist ein deutscher Text.
32043  Dies ist ein deutscher Text.
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \begin_inset space \hfill{}
32050 \end_inset
32051
32052
32053 \begin_inset Box Frameless
32054 position "t"
32055 hor_pos "c"
32056 has_inner_box 1
32057 inner_pos "c"
32058 use_parbox 0
32059 use_makebox 0
32060 width "45col%"
32061 special "none"
32062 height "1in"
32063 height_special "totalheight"
32064 status open
32065
32066 \begin_layout Plain Layout
32067 This is an English Text.
32068  This is an English Text.
32069  This is an English Text.
32070  This is an English Text.
32071  This is an English Text.
32072  This is an English Text.
32073  This is an English Text.
32074  This is an English Text.
32075  This is an English Text.
32076  This is an English Text.
32077  This is an English Text.
32078  This is an English Text.
32079  This is an English Text.
32080  This is an English Text.
32081  This is an English Text.
32082  This is an English Text.
32083 \begin_inset Foot
32084 status collapsed
32085
32086 \begin_layout Plain Layout
32087 This is an English footnote.
32088 \end_layout
32089
32090 \end_inset
32091
32092  This is an English Text.
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 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
32105 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
32106 \end_layout
32107
32108 \begin_layout Standard
32109 この表の脚注は表示されません。
32110 \begin_inset Tabular
32111 <lyxtabular version="3" rows="3" columns="4">
32112 <features tabularvalignment="middle">
32113 <column alignment="center" valignment="top" width="0pt">
32114 <column alignment="center" valignment="top" width="0pt">
32115 <column alignment="center" valignment="top" width="0pt">
32116 <column alignment="center" valignment="top" width="0pt">
32117 <row>
32118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 1
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32128 \begin_inset Text
32129
32130 \begin_layout Plain Layout
32131 2
32132 \end_layout
32133
32134 \end_inset
32135 </cell>
32136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140 3
32141 \begin_inset Foot
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145 これは表中の脚注です。
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159 4
32160 \end_layout
32161
32162 \end_inset
32163 </cell>
32164 </row>
32165 <row>
32166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32167 \begin_inset Text
32168
32169 \begin_layout Plain Layout
32170
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179
32180 \end_layout
32181
32182 \end_inset
32183 </cell>
32184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32185 \begin_inset Text
32186
32187 \begin_layout Plain Layout
32188
32189 \end_layout
32190
32191 \end_inset
32192 </cell>
32193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197
32198 \end_layout
32199
32200 \end_inset
32201 </cell>
32202 </row>
32203 <row>
32204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32232 \begin_inset Text
32233
32234 \begin_layout Plain Layout
32235
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 </row>
32241 </lyxtabular>
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Standard
32249 \align center
32250 \begin_inset Box Frameless
32251 position "t"
32252 hor_pos "c"
32253 has_inner_box 1
32254 inner_pos "c"
32255 use_parbox 0
32256 use_makebox 0
32257 width "30col%"
32258 special "none"
32259 height "1in"
32260 height_special "totalheight"
32261 status open
32262
32263 \begin_layout Plain Layout
32264 \align center
32265 \begin_inset Tabular
32266 <lyxtabular version="3" rows="3" columns="4">
32267 <features tabularvalignment="middle">
32268 <column alignment="center" valignment="top" width="0pt">
32269 <column alignment="center" valignment="top" width="0pt">
32270 <column alignment="center" valignment="top" width="0pt">
32271 <column alignment="center" valignment="top" width="0pt">
32272 <row>
32273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 1
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286 2
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295 3
32296 \begin_inset Foot
32297 status collapsed
32298
32299 \begin_layout Plain Layout
32300 これは表中の脚注です。
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32311 \begin_inset Text
32312
32313 \begin_layout Plain Layout
32314 4
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 </row>
32320 <row>
32321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32340 \begin_inset Text
32341
32342 \begin_layout Plain Layout
32343
32344 \end_layout
32345
32346 \end_inset
32347 </cell>
32348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32349 \begin_inset Text
32350
32351 \begin_layout Plain Layout
32352
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 </row>
32358 <row>
32359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363
32364 \end_layout
32365
32366 \end_inset
32367 </cell>
32368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 </row>
32396 </lyxtabular>
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Standard
32409 \begin_inset VSpace bigskip
32410 \end_inset
32411
32412 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32413 \family sans
32414 中スキップ
32415 \family default
32416 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32417 \end_layout
32418
32419 \begin_layout Standard
32420 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32421 \begin_inset CommandInset ref
32422 LatexCommand ref
32423 reference "sub:段落の着色"
32424
32425 \end_inset
32426
32427 節をご参照ください。
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset Note Greyedout
32432 status open
32433
32434 \begin_layout Plain Layout
32435
32436 \series bold
32437 【註】
32438 \series default
32439 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Section
32448 Parbox
32449 \begin_inset CommandInset label
32450 LatexCommand label
32451 name "sec:Parbox"
32452
32453 \end_inset
32454
32455
32456 \begin_inset Index idx
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460 ぼっくす@ボックス ! Parboxes
32461 \end_layout
32462
32463 \end_inset
32464
32465
32466 \end_layout
32467
32468 \begin_layout Standard
32469 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32470 \end_layout
32471
32472 \begin_layout Standard
32473 \align center
32474 \begin_inset Box Frameless
32475 position "t"
32476 hor_pos "c"
32477 has_inner_box 1
32478 inner_pos "t"
32479 use_parbox 1
32480 use_makebox 0
32481 width "33col%"
32482 special "none"
32483 height "1in"
32484 height_special "totalheight"
32485 status open
32486
32487 \begin_layout Plain Layout
32488 これはparbox内の文章です。これはparbox内の文章です。
32489 \end_layout
32490
32491 \begin_layout Plain Layout
32492 右の脚注は表示されません。
32493 \begin_inset Foot
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497 これはparbox内の脚注であり、したがって表示はされません。
32498 \end_layout
32499
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \begin_layout Section
32511 単語や文字のボックス
32512 \begin_inset Index idx
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516 ぼっくす@ボックス ! もじよう@文字用
32517 \end_layout
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Subsection
32525 ハイフネーションの回避
32526 \begin_inset CommandInset label
32527 LatexCommand label
32528 name "sec:ハイフネーションの回避"
32529
32530 \end_inset
32531
32532
32533 \begin_inset Index idx
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32538 \end_layout
32539
32540 \end_inset
32541
32542
32543 \end_layout
32544
32545 \begin_layout Standard
32546 単語や文章がハイフネートされるのを防ぐには、
32547 \family sans
32548 makebox
32549 \family default
32550 型ボックスを使うことができます。
32551 \begin_inset Newline newline
32552 \end_inset
32553
32554 以下が例示用の文章です。
32555 \end_layout
32556
32557 \begin_layout Standard
32558 This line is an example to show how you can prevent the hyphenation of 
32559 \begin_inset Quotes eld
32560 \end_inset
32561
32562 veryverylongword
32563 \begin_inset Quotes erd
32564 \end_inset
32565
32566 .
32567 \end_layout
32568
32569 \begin_layout Standard
32570 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32571 \family sans
32572 内部ボックス
32573 \family default
32574
32575 \family sans
32576 makeboxコマンド
32577 \family default
32578 に設定し、幅を1幅にします。
32579 \end_layout
32580
32581 \begin_layout Standard
32582 以下がその結果です。
32583 \end_layout
32584
32585 \begin_layout Standard
32586 This line is an example to show how you can prevent the hyphenation of 
32587 \begin_inset Box Frameless
32588 position "t"
32589 hor_pos "c"
32590 has_inner_box 1
32591 inner_pos "t"
32592 use_parbox 0
32593 use_makebox 1
32594 width "1in"
32595 special "width"
32596 height "1in"
32597 height_special "totalheight"
32598 status open
32599
32600 \begin_layout Plain Layout
32601 \begin_inset Quotes eld
32602 \end_inset
32603
32604 veryverylongword
32605 \begin_inset Quotes erd
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \end_inset
32612
32613 .
32614 \end_layout
32615
32616 \begin_layout Standard
32617 別の方法としては、以下のように、単語の前に直接TeXコードで「
32618 \series bold
32619
32620 \backslash
32621 -
32622 \series default
32623 」コマンドを設定する方法もあります。
32624 \end_layout
32625
32626 \begin_layout Standard
32627 This line is an example to show how you can prevent the hyphenation of 
32628 \begin_inset Quotes eld
32629 \end_inset
32630
32631
32632 \begin_inset ERT
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636
32637
32638 \backslash
32639 -
32640 \end_layout
32641
32642 \end_inset
32643
32644 veryverylongword
32645 \begin_inset Quotes erd
32646 \end_inset
32647
32648 .
32649 \end_layout
32650
32651 \begin_layout Standard
32652 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32653 \family sans
32654 挿入
32655 \family default
32656 \SpecialChar \menuseparator
32657
32658 \family sans
32659 整形
32660 \family default
32661 \SpecialChar \menuseparator
32662
32663 \family sans
32664 整形なし改行
32665 \family default
32666 メニュー(短絡キー
32667 \begin_inset Info
32668 type  "shortcut"
32669 arg   "newline-insert newline"
32670 \end_inset
32671
32672 )から改行を単語の前に入れてください。
32673 \end_layout
32674
32675 \begin_layout Standard
32676 This line is an example to show how you can prevent the hyphenation of 
32677 \begin_inset Newline newline
32678 \end_inset
32679
32680
32681 \begin_inset Box Frameless
32682 position "t"
32683 hor_pos "c"
32684 has_inner_box 1
32685 inner_pos "t"
32686 use_parbox 0
32687 use_makebox 1
32688 width "1in"
32689 special "width"
32690 height "1in"
32691 height_special "totalheight"
32692 status open
32693
32694 \begin_layout Plain Layout
32695 \begin_inset Quotes eld
32696 \end_inset
32697
32698 veryverylongword
32699 \begin_inset Quotes erd
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \end_inset
32706
32707 .
32708 \end_layout
32709
32710 \begin_layout Subsection
32711 垂直揃え
32712 \begin_inset CommandInset label
32713 LatexCommand label
32714 name "sub:垂直揃え"
32715
32716 \end_inset
32717
32718
32719 \begin_inset Index idx
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \begin_inset Index idx
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733 ぼっくす@ボックス ! Raiseboxes
32734 \end_layout
32735
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \begin_layout Standard
32742
32743 \series bold
32744
32745 \backslash
32746 raisebox
32747 \series default
32748 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32749 \series bold
32750
32751 \backslash
32752 raisebox
32753 \series default
32754 は以下の書式で使用します。
32755 \end_layout
32756
32757 \begin_layout Standard
32758
32759 \series bold
32760
32761 \backslash
32762 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32763 \end_layout
32764
32765 \begin_layout Standard
32766 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32767 \end_layout
32768
32769 \begin_layout Standard
32770 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32771 \end_layout
32772
32773 \begin_layout Standard
32774
32775 \series bold
32776
32777 \backslash
32778 raisebox{
32779 \backslash
32780 depth}{
32781 \end_layout
32782
32783 \begin_layout Standard
32784 というコマンドを挿入してください。単語の後には、閉じ括弧「
32785 \series bold
32786 }
32787 \series default
32788 」をTeXコードで挿入してください。
32789 \begin_inset Newline newline
32790 \end_inset
32791
32792 以下がその出力です。
32793 \end_layout
32794
32795 \begin_layout Standard
32796 This is a text line with the word 
32797 \begin_inset ERT
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801
32802
32803 \backslash
32804 raisebox{
32805 \backslash
32806 depth}{
32807 \end_layout
32808
32809 \end_inset
32810
32811
32812 \begin_inset Quotes eld
32813 \end_inset
32814
32815 preventing
32816 \begin_inset Quotes erd
32817 \end_inset
32818
32819
32820 \begin_inset ERT
32821 status collapsed
32822
32823 \begin_layout Plain Layout
32824
32825 }
32826 \end_layout
32827
32828 \end_inset
32829
32830  as raised word.
32831 \end_layout
32832
32833 \begin_layout Standard
32834 \begin_inset VSpace bigskip
32835 \end_inset
32836
32837 行中の文字を上げ下げすると、以下のように行間が広がります。
32838 \end_layout
32839
32840 \begin_layout Standard
32841 This is a text line with the word 
32842 \begin_inset ERT
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846
32847
32848 \backslash
32849 raisebox{-
32850 \backslash
32851 depth}{
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \begin_inset Quotes eld
32858 \end_inset
32859
32860 preventing
32861 \begin_inset Quotes erd
32862 \end_inset
32863
32864
32865 \begin_inset ERT
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869
32870 }
32871 \end_layout
32872
32873 \end_inset
32874
32875  as lowered word.
32876 \begin_inset Newline newline
32877 \end_inset
32878
32879 This is a text line with the word 
32880 \begin_inset ERT
32881 status collapsed
32882
32883 \begin_layout Plain Layout
32884
32885
32886 \backslash
32887 raisebox{0.5cm}{
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \begin_inset Quotes eld
32894 \end_inset
32895
32896 testing
32897 \begin_inset Quotes erd
32898 \end_inset
32899
32900
32901 \begin_inset ERT
32902 status collapsed
32903
32904 \begin_layout Plain Layout
32905
32906 }
32907 \end_layout
32908
32909 \end_inset
32910
32911  as raised word.
32912 \end_layout
32913
32914 \begin_layout Standard
32915 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32916 \end_layout
32917
32918 \begin_layout Standard
32919
32920 \series bold
32921
32922 \backslash
32923 raisebox{-
32924 \backslash
32925 depth}[0pt]{
32926 \end_layout
32927
32928 \begin_layout Standard
32929 とすると、
32930 \end_layout
32931
32932 \begin_layout Standard
32933 This is a text line with the word 
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 raisebox{-
32942 \backslash
32943 depth}[0pt]{
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \begin_inset Quotes eld
32950 \end_inset
32951
32952 preventing
32953 \begin_inset Quotes erd
32954 \end_inset
32955
32956
32957 \begin_inset ERT
32958 status collapsed
32959
32960 \begin_layout Plain Layout
32961
32962 }
32963 \end_layout
32964
32965 \end_inset
32966
32967  as lowered word.
32968 \begin_inset Newline newline
32969 \end_inset
32970
32971 This is a text line with the word 
32972 \begin_inset ERT
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976
32977
32978 \backslash
32979 raisebox{0.5cm}[0pt]{
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \begin_inset Quotes eld
32986 \end_inset
32987
32988 testing
32989 \begin_inset Quotes erd
32990 \end_inset
32991
32992
32993 \begin_inset ERT
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997
32998 }
32999 \end_layout
33000
33001 \end_inset
33002
33003  as raised word.
33004 \end_layout
33005
33006 \begin_layout Section
33007 色付きボックス
33008 \begin_inset CommandInset label
33009 LatexCommand label
33010 name "sec:色付きボックス"
33011
33012 \end_inset
33013
33014
33015 \begin_inset Index idx
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019 ぼっくす@ボックス ! いろつき@色付き
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \begin_layout Subsection
33028 文字の着色
33029 \begin_inset Index idx
33030 status collapsed
33031
33032 \begin_layout Plain Layout
33033 いろ@色 ! もじの@文字の---
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \begin_layout Standard
33042 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
33043 \series bold
33044 color
33045 \series default
33046
33047 \begin_inset Index idx
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 LaTeXぱっけーじ@LaTeXパッケージ ! color
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 @ifundefined{textcolor}
33065 \begin_inset Newline newline
33066 \end_inset
33067
33068
33069 \begin_inset Phantom HPhantom
33070 status open
33071
33072 \begin_layout Plain Layout
33073
33074 \series bold
33075 \begin_inset space ~
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \end_inset
33082
33083 {
33084 \backslash
33085 usepackage{color}}{}
33086 \end_layout
33087
33088 \begin_layout Standard
33089
33090 \series bold
33091 color
33092 \series default
33093 パッケージは、文章を着色するとLyXが自動的に読み込みます
33094 \begin_inset Foot
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 これが二度読み込まれることを回避するには、
33099 \series bold
33100
33101 \backslash
33102 @ifundefined
33103 \series default
33104 コマンドを使用します。
33105 \end_layout
33106
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \begin_layout Standard
33113 \begin_inset VSpace medskip
33114 \end_inset
33115
33116 色付きボックスは、
33117 \series bold
33118
33119 \backslash
33120 colorbox
33121 \series default
33122 コマンドを使って作ります。これは、以下のような書式で使われます。
33123 \end_layout
33124
33125 \begin_layout Standard
33126
33127 \series bold
33128
33129 \backslash
33130 colorbox{color}{ボックスの内容}
33131 \end_layout
33132
33133 \begin_layout Standard
33134 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
33135 \end_layout
33136
33137 \begin_layout Standard
33138 事前定義されている色には、
33139 \begin_inset Newline newline
33140 \end_inset
33141
33142
33143 \family sans
33144
33145 \family default
33146
33147 \family sans
33148
33149 \family default
33150
33151 \family sans
33152 シアン
33153 \family default
33154
33155 \family sans
33156
33157 \family default
33158
33159 \family sans
33160 マゼンタ
33161 \family default
33162
33163 \family sans
33164
33165 \family default
33166
33167 \family sans
33168
33169 \family default
33170
33171 \family sans
33172
33173 \family default
33174
33175 \begin_inset Newline newline
33176 \end_inset
33177
33178 があります。第
33179 \begin_inset CommandInset ref
33180 LatexCommand ref
33181 reference "sec:色付きの表"
33182
33183 \end_inset
33184
33185 節に述べられているようにすれば、自前の色を定義することもできます。
33186 \end_layout
33187
33188 \begin_layout Standard
33189 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
33190 \end_layout
33191
33192 \begin_layout Standard
33193
33194 \series bold
33195
33196 \backslash
33197 colorbox{red}{
33198 \end_layout
33199
33200 \begin_layout Standard
33201 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
33202 \series bold
33203 }
33204 \series default
33205 」を入れてください。
33206 \begin_inset Newline newline
33207 \end_inset
33208
33209 以下がその結果です。
33210 \end_layout
33211
33212 \begin_layout Standard
33213 この行では、
33214 \begin_inset ERT
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218
33219
33220 \backslash
33221 colorbox{red}{
33222 \end_layout
33223
33224 \end_inset
33225
33226 「注意!」
33227 \begin_inset ERT
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231
33232 }
33233 \end_layout
33234
33235 \end_inset
33236
33237 という単語が赤い背景になっています。
33238 \end_layout
33239
33240 \begin_layout Standard
33241 \begin_inset VSpace bigskip
33242 \end_inset
33243
33244 ボックスの枠を別の色にしたい場合には、以下の書式で
33245 \series bold
33246
33247 \backslash
33248 fcolorbox
33249 \series default
33250 コマンドを使います。
33251 \end_layout
33252
33253 \begin_layout Standard
33254
33255 \series bold
33256
33257 \backslash
33258 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33259 \end_layout
33260
33261 \begin_layout Standard
33262
33263 \series bold
33264
33265 \backslash
33266 fcolorbox
33267 \series default
33268
33269 \series bold
33270
33271 \backslash
33272 colorbox
33273 \series default
33274 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33275 \begin_inset CommandInset ref
33276 LatexCommand ref
33277 reference "sec:装飾"
33278
33279 \end_inset
33280
33281 節で述べられているように、それぞれ
33282 \series bold
33283
33284 \backslash
33285 fboxrule
33286 \series default
33287
33288 \series bold
33289
33290 \backslash
33291 fboxsep
33292 \series default
33293 という長さで調節できます。
33294 \end_layout
33295
33296 \begin_layout Standard
33297 以下の例では、
33298 \end_layout
33299
33300 \begin_layout Standard
33301
33302 \series bold
33303
33304 \backslash
33305 fcolorbox{cyan}{magenta}{
33306 \end_layout
33307
33308 \begin_layout Standard
33309 というコマンドを使用しています。
33310 \end_layout
33311
33312 \begin_layout Standard
33313 これは、枠の太さを1
33314 \begin_inset space \thinspace{}
33315 \end_inset
33316
33317 mmに設定した例です。
33318 \begin_inset Newline newline
33319 \end_inset
33320
33321
33322 \begin_inset ERT
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326
33327
33328 \backslash
33329 fboxrule 1mm 
33330 \backslash
33331 fboxsep 1mm
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342
33343 \backslash
33344 fcolorbox{cyan}{magenta}{
33345 \end_layout
33346
33347 \end_inset
33348
33349 これは着色した色付きボックス中の文章です。
33350 \begin_inset ERT
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354
33355 }
33356 \end_layout
33357
33358 \end_inset
33359
33360
33361 \end_layout
33362
33363 \begin_layout Standard
33364 \begin_inset VSpace bigskip
33365 \end_inset
33366
33367 もちろん、色付きボックスの中に色付き文字を入れることもできます
33368 \begin_inset Newline newline
33369 \end_inset
33370
33371
33372 \begin_inset ERT
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376
33377
33378 \backslash
33379 fcolorbox{cyan}{magenta}{
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \color yellow
33386 これは着色した色付きボックス中の色付き文章です。
33387 \color inherit
33388
33389 \begin_inset ERT
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393
33394 }
33395 \end_layout
33396
33397 \end_inset
33398
33399
33400 \begin_inset ERT
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404
33405
33406 \backslash
33407 fboxrule 0.4pt 
33408 \backslash
33409 fboxsep 3pt
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Standard
33418
33419 \series bold
33420 \begin_inset VSpace medskip
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Standard
33427 \begin_inset Note Greyedout
33428 status open
33429
33430 \begin_layout Plain Layout
33431
33432 \series bold
33433 【註】
33434 \series default
33435 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \begin_layout Subsection
33444 段落の着色
33445 \begin_inset CommandInset label
33446 LatexCommand label
33447 name "sub:段落の着色"
33448
33449 \end_inset
33450
33451
33452 \begin_inset Index idx
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456 いろ@色 ! だんらく@段落---
33457 \end_layout
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Standard
33465 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33466 \series bold
33467
33468 \backslash
33469 colorbox
33470 \series default
33471 コマンドを
33472 \end_layout
33473
33474 \begin_layout Standard
33475
33476 \series bold
33477
33478 \backslash
33479 colorbox{色名}{
33480 \end_layout
33481
33482 \begin_layout Standard
33483 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33484 \series bold
33485 }
33486 \series default
33487 」を挿入してください。
33488 \end_layout
33489
33490 \begin_layout Standard
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496
33497 \backslash
33498 colorbox{lightgrey}{
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \begin_inset Box Frameless
33505 position "t"
33506 hor_pos "c"
33507 has_inner_box 1
33508 inner_pos "t"
33509 use_parbox 0
33510 use_makebox 0
33511 width "100col%"
33512 special "none"
33513 height "1in"
33514 height_special "totalheight"
33515 status open
33516
33517 \begin_layout Plain Layout
33518 これは背景色を付けた文章です。これは背景色を付けた文章です。
33519 \end_layout
33520
33521 \begin_layout Plain Layout
33522 \begin_inset VSpace defskip
33523 \end_inset
33524
33525 ここの文章には脚注
33526 \begin_inset Foot
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 脚注の例
33531 \end_layout
33532
33533 \end_inset
33534
33535 を付けることもできますし、図表を挿入することもできます。
33536 \end_layout
33537
33538 \begin_layout Plain Layout
33539 \align center
33540 \begin_inset Tabular
33541 <lyxtabular version="3" rows="3" columns="3">
33542 <features tabularvalignment="middle">
33543 <column alignment="center" valignment="top" width="0">
33544 <column alignment="center" valignment="top" width="0">
33545 <column alignment="center" valignment="top" width="0">
33546 <row>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 a
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 !
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33566 \begin_inset Text
33567
33568 \begin_layout Plain Layout
33569 3
33570 \end_layout
33571
33572 \end_inset
33573 </cell>
33574 </row>
33575 <row>
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580 <
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589 b2
33590 \begin_inset Quotes erd
33591 \end_inset
33592
33593 |
33594 \end_layout
33595
33596 \end_inset
33597 </cell>
33598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33599 \begin_inset Text
33600
33601 \begin_layout Plain Layout
33602 >
33603 \end_layout
33604
33605 \end_inset
33606 </cell>
33607 </row>
33608 <row>
33609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Plain Layout
33613 1
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 §
33623 \end_layout
33624
33625 \end_inset
33626 </cell>
33627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 c
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 </row>
33637 </lyxtabular>
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \begin_inset ERT
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651
33652 }
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \begin_layout Section
33661 ボックスの伸縮回転
33662 \end_layout
33663
33664 \begin_layout Standard
33665 本節で述べられているコマンドを使用するには、文書プリアンブルで
33666 \end_layout
33667
33668 \begin_layout Standard
33669
33670 \series bold
33671
33672 \backslash
33673 @ifundefined{rotatebox}
33674 \begin_inset Newline newline
33675 \end_inset
33676
33677
33678 \begin_inset Phantom HPhantom
33679 status open
33680
33681 \begin_layout Plain Layout
33682
33683 \series bold
33684 \begin_inset space ~
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \end_inset
33691
33692 {
33693 \backslash
33694 usepackage{graphicx}}{}
33695 \end_layout
33696
33697 \begin_layout Standard
33698 というコマンドを使用して、
33699 \series bold
33700 graphicx
33701 \series default
33702
33703 \begin_inset Index idx
33704 status collapsed
33705
33706 \begin_layout Plain Layout
33707 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33708 \end_layout
33709
33710 \end_inset
33711
33712 LaTeXパッケージを読み込む必要があります。
33713 \end_layout
33714
33715 \begin_layout Standard
33716 \begin_inset Note Greyedout
33717 status open
33718
33719 \begin_layout Plain Layout
33720
33721 \series bold
33722 【註】
33723 \series default
33724 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \begin_inset Note Greyedout
33734 status open
33735
33736 \begin_layout Plain Layout
33737
33738 \series bold
33739 【註】
33740 \series default
33741 フロートは回転伸縮したボックスの中に入れることはできません。
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Subsection
33750 ボックスの回転
33751 \begin_inset Index idx
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 ぼっくす@ボックス ! かいてんした@回転した
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \begin_inset Index idx
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 かいてん@回転 ! そざいの@素材の---
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33775 \series bold
33776
33777 \backslash
33778 rotatebox
33779 \series default
33780 コマンドを使用すれば作成することができます。
33781 \end_layout
33782
33783 \begin_layout Standard
33784
33785 \series bold
33786
33787 \backslash
33788 rotatebox[回転の原点]{回転角}{ボックスの内容}
33789 \end_layout
33790
33791 \begin_layout Standard
33792 回転の原点は、
33793 \series bold
33794 origin=位置
33795 \series default
33796 の形で指定します。位置として指定可能なのは、
33797 \emph on
33798 c
33799 \emph default
33800 (中央揃え)・
33801 \emph on
33802 l
33803 \emph default
33804 (左揃え)・
33805 \emph on
33806 r
33807 \emph default
33808 (右揃え)・
33809 \emph on
33810 b
33811 \emph default
33812 (下揃え)・
33813 \emph on
33814 t
33815 \emph default
33816 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33817 \emph on
33818 lt
33819 \emph default
33820 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33821 \emph on
33822 l
33823 \emph default
33824 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33825 \end_layout
33826
33827 \begin_layout Standard
33828 以下の例では、「回転した」文章の前にTeXコードで
33829 \series bold
33830
33831 \backslash
33832 rotatebox[origin=c]{60}{
33833 \series default
33834 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33835 \series bold
33836 }
33837 \series default
33838 でボックスを閉じています。
33839 \end_layout
33840
33841 \begin_layout Standard
33842 これは、
33843 \begin_inset ERT
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847
33848
33849 \backslash
33850 rotatebox[origin=c]{60}{
33851 \end_layout
33852
33853 \end_inset
33854
33855 回転した
33856 \begin_inset ERT
33857 status collapsed
33858
33859 \begin_layout Plain Layout
33860
33861 }
33862 \end_layout
33863
33864 \end_inset
33865
33866  文章を含む行です。
33867 \end_layout
33868
33869 \begin_layout Standard
33870 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33871 \end_layout
33872
33873 \begin_layout Standard
33874 これは、
33875 \begin_inset ERT
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879
33880
33881 \backslash
33882 rotatebox[origin=r]{-60}{
33883 \end_layout
33884
33885 \end_inset
33886
33887
33888 \begin_inset Box Doublebox
33889 position "c"
33890 hor_pos "c"
33891 has_inner_box 0
33892 inner_pos "c"
33893 use_parbox 0
33894 use_makebox 0
33895 width "1in"
33896 special "width"
33897 height "1in"
33898 height_special "totalheight"
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 回転した
33903 \end_layout
33904
33905 \end_inset
33906
33907
33908 \begin_inset ERT
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912
33913 }
33914 \end_layout
33915
33916 \end_inset
33917
33918 枠付き文章と
33919 \begin_inset ERT
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923
33924
33925 \backslash
33926 rotatebox[origin=lb]{60}{
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33933 \end_inset
33934
33935
33936 \begin_inset ERT
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940
33941 }
33942 \end_layout
33943
33944 \end_inset
33945
33946 数式を含む行です。
33947 \end_layout
33948
33949 \begin_layout Standard
33950 あるいは、以下のように図や表を入れることもできます。
33951 \end_layout
33952
33953 \begin_layout Standard
33954 これは、
33955 \begin_inset ERT
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959
33960
33961 \backslash
33962 rotatebox[origin=lb]{90}{
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \begin_inset Graphics
33969         filename ../clipart/platypus.eps
33970         lyxscale 50
33971         width 25col%
33972
33973 \end_inset
33974
33975
33976 \begin_inset ERT
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981 }
33982 \end_layout
33983
33984 \end_inset
33985
33986 回転した画像と
33987 \begin_inset ERT
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991
33992
33993 \backslash
33994 rotatebox[origin=l]{-90}{
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \begin_inset Tabular
34001 <lyxtabular version="3" rows="2" columns="2">
34002 <features tabularvalignment="middle">
34003 <column alignment="center" valignment="top" width="0">
34004 <column alignment="center" valignment="top" width="0">
34005 <row>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010 q
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Plain Layout
34019 w
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 </row>
34025 <row>
34026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 e
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 r
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 </row>
34045 </lyxtabular>
34046
34047 \end_inset
34048
34049
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055 }
34056 \end_layout
34057
34058 \end_inset
34059
34060 表を含む行です。
34061 \begin_inset Index idx
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 ず@図 ! のかいてん@---の回転
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \begin_inset Index idx
34072 status collapsed
34073
34074 \begin_layout Plain Layout
34075 ひょうのちょうせい@表の調整 ! かいてん@回転
34076 \end_layout
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Subsection
34084 ボックスの伸縮
34085 \begin_inset Index idx
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \begin_inset Index idx
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099 しんしゅく@伸縮 ! そざいの@素材の---
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 素材を伸縮させるには、TeXコードで
34109 \series bold
34110
34111 \backslash
34112 scalebox
34113 \series default
34114 コマンドと
34115 \series bold
34116
34117 \backslash
34118 resizebox
34119 \series default
34120 コマンドが使えます。
34121 \end_layout
34122
34123 \begin_layout Standard
34124
34125 \series bold
34126
34127 \backslash
34128 scalebox
34129 \series default
34130 は以下の書式で使用します。
34131 \end_layout
34132
34133 \begin_layout Standard
34134
34135 \series bold
34136
34137 \backslash
34138 scalebox{水平方向}[垂直方向]{ボックスの内容}
34139 \end_layout
34140
34141 \begin_layout Standard
34142 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
34143 \end_layout
34144
34145 \begin_layout Standard
34146 たとえば、
34147 \series bold
34148
34149 \backslash
34150 scalebox{2}{こんにちは}
34151 \series default
34152 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
34153 \begin_inset ERT
34154 status collapsed
34155
34156 \begin_layout Plain Layout
34157
34158
34159 \backslash
34160 scalebox{2}{
34161 \end_layout
34162
34163 \end_inset
34164
34165 こんにちは
34166 \begin_inset ERT
34167 status collapsed
34168
34169 \begin_layout Plain Layout
34170
34171 }
34172 \end_layout
34173
34174 \end_inset
34175
34176 を生成します。
34177 \end_layout
34178
34179 \begin_layout Standard
34180 これに対し、
34181 \series bold
34182
34183 \backslash
34184 scalebox{2}[1]{こんにちは}
34185 \series default
34186 は、
34187 \begin_inset ERT
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191
34192
34193 \backslash
34194 scalebox{2}[1]{
34195 \end_layout
34196
34197 \end_inset
34198
34199 こんにちは
34200 \begin_inset ERT
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204
34205 }
34206 \end_layout
34207
34208 \end_inset
34209
34210 を変形させます。
34211 \end_layout
34212
34213 \begin_layout Standard
34214 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
34215 \series bold
34216
34217 \backslash
34218 scalebox{-1}[1]{こんにちは}
34219 \series default
34220 というコマンドは、右のように反転文字を生成するのに使用できます:
34221 \begin_inset ERT
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225
34226
34227 \backslash
34228 scalebox{-1}[1]{
34229 \end_layout
34230
34231 \end_inset
34232
34233 こんにちは
34234 \begin_inset ERT
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238
34239 }
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248
34249 \series bold
34250
34251 \backslash
34252 scalebox{1}[-1]{こんにちは}
34253 \series default
34254 とすると
34255 \begin_inset ERT
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259
34260
34261 \backslash
34262 scalebox{1}[-1]{
34263 \end_layout
34264
34265 \end_inset
34266
34267 こんにちは
34268 \begin_inset ERT
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272
34273 }
34274 \end_layout
34275
34276 \end_inset
34277
34278 のようにベースラインで鏡像にします。
34279 \end_layout
34280
34281 \begin_layout Standard
34282
34283 \series bold
34284
34285 \backslash
34286 scalebox{-1}[1]{ボックスの内容}
34287 \series default
34288 と同じ働きをするものとして
34289 \begin_inset Newline newline
34290 \end_inset
34291
34292
34293 \series bold
34294
34295 \backslash
34296 reflectbox{ボックスの内容}
34297 \series default
34298
34299 \begin_inset Newline newline
34300 \end_inset
34301
34302 というコマンドがあります。
34303 \end_layout
34304
34305 \begin_layout Standard
34306 \begin_inset VSpace bigskip
34307 \end_inset
34308
34309 指定した幅や丈にボックスを伸縮させるには、
34310 \series bold
34311
34312 \backslash
34313 resizebox
34314 \series default
34315 を使用します。このコマンドの書式は
34316 \end_layout
34317
34318 \begin_layout Standard
34319
34320 \series bold
34321
34322 \backslash
34323 resizebox{幅}{丈}{ボックスの内容}
34324 \end_layout
34325
34326 \begin_layout Standard
34327 です。上記二つのコマンド引数のうち一つが感嘆符「
34328 \series bold
34329 !
34330 \series default
34331 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34332 \end_layout
34333
34334 \begin_layout Standard
34335
34336 \series bold
34337
34338 \backslash
34339 resizebox{2cm}{1cm}{こんにちは}
34340 \series default
34341 というコマンドの出力は、
34342 \begin_inset ERT
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346
34347
34348 \backslash
34349 resizebox{2cm}{1cm}{
34350 \end_layout
34351
34352 \end_inset
34353
34354 こんにちは
34355 \begin_inset ERT
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359
34360 }
34361 \end_layout
34362
34363 \end_inset
34364
34365 となり、
34366 \begin_inset Newline newline
34367 \end_inset
34368
34369
34370 \series bold
34371
34372 \backslash
34373 resizebox{2cm}{!}{こんにちは}
34374 \series default
34375 というコマンドの出力は、
34376 \begin_inset ERT
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380
34381
34382 \backslash
34383 resizebox{2cm}{!}{
34384 \end_layout
34385
34386 \end_inset
34387
34388 こんにちは
34389 \begin_inset ERT
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393
34394 }
34395 \end_layout
34396
34397 \end_inset
34398
34399 となります。
34400 \end_layout
34401
34402 \begin_layout Standard
34403 \begin_inset VSpace bigskip
34404 \end_inset
34405
34406
34407 \begin_inset Note Greyedout
34408 status open
34409
34410 \begin_layout Plain Layout
34411
34412 \series bold
34413 【註】
34414 \backslash
34415 scalebox
34416 \series default
34417
34418 \series bold
34419
34420 \backslash
34421 resizebox
34422 \series default
34423 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset VSpace bigskip
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Standard
34439 ボックスは好きな順序で組み合わせることができます。たとえば、
34440 \begin_inset Newline newline
34441 \end_inset
34442
34443
34444 \series bold
34445
34446 \backslash
34447 rotatebox[origin=c]{-45}{
34448 \backslash
34449 resizebox{2cm}{!}{
34450 \backslash
34451 reflectbox{こんにちは}}}
34452 \begin_inset Newline newline
34453 \end_inset
34454
34455
34456 \series default
34457 というコマンドは、
34458 \end_layout
34459
34460 \begin_layout Standard
34461 \align center
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 rotatebox[origin=c]{-45}{
34470 \backslash
34471 resizebox{2cm}{!}{
34472 \backslash
34473 reflectbox{
34474 \end_layout
34475
34476 \end_inset
34477
34478 こんにちは
34479 \begin_inset ERT
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483
34484 }}}
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \begin_layout Standard
34493 \noindent
34494 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34495 \end_layout
34496
34497 \begin_layout Standard
34498 \align center
34499 \begin_inset ERT
34500 status collapsed
34501
34502 \begin_layout Plain Layout
34503
34504
34505 \backslash
34506 rotatebox[origin=c]{-30}{
34507 \backslash
34508 resizebox{2cm}{!}{
34509 \backslash
34510 reflectbox{
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \begin_inset Graphics
34517         filename ../clipart/platypus.eps
34518         lyxscale 50
34519         width 25col%
34520
34521 \end_inset
34522
34523
34524 \begin_inset ERT
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528
34529 }}}
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 rotatebox[origin=c]{-45}{
34543 \backslash
34544 resizebox{2cm}{!}{
34545 \backslash
34546 reflectbox{
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \begin_inset Tabular
34553 <lyxtabular version="3" rows="2" columns="2">
34554 <features tabularvalignment="middle">
34555 <column alignment="center" valignment="top" width="0">
34556 <column alignment="center" valignment="top" width="0">
34557 <row>
34558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Plain Layout
34562 q
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34568 \begin_inset Text
34569
34570 \begin_layout Plain Layout
34571 w
34572 \end_layout
34573
34574 \end_inset
34575 </cell>
34576 </row>
34577 <row>
34578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34579 \begin_inset Text
34580
34581 \begin_layout Plain Layout
34582 e
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Plain Layout
34591 r
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 </row>
34597 </lyxtabular>
34598
34599 \end_inset
34600
34601
34602 \begin_inset ERT
34603 status collapsed
34604
34605 \begin_layout Plain Layout
34606
34607 }}}
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \begin_inset ERT
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617
34618
34619 \backslash
34620 rotatebox[origin=c]{-45}{
34621 \backslash
34622 resizebox{2cm}{!}{
34623 \backslash
34624 reflectbox{
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34631 \end_inset
34632
34633
34634 \begin_inset ERT
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638
34639 }}}
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \begin_inset Index idx
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 ず@図 ! のしんしゅく@---の伸縮
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \begin_inset Index idx
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \begin_layout Standard
34668 文書で大域的に数式様式
34669 \series bold
34670 fleqn
34671 \series default
34672 を使用している場合
34673 \begin_inset Foot
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34678 \end_layout
34679
34680 \end_inset
34681
34682 には、別行建て数式も伸縮させることができます。
34683 \end_layout
34684
34685 \begin_layout Chapter
34686
34687 \lang english
34688 Objects Surrounded by Text
34689 \begin_inset Index idx
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694 \lang english
34695 Surrounded by text
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \begin_layout Section
34704 折返しフロート
34705 \begin_inset CommandInset label
34706 LatexCommand label
34707 name "sec:折返しフロート"
34708
34709 \end_inset
34710
34711
34712 \begin_inset Index idx
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \lang english
34723
34724 \begin_inset Index idx
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728
34729 \lang english
34730 Surrounded by text ! Wrap Floats
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Standard
34739 \begin_inset Wrap figure
34740 lines 0
34741 placement l
34742 overhang 1cm
34743 width "40col%"
34744 status open
34745
34746 \begin_layout Plain Layout
34747 \begin_inset Graphics
34748         filename ../clipart/mobius.eps
34749         width 40col%
34750         scaleBeforeRotation
34751         rotateOrigin center
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Plain Layout
34759 \begin_inset Caption
34760
34761 \begin_layout Plain Layout
34762 \begin_inset CommandInset label
34763 LatexCommand label
34764 name "fig:折返し図フロート"
34765
34766 \end_inset
34767
34768 これは折返し図フロートです。
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \end_inset
34777
34778 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34779 \series bold
34780 wrapfig
34781 \series default
34782
34783 \begin_inset Index idx
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34788 \end_layout
34789
34790 \end_inset
34791
34792 を導入済みであれば、
34793 \family sans
34794 挿入\SpecialChar \menuseparator
34795 フロート\SpecialChar \menuseparator
34796 折返し図フロート
34797 \family default
34798
34799 \family sans
34800 折返し表フロート
34801 \family default
34802 メニューで挿入することができます
34803 \begin_inset Foot
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34808 \end_layout
34809
34810 \end_inset
34811
34812 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34813 \family sans
34814 配置
34815 \family default
34816
34817 \family sans
34818
34819 \family default
34820 です。非必須項目として、
34821 \family sans
34822 ぶら下げ
34823 \family default
34824
34825 \family sans
34826 行幅
34827 \family default
34828 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34829 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34830 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34831 \begin_inset CommandInset ref
34832 LatexCommand ref
34833 reference "fig:折返し図フロート"
34834
34835 \end_inset
34836
34837 図は、40
34838 \begin_inset space \thinspace{}
34839 \end_inset
34840
34841 列幅%の幅と1
34842 \begin_inset space \thinspace{}
34843 \end_inset
34844
34845 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
34846 \begin_inset Foot
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850 使うことのできる単位は付録
34851 \begin_inset CommandInset ref
34852 LatexCommand ref
34853 reference "cha:LyXで使用できる単位"
34854
34855 \end_inset
34856
34857 に収録してあります。
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Standard
34866 \begin_inset Note Greyedout
34867 status open
34868
34869 \begin_layout Plain Layout
34870
34871 \series bold
34872 【註】
34873 \series default
34874 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34875 上書きされて出力されたりします。
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 原則として、
34885 \end_layout
34886
34887 \begin_layout Itemize
34888 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34889 うになってから、正確な位置に挿入しなくてはなりません。
34890 \end_layout
34891
34892 \begin_layout Itemize
34893 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34894 \end_layout
34895
34896 \begin_layout Itemize
34897 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34898 \end_layout
34899
34900 \begin_layout Itemize
34901 折返しフロートは、節見出しや表中に入れることは認められていません。
34902 \end_layout
34903
34904 \begin_layout Itemize
34905
34906 \lang english
34907 Their numbering and referencing works as described in chap.
34908 \lang japanese
34909
34910 \begin_inset space \thinspace{}
34911 \end_inset
34912
34913
34914 \begin_inset CommandInset ref
34915 LatexCommand ref
34916 reference "chap:フロート"
34917
34918 \end_inset
34919
34920 .
34921 \end_layout
34922
34923 \begin_layout Section
34924
34925 \lang english
34926 Surrounded Fixed Objects
34927 \begin_inset Index idx
34928 status collapsed
34929
34930 \begin_layout Plain Layout
34931
34932 \lang english
34933 Surrounded by text ! Fixed objects
34934 \end_layout
34935
34936 \end_inset
34937
34938
34939 \end_layout
34940
34941 \begin_layout Standard
34942
34943 \lang english
34944 The wrap floats described in sec.
34945 \lang japanese
34946
34947 \begin_inset space \thinspace{}
34948 \end_inset
34949
34950
34951 \begin_inset CommandInset ref
34952 LatexCommand ref
34953 reference "sec:折返しフロート"
34954
34955 \end_inset
34956
34957  
34958 \lang english
34959 have these positions in the paragraph:
34960 \end_layout
34961
34962 \begin_layout Standard
34963 \noindent
34964 \align center
34965
34966 \lang english
34967 \begin_inset Tabular
34968 <lyxtabular version="3" rows="2" columns="2">
34969 <features tabularvalignment="middle">
34970 <column alignment="center" valignment="top" width="0">
34971 <column alignment="center" valignment="top" width="0">
34972 <row>
34973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977
34978 \lang english
34979 \begin_inset Graphics
34980         filename ../../images/dialog-show-new-inset_graphics.png
34981         scale 70
34982         scaleBeforeRotation
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995
34996 \lang english
34997 text
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 <row>
35004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008
35009 \lang english
35010 text
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019
35020 \lang english
35021 text
35022 \end_layout
35023
35024 \end_inset
35025 </cell>
35026 </row>
35027 </lyxtabular>
35028
35029 \end_inset
35030
35031  or 
35032 \begin_inset Tabular
35033 <lyxtabular version="3" rows="2" columns="2">
35034 <features tabularvalignment="middle">
35035 <column alignment="center" valignment="top" width="0">
35036 <column alignment="center" valignment="top" width="0">
35037 <row>
35038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042
35043 \lang english
35044 text
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053
35054 \lang english
35055 \begin_inset Graphics
35056         filename ../../images/dialog-show-new-inset_graphics.png
35057         scale 70
35058         scaleBeforeRotation
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 </row>
35068 <row>
35069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35070 \begin_inset Text
35071
35072 \begin_layout Plain Layout
35073
35074 \lang english
35075 text
35076 \end_layout
35077
35078 \end_inset
35079 </cell>
35080 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35081 \begin_inset Text
35082
35083 \begin_layout Plain Layout
35084
35085 \lang english
35086 text
35087 \end_layout
35088
35089 \end_inset
35090 </cell>
35091 </row>
35092 </lyxtabular>
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100
35101 \lang english
35102 To get an object exactly at the position where it is inserted, for example
35103  to get one of these positions:
35104 \begin_inset VSpace defskip
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Standard
35111 \noindent
35112 \align center
35113
35114 \lang english
35115 \begin_inset Tabular
35116 <lyxtabular version="3" rows="2" columns="2">
35117 <features tabularvalignment="middle">
35118 <column alignment="center" valignment="top" width="0">
35119 <column alignment="center" valignment="top" width="0">
35120 <row>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125
35126 \lang english
35127 text
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35133 \begin_inset Text
35134
35135 \begin_layout Plain Layout
35136
35137 \lang english
35138 text
35139 \end_layout
35140
35141 \end_inset
35142 </cell>
35143 </row>
35144 <row>
35145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35146 \begin_inset Text
35147
35148 \begin_layout Plain Layout
35149
35150 \lang english
35151 \begin_inset Graphics
35152         filename ../../images/dialog-show-new-inset_graphics.png
35153         scale 70
35154         scaleBeforeRotation
35155
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167
35168 \lang english
35169 text
35170 \end_layout
35171
35172 \end_inset
35173 </cell>
35174 </row>
35175 </lyxtabular>
35176
35177 \end_inset
35178
35179  
35180 \begin_inset Tabular
35181 <lyxtabular version="3" rows="2" columns="2">
35182 <features tabularvalignment="middle">
35183 <column alignment="center" valignment="top" width="0">
35184 <column alignment="center" valignment="top" width="0">
35185 <row>
35186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35187 \begin_inset Text
35188
35189 \begin_layout Plain Layout
35190
35191 \lang english
35192 text
35193 \end_layout
35194
35195 \end_inset
35196 </cell>
35197 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35198 \begin_inset Text
35199
35200 \begin_layout Plain Layout
35201
35202 \lang english
35203 text
35204 \end_layout
35205
35206 \end_inset
35207 </cell>
35208 </row>
35209 <row>
35210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35211 \begin_inset Text
35212
35213 \begin_layout Plain Layout
35214
35215 \lang english
35216 text
35217 \end_layout
35218
35219 \end_inset
35220 </cell>
35221 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35222 \begin_inset Text
35223
35224 \begin_layout Plain Layout
35225
35226 \lang english
35227 \begin_inset Graphics
35228         filename ../../images/dialog-show-new-inset_graphics.png
35229         scale 70
35230         scaleBeforeRotation
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 </row>
35240 </lyxtabular>
35241
35242 \end_inset
35243
35244  
35245 \begin_inset Tabular
35246 <lyxtabular version="3" rows="2" columns="3">
35247 <features tabularvalignment="middle">
35248 <column alignment="center" valignment="top" width="0">
35249 <column alignment="center" valignment="top" width="0">
35250 <column alignment="center" valignment="top" width="0">
35251 <row>
35252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35253 \begin_inset Text
35254
35255 \begin_layout Plain Layout
35256
35257 \lang english
35258 text
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" topline="true" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267
35268 \lang english
35269 \begin_inset Graphics
35270         filename ../../images/dialog-show-new-inset_graphics.png
35271         scale 70
35272         scaleBeforeRotation
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \end_inset
35280 </cell>
35281 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35282 \begin_inset Text
35283
35284 \begin_layout Plain Layout
35285
35286 \lang english
35287 text
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 </row>
35293 <row>
35294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35295 \begin_inset Text
35296
35297 \begin_layout Plain Layout
35298
35299 \lang english
35300 text
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309
35310 \lang english
35311 text
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320
35321 \lang english
35322 text
35323 \end_layout
35324
35325 \end_inset
35326 </cell>
35327 </row>
35328 </lyxtabular>
35329
35330 \end_inset
35331
35332  
35333 \begin_inset Tabular
35334 <lyxtabular version="3" rows="2" columns="3">
35335 <features tabularvalignment="middle">
35336 <column alignment="center" valignment="top" width="0">
35337 <column alignment="center" valignment="top" width="0">
35338 <column alignment="center" valignment="top" width="0">
35339 <row>
35340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35341 \begin_inset Text
35342
35343 \begin_layout Plain Layout
35344
35345 \lang english
35346 text
35347 \end_layout
35348
35349 \end_inset
35350 </cell>
35351 <cell alignment="center" valignment="top" topline="true" usebox="none">
35352 \begin_inset Text
35353
35354 \begin_layout Plain Layout
35355
35356 \lang english
35357 text
35358 \end_layout
35359
35360 \end_inset
35361 </cell>
35362 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35363 \begin_inset Text
35364
35365 \begin_layout Plain Layout
35366
35367 \lang english
35368 text
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 </row>
35374 <row>
35375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35376 \begin_inset Text
35377
35378 \begin_layout Plain Layout
35379
35380 \lang english
35381 text
35382 \end_layout
35383
35384 \end_inset
35385 </cell>
35386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35387 \begin_inset Text
35388
35389 \begin_layout Plain Layout
35390
35391 \lang english
35392 \begin_inset Graphics
35393         filename ../../images/dialog-show-new-inset_graphics.png
35394         scale 70
35395         scaleBeforeRotation
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35405 \begin_inset Text
35406
35407 \begin_layout Plain Layout
35408
35409 \lang english
35410 text
35411 \end_layout
35412
35413 \end_inset
35414 </cell>
35415 </row>
35416 </lyxtabular>
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \begin_layout Standard
35424 \noindent
35425 \align center
35426
35427 \lang english
35428 \begin_inset Tabular
35429 <lyxtabular version="3" rows="3" columns="2">
35430 <features tabularvalignment="middle">
35431 <column alignment="center" valignment="top" width="0">
35432 <column alignment="center" valignment="top" width="0">
35433 <row>
35434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35435 \begin_inset Text
35436
35437 \begin_layout Plain Layout
35438
35439 \lang english
35440 text
35441 \end_layout
35442
35443 \end_inset
35444 </cell>
35445 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449
35450 \lang english
35451 text
35452 \end_layout
35453
35454 \end_inset
35455 </cell>
35456 </row>
35457 <row>
35458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462
35463 \lang english
35464 \begin_inset Graphics
35465         filename ../../images/dialog-show-new-inset_graphics.png
35466         scale 70
35467         scaleBeforeRotation
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \end_inset
35475 </cell>
35476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35477 \begin_inset Text
35478
35479 \begin_layout Plain Layout
35480
35481 \lang english
35482 text
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 </row>
35488 <row>
35489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493
35494 \lang english
35495 text
35496 \end_layout
35497
35498 \end_inset
35499 </cell>
35500 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35501 \begin_inset Text
35502
35503 \begin_layout Plain Layout
35504
35505 \lang english
35506 text
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 </row>
35512 </lyxtabular>
35513
35514 \end_inset
35515
35516  
35517 \begin_inset Tabular
35518 <lyxtabular version="3" rows="3" columns="3">
35519 <features tabularvalignment="middle">
35520 <column alignment="center" valignment="top" width="0">
35521 <column alignment="center" valignment="top" width="0">
35522 <column alignment="center" valignment="top" width="0">
35523 <row>
35524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35525 \begin_inset Text
35526
35527 \begin_layout Plain Layout
35528
35529 \lang english
35530 text
35531 \end_layout
35532
35533 \end_inset
35534 </cell>
35535 <cell alignment="center" valignment="top" topline="true" usebox="none">
35536 \begin_inset Text
35537
35538 \begin_layout Plain Layout
35539
35540 \lang english
35541 text
35542 \end_layout
35543
35544 \end_inset
35545 </cell>
35546 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35547 \begin_inset Text
35548
35549 \begin_layout Plain Layout
35550
35551 \lang english
35552 text
35553 \end_layout
35554
35555 \end_inset
35556 </cell>
35557 </row>
35558 <row>
35559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35560 \begin_inset Text
35561
35562 \begin_layout Plain Layout
35563
35564 \lang english
35565 text
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 <cell alignment="center" valignment="top" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574
35575 \lang english
35576 \begin_inset Graphics
35577         filename ../../images/dialog-show-new-inset_graphics.png
35578         scale 70
35579         scaleBeforeRotation
35580
35581 \end_inset
35582
35583
35584 \end_layout
35585
35586 \end_inset
35587 </cell>
35588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35589 \begin_inset Text
35590
35591 \begin_layout Plain Layout
35592
35593 \lang english
35594 text
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605
35606 \lang english
35607 text
35608 \end_layout
35609
35610 \end_inset
35611 </cell>
35612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35613 \begin_inset Text
35614
35615 \begin_layout Plain Layout
35616
35617 \lang english
35618 text
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627
35628 \lang english
35629 text
35630 \end_layout
35631
35632 \end_inset
35633 </cell>
35634 </row>
35635 </lyxtabular>
35636
35637 \end_inset
35638
35639  
35640 \begin_inset Tabular
35641 <lyxtabular version="3" rows="3" columns="2">
35642 <features tabularvalignment="middle">
35643 <column alignment="center" valignment="top" width="0">
35644 <column alignment="center" valignment="top" width="0">
35645 <row>
35646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35647 \begin_inset Text
35648
35649 \begin_layout Plain Layout
35650
35651 \lang english
35652 text
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661
35662 \lang english
35663 text
35664 \end_layout
35665
35666 \end_inset
35667 </cell>
35668 </row>
35669 <row>
35670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674
35675 \lang english
35676 text
35677 \end_layout
35678
35679 \end_inset
35680 </cell>
35681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35682 \begin_inset Text
35683
35684 \begin_layout Plain Layout
35685
35686 \lang english
35687 \begin_inset Graphics
35688         filename ../../images/dialog-show-new-inset_graphics.png
35689         scale 70
35690         scaleBeforeRotation
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \end_inset
35698 </cell>
35699 </row>
35700 <row>
35701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35702 \begin_inset Text
35703
35704 \begin_layout Plain Layout
35705
35706 \lang english
35707 text
35708 \end_layout
35709
35710 \end_inset
35711 </cell>
35712 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35713 \begin_inset Text
35714
35715 \begin_layout Plain Layout
35716
35717 \lang english
35718 text
35719 \end_layout
35720
35721 \end_inset
35722 </cell>
35723 </row>
35724 </lyxtabular>
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Standard
35732 \noindent
35733
35734 \lang english
35735 you can use the LaTeX-package
35736 \lang japanese
35737  
35738 \series bold
35739 picinpar
35740 \series default
35741
35742 \begin_inset Index idx
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35747 \end_layout
35748
35749 \end_inset
35750
35751 .
35752  
35753 \lang english
35754 Here is an example
35755 \lang japanese
35756 :
35757 \end_layout
35758
35759 \begin_layout Standard
35760 \begin_inset ERT
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764
35765
35766 \backslash
35767 ifpicinpar
35768 \end_layout
35769
35770 \end_inset
35771
35772
35773 \begin_inset Note Note
35774 status open
35775
35776 \begin_layout Plain Layout
35777 以下の部分は、LaTeXパッケージ
35778 \series bold
35779 picinpar
35780 \series default
35781 が導入されているときのみ表示されます。
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \begin_layout Standard
35790 \begin_inset ERT
35791 status collapsed
35792
35793 \begin_layout Plain Layout
35794
35795
35796 \backslash
35797 begin{window}[2,c,{
35798 \end_layout
35799
35800 \end_inset
35801
35802
35803 \begin_inset Graphics
35804         filename ../clipart/mobius.eps
35805         lyxscale 60
35806         width 40col%
35807         scaleBeforeRotation
35808         rotateOrigin center
35809
35810 \end_inset
35811
35812
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818 },]
35819 \end_layout
35820
35821 \begin_layout Plain Layout
35822
35823 {}
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \size small
35830 \lang english
35831 It was in the spring of the year 1894 that all London was interested, and
35832  the fashionable world dismayed, by the murder of the Honourable Ronald
35833  Adair under most unusual and inexplicable circumstances.
35834  The public has already learned those particulars of the crime which
35835 \size default
35836
35837 \begin_inset ERT
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841
35842
35843 \backslash
35844 footnotemark{}
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \size small
35851  came out in the police investigation, but a good deal was suppressed upon
35852  that occasion, since the case for the prosecution was so overwhelmingly
35853  strong that it was not necessary to bring forward all the facts.
35854  Only now, at the end of nearly ten years, am I allowed to supply those
35855  missing links which make up the whole of that remarkable chain
35856 \lang japanese
35857 .
35858 \size default
35859
35860 \begin_inset ERT
35861 status collapsed
35862
35863 \begin_layout Plain Layout
35864
35865
35866 \backslash
35867 end{window}
35868 \end_layout
35869
35870 \end_inset
35871
35872
35873 \end_layout
35874
35875 \begin_layout Standard
35876
35877 \lang english
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883
35884 \backslash
35885 footnotetext{
35886 \end_layout
35887
35888 \end_inset
35889
35890 Footnote of the paragraph with the fixed object.
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896 }
35897 \end_layout
35898
35899 \end_inset
35900
35901
35902 \end_layout
35903
35904 \begin_layout Standard
35905
35906 \lang english
35907 Surrounded fixed objects are used to let text float around them, at which
35908  the object's position in the paragraph can be determined by the number
35909  of lines above it.
35910  In contrary to floats is it not possible to have a numbered caption.
35911 \end_layout
35912
35913 \begin_layout Standard
35914
35915 \lang english
35916 A fixed object is inserted by adding the command
35917 \end_layout
35918
35919 \begin_layout Standard
35920
35921 \series bold
35922
35923 \backslash
35924 begin{window}[2,c,{
35925 \end_layout
35926
35927 \begin_layout Standard
35928
35929 \lang english
35930 as TeX Code at the beginning of the paragraph.
35931  The first parameter in the bracket, here '2', defines the number of lines
35932  above the object, the second, here 'c', the position of the object.
35933  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
35934  Behind the command you insert the object.
35935  In this example an image with a width of 40
35936 \begin_inset space \thinspace{}
35937 \end_inset
35938
35939 % of the text column width was inserted.
35940  The object can also be a table, a box or an equation.
35941  Behind the object the command
35942 \end_layout
35943
35944 \begin_layout Standard
35945
35946 \series bold
35947 },description text]
35948 \begin_inset Newline newline
35949 \end_inset
35950
35951 {}
35952 \end_layout
35953
35954 \begin_layout Standard
35955
35956 \lang english
35957 is inserted.
35958  Note that the 
35959 \begin_inset Quotes eld
35960 \end_inset
35961
35962
35963 \series bold
35964 {}
35965 \series default
35966
35967 \begin_inset Quotes erd
35968 \end_inset
35969
35970  is in the second line.
35971  The description text is optional.
35972  The text surrounding the object must be in the same paragraph as the object,
35973  so it must begin directly after the 
35974 \series bold
35975 {}
35976 \series default
35977 .
35978  At the end of the paragraph insert the command:
35979 \end_layout
35980
35981 \begin_layout Standard
35982
35983 \series bold
35984
35985 \backslash
35986 end{window}
35987 \end_layout
35988
35989 \begin_layout Standard
35990
35991 \lang english
35992 Within a paragraph with a fixed object, you cannot insert footnotes in the
35993  normal way.
35994  You have to use instead the command 
35995 \series bold
35996
35997 \backslash
35998 footnotemark
35999 \series default
36000  inside the paragraph and outside the command 
36001 \series bold
36002
36003 \backslash
36004 footnotetext
36005 \series default
36006  as described in sec.
36007 \lang japanese
36008
36009 \begin_inset space \thinspace{}
36010 \end_inset
36011
36012
36013 \begin_inset CommandInset ref
36014 LatexCommand ref
36015 reference "sec:脚注"
36016
36017 \end_inset
36018
36019 .
36020 \end_layout
36021
36022 \begin_layout Standard
36023 \begin_inset ERT
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027
36028
36029 \backslash
36030 else
36031 \end_layout
36032
36033 \end_inset
36034
36035
36036 \begin_inset Note Note
36037 status open
36038
36039 \begin_layout Plain Layout
36040 以下の部分は、LaTeXパッケージ
36041 \series bold
36042 picinpar
36043 \series default
36044 が導入されていないときのみ表示されます。
36045 \end_layout
36046
36047 \end_inset
36048
36049
36050 \end_layout
36051
36052 \begin_layout Standard
36053 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36054 \series bold
36055 picinpar
36056 \series default
36057 を導入する必要があります。
36058 \end_layout
36059
36060 \begin_layout Standard
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066
36067 \backslash
36068 fi
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Section
36077
36078 \lang english
36079 Initials
36080 \begin_inset Index idx
36081 status collapsed
36082
36083 \begin_layout Plain Layout
36084
36085 \lang english
36086 Initials
36087 \end_layout
36088
36089 \end_inset
36090
36091
36092 \begin_inset Index idx
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096
36097 \lang english
36098 Surrounded by text ! Initials
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Standard
36107
36108 \lang english
36109 To use initials, you must have the LaTeX package
36110 \lang japanese
36111  
36112 \series bold
36113 lettrine
36114 \series default
36115
36116 \begin_inset Index idx
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
36121 \end_layout
36122
36123 \end_inset
36124
36125  
36126 \lang english
36127 installed and use the module 
36128 \family sans
36129 Initials
36130 \family default
36131  in your document (menu 
36132 \family sans
36133 Document\SpecialChar \menuseparator
36134 Settings\SpecialChar \menuseparator
36135 Modules
36136 \family default
36137 ).
36138  To insert an initial, use the style 
36139 \family sans
36140 Initial
36141 \family default
36142 .
36143  This style has a mandatory and an optional argument.
36144  The mandatory argument is inserted via the menu 
36145 \family sans
36146 Insert\SpecialChar \menuseparator
36147 Short
36148 \begin_inset space ~
36149 \end_inset
36150
36151 Title
36152 \family default
36153  and contains the letter that is the initial.
36154  To use the also the optional argument, insert another argument in front
36155  of the mandatory argument.
36156  This one contains parameters to modify the initial.
36157  For more information about the possible parameters see the documentation
36158  of
36159 \lang japanese
36160  
36161 \series bold
36162 lettrine
36163 \series default
36164
36165 \begin_inset CommandInset citation
36166 LatexCommand cite
36167 key "lettrine"
36168
36169 \end_inset
36170
36171 .
36172  
36173 \lang english
36174 The style itself contains the text that is surrounding the initial.
36175  The usual style is hereby that the word whose first letter is the initial,
36176  is printed with 
36177 \shape smallcaps
36178 small caps
36179 \shape default
36180 .
36181  To tell LaTeX where this word is finished, add a closing brace '
36182 \series bold
36183 }
36184 \series default
36185 ' as TeX Code behind it.
36186  At the end of the style there must be an opening brace '
36187 \series bold
36188 {
36189 \series default
36190 ' as TeX Code.
36191 \end_layout
36192
36193 \begin_layout Standard
36194
36195 \lang english
36196 Here are some examples:
36197 \end_layout
36198
36199 \begin_layout Standard
36200 \begin_inset ERT
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204
36205
36206 \backslash
36207 iflettrine
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \begin_inset Note Note
36214 status open
36215
36216 \begin_layout Plain Layout
36217 以下の部分は、LaTeXパッケージ
36218 \series bold
36219 lettrine
36220 \series default
36221 が導入されているときのみ表示されます。
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \begin_layout Enumerate
36230
36231 \lang english
36232 No optional argument, the initial is the letter 'I' in the math font 
36233 \begin_inset Formula $\mathfrak{Fraktur}$
36234 \end_inset
36235
36236 :
36237 \end_layout
36238
36239 \begin_deeper
36240 \begin_layout Initial
36241 \begin_inset Argument
36242 status open
36243
36244 \begin_layout Plain Layout
36245 \begin_inset Formula $\mathfrak{I}$
36246 \end_inset
36247
36248
36249 \end_layout
36250
36251 \end_inset
36252
36253 t
36254 \begin_inset ERT
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258
36259 }
36260 \end_layout
36261
36262 \end_inset
36263
36264  
36265 \lang english
36266 was in the spring of the year 1894 that all London was interested, and the
36267  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36268  under most unusual and inexplicable circumstances.
36269  The public has already learned those particulars of the crime which came
36270  out in the police investigation, but a good deal was suppressed upon that
36271  occasion, since the case for the prosecution was so overwhelmingly strong
36272  that it was not necessary to bring forward all the facts.
36273 \lang japanese
36274
36275 \begin_inset ERT
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279
36280 {
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \lang english
36287
36288 \begin_inset Newpage newpage
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \end_deeper
36295 \begin_layout Enumerate
36296
36297 \lang english
36298 Only one line is surrounding the initial, which is formed by two letters
36299  in standard font and no text is printed in small caps:
36300 \end_layout
36301
36302 \begin_deeper
36303 \begin_layout Initial
36304 \begin_inset Argument
36305 status open
36306
36307 \begin_layout Plain Layout
36308 lines=1
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \begin_inset Argument
36315 status open
36316
36317 \begin_layout Plain Layout
36318 It
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329 }
36330 \end_layout
36331
36332 \end_inset
36333
36334  
36335 \lang english
36336 was in the spring of the year 1894 that all London was interested, and the
36337  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36338  under most unusual and inexplicable circumstances.
36339  The public has already learned those particulars of the crime which came
36340  out in the police investigation, but a good deal was suppressed upon that
36341  occasion, since the case for the prosecution was so overwhelmingly strong
36342  that it was not necessary to bring forward all the facts.
36343 \lang japanese
36344
36345 \begin_inset ERT
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349
36350 {
36351 \end_layout
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \end_deeper
36359 \begin_layout Enumerate
36360
36361 \lang english
36362 Magenta, hanging initial over 3
36363 \begin_inset space ~
36364 \end_inset
36365
36366 lines in the math font 
36367 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36368 \end_inset
36369
36370 , the text 
36371 \begin_inset Quotes eld
36372 \end_inset
36373
36374 t was in the spring
36375 \begin_inset Quotes erd
36376 \end_inset
36377
36378  is in 
36379 \shape smallcaps
36380 small caps
36381 \shape default
36382 ; to color the initial, you must insert this command before the initial:
36383 \begin_inset Newline newline
36384 \end_inset
36385
36386
36387 \series bold
36388
36389 \backslash
36390 renewcommand{
36391 \backslash
36392 LettrineFontHook}{
36393 \backslash
36394 color{color}}
36395 \series default
36396
36397 \begin_inset Newline newline
36398 \end_inset
36399
36400 where the second 
36401 \emph on
36402 color
36403 \emph default
36404  can be 
36405 \begin_inset Quotes eld
36406 \end_inset
36407
36408 red
36409 \begin_inset Quotes erd
36410 \end_inset
36411
36412
36413 \begin_inset Quotes eld
36414 \end_inset
36415
36416 blue
36417 \begin_inset Quotes erd
36418 \end_inset
36419
36420
36421 \begin_inset Quotes eld
36422 \end_inset
36423
36424 green
36425 \begin_inset Quotes erd
36426 \end_inset
36427
36428
36429 \begin_inset Quotes eld
36430 \end_inset
36431
36432 yellow
36433 \begin_inset Quotes erd
36434 \end_inset
36435
36436
36437 \begin_inset Quotes eld
36438 \end_inset
36439
36440 cyan
36441 \begin_inset Quotes erd
36442 \end_inset
36443
36444
36445 \begin_inset Quotes eld
36446 \end_inset
36447
36448 magenta
36449 \begin_inset Quotes erd
36450 \end_inset
36451
36452
36453 \begin_inset Quotes eld
36454 \end_inset
36455
36456 black
36457 \begin_inset Quotes erd
36458 \end_inset
36459
36460  or 
36461 \begin_inset Quotes eld
36462 \end_inset
36463
36464 white
36465 \begin_inset Quotes erd
36466 \end_inset
36467
36468 , and add this command to the document preamble
36469 \lang japanese
36470 :
36471 \begin_inset Newline newline
36472 \end_inset
36473
36474
36475 \series bold
36476
36477 \backslash
36478 @ifundefined{textcolor}
36479 \begin_inset Newline newline
36480 \end_inset
36481
36482
36483 \begin_inset space ~
36484 \end_inset
36485
36486 {
36487 \backslash
36488 usepackage{color}}{}
36489 \end_layout
36490
36491 \begin_deeper
36492 \begin_layout Standard
36493 \begin_inset ERT
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497
36498
36499 \backslash
36500 renewcommand{
36501 \backslash
36502 LettrineFontHook}{
36503 \backslash
36504 color{magenta}}
36505 \end_layout
36506
36507 \end_inset
36508
36509
36510 \lang english
36511
36512 \begin_inset Note Note
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516
36517 \lang english
36518 makes the initial magenta
36519 \end_layout
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Initial
36527 \begin_inset Argument
36528 status open
36529
36530 \begin_layout Plain Layout
36531 lines=3, lhang=0.33, loversize=0.25
36532 \end_layout
36533
36534 \end_inset
36535
36536
36537 \begin_inset Argument
36538 status open
36539
36540 \begin_layout Plain Layout
36541 \begin_inset Formula $\mathcal{I}$
36542 \end_inset
36543
36544
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \lang english
36551 t was in the spring
36552 \lang japanese
36553
36554 \begin_inset ERT
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558
36559 }
36560 \end_layout
36561
36562 \end_inset
36563
36564  
36565 \lang english
36566 of the year 1894 that all London was interested, and the fashionable world
36567  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36568  and inexplicable circumstances.
36569  The public has already learned those particulars of the crime which came
36570  out in the police investigation, but a good deal was suppressed upon that
36571  occasion, since the case for the prosecution was so overwhelmingly strong
36572  that it was not necessary to bring forward all the facts.
36573 \lang japanese
36574
36575 \begin_inset ERT
36576 status collapsed
36577
36578 \begin_layout Plain Layout
36579
36580 {
36581 \end_layout
36582
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \end_deeper
36589 \begin_layout Standard
36590 \begin_inset ERT
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594
36595
36596 \backslash
36597 else
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \begin_inset Note Note
36604 status open
36605
36606 \begin_layout Plain Layout
36607 以下の部分は、LaTeXパッケージ
36608 \series bold
36609 lettrine
36610 \series default
36611 が導入されていないときのみ表示されます。
36612 \end_layout
36613
36614 \end_inset
36615
36616
36617 \end_layout
36618
36619 \begin_layout Standard
36620 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36621 \series bold
36622 lettrine
36623 \series default
36624 を導入する必要があります。
36625 \end_layout
36626
36627 \begin_layout Standard
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633
36634 \backslash
36635 fi
36636 \end_layout
36637
36638 \end_inset
36639
36640
36641 \end_layout
36642
36643 \begin_layout Chapter
36644 外部文書構成要素
36645 \begin_inset Index idx
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649 がいぶぶんしょこうせいようそ@外部文書構成要素
36650 \end_layout
36651
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \begin_layout Standard
36658
36659 \family sans
36660 挿入\SpecialChar \menuseparator
36661 ファイル
36662 \family default
36663 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36664 \end_layout
36665
36666 \begin_layout Description
36667 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36668 \end_layout
36669
36670 \begin_layout Description
36671 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36672 \end_layout
36673
36674 \begin_layout Description
36675 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36676 \end_layout
36677
36678 \begin_layout Description
36679 外部素材 様々な書式のファイル。
36680 \end_layout
36681
36682 \begin_layout Description
36683 子文書 LyXあるいはLaTeX文書。
36684 \end_layout
36685
36686 \begin_layout Section
36687 外部素材
36688 \begin_inset Index idx
36689 status collapsed
36690
36691 \begin_layout Plain Layout
36692 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36693 \end_layout
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \begin_layout Standard
36701 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36702 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36703 \family sans
36704 操作性\SpecialChar \menuseparator
36705 表示
36706 \family default
36707 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36708 \end_layout
36709
36710 \begin_layout Standard
36711 外部素材は、
36712 \family sans
36713 挿入
36714 \family default
36715 \SpecialChar \menuseparator
36716
36717 \family sans
36718 ファイル
36719 \family default
36720 \SpecialChar \menuseparator
36721
36722 \family sans
36723 外部素材
36724 \family default
36725 メニューで開くことのできる
36726 \family sans
36727 外部素材
36728 \family default
36729 ダイアログから挿入することができます。目下、以下のファイル形式(
36730 \family sans
36731 ひな型
36732 \family default
36733 )が使用できます。
36734 \end_layout
36735
36736 \begin_layout Description
36737 チェス棋譜 このひな型は、
36738 \series bold
36739
36740 \begin_inset CommandInset href
36741 LatexCommand href
36742 name "XBoard"
36743 target "http://en.wikipedia.org/wiki/XBoard"
36744
36745 \end_inset
36746
36747
36748 \series default
36749 プログラムで作成されたチェス棋譜をサポートします。
36750 \end_layout
36751
36752 \begin_layout Description
36753 日付 これは、
36754 \emph on
36755 日-月-年
36756 \emph default
36757 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36758 \begin_inset External
36759         template Date
36760         filename .
36761
36762 \end_inset
36763
36764
36765 \begin_inset space ~
36766 \end_inset
36767
36768
36769 \begin_inset Note Note
36770 status collapsed
36771
36772 \begin_layout Plain Layout
36773 バグ4398が修正されたら、この保護空白は削除してください!
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \begin_inset Newline newline
36780 \end_inset
36781
36782 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36783 \family sans
36784 挿入
36785 \family default
36786 \SpecialChar \menuseparator
36787 日付メニューを使用する方法で、他はLaTeXコマンドの
36788 \series bold
36789
36790 \backslash
36791 today
36792 \series default
36793 をTeXコードで使用する方法です。これらの各方法は、表
36794 \begin_inset CommandInset ref
36795 LatexCommand ref
36796 reference "tab:日付挿入方法"
36797
36798 \end_inset
36799
36800 に比較を掲載しておきます。
36801 \end_layout
36802
36803 \begin_layout Description
36804 Dia このひな型は、
36805 \series bold
36806
36807 \begin_inset CommandInset href
36808 LatexCommand href
36809 name "Dia"
36810 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"
36811
36812 \end_inset
36813
36814
36815 \series default
36816 プログラムで作成したダイアグラムをサポートします。
36817 \end_layout
36818
36819 \begin_layout Description
36820
36821 \lang english
36822 GnumericSpreadsheet With this template you can insert spreadsheets
36823 \begin_inset space \thinspace{}
36824 \end_inset
36825
36826 /
36827 \begin_inset space \thinspace{}
36828 \end_inset
36829
36830 tables in the format of 
36831 \series bold
36832
36833 \begin_inset CommandInset href
36834 LatexCommand href
36835 name "Gnumeric"
36836 target "http://ja.wikipedia.org/wiki/Gnumeric"
36837
36838 \end_inset
36839
36840
36841 \series default
36842
36843 \begin_inset CommandInset href
36844 LatexCommand href
36845 name "OpenDocument"
36846 target "http://ja.wikipedia.org/wiki/OpenDocument"
36847
36848 \end_inset
36849
36850
36851 \begin_inset CommandInset href
36852 LatexCommand href
36853 name "Microsoft Office XML"
36854 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36855
36856 \end_inset
36857
36858  and 
36859 \begin_inset CommandInset href
36860 LatexCommand href
36861 name "Office Open XML"
36862 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36863
36864 \end_inset
36865
36866 .
36867  For this feature LyX must have found the program 
36868 \family typewriter
36869 ssconvert
36870 \family default
36871  during its configuration.
36872  This program is part of Gnumeric, so that you must have Gnumeric installed,
36873  also if you don't have tables in the Gnumeric format.
36874  For examples and possible limitations have a look at LyX's example file
36875  
36876 \emph on
36877 spreadsheet.lyx
36878 \emph default
36879 .
36880 \end_layout
36881
36882 \begin_layout Description
36883 LilyPond このひな型は、
36884 \series bold
36885
36886 \begin_inset CommandInset href
36887 LatexCommand href
36888 name "LilyPond"
36889 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36890
36891 \end_inset
36892
36893
36894 \series default
36895 プログラムで作成した楽譜の組版に使用されます。
36896 \lang english
36897 For LyX's extended support for LilyPond have a look at LyX's example file
36898  
36899 \emph on
36900 lilypond.lyx
36901 \emph default
36902 .
36903 \end_layout
36904
36905 \begin_layout Description
36906 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36907 \family sans
36908 LaTeXとLyXオプション
36909 \family default
36910 タブ中の
36911 \family sans
36912 オプション
36913 \family default
36914 フィールドに
36915 \emph on
36916 pages
36917 \emph default
36918 オプションを指定してください。
36919 \lang english
36920 The argument of this option is a comma separated list, containing page numbers
36921  (insert as option 
36922 \series bold
36923 pages={3,5,6,8}
36924 \series default
36925 ), ranges of page numbers (
36926 \series bold
36927 pages={4-9}
36928 \series default
36929 ) or any combination.
36930  To insert empty pages use {}.
36931  E.
36932 \begin_inset space \thinspace{}
36933 \end_inset
36934
36935 g.
36936 \begin_inset space ~
36937 \end_inset
36938
36939
36940 \series bold
36941 pages={3,{},8-11,15}
36942 \series default
36943  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
36944  Page ranges are specified in the syntax 
36945 \emph on
36946 start
36947 \emph default
36948 -
36949 \emph on
36950 stop
36951 \emph default
36952 .
36953  This selects all pages from 
36954 \emph on
36955 start
36956 \emph default
36957  to 
36958 \emph on
36959 stop
36960 \emph default
36961 .
36962  Omitting 
36963 \emph on
36964 start
36965 \emph default
36966  defaults to the first page; omitting 
36967 \emph on
36968 stop
36969 \emph default
36970  defaults to the last page of the document.
36971  The last page can also be selected with the keyword 
36972 \series bold
36973 last
36974 \series default
36975 .
36976  (This is only permitted in a page range.) So 
36977 \series bold
36978 pages=-
36979 \series default
36980  will insert all pages of the document and 
36981 \series bold
36982 pages=last-1
36983 \series default
36984  will insert all pages in reverse order.
36985 \emph on
36986 \lang japanese
36987 pages
36988 \emph default
36989 オプションを指定しないと、PDFの最初のページのみが挿入されます。
36990 \begin_inset Newline newline
36991 \end_inset
36992
36993
36994 \lang english
36995 The option 
36996 \series bold
36997 noautoscale
36998 \series default
36999  inserts the pages with their original size, if this option is not given,
37000  the pages will be resized to fith the width of the page of your document.
37001  In the tab 
37002 \family sans
37003 Size and Rotation
37004 \family default
37005  you can specify the width and height of the input pages and their rotation.
37006  If another width than 100
37007 \begin_inset space \thinspace{}
37008 \end_inset
37009
37010 Scale% is used, the option 
37011 \series bold
37012 noautoscale
37013 \series default
37014  will be overwritten.
37015  For more info and possible options, have a look into the documentation
37016  of the LaTeX-package 
37017 \series bold
37018 pdfpages
37019 \series default
37020 \lang japanese
37021  
37022 \begin_inset CommandInset citation
37023 LatexCommand cite
37024 key "pdfpages"
37025
37026 \end_inset
37027
37028 .
37029 \begin_inset Index idx
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \begin_inset Newline newline
37040 \end_inset
37041
37042
37043 \lang english
37044 To use this template in a 
37045 \family sans
37046 Beamer
37047 \family default
37048  presentation you need to first insert an 
37049 \family sans
37050 EndFrame
37051 \family default
37052  environment and in a subsequent paragraph a TeX Code box containing the
37053  command 
37054 \series bold
37055
37056 \backslash
37057 setbeamertemplate{background canvas}{}
37058 \series default
37059 .
37060  Then you can insert as many paragraphs containing the PDFPages template
37061  as you wish.
37062  Behind the included PDF pages you can resume the Beamer presentation by
37063  beginning a new frame or by starting a new section.
37064  To avoid stray blank pages prior to the PDF pages, make sure to use the
37065  
37066 \family sans
37067 Default
37068 \family default
37069  alignment for the paragraph containing the template.
37070 \begin_inset Newline newline
37071 \end_inset
37072
37073 Here is an included PDF which is rotated by -5°:
37074 \lang japanese
37075  
37076 \begin_inset External
37077         template PDFPages
37078         filename ../clipart/Abstract.pdf
37079         extra LaTeX "noautoscale, pages=-"
37080         rotateAngle -5
37081         rotateOrigin bottomleft
37082
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \begin_layout Description
37089 ラスターイメージ これはビットマップ画像に使用します。
37090 \family sans
37091 外部素材
37092 \family default
37093 ダイアログを使って入れる画像は、第
37094 \begin_inset CommandInset ref
37095 LatexCommand ref
37096 reference "sec:画像ダイアログ"
37097
37098 \end_inset
37099
37100 節にあるように
37101 \family sans
37102 画像
37103 \family default
37104 ダイアログを使って挿入される画像と同じように取り扱うことができます。
37105 \lang english
37106 The difference to the normal image input is that only raster images are
37107  allowed; that means that PDF and EPS-images are not supported
37108 \lang japanese
37109 .
37110  
37111 \lang english
37112 Here is an inserted raster image:
37113 \lang japanese
37114  
37115 \begin_inset External
37116         template RasterImage
37117         filename ../clipart/ToolbarEnvBox.png
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \begin_layout Description
37125 XFig このひな型は、
37126 \series bold
37127
37128 \begin_inset CommandInset href
37129 LatexCommand href
37130 name "Xfig"
37131 target "http://ja.wikipedia.org/wiki/Xfig"
37132
37133 \end_inset
37134
37135
37136 \series default
37137 プログラムで作成した画像をサポートします。
37138 \end_layout
37139
37140 \begin_layout Standard
37141 \begin_inset Float table
37142 placement !h
37143 wide false
37144 sideways false
37145 status open
37146
37147 \begin_layout Plain Layout
37148 \begin_inset Caption
37149
37150 \begin_layout Plain Layout
37151 \begin_inset CommandInset label
37152 LatexCommand label
37153 name "tab:日付挿入方法"
37154
37155 \end_inset
37156
37157 日付の挿入方法の比較
37158 \end_layout
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \begin_layout Plain Layout
37166 \align center
37167 \begin_inset Tabular
37168 <lyxtabular version="3" rows="4" columns="4">
37169 <features tabularvalignment="middle">
37170 <column alignment="center" valignment="top" width="0">
37171 <column alignment="center" valignment="top" width="0">
37172 <column alignment="center" valignment="top" width="0">
37173 <column alignment="center" valignment="top" width="0">
37174 <row>
37175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 文書書式
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188
37189 \family sans
37190 外部素材\SpecialChar \menuseparator
37191 日付
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200
37201 \family sans
37202 挿入\SpecialChar \menuseparator
37203 日付
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212
37213 \series bold
37214
37215 \backslash
37216 today
37217 \series default
37218 コマンド
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 </row>
37224 <row>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 LyX
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238 差込枠として
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37244 \begin_inset Text
37245
37246 \begin_layout Plain Layout
37247 日付として
37248 \end_layout
37249
37250 \end_inset
37251 </cell>
37252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256 TeXコード差込枠として
37257 \end_layout
37258
37259 \end_inset
37260 </cell>
37261 </row>
37262 <row>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 LaTeX
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 日付として
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 日付として
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 コマンドとして
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 <row>
37301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 DVI, PDF, PS
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314 日付として
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
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 </lyxtabular>
37339
37340 \end_inset
37341
37342
37343 \end_layout
37344
37345 \end_inset
37346
37347
37348 \end_layout
37349
37350 \begin_layout Standard
37351
37352 \family sans
37353 外部素材
37354 \family default
37355 ダイアログの
37356 \family sans
37357 ファイル
37358 \family default
37359 タブ中で
37360 \family sans
37361 下書き
37362 \family default
37363 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
37364 \begin_inset Newline newline
37365 \end_inset
37366
37367 LyX中での外部素材は、ダイアログ内の
37368 \family sans
37369 LaTeXとLyXのオプション
37370 \family default
37371 タブにある
37372 \family sans
37373 LyX内に表示
37374 \family default
37375 オプションの指定に従って、
37376 \begin_inset Graphics
37377         filename clipart/ExternalMaterialQt4.png
37378         scale 85
37379         scaleBeforeRotation
37380
37381 \end_inset
37382
37383 のようなボックスとして表示されるか、画像として表示されます。
37384 \end_layout
37385
37386 \begin_layout Standard
37387 取扱説明書
37388 \family sans
37389 \emph on
37390 カスタマイズ篇
37391 \family default
37392 \emph default
37393 には、自製のひな型を定義する方法が説明されています。
37394 \end_layout
37395
37396 \begin_layout Section
37397 子文書
37398 \begin_inset CommandInset label
37399 LatexCommand label
37400 name "sec:子文書"
37401
37402 \end_inset
37403
37404
37405 \begin_inset Index idx
37406 status collapsed
37407
37408 \begin_layout Plain Layout
37409 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37410 \end_layout
37411
37412 \end_inset
37413
37414
37415 \begin_inset Index idx
37416 status collapsed
37417
37418 \begin_layout Plain Layout
37419 ふぁいる@ファイル ! いんくるーど@インクルード
37420 \end_layout
37421
37422 \end_inset
37423
37424
37425 \end_layout
37426
37427 \begin_layout Standard
37428 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
37429 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
37430 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
37431 \end_layout
37432
37433 \begin_layout Standard
37434 親文書を開くことなく子文書で作業できるようにするには、子文書の
37435 \family sans
37436 文書
37437 \family default
37438 \SpecialChar \menuseparator
37439
37440 \family sans
37441 設定
37442 \family default
37443 \SpecialChar \menuseparator
37444
37445 \family sans
37446 文書クラス
37447 \family default
37448 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
37449 \end_layout
37450
37451 \begin_layout Standard
37452 取り込んだ文書は、LyX中で
37453 \begin_inset Graphics
37454         filename clipart/ChildDocumentQt4.png
37455         scale 85
37456         scaleBeforeRotation
37457
37458 \end_inset
37459
37460 のようなボックスとして表示されます。子文書を親文書に取り込むには、
37461 \family sans
37462 挿入
37463 \family default
37464 \SpecialChar \menuseparator
37465
37466 \family sans
37467 ファイル
37468 \family default
37469 \SpecialChar \menuseparator
37470
37471 \family sans
37472 子文書
37473 \family default
37474 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
37475 \end_layout
37476
37477 \begin_layout Description
37478 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
37479 \family sans
37480 子文書
37481 \family default
37482 ダイアログの
37483 \family sans
37484 編集
37485 \family default
37486 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
37487 \begin_inset Newline newline
37488 \end_inset
37489
37490
37491 \end_layout
37492
37493 \begin_layout Standard
37494 以下は、
37495 \family sans
37496 Include
37497 \family default
37498 を使用して挿入した子文書です。 
37499 \begin_inset CommandInset include
37500 LatexCommand include
37501 filename "DummyDocument1.lyx"
37502
37503 \end_inset
37504
37505
37506 \end_layout
37507
37508 \begin_layout Standard
37509 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
37510 あります。取り込んだ文書のラベルは、第
37511 \begin_inset CommandInset ref
37512 LatexCommand ref
37513 reference "sub:外部文書の第1小節"
37514
37515 \end_inset
37516
37517 小節、のように参照することができます。
37518 \end_layout
37519
37520 \begin_layout Standard
37521 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
37522 は、新規頁から始まるように挿入され、改頁して終わります。
37523 \end_layout
37524
37525 \begin_layout Standard
37526 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
37527 \begin_inset Foot
37528 status open
37529
37530 \begin_layout Plain Layout
37531 派生枝は、LyX
37532 \emph on
37533 ユーザーの手引き
37534 \emph default
37535
37536 \emph on
37537 派生枝
37538 \emph default
37539 の節に説明されています。
37540 \end_layout
37541
37542 \end_inset
37543
37544 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \begin_inset Note Greyedout
37549 status open
37550
37551 \begin_layout Plain Layout
37552
37553 \series bold
37554 【註】
37555 \series default
37556 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
37557 \series bold
37558
37559 \backslash
37560 includeonly
37561 \series default
37562 を使用することはできません。
37563 \end_layout
37564
37565 \end_inset
37566
37567
37568 \end_layout
37569
37570 \begin_layout Standard
37571 \begin_inset Note Greyedout
37572 status open
37573
37574 \begin_layout Plain Layout
37575
37576 \series bold
37577 【註】
37578 \series default
37579 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
37580 警告が発せられます。
37581 \end_layout
37582
37583 \end_inset
37584
37585
37586 \end_layout
37587
37588 \begin_layout Description
37589 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
37590 \end_layout
37591
37592 \begin_deeper
37593 \begin_layout Itemize
37594 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
37595 \end_layout
37596
37597 \begin_layout Itemize
37598 Inputファイルは、LyX設定の操作性
37599 \family sans
37600 \SpecialChar \menuseparator
37601 表示
37602 \family default
37603 の下にある
37604 \family sans
37605 画像を表示
37606 \family default
37607 を有効にすると、LyX中でプレビューすることができます。
37608 \end_layout
37609
37610 \begin_layout Itemize
37611 LaTeXコマンドの
37612 \series bold
37613
37614 \backslash
37615 includeonly
37616 \series default
37617 は使用することができません。
37618 \end_layout
37619
37620 \end_deeper
37621 \begin_layout Standard
37622 右は、
37623 \family sans
37624 Input
37625 \family default
37626 を使って挿入した子文書です。 
37627 \begin_inset CommandInset include
37628 LatexCommand input
37629 filename "DummyDocument2.lyx"
37630
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \begin_layout Description
37637 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
37638 に用いられているコマンドは実行されません。
37639 \family sans
37640 出力の空白に印付けをする
37641 \family default
37642 オプションを有効にすると、ソースコード中のすべての空白文字に「
37643 \begin_inset ERT
37644 status collapsed
37645
37646 \begin_layout Plain Layout
37647
37648
37649 \backslash
37650 textvisiblespace 
37651 \end_layout
37652
37653 \end_inset
37654
37655 」文字を表示させることができます。
37656 \family sans
37657 挿入\SpecialChar \menuseparator
37658 ファイル\SpecialChar \menuseparator
37659 平文
37660 \family default
37661 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
37662 \end_layout
37663
37664 \begin_layout Standard
37665 以下は、verbatimとして挿入された子文書です。 
37666 \begin_inset CommandInset include
37667 LatexCommand verbatiminput
37668 filename "../DummyTextDocument.txt"
37669
37670 \end_inset
37671
37672
37673 \begin_inset VSpace bigskip
37674 \end_inset
37675
37676 以下は、
37677 \family sans
37678 出力の空白に印付けをする
37679 \family default
37680 オプションを指定して、verbatimとして挿入された子文書です。 
37681 \begin_inset CommandInset include
37682 LatexCommand verbatiminput*
37683 filename "../DummyTextDocument.txt"
37684
37685 \end_inset
37686
37687
37688 \end_layout
37689
37690 \begin_layout Standard
37691 \begin_inset VSpace bigskip
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \begin_layout Standard
37698 \begin_inset Note Greyedout
37699 status open
37700
37701 \begin_layout Plain Layout
37702
37703 \series bold
37704 【註】
37705 \series default
37706 上記の例でわかるように、
37707 \family sans
37708 verbatim
37709 \family default
37710 として取り込んだ文書の文章は、文書行の終わりで改行されません。
37711 \end_layout
37712
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \begin_layout Standard
37719 \begin_inset Note Greyedout
37720 status open
37721
37722 \begin_layout Plain Layout
37723
37724 \series bold
37725 【訳註】
37726 \series default
37727 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \end_layout
37734
37735 \begin_layout Description
37736 プログラムリスト この型については、第
37737 \begin_inset CommandInset ref
37738 LatexCommand ref
37739 reference "cha:プログラムコードリスト"
37740
37741 \end_inset
37742
37743 章に説明されています。
37744 \end_layout
37745
37746 \begin_layout Standard
37747 \begin_inset Note Greyedout
37748 status open
37749
37750 \begin_layout Plain Layout
37751
37752 \series bold
37753 【註】
37754 \series default
37755 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37756 \end_layout
37757
37758 \end_inset
37759
37760
37761 \end_layout
37762
37763 \begin_layout Chapter
37764 プログラムコードリスト
37765 \begin_inset CommandInset label
37766 LatexCommand label
37767 name "cha:プログラムコードリスト"
37768
37769 \end_inset
37770
37771
37772 \begin_inset Index idx
37773 status collapsed
37774
37775 \begin_layout Plain Layout
37776 りすと@リスト
37777 \end_layout
37778
37779 \end_inset
37780
37781
37782 \begin_inset Index idx
37783 status collapsed
37784
37785 \begin_layout Plain Layout
37786 ぷろぐらむこーど@プログラムコード
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \begin_inset Index idx
37793 status collapsed
37794
37795 \begin_layout Plain Layout
37796 ふろーと@フロート ! りすと@リスト
37797 \end_layout
37798
37799 \end_inset
37800
37801
37802 \end_layout
37803
37804 \begin_layout Standard
37805 プログラムコードを取り込んで組版するには、
37806 \family sans
37807 挿入
37808 \family default
37809 \SpecialChar \menuseparator
37810
37811 \family sans
37812 プログラムリスト
37813 \family default
37814 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37815 \series bold
37816 listings
37817 \series default
37818
37819 \begin_inset Index idx
37820 status collapsed
37821
37822 \begin_layout Plain Layout
37823 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37824 \end_layout
37825
37826 \end_inset
37827
37828 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37829 \end_layout
37830
37831 \begin_layout Standard
37832 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37833 \end_layout
37834
37835 \begin_layout Standard
37836 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37837 \family sans
37838 行内リスト
37839 \family default
37840 を指定すると、リストは
37841 \begin_inset listings
37842 lstparams "language={C++}"
37843 inline true
37844 status collapsed
37845
37846 \begin_layout Plain Layout
37847
37848 int a=5;
37849 \end_layout
37850
37851 \end_inset
37852
37853 のように行内に印字されます。
37854 \begin_inset Newline newline
37855 \end_inset
37856
37857
37858 \family sans
37859 フロート
37860 \family default
37861 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37862 \begin_inset CommandInset ref
37863 LatexCommand ref
37864 reference "sec:フロートの配置"
37865
37866 \end_inset
37867
37868 節に説明されているフロート配置オプションに従って、「
37869 \family sans
37870 h
37871 \family default
37872 」「
37873 \family sans
37874 t
37875 \family default
37876 」「
37877 \family sans
37878 b
37879 \family default
37880 」「
37881 \family sans
37882 p
37883 \family default
37884 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37885 \family sans
37886 htbp
37887 \family default
37888 」のように区切りを入れることなく入力することができます。「
37889 \family sans
37890 h
37891 \family default
37892 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37893 \family sans
37894 フロート
37895 \family default
37896 オプションを使用しなければ大丈夫です。
37897 \end_layout
37898
37899 \begin_layout Standard
37900
37901 \family sans
37902 挿入
37903 \family default
37904 \SpecialChar \menuseparator
37905
37906 \family sans
37907 キャプション
37908 \family default
37909 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37910 \begin_inset CommandInset ref
37911 LatexCommand ref
37912 reference "lst:リストフロート"
37913
37914 \end_inset
37915
37916 のように参照することができます。
37917 \end_layout
37918
37919 \begin_layout Standard
37920 \begin_inset listings
37921 lstparams "language=Python"
37922 inline false
37923 status open
37924
37925 \begin_layout Plain Layout
37926
37927 \begin_inset Caption
37928
37929 \begin_layout Plain Layout
37930 \begin_inset CommandInset label
37931 LatexCommand label
37932 name "lst:リストフロート"
37933
37934 \end_inset
37935
37936 Example Listing Float
37937 \end_layout
37938
37939 \end_inset
37940
37941 # Example listing float
37942 \end_layout
37943
37944 \begin_layout Plain Layout
37945
37946 def func(param):
37947 \end_layout
37948
37949 \begin_layout Plain Layout
37950
37951     'this is a python function'
37952 \end_layout
37953
37954 \begin_layout Plain Layout
37955
37956     pass
37957 \end_layout
37958
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \begin_layout Standard
37965 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37966 onのキーワード「def」が識別され、ボールド体で出力されます。
37967 \end_layout
37968
37969 \begin_layout Standard
37970 \begin_inset Note Greyedout
37971 status open
37972
37973 \begin_layout Plain Layout
37974
37975 \series bold
37976 【註】
37977 \series default
37978 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37979 \family typewriter
37980 typewriter
37981 \family default
37982 フォントがボールド体を提供していません。この場合には、
37983 \family sans
37984 文書
37985 \family default
37986 \SpecialChar \menuseparator
37987
37988 \family sans
37989 設定
37990 \family default
37991 \SpecialChar \menuseparator
37992
37993 \family sans
37994 フォント
37995 \family default
37996 メニューで別のフォントを選択してください(
37997 \emph on
37998 LuxiMono
37999 \emph default
38000
38001 \emph on
38002 BeraMono
38003 \emph default
38004
38005 \emph on
38006 Courier
38007 \emph default
38008 の各フォントはボールド体を提供します)。
38009 \end_layout
38010
38011 \end_inset
38012
38013
38014 \end_layout
38015
38016 \begin_layout Standard
38017 \begin_inset Note Greyedout
38018 status open
38019
38020 \begin_layout Plain Layout
38021
38022 \series bold
38023 【訳註】
38024 \series default
38025 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
38026 \end_layout
38027
38028 \end_inset
38029
38030
38031 \end_layout
38032
38033 \begin_layout Standard
38034 プログラムリストダイアログの
38035 \family sans
38036 行番号
38037 \family default
38038 のセクションでは、行番号の様式を指定することができます。
38039 \family sans
38040 行間
38041 \family default
38042 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
38043 \end_layout
38044
38045 \begin_layout Standard
38046 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
38047 \family sans
38048 拡張文字コード表を使う
38049 \family default
38050 オプションを使用しなくてはなりません。
38051 \begin_inset Newline newline
38052 \end_inset
38053
38054 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38055 \begin_inset space \thinspace{}
38056 \end_inset
38057
38058 -
38059 \begin_inset space \thinspace{}
38060 \end_inset
38061
38062 8」で設定したプログラムリストの例です。
38063 \end_layout
38064
38065 \begin_layout Standard
38066 \begin_inset listings
38067 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38068 inline false
38069 status open
38070
38071 \begin_layout Plain Layout
38072
38073 def func(param):
38074 \end_layout
38075
38076 \begin_layout Plain Layout
38077
38078     'this is a python function'
38079 \end_layout
38080
38081 \begin_layout Plain Layout
38082
38083     pass
38084 \end_layout
38085
38086 \begin_layout Plain Layout
38087
38088 def func(param):
38089 \end_layout
38090
38091 \begin_layout Plain Layout
38092
38093 'This is a German word: Tschüß'
38094 \end_layout
38095
38096 \begin_layout Plain Layout
38097
38098 pass
38099 \end_layout
38100
38101 \begin_layout Plain Layout
38102
38103 def func(param):
38104 \end_layout
38105
38106 \begin_layout Plain Layout
38107
38108 'this is a python function'
38109 \end_layout
38110
38111 \begin_layout Plain Layout
38112
38113 pass
38114 \end_layout
38115
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \begin_layout Standard
38122 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
38123 \family sans
38124 タビュレータの大きさ
38125 \family default
38126 フィールドで指定することができます。
38127 \end_layout
38128
38129 \begin_layout Standard
38130 \begin_inset Note Greyedout
38131 status open
38132
38133 \begin_layout Plain Layout
38134
38135 \series bold
38136 【註】listings
38137 \series default
38138 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
38139 に振られているのはこのためです。
38140 \end_layout
38141
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Standard
38148 \begin_inset VSpace bigskip
38149 \end_inset
38150
38151
38152 \end_layout
38153
38154 \begin_layout Standard
38155 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
38156 \family sans
38157 挿入
38158 \family default
38159 \SpecialChar \menuseparator
38160
38161 \family sans
38162 ファイル
38163 \family default
38164 \SpecialChar \menuseparator
38165
38166 \family sans
38167 子文書
38168 \family default
38169 メニューを使用して
38170 \family sans
38171 プログラムリスト
38172 \family default
38173 型を選択してください
38174 \begin_inset Foot
38175 status collapsed
38176
38177 \begin_layout Plain Layout
38178 他の子文書型については、第 section
38179 \begin_inset space ~
38180 \end_inset
38181
38182
38183 \begin_inset CommandInset ref
38184 LatexCommand ref
38185 reference "sec:子文書"
38186
38187 \end_inset
38188
38189 節に説明があります。
38190 \end_layout
38191
38192 \end_inset
38193
38194 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
38195 疑問符「?」を打鍵してください。
38196 \end_layout
38197
38198 \begin_layout Standard
38199 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
38200 \family sans
38201 挿入
38202 \family default
38203 \SpecialChar \menuseparator
38204
38205 \family sans
38206 相互参照
38207 \family default
38208 メニューを使って参照できるようになります。
38209 \end_layout
38210
38211 \begin_layout Standard
38212 プログラムリスト
38213 \begin_inset CommandInset ref
38214 LatexCommand ref
38215 reference "lst:file-listing"
38216
38217 \end_inset
38218
38219 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
38220 \end_layout
38221
38222 \begin_layout Standard
38223 \begin_inset CommandInset include
38224 LatexCommand lstinputlisting
38225 filename "EmbeddedObjects.lyx"
38226 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38227
38228 \end_inset
38229
38230
38231 \end_layout
38232
38233 \begin_layout Standard
38234 \begin_inset VSpace bigskip
38235 \end_inset
38236
38237
38238 \end_layout
38239
38240 \begin_layout Standard
38241 リストに数式を入れるには、以下のようにします。
38242 \end_layout
38243
38244 \begin_layout Enumerate
38245 リストダイアログを開き、
38246 \family sans
38247 詳細
38248 \family default
38249 タブのフィールド中に
38250 \begin_inset Newline newline
38251 \end_inset
38252
38253
38254 \family sans
38255 mathescape=true
38256 \family default
38257
38258 \begin_inset Newline newline
38259 \end_inset
38260
38261 と書き加えます。
38262 \end_layout
38263
38264 \begin_layout Enumerate
38265 リスト外で数式を作成します。
38266 \end_layout
38267
38268 \begin_layout Enumerate
38269 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38270 \begin_inset Info
38271 type  "shortcut"
38272 arg   "copy"
38273 \end_inset
38274
38275 )。
38276 \end_layout
38277
38278 \begin_layout Enumerate
38279 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38280 \begin_inset Info
38281 type  "shortcut"
38282 arg   "paste"
38283 \end_inset
38284
38285 )。
38286 \end_layout
38287
38288 \begin_layout Standard
38289 \begin_inset listings
38290 lstparams "language=Python,mathescape=true"
38291 inline false
38292 status open
38293
38294 \begin_layout Plain Layout
38295
38296 \begin_inset Caption
38297
38298 \begin_layout Plain Layout
38299 Example Listing float containing a formula
38300 \end_layout
38301
38302 \end_inset
38303
38304 # Example listing float
38305 \end_layout
38306
38307 \begin_layout Plain Layout
38308
38309 def func(param):
38310 \end_layout
38311
38312 \begin_layout Plain Layout
38313
38314     # $
38315 \backslash
38316 prod_{n=1}^{
38317 \backslash
38318 infty}
38319 \backslash
38320 ,
38321 \backslash
38322 frac{1}{x^{2}}$
38323 \end_layout
38324
38325 \begin_layout Plain Layout
38326
38327     pass
38328 \end_layout
38329
38330 \end_inset
38331
38332
38333 \end_layout
38334
38335 \begin_layout Standard
38336 \begin_inset VSpace bigskip
38337 \end_inset
38338
38339
38340 \end_layout
38341
38342 \begin_layout Standard
38343 大域的なプログラムリストの設定は、
38344 \family sans
38345 文書
38346 \family default
38347 \SpecialChar \menuseparator
38348
38349 \family sans
38350 設定
38351 \family default
38352 \SpecialChar \menuseparator
38353
38354 \family sans
38355 リスト
38356 \family default
38357 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
38358 \family sans
38359 プログラムリスト設定
38360 \family default
38361 フィールドで疑問符「?」を打鍵してください。
38362 \end_layout
38363
38364 \begin_layout Standard
38365
38366 \series bold
38367 listings
38368 \series default
38369 パッケージについての詳しい情報については、取扱説明書
38370 \begin_inset CommandInset citation
38371 LatexCommand cite
38372 key "listings"
38373
38374 \end_inset
38375
38376 をご参照ください。.
38377 \end_layout
38378
38379 \begin_layout Standard
38380 \begin_inset Newpage newpage
38381 \end_inset
38382
38383
38384 \end_layout
38385
38386 \begin_layout Chapter
38387 \start_of_appendix
38388 LyXで使用できる単位
38389 \begin_inset Index idx
38390 status collapsed
38391
38392 \begin_layout Plain Layout
38393 たんい@単位
38394 \end_layout
38395
38396 \end_inset
38397
38398
38399 \begin_inset CommandInset label
38400 LatexCommand label
38401 name "cha:LyXで使用できる単位"
38402
38403 \end_inset
38404
38405
38406 \end_layout
38407
38408 \begin_layout Standard
38409 この文書で用いられる単位の理解のために、表
38410 \begin_inset CommandInset ref
38411 LatexCommand ref
38412 reference "tab:単位"
38413
38414 \end_inset
38415
38416 に、LyXで使うことのできる単位をまとめておきます。
38417 \end_layout
38418
38419 \begin_layout Standard
38420 \begin_inset Float table
38421 placement h
38422 wide false
38423 sideways false
38424 status open
38425
38426 \begin_layout Plain Layout
38427 \begin_inset Caption
38428
38429 \begin_layout Plain Layout
38430 \begin_inset CommandInset label
38431 LatexCommand label
38432 name "tab:単位"
38433
38434 \end_inset
38435
38436 単位
38437 \end_layout
38438
38439 \end_inset
38440
38441
38442 \end_layout
38443
38444 \begin_layout Plain Layout
38445 \begin_inset VSpace medskip
38446 \end_inset
38447
38448
38449 \end_layout
38450
38451 \begin_layout Plain Layout
38452 \align center
38453 \begin_inset Tabular
38454 <lyxtabular version="3" rows="20" columns="2">
38455 <features tabularvalignment="middle">
38456 <column alignment="center" valignment="top" width="0">
38457 <column alignment="center" valignment="top" width="0">
38458 <row>
38459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38460 \begin_inset Text
38461
38462 \begin_layout Plain Layout
38463 単位
38464 \end_layout
38465
38466 \end_inset
38467 </cell>
38468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38469 \begin_inset Text
38470
38471 \begin_layout Plain Layout
38472 名称/摘要
38473 \end_layout
38474
38475 \end_inset
38476 </cell>
38477 </row>
38478 <row>
38479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38480 \begin_inset Text
38481
38482 \begin_layout Plain Layout
38483 mm
38484 \end_layout
38485
38486 \end_inset
38487 </cell>
38488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38489 \begin_inset Text
38490
38491 \begin_layout Plain Layout
38492 ミリメートル
38493 \end_layout
38494
38495 \end_inset
38496 </cell>
38497 </row>
38498 <row>
38499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38500 \begin_inset Text
38501
38502 \begin_layout Plain Layout
38503 cm
38504 \end_layout
38505
38506 \end_inset
38507 </cell>
38508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38509 \begin_inset Text
38510
38511 \begin_layout Plain Layout
38512 センチメートル
38513 \end_layout
38514
38515 \end_inset
38516 </cell>
38517 </row>
38518 <row>
38519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523 in
38524 \end_layout
38525
38526 \end_inset
38527 </cell>
38528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38529 \begin_inset Text
38530
38531 \begin_layout Plain Layout
38532 インチ
38533 \end_layout
38534
38535 \end_inset
38536 </cell>
38537 </row>
38538 <row>
38539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38540 \begin_inset Text
38541
38542 \begin_layout Plain Layout
38543 pt
38544 \end_layout
38545
38546 \end_inset
38547 </cell>
38548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38549 \begin_inset Text
38550
38551 \begin_layout Plain Layout
38552 ポイント (72.27
38553 \begin_inset Formula $\,$
38554 \end_inset
38555
38556 pt = 1
38557 \begin_inset Formula $\,$
38558 \end_inset
38559
38560 in)
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 </row>
38566 <row>
38567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38568 \begin_inset Text
38569
38570 \begin_layout Plain Layout
38571 pc
38572 \end_layout
38573
38574 \end_inset
38575 </cell>
38576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38577 \begin_inset Text
38578
38579 \begin_layout Plain Layout
38580 パイカ (1
38581 \begin_inset Formula $\,$
38582 \end_inset
38583
38584 pc = 12
38585 \begin_inset Formula $\,$
38586 \end_inset
38587
38588 pt)
38589 \end_layout
38590
38591 \end_inset
38592 </cell>
38593 </row>
38594 <row>
38595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38596 \begin_inset Text
38597
38598 \begin_layout Plain Layout
38599 sp
38600 \end_layout
38601
38602 \end_inset
38603 </cell>
38604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38605 \begin_inset Text
38606
38607 \begin_layout Plain Layout
38608 スケールポイント (65536
38609 \begin_inset Formula $\,$
38610 \end_inset
38611
38612 sp = 1
38613 \begin_inset Formula $\,$
38614 \end_inset
38615
38616 pt)
38617 \end_layout
38618
38619 \end_inset
38620 </cell>
38621 </row>
38622 <row>
38623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38624 \begin_inset Text
38625
38626 \begin_layout Plain Layout
38627 bp
38628 \end_layout
38629
38630 \end_inset
38631 </cell>
38632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38633 \begin_inset Text
38634
38635 \begin_layout Plain Layout
38636 ビッグポイント (72
38637 \begin_inset Formula $\,$
38638 \end_inset
38639
38640 bp = 1
38641 \begin_inset Formula $\,$
38642 \end_inset
38643
38644 in)
38645 \end_layout
38646
38647 \end_inset
38648 </cell>
38649 </row>
38650 <row>
38651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655 dd
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38661 \begin_inset Text
38662
38663 \begin_layout Plain Layout
38664 ディドー (72
38665 \begin_inset Formula $\,$
38666 \end_inset
38667
38668 dd 
38669 \begin_inset Formula $\approx$
38670 \end_inset
38671
38672  37.6
38673 \begin_inset Formula $\,$
38674 \end_inset
38675
38676 mm)
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 </row>
38682 <row>
38683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38684 \begin_inset Text
38685
38686 \begin_layout Plain Layout
38687 cc
38688 \end_layout
38689
38690 \end_inset
38691 </cell>
38692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38693 \begin_inset Text
38694
38695 \begin_layout Plain Layout
38696 シセロ (1
38697 \begin_inset Formula $\,$
38698 \end_inset
38699
38700 cc = 12
38701 \begin_inset Formula $\,$
38702 \end_inset
38703
38704 dd)
38705 \end_layout
38706
38707 \end_inset
38708 </cell>
38709 </row>
38710 <row>
38711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38712 \begin_inset Text
38713
38714 \begin_layout Plain Layout
38715 Scale%
38716 \end_layout
38717
38718 \end_inset
38719 </cell>
38720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38721 \begin_inset Text
38722
38723 \begin_layout Plain Layout
38724 元の画像幅の%
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 </row>
38730 <row>
38731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38732 \begin_inset Text
38733
38734 \begin_layout Plain Layout
38735 text%
38736 \end_layout
38737
38738 \end_inset
38739 </cell>
38740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38741 \begin_inset Text
38742
38743 \begin_layout Plain Layout
38744 テキスト幅の%
38745 \end_layout
38746
38747 \end_inset
38748 </cell>
38749 </row>
38750 <row>
38751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38752 \begin_inset Text
38753
38754 \begin_layout Plain Layout
38755 col%
38756 \end_layout
38757
38758 \end_inset
38759 </cell>
38760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38761 \begin_inset Text
38762
38763 \begin_layout Plain Layout
38764 組段幅の%
38765 \end_layout
38766
38767 \end_inset
38768 </cell>
38769 </row>
38770 <row>
38771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38772 \begin_inset Text
38773
38774 \begin_layout Plain Layout
38775 page%
38776 \end_layout
38777
38778 \end_inset
38779 </cell>
38780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38781 \begin_inset Text
38782
38783 \begin_layout Plain Layout
38784 用紙幅の%
38785 \end_layout
38786
38787 \end_inset
38788 </cell>
38789 </row>
38790 <row>
38791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38792 \begin_inset Text
38793
38794 \begin_layout Plain Layout
38795 line%
38796 \end_layout
38797
38798 \end_inset
38799 </cell>
38800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38801 \begin_inset Text
38802
38803 \begin_layout Plain Layout
38804 行幅の%
38805 \end_layout
38806
38807 \end_inset
38808 </cell>
38809 </row>
38810 <row>
38811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38812 \begin_inset Text
38813
38814 \begin_layout Plain Layout
38815 theight%
38816 \end_layout
38817
38818 \end_inset
38819 </cell>
38820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 テキスト高さの%
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 </row>
38830 <row>
38831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38832 \begin_inset Text
38833
38834 \begin_layout Plain Layout
38835 pheight%
38836 \end_layout
38837
38838 \end_inset
38839 </cell>
38840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38841 \begin_inset Text
38842
38843 \begin_layout Plain Layout
38844 用紙高さの%
38845 \end_layout
38846
38847 \end_inset
38848 </cell>
38849 </row>
38850 <row>
38851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38852 \begin_inset Text
38853
38854 \begin_layout Plain Layout
38855 ex
38856 \end_layout
38857
38858 \end_inset
38859 </cell>
38860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38861 \begin_inset Text
38862
38863 \begin_layout Plain Layout
38864 現在のフォントの文字「x」の高さ
38865 \end_layout
38866
38867 \end_inset
38868 </cell>
38869 </row>
38870 <row>
38871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38872 \begin_inset Text
38873
38874 \begin_layout Plain Layout
38875 em
38876 \end_layout
38877
38878 \end_inset
38879 </cell>
38880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38881 \begin_inset Text
38882
38883 \begin_layout Plain Layout
38884 現在のフォントの文字「M」の幅
38885 \end_layout
38886
38887 \end_inset
38888 </cell>
38889 </row>
38890 <row>
38891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38892 \begin_inset Text
38893
38894 \begin_layout Plain Layout
38895 mu
38896 \end_layout
38897
38898 \end_inset
38899 </cell>
38900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38901 \begin_inset Text
38902
38903 \begin_layout Plain Layout
38904 数式単位 (1
38905 \begin_inset Formula $\,$
38906 \end_inset
38907
38908 mu = 1/18
38909 \begin_inset Formula $\,$
38910 \end_inset
38911
38912 em)
38913 \end_layout
38914
38915 \end_inset
38916 </cell>
38917 </row>
38918 </lyxtabular>
38919
38920 \end_inset
38921
38922
38923 \end_layout
38924
38925 \end_inset
38926
38927
38928 \end_layout
38929
38930 \begin_layout Chapter
38931 画像を含む場合のファイル出力形式
38932 \begin_inset CommandInset label
38933 LatexCommand label
38934 name "cha:ファイル出力形式"
38935
38936 \end_inset
38937
38938
38939 \end_layout
38940
38941 \begin_layout Section
38942 DVI
38943 \begin_inset Index idx
38944 status collapsed
38945
38946 \begin_layout Plain Layout
38947 ふぁいるしょしき@ファイル書式 ! DVI
38948 \end_layout
38949
38950 \end_inset
38951
38952
38953 \begin_inset Index idx
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957 DVI|see
38958 \begin_inset ERT
38959 status collapsed
38960
38961 \begin_layout Plain Layout
38962
38963 {
38964 \end_layout
38965
38966 \end_inset
38967
38968 ファイル書式
38969 \begin_inset ERT
38970 status collapsed
38971
38972 \begin_layout Plain Layout
38973
38974 }
38975 \end_layout
38976
38977 \end_inset
38978
38979
38980 \end_layout
38981
38982 \end_inset
38983
38984
38985 \end_layout
38986
38987 \begin_layout Standard
38988 このファイル型の拡張子は「
38989 \family typewriter
38990 .dvi
38991 \family default
38992 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38993 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38994 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38995 \end_layout
38996
38997 \begin_layout Standard
38998 \begin_inset Note Greyedout
38999 status open
39000
39001 \begin_layout Plain Layout
39002 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
39003 \end_layout
39004
39005 \end_inset
39006
39007 ですから、お使いの
39008 \family typewriter
39009 .dvi
39010 \family default
39011 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
39012 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
39013 DFを使用することをお勧めします。
39014 \end_layout
39015
39016 \begin_layout Standard
39017 使用中の文書は、
39018 \family sans
39019 ファイル
39020 \family default
39021 \SpecialChar \menuseparator
39022
39023 \family sans
39024 書き出し
39025 \family default
39026 \SpecialChar \menuseparator
39027
39028 \family sans
39029 DVI
39030 \family default
39031 メニューを使用して、DVIに書き出すことができます。
39032 \lang english
39033 You can view your document as DVI via the 
39034 \family sans
39035 View
39036 \family default
39037  menu.
39038 \end_layout
39039
39040 \begin_layout Section
39041 PostScript
39042 \begin_inset CommandInset label
39043 LatexCommand label
39044 name "sec:PostScript"
39045
39046 \end_inset
39047
39048
39049 \begin_inset Index idx
39050 status collapsed
39051
39052 \begin_layout Plain Layout
39053 ふぁいるしょしき@ファイル書式 ! PostScript
39054 \end_layout
39055
39056 \end_inset
39057
39058
39059 \begin_inset Index idx
39060 status collapsed
39061
39062 \begin_layout Plain Layout
39063 PostScript|see
39064 \begin_inset ERT
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068
39069 {
39070 \end_layout
39071
39072 \end_inset
39073
39074 ファイル書式
39075 \begin_inset ERT
39076 status collapsed
39077
39078 \begin_layout Plain Layout
39079
39080 }
39081 \end_layout
39082
39083 \end_inset
39084
39085
39086 \end_layout
39087
39088 \end_inset
39089
39090
39091 \end_layout
39092
39093 \begin_layout Standard
39094 このファイル型の拡張子は「
39095 \family typewriter
39096 .ps
39097 \family default
39098 」です。PostScriptは、
39099 \family typewriter
39100 Adobe
39101 \family default
39102 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
39103 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
39104 \begin_inset Foot
39105 status collapsed
39106
39107 \begin_layout Plain Layout
39108 これについてもう少し学ぶ気があれば、LaTeXパッケージ
39109 \series bold
39110 PSTricks
39111 \series default
39112
39113 \begin_inset CommandInset citation
39114 LatexCommand cite
39115 key "pstricks"
39116
39117 \end_inset
39118
39119 を見てみてください。
39120 \end_layout
39121
39122 \end_inset
39123
39124 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
39125 \end_layout
39126
39127 \begin_layout Standard
39128 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
39129 \family typewriter
39130 .eps
39131 \family default
39132 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
39133 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
39134 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
39135 を直接EPSとして入れておく方がよいでしょう。
39136 \end_layout
39137
39138 \begin_layout Standard
39139
39140 \lang english
39141 You can export your document to PostScript using the menu 
39142 \family sans
39143 \lang japanese
39144 ファイル
39145 \family default
39146 \SpecialChar \menuseparator
39147
39148 \family sans
39149 書き出し
39150 \family default
39151 \SpecialChar \menuseparator
39152
39153 \family sans
39154 Postscript
39155 \family default
39156 \lang english
39157 .
39158  You can view your document as PostScript via the 
39159 \family sans
39160 View
39161 \family default
39162  menu.
39163 \end_layout
39164
39165 \begin_layout Section
39166 PDF
39167 \begin_inset Index idx
39168 status collapsed
39169
39170 \begin_layout Plain Layout
39171 ふぁいるしょしき@ファイル書式 ! PDF
39172 \end_layout
39173
39174 \end_inset
39175
39176
39177 \begin_inset Index idx
39178 status collapsed
39179
39180 \begin_layout Plain Layout
39181 PDF
39182 \end_layout
39183
39184 \end_inset
39185
39186
39187 \end_layout
39188
39189 \begin_layout Standard
39190 このファイル型の拡張子は「
39191 \family typewriter
39192 .pdf
39193 \family default
39194 」です。この「Portable Document Format (PDF)」は、
39195 \family typewriter
39196 Adobe
39197 \family default
39198 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
39199 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
39200 \end_layout
39201
39202 \begin_layout Standard
39203 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
39204 \family typewriter
39205 .jpg
39206 \family default
39207 」または「
39208 \family typewriter
39209 .jpeg
39210 \family default
39211 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
39212 \family typewriter
39213 .png
39214 \family default
39215 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
39216 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
39217 とをお勧めします。
39218 \end_layout
39219
39220 \begin_layout Standard
39221 使用中の文書は、
39222 \family sans
39223 ファイル
39224 \family default
39225 \SpecialChar \menuseparator
39226
39227 \family sans
39228 書き出し
39229 \family default
39230 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
39231 \end_layout
39232
39233 \begin_layout Description
39234 PDF
39235 \begin_inset space ~
39236 \end_inset
39237
39238 (ps2pdf) これは
39239 \family typewriter
39240 ps2pdf
39241 \family default
39242 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
39243 \family typewriter
39244 dvips
39245 \family default
39246 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
39247 \end_layout
39248
39249 \begin_layout Description
39250 PDF
39251 \begin_inset space ~
39252 \end_inset
39253
39254 (dvipdfm) これは
39255 \family typewriter
39256 dvipdfm
39257 \family default
39258 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
39259 \end_layout
39260
39261 \begin_layout Description
39262 PDF
39263 \begin_inset space ~
39264 \end_inset
39265
39266 (pdflatex) これは
39267 \family typewriter
39268 pdftex
39269 \family default
39270 プログラムを使って、現在のファイルを直接PDFに変換します。
39271 \end_layout
39272
39273 \begin_layout Standard
39274
39275 \family typewriter
39276 pdftex
39277 \family default
39278 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
39279 \family sans
39280 PDF
39281 \begin_inset space ~
39282 \end_inset
39283
39284 (pdflatex)
39285 \family default
39286 を使用することが推奨されます。
39287 \family typewriter
39288 dvipdfm
39289 \family default
39290 プログラムは開発が停止しており、若干時代遅れになっています。
39291 \end_layout
39292
39293 \begin_layout Standard
39294
39295 \lang english
39296 You can view your document as PDF via the 
39297 \family sans
39298 View
39299 \family default
39300  menu or by using a toolbar button.
39301 \end_layout
39302
39303 \begin_layout Chapter
39304
39305 \lang english
39306 List of dvips color names
39307 \begin_inset CommandInset label
39308 LatexCommand label
39309 name "chap:List-of-dvips-colornames"
39310
39311 \end_inset
39312
39313
39314 \end_layout
39315
39316 \begin_layout Standard
39317 \begin_inset Tabular
39318 <lyxtabular version="3" rows="17" columns="4">
39319 <features tabularvalignment="middle">
39320 <column alignment="left" valignment="top" width="0pt">
39321 <column alignment="left" valignment="top" width="0pt">
39322 <column alignment="left" valignment="top" width="0pt">
39323 <column alignment="left" valignment="top" width="0pt">
39324 <row>
39325 <cell alignment="left" valignment="top" usebox="none">
39326 \begin_inset Text
39327
39328 \begin_layout Plain Layout
39329 \begin_inset ERT
39330 status collapsed
39331
39332 \begin_layout Plain Layout
39333
39334
39335 \backslash
39336 fcolorbox{black}{
39337 \end_layout
39338
39339 \end_inset
39340
39341 white
39342 \begin_inset ERT
39343 status collapsed
39344
39345 \begin_layout Plain Layout
39346
39347 }{
39348 \end_layout
39349
39350 \end_inset
39351
39352
39353 \lang english
39354 Color
39355 \lang japanese
39356
39357 \begin_inset ERT
39358 status collapsed
39359
39360 \begin_layout Plain Layout
39361
39362 }
39363 \end_layout
39364
39365 \end_inset
39366
39367  
39368 \lang english
39369 Color name
39370 \end_layout
39371
39372 \end_inset
39373 </cell>
39374 <cell alignment="left" valignment="top" usebox="none">
39375 \begin_inset Text
39376
39377 \begin_layout Plain Layout
39378 \begin_inset ERT
39379 status collapsed
39380
39381 \begin_layout Plain Layout
39382
39383
39384 \backslash
39385 fcolorbox{black}{
39386 \end_layout
39387
39388 \end_inset
39389
39390 white
39391 \begin_inset ERT
39392 status collapsed
39393
39394 \begin_layout Plain Layout
39395
39396 }{
39397 \end_layout
39398
39399 \end_inset
39400
39401
39402 \lang english
39403 Color
39404 \lang japanese
39405
39406 \begin_inset ERT
39407 status collapsed
39408
39409 \begin_layout Plain Layout
39410
39411 }
39412 \end_layout
39413
39414 \end_inset
39415
39416  
39417 \lang english
39418 Color name
39419 \end_layout
39420
39421 \end_inset
39422 </cell>
39423 <cell alignment="left" valignment="top" usebox="none">
39424 \begin_inset Text
39425
39426 \begin_layout Plain Layout
39427 \begin_inset ERT
39428 status collapsed
39429
39430 \begin_layout Plain Layout
39431
39432
39433 \backslash
39434 fcolorbox{black}{
39435 \end_layout
39436
39437 \end_inset
39438
39439 white
39440 \begin_inset ERT
39441 status collapsed
39442
39443 \begin_layout Plain Layout
39444
39445 }{
39446 \end_layout
39447
39448 \end_inset
39449
39450
39451 \lang english
39452 Color
39453 \lang japanese
39454
39455 \begin_inset ERT
39456 status collapsed
39457
39458 \begin_layout Plain Layout
39459
39460 }
39461 \end_layout
39462
39463 \end_inset
39464
39465  
39466 \lang english
39467 Color name
39468 \end_layout
39469
39470 \end_inset
39471 </cell>
39472 <cell alignment="left" valignment="top" usebox="none">
39473 \begin_inset Text
39474
39475 \begin_layout Plain Layout
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481
39482 \backslash
39483 fcolorbox{black}{
39484 \end_layout
39485
39486 \end_inset
39487
39488 white
39489 \begin_inset ERT
39490 status collapsed
39491
39492 \begin_layout Plain Layout
39493
39494 }{
39495 \end_layout
39496
39497 \end_inset
39498
39499
39500 \lang english
39501 Color
39502 \lang japanese
39503
39504 \begin_inset ERT
39505 status collapsed
39506
39507 \begin_layout Plain Layout
39508
39509 }
39510 \end_layout
39511
39512 \end_inset
39513
39514  
39515 \lang english
39516 Color name
39517 \end_layout
39518
39519 \end_inset
39520 </cell>
39521 </row>
39522 <row>
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 Apricot
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  Apricot
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 Aquamarine
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  Aquamarine
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 Bittersweet
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  Bittersweet
39678 \end_layout
39679
39680 \end_inset
39681 </cell>
39682 <cell alignment="center" valignment="top" usebox="none">
39683 \begin_inset Text
39684
39685 \begin_layout Plain Layout
39686 \begin_inset ERT
39687 status collapsed
39688
39689 \begin_layout Plain Layout
39690
39691
39692 \backslash
39693 fcolorbox{black}{
39694 \end_layout
39695
39696 \end_inset
39697
39698 BlueGreen
39699 \begin_inset ERT
39700 status collapsed
39701
39702 \begin_layout Plain Layout
39703
39704 }{
39705 \end_layout
39706
39707 \end_inset
39708
39709
39710 \begin_inset Phantom Phantom
39711 status open
39712
39713 \begin_layout Plain Layout
39714 W
39715 \end_layout
39716
39717 \end_inset
39718
39719
39720 \begin_inset ERT
39721 status collapsed
39722
39723 \begin_layout Plain Layout
39724
39725 }
39726 \end_layout
39727
39728 \end_inset
39729
39730  BlueGreen
39731 \end_layout
39732
39733 \end_inset
39734 </cell>
39735 </row>
39736 <row>
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 BlueViolet
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  BlueViolet
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 BrickRed
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  BrickRed
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 Brown
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  Brown
39892 \end_layout
39893
39894 \end_inset
39895 </cell>
39896 <cell alignment="left" valignment="top" usebox="none">
39897 \begin_inset Text
39898
39899 \begin_layout Plain Layout
39900 \begin_inset ERT
39901 status collapsed
39902
39903 \begin_layout Plain Layout
39904
39905
39906 \backslash
39907 fcolorbox{black}{
39908 \end_layout
39909
39910 \end_inset
39911
39912 BurntOrange
39913 \begin_inset ERT
39914 status collapsed
39915
39916 \begin_layout Plain Layout
39917
39918 }{
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \begin_inset Phantom Phantom
39925 status open
39926
39927 \begin_layout Plain Layout
39928 W
39929 \end_layout
39930
39931 \end_inset
39932
39933
39934 \begin_inset ERT
39935 status collapsed
39936
39937 \begin_layout Plain Layout
39938
39939 }
39940 \end_layout
39941
39942 \end_inset
39943
39944  BurntOrange
39945 \end_layout
39946
39947 \end_inset
39948 </cell>
39949 </row>
39950 <row>
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 CadetBlue
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  CadetBlue
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 CarnationPink
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  CarnationPink
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 Cerulean
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  Cerulean
40106 \end_layout
40107
40108 \end_inset
40109 </cell>
40110 <cell alignment="left" valignment="top" usebox="none">
40111 \begin_inset Text
40112
40113 \begin_layout Plain Layout
40114 \begin_inset ERT
40115 status collapsed
40116
40117 \begin_layout Plain Layout
40118
40119
40120 \backslash
40121 fcolorbox{black}{
40122 \end_layout
40123
40124 \end_inset
40125
40126 CornflowerBlue
40127 \begin_inset ERT
40128 status collapsed
40129
40130 \begin_layout Plain Layout
40131
40132 }{
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \begin_inset Phantom Phantom
40139 status open
40140
40141 \begin_layout Plain Layout
40142 W
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \begin_inset ERT
40149 status collapsed
40150
40151 \begin_layout Plain Layout
40152
40153 }
40154 \end_layout
40155
40156 \end_inset
40157
40158  CornflowerBlue
40159 \end_layout
40160
40161 \end_inset
40162 </cell>
40163 </row>
40164 <row>
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 Dandelion
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  Dandelion
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 DarkOrchid
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  DarkOrchid
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 Emerald
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  Emerald
40320 \end_layout
40321
40322 \end_inset
40323 </cell>
40324 <cell alignment="left" valignment="top" usebox="none">
40325 \begin_inset Text
40326
40327 \begin_layout Plain Layout
40328 \begin_inset ERT
40329 status collapsed
40330
40331 \begin_layout Plain Layout
40332
40333
40334 \backslash
40335 fcolorbox{black}{
40336 \end_layout
40337
40338 \end_inset
40339
40340 ForestGreen
40341 \begin_inset ERT
40342 status collapsed
40343
40344 \begin_layout Plain Layout
40345
40346 }{
40347 \end_layout
40348
40349 \end_inset
40350
40351
40352 \begin_inset Phantom Phantom
40353 status open
40354
40355 \begin_layout Plain Layout
40356 W
40357 \end_layout
40358
40359 \end_inset
40360
40361
40362 \begin_inset ERT
40363 status collapsed
40364
40365 \begin_layout Plain Layout
40366
40367 }
40368 \end_layout
40369
40370 \end_inset
40371
40372  ForestGreen
40373 \end_layout
40374
40375 \end_inset
40376 </cell>
40377 </row>
40378 <row>
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 Fuchsia
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  Fuchsia
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 Goldenrod
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  Goldenrod
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 Gray
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  Gray
40534 \end_layout
40535
40536 \end_inset
40537 </cell>
40538 <cell alignment="left" valignment="top" usebox="none">
40539 \begin_inset Text
40540
40541 \begin_layout Plain Layout
40542 \begin_inset ERT
40543 status collapsed
40544
40545 \begin_layout Plain Layout
40546
40547
40548 \backslash
40549 fcolorbox{black}{
40550 \end_layout
40551
40552 \end_inset
40553
40554 GreenYellow
40555 \begin_inset ERT
40556 status collapsed
40557
40558 \begin_layout Plain Layout
40559
40560 }{
40561 \end_layout
40562
40563 \end_inset
40564
40565
40566 \begin_inset Phantom Phantom
40567 status open
40568
40569 \begin_layout Plain Layout
40570 W
40571 \end_layout
40572
40573 \end_inset
40574
40575
40576 \begin_inset ERT
40577 status collapsed
40578
40579 \begin_layout Plain Layout
40580
40581 }
40582 \end_layout
40583
40584 \end_inset
40585
40586  GreenYellow
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 </row>
40592 <row>
40593 <cell alignment="center" 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 JungleGreen
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  JungleGreen
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="center" 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 Lavender
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  Lavender
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 <cell alignment="center" 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 LimeGreen
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  LimeGreen
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 <cell alignment="center" valignment="top" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 \begin_inset ERT
40757 status collapsed
40758
40759 \begin_layout Plain Layout
40760
40761
40762 \backslash
40763 fcolorbox{black}{
40764 \end_layout
40765
40766 \end_inset
40767
40768 Mahogany
40769 \begin_inset ERT
40770 status collapsed
40771
40772 \begin_layout Plain Layout
40773
40774 }{
40775 \end_layout
40776
40777 \end_inset
40778
40779
40780 \begin_inset Phantom Phantom
40781 status open
40782
40783 \begin_layout Plain Layout
40784 W
40785 \end_layout
40786
40787 \end_inset
40788
40789
40790 \begin_inset ERT
40791 status collapsed
40792
40793 \begin_layout Plain Layout
40794
40795 }
40796 \end_layout
40797
40798 \end_inset
40799
40800  Mahogany
40801 \end_layout
40802
40803 \end_inset
40804 </cell>
40805 </row>
40806 <row>
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 Mahogany
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  Mahogany
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 Maroon
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  Maroon
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 Melon
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  Melon
40962 \end_layout
40963
40964 \end_inset
40965 </cell>
40966 <cell alignment="left" valignment="top" usebox="none">
40967 \begin_inset Text
40968
40969 \begin_layout Plain Layout
40970 \begin_inset ERT
40971 status collapsed
40972
40973 \begin_layout Plain Layout
40974
40975
40976 \backslash
40977 fcolorbox{black}{
40978 \end_layout
40979
40980 \end_inset
40981
40982 MidnightBlue
40983 \begin_inset ERT
40984 status collapsed
40985
40986 \begin_layout Plain Layout
40987
40988 }{
40989 \end_layout
40990
40991 \end_inset
40992
40993
40994 \begin_inset Phantom Phantom
40995 status open
40996
40997 \begin_layout Plain Layout
40998 W
40999 \end_layout
41000
41001 \end_inset
41002
41003
41004 \begin_inset ERT
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008
41009 }
41010 \end_layout
41011
41012 \end_inset
41013
41014  MidnightBlue
41015 \end_layout
41016
41017 \end_inset
41018 </cell>
41019 </row>
41020 <row>
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 Mulberry
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  Mulberry
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 NavyBlue
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  NavyBlue
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 OliveGreen
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  OliveGreen
41176 \end_layout
41177
41178 \end_inset
41179 </cell>
41180 <cell alignment="left" valignment="top" usebox="none">
41181 \begin_inset Text
41182
41183 \begin_layout Plain Layout
41184 \begin_inset ERT
41185 status collapsed
41186
41187 \begin_layout Plain Layout
41188
41189
41190 \backslash
41191 fcolorbox{black}{
41192 \end_layout
41193
41194 \end_inset
41195
41196 Orange
41197 \begin_inset ERT
41198 status collapsed
41199
41200 \begin_layout Plain Layout
41201
41202 }{
41203 \end_layout
41204
41205 \end_inset
41206
41207
41208 \begin_inset Phantom Phantom
41209 status open
41210
41211 \begin_layout Plain Layout
41212 W
41213 \end_layout
41214
41215 \end_inset
41216
41217
41218 \begin_inset ERT
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222
41223 }
41224 \end_layout
41225
41226 \end_inset
41227
41228  Orange
41229 \end_layout
41230
41231 \end_inset
41232 </cell>
41233 </row>
41234 <row>
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 OrangeRed
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  OrangeRed
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 Orchid
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  Orchid
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 Peach
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  Peach
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 <cell alignment="left" valignment="top" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 \begin_inset ERT
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402
41403
41404 \backslash
41405 fcolorbox{black}{
41406 \end_layout
41407
41408 \end_inset
41409
41410 Periwinkle
41411 \begin_inset ERT
41412 status collapsed
41413
41414 \begin_layout Plain Layout
41415
41416 }{
41417 \end_layout
41418
41419 \end_inset
41420
41421
41422 \begin_inset Phantom Phantom
41423 status open
41424
41425 \begin_layout Plain Layout
41426 W
41427 \end_layout
41428
41429 \end_inset
41430
41431
41432 \begin_inset ERT
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436
41437 }
41438 \end_layout
41439
41440 \end_inset
41441
41442  Periwinkle
41443 \end_layout
41444
41445 \end_inset
41446 </cell>
41447 </row>
41448 <row>
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 PineGreen
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  PineGreen
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 Plum
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  Plum
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 ProcessBlue
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  ProcessBlue
41604 \end_layout
41605
41606 \end_inset
41607 </cell>
41608 <cell alignment="left" valignment="top" usebox="none">
41609 \begin_inset Text
41610
41611 \begin_layout Plain Layout
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617
41618 \backslash
41619 fcolorbox{black}{
41620 \end_layout
41621
41622 \end_inset
41623
41624 Purple
41625 \begin_inset ERT
41626 status collapsed
41627
41628 \begin_layout Plain Layout
41629
41630 }{
41631 \end_layout
41632
41633 \end_inset
41634
41635
41636 \begin_inset Phantom Phantom
41637 status open
41638
41639 \begin_layout Plain Layout
41640 W
41641 \end_layout
41642
41643 \end_inset
41644
41645
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }
41652 \end_layout
41653
41654 \end_inset
41655
41656  Purple
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 </row>
41662 <row>
41663 <cell alignment="left" valignment="top" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672
41673 \backslash
41674 fcolorbox{black}{
41675 \end_layout
41676
41677 \end_inset
41678
41679 RawSienna
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685 }{
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset Phantom Phantom
41692 status open
41693
41694 \begin_layout Plain Layout
41695 W
41696 \end_layout
41697
41698 \end_inset
41699
41700
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }
41707 \end_layout
41708
41709 \end_inset
41710
41711  RawSienna
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 <cell alignment="left" valignment="top" usebox="none">
41717 \begin_inset Text
41718
41719 \begin_layout Plain Layout
41720 \begin_inset ERT
41721 status collapsed
41722
41723 \begin_layout Plain Layout
41724
41725
41726 \backslash
41727 fcolorbox{black}{
41728 \end_layout
41729
41730 \end_inset
41731
41732 RedOrange
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738 }{
41739 \end_layout
41740
41741 \end_inset
41742
41743
41744 \begin_inset Phantom Phantom
41745 status open
41746
41747 \begin_layout Plain Layout
41748 W
41749 \end_layout
41750
41751 \end_inset
41752
41753
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }
41760 \end_layout
41761
41762 \end_inset
41763
41764  RedOrange
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 <cell alignment="left" valignment="top" usebox="none">
41770 \begin_inset Text
41771
41772 \begin_layout Plain Layout
41773 \begin_inset ERT
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777
41778
41779 \backslash
41780 fcolorbox{black}{
41781 \end_layout
41782
41783 \end_inset
41784
41785 RedViolet
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791 }{
41792 \end_layout
41793
41794 \end_inset
41795
41796
41797 \begin_inset Phantom Phantom
41798 status open
41799
41800 \begin_layout Plain Layout
41801 W
41802 \end_layout
41803
41804 \end_inset
41805
41806
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }
41813 \end_layout
41814
41815 \end_inset
41816
41817  RedViolet
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 <cell alignment="left" valignment="top" usebox="none">
41823 \begin_inset Text
41824
41825 \begin_layout Plain Layout
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831
41832 \backslash
41833 fcolorbox{black}{
41834 \end_layout
41835
41836 \end_inset
41837
41838 Rhodamine
41839 \begin_inset ERT
41840 status collapsed
41841
41842 \begin_layout Plain Layout
41843
41844 }{
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \begin_inset Phantom Phantom
41851 status open
41852
41853 \begin_layout Plain Layout
41854 W
41855 \end_layout
41856
41857 \end_inset
41858
41859
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }
41866 \end_layout
41867
41868 \end_inset
41869
41870  Rhodamine
41871 \end_layout
41872
41873 \end_inset
41874 </cell>
41875 </row>
41876 <row>
41877 <cell alignment="left" valignment="top" usebox="none">
41878 \begin_inset Text
41879
41880 \begin_layout Plain Layout
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886
41887 \backslash
41888 fcolorbox{black}{
41889 \end_layout
41890
41891 \end_inset
41892
41893 RoyalBlue
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899 }{
41900 \end_layout
41901
41902 \end_inset
41903
41904
41905 \begin_inset Phantom Phantom
41906 status open
41907
41908 \begin_layout Plain Layout
41909 W
41910 \end_layout
41911
41912 \end_inset
41913
41914
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }
41921 \end_layout
41922
41923 \end_inset
41924
41925  RoyalBlue
41926 \end_layout
41927
41928 \end_inset
41929 </cell>
41930 <cell alignment="left" valignment="top" usebox="none">
41931 \begin_inset Text
41932
41933 \begin_layout Plain Layout
41934 \begin_inset ERT
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938
41939
41940 \backslash
41941 fcolorbox{black}{
41942 \end_layout
41943
41944 \end_inset
41945
41946 RoyalPurple
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952 }{
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \begin_inset Phantom Phantom
41959 status open
41960
41961 \begin_layout Plain Layout
41962 W
41963 \end_layout
41964
41965 \end_inset
41966
41967
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }
41974 \end_layout
41975
41976 \end_inset
41977
41978  RoyalPurple
41979 \end_layout
41980
41981 \end_inset
41982 </cell>
41983 <cell alignment="left" valignment="top" usebox="none">
41984 \begin_inset Text
41985
41986 \begin_layout Plain Layout
41987 \begin_inset ERT
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991
41992
41993 \backslash
41994 fcolorbox{black}{
41995 \end_layout
41996
41997 \end_inset
41998
41999 RubineRed
42000 \begin_inset ERT
42001 status collapsed
42002
42003 \begin_layout Plain Layout
42004
42005 }{
42006 \end_layout
42007
42008 \end_inset
42009
42010
42011 \begin_inset Phantom Phantom
42012 status open
42013
42014 \begin_layout Plain Layout
42015 W
42016 \end_layout
42017
42018 \end_inset
42019
42020
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026 }
42027 \end_layout
42028
42029 \end_inset
42030
42031  RubineRed
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="left" valignment="top" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045
42046 \backslash
42047 fcolorbox{black}{
42048 \end_layout
42049
42050 \end_inset
42051
42052 Salmon
42053 \begin_inset ERT
42054 status collapsed
42055
42056 \begin_layout Plain Layout
42057
42058 }{
42059 \end_layout
42060
42061 \end_inset
42062
42063
42064 \begin_inset Phantom Phantom
42065 status open
42066
42067 \begin_layout Plain Layout
42068 W
42069 \end_layout
42070
42071 \end_inset
42072
42073
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }
42080 \end_layout
42081
42082 \end_inset
42083
42084  Salmon
42085 \end_layout
42086
42087 \end_inset
42088 </cell>
42089 </row>
42090 <row>
42091 <cell alignment="left" valignment="top" usebox="none">
42092 \begin_inset Text
42093
42094 \begin_layout Plain Layout
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100
42101 \backslash
42102 fcolorbox{black}{
42103 \end_layout
42104
42105 \end_inset
42106
42107 SeaGreen
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }{
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \begin_inset Phantom Phantom
42120 status open
42121
42122 \begin_layout Plain Layout
42123 W
42124 \end_layout
42125
42126 \end_inset
42127
42128
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }
42135 \end_layout
42136
42137 \end_inset
42138
42139  SeaGreen
42140 \end_layout
42141
42142 \end_inset
42143 </cell>
42144 <cell alignment="left" valignment="top" usebox="none">
42145 \begin_inset Text
42146
42147 \begin_layout Plain Layout
42148 \begin_inset ERT
42149 status collapsed
42150
42151 \begin_layout Plain Layout
42152
42153
42154 \backslash
42155 fcolorbox{black}{
42156 \end_layout
42157
42158 \end_inset
42159
42160 Sepia
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166 }{
42167 \end_layout
42168
42169 \end_inset
42170
42171
42172 \begin_inset Phantom Phantom
42173 status open
42174
42175 \begin_layout Plain Layout
42176 W
42177 \end_layout
42178
42179 \end_inset
42180
42181
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187 }
42188 \end_layout
42189
42190 \end_inset
42191
42192  Sepia
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 <cell alignment="left" valignment="top" usebox="none">
42198 \begin_inset Text
42199
42200 \begin_layout Plain Layout
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206
42207 \backslash
42208 fcolorbox{black}{
42209 \end_layout
42210
42211 \end_inset
42212
42213 SkyBlue
42214 \begin_inset ERT
42215 status collapsed
42216
42217 \begin_layout Plain Layout
42218
42219 }{
42220 \end_layout
42221
42222 \end_inset
42223
42224
42225 \begin_inset Phantom Phantom
42226 status open
42227
42228 \begin_layout Plain Layout
42229 W
42230 \end_layout
42231
42232 \end_inset
42233
42234
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240 }
42241 \end_layout
42242
42243 \end_inset
42244
42245  SkyBlue
42246 \end_layout
42247
42248 \end_inset
42249 </cell>
42250 <cell alignment="left" valignment="top" usebox="none">
42251 \begin_inset Text
42252
42253 \begin_layout Plain Layout
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259
42260 \backslash
42261 fcolorbox{black}{
42262 \end_layout
42263
42264 \end_inset
42265
42266 SpringGreen
42267 \begin_inset ERT
42268 status collapsed
42269
42270 \begin_layout Plain Layout
42271
42272 }{
42273 \end_layout
42274
42275 \end_inset
42276
42277
42278 \begin_inset Phantom Phantom
42279 status open
42280
42281 \begin_layout Plain Layout
42282 W
42283 \end_layout
42284
42285 \end_inset
42286
42287
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293 }
42294 \end_layout
42295
42296 \end_inset
42297
42298  SpringGreen
42299 \end_layout
42300
42301 \end_inset
42302 </cell>
42303 </row>
42304 <row>
42305 <cell alignment="left" valignment="top" usebox="none">
42306 \begin_inset Text
42307
42308 \begin_layout Plain Layout
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314
42315 \backslash
42316 fcolorbox{black}{
42317 \end_layout
42318
42319 \end_inset
42320
42321 Tan
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327 }{
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \begin_inset Phantom Phantom
42334 status open
42335
42336 \begin_layout Plain Layout
42337 W
42338 \end_layout
42339
42340 \end_inset
42341
42342
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }
42349 \end_layout
42350
42351 \end_inset
42352
42353  Tan
42354 \end_layout
42355
42356 \end_inset
42357 </cell>
42358 <cell alignment="left" valignment="top" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367
42368 \backslash
42369 fcolorbox{black}{
42370 \end_layout
42371
42372 \end_inset
42373
42374 TealBlue
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }{
42381 \end_layout
42382
42383 \end_inset
42384
42385
42386 \begin_inset Phantom Phantom
42387 status open
42388
42389 \begin_layout Plain Layout
42390 W
42391 \end_layout
42392
42393 \end_inset
42394
42395
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401 }
42402 \end_layout
42403
42404 \end_inset
42405
42406  TealBlue
42407 \end_layout
42408
42409 \end_inset
42410 </cell>
42411 <cell alignment="left" valignment="top" usebox="none">
42412 \begin_inset Text
42413
42414 \begin_layout Plain Layout
42415 \begin_inset ERT
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419
42420
42421 \backslash
42422 fcolorbox{black}{
42423 \end_layout
42424
42425 \end_inset
42426
42427 Thistle
42428 \begin_inset ERT
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432
42433 }{
42434 \end_layout
42435
42436 \end_inset
42437
42438
42439 \begin_inset Phantom Phantom
42440 status open
42441
42442 \begin_layout Plain Layout
42443 W
42444 \end_layout
42445
42446 \end_inset
42447
42448
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454 }
42455 \end_layout
42456
42457 \end_inset
42458
42459  Thistle
42460 \end_layout
42461
42462 \end_inset
42463 </cell>
42464 <cell alignment="left" valignment="top" usebox="none">
42465 \begin_inset Text
42466
42467 \begin_layout Plain Layout
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473
42474 \backslash
42475 fcolorbox{black}{
42476 \end_layout
42477
42478 \end_inset
42479
42480 Turquoise
42481 \begin_inset ERT
42482 status collapsed
42483
42484 \begin_layout Plain Layout
42485
42486 }{
42487 \end_layout
42488
42489 \end_inset
42490
42491
42492 \begin_inset Phantom Phantom
42493 status open
42494
42495 \begin_layout Plain Layout
42496 W
42497 \end_layout
42498
42499 \end_inset
42500
42501
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507 }
42508 \end_layout
42509
42510 \end_inset
42511
42512  Turquoise
42513 \end_layout
42514
42515 \end_inset
42516 </cell>
42517 </row>
42518 <row>
42519 <cell alignment="left" valignment="top" usebox="none">
42520 \begin_inset Text
42521
42522 \begin_layout Plain Layout
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 fcolorbox{black}{
42531 \end_layout
42532
42533 \end_inset
42534
42535 Violet
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }{
42542 \end_layout
42543
42544 \end_inset
42545
42546
42547 \begin_inset Phantom Phantom
42548 status open
42549
42550 \begin_layout Plain Layout
42551 W
42552 \end_layout
42553
42554 \end_inset
42555
42556
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }
42563 \end_layout
42564
42565 \end_inset
42566
42567  Violet
42568 \end_layout
42569
42570 \end_inset
42571 </cell>
42572 <cell alignment="left" valignment="top" usebox="none">
42573 \begin_inset Text
42574
42575 \begin_layout Plain Layout
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581
42582 \backslash
42583 fcolorbox{black}{
42584 \end_layout
42585
42586 \end_inset
42587
42588 VioletRed
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594 }{
42595 \end_layout
42596
42597 \end_inset
42598
42599
42600 \begin_inset Phantom Phantom
42601 status open
42602
42603 \begin_layout Plain Layout
42604 W
42605 \end_layout
42606
42607 \end_inset
42608
42609
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }
42616 \end_layout
42617
42618 \end_inset
42619
42620  VioletRed
42621 \end_layout
42622
42623 \end_inset
42624 </cell>
42625 <cell alignment="left" valignment="top" usebox="none">
42626 \begin_inset Text
42627
42628 \begin_layout Plain Layout
42629 \begin_inset ERT
42630 status collapsed
42631
42632 \begin_layout Plain Layout
42633
42634
42635 \backslash
42636 fcolorbox{black}{
42637 \end_layout
42638
42639 \end_inset
42640
42641 WildStrawberry
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647 }{
42648 \end_layout
42649
42650 \end_inset
42651
42652
42653 \begin_inset Phantom Phantom
42654 status open
42655
42656 \begin_layout Plain Layout
42657 W
42658 \end_layout
42659
42660 \end_inset
42661
42662
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }
42669 \end_layout
42670
42671 \end_inset
42672
42673  WildStrawberry
42674 \end_layout
42675
42676 \end_inset
42677 </cell>
42678 <cell alignment="left" valignment="top" usebox="none">
42679 \begin_inset Text
42680
42681 \begin_layout Plain Layout
42682 \begin_inset ERT
42683 status collapsed
42684
42685 \begin_layout Plain Layout
42686
42687
42688 \backslash
42689 fcolorbox{black}{
42690 \end_layout
42691
42692 \end_inset
42693
42694 YellowGreen
42695 \begin_inset ERT
42696 status collapsed
42697
42698 \begin_layout Plain Layout
42699
42700 }{
42701 \end_layout
42702
42703 \end_inset
42704
42705
42706 \begin_inset Phantom Phantom
42707 status open
42708
42709 \begin_layout Plain Layout
42710 W
42711 \end_layout
42712
42713 \end_inset
42714
42715
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721 }
42722 \end_layout
42723
42724 \end_inset
42725
42726  YellowGreen
42727 \end_layout
42728
42729 \end_inset
42730 </cell>
42731 </row>
42732 <row>
42733 <cell alignment="left" valignment="top" usebox="none">
42734 \begin_inset Text
42735
42736 \begin_layout Plain Layout
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742
42743 \backslash
42744 fcolorbox{black}{
42745 \end_layout
42746
42747 \end_inset
42748
42749 YellowOrange
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }{
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset Phantom Phantom
42762 status open
42763
42764 \begin_layout Plain Layout
42765 W
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }
42777 \end_layout
42778
42779 \end_inset
42780
42781  YellowOrange
42782 \end_layout
42783
42784 \end_inset
42785 </cell>
42786 <cell alignment="left" valignment="top" usebox="none">
42787 \begin_inset Text
42788
42789 \begin_layout Plain Layout
42790
42791 \end_layout
42792
42793 \end_inset
42794 </cell>
42795 <cell alignment="left" valignment="top" usebox="none">
42796 \begin_inset Text
42797
42798 \begin_layout Plain Layout
42799
42800 \end_layout
42801
42802 \end_inset
42803 </cell>
42804 <cell alignment="left" valignment="top" usebox="none">
42805 \begin_inset Text
42806
42807 \begin_layout Plain Layout
42808
42809 \end_layout
42810
42811 \end_inset
42812 </cell>
42813 </row>
42814 </lyxtabular>
42815
42816 \end_inset
42817
42818
42819 \end_layout
42820
42821 \begin_layout Chapter
42822 第(
42823 \begin_inset CommandInset ref
42824 LatexCommand ref
42825 reference "eq:Wgn"
42826
42827 \end_inset
42828
42829 )式の説明
42830 \begin_inset CommandInset label
42831 LatexCommand label
42832 name "cha:式の説明"
42833
42834 \end_inset
42835
42836
42837 \end_layout
42838
42839 \begin_layout Standard
42840 \begin_inset Formula $n$
42841 \end_inset
42842
42843 個の表セルの全幅
42844 \begin_inset Formula $W_{\mathrm{tot\, n}}$
42845 \end_inset
42846
42847
42848 \begin_inset Formula 
42849 \begin{equation}
42850 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42851 \end{equation}
42852
42853 \end_inset
42854
42855
42856 \end_layout
42857
42858 \begin_layout Standard
42859 で計算できます。ここで
42860 \begin_inset Formula $W_{g\, n}$
42861 \end_inset
42862
42863 は、すべてのセルが持つ固定幅です。
42864 \series bold
42865
42866 \backslash
42867 tabcolsep
42868 \series default
42869 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42870 \begin_inset space \thinspace{}
42871 \end_inset
42872
42873 ptです。
42874 \series bold
42875
42876 \backslash
42877 arrayrulewidth
42878 \series default
42879 は、セル罫線幅であり、既定値は0.4
42880 \begin_inset space \thinspace{}
42881 \end_inset
42882
42883 ptです。
42884 \end_layout
42885
42886 \begin_layout Standard
42887
42888 \begin_inset CommandInset ref
42889 LatexCommand eqref
42890 reference "eq:Wtot_n"
42891
42892 \end_inset
42893
42894 式にしたがえば、連結列の全幅
42895 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
42896 \end_inset
42897
42898
42899 \begin_inset Formula 
42900 \begin{equation}
42901 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42902 \end{equation}
42903
42904 \end_inset
42905
42906
42907 \end_layout
42908
42909 \begin_layout Standard
42910 となります。
42911 \begin_inset Formula $n$
42912 \end_inset
42913
42914 列を連結する時には各列の全幅は
42915 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
42916 \end_inset
42917
42918 となるので、第
42919 \begin_inset CommandInset ref
42920 LatexCommand eqref
42921 reference "eq:Wtot_n"
42922
42923 \end_inset
42924
42925 式と第
42926 \begin_inset CommandInset ref
42927 LatexCommand eqref
42928 reference "eq:Wtot_mult"
42929
42930 \end_inset
42931
42932 式が等しいものと置けば、必要となる固定幅
42933 \begin_inset Formula $W_{g\, n}$
42934 \end_inset
42935
42936 を計算することができて、
42937 \begin_inset Formula 
42938 \begin{equation}
42939 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42940 \end{equation}
42941
42942 \end_inset
42943
42944 となります。
42945 \end_layout
42946
42947 \begin_layout Bibliography
42948 \begin_inset CommandInset bibitem
42949 LatexCommand bibitem
42950 key "latexcompanion"
42951
42952 \end_inset
42953
42954 Frank Mittelbach and Michel Goossens: 
42955 \emph on
42956 The LaTeX Companion Second Edition.
42957
42958 \emph default
42959  Addison-Wesley, 2004
42960 \end_layout
42961
42962 \begin_layout Bibliography
42963 \begin_inset CommandInset bibitem
42964 LatexCommand bibitem
42965 key "latexguide"
42966
42967 \end_inset
42968
42969 Helmut Kopka and Patrick W.
42970  Daly: 
42971 \emph on
42972 A Guide to LaTeX Fourth Edition.
42973
42974 \emph default
42975  Addison-Wesley, 2003
42976 \end_layout
42977
42978 \begin_layout Bibliography
42979 \begin_inset CommandInset bibitem
42980 LatexCommand bibitem
42981 key "latexbook"
42982
42983 \end_inset
42984
42985 Leslie Lamport: 
42986 \emph on
42987 LaTeX: A Document Preparation System.
42988
42989 \emph default
42990  Addison-Wesley, second edition, 1994
42991 \end_layout
42992
42993 \begin_layout Bibliography
42994 \begin_inset CommandInset bibitem
42995 LatexCommand bibitem
42996 key "arydshln"
42997
42998 \end_inset
42999
43000 LaTeXパッケージ
43001 \series bold
43002
43003 \begin_inset CommandInset href
43004 LatexCommand href
43005 name "arydshln"
43006 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43007
43008 \end_inset
43009
43010
43011 \series default
43012
43013 \begin_inset Index idx
43014 status collapsed
43015
43016 \begin_layout Plain Layout
43017 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
43018 \end_layout
43019
43020 \end_inset
43021
43022
43023 \end_layout
43024
43025 \begin_layout Bibliography
43026 \begin_inset CommandInset bibitem
43027 LatexCommand bibitem
43028 key "booktabs"
43029
43030 \end_inset
43031
43032 LaTeXパッケージ
43033 \series bold
43034
43035 \begin_inset CommandInset href
43036 LatexCommand href
43037 name "booktabs"
43038 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43039
43040 \end_inset
43041
43042
43043 \series default
43044
43045 \begin_inset Index idx
43046 status collapsed
43047
43048 \begin_layout Plain Layout
43049 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
43050 \end_layout
43051
43052 \end_inset
43053
43054 の取扱説明書
43055 \end_layout
43056
43057 \begin_layout Bibliography
43058 \begin_inset CommandInset bibitem
43059 LatexCommand bibitem
43060 key "caption"
43061
43062 \end_inset
43063
43064 LaTeXパッケージ
43065 \series bold
43066
43067 \begin_inset CommandInset href
43068 LatexCommand href
43069 name "caption"
43070 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43071
43072 \end_inset
43073
43074
43075 \series default
43076
43077 \begin_inset Index idx
43078 status collapsed
43079
43080 \begin_layout Plain Layout
43081 LaTeXぱっけーじ@LaTeXパッケージ ! caption
43082 \end_layout
43083
43084 \end_inset
43085
43086 の取扱説明書
43087 \end_layout
43088
43089 \begin_layout Bibliography
43090 \begin_inset CommandInset bibitem
43091 LatexCommand bibitem
43092 key "diagbox"
43093
43094 \end_inset
43095
43096 LaTeXパッケージ
43097 \series bold
43098
43099 \begin_inset CommandInset href
43100 LatexCommand href
43101 name "diagbox"
43102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43103
43104 \end_inset
43105
43106
43107 \series default
43108
43109 \begin_inset Index idx
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
43114 \end_layout
43115
43116 \end_inset
43117
43118
43119 \end_layout
43120
43121 \begin_layout Bibliography
43122 \begin_inset CommandInset bibitem
43123 LatexCommand bibitem
43124 key "endfloat"
43125
43126 \end_inset
43127
43128 LaTeXパッケージ
43129 \series bold
43130
43131 \begin_inset CommandInset href
43132 LatexCommand href
43133 name "endfloat"
43134 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43135
43136 \end_inset
43137
43138
43139 \series default
43140
43141 \begin_inset Index idx
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
43146 \end_layout
43147
43148 \end_inset
43149
43150 の取扱説明書
43151 \end_layout
43152
43153 \begin_layout Bibliography
43154 \begin_inset CommandInset bibitem
43155 LatexCommand bibitem
43156 key "footmisc"
43157
43158 \end_inset
43159
43160 LaTeXパッケージ
43161 \series bold
43162
43163 \begin_inset CommandInset href
43164 LatexCommand href
43165 name "footmisc"
43166 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43167
43168 \end_inset
43169
43170
43171 \series default
43172
43173 \begin_inset Index idx
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
43178 \end_layout
43179
43180 \end_inset
43181
43182 の取扱説明書
43183 \end_layout
43184
43185 \begin_layout Bibliography
43186 \begin_inset CommandInset bibitem
43187 LatexCommand bibitem
43188 key "hypcap"
43189
43190 \end_inset
43191
43192 LaTeXパッケージ
43193 \series bold
43194
43195 \begin_inset CommandInset href
43196 LatexCommand href
43197 name "hypcap"
43198 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43199
43200 \end_inset
43201
43202
43203 \series default
43204
43205 \begin_inset Index idx
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
43210 \end_layout
43211
43212 \end_inset
43213
43214 の取扱説明書
43215 \end_layout
43216
43217 \begin_layout Bibliography
43218 \begin_inset CommandInset bibitem
43219 LatexCommand bibitem
43220 key "hyperref"
43221
43222 \end_inset
43223
43224 LaTeXパッケージ
43225 \series bold
43226
43227 \begin_inset CommandInset href
43228 LatexCommand href
43229 name "hyperref"
43230 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43231
43232 \end_inset
43233
43234
43235 \series default
43236
43237 \begin_inset Index idx
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
43242 \end_layout
43243
43244 \end_inset
43245
43246 の取扱説明書
43247 \end_layout
43248
43249 \begin_layout Bibliography
43250 \begin_inset CommandInset bibitem
43251 LatexCommand bibitem
43252 key "KOMA-script"
43253
43254 \end_inset
43255
43256 LaTeXパッケージ
43257 \series bold
43258
43259 \begin_inset CommandInset href
43260 LatexCommand href
43261 name "KOMA-script"
43262 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
43263
43264 \end_inset
43265
43266
43267 \series default
43268
43269 \begin_inset Index idx
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
43274 \end_layout
43275
43276 \end_inset
43277
43278 の取扱説明書
43279 \end_layout
43280
43281 \begin_layout Bibliography
43282 \begin_inset CommandInset bibitem
43283 LatexCommand bibitem
43284 key "lettrine"
43285
43286 \end_inset
43287
43288 LaTeXパッケージ 
43289 \series bold
43290
43291 \begin_inset CommandInset href
43292 LatexCommand href
43293 name "lettrine"
43294 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
43295
43296 \end_inset
43297
43298
43299 \series default
43300  
43301 \lang english
43302 and an
43303 \lang japanese
43304  
43305 \begin_inset CommandInset href
43306 LatexCommand href
43307 name "example"
43308 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
43309
43310 \end_inset
43311
43312
43313 \begin_inset Index idx
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
43318 \end_layout
43319
43320 \end_inset
43321
43322
43323 \end_layout
43324
43325 \begin_layout Bibliography
43326 \begin_inset CommandInset bibitem
43327 LatexCommand bibitem
43328 key "listings"
43329
43330 \end_inset
43331
43332 LaTeXパッケージ
43333 \series bold
43334
43335 \begin_inset CommandInset href
43336 LatexCommand href
43337 name "listings"
43338 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
43339
43340 \end_inset
43341
43342
43343 \series default
43344
43345 \begin_inset Index idx
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349 LaTeXぱっけーじ@LaTeXパッケージ ! listings
43350 \end_layout
43351
43352 \end_inset
43353
43354 の取扱説明書
43355 \end_layout
43356
43357 \begin_layout Bibliography
43358 \begin_inset CommandInset bibitem
43359 LatexCommand bibitem
43360 key "marginnote"
43361
43362 \end_inset
43363
43364 LaTeXパッケージ
43365 \series bold
43366
43367 \begin_inset CommandInset href
43368 LatexCommand href
43369 name "marginnote"
43370 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
43371
43372 \end_inset
43373
43374
43375 \series default
43376
43377 \begin_inset Index idx
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
43382 \end_layout
43383
43384 \end_inset
43385
43386 の取扱説明書
43387 \end_layout
43388
43389 \begin_layout Bibliography
43390 \begin_inset CommandInset bibitem
43391 LatexCommand bibitem
43392 key "pdfpages"
43393
43394 \end_inset
43395
43396 LaTeXパッケージ
43397 \series bold
43398
43399 \begin_inset CommandInset href
43400 LatexCommand href
43401 name "pdfpages"
43402 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
43403
43404 \end_inset
43405
43406
43407 \series default
43408
43409 \begin_inset Index idx
43410 status collapsed
43411
43412 \begin_layout Plain Layout
43413 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
43414 \end_layout
43415
43416 \end_inset
43417
43418 の取扱説明書
43419 \end_layout
43420
43421 \begin_layout Bibliography
43422 \begin_inset CommandInset bibitem
43423 LatexCommand bibitem
43424 key "prettyref"
43425
43426 \end_inset
43427
43428 LaTeXパッケージ
43429 \series bold
43430
43431 \begin_inset CommandInset href
43432 LatexCommand href
43433 name "prettyref"
43434 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
43435
43436 \end_inset
43437
43438
43439 \series default
43440
43441 \begin_inset Index idx
43442 status collapsed
43443
43444 \begin_layout Plain Layout
43445 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
43446 \end_layout
43447
43448 \end_inset
43449
43450 の取扱説明書
43451 \end_layout
43452
43453 \begin_layout Bibliography
43454 \begin_inset CommandInset bibitem
43455 LatexCommand bibitem
43456 key "pstricks"
43457
43458 \end_inset
43459
43460 LaTeXパッケージ
43461 \series bold
43462
43463 \begin_inset CommandInset href
43464 LatexCommand href
43465 name "PSTricks"
43466 target "http://tug.org/PSTricks/"
43467
43468 \end_inset
43469
43470
43471 \series default
43472
43473 \begin_inset Index idx
43474 status collapsed
43475
43476 \begin_layout Plain Layout
43477 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
43478 \end_layout
43479
43480 \end_inset
43481
43482 のウェブページ
43483 \end_layout
43484
43485 \begin_layout Bibliography
43486 \begin_inset CommandInset bibitem
43487 LatexCommand bibitem
43488 key "refstyle"
43489
43490 \end_inset
43491
43492 LaTeXパッケージ
43493 \series bold
43494
43495 \begin_inset CommandInset href
43496 LatexCommand href
43497 name "refstyle"
43498 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
43499
43500 \end_inset
43501
43502
43503 \series default
43504
43505 \begin_inset Index idx
43506 status collapsed
43507
43508 \begin_layout Plain Layout
43509 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
43510 \end_layout
43511
43512 \end_inset
43513
43514 の取扱説明書
43515 \end_layout
43516
43517 \begin_layout Bibliography
43518 \begin_inset CommandInset bibitem
43519 LatexCommand bibitem
43520 key "sidecap"
43521
43522 \end_inset
43523
43524 LaTeXパッケージ
43525 \series bold
43526
43527 \begin_inset CommandInset href
43528 LatexCommand href
43529 name "sidecap"
43530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
43531
43532 \end_inset
43533
43534
43535 \series default
43536
43537 \begin_inset Index idx
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
43542 \end_layout
43543
43544 \end_inset
43545
43546 の取扱説明書
43547 \end_layout
43548
43549 \begin_layout Bibliography
43550 \begin_inset CommandInset bibitem
43551 LatexCommand bibitem
43552 key "NewInLyX20"
43553
43554 \end_inset
43555
43556
43557 \family sans
43558 LyX 2.0
43559 \family default
43560 の新機能に関する
43561 \begin_inset CommandInset href
43562 LatexCommand href
43563 name "Wikiページ"
43564 target "http://wiki.lyx.org/LyX/NewInLyX20"
43565
43566 \end_inset
43567
43568
43569 \end_layout
43570
43571 \begin_layout Standard
43572 \begin_inset CommandInset index_print
43573 LatexCommand printindex
43574 type "idx"
43575
43576 \end_inset
43577
43578
43579 \end_layout
43580
43581 \end_body
43582 \end_document