]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Update RELEASE-NOTES
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 459
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_math auto
195 \font_default_family default
196 \use_non_tex_fonts false
197 \font_sc false
198 \font_osf false
199 \font_sf_scale 100
200 \font_tt_scale 100
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_package amsmath 2
226 \use_package amssymb 2
227 \use_package esint 0
228 \use_package mathdots 1
229 \use_package mathtools 0
230 \use_package mhchem 1
231 \use_package stackrel 0
232 \use_package stmaryrd 0
233 \use_package undertilde 0
234 \cite_engine basic
235 \cite_engine_type numerical
236 \biblio_style plain
237 \use_bibtopic false
238 \use_indices false
239 \paperorientation portrait
240 \suppress_date false
241 \justification true
242 \use_refstyle 0
243 \notefontcolor #0000ff
244 \index 索引
245 \shortcut idx
246 \color #008000
247 \end_index
248 \leftmargin 2.5cm
249 \topmargin 2.5cm
250 \rightmargin 2.5cm
251 \bottommargin 3cm
252 \secnumdepth 3
253 \tocdepth 3
254 \paragraph_separation skip
255 \defskip medskip
256 \quotes_language english
257 \papercolumns 1
258 \papersides 2
259 \paperpagestyle default
260 \tracking_changes false
261 \output_changes false
262 \html_math_output 0
263 \html_css_as_file 0
264 \html_be_strict false
265 \end_header
266
267 \begin_body
268
269 \begin_layout Title
270 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
271 \end_layout
272
273 \begin_layout Author
274 LyXプロジェクトチーム
275 \begin_inset Foot
276 status collapsed
277
278 \begin_layout Plain Layout
279 \noindent
280 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
281 \begin_inset CommandInset href
282 LatexCommand href
283 name "lyx-docs@lists.lyx.org"
284 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
285 type "mailto:"
286
287 \end_inset
288
289  までお送り下さい。
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Plain Layout
299 著者:Uwe Stöhr
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 バージョン2.0.x
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 本文書の全体をPDFやPS、DVIに書き出すには、
332 \series bold
333 arydshln
334 \series default
335
336 \series bold
337 colortbl
338 \series default
339
340 \series bold
341 diagbox
342 \series default
343
344 \series bold
345 lettrine
346 \series default
347
348 \series bold
349 marginnote
350 \series default
351
352 \series bold
353 picinpar
354 \series default
355
356 \series bold
357 sidecap
358 \series default
359 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
360 されません。
361 \end_layout
362
363 \begin_layout Plain Layout
364 本文書の最新PDF版は
365 \begin_inset Newline newline
366 \end_inset
367
368
369 \series bold
370 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
371 \series default
372
373 \begin_inset Newline newline
374 \end_inset
375
376 にあります。
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Chapter
385
386 \begin_inset Index idx
387 status collapsed
388
389 \begin_layout Plain Layout
390 ず@図
391 \end_layout
392
393 \end_inset
394
395
396 \begin_inset Index idx
397 status collapsed
398
399 \begin_layout Plain Layout
400 がぞう@画像|see
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406 {
407 \end_layout
408
409 \end_inset
410
411
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Plain Layout
416
417 }
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Section
431 画像ダイアログ
432 \begin_inset Index idx
433 status collapsed
434
435 \begin_layout Plain Layout
436 ず@図 ! がぞうだいあろぐ@画像ダイアログ
437 \end_layout
438
439 \end_inset
440
441
442 \begin_inset CommandInset label
443 LatexCommand label
444 name "sec:画像ダイアログ"
445
446 \end_inset
447
448
449 \end_layout
450
451 \begin_layout Standard
452 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
453 \begin_inset Info
454 type  "icon"
455 arg   "dialog-show-new-inset graphics"
456 \end_inset
457
458 をクリックするか、
459 \family sans
460 挿入\SpecialChar \menuseparator
461 画像
462 \family default
463 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
464 \end_layout
465
466 \begin_layout Standard
467 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
468 \end_layout
469
470 \begin_layout Description
471
472 \family sans
473 画像
474 \family default
475  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
476 \begin_inset CommandInset ref
477 LatexCommand ref
478 reference "cha:LyXで使用できる単位"
479
480 \end_inset
481
482 に説明があります。
483 \begin_inset Newline newline
484 \end_inset
485
486
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 ず@図 ! のかいてん@---の回転
492 \end_layout
493
494 \end_inset
495
496 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
497 \begin_inset Newline newline
498 \end_inset
499
500
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 ず@図 ! のしんしゅく@---の伸縮
506 \end_layout
507
508 \end_inset
509
510 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
511 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
512 \family sans
513 縦横比を維持する
514 \family default
515 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
516 \begin_inset Newline newline
517 \end_inset
518
519 画像を右クリックすると現れるコンテクストメニューで
520 \family sans
521 外部で編集
522 \family default
523 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
524 ます。
525 \end_layout
526
527 \begin_layout Description
528
529 \family sans
530 切り抜き
531 \family default
532  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
533 \family sans
534 ファイルから取得
535 \family default
536 ボタンを押すことによって、自動的に計算することもできます。
537 \family sans
538 境界枠で切り抜く
539 \family default
540 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
541 \end_layout
542
543 \begin_layout Description
544
545 \family sans
546 LaTeXとLyXのオプション
547 \family default
548  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
549 \family sans
550
551 \begin_inset Newline newline
552 \end_inset
553
554 下書きモード
555 \family default
556 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
557 \family sans
558
559 \begin_inset Newline newline
560 \end_inset
561
562 エクスポートする際に解凍しない
563 \family default
564 オプションは、
565 \emph on
566 x.eps.gz
567 \emph default
568 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
569 ません。
570 \begin_inset Newline newline
571 \end_inset
572
573 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
574 \begin_inset CommandInset ref
575 LatexCommand ref
576 reference "sec:PostScript"
577
578 \end_inset
579
580 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
581 \begin_inset Newline newline
582 \end_inset
583
584
585 \series bold
586 gzip x.eps
587 \series default
588
589 \begin_inset Newline newline
590 \end_inset
591
592
593 \series bold
594 zgrep %%Bounding x.eps.gz > x.eps.bb
595 \series default
596
597 \begin_inset Newline newline
598 \end_inset
599
600 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
601 \begin_inset Newline newline
602 \end_inset
603
604
605 \lang english
606 In the section 
607 \family sans
608 Graphics
609 \begin_inset space ~
610 \end_inset
611
612 Group
613 \family default
614  you can define or join an image settings group.
615 \lang japanese
616
617 \begin_inset Index idx
618 status collapsed
619
620 \begin_layout Plain Layout
621 ず@図 ! せっていぐるーぷ@設定グループ
622 \end_layout
623
624 \end_inset
625
626 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
627 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
628 ーを使用して、望むグループ名をチェックすることで行うこともできます。
629 \end_layout
630
631 \begin_layout Standard
632 \begin_inset VSpace bigskip
633 \end_inset
634
635
636 \end_layout
637
638 \begin_layout Standard
639 下記はEPS書式
640 \begin_inset Foot
641 status collapsed
642
643 \begin_layout Plain Layout
644 画像書式は、第
645 \begin_inset CommandInset ref
646 LatexCommand ref
647 reference "sec:画像書式"
648
649 \end_inset
650
651 節に説明されています。
652 \end_layout
653
654 \end_inset
655
656 の画像の例で、単独の中央揃えの段落に置いてあります。
657 \end_layout
658
659 \begin_layout Standard
660 \align center
661 \begin_inset Graphics
662         filename ../clipart/mobius.eps
663         scale 70
664         scaleBeforeRotation
665         rotateOrigin center
666
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 下記は上と同じ画像ですが、下書きモードのものです。
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename ../clipart/mobius.eps
680         scale 70
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 図フロート
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:図フロート"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 ふろーと@フロート ! ず@図
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 ず@図 ! ふろーと@フロート
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 フロートについての一般的な説明は、第
730 \begin_inset CommandInset ref
731 LatexCommand ref
732 reference "sec:フロートはじめに"
733
734 \end_inset
735
736 節をご覧下さい。
737 \end_layout
738
739 \begin_layout Standard
740 ツールバーボタンの
741 \family sans
742
743 \begin_inset Info
744 type  "icon"
745 arg   "float-insert figure"
746 \end_inset
747
748
749 \family default
750
751 \family sans
752 挿入\SpecialChar \menuseparator
753 フロート\SpecialChar \menuseparator
754
755 \family default
756 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "fig:犠牲のカモノハシ"
760
761 \end_inset
762
763 のようにキャプションの上に置くこともできますし、図
764 \begin_inset CommandInset ref
765 LatexCommand ref
766 reference "fig:エッシャー"
767
768 \end_inset
769
770 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "sec:キャプションの配置"
774
775 \end_inset
776
777 節に述べられています。
778 \end_layout
779
780 \begin_layout Standard
781 \begin_inset Float figure
782 wide false
783 sideways false
784 status open
785
786 \begin_layout Plain Layout
787 \align center
788 \begin_inset Graphics
789         filename ../clipart/platypus.eps
790         width 50col%
791         scaleBeforeRotation
792         rotateOrigin center
793
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Plain Layout
800 \begin_inset Caption Standard
801
802 \begin_layout Plain Layout
803 \begin_inset CommandInset label
804 LatexCommand label
805 name "fig:犠牲のカモノハシ"
806
807 \end_inset
808
809 フロート中の激しく歪んだカモノハシ
810 \end_layout
811
812 \end_inset
813
814
815 \end_layout
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Standard
823 \begin_inset Float figure
824 wide false
825 sideways false
826 status open
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:エッシャー"
835
836 \end_inset
837
838 行ってしまったM.C.エッシャー
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Plain Layout
847 \align center
848 \begin_inset Graphics
849         filename ../clipart/escher-lsd.eps
850         scale 80
851         scaleBeforeRotation
852         rotateOrigin center
853
854 \end_inset
855
856
857 \end_layout
858
859 \end_inset
860
861
862 \end_layout
863
864 \begin_layout Standard
865 \begin_inset Index idx
866 status collapsed
867
868 \begin_layout Plain Layout
869 さんしょう@参照 ! ずへの@図への ---
870 \end_layout
871
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "fig:犠牲のカモノハシ"
878
879 \end_inset
880
881 図と第
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "fig:エッシャー"
885
886 \end_inset
887
888 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
889 \family sans
890 挿入\SpecialChar \menuseparator
891 ラベル
892 \family default
893 メニューかツールバーボタン
894 \begin_inset Info
895 type  "icon"
896 arg   "label-insert"
897 \end_inset
898
899 を使用して、キャプションにラベルを挿入してください。その後、
900 \family sans
901 挿入\SpecialChar \menuseparator
902 相互参照
903 \family default
904 メニューかツールバーボタン
905 \begin_inset Info
906 type  "icon"
907 arg   "dialog-show-new-inset ref"
908 \end_inset
909
910 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
911 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
912 \begin_inset Newline newline
913 \end_inset
914
915 参照は、第
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "sec:フロートの参照"
919
920 \end_inset
921
922 節で詳細に説明されています。
923 \end_layout
924
925 \begin_layout Standard
926 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
927 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
928 \begin_inset CommandInset ref
929 LatexCommand ref
930 reference "fig:歪められた二つの像"
931
932 \end_inset
933
934 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:何かわからない構造"
938
939 \end_inset
940
941 と図
942 \begin_inset CommandInset ref
943 LatexCommand ref
944 reference "fig:カモノハシ"
945
946 \end_inset
947
948 が内部図になります。
949 \end_layout
950
951 \begin_layout Standard
952 \begin_inset Float figure
953 wide false
954 sideways false
955 status open
956
957 \begin_layout Plain Layout
958 \begin_inset space \hfill{}
959 \end_inset
960
961
962 \begin_inset Float figure
963 wide false
964 sideways false
965 status open
966
967 \begin_layout Plain Layout
968 \begin_inset Caption Standard
969
970 \begin_layout Plain Layout
971 \begin_inset CommandInset label
972 LatexCommand label
973 name "fig:何かわからない構造"
974
975 \end_inset
976
977 何かわからない構造
978 \end_layout
979
980 \end_inset
981
982
983 \end_layout
984
985 \begin_layout Plain Layout
986 \begin_inset Graphics
987         filename ../clipart/escher-lsd.eps
988         width 45col%
989         scaleBeforeRotation
990         groupId distorted
991
992 \end_inset
993
994
995 \end_layout
996
997 \end_inset
998
999
1000 \begin_inset space \hfill{}
1001 \end_inset
1002
1003
1004 \begin_inset Float figure
1005 wide false
1006 sideways false
1007 status open
1008
1009 \begin_layout Plain Layout
1010 \begin_inset Caption Standard
1011
1012 \begin_layout Plain Layout
1013 \begin_inset CommandInset label
1014 LatexCommand label
1015 name "fig:カモノハシ"
1016
1017 \end_inset
1018
1019 カモノハシ
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \begin_layout Plain Layout
1028 \begin_inset Graphics
1029         filename ../clipart/platypus.eps
1030         width 45col%
1031         scaleBeforeRotation
1032         groupId distorted
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \end_inset
1040
1041
1042 \begin_inset space \hfill{}
1043 \end_inset
1044
1045
1046 \end_layout
1047
1048 \begin_layout Plain Layout
1049 \begin_inset Caption Standard
1050
1051 \begin_layout Plain Layout
1052 \begin_inset CommandInset label
1053 LatexCommand label
1054 name "fig:歪められた二つの像"
1055
1056 \end_inset
1057
1058 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Standard
1072 \begin_inset Newpage newpage
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Section
1079 画像書式
1080 \begin_inset CommandInset label
1081 LatexCommand label
1082 name "sec:画像書式"
1083
1084 \end_inset
1085
1086
1087 \begin_inset Index idx
1088 status collapsed
1089
1090 \begin_layout Plain Layout
1091 がぞうしょしき@画像書式
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \begin_inset Index idx
1098 status collapsed
1099
1100 \begin_layout Plain Layout
1101 ず@図 ! がぞうしょしき@画像書式
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Standard
1110 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1111 \begin_inset CommandInset ref
1112 LatexCommand ref
1113 reference "cha:ファイル出力形式"
1114
1115 \end_inset
1116
1117 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1118 ウンドで
1119 \family typewriter
1120 ImageMagick
1121 \family default
1122 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1123 用するとよいでしょう。出力ファイル書式は、付録
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "cha:ファイル出力形式"
1127
1128 \end_inset
1129
1130 に説明されています。
1131 \end_layout
1132
1133 \begin_layout Standard
1134 フォントと同じく、画像形式にも以下の二つの型があります。
1135 \end_layout
1136
1137 \begin_layout Description
1138 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1139 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1140 \family typewriter
1141 .gif
1142 \family default
1143 」)
1144 \begin_inset Index idx
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148 GIF|see
1149 \begin_inset ERT
1150 status collapsed
1151
1152 \begin_layout Plain Layout
1153
1154 {
1155 \end_layout
1156
1157 \end_inset
1158
1159 画像書式
1160 \begin_inset ERT
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164
1165 }
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \end_inset
1174
1175 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1176 \family typewriter
1177 .png
1178 \family default
1179 」)
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 PNG|see
1185 \begin_inset ERT
1186 status collapsed
1187
1188 \begin_layout Plain Layout
1189
1190 {
1191 \end_layout
1192
1193 \end_inset
1194
1195 画像書式
1196 \begin_inset ERT
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200
1201 }
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1212 \family typewriter
1213 .jpg
1214 \family default
1215 」または「
1216 \family typewriter
1217 .jpeg
1218 \family default
1219 」)
1220 \begin_inset Index idx
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 JPG|see
1225 \begin_inset ERT
1226 status collapsed
1227
1228 \begin_layout Plain Layout
1229
1230 {
1231 \end_layout
1232
1233 \end_inset
1234
1235 画像書式
1236 \begin_inset ERT
1237 status collapsed
1238
1239 \begin_layout Plain Layout
1240
1241 }
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \end_inset
1250
1251 などがあります。
1252 \end_layout
1253
1254 \begin_layout Description
1255 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1256 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1257 に便利です。
1258 \begin_inset Newline newline
1259 \end_inset
1260
1261 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1262 \family typewriter
1263 .svg
1264 \family default
1265 」)
1266 \begin_inset Index idx
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270 SVG|see
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 {
1277 \end_layout
1278
1279 \end_inset
1280
1281 画像書式
1282 \begin_inset ERT
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286
1287 }
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \end_inset
1296
1297 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1298 \family typewriter
1299 .eps
1300 \family default
1301 」)
1302 \begin_inset Index idx
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 EPS|see
1307 \begin_inset ERT
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311
1312 {
1313 \end_layout
1314
1315 \end_inset
1316
1317 画像書式
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 }
1324 \end_layout
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \end_inset
1332
1333 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1334 \family typewriter
1335 .pdf
1336 \family default
1337 」)
1338 \begin_inset Index idx
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342 PDF
1343 \end_layout
1344
1345 \end_inset
1346
1347 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1348 \family typewriter
1349 .wmf
1350 \family default
1351 」)
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 SVG|see
1357 \begin_inset ERT
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361
1362 {
1363 \end_layout
1364
1365 \end_inset
1366
1367 画像書式
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1384 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1385 \begin_inset Foot
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 PDFの場合には、さらに元画像が圧縮されます。
1390 \end_layout
1391
1392 \end_inset
1393
1394 。たとえば、
1395 \family typewriter
1396 Adobe Photoshop
1397 \family default
1398 が生成するPDFファイルは、ビットマップ画像です。
1399 \end_layout
1400
1401 \begin_layout Standard
1402 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1403 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1404 \begin_inset Formula $\to$
1405 \end_inset
1406
1407 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1408 \end_layout
1409
1410 \begin_layout Chapter
1411
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 ひょう@表
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \begin_layout Section
1425 はじめに
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 ひょう@表 ! はじめに
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \begin_layout Standard
1439
1440 \family roman
1441 \series medium
1442 \shape up
1443 \size normal
1444 \emph off
1445 \bar no
1446 \noun off
1447 \color none
1448 表を挿入するには、ツールバーボタ
1449 \family default
1450 \series default
1451 \shape default
1452 \size default
1453 \emph default
1454 \bar default
1455 \noun default
1456 \color inherit
1457
1458 \begin_inset Info
1459 type  "icon"
1460 arg   "tabular-insert"
1461 \end_inset
1462
1463
1464 \family roman
1465 \series medium
1466 \shape up
1467 \size normal
1468 \emph off
1469 \bar no
1470 \noun off
1471 \color none
1472
1473 \family sans
1474 \series default
1475 \shape default
1476 \size default
1477 \emph default
1478 \bar default
1479 \noun default
1480 \color inherit
1481 挿入\SpecialChar \menuseparator
1482
1483 \family default
1484 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1485 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1486 \begin_inset Newline newline
1487 \end_inset
1488
1489 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1490 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1491 \end_layout
1492
1493 \begin_layout Standard
1494 \align center
1495 \begin_inset Tabular
1496 <lyxtabular version="3" rows="4" columns="4">
1497 <features rotate="0" tabularvalignment="middle">
1498 <column alignment="center" valignment="top" width="0">
1499 <column alignment="center" valignment="top" width="0">
1500 <column alignment="center" valignment="top" width="0">
1501 <column alignment="center" valignment="top" width="0">
1502 <row>
1503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 1
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 2
1526 \end_layout
1527
1528 \end_inset
1529 </cell>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 3
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 </lyxtabular>
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Section
1662 表ダイアログ
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 ひょう@表 ! だいあろぐ@ダイアログ
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Standard
1676
1677 \family roman
1678 \series medium
1679 \shape up
1680 \size normal
1681 \emph off
1682 \bar no
1683 \noun off
1684 \color none
1685 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1686 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1687 \family default
1688 \series default
1689 \shape default
1690 \size default
1691 \emph default
1692 \bar default
1693 \noun default
1694 \color inherit
1695 セルの
1696 \emph on
1697 内容
1698 \emph default
1699 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1700 \begin_inset Newline newline
1701 \end_inset
1702
1703 ダイアログオプションの
1704 \family sans
1705 直ちに適用
1706 \family default
1707 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1708 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1709 \begin_inset Newline newline
1710 \end_inset
1711
1712 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1713 \end_layout
1714
1715 \begin_layout Description
1716
1717 \family sans
1718 表の設定
1719 \family default
1720  ここでは、現在列の幅と水平揃えを設定することができます。
1721 \family sans
1722 小数点で
1723 \family default
1724 とある揃えは、第
1725 \begin_inset CommandInset ref
1726 LatexCommand ref
1727 reference "sub:特殊なセル揃え"
1728
1729 \end_inset
1730
1731 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1732 は、第
1733 \begin_inset CommandInset ref
1734 LatexCommand ref
1735 reference "sub:複数行"
1736
1737 \end_inset
1738
1739 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1740 \begin_inset Newline newline
1741 \end_inset
1742
1743 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1744 \begin_inset CommandInset ref
1745 LatexCommand ref
1746 reference "sub:連結列"
1747
1748 \end_inset
1749
1750 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1751 \begin_inset CommandInset ref
1752 LatexCommand ref
1753 reference "sub:連結行"
1754
1755 \end_inset
1756
1757 節をご参照ください。
1758 \begin_inset Newline newline
1759 \end_inset
1760
1761 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1762 \lang english
1763 For more information see sec.
1764 \begin_inset space \thinspace{}
1765 \end_inset
1766
1767
1768 \lang japanese
1769
1770 \begin_inset CommandInset ref
1771 LatexCommand ref
1772 reference "sec:Rotated-Table-Cells"
1773
1774 \end_inset
1775
1776
1777 \begin_inset Newline newline
1778 \end_inset
1779
1780
1781 \begin_inset Note Greyedout
1782 status open
1783
1784 \begin_layout Plain Layout
1785
1786 \series bold
1787 【註】
1788 \series default
1789 DVIビューアのすべてが回転を表示できるわけではありません。
1790 \end_layout
1791
1792 \end_inset
1793
1794
1795 \begin_inset Newline newline
1796 \end_inset
1797
1798 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1799 \begin_inset Newline newline
1800 \end_inset
1801
1802 各種の揃えを適用した同一行中の表:
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="2" columns="2">
1805 <features rotate="0" tabularvalignment="top">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <column alignment="center" valignment="top" width="0">
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 1
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 </row>
1828 <row>
1829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 A
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 </lyxtabular>
1849
1850 \end_inset
1851
1852  
1853 \begin_inset Tabular
1854 <lyxtabular version="3" rows="2" columns="2">
1855 <features rotate="0" tabularvalignment="middle">
1856 <column alignment="center" valignment="top" width="0">
1857 <column alignment="center" valignment="top" width="0">
1858 <row>
1859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 1
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 </row>
1878 <row>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883 A
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 </lyxtabular>
1899
1900 \end_inset
1901
1902  
1903 \begin_inset Tabular
1904 <lyxtabular version="3" rows="2" columns="2">
1905 <features rotate="0" tabularvalignment="bottom">
1906 <column alignment="center" valignment="top" width="0pt">
1907 <column alignment="center" valignment="top" width="0">
1908 <row>
1909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 1
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 </row>
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933 A
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 </lyxtabular>
1949
1950 \end_inset
1951
1952
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1957 \begin_inset CommandInset ref
1958 LatexCommand ref
1959 reference "sub:連結列の計算"
1960
1961 \end_inset
1962
1963 節および第
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "sec:色付きの表"
1967
1968 \end_inset
1969
1970 節をご参照下さい。
1971 \end_layout
1972
1973 \begin_layout Description
1974
1975 \family sans
1976 罫線
1977 \family default
1978  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1979 \begin_inset Newline newline
1980 \end_inset
1981
1982 様式オプションとして
1983 \family sans
1984 フォーマル様式
1985 \family default
1986 を使用すると、第
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sec:フォーマル形式の表"
1990
1991 \end_inset
1992
1993 節に述べられているフォーマル様式の表に表を変換します。
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 またここで、第
1998 \begin_inset CommandInset ref
1999 LatexCommand ref
2000 reference "sub:行の余白取り"
2001
2002 \end_inset
2003
2004 節に述べられているように、表の行に空白を追加することもできます。
2005 \end_layout
2006
2007 \begin_layout Description
2008
2009 \family sans
2010 長尺表
2011 \family default
2012  このタブは、複数のページにわたる、いわゆる「
2013 \emph on
2014 長尺表
2015 \emph default
2016 」を作るためのものです。第
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "sec:長尺表"
2020
2021 \end_inset
2022
2023 節および第
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "sec:長尺表にまつわる諸点"
2027
2028 \end_inset
2029
2030 節に、長尺表の機能に関する詳細な説明があります。
2031 \end_layout
2032
2033 \begin_layout Section
2034 表ツールバー
2035 \begin_inset Index idx
2036 status collapsed
2037
2038 \begin_layout Plain Layout
2039 ひょう@表 ! つーるばー@ツールバー
2040 \end_layout
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2049 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2050 \end_layout
2051
2052 \begin_layout Standard
2053 ツールバーには、以下のアイコンがあります。
2054 \end_layout
2055
2056 \begin_layout Labeling
2057 \labelwidthstring 00.00.0000
2058 \begin_inset Info
2059 type  "icon"
2060 arg   "inset-modify tabular append-row"
2061 \end_inset
2062
2063  は、現在セルあるいは選択範囲の下に行を追加します。
2064 \end_layout
2065
2066 \begin_layout Labeling
2067 \labelwidthstring 00.00.0000
2068 \begin_inset Info
2069 type  "icon"
2070 arg   "inset-modify tabular append-column"
2071 \end_inset
2072
2073  は、現在セルあるいは選択範囲の右に列を追加します。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078 \begin_inset Info
2079 type  "icon"
2080 arg   "inset-modify tabular delete-row"
2081 \end_inset
2082
2083  は、現在行あるいは選択範囲行を削除します。
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088 \begin_inset Info
2089 type  "icon"
2090 arg   "inset-modify tabular delete-column"
2091 \end_inset
2092
2093  は、現在列あるいは選択範囲列を削除します。
2094 \end_layout
2095
2096 \begin_layout Labeling
2097 \labelwidthstring 00.00.0000
2098 \begin_inset Info
2099 type  "icon"
2100 arg   "inset-modify tabular toggle-line-top"
2101 \end_inset
2102
2103  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular toggle-line-bottom"
2111 \end_inset
2112
2113  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2114 \end_layout
2115
2116 \begin_layout Labeling
2117 \labelwidthstring 00.00.0000
2118 \begin_inset Info
2119 type  "icon"
2120 arg   "inset-modify tabular toggle-line-left"
2121 \end_inset
2122
2123  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2124 \end_layout
2125
2126 \begin_layout Labeling
2127 \labelwidthstring 00.00.0000
2128 \begin_inset Info
2129 type  "icon"
2130 arg   "inset-modify tabular toggle-line-right"
2131 \end_inset
2132
2133  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Info
2139 type  "icon"
2140 arg   "inset-modify tabular set-all-lines"
2141 \end_inset
2142
2143  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148 \begin_inset Info
2149 type  "icon"
2150 arg   "inset-modify tabular unset-all-lines"
2151 \end_inset
2152
2153  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2154 \end_layout
2155
2156 \begin_layout Labeling
2157 \labelwidthstring 00.00.0000
2158 \begin_inset Info
2159 type  "icon"
2160 arg   "inset-modify tabular m-align-left"
2161 \end_inset
2162
2163  は、現在セルあるいは現在列の内容を左揃えにします。
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Info
2169 type  "icon"
2170 arg   "inset-modify tabular m-align-center"
2171 \end_inset
2172
2173  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2174 \end_layout
2175
2176 \begin_layout Labeling
2177 \labelwidthstring 00.00.0000
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular m-align-right"
2181 \end_inset
2182
2183  は、現在セルあるいは現在列の内容を右揃えにします。
2184 \end_layout
2185
2186 \begin_layout Labeling
2187 \labelwidthstring 00.00.0000
2188 \begin_inset Info
2189 type  "icon"
2190 arg   "inset-modify tabular align-decimal"
2191 \end_inset
2192
2193  は、現在セルの内容を特定文字位置で揃えます。
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Info
2199 type  "icon"
2200 arg   "inset-modify tabular m-valign-top"
2201 \end_inset
2202
2203  は、現在セルの内容を垂直方向上揃えにします。
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Info
2209 type  "icon"
2210 arg   "inset-modify tabular m-valign-middle"
2211 \end_inset
2212
2213  は、現在セルの内容を垂直方向中央揃えにします。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Info
2219 type  "icon"
2220 arg   "inset-modify tabular m-valign-bottom"
2221 \end_inset
2222
2223  は、現在セルの内容を垂直方向下揃えにします。
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Info
2229 type  "icon"
2230 arg   "inset-modify tabular set-rotate-cell"
2231 \end_inset
2232
2233  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Info
2239 type  "icon"
2240 arg   "inset-modify tabular set-rotate-tabular"
2241 \end_inset
2242
2243  は、表全体を反時計廻りに90度回転します。
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular multicolumn"
2251 \end_inset
2252
2253  は、現在セルあるいは選択範囲を連結列にします。
2254 \end_layout
2255
2256 \begin_layout Labeling
2257 \labelwidthstring 00.00.0000
2258 \begin_inset Info
2259 type  "icon"
2260 arg   "inset-modify tabular multirow"
2261 \end_inset
2262
2263  は、現在セルあるいは選択範囲を連結行にします。
2264 \end_layout
2265
2266 \begin_layout Standard
2267 \begin_inset Note Greyedout
2268 status open
2269
2270 \begin_layout Plain Layout
2271
2272 \series bold
2273 【註】
2274 \series default
2275 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \end_layout
2282
2283 \begin_layout Section
2284 表編集メニュー
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2290 \end_layout
2291
2292 \end_inset
2293
2294
2295 \end_layout
2296
2297 \begin_layout Standard
2298 表ダイアログと表ツールバーの他に、
2299 \family sans
2300 編集\SpecialChar \menuseparator
2301
2302 \family default
2303 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2304 部にあるときのみ、表示されます。
2305 \end_layout
2306
2307 \begin_layout Section
2308 表フロート
2309 \begin_inset CommandInset label
2310 LatexCommand label
2311 name "sec:表フロート"
2312
2313 \end_inset
2314
2315
2316 \begin_inset Index idx
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 ふろーと@フロート ! ひょう@表
2321 \end_layout
2322
2323 \end_inset
2324
2325
2326 \begin_inset Index idx
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330 ひょう@表 ! ふろーと@フロート
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Standard
2339 フロートの一般的な説明については、第
2340 \begin_inset CommandInset ref
2341 LatexCommand ref
2342 reference "sec:フロートはじめに"
2343
2344 \end_inset
2345
2346 節をご覧下さい。
2347 \end_layout
2348
2349 \begin_layout Standard
2350 \begin_inset Float table
2351 placement h
2352 wide false
2353 sideways false
2354 status open
2355
2356 \begin_layout Plain Layout
2357 \begin_inset Caption Standard
2358
2359 \begin_layout Plain Layout
2360 \begin_inset CommandInset label
2361 LatexCommand label
2362 name "tab:表フロート"
2363
2364 \end_inset
2365
2366 表フロート
2367 \end_layout
2368
2369 \end_inset
2370
2371
2372 \end_layout
2373
2374 \begin_layout Plain Layout
2375 \align center
2376 \begin_inset Tabular
2377 <lyxtabular version="3" rows="3" columns="3">
2378 <features rotate="0" tabularvalignment="middle">
2379 <column alignment="center" valignment="top" width="0pt">
2380 <column alignment="center" valignment="top" width="0pt">
2381 <column alignment="center" valignment="top" width="0pt">
2382 <row>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \family roman
2389 \series medium
2390 \shape up
2391 \size normal
2392 \emph off
2393 \bar no
2394 \noun off
2395 \color none
2396 1
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405
2406 \family roman
2407 \series medium
2408 \shape up
2409 \size normal
2410 \emph off
2411 \bar no
2412 \noun off
2413 \color none
2414 2
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Plain Layout
2423
2424 \family roman
2425 \series medium
2426 \shape up
2427 \size normal
2428 \emph off
2429 \bar no
2430 \noun off
2431 \color none
2432 3
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443 森嶋
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Plain Layout
2452 宇沢
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461 二階堂
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 </row>
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \family roman
2474 \series medium
2475 \shape up
2476 \size normal
2477 \emph off
2478 \bar no
2479 \noun off
2480 \color none
2481 \begin_inset Formula $\int x^{2}dx$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493
2494 \family roman
2495 \series medium
2496 \shape up
2497 \size normal
2498 \emph off
2499 \bar no
2500 \noun off
2501 \color none
2502 \begin_inset Formula $\left[\begin{array}{cc}
2503 a & b\\
2504 c & d
2505 \end{array}\right]$
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \family roman
2519 \series medium
2520 \shape up
2521 \size normal
2522 \emph off
2523 \bar no
2524 \noun off
2525 \color none
2526 \begin_inset Formula $1+1=2$
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 </row>
2535 </lyxtabular>
2536
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 表フロートは、
2549 \family sans
2550 挿入
2551 \shape up
2552 \SpecialChar \menuseparator
2553 フロート\SpecialChar \menuseparator
2554
2555 \family default
2556 \shape default
2557 メニューかツールバーボタン
2558 \family sans
2559
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "float-insert table"
2563 \end_inset
2564
2565
2566 \family default
2567 を使うと挿入することができます。
2568 \end_layout
2569
2570 \begin_layout Standard
2571 フロートは折りたたむことのできるボックスとして表示され、中には「表
2572 \begin_inset space ~
2573 \end_inset
2574
2575 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2576 \end_layout
2577
2578 \begin_layout Standard
2579
2580 \begin_inset space ~
2581 \end_inset
2582
2583
2584 \begin_inset CommandInset ref
2585 LatexCommand ref
2586 reference "tab:表フロート"
2587
2588 \end_inset
2589
2590 は、表フロートに入れた表の例です。
2591 \end_layout
2592
2593 \begin_layout Standard
2594 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2595 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2596 eXパッケージの
2597 \series bold
2598 caption
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2606 \end_layout
2607
2608 \end_inset
2609
2610
2611 \end_layout
2612
2613 \begin_layout Standard
2614
2615 \series bold
2616 tableposition=top
2617 \end_layout
2618
2619 \begin_layout Standard
2620 というオプションとともにloadコマンドを使って読み込んでください
2621 \begin_inset Foot
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 詳しくは、第
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:キャプションの配置"
2629
2630 \end_inset
2631
2632 節をご覧下さい。
2633 \end_layout
2634
2635 \end_inset
2636
2637 。キャプション書式を調整するには、第
2638 \begin_inset CommandInset ref
2639 LatexCommand ref
2640 reference "sec:キャプションの書式設定"
2641
2642 \end_inset
2643
2644 節にものべられているように
2645 \series bold
2646 caption
2647 \series default
2648 パッケージを使用します。
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 さんしょう@参照 ! ひょうへの@表への
2657 \end_layout
2658
2659 \end_inset
2660
2661 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2662 \family sans
2663 挿入\SpecialChar \menuseparator
2664 ラベル
2665 \family default
2666 メニューかツールバーボタンの
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "label-insert"
2670 \end_inset
2671
2672 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2673 相互参照メニューかツールバーボタンの
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "dialog-show-new-inset ref"
2677 \end_inset
2678
2679 を用いて、このラベルを参照することができます。
2680 \begin_inset Newline newline
2681 \end_inset
2682
2683 参照は、第
2684 \begin_inset CommandInset ref
2685 LatexCommand ref
2686 reference "sec:フロートの参照"
2687
2688 \end_inset
2689
2690 節で詳細に説明されています。
2691 \end_layout
2692
2693 \begin_layout Section
2694 長尺表
2695 \begin_inset CommandInset label
2696 LatexCommand label
2697 name "sec:長尺表"
2698
2699 \end_inset
2700
2701
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 ちょうしゃくひょう@長尺表
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 ひょう@表 ! ちょうしゃくひょう@長尺表
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2726 \family sans
2727 長尺表
2728 \family default
2729 タブにある
2730 \family sans
2731 長尺表を使う
2732 \family default
2733 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2734 することができるようになります。
2735 \end_layout
2736
2737 \begin_layout Description
2738 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2739 \family roman
2740 \series medium
2741 \shape up
2742 \size normal
2743 \emph off
2744 \bar no
2745 \noun off
2746 \color none
2747 ただし、
2748 \family sans
2749 \series default
2750 \shape default
2751 \size default
2752 \emph default
2753 \bar default
2754 \noun default
2755 \color inherit
2756 冒頭ヘッダ
2757 \family roman
2758 \series medium
2759 \shape up
2760 \size normal
2761 \emph off
2762 \bar no
2763 \noun off
2764 \color none
2765 が定義されているときは、冒頭ページを除きます。
2766 \family default
2767 \series default
2768 \shape default
2769 \size default
2770 \emph default
2771 \bar default
2772 \noun default
2773 \color inherit
2774 これと区別して、このヘッダは本体ヘッダと呼びます。
2775 \end_layout
2776
2777 \begin_layout Description
2778 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2779 \end_layout
2780
2781 \begin_layout Description
2782 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2783 \family roman
2784 \series medium
2785 \shape up
2786 \size normal
2787 \emph off
2788 \bar no
2789 \noun off
2790 \color none
2791 ただし、
2792 \family sans
2793 \series default
2794 \shape default
2795 \size default
2796 \emph default
2797 \bar default
2798 \noun default
2799 \color inherit
2800 末尾フッタ
2801 \family roman
2802 \series medium
2803 \shape up
2804 \size normal
2805 \emph off
2806 \bar no
2807 \noun off
2808 \color none
2809 が定義されているときは、末尾ページを除きます。
2810 \end_layout
2811
2812 \begin_layout Description
2813 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2814 \end_layout
2815
2816 \begin_layout Description
2817 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2818 \begin_inset CommandInset ref
2819 LatexCommand ref
2820 reference "sub:長尺表のキャプション"
2821
2822 \end_inset
2823
2824 節で説明されています。
2825 \end_layout
2826
2827 \begin_layout Standard
2828 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2829 \end_layout
2830
2831 \begin_layout Standard
2832 \align center
2833 \begin_inset Tabular
2834 <lyxtabular version="3" rows="69" columns="3">
2835 <features rotate="0" islongtable="true" longtabularalignment="center">
2836 <column alignment="left" valignment="top" width="0cm">
2837 <column alignment="left" valignment="top" width="0pt">
2838 <column alignment="center" valignment="top" width="0pt">
2839 <row endfirsthead="true">
2840 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844
2845 \series bold
2846 例示用電話帳(名前は無視してください)
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 <row endfirsthead="true">
2871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875 氏名
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \series bold
2895 TEL.
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row endhead="true">
2902 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \series bold
2908 例示用電話帳
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 </row>
2932 <row endhead="true">
2933 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 氏名
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \series bold
2957 TEL.
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 </row>
2963 <row endfoot="true">
2964 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968 次頁へつづく
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 </row>
2992 <row>
2993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \series bold
2999 Annovi
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 Silvia
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 111
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 </row>
3023 <row>
3024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028
3029 \series bold
3030 Bertoli
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 Stefano
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 111
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 </row>
3054 <row>
3055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \series bold
3061 Bozzi
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell alignment="center" valignment="top" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070 Walter
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079 111
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 </row>
3085 <row>
3086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \series bold
3092 Cachia
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Maria
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110 111
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \series bold
3123 Cachia
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132 Maurizio
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 111
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 </row>
3147 <row>
3148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \series bold
3154 Cinquemani
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163 Giusi
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172 111
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row>
3179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \series bold
3185 Colin
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 Bernard
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 111
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \series bold
3216 Concli
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 Gianfranco
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 111
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 <row>
3241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 Dal Bosco
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 Carolina
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 111
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \series bold
3278 Dalpiaz
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 Annamaria
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 111
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \series bold
3309 Feliciello
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Domenico
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 111
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Focarelli
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Paola
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 111
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Galletti
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Oreste
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 111
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row>
3396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 Gasparini
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Franca
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 111
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Rizzardi
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Paola
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Lassini
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Giancarlo
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Malfatti
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Luciano
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Malfatti
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Valeriano
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Meneguzzo
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Roberto
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Mezzadra
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Roberto
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Pirpamer
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Erich
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Pochiesa
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Paolo
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111, 222
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Radina
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Claudio
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Stuffer
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Oskar
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Tacchelli
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Ugo
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Tezzele
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Margit
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Unterkalmsteiner
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Frieda
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Vieider
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Hilde
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Vigna
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Jürgen
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Weber
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Maurizio
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Winkler
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Franz
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958  
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Annovi
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Silvia
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 555
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Bertoli
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Stefano
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 555
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Bozzi
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Walter
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 555
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Cachia
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Maria
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 555
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Cachia
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Maurizio
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 555
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Cinquemani
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Giusi
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 555
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Colin
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Bernard
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 555
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Concli
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Gianfranco
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 555
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Dal Bosco
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Carolina
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 555
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Dalpiaz
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Annamaria
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 555
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Feliciello
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Domenico
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 555
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Focarelli
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Paola
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 555
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Galletti
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Oreste
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 555
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Gasparini
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Franca
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 555
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Rizzardi
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Paola
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Lassini
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Giancarlo
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Malfatti
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Luciano
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Malfatti
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Valeriano
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Meneguzzo
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Roberto
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Mezzadra
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Roberto
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Pirpamer
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Erich
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Pochiesa
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Paolo
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555, 222
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Radina
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Claudio
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Stuffer
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Oskar
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Tacchelli
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Ugo
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Tezzele
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Margit
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Unterkalmsteiner
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Frieda
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Vieider
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Hilde
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Vigna
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Jürgen
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 999
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Weber
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Maurizio
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Winkler
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Franz
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row endlastfoot="true">
4944 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 以上
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 </lyxtabular>
4973
4974 \end_inset
4975
4976
4977 \begin_inset ERT
4978 status collapsed
4979
4980 \begin_layout Plain Layout
4981
4982
4983 \backslash
4984 addtocounter{table}{-1}
4985 \end_layout
4986
4987 \end_inset
4988
4989
4990 \begin_inset Note Note
4991 status collapsed
4992
4993 \begin_layout Plain Layout
4994 本コマンドの説明については、第
4995 \begin_inset CommandInset ref
4996 LatexCommand ref
4997 reference "sub:長尺表のキャプション"
4998
4999 \end_inset
5000
5001 節の最初の淡色表示注釈をご覧下さい。
5002 \end_layout
5003
5004 \end_inset
5005
5006
5007 \end_layout
5008
5009 \begin_layout Subsection
5010 長尺表での脚注
5011 \begin_inset CommandInset label
5012 LatexCommand label
5013 name "sub:長尺表での脚注"
5014
5015 \end_inset
5016
5017
5018 \begin_inset Index idx
5019 status collapsed
5020
5021 \begin_layout Plain Layout
5022 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5023 \end_layout
5024
5025 \end_inset
5026
5027
5028 \end_layout
5029
5030 \begin_layout Standard
5031 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5032 \begin_inset CommandInset ref
5033 LatexCommand ref
5034 reference "tab:別キャプション"
5035
5036 \end_inset
5037
5038 には脚注が付いています。
5039 \end_layout
5040
5041 \begin_layout Subsection
5042 長尺表の縦横揃え
5043 \begin_inset Index idx
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5048 \end_layout
5049
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \begin_layout Standard
5056 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5057 設定してから
5058 \end_layout
5059
5060 \begin_layout Standard
5061
5062 \series bold
5063
5064 \backslash
5065 setlength{
5066 \backslash
5067 LTleft}{値}
5068 \end_layout
5069
5070 \begin_layout Standard
5071 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5072 \series bold
5073
5074 \backslash
5075 LTleft
5076 \series default
5077 および
5078 \series bold
5079
5080 \backslash
5081 LTright
5082 \series default
5083 の値を変更しなくてはなりません。ここで「値」は、第
5084 \begin_inset CommandInset ref
5085 LatexCommand ref
5086 reference "tab:単位"
5087
5088 \end_inset
5089
5090 表に挙げてある単位であれば、どの単位を取ることもできます。
5091 \series bold
5092
5093 \backslash
5094 LTleft
5095 \series default
5096 は、左頁余白から長尺表までの水平方向の距離を制御し、
5097 \series bold
5098
5099 \backslash
5100 LTright
5101 \series default
5102 は、右頁余白からの距離を制御します。これらの長さの既定値は
5103 \series bold
5104
5105 \backslash
5106 fill
5107 \series default
5108 となっており、LyXの水平フィルと同等になっています。
5109 \end_layout
5110
5111 \begin_layout Standard
5112 以下の長尺表は、中央揃えの上、
5113 \series bold
5114
5115 \backslash
5116 LTleft
5117 \series default
5118
5119 \family sans
5120 0.1
5121 \backslash
5122 columnwidth
5123 \family default
5124 に設定してあります。
5125 \begin_inset ERT
5126 status collapsed
5127
5128 \begin_layout Plain Layout
5129
5130
5131 \backslash
5132 setlength{
5133 \backslash
5134 LTleft}{0.1
5135 \backslash
5136 columnwidth}
5137 \end_layout
5138
5139 \end_inset
5140
5141
5142 \end_layout
5143
5144 \begin_layout Standard
5145 \begin_inset Tabular
5146 <lyxtabular version="3" rows="5" columns="5">
5147 <features rotate="0" islongtable="true" longtabularalignment="center">
5148 <column alignment="center" valignment="top" width="0">
5149 <column alignment="center" valignment="top" width="0">
5150 <column alignment="center" valignment="top" width="0">
5151 <column alignment="center" valignment="top" width="0">
5152 <column alignment="center" valignment="top" width="0">
5153 <row>
5154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 1
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 2
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 3
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 4
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 5
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 </row>
5200 <row>
5201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 いろは
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 いろは
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 いろは
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 いろは
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 いろは
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 いろは
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 いろは
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 いろは
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 いろは
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 いろは
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 いろは
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 </lyxtabular>
5389
5390 \end_inset
5391
5392
5393 \begin_inset ERT
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397
5398
5399 \backslash
5400 setlength{
5401 \backslash
5402 LTleft}{
5403 \backslash
5404 fill}
5405 \end_layout
5406
5407 \end_inset
5408
5409
5410 \begin_inset ERT
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414
5415
5416 \backslash
5417 addtocounter{table}{-1}
5418 \end_layout
5419
5420 \end_inset
5421
5422
5423 \begin_inset Note Note
5424 status collapsed
5425
5426 \begin_layout Plain Layout
5427 このコマンドの説明に関しては、第
5428 \begin_inset CommandInset ref
5429 LatexCommand ref
5430 reference "sub:長尺表のキャプション"
5431
5432 \end_inset
5433
5434 節の最初の淡色表示注釈をご覧下さい。
5435 \end_layout
5436
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \begin_layout Subsection
5443 長尺表のキャプション
5444 \begin_inset Index idx
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5449 \end_layout
5450
5451 \end_inset
5452
5453
5454 \begin_inset CommandInset label
5455 LatexCommand label
5456 name "sub:長尺表のキャプション"
5457
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \begin_layout Standard
5464 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5465 \begin_inset CommandInset ref
5466 LatexCommand ref
5467 reference "sec:長尺表"
5468
5469 \end_inset
5470
5471 節に述べられているように、ある行で長尺表オプションの
5472 \family sans
5473 キャプション
5474 \family default
5475 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5476 \end_layout
5477
5478 \begin_layout Standard
5479 以下は、動作を確認するための短い長尺表です。
5480 \end_layout
5481
5482 \begin_layout Standard
5483 \begin_inset Tabular
5484 <lyxtabular version="3" rows="6" columns="5">
5485 <features rotate="0" islongtable="true" longtabularalignment="center">
5486 <column alignment="center" valignment="top" width="0">
5487 <column alignment="center" valignment="top" width="0">
5488 <column alignment="center" valignment="top" width="0">
5489 <column alignment="center" valignment="top" width="0">
5490 <column alignment="center" valignment="top" width="0">
5491 <row endfirsthead="true" caption="true">
5492 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 \begin_inset Caption Standard
5497
5498 \begin_layout Plain Layout
5499 キャプション付き長尺表
5500 \begin_inset Argument 1
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 長尺表
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 1
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 2
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 3
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 4
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 5
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 いろは
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 いろは
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 いろは
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 いろは
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 </row>
5697 <row>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 いろは
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 いろは
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 いろは
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 いろは
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 いろは
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 いろは
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 いろは
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 </lyxtabular>
5792
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset VSpace medskip
5800 \end_inset
5801
5802
5803 \begin_inset Note Greyedout
5804 status open
5805
5806 \begin_layout Plain Layout
5807
5808 \series bold
5809 【註1】
5810 \series default
5811 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5812 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5813 \end_layout
5814
5815 \begin_layout Plain Layout
5816
5817 \series bold
5818
5819 \backslash
5820 addtocounter{table}{-1}
5821 \end_layout
5822
5823 \begin_layout Plain Layout
5824 というコマンドを挿入する方法があります。
5825 \end_layout
5826
5827 \begin_layout Plain Layout
5828 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5829 \end_layout
5830
5831 \begin_layout Plain Layout
5832
5833 \series bold
5834
5835 \backslash
5836 let
5837 \backslash
5838 myEnd
5839 \backslash
5840 endlongtable
5841 \begin_inset Newline newline
5842 \end_inset
5843
5844
5845 \backslash
5846 renewcommand{
5847 \backslash
5848 endlongtable}{
5849 \backslash
5850 myEnd
5851 \backslash
5852 addtocounter{table}{-1}}
5853 \end_layout
5854
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \begin_layout Standard
5861 \begin_inset Note Greyedout
5862 status open
5863
5864 \begin_layout Plain Layout
5865
5866 \series bold
5867 【註2】
5868 \series default
5869 相互参照をリンクするために、
5870 \family sans
5871 文書設定
5872 \family default
5873 ダイアログの
5874 \family sans
5875 PDF特性
5876 \family default
5877
5878 \series bold
5879 hyperref
5880 \series default
5881
5882 \begin_inset Index idx
5883 status collapsed
5884
5885 \begin_layout Plain Layout
5886 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5887 \end_layout
5888
5889 \end_inset
5890
5891 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5892 \end_layout
5893
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \begin_layout Subsubsection
5900 長尺表への参照
5901 \begin_inset Index idx
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5906 \end_layout
5907
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \begin_layout Standard
5914 \begin_inset Tabular
5915 <lyxtabular version="3" rows="6" columns="5">
5916 <features rotate="0" islongtable="true" longtabularalignment="center">
5917 <column alignment="center" valignment="top" width="0">
5918 <column alignment="center" valignment="top" width="0">
5919 <column alignment="center" valignment="top" width="0">
5920 <column alignment="center" valignment="top" width="0">
5921 <column alignment="center" valignment="top" width="0">
5922 <row endfirsthead="true" caption="true">
5923 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 \begin_inset Caption Standard
5928
5929 \begin_layout Plain Layout
5930 参照された長尺表
5931 \begin_inset CommandInset label
5932 LatexCommand label
5933 name "tab:参照例"
5934
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 </row>
5984 <row>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 1
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 2
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 3
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 4
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 5
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 </row>
6031 <row>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 いろは
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 いろは
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 いろは
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 いろは
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 いろは
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 いろは
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 </row>
6172 <row>
6173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 いろは
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 いろは
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 いろは
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 いろは
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 いろは
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 </lyxtabular>
6220
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \begin_layout Standard
6227 長尺表を参照するには、キャプションにラベルを挿入してください。
6228 \end_layout
6229
6230 \begin_layout Standard
6231 これは表
6232 \begin_inset CommandInset ref
6233 LatexCommand ref
6234 reference "tab:参照例"
6235
6236 \end_inset
6237
6238 への参照です。
6239 \end_layout
6240
6241 \begin_layout Standard
6242 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6243 \series bold
6244 caption
6245 \series default
6246
6247 \begin_inset Index idx
6248 status collapsed
6249
6250 \begin_layout Plain Layout
6251 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6252 \end_layout
6253
6254 \end_inset
6255
6256 を使用して設定することができます。第
6257 \begin_inset CommandInset ref
6258 LatexCommand ref
6259 reference "sec:キャプションの書式設定"
6260
6261 \end_inset
6262
6263 節をご覧下さい。
6264 \end_layout
6265
6266 \begin_layout Subsubsection
6267 キャプションの幅
6268 \begin_inset Index idx
6269 status collapsed
6270
6271 \begin_layout Plain Layout
6272 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6273 \end_layout
6274
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \begin_layout Standard
6281 キャプション行の最大長は、長さ
6282 \series bold
6283
6284 \backslash
6285 LTcapwidth
6286 \series default
6287 によって指定することができます。既定値は4
6288 \begin_inset space \thinspace{}
6289 \end_inset
6290
6291 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6292 \end_layout
6293
6294 \begin_layout Standard
6295
6296 \series bold
6297
6298 \backslash
6299 setlength{
6300 \backslash
6301 LTcapwidth}{幅}
6302 \end_layout
6303
6304 \begin_layout Standard
6305 というコマンドを書き加えて下さい。ここで「幅」には、付録
6306 \begin_inset CommandInset ref
6307 LatexCommand ref
6308 reference "cha:LyXで使用できる単位"
6309
6310 \end_inset
6311
6312 に挙げられている単位を取ることができます。
6313 \end_layout
6314
6315 \begin_layout Standard
6316 以下の各表で違いを示します。
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \begin_inset Tabular
6321 <lyxtabular version="3" rows="6" columns="5">
6322 <features rotate="0" islongtable="true" longtabularalignment="center">
6323 <column alignment="center" valignment="top" width="0">
6324 <column alignment="center" valignment="top" width="0">
6325 <column alignment="center" valignment="top" width="0">
6326 <column alignment="center" valignment="top" width="0">
6327 <column alignment="center" valignment="top" width="0">
6328 <row endfirsthead="true" caption="true">
6329 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 \begin_inset Caption Standard
6334
6335 \begin_layout Plain Layout
6336 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6337 \begin_inset Argument 1
6338 status collapsed
6339
6340 \begin_layout Plain Layout
6341 既定幅のキャプション
6342 \end_layout
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 1
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 2
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 3
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 4
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 5
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 いろは
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 いろは
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 いろは
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 いろは
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 いろは
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 いろは
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row>
6582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 いろは
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 いろは
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 いろは
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 いろは
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 いろは
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 </lyxtabular>
6629
6630 \end_inset
6631
6632
6633 \end_layout
6634
6635 \begin_layout Standard
6636 \begin_inset ERT
6637 status collapsed
6638
6639 \begin_layout Plain Layout
6640
6641
6642 \backslash
6643 setlength{
6644 \backslash
6645 LTcapwidth}{5cm}
6646 \end_layout
6647
6648 \end_inset
6649
6650
6651 \begin_inset Tabular
6652 <lyxtabular version="3" rows="6" columns="5">
6653 <features rotate="0" islongtable="true" longtabularalignment="center">
6654 <column alignment="center" valignment="top" width="0">
6655 <column alignment="center" valignment="top" width="0">
6656 <column alignment="center" valignment="top" width="0">
6657 <column alignment="center" valignment="top" width="0">
6658 <column alignment="center" valignment="top" width="0">
6659 <row endfirsthead="true" caption="true">
6660 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 \begin_inset Caption Standard
6665
6666 \begin_layout Plain Layout
6667 5
6668 \begin_inset space \thinspace{}
6669 \end_inset
6670
6671 cm幅のなが〜いフルタイトル・5
6672 \begin_inset space \thinspace{}
6673 \end_inset
6674
6675 cm幅のなが〜いフルタイトル・5
6676 \begin_inset space \thinspace{}
6677 \end_inset
6678
6679 cm幅のなが〜いフルタイトル
6680 \begin_inset Argument 1
6681 status collapsed
6682
6683 \begin_layout Plain Layout
6684 5
6685 \begin_inset space \thinspace{}
6686 \end_inset
6687
6688 cm幅のキャプション
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \end_inset
6697
6698
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 </row>
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 1
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 2
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 3
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 4
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 5
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 </row>
6787 <row>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 いろは
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 いろは
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 いろは
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 いろは
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 </row>
6881 <row>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 いろは
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 いろは
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 </row>
6928 <row>
6929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 いろは
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 いろは
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 いろは
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 いろは
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 いろは
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 </lyxtabular>
6976
6977 \end_inset
6978
6979
6980 \end_layout
6981
6982 \begin_layout Standard
6983 \begin_inset ERT
6984 status collapsed
6985
6986 \begin_layout Plain Layout
6987
6988
6989 \backslash
6990 setlength{
6991 \backslash
6992 LTcapwidth}{4in}
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \begin_layout Standard
7001 \begin_inset Note Greyedout
7002 status open
7003
7004 \begin_layout Plain Layout
7005
7006 \series bold
7007 【註】
7008 \series default
7009 この文書のようにLaTeXパッケージの
7010 \series bold
7011 caption
7012 \series default
7013
7014 \begin_inset Index idx
7015 status collapsed
7016
7017 \begin_layout Plain Layout
7018 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7019 \end_layout
7020
7021 \end_inset
7022
7023 を使用している時には、
7024 \series bold
7025
7026 \backslash
7027 LTcapwidth
7028 \series default
7029 に既定値の4
7030 \begin_inset space \thinspace{}
7031 \end_inset
7032
7033 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7034 \begin_inset space \thinspace{}
7035 \end_inset
7036
7037 in幅のキャプションを作るには、3.99
7038 \begin_inset space \thinspace{}
7039 \end_inset
7040
7041 inのように4.0
7042 \begin_inset space \thinspace{}
7043 \end_inset
7044
7045 inと少し違う値を指定するか、
7046 \series bold
7047 caption
7048 \series default
7049 パッケージが提供している
7050 \series bold
7051
7052 \backslash
7053 captionsetup{width=値}
7054 \series default
7055 というLaTeXコマンドを用いる方法があります。
7056 \end_layout
7057
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \begin_layout Subsubsection
7064 表の各ページごとに異なるキャプション
7065 \begin_inset Index idx
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \begin_layout Standard
7078 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7079 \end_layout
7080
7081 \begin_layout Standard
7082
7083 \series bold
7084
7085 \backslash
7086 caption*{キャプション文}
7087 \backslash
7088
7089 \backslash
7090 %
7091 \end_layout
7092
7093 \begin_layout Standard
7094 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7095 \begin_inset CommandInset ref
7096 LatexCommand ref
7097 reference "tab:別キャプション"
7098
7099 \end_inset
7100
7101 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7102 \end_layout
7103
7104 \begin_layout Standard
7105 \align center
7106 \begin_inset Tabular
7107 <lyxtabular version="3" rows="59" columns="3">
7108 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7109 <column alignment="left" valignment="top" width="0cm">
7110 <column alignment="left" valignment="top" width="0pt">
7111 <column alignment="center" valignment="top" width="0pt">
7112 <row endfirsthead="true" caption="true">
7113 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 \begin_inset Caption Standard
7118
7119 \begin_layout Plain Layout
7120 例示用電話帳
7121 \begin_inset CommandInset label
7122 LatexCommand label
7123 name "tab:別キャプション"
7124
7125 \end_inset
7126
7127
7128 \begin_inset Argument 1
7129 status collapsed
7130
7131 \begin_layout Plain Layout
7132 例示用電話帳
7133 \end_layout
7134
7135 \end_inset
7136
7137
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 </row>
7166 <row endfirsthead="true">
7167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171
7172 \series bold
7173 例示用電話帳(名前は無視の事)
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 <row endfirsthead="true">
7198 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202
7203 \series bold
7204 氏名
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222
7223 \series bold
7224 TEL.
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row endhead="true">
7231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 \begin_inset ERT
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239
7240
7241 \backslash
7242 caption*{例示用電話帳の続き}
7243 \backslash
7244
7245 \backslash
7246 %
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 </row>
7275 <row endhead="true">
7276 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280
7281 \series bold
7282 例示用電話帳
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 </row>
7306 <row endhead="true">
7307 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311
7312 \series bold
7313 氏名
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331
7332 \series bold
7333 TEL.
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row endfoot="true">
7340 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 次頁に続く
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 </row>
7368 <row>
7369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373
7374 \series bold
7375 Annovi
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 Silvia
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 111
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 </row>
7399 <row>
7400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404
7405 \series bold
7406 Bertoli
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 Stefano
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 111
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row>
7431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \series bold
7437 Bozzi
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 Walter
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 111
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \series bold
7468 Cachia
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 Maria
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 111
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 </row>
7492 <row>
7493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \series bold
7499 Cachia
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 Maurizio
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 111
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \series bold
7530 Cinquemani
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 Giusi
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548 111
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 </row>
7554 <row>
7555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559
7560 \series bold
7561 Colin
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 Bernard
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 111
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row>
7586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \series bold
7592 Concli
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 Gianfranco
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 111
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \series bold
7623 Dal Bosco
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 Carolina
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 111
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 </row>
7647 <row>
7648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 Dalpiaz
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 Annamaria
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 111
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row>
7679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 Feliciello
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 Domenico
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 111
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row>
7710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \series bold
7716 Focarelli
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 Paola
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 111
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \series bold
7747 Galletti
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 Oreste
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765 111
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 </row>
7771 <row>
7772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \series bold
7778 Gasparini
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 Franca
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 111
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row>
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \series bold
7809 Rizzardi
7810 \series default
7811
7812 \begin_inset Foot
7813 status collapsed
7814
7815 \begin_layout Plain Layout
7816 例示用脚注
7817 \end_layout
7818
7819 \end_inset
7820
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 Paola
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 111
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Lassini
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 Giancarlo
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 111
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 Malfatti
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 Luciano
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 111
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \series bold
7914 Malfatti
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Valeriano
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 111
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 Meneguzzo
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 Roberto
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 111
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \series bold
7976 Mezzadra
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Roberto
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 111
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \series bold
8007 Pirpamer
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Erich
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 111
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \series bold
8038 Pochiesa
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 Paolo
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 111, 222
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \series bold
8069 Radina
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Claudio
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 111
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Stuffer
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Oskar
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Tacchelli
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Ugo
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Tezzele
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Margit
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Unterkalmsteiner
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Frieda
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Vieider
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Hilde
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Vigna
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Jürgen
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Weber
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Maurizio
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 111
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \series bold
8317 Winkler
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 Franz
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 111
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346  
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Annovi
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Silvia
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 555
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Bertoli
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Stefano
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 555
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Bozzi
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Walter
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 555
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Cachia
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Maria
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 555
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Cachia
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Maurizio
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 555
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Cinquemani
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Giusi
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 555
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Colin
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Bernard
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 555
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Concli
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Gianfranco
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 555
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Dal Bosco
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Carolina
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 555
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Dalpiaz
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Annamaria
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 555
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Feliciello
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Domenico
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 555
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Focarelli
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Paola
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 555
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Galletti
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Oreste
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 555
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Gasparini
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Franca
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 555
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Rizzardi
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Paola
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 555
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Lassini
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Giancarlo
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 555
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Malfatti
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Luciano
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 555
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Malfatti
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Valeriano
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 555
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933
8934 \series bold
8935 Meneguzzo
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 Roberto
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 555
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966 Mezzadra
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Roberto
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 555
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 </lyxtabular>
8991
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \begin_layout Section
8998 長尺表にまつわる諸点
8999 \begin_inset CommandInset label
9000 LatexCommand label
9001 name "sec:長尺表にまつわる諸点"
9002
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \begin_layout Subsection
9009 長尺表の計算
9010 \begin_inset Index idx
9011 status collapsed
9012
9013 \begin_layout Plain Layout
9014 ちょうしゃくひょう@長尺表 ! けいさん@計算
9015 \end_layout
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \begin_layout Standard
9023 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9024 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9025 \end_layout
9026
9027 \begin_layout Standard
9028
9029 \series bold
9030
9031 \backslash
9032 setcounter{LTchunksize}{100}
9033 \end_layout
9034
9035 \begin_layout Standard
9036 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9037 \end_layout
9038
9039 \begin_layout Subsection
9040 フロートと長尺表
9041 \begin_inset Index idx
9042 status collapsed
9043
9044 \begin_layout Plain Layout
9045 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9046 \end_layout
9047
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \begin_layout Standard
9054 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9055 \series bold
9056
9057 \backslash
9058 clearpage
9059 \series default
9060 コマンドを長尺表の前にTeXコードとして書き加えてください。
9061 \end_layout
9062
9063 \begin_layout Subsection
9064 強制改頁
9065 \begin_inset Index idx
9066 status collapsed
9067
9068 \begin_layout Plain Layout
9069 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9070 \end_layout
9071
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \begin_layout Standard
9078 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9079 ド「
9080 \series bold
9081
9082 \backslash
9083
9084 \backslash
9085
9086 \series default
9087 」を挿入します。
9088 \series bold
9089
9090 \backslash
9091
9092 \backslash
9093
9094 \series default
9095 コマンドの前には、現セルよりも右にある列数と同じ数の「
9096 \series bold
9097 &
9098 \series default
9099 」文字を、TeXコードで挿入してやる必要があります。この
9100 \series bold
9101 &
9102 \series default
9103 は、表セルの区切り文字です。各
9104 \series bold
9105 &
9106 \series default
9107 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9108 \begin_inset Newline newline
9109 \end_inset
9110
9111
9112 \series bold
9113
9114 \backslash
9115
9116 \backslash
9117
9118 \series default
9119 コマンドの後ろには、現在列の左側にある列数と同じ数の
9120 \series bold
9121 &
9122 \series default
9123 文字を挿入してください。表
9124 \begin_inset CommandInset ref
9125 LatexCommand ref
9126 reference "tab:強制改頁"
9127
9128 \end_inset
9129
9130 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9131 \end_layout
9132
9133 \begin_layout Standard
9134
9135 \series bold
9136 & 111
9137 \backslash
9138
9139 \backslash
9140  
9141 \backslash
9142 newpage
9143 \begin_inset Newline newline
9144 \end_inset
9145
9146 &
9147 \end_layout
9148
9149 \begin_layout Standard
9150 というコマンドが、セル中「
9151 \emph on
9152 Castelchiodato,
9153 \emph default
9154 」の後にTeXコードとして挿入してあります。
9155 \end_layout
9156
9157 \begin_layout Standard
9158 同一行3列目の「111」は削除してあります。
9159 \series bold
9160
9161 \backslash
9162 newpage
9163 \series default
9164 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9165 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9166 \end_layout
9167
9168 \begin_layout Standard
9169
9170 \series bold
9171 & 111
9172 \backslash
9173
9174 \backslash
9175
9176 \begin_inset Newline newline
9177 \end_inset
9178
9179
9180 \backslash
9181 hline &
9182 \end_layout
9183
9184 \begin_layout Standard
9185 というコマンドを使用して下さい。
9186 \end_layout
9187
9188 \begin_layout Standard
9189 改頁をしたいセルが最右列にある場合には、
9190 \end_layout
9191
9192 \begin_layout Standard
9193
9194 \series bold
9195
9196 \backslash
9197 setlength{
9198 \backslash
9199 parfillskip}{0pt}
9200 \end_layout
9201
9202 \begin_layout Standard
9203 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9204
9205 \end_layout
9206
9207 \begin_layout Standard
9208 \align center
9209 \begin_inset Tabular
9210 <lyxtabular version="3" rows="38" columns="3">
9211 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9212 <column alignment="left" valignment="top" width="0cm">
9213 <column alignment="left" valignment="top" width="3cm">
9214 <column alignment="center" valignment="top" width="0pt">
9215 <row endfirsthead="true" caption="true">
9216 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 \begin_inset Caption Standard
9221
9222 \begin_layout Plain Layout
9223 表セル内で強制改頁をしている表
9224 \begin_inset CommandInset label
9225 LatexCommand label
9226 name "tab:強制改頁"
9227
9228 \end_inset
9229
9230
9231 \begin_inset Argument 1
9232 status collapsed
9233
9234 \begin_layout Plain Layout
9235 表セル内で強制改頁をしている表
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row endfirsthead="true">
9270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 例示用電話帳(氏名は無視の事)
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row endfirsthead="true">
9301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 氏名
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \series bold
9327 TEL.
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row endhead="true">
9334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 \begin_inset ERT
9339 status collapsed
9340
9341 \begin_layout Plain Layout
9342
9343
9344 \backslash
9345 caption*{例示用電話帳の続き}
9346 \backslash
9347
9348 \backslash
9349 %
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row endhead="true">
9379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 例示用電話帳
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row endhead="true">
9408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 氏名
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \series bold
9434 TEL.
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row endfoot="true">
9441 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 次頁に続く
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Annovi
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Silvia
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 111
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Bertoli
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Stefano
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 111
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Bozzi
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Walter
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 111
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \series bold
9569 Cachia
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 Maria
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 111
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 </row>
9593 <row>
9594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \series bold
9600 Cachia
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 Maurizio
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 111
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \series bold
9631 Cinquemani
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 Giusi
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 111
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 </row>
9655 <row>
9656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660
9661 \series bold
9662 Colin
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 Bernard
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 111
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 </row>
9686 <row>
9687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \series bold
9693 Concli
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 Gianfranco
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711 111
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \series bold
9724 Dal Bosco
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 Carolina
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 111
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row>
9749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \series bold
9755 Dalpiaz
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 Annamaria
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 111
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 </row>
9779 <row>
9780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \series bold
9786 Feliciello
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 Domenico
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 111
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 </row>
9810 <row>
9811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \series bold
9817 Focarelli
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 Paola
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 111
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 <row>
9842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \series bold
9848 Galletti
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 Oreste
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 111
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 </row>
9872 <row>
9873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877
9878 \series bold
9879 Gasparini
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 Franca
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 111
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 </row>
9903 <row>
9904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908
9909 \series bold
9910 Lassini
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 Giancarlo
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 111
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row>
9935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \series bold
9941 Malfatti
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 Luciano
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 111
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 <row>
9966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \series bold
9972 Malfatti
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 Valeriano
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 111
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row>
9997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \series bold
10003 Meneguzzo
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 Roberto
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 111
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row>
10028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \series bold
10034 Mezzadra
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 Roberto
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 111
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 </row>
10058 <row>
10059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \series bold
10065 Pirpamer
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 Erich
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 111
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row>
10090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \series bold
10096 Pochiesa
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 Paolo
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 111, 222
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row>
10121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \series bold
10127 Radina
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 Claudio
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 111
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 </row>
10151 <row>
10152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \series bold
10158 Rizzardi
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 Paolo, 11.
10168  Fürst von Montecompatri, 11.
10169  Fürst von Sulmona und Vivaro, 10.
10170  Fürst von Rossano, 5.
10171  Herzog von Canemorte, 11.
10172  Herzog von Palombara, 5.
10173  Herzog von Castelchiodato,
10174 \begin_inset ERT
10175 status collapsed
10176
10177 \begin_layout Plain Layout
10178
10179 & 111
10180 \backslash
10181
10182 \backslash
10183  
10184 \backslash
10185 newpage
10186 \end_layout
10187
10188 \begin_layout Plain Layout
10189
10190 &
10191 \end_layout
10192
10193 \end_inset
10194
10195  11.
10196  Herzog von Poggionativo, 11.
10197  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10198  Graf von Valinfreda, 11.
10199  Baron von Cropalati, 11.
10200  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row>
10216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 Stuffer
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 Oskar
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 111
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253 Tacchelli
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Ugo
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 111
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 <row>
10278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \series bold
10284 Tezzele
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Margit
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 111
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row>
10309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \series bold
10315 Unterkalmsteiner
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 Frieda
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 111
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \series bold
10346 Vieider
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 Hilde
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 111
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \series bold
10377 Vigna
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 Jürgen
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 111
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \series bold
10408 Weber
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Maurizio
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 111
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \series bold
10439 Winkler
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Franz
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 111
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 </lyxtabular>
10464
10465 \end_inset
10466
10467
10468 \end_layout
10469
10470 \begin_layout Section
10471 複数行・連結列・連結行
10472 \end_layout
10473
10474 \begin_layout Subsection
10475 表セル内の複数行
10476 \begin_inset CommandInset label
10477 LatexCommand label
10478 name "sub:複数行"
10479
10480 \end_inset
10481
10482
10483 \begin_inset Index idx
10484 status collapsed
10485
10486 \begin_layout Plain Layout
10487 ひょうせるないのふくすうぎょう@表セル内の複数行
10488 \end_layout
10489
10490 \end_inset
10491
10492
10493 \begin_inset Index idx
10494 status collapsed
10495
10496 \begin_layout Plain Layout
10497 ひょう@表 ! かいぎょう@改行
10498 \end_layout
10499
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \begin_layout Standard
10506 \noindent
10507 \begin_inset Float table
10508 placement H
10509 wide false
10510 sideways false
10511 status open
10512
10513 \begin_layout Plain Layout
10514 \begin_inset Caption Standard
10515
10516 \begin_layout Plain Layout
10517 \begin_inset CommandInset label
10518 LatexCommand label
10519 name "tab:複数行表"
10520
10521 \end_inset
10522
10523 セル内に複数の行がある表
10524 \end_layout
10525
10526 \end_inset
10527
10528
10529 \end_layout
10530
10531 \begin_layout Plain Layout
10532 \align center
10533 \begin_inset Tabular
10534 <lyxtabular version="3" rows="3" columns="3">
10535 <features rotate="0" tabularvalignment="middle">
10536 <column alignment="center" valignment="middle" width="2.5cm">
10537 <column alignment="center" valignment="middle" width="0">
10538 <column alignment="center" valignment="middle" width="0">
10539 <row>
10540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 複数の
10545 \begin_inset Newline linebreak
10546 \end_inset
10547
10548
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 </row>
10630 </lyxtabular>
10631
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \end_inset
10638
10639
10640 \end_layout
10641
10642 \begin_layout Standard
10643 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10644 \end_layout
10645
10646 \begin_layout Standard
10647
10648 \begin_inset CommandInset ref
10649 LatexCommand ref
10650 reference "tab:複数行表"
10651
10652 \end_inset
10653
10654 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10655 \family sans
10656 設定
10657 \family default
10658 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10659 \begin_inset space \thinspace{}
10660 \end_inset
10661
10662 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10663 \begin_inset space \thinspace{}
10664 \end_inset
10665
10666 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10667 \begin_inset Info
10668 type  "shortcut"
10669 arg   "newline-insert linebreak"
10670 \end_inset
10671
10672 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10673 \end_layout
10674
10675 \begin_layout Standard
10676 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10677 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10678 \begin_inset space \thinspace{}
10679 \end_inset
10680
10681 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10682 \begin_inset CommandInset ref
10683 LatexCommand ref
10684 reference "tab:ハイフネーション表"
10685
10686 \end_inset
10687
10688 が違いを示しています
10689 \begin_inset Foot
10690 status open
10691
10692 \begin_layout Plain Layout
10693
10694 \series bold
10695 【訳註】
10696 \series default
10697 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10698 \end_layout
10699
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \begin_layout Standard
10706 \begin_inset Float table
10707 placement h
10708 wide false
10709 sideways false
10710 status open
10711
10712 \begin_layout Plain Layout
10713 \begin_inset Caption Standard
10714
10715 \begin_layout Plain Layout
10716 \begin_inset CommandInset label
10717 LatexCommand label
10718 name "tab:ハイフネーション表"
10719
10720 \end_inset
10721
10722 ハイフネーション有/無の表
10723 \end_layout
10724
10725 \end_inset
10726
10727
10728 \end_layout
10729
10730 \begin_layout Plain Layout
10731 \begin_inset space \hfill{}
10732 \end_inset
10733
10734
10735 \begin_inset Tabular
10736 <lyxtabular version="3" rows="3" columns="3">
10737 <features rotate="0" tabularvalignment="middle">
10738 <column alignment="center" valignment="middle" width="2.5cm">
10739 <column alignment="center" valignment="middle" width="0">
10740 <column alignment="center" valignment="middle" width="0">
10741 <row>
10742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 verylongtablecellword
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 </lyxtabular>
10829
10830 \end_inset
10831
10832
10833 \begin_inset space \hfill{}
10834 \end_inset
10835
10836
10837 \begin_inset Tabular
10838 <lyxtabular version="3" rows="3" columns="3">
10839 <features rotate="0" tabularvalignment="middle">
10840 <column alignment="center" valignment="middle" width="2.5cm">
10841 <column alignment="center" valignment="middle" width="0">
10842 <column alignment="center" valignment="middle" width="0">
10843 <row>
10844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 \begin_inset space \hspace{}
10849 \length 0pt
10850 \end_inset
10851
10852 verylongtablecellword
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 </lyxtabular>
10935
10936 \end_inset
10937
10938
10939 \begin_inset space \hfill{}
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \begin_layout Subsection
10951 連結列
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "sub:連結列"
10955
10956 \end_inset
10957
10958
10959 \begin_inset Index idx
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963 れんけつれつ@連結列
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \begin_inset Index idx
10970 status collapsed
10971
10972 \begin_layout Plain Layout
10973 ひょう@表 ! れんけつれつ@連結列
10974 \end_layout
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \begin_layout Subsubsection
10982 連結列の基礎
10983 \end_layout
10984
10985 \begin_layout Standard
10986 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10987 \begin_inset Info
10988 type  "icon"
10989 arg   "inset-modify tabular multicolumn"
10990 \end_inset
10991
10992 を押すか、
10993 \family sans
10994 編集\SpecialChar \menuseparator
10995 表\SpecialChar \menuseparator
10996 連結列
10997 \family default
10998 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10999 \family sans
11000 連結列
11001 \family default
11002 を有効にするかしてください。
11003 \end_layout
11004
11005 \begin_layout Standard
11006 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11007 、最下行に上罫線のない連結行がある表の例です。
11008 \end_layout
11009
11010 \begin_layout Standard
11011 \align center
11012 \begin_inset Tabular
11013 <lyxtabular version="3" rows="3" columns="4">
11014 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11015 <column alignment="center" valignment="top" width="0pt">
11016 <column alignment="center" valignment="middle" width="0">
11017 <column alignment="center" valignment="top" width="0in">
11018 <column alignment="center" valignment="top" width="0pt">
11019 <row>
11020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 いろは
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 にほへとちり
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 ぬるを
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 </row>
11133 </lyxtabular>
11134
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \begin_layout Subsubsection
11141 連結列の計算
11142 \begin_inset CommandInset label
11143 LatexCommand label
11144 name "sub:連結列の計算"
11145
11146 \end_inset
11147
11148
11149 \begin_inset Index idx
11150 status collapsed
11151
11152 \begin_layout Plain Layout
11153 れんけつれつ@連結列 ! けいさん@計算
11154 \end_layout
11155
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \begin_layout Standard
11162 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11163 \end_layout
11164
11165 \begin_layout Standard
11166 \begin_inset Float table
11167 placement h
11168 wide false
11169 sideways false
11170 status open
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Caption Standard
11174
11175 \begin_layout Plain Layout
11176 \begin_inset CommandInset label
11177 LatexCommand label
11178 name "tab:中央揃え表"
11179
11180 \end_inset
11181
11182 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11183 \begin_inset Argument 1
11184 status collapsed
11185
11186 \begin_layout Plain Layout
11187 完全なる連結列表
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \begin_layout Plain Layout
11201 \align center
11202 \begin_inset Tabular
11203 <lyxtabular version="3" rows="3" columns="3">
11204 <features rotate="0" tabularvalignment="middle">
11205 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11206 <column alignment="center" valignment="middle" width="0">
11207 <column alignment="center" valignment="top" width="0">
11208 <row>
11209 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 複数行にわたる連結列
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 <row>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 </lyxtabular>
11296
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \end_inset
11303
11304
11305 \end_layout
11306
11307 \begin_layout Standard
11308 たとえば、表
11309 \begin_inset CommandInset ref
11310 LatexCommand ref
11311 reference "tab:中央揃え表"
11312
11313 \end_inset
11314
11315 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11316 \family sans
11317 設定
11318 \family default
11319 を選択します。そして現れる表の設定ダイアログで、このセルを
11320 \emph on
11321 連結列
11322 \emph default
11323
11324 \emph on
11325 中央揃え
11326 \emph default
11327 、2.5
11328 \begin_inset space \thinspace{}
11329 \end_inset
11330
11331 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11332 \begin_inset space \thinspace{}
11333 \end_inset
11334
11335 cm幅に設定します。すると第二列は自動的に1.25
11336 \begin_inset space \thinspace{}
11337 \end_inset
11338
11339 cm幅(連結列幅マイナス第一列の幅)になります。表
11340 \begin_inset CommandInset ref
11341 LatexCommand ref
11342 reference "tab:半分でない表"
11343
11344 \end_inset
11345
11346 もこのようにして作成してあります。
11347 \end_layout
11348
11349 \begin_layout Standard
11350 \begin_inset Float table
11351 wide false
11352 sideways false
11353 status open
11354
11355 \begin_layout Plain Layout
11356 \begin_inset Caption Standard
11357
11358 \begin_layout Plain Layout
11359 \begin_inset CommandInset label
11360 LatexCommand label
11361 name "tab:半分でない表"
11362
11363 \end_inset
11364
11365 連結セルの下の列が正確に半分になっていない表
11366 \begin_inset Argument 1
11367 status collapsed
11368
11369 \begin_layout Plain Layout
11370 不完全な連結列表
11371 \end_layout
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Plain Layout
11384 \align center
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="3">
11387 <features rotate="0" tabularvalignment="middle">
11388 <column alignment="center" valignment="top" width="1.25cm">
11389 <column alignment="center" valignment="top" width="0">
11390 <column alignment="center" valignment="top" width="0">
11391 <row>
11392 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 複数行にわたる連結列
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 </lyxtabular>
11479
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11492 指定したセル幅
11493 \begin_inset Formula $W_{\mbox{指}}$
11494 \end_inset
11495
11496 がセルの全幅
11497 \begin_inset Formula $W_{\text{全}}$
11498 \end_inset
11499
11500 と等しくならないためです。付録
11501 \begin_inset CommandInset ref
11502 LatexCommand ref
11503 reference "cha:式の説明"
11504
11505 \end_inset
11506
11507 がこの事情を詳細に説明しています。
11508 \end_layout
11509
11510 \begin_layout Standard
11511
11512 \emph on
11513 n
11514 \emph default
11515 列を連結する際、各列の全幅が
11516 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11517 \end_inset
11518
11519 となるために必要な指定幅
11520 \begin_inset Formula $W_{\mbox{指}:n}$
11521 \end_inset
11522
11523 は、
11524 \begin_inset Formula 
11525 \begin{equation}
11526 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11527 \end{equation}
11528
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \begin_layout Standard
11535 で計算することができます。上記の例では
11536 \begin_inset Formula $n=2$
11537 \end_inset
11538
11539 かつ
11540 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11541 \end_inset
11542
11543 cmかつ長さは既定値ですから、第
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "eq:Wgn"
11547
11548 \end_inset
11549
11550 式は
11551 \begin_inset Formula 
11552 \begin{equation}
11553 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11554 \end{equation}
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Standard
11562 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11563 \end_layout
11564
11565 \begin_layout Standard
11566
11567 \series bold
11568
11569 \backslash
11570 usepackage{calc}
11571 \end_layout
11572
11573 \begin_layout Standard
11574 と書いて、LaTeXパッケージ
11575 \series bold
11576 calc
11577 \series default
11578
11579 \begin_inset Index idx
11580 status collapsed
11581
11582 \begin_layout Plain Layout
11583 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11584 \end_layout
11585
11586 \end_inset
11587
11588 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11589 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11590 \end_layout
11591
11592 \begin_layout Itemize
11593
11594 \series bold
11595 p{幅}
11596 \series default
11597 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11598 \end_layout
11599
11600 \begin_layout Itemize
11601
11602 \series bold
11603 m{幅}
11604 \series default
11605 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11606 \end_layout
11607
11608 \begin_layout Itemize
11609
11610 \series bold
11611 b{幅}
11612 \series default
11613 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11614 \end_layout
11615
11616 \begin_layout Standard
11617 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11618 \end_layout
11619
11620 \begin_layout Standard
11621 \begin_inset Note Greyedout
11622 status open
11623
11624 \begin_layout Plain Layout
11625
11626 \series bold
11627 【註】
11628 \series default
11629 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Standard
11638 文章を水平方向中央揃えにしたいので、
11639 \series bold
11640
11641 \backslash
11642 centering
11643 \series default
11644 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11645 \end_layout
11646
11647 \begin_layout Standard
11648
11649 \series bold
11650 >{
11651 \backslash
11652 centering}m{1.25cm-6.2pt}
11653 \end_layout
11654
11655 \begin_layout Standard
11656
11657 \series bold
11658 >{ }
11659 \series default
11660 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11661 \end_layout
11662
11663 \begin_layout Standard
11664 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11665 がって、連結セルには
11666 \end_layout
11667
11668 \begin_layout Standard
11669
11670 \series bold
11671 >{
11672 \backslash
11673 centering}m{2.5cm}
11674 \end_layout
11675
11676 \begin_layout Standard
11677 というLaTeX変数を指定しなくてはなりません。
11678 \end_layout
11679
11680 \begin_layout Subsection
11681 連結行
11682 \begin_inset CommandInset label
11683 LatexCommand label
11684 name "sub:連結行"
11685
11686 \end_inset
11687
11688
11689 \begin_inset Index idx
11690 status collapsed
11691
11692 \begin_layout Plain Layout
11693 れんけつぎょう@連結行
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \begin_inset Index idx
11700 status collapsed
11701
11702 \begin_layout Plain Layout
11703 ひょう@表 ! れんけつぎょう@連結行
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \begin_layout Standard
11712 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11713 \begin_inset Info
11714 type  "icon"
11715 arg   "inset-modify tabular multirow"
11716 \end_inset
11717
11718 を押すか、メニュー
11719 \family sans
11720 編集\SpecialChar \menuseparator
11721 表\SpecialChar \menuseparator
11722 連結行
11723 \family default
11724 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11725 \family sans
11726 \SpecialChar \menuseparator
11727 連結行
11728 \family default
11729 を選んでください。
11730 \end_layout
11731
11732 \begin_layout Standard
11733 下記は一列目に連結列を適用した表の例です。
11734 \end_layout
11735
11736 \begin_layout Standard
11737 \align center
11738 \begin_inset Tabular
11739 <lyxtabular version="3" rows="3" columns="3">
11740 <features rotate="0" tabularvalignment="middle">
11741 <column alignment="center" valignment="top" width="0pt">
11742 <column alignment="center" valignment="top" width="0">
11743 <column alignment="center" valignment="top" width="0">
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 長いセル項目
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 連結列
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 </row>
11831 </lyxtabular>
11832
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \begin_layout Standard
11839 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11840 \family sans
11841 垂直オフセット
11842 \family default
11843 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11844 \end_layout
11845
11846 \begin_layout Standard
11847 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11848 \end_layout
11849
11850 \begin_layout Standard
11851
11852 \series bold
11853
11854 \backslash
11855 renewcommand{
11856 \backslash
11857 multirowsetup}{
11858 \backslash
11859 centering}
11860 \end_layout
11861
11862 \begin_layout Standard
11863 というコマンドを使用して、コマンド
11864 \series bold
11865
11866 \backslash
11867 multirowsetup
11868 \series default
11869 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11870 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11871 \series bold
11872
11873 \backslash
11874 centering
11875 \series default
11876 の代わりに
11877 \series bold
11878
11879 \backslash
11880 raggedleft
11881 \series default
11882 を使用して下さい。左揃えに戻すには、
11883 \series bold
11884
11885 \backslash
11886 raggedright
11887 \series default
11888 とします。
11889 \end_layout
11890
11891 \begin_layout Standard
11892 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11893 \end_layout
11894
11895 \begin_layout Standard
11896 \noindent
11897 \align center
11898 \begin_inset ERT
11899 status collapsed
11900
11901 \begin_layout Plain Layout
11902
11903
11904 \backslash
11905 renewcommand{
11906 \backslash
11907 multirowsetup}{
11908 \backslash
11909 raggedleft}
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \begin_inset Tabular
11916 <lyxtabular version="3" rows="4" columns="3">
11917 <features rotate="0" tabularvalignment="middle">
11918 <column alignment="center" valignment="top" width="3cm">
11919 <column alignment="center" valignment="top" width="0">
11920 <column alignment="center" valignment="top" width="0">
11921 <row>
11922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 長いセル項目
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 <row>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 連結列
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 <row>
12009 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 </row>
12037 </lyxtabular>
12038
12039 \end_inset
12040
12041
12042 \begin_inset ERT
12043 status collapsed
12044
12045 \begin_layout Plain Layout
12046
12047
12048 \backslash
12049 renewcommand{
12050 \backslash
12051 multirowsetup}{
12052 \backslash
12053 raggedright}
12054 \end_layout
12055
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062
12063 \lang english
12064 To start a new line in a multirow you can use a forced line break (shortcut
12065  
12066 \begin_inset Info
12067 type  "shortcut"
12068 arg   "newline-insert newline"
12069 \end_inset
12070
12071 ) but this will not respect the cell lines as demonstrated in this table:
12072 \end_layout
12073
12074 \begin_layout Standard
12075 \noindent
12076 \align center
12077
12078 \lang english
12079 \begin_inset Tabular
12080 <lyxtabular version="3" rows="3" columns="2">
12081 <features rotate="0" tabularvalignment="middle">
12082 <column alignment="left" valignment="middle" width="2cm">
12083 <column alignment="center" valignment="top" width="0">
12084 <row>
12085 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089
12090 \lang english
12091 aaa
12092 \begin_inset Newline newline
12093 \end_inset
12094
12095 aaa
12096 \begin_inset Newline newline
12097 \end_inset
12098
12099 wrong cell
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108
12109 \lang english
12110 ccc
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 <row>
12117 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130
12131 \lang english
12132 ddd
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143
12144 \lang english
12145 bbb
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154
12155 \lang english
12156 eee
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 </row>
12162 </lyxtabular>
12163
12164 \end_inset
12165
12166
12167 \end_layout
12168
12169 \begin_layout Standard
12170
12171 \lang english
12172 Therefore be careful with forced line breaks.
12173 \end_layout
12174
12175 \begin_layout Subsection
12176
12177 \lang english
12178 Cells with diagonal line(s)
12179 \end_layout
12180
12181 \begin_layout Standard
12182
12183 \lang english
12184 To tell the reader what is meant by column and row headings in a table,
12185  it is helpful to split the first cell of the table by one or two diagonal
12186  lines.
12187  This can be achieved by loading the LaTeX-package 
12188 \series bold
12189 diagbox
12190 \series default
12191 \lang japanese
12192
12193 \begin_inset Index idx
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \lang english
12204  in the document preamble.
12205  The package provides the command 
12206 \series bold
12207
12208 \backslash
12209 diagbox
12210 \series default
12211  that is inserted as TeX-Code and that can take 2 or 3
12212 \begin_inset space ~
12213 \end_inset
12214
12215 arguments:
12216 \end_layout
12217
12218 \begin_layout Standard
12219
12220 \series bold
12221 \lang english
12222
12223 \backslash
12224 diagbox[options]{lower left}{upper right}
12225 \end_layout
12226
12227 \begin_layout Standard
12228
12229 \series bold
12230 \lang english
12231
12232 \backslash
12233 diagbox[options]{lower left}{upper left}{upper right}
12234 \end_layout
12235
12236 \begin_layout Standard
12237
12238 \lang english
12239 The first scheme divides the cell by a single diagonal line and the arguments
12240  are placed below and above this line.
12241  The second scheme divides the cell by 2
12242 \begin_inset space ~
12243 \end_inset
12244
12245 lines.
12246 \end_layout
12247
12248 \begin_layout Standard
12249 \begin_inset ERT
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253
12254
12255 \backslash
12256 ifdiagbox
12257 \end_layout
12258
12259 \end_inset
12260
12261
12262 \begin_inset Note Note
12263 status open
12264
12265 \begin_layout Plain Layout
12266 この節は、LaTeXパッケージ
12267 \series bold
12268 diagbox
12269 \series default
12270 が導入済みの時のみ表示されます。
12271 \end_layout
12272
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \begin_layout Standard
12279
12280 \lang english
12281 Here is an example table where 
12282 \series bold
12283
12284 \backslash
12285 diagbox 
12286 \series default
12287 is used in the 2-argument scheme in the first cell:
12288 \begin_inset VSpace medskip
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 \noindent
12296
12297 \lang english
12298 \begin_inset Tabular
12299 <lyxtabular version="3" rows="4" columns="4">
12300 <features rotate="0" tabularvalignment="middle">
12301 <column alignment="center" valignment="top" width="0">
12302 <column alignment="center" valignment="top" width="0">
12303 <column alignment="center" valignment="top" width="0">
12304 <column alignment="center" valignment="top" width="0">
12305 <row>
12306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310
12311 \lang english
12312 \begin_inset ERT
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316
12317
12318 \backslash
12319 diagbox{
12320 \end_layout
12321
12322 \end_inset
12323
12324 Name
12325 \begin_inset ERT
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329
12330 }{
12331 \end_layout
12332
12333 \end_inset
12334
12335 Parameter
12336 \begin_inset ERT
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340
12341 }
12342 \end_layout
12343
12344 \end_inset
12345
12346
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355
12356 \lang english
12357 Thickness in nm
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366
12367 \lang english
12368 Transparency in %
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377
12378 \lang english
12379 Hardness in MPa
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 </row>
12385 <row>
12386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Plain Layout
12390
12391 \lang english
12392 Perfect Green
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401
12402 \lang english
12403 45
12404 \end_layout
12405
12406 \end_inset
12407 </cell>
12408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12409 \begin_inset Text
12410
12411 \begin_layout Plain Layout
12412
12413 \lang english
12414 80
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423
12424 \lang english
12425 504
12426 \end_layout
12427
12428 \end_inset
12429 </cell>
12430 </row>
12431 <row>
12432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436
12437 \lang english
12438 Dark Multi-P
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447
12448 \lang english
12449 60
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458
12459 \lang english
12460 72
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469
12470 \lang english
12471 982
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 </row>
12477 <row>
12478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Plain Layout
12482
12483 \lang english
12484 Crystal Clear Pro
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493
12494 \lang english
12495 18
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504
12505 \lang english
12506 86
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515
12516 \lang english
12517 374
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 </row>
12523 </lyxtabular>
12524
12525 \end_inset
12526
12527
12528 \begin_inset VSpace medskip
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \begin_layout Standard
12535
12536 \lang english
12537 The 3-argument scheme is for example useful for cross-tables of sports leagues
12538  or distances:
12539 \end_layout
12540
12541 \begin_layout Standard
12542 \noindent
12543 \align center
12544
12545 \lang english
12546 \begin_inset Tabular
12547 <lyxtabular version="3" rows="4" columns="4">
12548 <features rotate="0" tabularvalignment="middle">
12549 <column alignment="center" valignment="top" width="0pt">
12550 <column alignment="center" valignment="top" width="0">
12551 <column alignment="center" valignment="top" width="0">
12552 <column alignment="center" valignment="top" width="0">
12553 <row>
12554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558
12559 \lang english
12560 \begin_inset ERT
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565
12566 \backslash
12567 diagbox{
12568 \end_layout
12569
12570 \end_inset
12571
12572 Team home
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578 }{
12579 \end_layout
12580
12581 \end_inset
12582
12583 Result
12584 \begin_inset ERT
12585 status collapsed
12586
12587 \begin_layout Plain Layout
12588
12589 }{
12590 \end_layout
12591
12592 \end_inset
12593
12594 Team away
12595 \begin_inset ERT
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599
12600 }
12601 \end_layout
12602
12603 \end_inset
12604
12605
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614
12615 \lang english
12616 Tigers
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625
12626 \lang english
12627 Panthers
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636
12637 \lang english
12638 Falcons
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 <row>
12645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649
12650 \lang english
12651 Tigers
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660
12661 \lang english
12662 ---
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671
12672 \lang english
12673 1:3
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682
12683 \lang english
12684 0:1
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 </row>
12690 <row>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695
12696 \lang english
12697 Panthers
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706
12707 \lang english
12708 3:1
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717
12718 \lang english
12719 ---
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728
12729 \lang english
12730 0:0
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \lang english
12743 Falcons
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752
12753 \lang english
12754 1:0
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763
12764 \lang english
12765 0:0
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774
12775 \lang english
12776 ---
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 </row>
12782 </lyxtabular>
12783
12784 \end_inset
12785
12786
12787 \end_layout
12788
12789 \begin_layout Standard
12790
12791 \lang english
12792 For larger cross-tables one might use split cells in 2 or every corner of
12793  the table like in this example:
12794 \end_layout
12795
12796 \begin_layout Standard
12797 \noindent
12798 \align center
12799
12800 \lang english
12801 \begin_inset Tabular
12802 <lyxtabular version="3" rows="5" columns="5">
12803 <features rotate="0" tabularvalignment="middle">
12804 <column alignment="center" valignment="top" width="0pt">
12805 <column alignment="center" valignment="top" width="0">
12806 <column alignment="center" valignment="top" width="0">
12807 <column alignment="center" valignment="top" width="0">
12808 <column alignment="center" valignment="top" width="0">
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814
12815 \lang english
12816 \begin_inset ERT
12817 status open
12818
12819 \begin_layout Plain Layout
12820
12821
12822 \backslash
12823 diagbox{
12824 \end_layout
12825
12826 \end_inset
12827
12828 Team home
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833
12834 }{
12835 \end_layout
12836
12837 \end_inset
12838
12839 Result
12840 \begin_inset ERT
12841 status collapsed
12842
12843 \begin_layout Plain Layout
12844
12845 }{
12846 \end_layout
12847
12848 \end_inset
12849
12850 Team away
12851 \begin_inset ERT
12852 status collapsed
12853
12854 \begin_layout Plain Layout
12855
12856 }
12857 \end_layout
12858
12859 \end_inset
12860
12861
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870
12871 \lang english
12872 Tigers
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881
12882 \lang english
12883 Panthers
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892
12893 \lang english
12894 Falcons
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903
12904 \lang english
12905 \begin_inset ERT
12906 status open
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 diagbox[dir=NE]{
12913 \end_layout
12914
12915 \end_inset
12916
12917 Team home
12918 \begin_inset ERT
12919 status collapsed
12920
12921 \begin_layout Plain Layout
12922
12923 }{
12924 \end_layout
12925
12926 \end_inset
12927
12928 Result
12929 \begin_inset ERT
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933
12934 }{
12935 \end_layout
12936
12937 \end_inset
12938
12939 Team away
12940 \begin_inset ERT
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944
12945 }
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961
12962 \lang english
12963 Tigers
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \lang english
12974 ---
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983
12984 \lang english
12985 1:3
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994
12995 \lang english
12996 0:1
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005
13006 \lang english
13007 Tigers
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 </row>
13013 <row>
13014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018
13019 \lang english
13020 Panthers
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029
13030 \lang english
13031 3:1
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040
13041 \lang english
13042 ---
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051
13052 \lang english
13053 0:0
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062
13063 \lang english
13064 Panthers
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075
13076 \lang english
13077 Falcons
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086
13087 \lang english
13088 1:0
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097
13098 \lang english
13099 0:0
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108
13109 \lang english
13110 ---
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119
13120 \lang english
13121 Falcons
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 </row>
13127 <row>
13128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132
13133 \lang english
13134 \begin_inset ERT
13135 status open
13136
13137 \begin_layout Plain Layout
13138
13139
13140 \backslash
13141 diagbox[dir=SW]{
13142 \end_layout
13143
13144 \end_inset
13145
13146 Team home
13147 \begin_inset ERT
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151
13152 }{
13153 \end_layout
13154
13155 \end_inset
13156
13157 Result
13158 \begin_inset ERT
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162
13163 }{
13164 \end_layout
13165
13166 \end_inset
13167
13168 Team away
13169 \begin_inset ERT
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173
13174 }
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188
13189 \lang english
13190 Tigers
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199
13200 \lang english
13201 Panthers
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210
13211 \lang english
13212 Falcons
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221
13222 \lang english
13223 \begin_inset ERT
13224 status open
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox[dir=SE]{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 </row>
13274 </lyxtabular>
13275
13276 \end_inset
13277
13278
13279 \end_layout
13280
13281 \begin_layout Standard
13282
13283 \lang english
13284 To rotate the diagonal lines, the command option 
13285 \series bold
13286 dir=direction
13287 \series default
13288  is used.
13289  
13290 \emph on
13291 direction
13292 \emph default
13293  is either 
13294 \series bold
13295 NE
13296 \series default
13297
13298 \series bold
13299 DE
13300 \series default
13301
13302 \series bold
13303 SW
13304 \series default
13305  or 
13306 \series bold
13307 NW
13308 \series default
13309  and represent a point of a compass.
13310  
13311 \series bold
13312 SW
13313 \series default
13314  is for example the south-west corner.
13315  Thus in the lower left cell of the above table the command
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321 \lang english
13322
13323 \backslash
13324 diagbox[dir=SW]{Team home}{Result}{Team away}
13325 \end_layout
13326
13327 \begin_layout Standard
13328
13329 \lang english
13330 is used.
13331  If no direction is given, it will be NW.
13332 \end_layout
13333
13334 \begin_layout Standard
13335
13336 \lang english
13337 The necessary width of split cells is automatically calculated.
13338  Thus if you set a fixed column width smaller than the calculated one, the
13339  cell's content will protrude the cell borders:
13340 \end_layout
13341
13342 \begin_layout Standard
13343 \noindent
13344 \align center
13345
13346 \lang english
13347 \begin_inset Tabular
13348 <lyxtabular version="3" rows="2" columns="2">
13349 <features rotate="0" tabularvalignment="middle">
13350 <column alignment="center" valignment="top" width="3cm">
13351 <column alignment="center" valignment="top" width="0">
13352 <row>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357
13358 \lang english
13359 \begin_inset ERT
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363
13364
13365 \backslash
13366 diagbox{
13367 \end_layout
13368
13369 \end_inset
13370
13371 Name
13372 \begin_inset ERT
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376
13377 }{
13378 \end_layout
13379
13380 \end_inset
13381
13382 Parameter
13383 \begin_inset ERT
13384 status collapsed
13385
13386 \begin_layout Plain Layout
13387
13388 }
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402
13403 \lang english
13404 Thickness in nm
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415
13416 \lang english
13417 Perfect Green
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426
13427 \lang english
13428 45
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 </lyxtabular>
13435
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442
13443 \lang english
13444 If you need a certain width for columns with a split cell, use the command
13445  option 
13446 \series bold
13447 width=3cm
13448 \series default
13449  (replace '3cm' by the width you need).
13450  In the following table the width of the first column is set to 4
13451 \begin_inset space \thinspace{}
13452 \end_inset
13453
13454 cm.
13455  For 
13456 \series bold
13457
13458 \backslash
13459 diagbox
13460 \series default
13461  a width of 4
13462 \begin_inset space \thinspace{}
13463 \end_inset
13464
13465 cm + 2
13466 \begin_inset space \thinspace{}
13467 \end_inset
13468
13469
13470 \backslash
13471 tabcolsep is necessary because the overall width is the width for the text
13472  (in this case the 4
13473 \begin_inset space \thinspace{}
13474 \end_inset
13475
13476 cm) plus two times the separation of the text and the cell border.
13477  The calculation of the width cannot be done in the command option of 
13478 \series bold
13479
13480 \backslash
13481 diagbox
13482 \series default
13483  so one needs to create a new length which can be used later.
13484  This is done with the TeX-Code commands
13485 \end_layout
13486
13487 \begin_layout Standard
13488
13489 \series bold
13490
13491 \backslash
13492 newlength{
13493 \backslash
13494 diagtest}
13495 \begin_inset Newline newline
13496 \end_inset
13497
13498
13499 \backslash
13500 setlength{
13501 \backslash
13502 diagtest}{4cm+2
13503 \backslash
13504 tabcolsep}
13505 \end_layout
13506
13507 \begin_layout Standard
13508 \begin_inset ERT
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512
13513
13514 \backslash
13515 newlength{
13516 \backslash
13517 diagtest}
13518 \end_layout
13519
13520 \begin_layout Plain Layout
13521
13522
13523 \backslash
13524 setlength{
13525 \backslash
13526 diagtest}{4cm+2
13527 \backslash
13528 tabcolsep}
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \lang english
13539 To enable calculations in LaTeX one needs to load the package 
13540 \series bold
13541 calc
13542 \series default
13543 \lang japanese
13544
13545 \begin_inset Index idx
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13550 \end_layout
13551
13552 \end_inset
13553
13554
13555 \lang english
13556  in the document preamble.
13557 \end_layout
13558
13559 \begin_layout Standard
13560
13561 \lang english
13562 In this table you can now use the command
13563 \end_layout
13564
13565 \begin_layout Standard
13566
13567 \series bold
13568 \lang english
13569
13570 \backslash
13571 diagbox[width=
13572 \backslash
13573 diagtest]{A}{B}
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \lang english
13579 in the first cell:
13580 \end_layout
13581
13582 \begin_layout Standard
13583 \noindent
13584 \align center
13585
13586 \lang english
13587 \begin_inset Tabular
13588 <lyxtabular version="3" rows="2" columns="2">
13589 <features rotate="0" tabularvalignment="middle">
13590 <column alignment="center" valignment="top" width="4cm">
13591 <column alignment="center" valignment="top" width="0">
13592 <row>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597
13598 \lang english
13599 \begin_inset ERT
13600 status open
13601
13602 \begin_layout Plain Layout
13603
13604
13605 \backslash
13606 diagbox[width=
13607 \backslash
13608 diagtest]{
13609 \end_layout
13610
13611 \end_inset
13612
13613 A
13614 \begin_inset ERT
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618
13619 }{
13620 \end_layout
13621
13622 \end_inset
13623
13624 B
13625 \begin_inset ERT
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629
13630 }
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644
13645 \lang english
13646 Thickness in nm
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 </row>
13652 <row>
13653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657
13658 \lang english
13659 Perfect Green
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668
13669 \lang english
13670 45
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 </row>
13676 </lyxtabular>
13677
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \begin_layout Standard
13684
13685 \lang english
13686 Note that the split cell needs to be the widest one in the column.
13687  Otherwise the length of the diagonal line cannot be calculated correctly
13688  like in this table:
13689 \end_layout
13690
13691 \begin_layout Standard
13692 \noindent
13693 \align center
13694
13695 \lang english
13696 \begin_inset Tabular
13697 <lyxtabular version="3" rows="2" columns="2">
13698 <features rotate="0" tabularvalignment="middle">
13699 <column alignment="center" valignment="top" width="0pt">
13700 <column alignment="center" valignment="top" width="0">
13701 <row>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706
13707 \lang english
13708 \begin_inset ERT
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712
13713
13714 \backslash
13715 diagbox{
13716 \end_layout
13717
13718 \end_inset
13719
13720 A
13721 \begin_inset ERT
13722 status collapsed
13723
13724 \begin_layout Plain Layout
13725
13726 }{
13727 \end_layout
13728
13729 \end_inset
13730
13731 B
13732 \begin_inset ERT
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736
13737 }
13738 \end_layout
13739
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751
13752 \lang english
13753 Thickness in nm
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 </row>
13759 <row>
13760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764
13765 \lang english
13766 Perfect Green
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775
13776 \lang english
13777 45
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 </lyxtabular>
13784
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791
13792 \lang english
13793 In this case use the 
13794 \series bold
13795 width
13796 \series default
13797  option of the 
13798 \series bold
13799
13800 \backslash
13801 diagbox
13802 \series default
13803  command.
13804  It is then not necessary to add 2
13805 \backslash
13806 tabcolsep because the cell width is now the width of the column.
13807  In this table a width of 3
13808 \begin_inset space \thinspace{}
13809 \end_inset
13810
13811 cm is used:
13812 \end_layout
13813
13814 \begin_layout Standard
13815 \noindent
13816 \align center
13817
13818 \lang english
13819 \begin_inset Tabular
13820 <lyxtabular version="3" rows="2" columns="2">
13821 <features rotate="0" tabularvalignment="middle">
13822 <column alignment="center" valignment="top" width="0pt">
13823 <column alignment="center" valignment="top" width="0">
13824 <row>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829
13830 \lang english
13831 \begin_inset ERT
13832 status open
13833
13834 \begin_layout Plain Layout
13835
13836
13837 \backslash
13838 diagbox[width=3cm]{
13839 \end_layout
13840
13841 \end_inset
13842
13843 A
13844 \begin_inset ERT
13845 status collapsed
13846
13847 \begin_layout Plain Layout
13848
13849 }{
13850 \end_layout
13851
13852 \end_inset
13853
13854 B
13855 \begin_inset ERT
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859
13860 }
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874
13875 \lang english
13876 Thickness in nm
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887
13888 \lang english
13889 Perfect Green
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898
13899 \lang english
13900 45
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914
13915 \lang english
13916 For multiple text lines in split cells one needs some extra height to fit
13917  the text to the cell.
13918  This can be achieved with the 
13919 \series bold
13920
13921 \backslash
13922 diagbox
13923 \series default
13924  option 
13925 \series bold
13926 height=3cm
13927 \series default
13928  (replace '3cm' by the height you need).
13929  In the following table the command
13930 \end_layout
13931
13932 \begin_layout Standard
13933
13934 \series bold
13935 \lang english
13936
13937 \backslash
13938 diagbox[width=3cm,height=1.4cm]{A
13939 \backslash
13940
13941 \backslash
13942 B}{C
13943 \backslash
13944
13945 \backslash
13946 D}
13947 \end_layout
13948
13949 \begin_layout Standard
13950
13951 \lang english
13952 is used in the first cell.
13953  The command 
13954 \series bold
13955
13956 \backslash
13957
13958 \backslash
13959
13960 \series default
13961  creates hereby the line break.
13962 \begin_inset Foot
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966
13967 \lang english
13968 Breaking lines with 
13969 \family sans
13970 Ctrl+Return
13971 \family default
13972  is only possible when the column has a fixed width.
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Standard
13981 \noindent
13982 \align center
13983
13984 \lang english
13985 \begin_inset Tabular
13986 <lyxtabular version="3" rows="2" columns="2">
13987 <features rotate="0" tabularvalignment="middle">
13988 <column alignment="center" valignment="top" width="0">
13989 <column alignment="center" valignment="top" width="0">
13990 <row>
13991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995
13996 \lang english
13997 \begin_inset ERT
13998 status open
13999
14000 \begin_layout Plain Layout
14001
14002
14003 \backslash
14004 diagbox[width=3cm,height=1.4cm]{
14005 \end_layout
14006
14007 \end_inset
14008
14009 A
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017
14018 \backslash
14019
14020 \end_layout
14021
14022 \end_inset
14023
14024 B
14025 \begin_inset ERT
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029
14030 }{
14031 \end_layout
14032
14033 \end_inset
14034
14035 C
14036 \begin_inset ERT
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040
14041
14042 \backslash
14043
14044 \backslash
14045
14046 \end_layout
14047
14048 \end_inset
14049
14050 D
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056 }
14057 \end_layout
14058
14059 \end_inset
14060
14061
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070
14071 \lang english
14072 Thickness in nm
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 </row>
14078 <row>
14079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083
14084 \lang english
14085 Perfect Green
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094
14095 \lang english
14096 45
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 </row>
14102 </lyxtabular>
14103
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \begin_layout Standard
14110 \begin_inset ERT
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114
14115
14116 \backslash
14117 else
14118 \end_layout
14119
14120 \end_inset
14121
14122
14123 \begin_inset Note Note
14124 status open
14125
14126 \begin_layout Plain Layout
14127 以下は、LaTeXパッケージ
14128 \series bold
14129 diagbox
14130 \series default
14131 が導入済みでないときに表示されます。
14132 \end_layout
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140 本節の内容を出力に表示するためには、
14141 \series bold
14142 diagbox
14143 \series default
14144 パッケージを導入しなくてはなりません。
14145 \end_layout
14146
14147 \begin_layout Standard
14148 \begin_inset ERT
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 fi
14156 \end_layout
14157
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \begin_layout Standard
14164
14165 \lang english
14166 For more info about the LaTeX-package 
14167 \series bold
14168 diagbox
14169 \series default
14170 , see its documentation
14171 \lang japanese
14172
14173 \begin_inset CommandInset citation
14174 LatexCommand cite
14175 key "diagbox"
14176
14177 \end_inset
14178
14179 .
14180 \end_layout
14181
14182 \begin_layout Section
14183 フォーマル形式の表
14184 \begin_inset CommandInset label
14185 LatexCommand label
14186 name "sec:フォーマル形式の表"
14187
14188 \end_inset
14189
14190
14191 \begin_inset Index idx
14192 status collapsed
14193
14194 \begin_layout Plain Layout
14195 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \begin_layout Standard
14204 書籍中の表は、よく表
14205 \begin_inset CommandInset ref
14206 LatexCommand ref
14207 reference "tab:ブックタブ表の例"
14208
14209 \end_inset
14210
14211 のように組版されます。この種の表は、「
14212 \emph on
14213 フォーマル形式
14214 \emph default
14215 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14216 \end_layout
14217
14218 \begin_layout Standard
14219 \begin_inset Float table
14220 placement h
14221 wide false
14222 sideways false
14223 status open
14224
14225 \begin_layout Plain Layout
14226 \begin_inset Caption Standard
14227
14228 \begin_layout Plain Layout
14229 \begin_inset CommandInset label
14230 LatexCommand label
14231 name "tab:ブックタブ表の例"
14232
14233 \end_inset
14234
14235 ブックタブ表の例
14236 \end_layout
14237
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \begin_layout Plain Layout
14244 \align center
14245 \begin_inset Tabular
14246 <lyxtabular version="3" rows="8" columns="4">
14247 <features rotate="0" booktabs="true" tabularvalignment="middle">
14248 <column alignment="center" valignment="top" width="0">
14249 <column alignment="center" valignment="top" width="0">
14250 <column alignment="center" valignment="top" width="0">
14251 <column alignment="center" valignment="top" width="0">
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 システム
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 Medipix
14267 \begin_inset space \thinspace{}
14268 \end_inset
14269
14270 1
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 Medipix
14280 \begin_inset space \thinspace{}
14281 \end_inset
14282
14283 2
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 \begin_inset ERT
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307
14308
14309 \backslash
14310 cmidrule(r){2-2}
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \begin_inset ERT
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320
14321
14322 \backslash
14323 cmidrule(l){3-4}
14324 \end_layout
14325
14326 \end_inset
14327
14328 検知器の厚み [µm]
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 300
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 <cell alignment="center" valignment="top" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 300
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 700
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 </row>
14361 <row>
14362 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366 エッジ角 [°]
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 <cell alignment="center" valignment="top" topline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 3.55
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 2.71
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 7.99
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row topspace="default">
14400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 空間分解能 [µm]
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell alignment="center" valignment="top" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 4.26
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 10.17
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 10.56
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 <row topspace="default">
14438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 \begin_inset Formula $f_{\mathrm{max}}$
14443 \end_inset
14444
14445 におけるMTF
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 0.53
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 0.37
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 <cell alignment="center" valignment="top" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472 0.39
14473 \end_layout
14474
14475 \end_inset
14476 </cell>
14477 </row>
14478 <row topspace="default">
14479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 \begin_inset ERT
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487
14488
14489 \backslash
14490 cmidrule(l{10pt}){1-1}
14491 \end_layout
14492
14493 \end_inset
14494
14495 LSF空間分解能
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 </row>
14528 <row>
14529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 µm表示
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 129.7
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 52.75
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 50.78
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 ピクセルサイズに対する%表示
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 76.3
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 95.9
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 92.3
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 </lyxtabular>
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 表中の行に余白を加えるには、第
14618 \begin_inset CommandInset ref
14619 LatexCommand ref
14620 reference "sub:行の余白取り"
14621
14622 \end_inset
14623
14624 節に述べられているように、表の設定ダイアログの
14625 \family sans
14626 罫線
14627 \family default
14628 タブを使用します。
14629 \end_layout
14630
14631 \begin_layout Standard
14632 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14633 \begin_inset Newline newline
14634 \end_inset
14635
14636 最初と最後の表罫線の既定幅は0.08
14637 \begin_inset space \thinspace{}
14638 \end_inset
14639
14640 emですが、他の罫線の既定幅は0.05
14641 \begin_inset space \thinspace{}
14642 \end_inset
14643
14644 emです。
14645 \end_layout
14646
14647 \begin_layout Standard
14648 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14649 \end_layout
14650
14651 \begin_layout Standard
14652
14653 \series bold
14654
14655 \backslash
14656 let
14657 \backslash
14658 mytoprule
14659 \backslash
14660 toprule
14661 \begin_inset Newline newline
14662 \end_inset
14663
14664
14665 \backslash
14666 renewcommand{
14667 \backslash
14668 toprule}{
14669 \backslash
14670 mytoprule[幅]}
14671 \end_layout
14672
14673 \begin_layout Standard
14674 上の例は、
14675 \series bold
14676 toprule
14677 \series default
14678 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14679 \series bold
14680 toprule
14681 \series default
14682
14683 \series bold
14684 bottomrule
14685 \series default
14686 に置き換えて下さい。他の罫線の線幅を変更するには、
14687 \series bold
14688 toprule
14689 \series default
14690
14691 \series bold
14692 midrule
14693 \series default
14694 に置き換えます。線幅を設定する上では、付録
14695 \begin_inset CommandInset ref
14696 LatexCommand ref
14697 reference "cha:LyXで使用できる単位"
14698
14699 \end_inset
14700
14701 に挙げてあるすべての単位を使用することができます。
14702 \end_layout
14703
14704 \begin_layout Standard
14705 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14706 \series bold
14707
14708 \backslash
14709 cmidrule
14710 \series default
14711 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \series bold
14717
14718 \backslash
14719 cmidrule[幅](刈込){開始列-終了列}
14720 \end_layout
14721
14722 \begin_layout Standard
14723 です。
14724 \series bold
14725
14726 \backslash
14727 cmidrule
14728 \series default
14729 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14730 \series bold
14731
14732 \backslash
14733 cmidrule
14734 \series default
14735 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 この線幅の既定値は0.03
14741 \begin_inset space \thinspace{}
14742 \end_inset
14743
14744 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14745 。非必須パラメーターの「刈込」は、
14746 \emph on
14747 l{刈込幅}
14748 \emph default
14749 あるいは
14750 \emph on
14751 r{刈込幅}
14752 \emph default
14753 の値を取り、刈込幅の指定は非必須です。たとえば、
14754 \emph on
14755 l{2pt}
14756 \emph default
14757 というパラメーターを使うと、罫線が左端から2
14758 \begin_inset space \thinspace{}
14759 \end_inset
14760
14761 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14762 \begin_inset space \thinspace{}
14763 \end_inset
14764
14765 emだけ刈り込まれます。
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \begin_inset VSpace bigskip
14770 \end_inset
14771
14772
14773 \begin_inset CommandInset ref
14774 LatexCommand ref
14775 reference "tab:ブックタブ表の例"
14776
14777 \end_inset
14778
14779 は、
14780 \end_layout
14781
14782 \begin_layout Standard
14783
14784 \series bold
14785
14786 \backslash
14787 cmidrule(r){2-2}
14788 \backslash
14789 cmidrule(l){3-4}
14790 \end_layout
14791
14792 \begin_layout Standard
14793 というコマンドを第二行の初めに使用し、
14794 \end_layout
14795
14796 \begin_layout Standard
14797
14798 \series bold
14799
14800 \backslash
14801 cmidrule(l{10pt}){1-1}
14802 \end_layout
14803
14804 \begin_layout Standard
14805 を第六行に使用して作成されています。
14806 \end_layout
14807
14808 \begin_layout Standard
14809 \begin_inset VSpace bigskip
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \begin_layout Standard
14816 ときには、表
14817 \begin_inset CommandInset ref
14818 LatexCommand ref
14819 reference "tab:特殊なブックタブ表"
14820
14821 \end_inset
14822
14823 のような重なり合った
14824 \series bold
14825
14826 \backslash
14827 cmidrule
14828 \series default
14829 が欲しいことがあるかもしれません。これは、TeXコードで
14830 \end_layout
14831
14832 \begin_layout Standard
14833
14834 \series bold
14835
14836 \backslash
14837 morecmidrules
14838 \end_layout
14839
14840 \begin_layout Standard
14841 コマンドを使用することによって実現することができます。表
14842 \begin_inset CommandInset ref
14843 LatexCommand ref
14844 reference "tab:特殊なブックタブ表"
14845
14846 \end_inset
14847
14848 の第二列には
14849 \end_layout
14850
14851 \begin_layout Standard
14852
14853 \series bold
14854
14855 \backslash
14856 cmidrule(r){2-2}
14857 \backslash
14858 cmidrule(l){3-4}
14859 \backslash
14860 morecmidrules
14861 \backslash
14862 cmidrule{2-4}
14863 \end_layout
14864
14865 \begin_layout Standard
14866 というコマンドが使用されており、第六列には
14867 \end_layout
14868
14869 \begin_layout Standard
14870
14871 \series bold
14872
14873 \backslash
14874 midrule
14875 \backslash
14876 morecmidrules
14877 \backslash
14878 cmidrule{3-4}
14879 \end_layout
14880
14881 \begin_layout Standard
14882 というコマンドが使用されています。
14883 \end_layout
14884
14885 \begin_layout Standard
14886 \begin_inset VSpace bigskip
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \begin_layout Standard
14893 罫線の余白取りにどうしても満足が行かない場合には、
14894 \end_layout
14895
14896 \begin_layout Standard
14897
14898 \series bold
14899
14900 \backslash
14901 specialrule{幅}{上余白}{下余白}
14902 \end_layout
14903
14904 \begin_layout Standard
14905 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14906 \series bold
14907 booktabs
14908 \series default
14909  
14910 \begin_inset CommandInset citation
14911 LatexCommand cite
14912 key "booktabs"
14913
14914 \end_inset
14915
14916
14917 \begin_inset Index idx
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14922 \end_layout
14923
14924 \end_inset
14925
14926 の取扱説明書をご参照下さい。
14927 \end_layout
14928
14929 \begin_layout Standard
14930 \begin_inset Float table
14931 placement h
14932 wide false
14933 sideways false
14934 status open
14935
14936 \begin_layout Plain Layout
14937 \begin_inset Caption Standard
14938
14939 \begin_layout Plain Layout
14940 \begin_inset CommandInset label
14941 LatexCommand label
14942 name "tab:特殊なブックタブ表"
14943
14944 \end_inset
14945
14946 特殊なブックタブ表
14947 \end_layout
14948
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \begin_layout Plain Layout
14955 \align center
14956 \begin_inset Tabular
14957 <lyxtabular version="3" rows="8" columns="4">
14958 <features rotate="0" booktabs="true" tabularvalignment="middle">
14959 <column alignment="center" valignment="top" width="0">
14960 <column alignment="center" valignment="top" width="0">
14961 <column alignment="center" valignment="top" width="0">
14962 <column alignment="center" valignment="top" width="0">
14963 <row>
14964 <cell alignment="center" valignment="top" topline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 システム
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 Medipix
14978 \begin_inset space \thinspace{}
14979 \end_inset
14980
14981 1
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 Medipix
14991 \begin_inset space \thinspace{}
14992 \end_inset
14993
14994 2
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset ERT
15015 status collapsed
15016
15017 \begin_layout Plain Layout
15018
15019
15020 \backslash
15021 cmidrule(r){2-2}
15022 \end_layout
15023
15024 \end_inset
15025
15026
15027 \begin_inset ERT
15028 status collapsed
15029
15030 \begin_layout Plain Layout
15031
15032
15033 \backslash
15034 cmidrule(l){3-4}
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \begin_inset ERT
15041 status collapsed
15042
15043 \begin_layout Plain Layout
15044
15045
15046 \backslash
15047 morecmidrules 
15048 \end_layout
15049
15050 \end_inset
15051
15052
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 cmidrule{2-4}
15061 \end_layout
15062
15063 \end_inset
15064
15065 検知器の厚み [µm]
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 300
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 300
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 700
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 エッジ角 [°]
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 3.55
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 2.71
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 7.99
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 <row topspace="default">
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 空間分解能 [µm]
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 4.26
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 10.17
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 10.56
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row topspace="default">
15175 <cell alignment="center" valignment="top" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 \begin_inset Formula $f_{\mathrm{max}}$
15180 \end_inset
15181
15182 におけるMTF
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 0.53
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 0.37
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 0.39
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 \begin_inset ERT
15221 status collapsed
15222
15223 \begin_layout Plain Layout
15224
15225
15226 \backslash
15227 morecmidrules 
15228 \end_layout
15229
15230 \end_inset
15231
15232
15233 \begin_inset ERT
15234 status collapsed
15235
15236 \begin_layout Plain Layout
15237
15238
15239 \backslash
15240 cmidrule{3-4}
15241 \end_layout
15242
15243 \end_inset
15244
15245 LSF空間分解能
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row>
15279 <cell alignment="center" valignment="top" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 µm表示
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292 129.7
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301 52.75
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 50.78
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row>
15317 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 ピクセルサイズに対する%表示
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 76.3
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339 95.9
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 92.3
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 </row>
15354 </lyxtabular>
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \begin_layout Section
15367 表の垂直揃え
15368 \begin_inset Index idx
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 ひょう@表 ! そろえ@揃え
15373 \end_layout
15374
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \begin_layout Standard
15381 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15382 \begin_inset CommandInset ref
15383 LatexCommand ref
15384 reference "sec:ボックスダイアログ"
15385
15386 \end_inset
15387
15388 節に述べられているように、ボックスの垂直揃えを行います。
15389 \end_layout
15390
15391 \begin_layout Standard
15392 以下の例では、各表は15
15393 \begin_inset space \thinspace{}
15394 \end_inset
15395
15396 列幅%を持つminipage
15397 \begin_inset Foot
15398 status collapsed
15399
15400 \begin_layout Plain Layout
15401 minipageは第
15402 \begin_inset CommandInset ref
15403 LatexCommand ref
15404 reference "sec:ミニページ"
15405
15406 \end_inset
15407
15408 節で説明されています。
15409 \end_layout
15410
15411 \end_inset
15412
15413 ボックスの中に入れてあります。
15414 \end_layout
15415
15416 \begin_layout Itemize
15417 動作試験 
15418 \begin_inset Box Frameless
15419 position "t"
15420 hor_pos "c"
15421 has_inner_box 1
15422 inner_pos "c"
15423 use_parbox 0
15424 use_makebox 0
15425 width "15col%"
15426 special "none"
15427 height "1in"
15428 height_special "totalheight"
15429 status collapsed
15430
15431 \begin_layout Plain Layout
15432 \begin_inset Tabular
15433 <lyxtabular version="3" rows="3" columns="3">
15434 <features rotate="0" tabularvalignment="middle">
15435 <column alignment="center" valignment="top" width="0">
15436 <column alignment="center" valignment="top" width="0">
15437 <column alignment="center" valignment="top" width="0">
15438 <row>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 </row>
15496 <row>
15497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 </row>
15525 </lyxtabular>
15526
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533
15534  動作試験 
15535 \begin_inset ERT
15536 status collapsed
15537
15538 \begin_layout Plain Layout
15539
15540
15541 \backslash
15542 raisebox{0.85
15543 \backslash
15544 baselineskip}{
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \begin_inset Box Frameless
15551 position "t"
15552 hor_pos "c"
15553 has_inner_box 1
15554 inner_pos "c"
15555 use_parbox 0
15556 use_makebox 0
15557 width "15col%"
15558 special "none"
15559 height "1in"
15560 height_special "totalheight"
15561 status collapsed
15562
15563 \begin_layout Plain Layout
15564 \begin_inset Tabular
15565 <lyxtabular version="3" rows="3" columns="3">
15566 <features rotate="0" tabularvalignment="middle">
15567 <column alignment="center" valignment="top" width="0">
15568 <column alignment="center" valignment="top" width="0">
15569 <column alignment="center" valignment="top" width="0">
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 </row>
15599 <row>
15600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 </lyxtabular>
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \begin_inset ERT
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671
15672 }
15673 \end_layout
15674
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \begin_layout Itemize
15681 動作試験 
15682 \begin_inset Box Frameless
15683 position "c"
15684 hor_pos "c"
15685 has_inner_box 1
15686 inner_pos "c"
15687 use_parbox 0
15688 use_makebox 0
15689 width "15col%"
15690 special "none"
15691 height "1in"
15692 height_special "totalheight"
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696 \begin_inset Tabular
15697 <lyxtabular version="3" rows="3" columns="3">
15698 <features rotate="0" tabularvalignment="middle">
15699 <column alignment="center" valignment="top" width="0">
15700 <column alignment="center" valignment="top" width="0">
15701 <column alignment="center" valignment="top" width="0">
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 <row>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 </row>
15789 </lyxtabular>
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \begin_layout Itemize
15802 動作試験 
15803 \begin_inset Box Frameless
15804 position "b"
15805 hor_pos "c"
15806 has_inner_box 1
15807 inner_pos "c"
15808 use_parbox 0
15809 use_makebox 0
15810 width "15col%"
15811 special "none"
15812 height "1in"
15813 height_special "totalheight"
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817 \begin_inset Tabular
15818 <lyxtabular version="3" rows="3" columns="3">
15819 <features rotate="0" tabularvalignment="middle">
15820 <column alignment="center" valignment="top" width="0">
15821 <column alignment="center" valignment="top" width="0">
15822 <column alignment="center" valignment="top" width="0">
15823 <row>
15824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row>
15853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 </lyxtabular>
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \end_inset
15918
15919  動作試験 
15920 \begin_inset ERT
15921 status collapsed
15922
15923 \begin_layout Plain Layout
15924
15925
15926 \backslash
15927 raisebox{-0.32
15928 \backslash
15929 baselineskip}{
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \begin_inset Box Frameless
15936 position "b"
15937 hor_pos "c"
15938 has_inner_box 1
15939 inner_pos "c"
15940 use_parbox 0
15941 use_makebox 0
15942 width "15col%"
15943 special "none"
15944 height "1in"
15945 height_special "totalheight"
15946 status collapsed
15947
15948 \begin_layout Plain Layout
15949 \begin_inset Tabular
15950 <lyxtabular version="3" rows="3" columns="3">
15951 <features rotate="0" tabularvalignment="middle">
15952 <column alignment="center" valignment="top" width="0">
15953 <column alignment="center" valignment="top" width="0">
15954 <column alignment="center" valignment="top" width="0">
15955 <row>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 <row>
15985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 </lyxtabular>
16043
16044 \end_inset
16045
16046
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \begin_inset ERT
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056
16057 }
16058 \end_layout
16059
16060 \end_inset
16061
16062
16063 \end_layout
16064
16065 \begin_layout Standard
16066 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16067 \begin_inset Foot
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 raiseboxは、第
16072 \begin_inset CommandInset ref
16073 LatexCommand ref
16074 reference "sub:垂直揃え"
16075
16076 \end_inset
16077
16078 節で説明されています。
16079 \end_layout
16080
16081 \end_inset
16082
16083 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16084 \end_layout
16085
16086 \begin_layout Standard
16087
16088 \series bold
16089
16090 \backslash
16091 raisebox{0.85
16092 \backslash
16093 baselineskip}{
16094 \end_layout
16095
16096 \begin_layout Standard
16097 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16098 \series bold
16099 }
16100 \series default
16101 をTeXコードとして挿入してあります。最後の項目の第二表には、
16102 \end_layout
16103
16104 \begin_layout Standard
16105
16106 \series bold
16107
16108 \backslash
16109 raisebox{-0.32
16110 \backslash
16111 baselineskip}{
16112 \end_layout
16113
16114 \begin_layout Standard
16115 というコマンドを使用しています。
16116 \end_layout
16117
16118 \begin_layout Standard
16119 \begin_inset Note Greyedout
16120 status open
16121
16122 \begin_layout Plain Layout
16123
16124 \series bold
16125 【註】
16126 \series default
16127 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16128 \series bold
16129
16130 \backslash
16131 raisebox
16132 \series default
16133 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16134 \end_layout
16135
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \begin_layout Section
16142 色付きの表
16143 \begin_inset CommandInset label
16144 LatexCommand label
16145 name "sec:色付きの表"
16146
16147 \end_inset
16148
16149
16150 \begin_inset Index idx
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154 ひょう@表 ! いろつき@色付き
16155 \end_layout
16156
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \begin_layout Subsection
16163 色付きのセル
16164 \begin_inset Index idx
16165 status collapsed
16166
16167 \begin_layout Plain Layout
16168 ひょうのいろ@表の色 ! せるぶ@セル部
16169 \end_layout
16170
16171 \end_inset
16172
16173
16174 \begin_inset Index idx
16175 status collapsed
16176
16177 \begin_layout Plain Layout
16178 いろつき@色付き ! ひょうせるぶ@表セル部
16179 \end_layout
16180
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \begin_layout Standard
16187 \begin_inset Float table
16188 placement h
16189 wide false
16190 sideways false
16191 status open
16192
16193 \begin_layout Plain Layout
16194 \begin_inset Caption Standard
16195
16196 \begin_layout Plain Layout
16197 \begin_inset CommandInset label
16198 LatexCommand label
16199 name "tab:colortblなしの表"
16200
16201 \end_inset
16202
16203
16204 \series bold
16205 colortbl
16206 \series default
16207 パッケージを使用しない色付き表
16208 \begin_inset Argument 1
16209 status collapsed
16210
16211 \begin_layout Plain Layout
16212 colortblなしの表
16213 \end_layout
16214
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \begin_layout Plain Layout
16226 \align center
16227 \begin_inset Tabular
16228 <lyxtabular version="3" rows="3" columns="3">
16229 <features rotate="0" tabularvalignment="middle">
16230 <column alignment="center" valignment="top" width="0">
16231 <column alignment="center" valignment="top" width="0">
16232 <column alignment="center" valignment="top" width="0">
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \color green
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249
16250 \color red
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260
16261 \color red
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \color green
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284
16285 \color blue
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295
16296 \color blue
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 <row>
16304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \color green
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319
16320 \color blue
16321
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \color blue
16332
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 </row>
16338 </lyxtabular>
16339
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \begin_layout Standard
16351 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16352 \family sans
16353 編集\SpecialChar \menuseparator
16354 文字様式
16355 \family default
16356 メニューで色を選んでください。表
16357 \begin_inset CommandInset ref
16358 LatexCommand ref
16359 reference "tab:colortblなしの表"
16360
16361 \end_inset
16362
16363 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16364 \series bold
16365 colortbl
16366 \series default
16367
16368 \begin_inset Index idx
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16373 \end_layout
16374
16375 \end_inset
16376
16377 を使用しなくてはなりません。
16378 \end_layout
16379
16380 \begin_layout Standard
16381 \begin_inset ERT
16382 status collapsed
16383
16384 \begin_layout Plain Layout
16385
16386
16387 \backslash
16388 ifcolortbl
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \begin_inset Note Note
16395 status open
16396
16397 \begin_layout Plain Layout
16398 本節の以下の部分は、LaTeXパッケージ
16399 \series bold
16400 colortbl
16401 \series default
16402 が導入済みのときのみ表示されます。
16403 \end_layout
16404
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \begin_layout Standard
16411 色付きの表を作成するには、プリアンブルに
16412 \end_layout
16413
16414 \begin_layout Standard
16415
16416 \series bold
16417
16418 \backslash
16419 usepackage{colortbl}
16420 \end_layout
16421
16422 \begin_layout Standard
16423 という行を書いて
16424 \series bold
16425 colortbl
16426 \series default
16427 を読み込まなくてはなりません。列の色は、
16428 \series bold
16429 >{ }
16430 \series default
16431 コマンドの中に
16432 \end_layout
16433
16434 \begin_layout Standard
16435
16436 \series bold
16437
16438 \backslash
16439 columncolor{色彩名}
16440 \end_layout
16441
16442 \begin_layout Standard
16443 というコマンドを書いて指定することができます。
16444 \series bold
16445 >{}
16446 \series default
16447 コマンドに関する詳細は、第
16448 \begin_inset CommandInset ref
16449 LatexCommand ref
16450 reference "sub:連結列の計算"
16451
16452 \end_inset
16453
16454 節に述べられています。
16455 \end_layout
16456
16457 \begin_layout Standard
16458 以下の色彩名が事前に定義されています。
16459 \end_layout
16460
16461 \begin_layout Standard
16462
16463 \family sans
16464 red
16465 \family default
16466
16467 \family sans
16468 green
16469 \family default
16470
16471 \family sans
16472 yellow
16473 \family default
16474
16475 \family sans
16476 blue
16477 \family default
16478
16479 \family sans
16480 cyan
16481 \family default
16482
16483 \family sans
16484 magenta
16485 \family default
16486
16487 \family sans
16488 black
16489 \family default
16490
16491 \family sans
16492 white
16493 \end_layout
16494
16495 \begin_layout Standard
16496 \begin_inset VSpace medskip
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \begin_layout Standard
16503
16504 \lang english
16505 If you add the options
16506 \end_layout
16507
16508 \begin_layout Standard
16509
16510 \series bold
16511 usenames,dvipsnames
16512 \end_layout
16513
16514 \begin_layout Standard
16515
16516 \lang english
16517 to the document class options in the document settings, you can additionally
16518  use further 61
16519 \begin_inset space ~
16520 \end_inset
16521
16522 colors.
16523  These colors are listed in appendix
16524 \begin_inset space ~
16525 \end_inset
16526
16527
16528 \begin_inset CommandInset ref
16529 LatexCommand ref
16530 reference "chap:List-of-dvips-colornames"
16531
16532 \end_inset
16533
16534 .
16535  One of these colors, 
16536 \family sans
16537 Maroon
16538 \family default
16539 , is used as example in Table
16540 \lang japanese
16541
16542 \begin_inset space ~
16543 \end_inset
16544
16545
16546 \begin_inset CommandInset ref
16547 LatexCommand ref
16548 reference "tab:色付き表"
16549
16550 \end_inset
16551
16552 .
16553 \end_layout
16554
16555 \begin_layout Standard
16556 \begin_inset VSpace medskip
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \begin_layout Standard
16563 また
16564 \end_layout
16565
16566 \begin_layout Standard
16567
16568 \series bold
16569
16570 \backslash
16571 definecolor{色彩名}{色彩モデル}{色彩値}
16572 \end_layout
16573
16574 \begin_layout Standard
16575 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16576 \end_layout
16577
16578 \begin_layout Labeling
16579 \labelwidthstring 00.00.0000
16580 cmyk:シアン(
16581 \bar under
16582 c
16583 \bar default
16584 yan)・マゼンタ(
16585 \bar under
16586 m
16587 \bar default
16588 agenta)・黄(
16589 \bar under
16590 y
16591 \bar default
16592 ellow)・黒(blac
16593 \bar under
16594 k
16595 \bar default
16596
16597 \end_layout
16598
16599 \begin_layout Labeling
16600 \labelwidthstring 00.00.0000
16601 rgb:赤(
16602 \bar under
16603 r
16604 \bar default
16605 ed)・緑(
16606 \bar under
16607 g
16608 \bar default
16609 reen)・青(
16610 \bar under
16611 b
16612 \bar default
16613 lue)
16614 \end_layout
16615
16616 \begin_layout Labeling
16617 \labelwidthstring 00.00.0000
16618 gray:グレー
16619 \end_layout
16620
16621 \begin_layout Standard
16622 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16623 \end_layout
16624
16625 \begin_layout Standard
16626 たとえば、プリアンブルに
16627 \end_layout
16628
16629 \begin_layout Standard
16630
16631 \series bold
16632
16633 \backslash
16634 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16635 \end_layout
16636
16637 \begin_layout Standard
16638 と書くことによって、「
16639 \emph on
16640 darkgreen
16641 \emph default
16642 」色を定義することができますし、
16643 \end_layout
16644
16645 \begin_layout Standard
16646
16647 \series bold
16648
16649 \backslash
16650 definecolor{lightgray}{gray}{0.8}
16651 \end_layout
16652
16653 \begin_layout Standard
16654 と書けば、「
16655 \emph on
16656 lightgray
16657 \emph default
16658 」色を定義することができます。
16659 \end_layout
16660
16661 \begin_layout Standard
16662 \begin_inset VSpace medskip
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \begin_layout Standard
16669 罫線は
16670 \end_layout
16671
16672 \begin_layout Standard
16673
16674 \series bold
16675
16676 \backslash
16677 rowcolor{色彩名}
16678 \end_layout
16679
16680 \begin_layout Standard
16681 というコマンドを使用して色付けすることができ、セルは
16682 \end_layout
16683
16684 \begin_layout Standard
16685
16686 \series bold
16687
16688 \backslash
16689 cellcolor{色彩名}
16690 \end_layout
16691
16692 \begin_layout Standard
16693 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16694 \end_layout
16695
16696 \begin_layout Standard
16697 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16698 \family sans
16699 編集\SpecialChar \menuseparator
16700 文字様式
16701 \family default
16702 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16703 ます。
16704 \end_layout
16705
16706 \begin_layout Standard
16707 \begin_inset Note Greyedout
16708 status open
16709
16710 \begin_layout Plain Layout
16711 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Standard
16720 \begin_inset VSpace bigskip
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \begin_layout Standard
16727
16728 \begin_inset CommandInset ref
16729 LatexCommand ref
16730 reference "tab:色付き表"
16731
16732 \end_inset
16733
16734 を作成するには、以下のようにしてください。第一列の色は
16735 \emph on
16736 darkgreen
16737 \emph default
16738 にしたいので、この列のLaTeX変数として
16739 \end_layout
16740
16741 \begin_layout Standard
16742
16743 \series bold
16744 >{
16745 \backslash
16746 columncolor{darkgreen}
16747 \backslash
16748 centering}c
16749 \end_layout
16750
16751 \begin_layout Standard
16752 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16753 \end_layout
16754
16755 \begin_layout Standard
16756
16757 \series bold
16758
16759 \backslash
16760 rowcolow{cyan}
16761 \end_layout
16762
16763 \begin_layout Standard
16764 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
16765 \lang english
16766 The last cell of the last row is colored maroon by inserting the TeX-Code
16767  command
16768 \end_layout
16769
16770 \begin_layout Standard
16771
16772 \series bold
16773
16774 \backslash
16775 cellcolor{Maroon}
16776 \end_layout
16777
16778 \begin_layout Standard
16779 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
16780 \family sans
16781 編集\SpecialChar \menuseparator
16782 文字様式
16783 \family default
16784 メニューを使って、各文字に色付けをすることができます。
16785 \end_layout
16786
16787 \begin_layout Standard
16788 \begin_inset Float table
16789 placement h
16790 wide false
16791 sideways false
16792 status open
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Caption Standard
16796
16797 \begin_layout Plain Layout
16798
16799 \series bold
16800 \begin_inset CommandInset label
16801 LatexCommand label
16802 name "tab:色付き表"
16803
16804 \end_inset
16805
16806 colortbl
16807 \series default
16808 パッケージを使用した色付き表
16809 \begin_inset Argument 1
16810 status collapsed
16811
16812 \begin_layout Plain Layout
16813 colortblを使った表
16814 \end_layout
16815
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \begin_layout Plain Layout
16827 \align center
16828 \begin_inset Tabular
16829 <lyxtabular version="3" rows="3" columns="3">
16830 <features rotate="0" tabularvalignment="middle">
16831 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
16832 <column alignment="center" valignment="top" width="0">
16833 <column alignment="center" valignment="top" width="0">
16834 <row>
16835 <cell alignment="center" valignment="top" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 \begin_inset ERT
16840 status collapsed
16841
16842 \begin_layout Plain Layout
16843
16844
16845 \backslash
16846 rowcolor{cyan}
16847 \end_layout
16848
16849 \end_inset
16850
16851
16852 \color magenta
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \color red
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873
16874 \color red
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \color yellow
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \color blue
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908
16909 \color blue
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="center" valignment="top" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \color yellow
16923
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \color blue
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset ERT
16944 status collapsed
16945
16946 \begin_layout Plain Layout
16947
16948
16949 \backslash
16950 cellcolor{Maroon}
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \color green
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 </lyxtabular>
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \begin_layout Standard
16976 \begin_inset ERT
16977 status collapsed
16978
16979 \begin_layout Plain Layout
16980
16981
16982 \backslash
16983 else
16984 \end_layout
16985
16986 \end_inset
16987
16988
16989 \begin_inset Note Note
16990 status open
16991
16992 \begin_layout Plain Layout
16993 以下は、LaTeXパッケージ
16994 \series bold
16995 colortbl
16996 \series default
16997 が導入されていないときに表示されます。
16998 \end_layout
16999
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \begin_layout Standard
17006 この節の内容を出力で表示させるには、
17007 \series bold
17008 colortbl
17009 \series default
17010 パッケージを導入する必要があります。
17011 \end_layout
17012
17013 \begin_layout Standard
17014 \begin_inset ERT
17015 status collapsed
17016
17017 \begin_layout Plain Layout
17018
17019
17020 \backslash
17021 fi
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Subsection
17030
17031 \lang english
17032 Colored Rows
17033 \begin_inset Index idx
17034 status collapsed
17035
17036 \begin_layout Plain Layout
17037
17038 \lang english
17039 Table Color ! for Rows
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \begin_inset Index idx
17046 status collapsed
17047
17048 \begin_layout Plain Layout
17049
17050 \lang english
17051 Color ! for Table Rows
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Standard
17060
17061 \lang english
17062 In case every second table row needs to be colored there is an alternative
17063  to the method described in the previous section: One loads the package
17064  
17065 \series bold
17066 xcolor
17067 \series default
17068 \lang japanese
17069
17070 \begin_inset Index idx
17071 status collapsed
17072
17073 \begin_layout Plain Layout
17074 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17075 \begin_inset ERT
17076 status collapsed
17077
17078 \begin_layout Plain Layout
17079
17080
17081 \backslash
17082 vspace{4mm}
17083 \end_layout
17084
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \end_inset
17091
17092
17093 \lang english
17094  in the document preamble with the command
17095 \end_layout
17096
17097 \begin_layout Standard
17098
17099 \series bold
17100
17101 \backslash
17102 usepackage[table]{xcolor}
17103 \end_layout
17104
17105 \begin_layout Standard
17106
17107 \series bold
17108 \lang english
17109 xcolor
17110 \series default
17111  automatically loads also the package 
17112 \series bold
17113 colortbl
17114 \series default
17115 \lang japanese
17116
17117 \begin_inset Index idx
17118 status collapsed
17119
17120 \begin_layout Plain Layout
17121 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \lang english
17128 , so 
17129 \series bold
17130 colortbl
17131 \series default
17132  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17133 \end_layout
17134
17135 \begin_layout Standard
17136 \begin_inset ERT
17137 status collapsed
17138
17139 \begin_layout Plain Layout
17140
17141
17142 \backslash
17143 ifcolortbl
17144 \end_layout
17145
17146 \end_inset
17147
17148
17149 \begin_inset Note Note
17150 status open
17151
17152 \begin_layout Plain Layout
17153 本節の以下の部分は、LaTeXパッケージ
17154 \series bold
17155 colortbl
17156 \series default
17157 が導入済みのときのみ表示されます。
17158 \end_layout
17159
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \begin_layout Standard
17166
17167 \lang english
17168 The table rows are colored with the command
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174 \lang english
17175
17176 \backslash
17177 rowcolors[commands]{row number}{odd row color}{even row color}
17178 \end_layout
17179
17180 \begin_layout Standard
17181
17182 \lang english
17183 that is either inserted in the document preamble or as TeX-Code before the
17184  first table to be colored.
17185  row
17186 \begin_inset space ~
17187 \end_inset
17188
17189 number is the number of the first row which should be colored according
17190  to the odd row color.
17191  commands can be additional commands that are executed before every table
17192  row.
17193  So for example the command
17194 \end_layout
17195
17196 \begin_layout Standard
17197
17198 \series bold
17199
17200 \backslash
17201 rowcolors{1}{white}{lightgray}
17202 \end_layout
17203
17204 \begin_layout Standard
17205
17206 \lang english
17207 leads to the coloring scheme of Table
17208 \begin_inset space ~
17209 \end_inset
17210
17211
17212 \begin_inset CommandInset ref
17213 LatexCommand ref
17214 reference "tab:Table-rowcolors"
17215
17216 \end_inset
17217
17218 .
17219  The command
17220 \end_layout
17221
17222 \begin_layout Standard
17223
17224 \series bold
17225
17226 \backslash
17227 rowcolors[
17228 \backslash
17229 hline]{1}{lightgray}{cyan}
17230 \end_layout
17231
17232 \begin_layout Standard
17233
17234 \lang english
17235 leads to the coloring scheme of Table
17236 \begin_inset space ~
17237 \end_inset
17238
17239
17240 \begin_inset CommandInset ref
17241 LatexCommand ref
17242 reference "tab:Table-rowcolors-2"
17243
17244 \end_inset
17245
17246 .
17247  If odd
17248 \begin_inset space ~
17249 \end_inset
17250
17251 row
17252 \begin_inset space ~
17253 \end_inset
17254
17255 color and/or even
17256 \begin_inset space ~
17257 \end_inset
17258
17259 row
17260 \begin_inset space ~
17261 \end_inset
17262
17263 color are left empty, no color will be used so that the command
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 rowcolors{1}{}{}
17272 \end_layout
17273
17274 \begin_layout Standard
17275
17276 \lang english
17277 deletes all colors.
17278  
17279 \series bold
17280
17281 \backslash
17282 rowcolors
17283 \series default
17284  affects all tables following that command.
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset ERT
17289 status open
17290
17291 \begin_layout Plain Layout
17292
17293
17294 \backslash
17295 rowcolors{1}{white}{lightgray}
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304 \begin_inset Float table
17305 placement h
17306 wide false
17307 sideways false
17308 status open
17309
17310 \begin_layout Plain Layout
17311 \begin_inset Caption Standard
17312
17313 \begin_layout Plain Layout
17314
17315 \lang english
17316 \begin_inset CommandInset label
17317 LatexCommand label
17318 name "tab:Table-rowcolors"
17319
17320 \end_inset
17321
17322 Table where every second row is colored light gray.
17323 \end_layout
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \begin_layout Plain Layout
17331 \align center
17332 \begin_inset Tabular
17333 <lyxtabular version="3" rows="4" columns="3">
17334 <features rotate="0" tabularvalignment="middle">
17335 <column alignment="center" valignment="top" width="0">
17336 <column alignment="center" valignment="top" width="0pt">
17337 <column alignment="center" valignment="top" width="0pt">
17338 <row>
17339 <cell alignment="center" valignment="top" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 X
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 Y
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 Z
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 1
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 2
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 3
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 4
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 5
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 6
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 <row>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 7
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 8
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 9
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 </row>
17454 </lyxtabular>
17455
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Standard
17467 \begin_inset ERT
17468 status open
17469
17470 \begin_layout Plain Layout
17471
17472
17473 \backslash
17474 rowcolors[
17475 \backslash
17476 hline]{1}{lightgray}{cyan}
17477 \end_layout
17478
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \begin_layout Standard
17485 \begin_inset Float table
17486 placement h
17487 wide false
17488 sideways false
17489 status open
17490
17491 \begin_layout Plain Layout
17492 \begin_inset Caption Standard
17493
17494 \begin_layout Plain Layout
17495
17496 \lang english
17497 \begin_inset CommandInset label
17498 LatexCommand label
17499 name "tab:Table-rowcolors-2"
17500
17501 \end_inset
17502
17503 Table where every second row is colored cyan and at which there is a line
17504  between each row.
17505 \end_layout
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \begin_layout Plain Layout
17513 \align center
17514 \begin_inset Tabular
17515 <lyxtabular version="3" rows="4" columns="3">
17516 <features rotate="0" tabularvalignment="middle">
17517 <column alignment="center" valignment="top" width="0">
17518 <column alignment="center" valignment="top" width="0">
17519 <column alignment="center" valignment="top" width="0pt">
17520 <row>
17521 <cell alignment="center" valignment="top" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 X
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 Y
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 Z
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 1
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 2
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 3
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 </row>
17578 <row>
17579 <cell alignment="center" valignment="top" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 4
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 5
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 6
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 </row>
17607 <row>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 7
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 8
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 9
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 </row>
17636 </lyxtabular>
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653
17654
17655 \backslash
17656 rowcolors{1}{}{}
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \begin_inset Note Note
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666
17667 \lang english
17668 turn off the row coloring
17669 \end_layout
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Standard
17677 \begin_inset ERT
17678 status collapsed
17679
17680 \begin_layout Plain Layout
17681
17682
17683 \backslash
17684 else
17685 \end_layout
17686
17687 \end_inset
17688
17689
17690 \begin_inset Note Note
17691 status open
17692
17693 \begin_layout Plain Layout
17694 以下は、LaTeXパッケージ
17695 \series bold
17696 colortbl
17697 \series default
17698 が導入されていないときに表示されます。
17699 \end_layout
17700
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \begin_layout Standard
17707 この節の内容を出力で表示させるには、
17708 \series bold
17709 colortbl
17710 \series default
17711 パッケージを導入する必要があります。
17712 \end_layout
17713
17714 \begin_layout Standard
17715 \begin_inset ERT
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719
17720
17721 \backslash
17722 fi
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \begin_layout Subsection
17731 色付き罫線
17732 \begin_inset Index idx
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \begin_inset Index idx
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \begin_inset CommandInset ref
17757 LatexCommand ref
17758 reference "sub:罫線幅"
17759
17760 \end_inset
17761
17762 節に述べられているように、表中の全罫線の線幅は、長さ
17763 \series bold
17764
17765 \backslash
17766 arrayrulewidth
17767 \series default
17768 を使って調節することができます。本節の表では、すべて1.5
17769 \begin_inset space \thinspace{}
17770 \end_inset
17771
17772 ptに設定されています。
17773 \begin_inset ERT
17774 status collapsed
17775
17776 \begin_layout Plain Layout
17777
17778
17779 \backslash
17780 setlength{
17781 \backslash
17782 arrayrulewidth}{1.5pt}
17783 \end_layout
17784
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Standard
17791 たとえば縦罫線を緑に着色するには、第
17792 \begin_inset CommandInset ref
17793 LatexCommand ref
17794 reference "sub:自製書式"
17795
17796 \end_inset
17797
17798 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \series bold
17804
17805 \backslash
17806 newcolumntype{W}{!{
17807 \backslash
17808 color{green}
17809 \backslash
17810 vline}}
17811 \end_layout
17812
17813 \begin_layout Standard
17814
17815 \begin_inset CommandInset ref
17816 LatexCommand ref
17817 reference "tab:色付き縦罫線の表"
17818
17819 \end_inset
17820
17821 では、最右列にLaTeX変数
17822 \series bold
17823 WcW
17824 \series default
17825 、他の列にLaTeX変数
17826 \series bold
17827 Wc
17828 \series default
17829 が使用されています。
17830 \end_layout
17831
17832 \begin_layout Standard
17833 複数の色を用いたいときには、列書式をもっと定義してください。
17834 \end_layout
17835
17836 \begin_layout Standard
17837 \begin_inset Float table
17838 placement h
17839 wide false
17840 sideways false
17841 status open
17842
17843 \begin_layout Plain Layout
17844 \begin_inset Caption Standard
17845
17846 \begin_layout Plain Layout
17847 \begin_inset CommandInset label
17848 LatexCommand label
17849 name "tab:色付き縦罫線の表"
17850
17851 \end_inset
17852
17853 色付き縦罫線の表
17854 \end_layout
17855
17856 \end_inset
17857
17858
17859 \end_layout
17860
17861 \begin_layout Plain Layout
17862 \align center
17863 \begin_inset Tabular
17864 <lyxtabular version="3" rows="3" columns="3">
17865 <features rotate="0" tabularvalignment="middle">
17866 <column alignment="center" valignment="top" width="0" special="Wc">
17867 <column alignment="center" valignment="top" width="0" special="Wc">
17868 <column alignment="center" valignment="top" width="0" special="WcW">
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 sd
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" topline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 </row>
17898 <row>
17899 <cell alignment="center" valignment="top" topline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" topline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 sd
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 </row>
17927 <row>
17928 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 sd
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 </row>
17956 </lyxtabular>
17957
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 \begin_inset VSpace bigskip
17970 \end_inset
17971
17972
17973 \begin_inset CommandInset ref
17974 LatexCommand ref
17975 reference "tab:色付き横罫線の表"
17976
17977 \end_inset
17978
17979 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17980 \end_layout
17981
17982 \begin_layout Standard
17983
17984 \series bold
17985
17986 \backslash
17987 let
17988 \backslash
17989 myHlineC
17990 \backslash
17991 hline
17992 \begin_inset Newline newline
17993 \end_inset
17994
17995
17996 \backslash
17997 renewcommand{
17998 \backslash
17999 hline}
18000 \begin_inset Newline newline
18001 \end_inset
18002
18003
18004 \begin_inset Phantom HPhantom
18005 status open
18006
18007 \begin_layout Plain Layout
18008 \begin_inset space ~
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \end_inset
18015
18016 {
18017 \backslash
18018 arrayrulecolor{red}
18019 \backslash
18020 myHlineC
18021 \backslash
18022 arrayrulecolor{black}}
18023 \end_layout
18024
18025 \begin_layout Standard
18026 というコマンドを入力して下さい。
18027 \end_layout
18028
18029 \begin_layout Standard
18030 \begin_inset ERT
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034
18035
18036 \backslash
18037 let
18038 \backslash
18039 myHlineC
18040 \backslash
18041 hline
18042 \end_layout
18043
18044 \begin_layout Plain Layout
18045
18046
18047 \backslash
18048 renewcommand{
18049 \backslash
18050 hline}
18051 \end_layout
18052
18053 \begin_layout Plain Layout
18054
18055  {
18056 \backslash
18057 arrayrulecolor{red}
18058 \backslash
18059 myHlineC
18060 \backslash
18061 arrayrulecolor{black}}
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \begin_inset Float table
18068 placement h
18069 wide false
18070 sideways false
18071 status open
18072
18073 \begin_layout Plain Layout
18074 \begin_inset Caption Standard
18075
18076 \begin_layout Plain Layout
18077 \begin_inset CommandInset label
18078 LatexCommand label
18079 name "tab:色付き横罫線の表"
18080
18081 \end_inset
18082
18083 色付き横罫線の表
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Plain Layout
18092 \align center
18093 \begin_inset Tabular
18094 <lyxtabular version="3" rows="3" columns="3">
18095 <features rotate="0" tabularvalignment="middle">
18096 <column alignment="center" valignment="top" width="0">
18097 <column alignment="center" valignment="top" width="0">
18098 <column alignment="center" valignment="top" width="0">
18099 <row>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 sd
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 </row>
18128 <row>
18129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 sd
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 </row>
18157 <row>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 sd
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 </row>
18186 </lyxtabular>
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Standard
18199 既定値の黒罫線に戻るには、
18200 \end_layout
18201
18202 \begin_layout Standard
18203
18204 \series bold
18205
18206 \backslash
18207 renewcommand{
18208 \backslash
18209 hline}{
18210 \backslash
18211 myHlineC}
18212 \end_layout
18213
18214 \begin_layout Standard
18215 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18216 \begin_inset CommandInset ref
18217 LatexCommand ref
18218 reference "tab:色付き罫線の表"
18219
18220 \end_inset
18221
18222 は、縦横罫線を色付けした例です。
18223 \end_layout
18224
18225 \begin_layout Standard
18226 \begin_inset Float table
18227 placement h
18228 wide false
18229 sideways false
18230 status open
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Caption Standard
18234
18235 \begin_layout Plain Layout
18236 \begin_inset CommandInset label
18237 LatexCommand label
18238 name "tab:色付き罫線の表"
18239
18240 \end_inset
18241
18242 色付き罫線の表
18243 \end_layout
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \begin_layout Plain Layout
18251 \align center
18252 \begin_inset Tabular
18253 <lyxtabular version="3" rows="3" columns="3">
18254 <features rotate="0" tabularvalignment="middle">
18255 <column alignment="center" valignment="top" width="0" special="Wc">
18256 <column alignment="center" valignment="top" width="0" special="Wc">
18257 <column alignment="center" valignment="top" width="0" special="WcW">
18258 <row>
18259 <cell alignment="center" valignment="top" topline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 sd
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 sd
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 <row topspace="default">
18317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 sd
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 </lyxtabular>
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Standard
18358 \begin_inset ERT
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362
18363
18364 \backslash
18365 renewcommand{
18366 \backslash
18367 hline}{
18368 \backslash
18369 myHlineC}
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Standard
18378 \begin_inset ERT
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382
18383
18384 \backslash
18385 setlength{
18386 \backslash
18387 arrayrulewidth}{0.4pt}
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Section
18396
18397 \lang english
18398 Rotated Table Cells
18399 \lang japanese
18400
18401 \begin_inset CommandInset label
18402 LatexCommand label
18403 name "sec:Rotated-Table-Cells"
18404
18405 \end_inset
18406
18407
18408 \begin_inset Index idx
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413 \lang english
18414 Table ! Rotated Cells
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \begin_inset Index idx
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425 \lang english
18426 Rotated Material
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435
18436 \lang english
18437 \begin_inset Note Greyedout
18438 status open
18439
18440 \begin_layout Plain Layout
18441
18442 \series bold
18443 \lang english
18444 Note:
18445 \series default
18446  Not all DVI-viewers are able to display rotations.
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \begin_layout Standard
18455
18456 \lang english
18457 Currently LyX only offers to rotate table cells by 90
18458 \begin_inset space \thinspace{}
18459 \end_inset
18460
18461 ° counter-clockwise.
18462  To rotate cells by an angle of your choice, you have to add this to the
18463  document preamble:
18464 \end_layout
18465
18466 \begin_layout Standard
18467
18468 \series bold
18469
18470 \backslash
18471 @ifundefined{turnbox}{
18472 \backslash
18473 usepackage{rotating}}{}
18474 \end_layout
18475
18476 \begin_layout Standard
18477
18478 \lang english
18479 In the table cell that should be rotated, add at the beginning this command
18480  as TeX-code:
18481 \end_layout
18482
18483 \begin_layout Standard
18484
18485 \series bold
18486 \lang english
18487
18488 \backslash
18489 begin{turn}{angle}
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \lang english
18495 where angle is the rotation angle in °.
18496  At the end of the cell the command
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \series bold
18502
18503 \backslash
18504 end{turn}
18505 \end_layout
18506
18507 \begin_layout Standard
18508
18509 \lang english
18510 is inserted as TeX-code.
18511 \end_layout
18512
18513 \begin_layout Standard
18514
18515 \lang english
18516 Table
18517 \begin_inset space ~
18518 \end_inset
18519
18520
18521 \begin_inset CommandInset ref
18522 LatexCommand ref
18523 reference "tab:Table-with-rotated-multi"
18524
18525 \end_inset
18526
18527  is an example where 3
18528 \begin_inset space ~
18529 \end_inset
18530
18531 cells were rotated by 45
18532 \begin_inset space \thinspace{}
18533 \end_inset
18534
18535 °.
18536 \end_layout
18537
18538 \begin_layout Standard
18539
18540 \lang english
18541 \begin_inset Float table
18542 wide false
18543 sideways false
18544 status open
18545
18546 \begin_layout Plain Layout
18547
18548 \lang english
18549 \begin_inset Caption Standard
18550
18551 \begin_layout Plain Layout
18552
18553 \lang english
18554 \begin_inset CommandInset label
18555 LatexCommand label
18556 name "tab:Table-with-rotated"
18557
18558 \end_inset
18559
18560 Table with rotated cells in the first row.
18561 \end_layout
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \begin_layout Plain Layout
18569 \noindent
18570 \align center
18571
18572 \lang english
18573 \begin_inset Tabular
18574 <lyxtabular version="3" rows="2" columns="3">
18575 <features rotate="0" tabularvalignment="middle">
18576 <column alignment="center" valignment="top" width="0">
18577 <column alignment="center" valignment="top" width="0pt">
18578 <column alignment="center" valignment="top" width="0">
18579 <row>
18580 <cell alignment="center" valignment="top" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584
18585 \lang english
18586 \begin_inset ERT
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590
18591
18592 \backslash
18593 begin{turn}{45}
18594 \end_layout
18595
18596 \end_inset
18597
18598 cups
18599 \begin_inset ERT
18600 status collapsed
18601
18602 \begin_layout Plain Layout
18603
18604
18605 \backslash
18606 end{turn}
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \lang english
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 begin{turn}{45}
18630 \end_layout
18631
18632 \end_inset
18633
18634 plates
18635 \begin_inset ERT
18636 status collapsed
18637
18638 \begin_layout Plain Layout
18639
18640
18641 \backslash
18642 end{turn}
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \lang english
18658 \begin_inset ERT
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662
18663
18664 \backslash
18665 begin{turn}{45}
18666 \end_layout
18667
18668 \end_inset
18669
18670 saucers
18671 \begin_inset ERT
18672 status collapsed
18673
18674 \begin_layout Plain Layout
18675
18676
18677 \backslash
18678 end{turn}
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 </row>
18689 <row>
18690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \lang english
18696 45
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \lang english
18707 33
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716
18717 \lang english
18718 21
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 </row>
18724 </lyxtabular>
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \lang english
18739 \begin_inset Note Greyedout
18740 status open
18741
18742 \begin_layout Plain Layout
18743
18744 \series bold
18745 \lang english
18746 Note:
18747 \series default
18748  Line breaks (shortcut 
18749 \begin_inset Info
18750 type  "shortcut"
18751 arg   "newline-insert newline"
18752 \end_inset
18753
18754 ) are not allowed in rotated cells.
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763
18764 \lang english
18765 If you want to rotate table cells containing line breaks, you have to put
18766  the cell content into a minipage or a parbox.
18767 \begin_inset Foot
18768 status collapsed
18769
18770 \begin_layout Plain Layout
18771
18772 \lang english
18773 For more about these boxes see sec.
18774 \lang japanese
18775
18776 \begin_inset space \thinspace{}
18777 \end_inset
18778
18779
18780 \begin_inset CommandInset ref
18781 LatexCommand ref
18782 reference "sec:ミニページ"
18783
18784 \end_inset
18785
18786  
18787 \lang english
18788 and
18789 \lang japanese
18790  
18791 \begin_inset CommandInset ref
18792 LatexCommand ref
18793 reference "sec:Parbox"
18794
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \end_inset
18801
18802  If you rotate this cell by 90
18803 \begin_inset space \thinspace{}
18804 \end_inset
18805
18806 ° the width of the box is the height of the cell.
18807  Table
18808 \begin_inset space ~
18809 \end_inset
18810
18811
18812 \begin_inset CommandInset ref
18813 LatexCommand ref
18814 reference "tab:Table-with-rotated-multi"
18815
18816 \end_inset
18817
18818  is an example for a rotated multiline cell where the box width was set
18819  to 3
18820 \begin_inset space \thinspace{}
18821 \end_inset
18822
18823 cm.
18824 \end_layout
18825
18826 \begin_layout Standard
18827
18828 \lang english
18829 \begin_inset Float table
18830 wide false
18831 sideways false
18832 status open
18833
18834 \begin_layout Plain Layout
18835
18836 \lang english
18837 \begin_inset Caption Standard
18838
18839 \begin_layout Plain Layout
18840
18841 \lang english
18842 \begin_inset CommandInset label
18843 LatexCommand label
18844 name "tab:Table-with-rotated-multi"
18845
18846 \end_inset
18847
18848 Table with rotated multiline cell.
18849 \end_layout
18850
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \begin_layout Plain Layout
18857 \noindent
18858 \align center
18859
18860 \lang english
18861 \begin_inset Tabular
18862 <lyxtabular version="3" rows="2" columns="3">
18863 <features rotate="0" tabularvalignment="middle">
18864 <column alignment="center" valignment="top" width="0">
18865 <column alignment="center" valignment="top" width="0pt">
18866 <column alignment="center" valignment="top" width="0">
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872
18873 \lang english
18874 a
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883
18884 \lang english
18885 \begin_inset Box Frameless
18886 position "t"
18887 hor_pos "c"
18888 has_inner_box 1
18889 inner_pos "t"
18890 use_parbox 0
18891 use_makebox 0
18892 width "3cm"
18893 special "none"
18894 height "1in"
18895 height_special "totalheight"
18896 status open
18897
18898 \begin_layout Plain Layout
18899
18900 \lang english
18901 rotated cell
18902 \begin_inset Newline newline
18903 \end_inset
18904
18905 with line break
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \lang english
18921 e
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \lang english
18934 b
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \lang english
18945 c
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \lang english
18956 d
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 </row>
18962 </lyxtabular>
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Section
18975
18976 \lang english
18977 Table Width Calculation
18978 \begin_inset CommandInset label
18979 LatexCommand label
18980 name "sec:Table-Width-Calculation"
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988
18989 \lang english
18990 For wide tables it is sometimes difficult to assure that the table does
18991  not protrude over the page margin.
18992  Setting a fixed width for every column of the table is the solution, but
18993  what amount of space is needed for each column?
18994 \end_layout
18995
18996 \begin_layout Standard
18997
18998 \lang english
18999 The table width 
19000 \begin_inset Formula $W_{\mathrm{table}}$
19001 \end_inset
19002
19003  can be calculated: Every column has the width of the specified column width
19004  
19005 \begin_inset Formula $W_{\mathrm{column}}$
19006 \end_inset
19007
19008  (that the content of the column can consume) plus two times the separation
19009  between the column content and the column border (LaTeX length
19010 \series bold
19011  
19012 \backslash
19013 tabcolsep
19014 \series default
19015 , default 6
19016 \begin_inset space \thinspace{}
19017 \end_inset
19018
19019 pt) plus the width of a border line (LaTeX length 
19020 \series bold
19021
19022 \backslash
19023 arrayrulewidth
19024 \series default
19025 , default 0.4
19026 \begin_inset space \thinspace{}
19027 \end_inset
19028
19029 pt): So if all 
19030 \begin_inset Formula $n$
19031 \end_inset
19032
19033
19034 \begin_inset space ~
19035 \end_inset
19036
19037 columns have the same width, the table width is
19038 \lang japanese
19039
19040 \begin_inset Formula 
19041 \begin{equation}
19042 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19043 \end{equation}
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Standard
19051
19052 \lang english
19053 The available width for a table is the space between the page margins or
19054  the width of a text column (for a two-column document) (LaTeX length 
19055 \series bold
19056
19057 \backslash
19058 columnwidth
19059 \series default
19060 ).
19061  If all table columns should have the same width and 
19062 \begin_inset Formula $W_{\mathrm{table}}$
19063 \end_inset
19064
19065  should be 1
19066 \begin_inset space \thinspace{}
19067 \end_inset
19068
19069
19070 \backslash
19071 columnwidth, 
19072 \begin_inset Formula $W_{\mathrm{column}}$
19073 \end_inset
19074
19075  can easily be calculated.
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \lang english
19081 To be able to perform calculations you need to load the LaTeX-package 
19082 \series bold
19083 calc
19084 \series default
19085 \lang japanese
19086
19087 \begin_inset Index idx
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091 LaTeXぱっけーじ@LaTeXパッケージ ! calc
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \lang english
19098  in the document preamble.
19099  To set the width in the table dialog you have to use the field 
19100 \family sans
19101 LaTeX argument
19102 \family default
19103 .
19104  The command scheme for this field is the same that is explained in section
19105 \begin_inset space ~
19106 \end_inset
19107
19108
19109 \lang japanese
19110
19111 \begin_inset CommandInset ref
19112 LatexCommand ref
19113 reference "sub:連結列の計算"
19114
19115 \end_inset
19116
19117
19118 \lang english
19119 .
19120  For a table with 5
19121 \begin_inset space \thinspace{}
19122 \end_inset
19123
19124 columns with an uniform width and centered text, enter there for each column
19125  the command
19126 \end_layout
19127
19128 \begin_layout Standard
19129
19130 \series bold
19131 >{
19132 \backslash
19133 centering}p{(1
19134 \backslash
19135 columnwidth-62.4pt)/5}
19136 \end_layout
19137
19138 \begin_layout Standard
19139
19140 \lang english
19141 For a table with 5
19142 \begin_inset space \thinspace{}
19143 \end_inset
19144
19145 columns where 2 should have 0.75
19146 \begin_inset space ~
19147 \end_inset
19148
19149 times the width than the 3 others, the calculation is
19150 \lang japanese
19151
19152 \begin_inset Formula 
19153 \begin{align}
19154 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19155  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19156  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19157 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19158 \end{align}
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \lang english
19168 In the table therefore the command
19169 \end_layout
19170
19171 \begin_layout Standard
19172
19173 \series bold
19174 >{
19175 \backslash
19176 centering}p{(1
19177 \backslash
19178 columnwidth-62.4pt)/
19179 \backslash
19180 real{4.5}}
19181 \end_layout
19182
19183 \begin_layout Standard
19184
19185 \lang english
19186 is used for the wider columns and
19187 \end_layout
19188
19189 \begin_layout Standard
19190
19191 \series bold
19192 >{
19193 \backslash
19194 centering}p{(1
19195 \backslash
19196 columnwidth-62.4pt)/
19197 \backslash
19198 real{4.5}*
19199 \backslash
19200 real{0.75}}
19201 \end_layout
19202
19203 \begin_layout Standard
19204
19205 \lang english
19206 for the smaller ones:
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset Tabular
19211 <lyxtabular version="3" rows="2" columns="5">
19212 <features rotate="0" tabularvalignment="middle">
19213 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19214 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19215 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19216 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19217 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19218 <row>
19219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223 1
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 2
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 3
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 4
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 5
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 111111 1111111 111111 111111111 11111 11111 1111
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 2222 22222 222222 222222222 2222222 22 22222
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 333333 333333 333333 33333 3333333 333
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 </lyxtabular>
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Section
19320 表の調整
19321 \begin_inset Index idx
19322 status collapsed
19323
19324 \begin_layout Plain Layout
19325 ひょうのちょうせい@表の調整
19326 \end_layout
19327
19328 \end_inset
19329
19330
19331 \begin_inset Index idx
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335 ひょう@表 ! ちょうせい@調整
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \begin_layout Subsection
19344 行の余白取り
19345 \begin_inset CommandInset label
19346 LatexCommand label
19347 name "sub:行の余白取り"
19348
19349 \end_inset
19350
19351
19352 \begin_inset Index idx
19353 status collapsed
19354
19355 \begin_layout Plain Layout
19356 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 表の設定ダイアログの
19366 \family sans
19367 罫線
19368 \family default
19369 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19370 \end_layout
19371
19372 \begin_layout Description
19373 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19374 \begin_inset Foot
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378 フォーマル形式の表は第
19379 \begin_inset CommandInset ref
19380 LatexCommand ref
19381 reference "sec:フォーマル形式の表"
19382
19383 \end_inset
19384
19385 節で説明されています。
19386 \end_layout
19387
19388 \end_inset
19389
19390 ならば、LyXは既定値として0.5
19391 \begin_inset space \thinspace{}
19392 \end_inset
19393
19394 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19395 \begin_inset VSpace medskip
19396 \end_inset
19397
19398
19399 \begin_inset Newline newline
19400 \end_inset
19401
19402
19403 \begin_inset space \hspace*{}
19404 \length 0pt
19405 \end_inset
19406
19407
19408 \begin_inset space \hfill{}
19409 \end_inset
19410
19411
19412 \begin_inset Tabular
19413 <lyxtabular version="3" rows="3" columns="1">
19414 <features rotate="0" tabularvalignment="middle">
19415 <column alignment="center" valignment="top" width="0">
19416 <row>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 </row>
19427 <row topspace="3mm">
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 行上に3
19433 \begin_inset space \thinspace{}
19434 \end_inset
19435
19436 mmの余白
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 </lyxtabular>
19454
19455 \end_inset
19456
19457
19458 \begin_inset space \hfill{}
19459 \end_inset
19460
19461
19462 \begin_inset space \hspace*{}
19463 \length 0pt
19464 \end_inset
19465
19466
19467 \begin_inset VSpace medskip
19468 \end_inset
19469
19470
19471 \begin_inset Newline newline
19472 \end_inset
19473
19474 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19475 \end_layout
19476
19477 \begin_layout Description
19478 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19479 \begin_inset space \thinspace{}
19480 \end_inset
19481
19482 emの余白を挿入し、通常の表ならば既定値として2
19483 \begin_inset space \thinspace{}
19484 \end_inset
19485
19486 ptを挿入します。
19487 \end_layout
19488
19489 \begin_layout Description
19490 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19491 \begin_inset space \thinspace{}
19492 \end_inset
19493
19494 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19495 \begin_inset VSpace medskip
19496 \end_inset
19497
19498
19499 \begin_inset Newline newline
19500 \end_inset
19501
19502
19503 \begin_inset space \hspace*{}
19504 \length 0pt
19505 \end_inset
19506
19507
19508 \begin_inset space \hfill{}
19509 \end_inset
19510
19511
19512 \begin_inset Tabular
19513 <lyxtabular version="3" rows="3" columns="1">
19514 <features rotate="0" tabularvalignment="middle">
19515 <column alignment="center" valignment="top" width="0">
19516 <row>
19517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 </row>
19527 <row interlinespace="3mm">
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 \begin_inset Formula $\downarrow$
19533 \end_inset
19534
19535  行間に3
19536 \begin_inset space \thinspace{}
19537 \end_inset
19538
19539 mmの余白 
19540 \begin_inset Formula $\downarrow$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Formula $\uparrow$
19555 \end_inset
19556
19557  行間に3
19558 \begin_inset space \thinspace{}
19559 \end_inset
19560
19561 mmの余白 
19562 \begin_inset Formula $\uparrow$
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 </lyxtabular>
19572
19573 \end_inset
19574
19575
19576 \begin_inset space \hfill{}
19577 \end_inset
19578
19579
19580 \begin_inset space \hspace*{}
19581 \length 0pt
19582 \end_inset
19583
19584
19585 \begin_inset VSpace medskip
19586 \end_inset
19587
19588
19589 \begin_inset Newline newline
19590 \end_inset
19591
19592 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19593 \end_layout
19594
19595 \begin_layout Standard
19596 \begin_inset VSpace bigskip
19597 \end_inset
19598
19599 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19600 \end_layout
19601
19602 \begin_layout Standard
19603
19604 \series bold
19605
19606 \backslash
19607 @ifundefined{extrarowheight}
19608 \begin_inset Newline newline
19609 \end_inset
19610
19611
19612 \begin_inset Phantom HPhantom
19613 status open
19614
19615 \begin_layout Plain Layout
19616 \begin_inset space ~
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623
19624 {
19625 \backslash
19626 usepackage{array}}{}
19627 \begin_inset Newline newline
19628 \end_inset
19629
19630
19631 \backslash
19632 setlength{
19633 \backslash
19634 extrarowheight}{height}
19635 \end_layout
19636
19637 \begin_layout Standard
19638 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
19639 \series bold
19640 array
19641 \series default
19642 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19643 \series bold
19644
19645 \backslash
19646 @ifundefined
19647 \series default
19648 が使用されています)。
19649 \end_layout
19650
19651 \begin_layout Standard
19652 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
19653 \series bold
19654
19655 \backslash
19656 strut
19657 \series default
19658 コマンドを挿入することで補正することができます。表
19659 \begin_inset CommandInset ref
19660 LatexCommand ref
19661 reference "tab:垂直揃え"
19662
19663 \end_inset
19664
19665 は、この効果を示したものです。
19666 \end_layout
19667
19668 \begin_layout Standard
19669 \noindent
19670 \begin_inset Float table
19671 placement h
19672 wide false
19673 sideways false
19674 status open
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Caption Standard
19678
19679 \begin_layout Plain Layout
19680 \begin_inset CommandInset label
19681 LatexCommand label
19682 name "tab:垂直揃え"
19683
19684 \end_inset
19685
19686 大きなフォント寸法の文章の垂直揃え
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \begin_layout Plain Layout
19695 \begin_inset space \hfill{}
19696 \end_inset
19697
19698
19699 \begin_inset Float table
19700 wide false
19701 sideways false
19702 status open
19703
19704 \begin_layout Plain Layout
19705 \begin_inset Caption Standard
19706
19707 \begin_layout Plain Layout
19708 通常の表
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Plain Layout
19717 \noindent
19718 \align center
19719 \begin_inset Tabular
19720 <lyxtabular version="3" rows="6" columns="1">
19721 <features rotate="0" tabularvalignment="middle">
19722 <column alignment="left" valignment="top" width="0">
19723 <row>
19724 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 Normal, g
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \size large
19741 Large
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \size larger
19754 Larger
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 </row>
19760 <row>
19761 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \size largest
19767 Largest
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 <row>
19774 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778
19779 \size huge
19780 Huge
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \size giant
19793 Huger
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 </lyxtabular>
19800
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \begin_inset space \hfill{}
19810 \end_inset
19811
19812
19813 \begin_inset Float table
19814 wide false
19815 sideways false
19816 status open
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Caption Standard
19820
19821 \begin_layout Plain Layout
19822
19823 \series bold
19824
19825 \backslash
19826 strut
19827 \series default
19828 コマンドを使用した表
19829 \end_layout
19830
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Plain Layout
19837 \noindent
19838 \align center
19839 \begin_inset Tabular
19840 <lyxtabular version="3" rows="6" columns="1">
19841 <features rotate="0" tabularvalignment="middle">
19842 <column alignment="left" valignment="top" width="0">
19843 <row>
19844 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 Normal, g
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \size large
19861 \begin_inset ERT
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865
19866
19867 \backslash
19868 strut 
19869 \end_layout
19870
19871 \end_inset
19872
19873 Large
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \size larger
19886 \begin_inset ERT
19887 status collapsed
19888
19889 \begin_layout Plain Layout
19890
19891
19892 \backslash
19893 strut 
19894 \end_layout
19895
19896 \end_inset
19897
19898 Larger
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \size largest
19911 \begin_inset ERT
19912 status collapsed
19913
19914 \begin_layout Plain Layout
19915
19916
19917 \backslash
19918 strut 
19919 \end_layout
19920
19921 \end_inset
19922
19923 Largest
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \size huge
19936 \begin_inset ERT
19937 status collapsed
19938
19939 \begin_layout Plain Layout
19940
19941
19942 \backslash
19943 strut 
19944 \end_layout
19945
19946 \end_inset
19947
19948 Huge
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959
19960 \size giant
19961 \begin_inset ERT
19962 status collapsed
19963
19964 \begin_layout Plain Layout
19965
19966
19967 \backslash
19968 strut 
19969 \end_layout
19970
19971 \end_inset
19972
19973 Huger
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 </lyxtabular>
19980
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987
19988
19989 \begin_inset space \hfill{}
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Subsection
20001 特殊なセル揃え
20002 \begin_inset CommandInset label
20003 LatexCommand label
20004 name "sub:特殊なセル揃え"
20005
20006 \end_inset
20007
20008
20009 \begin_inset Index idx
20010 status collapsed
20011
20012 \begin_layout Plain Layout
20013 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \begin_layout Standard
20022 ときには表
20023 \begin_inset CommandInset ref
20024 LatexCommand ref
20025 reference "tab:表セル"
20026
20027 \end_inset
20028
20029 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
20030 \begin_inset Info
20031 type  "icon"
20032 arg   "inset-modify tabular align-decimal"
20033 \end_inset
20034
20035 を押すか、表設定中で揃えを
20036 \family sans
20037 小数点で
20038 \family default
20039 に設定します。
20040 \end_layout
20041
20042 \begin_layout Standard
20043 \begin_inset Float table
20044 placement h
20045 wide false
20046 sideways false
20047 status open
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Caption Standard
20051
20052 \begin_layout Plain Layout
20053 \begin_inset CommandInset label
20054 LatexCommand label
20055 name "tab:表セル"
20056
20057 \end_inset
20058
20059 一列が小数点で揃えられた表セル
20060 \end_layout
20061
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \begin_layout Plain Layout
20068 \align center
20069 \begin_inset Tabular
20070 <lyxtabular version="3" rows="4" columns="1">
20071 <features rotate="0" booktabs="true" tabularvalignment="middle">
20072 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20073 <row>
20074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 見出し
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 12.6
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 0.68
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 -123.0
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 </lyxtabular>
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout Standard
20130 \begin_inset Float table
20131 placement h
20132 wide false
20133 sideways false
20134 status open
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Caption Standard
20138
20139 \begin_layout Plain Layout
20140 \begin_inset CommandInset label
20141 LatexCommand label
20142 name "tab:演算子揃え表"
20143
20144 \end_inset
20145
20146 一列が演算子で揃えられた表セル
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \begin_layout Plain Layout
20155 \align center
20156 \begin_inset Tabular
20157 <lyxtabular version="3" rows="4" columns="2">
20158 <features rotate="0" booktabs="true" tabularvalignment="middle">
20159 <column alignment="right" valignment="top" width="0pt">
20160 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20161 <row>
20162 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 見出し
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 \begin_inset Formula $12\,+$
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\,6$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 \begin_inset Formula $0\,-$
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 \begin_inset Formula $\,68$
20225 \end_inset
20226
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 </row>
20233 <row>
20234 <cell alignment="center" valignment="top" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $-123\,/$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\,0$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 </lyxtabular>
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \begin_layout Standard
20272 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20273 \begin_inset CommandInset ref
20274 LatexCommand ref
20275 reference "tab:演算子揃え表"
20276
20277 \end_inset
20278
20279 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
20280 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
20281 ために、
20282 \end_layout
20283
20284 \begin_layout Standard
20285
20286 \series bold
20287 @{}l
20288 \end_layout
20289
20290 \begin_layout Standard
20291 というLaTeX引数を第2列に指定します。
20292 \end_layout
20293
20294 \begin_layout Standard
20295
20296 \begin_inset CommandInset ref
20297 LatexCommand ref
20298 reference "tab:表セル揃え"
20299
20300 \end_inset
20301
20302 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20303 \begin_inset CommandInset ref
20304 LatexCommand ref
20305 reference "tab:演算子揃え表"
20306
20307 \end_inset
20308
20309 の冒頭には、小空白が加えられています。
20310 \end_layout
20311
20312 \begin_layout Standard
20313 \begin_inset Float table
20314 wide false
20315 sideways false
20316 status open
20317
20318 \begin_layout Plain Layout
20319 \begin_inset Caption Standard
20320
20321 \begin_layout Plain Layout
20322 \begin_inset CommandInset label
20323 LatexCommand label
20324 name "tab:表セル揃え"
20325
20326 \end_inset
20327
20328 表セルの揃えの例
20329 \end_layout
20330
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \begin_layout Plain Layout
20337 \align center
20338 \begin_inset Tabular
20339 <lyxtabular version="3" rows="4" columns="6">
20340 <features rotate="0" tabularvalignment="middle">
20341 <column alignment="right" valignment="top" width="0">
20342 <column alignment="left" valignment="top" width="0" special="@{}l">
20343 <column alignment="right" valignment="top" width="0">
20344 <column alignment="left" valignment="top" width="0" special="@{}l">
20345 <column alignment="right" valignment="top" width="0">
20346 <column alignment="left" valignment="top" width="0" special="@{}l">
20347 <row>
20348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352 単位
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 冪数
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 関係子
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 </row>
20403 <row>
20404 <cell alignment="center" valignment="top" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 12×
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 24本の瓶
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 \begin_inset Formula $10\cdot$
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 \begin_inset Formula $10^{\mbox{-}17}$
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 <cell alignment="center" valignment="top" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450 \begin_inset Formula $\Gamma(t)\propto$
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Formula $\:\Upsilon(t)$
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 <row>
20472 <cell alignment="center" valignment="top" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 1024×
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 768ピクセル
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 <cell alignment="center" valignment="top" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494 \begin_inset Formula $5.78\cdot$
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506 \begin_inset Formula $10^{7}$
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 \begin_inset Formula $A\ne$
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 \begin_inset Formula $\: B_{\mathrm{red}}$
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="center" valignment="top" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544 32×
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 6
20554 \begin_inset space \thinspace{}
20555 \end_inset
20556
20557 cm
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 -
20567 \begin_inset Formula $33.5\cdot$
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $10^{4}$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 \begin_inset Formula $\sin(\alpha)\ge$
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 <cell alignment="center" valignment="top" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603 \begin_inset Formula $\:\sin(\beta)$
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 </row>
20612 </lyxtabular>
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Subsection
20625 自製のセル書式および列書式
20626 \begin_inset CommandInset label
20627 LatexCommand label
20628 name "sub:自製書式"
20629
20630 \end_inset
20631
20632
20633 \begin_inset Index idx
20634 status collapsed
20635
20636 \begin_layout Plain Layout
20637 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20638 \end_layout
20639
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \begin_layout Standard
20646
20647 \lang english
20648 Calculating the required width for normal columns as described in section
20649 \begin_inset space ~
20650 \end_inset
20651
20652
20653 \begin_inset CommandInset ref
20654 LatexCommand ref
20655 reference "sec:Table-Width-Calculation"
20656
20657 \end_inset
20658
20659  or for spanned columns as described in section
20660 \begin_inset space ~
20661 \end_inset
20662
20663
20664 \lang japanese
20665
20666 \begin_inset CommandInset ref
20667 LatexCommand ref
20668 reference "sub:連結列の計算"
20669
20670 \end_inset
20671
20672
20673 \lang english
20674  is very annoying if you have several tables where a calculation is necessary.
20675
20676 \lang japanese
20677  そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20678 \end_layout
20679
20680 \begin_layout Standard
20681
20682 \series bold
20683
20684 \backslash
20685 newcolumntype{書式名}[引数の数]{コマンド}
20686 \end_layout
20687
20688 \begin_layout Standard
20689 書式名は、一文字だけでも構いません。
20690 \emph on
20691 b
20692 \emph default
20693
20694 \emph on
20695 c
20696 \emph default
20697
20698 \emph on
20699 l
20700 \emph default
20701
20702 \emph on
20703 m
20704 \emph default
20705
20706 \emph on
20707 p
20708 \emph default
20709
20710 \emph on
20711 r
20712 \emph default
20713 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20714 \end_layout
20715
20716 \begin_layout Standard
20717 \begin_inset VSpace medskip
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20725 \end_layout
20726
20727 \begin_layout Standard
20728
20729 \series bold
20730
20731 \backslash
20732 newcolumntype{M}[1]{>{
20733 \backslash
20734 centering
20735 \backslash
20736 hspace{0pt}}m{#1}}
20737 \end_layout
20738
20739 \begin_layout Standard
20740 ここで
20741 \series bold
20742
20743 \backslash
20744 hspace{0pt}
20745 \series default
20746 は、第
20747 \begin_inset CommandInset ref
20748 LatexCommand ref
20749 reference "sub:複数行"
20750
20751 \end_inset
20752
20753 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
20754 \end_layout
20755
20756 \begin_layout Standard
20757
20758 \series bold
20759 M{width}
20760 \end_layout
20761
20762 \begin_layout Standard
20763 と入力するだけですみます。
20764 \end_layout
20765
20766 \begin_layout Standard
20767 \begin_inset VSpace bigskip
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \begin_layout Standard
20774 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20775 \end_layout
20776
20777 \begin_layout Standard
20778
20779 \series bold
20780
20781 \backslash
20782 newcolumntype{S}[2]{>{
20783 \backslash
20784 centering
20785 \backslash
20786 hspace{0pt}}
20787 \begin_inset Newline newline
20788 \end_inset
20789
20790
20791 \begin_inset Phantom HPhantom
20792 status open
20793
20794 \begin_layout Plain Layout
20795
20796 \series bold
20797
20798 \backslash
20799 newcolumntype
20800 \end_layout
20801
20802 \end_inset
20803
20804 m{(#1+(2
20805 \backslash
20806 tabcolsep+
20807 \backslash
20808 arrayrulewidth)*(1-#2))/#2}}
20809 \end_layout
20810
20811 \begin_layout Standard
20812 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20813 \begin_inset CommandInset ref
20814 LatexCommand eqref
20815 reference "eq:Wgn"
20816
20817 \end_inset
20818
20819 式を使用しています。
20820 \end_layout
20821
20822 \begin_layout Standard
20823 こうしておけば、当該セルのLaTeX引数に
20824 \end_layout
20825
20826 \begin_layout Standard
20827
20828 \series bold
20829 S{連結列セルの幅}{連結列セルがまたがる列の数}
20830 \end_layout
20831
20832 \begin_layout Standard
20833 と入力するだけですみます。
20834 \end_layout
20835
20836 \begin_layout Standard
20837 \begin_inset VSpace bigskip
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \begin_layout Standard
20844 色付き列については、以下のように定義するとよいでしょう。
20845 \end_layout
20846
20847 \begin_layout Standard
20848
20849 \series bold
20850
20851 \backslash
20852 newcolumntype{K}[1]{>{
20853 \backslash
20854 columncolor{#1}
20855 \backslash
20856 hspace{0pt}}c}
20857 \end_layout
20858
20859 \begin_layout Standard
20860 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20861 \end_layout
20862
20863 \begin_layout Standard
20864
20865 \series bold
20866 K{色名}
20867 \end_layout
20868
20869 \begin_layout Standard
20870 と入力します。
20871 \end_layout
20872
20873 \begin_layout Standard
20874 \begin_inset VSpace bigskip
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Standard
20881
20882 \begin_inset CommandInset ref
20883 LatexCommand ref
20884 reference "tab:ユーザー定義の表書式"
20885
20886 \end_inset
20887
20888 を生成するには、第1列と連結列にLaTeX引数として
20889 \end_layout
20890
20891 \begin_layout Standard
20892
20893 \series bold
20894 M{2.5cm}
20895 \end_layout
20896
20897 \begin_layout Standard
20898 を指定し、最終列に
20899 \end_layout
20900
20901 \begin_layout Standard
20902
20903 \series bold
20904 K{red}
20905 \end_layout
20906
20907 \begin_layout Standard
20908 そして第2列の各セルに
20909 \end_layout
20910
20911 \begin_layout Standard
20912
20913 \series bold
20914 S{2.5cm}{2}
20915 \end_layout
20916
20917 \begin_layout Standard
20918 と指定します。
20919 \end_layout
20920
20921 \begin_layout Standard
20922 \begin_inset Float table
20923 placement h
20924 wide false
20925 sideways false
20926 status open
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Caption Standard
20930
20931 \begin_layout Plain Layout
20932 \begin_inset CommandInset label
20933 LatexCommand label
20934 name "tab:ユーザー定義の表書式"
20935
20936 \end_inset
20937
20938 ユーザー定義の表書式を使用した表
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Plain Layout
20947 \align center
20948 \begin_inset Tabular
20949 <lyxtabular version="3" rows="3" columns="4">
20950 <features rotate="0" tabularvalignment="middle">
20951 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20952 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20953 <column alignment="center" valignment="middle" width="0">
20954 <column alignment="center" valignment="middle" width="0" special="K{red}">
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 とても長い表セル中の単語
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969 複数行の連結列
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 c
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 d
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 e
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 f
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 g
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 </row>
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 h
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 i
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 j
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 k
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 </lyxtabular>
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \begin_layout Subsection
21082 罫線幅
21083 \begin_inset CommandInset label
21084 LatexCommand label
21085 name "sub:罫線幅"
21086
21087 \end_inset
21088
21089
21090 \begin_inset Index idx
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \begin_layout Standard
21103 表中のすべての罫線の罫線幅を調整するには、長さ
21104 \series bold
21105
21106 \backslash
21107 arrayrulewidth
21108 \series default
21109 を使用します。たとえば、表
21110 \begin_inset CommandInset ref
21111 LatexCommand ref
21112 reference "tab:Table-with-1.5"
21113
21114 \end_inset
21115
21116 のように罫線幅を1.5
21117 \begin_inset space \thinspace{}
21118 \end_inset
21119
21120 ptにするには、表や表フロートの前にTeXコードで
21121 \end_layout
21122
21123 \begin_layout Standard
21124
21125 \series bold
21126
21127 \backslash
21128 setlength{
21129 \backslash
21130 arrayrulewidth}{1.5pt}
21131 \end_layout
21132
21133 \begin_layout Standard
21134 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
21135 \series bold
21136
21137 \backslash
21138 arrayrulewidth
21139 \series default
21140 を0.4
21141 \begin_inset space \thinspace{}
21142 \end_inset
21143
21144 ptに設定してください。
21145 \end_layout
21146
21147 \begin_layout Standard
21148 \begin_inset ERT
21149 status collapsed
21150
21151 \begin_layout Plain Layout
21152
21153
21154 \backslash
21155 setlength{
21156 \backslash
21157 arrayrulewidth}{1.5pt}
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \begin_inset Float table
21164 wide false
21165 sideways false
21166 status open
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Caption Standard
21170
21171 \begin_layout Plain Layout
21172 \begin_inset CommandInset label
21173 LatexCommand label
21174 name "tab:Table-with-1.5"
21175
21176 \end_inset
21177
21178 1.5
21179 \begin_inset space \thinspace{}
21180 \end_inset
21181
21182 pt幅罫線の表
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \begin_layout Plain Layout
21191 \align center
21192 \begin_inset Tabular
21193 <lyxtabular version="3" rows="3" columns="3">
21194 <features rotate="0" tabularvalignment="middle">
21195 <column alignment="center" valignment="top" width="0">
21196 <column alignment="center" valignment="top" width="0">
21197 <column alignment="center" valignment="top" width="0">
21198 <row>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 sd
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 sd
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 <row>
21257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 sd
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 </row>
21285 </lyxtabular>
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \begin_inset ERT
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299
21300
21301 \backslash
21302 setlength{
21303 \backslash
21304 arrayrulewidth}{0.4pt}
21305 \end_layout
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Standard
21313 \begin_inset VSpace bigskip
21314 \end_inset
21315
21316
21317 \begin_inset CommandInset ref
21318 LatexCommand ref
21319 reference "tab:1.5pt幅横罫"
21320
21321 \end_inset
21322
21323 のように横罫だけを1.5
21324 \begin_inset space \thinspace{}
21325 \end_inset
21326
21327 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
21328 \end_layout
21329
21330 \begin_layout Standard
21331
21332 \series bold
21333
21334 \backslash
21335 let
21336 \backslash
21337 myHline
21338 \backslash
21339 hline
21340 \begin_inset Newline newline
21341 \end_inset
21342
21343
21344 \backslash
21345 renewcommand{
21346 \backslash
21347 hline}
21348 \begin_inset Newline newline
21349 \end_inset
21350
21351  {
21352 \backslash
21353 noalign{
21354 \backslash
21355 global
21356 \backslash
21357 arrayrulewidth 1.5pt}
21358 \begin_inset Newline newline
21359 \end_inset
21360
21361  
21362 \backslash
21363 myHline
21364 \backslash
21365 noalign{
21366 \backslash
21367 global
21368 \backslash
21369 arrayrulewidth 0.4pt}}
21370 \end_layout
21371
21372 \begin_layout Standard
21373 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
21374 \end_layout
21375
21376 \begin_layout Standard
21377
21378 \series bold
21379
21380 \backslash
21381 renewcommand{
21382 \backslash
21383 hline}{
21384 \backslash
21385 myHline}
21386 \end_layout
21387
21388 \begin_layout Standard
21389 \begin_inset ERT
21390 status collapsed
21391
21392 \begin_layout Plain Layout
21393
21394
21395 \backslash
21396 let
21397 \backslash
21398 myHline
21399 \backslash
21400 hline
21401 \end_layout
21402
21403 \begin_layout Plain Layout
21404
21405
21406 \backslash
21407 renewcommand{
21408 \backslash
21409 hline}
21410 \end_layout
21411
21412 \begin_layout Plain Layout
21413
21414  {
21415 \backslash
21416 noalign{
21417 \backslash
21418 global
21419 \backslash
21420 arrayrulewidth 1.5pt}
21421 \end_layout
21422
21423 \begin_layout Plain Layout
21424
21425   
21426 \backslash
21427 myHline
21428 \backslash
21429 noalign{
21430 \backslash
21431 global
21432 \backslash
21433 arrayrulewidth 0.4pt}}
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \begin_inset Float table
21440 wide false
21441 sideways false
21442 status open
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Caption Standard
21446
21447 \begin_layout Plain Layout
21448 \begin_inset CommandInset label
21449 LatexCommand label
21450 name "tab:1.5pt幅横罫"
21451
21452 \end_inset
21453
21454 1.5
21455 \begin_inset space \thinspace{}
21456 \end_inset
21457
21458 pt幅横罫の表
21459 \end_layout
21460
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \begin_layout Plain Layout
21467 \align center
21468 \begin_inset Tabular
21469 <lyxtabular version="3" rows="3" columns="3">
21470 <features rotate="0" tabularvalignment="middle">
21471 <column alignment="center" valignment="top" width="0">
21472 <column alignment="center" valignment="top" width="0">
21473 <column alignment="center" valignment="top" width="0">
21474 <row>
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 sd
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 sd
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 sd
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 </row>
21561 </lyxtabular>
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569
21570
21571 \begin_inset ERT
21572 status collapsed
21573
21574 \begin_layout Plain Layout
21575
21576
21577 \backslash
21578 renewcommand{
21579 \backslash
21580 hline}{
21581 \backslash
21582 myHline}
21583 \end_layout
21584
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \begin_layout Standard
21591 \begin_inset VSpace bigskip
21592 \end_inset
21593
21594 縦罫だけを1.5
21595 \begin_inset space \thinspace{}
21596 \end_inset
21597
21598 pt幅にするには、第
21599 \begin_inset CommandInset ref
21600 LatexCommand ref
21601 reference "sub:自製書式"
21602
21603 \end_inset
21604
21605 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21606 \end_layout
21607
21608 \begin_layout Standard
21609
21610 \series bold
21611
21612 \backslash
21613 newcolumntype{V}{!{
21614 \backslash
21615 vrule width 1.5pt}}
21616 \end_layout
21617
21618 \begin_layout Standard
21619
21620 \begin_inset CommandInset ref
21621 LatexCommand ref
21622 reference "tab:1.5pt幅縦罫"
21623
21624 \end_inset
21625
21626 を作るには、最右列にLaTeX引数
21627 \end_layout
21628
21629 \begin_layout Standard
21630
21631 \series bold
21632 VcV
21633 \end_layout
21634
21635 \begin_layout Standard
21636 を指定し、他の列には
21637 \end_layout
21638
21639 \begin_layout Standard
21640
21641 \series bold
21642 Vc
21643 \end_layout
21644
21645 \begin_layout Standard
21646 を指定します。
21647 \end_layout
21648
21649 \begin_layout Standard
21650 \begin_inset Float table
21651 wide false
21652 sideways false
21653 status open
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Caption Standard
21657
21658 \begin_layout Plain Layout
21659 \begin_inset CommandInset label
21660 LatexCommand label
21661 name "tab:1.5pt幅縦罫"
21662
21663 \end_inset
21664
21665 1.5
21666 \begin_inset space \thinspace{}
21667 \end_inset
21668
21669 pt幅縦罫の表
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \begin_layout Plain Layout
21678 \align center
21679 \begin_inset Tabular
21680 <lyxtabular version="3" rows="3" columns="3">
21681 <features rotate="0" tabularvalignment="middle">
21682 <column alignment="center" valignment="top" width="0" special="Vc">
21683 <column alignment="center" valignment="top" width="0" special="Vc">
21684 <column alignment="center" valignment="top" width="0" special="VcV">
21685 <row>
21686 <cell alignment="center" valignment="top" topline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 sd
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" topline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 sd
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 sd
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 </lyxtabular>
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \begin_layout Subsection
21785 点罫
21786 \begin_inset Index idx
21787 status collapsed
21788
21789 \begin_layout Plain Layout
21790 ひょうのちょうせい@表の調整 ! てんけい@点罫
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 ifarydshln
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \begin_inset Note Note
21813 status open
21814
21815 \begin_layout Plain Layout
21816 この節は、LaTeXパッケージ
21817 \series bold
21818 arydshln
21819 \series default
21820 が導入済みの時のみ表示されます。
21821 \end_layout
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Standard
21829 \begin_inset Float table
21830 placement H
21831 wide false
21832 sideways false
21833 status open
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Caption Standard
21837
21838 \begin_layout Plain Layout
21839 \begin_inset CommandInset label
21840 LatexCommand label
21841 name "tab:点罫表"
21842
21843 \end_inset
21844
21845 点罫を使用した表
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \begin_layout Plain Layout
21854 \align center
21855 \begin_inset Tabular
21856 <lyxtabular version="3" rows="5" columns="5">
21857 <features rotate="0" tabularvalignment="middle">
21858 <column alignment="center" valignment="top" width="0">
21859 <column alignment="center" valignment="top" width="0">
21860 <column alignment="center" valignment="top" width="0" special=":c">
21861 <column alignment="center" valignment="top" width="0">
21862 <column alignment="center" valignment="top" width="0">
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 <row>
21958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962 \begin_inset ERT
21963 status collapsed
21964
21965 \begin_layout Plain Layout
21966
21967
21968 \backslash
21969 hdashline 
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset ERT
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025
22026
22027 \backslash
22028 cdashline{4-5}
22029 \end_layout
22030
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 <row>
22076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 </lyxtabular>
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \begin_layout Standard
22135 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
22136 \end_layout
22137
22138 \begin_layout Standard
22139
22140 \series bold
22141
22142 \backslash
22143 usepackage{arydshln}
22144 \end_layout
22145
22146 \begin_layout Standard
22147 というコマンドを書き、LaTeXパッケージの
22148 \series bold
22149 arydshln
22150 \series default
22151
22152 \begin_inset Index idx
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
22157 \end_layout
22158
22159 \end_inset
22160
22161 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
22162 \end_layout
22163
22164 \begin_layout Standard
22165 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
22166 \end_layout
22167
22168 \begin_layout Standard
22169
22170 \series bold
22171
22172 \backslash
22173 hdashline
22174 \end_layout
22175
22176 \begin_layout Standard
22177 というコマンドを加えてください。
22178 \end_layout
22179
22180 \begin_layout Standard
22181 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
22182 \end_layout
22183
22184 \begin_layout Standard
22185
22186 \series bold
22187
22188 \backslash
22189 cdashline{列番号
22190 \series default
22191 }
22192 \end_layout
22193
22194 \begin_layout Standard
22195 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22196 \end_layout
22197
22198 \begin_layout Standard
22199
22200 \series bold
22201
22202 \backslash
22203 cdashline{2-4}
22204 \end_layout
22205
22206 \begin_layout Standard
22207 なるコマンドを置いてください。
22208 \end_layout
22209
22210 \begin_layout Standard
22211 \begin_inset VSpace bigskip
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Standard
22218
22219 \begin_inset CommandInset ref
22220 LatexCommand ref
22221 reference "tab:点罫表"
22222
22223 \end_inset
22224
22225 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
22226 \series bold
22227
22228 \backslash
22229 hdashline
22230 \series default
22231 が挿れられており、第3行の最初のセルには、TeXコードのコマンド
22232 \begin_inset Newline newline
22233 \end_inset
22234
22235  
22236 \series bold
22237
22238 \backslash
22239 cdashline{4-5}
22240 \series default
22241 が挿れられています。
22242 \end_layout
22243
22244 \begin_layout Standard
22245 \begin_inset VSpace bigskip
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \begin_layout Standard
22252
22253 \lang english
22254 Tables with dashed lines can also be colored as shown by Table
22255 \lang japanese
22256
22257 \begin_inset space ~
22258 \end_inset
22259
22260
22261 \begin_inset CommandInset ref
22262 LatexCommand ref
22263 reference "tab:Colored-table-with"
22264
22265 \end_inset
22266
22267 .
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset ERT
22272 status collapsed
22273
22274 \begin_layout Plain Layout
22275
22276
22277 \backslash
22278 setlength{
22279 \backslash
22280 arrayrulewidth}{1pt}
22281 \end_layout
22282
22283 \end_inset
22284
22285
22286 \lang english
22287
22288 \begin_inset Note Note
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292
22293 \lang english
22294 thicker lines for better visualization of the line color
22295 \end_layout
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Standard
22303 \begin_inset ERT
22304 status collapsed
22305
22306 \begin_layout Plain Layout
22307
22308
22309 \backslash
22310 dashgapcolor{green}
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \lang english
22317
22318 \begin_inset Note Note
22319 status collapsed
22320
22321 \begin_layout Plain Layout
22322
22323 \lang english
22324 color gaps between dashes green
22325 \end_layout
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Standard
22333 \begin_inset ERT
22334 status collapsed
22335
22336 \begin_layout Plain Layout
22337
22338
22339 \backslash
22340 let
22341 \backslash
22342 myHdashline
22343 \backslash
22344 hdashline
22345 \end_layout
22346
22347 \begin_layout Plain Layout
22348
22349
22350 \backslash
22351 renewcommand{
22352 \backslash
22353 hdashline}
22354 \end_layout
22355
22356 \begin_layout Plain Layout
22357
22358  {
22359 \backslash
22360 arrayrulecolor{red}
22361 \backslash
22362 myHdashline
22363 \backslash
22364 arrayrulecolor{black}}
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \lang english
22371
22372 \begin_inset Note Note
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377 \lang english
22378 color horizontal, dashed lines red
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset ERT
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391
22392
22393 \backslash
22394 let
22395 \backslash
22396 myCdashline
22397 \backslash
22398 cdashline
22399 \end_layout
22400
22401 \begin_layout Plain Layout
22402
22403
22404 \backslash
22405 renewcommand{
22406 \backslash
22407 cdashline}[1]
22408 \end_layout
22409
22410 \begin_layout Plain Layout
22411
22412  {
22413 \backslash
22414 arrayrulecolor{yellow}
22415 \backslash
22416 myCdashline{#1}
22417 \backslash
22418 arrayrulecolor{black}}
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \lang english
22425
22426 \begin_inset Note Note
22427 status collapsed
22428
22429 \begin_layout Plain Layout
22430
22431 \lang english
22432 color partial horizontal, dashed lines yellow
22433 \end_layout
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \begin_layout Standard
22441 \begin_inset Float table
22442 placement h
22443 wide false
22444 sideways false
22445 status open
22446
22447 \begin_layout Plain Layout
22448 \begin_inset Caption Standard
22449
22450 \begin_layout Plain Layout
22451 \begin_inset CommandInset label
22452 LatexCommand label
22453 name "tab:Colored-table-with"
22454
22455 \end_inset
22456
22457
22458 \lang english
22459 Colored table with dashed lines
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Plain Layout
22468 \align center
22469 \begin_inset Tabular
22470 <lyxtabular version="3" rows="5" columns="5">
22471 <features rotate="0" tabularvalignment="middle">
22472 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22473 <column alignment="center" valignment="top" width="0pt">
22474 <column alignment="center" valignment="top" width="0pt" special=":c">
22475 <column alignment="center" valignment="top" width="0">
22476 <column alignment="center" valignment="top" width="0">
22477 <row>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 a
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 b
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 c
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 d
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 e
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 <row>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 f
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 g
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 h
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 i
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 j
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 <row>
22572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 \begin_inset ERT
22577 status collapsed
22578
22579 \begin_layout Plain Layout
22580
22581
22582 \backslash
22583 hdashline 
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \begin_inset ERT
22590 status collapsed
22591
22592 \begin_layout Plain Layout
22593
22594
22595 \backslash
22596 rowcolor{Gray}
22597 \end_layout
22598
22599 \end_inset
22600
22601 k
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 l
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 m
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 n
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 o
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset ERT
22649 status collapsed
22650
22651 \begin_layout Plain Layout
22652
22653
22654 \backslash
22655 cdashline{4-5}
22656 \end_layout
22657
22658 \end_inset
22659
22660 p
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 q
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 r
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 s
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 t
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 u
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 v
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 w
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset ERT
22744 status collapsed
22745
22746 \begin_layout Plain Layout
22747
22748
22749 \backslash
22750 cellcolor{Maroon}
22751 \end_layout
22752
22753 \end_inset
22754
22755 i
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 </lyxtabular>
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Standard
22774 \begin_inset ERT
22775 status collapsed
22776
22777 \begin_layout Plain Layout
22778
22779
22780 \backslash
22781 renewcommand{
22782 \backslash
22783 hdashline}{
22784 \backslash
22785 myHdashline}
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \lang english
22792
22793 \begin_inset Note Note
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798 \lang english
22799 reset to default
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \begin_layout Standard
22808 \begin_inset ERT
22809 status collapsed
22810
22811 \begin_layout Plain Layout
22812
22813
22814 \backslash
22815 renewcommand{
22816 \backslash
22817 cdashline}{
22818 \backslash
22819 myCdashline}
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \lang english
22826
22827 \begin_inset Note Note
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831
22832 \lang english
22833 reset to default
22834 \end_layout
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Standard
22842 \begin_inset ERT
22843 status collapsed
22844
22845 \begin_layout Plain Layout
22846
22847
22848 \backslash
22849 nodashgapcolor
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \lang english
22856
22857 \begin_inset Note Note
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861
22862 \lang english
22863 reset to default
22864 \end_layout
22865
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \begin_layout Standard
22872 \begin_inset ERT
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876
22877
22878 \backslash
22879 setlength{
22880 \backslash
22881 arrayrulewidth}{0.4pt}
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \lang english
22888
22889 \begin_inset Note Note
22890 status collapsed
22891
22892 \begin_layout Plain Layout
22893
22894 \lang english
22895 reset to default
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904
22905 \lang english
22906 The coloring of lines, columns and lines works as decribed in section
22907 \begin_inset space ~
22908 \end_inset
22909
22910
22911 \lang japanese
22912
22913 \begin_inset CommandInset ref
22914 LatexCommand ref
22915 reference "sec:色付きの表"
22916
22917 \end_inset
22918
22919
22920 \lang english
22921 .
22922  Coloring horizontal lines works analogically as described there as well,
22923  one only needs to replace in the commands 
22924 \series bold
22925
22926 \backslash
22927 myHlineC
22928 \series default
22929  by 
22930 \series bold
22931
22932 \backslash
22933 myHdashline
22934 \series default
22935  and 
22936 \backslash
22937
22938 \series bold
22939 hline
22940 \series default
22941  by 
22942 \series bold
22943
22944 \backslash
22945 hdashline
22946 \series default
22947 ; so one uses the command
22948 \end_layout
22949
22950 \begin_layout Standard
22951
22952 \series bold
22953
22954 \backslash
22955 let
22956 \backslash
22957 myHdashline
22958 \backslash
22959 hdashline
22960 \begin_inset Newline newline
22961 \end_inset
22962
22963
22964 \backslash
22965 renewcommand{
22966 \backslash
22967 hdashline}
22968 \begin_inset Newline newline
22969 \end_inset
22970
22971
22972 \begin_inset Phantom HPhantom
22973 status open
22974
22975 \begin_layout Plain Layout
22976 \begin_inset space ~
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \end_inset
22983
22984 {
22985 \backslash
22986 arrayrulecolor{red}
22987 \backslash
22988 myHdashline
22989 \backslash
22990 arrayrulecolor{black}}
22991 \end_layout
22992
22993 \begin_layout Standard
22994
22995 \lang english
22996 To color 
22997 \series bold
22998
22999 \backslash
23000 cdashline
23001 \series default
23002 , the command is
23003 \end_layout
23004
23005 \begin_layout Standard
23006
23007 \series bold
23008
23009 \backslash
23010 let
23011 \backslash
23012 myCdashline
23013 \backslash
23014 cdashline
23015 \begin_inset Newline newline
23016 \end_inset
23017
23018
23019 \backslash
23020 renewcommand{
23021 \backslash
23022 cdashline}[1]
23023 \begin_inset Newline newline
23024 \end_inset
23025
23026
23027 \begin_inset Phantom HPhantom
23028 status open
23029
23030 \begin_layout Plain Layout
23031 \begin_inset space ~
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038
23039 {
23040 \backslash
23041 arrayrulecolor{red}
23042 \backslash
23043 myCdashline{#1}
23044 \backslash
23045 arrayrulecolor{black}}
23046 \end_layout
23047
23048 \begin_layout Standard
23049
23050 \lang english
23051 To get back the black line color, one needs to insert the following commands
23052  as TeX-Code behind the table:
23053 \end_layout
23054
23055 \begin_layout Standard
23056
23057 \lang english
23058 For 
23059 \series bold
23060
23061 \backslash
23062 hdashline
23063 \end_layout
23064
23065 \begin_layout Standard
23066
23067 \series bold
23068
23069 \backslash
23070 renewcommand{
23071 \backslash
23072 hdashline}{
23073 \backslash
23074 myHdashline}
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \lang english
23080 and for 
23081 \series bold
23082
23083 \backslash
23084 cdashline
23085 \end_layout
23086
23087 \begin_layout Standard
23088
23089 \series bold
23090
23091 \backslash
23092 renewcommand{
23093 \backslash
23094 cdashline}{
23095 \backslash
23096 myCdashline}
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \lang english
23102 To color the gaps between the dashes the command
23103 \end_layout
23104
23105 \begin_layout Standard
23106
23107 \series bold
23108 \lang english
23109
23110 \backslash
23111 dashgapcolor{color}
23112 \end_layout
23113
23114 \begin_layout Standard
23115
23116 \lang english
23117 can be used in front of a table as TeX-Code.
23118  color is hereby the name of a defined color.
23119  The command
23120 \end_layout
23121
23122 \begin_layout Standard
23123
23124 \series bold
23125
23126 \backslash
23127 nodashgapcolor
23128 \end_layout
23129
23130 \begin_layout Standard
23131
23132 \lang english
23133 unsets the changes made by 
23134 \series bold
23135
23136 \backslash
23137 dashgapcolor
23138 \series default
23139 .
23140 \end_layout
23141
23142 \begin_layout Standard
23143
23144 \lang english
23145 \begin_inset Note Greyedout
23146 status open
23147
23148 \begin_layout Plain Layout
23149
23150 \series bold
23151 \color none
23152 \lang english
23153 Note
23154 \series default
23155 : If there are multiple commands in a cell, the command of 
23156 \series bold
23157 arydshln
23158 \series default
23159  needs to be the first one in the cell.
23160  Therefore in cell 
23161 \emph on
23162 k
23163 \emph default
23164  of Table
23165 \begin_inset space ~
23166 \end_inset
23167
23168
23169 \begin_inset CommandInset ref
23170 LatexCommand ref
23171 reference "tab:Colored-table-with"
23172
23173 \end_inset
23174
23175  the command 
23176 \series bold
23177
23178 \backslash
23179 hdashline
23180 \series default
23181  is before 
23182 \series bold
23183
23184 \backslash
23185 rowcolor
23186 \series default
23187 .
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \begin_layout Standard
23196
23197 \lang english
23198 \begin_inset Note Greyedout
23199 status open
23200
23201 \begin_layout Plain Layout
23202
23203 \series bold
23204 \color none
23205 \lang english
23206 Note:
23207 \series default
23208  The LaTeX-package 
23209 \series bold
23210 arydshln
23211 \series default
23212  must be loaded in the document preamble before the LaTeX-package
23213 \lang japanese
23214  
23215 \series bold
23216 colortbl
23217 \series default
23218 \color inherit
23219
23220 \begin_inset Index idx
23221 status collapsed
23222
23223 \begin_layout Plain Layout
23224 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \color none
23231 .
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \begin_layout Standard
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 else
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \begin_inset Note Note
23254 status open
23255
23256 \begin_layout Plain Layout
23257 以下は、LaTeXパッケージ
23258 \series bold
23259 arydshln
23260 \series default
23261 が導入済みでないときに表示されます。
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Standard
23270 本節の内容を出力に表示するためには、
23271 \series bold
23272 arydshln
23273 \series default
23274 パッケージを導入しなくてはなりません。
23275 \end_layout
23276
23277 \begin_layout Standard
23278 \begin_inset ERT
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282
23283
23284 \backslash
23285 fi
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \begin_layout Standard
23294
23295 \lang english
23296 For more information about dashed lines see the documentation of
23297 \lang japanese
23298  
23299 \series bold
23300 arydshln
23301 \series default
23302
23303 \begin_inset CommandInset citation
23304 LatexCommand cite
23305 key "arydshln"
23306
23307 \end_inset
23308
23309 .
23310 \end_layout
23311
23312 \begin_layout Chapter
23313 フロート
23314 \begin_inset CommandInset label
23315 LatexCommand label
23316 name "chap:フロート"
23317
23318 \end_inset
23319
23320
23321 \begin_inset Index idx
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325 ふろーと@フロート
23326 \end_layout
23327
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \begin_layout Section
23334 はじめに
23335 \begin_inset CommandInset label
23336 LatexCommand label
23337 name "sec:フロートはじめに"
23338
23339 \end_inset
23340
23341
23342 \begin_inset Index idx
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346 ふろーと@フロート ! はじめに
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \begin_layout Standard
23355 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23356 ート)ことができます。
23357 \family sans
23358 脚注
23359 \family default
23360
23361 \family sans
23362 傍注
23363 \family default
23364 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23365 \end_layout
23366
23367 \begin_layout Standard
23368 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23369 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23370 ートには連番が割り当てられます。参照については、第
23371 \begin_inset CommandInset ref
23372 LatexCommand ref
23373 reference "sec:フロートの参照"
23374
23375 \end_inset
23376
23377 節で述べられています。
23378 \end_layout
23379
23380 \begin_layout Standard
23381 フロートを挿入するには、
23382 \family sans
23383 挿入\SpecialChar \menuseparator
23384 フロート
23385 \family default
23386 メニューを使えば、ラベルのついたボックスすなわち
23387 \family sans
23388 キャプション
23389 \family default
23390 差込枠が挿入されます (
23391 \lang english
23392 toolbar button 
23393 \lang japanese
23394
23395 \begin_inset Info
23396 type  "icon"
23397 arg   "float-insert figure"
23398 \end_inset
23399
23400
23401 \lang english
23402  or
23403 \lang japanese
23404  
23405 \begin_inset Info
23406 type  "icon"
23407 arg   "float-insert table"
23408 \end_inset
23409
23410 )。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプションの上ないし下に別
23411 の段落として挿入します。キャプションの配置に関して詳しくは、第
23412 \begin_inset CommandInset ref
23413 LatexCommand ref
23414 reference "sec:キャプションの配置"
23415
23416 \end_inset
23417
23418 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
23419 ます。畳んだフロートボックスは、
23420 \begin_inset Graphics
23421         filename clipart/floatQt4.png
23422         scale 70
23423         scaleBeforeRotation
23424
23425 \end_inset
23426
23427 のように、灰色ボタンに赤字ラベルで表示されます。
23428 \end_layout
23429
23430 \begin_layout Standard
23431 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23432 \end_layout
23433
23434 \begin_layout Standard
23435 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23436 \end_layout
23437
23438 \begin_layout Section
23439 フロート型
23440 \end_layout
23441
23442 \begin_layout Standard
23443 LyXには、第
23444 \begin_inset CommandInset ref
23445 LatexCommand ref
23446 reference "sec:図フロート"
23447
23448 \end_inset
23449
23450 節および第
23451 \begin_inset CommandInset ref
23452 LatexCommand ref
23453 reference "sec:表フロート"
23454
23455 \end_inset
23456
23457 節で各々説明されている図フロートと表フロート以外に、
23458 \family sans
23459 アルゴリズム型
23460 \series bold
23461
23462 \series default
23463 折返し型
23464 \family default
23465 のフロート型があります。 
23466 \lang english
23467 The latter are explained in sec.
23468 \lang japanese
23469
23470 \begin_inset space \thinspace{}
23471 \end_inset
23472
23473
23474 \begin_inset CommandInset ref
23475 LatexCommand ref
23476 reference "sec:折返しフロート"
23477
23478 \end_inset
23479
23480 .
23481 \end_layout
23482
23483 \begin_layout Subsection
23484 アルゴリズムフロート
23485 \begin_inset Index idx
23486 status collapsed
23487
23488 \begin_layout Plain Layout
23489 ふろーと@フロート ! あるごりずむ@アルゴリズム
23490 \end_layout
23491
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \begin_layout Standard
23498 \begin_inset Float algorithm
23499 placement h
23500 wide false
23501 sideways false
23502 status open
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Caption Standard
23506
23507 \begin_layout Plain Layout
23508 \begin_inset CommandInset label
23509 LatexCommand label
23510 name "alg:アルゴリズムフロートの例"
23511
23512 \end_inset
23513
23514 アルゴリズムフロートの例
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout LyX-Code
23523 for I in 1..N loop
23524 \begin_inset Newline newline
23525 \end_inset
23526
23527  Sum:= Sum + A(I); /*comment*/
23528 \begin_inset Newline newline
23529 \end_inset
23530
23531 end loop
23532 \begin_inset VSpace -4mm
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \begin_layout Standard
23544 このフロート型は、
23545 \family sans
23546 挿入
23547 \shape up
23548 \SpecialChar \menuseparator
23549 フロート\SpecialChar \menuseparator
23550 アルゴリズム
23551 \family default
23552 \shape default
23553 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23554 \begin_inset CommandInset ref
23555 LatexCommand ref
23556 reference "cha:プログラムコードリスト"
23557
23558 \end_inset
23559
23560 章で説明されているプログラムコードリストの代わりとみなすことができます。
23561 \emph on
23562 LyXユーザーの手引き
23563 \emph default
23564 に述べられているように、アルゴリズム向けの環境としては、
23565 \family sans
23566 LyXコード
23567 \family default
23568 があります。 アルゴリズム
23569 \begin_inset CommandInset ref
23570 LatexCommand ref
23571 reference "alg:アルゴリズムフロートの例"
23572
23573 \end_inset
23574
23575 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23576 \begin_inset space \thinspace{}
23577 \end_inset
23578
23579 mmの垂直空白が入れてあります。
23580 \end_layout
23581
23582 \begin_layout Standard
23583 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23584 \end_layout
23585
23586 \begin_layout Standard
23587
23588 \series bold
23589
23590 \backslash
23591 floatname{algorithm}{付けたい名称}
23592 \end_layout
23593
23594 \begin_layout Standard
23595 という行を手動で加える必要があります。ここで
23596 \family sans
23597 \series bold
23598 付けたい名称
23599 \family default
23600 \series default
23601 には、お使いの言語で「
23602 \emph on
23603 algorithm
23604 \emph default
23605 」に対応する単語を指定します。
23606 \end_layout
23607
23608 \begin_layout Standard
23609 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
23610 \family sans
23611 挿入\SpecialChar \menuseparator
23612 一覧/目次\SpecialChar \menuseparator
23613 アルゴリズム一覧
23614 \family default
23615 メニューを使用します。それ以外の場合には、代わりに
23616 \end_layout
23617
23618 \begin_layout Standard
23619
23620 \series bold
23621
23622 \backslash
23623 listof{algorithm}{付けたい名称}
23624 \end_layout
23625
23626 \begin_layout Standard
23627 というコマンドをTeXコードとして用います。ここで
23628 \family sans
23629 付けたい名称
23630 \family default
23631 とは、「
23632 \emph on
23633 List of Algorithm
23634 \emph default
23635 s」という単語に相当する、ご使用になりたい言語での単語です。
23636 \end_layout
23637
23638 \begin_layout Standard
23639 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23640 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23641 \end_layout
23642
23643 \begin_layout Standard
23644
23645 \series bold
23646
23647 \backslash
23648 numberwithin{algorithm}{chapter}
23649 \end_layout
23650
23651 \begin_layout Standard
23652 というコマンドを追加してください。
23653 \series bold
23654
23655 \backslash
23656 numberwithin
23657 \series default
23658 というコマンドを使用するには、文書設定の
23659 \family sans
23660 数式オプション
23661 \family default
23662 タブで
23663 \family sans
23664 AMS mathパッケージを使用する
23665 \family default
23666 オプションを有効にしてください。
23667 \end_layout
23668
23669 \begin_layout Section
23670 フロートの連番
23671 \begin_inset Index idx
23672 status collapsed
23673
23674 \begin_layout Plain Layout
23675 ふろーと@フロート ! れんばん@連番
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23685 て変わります。
23686 \end_layout
23687
23688 \begin_layout Standard
23689 節から独立して付けられている連番を変更するには、文書プリアンブルで
23690 \end_layout
23691
23692 \begin_layout Standard
23693
23694 \series bold
23695
23696 \backslash
23697 renewcommand{
23698 \backslash
23699 thetable}{
23700 \backslash
23701 roman{table}}
23702 \end_layout
23703
23704 \begin_layout Standard
23705
23706 \series bold
23707 というコマンドを使うと良いでしょう。
23708 \backslash
23709 thetable
23710 \series default
23711 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23712 \series bold
23713
23714 \backslash
23715 thefigure
23716 \series default
23717 コマンドを使用します。上のコマンドで使用されている
23718 \series bold
23719
23720 \backslash
23721 roman
23722 \series default
23723 は、表番号を小文字のローマ数字で印字するコマンドです。
23724 \end_layout
23725
23726 \begin_layout Standard
23727 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23728 \end_layout
23729
23730 \begin_layout Standard
23731
23732 \series bold
23733
23734 \backslash
23735 numberwithin{table}{subsection}
23736 \end_layout
23737
23738 \begin_layout Standard
23739 というコマンドを使用してください。
23740 \series bold
23741
23742 \backslash
23743 numberwithin
23744 \series default
23745 コマンドを使用可能にするためには、文書設定の
23746 \family sans
23747 数式オプション
23748 \family default
23749 タブで、
23750 \family sans
23751 AMS
23752 \begin_inset space ~
23753 \end_inset
23754
23755 math数式パッケージを使用する
23756 \family default
23757 を使用します。
23758 \end_layout
23759
23760 \begin_layout Standard
23761 連番コマンドについての詳細と大切な注意点については、第
23762 \begin_inset CommandInset ref
23763 LatexCommand ref
23764 reference "sub:脚注の付番"
23765
23766 \end_inset
23767
23768 節もご覧ください。
23769 \end_layout
23770
23771 \begin_layout Section
23772 フロートの参照
23773 \begin_inset CommandInset label
23774 LatexCommand label
23775 name "sec:フロートの参照"
23776
23777 \end_inset
23778
23779
23780 \begin_inset Index idx
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 ふろーと@フロート ! さんしょう@参照
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \begin_inset Index idx
23791 status collapsed
23792
23793 \begin_layout Plain Layout
23794 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23795 \end_layout
23796
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \begin_layout Standard
23803 フロートを参照するには、
23804 \family sans
23805 挿入\SpecialChar \menuseparator
23806 ラベル
23807 \family default
23808 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23809 \begin_inset Graphics
23810         filename ../clipart/labelQt4.png
23811         scale 85
23812         scaleBeforeRotation
23813
23814 \end_inset
23815
23816 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
23817 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23818 \family sans
23819 fig:
23820 \family default
23821 」という前置句がつけられます。
23822 \end_layout
23823
23824 \begin_layout Standard
23825 ラベルは、参照のための名称兼位置標として用いられます。
23826 \family sans
23827 挿入\SpecialChar \menuseparator
23828 相互参照
23829 \family default
23830 メニューかツールバーボタン
23831 \begin_inset Info
23832 type  "icon"
23833 arg   "dialog-show-new-inset ref"
23834 \end_inset
23835
23836 を使えば、ラベルを参照することができます。
23837 \begin_inset Graphics
23838         filename clipart/referenceQt4.png
23839         scale 85
23840         scaleBeforeRotation
23841
23842 \end_inset
23843
23844 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
23845 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
23846 れます。
23847 \end_layout
23848
23849 \begin_layout Standard
23850 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23851 出力では、参照の代わりに二つの疑問符が表示されることになります。
23852 \end_layout
23853
23854 \begin_layout Standard
23855 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23856 で、リンクの更新に手間を割く必要はありません。
23857 \end_layout
23858
23859 \begin_layout Standard
23860 相互参照ウィンドウの
23861 \family sans
23862 ラベルへ移動
23863 \family default
23864 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23865 \family sans
23866 戻る
23867 \family default
23868 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23869 \end_layout
23870
23871 \begin_layout Subsection
23872 相互参照の書式
23873 \begin_inset CommandInset label
23874 LatexCommand label
23875 name "sub:相互参照の書式"
23876
23877 \end_inset
23878
23879
23880 \begin_inset Index idx
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884 さんしょう@参照 ! しょしき@書式
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \begin_layout Standard
23893 相互参照には、以下の6種類があります。
23894 \end_layout
23895
23896 \begin_layout Description
23897 <参照>: これはフロート番号を表示します。これが既定値です。例:
23898 \begin_inset CommandInset ref
23899 LatexCommand ref
23900 reference "fig:歪められた二つの像"
23901
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \begin_layout Description
23908 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23909 例:
23910 \begin_inset CommandInset ref
23911 LatexCommand eqref
23912 reference "eq:Wgn"
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Description
23920 <参照ページ>: これはページ番号を表示します。例:Page
23921 \begin_inset space ~
23922 \end_inset
23923
23924
23925 \begin_inset CommandInset ref
23926 LatexCommand pageref
23927 reference "fig:歪められた二つの像"
23928
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \begin_layout Description
23935 on
23936 \begin_inset space ~
23937 \end_inset
23938
23939 page
23940 \begin_inset space ~
23941 \end_inset
23942
23943 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23944 \begin_inset CommandInset ref
23945 LatexCommand vpageref
23946 reference "fig:歪められた二つの像"
23947
23948 \end_inset
23949
23950
23951 \end_layout
23952
23953 \begin_layout Description
23954 <参照>
23955 \begin_inset space ~
23956 \end_inset
23957
23958 on
23959 \begin_inset space ~
23960 \end_inset
23961
23962 page
23963 \begin_inset space ~
23964 \end_inset
23965
23966 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23967 \begin_inset CommandInset ref
23968 LatexCommand vref
23969 reference "fig:歪められた二つの像"
23970
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \begin_layout Description
23977 整形された参照: これは自製の相互参照書式で出力します。
23978 \begin_inset Newline newline
23979 \end_inset
23980
23981
23982 \begin_inset Note Greyedout
23983 status open
23984
23985 \begin_layout Plain Layout
23986 【註】この機能は、LaTeXパッケージ
23987 \series bold
23988 prettyref
23989 \series default
23990 または
23991 \series bold
23992 refstyle
23993 \series default
23994 が導入されている場合のみ使用することができます。
23995 \begin_inset Index idx
23996 status collapsed
23997
23998 \begin_layout Plain Layout
23999 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
24000 \end_layout
24001
24002 \end_inset
24003
24004
24005 \begin_inset Index idx
24006 status collapsed
24007
24008 \begin_layout Plain Layout
24009 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
24010 \end_layout
24011
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \begin_inset Newline newline
24021 \end_inset
24022
24023 メニュー
24024 \family sans
24025 文書\SpecialChar \menuseparator
24026 設定\SpecialChar \menuseparator
24027 文書クラス
24028 \family default
24029 でオプション
24030 \family sans
24031 相互参照に(prettyrefではなく)refstyleを使用
24032 \family default
24033 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
24034 \series bold
24035
24036 \backslash
24037 newrefformat
24038 \series default
24039 コマンド(prettyrefの場合)あるいは
24040 \series bold
24041
24042 \backslash
24043 newref
24044 \series default
24045 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
24046 \family sans
24047 fig
24048 \family default
24049 」を持ちます)をすべて定義し直すには、
24050 \begin_inset Newline newline
24051 \end_inset
24052
24053
24054 \series bold
24055
24056 \backslash
24057 newref{fig}{refcmd={Image on page 
24058 \backslash
24059 pageref{#1}}}
24060 \begin_inset Newline newline
24061 \end_inset
24062
24063
24064 \series default
24065 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
24066 \begin_inset CommandInset citation
24067 LatexCommand cite
24068 key "prettyref,refstyle"
24069
24070 \end_inset
24071
24072 をご覧ください。
24073 \end_layout
24074
24075 \begin_layout Description
24076 名称参照: これは、右のように参照のキャプションを出力します。 
24077 \begin_inset CommandInset ref
24078 LatexCommand nameref
24079 reference "fig:歪められた二つの像"
24080
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Standard
24087
24088 \family sans
24089 <参照ページ>
24090 \family default
24091 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
24092 \family sans
24093 on this page
24094 \family default
24095 」のような文章が表示されます。様式
24096 \family sans
24097 <参照> on page <参照ページ>
24098 \family default
24099 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
24100 \end_layout
24101
24102 \begin_layout Standard
24103 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
24104 \family sans
24105 書式
24106 \family default
24107 フィールドで選ぶことができます。
24108 \end_layout
24109
24110 \begin_layout Standard
24111 \begin_inset Note Greyedout
24112 status open
24113
24114 \begin_layout Plain Layout
24115
24116 \series bold
24117 Note:
24118 \series default
24119  It is recommended to use the LaTeX-package 
24120 \series bold
24121 refstyle
24122 \series default
24123
24124 \begin_inset Index idx
24125 status collapsed
24126
24127 \begin_layout Plain Layout
24128 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
24129 \end_layout
24130
24131 \end_inset
24132
24133  because 
24134 \series bold
24135 prettyref
24136 \series default
24137
24138 \begin_inset Index idx
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
24143 \end_layout
24144
24145 \end_inset
24146
24147  does not know all of LyX's possible label shortcuts
24148 \begin_inset Foot
24149 status collapsed
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Quotes eld
24153 \end_inset
24154
24155 fig:
24156 \begin_inset Quotes erd
24157 \end_inset
24158
24159  is for example LyX's shortcut for labels in figure captions.
24160 \end_layout
24161
24162 \end_inset
24163
24164  and is not internationalized.
24165 \end_layout
24166
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \begin_layout Subsection
24173 参照名の自動命名
24174 \begin_inset Index idx
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178 さんしょう@参照 ! じどうめいめい@自動命名
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \begin_layout Standard
24187
24188 \family sans
24189 文書設定
24190 \family default
24191 ダイアログの
24192 \family sans
24193 PDF特性
24194 \family default
24195 で有効にされた
24196 \series bold
24197 hyperref
24198 \series default
24199
24200 \begin_inset Index idx
24201 status collapsed
24202
24203 \begin_layout Plain Layout
24204 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24205 \end_layout
24206
24207 \end_inset
24208
24209  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
24210 \emph on
24211
24212 \emph default
24213 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24214 の機能を使用するには、hyperrefを有効にして、
24215 \end_layout
24216
24217 \begin_layout Standard
24218
24219 \series bold
24220
24221 \backslash
24222 AtBeginDocument{
24223 \backslash
24224 renewcommand{
24225 \backslash
24226 ref}[1]{
24227 \backslash
24228 mbox{
24229 \backslash
24230 autoref{#1}}}}
24231 \end_layout
24232
24233 \begin_layout Standard
24234 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24235 \begin_inset space \thinspace{}
24236 \end_inset
24237
24238 」としたいなど、既定の参照名以外のものが欲しい場合には、
24239 \end_layout
24240
24241 \begin_layout Standard
24242
24243 \series bold
24244
24245 \backslash
24246 addto
24247 \backslash
24248 extrasenglish{
24249 \backslash
24250 renewcommand{
24251 \backslash
24252 sectionautorefname}
24253 \begin_inset Newline newline
24254 \end_inset
24255
24256
24257 \begin_inset Phantom HPhantom
24258 status open
24259
24260 \begin_layout Plain Layout
24261
24262 \series bold
24263 \begin_inset space ~
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270
24271 {sec.
24272 \backslash
24273 negthinspace}}
24274 \end_layout
24275
24276 \begin_layout Standard
24277 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24278 \begin_inset Newline newline
24279 \end_inset
24280
24281
24282 \series bold
24283
24284 \backslash
24285 extrasenglishを
24286 \backslash
24287 extras***
24288 \series default
24289 に置き換えてください(***は使用中の言語名)。
24290 \end_layout
24291
24292 \begin_layout Standard
24293 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24294 \end_layout
24295
24296 \begin_layout Standard
24297
24298 \series bold
24299
24300 \backslash
24301 addto
24302 \backslash
24303 extrasenglish{
24304 \backslash
24305 renewcommand*{
24306 \backslash
24307 equationautorefname}[1]{}}
24308 \end_layout
24309
24310 \begin_layout Standard
24311 この話題に関する詳細は、hyperrefの説明書
24312 \begin_inset CommandInset citation
24313 LatexCommand cite
24314 key "hyperref"
24315
24316 \end_inset
24317
24318 をお読みください。
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset Note Greyedout
24323 status open
24324
24325 \begin_layout Plain Layout
24326
24327 \series bold
24328 【註】
24329 \series default
24330 参照の自動命名は、相互参照を
24331 \family sans
24332 整形参照
24333 \family default
24334 様式(第
24335 \begin_inset CommandInset ref
24336 LatexCommand ref
24337 reference "sub:相互参照の書式"
24338
24339 \end_inset
24340
24341 節)で使用しているときには、使用することができません。
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout Standard
24350
24351 \lang english
24352 LyX's english 
24353 \emph on
24354 Math
24355 \emph default
24356  manual is an example where automatic reference naming is used.
24357 \end_layout
24358
24359 \begin_layout Subsection
24360 参照位置
24361 \begin_inset CommandInset label
24362 LatexCommand label
24363 name "sub:参照位置"
24364
24365 \end_inset
24366
24367
24368 \begin_inset Index idx
24369 status collapsed
24370
24371 \begin_layout Plain Layout
24372 さんしょう@参照 ! さんしょういち@参照位置
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381
24382 \family sans
24383 文書設定
24384 \family default
24385 ダイアログの
24386 \family sans
24387 PDF特性
24388 \family default
24389 で、
24390 \series bold
24391 hyperref
24392 \series default
24393
24394 \begin_inset Index idx
24395 status collapsed
24396
24397 \begin_layout Plain Layout
24398 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24399 \end_layout
24400
24401 \end_inset
24402
24403 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24404 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
24405 \series bold
24406 hyperref
24407 \series default
24408
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24414 \end_layout
24415
24416 \end_inset
24417
24418 の一部である
24419 \series bold
24420 hyperref
24421 \series default
24422
24423 \begin_inset Index idx
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24428 \end_layout
24429
24430 \end_inset
24431
24432 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24433 \end_layout
24434
24435 \begin_layout Standard
24436
24437 \series bold
24438
24439 \backslash
24440 usepackage[figure]{hypcap}
24441 \end_layout
24442
24443 \begin_layout Standard
24444 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24445 hypcapの説明書
24446 \begin_inset CommandInset citation
24447 LatexCommand cite
24448 key "hypcap"
24449
24450 \end_inset
24451
24452 をご覧ください。
24453 \end_layout
24454
24455 \begin_layout Standard
24456 \begin_inset Note Greyedout
24457 status open
24458
24459 \begin_layout Plain Layout
24460
24461 \series bold
24462 【註】hypcap
24463 \series default
24464 は内部図への参照には効力がありません。
24465 \end_layout
24466
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \begin_layout Section
24473 フロートの配置
24474 \begin_inset CommandInset label
24475 LatexCommand label
24476 name "sec:フロートの配置"
24477
24478 \end_inset
24479
24480
24481 \begin_inset Index idx
24482 status collapsed
24483
24484 \begin_layout Plain Layout
24485 ふろーと@フロート ! はいち@配置
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \begin_layout Standard
24494
24495 \family roman
24496 \series medium
24497 \shape up
24498 \size normal
24499 \emph off
24500 \bar no
24501 \noun off
24502 \color none
24503 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
24504 \begin_inset Newline newline
24505 \end_inset
24506
24507
24508 \family sans
24509 \series default
24510 \shape default
24511 \size default
24512 \emph default
24513 \bar default
24514 \noun default
24515 \color inherit
24516 段をまたぐ
24517 \family roman
24518 \series medium
24519 \shape up
24520 \size normal
24521 \emph off
24522 \bar no
24523 \noun off
24524 \color none
24525 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24526 \begin_inset Newline newline
24527 \end_inset
24528
24529
24530 \family sans
24531 \series default
24532 \shape default
24533 \size default
24534 \emph default
24535 \bar default
24536 \noun default
24537 \color inherit
24538 横倒しに回転
24539 \family roman
24540 \series medium
24541 \shape up
24542 \size normal
24543 \emph off
24544 \bar no
24545 \noun off
24546 \color none
24547 オプションは、フロートを回転するのに用います。第
24548 \family default
24549 \series default
24550 \shape default
24551 \size default
24552 \emph default
24553 \bar default
24554 \noun default
24555 \color inherit
24556
24557 \begin_inset CommandInset ref
24558 LatexCommand ref
24559 reference "sec:回転フロート"
24560
24561 \end_inset
24562
24563
24564 \family roman
24565 \series medium
24566 \shape up
24567 \size normal
24568 \emph off
24569 \bar no
24570 \noun off
24571 \color none
24572 節をご参照ください。
24573 \end_layout
24574
24575 \begin_layout Standard
24576
24577 \family roman
24578 \series medium
24579 \shape up
24580 \size normal
24581 \emph off
24582 \bar no
24583 \noun off
24584 \color none
24585 フロートダイアログでは、
24586 \family sans
24587 \series default
24588 \shape default
24589 \size default
24590 \emph default
24591 \bar default
24592 \noun default
24593 \color inherit
24594 既定の配置を使う
24595 \family roman
24596 \series medium
24597 \shape up
24598 \size normal
24599 \emph off
24600 \bar no
24601 \noun off
24602 \color none
24603 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24604 \end_layout
24605
24606 \begin_layout Description
24607 可能ならば現在位置に: 
24608 \family roman
24609 \series medium
24610 \shape up
24611 \size normal
24612 \emph off
24613 \bar no
24614 \noun off
24615 \color none
24616 フロートを挿入位置に配置することを試みます
24617 \end_layout
24618
24619 \begin_layout Description
24620 ページ上部: 
24621 \family roman
24622 \series medium
24623 \shape up
24624 \size normal
24625 \emph off
24626 \bar no
24627 \noun off
24628 \color none
24629 フロートを現在ページの上部に配置することを試みます
24630 \end_layout
24631
24632 \begin_layout Description
24633 ページ下部: 
24634 \family roman
24635 \series medium
24636 \shape up
24637 \size normal
24638 \emph off
24639 \bar no
24640 \noun off
24641 \color none
24642 フロートを現在ページの下部に配置することを試みます
24643 \end_layout
24644
24645 \begin_layout Description
24646 フロートを独立したページに: 
24647 \family roman
24648 \series medium
24649 \shape up
24650 \size normal
24651 \emph off
24652 \bar no
24653 \noun off
24654 \color none
24655 フロートを独立したページに配置することを試みます
24656 \end_layout
24657
24658 \begin_layout Standard
24659 LaTeXは、
24660 \emph on
24661 つねに
24662 \emph default
24663 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
24664 \family sans
24665 可能ならば現在位置に
24666 \family default
24667 を試み、次に
24668 \family sans
24669 ページの上部
24670 \family default
24671 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
24672 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24673 \end_layout
24674
24675 \begin_layout Standard
24676 既定では、各オプションはそれぞれ以下の規則を持っています。
24677 \end_layout
24678
24679 \begin_layout Labeling
24680 \labelwidthstring 00.00.0000
24681
24682 \family sans
24683 ページ上部
24684 \family default
24685  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24686 \series bold
24687
24688 \backslash
24689 topfraction
24690 \series default
24691 )。
24692 \end_layout
24693
24694 \begin_layout Labeling
24695 \labelwidthstring 00.00.0000
24696
24697 \family sans
24698 ページ下部
24699 \family default
24700  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24701 \series bold
24702
24703 \backslash
24704 bottomfraction
24705 \series default
24706 )。
24707 \end_layout
24708
24709 \begin_layout Labeling
24710 \labelwidthstring 00.00.0000
24711
24712 \family sans
24713 フロートを独立したページ 
24714 \family default
24715 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24716 \series bold
24717
24718 \backslash
24719 floatpagefraction
24720 \series default
24721 )。
24722 \end_layout
24723
24724 \begin_layout Standard
24725 これらの規則に従いたくないときは、
24726 \family sans
24727 LaTeXの規則を無視する
24728 \family default
24729 オプションを追加することによって、これらを無視することができます。
24730 \begin_inset Newline newline
24731 \end_inset
24732
24733 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
24734 、ページの5割に変えるには、文書プリアンブルに
24735 \end_layout
24736
24737 \begin_layout Standard
24738
24739 \series bold
24740
24741 \backslash
24742 renewcommand{
24743 \backslash
24744 bottomfraction}{0.5}
24745 \end_layout
24746
24747 \begin_layout Standard
24748 という行を加えてください。
24749 \end_layout
24750
24751 \begin_layout Standard
24752 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24753 \family sans
24754 何としても現在位置に置く
24755 \family default
24756 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24757 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24758 からです。
24759 \end_layout
24760
24761 \begin_layout Standard
24762 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \begin_inset VSpace bigskip
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24774 することがあります。この問題を避けるには、LaTeXコマンドの
24775 \backslash
24776 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24777 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24778 \end_layout
24779
24780 \begin_layout Standard
24781
24782 \series bold
24783
24784 \backslash
24785 let
24786 \backslash
24787 mySection
24788 \backslash
24789 section
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \backslash
24795 renewcommand{
24796 \backslash
24797 section}{
24798 \backslash
24799 suppressfloats[t]
24800 \backslash
24801 mySection}
24802 \end_layout
24803
24804 \begin_layout Standard
24805 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
24806 することがあるので、これらに対する定義はお勧めしません。
24807 \end_layout
24808
24809 \begin_layout Standard
24810 \begin_inset VSpace bigskip
24811 \end_inset
24812
24813 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
24814 \series bold
24815 endfloat
24816 \series default
24817
24818 \begin_inset Index idx
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
24823 \end_layout
24824
24825 \end_inset
24826
24827 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24828 \begin_inset Quotes eld
24829 \end_inset
24830
24831
24832 \family sans
24833 [Figure
24834 \begin_inset space ~
24835 \end_inset
24836
24837 3.2 about here.]
24838 \family default
24839
24840 \begin_inset Quotes erd
24841 \end_inset
24842
24843 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24844 \end_layout
24845
24846 \begin_layout Standard
24847
24848 \series bold
24849
24850 \backslash
24851 usepackage[options]{endfloat}
24852 \end_layout
24853
24854 \begin_layout Standard
24855 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24856 \series bold
24857 endfloat
24858 \series default
24859 取扱説明書
24860 \begin_inset CommandInset citation
24861 LatexCommand cite
24862 key "endfloat"
24863
24864 \end_inset
24865
24866 をご参照ください。
24867 \begin_inset Newline newline
24868 \end_inset
24869
24870
24871 \begin_inset Note Greyedout
24872 status open
24873
24874 \begin_layout Plain Layout
24875
24876 \series bold
24877 【註】endfloat
24878 \series default
24879 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24880 \begin_inset CommandInset citation
24881 LatexCommand cite
24882 key "endfloat"
24883
24884 \end_inset
24885
24886 の第4節をご参照ください。
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \begin_inset Note Greyedout
24897 status open
24898
24899 \begin_layout Plain Layout
24900
24901 \series bold
24902 【註】
24903 \series default
24904 現在のところ、
24905 \series bold
24906 endfloat
24907 \series default
24908 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24909 \series bold
24910
24911 \backslash
24912 ss
24913 \series default
24914 」コマンドを使用してください。
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 \begin_inset VSpace bigskip
24924 \end_inset
24925
24926 フロートの割付に関する詳細は、LaTeX関連書
24927 \begin_inset CommandInset citation
24928 LatexCommand cite
24929 key "latexcompanion,latexguide,latexbook"
24930
24931 \end_inset
24932
24933 をご覧ください。
24934 \end_layout
24935
24936 \begin_layout Section
24937 回転フロート
24938 \begin_inset CommandInset label
24939 LatexCommand label
24940 name "sec:回転フロート"
24941
24942 \end_inset
24943
24944
24945 \begin_inset Index idx
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949 ふろーと@フロート ! かいてん@回転
24950 \end_layout
24951
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \begin_layout Standard
24958 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24959 \family sans
24960 横倒しに回転
24961 \family default
24962 オプションを有効にします。
24963 \end_layout
24964
24965 \begin_layout Standard
24966 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24967 \family sans
24968 段をまたぐ
24969 \family default
24970 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24971 たって回転方向を強制したい場合には、文書クラスオプションに
24972 \series bold
24973 figuresleft
24974 \series default
24975 オプションあるいは
24976 \series bold
24977 figuresright
24978 \series default
24979 オプションを加えることができます。
24980 \end_layout
24981
24982 \begin_layout Standard
24983 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24984 \begin_inset CommandInset ref
24985 LatexCommand ref
24986 reference "tab:回転した表"
24987
24988 \end_inset
24989
24990 が回転表フロートの例です。
24991 \end_layout
24992
24993 \begin_layout Standard
24994 \begin_inset Note Greyedout
24995 status open
24996
24997 \begin_layout Plain Layout
24998
24999 \series bold
25000 【註】
25001 \series default
25002 すべてのDVIビューアが回転フロートを表示できるわけではありません。
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 \begin_inset Float table
25012 wide false
25013 sideways true
25014 status open
25015
25016 \begin_layout Plain Layout
25017 \begin_inset Caption Standard
25018
25019 \begin_layout Plain Layout
25020 \begin_inset CommandInset label
25021 LatexCommand label
25022 name "tab:回転した表"
25023
25024 \end_inset
25025
25026 回転した表
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Plain Layout
25035 \align center
25036 \begin_inset Tabular
25037 <lyxtabular version="3" rows="1" columns="5">
25038 <features rotate="0" tabularvalignment="middle">
25039 <column alignment="center" valignment="top" width="0">
25040 <column alignment="center" valignment="top" width="0">
25041 <column alignment="center" valignment="top" width="0">
25042 <column alignment="center" valignment="top" width="0">
25043 <column alignment="center" valignment="top" width="0">
25044 <row>
25045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 試験
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 </row>
25091 </lyxtabular>
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Section
25104 従属フロート
25105 \begin_inset Index idx
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
25110 \end_layout
25111
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \begin_layout Standard
25118 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
25119 \begin_inset CommandInset ref
25120 LatexCommand ref
25121 reference "tab:従属表を横に並べたもの"
25122
25123 \end_inset
25124
25125 と表
25126 \begin_inset CommandInset ref
25127 LatexCommand ref
25128 reference "tab:従属表を縦に並べたもの"
25129
25130 \end_inset
25131
25132 に示されているように段落と同様に指定することができます。
25133 \end_layout
25134
25135 \begin_layout Standard
25136 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
25137 \begin_inset CommandInset ref
25138 LatexCommand ref
25139 reference "tab:これは従属表a"
25140
25141 \end_inset
25142
25143 と表
25144 \begin_inset CommandInset ref
25145 LatexCommand ref
25146 reference "tab:これは従属表b"
25147
25148 \end_inset
25149
25150 は表
25151 \begin_inset CommandInset ref
25152 LatexCommand ref
25153 reference "tab:従属表を横に並べたもの"
25154
25155 \end_inset
25156
25157 の従属フロートです。
25158 \begin_inset Float table
25159 wide false
25160 sideways false
25161 status open
25162
25163 \begin_layout Plain Layout
25164 \begin_inset Caption Standard
25165
25166 \begin_layout Plain Layout
25167 \begin_inset CommandInset label
25168 LatexCommand label
25169 name "tab:従属表を横に並べたもの"
25170
25171 \end_inset
25172
25173 従属表を横に並べたもの
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \begin_layout Plain Layout
25182 \begin_inset space \hfill{}
25183 \end_inset
25184
25185
25186 \begin_inset Float table
25187 wide false
25188 sideways false
25189 status open
25190
25191 \begin_layout Plain Layout
25192 \begin_inset Caption Standard
25193
25194 \begin_layout Plain Layout
25195 \begin_inset CommandInset label
25196 LatexCommand label
25197 name "tab:これは従属表a"
25198
25199 \end_inset
25200
25201 これは従属表aです。
25202 \end_layout
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Plain Layout
25210 \align center
25211 \begin_inset Tabular
25212 <lyxtabular version="3" rows="1" columns="5">
25213 <features rotate="0" tabularvalignment="middle">
25214 <column alignment="center" valignment="top" width="0">
25215 <column alignment="center" valignment="top" width="0">
25216 <column alignment="center" valignment="top" width="0">
25217 <column alignment="center" valignment="top" width="0">
25218 <column alignment="center" valignment="top" width="0">
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224 試験
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 </lyxtabular>
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \begin_inset space \hfill{}
25277 \end_inset
25278
25279
25280 \begin_inset Float table
25281 wide false
25282 sideways false
25283 status open
25284
25285 \begin_layout Plain Layout
25286 \begin_inset Caption Standard
25287
25288 \begin_layout Plain Layout
25289 \begin_inset CommandInset label
25290 LatexCommand label
25291 name "tab:これは従属表b"
25292
25293 \end_inset
25294
25295 これは従属表bです。
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Plain Layout
25304 \align center
25305 \begin_inset Tabular
25306 <lyxtabular version="3" rows="1" columns="5">
25307 <features rotate="0" tabularvalignment="middle">
25308 <column alignment="center" valignment="top" width="0">
25309 <column alignment="center" valignment="top" width="0">
25310 <column alignment="center" valignment="top" width="0">
25311 <column alignment="center" valignment="top" width="0">
25312 <column alignment="center" valignment="top" width="0">
25313 <row>
25314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 試験
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 </row>
25360 </lyxtabular>
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \begin_inset space \hfill{}
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \begin_inset Float table
25380 wide false
25381 sideways false
25382 status open
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Caption Standard
25386
25387 \begin_layout Plain Layout
25388 \begin_inset CommandInset label
25389 LatexCommand label
25390 name "tab:従属表を縦に並べたもの"
25391
25392 \end_inset
25393
25394 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25395 \end_layout
25396
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \begin_layout Plain Layout
25403 \begin_inset Float table
25404 wide false
25405 sideways false
25406 status open
25407
25408 \begin_layout Plain Layout
25409 \begin_inset Caption Standard
25410
25411 \begin_layout Plain Layout
25412
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Plain Layout
25421 \align center
25422 \begin_inset Tabular
25423 <lyxtabular version="3" rows="1" columns="4">
25424 <features rotate="0" tabularvalignment="middle">
25425 <column alignment="center" valignment="top" width="0">
25426 <column alignment="center" valignment="top" width="0">
25427 <column alignment="center" valignment="top" width="0">
25428 <column alignment="center" valignment="top" width="0">
25429 <row>
25430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434 試験
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443 試験
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452 試験
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461 試験
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 </row>
25467 </lyxtabular>
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Float table
25481 wide false
25482 sideways false
25483 status open
25484
25485 \begin_layout Plain Layout
25486 \begin_inset Caption Standard
25487
25488 \begin_layout Plain Layout
25489
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Plain Layout
25498 \align center
25499 \begin_inset Tabular
25500 <lyxtabular version="3" rows="1" columns="5">
25501 <features rotate="0" tabularvalignment="middle">
25502 <column alignment="center" valignment="top" width="0">
25503 <column alignment="center" valignment="top" width="0">
25504 <column alignment="center" valignment="top" width="0">
25505 <column alignment="center" valignment="top" width="0">
25506 <column alignment="center" valignment="top" width="0">
25507 <row>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 </lyxtabular>
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \begin_layout Section
25572 横並びのフロート
25573 \begin_inset Index idx
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577 ふろーと@フロート ! よこならび@横並び
25578 \end_layout
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Standard
25586
25587 \begin_inset CommandInset ref
25588 LatexCommand ref
25589 reference "fig:左側のフロート"
25590
25591 \end_inset
25592
25593 や図
25594 \begin_inset CommandInset ref
25595 LatexCommand ref
25596 reference "fig:右側のフロート"
25597
25598 \end_inset
25599
25600 のようにフロートを横並びに配置するには、
25601 \emph on
25602 ひとつの
25603 \emph default
25604 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25605 \begin_inset Foot
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609 Minipageは第
25610 \begin_inset CommandInset ref
25611 LatexCommand ref
25612 reference "sec:ミニページ"
25613
25614 \end_inset
25615
25616 節に説明があります。
25617 \end_layout
25618
25619 \end_inset
25620
25621 。幅は45
25622 \begin_inset space \thinspace{}
25623 \end_inset
25624
25625 -50
25626 \begin_inset space \thinspace{}
25627 \end_inset
25628
25629 列幅%とし、各minipageのボックス配置を
25630 \family sans
25631
25632 \family default
25633 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25634 \family sans
25635 列幅%
25636 \family default
25637 がここではminipageボックスの幅によって計算されることです。
25638 \end_layout
25639
25640 \begin_layout Standard
25641 \begin_inset Float figure
25642 wide false
25643 sideways false
25644 status open
25645
25646 \begin_layout Plain Layout
25647 \begin_inset Box Frameless
25648 position "b"
25649 hor_pos "c"
25650 has_inner_box 1
25651 inner_pos "t"
25652 use_parbox 0
25653 use_makebox 0
25654 width "45col%"
25655 special "none"
25656 height "1in"
25657 height_special "totalheight"
25658 status open
25659
25660 \begin_layout Plain Layout
25661 \align center
25662 \begin_inset Graphics
25663         filename ../clipart/mobius.eps
25664         lyxscale 50
25665         width 100col%
25666         scaleBeforeRotation
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Caption Standard
25675
25676 \begin_layout Plain Layout
25677 \begin_inset CommandInset label
25678 LatexCommand label
25679 name "fig:左側のフロート"
25680
25681 \end_inset
25682
25683 左側のフロート
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \begin_inset space \hfill{}
25695 \end_inset
25696
25697
25698 \begin_inset Box Frameless
25699 position "b"
25700 hor_pos "c"
25701 has_inner_box 1
25702 inner_pos "t"
25703 use_parbox 0
25704 use_makebox 0
25705 width "45col%"
25706 special "none"
25707 height "1in"
25708 height_special "totalheight"
25709 status open
25710
25711 \begin_layout Plain Layout
25712 \align center
25713 \begin_inset Graphics
25714         filename ../clipart/platypus.eps
25715         lyxscale 50
25716         width 100col%
25717         scaleBeforeRotation
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Caption Standard
25726
25727 \begin_layout Plain Layout
25728 \begin_inset CommandInset label
25729 LatexCommand label
25730 name "fig:右側のフロート"
25731
25732 \end_inset
25733
25734 右側のフロート
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Plain Layout
25748
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Section
25757 キャプションの書式設定
25758 \begin_inset Index idx
25759 status collapsed
25760
25761 \begin_layout Plain Layout
25762 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \begin_inset Index idx
25769 status collapsed
25770
25771 \begin_layout Plain Layout
25772 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \begin_inset CommandInset label
25779 LatexCommand label
25780 name "sec:キャプションの書式設定"
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788
25789 \family sans
25790 キャプション
25791 \family default
25792 環境は、
25793 \family sans
25794 フロート
25795 \family default
25796 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
25797 \family sans
25798 図 #:
25799 \family default
25800 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25801 \family sans
25802 #
25803 \family default
25804 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25805 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25806 \end_layout
25807
25808 \begin_layout Standard
25809 既定のキャプション書式を変更するには、文書プリアンブルに
25810 \end_layout
25811
25812 \begin_layout Standard
25813
25814 \series bold
25815
25816 \backslash
25817 usepackage[format definition]{caption}
25818 \end_layout
25819
25820 \begin_layout Standard
25821 という行を加えて、LaTeXパッケージ
25822 \series bold
25823 caption
25824 \series default
25825
25826 \begin_inset Index idx
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25831 \end_layout
25832
25833 \end_inset
25834
25835 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25844 \end_layout
25845
25846 \begin_layout Standard
25847 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25848 \series bold
25849 caption
25850 \series default
25851 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25852 \end_layout
25853
25854 \begin_layout Standard
25855
25856 \series bold
25857
25858 \backslash
25859 captionsetup[フロート型]{書式定義}
25860 \end_layout
25861
25862 \begin_layout Standard
25863 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25864 \begin_inset CommandInset ref
25865 LatexCommand ref
25866 reference "fig:図キャプション"
25867
25868 \end_inset
25869
25870 と表
25871 \begin_inset CommandInset ref
25872 LatexCommand ref
25873 reference "tab:表キャプション"
25874
25875 \end_inset
25876
25877 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25878 \end_layout
25879
25880 \begin_layout Standard
25881
25882 \series bold
25883
25884 \backslash
25885 usepackage[tableposition=top]{caption}
25886 \series default
25887
25888 \begin_inset Newline newline
25889 \end_inset
25890
25891
25892 \series bold
25893
25894 \backslash
25895 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25896 \begin_inset Newline newline
25897 \end_inset
25898
25899
25900 \begin_inset Phantom HPhantom
25901 status open
25902
25903 \begin_layout Plain Layout
25904
25905 \backslash
25906 captionsetup[figure]{
25907 \end_layout
25908
25909 \end_inset
25910
25911 labelsep=period}
25912 \begin_inset Newline newline
25913 \end_inset
25914
25915
25916 \backslash
25917 captionsetup[table]{labelfont={bf,sf}}
25918 \end_layout
25919
25920 \begin_layout Standard
25921 \begin_inset Note Greyedout
25922 status open
25923
25924 \begin_layout Plain Layout
25925
25926 \series bold
25927 【註】
25928 \series default
25929 オプションのうち、
25930 \series bold
25931 tableposition=top
25932 \series default
25933 は、文書クラスに
25934 \series bold
25935 KOMA-script
25936 \series default
25937
25938 \begin_inset Index idx
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25943 \end_layout
25944
25945 \end_inset
25946
25947 が使われているときには、無効になります。この場合には、文書クラスオプション
25948 \series bold
25949 captions=tableheading
25950 \series default
25951 を指定しなくてはなりません。
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \end_layout
25958
25959 \begin_layout Standard
25960
25961 \series bold
25962 caption
25963 \series default
25964 パッケージについての詳細は、その取扱説明書
25965 \begin_inset CommandInset citation
25966 LatexCommand cite
25967 key "caption"
25968
25969 \end_inset
25970
25971 をご覧ください。
25972 \end_layout
25973
25974 \begin_layout Standard
25975 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25976 \end_layout
25977
25978 \begin_layout Standard
25979
25980 \series bold
25981
25982 \backslash
25983 renewcommand{
25984 \backslash
25985 fnum@figure}{画像~
25986 \backslash
25987 thefigure}
25988 \end_layout
25989
25990 \begin_layout Standard
25991 なお、
25992 \series bold
25993
25994 \backslash
25995 thefigure
25996 \series default
25997 は表番号を挿入し、「
25998 \series bold
25999 ~
26000 \series default
26001 」は保護された空白を入れます。
26002 \end_layout
26003
26004 \begin_layout Standard
26005 \begin_inset VSpace bigskip
26006 \end_inset
26007
26008
26009 \series bold
26010 KOMA-script
26011 \series default
26012
26013 \begin_inset Index idx
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26018 \end_layout
26019
26020 \end_inset
26021
26022 文書クラス(
26023 \family sans
26024 article (KOMA-script)
26025 \family default
26026
26027 \family sans
26028 book (KOMA-script)
26029 \family default
26030
26031 \family sans
26032 letter (KOMA-script)
26033 \family default
26034
26035 \family sans
26036 report (KOMA-script)
26037 \family default
26038 )を使用している場合には、
26039 \series bold
26040 caption
26041 \series default
26042 パッケージの代わりに
26043 \series bold
26044 KOMA-script
26045 \series default
26046 のビルトインコマンド
26047 \series bold
26048 etkomafont
26049 \series default
26050 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
26051 \end_layout
26052
26053 \begin_layout Standard
26054
26055 \series bold
26056
26057 \backslash
26058 setkomafont{captionlabel}{
26059 \backslash
26060 bfseries}
26061 \end_layout
26062
26063 \begin_layout Standard
26064
26065 \series bold
26066
26067 \backslash
26068 setkomafont
26069 \series default
26070 についての詳細は、
26071 \series bold
26072 KOMA-script
26073 \series default
26074 の取扱説明書
26075 \begin_inset CommandInset citation
26076 LatexCommand cite
26077 key "koma-script"
26078
26079 \end_inset
26080
26081 をご覧ください。
26082 \end_layout
26083
26084 \begin_layout Standard
26085 \begin_inset ERT
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089
26090
26091 \backslash
26092 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26093 }
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \begin_inset Note Note
26100 status open
26101
26102 \begin_layout Plain Layout
26103 キャプション書式は、この例のみ変更してあります。
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \begin_inset Float figure
26113 placement !p
26114 wide false
26115 sideways false
26116 status open
26117
26118 \begin_layout Plain Layout
26119 \align center
26120 \begin_inset Graphics
26121         filename ../clipart/mobius.eps
26122         lyxscale 50
26123         scale 50
26124         scaleBeforeRotation
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Plain Layout
26132 \begin_inset Caption Standard
26133
26134 \begin_layout Plain Layout
26135 \begin_inset CommandInset label
26136 LatexCommand label
26137 name "fig:図キャプション"
26138
26139 \end_inset
26140
26141 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 \begin_inset ERT
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159
26160
26161 \backslash
26162 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26163 on}
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Standard
26172 \begin_inset Float table
26173 placement !p
26174 wide false
26175 sideways false
26176 status open
26177
26178 \begin_layout Plain Layout
26179 \begin_inset Caption Standard
26180
26181 \begin_layout Plain Layout
26182 \begin_inset CommandInset label
26183 LatexCommand label
26184 name "tab:表キャプション"
26185
26186 \end_inset
26187
26188 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Plain Layout
26197 \align center
26198 \begin_inset Tabular
26199 <lyxtabular version="3" rows="1" columns="5">
26200 <features rotate="0" tabularvalignment="middle">
26201 <column alignment="center" valignment="top" width="0">
26202 <column alignment="center" valignment="top" width="0">
26203 <column alignment="center" valignment="top" width="0">
26204 <column alignment="center" valignment="top" width="0">
26205 <column alignment="center" valignment="top" width="0">
26206 <row>
26207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 </lyxtabular>
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Section
26266 キャプションの配置
26267 \begin_inset Index idx
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271 きゃぷしょん@キャプション ! はいち@配置
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \begin_inset Index idx
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \begin_inset CommandInset label
26288 LatexCommand label
26289 name "sec:キャプションの配置"
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 通常、キャプションの配置原則は、
26298 \end_layout
26299
26300 \begin_layout Description
26301 図の場合: キャプションを図の下に置く
26302 \end_layout
26303
26304 \begin_layout Description
26305 表の場合: キャプションを表の上に置く
26306 \end_layout
26307
26308 \begin_layout Standard
26309 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26310 \family sans
26311 article
26312 \family default
26313
26314 \family sans
26315 book
26316 \family default
26317
26318 \family sans
26319 letter
26320 \family default
26321
26322 \family sans
26323 report
26324 \family default
26325 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26326 eXパッケージ
26327 \series bold
26328 caption
26329 \series default
26330 を読み込むコマンドに
26331 \end_layout
26332
26333 \begin_layout Standard
26334
26335 \series bold
26336 tableposition=top
26337 \end_layout
26338
26339 \begin_layout Standard
26340 というオプションを追加してください
26341 \begin_inset Foot
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346 \series bold
26347 caption
26348 \series default
26349 パッケージについての詳細な情報は、第
26350 \begin_inset CommandInset ref
26351 LatexCommand ref
26352 reference "sec:キャプションの書式設定"
26353
26354 \end_inset
26355
26356 節をご覧ください。
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \series bold
26363 KOMA-script
26364 \series default
26365
26366 \begin_inset Index idx
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26371 \end_layout
26372
26373 \end_inset
26374
26375 文書クラス(
26376 \family sans
26377 article (KOMA-script)
26378 \family default
26379
26380 \family sans
26381 book (KOMA-script)
26382 \family default
26383
26384 \family sans
26385 letter (KOMA-script)
26386 \family default
26387
26388 \family sans
26389 report (KOMA-script)
26390 \family default
26391
26392 \begin_inset space \thinspace{}
26393 \end_inset
26394
26395 )をお使いの場合には、
26396 \series bold
26397 caption
26398 \series default
26399 パッケージにオプションを与える代わりに、文書クラスオプション
26400 \series bold
26401 captions=tableheading
26402 \series default
26403 を設定することもできます。
26404 \end_layout
26405
26406 \begin_layout Standard
26407 \begin_inset VSpace bigskip
26408 \end_inset
26409
26410 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26411 \end_layout
26412
26413 \begin_layout Standard
26414
26415 \series bold
26416
26417 \backslash
26418 usepackage[option]{sidecap}
26419 \end_layout
26420
26421 \begin_layout Standard
26422 という行を入れて、LaTeXパッケージ
26423 \series bold
26424 sidecap
26425 \series default
26426
26427 \begin_inset Index idx
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26432 \end_layout
26433
26434 \end_inset
26435
26436 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
26437 \series bold
26438 innercaption
26439 \series default
26440 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26441 \series bold
26442 rightcaption
26443 \series default
26444 ないし
26445 \series bold
26446 leftcaption
26447 \series default
26448 オプションを用います。
26449 \end_layout
26450
26451 \begin_layout Standard
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 ifsidecap
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \begin_inset Note Note
26466 status open
26467
26468 \begin_layout Plain Layout
26469 以下の部分は、LaTeXパッケージ
26470 \series bold
26471 sidecap
26472 \series default
26473 が導入されているときのみ表示されます。
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Standard
26482 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \noindent
26487 \begin_inset CommandInset line
26488 LatexCommand rule
26489 offset "0.5ex"
26490 width "100line%"
26491 height "1pt"
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499
26500 \series bold
26501
26502 \backslash
26503 newcommand{
26504 \backslash
26505 TabBesBeg}[1][1.0]{%
26506 \begin_inset Newline newline
26507 \end_inset
26508
26509
26510 \begin_inset Phantom HPhantom
26511 status open
26512
26513 \begin_layout Plain Layout
26514 \begin_inset space ~
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \backslash
26524 let
26525 \backslash
26526 MyTable
26527 \backslash
26528 table
26529 \begin_inset Newline newline
26530 \end_inset
26531
26532
26533 \begin_inset Phantom HPhantom
26534 status open
26535
26536 \begin_layout Plain Layout
26537
26538 \series medium
26539 \begin_inset space ~
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \backslash
26549 let
26550 \backslash
26551 MyEndtable
26552 \backslash
26553 endtable
26554 \begin_inset Newline newline
26555 \end_inset
26556
26557
26558 \begin_inset Phantom HPhantom
26559 status open
26560
26561 \begin_layout Plain Layout
26562
26563 \series medium
26564 \begin_inset space ~
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \backslash
26574 renewenvironment{table}[1]{
26575 \backslash
26576 begin{SCtable}[#1]##1}{
26577 \backslash
26578 end{SCtable}}}
26579 \end_layout
26580
26581 \begin_layout Standard
26582
26583 \series bold
26584
26585 \backslash
26586 newcommand{
26587 \backslash
26588 TabBesEnd}{%
26589 \begin_inset Newline newline
26590 \end_inset
26591
26592
26593 \begin_inset Phantom HPhantom
26594 status open
26595
26596 \begin_layout Plain Layout
26597 \begin_inset space ~
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \backslash
26607 let
26608 \backslash
26609 table
26610 \backslash
26611 MyTable
26612 \begin_inset Newline newline
26613 \end_inset
26614
26615
26616 \begin_inset Phantom HPhantom
26617 status open
26618
26619 \begin_layout Plain Layout
26620 \begin_inset space ~
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \backslash
26630 let
26631 \backslash
26632 endtable
26633 \backslash
26634 MyEndtable
26635 \end_layout
26636
26637 \begin_layout Standard
26638
26639 \series bold
26640
26641 \backslash
26642 newcommand{
26643 \backslash
26644 FigBesBeg}[1][1.0]{%
26645 \begin_inset Newline newline
26646 \end_inset
26647
26648
26649 \begin_inset Phantom HPhantom
26650 status open
26651
26652 \begin_layout Plain Layout
26653 \begin_inset space ~
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \backslash
26663 let
26664 \backslash
26665 MyFigure
26666 \backslash
26667 figure
26668 \begin_inset Newline newline
26669 \end_inset
26670
26671
26672 \begin_inset Phantom HPhantom
26673 status open
26674
26675 \begin_layout Plain Layout
26676 \begin_inset space ~
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \backslash
26686 let
26687 \backslash
26688 MyEndfigure
26689 \backslash
26690 endfigure
26691 \begin_inset Newline newline
26692 \end_inset
26693
26694
26695 \begin_inset Phantom HPhantom
26696 status open
26697
26698 \begin_layout Plain Layout
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \backslash
26709 renewenvironment{figure}[1]{
26710 \backslash
26711 begin{SCfigure}[#1]##1}{
26712 \backslash
26713 end{SCfigure}}}
26714 \end_layout
26715
26716 \begin_layout Standard
26717
26718 \series bold
26719
26720 \backslash
26721 newcommand{
26722 \backslash
26723 FigBesEnd}{%
26724 \begin_inset Newline newline
26725 \end_inset
26726
26727
26728 \begin_inset Phantom HPhantom
26729 status open
26730
26731 \begin_layout Plain Layout
26732 \begin_inset space ~
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \backslash
26742 let
26743 \backslash
26744 figure
26745 \backslash
26746 MyFigure
26747 \begin_inset Newline newline
26748 \end_inset
26749
26750
26751 \begin_inset Phantom HPhantom
26752 status open
26753
26754 \begin_layout Plain Layout
26755 \begin_inset space ~
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \backslash
26765 let
26766 \backslash
26767 endfigure
26768 \backslash
26769 MyEndfigure}
26770 \end_layout
26771
26772 \begin_layout Standard
26773 \noindent
26774 \begin_inset CommandInset line
26775 LatexCommand rule
26776 offset "0.5ex"
26777 width "100line%"
26778 height "1pt"
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Standard
26786 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26787 \end_layout
26788
26789 \begin_layout Standard
26790
26791 \series bold
26792
26793 \backslash
26794 FigBesBeg
26795 \end_layout
26796
26797 \begin_layout Standard
26798 というコマンドを、フロートの前にTeXコードで入れてください。
26799 \lang english
26800 And insert the command
26801 \end_layout
26802
26803 \begin_layout Standard
26804
26805 \series bold
26806
26807 \backslash
26808 FigBesEnd
26809 \end_layout
26810
26811 \begin_layout Standard
26812
26813 \lang english
26814 in TeX-Code at the point where you want to get back to the original float
26815  definition.
26816 \end_layout
26817
26818 \begin_layout Standard
26819 表フロートに対しては、対応するコマンド
26820 \end_layout
26821
26822 \begin_layout Standard
26823
26824 \series bold
26825
26826 \backslash
26827 TabBesBeg
26828 \series default
26829 および
26830 \series bold
26831
26832 \backslash
26833 TabBesEnd
26834 \end_layout
26835
26836 \begin_layout Standard
26837 を使用してください。図
26838 \begin_inset CommandInset ref
26839 LatexCommand ref
26840 reference "fig:図横キャプション"
26841
26842 \end_inset
26843
26844 と表
26845 \begin_inset CommandInset ref
26846 LatexCommand ref
26847 reference "tab:表横キャプション"
26848
26849 \end_inset
26850
26851 がキャプションを脇に設定した例です。
26852 \end_layout
26853
26854 \begin_layout Standard
26855 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26856 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26857 \end_layout
26858
26859 \begin_layout Standard
26860
26861 \series bold
26862
26863 \backslash
26864 sidecaptionvpos{フロート型}{配置}
26865 \end_layout
26866
26867 \begin_layout Standard
26868 というコマンドを使用します。ここで「フロート型」は
26869 \family sans
26870 figure
26871 \family default
26872
26873 \family sans
26874 table
26875 \family default
26876 であり、「配置」は、上揃えの場合はtopの
26877 \end_layout
26878
26879 \begin_layout Standard
26880
26881 \family sans
26882 t
26883 \family default
26884 」、中央揃えの場合はcenterの「
26885 \family sans
26886 c
26887 \family default
26888 」、下揃えの場合はbottomの「
26889 \family sans
26890 b
26891 \family default
26892 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26893 \end_layout
26894
26895 \begin_layout Standard
26896
26897 \series bold
26898
26899 \backslash
26900 sidecaptionvpos{figure}{c}
26901 \end_layout
26902
26903 \begin_layout Standard
26904 というコマンドを使用します。これは、図
26905 \begin_inset CommandInset ref
26906 LatexCommand ref
26907 reference "fig:図横キャプション-2"
26908
26909 \end_inset
26910
26911 で使用されています。
26912 \end_layout
26913
26914 \begin_layout Standard
26915 \begin_inset VSpace medskip
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \lang english
26924 The default caption width is the width of the image/table.
26925  For thin image/tables, like in Table
26926 \lang japanese
26927
26928 \begin_inset space ~
26929 \end_inset
26930
26931
26932 \begin_inset CommandInset ref
26933 LatexCommand ref
26934 reference "tab:表横キャプション"
26935
26936 \end_inset
26937
26938
26939 \lang english
26940 this leads to captions that are too thin.
26941  You can increase the width by specifying a factor that will be multiplied
26942  with the image/table width to get the caption width.
26943  The caption width will automatically be recalculated in case it would protrude
26944  over the page or column margin due to the specified width.
26945  The 
26946 \emph on
26947 factor
26948 \emph default
26949  can either be given as optional argument for 
26950 \series bold
26951
26952 \backslash
26953 FigBesBeg
26954 \series default
26955 :
26956 \end_layout
26957
26958 \begin_layout Standard
26959
26960 \series bold
26961 \lang english
26962
26963 \backslash
26964 FigBesBeg[factor]
26965 \end_layout
26966
26967 \begin_layout Standard
26968
26969 \lang english
26970 or in the definition of 
26971 \series bold
26972
26973 \backslash
26974 FigBesBeg
26975 \series default
26976  by replacing the 
26977 \series bold
26978 1.0
26979 \series default
26980  with another value.
26981  If you do the latter, your factor will be the default if 
26982 \series bold
26983
26984 \backslash
26985 FigBesBeg
26986 \series default
26987  is used without an argument.
26988  For Table
26989 \lang japanese
26990
26991 \begin_inset space ~
26992 \end_inset
26993
26994
26995 \begin_inset CommandInset ref
26996 LatexCommand ref
26997 reference "tab:cap-beside-tab-wider"
26998
26999 \end_inset
27000
27001  
27002 \lang english
27003 the factor 5 was used.
27004 \end_layout
27005
27006 \begin_layout Standard
27007
27008 \lang english
27009 \begin_inset Note Greyedout
27010 status open
27011
27012 \begin_layout Plain Layout
27013
27014 \series bold
27015 \lang english
27016 Note:
27017 \series default
27018  For floats with captions set beside, you cannot use the float placement
27019  option 
27020 \family sans
27021 Here
27022 \begin_inset space ~
27023 \end_inset
27024
27025 definitely
27026 \family default
27027  because it is not supported by 
27028 \series bold
27029 sidecap
27030 \series default
27031 .
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Standard
27040 \begin_inset VSpace medskip
27041 \end_inset
27042
27043
27044 \series bold
27045 sidecap
27046 \series default
27047 パッケージについての詳細は、
27048 \begin_inset CommandInset citation
27049 LatexCommand cite
27050 key "sidecap"
27051
27052 \end_inset
27053
27054 の説明書をご参照ください。
27055 \end_layout
27056
27057 \begin_layout Standard
27058 \begin_inset Note Greyedout
27059 status open
27060
27061 \begin_layout Plain Layout
27062
27063 \series bold
27064 【註】
27065 \series default
27066
27067 \begin_inset CommandInset ref
27068 LatexCommand ref
27069 reference "sub:参照位置"
27070
27071 \end_inset
27072
27073 節に説明があるLaTeXパッケージ
27074 \series bold
27075 hypcap
27076 \series default
27077
27078 \begin_inset Index idx
27079 status collapsed
27080
27081 \begin_layout Plain Layout
27082 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
27083 \end_layout
27084
27085 \end_inset
27086
27087 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \begin_layout Standard
27096 \begin_inset ERT
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 FigBesBeg 
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \begin_layout Standard
27112 \begin_inset Float figure
27113 wide false
27114 sideways false
27115 status open
27116
27117 \begin_layout Plain Layout
27118 \begin_inset Graphics
27119         filename ../clipart/escher-lsd.eps
27120         scale 75
27121         scaleBeforeRotation
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Plain Layout
27129 \begin_inset Caption Standard
27130
27131 \begin_layout Plain Layout
27132 \begin_inset CommandInset label
27133 LatexCommand label
27134 name "fig:図横キャプション"
27135
27136 \end_inset
27137
27138 これは図の横にあるキャプションです。
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \begin_layout Standard
27152 \begin_inset ERT
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156
27157
27158 \backslash
27159 FigBesEnd
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \end_layout
27166
27167 \begin_layout Standard
27168 \begin_inset ERT
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172
27173
27174 \backslash
27175 TabBesBeg 
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Standard
27184 \begin_inset Float table
27185 wide false
27186 sideways false
27187 status open
27188
27189 \begin_layout Plain Layout
27190 \begin_inset Caption Standard
27191
27192 \begin_layout Plain Layout
27193 \begin_inset CommandInset label
27194 LatexCommand label
27195 name "tab:表横キャプション"
27196
27197 \end_inset
27198
27199 これは表の横にあるキャプションです。
27200 \end_layout
27201
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \begin_layout Plain Layout
27208 \begin_inset Tabular
27209 <lyxtabular version="3" rows="4" columns="5">
27210 <features rotate="0" tabularvalignment="middle">
27211 <column alignment="center" valignment="top" width="0">
27212 <column alignment="center" valignment="top" width="0">
27213 <column alignment="center" valignment="top" width="0">
27214 <column alignment="center" valignment="top" width="0">
27215 <column alignment="center" valignment="top" width="0">
27216 <row>
27217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Plain Layout
27221
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27227 \begin_inset Text
27228
27229 \begin_layout Plain Layout
27230
27231 \end_layout
27232
27233 \end_inset
27234 </cell>
27235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Plain Layout
27239
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 </row>
27263 <row>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Plain Layout
27277
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27283 \begin_inset Text
27284
27285 \begin_layout Plain Layout
27286
27287 \end_layout
27288
27289 \end_inset
27290 </cell>
27291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27292 \begin_inset Text
27293
27294 \begin_layout Plain Layout
27295
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27301 \begin_inset Text
27302
27303 \begin_layout Plain Layout
27304
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 </row>
27310 <row>
27311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27330 \begin_inset Text
27331
27332 \begin_layout Plain Layout
27333
27334 \end_layout
27335
27336 \end_inset
27337 </cell>
27338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27339 \begin_inset Text
27340
27341 \begin_layout Plain Layout
27342
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27348 \begin_inset Text
27349
27350 \begin_layout Plain Layout
27351
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 </row>
27357 <row>
27358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27377 \begin_inset Text
27378
27379 \begin_layout Plain Layout
27380
27381 \end_layout
27382
27383 \end_inset
27384 </cell>
27385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27386 \begin_inset Text
27387
27388 \begin_layout Plain Layout
27389
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27395 \begin_inset Text
27396
27397 \begin_layout Plain Layout
27398
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 </row>
27404 </lyxtabular>
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Standard
27417 \begin_inset ERT
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421
27422
27423 \backslash
27424 TabBesEnd
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \begin_layout Standard
27433 \begin_inset ERT
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437
27438
27439 \backslash
27440 sidecaptionvpos{figure}{c}
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \begin_inset Float figure
27447 wide false
27448 sideways false
27449 status open
27450
27451 \begin_layout Plain Layout
27452 \begin_inset Graphics
27453         filename ../clipart/escher-lsd.eps
27454         scale 75
27455         scaleBeforeRotation
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \begin_layout Plain Layout
27463 \begin_inset Caption Standard
27464
27465 \begin_layout Plain Layout
27466 \begin_inset CommandInset label
27467 LatexCommand label
27468 name "fig:図横キャプション-2"
27469
27470 \end_inset
27471
27472 これは図の横にある縦方向中央揃えのキャプションです。
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Standard
27486 \begin_inset ERT
27487 status collapsed
27488
27489 \begin_layout Plain Layout
27490
27491
27492 \backslash
27493 FigBesEnd
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Standard
27502 \begin_inset ERT
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506
27507
27508 \backslash
27509 TabBesBeg[5]
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518 \begin_inset Float table
27519 wide false
27520 sideways false
27521 status open
27522
27523 \begin_layout Plain Layout
27524 \begin_inset Caption Standard
27525
27526 \begin_layout Plain Layout
27527
27528 \lang english
27529 \begin_inset CommandInset label
27530 LatexCommand label
27531 name "tab:cap-beside-tab-wider"
27532
27533 \end_inset
27534
27535 This is a caption is wider than the one in Table
27536 \lang japanese
27537
27538 \begin_inset space ~
27539 \end_inset
27540
27541
27542 \begin_inset CommandInset ref
27543 LatexCommand ref
27544 reference "tab:表横キャプション"
27545
27546 \end_inset
27547
27548 .
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557 \begin_inset Tabular
27558 <lyxtabular version="3" rows="4" columns="5">
27559 <features rotate="0" tabularvalignment="middle">
27560 <column alignment="center" valignment="top" width="0">
27561 <column alignment="center" valignment="top" width="0">
27562 <column alignment="center" valignment="top" width="0">
27563 <column alignment="center" valignment="top" width="0">
27564 <column alignment="center" valignment="top" width="0">
27565 <row>
27566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 a
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 b
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27603 \begin_inset Text
27604
27605 \begin_layout Plain Layout
27606 c
27607 \end_layout
27608
27609 \end_inset
27610 </cell>
27611 </row>
27612 <row>
27613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Plain Layout
27617
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 d
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 e
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Plain Layout
27653
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 </row>
27659 <row>
27660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664 f
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Plain Layout
27673
27674 \end_layout
27675
27676 \end_inset
27677 </cell>
27678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Plain Layout
27682 g
27683 \end_layout
27684
27685 \end_inset
27686 </cell>
27687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27688 \begin_inset Text
27689
27690 \begin_layout Plain Layout
27691
27692 \end_layout
27693
27694 \end_inset
27695 </cell>
27696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Plain Layout
27700 h
27701 \end_layout
27702
27703 \end_inset
27704 </cell>
27705 </row>
27706 <row>
27707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27717 \begin_inset Text
27718
27719 \begin_layout Plain Layout
27720 i
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729
27730 \end_layout
27731
27732 \end_inset
27733 </cell>
27734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27735 \begin_inset Text
27736
27737 \begin_layout Plain Layout
27738 j
27739 \end_layout
27740
27741 \end_inset
27742 </cell>
27743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27744 \begin_inset Text
27745
27746 \begin_layout Plain Layout
27747
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 </row>
27753 </lyxtabular>
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset ERT
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770
27771
27772 \backslash
27773 TabBesEnd
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Standard
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787
27788 \backslash
27789 else
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \begin_inset Note Note
27796 status open
27797
27798 \begin_layout Plain Layout
27799 以下の部分は、LaTeXパッケージ
27800 \series bold
27801 sidecap
27802 \series default
27803 が導入されていないときのみ表示されます。
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27813 \series bold
27814 sidecap
27815 \series default
27816 を導入する必要があります。
27817 \end_layout
27818
27819 \begin_layout Standard
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825
27826 \backslash
27827 fi
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \begin_layout Section
27836 フロート一覧
27837 \begin_inset Index idx
27838 status collapsed
27839
27840 \begin_layout Plain Layout
27841 ふろーと@フロート ! ふろーといちらん@フロート一覧
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Standard
27850 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27851 \family sans
27852 挿入\SpecialChar \menuseparator
27853 一覧/目次
27854 \family default
27855 メニューで挿入することができます。
27856 \end_layout
27857
27858 \begin_layout Standard
27859 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27860 \end_layout
27861
27862 \begin_layout Standard
27863 本文書の終わりに、図一覧と表一覧があります。
27864 \end_layout
27865
27866 \begin_layout Chapter
27867 注釈
27868 \end_layout
27869
27870 \begin_layout Section
27871 LyX注釈
27872 \begin_inset Index idx
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \begin_layout Standard
27885 注釈は、ツールバーボタン
27886 \begin_inset Info
27887 type  "icon"
27888 arg   "note-insert"
27889 \end_inset
27890
27891 か、
27892 \family sans
27893 挿入\SpecialChar \menuseparator
27894 注釈
27895 \family default
27896 メニューで挿入することができます。注釈には、以下の三つの型があります。
27897 \end_layout
27898
27899 \begin_layout Description
27900 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27901 \begin_inset Newline newline
27902 \end_inset
27903
27904
27905 \begin_inset Newline newline
27906 \end_inset
27907
27908
27909 \begin_inset Graphics
27910         filename ../clipart/LyXNoteImageQt4.png
27911         display false
27912         scale 85
27913         scaleBeforeRotation
27914
27915 \end_inset
27916
27917
27918 \begin_inset Note Note
27919 status open
27920
27921 \begin_layout Plain Layout
27922 これは、出力には現れない注釈ボックスに書かれた文章です。
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \begin_layout Description
27931 コメント この注釈も出力には現れませんが、
27932 \family sans
27933 ファイル\SpecialChar \menuseparator
27934 書き出し\SpecialChar \menuseparator
27935 LaTeX (pdflatex) / (平文)
27936 \family default
27937  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27938 \begin_inset Newline newline
27939 \end_inset
27940
27941
27942 \begin_inset Newline newline
27943 \end_inset
27944
27945
27946 \begin_inset Graphics
27947         filename ../clipart/CommentNoteImageQt4.png
27948         display false
27949         scale 85
27950         scaleBeforeRotation
27951
27952 \end_inset
27953
27954  
27955 \begin_inset Note Comment
27956 status open
27957
27958 \begin_layout Plain Layout
27959 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Description
27968 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27969 \begin_inset Newline newline
27970 \end_inset
27971
27972
27973 \begin_inset Newline newline
27974 \end_inset
27975
27976
27977 \begin_inset Graphics
27978         filename ../clipart/GreyedOutNoteImageQt4.png
27979         display false
27980         scale 85
27981         scaleBeforeRotation
27982
27983 \end_inset
27984
27985
27986 \begin_inset Newline newline
27987 \end_inset
27988
27989
27990 \begin_inset ERT
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994
27995
27996 \backslash
27997 renewenvironment{lyxgreyedout}
27998 \end_layout
27999
28000 \begin_layout Plain Layout
28001
28002 {
28003 \backslash
28004 textcolor[gray]{0.8}
28005 \backslash
28006 bgroup}{
28007 \backslash
28008 egroup}
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \begin_inset Note Greyedout
28015 status open
28016
28017 \begin_layout Plain Layout
28018 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28019 \begin_inset Foot
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 これは、淡色表示注釈内に脚注を用いた例です。
28024 \end_layout
28025
28026 \end_inset
28027
28028 です。
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \begin_inset ERT
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038
28039
28040 \backslash
28041 renewenvironment{lyxgreyedout}
28042 \end_layout
28043
28044 \begin_layout Plain Layout
28045
28046 {
28047 \backslash
28048 textcolor{blue}
28049 \backslash
28050 bgroup}{
28051 \backslash
28052 egroup}
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \begin_inset Note Note
28059 status open
28060
28061 \begin_layout Plain Layout
28062 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
28063 ように再定義されています。
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \begin_inset Newline newline
28070 \end_inset
28071
28072
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
28077 \end_layout
28078
28079 \begin_layout Standard
28080 \begin_inset VSpace bigskip
28081 \end_inset
28082
28083 注釈を挿入するのにツールバーボタン
28084 \begin_inset Info
28085 type  "icon"
28086 arg   "note-insert"
28087 \end_inset
28088
28089 を使用すると、
28090 \family sans
28091 LyX注釈
28092 \family default
28093 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28094 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28095 さい。
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \begin_inset VSpace bigskip
28100 \end_inset
28101
28102
28103 \lang english
28104 You can change the text color of the greyed out notes in the menu 
28105 \family sans
28106 Document\SpecialChar \menuseparator
28107 Settings\SpecialChar \menuseparator
28108 Colors
28109 \family default
28110 .
28111 \end_layout
28112
28113 \begin_layout Section
28114 脚注
28115 \begin_inset CommandInset label
28116 LatexCommand label
28117 name "sec:脚注"
28118
28119 \end_inset
28120
28121
28122 \begin_inset Index idx
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \begin_inset Index idx
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 きゃくちゅう@脚注
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Standard
28145 脚注は、ツールバーボタン
28146 \begin_inset Info
28147 type  "icon"
28148 arg   "footnote-insert"
28149 \end_inset
28150
28151 か、
28152 \family sans
28153 挿入\SpecialChar \menuseparator
28154 脚注
28155 \family default
28156 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28157 \begin_inset Graphics
28158         filename clipart/footnoteQt4.png
28159         scale 80
28160         scaleBeforeRotation
28161
28162 \end_inset
28163
28164 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28165 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28166 \end_layout
28167
28168 \begin_layout Standard
28169 これが脚注の例です
28170 \begin_inset Foot
28171 status collapsed
28172
28173 \begin_layout Plain Layout
28174 \begin_inset CommandInset label
28175 LatexCommand label
28176 name "fn:これは脚注の一例"
28177
28178 \end_inset
28179
28180 これは脚注の一例です。
28181 \end_layout
28182
28183 \end_inset
28184
28185
28186 \begin_inset ERT
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190
28191
28192 \backslash
28193 newcounter{MyRepeatFoot}
28194 \end_layout
28195
28196 \begin_layout Plain Layout
28197
28198
28199 \backslash
28200 setcounter{MyRepeatFoot}{
28201 \backslash
28202 thefootnote}
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \begin_layout Standard
28211 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
28212 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28213 \end_layout
28214
28215 \begin_layout Standard
28216 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28217 \begin_inset CommandInset ref
28218 LatexCommand ref
28219 reference "sec:フロートの参照"
28220
28221 \end_inset
28222
28223 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28224 \begin_inset Newline newline
28225 \end_inset
28226
28227 これは脚注
28228 \begin_inset CommandInset ref
28229 LatexCommand ref
28230 reference "fn:これは脚注の一例"
28231
28232 \end_inset
28233
28234 の相互参照です。
28235 \end_layout
28236
28237 \begin_layout Standard
28238 \begin_inset VSpace defskip
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Standard
28245 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28246 \series bold
28247
28248 \backslash
28249 footnotemark{}
28250 \series default
28251 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28252 \series bold
28253
28254 \backslash
28255 footnotetext
28256 \series default
28257 コマンドの引数として入力します。
28258 \begin_inset Newline newline
28259 \end_inset
28260
28261 以下の表ではコマンド
28262 \begin_inset Newline newline
28263 \end_inset
28264
28265
28266 \series bold
28267
28268 \backslash
28269 footnotetext{
28270 \series default
28271 出力される脚注の表
28272 \series bold
28273 }
28274 \series default
28275
28276 \begin_inset Newline newline
28277 \end_inset
28278
28279 を用いています。
28280 \end_layout
28281
28282 \begin_layout Standard
28283 \begin_inset Tabular
28284 <lyxtabular version="3" rows="2" columns="1">
28285 <features rotate="0" tabularvalignment="middle">
28286 <column alignment="center" valignment="top" width="0">
28287 <row>
28288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28289 \begin_inset Text
28290
28291 \begin_layout Plain Layout
28292 これは例文です。
28293 \begin_inset Foot
28294 status open
28295
28296 \begin_layout Plain Layout
28297 この脚注は出力されません!
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \end_inset
28306 </cell>
28307 </row>
28308 <row>
28309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28310 \begin_inset Text
28311
28312 \begin_layout Plain Layout
28313 これは例文です。
28314 \begin_inset ERT
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318
28319
28320 \backslash
28321 footnotemark{}
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \end_inset
28330 </cell>
28331 </row>
28332 </lyxtabular>
28333
28334 \end_inset
28335
28336
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 footnotetext{
28345 \end_layout
28346
28347 \end_inset
28348
28349 出力される脚注の表
28350 \begin_inset ERT
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354
28355 }
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \begin_layout Standard
28364 長尺表中の脚注は、第
28365 \begin_inset CommandInset ref
28366 LatexCommand ref
28367 reference "sub:長尺表での脚注"
28368
28369 \end_inset
28370
28371 節で述べられています。
28372 \end_layout
28373
28374 \begin_layout Standard
28375 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28376 \begin_inset CommandInset ref
28377 LatexCommand ref
28378 reference "sec:ミニページ"
28379
28380 \end_inset
28381
28382 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28383 \series bold
28384
28385 \backslash
28386 footnotemark{}
28387 \series default
28388
28389 \series bold
28390
28391 \backslash
28392 footntoetext
28393 \series default
28394 による方法を用いてください。
28395 \end_layout
28396
28397 \begin_layout Standard
28398 \begin_inset Box Frameless
28399 position "t"
28400 hor_pos "c"
28401 has_inner_box 1
28402 inner_pos "t"
28403 use_parbox 0
28404 use_makebox 0
28405 width "100col%"
28406 special "none"
28407 height "1in"
28408 height_special "totalheight"
28409 status open
28410
28411 \begin_layout Plain Layout
28412 これはミニページ中の例文です。
28413 \begin_inset Foot
28414 status open
28415
28416 \begin_layout Plain Layout
28417 ミニページ中の脚注です。
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \begin_layout Plain Layout
28426 これはミニページ中の例文です。
28427 \begin_inset ERT
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431
28432
28433 \backslash
28434 footnotemark{}
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Standard
28448 \begin_inset ERT
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452
28453
28454 \backslash
28455 footnotetext{
28456 \end_layout
28457
28458 \end_inset
28459
28460 ミニページ外の脚注です。
28461 \begin_inset ERT
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465
28466 }
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \begin_inset VSpace defskip
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Standard
28479 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28480 \series bold
28481
28482 \backslash
28483 footnotemark[番号]
28484 \series default
28485 を使用してください。
28486 \begin_inset Newline newline
28487 \end_inset
28488
28489 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28490 \begin_inset CommandInset ref
28491 LatexCommand ref
28492 reference "fn:これは脚注の一例"
28493
28494 \end_inset
28495
28496 の後に、TeXコードで
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \series bold
28502
28503 \backslash
28504 newcounter{MyRepeatFoot}
28505 \begin_inset Newline newline
28506 \end_inset
28507
28508
28509 \backslash
28510 setcounter{MyRepeatFoot}{
28511 \backslash
28512 thefootnote}
28513 \end_layout
28514
28515 \begin_layout Standard
28516 というコマンドを挿入しています。そして脚注マークは、
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 footnotemark[
28525 \backslash
28526 theMyRepeatFoot]
28527 \end_layout
28528
28529 \begin_layout Standard
28530 で作成します。
28531 \end_layout
28532
28533 \begin_layout Standard
28534 これは繰り返し脚注の例です。
28535 \begin_inset ERT
28536 status collapsed
28537
28538 \begin_layout Plain Layout
28539
28540
28541 \backslash
28542 footnotemark[
28543 \backslash
28544 theMyRepeatFoot]
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \begin_layout Standard
28553 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28554 \end_layout
28555
28556 \begin_layout Standard
28557
28558 \series bold
28559
28560 \backslash
28561 footnotemark[
28562 \backslash
28563 thefootnote]
28564 \end_layout
28565
28566 \begin_layout Standard
28567 を使用してください。
28568 \end_layout
28569
28570 \begin_layout Standard
28571 これは繰り返し脚注の例です。
28572 \begin_inset ERT
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576
28577
28578 \backslash
28579 footnotemark[
28580 \backslash
28581 thefootnote]
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Subsection
28590 脚注の付番
28591 \begin_inset CommandInset label
28592 LatexCommand label
28593 name "sub:脚注の付番"
28594
28595 \end_inset
28596
28597
28598 \begin_inset Index idx
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 きゃくちゅう@脚注 ! ふばん@付番
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28612 \end_layout
28613
28614 \begin_layout Standard
28615
28616 \series bold
28617
28618 \backslash
28619 @addtoreset{footnote}{section}
28620 \end_layout
28621
28622 \begin_layout Standard
28623 というコマンドを加えてください。
28624 \end_layout
28625
28626 \begin_layout Standard
28627 \begin_inset VSpace bigskip
28628 \end_inset
28629
28630 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28631 \end_layout
28632
28633 \begin_layout Standard
28634
28635 \series bold
28636
28637 \backslash
28638 renewcommand{
28639 \backslash
28640 thefootnote}{
28641 \backslash
28642 roman{footnote}}
28643 \end_layout
28644
28645 \begin_layout Standard
28646 \begin_inset ERT
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650
28651
28652 \backslash
28653 renewcommand{
28654 \backslash
28655 thefootnote}{
28656 \backslash
28657 roman{footnote}}
28658 \end_layout
28659
28660 \end_inset
28661
28662 これは、ローマ数字を使った脚注です
28663 \begin_inset Foot
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 これは、ローマ数字を使った脚注の例です。
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Standard
28676 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28677 \series bold
28678
28679 \backslash
28680 roman
28681 \series default
28682
28683 \series bold
28684
28685 \backslash
28686 Roman
28687 \series default
28688 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28689 \series bold
28690
28691 \backslash
28692 Alph
28693 \series default
28694 または
28695 \series bold
28696
28697 \backslash
28698 alph
28699 \series default
28700 を使用してください。記号を使って付「番」するには、
28701 \series bold
28702
28703 \backslash
28704 fnsymbol
28705 \series default
28706 を使ってください。
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset Note Greyedout
28711 status open
28712
28713 \begin_layout Plain Layout
28714
28715 \series bold
28716 【註】
28717 \series default
28718 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \begin_inset Newline newline
28725 \end_inset
28726
28727
28728 \begin_inset Note Greyedout
28729 status open
28730
28731 \begin_layout Plain Layout
28732
28733 \series bold
28734 【註】
28735 \series default
28736 記号を使うと9個の脚注しか番号を振ることができません。
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28746 \series bold
28747
28748 \backslash
28749 roman
28750 \series default
28751
28752 \series bold
28753
28754 \backslash
28755 arabic
28756 \series default
28757 に置き換えて使用してください。
28758 \begin_inset ERT
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762
28763
28764 \backslash
28765 renewcommand{
28766 \backslash
28767 thefootnote}{
28768 \backslash
28769 arabic{footnote}}
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 \begin_inset VSpace bigskip
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Standard
28785 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28786 \end_layout
28787
28788 \begin_layout Standard
28789
28790 \series bold
28791
28792 \backslash
28793 numberwithin{footnote}{chapter}
28794 \end_layout
28795
28796 \begin_layout Standard
28797 というコマンドを加えてください。
28798 \series bold
28799
28800 \backslash
28801 numberwithin
28802 \series default
28803 コマンドを使用できるようにするためには、文書設定の
28804 \family sans
28805 数式オプション
28806 \family default
28807 タブで
28808 \family sans
28809 AMS
28810 \begin_inset space ~
28811 \end_inset
28812
28813 mathパッケージを使う
28814 \family default
28815 オプションを有効にしてください。
28816 \end_layout
28817
28818 \begin_layout Standard
28819 \begin_inset ERT
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824
28825 \backslash
28826 numberwithin{footnote}{chapter}
28827 \end_layout
28828
28829 \end_inset
28830
28831 これは、脚注のもう一つの例です
28832 \series bold
28833
28834 \begin_inset Foot
28835 status open
28836
28837 \begin_layout Plain Layout
28838
28839 \series bold
28840 これは、
28841 \series default
28842 「章番号.脚注番号」スキームで番号を振られた脚注です。
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \series default
28849
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855
28856 \backslash
28857 renewcommand{
28858 \backslash
28859 thefootnote}{
28860 \backslash
28861 arabic{footnote}}
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \begin_layout Standard
28870 \begin_inset Note Greyedout
28871 status open
28872
28873 \begin_layout Plain Layout
28874
28875 \series bold
28876 【註】
28877 \backslash
28878 numberwithin
28879 \series default
28880 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 また、例えば「章番号.
28890 \backslash
28891 Roman{footnote}」スキームを得るには、
28892 \series bold
28893
28894 \backslash
28895 numberwithin
28896 \series default
28897 の代わりに以下のコマンドを使用してください。
28898 \end_layout
28899
28900 \begin_layout Standard
28901
28902 \series bold
28903
28904 \backslash
28905 renewcommand{
28906 \backslash
28907 thefootnote}{
28908 \backslash
28909 thechapter.
28910 \backslash
28911 Roman{footnote}}
28912 \end_layout
28913
28914 \begin_layout Subsection
28915 脚注の配置
28916 \begin_inset Index idx
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920 きゃくちゅう@脚注 ! はいち@配置
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28930 ブルに足して、1.5
28931 \begin_inset space \thinspace{}
28932 \end_inset
28933
28934 mmの余白を追加することもできます。
28935 \end_layout
28936
28937 \begin_layout Standard
28938
28939 \series bold
28940
28941 \backslash
28942 let
28943 \backslash
28944 myFoot
28945 \backslash
28946 footnote
28947 \begin_inset Newline newline
28948 \end_inset
28949
28950
28951 \backslash
28952 renewcommand{
28953 \backslash
28954 footnote}[1]{
28955 \backslash
28956 myFoot{#1
28957 \backslash
28958 vspace{1.5mm}}}
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset VSpace bigskip
28963 \end_inset
28964
28965 二段組文書では、脚注は各段底部に表示されます(図
28966 \begin_inset CommandInset ref
28967 LatexCommand ref
28968 reference "fig:標準的脚注配置"
28969
28970 \end_inset
28971
28972 )。図
28973 \begin_inset CommandInset ref
28974 LatexCommand ref
28975 reference "fig:ftnright脚注配置"
28976
28977 \end_inset
28978
28979 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28980 \end_layout
28981
28982 \begin_layout Standard
28983
28984 \series bold
28985
28986 \backslash
28987 usepackage{ftnright}
28988 \end_layout
28989
28990 \begin_layout Standard
28991 というコマンドを書いて、LaTeXパッケージ
28992 \series bold
28993 ftnright
28994 \series default
28995
28996 \begin_inset Index idx
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
29001 \end_layout
29002
29003 \end_inset
29004
29005 を読み込みます。
29006 \begin_inset Float figure
29007 placement !h
29008 wide false
29009 sideways false
29010 status open
29011
29012 \begin_layout Plain Layout
29013 \begin_inset ERT
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 framebox{
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \begin_inset Graphics
29027         filename ../clipart/without_fntright.pdf
29028         width 100col%
29029         scaleBeforeRotation
29030
29031 \end_inset
29032
29033
29034 \begin_inset ERT
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038
29039 }
29040 \end_layout
29041
29042 \end_inset
29043
29044
29045 \end_layout
29046
29047 \begin_layout Plain Layout
29048 \begin_inset Caption Standard
29049
29050 \begin_layout Plain Layout
29051 \begin_inset CommandInset label
29052 LatexCommand label
29053 name "fig:標準的脚注配置"
29054
29055 \end_inset
29056
29057 二段組文書の標準的な脚注配置
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 \begin_inset Float figure
29072 placement !h
29073 wide false
29074 sideways false
29075 status open
29076
29077 \begin_layout Plain Layout
29078 \begin_inset ERT
29079 status collapsed
29080
29081 \begin_layout Plain Layout
29082
29083
29084 \backslash
29085 framebox{
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset Graphics
29092         filename ../clipart/with_fntright.pdf
29093         width 100col%
29094         scaleBeforeRotation
29095
29096 \end_inset
29097
29098
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104 }
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \begin_layout Plain Layout
29113 \begin_inset Caption Standard
29114
29115 \begin_layout Plain Layout
29116 \begin_inset CommandInset label
29117 LatexCommand label
29118 name "fig:ftnright脚注配置"
29119
29120 \end_inset
29121
29122 LaTeXパッケージ
29123 \series bold
29124 ftnright
29125 \series default
29126 を使用したときの二段組文書の脚注配置
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 \begin_inset VSpace bigskip
29141 \end_inset
29142
29143 科学的文献に於いては、図
29144 \begin_inset CommandInset ref
29145 LatexCommand ref
29146 reference "fig:後注"
29147
29148 \end_inset
29149
29150 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29151 \begin_inset Index idx
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155 こちゅう@後注
29156 \end_layout
29157
29158 \end_inset
29159
29160 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29161 \family sans
29162 文書\SpecialChar \menuseparator
29163 設定\SpecialChar \menuseparator
29164 モジュール
29165 \family default
29166 メニューで
29167 \family sans
29168 脚注から後注へ
29169 \family default
29170 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29171 \end_layout
29172
29173 \begin_layout Standard
29174
29175 \series bold
29176
29177 \backslash
29178 theendnotes
29179 \end_layout
29180
29181 \begin_layout Standard
29182 というコマンドを挿入してください。
29183 \end_layout
29184
29185 \begin_layout Standard
29186 \begin_inset Float figure
29187 wide false
29188 sideways false
29189 status open
29190
29191 \begin_layout Plain Layout
29192 \align center
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 framebox{
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \begin_inset Graphics
29207         filename ../clipart/endnotes.pdf
29208         scaleBeforeRotation
29209
29210 \end_inset
29211
29212
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218 }
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Plain Layout
29227 \begin_inset Caption Standard
29228
29229 \begin_layout Plain Layout
29230 \begin_inset CommandInset label
29231 LatexCommand label
29232 name "fig:後注"
29233
29234 \end_inset
29235
29236 後注 – 注を節ないし章末に別段落として印字します。
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Standard
29250 \begin_inset VSpace medskip
29251 \end_inset
29252
29253 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \series bold
29259
29260 \backslash
29261 renewcommand{
29262 \backslash
29263 notesname}{Anmerkungen}
29264 \end_layout
29265
29266 \begin_layout Standard
29267 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29268 \end_layout
29269
29270 \begin_layout Standard
29271 \begin_inset VSpace medskip
29272 \end_inset
29273
29274
29275 \begin_inset CommandInset ref
29276 LatexCommand ref
29277 reference "sub:脚注の付番"
29278
29279 \end_inset
29280
29281 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29282 \series bold
29283
29284 \backslash
29285 thefootnote
29286 \series default
29287 コマンドの代わりに
29288 \series bold
29289
29290 \backslash
29291 theendnote
29292 \series default
29293 を用いてください。後注番号をリセットするには、第
29294 \begin_inset CommandInset ref
29295 LatexCommand ref
29296 reference "sub:脚注の付番"
29297
29298 \end_inset
29299
29300 節で述べたコマンド
29301 \series bold
29302
29303 \backslash
29304 @addtoreset
29305 \series default
29306 の、パラメータ
29307 \series bold
29308 footnote
29309 \series default
29310
29311 \series bold
29312 endnote
29313 \series default
29314 に変えて、使用してください。
29315 \end_layout
29316
29317 \begin_layout Standard
29318 後注の印だけを作成するには、第
29319 \begin_inset CommandInset ref
29320 LatexCommand ref
29321 reference "sec:脚注"
29322
29323 \end_inset
29324
29325 節で説明した
29326 \series bold
29327
29328 \backslash
29329 footnotemark
29330 \series default
29331 コマンドの代わりに、
29332 \series bold
29333
29334 \backslash
29335 endnotemark[番号]
29336 \series default
29337 コマンドを使用してください。
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset VSpace bigskip
29342 \end_inset
29343
29344 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29345 \series bold
29346 footmisc
29347 \series default
29348
29349 \begin_inset Index idx
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset CommandInset citation
29360 LatexCommand cite
29361 key "footmisc"
29362
29363 \end_inset
29364
29365 を参照してください。
29366 \end_layout
29367
29368 \begin_layout Standard
29369 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29370 \begin_inset CommandInset citation
29371 LatexCommand cite
29372 key "latexcompanion,latexguide,latexbook"
29373
29374 \end_inset
29375
29376 に載っています。 
29377 \lang english
29378 If you are using a
29379 \lang japanese
29380  
29381 \series bold
29382 KOMA-Script
29383 \series default
29384
29385 \begin_inset Index idx
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29390 \end_layout
29391
29392 \end_inset
29393
29394  
29395 \lang english
29396 document class, you can adjust all footnote settings using class-specific
29397  commands, see
29398 \lang japanese
29399  
29400 \begin_inset CommandInset citation
29401 LatexCommand cite
29402 key "KOMA-Script"
29403
29404 \end_inset
29405
29406 .
29407 \end_layout
29408
29409 \begin_layout Section
29410 傍注
29411 \begin_inset Index idx
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Standard
29424 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29425 \family sans
29426 挿入\SpecialChar \menuseparator
29427 傍注
29428 \family default
29429 メニューかツールバーボタン
29430 \begin_inset Info
29431 type  "icon"
29432 arg   "marginalnote-insert"
29433 \end_inset
29434
29435 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29436 \end_layout
29437
29438 \begin_layout Standard
29439 横にあるのが傍注です
29440 \begin_inset Marginal
29441 status open
29442
29443 \begin_layout Plain Layout
29444 これは傍注文です。
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29454 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29455 \end_layout
29456
29457 \begin_layout Standard
29458 \begin_inset VSpace bigskip
29459 \end_inset
29460
29461 傍注を内側余白に置くには、傍注の前にTeXコードで
29462 \end_layout
29463
29464 \begin_layout Standard
29465
29466 \series bold
29467
29468 \backslash
29469 reversemarginpar
29470 \end_layout
29471
29472 \begin_layout Standard
29473 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29474 \begin_inset ERT
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478
29479
29480 \backslash
29481 reversemarginpar 
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \begin_inset Marginal
29488 status open
29489
29490 \begin_layout Plain Layout
29491 これは内側余白の傍注です。
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \series bold
29498
29499 \begin_inset Newline newline
29500 \end_inset
29501
29502
29503 \series default
29504
29505 \begin_inset Note Greyedout
29506 status open
29507
29508 \begin_layout Plain Layout
29509 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 既定の配置に戻すには、TeXコードで
29519 \end_layout
29520
29521 \begin_layout Standard
29522
29523 \series bold
29524
29525 \backslash
29526 normalmarginpar
29527 \end_layout
29528
29529 \begin_layout Standard
29530 というコマンドを書き加えてください。
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536
29537 \backslash
29538 normalmarginpar 
29539 \end_layout
29540
29541 \end_inset
29542
29543  
29544 \begin_inset Note Greyedout
29545 status open
29546
29547 \begin_layout Plain Layout
29548
29549 \series bold
29550 【註】
29551 \backslash
29552 reversemarginpar
29553 \series default
29554 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 \begin_inset VSpace bigskip
29564 \end_inset
29565
29566
29567 \begin_inset Marginal
29568 status open
29569
29570 \begin_layout Plain Layout
29571 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \begin_inset CommandInset ref
29578 LatexCommand ref
29579 reference "sub:複数行"
29580
29581 \end_inset
29582
29583 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29584 \begin_inset space \thinspace{}
29585 \end_inset
29586
29587 pt水平空白を挿入してください 
29588 \begin_inset Marginal
29589 status open
29590
29591 \begin_layout Plain Layout
29592 \begin_inset space \hspace*{}
29593 \length 0pt
29594 \end_inset
29595
29596 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset VSpace bigskip
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Standard
29612 \begin_inset Note Greyedout
29613 status open
29614
29615 \begin_layout Plain Layout
29616
29617 \series bold
29618 【註】
29619 \series default
29620 通常、傍注は表やフロート、脚注の中では使用することができません。
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset VSpace bigskip
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 ifmarginnote
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \begin_inset Note Note
29650 status open
29651
29652 \begin_layout Plain Layout
29653 以下の部分は、LaTeXパッケージ
29654 \series bold
29655 marginnote
29656 \series default
29657 が導入されているときのみ表示されます。
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Standard
29666 この制約は、LaTeXパッケージ
29667 \series bold
29668 marginnote
29669 \series default
29670
29671 \begin_inset Index idx
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29676 \end_layout
29677
29678 \end_inset
29679
29680 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29681 \series bold
29682 marginnote
29683 \series default
29684 パッケージが提供するコマンドを使うようになります。
29685 \end_layout
29686
29687 \begin_layout Standard
29688
29689 \series bold
29690
29691 \backslash
29692 usepackage{marginnote}
29693 \begin_inset Newline newline
29694 \end_inset
29695
29696
29697 \backslash
29698 let
29699 \backslash
29700 marginpar
29701 \backslash
29702 marginnote
29703 \end_layout
29704
29705 \begin_layout Standard
29706
29707 \series bold
29708 marginnote
29709 \series default
29710 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29711 \series bold
29712 marginnote
29713 \series default
29714 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29715 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29716 \end_layout
29717
29718 \begin_layout Standard
29719
29720 \series bold
29721 [オフセット]
29722 \end_layout
29723
29724 \begin_layout Standard
29725 という形で書くことで設定することができます。ここで「オフセット」には、表
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "tab:単位"
29729
29730 \end_inset
29731
29732 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29733 \series bold
29734 [-1.5cm]
29735 \series default
29736 」を使用して、1.5
29737 \begin_inset space \thinspace{}
29738 \end_inset
29739
29740 cm上にずらしてあります
29741 \begin_inset Marginal
29742 status open
29743
29744 \begin_layout Plain Layout
29745 この傍注は、本来の位置よりも1.5
29746 \begin_inset space \thinspace{}
29747 \end_inset
29748
29749 cm上にずらしてあります。
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \begin_inset ERT
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759
29760 [-1.5cm]
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Standard
29769 \begin_inset VSpace medskip
29770 \end_inset
29771
29772
29773 \series bold
29774 marginnote
29775 \series default
29776 を使うと、傍注の揃えを変更することもできます。たとえば、
29777 \end_layout
29778
29779 \begin_layout Standard
29780
29781 \series bold
29782
29783 \backslash
29784 renewcommand*{
29785 \backslash
29786 raggedleftmarginnote}{
29787 \backslash
29788 centering}
29789 \begin_inset Newline newline
29790 \end_inset
29791
29792
29793 \backslash
29794 renewcommand*{
29795 \backslash
29796 raggedrightmarginnote}{
29797 \backslash
29798 centering}
29799 \end_layout
29800
29801 \begin_layout Standard
29802 というコマンドを使うと、中央揃えになります。
29803 \series bold
29804
29805 \backslash
29806 raggedleftmarginnote
29807 \series default
29808 とは、左側に表示されている傍注のことを指します
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814
29815 \backslash
29816 renewcommand*{
29817 \backslash
29818 raggedleftmarginnote}{
29819 \backslash
29820 centering}
29821 \end_layout
29822
29823 \begin_layout Plain Layout
29824
29825
29826 \backslash
29827 renewcommand*{
29828 \backslash
29829 raggedrightmarginnote}{
29830 \backslash
29831 centering}
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \begin_inset Marginal
29838 status open
29839
29840 \begin_layout Plain Layout
29841 この傍注の文章は中央揃えになっています。
29842 \end_layout
29843
29844 \end_inset
29845
29846 。既定の設定は、
29847 \end_layout
29848
29849 \begin_layout Standard
29850
29851 \series bold
29852
29853 \backslash
29854 renewcommand*{
29855 \backslash
29856 raggedleftmarginnote}{
29857 \backslash
29858 raggedleft}
29859 \begin_inset Newline newline
29860 \end_inset
29861
29862
29863 \backslash
29864 renewcommand*{
29865 \backslash
29866 raggedrightmarginnote}{
29867 \backslash
29868 raggedright}
29869 \series default
29870
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 renewcommand*{
29879 \backslash
29880 raggedleftmarginnote}{
29881 \backslash
29882 raggedleft}
29883 \end_layout
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 renewcommand*{
29890 \backslash
29891 raggedrightmarginnote}{
29892 \backslash
29893 raggedright}
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Standard
29902 です。
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \begin_inset VSpace medskip
29907 \end_inset
29908
29909
29910 \series bold
29911 marginnote
29912 \series default
29913 の他の機能については、
29914 \begin_inset CommandInset citation
29915 LatexCommand cite
29916 key "marginnote"
29917
29918 \end_inset
29919
29920 の取扱説明書をご参照ください。
29921 \end_layout
29922
29923 \begin_layout Standard
29924 \begin_inset VSpace bigskip
29925 \end_inset
29926
29927 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29928 \family sans
29929 \series bold
29930 \bar under
29931 注意!
29932 \family default
29933 \series default
29934 \bar default
29935 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29936 \end_layout
29937
29938 \begin_layout Standard
29939
29940 \series bold
29941
29942 \backslash
29943 let
29944 \backslash
29945 myMarginpar
29946 \backslash
29947 marginpar
29948 \begin_inset Newline newline
29949 \end_inset
29950
29951
29952 \backslash
29953 renewcommand{
29954 \backslash
29955 marginpar}[1]{
29956 \backslash
29957 myMarginpar{%
29958 \begin_inset Newline newline
29959 \end_inset
29960
29961
29962 \begin_inset Phantom HPhantom
29963 status open
29964
29965 \begin_layout Plain Layout
29966
29967 \series bold
29968 \begin_inset space ~
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \backslash
29978 hspace{0pt}
29979 \backslash
29980 textsf{
29981 \backslash
29982 textbf{
29983 \backslash
29984 underbar{注意!}}}%
29985 \begin_inset Newline newline
29986 \end_inset
29987
29988
29989 \begin_inset Phantom HPhantom
29990 status open
29991
29992 \begin_layout Plain Layout
29993
29994 \series bold
29995 \begin_inset space ~
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \backslash
30005 vspace{1.5mm}
30006 \backslash
30007
30008 \backslash
30009 #1}}
30010 \end_layout
30011
30012 \begin_layout Standard
30013 \begin_inset ERT
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018
30019 \backslash
30020 let
30021 \backslash
30022 myMarginpar
30023 \backslash
30024 marginpar
30025 \end_layout
30026
30027 \begin_layout Plain Layout
30028
30029
30030 \backslash
30031 renewcommand{
30032 \backslash
30033 marginpar}[1]{
30034 \backslash
30035 myMarginpar{%
30036 \end_layout
30037
30038 \begin_layout Plain Layout
30039
30040    
30041 \backslash
30042 textsf{
30043 \backslash
30044 textbf{
30045 \backslash
30046 underbar{注意!}}}%
30047 \end_layout
30048
30049 \begin_layout Plain Layout
30050
30051    
30052 \backslash
30053 vspace{1.5mm}
30054 \backslash
30055
30056 \backslash
30057 #1}}
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset Marginal
30064 status open
30065
30066 \begin_layout Plain Layout
30067 これは、定義したヘッダをつけた傍注です。
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078 [-1.5cm]
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \begin_inset ERT
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088
30089
30090 \backslash
30091 renewcommand{
30092 \backslash
30093 marginpar}[1]{
30094 \backslash
30095 myMarginpar{#1}}
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \begin_inset Note Note
30102 status open
30103
30104 \begin_layout Plain Layout
30105 傍注書式は、この例の分だけ変更してあります。
30106 \end_layout
30107
30108 \end_inset
30109
30110
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119
30120 \backslash
30121 else
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \begin_inset Note Note
30128 status open
30129
30130 \begin_layout Plain Layout
30131 以下の部分は、LaTeXパッケージ
30132 \series bold
30133 marginnote
30134 \series default
30135 が導入されていないときのみ表示されます。
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30145 \series bold
30146 marginnote
30147 \series default
30148 を導入する必要があります。
30149 \end_layout
30150
30151 \begin_layout Standard
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 fi
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Chapter
30168 ボックス
30169 \end_layout
30170
30171 \begin_layout Section
30172 はじめに
30173 \begin_inset Index idx
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 ぼっくす@ボックス ! はじめに
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Standard
30186 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30187 \begin_inset CommandInset ref
30188 LatexCommand ref
30189 reference "sec:ミニページ"
30190
30191 \end_inset
30192
30193 節参照)、文章を囲ったり(第
30194 \begin_inset CommandInset ref
30195 LatexCommand ref
30196 reference "sec:装飾"
30197
30198 \end_inset
30199
30200 節参照)、単語がハイフネートされるのを予防したり(第
30201 \begin_inset CommandInset ref
30202 LatexCommand ref
30203 reference "sec:ハイフネーションの回避"
30204
30205 \end_inset
30206
30207 節参照)、文章を揃えたり(第
30208 \begin_inset CommandInset ref
30209 LatexCommand ref
30210 reference "sub:垂直揃え"
30211
30212 \end_inset
30213
30214 節参照)、あるいは文章の背景色を設定したり(第
30215 \begin_inset CommandInset ref
30216 LatexCommand ref
30217 reference "sec:色付きボックス"
30218
30219 \end_inset
30220
30221 節参照)するのに使用します。
30222 \end_layout
30223
30224 \begin_layout Standard
30225 ボックスは、
30226 \family sans
30227 挿入\SpecialChar \menuseparator
30228 ボックス
30229 \family default
30230 メニューかツールバーボタン
30231 \begin_inset Info
30232 type  "icon"
30233 arg   "box-insert Frameless"
30234 \end_inset
30235
30236 を使って挿入することができます。すると、
30237 \begin_inset Graphics
30238         filename ../clipart/BoxInsetDefaultQt4.png
30239         scale 85
30240         scaleBeforeRotation
30241
30242 \end_inset
30243
30244 のように
30245 \family sans
30246 ボックス(minipage環境)
30247 \family default
30248 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30249 \family sans
30250 設定
30251 \family default
30252 メニューを選択すると現れるボックスダイアログでは、
30253 \family sans
30254 parboxコマンド
30255 \family default
30256
30257 \family sans
30258 minipage環境
30259 \family default
30260 の二つの
30261 \family sans
30262 内部ボックス
30263 \family default
30264 型を選択することができます。
30265 \family sans
30266 minipage
30267 \family default
30268 型は、新規ボックスの既定値となっており、第
30269 \begin_inset CommandInset ref
30270 LatexCommand ref
30271 reference "sec:ミニページ"
30272
30273 \end_inset
30274
30275 節で説明します。
30276 \family sans
30277 parbox
30278 \family default
30279 型については第
30280 \begin_inset CommandInset ref
30281 LatexCommand ref
30282 reference "sec:Parbox"
30283
30284 \end_inset
30285
30286 節、
30287 \family sans
30288 makebox
30289 \family default
30290 型については第
30291 \begin_inset CommandInset ref
30292 LatexCommand ref
30293 reference "sec:ハイフネーションの回避"
30294
30295 \end_inset
30296
30297 節で述べます。
30298 \end_layout
30299
30300 \begin_layout Standard
30301 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset Note Greyedout
30306 status open
30307
30308 \begin_layout Plain Layout
30309 【註】ボックスは、
30310 \family sans
30311 箇条書き(記号)
30312 \family default
30313 環境や
30314 \family sans
30315 箇条書き(記述)
30316 \family default
30317 環境の単独要素とすべきではありません。
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \end_layout
30324
30325 \begin_layout Standard
30326 \begin_inset Note Greyedout
30327 status open
30328
30329 \begin_layout Plain Layout
30330 【註】理由は不明ですが、枠付きボックスを使用している場合には、
30331 \family sans
30332 内部ボックス
30333 \family default
30334 型は
30335 \family sans
30336 なし
30337 \family default
30338 にしか設定することができません。
30339 \family sans
30340 内部ボックス
30341 \family default
30342 型や枠のないボックスについては、第
30343 \begin_inset CommandInset ref
30344 LatexCommand ref
30345 reference "sec:ハイフネーションの回避"
30346
30347 \end_inset
30348
30349 節で説明します。
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Section
30358 ボックスダイアログ
30359 \begin_inset CommandInset label
30360 LatexCommand label
30361 name "sec:ボックスダイアログ"
30362
30363 \end_inset
30364
30365
30366 \begin_inset Index idx
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Subsection
30379 寸法
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 ぼっくす@ボックス ! すんぽう@寸法
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 ボックスダイアログでは、
30394 \family sans
30395
30396 \family default
30397
30398 \family sans
30399 高さ
30400 \family default
30401 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30402 \begin_inset CommandInset ref
30403 LatexCommand ref
30404 reference "tab:単位"
30405
30406 \end_inset
30407
30408 に説明されています。
30409 \family sans
30410 高さ
30411 \family default
30412 フィールドには、加えて以下の寸法を使用することができます。
30413 \end_layout
30414
30415 \begin_layout Description
30416 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30417 \begin_inset Newline newline
30418 \end_inset
30419
30420
30421 \begin_inset Newline newline
30422 \end_inset
30423
30424
30425 \begin_inset Newline newline
30426 \end_inset
30427
30428
30429 \begin_inset Box Boxed
30430 position "c"
30431 hor_pos "c"
30432 has_inner_box 1
30433 inner_pos "c"
30434 use_parbox 0
30435 use_makebox 0
30436 width "12col%"
30437 special "none"
30438 height "1in"
30439 height_special "depth"
30440 status open
30441
30442 \begin_layout Plain Layout
30443 \align center
30444 高さを1階層に設定したボックス
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \begin_inset Newline newline
30451 \end_inset
30452
30453
30454 \begin_inset Newline newline
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Description
30461 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30462 \begin_inset Box Boxed
30463 position "c"
30464 hor_pos "c"
30465 has_inner_box 1
30466 inner_pos "c"
30467 use_parbox 0
30468 use_makebox 0
30469 width "20col%"
30470 special "none"
30471 height "2in"
30472 height_special "height"
30473 status open
30474
30475 \begin_layout Plain Layout
30476 \align center
30477 高さを2高さに設定したボックス
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \begin_layout Description
30486 全高 これは「高さ」+「階層」です。
30487 \begin_inset Box Boxed
30488 position "c"
30489 hor_pos "c"
30490 has_inner_box 1
30491 inner_pos "c"
30492 use_parbox 0
30493 use_makebox 0
30494 width "20col%"
30495 special "none"
30496 height "1in"
30497 height_special "totalheight"
30498 status open
30499
30500 \begin_layout Plain Layout
30501 \align center
30502 高さを1全高に設定したボックス
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \end_layout
30509
30510 \begin_layout Description
30511 幅 これはボックスの幅を高さに設定します。
30512 \begin_inset Box Boxed
30513 position "c"
30514 hor_pos "c"
30515 has_inner_box 1
30516 inner_pos "c"
30517 use_parbox 0
30518 use_makebox 0
30519 width "12col%"
30520 special "none"
30521 height "1in"
30522 height_special "width"
30523 status open
30524
30525 \begin_layout Plain Layout
30526 \align center
30527 高さを1幅に設定したボックス
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \begin_layout Subsection
30536 文字揃え
30537 \begin_inset Index idx
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 ぼっくす@ボックス ! もじそろえ@文字揃え
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550
30551 \family sans
30552 内部ボックス
30553 \family default
30554 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30555 \end_layout
30556
30557 \begin_layout Description
30558 上 これは例示のための本文行です。
30559 \begin_inset Box Boxed
30560 position "t"
30561 hor_pos "c"
30562 has_inner_box 1
30563 inner_pos "c"
30564 use_parbox 0
30565 use_makebox 0
30566 width "12col%"
30567 special "none"
30568 height "1in"
30569 height_special "totalheight"
30570 status open
30571
30572 \begin_layout Plain Layout
30573 \align center
30574 このボックスは上揃えです。
30575 \end_layout
30576
30577 \end_inset
30578
30579 これは例示のための本文行です。
30580 \end_layout
30581
30582 \begin_layout Description
30583 中央 これは例示のための本文行です。
30584 \begin_inset Box Boxed
30585 position "c"
30586 hor_pos "c"
30587 has_inner_box 1
30588 inner_pos "c"
30589 use_parbox 0
30590 use_makebox 0
30591 width "12col%"
30592 special "none"
30593 height "1in"
30594 height_special "totalheight"
30595 status open
30596
30597 \begin_layout Plain Layout
30598 \align center
30599 このボックスは中央揃えです。
30600 \end_layout
30601
30602 \end_inset
30603
30604 これは例示のための本文行です。
30605 \end_layout
30606
30607 \begin_layout Description
30608 下 これは例示のための本文行です。
30609 \begin_inset Box Boxed
30610 position "b"
30611 hor_pos "c"
30612 has_inner_box 1
30613 inner_pos "c"
30614 use_parbox 0
30615 use_makebox 0
30616 width "12col%"
30617 special "none"
30618 height "1in"
30619 height_special "totalheight"
30620 status open
30621
30622 \begin_layout Plain Layout
30623 \align center
30624 このボックスは下揃えです。
30625 \end_layout
30626
30627 \end_inset
30628
30629 これは例示のための本文行です。
30630 \end_layout
30631
30632 \begin_layout Standard
30633 \begin_inset Note Greyedout
30634 status open
30635
30636 \begin_layout Plain Layout
30637
30638 \series bold
30639 【註】
30640 \series default
30641 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Standard
30650 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset VSpace bigskip
30655 \end_inset
30656
30657
30658 \family sans
30659 内部ボックス
30660 \family default
30661 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30662 \end_layout
30663
30664 \begin_layout Description
30665 上 これは例示のための本文行です。
30666 \begin_inset Box Boxed
30667 position "c"
30668 hor_pos "c"
30669 has_inner_box 1
30670 inner_pos "t"
30671 use_parbox 0
30672 use_makebox 0
30673 width "12col%"
30674 special "none"
30675 height "1.5in"
30676 height_special "totalheight"
30677 status open
30678
30679 \begin_layout Plain Layout
30680 \align center
30681 このボックスの文章は上揃えです。
30682 \end_layout
30683
30684 \end_inset
30685
30686 これは例示のための本文行です。
30687 \end_layout
30688
30689 \begin_layout Description
30690 中央 これは例示のための本文行です。
30691 \begin_inset Box Boxed
30692 position "c"
30693 hor_pos "c"
30694 has_inner_box 1
30695 inner_pos "c"
30696 use_parbox 0
30697 use_makebox 0
30698 width "12col%"
30699 special "none"
30700 height "1.5in"
30701 height_special "totalheight"
30702 status open
30703
30704 \begin_layout Plain Layout
30705 \align center
30706 このボックスの文章は中央揃えです。
30707 \end_layout
30708
30709 \end_inset
30710
30711 これは例示のための本文行です。
30712 \end_layout
30713
30714 \begin_layout Description
30715 下 これは例示のための本文行です。
30716 \begin_inset Box Boxed
30717 position "c"
30718 hor_pos "c"
30719 has_inner_box 1
30720 inner_pos "b"
30721 use_parbox 0
30722 use_makebox 0
30723 width "12col%"
30724 special "none"
30725 height "1.5in"
30726 height_special "totalheight"
30727 status open
30728
30729 \begin_layout Plain Layout
30730 \align center
30731 このボックスの文章は下揃えです。
30732 \end_layout
30733
30734 \end_inset
30735
30736 これは例示のための本文行です。
30737 \end_layout
30738
30739 \begin_layout Description
30740 広げる これは例示のための本文行です。
30741 \begin_inset Box Boxed
30742 position "c"
30743 hor_pos "c"
30744 has_inner_box 1
30745 inner_pos "s"
30746 use_parbox 0
30747 use_makebox 0
30748 width "17col%"
30749 special "none"
30750 height "1.5in"
30751 height_special "totalheight"
30752 status open
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 \begin_layout Plain Layout
30765 \align center
30766 あります。
30767 \end_layout
30768
30769 \end_inset
30770
30771 これは例示のための本文行です。
30772 \end_layout
30773
30774 \begin_layout Standard
30775 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30776 \end_layout
30777
30778 \begin_layout Standard
30779 \begin_inset VSpace bigskip
30780 \end_inset
30781
30782
30783 \family sans
30784 内部ボックス
30785 \family default
30786 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \align center
30791 \begin_inset Box Boxed
30792 position "c"
30793 hor_pos "c"
30794 has_inner_box 1
30795 inner_pos "s"
30796 use_parbox 0
30797 use_makebox 0
30798 width "25col%"
30799 special "none"
30800 height "1.25in"
30801 height_special "totalheight"
30802 status open
30803
30804 \begin_layout Plain Layout
30805 \align left
30806 このボックスの
30807 \end_layout
30808
30809 \begin_layout Plain Layout
30810 \align center
30811 文章は広げて
30812 \end_layout
30813
30814 \begin_layout Plain Layout
30815 \align right
30816 あります。
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825
30826 \family sans
30827 内部ボックス
30828 \family default
30829 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \align center
30834 \begin_inset Box Boxed
30835 position "c"
30836 hor_pos "s"
30837 has_inner_box 0
30838 inner_pos "s"
30839 use_parbox 0
30840 use_makebox 0
30841 width "90col%"
30842 special "none"
30843 height "1.25in"
30844 height_special "totalheight"
30845 status open
30846
30847 \begin_layout Plain Layout
30848 このボックスの文章は水平方向に広げてあります。
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Subsection
30857 装飾
30858 \begin_inset CommandInset label
30859 LatexCommand label
30860 name "sec:装飾"
30861
30862 \end_inset
30863
30864
30865 \begin_inset Index idx
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869 ぼっくす@ボックス ! そうしょく@装飾
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878 ボックス型は、ボックスダイアログ中の
30879 \family sans
30880 装飾
30881 \family default
30882 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30883 \end_layout
30884
30885 \begin_layout Description
30886 縁なし 枠を描きません。
30887 \end_layout
30888
30889 \begin_layout Description
30890 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30891 \series bold
30892
30893 \backslash
30894 fboxrule
30895 \series default
30896 の値になります。 
30897 \begin_inset Box Boxed
30898 position "c"
30899 hor_pos "c"
30900 has_inner_box 1
30901 inner_pos "c"
30902 use_parbox 0
30903 use_makebox 0
30904 width "20col%"
30905 special "none"
30906 height "1in"
30907 height_special "totalheight"
30908 status open
30909
30910 \begin_layout Plain Layout
30911 \align center
30912 長方形の箱型
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Description
30921 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30922 \begin_inset space \thinspace{}
30923 \end_inset
30924
30925 ptです。 
30926 \begin_inset Box ovalbox
30927 position "c"
30928 hor_pos "c"
30929 has_inner_box 1
30930 inner_pos "c"
30931 use_parbox 0
30932 use_makebox 0
30933 width "20col%"
30934 special "none"
30935 height "1in"
30936 height_special "totalheight"
30937 status open
30938
30939 \begin_layout Plain Layout
30940 \align center
30941 楕円形の箱型(細線)
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Description
30950 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30951 \begin_inset space \thinspace{}
30952 \end_inset
30953
30954 ptです。 
30955 \begin_inset Box Ovalbox
30956 position "c"
30957 hor_pos "c"
30958 has_inner_box 1
30959 inner_pos "c"
30960 use_parbox 0
30961 use_makebox 0
30962 width "20col%"
30963 special "none"
30964 height "1in"
30965 height_special "totalheight"
30966 status open
30967
30968 \begin_layout Plain Layout
30969 \align center
30970 楕円形の箱型(太線)
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Description
30979 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30980 \series bold
30981
30982 \backslash
30983 fboxrule
30984 \series default
30985 の値になり、影の幅は4
30986 \begin_inset space \thinspace{}
30987 \end_inset
30988
30989 ptになります。
30990 \begin_inset Box Shadowbox
30991 position "c"
30992 hor_pos "c"
30993 has_inner_box 1
30994 inner_pos "c"
30995 use_parbox 0
30996 use_makebox 0
30997 width "20col%"
30998 special "none"
30999 height "1in"
31000 height_special "totalheight"
31001 status open
31002
31003 \begin_layout Plain Layout
31004 \align center
31005 影付きの箱型
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Description
31014 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31015 \begin_inset Foot
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020 \begin_inset CommandInset ref
31021 LatexCommand ref
31022 reference "sec:色付きボックス"
31023
31024 \end_inset
31025
31026 節を参照のこと。
31027 \end_layout
31028
31029 \end_inset
31030
31031 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31032 \begin_inset Box Shaded
31033 position "t"
31034 hor_pos "c"
31035 has_inner_box 0
31036 inner_pos "t"
31037 use_parbox 0
31038 use_makebox 0
31039 width "50col%"
31040 special "none"
31041 height "1in"
31042 height_special "totalheight"
31043 status open
31044
31045 \begin_layout Plain Layout
31046 影付き背景の箱型
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Description
31055 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31056 \begin_inset space \thinspace{}
31057 \end_inset
31058
31059
31060 \series bold
31061
31062 \backslash
31063 fboxrule
31064 \series default
31065 であり、外側の枠線の太さは1.5
31066 \begin_inset space \thinspace{}
31067 \end_inset
31068
31069
31070 \series bold
31071
31072 \backslash
31073 fboxrule
31074 \series default
31075 です。枠線間の距離は1.5
31076 \begin_inset space \thinspace{}
31077 \end_inset
31078
31079
31080 \series bold
31081
31082 \backslash
31083 fboxrule
31084 \series default
31085
31086 \begin_inset space \thinspace{}
31087 \end_inset
31088
31089 +
31090 \begin_inset space \thinspace{}
31091 \end_inset
31092
31093 0.5
31094 \begin_inset space \thinspace{}
31095 \end_inset
31096
31097 ptです。 
31098 \begin_inset Box Doublebox
31099 position "c"
31100 hor_pos "c"
31101 has_inner_box 1
31102 inner_pos "c"
31103 use_parbox 0
31104 use_makebox 0
31105 width "20col%"
31106 special "none"
31107 height "1in"
31108 height_special "totalheight"
31109 status open
31110
31111 \begin_layout Plain Layout
31112 \align center
31113 二重の長方形の箱型
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 \begin_inset VSpace bigskip
31123 \end_inset
31124
31125 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31126 \series bold
31127 fancybox
31128 \series default
31129
31130 \begin_inset Index idx
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31135 \end_layout
31136
31137 \end_inset
31138
31139 が導入済みでなくてはなりません。
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \begin_inset VSpace bigskip
31144 \end_inset
31145
31146 装飾として
31147 \family sans
31148 簡素な長方形の箱型
31149 \family default
31150 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31151 れ、このボックス型では
31152 \series bold
31153
31154 \backslash
31155 fboxrule
31156 \series default
31157
31158 \series bold
31159
31160 \backslash
31161 fboxsep
31162 \series default
31163 は無効となります。枠線の太さは
31164 \series bold
31165
31166 \backslash
31167 FrameRule
31168 \series default
31169 の値になります。 
31170 \begin_inset Box Framed
31171 position "t"
31172 hor_pos "c"
31173 has_inner_box 0
31174 inner_pos "t"
31175 use_parbox 0
31176 use_makebox 0
31177 width "100col%"
31178 special "none"
31179 height "1in"
31180 height_special "totalheight"
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184 改行可能な箱型
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \end_layout
31191
31192 \begin_layout Section
31193 ボックスの詳細な設定
31194 \begin_inset Index idx
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \begin_layout Standard
31207 寸法
31208 \series bold
31209
31210 \backslash
31211 fboxrule
31212 \series default
31213 の既定値は0.4
31214 \begin_inset space \thinspace{}
31215 \end_inset
31216
31217 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31218 \begin_inset space \thinspace{}
31219 \end_inset
31220
31221 ptに変更することができます。
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 setlength{
31230 \backslash
31231 fboxrule}{2pt}
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 setlength{
31243 \backslash
31244 fboxrule}{2pt}
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \begin_inset Box Boxed
31251 position "c"
31252 hor_pos "c"
31253 has_inner_box 1
31254 inner_pos "c"
31255 use_parbox 0
31256 use_makebox 0
31257 width "25col%"
31258 special "none"
31259 height "1in"
31260 height_special "totalheight"
31261 status open
31262
31263 \begin_layout Plain Layout
31264 \align center
31265
31266 \series bold
31267
31268 \backslash
31269 fboxrule
31270 \series default
31271
31272 \begin_inset space \thinspace{}
31273 \end_inset
31274
31275 =
31276 \begin_inset space \thinspace{}
31277 \end_inset
31278
31279 2
31280 \begin_inset space \thinspace{}
31281 \end_inset
31282
31283 ptの長方形の箱型
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \begin_inset ERT
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294
31295 \backslash
31296 setlength{
31297 \backslash
31298 fboxrule}{0.4pt}
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset VSpace bigskip
31308 \end_inset
31309
31310 枠とボックスの内容との空白は、すべての枠様式について3
31311 \begin_inset space \thinspace{}
31312 \end_inset
31313
31314 ptが既定値になっています。これは、長さ
31315 \series bold
31316
31317 \backslash
31318 fboxsep
31319 \series default
31320 を別の値に設定することによって変更することができます。たとえば
31321 \end_layout
31322
31323 \begin_layout Standard
31324
31325 \series bold
31326
31327 \backslash
31328 setlength{
31329 \backslash
31330 fboxsep}{10pt}
31331 \end_layout
31332
31333 \begin_layout Standard
31334 というコマンドは、この値を10
31335 \begin_inset space \thinspace{}
31336 \end_inset
31337
31338 ptにし、以下のボックスのようになります。
31339 \end_layout
31340
31341 \begin_layout Standard
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 setlength{
31350 \backslash
31351 fboxsep}{10pt}
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \begin_inset Box Boxed
31358 position "c"
31359 hor_pos "c"
31360 has_inner_box 1
31361 inner_pos "c"
31362 use_parbox 0
31363 use_makebox 0
31364 width "25col%"
31365 special "none"
31366 height "1in"
31367 height_special "totalheight"
31368 status open
31369
31370 \begin_layout Plain Layout
31371 \align center
31372
31373 \series bold
31374
31375 \backslash
31376 fboxsep
31377 \series default
31378
31379 \begin_inset space \thinspace{}
31380 \end_inset
31381
31382 =
31383 \begin_inset space \thinspace{}
31384 \end_inset
31385
31386 10
31387 \begin_inset space \thinspace{}
31388 \end_inset
31389
31390 ptの長方形の箱型
31391 \end_layout
31392
31393 \end_inset
31394
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 setlength{
31404 \backslash
31405 fboxsep}{3pt}
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \begin_inset VSpace bigskip
31415 \end_inset
31416
31417 楕円形ボックスの丸い角の直径は、コマンド
31418 \series bold
31419
31420 \backslash
31421 cornersize
31422 \series default
31423 で設定することができます。
31424 \end_layout
31425
31426 \begin_layout Standard
31427
31428 \series bold
31429
31430 \backslash
31431 cornersize*{1cm}
31432 \end_layout
31433
31434 \begin_layout Standard
31435 というコマンドは、直径を1
31436 \begin_inset space \thinspace{}
31437 \end_inset
31438
31439 cmに設定します。
31440 \end_layout
31441
31442 \begin_layout Standard
31443
31444 \series bold
31445
31446 \backslash
31447 cornersize{数値}
31448 \end_layout
31449
31450 \begin_layout Standard
31451 というコマンドは、直径を
31452 \family sans
31453 数値
31454 \begin_inset space \thinspace{}
31455 \end_inset
31456
31457 ×
31458 \begin_inset space \thinspace{}
31459 \end_inset
31460
31461 (ボックスの幅と高さの小さい方)
31462 \family default
31463 に設定します。既定値は
31464 \series bold
31465
31466 \backslash
31467 cornersize{0.5}
31468 \series default
31469 です。
31470 \end_layout
31471
31472 \begin_layout Standard
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 cornersize*{1.5cm}
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \begin_inset Box Ovalbox
31487 position "c"
31488 hor_pos "c"
31489 has_inner_box 1
31490 inner_pos "c"
31491 use_parbox 0
31492 use_makebox 0
31493 width "25col%"
31494 special "none"
31495 height "1in"
31496 height_special "totalheight"
31497 status open
31498
31499 \begin_layout Plain Layout
31500 \align center
31501
31502 \series bold
31503
31504 \backslash
31505 cornersize
31506 \series default
31507
31508 \begin_inset space \thinspace{}
31509 \end_inset
31510
31511 =
31512 \begin_inset space \thinspace{}
31513 \end_inset
31514
31515 1.5
31516 \begin_inset space \thinspace{}
31517 \end_inset
31518
31519 cmの楕円形の箱型
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 cornersize{0.5}
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \begin_layout Standard
31541 \begin_inset VSpace bigskip
31542 \end_inset
31543
31544 影の大きさは、長さ
31545 \series bold
31546
31547 \backslash
31548 shadowsize
31549 \series default
31550 を変更することで調整できます。以下のボックスでは
31551 \end_layout
31552
31553 \begin_layout Standard
31554
31555 \series bold
31556
31557 \backslash
31558 setlength{
31559 \backslash
31560 shadowsize}{2pt}
31561 \end_layout
31562
31563 \begin_layout Standard
31564 というコマンドを使って、2
31565 \begin_inset space \thinspace{}
31566 \end_inset
31567
31568 ptに設定しています。
31569 \end_layout
31570
31571 \begin_layout Standard
31572 \begin_inset ERT
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576
31577
31578 \backslash
31579 setlength{
31580 \backslash
31581 shadowsize}{2pt}
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \begin_inset Box Shadowbox
31588 position "c"
31589 hor_pos "c"
31590 has_inner_box 1
31591 inner_pos "c"
31592 use_parbox 0
31593 use_makebox 0
31594 width "25col%"
31595 special "none"
31596 height "1in"
31597 height_special "totalheight"
31598 status open
31599
31600 \begin_layout Plain Layout
31601 \align center
31602
31603 \series bold
31604
31605 \backslash
31606 shadowsize
31607 \series default
31608
31609 \begin_inset space \thinspace{}
31610 \end_inset
31611
31612 =
31613 \begin_inset space \thinspace{}
31614 \end_inset
31615
31616 2
31617 \begin_inset space \thinspace{}
31618 \end_inset
31619
31620 ptの影付きボックス
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631
31632 \backslash
31633 setlength{
31634 \backslash
31635 shadowsize}{4pt}
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \begin_layout Standard
31644 \begin_inset VSpace bigskip
31645 \end_inset
31646
31647
31648 \end_layout
31649
31650 \begin_layout Standard
31651 寸法
31652 \series bold
31653
31654 \backslash
31655 FrameRule
31656 \series default
31657 の既定値は0.4
31658 \begin_inset space \thinspace{}
31659 \end_inset
31660
31661 ptです。ボックスの中身と枠の間の空白の既定値は9
31662 \begin_inset space \thinspace{}
31663 \end_inset
31664
31665 ptですが、
31666 \series bold
31667
31668 \backslash
31669 FrameSep
31670 \series default
31671 の値を変えることで変更することができます。たとえば、下記の
31672 \family sans
31673 ボックス
31674 \family default
31675 の枠の外見は、
31676 \end_layout
31677
31678 \begin_layout Standard
31679
31680 \series bold
31681
31682 \backslash
31683 setlength{
31684 \backslash
31685 FrameRule}{5pt}
31686 \begin_inset Newline newline
31687 \end_inset
31688
31689
31690 \backslash
31691 setlength{
31692 \backslash
31693 FrameSep}{0.5cm}
31694 \end_layout
31695
31696 \begin_layout Standard
31697 というTeXコードコマンドで設定してあります。
31698 \begin_inset ERT
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702
31703
31704 \backslash
31705 setlength{
31706 \backslash
31707 FrameRule}{5pt}
31708 \end_layout
31709
31710 \begin_layout Plain Layout
31711
31712
31713 \backslash
31714 setlength{
31715 \backslash
31716 FrameSep}{0.5cm}
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \begin_inset Box Framed
31723 position "t"
31724 hor_pos "c"
31725 has_inner_box 0
31726 inner_pos "t"
31727 use_parbox 0
31728 use_makebox 0
31729 width "100col%"
31730 special "none"
31731 height "1in"
31732 height_special "totalheight"
31733 status open
31734
31735 \begin_layout Plain Layout
31736 これは
31737 \family sans
31738 改頁可能
31739 \family default
31740 ボックスの文章です。
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751
31752 \backslash
31753 setlength{
31754 \backslash
31755 FrameRule}{0.4pt}
31756 \end_layout
31757
31758 \begin_layout Plain Layout
31759
31760
31761 \backslash
31762 setlength{
31763 \backslash
31764 FrameSep}{9pt}
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \end_layout
31771
31772 \begin_layout Standard
31773 \begin_inset VSpace bigskip
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780
31781 \family sans
31782 影付き背景
31783 \family default
31784 ボックスでは、ボックスの内容と枠の余白の既定値は3
31785 \begin_inset space \thinspace{}
31786 \end_inset
31787
31788 ptになっていますが、
31789 \series bold
31790
31791 \backslash
31792 fboxsep
31793 \series default
31794 の値を変更することで変えられます。既定の背景色である赤色は、
31795 \series bold
31796
31797 \backslash
31798 definecolor{shadebox}
31799 \series default
31800 コマンドで局所的に変更することもできますし、
31801 \family sans
31802 ツール\SpecialChar \menuseparator
31803 設定\SpecialChar \menuseparator
31804 色\SpecialChar \menuseparator
31805 影付きボックス
31806 \family default
31807 メニューからグローバルに変更することもできます。
31808 \series bold
31809
31810 \backslash
31811 definecolor
31812 \series default
31813 コマンドの用法は第
31814 \begin_inset CommandInset ref
31815 LatexCommand ref
31816 reference "sec:色付きの表"
31817
31818 \end_inset
31819
31820
31821 \begin_inset Foot
31822 status open
31823
31824 \begin_layout Plain Layout
31825 N
31826 \series bold
31827
31828 \backslash
31829 definecolor
31830 \series default
31831 は、LaTeXパッケージの
31832 \series bold
31833 color
31834 \series default
31835 をプリアンブルに読み込む必要があります。第
31836 \begin_inset CommandInset ref
31837 LatexCommand ref
31838 reference "sec:色付きボックス"
31839
31840 \end_inset
31841
31842 節をご参照ください。.
31843 \end_layout
31844
31845 \end_inset
31846
31847 で説明されています。
31848 \end_layout
31849
31850 \begin_layout Standard
31851 たとえば、下記の影付き背景ボックスの外見は
31852 \end_layout
31853
31854 \begin_layout Standard
31855
31856 \series bold
31857
31858 \backslash
31859 setlength{
31860 \backslash
31861 fboxsep}{0.5cm}
31862 \series default
31863
31864 \begin_inset Newline newline
31865 \end_inset
31866
31867
31868 \series bold
31869
31870 \backslash
31871 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31872 \end_layout
31873
31874 \begin_layout Standard
31875 というTeXコードコマンドを使って設定してあります。
31876 \end_layout
31877
31878 \begin_layout Standard
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884
31885 \backslash
31886 setlength{
31887 \backslash
31888 fboxsep}{0.5cm}
31889 \end_layout
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \begin_inset Box Shaded
31902 position "t"
31903 hor_pos "c"
31904 has_inner_box 0
31905 inner_pos "t"
31906 use_parbox 0
31907 use_makebox 0
31908 width "100col%"
31909 special "none"
31910 height "1in"
31911 height_special "totalheight"
31912 status open
31913
31914 \begin_layout Plain Layout
31915
31916 \color yellow
31917 これは、濃緑色の背景の
31918 \family sans
31919 影付き背景
31920 \family default
31921 ボックスに入れた黄色の文章です。
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \begin_inset ERT
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931
31932
31933 \backslash
31934 setlength{
31935 \backslash
31936 fboxsep}{3pt}
31937 \end_layout
31938
31939 \begin_layout Plain Layout
31940
31941
31942 \backslash
31943 definecolor{shadecolor}{rgb}{1,0,0}
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset VSpace bigskip
31953 \end_inset
31954
31955 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31956 \end_layout
31957
31958 \begin_layout Section
31959 ミニページ
31960 \begin_inset CommandInset label
31961 LatexCommand label
31962 name "sec:ミニページ"
31963
31964 \end_inset
31965
31966
31967 \begin_inset Index idx
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971 ぼっくす@ボックス ! みにぺーじ@ミニページ
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31981 \end_layout
31982
31983 \begin_layout Standard
31984 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31985 \end_layout
31986
31987 \begin_layout Standard
31988 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31989 \family sans
31990 挿入
31991 \family default
31992 \SpecialChar \menuseparator
31993
31994 \family sans
31995 整形
31996 \family default
31997 \SpecialChar \menuseparator
31998
31999 \family sans
32000 水平方向の空白
32001 \family default
32002 メニューで挿入した水平フィルで隔てられています。
32003 \begin_inset Newpage newpage
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \begin_layout Standard
32010 \begin_inset Box Frameless
32011 position "t"
32012 hor_pos "c"
32013 has_inner_box 1
32014 inner_pos "c"
32015 use_parbox 0
32016 use_makebox 0
32017 width "45col%"
32018 special "none"
32019 height "1in"
32020 height_special "totalheight"
32021 status open
32022
32023 \begin_layout Plain Layout
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  Dies ist ein deutscher Text.
32033  Dies ist ein deutscher Text.
32034  Dies ist ein deutscher Text.
32035  Dies ist ein deutscher Text.
32036  Dies ist ein deutscher Text
32037 \begin_inset Foot
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041 Dies ist eine deutsche Fußnote.
32042 \end_layout
32043
32044 \end_inset
32045
32046 .
32047  Dies ist ein deutscher Text.
32048  Dies ist ein deutscher Text.
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \begin_inset space \hfill{}
32055 \end_inset
32056
32057
32058 \begin_inset Box Frameless
32059 position "t"
32060 hor_pos "c"
32061 has_inner_box 1
32062 inner_pos "c"
32063 use_parbox 0
32064 use_makebox 0
32065 width "45col%"
32066 special "none"
32067 height "1in"
32068 height_special "totalheight"
32069 status open
32070
32071 \begin_layout Plain Layout
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  This is an English Text.
32084  This is an English Text.
32085  This is an English Text.
32086  This is an English Text.
32087  This is an English Text.
32088 \begin_inset Foot
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 This is an English footnote.
32093 \end_layout
32094
32095 \end_inset
32096
32097  This is an English Text.
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \begin_layout Standard
32106 \begin_inset VSpace bigskip
32107 \end_inset
32108
32109 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
32110 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
32111 \end_layout
32112
32113 \begin_layout Standard
32114 この表の脚注は表示されません。
32115 \begin_inset Tabular
32116 <lyxtabular version="3" rows="3" columns="4">
32117 <features rotate="0" tabularvalignment="middle">
32118 <column alignment="center" valignment="top" width="0pt">
32119 <column alignment="center" valignment="top" width="0pt">
32120 <column alignment="center" valignment="top" width="0pt">
32121 <column alignment="center" valignment="top" width="0pt">
32122 <row>
32123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127 1
32128 \end_layout
32129
32130 \end_inset
32131 </cell>
32132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32133 \begin_inset Text
32134
32135 \begin_layout Plain Layout
32136 2
32137 \end_layout
32138
32139 \end_inset
32140 </cell>
32141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32142 \begin_inset Text
32143
32144 \begin_layout Plain Layout
32145 3
32146 \begin_inset Foot
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150 これは表中の脚注です。
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 4
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 </row>
32170 <row>
32171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184
32185 \end_layout
32186
32187 \end_inset
32188 </cell>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 </row>
32208 <row>
32209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 </row>
32246 </lyxtabular>
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Standard
32254 \align center
32255 \begin_inset Box Frameless
32256 position "t"
32257 hor_pos "c"
32258 has_inner_box 1
32259 inner_pos "c"
32260 use_parbox 0
32261 use_makebox 0
32262 width "30col%"
32263 special "none"
32264 height "1in"
32265 height_special "totalheight"
32266 status open
32267
32268 \begin_layout Plain Layout
32269 \align center
32270 \begin_inset Tabular
32271 <lyxtabular version="3" rows="3" columns="4">
32272 <features rotate="0" tabularvalignment="middle">
32273 <column alignment="center" valignment="top" width="0pt">
32274 <column alignment="center" valignment="top" width="0pt">
32275 <column alignment="center" valignment="top" width="0pt">
32276 <column alignment="center" valignment="top" width="0pt">
32277 <row>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 1
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 2
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 3
32301 \begin_inset Foot
32302 status collapsed
32303
32304 \begin_layout Plain Layout
32305 これは表中の脚注です。
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \end_inset
32314 </cell>
32315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319 4
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 </row>
32325 <row>
32326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 </row>
32363 <row>
32364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32365 \begin_inset Text
32366
32367 \begin_layout Plain Layout
32368
32369 \end_layout
32370
32371 \end_inset
32372 </cell>
32373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32374 \begin_inset Text
32375
32376 \begin_layout Plain Layout
32377
32378 \end_layout
32379
32380 \end_inset
32381 </cell>
32382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32383 \begin_inset Text
32384
32385 \begin_layout Plain Layout
32386
32387 \end_layout
32388
32389 \end_inset
32390 </cell>
32391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32392 \begin_inset Text
32393
32394 \begin_layout Plain Layout
32395
32396 \end_layout
32397
32398 \end_inset
32399 </cell>
32400 </row>
32401 </lyxtabular>
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset VSpace bigskip
32415 \end_inset
32416
32417 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32418 \family sans
32419 中スキップ
32420 \family default
32421 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32422 \end_layout
32423
32424 \begin_layout Standard
32425 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32426 \begin_inset CommandInset ref
32427 LatexCommand ref
32428 reference "sub:段落の着色"
32429
32430 \end_inset
32431
32432 節をご参照ください。
32433 \end_layout
32434
32435 \begin_layout Standard
32436 \begin_inset Note Greyedout
32437 status open
32438
32439 \begin_layout Plain Layout
32440
32441 \series bold
32442 【註】
32443 \series default
32444 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Section
32453 Parbox
32454 \begin_inset CommandInset label
32455 LatexCommand label
32456 name "sec:Parbox"
32457
32458 \end_inset
32459
32460
32461 \begin_inset Index idx
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465 ぼっくす@ボックス ! Parboxes
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \end_layout
32472
32473 \begin_layout Standard
32474 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \align center
32479 \begin_inset Box Frameless
32480 position "t"
32481 hor_pos "c"
32482 has_inner_box 1
32483 inner_pos "t"
32484 use_parbox 1
32485 use_makebox 0
32486 width "33col%"
32487 special "none"
32488 height "1in"
32489 height_special "totalheight"
32490 status open
32491
32492 \begin_layout Plain Layout
32493 これはparbox内の文章です。これはparbox内の文章です。
32494 \end_layout
32495
32496 \begin_layout Plain Layout
32497 右の脚注は表示されません。
32498 \begin_inset Foot
32499 status collapsed
32500
32501 \begin_layout Plain Layout
32502 これはparbox内の脚注であり、したがって表示はされません。
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \end_inset
32511
32512
32513 \end_layout
32514
32515 \begin_layout Section
32516 単語や文字のボックス
32517 \begin_inset Index idx
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521 ぼっくす@ボックス ! もじよう@文字用
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Subsection
32530 ハイフネーションの回避
32531 \begin_inset CommandInset label
32532 LatexCommand label
32533 name "sec:ハイフネーションの回避"
32534
32535 \end_inset
32536
32537
32538 \begin_inset Index idx
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Standard
32551 単語や文章がハイフネートされるのを防ぐには、
32552 \family sans
32553 makebox
32554 \family default
32555 型ボックスを使うことができます。
32556 \begin_inset Newline newline
32557 \end_inset
32558
32559 以下が例示用の文章です。
32560 \end_layout
32561
32562 \begin_layout Standard
32563 This line is an example to show how you can prevent the hyphenation of 
32564 \begin_inset Quotes eld
32565 \end_inset
32566
32567 veryverylongword
32568 \begin_inset Quotes erd
32569 \end_inset
32570
32571 .
32572 \end_layout
32573
32574 \begin_layout Standard
32575 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32576 \family sans
32577 内部ボックス
32578 \family default
32579
32580 \family sans
32581 makeboxコマンド
32582 \family default
32583 に設定し、幅を1幅にします。
32584 \end_layout
32585
32586 \begin_layout Standard
32587 以下がその結果です。
32588 \end_layout
32589
32590 \begin_layout Standard
32591 This line is an example to show how you can prevent the hyphenation of 
32592 \begin_inset Box Frameless
32593 position "t"
32594 hor_pos "c"
32595 has_inner_box 1
32596 inner_pos "t"
32597 use_parbox 0
32598 use_makebox 1
32599 width "1in"
32600 special "width"
32601 height "1in"
32602 height_special "totalheight"
32603 status open
32604
32605 \begin_layout Plain Layout
32606 \begin_inset Quotes eld
32607 \end_inset
32608
32609 veryverylongword
32610 \begin_inset Quotes erd
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \end_inset
32617
32618 .
32619 \end_layout
32620
32621 \begin_layout Standard
32622 別の方法としては、以下のように、単語の前に直接TeXコードで「
32623 \series bold
32624
32625 \backslash
32626 -
32627 \series default
32628 」コマンドを設定する方法もあります。
32629 \end_layout
32630
32631 \begin_layout Standard
32632 This line is an example to show how you can prevent the hyphenation of 
32633 \begin_inset Quotes eld
32634 \end_inset
32635
32636
32637 \begin_inset ERT
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641
32642
32643 \backslash
32644 -
32645 \end_layout
32646
32647 \end_inset
32648
32649 veryverylongword
32650 \begin_inset Quotes erd
32651 \end_inset
32652
32653 .
32654 \end_layout
32655
32656 \begin_layout Standard
32657 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32658 \family sans
32659 挿入
32660 \family default
32661 \SpecialChar \menuseparator
32662
32663 \family sans
32664 整形
32665 \family default
32666 \SpecialChar \menuseparator
32667
32668 \family sans
32669 整形なし改行
32670 \family default
32671 メニュー(短絡キー
32672 \begin_inset Info
32673 type  "shortcut"
32674 arg   "newline-insert newline"
32675 \end_inset
32676
32677 )から改行を単語の前に入れてください。
32678 \end_layout
32679
32680 \begin_layout Standard
32681 This line is an example to show how you can prevent the hyphenation of 
32682 \begin_inset Newline newline
32683 \end_inset
32684
32685
32686 \begin_inset Box Frameless
32687 position "t"
32688 hor_pos "c"
32689 has_inner_box 1
32690 inner_pos "t"
32691 use_parbox 0
32692 use_makebox 1
32693 width "1in"
32694 special "width"
32695 height "1in"
32696 height_special "totalheight"
32697 status open
32698
32699 \begin_layout Plain Layout
32700 \begin_inset Quotes eld
32701 \end_inset
32702
32703 veryverylongword
32704 \begin_inset Quotes erd
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \end_inset
32711
32712 .
32713 \end_layout
32714
32715 \begin_layout Subsection
32716 垂直揃え
32717 \begin_inset CommandInset label
32718 LatexCommand label
32719 name "sub:垂直揃え"
32720
32721 \end_inset
32722
32723
32724 \begin_inset Index idx
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \begin_inset Index idx
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738 ぼっくす@ボックス ! Raiseboxes
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \begin_layout Standard
32747
32748 \series bold
32749
32750 \backslash
32751 raisebox
32752 \series default
32753 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32754 \series bold
32755
32756 \backslash
32757 raisebox
32758 \series default
32759 は以下の書式で使用します。
32760 \end_layout
32761
32762 \begin_layout Standard
32763
32764 \series bold
32765
32766 \backslash
32767 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32768 \end_layout
32769
32770 \begin_layout Standard
32771 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32772 \end_layout
32773
32774 \begin_layout Standard
32775 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32776 \end_layout
32777
32778 \begin_layout Standard
32779
32780 \series bold
32781
32782 \backslash
32783 raisebox{
32784 \backslash
32785 depth}{
32786 \end_layout
32787
32788 \begin_layout Standard
32789 というコマンドを挿入してください。単語の後には、閉じ括弧「
32790 \series bold
32791 }
32792 \series default
32793 」をTeXコードで挿入してください。
32794 \begin_inset Newline newline
32795 \end_inset
32796
32797 以下がその出力です。
32798 \end_layout
32799
32800 \begin_layout Standard
32801 This is a text line with the word 
32802 \begin_inset ERT
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806
32807
32808 \backslash
32809 raisebox{
32810 \backslash
32811 depth}{
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \begin_inset Quotes eld
32818 \end_inset
32819
32820 preventing
32821 \begin_inset Quotes erd
32822 \end_inset
32823
32824
32825 \begin_inset ERT
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829
32830 }
32831 \end_layout
32832
32833 \end_inset
32834
32835  as raised word.
32836 \end_layout
32837
32838 \begin_layout Standard
32839 \begin_inset VSpace bigskip
32840 \end_inset
32841
32842 行中の文字を上げ下げすると、以下のように行間が広がります。
32843 \end_layout
32844
32845 \begin_layout Standard
32846 This is a text line with the word 
32847 \begin_inset ERT
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851
32852
32853 \backslash
32854 raisebox{-
32855 \backslash
32856 depth}{
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \begin_inset Quotes eld
32863 \end_inset
32864
32865 preventing
32866 \begin_inset Quotes erd
32867 \end_inset
32868
32869
32870 \begin_inset ERT
32871 status collapsed
32872
32873 \begin_layout Plain Layout
32874
32875 }
32876 \end_layout
32877
32878 \end_inset
32879
32880  as lowered word.
32881 \begin_inset Newline newline
32882 \end_inset
32883
32884 This is a text line with the word 
32885 \begin_inset ERT
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890
32891 \backslash
32892 raisebox{0.5cm}{
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \begin_inset Quotes eld
32899 \end_inset
32900
32901 testing
32902 \begin_inset Quotes erd
32903 \end_inset
32904
32905
32906 \begin_inset ERT
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910
32911 }
32912 \end_layout
32913
32914 \end_inset
32915
32916  as raised word.
32917 \end_layout
32918
32919 \begin_layout Standard
32920 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32921 \end_layout
32922
32923 \begin_layout Standard
32924
32925 \series bold
32926
32927 \backslash
32928 raisebox{-
32929 \backslash
32930 depth}[0pt]{
32931 \end_layout
32932
32933 \begin_layout Standard
32934 とすると、
32935 \end_layout
32936
32937 \begin_layout Standard
32938 This is a text line with the word 
32939 \begin_inset ERT
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943
32944
32945 \backslash
32946 raisebox{-
32947 \backslash
32948 depth}[0pt]{
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \begin_inset Quotes eld
32955 \end_inset
32956
32957 preventing
32958 \begin_inset Quotes erd
32959 \end_inset
32960
32961
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967 }
32968 \end_layout
32969
32970 \end_inset
32971
32972  as lowered word.
32973 \begin_inset Newline newline
32974 \end_inset
32975
32976 This is a text line with the word 
32977 \begin_inset ERT
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981
32982
32983 \backslash
32984 raisebox{0.5cm}[0pt]{
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \begin_inset Quotes eld
32991 \end_inset
32992
32993 testing
32994 \begin_inset Quotes erd
32995 \end_inset
32996
32997
32998 \begin_inset ERT
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002
33003 }
33004 \end_layout
33005
33006 \end_inset
33007
33008  as raised word.
33009 \end_layout
33010
33011 \begin_layout Section
33012 色付きボックス
33013 \begin_inset CommandInset label
33014 LatexCommand label
33015 name "sec:色付きボックス"
33016
33017 \end_inset
33018
33019
33020 \begin_inset Index idx
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 ぼっくす@ボックス ! いろつき@色付き
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Subsection
33033 文字の着色
33034 \begin_inset Index idx
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 いろ@色 ! もじの@文字の---
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
33048 \series bold
33049 color
33050 \series default
33051
33052 \begin_inset Index idx
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056 LaTeXぱっけーじ@LaTeXパッケージ ! color
33057 \end_layout
33058
33059 \end_inset
33060
33061 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
33062 \end_layout
33063
33064 \begin_layout Standard
33065
33066 \series bold
33067
33068 \backslash
33069 @ifundefined{textcolor}
33070 \begin_inset Newline newline
33071 \end_inset
33072
33073
33074 \begin_inset Phantom HPhantom
33075 status open
33076
33077 \begin_layout Plain Layout
33078
33079 \series bold
33080 \begin_inset space ~
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \end_inset
33087
33088 {
33089 \backslash
33090 usepackage{color}}{}
33091 \end_layout
33092
33093 \begin_layout Standard
33094
33095 \series bold
33096 color
33097 \series default
33098 パッケージは、文章を着色するとLyXが自動的に読み込みます
33099 \begin_inset Foot
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103 これが二度読み込まれることを回避するには、
33104 \series bold
33105
33106 \backslash
33107 @ifundefined
33108 \series default
33109 コマンドを使用します。
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 \begin_inset VSpace medskip
33119 \end_inset
33120
33121 色付きボックスは、
33122 \series bold
33123
33124 \backslash
33125 colorbox
33126 \series default
33127 コマンドを使って作ります。これは、以下のような書式で使われます。
33128 \end_layout
33129
33130 \begin_layout Standard
33131
33132 \series bold
33133
33134 \backslash
33135 colorbox{color}{ボックスの内容}
33136 \end_layout
33137
33138 \begin_layout Standard
33139 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
33140 \end_layout
33141
33142 \begin_layout Standard
33143 事前定義されている色には、
33144 \begin_inset Newline newline
33145 \end_inset
33146
33147
33148 \family sans
33149
33150 \family default
33151
33152 \family sans
33153
33154 \family default
33155
33156 \family sans
33157 シアン
33158 \family default
33159
33160 \family sans
33161
33162 \family default
33163
33164 \family sans
33165 マゼンタ
33166 \family default
33167
33168 \family sans
33169
33170 \family default
33171
33172 \family sans
33173
33174 \family default
33175
33176 \family sans
33177
33178 \family default
33179
33180 \begin_inset Newline newline
33181 \end_inset
33182
33183 があります。第
33184 \begin_inset CommandInset ref
33185 LatexCommand ref
33186 reference "sec:色付きの表"
33187
33188 \end_inset
33189
33190 節に述べられているようにすれば、自前の色を定義することもできます。
33191 \end_layout
33192
33193 \begin_layout Standard
33194 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
33195 \end_layout
33196
33197 \begin_layout Standard
33198
33199 \series bold
33200
33201 \backslash
33202 colorbox{red}{
33203 \end_layout
33204
33205 \begin_layout Standard
33206 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
33207 \series bold
33208 }
33209 \series default
33210 」を入れてください。
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214 以下がその結果です。
33215 \end_layout
33216
33217 \begin_layout Standard
33218 この行では、
33219 \begin_inset ERT
33220 status collapsed
33221
33222 \begin_layout Plain Layout
33223
33224
33225 \backslash
33226 colorbox{red}{
33227 \end_layout
33228
33229 \end_inset
33230
33231 「注意!」
33232 \begin_inset ERT
33233 status collapsed
33234
33235 \begin_layout Plain Layout
33236
33237 }
33238 \end_layout
33239
33240 \end_inset
33241
33242 という単語が赤い背景になっています。
33243 \end_layout
33244
33245 \begin_layout Standard
33246 \begin_inset VSpace bigskip
33247 \end_inset
33248
33249 ボックスの枠を別の色にしたい場合には、以下の書式で
33250 \series bold
33251
33252 \backslash
33253 fcolorbox
33254 \series default
33255 コマンドを使います。
33256 \end_layout
33257
33258 \begin_layout Standard
33259
33260 \series bold
33261
33262 \backslash
33263 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33264 \end_layout
33265
33266 \begin_layout Standard
33267
33268 \series bold
33269
33270 \backslash
33271 fcolorbox
33272 \series default
33273
33274 \series bold
33275
33276 \backslash
33277 colorbox
33278 \series default
33279 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33280 \begin_inset CommandInset ref
33281 LatexCommand ref
33282 reference "sec:装飾"
33283
33284 \end_inset
33285
33286 節で述べられているように、それぞれ
33287 \series bold
33288
33289 \backslash
33290 fboxrule
33291 \series default
33292
33293 \series bold
33294
33295 \backslash
33296 fboxsep
33297 \series default
33298 という長さで調節できます。
33299 \end_layout
33300
33301 \begin_layout Standard
33302 以下の例では、
33303 \end_layout
33304
33305 \begin_layout Standard
33306
33307 \series bold
33308
33309 \backslash
33310 fcolorbox{cyan}{magenta}{
33311 \end_layout
33312
33313 \begin_layout Standard
33314 というコマンドを使用しています。
33315 \end_layout
33316
33317 \begin_layout Standard
33318 これは、枠の太さを1
33319 \begin_inset space \thinspace{}
33320 \end_inset
33321
33322 mmに設定した例です。
33323 \begin_inset Newline newline
33324 \end_inset
33325
33326
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332
33333 \backslash
33334 fboxrule 1mm 
33335 \backslash
33336 fboxsep 1mm
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \begin_inset ERT
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346
33347
33348 \backslash
33349 fcolorbox{cyan}{magenta}{
33350 \end_layout
33351
33352 \end_inset
33353
33354 これは着色した色付きボックス中の文章です。
33355 \begin_inset ERT
33356 status collapsed
33357
33358 \begin_layout Plain Layout
33359
33360 }
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Standard
33369 \begin_inset VSpace bigskip
33370 \end_inset
33371
33372 もちろん、色付きボックスの中に色付き文字を入れることもできます
33373 \begin_inset Newline newline
33374 \end_inset
33375
33376
33377 \begin_inset ERT
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381
33382
33383 \backslash
33384 fcolorbox{cyan}{magenta}{
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \color yellow
33391 これは着色した色付きボックス中の色付き文章です。
33392 \color inherit
33393
33394 \begin_inset ERT
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398
33399 }
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \begin_inset ERT
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409
33410
33411 \backslash
33412 fboxrule 0.4pt 
33413 \backslash
33414 fboxsep 3pt
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \end_layout
33421
33422 \begin_layout Standard
33423
33424 \series bold
33425 \begin_inset VSpace medskip
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \begin_layout Standard
33432 \begin_inset Note Greyedout
33433 status open
33434
33435 \begin_layout Plain Layout
33436
33437 \series bold
33438 【註】
33439 \series default
33440 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Subsection
33449 段落の着色
33450 \begin_inset CommandInset label
33451 LatexCommand label
33452 name "sub:段落の着色"
33453
33454 \end_inset
33455
33456
33457 \begin_inset Index idx
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461 いろ@色 ! だんらく@段落---
33462 \end_layout
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Standard
33470 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33471 \series bold
33472
33473 \backslash
33474 colorbox
33475 \series default
33476 コマンドを
33477 \end_layout
33478
33479 \begin_layout Standard
33480
33481 \series bold
33482
33483 \backslash
33484 colorbox{色名}{
33485 \end_layout
33486
33487 \begin_layout Standard
33488 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33489 \series bold
33490 }
33491 \series default
33492 」を挿入してください。
33493 \end_layout
33494
33495 \begin_layout Standard
33496 \begin_inset ERT
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500
33501
33502 \backslash
33503 colorbox{lightgrey}{
33504 \end_layout
33505
33506 \end_inset
33507
33508
33509 \begin_inset Box Frameless
33510 position "t"
33511 hor_pos "c"
33512 has_inner_box 1
33513 inner_pos "t"
33514 use_parbox 0
33515 use_makebox 0
33516 width "100col%"
33517 special "none"
33518 height "1in"
33519 height_special "totalheight"
33520 status open
33521
33522 \begin_layout Plain Layout
33523 これは背景色を付けた文章です。これは背景色を付けた文章です。
33524 \end_layout
33525
33526 \begin_layout Plain Layout
33527 \begin_inset VSpace defskip
33528 \end_inset
33529
33530 ここの文章には脚注
33531 \begin_inset Foot
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535 脚注の例
33536 \end_layout
33537
33538 \end_inset
33539
33540 を付けることもできますし、図表を挿入することもできます。
33541 \end_layout
33542
33543 \begin_layout Plain Layout
33544 \align center
33545 \begin_inset Tabular
33546 <lyxtabular version="3" rows="3" columns="3">
33547 <features rotate="0" tabularvalignment="middle">
33548 <column alignment="center" valignment="top" width="0">
33549 <column alignment="center" valignment="top" width="0">
33550 <column alignment="center" valignment="top" width="0">
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 a
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Plain Layout
33565 !
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574 3
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 </row>
33580 <row>
33581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 <
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33591 \begin_inset Text
33592
33593 \begin_layout Plain Layout
33594 b2
33595 \begin_inset Quotes erd
33596 \end_inset
33597
33598 |
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607 >
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 </row>
33613 <row>
33614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33615 \begin_inset Text
33616
33617 \begin_layout Plain Layout
33618 1
33619 \end_layout
33620
33621 \end_inset
33622 </cell>
33623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33624 \begin_inset Text
33625
33626 \begin_layout Plain Layout
33627 §
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636 c
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 </row>
33642 </lyxtabular>
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \begin_inset ERT
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656
33657 }
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Section
33666 ボックスの伸縮回転
33667 \end_layout
33668
33669 \begin_layout Standard
33670 本節で述べられているコマンドを使用するには、文書プリアンブルで
33671 \end_layout
33672
33673 \begin_layout Standard
33674
33675 \series bold
33676
33677 \backslash
33678 @ifundefined{rotatebox}
33679 \begin_inset Newline newline
33680 \end_inset
33681
33682
33683 \begin_inset Phantom HPhantom
33684 status open
33685
33686 \begin_layout Plain Layout
33687
33688 \series bold
33689 \begin_inset space ~
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \end_inset
33696
33697 {
33698 \backslash
33699 usepackage{graphicx}}{}
33700 \end_layout
33701
33702 \begin_layout Standard
33703 というコマンドを使用して、
33704 \series bold
33705 graphicx
33706 \series default
33707
33708 \begin_inset Index idx
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33713 \end_layout
33714
33715 \end_inset
33716
33717 LaTeXパッケージを読み込む必要があります。
33718 \end_layout
33719
33720 \begin_layout Standard
33721 \begin_inset Note Greyedout
33722 status open
33723
33724 \begin_layout Plain Layout
33725
33726 \series bold
33727 【註】
33728 \series default
33729 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 \begin_inset Note Greyedout
33739 status open
33740
33741 \begin_layout Plain Layout
33742
33743 \series bold
33744 【註】
33745 \series default
33746 フロートは回転伸縮したボックスの中に入れることはできません。
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Subsection
33755 ボックスの回転
33756 \begin_inset Index idx
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760 ぼっくす@ボックス ! かいてんした@回転した
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \begin_inset Index idx
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770 かいてん@回転 ! そざいの@素材の---
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33780 \series bold
33781
33782 \backslash
33783 rotatebox
33784 \series default
33785 コマンドを使用すれば作成することができます。
33786 \end_layout
33787
33788 \begin_layout Standard
33789
33790 \series bold
33791
33792 \backslash
33793 rotatebox[回転の原点]{回転角}{ボックスの内容}
33794 \end_layout
33795
33796 \begin_layout Standard
33797 回転の原点は、
33798 \series bold
33799 origin=位置
33800 \series default
33801 の形で指定します。位置として指定可能なのは、
33802 \emph on
33803 c
33804 \emph default
33805 (中央揃え)・
33806 \emph on
33807 l
33808 \emph default
33809 (左揃え)・
33810 \emph on
33811 r
33812 \emph default
33813 (右揃え)・
33814 \emph on
33815 b
33816 \emph default
33817 (下揃え)・
33818 \emph on
33819 t
33820 \emph default
33821 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33822 \emph on
33823 lt
33824 \emph default
33825 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33826 \emph on
33827 l
33828 \emph default
33829 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33830 \end_layout
33831
33832 \begin_layout Standard
33833 以下の例では、「回転した」文章の前にTeXコードで
33834 \series bold
33835
33836 \backslash
33837 rotatebox[origin=c]{60}{
33838 \series default
33839 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33840 \series bold
33841 }
33842 \series default
33843 でボックスを閉じています。
33844 \end_layout
33845
33846 \begin_layout Standard
33847 これは、
33848 \begin_inset ERT
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852
33853
33854 \backslash
33855 rotatebox[origin=c]{60}{
33856 \end_layout
33857
33858 \end_inset
33859
33860 回転した
33861 \begin_inset ERT
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865
33866 }
33867 \end_layout
33868
33869 \end_inset
33870
33871  文章を含む行です。
33872 \end_layout
33873
33874 \begin_layout Standard
33875 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33876 \end_layout
33877
33878 \begin_layout Standard
33879 これは、
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885
33886 \backslash
33887 rotatebox[origin=r]{-60}{
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \begin_inset Box Doublebox
33894 position "c"
33895 hor_pos "c"
33896 has_inner_box 0
33897 inner_pos "c"
33898 use_parbox 0
33899 use_makebox 0
33900 width "1in"
33901 special "width"
33902 height "1in"
33903 height_special "totalheight"
33904 status collapsed
33905
33906 \begin_layout Plain Layout
33907 回転した
33908 \end_layout
33909
33910 \end_inset
33911
33912
33913 \begin_inset ERT
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917
33918 }
33919 \end_layout
33920
33921 \end_inset
33922
33923 枠付き文章と
33924 \begin_inset ERT
33925 status collapsed
33926
33927 \begin_layout Plain Layout
33928
33929
33930 \backslash
33931 rotatebox[origin=lb]{60}{
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33938 \end_inset
33939
33940
33941 \begin_inset ERT
33942 status collapsed
33943
33944 \begin_layout Plain Layout
33945
33946 }
33947 \end_layout
33948
33949 \end_inset
33950
33951 数式を含む行です。
33952 \end_layout
33953
33954 \begin_layout Standard
33955 あるいは、以下のように図や表を入れることもできます。
33956 \end_layout
33957
33958 \begin_layout Standard
33959 これは、
33960 \begin_inset ERT
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964
33965
33966 \backslash
33967 rotatebox[origin=lb]{90}{
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \begin_inset Graphics
33974         filename ../clipart/platypus.eps
33975         lyxscale 50
33976         width 25col%
33977
33978 \end_inset
33979
33980
33981 \begin_inset ERT
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985
33986 }
33987 \end_layout
33988
33989 \end_inset
33990
33991 回転した画像と
33992 \begin_inset ERT
33993 status collapsed
33994
33995 \begin_layout Plain Layout
33996
33997
33998 \backslash
33999 rotatebox[origin=l]{-90}{
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \begin_inset Tabular
34006 <lyxtabular version="3" rows="2" columns="2">
34007 <features rotate="0" tabularvalignment="middle">
34008 <column alignment="center" valignment="top" width="0">
34009 <column alignment="center" valignment="top" width="0">
34010 <row>
34011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 q
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 w
34025 \end_layout
34026
34027 \end_inset
34028 </cell>
34029 </row>
34030 <row>
34031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 e
34036 \end_layout
34037
34038 \end_inset
34039 </cell>
34040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34041 \begin_inset Text
34042
34043 \begin_layout Plain Layout
34044 r
34045 \end_layout
34046
34047 \end_inset
34048 </cell>
34049 </row>
34050 </lyxtabular>
34051
34052 \end_inset
34053
34054
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060 }
34061 \end_layout
34062
34063 \end_inset
34064
34065 表を含む行です。
34066 \begin_inset Index idx
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070 ず@図 ! のかいてん@---の回転
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \begin_inset Index idx
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080 ひょうのちょうせい@表の調整 ! かいてん@回転
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Subsection
34089 ボックスの伸縮
34090 \begin_inset Index idx
34091 status collapsed
34092
34093 \begin_layout Plain Layout
34094 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \begin_inset Index idx
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104 しんしゅく@伸縮 ! そざいの@素材の---
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Standard
34113 素材を伸縮させるには、TeXコードで
34114 \series bold
34115
34116 \backslash
34117 scalebox
34118 \series default
34119 コマンドと
34120 \series bold
34121
34122 \backslash
34123 resizebox
34124 \series default
34125 コマンドが使えます。
34126 \end_layout
34127
34128 \begin_layout Standard
34129
34130 \series bold
34131
34132 \backslash
34133 scalebox
34134 \series default
34135 は以下の書式で使用します。
34136 \end_layout
34137
34138 \begin_layout Standard
34139
34140 \series bold
34141
34142 \backslash
34143 scalebox{水平方向}[垂直方向]{ボックスの内容}
34144 \end_layout
34145
34146 \begin_layout Standard
34147 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
34148 \end_layout
34149
34150 \begin_layout Standard
34151 たとえば、
34152 \series bold
34153
34154 \backslash
34155 scalebox{2}{こんにちは}
34156 \series default
34157 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
34158 \begin_inset ERT
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163
34164 \backslash
34165 scalebox{2}{
34166 \end_layout
34167
34168 \end_inset
34169
34170 こんにちは
34171 \begin_inset ERT
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175
34176 }
34177 \end_layout
34178
34179 \end_inset
34180
34181 を生成します。
34182 \end_layout
34183
34184 \begin_layout Standard
34185 これに対し、
34186 \series bold
34187
34188 \backslash
34189 scalebox{2}[1]{こんにちは}
34190 \series default
34191 は、
34192 \begin_inset ERT
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196
34197
34198 \backslash
34199 scalebox{2}[1]{
34200 \end_layout
34201
34202 \end_inset
34203
34204 こんにちは
34205 \begin_inset ERT
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209
34210 }
34211 \end_layout
34212
34213 \end_inset
34214
34215 を変形させます。
34216 \end_layout
34217
34218 \begin_layout Standard
34219 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
34220 \series bold
34221
34222 \backslash
34223 scalebox{-1}[1]{こんにちは}
34224 \series default
34225 というコマンドは、右のように反転文字を生成するのに使用できます:
34226 \begin_inset ERT
34227 status collapsed
34228
34229 \begin_layout Plain Layout
34230
34231
34232 \backslash
34233 scalebox{-1}[1]{
34234 \end_layout
34235
34236 \end_inset
34237
34238 こんにちは
34239 \begin_inset ERT
34240 status collapsed
34241
34242 \begin_layout Plain Layout
34243
34244 }
34245 \end_layout
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253
34254 \series bold
34255
34256 \backslash
34257 scalebox{1}[-1]{こんにちは}
34258 \series default
34259 とすると
34260 \begin_inset ERT
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264
34265
34266 \backslash
34267 scalebox{1}[-1]{
34268 \end_layout
34269
34270 \end_inset
34271
34272 こんにちは
34273 \begin_inset ERT
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277
34278 }
34279 \end_layout
34280
34281 \end_inset
34282
34283 のようにベースラインで鏡像にします。
34284 \end_layout
34285
34286 \begin_layout Standard
34287
34288 \series bold
34289
34290 \backslash
34291 scalebox{-1}[1]{ボックスの内容}
34292 \series default
34293 と同じ働きをするものとして
34294 \begin_inset Newline newline
34295 \end_inset
34296
34297
34298 \series bold
34299
34300 \backslash
34301 reflectbox{ボックスの内容}
34302 \series default
34303
34304 \begin_inset Newline newline
34305 \end_inset
34306
34307 というコマンドがあります。
34308 \end_layout
34309
34310 \begin_layout Standard
34311 \begin_inset VSpace bigskip
34312 \end_inset
34313
34314 指定した幅や丈にボックスを伸縮させるには、
34315 \series bold
34316
34317 \backslash
34318 resizebox
34319 \series default
34320 を使用します。このコマンドの書式は
34321 \end_layout
34322
34323 \begin_layout Standard
34324
34325 \series bold
34326
34327 \backslash
34328 resizebox{幅}{丈}{ボックスの内容}
34329 \end_layout
34330
34331 \begin_layout Standard
34332 です。上記二つのコマンド引数のうち一つが感嘆符「
34333 \series bold
34334 !
34335 \series default
34336 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34337 \end_layout
34338
34339 \begin_layout Standard
34340
34341 \series bold
34342
34343 \backslash
34344 resizebox{2cm}{1cm}{こんにちは}
34345 \series default
34346 というコマンドの出力は、
34347 \begin_inset ERT
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351
34352
34353 \backslash
34354 resizebox{2cm}{1cm}{
34355 \end_layout
34356
34357 \end_inset
34358
34359 こんにちは
34360 \begin_inset ERT
34361 status collapsed
34362
34363 \begin_layout Plain Layout
34364
34365 }
34366 \end_layout
34367
34368 \end_inset
34369
34370 となり、
34371 \begin_inset Newline newline
34372 \end_inset
34373
34374
34375 \series bold
34376
34377 \backslash
34378 resizebox{2cm}{!}{こんにちは}
34379 \series default
34380 というコマンドの出力は、
34381 \begin_inset ERT
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385
34386
34387 \backslash
34388 resizebox{2cm}{!}{
34389 \end_layout
34390
34391 \end_inset
34392
34393 こんにちは
34394 \begin_inset ERT
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398
34399 }
34400 \end_layout
34401
34402 \end_inset
34403
34404 となります。
34405 \end_layout
34406
34407 \begin_layout Standard
34408 \begin_inset VSpace bigskip
34409 \end_inset
34410
34411
34412 \begin_inset Note Greyedout
34413 status open
34414
34415 \begin_layout Plain Layout
34416
34417 \series bold
34418 【註】
34419 \backslash
34420 scalebox
34421 \series default
34422
34423 \series bold
34424
34425 \backslash
34426 resizebox
34427 \series default
34428 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset VSpace bigskip
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Standard
34444 ボックスは好きな順序で組み合わせることができます。たとえば、
34445 \begin_inset Newline newline
34446 \end_inset
34447
34448
34449 \series bold
34450
34451 \backslash
34452 rotatebox[origin=c]{-45}{
34453 \backslash
34454 resizebox{2cm}{!}{
34455 \backslash
34456 reflectbox{こんにちは}}}
34457 \begin_inset Newline newline
34458 \end_inset
34459
34460
34461 \series default
34462 というコマンドは、
34463 \end_layout
34464
34465 \begin_layout Standard
34466 \align center
34467 \begin_inset ERT
34468 status collapsed
34469
34470 \begin_layout Plain Layout
34471
34472
34473 \backslash
34474 rotatebox[origin=c]{-45}{
34475 \backslash
34476 resizebox{2cm}{!}{
34477 \backslash
34478 reflectbox{
34479 \end_layout
34480
34481 \end_inset
34482
34483 こんにちは
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489 }}}
34490 \end_layout
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \begin_layout Standard
34498 \noindent
34499 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34500 \end_layout
34501
34502 \begin_layout Standard
34503 \align center
34504 \begin_inset ERT
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508
34509
34510 \backslash
34511 rotatebox[origin=c]{-30}{
34512 \backslash
34513 resizebox{2cm}{!}{
34514 \backslash
34515 reflectbox{
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \begin_inset Graphics
34522         filename ../clipart/platypus.eps
34523         lyxscale 50
34524         width 25col%
34525
34526 \end_inset
34527
34528
34529 \begin_inset ERT
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533
34534 }}}
34535 \end_layout
34536
34537 \end_inset
34538
34539
34540 \begin_inset ERT
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544
34545
34546 \backslash
34547 rotatebox[origin=c]{-45}{
34548 \backslash
34549 resizebox{2cm}{!}{
34550 \backslash
34551 reflectbox{
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \begin_inset Tabular
34558 <lyxtabular version="3" rows="2" columns="2">
34559 <features rotate="0" tabularvalignment="middle">
34560 <column alignment="center" valignment="top" width="0">
34561 <column alignment="center" valignment="top" width="0">
34562 <row>
34563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Plain Layout
34567 q
34568 \end_layout
34569
34570 \end_inset
34571 </cell>
34572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34573 \begin_inset Text
34574
34575 \begin_layout Plain Layout
34576 w
34577 \end_layout
34578
34579 \end_inset
34580 </cell>
34581 </row>
34582 <row>
34583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34584 \begin_inset Text
34585
34586 \begin_layout Plain Layout
34587 e
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Plain Layout
34596 r
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 </row>
34602 </lyxtabular>
34603
34604 \end_inset
34605
34606
34607 \begin_inset ERT
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611
34612 }}}
34613 \end_layout
34614
34615 \end_inset
34616
34617
34618 \begin_inset ERT
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622
34623
34624 \backslash
34625 rotatebox[origin=c]{-45}{
34626 \backslash
34627 resizebox{2cm}{!}{
34628 \backslash
34629 reflectbox{
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34636 \end_inset
34637
34638
34639 \begin_inset ERT
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643
34644 }}}
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \begin_inset Index idx
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 ず@図 ! のしんしゅく@---の伸縮
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \begin_inset Index idx
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Standard
34673 文書で大域的に数式様式
34674 \series bold
34675 fleqn
34676 \series default
34677 を使用している場合
34678 \begin_inset Foot
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34683 \end_layout
34684
34685 \end_inset
34686
34687 には、別行建て数式も伸縮させることができます。
34688 \end_layout
34689
34690 \begin_layout Chapter
34691
34692 \lang english
34693 Objects Surrounded by Text
34694 \begin_inset Index idx
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698
34699 \lang english
34700 Surrounded by text
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Section
34709 折返しフロート
34710 \begin_inset CommandInset label
34711 LatexCommand label
34712 name "sec:折返しフロート"
34713
34714 \end_inset
34715
34716
34717 \begin_inset Index idx
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \lang english
34728
34729 \begin_inset Index idx
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733
34734 \lang english
34735 Surrounded by text ! Wrap Floats
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \begin_layout Standard
34744 \begin_inset Wrap figure
34745 lines 0
34746 placement l
34747 overhang 1cm
34748 width "40col%"
34749 status open
34750
34751 \begin_layout Plain Layout
34752 \begin_inset Graphics
34753         filename ../clipart/mobius.eps
34754         width 40col%
34755         scaleBeforeRotation
34756         rotateOrigin center
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Plain Layout
34764 \begin_inset Caption Standard
34765
34766 \begin_layout Plain Layout
34767 \begin_inset CommandInset label
34768 LatexCommand label
34769 name "fig:折返し図フロート"
34770
34771 \end_inset
34772
34773 これは折返し図フロートです。
34774 \end_layout
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \end_inset
34782
34783 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34784 \series bold
34785 wrapfig
34786 \series default
34787
34788 \begin_inset Index idx
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34793 \end_layout
34794
34795 \end_inset
34796
34797 を導入済みであれば、
34798 \family sans
34799 挿入\SpecialChar \menuseparator
34800 フロート\SpecialChar \menuseparator
34801 折返し図フロート
34802 \family default
34803
34804 \family sans
34805 折返し表フロート
34806 \family default
34807 メニューで挿入することができます
34808 \begin_inset Foot
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34813 \end_layout
34814
34815 \end_inset
34816
34817 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34818 \family sans
34819 配置
34820 \family default
34821
34822 \family sans
34823
34824 \family default
34825 です。非必須項目として、
34826 \family sans
34827 ぶら下げ
34828 \family default
34829
34830 \family sans
34831 行幅
34832 \family default
34833 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34834 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34835 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34836 \begin_inset CommandInset ref
34837 LatexCommand ref
34838 reference "fig:折返し図フロート"
34839
34840 \end_inset
34841
34842 図は、40
34843 \begin_inset space \thinspace{}
34844 \end_inset
34845
34846 列幅%の幅と1
34847 \begin_inset space \thinspace{}
34848 \end_inset
34849
34850 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
34851 \begin_inset Foot
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 使うことのできる単位は付録
34856 \begin_inset CommandInset ref
34857 LatexCommand ref
34858 reference "cha:LyXで使用できる単位"
34859
34860 \end_inset
34861
34862 に収録してあります。
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 \begin_inset Note Greyedout
34872 status open
34873
34874 \begin_layout Plain Layout
34875
34876 \series bold
34877 【註】
34878 \series default
34879 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34880 上書きされて出力されたりします。
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Standard
34889 原則として、
34890 \end_layout
34891
34892 \begin_layout Itemize
34893 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34894 うになってから、正確な位置に挿入しなくてはなりません。
34895 \end_layout
34896
34897 \begin_layout Itemize
34898 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34899 \end_layout
34900
34901 \begin_layout Itemize
34902 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34903 \end_layout
34904
34905 \begin_layout Itemize
34906 折返しフロートは、節見出しや表中に入れることは認められていません。
34907 \end_layout
34908
34909 \begin_layout Itemize
34910
34911 \lang english
34912 Their numbering and referencing works as described in chap.
34913 \lang japanese
34914
34915 \begin_inset space \thinspace{}
34916 \end_inset
34917
34918
34919 \begin_inset CommandInset ref
34920 LatexCommand ref
34921 reference "chap:フロート"
34922
34923 \end_inset
34924
34925 .
34926 \end_layout
34927
34928 \begin_layout Section
34929
34930 \lang english
34931 Surrounded Fixed Objects
34932 \begin_inset Index idx
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936
34937 \lang english
34938 Surrounded by text ! Fixed objects
34939 \end_layout
34940
34941 \end_inset
34942
34943
34944 \end_layout
34945
34946 \begin_layout Standard
34947
34948 \lang english
34949 The wrap floats described in sec.
34950 \lang japanese
34951
34952 \begin_inset space \thinspace{}
34953 \end_inset
34954
34955
34956 \begin_inset CommandInset ref
34957 LatexCommand ref
34958 reference "sec:折返しフロート"
34959
34960 \end_inset
34961
34962  
34963 \lang english
34964 have these positions in the paragraph:
34965 \end_layout
34966
34967 \begin_layout Standard
34968 \noindent
34969 \align center
34970
34971 \lang english
34972 \begin_inset Tabular
34973 <lyxtabular version="3" rows="2" columns="2">
34974 <features rotate="0" tabularvalignment="middle">
34975 <column alignment="center" valignment="top" width="0">
34976 <column alignment="center" valignment="top" width="0">
34977 <row>
34978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34979 \begin_inset Text
34980
34981 \begin_layout Plain Layout
34982
34983 \lang english
34984 \begin_inset Graphics
34985         filename ../../images/dialog-show-new-inset_graphics.png
34986         scale 70
34987         scaleBeforeRotation
34988
34989 \end_inset
34990
34991
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000
35001 \lang english
35002 text
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 <row>
35009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013
35014 \lang english
35015 text
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024
35025 \lang english
35026 text
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 </lyxtabular>
35033
35034 \end_inset
35035
35036  or 
35037 \begin_inset Tabular
35038 <lyxtabular version="3" rows="2" columns="2">
35039 <features rotate="0" tabularvalignment="middle">
35040 <column alignment="center" valignment="top" width="0">
35041 <column alignment="center" valignment="top" width="0">
35042 <row>
35043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35044 \begin_inset Text
35045
35046 \begin_layout Plain Layout
35047
35048 \lang english
35049 text
35050 \end_layout
35051
35052 \end_inset
35053 </cell>
35054 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35055 \begin_inset Text
35056
35057 \begin_layout Plain Layout
35058
35059 \lang english
35060 \begin_inset Graphics
35061         filename ../../images/dialog-show-new-inset_graphics.png
35062         scale 70
35063         scaleBeforeRotation
35064
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 </row>
35073 <row>
35074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078
35079 \lang english
35080 text
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089
35090 \lang english
35091 text
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 </row>
35097 </lyxtabular>
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105
35106 \lang english
35107 To get an object exactly at the position where it is inserted, for example
35108  to get one of these positions:
35109 \begin_inset VSpace defskip
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Standard
35116 \noindent
35117 \align center
35118
35119 \lang english
35120 \begin_inset Tabular
35121 <lyxtabular version="3" rows="2" columns="2">
35122 <features rotate="0" tabularvalignment="middle">
35123 <column alignment="center" valignment="top" width="0">
35124 <column alignment="center" valignment="top" width="0">
35125 <row>
35126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130
35131 \lang english
35132 text
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141
35142 \lang english
35143 text
35144 \end_layout
35145
35146 \end_inset
35147 </cell>
35148 </row>
35149 <row>
35150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35151 \begin_inset Text
35152
35153 \begin_layout Plain Layout
35154
35155 \lang english
35156 \begin_inset Graphics
35157         filename ../../images/dialog-show-new-inset_graphics.png
35158         scale 70
35159         scaleBeforeRotation
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172
35173 \lang english
35174 text
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 </row>
35180 </lyxtabular>
35181
35182 \end_inset
35183
35184  
35185 \begin_inset Tabular
35186 <lyxtabular version="3" rows="2" columns="2">
35187 <features rotate="0" tabularvalignment="middle">
35188 <column alignment="center" valignment="top" width="0">
35189 <column alignment="center" valignment="top" width="0">
35190 <row>
35191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195
35196 \lang english
35197 text
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206
35207 \lang english
35208 text
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 </row>
35214 <row>
35215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219
35220 \lang english
35221 text
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35227 \begin_inset Text
35228
35229 \begin_layout Plain Layout
35230
35231 \lang english
35232 \begin_inset Graphics
35233         filename ../../images/dialog-show-new-inset_graphics.png
35234         scale 70
35235         scaleBeforeRotation
35236
35237 \end_inset
35238
35239
35240 \end_layout
35241
35242 \end_inset
35243 </cell>
35244 </row>
35245 </lyxtabular>
35246
35247 \end_inset
35248
35249  
35250 \begin_inset Tabular
35251 <lyxtabular version="3" rows="2" columns="3">
35252 <features rotate="0" tabularvalignment="middle">
35253 <column alignment="center" valignment="top" width="0">
35254 <column alignment="center" valignment="top" width="0">
35255 <column alignment="center" valignment="top" width="0">
35256 <row>
35257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Plain Layout
35261
35262 \lang english
35263 text
35264 \end_layout
35265
35266 \end_inset
35267 </cell>
35268 <cell alignment="center" valignment="top" topline="true" usebox="none">
35269 \begin_inset Text
35270
35271 \begin_layout Plain Layout
35272
35273 \lang english
35274 \begin_inset Graphics
35275         filename ../../images/dialog-show-new-inset_graphics.png
35276         scale 70
35277         scaleBeforeRotation
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35287 \begin_inset Text
35288
35289 \begin_layout Plain Layout
35290
35291 \lang english
35292 text
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 </row>
35298 <row>
35299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35300 \begin_inset Text
35301
35302 \begin_layout Plain Layout
35303
35304 \lang english
35305 text
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314
35315 \lang english
35316 text
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325
35326 \lang english
35327 text
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 </row>
35333 </lyxtabular>
35334
35335 \end_inset
35336
35337  
35338 \begin_inset Tabular
35339 <lyxtabular version="3" rows="2" columns="3">
35340 <features rotate="0" tabularvalignment="middle">
35341 <column alignment="center" valignment="top" width="0">
35342 <column alignment="center" valignment="top" width="0">
35343 <column alignment="center" valignment="top" width="0">
35344 <row>
35345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349
35350 \lang english
35351 text
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 <cell alignment="center" valignment="top" topline="true" usebox="none">
35357 \begin_inset Text
35358
35359 \begin_layout Plain Layout
35360
35361 \lang english
35362 text
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371
35372 \lang english
35373 text
35374 \end_layout
35375
35376 \end_inset
35377 </cell>
35378 </row>
35379 <row>
35380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384
35385 \lang english
35386 text
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395
35396 \lang english
35397 \begin_inset Graphics
35398         filename ../../images/dialog-show-new-inset_graphics.png
35399         scale 70
35400         scaleBeforeRotation
35401
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413
35414 \lang english
35415 text
35416 \end_layout
35417
35418 \end_inset
35419 </cell>
35420 </row>
35421 </lyxtabular>
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Standard
35429 \noindent
35430 \align center
35431
35432 \lang english
35433 \begin_inset Tabular
35434 <lyxtabular version="3" rows="3" columns="2">
35435 <features rotate="0" tabularvalignment="middle">
35436 <column alignment="center" valignment="top" width="0">
35437 <column alignment="center" valignment="top" width="0">
35438 <row>
35439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35440 \begin_inset Text
35441
35442 \begin_layout Plain Layout
35443
35444 \lang english
35445 text
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454
35455 \lang english
35456 text
35457 \end_layout
35458
35459 \end_inset
35460 </cell>
35461 </row>
35462 <row>
35463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35464 \begin_inset Text
35465
35466 \begin_layout Plain Layout
35467
35468 \lang english
35469 \begin_inset Graphics
35470         filename ../../images/dialog-show-new-inset_graphics.png
35471         scale 70
35472         scaleBeforeRotation
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \end_inset
35480 </cell>
35481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35482 \begin_inset Text
35483
35484 \begin_layout Plain Layout
35485
35486 \lang english
35487 text
35488 \end_layout
35489
35490 \end_inset
35491 </cell>
35492 </row>
35493 <row>
35494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Plain Layout
35498
35499 \lang english
35500 text
35501 \end_layout
35502
35503 \end_inset
35504 </cell>
35505 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35506 \begin_inset Text
35507
35508 \begin_layout Plain Layout
35509
35510 \lang english
35511 text
35512 \end_layout
35513
35514 \end_inset
35515 </cell>
35516 </row>
35517 </lyxtabular>
35518
35519 \end_inset
35520
35521  
35522 \begin_inset Tabular
35523 <lyxtabular version="3" rows="3" columns="3">
35524 <features rotate="0" tabularvalignment="middle">
35525 <column alignment="center" valignment="top" width="0">
35526 <column alignment="center" valignment="top" width="0">
35527 <column alignment="center" valignment="top" width="0">
35528 <row>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533
35534 \lang english
35535 text
35536 \end_layout
35537
35538 \end_inset
35539 </cell>
35540 <cell alignment="center" valignment="top" topline="true" usebox="none">
35541 \begin_inset Text
35542
35543 \begin_layout Plain Layout
35544
35545 \lang english
35546 text
35547 \end_layout
35548
35549 \end_inset
35550 </cell>
35551 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35552 \begin_inset Text
35553
35554 \begin_layout Plain Layout
35555
35556 \lang english
35557 text
35558 \end_layout
35559
35560 \end_inset
35561 </cell>
35562 </row>
35563 <row>
35564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35565 \begin_inset Text
35566
35567 \begin_layout Plain Layout
35568
35569 \lang english
35570 text
35571 \end_layout
35572
35573 \end_inset
35574 </cell>
35575 <cell alignment="center" valignment="top" usebox="none">
35576 \begin_inset Text
35577
35578 \begin_layout Plain Layout
35579
35580 \lang english
35581 \begin_inset Graphics
35582         filename ../../images/dialog-show-new-inset_graphics.png
35583         scale 70
35584         scaleBeforeRotation
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \end_inset
35592 </cell>
35593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35594 \begin_inset Text
35595
35596 \begin_layout Plain Layout
35597
35598 \lang english
35599 text
35600 \end_layout
35601
35602 \end_inset
35603 </cell>
35604 </row>
35605 <row>
35606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35607 \begin_inset Text
35608
35609 \begin_layout Plain Layout
35610
35611 \lang english
35612 text
35613 \end_layout
35614
35615 \end_inset
35616 </cell>
35617 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35618 \begin_inset Text
35619
35620 \begin_layout Plain Layout
35621
35622 \lang english
35623 text
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632
35633 \lang english
35634 text
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 </row>
35640 </lyxtabular>
35641
35642 \end_inset
35643
35644  
35645 \begin_inset Tabular
35646 <lyxtabular version="3" rows="3" columns="2">
35647 <features rotate="0" tabularvalignment="middle">
35648 <column alignment="center" valignment="top" width="0">
35649 <column alignment="center" valignment="top" width="0">
35650 <row>
35651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35652 \begin_inset Text
35653
35654 \begin_layout Plain Layout
35655
35656 \lang english
35657 text
35658 \end_layout
35659
35660 \end_inset
35661 </cell>
35662 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35663 \begin_inset Text
35664
35665 \begin_layout Plain Layout
35666
35667 \lang english
35668 text
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 </row>
35674 <row>
35675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35676 \begin_inset Text
35677
35678 \begin_layout Plain Layout
35679
35680 \lang english
35681 text
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35687 \begin_inset Text
35688
35689 \begin_layout Plain Layout
35690
35691 \lang english
35692 \begin_inset Graphics
35693         filename ../../images/dialog-show-new-inset_graphics.png
35694         scale 70
35695         scaleBeforeRotation
35696
35697 \end_inset
35698
35699
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 </row>
35705 <row>
35706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710
35711 \lang english
35712 text
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35718 \begin_inset Text
35719
35720 \begin_layout Plain Layout
35721
35722 \lang english
35723 text
35724 \end_layout
35725
35726 \end_inset
35727 </cell>
35728 </row>
35729 </lyxtabular>
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Standard
35737 \noindent
35738
35739 \lang english
35740 you can use the LaTeX-package
35741 \lang japanese
35742  
35743 \series bold
35744 picinpar
35745 \series default
35746
35747 \begin_inset Index idx
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35752 \end_layout
35753
35754 \end_inset
35755
35756 .
35757  
35758 \lang english
35759 Here is an example
35760 \lang japanese
35761 :
35762 \end_layout
35763
35764 \begin_layout Standard
35765 \begin_inset ERT
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769
35770
35771 \backslash
35772 ifpicinpar
35773 \end_layout
35774
35775 \end_inset
35776
35777
35778 \begin_inset Note Note
35779 status open
35780
35781 \begin_layout Plain Layout
35782 以下の部分は、LaTeXパッケージ
35783 \series bold
35784 picinpar
35785 \series default
35786 が導入されているときのみ表示されます。
35787 \end_layout
35788
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \begin_layout Standard
35795 \begin_inset ERT
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799
35800
35801 \backslash
35802 begin{window}[2,c,{
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \begin_inset Graphics
35809         filename ../clipart/mobius.eps
35810         lyxscale 60
35811         width 40col%
35812         scaleBeforeRotation
35813         rotateOrigin center
35814
35815 \end_inset
35816
35817
35818 \begin_inset ERT
35819 status collapsed
35820
35821 \begin_layout Plain Layout
35822
35823 },]
35824 \end_layout
35825
35826 \begin_layout Plain Layout
35827
35828 {}
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \size small
35835 \lang english
35836 It was in the spring of the year 1894 that all London was interested, and
35837  the fashionable world dismayed, by the murder of the Honourable Ronald
35838  Adair under most unusual and inexplicable circumstances.
35839  The public has already learned those particulars of the crime which
35840 \size default
35841
35842 \begin_inset ERT
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847
35848 \backslash
35849 footnotemark{}
35850 \end_layout
35851
35852 \end_inset
35853
35854
35855 \size small
35856  came out in the police investigation, but a good deal was suppressed upon
35857  that occasion, since the case for the prosecution was so overwhelmingly
35858  strong that it was not necessary to bring forward all the facts.
35859  Only now, at the end of nearly ten years, am I allowed to supply those
35860  missing links which make up the whole of that remarkable chain
35861 \lang japanese
35862 .
35863 \size default
35864
35865 \begin_inset ERT
35866 status collapsed
35867
35868 \begin_layout Plain Layout
35869
35870
35871 \backslash
35872 end{window}
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \end_layout
35879
35880 \begin_layout Standard
35881
35882 \lang english
35883 \begin_inset ERT
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887
35888
35889 \backslash
35890 footnotetext{
35891 \end_layout
35892
35893 \end_inset
35894
35895 Footnote of the paragraph with the fixed object.
35896 \begin_inset ERT
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900
35901 }
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \end_layout
35908
35909 \begin_layout Standard
35910
35911 \lang english
35912 Surrounded fixed objects are used to let text float around them, at which
35913  the object's position in the paragraph can be determined by the number
35914  of lines above it.
35915  In contrary to floats is it not possible to have a numbered caption.
35916 \end_layout
35917
35918 \begin_layout Standard
35919
35920 \lang english
35921 A fixed object is inserted by adding the command
35922 \end_layout
35923
35924 \begin_layout Standard
35925
35926 \series bold
35927
35928 \backslash
35929 begin{window}[2,c,{
35930 \end_layout
35931
35932 \begin_layout Standard
35933
35934 \lang english
35935 as TeX Code at the beginning of the paragraph.
35936  The first parameter in the bracket, here '2', defines the number of lines
35937  above the object, the second, here 'c', the position of the object.
35938  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
35939  Behind the command you insert the object.
35940  In this example an image with a width of 40
35941 \begin_inset space \thinspace{}
35942 \end_inset
35943
35944 % of the text column width was inserted.
35945  The object can also be a table, a box or an equation.
35946  Behind the object the command
35947 \end_layout
35948
35949 \begin_layout Standard
35950
35951 \series bold
35952 },description text]
35953 \begin_inset Newline newline
35954 \end_inset
35955
35956 {}
35957 \end_layout
35958
35959 \begin_layout Standard
35960
35961 \lang english
35962 is inserted.
35963  Note that the 
35964 \begin_inset Quotes eld
35965 \end_inset
35966
35967
35968 \series bold
35969 {}
35970 \series default
35971
35972 \begin_inset Quotes erd
35973 \end_inset
35974
35975  is in the second line.
35976  The description text is optional.
35977  The text surrounding the object must be in the same paragraph as the object,
35978  so it must begin directly after the 
35979 \series bold
35980 {}
35981 \series default
35982 .
35983  At the end of the paragraph insert the command:
35984 \end_layout
35985
35986 \begin_layout Standard
35987
35988 \series bold
35989
35990 \backslash
35991 end{window}
35992 \end_layout
35993
35994 \begin_layout Standard
35995
35996 \lang english
35997 Within a paragraph with a fixed object, you cannot insert footnotes in the
35998  normal way.
35999  You have to use instead the command 
36000 \series bold
36001
36002 \backslash
36003 footnotemark
36004 \series default
36005  inside the paragraph and outside the command 
36006 \series bold
36007
36008 \backslash
36009 footnotetext
36010 \series default
36011  as described in sec.
36012 \lang japanese
36013
36014 \begin_inset space \thinspace{}
36015 \end_inset
36016
36017
36018 \begin_inset CommandInset ref
36019 LatexCommand ref
36020 reference "sec:脚注"
36021
36022 \end_inset
36023
36024 .
36025 \end_layout
36026
36027 \begin_layout Standard
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033
36034 \backslash
36035 else
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \begin_inset Note Note
36042 status open
36043
36044 \begin_layout Plain Layout
36045 以下の部分は、LaTeXパッケージ
36046 \series bold
36047 picinpar
36048 \series default
36049 が導入されていないときのみ表示されます。
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \begin_layout Standard
36058 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36059 \series bold
36060 picinpar
36061 \series default
36062 を導入する必要があります。
36063 \end_layout
36064
36065 \begin_layout Standard
36066 \begin_inset ERT
36067 status collapsed
36068
36069 \begin_layout Plain Layout
36070
36071
36072 \backslash
36073 fi
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Section
36082
36083 \lang english
36084 Initials
36085 \begin_inset Index idx
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089
36090 \lang english
36091 Initials
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \begin_inset Index idx
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101
36102 \lang english
36103 Surrounded by text ! Initials
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \begin_layout Standard
36112
36113 \lang english
36114 To use initials, you must have the LaTeX package
36115 \lang japanese
36116  
36117 \series bold
36118 lettrine
36119 \series default
36120
36121 \begin_inset Index idx
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
36126 \end_layout
36127
36128 \end_inset
36129
36130  
36131 \lang english
36132 installed and use the module 
36133 \family sans
36134 Initials
36135 \family default
36136  in your document (menu 
36137 \family sans
36138 Document\SpecialChar \menuseparator
36139 Settings\SpecialChar \menuseparator
36140 Modules
36141 \family default
36142 ).
36143  To insert an initial, use the style 
36144 \family sans
36145 Initial
36146 \family default
36147 .
36148  This style has a mandatory and two optional arguments.
36149  The arguments are inserted via the 
36150 \family sans
36151 Insert
36152 \family default
36153  menu.
36154  The mandatory argument 
36155 \family sans
36156 Initial
36157 \family default
36158  contains the letter(s) that is the initial, the argument 
36159 \family sans
36160 Rest
36161 \begin_inset space ~
36162 \end_inset
36163
36164 of
36165 \begin_inset space ~
36166 \end_inset
36167
36168 Initial
36169 \family default
36170  contains the rest of the word or text of the initial letter(s).
36171  The argument 
36172 \family sans
36173 Options
36174 \family default
36175  contains parameters to modify the initial.
36176  For more information about the possible parameters see the documentation
36177  of
36178 \lang japanese
36179  
36180 \series bold
36181 lettrine
36182 \series default
36183
36184 \begin_inset CommandInset citation
36185 LatexCommand cite
36186 key "lettrine"
36187
36188 \end_inset
36189
36190 .
36191  
36192 \lang english
36193 The style itself contains the text that is surrounding the initial.
36194  The usual style is hereby that the word whose first letter is the initial,
36195  is printed with 
36196 \shape smallcaps
36197 small caps
36198 \shape default
36199 .
36200 \end_layout
36201
36202 \begin_layout Standard
36203
36204 \lang english
36205 Here are some examples:
36206 \end_layout
36207
36208 \begin_layout Standard
36209 \begin_inset ERT
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213
36214
36215 \backslash
36216 iflettrine
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \begin_inset Note Note
36223 status open
36224
36225 \begin_layout Plain Layout
36226 以下の部分は、LaTeXパッケージ
36227 \series bold
36228 lettrine
36229 \series default
36230 が導入されているときのみ表示されます。
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \end_layout
36237
36238 \begin_layout Enumerate
36239
36240 \lang english
36241 No optional argument, the initial is the letter 'I' in the math font 
36242 \begin_inset Formula $\mathfrak{Fraktur}$
36243 \end_inset
36244
36245 :
36246 \end_layout
36247
36248 \begin_deeper
36249 \begin_layout Initial
36250 \begin_inset Argument 2
36251 status open
36252
36253 \begin_layout Plain Layout
36254 \begin_inset Formula $\mathfrak{I}$
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \end_inset
36261
36262
36263 \begin_inset Argument 3
36264 status open
36265
36266 \begin_layout Plain Layout
36267 t
36268 \end_layout
36269
36270 \end_inset
36271
36272  
36273 \lang english
36274 was in the spring of the year 1894 that all London was interested, and the
36275  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36276  under most unusual and inexplicable circumstances.
36277  The public has already learned those particulars of the crime which came
36278  out in the police investigation, but a good deal was suppressed upon that
36279  occasion, since the case for the prosecution was so overwhelmingly strong
36280  that it was not necessary to bring forward all the facts.
36281 \begin_inset Newpage newpage
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \end_deeper
36288 \begin_layout Enumerate
36289
36290 \lang english
36291 Only one line is surrounding the initial, which is formed by two letters
36292  in standard font and no text is printed in small caps:
36293 \end_layout
36294
36295 \begin_deeper
36296 \begin_layout Initial
36297 \begin_inset Argument 1
36298 status open
36299
36300 \begin_layout Plain Layout
36301 lines=1
36302 \end_layout
36303
36304 \end_inset
36305
36306
36307 \begin_inset Argument 2
36308 status open
36309
36310 \begin_layout Plain Layout
36311 It
36312 \end_layout
36313
36314 \end_inset
36315
36316  
36317 \lang english
36318 was in the spring of the year 1894 that all London was interested, and the
36319  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36320  under most unusual and inexplicable circumstances.
36321  The public has already learned those particulars of the crime which came
36322  out in the police investigation, but a good deal was suppressed upon that
36323  occasion, since the case for the prosecution was so overwhelmingly strong
36324  that it was not necessary to bring forward all the facts.
36325 \end_layout
36326
36327 \end_deeper
36328 \begin_layout Enumerate
36329
36330 \lang english
36331 Magenta, hanging initial over 3
36332 \begin_inset space ~
36333 \end_inset
36334
36335 lines in the math font 
36336 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36337 \end_inset
36338
36339 , the text 
36340 \begin_inset Quotes eld
36341 \end_inset
36342
36343 t was in the spring
36344 \begin_inset Quotes erd
36345 \end_inset
36346
36347  is in 
36348 \shape smallcaps
36349 small caps
36350 \shape default
36351 ; to color the initial, you must insert this command before the initial:
36352 \begin_inset Newline newline
36353 \end_inset
36354
36355
36356 \series bold
36357
36358 \backslash
36359 renewcommand{
36360 \backslash
36361 LettrineFontHook}{
36362 \backslash
36363 color{color}}
36364 \series default
36365
36366 \begin_inset Newline newline
36367 \end_inset
36368
36369 where the second 
36370 \emph on
36371 color
36372 \emph default
36373  can be 
36374 \begin_inset Quotes eld
36375 \end_inset
36376
36377 red
36378 \begin_inset Quotes erd
36379 \end_inset
36380
36381
36382 \begin_inset Quotes eld
36383 \end_inset
36384
36385 blue
36386 \begin_inset Quotes erd
36387 \end_inset
36388
36389
36390 \begin_inset Quotes eld
36391 \end_inset
36392
36393 green
36394 \begin_inset Quotes erd
36395 \end_inset
36396
36397
36398 \begin_inset Quotes eld
36399 \end_inset
36400
36401 yellow
36402 \begin_inset Quotes erd
36403 \end_inset
36404
36405
36406 \begin_inset Quotes eld
36407 \end_inset
36408
36409 cyan
36410 \begin_inset Quotes erd
36411 \end_inset
36412
36413
36414 \begin_inset Quotes eld
36415 \end_inset
36416
36417 magenta
36418 \begin_inset Quotes erd
36419 \end_inset
36420
36421
36422 \begin_inset Quotes eld
36423 \end_inset
36424
36425 black
36426 \begin_inset Quotes erd
36427 \end_inset
36428
36429  or 
36430 \begin_inset Quotes eld
36431 \end_inset
36432
36433 white
36434 \begin_inset Quotes erd
36435 \end_inset
36436
36437 , and add this command to the document preamble
36438 \lang japanese
36439 :
36440 \begin_inset Newline newline
36441 \end_inset
36442
36443
36444 \series bold
36445
36446 \backslash
36447 @ifundefined{textcolor}
36448 \begin_inset Newline newline
36449 \end_inset
36450
36451
36452 \begin_inset space ~
36453 \end_inset
36454
36455 {
36456 \backslash
36457 usepackage{color}}{}
36458 \end_layout
36459
36460 \begin_deeper
36461 \begin_layout Standard
36462 \begin_inset ERT
36463 status collapsed
36464
36465 \begin_layout Plain Layout
36466
36467
36468 \backslash
36469 renewcommand{
36470 \backslash
36471 LettrineFontHook}{
36472 \backslash
36473 color{magenta}}
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \lang english
36480
36481 \begin_inset Note Note
36482 status collapsed
36483
36484 \begin_layout Plain Layout
36485
36486 \lang english
36487 makes the initial magenta
36488 \end_layout
36489
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Initial
36496 \begin_inset Argument 1
36497 status open
36498
36499 \begin_layout Plain Layout
36500 lines=3, lhang=0.33, loversize=0.25
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \begin_inset Argument 2
36507 status open
36508
36509 \begin_layout Plain Layout
36510 \begin_inset Formula $\mathcal{I}$
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \end_inset
36517
36518
36519 \begin_inset Argument 3
36520 status open
36521
36522 \begin_layout Plain Layout
36523
36524 \lang english
36525 t was in the spring
36526 \end_layout
36527
36528 \end_inset
36529
36530  
36531 \lang english
36532 of the year 1894 that all London was interested, and the fashionable world
36533  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36534  and inexplicable circumstances.
36535  The public has already learned those particulars of the crime which came
36536  out in the police investigation, but a good deal was suppressed upon that
36537  occasion, since the case for the prosecution was so overwhelmingly strong
36538  that it was not necessary to bring forward all the facts.
36539 \end_layout
36540
36541 \end_deeper
36542 \begin_layout Standard
36543 \begin_inset ERT
36544 status collapsed
36545
36546 \begin_layout Plain Layout
36547
36548
36549 \backslash
36550 else
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \begin_inset Note Note
36557 status open
36558
36559 \begin_layout Plain Layout
36560 以下の部分は、LaTeXパッケージ
36561 \series bold
36562 lettrine
36563 \series default
36564 が導入されていないときのみ表示されます。
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Standard
36573 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36574 \series bold
36575 lettrine
36576 \series default
36577 を導入する必要があります。
36578 \end_layout
36579
36580 \begin_layout Standard
36581 \begin_inset ERT
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585
36586
36587 \backslash
36588 fi
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Chapter
36597 外部文書構成要素
36598 \begin_inset Index idx
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602 がいぶぶんしょこうせいようそ@外部文書構成要素
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \begin_layout Standard
36611
36612 \family sans
36613 挿入\SpecialChar \menuseparator
36614 ファイル
36615 \family default
36616 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36617 \end_layout
36618
36619 \begin_layout Description
36620 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36621 \end_layout
36622
36623 \begin_layout Description
36624 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36625 \end_layout
36626
36627 \begin_layout Description
36628 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36629 \end_layout
36630
36631 \begin_layout Description
36632 外部素材 様々な書式のファイル。
36633 \end_layout
36634
36635 \begin_layout Description
36636 子文書 LyXあるいはLaTeX文書。
36637 \end_layout
36638
36639 \begin_layout Section
36640 外部素材
36641 \begin_inset Index idx
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36646 \end_layout
36647
36648 \end_inset
36649
36650
36651 \end_layout
36652
36653 \begin_layout Standard
36654 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36655 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36656 \family sans
36657 操作性\SpecialChar \menuseparator
36658 表示
36659 \family default
36660 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36661 \end_layout
36662
36663 \begin_layout Standard
36664 外部素材は、
36665 \family sans
36666 挿入
36667 \family default
36668 \SpecialChar \menuseparator
36669
36670 \family sans
36671 ファイル
36672 \family default
36673 \SpecialChar \menuseparator
36674
36675 \family sans
36676 外部素材
36677 \family default
36678 メニューで開くことのできる
36679 \family sans
36680 外部素材
36681 \family default
36682 ダイアログから挿入することができます。目下、以下のファイル形式(
36683 \family sans
36684 ひな型
36685 \family default
36686 )が使用できます。
36687 \end_layout
36688
36689 \begin_layout Description
36690 チェス棋譜 このひな型は、
36691 \series bold
36692
36693 \begin_inset CommandInset href
36694 LatexCommand href
36695 name "XBoard"
36696 target "http://en.wikipedia.org/wiki/XBoard"
36697
36698 \end_inset
36699
36700
36701 \series default
36702 プログラムで作成されたチェス棋譜をサポートします。
36703 \end_layout
36704
36705 \begin_layout Description
36706 日付 これは、
36707 \emph on
36708 日-月-年
36709 \emph default
36710 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36711 \begin_inset External
36712         template Date
36713         filename .
36714
36715 \end_inset
36716
36717
36718 \begin_inset space ~
36719 \end_inset
36720
36721
36722 \begin_inset Note Note
36723 status collapsed
36724
36725 \begin_layout Plain Layout
36726 バグ4398が修正されたら、この保護空白は削除してください!
36727 \end_layout
36728
36729 \end_inset
36730
36731
36732 \begin_inset Newline newline
36733 \end_inset
36734
36735 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36736 \family sans
36737 挿入
36738 \family default
36739 \SpecialChar \menuseparator
36740 日付メニューを使用する方法で、他はLaTeXコマンドの
36741 \series bold
36742
36743 \backslash
36744 today
36745 \series default
36746 をTeXコードで使用する方法です。これらの各方法は、表
36747 \begin_inset CommandInset ref
36748 LatexCommand ref
36749 reference "tab:日付挿入方法"
36750
36751 \end_inset
36752
36753 に比較を掲載しておきます。
36754 \end_layout
36755
36756 \begin_layout Description
36757 Dia このひな型は、
36758 \series bold
36759
36760 \begin_inset CommandInset href
36761 LatexCommand href
36762 name "Dia"
36763 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"
36764
36765 \end_inset
36766
36767
36768 \series default
36769 プログラムで作成したダイアグラムをサポートします。
36770 \end_layout
36771
36772 \begin_layout Description
36773
36774 \lang english
36775 GnumericSpreadsheet With this template you can insert spreadsheets
36776 \begin_inset space \thinspace{}
36777 \end_inset
36778
36779 /
36780 \begin_inset space \thinspace{}
36781 \end_inset
36782
36783 tables in the format of 
36784 \series bold
36785
36786 \begin_inset CommandInset href
36787 LatexCommand href
36788 name "Gnumeric"
36789 target "http://ja.wikipedia.org/wiki/Gnumeric"
36790
36791 \end_inset
36792
36793
36794 \series default
36795
36796 \begin_inset CommandInset href
36797 LatexCommand href
36798 name "OpenDocument"
36799 target "http://ja.wikipedia.org/wiki/OpenDocument"
36800
36801 \end_inset
36802
36803
36804 \begin_inset CommandInset href
36805 LatexCommand href
36806 name "Microsoft Office XML"
36807 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36808
36809 \end_inset
36810
36811  and 
36812 \begin_inset CommandInset href
36813 LatexCommand href
36814 name "Office Open XML"
36815 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36816
36817 \end_inset
36818
36819 .
36820  For this feature LyX must have found the program 
36821 \family typewriter
36822 ssconvert
36823 \family default
36824  during its configuration.
36825  This program is part of Gnumeric, so that you must have Gnumeric installed,
36826  also if you don't have tables in the Gnumeric format.
36827  For examples and possible limitations have a look at LyX's example file
36828  
36829 \emph on
36830 spreadsheet.lyx
36831 \emph default
36832 .
36833 \end_layout
36834
36835 \begin_layout Description
36836 LilyPond このひな型は、
36837 \series bold
36838
36839 \begin_inset CommandInset href
36840 LatexCommand href
36841 name "LilyPond"
36842 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36843
36844 \end_inset
36845
36846
36847 \series default
36848 プログラムで作成した楽譜の組版に使用されます。
36849 \lang english
36850 For LyX's extended support for LilyPond have a look at LyX's example file
36851  
36852 \emph on
36853 lilypond.lyx
36854 \emph default
36855 .
36856 \end_layout
36857
36858 \begin_layout Description
36859 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36860 \family sans
36861 LaTeXとLyXオプション
36862 \family default
36863 タブ中の
36864 \family sans
36865 オプション
36866 \family default
36867 フィールドに
36868 \emph on
36869 pages
36870 \emph default
36871 オプションを指定してください。
36872 \lang english
36873 The argument of this option is a comma separated list, containing page numbers
36874  (insert as option 
36875 \series bold
36876 pages={3,5,6,8}
36877 \series default
36878 ), ranges of page numbers (
36879 \series bold
36880 pages={4-9}
36881 \series default
36882 ) or any combination.
36883  To insert empty pages use {}.
36884  E.
36885 \begin_inset space \thinspace{}
36886 \end_inset
36887
36888 g.
36889 \begin_inset space ~
36890 \end_inset
36891
36892
36893 \series bold
36894 pages={3,{},8-11,15}
36895 \series default
36896  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
36897  Page ranges are specified in the syntax 
36898 \emph on
36899 start
36900 \emph default
36901 -
36902 \emph on
36903 stop
36904 \emph default
36905 .
36906  This selects all pages from 
36907 \emph on
36908 start
36909 \emph default
36910  to 
36911 \emph on
36912 stop
36913 \emph default
36914 .
36915  Omitting 
36916 \emph on
36917 start
36918 \emph default
36919  defaults to the first page; omitting 
36920 \emph on
36921 stop
36922 \emph default
36923  defaults to the last page of the document.
36924  The last page can also be selected with the keyword 
36925 \series bold
36926 last
36927 \series default
36928 .
36929  (This is only permitted in a page range.) So 
36930 \series bold
36931 pages=-
36932 \series default
36933  will insert all pages of the document and 
36934 \series bold
36935 pages=last-1
36936 \series default
36937  will insert all pages in reverse order.
36938 \emph on
36939 \lang japanese
36940 pages
36941 \emph default
36942 オプションを指定しないと、PDFの最初のページのみが挿入されます。
36943 \begin_inset Newline newline
36944 \end_inset
36945
36946
36947 \lang english
36948 The option 
36949 \series bold
36950 noautoscale
36951 \series default
36952  inserts the pages with their original size, if this option is not given,
36953  the pages will be resized to fith the width of the page of your document.
36954  In the tab 
36955 \family sans
36956 Size and Rotation
36957 \family default
36958  you can specify the width and height of the input pages and their rotation.
36959  If another width than 100
36960 \begin_inset space \thinspace{}
36961 \end_inset
36962
36963 Scale% is used, the option 
36964 \series bold
36965 noautoscale
36966 \series default
36967  will be overwritten.
36968  For more info and possible options, have a look into the documentation
36969  of the LaTeX-package 
36970 \series bold
36971 pdfpages
36972 \series default
36973 \lang japanese
36974  
36975 \begin_inset CommandInset citation
36976 LatexCommand cite
36977 key "pdfpages"
36978
36979 \end_inset
36980
36981 .
36982 \begin_inset Index idx
36983 status collapsed
36984
36985 \begin_layout Plain Layout
36986 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
36987 \end_layout
36988
36989 \end_inset
36990
36991
36992 \begin_inset Newline newline
36993 \end_inset
36994
36995
36996 \lang english
36997 To use this template in a 
36998 \family sans
36999 Beamer
37000 \family default
37001  presentation you need to first insert an 
37002 \family sans
37003 EndFrame
37004 \family default
37005  environment and in a subsequent paragraph a TeX Code box containing the
37006  command 
37007 \series bold
37008
37009 \backslash
37010 setbeamertemplate{background canvas}{}
37011 \series default
37012 .
37013  Then you can insert as many paragraphs containing the PDFPages template
37014  as you wish.
37015  Behind the included PDF pages you can resume the Beamer presentation by
37016  beginning a new frame or by starting a new section.
37017  To avoid stray blank pages prior to the PDF pages, make sure to use the
37018  
37019 \family sans
37020 Default
37021 \family default
37022  alignment for the paragraph containing the template.
37023 \begin_inset Newline newline
37024 \end_inset
37025
37026 Here is an included PDF which is rotated by -5°:
37027 \lang japanese
37028  
37029 \begin_inset External
37030         template PDFPages
37031         filename ../clipart/Abstract.pdf
37032         extra LaTeX "noautoscale, pages=-"
37033         rotateAngle -5
37034         rotateOrigin bottomleft
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Description
37042 ラスターイメージ これはビットマップ画像に使用します。
37043 \family sans
37044 外部素材
37045 \family default
37046 ダイアログを使って入れる画像は、第
37047 \begin_inset CommandInset ref
37048 LatexCommand ref
37049 reference "sec:画像ダイアログ"
37050
37051 \end_inset
37052
37053 節にあるように
37054 \family sans
37055 画像
37056 \family default
37057 ダイアログを使って挿入される画像と同じように取り扱うことができます。
37058 \lang english
37059 The difference to the normal image input is that only raster images are
37060  allowed; that means that PDF and EPS-images are not supported
37061 \lang japanese
37062 .
37063  
37064 \lang english
37065 Here is an inserted raster image:
37066 \lang japanese
37067  
37068 \begin_inset External
37069         template RasterImage
37070         filename ../clipart/ToolbarEnvBox.png
37071
37072 \end_inset
37073
37074
37075 \end_layout
37076
37077 \begin_layout Description
37078 XFig このひな型は、
37079 \series bold
37080
37081 \begin_inset CommandInset href
37082 LatexCommand href
37083 name "Xfig"
37084 target "http://ja.wikipedia.org/wiki/Xfig"
37085
37086 \end_inset
37087
37088
37089 \series default
37090 プログラムで作成した画像をサポートします。
37091 \end_layout
37092
37093 \begin_layout Standard
37094 \begin_inset Float table
37095 placement !h
37096 wide false
37097 sideways false
37098 status open
37099
37100 \begin_layout Plain Layout
37101 \begin_inset Caption Standard
37102
37103 \begin_layout Plain Layout
37104 \begin_inset CommandInset label
37105 LatexCommand label
37106 name "tab:日付挿入方法"
37107
37108 \end_inset
37109
37110 日付の挿入方法の比較
37111 \end_layout
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \begin_layout Plain Layout
37119 \align center
37120 \begin_inset Tabular
37121 <lyxtabular version="3" rows="4" columns="4">
37122 <features rotate="0" tabularvalignment="middle">
37123 <column alignment="center" valignment="top" width="0">
37124 <column alignment="center" valignment="top" width="0">
37125 <column alignment="center" valignment="top" width="0">
37126 <column alignment="center" valignment="top" width="0">
37127 <row>
37128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 文書書式
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141
37142 \family sans
37143 外部素材\SpecialChar \menuseparator
37144 日付
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153
37154 \family sans
37155 挿入\SpecialChar \menuseparator
37156 日付
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165
37166 \series bold
37167
37168 \backslash
37169 today
37170 \series default
37171 コマンド
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 </row>
37177 <row>
37178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182 LyX
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout Plain Layout
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 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209 TeXコード差込枠として
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 </row>
37215 <row>
37216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37217 \begin_inset Text
37218
37219 \begin_layout Plain Layout
37220 LaTeX
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 日付として
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" rightline="true" usebox="none">
37244 \begin_inset Text
37245
37246 \begin_layout Plain Layout
37247 コマンドとして
37248 \end_layout
37249
37250 \end_inset
37251 </cell>
37252 </row>
37253 <row>
37254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258 DVI, PDF, PS
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 日付として
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 日付として
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 </lyxtabular>
37292
37293 \end_inset
37294
37295
37296 \end_layout
37297
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \begin_layout Standard
37304
37305 \family sans
37306 外部素材
37307 \family default
37308 ダイアログの
37309 \family sans
37310 ファイル
37311 \family default
37312 タブ中で
37313 \family sans
37314 下書き
37315 \family default
37316 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
37317 \begin_inset Newline newline
37318 \end_inset
37319
37320 LyX中での外部素材は、ダイアログ内の
37321 \family sans
37322 LaTeXとLyXのオプション
37323 \family default
37324 タブにある
37325 \family sans
37326 LyX内に表示
37327 \family default
37328 オプションの指定に従って、
37329 \begin_inset Graphics
37330         filename clipart/ExternalMaterialQt4.png
37331         scale 85
37332         scaleBeforeRotation
37333
37334 \end_inset
37335
37336 のようなボックスとして表示されるか、画像として表示されます。
37337 \end_layout
37338
37339 \begin_layout Standard
37340 取扱説明書
37341 \family sans
37342 \emph on
37343 カスタマイズ篇
37344 \family default
37345 \emph default
37346 には、自製のひな型を定義する方法が説明されています。
37347 \end_layout
37348
37349 \begin_layout Section
37350 子文書
37351 \begin_inset CommandInset label
37352 LatexCommand label
37353 name "sec:子文書"
37354
37355 \end_inset
37356
37357
37358 \begin_inset Index idx
37359 status collapsed
37360
37361 \begin_layout Plain Layout
37362 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \begin_inset Index idx
37369 status collapsed
37370
37371 \begin_layout Plain Layout
37372 ふぁいる@ファイル ! いんくるーど@インクルード
37373 \end_layout
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \begin_layout Standard
37381 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
37382 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
37383 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
37384 \end_layout
37385
37386 \begin_layout Standard
37387 親文書を開くことなく子文書で作業できるようにするには、子文書の
37388 \family sans
37389 文書
37390 \family default
37391 \SpecialChar \menuseparator
37392
37393 \family sans
37394 設定
37395 \family default
37396 \SpecialChar \menuseparator
37397
37398 \family sans
37399 文書クラス
37400 \family default
37401 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
37402 \end_layout
37403
37404 \begin_layout Standard
37405 取り込んだ文書は、LyX中で
37406 \begin_inset Graphics
37407         filename clipart/ChildDocumentQt4.png
37408         scale 85
37409         scaleBeforeRotation
37410
37411 \end_inset
37412
37413 のようなボックスとして表示されます。子文書を親文書に取り込むには、
37414 \family sans
37415 挿入
37416 \family default
37417 \SpecialChar \menuseparator
37418
37419 \family sans
37420 ファイル
37421 \family default
37422 \SpecialChar \menuseparator
37423
37424 \family sans
37425 子文書
37426 \family default
37427 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
37428 \end_layout
37429
37430 \begin_layout Description
37431 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
37432 \family sans
37433 子文書
37434 \family default
37435 ダイアログの
37436 \family sans
37437 編集
37438 \family default
37439 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
37440 \begin_inset Newline newline
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \begin_layout Standard
37447 以下は、
37448 \family sans
37449 Include
37450 \family default
37451 を使用して挿入した子文書です。 
37452 \begin_inset CommandInset include
37453 LatexCommand include
37454 filename "DummyDocument1.lyx"
37455
37456 \end_inset
37457
37458
37459 \end_layout
37460
37461 \begin_layout Standard
37462 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
37463 あります。取り込んだ文書のラベルは、第
37464 \begin_inset CommandInset ref
37465 LatexCommand ref
37466 reference "sub:外部文書の第1小節"
37467
37468 \end_inset
37469
37470 小節、のように参照することができます。
37471 \end_layout
37472
37473 \begin_layout Standard
37474 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
37475 は、新規頁から始まるように挿入され、改頁して終わります。
37476 \end_layout
37477
37478 \begin_layout Standard
37479 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
37480 \begin_inset Foot
37481 status open
37482
37483 \begin_layout Plain Layout
37484 派生枝は、LyX
37485 \emph on
37486 ユーザーの手引き
37487 \emph default
37488
37489 \emph on
37490 派生枝
37491 \emph default
37492 の節に説明されています。
37493 \end_layout
37494
37495 \end_inset
37496
37497 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
37498 \end_layout
37499
37500 \begin_layout Standard
37501 \begin_inset Note Greyedout
37502 status open
37503
37504 \begin_layout Plain Layout
37505
37506 \series bold
37507 【註】
37508 \series default
37509 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
37510 \series bold
37511
37512 \backslash
37513 includeonly
37514 \series default
37515 を使用することはできません。
37516 \end_layout
37517
37518 \end_inset
37519
37520
37521 \end_layout
37522
37523 \begin_layout Standard
37524 \begin_inset Note Greyedout
37525 status open
37526
37527 \begin_layout Plain Layout
37528
37529 \series bold
37530 【註】
37531 \series default
37532 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
37533 警告が発せられます。
37534 \end_layout
37535
37536 \end_inset
37537
37538
37539 \end_layout
37540
37541 \begin_layout Description
37542 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
37543 \end_layout
37544
37545 \begin_deeper
37546 \begin_layout Itemize
37547 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
37548 \end_layout
37549
37550 \begin_layout Itemize
37551 Inputファイルは、LyX設定の操作性
37552 \family sans
37553 \SpecialChar \menuseparator
37554 表示
37555 \family default
37556 の下にある
37557 \family sans
37558 画像を表示
37559 \family default
37560 を有効にすると、LyX中でプレビューすることができます。
37561 \end_layout
37562
37563 \begin_layout Itemize
37564 LaTeXコマンドの
37565 \series bold
37566
37567 \backslash
37568 includeonly
37569 \series default
37570 は使用することができません。
37571 \end_layout
37572
37573 \end_deeper
37574 \begin_layout Standard
37575 右は、
37576 \family sans
37577 Input
37578 \family default
37579 を使って挿入した子文書です。 
37580 \begin_inset CommandInset include
37581 LatexCommand input
37582 filename "DummyDocument2.lyx"
37583
37584 \end_inset
37585
37586
37587 \end_layout
37588
37589 \begin_layout Description
37590 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
37591 に用いられているコマンドは実行されません。
37592 \family sans
37593 出力の空白に印付けをする
37594 \family default
37595 オプションを有効にすると、ソースコード中のすべての空白文字に「
37596 \begin_inset ERT
37597 status collapsed
37598
37599 \begin_layout Plain Layout
37600
37601
37602 \backslash
37603 textvisiblespace 
37604 \end_layout
37605
37606 \end_inset
37607
37608 」文字を表示させることができます。
37609 \family sans
37610 挿入\SpecialChar \menuseparator
37611 ファイル\SpecialChar \menuseparator
37612 平文
37613 \family default
37614 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
37615 \end_layout
37616
37617 \begin_layout Standard
37618 以下は、verbatimとして挿入された子文書です。 
37619 \begin_inset CommandInset include
37620 LatexCommand verbatiminput
37621 filename "../DummyTextDocument.txt"
37622
37623 \end_inset
37624
37625
37626 \begin_inset VSpace bigskip
37627 \end_inset
37628
37629 以下は、
37630 \family sans
37631 出力の空白に印付けをする
37632 \family default
37633 オプションを指定して、verbatimとして挿入された子文書です。 
37634 \begin_inset CommandInset include
37635 LatexCommand verbatiminput*
37636 filename "../DummyTextDocument.txt"
37637
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \begin_layout Standard
37644 \begin_inset VSpace bigskip
37645 \end_inset
37646
37647
37648 \end_layout
37649
37650 \begin_layout Standard
37651 \begin_inset Note Greyedout
37652 status open
37653
37654 \begin_layout Plain Layout
37655
37656 \series bold
37657 【註】
37658 \series default
37659 上記の例でわかるように、
37660 \family sans
37661 verbatim
37662 \family default
37663 として取り込んだ文書の文章は、文書行の終わりで改行されません。
37664 \end_layout
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \begin_layout Standard
37672 \begin_inset Note Greyedout
37673 status open
37674
37675 \begin_layout Plain Layout
37676
37677 \series bold
37678 【訳註】
37679 \series default
37680 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37681 \end_layout
37682
37683 \end_inset
37684
37685
37686 \end_layout
37687
37688 \begin_layout Description
37689 プログラムリスト この型については、第
37690 \begin_inset CommandInset ref
37691 LatexCommand ref
37692 reference "cha:プログラムコードリスト"
37693
37694 \end_inset
37695
37696 章に説明されています。
37697 \end_layout
37698
37699 \begin_layout Standard
37700 \begin_inset Note Greyedout
37701 status open
37702
37703 \begin_layout Plain Layout
37704
37705 \series bold
37706 【註】
37707 \series default
37708 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37709 \end_layout
37710
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \begin_layout Chapter
37717 プログラムコードリスト
37718 \begin_inset CommandInset label
37719 LatexCommand label
37720 name "cha:プログラムコードリスト"
37721
37722 \end_inset
37723
37724
37725 \begin_inset Index idx
37726 status collapsed
37727
37728 \begin_layout Plain Layout
37729 りすと@リスト
37730 \end_layout
37731
37732 \end_inset
37733
37734
37735 \begin_inset Index idx
37736 status collapsed
37737
37738 \begin_layout Plain Layout
37739 ぷろぐらむこーど@プログラムコード
37740 \end_layout
37741
37742 \end_inset
37743
37744
37745 \begin_inset Index idx
37746 status collapsed
37747
37748 \begin_layout Plain Layout
37749 ふろーと@フロート ! りすと@リスト
37750 \end_layout
37751
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \begin_layout Standard
37758 プログラムコードを取り込んで組版するには、
37759 \family sans
37760 挿入
37761 \family default
37762 \SpecialChar \menuseparator
37763
37764 \family sans
37765 プログラムリスト
37766 \family default
37767 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37768 \series bold
37769 listings
37770 \series default
37771
37772 \begin_inset Index idx
37773 status collapsed
37774
37775 \begin_layout Plain Layout
37776 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37777 \end_layout
37778
37779 \end_inset
37780
37781 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37782 \end_layout
37783
37784 \begin_layout Standard
37785 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37786 \end_layout
37787
37788 \begin_layout Standard
37789 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37790 \family sans
37791 行内リスト
37792 \family default
37793 を指定すると、リストは
37794 \begin_inset listings
37795 lstparams "language={C++}"
37796 inline true
37797 status collapsed
37798
37799 \begin_layout Plain Layout
37800
37801 int a=5;
37802 \end_layout
37803
37804 \end_inset
37805
37806 のように行内に印字されます。
37807 \begin_inset Newline newline
37808 \end_inset
37809
37810
37811 \family sans
37812 フロート
37813 \family default
37814 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37815 \begin_inset CommandInset ref
37816 LatexCommand ref
37817 reference "sec:フロートの配置"
37818
37819 \end_inset
37820
37821 節に説明されているフロート配置オプションに従って、「
37822 \family sans
37823 h
37824 \family default
37825 」「
37826 \family sans
37827 t
37828 \family default
37829 」「
37830 \family sans
37831 b
37832 \family default
37833 」「
37834 \family sans
37835 p
37836 \family default
37837 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37838 \family sans
37839 htbp
37840 \family default
37841 」のように区切りを入れることなく入力することができます。「
37842 \family sans
37843 h
37844 \family default
37845 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37846 \family sans
37847 フロート
37848 \family default
37849 オプションを使用しなければ大丈夫です。
37850 \end_layout
37851
37852 \begin_layout Standard
37853
37854 \family sans
37855 挿入
37856 \family default
37857 \SpecialChar \menuseparator
37858
37859 \family sans
37860 キャプション
37861 \family default
37862 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37863 \begin_inset CommandInset ref
37864 LatexCommand ref
37865 reference "lst:リストフロート"
37866
37867 \end_inset
37868
37869 のように参照することができます。
37870 \end_layout
37871
37872 \begin_layout Standard
37873 \begin_inset listings
37874 lstparams "language=Python"
37875 inline false
37876 status open
37877
37878 \begin_layout Plain Layout
37879
37880 \begin_inset Caption Standard
37881
37882 \begin_layout Plain Layout
37883 \begin_inset CommandInset label
37884 LatexCommand label
37885 name "lst:リストフロート"
37886
37887 \end_inset
37888
37889 Example Listing Float
37890 \end_layout
37891
37892 \end_inset
37893
37894 # Example listing float
37895 \end_layout
37896
37897 \begin_layout Plain Layout
37898
37899 def func(param):
37900 \end_layout
37901
37902 \begin_layout Plain Layout
37903
37904     'this is a python function'
37905 \end_layout
37906
37907 \begin_layout Plain Layout
37908
37909     pass
37910 \end_layout
37911
37912 \end_inset
37913
37914
37915 \end_layout
37916
37917 \begin_layout Standard
37918 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37919 onのキーワード「def」が識別され、ボールド体で出力されます。
37920 \end_layout
37921
37922 \begin_layout Standard
37923 \begin_inset Note Greyedout
37924 status open
37925
37926 \begin_layout Plain Layout
37927
37928 \series bold
37929 【註】
37930 \series default
37931 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37932 \family typewriter
37933 typewriter
37934 \family default
37935 フォントがボールド体を提供していません。この場合には、
37936 \family sans
37937 文書
37938 \family default
37939 \SpecialChar \menuseparator
37940
37941 \family sans
37942 設定
37943 \family default
37944 \SpecialChar \menuseparator
37945
37946 \family sans
37947 フォント
37948 \family default
37949 メニューで別のフォントを選択してください(
37950 \emph on
37951 LuxiMono
37952 \emph default
37953
37954 \emph on
37955 BeraMono
37956 \emph default
37957
37958 \emph on
37959 Courier
37960 \emph default
37961 の各フォントはボールド体を提供します)。
37962 \end_layout
37963
37964 \end_inset
37965
37966
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 \end_layout
37980
37981 \end_inset
37982
37983
37984 \end_layout
37985
37986 \begin_layout Standard
37987 プログラムリストダイアログの
37988 \family sans
37989 行番号
37990 \family default
37991 のセクションでは、行番号の様式を指定することができます。
37992 \family sans
37993 行間
37994 \family default
37995 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37996 \end_layout
37997
37998 \begin_layout Standard
37999 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
38000 \family sans
38001 拡張文字コード表を使う
38002 \family default
38003 オプションを使用しなくてはなりません。
38004 \begin_inset Newline newline
38005 \end_inset
38006
38007 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38008 \begin_inset space \thinspace{}
38009 \end_inset
38010
38011 -
38012 \begin_inset space \thinspace{}
38013 \end_inset
38014
38015 8」で設定したプログラムリストの例です。
38016 \end_layout
38017
38018 \begin_layout Standard
38019 \begin_inset listings
38020 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38021 inline false
38022 status open
38023
38024 \begin_layout Plain Layout
38025
38026 def func(param):
38027 \end_layout
38028
38029 \begin_layout Plain Layout
38030
38031     'this is a python function'
38032 \end_layout
38033
38034 \begin_layout Plain Layout
38035
38036     pass
38037 \end_layout
38038
38039 \begin_layout Plain Layout
38040
38041 def func(param):
38042 \end_layout
38043
38044 \begin_layout Plain Layout
38045
38046 'This is a German word: Tschüß'
38047 \end_layout
38048
38049 \begin_layout Plain Layout
38050
38051 pass
38052 \end_layout
38053
38054 \begin_layout Plain Layout
38055
38056 def func(param):
38057 \end_layout
38058
38059 \begin_layout Plain Layout
38060
38061 'this is a python function'
38062 \end_layout
38063
38064 \begin_layout Plain Layout
38065
38066 pass
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \end_layout
38073
38074 \begin_layout Standard
38075 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
38076 \family sans
38077 タビュレータの大きさ
38078 \family default
38079 フィールドで指定することができます。
38080 \end_layout
38081
38082 \begin_layout Standard
38083 \begin_inset Note Greyedout
38084 status open
38085
38086 \begin_layout Plain Layout
38087
38088 \series bold
38089 【註】listings
38090 \series default
38091 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
38092 に振られているのはこのためです。
38093 \end_layout
38094
38095 \end_inset
38096
38097
38098 \end_layout
38099
38100 \begin_layout Standard
38101 \begin_inset VSpace bigskip
38102 \end_inset
38103
38104
38105 \end_layout
38106
38107 \begin_layout Standard
38108 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
38109 \family sans
38110 挿入
38111 \family default
38112 \SpecialChar \menuseparator
38113
38114 \family sans
38115 ファイル
38116 \family default
38117 \SpecialChar \menuseparator
38118
38119 \family sans
38120 子文書
38121 \family default
38122 メニューを使用して
38123 \family sans
38124 プログラムリスト
38125 \family default
38126 型を選択してください
38127 \begin_inset Foot
38128 status collapsed
38129
38130 \begin_layout Plain Layout
38131 他の子文書型については、第 section
38132 \begin_inset space ~
38133 \end_inset
38134
38135
38136 \begin_inset CommandInset ref
38137 LatexCommand ref
38138 reference "sec:子文書"
38139
38140 \end_inset
38141
38142 節に説明があります。
38143 \end_layout
38144
38145 \end_inset
38146
38147 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
38148 疑問符「?」を打鍵してください。
38149 \end_layout
38150
38151 \begin_layout Standard
38152 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
38153 \family sans
38154 挿入
38155 \family default
38156 \SpecialChar \menuseparator
38157
38158 \family sans
38159 相互参照
38160 \family default
38161 メニューを使って参照できるようになります。
38162 \end_layout
38163
38164 \begin_layout Standard
38165 プログラムリスト
38166 \begin_inset CommandInset ref
38167 LatexCommand ref
38168 reference "lst:file-listing"
38169
38170 \end_inset
38171
38172 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
38173 \end_layout
38174
38175 \begin_layout Standard
38176 \begin_inset CommandInset include
38177 LatexCommand lstinputlisting
38178 filename "EmbeddedObjects.lyx"
38179 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38180
38181 \end_inset
38182
38183
38184 \end_layout
38185
38186 \begin_layout Standard
38187 \begin_inset VSpace bigskip
38188 \end_inset
38189
38190
38191 \end_layout
38192
38193 \begin_layout Standard
38194 リストに数式を入れるには、以下のようにします。
38195 \end_layout
38196
38197 \begin_layout Enumerate
38198 リストダイアログを開き、
38199 \family sans
38200 詳細
38201 \family default
38202 タブのフィールド中に
38203 \begin_inset Newline newline
38204 \end_inset
38205
38206
38207 \family sans
38208 mathescape=true
38209 \family default
38210
38211 \begin_inset Newline newline
38212 \end_inset
38213
38214 と書き加えます。
38215 \end_layout
38216
38217 \begin_layout Enumerate
38218 リスト外で数式を作成します。
38219 \end_layout
38220
38221 \begin_layout Enumerate
38222 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38223 \begin_inset Info
38224 type  "shortcut"
38225 arg   "copy"
38226 \end_inset
38227
38228 )。
38229 \end_layout
38230
38231 \begin_layout Enumerate
38232 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38233 \begin_inset Info
38234 type  "shortcut"
38235 arg   "paste"
38236 \end_inset
38237
38238 )。
38239 \end_layout
38240
38241 \begin_layout Standard
38242 \begin_inset listings
38243 lstparams "language=Python,mathescape=true"
38244 inline false
38245 status open
38246
38247 \begin_layout Plain Layout
38248
38249 \begin_inset Caption Standard
38250
38251 \begin_layout Plain Layout
38252 Example Listing float containing a formula
38253 \end_layout
38254
38255 \end_inset
38256
38257 # Example listing float
38258 \end_layout
38259
38260 \begin_layout Plain Layout
38261
38262 def func(param):
38263 \end_layout
38264
38265 \begin_layout Plain Layout
38266
38267     # $
38268 \backslash
38269 prod_{n=1}^{
38270 \backslash
38271 infty}
38272 \backslash
38273 ,
38274 \backslash
38275 frac{1}{x^{2}}$
38276 \end_layout
38277
38278 \begin_layout Plain Layout
38279
38280     pass
38281 \end_layout
38282
38283 \end_inset
38284
38285
38286 \end_layout
38287
38288 \begin_layout Standard
38289 \begin_inset VSpace bigskip
38290 \end_inset
38291
38292
38293 \end_layout
38294
38295 \begin_layout Standard
38296 大域的なプログラムリストの設定は、
38297 \family sans
38298 文書
38299 \family default
38300 \SpecialChar \menuseparator
38301
38302 \family sans
38303 設定
38304 \family default
38305 \SpecialChar \menuseparator
38306
38307 \family sans
38308 リスト
38309 \family default
38310 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
38311 \family sans
38312 プログラムリスト設定
38313 \family default
38314 フィールドで疑問符「?」を打鍵してください。
38315 \end_layout
38316
38317 \begin_layout Standard
38318
38319 \series bold
38320 listings
38321 \series default
38322 パッケージについての詳しい情報については、取扱説明書
38323 \begin_inset CommandInset citation
38324 LatexCommand cite
38325 key "listings"
38326
38327 \end_inset
38328
38329 をご参照ください。.
38330 \end_layout
38331
38332 \begin_layout Standard
38333 \begin_inset Newpage newpage
38334 \end_inset
38335
38336
38337 \end_layout
38338
38339 \begin_layout Chapter
38340 \start_of_appendix
38341 LyXで使用できる単位
38342 \begin_inset Index idx
38343 status collapsed
38344
38345 \begin_layout Plain Layout
38346 たんい@単位
38347 \end_layout
38348
38349 \end_inset
38350
38351
38352 \begin_inset CommandInset label
38353 LatexCommand label
38354 name "cha:LyXで使用できる単位"
38355
38356 \end_inset
38357
38358
38359 \end_layout
38360
38361 \begin_layout Standard
38362 この文書で用いられる単位の理解のために、表
38363 \begin_inset CommandInset ref
38364 LatexCommand ref
38365 reference "tab:単位"
38366
38367 \end_inset
38368
38369 に、LyXで使うことのできる単位をまとめておきます。
38370 \end_layout
38371
38372 \begin_layout Standard
38373 \begin_inset Float table
38374 placement h
38375 wide false
38376 sideways false
38377 status open
38378
38379 \begin_layout Plain Layout
38380 \begin_inset Caption Standard
38381
38382 \begin_layout Plain Layout
38383 \begin_inset CommandInset label
38384 LatexCommand label
38385 name "tab:単位"
38386
38387 \end_inset
38388
38389 単位
38390 \end_layout
38391
38392 \end_inset
38393
38394
38395 \end_layout
38396
38397 \begin_layout Plain Layout
38398 \begin_inset VSpace medskip
38399 \end_inset
38400
38401
38402 \end_layout
38403
38404 \begin_layout Plain Layout
38405 \align center
38406 \begin_inset Tabular
38407 <lyxtabular version="3" rows="20" columns="2">
38408 <features rotate="0" tabularvalignment="middle">
38409 <column alignment="center" valignment="top" width="0">
38410 <column alignment="center" valignment="top" width="0">
38411 <row>
38412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38413 \begin_inset Text
38414
38415 \begin_layout Plain Layout
38416 単位
38417 \end_layout
38418
38419 \end_inset
38420 </cell>
38421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38422 \begin_inset Text
38423
38424 \begin_layout Plain Layout
38425 名称/摘要
38426 \end_layout
38427
38428 \end_inset
38429 </cell>
38430 </row>
38431 <row>
38432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38433 \begin_inset Text
38434
38435 \begin_layout Plain Layout
38436 mm
38437 \end_layout
38438
38439 \end_inset
38440 </cell>
38441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38442 \begin_inset Text
38443
38444 \begin_layout Plain Layout
38445 ミリメートル
38446 \end_layout
38447
38448 \end_inset
38449 </cell>
38450 </row>
38451 <row>
38452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38453 \begin_inset Text
38454
38455 \begin_layout Plain Layout
38456 cm
38457 \end_layout
38458
38459 \end_inset
38460 </cell>
38461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38462 \begin_inset Text
38463
38464 \begin_layout Plain Layout
38465 センチメートル
38466 \end_layout
38467
38468 \end_inset
38469 </cell>
38470 </row>
38471 <row>
38472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38473 \begin_inset Text
38474
38475 \begin_layout Plain Layout
38476 in
38477 \end_layout
38478
38479 \end_inset
38480 </cell>
38481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38482 \begin_inset Text
38483
38484 \begin_layout Plain Layout
38485 インチ
38486 \end_layout
38487
38488 \end_inset
38489 </cell>
38490 </row>
38491 <row>
38492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38493 \begin_inset Text
38494
38495 \begin_layout Plain Layout
38496 pt
38497 \end_layout
38498
38499 \end_inset
38500 </cell>
38501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38502 \begin_inset Text
38503
38504 \begin_layout Plain Layout
38505 ポイント (72.27
38506 \begin_inset Formula $\,$
38507 \end_inset
38508
38509 pt = 1
38510 \begin_inset Formula $\,$
38511 \end_inset
38512
38513 in)
38514 \end_layout
38515
38516 \end_inset
38517 </cell>
38518 </row>
38519 <row>
38520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38521 \begin_inset Text
38522
38523 \begin_layout Plain Layout
38524 pc
38525 \end_layout
38526
38527 \end_inset
38528 </cell>
38529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38530 \begin_inset Text
38531
38532 \begin_layout Plain Layout
38533 パイカ (1
38534 \begin_inset Formula $\,$
38535 \end_inset
38536
38537 pc = 12
38538 \begin_inset Formula $\,$
38539 \end_inset
38540
38541 pt)
38542 \end_layout
38543
38544 \end_inset
38545 </cell>
38546 </row>
38547 <row>
38548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38549 \begin_inset Text
38550
38551 \begin_layout Plain Layout
38552 sp
38553 \end_layout
38554
38555 \end_inset
38556 </cell>
38557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38558 \begin_inset Text
38559
38560 \begin_layout Plain Layout
38561 スケールポイント (65536
38562 \begin_inset Formula $\,$
38563 \end_inset
38564
38565 sp = 1
38566 \begin_inset Formula $\,$
38567 \end_inset
38568
38569 pt)
38570 \end_layout
38571
38572 \end_inset
38573 </cell>
38574 </row>
38575 <row>
38576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38577 \begin_inset Text
38578
38579 \begin_layout Plain Layout
38580 bp
38581 \end_layout
38582
38583 \end_inset
38584 </cell>
38585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38586 \begin_inset Text
38587
38588 \begin_layout Plain Layout
38589 ビッグポイント (72
38590 \begin_inset Formula $\,$
38591 \end_inset
38592
38593 bp = 1
38594 \begin_inset Formula $\,$
38595 \end_inset
38596
38597 in)
38598 \end_layout
38599
38600 \end_inset
38601 </cell>
38602 </row>
38603 <row>
38604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38605 \begin_inset Text
38606
38607 \begin_layout Plain Layout
38608 dd
38609 \end_layout
38610
38611 \end_inset
38612 </cell>
38613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38614 \begin_inset Text
38615
38616 \begin_layout Plain Layout
38617 ディドー (72
38618 \begin_inset Formula $\,$
38619 \end_inset
38620
38621 dd 
38622 \begin_inset Formula $\approx$
38623 \end_inset
38624
38625  37.6
38626 \begin_inset Formula $\,$
38627 \end_inset
38628
38629 mm)
38630 \end_layout
38631
38632 \end_inset
38633 </cell>
38634 </row>
38635 <row>
38636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38637 \begin_inset Text
38638
38639 \begin_layout Plain Layout
38640 cc
38641 \end_layout
38642
38643 \end_inset
38644 </cell>
38645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38646 \begin_inset Text
38647
38648 \begin_layout Plain Layout
38649 シセロ (1
38650 \begin_inset Formula $\,$
38651 \end_inset
38652
38653 cc = 12
38654 \begin_inset Formula $\,$
38655 \end_inset
38656
38657 dd)
38658 \end_layout
38659
38660 \end_inset
38661 </cell>
38662 </row>
38663 <row>
38664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38665 \begin_inset Text
38666
38667 \begin_layout Plain Layout
38668 Scale%
38669 \end_layout
38670
38671 \end_inset
38672 </cell>
38673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38674 \begin_inset Text
38675
38676 \begin_layout Plain Layout
38677 元の画像幅の%
38678 \end_layout
38679
38680 \end_inset
38681 </cell>
38682 </row>
38683 <row>
38684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38685 \begin_inset Text
38686
38687 \begin_layout Plain Layout
38688 text%
38689 \end_layout
38690
38691 \end_inset
38692 </cell>
38693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 テキスト幅の%
38698 \end_layout
38699
38700 \end_inset
38701 </cell>
38702 </row>
38703 <row>
38704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 col%
38709 \end_layout
38710
38711 \end_inset
38712 </cell>
38713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38714 \begin_inset Text
38715
38716 \begin_layout Plain Layout
38717 組段幅の%
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 </row>
38723 <row>
38724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38725 \begin_inset Text
38726
38727 \begin_layout Plain Layout
38728 page%
38729 \end_layout
38730
38731 \end_inset
38732 </cell>
38733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38734 \begin_inset Text
38735
38736 \begin_layout Plain Layout
38737 用紙幅の%
38738 \end_layout
38739
38740 \end_inset
38741 </cell>
38742 </row>
38743 <row>
38744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38745 \begin_inset Text
38746
38747 \begin_layout Plain Layout
38748 line%
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38754 \begin_inset Text
38755
38756 \begin_layout Plain Layout
38757 行幅の%
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 </row>
38763 <row>
38764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Plain Layout
38768 theight%
38769 \end_layout
38770
38771 \end_inset
38772 </cell>
38773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38774 \begin_inset Text
38775
38776 \begin_layout Plain Layout
38777 テキスト高さの%
38778 \end_layout
38779
38780 \end_inset
38781 </cell>
38782 </row>
38783 <row>
38784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 pheight%
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38794 \begin_inset Text
38795
38796 \begin_layout Plain Layout
38797 用紙高さの%
38798 \end_layout
38799
38800 \end_inset
38801 </cell>
38802 </row>
38803 <row>
38804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38805 \begin_inset Text
38806
38807 \begin_layout Plain Layout
38808 ex
38809 \end_layout
38810
38811 \end_inset
38812 </cell>
38813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38814 \begin_inset Text
38815
38816 \begin_layout Plain Layout
38817 現在のフォントの文字「x」の高さ
38818 \end_layout
38819
38820 \end_inset
38821 </cell>
38822 </row>
38823 <row>
38824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38825 \begin_inset Text
38826
38827 \begin_layout Plain Layout
38828 em
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837 現在のフォントの文字「M」の幅
38838 \end_layout
38839
38840 \end_inset
38841 </cell>
38842 </row>
38843 <row>
38844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38845 \begin_inset Text
38846
38847 \begin_layout Plain Layout
38848 mu
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 数式単位 (1
38858 \begin_inset Formula $\,$
38859 \end_inset
38860
38861 mu = 1/18
38862 \begin_inset Formula $\,$
38863 \end_inset
38864
38865 em)
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 </row>
38871 </lyxtabular>
38872
38873 \end_inset
38874
38875
38876 \end_layout
38877
38878 \end_inset
38879
38880
38881 \end_layout
38882
38883 \begin_layout Chapter
38884 画像を含む場合のファイル出力形式
38885 \begin_inset CommandInset label
38886 LatexCommand label
38887 name "cha:ファイル出力形式"
38888
38889 \end_inset
38890
38891
38892 \end_layout
38893
38894 \begin_layout Section
38895 DVI
38896 \begin_inset Index idx
38897 status collapsed
38898
38899 \begin_layout Plain Layout
38900 ふぁいるしょしき@ファイル書式 ! DVI
38901 \end_layout
38902
38903 \end_inset
38904
38905
38906 \begin_inset Index idx
38907 status collapsed
38908
38909 \begin_layout Plain Layout
38910 DVI|see
38911 \begin_inset ERT
38912 status collapsed
38913
38914 \begin_layout Plain Layout
38915
38916 {
38917 \end_layout
38918
38919 \end_inset
38920
38921 ファイル書式
38922 \begin_inset ERT
38923 status collapsed
38924
38925 \begin_layout Plain Layout
38926
38927 }
38928 \end_layout
38929
38930 \end_inset
38931
38932
38933 \end_layout
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \begin_layout Standard
38941 このファイル型の拡張子は「
38942 \family typewriter
38943 .dvi
38944 \family default
38945 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38946 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38947 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38948 \end_layout
38949
38950 \begin_layout Standard
38951 \begin_inset Note Greyedout
38952 status open
38953
38954 \begin_layout Plain Layout
38955 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38956 \end_layout
38957
38958 \end_inset
38959
38960 ですから、お使いの
38961 \family typewriter
38962 .dvi
38963 \family default
38964 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38965 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38966 DFを使用することをお勧めします。
38967 \end_layout
38968
38969 \begin_layout Standard
38970 使用中の文書は、
38971 \family sans
38972 ファイル
38973 \family default
38974 \SpecialChar \menuseparator
38975
38976 \family sans
38977 書き出し
38978 \family default
38979 \SpecialChar \menuseparator
38980
38981 \family sans
38982 DVI
38983 \family default
38984 メニューを使用して、DVIに書き出すことができます。
38985 \lang english
38986 You can view your document as DVI via the 
38987 \family sans
38988 View
38989 \family default
38990  menu.
38991 \end_layout
38992
38993 \begin_layout Section
38994 PostScript
38995 \begin_inset CommandInset label
38996 LatexCommand label
38997 name "sec:PostScript"
38998
38999 \end_inset
39000
39001
39002 \begin_inset Index idx
39003 status collapsed
39004
39005 \begin_layout Plain Layout
39006 ふぁいるしょしき@ファイル書式 ! PostScript
39007 \end_layout
39008
39009 \end_inset
39010
39011
39012 \begin_inset Index idx
39013 status collapsed
39014
39015 \begin_layout Plain Layout
39016 PostScript|see
39017 \begin_inset ERT
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021
39022 {
39023 \end_layout
39024
39025 \end_inset
39026
39027 ファイル書式
39028 \begin_inset ERT
39029 status collapsed
39030
39031 \begin_layout Plain Layout
39032
39033 }
39034 \end_layout
39035
39036 \end_inset
39037
39038
39039 \end_layout
39040
39041 \end_inset
39042
39043
39044 \end_layout
39045
39046 \begin_layout Standard
39047 このファイル型の拡張子は「
39048 \family typewriter
39049 .ps
39050 \family default
39051 」です。PostScriptは、
39052 \family typewriter
39053 Adobe
39054 \family default
39055 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
39056 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
39057 \begin_inset Foot
39058 status collapsed
39059
39060 \begin_layout Plain Layout
39061 これについてもう少し学ぶ気があれば、LaTeXパッケージ
39062 \series bold
39063 PSTricks
39064 \series default
39065
39066 \begin_inset CommandInset citation
39067 LatexCommand cite
39068 key "pstricks"
39069
39070 \end_inset
39071
39072 を見てみてください。
39073 \end_layout
39074
39075 \end_inset
39076
39077 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
39078 \end_layout
39079
39080 \begin_layout Standard
39081 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
39082 \family typewriter
39083 .eps
39084 \family default
39085 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
39086 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
39087 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
39088 を直接EPSとして入れておく方がよいでしょう。
39089 \end_layout
39090
39091 \begin_layout Standard
39092
39093 \lang english
39094 You can export your document to PostScript using the menu 
39095 \family sans
39096 \lang japanese
39097 ファイル
39098 \family default
39099 \SpecialChar \menuseparator
39100
39101 \family sans
39102 書き出し
39103 \family default
39104 \SpecialChar \menuseparator
39105
39106 \family sans
39107 Postscript
39108 \family default
39109 \lang english
39110 .
39111  You can view your document as PostScript via the 
39112 \family sans
39113 View
39114 \family default
39115  menu.
39116 \end_layout
39117
39118 \begin_layout Section
39119 PDF
39120 \begin_inset Index idx
39121 status collapsed
39122
39123 \begin_layout Plain Layout
39124 ふぁいるしょしき@ファイル書式 ! PDF
39125 \end_layout
39126
39127 \end_inset
39128
39129
39130 \begin_inset Index idx
39131 status collapsed
39132
39133 \begin_layout Plain Layout
39134 PDF
39135 \end_layout
39136
39137 \end_inset
39138
39139
39140 \end_layout
39141
39142 \begin_layout Standard
39143 このファイル型の拡張子は「
39144 \family typewriter
39145 .pdf
39146 \family default
39147 」です。この「Portable Document Format (PDF)」は、
39148 \family typewriter
39149 Adobe
39150 \family default
39151 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
39152 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
39153 \end_layout
39154
39155 \begin_layout Standard
39156 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
39157 \family typewriter
39158 .jpg
39159 \family default
39160 」または「
39161 \family typewriter
39162 .jpeg
39163 \family default
39164 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
39165 \family typewriter
39166 .png
39167 \family default
39168 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
39169 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
39170 とをお勧めします。
39171 \end_layout
39172
39173 \begin_layout Standard
39174 使用中の文書は、
39175 \family sans
39176 ファイル
39177 \family default
39178 \SpecialChar \menuseparator
39179
39180 \family sans
39181 書き出し
39182 \family default
39183 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
39184 \end_layout
39185
39186 \begin_layout Description
39187 PDF
39188 \begin_inset space ~
39189 \end_inset
39190
39191 (ps2pdf) これは
39192 \family typewriter
39193 ps2pdf
39194 \family default
39195 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
39196 \family typewriter
39197 dvips
39198 \family default
39199 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
39200 \end_layout
39201
39202 \begin_layout Description
39203 PDF
39204 \begin_inset space ~
39205 \end_inset
39206
39207 (dvipdfm) これは
39208 \family typewriter
39209 dvipdfm
39210 \family default
39211 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
39212 \end_layout
39213
39214 \begin_layout Description
39215 PDF
39216 \begin_inset space ~
39217 \end_inset
39218
39219 (pdflatex) これは
39220 \family typewriter
39221 pdftex
39222 \family default
39223 プログラムを使って、現在のファイルを直接PDFに変換します。
39224 \end_layout
39225
39226 \begin_layout Standard
39227
39228 \family typewriter
39229 pdftex
39230 \family default
39231 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
39232 \family sans
39233 PDF
39234 \begin_inset space ~
39235 \end_inset
39236
39237 (pdflatex)
39238 \family default
39239 を使用することが推奨されます。
39240 \family typewriter
39241 dvipdfm
39242 \family default
39243 プログラムは開発が停止しており、若干時代遅れになっています。
39244 \end_layout
39245
39246 \begin_layout Standard
39247
39248 \lang english
39249 You can view your document as PDF via the 
39250 \family sans
39251 View
39252 \family default
39253  menu or by using a toolbar button.
39254 \end_layout
39255
39256 \begin_layout Chapter
39257
39258 \lang english
39259 List of dvips color names
39260 \begin_inset CommandInset label
39261 LatexCommand label
39262 name "chap:List-of-dvips-colornames"
39263
39264 \end_inset
39265
39266
39267 \end_layout
39268
39269 \begin_layout Standard
39270 \begin_inset Tabular
39271 <lyxtabular version="3" rows="17" columns="4">
39272 <features rotate="0" tabularvalignment="middle">
39273 <column alignment="left" valignment="top" width="0pt">
39274 <column alignment="left" valignment="top" width="0pt">
39275 <column alignment="left" valignment="top" width="0pt">
39276 <column alignment="left" valignment="top" width="0pt">
39277 <row>
39278 <cell alignment="left" valignment="top" usebox="none">
39279 \begin_inset Text
39280
39281 \begin_layout Plain Layout
39282 \begin_inset ERT
39283 status collapsed
39284
39285 \begin_layout Plain Layout
39286
39287
39288 \backslash
39289 fcolorbox{black}{
39290 \end_layout
39291
39292 \end_inset
39293
39294 white
39295 \begin_inset ERT
39296 status collapsed
39297
39298 \begin_layout Plain Layout
39299
39300 }{
39301 \end_layout
39302
39303 \end_inset
39304
39305
39306 \lang english
39307 Color
39308 \lang japanese
39309
39310 \begin_inset ERT
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314
39315 }
39316 \end_layout
39317
39318 \end_inset
39319
39320  
39321 \lang english
39322 Color name
39323 \end_layout
39324
39325 \end_inset
39326 </cell>
39327 <cell alignment="left" valignment="top" usebox="none">
39328 \begin_inset Text
39329
39330 \begin_layout Plain Layout
39331 \begin_inset ERT
39332 status collapsed
39333
39334 \begin_layout Plain Layout
39335
39336
39337 \backslash
39338 fcolorbox{black}{
39339 \end_layout
39340
39341 \end_inset
39342
39343 white
39344 \begin_inset ERT
39345 status collapsed
39346
39347 \begin_layout Plain Layout
39348
39349 }{
39350 \end_layout
39351
39352 \end_inset
39353
39354
39355 \lang english
39356 Color
39357 \lang japanese
39358
39359 \begin_inset ERT
39360 status collapsed
39361
39362 \begin_layout Plain Layout
39363
39364 }
39365 \end_layout
39366
39367 \end_inset
39368
39369  
39370 \lang english
39371 Color name
39372 \end_layout
39373
39374 \end_inset
39375 </cell>
39376 <cell alignment="left" valignment="top" usebox="none">
39377 \begin_inset Text
39378
39379 \begin_layout Plain Layout
39380 \begin_inset ERT
39381 status collapsed
39382
39383 \begin_layout Plain Layout
39384
39385
39386 \backslash
39387 fcolorbox{black}{
39388 \end_layout
39389
39390 \end_inset
39391
39392 white
39393 \begin_inset ERT
39394 status collapsed
39395
39396 \begin_layout Plain Layout
39397
39398 }{
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \lang english
39405 Color
39406 \lang japanese
39407
39408 \begin_inset ERT
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412
39413 }
39414 \end_layout
39415
39416 \end_inset
39417
39418  
39419 \lang english
39420 Color name
39421 \end_layout
39422
39423 \end_inset
39424 </cell>
39425 <cell alignment="left" valignment="top" usebox="none">
39426 \begin_inset Text
39427
39428 \begin_layout Plain Layout
39429 \begin_inset ERT
39430 status collapsed
39431
39432 \begin_layout Plain Layout
39433
39434
39435 \backslash
39436 fcolorbox{black}{
39437 \end_layout
39438
39439 \end_inset
39440
39441 white
39442 \begin_inset ERT
39443 status collapsed
39444
39445 \begin_layout Plain Layout
39446
39447 }{
39448 \end_layout
39449
39450 \end_inset
39451
39452
39453 \lang english
39454 Color
39455 \lang japanese
39456
39457 \begin_inset ERT
39458 status collapsed
39459
39460 \begin_layout Plain Layout
39461
39462 }
39463 \end_layout
39464
39465 \end_inset
39466
39467  
39468 \lang english
39469 Color name
39470 \end_layout
39471
39472 \end_inset
39473 </cell>
39474 </row>
39475 <row>
39476 <cell alignment="center" valignment="top" usebox="none">
39477 \begin_inset Text
39478
39479 \begin_layout Plain Layout
39480 \begin_inset ERT
39481 status collapsed
39482
39483 \begin_layout Plain Layout
39484
39485
39486 \backslash
39487 fcolorbox{black}{
39488 \end_layout
39489
39490 \end_inset
39491
39492 Apricot
39493 \begin_inset ERT
39494 status collapsed
39495
39496 \begin_layout Plain Layout
39497
39498 }{
39499 \end_layout
39500
39501 \end_inset
39502
39503
39504 \begin_inset Phantom Phantom
39505 status open
39506
39507 \begin_layout Plain Layout
39508 W
39509 \end_layout
39510
39511 \end_inset
39512
39513
39514 \begin_inset ERT
39515 status collapsed
39516
39517 \begin_layout Plain Layout
39518
39519 }
39520 \end_layout
39521
39522 \end_inset
39523
39524  Apricot
39525 \end_layout
39526
39527 \end_inset
39528 </cell>
39529 <cell alignment="center" valignment="top" usebox="none">
39530 \begin_inset Text
39531
39532 \begin_layout Plain Layout
39533 \begin_inset ERT
39534 status collapsed
39535
39536 \begin_layout Plain Layout
39537
39538
39539 \backslash
39540 fcolorbox{black}{
39541 \end_layout
39542
39543 \end_inset
39544
39545 Aquamarine
39546 \begin_inset ERT
39547 status collapsed
39548
39549 \begin_layout Plain Layout
39550
39551 }{
39552 \end_layout
39553
39554 \end_inset
39555
39556
39557 \begin_inset Phantom Phantom
39558 status open
39559
39560 \begin_layout Plain Layout
39561 W
39562 \end_layout
39563
39564 \end_inset
39565
39566
39567 \begin_inset ERT
39568 status collapsed
39569
39570 \begin_layout Plain Layout
39571
39572 }
39573 \end_layout
39574
39575 \end_inset
39576
39577  Aquamarine
39578 \end_layout
39579
39580 \end_inset
39581 </cell>
39582 <cell alignment="center" valignment="top" usebox="none">
39583 \begin_inset Text
39584
39585 \begin_layout Plain Layout
39586 \begin_inset ERT
39587 status collapsed
39588
39589 \begin_layout Plain Layout
39590
39591
39592 \backslash
39593 fcolorbox{black}{
39594 \end_layout
39595
39596 \end_inset
39597
39598 Bittersweet
39599 \begin_inset ERT
39600 status collapsed
39601
39602 \begin_layout Plain Layout
39603
39604 }{
39605 \end_layout
39606
39607 \end_inset
39608
39609
39610 \begin_inset Phantom Phantom
39611 status open
39612
39613 \begin_layout Plain Layout
39614 W
39615 \end_layout
39616
39617 \end_inset
39618
39619
39620 \begin_inset ERT
39621 status collapsed
39622
39623 \begin_layout Plain Layout
39624
39625 }
39626 \end_layout
39627
39628 \end_inset
39629
39630  Bittersweet
39631 \end_layout
39632
39633 \end_inset
39634 </cell>
39635 <cell alignment="center" valignment="top" usebox="none">
39636 \begin_inset Text
39637
39638 \begin_layout Plain Layout
39639 \begin_inset ERT
39640 status collapsed
39641
39642 \begin_layout Plain Layout
39643
39644
39645 \backslash
39646 fcolorbox{black}{
39647 \end_layout
39648
39649 \end_inset
39650
39651 BlueGreen
39652 \begin_inset ERT
39653 status collapsed
39654
39655 \begin_layout Plain Layout
39656
39657 }{
39658 \end_layout
39659
39660 \end_inset
39661
39662
39663 \begin_inset Phantom Phantom
39664 status open
39665
39666 \begin_layout Plain Layout
39667 W
39668 \end_layout
39669
39670 \end_inset
39671
39672
39673 \begin_inset ERT
39674 status collapsed
39675
39676 \begin_layout Plain Layout
39677
39678 }
39679 \end_layout
39680
39681 \end_inset
39682
39683  BlueGreen
39684 \end_layout
39685
39686 \end_inset
39687 </cell>
39688 </row>
39689 <row>
39690 <cell alignment="left" valignment="top" usebox="none">
39691 \begin_inset Text
39692
39693 \begin_layout Plain Layout
39694 \begin_inset ERT
39695 status collapsed
39696
39697 \begin_layout Plain Layout
39698
39699
39700 \backslash
39701 fcolorbox{black}{
39702 \end_layout
39703
39704 \end_inset
39705
39706 BlueViolet
39707 \begin_inset ERT
39708 status collapsed
39709
39710 \begin_layout Plain Layout
39711
39712 }{
39713 \end_layout
39714
39715 \end_inset
39716
39717
39718 \begin_inset Phantom Phantom
39719 status open
39720
39721 \begin_layout Plain Layout
39722 W
39723 \end_layout
39724
39725 \end_inset
39726
39727
39728 \begin_inset ERT
39729 status collapsed
39730
39731 \begin_layout Plain Layout
39732
39733 }
39734 \end_layout
39735
39736 \end_inset
39737
39738  BlueViolet
39739 \end_layout
39740
39741 \end_inset
39742 </cell>
39743 <cell alignment="left" valignment="top" usebox="none">
39744 \begin_inset Text
39745
39746 \begin_layout Plain Layout
39747 \begin_inset ERT
39748 status collapsed
39749
39750 \begin_layout Plain Layout
39751
39752
39753 \backslash
39754 fcolorbox{black}{
39755 \end_layout
39756
39757 \end_inset
39758
39759 BrickRed
39760 \begin_inset ERT
39761 status collapsed
39762
39763 \begin_layout Plain Layout
39764
39765 }{
39766 \end_layout
39767
39768 \end_inset
39769
39770
39771 \begin_inset Phantom Phantom
39772 status open
39773
39774 \begin_layout Plain Layout
39775 W
39776 \end_layout
39777
39778 \end_inset
39779
39780
39781 \begin_inset ERT
39782 status collapsed
39783
39784 \begin_layout Plain Layout
39785
39786 }
39787 \end_layout
39788
39789 \end_inset
39790
39791  BrickRed
39792 \end_layout
39793
39794 \end_inset
39795 </cell>
39796 <cell alignment="left" valignment="top" usebox="none">
39797 \begin_inset Text
39798
39799 \begin_layout Plain Layout
39800 \begin_inset ERT
39801 status collapsed
39802
39803 \begin_layout Plain Layout
39804
39805
39806 \backslash
39807 fcolorbox{black}{
39808 \end_layout
39809
39810 \end_inset
39811
39812 Brown
39813 \begin_inset ERT
39814 status collapsed
39815
39816 \begin_layout Plain Layout
39817
39818 }{
39819 \end_layout
39820
39821 \end_inset
39822
39823
39824 \begin_inset Phantom Phantom
39825 status open
39826
39827 \begin_layout Plain Layout
39828 W
39829 \end_layout
39830
39831 \end_inset
39832
39833
39834 \begin_inset ERT
39835 status collapsed
39836
39837 \begin_layout Plain Layout
39838
39839 }
39840 \end_layout
39841
39842 \end_inset
39843
39844  Brown
39845 \end_layout
39846
39847 \end_inset
39848 </cell>
39849 <cell alignment="left" valignment="top" usebox="none">
39850 \begin_inset Text
39851
39852 \begin_layout Plain Layout
39853 \begin_inset ERT
39854 status collapsed
39855
39856 \begin_layout Plain Layout
39857
39858
39859 \backslash
39860 fcolorbox{black}{
39861 \end_layout
39862
39863 \end_inset
39864
39865 BurntOrange
39866 \begin_inset ERT
39867 status collapsed
39868
39869 \begin_layout Plain Layout
39870
39871 }{
39872 \end_layout
39873
39874 \end_inset
39875
39876
39877 \begin_inset Phantom Phantom
39878 status open
39879
39880 \begin_layout Plain Layout
39881 W
39882 \end_layout
39883
39884 \end_inset
39885
39886
39887 \begin_inset ERT
39888 status collapsed
39889
39890 \begin_layout Plain Layout
39891
39892 }
39893 \end_layout
39894
39895 \end_inset
39896
39897  BurntOrange
39898 \end_layout
39899
39900 \end_inset
39901 </cell>
39902 </row>
39903 <row>
39904 <cell alignment="left" valignment="top" usebox="none">
39905 \begin_inset Text
39906
39907 \begin_layout Plain Layout
39908 \begin_inset ERT
39909 status collapsed
39910
39911 \begin_layout Plain Layout
39912
39913
39914 \backslash
39915 fcolorbox{black}{
39916 \end_layout
39917
39918 \end_inset
39919
39920 CadetBlue
39921 \begin_inset ERT
39922 status collapsed
39923
39924 \begin_layout Plain Layout
39925
39926 }{
39927 \end_layout
39928
39929 \end_inset
39930
39931
39932 \begin_inset Phantom Phantom
39933 status open
39934
39935 \begin_layout Plain Layout
39936 W
39937 \end_layout
39938
39939 \end_inset
39940
39941
39942 \begin_inset ERT
39943 status collapsed
39944
39945 \begin_layout Plain Layout
39946
39947 }
39948 \end_layout
39949
39950 \end_inset
39951
39952  CadetBlue
39953 \end_layout
39954
39955 \end_inset
39956 </cell>
39957 <cell alignment="left" valignment="top" usebox="none">
39958 \begin_inset Text
39959
39960 \begin_layout Plain Layout
39961 \begin_inset ERT
39962 status collapsed
39963
39964 \begin_layout Plain Layout
39965
39966
39967 \backslash
39968 fcolorbox{black}{
39969 \end_layout
39970
39971 \end_inset
39972
39973 CarnationPink
39974 \begin_inset ERT
39975 status collapsed
39976
39977 \begin_layout Plain Layout
39978
39979 }{
39980 \end_layout
39981
39982 \end_inset
39983
39984
39985 \begin_inset Phantom Phantom
39986 status open
39987
39988 \begin_layout Plain Layout
39989 W
39990 \end_layout
39991
39992 \end_inset
39993
39994
39995 \begin_inset ERT
39996 status collapsed
39997
39998 \begin_layout Plain Layout
39999
40000 }
40001 \end_layout
40002
40003 \end_inset
40004
40005  CarnationPink
40006 \end_layout
40007
40008 \end_inset
40009 </cell>
40010 <cell alignment="left" valignment="top" usebox="none">
40011 \begin_inset Text
40012
40013 \begin_layout Plain Layout
40014 \begin_inset ERT
40015 status collapsed
40016
40017 \begin_layout Plain Layout
40018
40019
40020 \backslash
40021 fcolorbox{black}{
40022 \end_layout
40023
40024 \end_inset
40025
40026 Cerulean
40027 \begin_inset ERT
40028 status collapsed
40029
40030 \begin_layout Plain Layout
40031
40032 }{
40033 \end_layout
40034
40035 \end_inset
40036
40037
40038 \begin_inset Phantom Phantom
40039 status open
40040
40041 \begin_layout Plain Layout
40042 W
40043 \end_layout
40044
40045 \end_inset
40046
40047
40048 \begin_inset ERT
40049 status collapsed
40050
40051 \begin_layout Plain Layout
40052
40053 }
40054 \end_layout
40055
40056 \end_inset
40057
40058  Cerulean
40059 \end_layout
40060
40061 \end_inset
40062 </cell>
40063 <cell alignment="left" valignment="top" usebox="none">
40064 \begin_inset Text
40065
40066 \begin_layout Plain Layout
40067 \begin_inset ERT
40068 status collapsed
40069
40070 \begin_layout Plain Layout
40071
40072
40073 \backslash
40074 fcolorbox{black}{
40075 \end_layout
40076
40077 \end_inset
40078
40079 CornflowerBlue
40080 \begin_inset ERT
40081 status collapsed
40082
40083 \begin_layout Plain Layout
40084
40085 }{
40086 \end_layout
40087
40088 \end_inset
40089
40090
40091 \begin_inset Phantom Phantom
40092 status open
40093
40094 \begin_layout Plain Layout
40095 W
40096 \end_layout
40097
40098 \end_inset
40099
40100
40101 \begin_inset ERT
40102 status collapsed
40103
40104 \begin_layout Plain Layout
40105
40106 }
40107 \end_layout
40108
40109 \end_inset
40110
40111  CornflowerBlue
40112 \end_layout
40113
40114 \end_inset
40115 </cell>
40116 </row>
40117 <row>
40118 <cell alignment="left" valignment="top" usebox="none">
40119 \begin_inset Text
40120
40121 \begin_layout Plain Layout
40122 \begin_inset ERT
40123 status collapsed
40124
40125 \begin_layout Plain Layout
40126
40127
40128 \backslash
40129 fcolorbox{black}{
40130 \end_layout
40131
40132 \end_inset
40133
40134 Dandelion
40135 \begin_inset ERT
40136 status collapsed
40137
40138 \begin_layout Plain Layout
40139
40140 }{
40141 \end_layout
40142
40143 \end_inset
40144
40145
40146 \begin_inset Phantom Phantom
40147 status open
40148
40149 \begin_layout Plain Layout
40150 W
40151 \end_layout
40152
40153 \end_inset
40154
40155
40156 \begin_inset ERT
40157 status collapsed
40158
40159 \begin_layout Plain Layout
40160
40161 }
40162 \end_layout
40163
40164 \end_inset
40165
40166  Dandelion
40167 \end_layout
40168
40169 \end_inset
40170 </cell>
40171 <cell alignment="left" valignment="top" usebox="none">
40172 \begin_inset Text
40173
40174 \begin_layout Plain Layout
40175 \begin_inset ERT
40176 status collapsed
40177
40178 \begin_layout Plain Layout
40179
40180
40181 \backslash
40182 fcolorbox{black}{
40183 \end_layout
40184
40185 \end_inset
40186
40187 DarkOrchid
40188 \begin_inset ERT
40189 status collapsed
40190
40191 \begin_layout Plain Layout
40192
40193 }{
40194 \end_layout
40195
40196 \end_inset
40197
40198
40199 \begin_inset Phantom Phantom
40200 status open
40201
40202 \begin_layout Plain Layout
40203 W
40204 \end_layout
40205
40206 \end_inset
40207
40208
40209 \begin_inset ERT
40210 status collapsed
40211
40212 \begin_layout Plain Layout
40213
40214 }
40215 \end_layout
40216
40217 \end_inset
40218
40219  DarkOrchid
40220 \end_layout
40221
40222 \end_inset
40223 </cell>
40224 <cell alignment="left" valignment="top" usebox="none">
40225 \begin_inset Text
40226
40227 \begin_layout Plain Layout
40228 \begin_inset ERT
40229 status collapsed
40230
40231 \begin_layout Plain Layout
40232
40233
40234 \backslash
40235 fcolorbox{black}{
40236 \end_layout
40237
40238 \end_inset
40239
40240 Emerald
40241 \begin_inset ERT
40242 status collapsed
40243
40244 \begin_layout Plain Layout
40245
40246 }{
40247 \end_layout
40248
40249 \end_inset
40250
40251
40252 \begin_inset Phantom Phantom
40253 status open
40254
40255 \begin_layout Plain Layout
40256 W
40257 \end_layout
40258
40259 \end_inset
40260
40261
40262 \begin_inset ERT
40263 status collapsed
40264
40265 \begin_layout Plain Layout
40266
40267 }
40268 \end_layout
40269
40270 \end_inset
40271
40272  Emerald
40273 \end_layout
40274
40275 \end_inset
40276 </cell>
40277 <cell alignment="left" valignment="top" usebox="none">
40278 \begin_inset Text
40279
40280 \begin_layout Plain Layout
40281 \begin_inset ERT
40282 status collapsed
40283
40284 \begin_layout Plain Layout
40285
40286
40287 \backslash
40288 fcolorbox{black}{
40289 \end_layout
40290
40291 \end_inset
40292
40293 ForestGreen
40294 \begin_inset ERT
40295 status collapsed
40296
40297 \begin_layout Plain Layout
40298
40299 }{
40300 \end_layout
40301
40302 \end_inset
40303
40304
40305 \begin_inset Phantom Phantom
40306 status open
40307
40308 \begin_layout Plain Layout
40309 W
40310 \end_layout
40311
40312 \end_inset
40313
40314
40315 \begin_inset ERT
40316 status collapsed
40317
40318 \begin_layout Plain Layout
40319
40320 }
40321 \end_layout
40322
40323 \end_inset
40324
40325  ForestGreen
40326 \end_layout
40327
40328 \end_inset
40329 </cell>
40330 </row>
40331 <row>
40332 <cell alignment="left" valignment="top" usebox="none">
40333 \begin_inset Text
40334
40335 \begin_layout Plain Layout
40336 \begin_inset ERT
40337 status collapsed
40338
40339 \begin_layout Plain Layout
40340
40341
40342 \backslash
40343 fcolorbox{black}{
40344 \end_layout
40345
40346 \end_inset
40347
40348 Fuchsia
40349 \begin_inset ERT
40350 status collapsed
40351
40352 \begin_layout Plain Layout
40353
40354 }{
40355 \end_layout
40356
40357 \end_inset
40358
40359
40360 \begin_inset Phantom Phantom
40361 status open
40362
40363 \begin_layout Plain Layout
40364 W
40365 \end_layout
40366
40367 \end_inset
40368
40369
40370 \begin_inset ERT
40371 status collapsed
40372
40373 \begin_layout Plain Layout
40374
40375 }
40376 \end_layout
40377
40378 \end_inset
40379
40380  Fuchsia
40381 \end_layout
40382
40383 \end_inset
40384 </cell>
40385 <cell alignment="left" valignment="top" usebox="none">
40386 \begin_inset Text
40387
40388 \begin_layout Plain Layout
40389 \begin_inset ERT
40390 status collapsed
40391
40392 \begin_layout Plain Layout
40393
40394
40395 \backslash
40396 fcolorbox{black}{
40397 \end_layout
40398
40399 \end_inset
40400
40401 Goldenrod
40402 \begin_inset ERT
40403 status collapsed
40404
40405 \begin_layout Plain Layout
40406
40407 }{
40408 \end_layout
40409
40410 \end_inset
40411
40412
40413 \begin_inset Phantom Phantom
40414 status open
40415
40416 \begin_layout Plain Layout
40417 W
40418 \end_layout
40419
40420 \end_inset
40421
40422
40423 \begin_inset ERT
40424 status collapsed
40425
40426 \begin_layout Plain Layout
40427
40428 }
40429 \end_layout
40430
40431 \end_inset
40432
40433  Goldenrod
40434 \end_layout
40435
40436 \end_inset
40437 </cell>
40438 <cell alignment="left" valignment="top" usebox="none">
40439 \begin_inset Text
40440
40441 \begin_layout Plain Layout
40442 \begin_inset ERT
40443 status collapsed
40444
40445 \begin_layout Plain Layout
40446
40447
40448 \backslash
40449 fcolorbox{black}{
40450 \end_layout
40451
40452 \end_inset
40453
40454 Gray
40455 \begin_inset ERT
40456 status collapsed
40457
40458 \begin_layout Plain Layout
40459
40460 }{
40461 \end_layout
40462
40463 \end_inset
40464
40465
40466 \begin_inset Phantom Phantom
40467 status open
40468
40469 \begin_layout Plain Layout
40470 W
40471 \end_layout
40472
40473 \end_inset
40474
40475
40476 \begin_inset ERT
40477 status collapsed
40478
40479 \begin_layout Plain Layout
40480
40481 }
40482 \end_layout
40483
40484 \end_inset
40485
40486  Gray
40487 \end_layout
40488
40489 \end_inset
40490 </cell>
40491 <cell alignment="left" valignment="top" usebox="none">
40492 \begin_inset Text
40493
40494 \begin_layout Plain Layout
40495 \begin_inset ERT
40496 status collapsed
40497
40498 \begin_layout Plain Layout
40499
40500
40501 \backslash
40502 fcolorbox{black}{
40503 \end_layout
40504
40505 \end_inset
40506
40507 GreenYellow
40508 \begin_inset ERT
40509 status collapsed
40510
40511 \begin_layout Plain Layout
40512
40513 }{
40514 \end_layout
40515
40516 \end_inset
40517
40518
40519 \begin_inset Phantom Phantom
40520 status open
40521
40522 \begin_layout Plain Layout
40523 W
40524 \end_layout
40525
40526 \end_inset
40527
40528
40529 \begin_inset ERT
40530 status collapsed
40531
40532 \begin_layout Plain Layout
40533
40534 }
40535 \end_layout
40536
40537 \end_inset
40538
40539  GreenYellow
40540 \end_layout
40541
40542 \end_inset
40543 </cell>
40544 </row>
40545 <row>
40546 <cell alignment="center" valignment="top" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550 \begin_inset ERT
40551 status collapsed
40552
40553 \begin_layout Plain Layout
40554
40555
40556 \backslash
40557 fcolorbox{black}{
40558 \end_layout
40559
40560 \end_inset
40561
40562 JungleGreen
40563 \begin_inset ERT
40564 status collapsed
40565
40566 \begin_layout Plain Layout
40567
40568 }{
40569 \end_layout
40570
40571 \end_inset
40572
40573
40574 \begin_inset Phantom Phantom
40575 status open
40576
40577 \begin_layout Plain Layout
40578 W
40579 \end_layout
40580
40581 \end_inset
40582
40583
40584 \begin_inset ERT
40585 status collapsed
40586
40587 \begin_layout Plain Layout
40588
40589 }
40590 \end_layout
40591
40592 \end_inset
40593
40594  JungleGreen
40595 \end_layout
40596
40597 \end_inset
40598 </cell>
40599 <cell alignment="center" valignment="top" usebox="none">
40600 \begin_inset Text
40601
40602 \begin_layout Plain Layout
40603 \begin_inset ERT
40604 status collapsed
40605
40606 \begin_layout Plain Layout
40607
40608
40609 \backslash
40610 fcolorbox{black}{
40611 \end_layout
40612
40613 \end_inset
40614
40615 Lavender
40616 \begin_inset ERT
40617 status collapsed
40618
40619 \begin_layout Plain Layout
40620
40621 }{
40622 \end_layout
40623
40624 \end_inset
40625
40626
40627 \begin_inset Phantom Phantom
40628 status open
40629
40630 \begin_layout Plain Layout
40631 W
40632 \end_layout
40633
40634 \end_inset
40635
40636
40637 \begin_inset ERT
40638 status collapsed
40639
40640 \begin_layout Plain Layout
40641
40642 }
40643 \end_layout
40644
40645 \end_inset
40646
40647  Lavender
40648 \end_layout
40649
40650 \end_inset
40651 </cell>
40652 <cell alignment="center" valignment="top" usebox="none">
40653 \begin_inset Text
40654
40655 \begin_layout Plain Layout
40656 \begin_inset ERT
40657 status collapsed
40658
40659 \begin_layout Plain Layout
40660
40661
40662 \backslash
40663 fcolorbox{black}{
40664 \end_layout
40665
40666 \end_inset
40667
40668 LimeGreen
40669 \begin_inset ERT
40670 status collapsed
40671
40672 \begin_layout Plain Layout
40673
40674 }{
40675 \end_layout
40676
40677 \end_inset
40678
40679
40680 \begin_inset Phantom Phantom
40681 status open
40682
40683 \begin_layout Plain Layout
40684 W
40685 \end_layout
40686
40687 \end_inset
40688
40689
40690 \begin_inset ERT
40691 status collapsed
40692
40693 \begin_layout Plain Layout
40694
40695 }
40696 \end_layout
40697
40698 \end_inset
40699
40700  LimeGreen
40701 \end_layout
40702
40703 \end_inset
40704 </cell>
40705 <cell alignment="center" valignment="top" usebox="none">
40706 \begin_inset Text
40707
40708 \begin_layout Plain Layout
40709 \begin_inset ERT
40710 status collapsed
40711
40712 \begin_layout Plain Layout
40713
40714
40715 \backslash
40716 fcolorbox{black}{
40717 \end_layout
40718
40719 \end_inset
40720
40721 Mahogany
40722 \begin_inset ERT
40723 status collapsed
40724
40725 \begin_layout Plain Layout
40726
40727 }{
40728 \end_layout
40729
40730 \end_inset
40731
40732
40733 \begin_inset Phantom Phantom
40734 status open
40735
40736 \begin_layout Plain Layout
40737 W
40738 \end_layout
40739
40740 \end_inset
40741
40742
40743 \begin_inset ERT
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747
40748 }
40749 \end_layout
40750
40751 \end_inset
40752
40753  Mahogany
40754 \end_layout
40755
40756 \end_inset
40757 </cell>
40758 </row>
40759 <row>
40760 <cell alignment="left" valignment="top" usebox="none">
40761 \begin_inset Text
40762
40763 \begin_layout Plain Layout
40764 \begin_inset ERT
40765 status collapsed
40766
40767 \begin_layout Plain Layout
40768
40769
40770 \backslash
40771 fcolorbox{black}{
40772 \end_layout
40773
40774 \end_inset
40775
40776 Mahogany
40777 \begin_inset ERT
40778 status collapsed
40779
40780 \begin_layout Plain Layout
40781
40782 }{
40783 \end_layout
40784
40785 \end_inset
40786
40787
40788 \begin_inset Phantom Phantom
40789 status open
40790
40791 \begin_layout Plain Layout
40792 W
40793 \end_layout
40794
40795 \end_inset
40796
40797
40798 \begin_inset ERT
40799 status collapsed
40800
40801 \begin_layout Plain Layout
40802
40803 }
40804 \end_layout
40805
40806 \end_inset
40807
40808  Mahogany
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 <cell alignment="left" valignment="top" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817 \begin_inset ERT
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821
40822
40823 \backslash
40824 fcolorbox{black}{
40825 \end_layout
40826
40827 \end_inset
40828
40829 Maroon
40830 \begin_inset ERT
40831 status collapsed
40832
40833 \begin_layout Plain Layout
40834
40835 }{
40836 \end_layout
40837
40838 \end_inset
40839
40840
40841 \begin_inset Phantom Phantom
40842 status open
40843
40844 \begin_layout Plain Layout
40845 W
40846 \end_layout
40847
40848 \end_inset
40849
40850
40851 \begin_inset ERT
40852 status collapsed
40853
40854 \begin_layout Plain Layout
40855
40856 }
40857 \end_layout
40858
40859 \end_inset
40860
40861  Maroon
40862 \end_layout
40863
40864 \end_inset
40865 </cell>
40866 <cell alignment="left" valignment="top" usebox="none">
40867 \begin_inset Text
40868
40869 \begin_layout Plain Layout
40870 \begin_inset ERT
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874
40875
40876 \backslash
40877 fcolorbox{black}{
40878 \end_layout
40879
40880 \end_inset
40881
40882 Melon
40883 \begin_inset ERT
40884 status collapsed
40885
40886 \begin_layout Plain Layout
40887
40888 }{
40889 \end_layout
40890
40891 \end_inset
40892
40893
40894 \begin_inset Phantom Phantom
40895 status open
40896
40897 \begin_layout Plain Layout
40898 W
40899 \end_layout
40900
40901 \end_inset
40902
40903
40904 \begin_inset ERT
40905 status collapsed
40906
40907 \begin_layout Plain Layout
40908
40909 }
40910 \end_layout
40911
40912 \end_inset
40913
40914  Melon
40915 \end_layout
40916
40917 \end_inset
40918 </cell>
40919 <cell alignment="left" valignment="top" usebox="none">
40920 \begin_inset Text
40921
40922 \begin_layout Plain Layout
40923 \begin_inset ERT
40924 status collapsed
40925
40926 \begin_layout Plain Layout
40927
40928
40929 \backslash
40930 fcolorbox{black}{
40931 \end_layout
40932
40933 \end_inset
40934
40935 MidnightBlue
40936 \begin_inset ERT
40937 status collapsed
40938
40939 \begin_layout Plain Layout
40940
40941 }{
40942 \end_layout
40943
40944 \end_inset
40945
40946
40947 \begin_inset Phantom Phantom
40948 status open
40949
40950 \begin_layout Plain Layout
40951 W
40952 \end_layout
40953
40954 \end_inset
40955
40956
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962 }
40963 \end_layout
40964
40965 \end_inset
40966
40967  MidnightBlue
40968 \end_layout
40969
40970 \end_inset
40971 </cell>
40972 </row>
40973 <row>
40974 <cell alignment="left" valignment="top" usebox="none">
40975 \begin_inset Text
40976
40977 \begin_layout Plain Layout
40978 \begin_inset ERT
40979 status collapsed
40980
40981 \begin_layout Plain Layout
40982
40983
40984 \backslash
40985 fcolorbox{black}{
40986 \end_layout
40987
40988 \end_inset
40989
40990 Mulberry
40991 \begin_inset ERT
40992 status collapsed
40993
40994 \begin_layout Plain Layout
40995
40996 }{
40997 \end_layout
40998
40999 \end_inset
41000
41001
41002 \begin_inset Phantom Phantom
41003 status open
41004
41005 \begin_layout Plain Layout
41006 W
41007 \end_layout
41008
41009 \end_inset
41010
41011
41012 \begin_inset ERT
41013 status collapsed
41014
41015 \begin_layout Plain Layout
41016
41017 }
41018 \end_layout
41019
41020 \end_inset
41021
41022  Mulberry
41023 \end_layout
41024
41025 \end_inset
41026 </cell>
41027 <cell alignment="left" valignment="top" usebox="none">
41028 \begin_inset Text
41029
41030 \begin_layout Plain Layout
41031 \begin_inset ERT
41032 status collapsed
41033
41034 \begin_layout Plain Layout
41035
41036
41037 \backslash
41038 fcolorbox{black}{
41039 \end_layout
41040
41041 \end_inset
41042
41043 NavyBlue
41044 \begin_inset ERT
41045 status collapsed
41046
41047 \begin_layout Plain Layout
41048
41049 }{
41050 \end_layout
41051
41052 \end_inset
41053
41054
41055 \begin_inset Phantom Phantom
41056 status open
41057
41058 \begin_layout Plain Layout
41059 W
41060 \end_layout
41061
41062 \end_inset
41063
41064
41065 \begin_inset ERT
41066 status collapsed
41067
41068 \begin_layout Plain Layout
41069
41070 }
41071 \end_layout
41072
41073 \end_inset
41074
41075  NavyBlue
41076 \end_layout
41077
41078 \end_inset
41079 </cell>
41080 <cell alignment="left" valignment="top" usebox="none">
41081 \begin_inset Text
41082
41083 \begin_layout Plain Layout
41084 \begin_inset ERT
41085 status collapsed
41086
41087 \begin_layout Plain Layout
41088
41089
41090 \backslash
41091 fcolorbox{black}{
41092 \end_layout
41093
41094 \end_inset
41095
41096 OliveGreen
41097 \begin_inset ERT
41098 status collapsed
41099
41100 \begin_layout Plain Layout
41101
41102 }{
41103 \end_layout
41104
41105 \end_inset
41106
41107
41108 \begin_inset Phantom Phantom
41109 status open
41110
41111 \begin_layout Plain Layout
41112 W
41113 \end_layout
41114
41115 \end_inset
41116
41117
41118 \begin_inset ERT
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122
41123 }
41124 \end_layout
41125
41126 \end_inset
41127
41128  OliveGreen
41129 \end_layout
41130
41131 \end_inset
41132 </cell>
41133 <cell alignment="left" valignment="top" usebox="none">
41134 \begin_inset Text
41135
41136 \begin_layout Plain Layout
41137 \begin_inset ERT
41138 status collapsed
41139
41140 \begin_layout Plain Layout
41141
41142
41143 \backslash
41144 fcolorbox{black}{
41145 \end_layout
41146
41147 \end_inset
41148
41149 Orange
41150 \begin_inset ERT
41151 status collapsed
41152
41153 \begin_layout Plain Layout
41154
41155 }{
41156 \end_layout
41157
41158 \end_inset
41159
41160
41161 \begin_inset Phantom Phantom
41162 status open
41163
41164 \begin_layout Plain Layout
41165 W
41166 \end_layout
41167
41168 \end_inset
41169
41170
41171 \begin_inset ERT
41172 status collapsed
41173
41174 \begin_layout Plain Layout
41175
41176 }
41177 \end_layout
41178
41179 \end_inset
41180
41181  Orange
41182 \end_layout
41183
41184 \end_inset
41185 </cell>
41186 </row>
41187 <row>
41188 <cell alignment="left" valignment="top" usebox="none">
41189 \begin_inset Text
41190
41191 \begin_layout Plain Layout
41192 \begin_inset ERT
41193 status collapsed
41194
41195 \begin_layout Plain Layout
41196
41197
41198 \backslash
41199 fcolorbox{black}{
41200 \end_layout
41201
41202 \end_inset
41203
41204 OrangeRed
41205 \begin_inset ERT
41206 status collapsed
41207
41208 \begin_layout Plain Layout
41209
41210 }{
41211 \end_layout
41212
41213 \end_inset
41214
41215
41216 \begin_inset Phantom Phantom
41217 status open
41218
41219 \begin_layout Plain Layout
41220 W
41221 \end_layout
41222
41223 \end_inset
41224
41225
41226 \begin_inset ERT
41227 status collapsed
41228
41229 \begin_layout Plain Layout
41230
41231 }
41232 \end_layout
41233
41234 \end_inset
41235
41236  OrangeRed
41237 \end_layout
41238
41239 \end_inset
41240 </cell>
41241 <cell alignment="left" valignment="top" usebox="none">
41242 \begin_inset Text
41243
41244 \begin_layout Plain Layout
41245 \begin_inset ERT
41246 status collapsed
41247
41248 \begin_layout Plain Layout
41249
41250
41251 \backslash
41252 fcolorbox{black}{
41253 \end_layout
41254
41255 \end_inset
41256
41257 Orchid
41258 \begin_inset ERT
41259 status collapsed
41260
41261 \begin_layout Plain Layout
41262
41263 }{
41264 \end_layout
41265
41266 \end_inset
41267
41268
41269 \begin_inset Phantom Phantom
41270 status open
41271
41272 \begin_layout Plain Layout
41273 W
41274 \end_layout
41275
41276 \end_inset
41277
41278
41279 \begin_inset ERT
41280 status collapsed
41281
41282 \begin_layout Plain Layout
41283
41284 }
41285 \end_layout
41286
41287 \end_inset
41288
41289  Orchid
41290 \end_layout
41291
41292 \end_inset
41293 </cell>
41294 <cell alignment="left" valignment="top" usebox="none">
41295 \begin_inset Text
41296
41297 \begin_layout Plain Layout
41298 \begin_inset ERT
41299 status collapsed
41300
41301 \begin_layout Plain Layout
41302
41303
41304 \backslash
41305 fcolorbox{black}{
41306 \end_layout
41307
41308 \end_inset
41309
41310 Peach
41311 \begin_inset ERT
41312 status collapsed
41313
41314 \begin_layout Plain Layout
41315
41316 }{
41317 \end_layout
41318
41319 \end_inset
41320
41321
41322 \begin_inset Phantom Phantom
41323 status open
41324
41325 \begin_layout Plain Layout
41326 W
41327 \end_layout
41328
41329 \end_inset
41330
41331
41332 \begin_inset ERT
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336
41337 }
41338 \end_layout
41339
41340 \end_inset
41341
41342  Peach
41343 \end_layout
41344
41345 \end_inset
41346 </cell>
41347 <cell alignment="left" valignment="top" usebox="none">
41348 \begin_inset Text
41349
41350 \begin_layout Plain Layout
41351 \begin_inset ERT
41352 status collapsed
41353
41354 \begin_layout Plain Layout
41355
41356
41357 \backslash
41358 fcolorbox{black}{
41359 \end_layout
41360
41361 \end_inset
41362
41363 Periwinkle
41364 \begin_inset ERT
41365 status collapsed
41366
41367 \begin_layout Plain Layout
41368
41369 }{
41370 \end_layout
41371
41372 \end_inset
41373
41374
41375 \begin_inset Phantom Phantom
41376 status open
41377
41378 \begin_layout Plain Layout
41379 W
41380 \end_layout
41381
41382 \end_inset
41383
41384
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390 }
41391 \end_layout
41392
41393 \end_inset
41394
41395  Periwinkle
41396 \end_layout
41397
41398 \end_inset
41399 </cell>
41400 </row>
41401 <row>
41402 <cell alignment="left" valignment="top" usebox="none">
41403 \begin_inset Text
41404
41405 \begin_layout Plain Layout
41406 \begin_inset ERT
41407 status collapsed
41408
41409 \begin_layout Plain Layout
41410
41411
41412 \backslash
41413 fcolorbox{black}{
41414 \end_layout
41415
41416 \end_inset
41417
41418 PineGreen
41419 \begin_inset ERT
41420 status collapsed
41421
41422 \begin_layout Plain Layout
41423
41424 }{
41425 \end_layout
41426
41427 \end_inset
41428
41429
41430 \begin_inset Phantom Phantom
41431 status open
41432
41433 \begin_layout Plain Layout
41434 W
41435 \end_layout
41436
41437 \end_inset
41438
41439
41440 \begin_inset ERT
41441 status collapsed
41442
41443 \begin_layout Plain Layout
41444
41445 }
41446 \end_layout
41447
41448 \end_inset
41449
41450  PineGreen
41451 \end_layout
41452
41453 \end_inset
41454 </cell>
41455 <cell alignment="left" valignment="top" usebox="none">
41456 \begin_inset Text
41457
41458 \begin_layout Plain Layout
41459 \begin_inset ERT
41460 status collapsed
41461
41462 \begin_layout Plain Layout
41463
41464
41465 \backslash
41466 fcolorbox{black}{
41467 \end_layout
41468
41469 \end_inset
41470
41471 Plum
41472 \begin_inset ERT
41473 status collapsed
41474
41475 \begin_layout Plain Layout
41476
41477 }{
41478 \end_layout
41479
41480 \end_inset
41481
41482
41483 \begin_inset Phantom Phantom
41484 status open
41485
41486 \begin_layout Plain Layout
41487 W
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \begin_inset ERT
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497
41498 }
41499 \end_layout
41500
41501 \end_inset
41502
41503  Plum
41504 \end_layout
41505
41506 \end_inset
41507 </cell>
41508 <cell alignment="left" valignment="top" usebox="none">
41509 \begin_inset Text
41510
41511 \begin_layout Plain Layout
41512 \begin_inset ERT
41513 status collapsed
41514
41515 \begin_layout Plain Layout
41516
41517
41518 \backslash
41519 fcolorbox{black}{
41520 \end_layout
41521
41522 \end_inset
41523
41524 ProcessBlue
41525 \begin_inset ERT
41526 status collapsed
41527
41528 \begin_layout Plain Layout
41529
41530 }{
41531 \end_layout
41532
41533 \end_inset
41534
41535
41536 \begin_inset Phantom Phantom
41537 status open
41538
41539 \begin_layout Plain Layout
41540 W
41541 \end_layout
41542
41543 \end_inset
41544
41545
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551 }
41552 \end_layout
41553
41554 \end_inset
41555
41556  ProcessBlue
41557 \end_layout
41558
41559 \end_inset
41560 </cell>
41561 <cell alignment="left" valignment="top" usebox="none">
41562 \begin_inset Text
41563
41564 \begin_layout Plain Layout
41565 \begin_inset ERT
41566 status collapsed
41567
41568 \begin_layout Plain Layout
41569
41570
41571 \backslash
41572 fcolorbox{black}{
41573 \end_layout
41574
41575 \end_inset
41576
41577 Purple
41578 \begin_inset ERT
41579 status collapsed
41580
41581 \begin_layout Plain Layout
41582
41583 }{
41584 \end_layout
41585
41586 \end_inset
41587
41588
41589 \begin_inset Phantom Phantom
41590 status open
41591
41592 \begin_layout Plain Layout
41593 W
41594 \end_layout
41595
41596 \end_inset
41597
41598
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604 }
41605 \end_layout
41606
41607 \end_inset
41608
41609  Purple
41610 \end_layout
41611
41612 \end_inset
41613 </cell>
41614 </row>
41615 <row>
41616 <cell alignment="left" valignment="top" usebox="none">
41617 \begin_inset Text
41618
41619 \begin_layout Plain Layout
41620 \begin_inset ERT
41621 status collapsed
41622
41623 \begin_layout Plain Layout
41624
41625
41626 \backslash
41627 fcolorbox{black}{
41628 \end_layout
41629
41630 \end_inset
41631
41632 RawSienna
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638 }{
41639 \end_layout
41640
41641 \end_inset
41642
41643
41644 \begin_inset Phantom Phantom
41645 status open
41646
41647 \begin_layout Plain Layout
41648 W
41649 \end_layout
41650
41651 \end_inset
41652
41653
41654 \begin_inset ERT
41655 status collapsed
41656
41657 \begin_layout Plain Layout
41658
41659 }
41660 \end_layout
41661
41662 \end_inset
41663
41664  RawSienna
41665 \end_layout
41666
41667 \end_inset
41668 </cell>
41669 <cell alignment="left" valignment="top" usebox="none">
41670 \begin_inset Text
41671
41672 \begin_layout Plain Layout
41673 \begin_inset ERT
41674 status collapsed
41675
41676 \begin_layout Plain Layout
41677
41678
41679 \backslash
41680 fcolorbox{black}{
41681 \end_layout
41682
41683 \end_inset
41684
41685 RedOrange
41686 \begin_inset ERT
41687 status collapsed
41688
41689 \begin_layout Plain Layout
41690
41691 }{
41692 \end_layout
41693
41694 \end_inset
41695
41696
41697 \begin_inset Phantom Phantom
41698 status open
41699
41700 \begin_layout Plain Layout
41701 W
41702 \end_layout
41703
41704 \end_inset
41705
41706
41707 \begin_inset ERT
41708 status collapsed
41709
41710 \begin_layout Plain Layout
41711
41712 }
41713 \end_layout
41714
41715 \end_inset
41716
41717  RedOrange
41718 \end_layout
41719
41720 \end_inset
41721 </cell>
41722 <cell alignment="left" valignment="top" usebox="none">
41723 \begin_inset Text
41724
41725 \begin_layout Plain Layout
41726 \begin_inset ERT
41727 status collapsed
41728
41729 \begin_layout Plain Layout
41730
41731
41732 \backslash
41733 fcolorbox{black}{
41734 \end_layout
41735
41736 \end_inset
41737
41738 RedViolet
41739 \begin_inset ERT
41740 status collapsed
41741
41742 \begin_layout Plain Layout
41743
41744 }{
41745 \end_layout
41746
41747 \end_inset
41748
41749
41750 \begin_inset Phantom Phantom
41751 status open
41752
41753 \begin_layout Plain Layout
41754 W
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765 }
41766 \end_layout
41767
41768 \end_inset
41769
41770  RedViolet
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 <cell alignment="left" valignment="top" usebox="none">
41776 \begin_inset Text
41777
41778 \begin_layout Plain Layout
41779 \begin_inset ERT
41780 status collapsed
41781
41782 \begin_layout Plain Layout
41783
41784
41785 \backslash
41786 fcolorbox{black}{
41787 \end_layout
41788
41789 \end_inset
41790
41791 Rhodamine
41792 \begin_inset ERT
41793 status collapsed
41794
41795 \begin_layout Plain Layout
41796
41797 }{
41798 \end_layout
41799
41800 \end_inset
41801
41802
41803 \begin_inset Phantom Phantom
41804 status open
41805
41806 \begin_layout Plain Layout
41807 W
41808 \end_layout
41809
41810 \end_inset
41811
41812
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818 }
41819 \end_layout
41820
41821 \end_inset
41822
41823  Rhodamine
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 </row>
41829 <row>
41830 <cell alignment="left" valignment="top" usebox="none">
41831 \begin_inset Text
41832
41833 \begin_layout Plain Layout
41834 \begin_inset ERT
41835 status collapsed
41836
41837 \begin_layout Plain Layout
41838
41839
41840 \backslash
41841 fcolorbox{black}{
41842 \end_layout
41843
41844 \end_inset
41845
41846 RoyalBlue
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852 }{
41853 \end_layout
41854
41855 \end_inset
41856
41857
41858 \begin_inset Phantom Phantom
41859 status open
41860
41861 \begin_layout Plain Layout
41862 W
41863 \end_layout
41864
41865 \end_inset
41866
41867
41868 \begin_inset ERT
41869 status collapsed
41870
41871 \begin_layout Plain Layout
41872
41873 }
41874 \end_layout
41875
41876 \end_inset
41877
41878  RoyalBlue
41879 \end_layout
41880
41881 \end_inset
41882 </cell>
41883 <cell alignment="left" valignment="top" usebox="none">
41884 \begin_inset Text
41885
41886 \begin_layout Plain Layout
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892
41893 \backslash
41894 fcolorbox{black}{
41895 \end_layout
41896
41897 \end_inset
41898
41899 RoyalPurple
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905 }{
41906 \end_layout
41907
41908 \end_inset
41909
41910
41911 \begin_inset Phantom Phantom
41912 status open
41913
41914 \begin_layout Plain Layout
41915 W
41916 \end_layout
41917
41918 \end_inset
41919
41920
41921 \begin_inset ERT
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925
41926 }
41927 \end_layout
41928
41929 \end_inset
41930
41931  RoyalPurple
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 <cell alignment="left" valignment="top" usebox="none">
41937 \begin_inset Text
41938
41939 \begin_layout Plain Layout
41940 \begin_inset ERT
41941 status collapsed
41942
41943 \begin_layout Plain Layout
41944
41945
41946 \backslash
41947 fcolorbox{black}{
41948 \end_layout
41949
41950 \end_inset
41951
41952 RubineRed
41953 \begin_inset ERT
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957
41958 }{
41959 \end_layout
41960
41961 \end_inset
41962
41963
41964 \begin_inset Phantom Phantom
41965 status open
41966
41967 \begin_layout Plain Layout
41968 W
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 }
41980 \end_layout
41981
41982 \end_inset
41983
41984  RubineRed
41985 \end_layout
41986
41987 \end_inset
41988 </cell>
41989 <cell alignment="left" valignment="top" usebox="none">
41990 \begin_inset Text
41991
41992 \begin_layout Plain Layout
41993 \begin_inset ERT
41994 status collapsed
41995
41996 \begin_layout Plain Layout
41997
41998
41999 \backslash
42000 fcolorbox{black}{
42001 \end_layout
42002
42003 \end_inset
42004
42005 Salmon
42006 \begin_inset ERT
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010
42011 }{
42012 \end_layout
42013
42014 \end_inset
42015
42016
42017 \begin_inset Phantom Phantom
42018 status open
42019
42020 \begin_layout Plain Layout
42021 W
42022 \end_layout
42023
42024 \end_inset
42025
42026
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032 }
42033 \end_layout
42034
42035 \end_inset
42036
42037  Salmon
42038 \end_layout
42039
42040 \end_inset
42041 </cell>
42042 </row>
42043 <row>
42044 <cell alignment="left" valignment="top" usebox="none">
42045 \begin_inset Text
42046
42047 \begin_layout Plain Layout
42048 \begin_inset ERT
42049 status collapsed
42050
42051 \begin_layout Plain Layout
42052
42053
42054 \backslash
42055 fcolorbox{black}{
42056 \end_layout
42057
42058 \end_inset
42059
42060 SeaGreen
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066 }{
42067 \end_layout
42068
42069 \end_inset
42070
42071
42072 \begin_inset Phantom Phantom
42073 status open
42074
42075 \begin_layout Plain Layout
42076 W
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \begin_inset ERT
42083 status collapsed
42084
42085 \begin_layout Plain Layout
42086
42087 }
42088 \end_layout
42089
42090 \end_inset
42091
42092  SeaGreen
42093 \end_layout
42094
42095 \end_inset
42096 </cell>
42097 <cell alignment="left" valignment="top" usebox="none">
42098 \begin_inset Text
42099
42100 \begin_layout Plain Layout
42101 \begin_inset ERT
42102 status collapsed
42103
42104 \begin_layout Plain Layout
42105
42106
42107 \backslash
42108 fcolorbox{black}{
42109 \end_layout
42110
42111 \end_inset
42112
42113 Sepia
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119 }{
42120 \end_layout
42121
42122 \end_inset
42123
42124
42125 \begin_inset Phantom Phantom
42126 status open
42127
42128 \begin_layout Plain Layout
42129 W
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \begin_inset ERT
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139
42140 }
42141 \end_layout
42142
42143 \end_inset
42144
42145  Sepia
42146 \end_layout
42147
42148 \end_inset
42149 </cell>
42150 <cell alignment="left" valignment="top" usebox="none">
42151 \begin_inset Text
42152
42153 \begin_layout Plain Layout
42154 \begin_inset ERT
42155 status collapsed
42156
42157 \begin_layout Plain Layout
42158
42159
42160 \backslash
42161 fcolorbox{black}{
42162 \end_layout
42163
42164 \end_inset
42165
42166 SkyBlue
42167 \begin_inset ERT
42168 status collapsed
42169
42170 \begin_layout Plain Layout
42171
42172 }{
42173 \end_layout
42174
42175 \end_inset
42176
42177
42178 \begin_inset Phantom Phantom
42179 status open
42180
42181 \begin_layout Plain Layout
42182 W
42183 \end_layout
42184
42185 \end_inset
42186
42187
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193 }
42194 \end_layout
42195
42196 \end_inset
42197
42198  SkyBlue
42199 \end_layout
42200
42201 \end_inset
42202 </cell>
42203 <cell alignment="left" valignment="top" usebox="none">
42204 \begin_inset Text
42205
42206 \begin_layout Plain Layout
42207 \begin_inset ERT
42208 status collapsed
42209
42210 \begin_layout Plain Layout
42211
42212
42213 \backslash
42214 fcolorbox{black}{
42215 \end_layout
42216
42217 \end_inset
42218
42219 SpringGreen
42220 \begin_inset ERT
42221 status collapsed
42222
42223 \begin_layout Plain Layout
42224
42225 }{
42226 \end_layout
42227
42228 \end_inset
42229
42230
42231 \begin_inset Phantom Phantom
42232 status open
42233
42234 \begin_layout Plain Layout
42235 W
42236 \end_layout
42237
42238 \end_inset
42239
42240
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246 }
42247 \end_layout
42248
42249 \end_inset
42250
42251  SpringGreen
42252 \end_layout
42253
42254 \end_inset
42255 </cell>
42256 </row>
42257 <row>
42258 <cell alignment="left" valignment="top" usebox="none">
42259 \begin_inset Text
42260
42261 \begin_layout Plain Layout
42262 \begin_inset ERT
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266
42267
42268 \backslash
42269 fcolorbox{black}{
42270 \end_layout
42271
42272 \end_inset
42273
42274 Tan
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280 }{
42281 \end_layout
42282
42283 \end_inset
42284
42285
42286 \begin_inset Phantom Phantom
42287 status open
42288
42289 \begin_layout Plain Layout
42290 W
42291 \end_layout
42292
42293 \end_inset
42294
42295
42296 \begin_inset ERT
42297 status collapsed
42298
42299 \begin_layout Plain Layout
42300
42301 }
42302 \end_layout
42303
42304 \end_inset
42305
42306  Tan
42307 \end_layout
42308
42309 \end_inset
42310 </cell>
42311 <cell alignment="left" valignment="top" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315 \begin_inset ERT
42316 status collapsed
42317
42318 \begin_layout Plain Layout
42319
42320
42321 \backslash
42322 fcolorbox{black}{
42323 \end_layout
42324
42325 \end_inset
42326
42327 TealBlue
42328 \begin_inset ERT
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332
42333 }{
42334 \end_layout
42335
42336 \end_inset
42337
42338
42339 \begin_inset Phantom Phantom
42340 status open
42341
42342 \begin_layout Plain Layout
42343 W
42344 \end_layout
42345
42346 \end_inset
42347
42348
42349 \begin_inset ERT
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353
42354 }
42355 \end_layout
42356
42357 \end_inset
42358
42359  TealBlue
42360 \end_layout
42361
42362 \end_inset
42363 </cell>
42364 <cell alignment="left" valignment="top" usebox="none">
42365 \begin_inset Text
42366
42367 \begin_layout Plain Layout
42368 \begin_inset ERT
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372
42373
42374 \backslash
42375 fcolorbox{black}{
42376 \end_layout
42377
42378 \end_inset
42379
42380 Thistle
42381 \begin_inset ERT
42382 status collapsed
42383
42384 \begin_layout Plain Layout
42385
42386 }{
42387 \end_layout
42388
42389 \end_inset
42390
42391
42392 \begin_inset Phantom Phantom
42393 status open
42394
42395 \begin_layout Plain Layout
42396 W
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407 }
42408 \end_layout
42409
42410 \end_inset
42411
42412  Thistle
42413 \end_layout
42414
42415 \end_inset
42416 </cell>
42417 <cell alignment="left" valignment="top" usebox="none">
42418 \begin_inset Text
42419
42420 \begin_layout Plain Layout
42421 \begin_inset ERT
42422 status collapsed
42423
42424 \begin_layout Plain Layout
42425
42426
42427 \backslash
42428 fcolorbox{black}{
42429 \end_layout
42430
42431 \end_inset
42432
42433 Turquoise
42434 \begin_inset ERT
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438
42439 }{
42440 \end_layout
42441
42442 \end_inset
42443
42444
42445 \begin_inset Phantom Phantom
42446 status open
42447
42448 \begin_layout Plain Layout
42449 W
42450 \end_layout
42451
42452 \end_inset
42453
42454
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460 }
42461 \end_layout
42462
42463 \end_inset
42464
42465  Turquoise
42466 \end_layout
42467
42468 \end_inset
42469 </cell>
42470 </row>
42471 <row>
42472 <cell alignment="left" valignment="top" usebox="none">
42473 \begin_inset Text
42474
42475 \begin_layout Plain Layout
42476 \begin_inset ERT
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480
42481
42482 \backslash
42483 fcolorbox{black}{
42484 \end_layout
42485
42486 \end_inset
42487
42488 Violet
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494 }{
42495 \end_layout
42496
42497 \end_inset
42498
42499
42500 \begin_inset Phantom Phantom
42501 status open
42502
42503 \begin_layout Plain Layout
42504 W
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \begin_inset ERT
42511 status collapsed
42512
42513 \begin_layout Plain Layout
42514
42515 }
42516 \end_layout
42517
42518 \end_inset
42519
42520  Violet
42521 \end_layout
42522
42523 \end_inset
42524 </cell>
42525 <cell alignment="left" valignment="top" usebox="none">
42526 \begin_inset Text
42527
42528 \begin_layout Plain Layout
42529 \begin_inset ERT
42530 status collapsed
42531
42532 \begin_layout Plain Layout
42533
42534
42535 \backslash
42536 fcolorbox{black}{
42537 \end_layout
42538
42539 \end_inset
42540
42541 VioletRed
42542 \begin_inset ERT
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546
42547 }{
42548 \end_layout
42549
42550 \end_inset
42551
42552
42553 \begin_inset Phantom Phantom
42554 status open
42555
42556 \begin_layout Plain Layout
42557 W
42558 \end_layout
42559
42560 \end_inset
42561
42562
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }
42569 \end_layout
42570
42571 \end_inset
42572
42573  VioletRed
42574 \end_layout
42575
42576 \end_inset
42577 </cell>
42578 <cell alignment="left" valignment="top" usebox="none">
42579 \begin_inset Text
42580
42581 \begin_layout Plain Layout
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587
42588 \backslash
42589 fcolorbox{black}{
42590 \end_layout
42591
42592 \end_inset
42593
42594 WildStrawberry
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600 }{
42601 \end_layout
42602
42603 \end_inset
42604
42605
42606 \begin_inset Phantom Phantom
42607 status open
42608
42609 \begin_layout Plain Layout
42610 W
42611 \end_layout
42612
42613 \end_inset
42614
42615
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }
42622 \end_layout
42623
42624 \end_inset
42625
42626  WildStrawberry
42627 \end_layout
42628
42629 \end_inset
42630 </cell>
42631 <cell alignment="left" valignment="top" usebox="none">
42632 \begin_inset Text
42633
42634 \begin_layout Plain Layout
42635 \begin_inset ERT
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639
42640
42641 \backslash
42642 fcolorbox{black}{
42643 \end_layout
42644
42645 \end_inset
42646
42647 YellowGreen
42648 \begin_inset ERT
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652
42653 }{
42654 \end_layout
42655
42656 \end_inset
42657
42658
42659 \begin_inset Phantom Phantom
42660 status open
42661
42662 \begin_layout Plain Layout
42663 W
42664 \end_layout
42665
42666 \end_inset
42667
42668
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674 }
42675 \end_layout
42676
42677 \end_inset
42678
42679  YellowGreen
42680 \end_layout
42681
42682 \end_inset
42683 </cell>
42684 </row>
42685 <row>
42686 <cell alignment="left" valignment="top" usebox="none">
42687 \begin_inset Text
42688
42689 \begin_layout Plain Layout
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695
42696 \backslash
42697 fcolorbox{black}{
42698 \end_layout
42699
42700 \end_inset
42701
42702 YellowOrange
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708 }{
42709 \end_layout
42710
42711 \end_inset
42712
42713
42714 \begin_inset Phantom Phantom
42715 status open
42716
42717 \begin_layout Plain Layout
42718 W
42719 \end_layout
42720
42721 \end_inset
42722
42723
42724 \begin_inset ERT
42725 status collapsed
42726
42727 \begin_layout Plain Layout
42728
42729 }
42730 \end_layout
42731
42732 \end_inset
42733
42734  YellowOrange
42735 \end_layout
42736
42737 \end_inset
42738 </cell>
42739 <cell alignment="left" valignment="top" usebox="none">
42740 \begin_inset Text
42741
42742 \begin_layout Plain Layout
42743
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 <cell alignment="left" valignment="top" usebox="none">
42749 \begin_inset Text
42750
42751 \begin_layout Plain Layout
42752
42753 \end_layout
42754
42755 \end_inset
42756 </cell>
42757 <cell alignment="left" valignment="top" usebox="none">
42758 \begin_inset Text
42759
42760 \begin_layout Plain Layout
42761
42762 \end_layout
42763
42764 \end_inset
42765 </cell>
42766 </row>
42767 </lyxtabular>
42768
42769 \end_inset
42770
42771
42772 \end_layout
42773
42774 \begin_layout Chapter
42775 第(
42776 \begin_inset CommandInset ref
42777 LatexCommand ref
42778 reference "eq:Wgn"
42779
42780 \end_inset
42781
42782 )式の説明
42783 \begin_inset CommandInset label
42784 LatexCommand label
42785 name "cha:式の説明"
42786
42787 \end_inset
42788
42789
42790 \end_layout
42791
42792 \begin_layout Standard
42793 \begin_inset Formula $n$
42794 \end_inset
42795
42796 個の表セルの全幅
42797 \begin_inset Formula $W_{\mathrm{tot\, n}}$
42798 \end_inset
42799
42800
42801 \begin_inset Formula 
42802 \begin{equation}
42803 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42804 \end{equation}
42805
42806 \end_inset
42807
42808
42809 \end_layout
42810
42811 \begin_layout Standard
42812 で計算できます。ここで
42813 \begin_inset Formula $W_{g\, n}$
42814 \end_inset
42815
42816 は、すべてのセルが持つ固定幅です。
42817 \series bold
42818
42819 \backslash
42820 tabcolsep
42821 \series default
42822 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42823 \begin_inset space \thinspace{}
42824 \end_inset
42825
42826 ptです。
42827 \series bold
42828
42829 \backslash
42830 arrayrulewidth
42831 \series default
42832 は、セル罫線幅であり、既定値は0.4
42833 \begin_inset space \thinspace{}
42834 \end_inset
42835
42836 ptです。
42837 \end_layout
42838
42839 \begin_layout Standard
42840
42841 \begin_inset CommandInset ref
42842 LatexCommand eqref
42843 reference "eq:Wtot_n"
42844
42845 \end_inset
42846
42847 式にしたがえば、連結列の全幅
42848 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
42849 \end_inset
42850
42851
42852 \begin_inset Formula 
42853 \begin{equation}
42854 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42855 \end{equation}
42856
42857 \end_inset
42858
42859
42860 \end_layout
42861
42862 \begin_layout Standard
42863 となります。
42864 \begin_inset Formula $n$
42865 \end_inset
42866
42867 列を連結する時には各列の全幅は
42868 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
42869 \end_inset
42870
42871 となるので、第
42872 \begin_inset CommandInset ref
42873 LatexCommand eqref
42874 reference "eq:Wtot_n"
42875
42876 \end_inset
42877
42878 式と第
42879 \begin_inset CommandInset ref
42880 LatexCommand eqref
42881 reference "eq:Wtot_mult"
42882
42883 \end_inset
42884
42885 式が等しいものと置けば、必要となる固定幅
42886 \begin_inset Formula $W_{g\, n}$
42887 \end_inset
42888
42889 を計算することができて、
42890 \begin_inset Formula 
42891 \begin{equation}
42892 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42893 \end{equation}
42894
42895 \end_inset
42896
42897 となります。
42898 \end_layout
42899
42900 \begin_layout Bibliography
42901 \begin_inset CommandInset bibitem
42902 LatexCommand bibitem
42903 key "latexcompanion"
42904
42905 \end_inset
42906
42907 Frank Mittelbach and Michel Goossens: 
42908 \emph on
42909 The LaTeX Companion Second Edition.
42910
42911 \emph default
42912  Addison-Wesley, 2004
42913 \end_layout
42914
42915 \begin_layout Bibliography
42916 \begin_inset CommandInset bibitem
42917 LatexCommand bibitem
42918 key "latexguide"
42919
42920 \end_inset
42921
42922 Helmut Kopka and Patrick W.
42923  Daly: 
42924 \emph on
42925 A Guide to LaTeX Fourth Edition.
42926
42927 \emph default
42928  Addison-Wesley, 2003
42929 \end_layout
42930
42931 \begin_layout Bibliography
42932 \begin_inset CommandInset bibitem
42933 LatexCommand bibitem
42934 key "latexbook"
42935
42936 \end_inset
42937
42938 Leslie Lamport: 
42939 \emph on
42940 LaTeX: A Document Preparation System.
42941
42942 \emph default
42943  Addison-Wesley, second edition, 1994
42944 \end_layout
42945
42946 \begin_layout Bibliography
42947 \begin_inset CommandInset bibitem
42948 LatexCommand bibitem
42949 key "arydshln"
42950
42951 \end_inset
42952
42953 LaTeXパッケージ
42954 \series bold
42955
42956 \begin_inset CommandInset href
42957 LatexCommand href
42958 name "arydshln"
42959 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42960
42961 \end_inset
42962
42963
42964 \series default
42965
42966 \begin_inset Index idx
42967 status collapsed
42968
42969 \begin_layout Plain Layout
42970 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
42971 \end_layout
42972
42973 \end_inset
42974
42975
42976 \end_layout
42977
42978 \begin_layout Bibliography
42979 \begin_inset CommandInset bibitem
42980 LatexCommand bibitem
42981 key "booktabs"
42982
42983 \end_inset
42984
42985 LaTeXパッケージ
42986 \series bold
42987
42988 \begin_inset CommandInset href
42989 LatexCommand href
42990 name "booktabs"
42991 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42992
42993 \end_inset
42994
42995
42996 \series default
42997
42998 \begin_inset Index idx
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
43003 \end_layout
43004
43005 \end_inset
43006
43007 の取扱説明書
43008 \end_layout
43009
43010 \begin_layout Bibliography
43011 \begin_inset CommandInset bibitem
43012 LatexCommand bibitem
43013 key "caption"
43014
43015 \end_inset
43016
43017 LaTeXパッケージ
43018 \series bold
43019
43020 \begin_inset CommandInset href
43021 LatexCommand href
43022 name "caption"
43023 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43024
43025 \end_inset
43026
43027
43028 \series default
43029
43030 \begin_inset Index idx
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034 LaTeXぱっけーじ@LaTeXパッケージ ! caption
43035 \end_layout
43036
43037 \end_inset
43038
43039 の取扱説明書
43040 \end_layout
43041
43042 \begin_layout Bibliography
43043 \begin_inset CommandInset bibitem
43044 LatexCommand bibitem
43045 key "diagbox"
43046
43047 \end_inset
43048
43049 LaTeXパッケージ
43050 \series bold
43051
43052 \begin_inset CommandInset href
43053 LatexCommand href
43054 name "diagbox"
43055 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43056
43057 \end_inset
43058
43059
43060 \series default
43061
43062 \begin_inset Index idx
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
43067 \end_layout
43068
43069 \end_inset
43070
43071
43072 \end_layout
43073
43074 \begin_layout Bibliography
43075 \begin_inset CommandInset bibitem
43076 LatexCommand bibitem
43077 key "endfloat"
43078
43079 \end_inset
43080
43081 LaTeXパッケージ
43082 \series bold
43083
43084 \begin_inset CommandInset href
43085 LatexCommand href
43086 name "endfloat"
43087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43088
43089 \end_inset
43090
43091
43092 \series default
43093
43094 \begin_inset Index idx
43095 status collapsed
43096
43097 \begin_layout Plain Layout
43098 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
43099 \end_layout
43100
43101 \end_inset
43102
43103 の取扱説明書
43104 \end_layout
43105
43106 \begin_layout Bibliography
43107 \begin_inset CommandInset bibitem
43108 LatexCommand bibitem
43109 key "footmisc"
43110
43111 \end_inset
43112
43113 LaTeXパッケージ
43114 \series bold
43115
43116 \begin_inset CommandInset href
43117 LatexCommand href
43118 name "footmisc"
43119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43120
43121 \end_inset
43122
43123
43124 \series default
43125
43126 \begin_inset Index idx
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
43131 \end_layout
43132
43133 \end_inset
43134
43135 の取扱説明書
43136 \end_layout
43137
43138 \begin_layout Bibliography
43139 \begin_inset CommandInset bibitem
43140 LatexCommand bibitem
43141 key "hypcap"
43142
43143 \end_inset
43144
43145 LaTeXパッケージ
43146 \series bold
43147
43148 \begin_inset CommandInset href
43149 LatexCommand href
43150 name "hypcap"
43151 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43152
43153 \end_inset
43154
43155
43156 \series default
43157
43158 \begin_inset Index idx
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
43163 \end_layout
43164
43165 \end_inset
43166
43167 の取扱説明書
43168 \end_layout
43169
43170 \begin_layout Bibliography
43171 \begin_inset CommandInset bibitem
43172 LatexCommand bibitem
43173 key "hyperref"
43174
43175 \end_inset
43176
43177 LaTeXパッケージ
43178 \series bold
43179
43180 \begin_inset CommandInset href
43181 LatexCommand href
43182 name "hyperref"
43183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43184
43185 \end_inset
43186
43187
43188 \series default
43189
43190 \begin_inset Index idx
43191 status collapsed
43192
43193 \begin_layout Plain Layout
43194 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
43195 \end_layout
43196
43197 \end_inset
43198
43199 の取扱説明書
43200 \end_layout
43201
43202 \begin_layout Bibliography
43203 \begin_inset CommandInset bibitem
43204 LatexCommand bibitem
43205 key "KOMA-script"
43206
43207 \end_inset
43208
43209 LaTeXパッケージ
43210 \series bold
43211
43212 \begin_inset CommandInset href
43213 LatexCommand href
43214 name "KOMA-script"
43215 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
43216
43217 \end_inset
43218
43219
43220 \series default
43221
43222 \begin_inset Index idx
43223 status collapsed
43224
43225 \begin_layout Plain Layout
43226 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
43227 \end_layout
43228
43229 \end_inset
43230
43231 の取扱説明書
43232 \end_layout
43233
43234 \begin_layout Bibliography
43235 \begin_inset CommandInset bibitem
43236 LatexCommand bibitem
43237 key "lettrine"
43238
43239 \end_inset
43240
43241 LaTeXパッケージ 
43242 \series bold
43243
43244 \begin_inset CommandInset href
43245 LatexCommand href
43246 name "lettrine"
43247 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
43248
43249 \end_inset
43250
43251
43252 \series default
43253  
43254 \lang english
43255 and an
43256 \lang japanese
43257  
43258 \begin_inset CommandInset href
43259 LatexCommand href
43260 name "example"
43261 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
43262
43263 \end_inset
43264
43265
43266 \begin_inset Index idx
43267 status collapsed
43268
43269 \begin_layout Plain Layout
43270 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
43271 \end_layout
43272
43273 \end_inset
43274
43275
43276 \end_layout
43277
43278 \begin_layout Bibliography
43279 \begin_inset CommandInset bibitem
43280 LatexCommand bibitem
43281 key "listings"
43282
43283 \end_inset
43284
43285 LaTeXパッケージ
43286 \series bold
43287
43288 \begin_inset CommandInset href
43289 LatexCommand href
43290 name "listings"
43291 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
43292
43293 \end_inset
43294
43295
43296 \series default
43297
43298 \begin_inset Index idx
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302 LaTeXぱっけーじ@LaTeXパッケージ ! listings
43303 \end_layout
43304
43305 \end_inset
43306
43307 の取扱説明書
43308 \end_layout
43309
43310 \begin_layout Bibliography
43311 \begin_inset CommandInset bibitem
43312 LatexCommand bibitem
43313 key "marginnote"
43314
43315 \end_inset
43316
43317 LaTeXパッケージ
43318 \series bold
43319
43320 \begin_inset CommandInset href
43321 LatexCommand href
43322 name "marginnote"
43323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
43324
43325 \end_inset
43326
43327
43328 \series default
43329
43330 \begin_inset Index idx
43331 status collapsed
43332
43333 \begin_layout Plain Layout
43334 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
43335 \end_layout
43336
43337 \end_inset
43338
43339 の取扱説明書
43340 \end_layout
43341
43342 \begin_layout Bibliography
43343 \begin_inset CommandInset bibitem
43344 LatexCommand bibitem
43345 key "pdfpages"
43346
43347 \end_inset
43348
43349 LaTeXパッケージ
43350 \series bold
43351
43352 \begin_inset CommandInset href
43353 LatexCommand href
43354 name "pdfpages"
43355 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
43356
43357 \end_inset
43358
43359
43360 \series default
43361
43362 \begin_inset Index idx
43363 status collapsed
43364
43365 \begin_layout Plain Layout
43366 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
43367 \end_layout
43368
43369 \end_inset
43370
43371 の取扱説明書
43372 \end_layout
43373
43374 \begin_layout Bibliography
43375 \begin_inset CommandInset bibitem
43376 LatexCommand bibitem
43377 key "prettyref"
43378
43379 \end_inset
43380
43381 LaTeXパッケージ
43382 \series bold
43383
43384 \begin_inset CommandInset href
43385 LatexCommand href
43386 name "prettyref"
43387 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
43388
43389 \end_inset
43390
43391
43392 \series default
43393
43394 \begin_inset Index idx
43395 status collapsed
43396
43397 \begin_layout Plain Layout
43398 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
43399 \end_layout
43400
43401 \end_inset
43402
43403 の取扱説明書
43404 \end_layout
43405
43406 \begin_layout Bibliography
43407 \begin_inset CommandInset bibitem
43408 LatexCommand bibitem
43409 key "pstricks"
43410
43411 \end_inset
43412
43413 LaTeXパッケージ
43414 \series bold
43415
43416 \begin_inset CommandInset href
43417 LatexCommand href
43418 name "PSTricks"
43419 target "http://tug.org/PSTricks/"
43420
43421 \end_inset
43422
43423
43424 \series default
43425
43426 \begin_inset Index idx
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
43431 \end_layout
43432
43433 \end_inset
43434
43435 のウェブページ
43436 \end_layout
43437
43438 \begin_layout Bibliography
43439 \begin_inset CommandInset bibitem
43440 LatexCommand bibitem
43441 key "refstyle"
43442
43443 \end_inset
43444
43445 LaTeXパッケージ
43446 \series bold
43447
43448 \begin_inset CommandInset href
43449 LatexCommand href
43450 name "refstyle"
43451 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
43452
43453 \end_inset
43454
43455
43456 \series default
43457
43458 \begin_inset Index idx
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
43463 \end_layout
43464
43465 \end_inset
43466
43467 の取扱説明書
43468 \end_layout
43469
43470 \begin_layout Bibliography
43471 \begin_inset CommandInset bibitem
43472 LatexCommand bibitem
43473 key "sidecap"
43474
43475 \end_inset
43476
43477 LaTeXパッケージ
43478 \series bold
43479
43480 \begin_inset CommandInset href
43481 LatexCommand href
43482 name "sidecap"
43483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
43484
43485 \end_inset
43486
43487
43488 \series default
43489
43490 \begin_inset Index idx
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
43495 \end_layout
43496
43497 \end_inset
43498
43499 の取扱説明書
43500 \end_layout
43501
43502 \begin_layout Bibliography
43503 \begin_inset CommandInset bibitem
43504 LatexCommand bibitem
43505 key "NewInLyX20"
43506
43507 \end_inset
43508
43509
43510 \family sans
43511 LyX 2.0
43512 \family default
43513 の新機能に関する
43514 \begin_inset CommandInset href
43515 LatexCommand href
43516 name "Wikiページ"
43517 target "http://wiki.lyx.org/LyX/NewInLyX20"
43518
43519 \end_inset
43520
43521
43522 \end_layout
43523
43524 \begin_layout Standard
43525 \begin_inset CommandInset index_print
43526 LatexCommand printindex
43527 type "idx"
43528
43529 \end_inset
43530
43531
43532 \end_layout
43533
43534 \end_body
43535 \end_document