]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: accept changes and update preamble
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
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} % This breaks title fonts with pLaTeX
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 \begin_local_layout
188 InsetLayout             Flex:Ruby
189 LyxType         charstyle
190 LatexType               command
191 LatexName               ruby
192 BgColor         none
193 LabelString             "ルビ"
194 Decoration              Conglomerate
195 Argument post:1
196       LabelString       "ルビ文"
197       MenuString        "ルビ文(S)|S"
198       Decoration        Conglomerate
199       Font
200             Size                tiny
201       EndFont
202       LabelFont
203             Size                tiny
204       EndFont
205       Mandatory 1
206 EndArgument
207 Preamble
208 \IfFileExists{okumacro.sty}
209  {\usepackage{okumacro}}
210  {\newcommand{\ruby}[2]{#2}}
211 EndPreamble
212 End
213 \end_local_layout
214 \language japanese
215 \language_package default
216 \inputencoding auto
217 \fontencoding global
218 \font_roman default
219 \font_sans default
220 \font_typewriter default
221 \font_math auto
222 \font_default_family default
223 \use_non_tex_fonts false
224 \font_sc false
225 \font_osf false
226 \font_sf_scale 100
227 \font_tt_scale 100
228 \graphics default
229 \default_output_format pdf
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks true
241 \pdf_bookmarksnumbered true
242 \pdf_bookmarksopen true
243 \pdf_bookmarksopenlevel 1
244 \pdf_breaklinks false
245 \pdf_pdfborder false
246 \pdf_colorlinks true
247 \pdf_backref false
248 \pdf_pdfusetitle false
249 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
250 \papersize a4paper
251 \use_geometry true
252 \use_package amsmath 2
253 \use_package amssymb 2
254 \use_package cancel 0
255 \use_package esint 0
256 \use_package mathdots 1
257 \use_package mathtools 0
258 \use_package mhchem 1
259 \use_package stackrel 0
260 \use_package stmaryrd 0
261 \use_package undertilde 0
262 \cite_engine basic
263 \cite_engine_type default
264 \biblio_style plain
265 \use_bibtopic false
266 \use_indices false
267 \paperorientation portrait
268 \suppress_date false
269 \justification true
270 \use_refstyle 0
271 \notefontcolor #0000ff
272 \index 索引
273 \shortcut idx
274 \color #008000
275 \end_index
276 \leftmargin 2.5cm
277 \topmargin 2.5cm
278 \rightmargin 2.5cm
279 \bottommargin 3cm
280 \secnumdepth 3
281 \tocdepth 3
282 \paragraph_separation skip
283 \defskip medskip
284 \quotes_language english
285 \papercolumns 1
286 \papersides 2
287 \paperpagestyle default
288 \bullet 1 1 34 -1
289 \bullet 2 2 35 -1
290 \bullet 3 2 7 -1
291 \tracking_changes false
292 \output_changes false
293 \html_math_output 0
294 \html_css_as_file 0
295 \html_be_strict false
296 \end_header
297
298 \begin_body
299
300 \begin_layout Title
301 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
302 \end_layout
303
304 \begin_layout Author
305 LyXプロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317
318 \end_inset
319
320  までお送り下さい。
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Note Note
327 status collapsed
328
329 \begin_layout Plain Layout
330 著者:Uwe Stöhr
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 第2.1.x版
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 本文書の全体をPDFやPS、DVIに書き出すには、
363 \series bold
364 arydshln
365 \series default
366
367 \series bold
368 colortbl
369 \series default
370
371 \series bold
372 diagbox
373 \series default
374
375 \series bold
376 lettrine
377 \series default
378
379 \series bold
380 marginnote
381 \series default
382
383 \series bold
384 picinpar
385 \series default
386
387 \series bold
388 sidecap
389 \series default
390 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
391 されません。
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
402 \series default
403
404 \begin_inset Newline newline
405 \end_inset
406
407 にあります。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Chapter
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 ず@図
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 がぞう@画像
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 |see{
438 \end_layout
439
440 \end_inset
441
442
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Plain Layout
447
448 }
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Section
462 画像ダイアログ
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 ず@図 ! がぞうだいあろぐ@画像ダイアログ
468 \end_layout
469
470 \end_inset
471
472
473 \begin_inset CommandInset label
474 LatexCommand label
475 name "sec:画像ダイアログ"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Standard
483 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
484 \family sans
485
486 \begin_inset Info
487 type  "icon"
488 arg   "dialog-show-new-inset graphics"
489 \end_inset
490
491
492 \family default
493 をクリックするか、
494 \family sans
495 挿入\SpecialChar \menuseparator
496 画像
497 \family default
498 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
499 \end_layout
500
501 \begin_layout Standard
502 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 画像
509 \family default
510  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
511 \begin_inset CommandInset ref
512 LatexCommand ref
513 reference "cha:LyXで使用できる単位"
514
515 \end_inset
516
517 に説明があります。
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 ず@図 ! のかいてん@---の回転
527 \end_layout
528
529 \end_inset
530
531 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 ず@図 ! のしんしゅく@---の伸縮
541 \end_layout
542
543 \end_inset
544
545 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
546 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
547 \family sans
548 縦横比を維持する
549 \family default
550 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
551 \begin_inset Newline newline
552 \end_inset
553
554 画像を右クリックすると現れるコンテクストメニューで
555 \family sans
556 外部で編集
557 \family default
558 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
559 ます。
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 切り抜き
566 \family default
567  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
568 \family sans
569 ファイルから取得
570 \family default
571 ボタンを押すことによって、自動的に計算することもできます。
572 \family sans
573 境界枠で切り抜く
574 \family default
575 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
576 \end_layout
577
578 \begin_layout Description
579
580 \family sans
581 LaTeXとLyXのオプション
582 \family default
583  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
584 \family sans
585
586 \begin_inset Newline newline
587 \end_inset
588
589 下書きモード
590 \family default
591 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
592 \family sans
593
594 \begin_inset Newline newline
595 \end_inset
596
597 エクスポートする際に解凍しない
598 \family default
599 オプションは、
600 \emph on
601 x.eps.gz
602 \emph default
603 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
604 ません。
605 \begin_inset Newline newline
606 \end_inset
607
608 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:PostScript"
612
613 \end_inset
614
615 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
616 \begin_inset Newline newline
617 \end_inset
618
619
620 \series bold
621 gzip x.eps
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627
628 \series bold
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \family sans
641 画像グループ
642 \family default
643 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 ず@図 ! せっていぐるーぷ@設定グループ
649 \end_layout
650
651 \end_inset
652
653 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
654 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
655 を使用して、望むグループ名をチェックすることで行うこともできます。
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 下記はEPS書式
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 画像書式は、第
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:画像形式"
675
676 \end_inset
677
678 節に説明されています。
679 \end_layout
680
681 \end_inset
682
683 の画像の例で、単独の中央揃えの段落に置いてあります。
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         scaleBeforeRotation
692         rotateOrigin center
693
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 下記は上と同じ画像ですが、下書きモードのものです。
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         draft
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset Newpage newpage
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Section
725 図フロート
726 \begin_inset CommandInset label
727 LatexCommand label
728 name "sec:図フロート"
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 ふろーと@フロート ! ず@図
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Index idx
744 status collapsed
745
746 \begin_layout Plain Layout
747 ず@図 ! ふろーと@フロート
748 \end_layout
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 フロートについての一般的な説明は、第
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "sec:フロートはじめに"
760
761 \end_inset
762
763 節をご覧下さい。
764 \end_layout
765
766 \begin_layout Standard
767 ツールバーボタンの
768 \family sans
769
770 \begin_inset Info
771 type  "icon"
772 arg   "float-insert figure"
773 \end_inset
774
775
776 \family default
777
778 \family sans
779 挿入\SpecialChar \menuseparator
780 フロート\SpecialChar \menuseparator
781
782 \family default
783 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:犠牲のカモノハシ"
787
788 \end_inset
789
790 のようにキャプションの上に置くこともできますし、図
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "fig:エッシャー"
794
795 \end_inset
796
797 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "sec:キャプションの配置"
801
802 \end_inset
803
804 節に述べられています。
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/platypus.eps
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:犠牲のカモノハシ"
833
834 \end_inset
835
836 フロート中の激しく歪んだカモノハシ
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:エッシャー"
862
863 \end_inset
864
865 行ってしまったM.C.エッシャー
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 さんしょう@参照 ! ずへの@図への ---
897 \end_layout
898
899 \end_inset
900
901
902 \begin_inset CommandInset ref
903 LatexCommand ref
904 reference "fig:犠牲のカモノハシ"
905
906 \end_inset
907
908 図と第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:エッシャー"
912
913 \end_inset
914
915 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
916 \family sans
917 挿入\SpecialChar \menuseparator
918 ラベル
919 \family default
920 メニューかツールバーボタン
921 \family sans
922
923 \begin_inset Info
924 type  "icon"
925 arg   "label-insert"
926 \end_inset
927
928
929 \family default
930 を使用して、キャプションにラベルを挿入してください。その後、
931 \family sans
932 挿入\SpecialChar \menuseparator
933 相互参照
934 \family default
935 メニューかツールバーボタン
936 \family sans
937
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943
944 \family default
945 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
946 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
947 \begin_inset Newline newline
948 \end_inset
949
950 参照は、第
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "sec:フロートの参照"
954
955 \end_inset
956
957 節で詳細に説明されています。
958 \end_layout
959
960 \begin_layout Standard
961 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
962 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:歪められた二つの像"
966
967 \end_inset
968
969 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
970 \begin_inset CommandInset ref
971 LatexCommand ref
972 reference "fig:何かわからない構造"
973
974 \end_inset
975
976 と図
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "fig:カモノハシ"
980
981 \end_inset
982
983 が内部図になります。
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption Standard
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:何かわからない構造"
1009
1010 \end_inset
1011
1012 何かわからない構造
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/escher-lsd.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "fig:カモノハシ"
1051
1052 \end_inset
1053
1054 カモノハシ
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Graphics
1064         filename ../clipart/platypus.eps
1065         width 45col%
1066         scaleBeforeRotation
1067         groupId distorted
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:歪められた二つの像"
1090
1091 \end_inset
1092
1093 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 \begin_inset Newpage newpage
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Section
1114 画像形式
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "sec:画像形式"
1118
1119 \end_inset
1120
1121
1122 \begin_inset Index idx
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 がぞうけいしき@画像形式
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset Index idx
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 ず@図 ! がぞうけいしき@画像形式
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Standard
1145 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "cha:ファイル出力形式"
1149
1150 \end_inset
1151
1152 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1153 ウンドで
1154 \family typewriter
1155 ImageMagick
1156 \family default
1157 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1158 用するとよいでしょう。出力ファイル形式は、付録
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "cha:ファイル出力形式"
1162
1163 \end_inset
1164
1165 に説明されています。
1166 \end_layout
1167
1168 \begin_layout Standard
1169 フォントと同じく、画像形式にも以下の二つの型があります。
1170 \end_layout
1171
1172 \begin_layout Description
1173 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1174 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1175 \family typewriter
1176 .gif
1177 \family default
1178 」)
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 GIF
1184 \begin_inset ERT
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188
1189 |see{
1190 \end_layout
1191
1192 \end_inset
1193
1194 画像書式
1195 \begin_inset ERT
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199
1200 }
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1211 \family typewriter
1212 .png
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 PNG
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 |see{
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1247 \family typewriter
1248 .jpg
1249 \family default
1250 」または「
1251 \family typewriter
1252 .jpeg
1253 \family default
1254 」)
1255 \begin_inset Index idx
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259 JPG
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 |see{
1266 \end_layout
1267
1268 \end_inset
1269
1270 画像書式
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 \end_layout
1283
1284 \end_inset
1285
1286 などがあります。
1287 \end_layout
1288
1289 \begin_layout Description
1290 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1291 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1292 に便利です。
1293 \begin_inset Newline newline
1294 \end_inset
1295
1296 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1297 \family typewriter
1298 .svg
1299 \family default
1300 」)
1301 \begin_inset Index idx
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 SVG
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 |see{
1312 \end_layout
1313
1314 \end_inset
1315
1316 画像書式
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1333 \family typewriter
1334 .eps
1335 \family default
1336 」)
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 EPS
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 |see{
1348 \end_layout
1349
1350 \end_inset
1351
1352 画像書式
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1369 \family typewriter
1370 .pdf
1371 \family default
1372 」)
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 PDF
1378 \end_layout
1379
1380 \end_inset
1381
1382 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1383 \family typewriter
1384 .wmf
1385 \family default
1386 」)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 SVG
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 |see{
1398 \end_layout
1399
1400 \end_inset
1401
1402 画像書式
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1419 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1420 \begin_inset Foot
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 PDFの場合には、さらに元画像が圧縮されます。
1425 \end_layout
1426
1427 \end_inset
1428
1429 。たとえば、
1430 \family typewriter
1431 Adobe Photoshop
1432 \family default
1433 が生成するPDFファイルは、ビットマップ画像です。
1434 \end_layout
1435
1436 \begin_layout Standard
1437 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1438 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1439 \begin_inset Formula $\to$
1440 \end_inset
1441
1442 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1443 \end_layout
1444
1445 \begin_layout Chapter
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 ひょう@表
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Section
1460 はじめに
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 ひょう@表 ! はじめに
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474
1475 \family roman
1476 \series medium
1477 \shape up
1478 \size normal
1479 \emph off
1480 \bar no
1481 \noun off
1482 \color none
1483 表を挿入するには、ツールバーボタ
1484 \family default
1485 \series default
1486 \shape default
1487 \size default
1488 \emph default
1489 \bar default
1490 \noun default
1491 \color inherit
1492
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "tabular-insert"
1496 \end_inset
1497
1498
1499 \family roman
1500 \series medium
1501 \shape up
1502 \size normal
1503 \emph off
1504 \bar no
1505 \noun off
1506 \color none
1507
1508 \family sans
1509 \series default
1510 \shape default
1511 \size default
1512 \emph default
1513 \bar default
1514 \noun default
1515 \color inherit
1516 挿入\SpecialChar \menuseparator
1517
1518 \family default
1519 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1520 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1521 \begin_inset Newline newline
1522 \end_inset
1523
1524 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1525 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="4">
1532 <features rotate="0" tabularvalignment="middle">
1533 <column alignment="center" valignment="top">
1534 <column alignment="center" valignment="top">
1535 <column alignment="center" valignment="top">
1536 <column alignment="center" valignment="top">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 1
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 2
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 3
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 </lyxtabular>
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Section
1697 表ダイアログ
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 ひょう@表 ! だいあろぐ@ダイアログ
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Standard
1711
1712 \family roman
1713 \series medium
1714 \shape up
1715 \size normal
1716 \emph off
1717 \bar no
1718 \noun off
1719 \color none
1720 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1721 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1722 \family default
1723 \series default
1724 \shape default
1725 \size default
1726 \emph default
1727 \bar default
1728 \noun default
1729 \color inherit
1730 セルの
1731 \emph on
1732 内容
1733 \emph default
1734 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738 ダイアログオプションの
1739 \family sans
1740 直ちに適用
1741 \family default
1742 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1743 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1744 \begin_inset Newline newline
1745 \end_inset
1746
1747 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1748 \end_layout
1749
1750 \begin_layout Description
1751
1752 \family sans
1753 表の設定
1754 \family default
1755  ここでは、現在列の幅と水平揃えを設定することができます。
1756 \family sans
1757 小数点で
1758 \family default
1759 とある揃えは、第
1760 \begin_inset CommandInset ref
1761 LatexCommand ref
1762 reference "sub:特殊なセル揃え"
1763
1764 \end_inset
1765
1766 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1767 は、第
1768 \begin_inset CommandInset ref
1769 LatexCommand ref
1770 reference "sub:複数行"
1771
1772 \end_inset
1773
1774 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1775 \begin_inset Newline newline
1776 \end_inset
1777
1778 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1779 \begin_inset CommandInset ref
1780 LatexCommand ref
1781 reference "sub:連結列"
1782
1783 \end_inset
1784
1785 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1786 \begin_inset CommandInset ref
1787 LatexCommand ref
1788 reference "sub:連結行"
1789
1790 \end_inset
1791
1792 節をご参照ください。
1793 \begin_inset Newline newline
1794 \end_inset
1795
1796 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1797 \begin_inset Newline newline
1798 \end_inset
1799
1800
1801 \begin_inset Note Greyedout
1802 status open
1803
1804 \begin_layout Plain Layout
1805
1806 \series bold
1807 【註】
1808 \series default
1809 DVIビューアのすべてが回転を表示できるわけではありません。
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \begin_inset Newline newline
1816 \end_inset
1817
1818 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1819 \begin_inset Newline newline
1820 \end_inset
1821
1822 各種の揃えを適用した同一行中の表:
1823 \begin_inset Tabular
1824 <lyxtabular version="3" rows="2" columns="2">
1825 <features rotate="0" tabularvalignment="top">
1826 <column alignment="center" valignment="top" width="0pt">
1827 <column alignment="center" valignment="top">
1828 <row>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 1
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853 A
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 </lyxtabular>
1869
1870 \end_inset
1871
1872  
1873 \begin_inset Tabular
1874 <lyxtabular version="3" rows="2" columns="2">
1875 <features rotate="0" tabularvalignment="middle">
1876 <column alignment="center" valignment="top">
1877 <column alignment="center" valignment="top">
1878 <row>
1879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 1
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 A
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922  
1923 \begin_inset Tabular
1924 <lyxtabular version="3" rows="2" columns="2">
1925 <features rotate="0" tabularvalignment="bottom">
1926 <column alignment="center" valignment="top" width="0pt">
1927 <column alignment="center" valignment="top">
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942 1
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 <row>
1949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 A
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 </row>
1968 </lyxtabular>
1969
1970 \end_inset
1971
1972
1973 \begin_inset Newline newline
1974 \end_inset
1975
1976 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1977 \begin_inset CommandInset ref
1978 LatexCommand ref
1979 reference "sub:連結列の計算"
1980
1981 \end_inset
1982
1983 節および第
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "sec:色付きの表"
1987
1988 \end_inset
1989
1990 節をご参照下さい。
1991 \end_layout
1992
1993 \begin_layout Description
1994
1995 \family sans
1996 罫線
1997 \family default
1998  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 様式オプションとして
2003 \family sans
2004 フォーマル様式
2005 \family default
2006 を使用すると、第
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "sec:フォーマル形式の表"
2010
2011 \end_inset
2012
2013 節に述べられているフォーマル様式の表に表を変換します。
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 またここで、第
2018 \begin_inset CommandInset ref
2019 LatexCommand ref
2020 reference "sub:行の余白取り"
2021
2022 \end_inset
2023
2024 節に述べられているように、表の行に空白を追加することもできます。
2025 \end_layout
2026
2027 \begin_layout Description
2028
2029 \family sans
2030 長尺表
2031 \family default
2032  このタブは、複数のページにわたる、いわゆる「
2033 \emph on
2034 長尺表
2035 \emph default
2036 」を作るためのものです。第
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "sec:長尺表"
2040
2041 \end_inset
2042
2043 節および第
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sec:長尺表にまつわる諸点"
2047
2048 \end_inset
2049
2050 節に、長尺表の機能に関する詳細な説明があります。
2051 \end_layout
2052
2053 \begin_layout Section
2054 表ツールバー
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 ひょう@表 ! つーるばー@ツールバー
2060 \end_layout
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2069 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2070 \end_layout
2071
2072 \begin_layout Standard
2073 ツールバーには、以下のアイコンがあります。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078
2079 \family sans
2080 \begin_inset Info
2081 type  "icon"
2082 arg   "inset-modify tabular append-row"
2083 \end_inset
2084
2085
2086 \family default
2087  は、現在セルあるいは選択範囲の下に行を追加します。
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092
2093 \family sans
2094 \begin_inset Info
2095 type  "icon"
2096 arg   "inset-modify tabular append-column"
2097 \end_inset
2098
2099
2100 \family default
2101  は、現在セルあるいは選択範囲の右に列を追加します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106
2107 \family sans
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular delete-row"
2111 \end_inset
2112
2113
2114 \family default
2115  は、現在行あるいは選択範囲行を削除します。
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120
2121 \family sans
2122 \begin_inset Info
2123 type  "icon"
2124 arg   "inset-modify tabular delete-column"
2125 \end_inset
2126
2127
2128 \family default
2129  は、現在列あるいは選択範囲列を削除します。
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134
2135 \family sans
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "inset-modify tabular toggle-line-top"
2139 \end_inset
2140
2141
2142 \family default
2143  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148
2149 \family sans
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "inset-modify tabular toggle-line-bottom"
2153 \end_inset
2154
2155
2156 \family default
2157  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162
2163 \family sans
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "inset-modify tabular toggle-line-left"
2167 \end_inset
2168
2169
2170 \family default
2171  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular toggle-line-right"
2181 \end_inset
2182
2183
2184 \family default
2185  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "inset-modify tabular set-all-lines"
2195 \end_inset
2196
2197
2198 \family default
2199  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "inset-modify tabular unset-all-lines"
2209 \end_inset
2210
2211
2212 \family default
2213  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "inset-modify tabular m-align-left"
2223 \end_inset
2224
2225
2226 \family default
2227  は、現在セルあるいは現在列の内容を左揃えにします。
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "inset-modify tabular m-align-center"
2237 \end_inset
2238
2239
2240 \family default
2241  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular m-align-right"
2251 \end_inset
2252
2253
2254 \family default
2255  は、現在セルあるいは現在列の内容を右揃えにします。
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "inset-modify tabular align-decimal"
2265 \end_inset
2266
2267
2268 \family default
2269  は、現在セルの内容を特定文字位置で揃えます。
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "inset-modify tabular m-valign-top"
2279 \end_inset
2280
2281
2282 \family default
2283  は、現在セルの内容を垂直方向上揃えにします。
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "inset-modify tabular m-valign-middle"
2293 \end_inset
2294
2295
2296 \family default
2297  は、現在セルの内容を垂直方向中央揃えにします。
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "inset-modify tabular m-valign-bottom"
2307 \end_inset
2308
2309
2310 \family default
2311  は、現在セルの内容を垂直方向下揃えにします。
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "inset-modify tabular set-rotate-cell"
2321 \end_inset
2322
2323
2324 \family default
2325  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330
2331 \family sans
2332 \begin_inset Info
2333 type  "icon"
2334 arg   "inset-modify tabular set-rotate-tabular"
2335 \end_inset
2336
2337
2338 \family default
2339  は、表全体を反時計廻りに90度回転します。
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344
2345 \family sans
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "inset-modify tabular multicolumn"
2349 \end_inset
2350
2351
2352 \family default
2353  は、現在セルあるいは選択範囲を連結列にします。
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358
2359 \family sans
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular multirow"
2363 \end_inset
2364
2365
2366 \family default
2367  は、現在セルあるいは選択範囲を連結行にします。
2368 \end_layout
2369
2370 \begin_layout Standard
2371 \begin_inset Note Greyedout
2372 status open
2373
2374 \begin_layout Plain Layout
2375
2376 \series bold
2377 【註】
2378 \series default
2379 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2380 \end_layout
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Section
2388 表編集メニュー
2389 \begin_inset Index idx
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 表ダイアログと表ツールバーの他に、
2403 \family sans
2404 編集\SpecialChar \menuseparator
2405
2406 \family default
2407 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2408 部にあるときのみ、表示されます。
2409 \end_layout
2410
2411 \begin_layout Section
2412 表フロート
2413 \begin_inset CommandInset label
2414 LatexCommand label
2415 name "sec:表フロート"
2416
2417 \end_inset
2418
2419
2420 \begin_inset Index idx
2421 status collapsed
2422
2423 \begin_layout Plain Layout
2424 ふろーと@フロート ! ひょう@表
2425 \end_layout
2426
2427 \end_inset
2428
2429
2430 \begin_inset Index idx
2431 status collapsed
2432
2433 \begin_layout Plain Layout
2434 ひょう@表 ! ふろーと@フロート
2435 \end_layout
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 フロートの一般的な説明については、第
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "sec:フロートはじめに"
2447
2448 \end_inset
2449
2450 節をご覧下さい。
2451 \end_layout
2452
2453 \begin_layout Standard
2454 \begin_inset Float table
2455 placement h
2456 wide false
2457 sideways false
2458 status open
2459
2460 \begin_layout Plain Layout
2461 \begin_inset Caption Standard
2462
2463 \begin_layout Plain Layout
2464 \begin_inset CommandInset label
2465 LatexCommand label
2466 name "tab:表フロート"
2467
2468 \end_inset
2469
2470 表フロート
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Plain Layout
2479 \align center
2480 \begin_inset Tabular
2481 <lyxtabular version="3" rows="3" columns="3">
2482 <features rotate="0" tabularvalignment="middle">
2483 <column alignment="center" valignment="top" width="0pt">
2484 <column alignment="center" valignment="top" width="0pt">
2485 <column alignment="center" valignment="top" width="0pt">
2486 <row>
2487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2488 \begin_inset Text
2489
2490 \begin_layout Plain Layout
2491
2492 \family roman
2493 \series medium
2494 \shape up
2495 \size normal
2496 \emph off
2497 \bar no
2498 \noun off
2499 \color none
2500 1
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509
2510 \family roman
2511 \series medium
2512 \shape up
2513 \size normal
2514 \emph off
2515 \bar no
2516 \noun off
2517 \color none
2518 2
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527
2528 \family roman
2529 \series medium
2530 \shape up
2531 \size normal
2532 \emph off
2533 \bar no
2534 \noun off
2535 \color none
2536 3
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 <row>
2543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Plain Layout
2547 森嶋
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Plain Layout
2556 宇沢
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565 二階堂
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 <row>
2572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Plain Layout
2576
2577 \family roman
2578 \series medium
2579 \shape up
2580 \size normal
2581 \emph off
2582 \bar no
2583 \noun off
2584 \color none
2585 \begin_inset Formula $\int x^{2}dx$
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \end_inset
2592 </cell>
2593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2594 \begin_inset Text
2595
2596 \begin_layout Plain Layout
2597
2598 \family roman
2599 \series medium
2600 \shape up
2601 \size normal
2602 \emph off
2603 \bar no
2604 \noun off
2605 \color none
2606 \begin_inset Formula $\left[\begin{array}{cc}
2607 a & b\\
2608 c & d
2609 \end{array}\right]$
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $1+1=2$
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 </row>
2639 </lyxtabular>
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 表フロートは、
2653 \family sans
2654 挿入
2655 \shape up
2656 \SpecialChar \menuseparator
2657 フロート\SpecialChar \menuseparator
2658
2659 \family default
2660 \shape default
2661 メニューかツールバーボタン
2662 \family sans
2663
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "float-insert table"
2667 \end_inset
2668
2669
2670 \family default
2671 を使うと挿入することができます。
2672 \end_layout
2673
2674 \begin_layout Standard
2675 フロートは折りたたむことのできるボックスとして表示され、中には「表
2676 \begin_inset space ~
2677 \end_inset
2678
2679 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2680 \end_layout
2681
2682 \begin_layout Standard
2683
2684 \begin_inset space ~
2685 \end_inset
2686
2687
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "tab:表フロート"
2691
2692 \end_inset
2693
2694 は、表フロートに入れた表の例です。
2695 \end_layout
2696
2697 \begin_layout Standard
2698 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2699 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2700 eXパッケージの
2701 \series bold
2702 caption
2703 \series default
2704
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \begin_layout Standard
2718
2719 \series bold
2720 tableposition=top
2721 \end_layout
2722
2723 \begin_layout Standard
2724 というオプションとともにloadコマンドを使って読み込んでください
2725 \begin_inset Foot
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 詳しくは、第
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "sec:キャプションの配置"
2733
2734 \end_inset
2735
2736 節をご覧下さい。
2737 \end_layout
2738
2739 \end_inset
2740
2741 。キャプション書式を調整するには、第
2742 \begin_inset CommandInset ref
2743 LatexCommand ref
2744 reference "sec:キャプションの書式設定"
2745
2746 \end_inset
2747
2748 節にものべられているように
2749 \series bold
2750 caption
2751 \series default
2752 パッケージを使用します。
2753 \end_layout
2754
2755 \begin_layout Standard
2756 \begin_inset Index idx
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 さんしょう@参照 ! ひょうへの@表への
2761 \end_layout
2762
2763 \end_inset
2764
2765 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2766 \family sans
2767 挿入\SpecialChar \menuseparator
2768 ラベル
2769 \family default
2770 メニューかツールバーボタンの
2771 \family sans
2772
2773 \begin_inset Info
2774 type  "icon"
2775 arg   "label-insert"
2776 \end_inset
2777
2778
2779 \family default
2780 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2781 相互参照メニューかツールバーボタンの
2782 \family sans
2783
2784 \begin_inset Info
2785 type  "icon"
2786 arg   "dialog-show-new-inset ref"
2787 \end_inset
2788
2789
2790 \family default
2791 を用いて、このラベルを参照することができます。
2792 \begin_inset Newline newline
2793 \end_inset
2794
2795 参照は、第
2796 \begin_inset CommandInset ref
2797 LatexCommand ref
2798 reference "sec:フロートの参照"
2799
2800 \end_inset
2801
2802 節で詳細に説明されています。
2803 \end_layout
2804
2805 \begin_layout Section
2806 長尺表
2807 \begin_inset CommandInset label
2808 LatexCommand label
2809 name "sec:長尺表"
2810
2811 \end_inset
2812
2813
2814 \begin_inset Index idx
2815 status collapsed
2816
2817 \begin_layout Plain Layout
2818 ちょうしゃくひょう@長尺表
2819 \end_layout
2820
2821 \end_inset
2822
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 ひょう@表 ! ちょうしゃくひょう@長尺表
2829 \end_layout
2830
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \begin_layout Standard
2837 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2838 \family sans
2839 長尺表
2840 \family default
2841 タブにある
2842 \family sans
2843 長尺表を使う
2844 \family default
2845 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2846 することができるようになります。
2847 \end_layout
2848
2849 \begin_layout Description
2850 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 ただし、
2860 \family sans
2861 \series default
2862 \shape default
2863 \size default
2864 \emph default
2865 \bar default
2866 \noun default
2867 \color inherit
2868 冒頭ヘッダ
2869 \family roman
2870 \series medium
2871 \shape up
2872 \size normal
2873 \emph off
2874 \bar no
2875 \noun off
2876 \color none
2877 が定義されているときは、冒頭ページを除きます。
2878 \family default
2879 \series default
2880 \shape default
2881 \size default
2882 \emph default
2883 \bar default
2884 \noun default
2885 \color inherit
2886 これと区別して、このヘッダは本体ヘッダと呼びます。
2887 \end_layout
2888
2889 \begin_layout Description
2890 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2891 \end_layout
2892
2893 \begin_layout Description
2894 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2895 \family roman
2896 \series medium
2897 \shape up
2898 \size normal
2899 \emph off
2900 \bar no
2901 \noun off
2902 \color none
2903 ただし、
2904 \family sans
2905 \series default
2906 \shape default
2907 \size default
2908 \emph default
2909 \bar default
2910 \noun default
2911 \color inherit
2912 末尾フッタ
2913 \family roman
2914 \series medium
2915 \shape up
2916 \size normal
2917 \emph off
2918 \bar no
2919 \noun off
2920 \color none
2921 が定義されているときは、末尾ページを除きます。
2922 \end_layout
2923
2924 \begin_layout Description
2925 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2926 \end_layout
2927
2928 \begin_layout Description
2929 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sub:長尺表のキャプション"
2933
2934 \end_inset
2935
2936 節で説明されています。
2937 \end_layout
2938
2939 \begin_layout Standard
2940 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \align center
2945 \begin_inset Tabular
2946 <lyxtabular version="3" rows="69" columns="3">
2947 <features rotate="0" islongtable="true" longtabularalignment="center">
2948 <column alignment="left" valignment="top" width="0cm">
2949 <column alignment="left" valignment="top" width="0pt">
2950 <column alignment="center" valignment="top" width="0pt">
2951 <row endfirsthead="true">
2952 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \series bold
2958 例示用電話帳(名前は無視してください)
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endfirsthead="true">
2983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 氏名
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \series bold
3007 TEL.
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row endhead="true">
3014 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \series bold
3020 例示用電話帳
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row endhead="true">
3045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 氏名
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 TEL.
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row endfoot="true">
3076 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 次頁へつづく
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Annovi
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Silvia
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bertoli
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Stefano
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Bozzi
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Walter
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maria
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cachia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Maurizio
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Cinquemani
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Giusi
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Colin
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Bernard
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Concli
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Gianfranco
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dal Bosco
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Carolina
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Dalpiaz
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Annamaria
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Feliciello
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Domenico
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Focarelli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Galletti
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Oreste
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Gasparini
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Franca
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Rizzardi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Paola
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Lassini
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Giancarlo
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Luciano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Malfatti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Valeriano
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Meneguzzo
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Mezzadra
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Roberto
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pirpamer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Erich
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Pochiesa
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Paolo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111, 222
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Radina
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Claudio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Stuffer
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oskar
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tacchelli
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Ugo
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Tezzele
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Margit
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Unterkalmsteiner
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Frieda
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vieider
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Hilde
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Vigna
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Jürgen
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Weber
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Maurizio
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Winkler
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Franz
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070  
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Annovi
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Silvia
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bertoli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Stefano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Bozzi
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Walter
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maria
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cachia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Maurizio
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Cinquemani
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Giusi
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Colin
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Bernard
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Concli
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Gianfranco
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dal Bosco
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Carolina
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Dalpiaz
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Annamaria
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Feliciello
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Domenico
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Focarelli
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Galletti
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Oreste
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Gasparini
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Franca
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Rizzardi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Paola
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Lassini
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Giancarlo
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Luciano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Malfatti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Valeriano
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Meneguzzo
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Mezzadra
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Roberto
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pirpamer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Erich
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Pochiesa
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Paolo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555, 222
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Radina
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Claudio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Stuffer
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oskar
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tacchelli
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Ugo
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Tezzele
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Margit
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Unterkalmsteiner
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Frieda
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vieider
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Hilde
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Vigna
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Jürgen
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 999
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Weber
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Maurizio
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Winkler
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Franz
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row endlastfoot="true">
5056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 以上
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 </lyxtabular>
5085
5086 \end_inset
5087
5088
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 addtocounter{table}{-1}
5097 \end_layout
5098
5099 \end_inset
5100
5101
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 本コマンドの説明については、第
5107 \begin_inset CommandInset ref
5108 LatexCommand ref
5109 reference "sub:長尺表のキャプション"
5110
5111 \end_inset
5112
5113 節の最初の淡色注釈をご覧下さい。
5114 \end_layout
5115
5116 \end_inset
5117
5118
5119 \end_layout
5120
5121 \begin_layout Subsection
5122 長尺表での脚注
5123 \begin_inset CommandInset label
5124 LatexCommand label
5125 name "sub:長尺表での脚注"
5126
5127 \end_inset
5128
5129
5130 \begin_inset Index idx
5131 status collapsed
5132
5133 \begin_layout Plain Layout
5134 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Standard
5143 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5144 \begin_inset CommandInset ref
5145 LatexCommand ref
5146 reference "tab:別キャプション"
5147
5148 \end_inset
5149
5150 には脚注が付いています。
5151 \end_layout
5152
5153 \begin_layout Subsection
5154 長尺表の縦横揃え
5155 \begin_inset Index idx
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5160 \end_layout
5161
5162 \end_inset
5163
5164
5165 \end_layout
5166
5167 \begin_layout Standard
5168 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5169 設定してから
5170 \end_layout
5171
5172 \begin_layout Standard
5173
5174 \series bold
5175
5176 \backslash
5177 setlength{
5178 \backslash
5179 LTleft}{値}
5180 \end_layout
5181
5182 \begin_layout Standard
5183 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5184 \series bold
5185
5186 \backslash
5187 LTleft
5188 \series default
5189 および
5190 \series bold
5191
5192 \backslash
5193 LTright
5194 \series default
5195 の値を変更しなくてはなりません。ここで「値」は、第
5196 \begin_inset CommandInset ref
5197 LatexCommand ref
5198 reference "tab:単位"
5199
5200 \end_inset
5201
5202 表に挙げてある単位であれば、どの単位を取ることもできます。
5203 \series bold
5204
5205 \backslash
5206 LTleft
5207 \series default
5208 は、左頁余白から長尺表までの水平方向の距離を制御し、
5209 \series bold
5210
5211 \backslash
5212 LTright
5213 \series default
5214 は、右頁余白からの距離を制御します。これらの長さの既定値は
5215 \series bold
5216
5217 \backslash
5218 fill
5219 \series default
5220 となっており、LyXの水平フィルと同等になっています。
5221 \end_layout
5222
5223 \begin_layout Standard
5224 以下の長尺表は、中央揃えの上、
5225 \series bold
5226
5227 \backslash
5228 LTleft
5229 \series default
5230
5231 \family sans
5232 0.1
5233 \backslash
5234 columnwidth
5235 \family default
5236 に設定してあります。
5237 \begin_inset ERT
5238 status collapsed
5239
5240 \begin_layout Plain Layout
5241
5242
5243 \backslash
5244 setlength{
5245 \backslash
5246 LTleft}{0.1
5247 \backslash
5248 columnwidth}
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \begin_layout Standard
5257 \begin_inset Tabular
5258 <lyxtabular version="3" rows="5" columns="5">
5259 <features rotate="0" islongtable="true" longtabularalignment="center">
5260 <column alignment="center" valignment="top">
5261 <column alignment="center" valignment="top">
5262 <column alignment="center" valignment="top">
5263 <column alignment="center" valignment="top">
5264 <column alignment="center" valignment="top">
5265 <row>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 1
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 2
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 3
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 4
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 5
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 </row>
5312 <row>
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" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 いろは
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 いろは
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 いろは
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 いろは
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 いろは
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 いろは
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 いろは
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 いろは
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 いろは
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 </lyxtabular>
5501
5502 \end_inset
5503
5504
5505 \begin_inset ERT
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509
5510
5511 \backslash
5512 setlength{
5513 \backslash
5514 LTleft}{
5515 \backslash
5516 fill}
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \begin_inset ERT
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526
5527
5528 \backslash
5529 addtocounter{table}{-1}
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \begin_inset Note Note
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 このコマンドの説明に関しては、第
5540 \begin_inset CommandInset ref
5541 LatexCommand ref
5542 reference "sub:長尺表のキャプション"
5543
5544 \end_inset
5545
5546 節の最初の淡色注釈をご覧下さい。
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Subsection
5555 長尺表のキャプション
5556 \begin_inset Index idx
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \begin_inset CommandInset label
5567 LatexCommand label
5568 name "sub:長尺表のキャプション"
5569
5570 \end_inset
5571
5572
5573 \end_layout
5574
5575 \begin_layout Standard
5576 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5577 \begin_inset CommandInset ref
5578 LatexCommand ref
5579 reference "sec:長尺表"
5580
5581 \end_inset
5582
5583 節に述べられているように、ある行で長尺表オプションの
5584 \family sans
5585 キャプション
5586 \family default
5587 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5588 \family sans
5589 冒頭ヘッダ
5590 \family default
5591
5592 \family sans
5593 ヘッダ
5594 \family default
5595
5596 \family sans
5597 フッタ
5598 \family default
5599
5600 \family sans
5601 末尾フッタ
5602 \family default
5603 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5604 \end_layout
5605
5606 \begin_layout Standard
5607 以下は、動作を確認するための短い長尺表です。
5608 \end_layout
5609
5610 \begin_layout Standard
5611 \begin_inset Tabular
5612 <lyxtabular version="3" rows="6" columns="5">
5613 <features rotate="0" islongtable="true" longtabularalignment="center">
5614 <column alignment="center" valignment="top">
5615 <column alignment="center" valignment="top">
5616 <column alignment="center" valignment="top">
5617 <column alignment="center" valignment="top">
5618 <column alignment="center" valignment="top">
5619 <row endfirsthead="true" caption="true">
5620 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 \begin_inset Caption Standard
5625
5626 \begin_layout Plain Layout
5627 キャプション付き長尺表
5628 \begin_inset Argument 1
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 長尺表
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 1
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 2
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 3
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 4
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 5
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 いろは
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 いろは
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 いろは
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 いろは
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 いろは
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 いろは
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 </lyxtabular>
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \begin_layout Standard
5927 \begin_inset VSpace medskip
5928 \end_inset
5929
5930
5931 \begin_inset Note Greyedout
5932 status open
5933
5934 \begin_layout Plain Layout
5935
5936 \series bold
5937 【註1】
5938 \series default
5939 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5940 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5941 \end_layout
5942
5943 \begin_layout Plain Layout
5944
5945 \series bold
5946
5947 \backslash
5948 addtocounter{table}{-1}
5949 \end_layout
5950
5951 \begin_layout Plain Layout
5952 というコマンドを挿入する方法があります。
5953 \end_layout
5954
5955 \begin_layout Plain Layout
5956 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5957 \end_layout
5958
5959 \begin_layout Plain Layout
5960
5961 \series bold
5962
5963 \backslash
5964 let
5965 \backslash
5966 myEnd
5967 \backslash
5968 endlongtable
5969 \begin_inset Newline newline
5970 \end_inset
5971
5972
5973 \backslash
5974 renewcommand{
5975 \backslash
5976 endlongtable}{
5977 \backslash
5978 myEnd
5979 \backslash
5980 addtocounter{table}{-1}}
5981 \end_layout
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 \begin_inset Note Greyedout
5990 status open
5991
5992 \begin_layout Plain Layout
5993
5994 \series bold
5995 【註2】
5996 \series default
5997 相互参照をリンクするために、
5998 \family sans
5999 文書設定
6000 \family default
6001 ダイアログの
6002 \family sans
6003 PDF特性
6004 \family default
6005
6006 \series bold
6007 hyperref
6008 \series default
6009
6010 \begin_inset Index idx
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6015 \end_layout
6016
6017 \end_inset
6018
6019 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6020 \end_layout
6021
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Subsubsection
6028 長尺表への参照
6029 \begin_inset Index idx
6030 status collapsed
6031
6032 \begin_layout Plain Layout
6033 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042 \begin_inset Tabular
6043 <lyxtabular version="3" rows="6" columns="5">
6044 <features rotate="0" islongtable="true" longtabularalignment="center">
6045 <column alignment="center" valignment="top">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <row endfirsthead="true" caption="true">
6051 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Caption Standard
6056
6057 \begin_layout Plain Layout
6058 参照された長尺表
6059 \begin_inset CommandInset label
6060 LatexCommand label
6061 name "tab:参照例"
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 1
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 2
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 3
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 4
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 5
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 いろは
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 いろは
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 いろは
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 いろは
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 いろは
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 いろは
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 いろは
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 いろは
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 いろは
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 </lyxtabular>
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \begin_layout Standard
6355 長尺表を参照するには、キャプションにラベルを挿入してください。
6356 \end_layout
6357
6358 \begin_layout Standard
6359 これは表
6360 \begin_inset CommandInset ref
6361 LatexCommand ref
6362 reference "tab:参照例"
6363
6364 \end_inset
6365
6366 への参照です。
6367 \end_layout
6368
6369 \begin_layout Standard
6370 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6371 \series bold
6372 caption
6373 \series default
6374
6375 \begin_inset Index idx
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6380 \end_layout
6381
6382 \end_inset
6383
6384 を使用して設定することができます。第
6385 \begin_inset CommandInset ref
6386 LatexCommand ref
6387 reference "sec:キャプションの書式設定"
6388
6389 \end_inset
6390
6391 節をご覧下さい。
6392 \end_layout
6393
6394 \begin_layout Subsubsection
6395 キャプションの幅
6396 \begin_inset Index idx
6397 status collapsed
6398
6399 \begin_layout Plain Layout
6400 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \begin_layout Standard
6409 キャプション行の最大長は、長さ
6410 \series bold
6411
6412 \backslash
6413 LTcapwidth
6414 \series default
6415 によって指定することができます。既定値は4
6416 \begin_inset space \thinspace{}
6417 \end_inset
6418
6419 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6420 \end_layout
6421
6422 \begin_layout Standard
6423
6424 \series bold
6425
6426 \backslash
6427 setlength{
6428 \backslash
6429 LTcapwidth}{幅}
6430 \end_layout
6431
6432 \begin_layout Standard
6433 というコマンドを書き加えて下さい。ここで「幅」には、付録
6434 \begin_inset CommandInset ref
6435 LatexCommand ref
6436 reference "cha:LyXで使用できる単位"
6437
6438 \end_inset
6439
6440 に挙げられている単位を取ることができます。
6441 \end_layout
6442
6443 \begin_layout Standard
6444 以下の各表で違いを示します。
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset Tabular
6449 <lyxtabular version="3" rows="6" columns="5">
6450 <features rotate="0" islongtable="true" longtabularalignment="center">
6451 <column alignment="center" valignment="top">
6452 <column alignment="center" valignment="top">
6453 <column alignment="center" valignment="top">
6454 <column alignment="center" valignment="top">
6455 <column alignment="center" valignment="top">
6456 <row endfirsthead="true" caption="true">
6457 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Caption Standard
6462
6463 \begin_layout Plain Layout
6464 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6465 \begin_inset Argument 1
6466 status collapsed
6467
6468 \begin_layout Plain Layout
6469 既定幅のキャプション
6470 \end_layout
6471
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 1
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 2
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 3
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 4
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 5
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 いろは
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 いろは
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 いろは
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 いろは
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 <row>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 いろは
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 いろは
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 いろは
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 いろは
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 いろは
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 </lyxtabular>
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \begin_layout Standard
6764 \begin_inset ERT
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768
6769
6770 \backslash
6771 setlength{
6772 \backslash
6773 LTcapwidth}{5cm}
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \begin_inset Tabular
6780 <lyxtabular version="3" rows="6" columns="5">
6781 <features rotate="0" islongtable="true" longtabularalignment="center">
6782 <column alignment="center" valignment="top">
6783 <column alignment="center" valignment="top">
6784 <column alignment="center" valignment="top">
6785 <column alignment="center" valignment="top">
6786 <column alignment="center" valignment="top">
6787 <row endfirsthead="true" caption="true">
6788 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 \begin_inset Caption Standard
6793
6794 \begin_layout Plain Layout
6795 5
6796 \begin_inset space \thinspace{}
6797 \end_inset
6798
6799 cm幅のなが〜いフルタイトル・5
6800 \begin_inset space \thinspace{}
6801 \end_inset
6802
6803 cm幅のなが〜いフルタイトル・5
6804 \begin_inset space \thinspace{}
6805 \end_inset
6806
6807 cm幅のなが〜いフルタイトル
6808 \begin_inset Argument 1
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 5
6813 \begin_inset space \thinspace{}
6814 \end_inset
6815
6816 cm幅のキャプション
6817 \end_layout
6818
6819 \end_inset
6820
6821
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 </row>
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 1
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 2
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 3
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 4
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 5
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 いろは
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 いろは
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 いろは
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 いろは
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 いろは
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 いろは
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 いろは
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 いろは
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 いろは
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 </lyxtabular>
7104
7105 \end_inset
7106
7107
7108 \end_layout
7109
7110 \begin_layout Standard
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115
7116
7117 \backslash
7118 setlength{
7119 \backslash
7120 LTcapwidth}{4in}
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \begin_layout Standard
7129 \begin_inset Note Greyedout
7130 status open
7131
7132 \begin_layout Plain Layout
7133
7134 \series bold
7135 【註】
7136 \series default
7137 この文書のようにLaTeXパッケージの
7138 \series bold
7139 caption
7140 \series default
7141
7142 \begin_inset Index idx
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7147 \end_layout
7148
7149 \end_inset
7150
7151 を使用している時には、
7152 \series bold
7153
7154 \backslash
7155 LTcapwidth
7156 \series default
7157 に既定値の4
7158 \begin_inset space \thinspace{}
7159 \end_inset
7160
7161 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7162 \begin_inset space \thinspace{}
7163 \end_inset
7164
7165 in幅のキャプションを作るには、3.99
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 inのように4.0
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 inと少し違う値を指定するか、
7174 \series bold
7175 caption
7176 \series default
7177 パッケージが提供している
7178 \series bold
7179
7180 \backslash
7181 captionsetup{width=値}
7182 \series default
7183 というLaTeXコマンドを用いる方法があります。
7184 \end_layout
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Subsubsection
7192 表の各ページごとに異なるキャプション
7193 \begin_inset Index idx
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7207 \end_layout
7208
7209 \begin_layout Standard
7210
7211 \series bold
7212
7213 \backslash
7214 caption*{キャプション文}
7215 \backslash
7216
7217 \backslash
7218 %
7219 \end_layout
7220
7221 \begin_layout Standard
7222 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7223 \begin_inset CommandInset ref
7224 LatexCommand ref
7225 reference "tab:別キャプション"
7226
7227 \end_inset
7228
7229 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 \begin_inset Tabular
7235 <lyxtabular version="3" rows="59" columns="3">
7236 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7237 <column alignment="left" valignment="top" width="0cm">
7238 <column alignment="left" valignment="top" width="0pt">
7239 <column alignment="center" valignment="top" width="0pt">
7240 <row endfirsthead="true" caption="true">
7241 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 \begin_inset Caption Standard
7246
7247 \begin_layout Plain Layout
7248 例示用電話帳
7249 \begin_inset CommandInset label
7250 LatexCommand label
7251 name "tab:別キャプション"
7252
7253 \end_inset
7254
7255
7256 \begin_inset Argument 1
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 例示用電話帳
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \end_inset
7269
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 </row>
7294 <row endfirsthead="true">
7295 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299
7300 \series bold
7301 例示用電話帳(名前は無視の事)
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 <row endfirsthead="true">
7326 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \series bold
7332 氏名
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \series bold
7352 TEL.
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 </row>
7358 <row endhead="true">
7359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 caption*{例示用電話帳の続き}
7371 \backslash
7372
7373 \backslash
7374 %
7375 \end_layout
7376
7377 \end_inset
7378
7379
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 <row endhead="true">
7404 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408
7409 \series bold
7410 例示用電話帳
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 <row endhead="true">
7435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \series bold
7441 氏名
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459
7460 \series bold
7461 TEL.
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 </row>
7467 <row endfoot="true">
7468 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 次頁に続く
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 </row>
7496 <row>
7497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503 Annovi
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 Silvia
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 111
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 </row>
7527 <row>
7528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \series bold
7534 Bertoli
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 Stefano
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 111
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 <row>
7559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \series bold
7565 Bozzi
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 Walter
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 111
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 <row>
7590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594
7595 \series bold
7596 Cachia
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 Maria
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 111
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row>
7621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625
7626 \series bold
7627 Cachia
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 Maurizio
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 111
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row>
7652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 Cinquemani
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 Giusi
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 111
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 <row>
7683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \series bold
7689 Colin
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 Bernard
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 111
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row>
7714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \series bold
7720 Concli
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 Gianfranco
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 111
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row>
7745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 Dal Bosco
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 Carolina
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 111
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row>
7776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 Dalpiaz
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 Annamaria
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 111
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 </row>
7806 <row>
7807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \series bold
7813 Feliciello
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 Domenico
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 111
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 </row>
7837 <row>
7838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \series bold
7844 Focarelli
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 Paola
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 111
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \series bold
7875 Galletti
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Oreste
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 111
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \series bold
7906 Gasparini
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Franca
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 111
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 Rizzardi
7938 \series default
7939
7940 \begin_inset Foot
7941 status collapsed
7942
7943 \begin_layout Plain Layout
7944 例示用脚注
7945 \end_layout
7946
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 Paola
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 111
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Lassini
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Giancarlo
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 111
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 Malfatti
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 Luciano
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 111
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 Malfatti
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 Valeriano
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 111
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \series bold
8073 Meneguzzo
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Roberto
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 111
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Mezzadra
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Roberto
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Pirpamer
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Erich
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Pochiesa
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Paolo
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111, 222
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Radina
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Claudio
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Stuffer
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Oskar
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 111
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \series bold
8259 Tacchelli
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Ugo
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 111
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Tezzele
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 Margit
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 111
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321 Unterkalmsteiner
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Frieda
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Vieider
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Hilde
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Vigna
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Jürgen
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Weber
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Maurizio
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Winkler
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Franz
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474  
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \series bold
8505 Annovi
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 Silvia
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 555
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \series bold
8536 Bertoli
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 Stefano
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 555
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \series bold
8567 Bozzi
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Walter
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 555
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598 Cachia
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Maria
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 555
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \series bold
8629 Cachia
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Maurizio
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 555
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Cinquemani
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Giusi
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 555
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Colin
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Bernard
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 555
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Concli
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Gianfranco
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 555
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Dal Bosco
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Carolina
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 555
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Dalpiaz
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Annamaria
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 555
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Feliciello
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Domenico
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 555
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \series bold
8846 Focarelli
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 Paola
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 555
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Galletti
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Oreste
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 555
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908 Gasparini
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Franca
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 555
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Rizzardi
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Paola
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 555
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Lassini
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Giancarlo
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 555
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Malfatti
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Luciano
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 555
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Malfatti
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Valeriano
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 555
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Meneguzzo
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Roberto
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 555
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Mezzadra
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Roberto
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 </lyxtabular>
9119
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \begin_layout Section
9126 長尺表にまつわる諸点
9127 \begin_inset CommandInset label
9128 LatexCommand label
9129 name "sec:長尺表にまつわる諸点"
9130
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \begin_layout Subsection
9137 長尺表の計算
9138 \begin_inset Index idx
9139 status collapsed
9140
9141 \begin_layout Plain Layout
9142 ちょうしゃくひょう@長尺表 ! けいさん@計算
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \begin_layout Standard
9151 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9152 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9153 \end_layout
9154
9155 \begin_layout Standard
9156
9157 \series bold
9158
9159 \backslash
9160 setcounter{LTchunksize}{100}
9161 \end_layout
9162
9163 \begin_layout Standard
9164 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9165 \end_layout
9166
9167 \begin_layout Subsection
9168 フロートと長尺表
9169 \begin_inset Index idx
9170 status collapsed
9171
9172 \begin_layout Plain Layout
9173 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9174 \end_layout
9175
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \begin_layout Standard
9182 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9183 \series bold
9184
9185 \backslash
9186 clearpage
9187 \series default
9188 コマンドを長尺表の前にTeXコードとして書き加えてください。
9189 \end_layout
9190
9191 \begin_layout Subsection
9192 強制改頁
9193 \begin_inset Index idx
9194 status collapsed
9195
9196 \begin_layout Plain Layout
9197 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9198 \end_layout
9199
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \begin_layout Standard
9206 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9207 ド「
9208 \series bold
9209
9210 \backslash
9211
9212 \backslash
9213
9214 \series default
9215 」を挿入します。
9216 \series bold
9217
9218 \backslash
9219
9220 \backslash
9221
9222 \series default
9223 コマンドの前には、現セルよりも右にある列数と同じ数の「
9224 \series bold
9225 &
9226 \series default
9227 」文字を、TeXコードで挿入してやる必要があります。この
9228 \series bold
9229 &
9230 \series default
9231 は、表セルの区切り文字です。各
9232 \series bold
9233 &
9234 \series default
9235 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9236 \begin_inset Newline newline
9237 \end_inset
9238
9239
9240 \series bold
9241
9242 \backslash
9243
9244 \backslash
9245
9246 \series default
9247 コマンドの後ろには、現在列の左側にある列数と同じ数の
9248 \series bold
9249 &
9250 \series default
9251 文字を挿入してください。表
9252 \begin_inset CommandInset ref
9253 LatexCommand ref
9254 reference "tab:強制改頁"
9255
9256 \end_inset
9257
9258 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9259 \end_layout
9260
9261 \begin_layout Standard
9262
9263 \series bold
9264 & 111
9265 \backslash
9266
9267 \backslash
9268  
9269 \backslash
9270 newpage
9271 \begin_inset Newline newline
9272 \end_inset
9273
9274 &
9275 \end_layout
9276
9277 \begin_layout Standard
9278 というコマンドが、セル中「
9279 \emph on
9280 Castelchiodato,
9281 \emph default
9282 」の後にTeXコードとして挿入してあります。
9283 \end_layout
9284
9285 \begin_layout Standard
9286 同一行3列目の「111」は削除してあります。
9287 \series bold
9288
9289 \backslash
9290 newpage
9291 \series default
9292 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9293 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9294 \end_layout
9295
9296 \begin_layout Standard
9297
9298 \series bold
9299 & 111
9300 \backslash
9301
9302 \backslash
9303
9304 \begin_inset Newline newline
9305 \end_inset
9306
9307
9308 \backslash
9309 hline &
9310 \end_layout
9311
9312 \begin_layout Standard
9313 というコマンドを使用して下さい。
9314 \end_layout
9315
9316 \begin_layout Standard
9317 改頁をしたいセルが最右列にある場合には、
9318 \end_layout
9319
9320 \begin_layout Standard
9321
9322 \series bold
9323
9324 \backslash
9325 setlength{
9326 \backslash
9327 parfillskip}{0pt}
9328 \end_layout
9329
9330 \begin_layout Standard
9331 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9332
9333 \end_layout
9334
9335 \begin_layout Standard
9336 \align center
9337 \begin_inset Tabular
9338 <lyxtabular version="3" rows="38" columns="3">
9339 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9340 <column alignment="left" valignment="top" width="0cm">
9341 <column alignment="left" valignment="top" width="3cm">
9342 <column alignment="center" valignment="top" width="0pt">
9343 <row endfirsthead="true" caption="true">
9344 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Caption Standard
9349
9350 \begin_layout Plain Layout
9351 表セル内で強制改頁をしている表
9352 \begin_inset CommandInset label
9353 LatexCommand label
9354 name "tab:強制改頁"
9355
9356 \end_inset
9357
9358
9359 \begin_inset Argument 1
9360 status collapsed
9361
9362 \begin_layout Plain Layout
9363 表セル内で強制改頁をしている表
9364 \end_layout
9365
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row endfirsthead="true">
9398 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 例示用電話帳(氏名は無視の事)
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row endfirsthead="true">
9429 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 氏名
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 TEL.
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 </row>
9461 <row endhead="true">
9462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 \begin_inset ERT
9467 status collapsed
9468
9469 \begin_layout Plain Layout
9470
9471
9472 \backslash
9473 caption*{例示用電話帳の続き}
9474 \backslash
9475
9476 \backslash
9477 %
9478 \end_layout
9479
9480 \end_inset
9481
9482
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 </row>
9506 <row endhead="true">
9507 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 例示用電話帳
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row endhead="true">
9536 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \series bold
9542 氏名
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \series bold
9562 TEL.
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row endfoot="true">
9569 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 次頁に続く
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 </row>
9597 <row>
9598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \series bold
9604 Annovi
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 Silvia
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 111
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 <row>
9629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \series bold
9635 Bertoli
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 Stefano
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 111
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 <row>
9660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \series bold
9666 Bozzi
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 Walter
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 111
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \series bold
9697 Cachia
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 Maria
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 111
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \series bold
9728 Cachia
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 Maurizio
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 111
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \series bold
9759 Cinquemani
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 Giusi
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 111
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 <row>
9784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \series bold
9790 Colin
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 Bernard
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808 111
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \series bold
9821 Concli
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 Gianfranco
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 111
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \series bold
9852 Dal Bosco
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 Carolina
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 111
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \series bold
9883 Dalpiaz
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 Annamaria
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 111
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \series bold
9914 Feliciello
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 Domenico
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 111
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row>
9939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \series bold
9945 Focarelli
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 Paola
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 111
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row>
9970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 Galletti
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 Oreste
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 111
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 Gasparini
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 Franca
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 111
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Lassini
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 Giancarlo
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 111
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 Malfatti
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 Luciano
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 111
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Malfatti
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Valeriano
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Meneguzzo
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Roberto
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Mezzadra
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Roberto
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Pirpamer
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Erich
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Pochiesa
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Paolo
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111, 222
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Radina
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Claudio
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Rizzardi
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Paolo, 11.
10296  Fürst von Montecompatri, 11.
10297  Fürst von Sulmona und Vivaro, 10.
10298  Fürst von Rossano, 5.
10299  Herzog von Canemorte, 11.
10300  Herzog von Palombara, 5.
10301  Herzog von Castelchiodato,
10302 \begin_inset ERT
10303 status collapsed
10304
10305 \begin_layout Plain Layout
10306
10307 & 111
10308 \backslash
10309
10310 \backslash
10311  
10312 \backslash
10313 newpage
10314 \end_layout
10315
10316 \begin_layout Plain Layout
10317
10318 &
10319 \end_layout
10320
10321 \end_inset
10322
10323  11.
10324  Herzog von Poggionativo, 11.
10325  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10326  Graf von Valinfreda, 11.
10327  Baron von Cropalati, 11.
10328  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Stuffer
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Oskar
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Tacchelli
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Ugo
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Tezzele
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Margit
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Unterkalmsteiner
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Frieda
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Vieider
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Hilde
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Vigna
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Jürgen
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Weber
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Maurizio
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Winkler
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Franz
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 </lyxtabular>
10592
10593 \end_inset
10594
10595
10596 \end_layout
10597
10598 \begin_layout Section
10599 複数行・連結列・連結行
10600 \end_layout
10601
10602 \begin_layout Subsection
10603 表セル内の複数行
10604 \begin_inset CommandInset label
10605 LatexCommand label
10606 name "sub:複数行"
10607
10608 \end_inset
10609
10610
10611 \begin_inset Index idx
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615 ひょうせるないのふくすうぎょう@表セル内の複数行
10616 \end_layout
10617
10618 \end_inset
10619
10620
10621 \begin_inset Index idx
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 ひょう@表 ! かいぎょう@改行
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \begin_layout Standard
10634 \noindent
10635 \begin_inset Float table
10636 placement H
10637 wide false
10638 sideways false
10639 status open
10640
10641 \begin_layout Plain Layout
10642 \begin_inset Caption Standard
10643
10644 \begin_layout Plain Layout
10645 \begin_inset CommandInset label
10646 LatexCommand label
10647 name "tab:複数行表"
10648
10649 \end_inset
10650
10651 セル内に複数の行がある表
10652 \end_layout
10653
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \begin_layout Plain Layout
10660 \align center
10661 \begin_inset Tabular
10662 <lyxtabular version="3" rows="3" columns="3">
10663 <features rotate="0" tabularvalignment="middle">
10664 <column alignment="center" valignment="middle" width="2.5cm">
10665 <column alignment="center" valignment="middle">
10666 <column alignment="center" valignment="middle">
10667 <row>
10668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 複数の
10673 \begin_inset Newline linebreak
10674 \end_inset
10675
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 </lyxtabular>
10759
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \begin_layout Standard
10771 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10772 \end_layout
10773
10774 \begin_layout Standard
10775
10776 \begin_inset CommandInset ref
10777 LatexCommand ref
10778 reference "tab:複数行表"
10779
10780 \end_inset
10781
10782 を生成するには、まず3
10783 \begin_inset Formula $\times$
10784 \end_inset
10785
10786 3表を作り、最初のセルを右クリックして現れるメニューから、
10787 \family sans
10788 設定
10789 \family default
10790 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10791 \begin_inset space \thinspace{}
10792 \end_inset
10793
10794 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10795 \begin_inset space \thinspace{}
10796 \end_inset
10797
10798 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10799 \begin_inset Flex Ruby
10800 status collapsed
10801
10802 \begin_layout Plain Layout
10803 捷径
10804 \begin_inset Argument post:1
10805 status collapsed
10806
10807 \begin_layout Plain Layout
10808 ショートカット
10809 \end_layout
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \end_inset
10817
10818
10819 \begin_inset Info
10820 type  "shortcut"
10821 arg   "newline-insert linebreak"
10822 \end_inset
10823
10824 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10825 \end_layout
10826
10827 \begin_layout Standard
10828 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10829 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10830 \begin_inset space \thinspace{}
10831 \end_inset
10832
10833 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10834 \begin_inset CommandInset ref
10835 LatexCommand ref
10836 reference "tab:ハイフネーション表"
10837
10838 \end_inset
10839
10840 が違いを示しています
10841 \begin_inset Foot
10842 status open
10843
10844 \begin_layout Plain Layout
10845
10846 \series bold
10847 【訳註】
10848 \series default
10849 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \begin_layout Standard
10858 \begin_inset Float table
10859 placement h
10860 wide false
10861 sideways false
10862 status open
10863
10864 \begin_layout Plain Layout
10865 \begin_inset Caption Standard
10866
10867 \begin_layout Plain Layout
10868 \begin_inset CommandInset label
10869 LatexCommand label
10870 name "tab:ハイフネーション表"
10871
10872 \end_inset
10873
10874 ハイフネーション有/無の表
10875 \end_layout
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \begin_layout Plain Layout
10883 \begin_inset space \hfill{}
10884 \end_inset
10885
10886
10887 \begin_inset Tabular
10888 <lyxtabular version="3" rows="3" columns="3">
10889 <features rotate="0" tabularvalignment="middle">
10890 <column alignment="center" valignment="middle" width="2.5cm">
10891 <column alignment="center" valignment="middle">
10892 <column alignment="center" valignment="middle">
10893 <row>
10894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 verylongtablecellword
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 <row>
10952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 </lyxtabular>
10981
10982 \end_inset
10983
10984
10985 \begin_inset space \hfill{}
10986 \end_inset
10987
10988
10989 \begin_inset Tabular
10990 <lyxtabular version="3" rows="3" columns="3">
10991 <features rotate="0" tabularvalignment="middle">
10992 <column alignment="center" valignment="middle" width="2.5cm">
10993 <column alignment="center" valignment="middle">
10994 <column alignment="center" valignment="middle">
10995 <row>
10996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 \begin_inset space \hspace{}
11001 \length 0pt
11002 \end_inset
11003
11004 verylongtablecellword
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 <row>
11029 <cell alignment="center" valignment="top" topline="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 alignment="center" valignment="top" topline="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" 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" bottomline="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" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 </lyxtabular>
11087
11088 \end_inset
11089
11090
11091 \begin_inset space \hfill{}
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \begin_layout Subsection
11103 連結列
11104 \begin_inset CommandInset label
11105 LatexCommand label
11106 name "sub:連結列"
11107
11108 \end_inset
11109
11110
11111 \begin_inset Index idx
11112 status collapsed
11113
11114 \begin_layout Plain Layout
11115 れんけつれつ@連結列
11116 \end_layout
11117
11118 \end_inset
11119
11120
11121 \begin_inset Index idx
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125 ひょう@表 ! れんけつれつ@連結列
11126 \end_layout
11127
11128 \end_inset
11129
11130
11131 \end_layout
11132
11133 \begin_layout Subsubsection
11134 連結列の基礎
11135 \end_layout
11136
11137 \begin_layout Standard
11138 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11139 \family sans
11140
11141 \begin_inset Info
11142 type  "icon"
11143 arg   "inset-modify tabular multicolumn"
11144 \end_inset
11145
11146
11147 \family default
11148 を押すか、
11149 \family sans
11150 編集\SpecialChar \menuseparator
11151 表\SpecialChar \menuseparator
11152 連結列
11153 \family default
11154 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11155 \family sans
11156 連結列
11157 \family default
11158 を有効にするかしてください。
11159 \end_layout
11160
11161 \begin_layout Standard
11162 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11163 、最下行に上罫線のない連結行がある表の例です。
11164 \end_layout
11165
11166 \begin_layout Standard
11167 \align center
11168 \begin_inset Tabular
11169 <lyxtabular version="3" rows="3" columns="4">
11170 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11171 <column alignment="center" valignment="top" width="0pt">
11172 <column alignment="center" valignment="middle">
11173 <column alignment="center" valignment="top" width="0in">
11174 <column alignment="center" valignment="top" width="0pt">
11175 <row>
11176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 いろは
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 にほへとちり
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 ぬるを
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \begin_layout Subsubsection
11297 連結列の計算
11298 \begin_inset CommandInset label
11299 LatexCommand label
11300 name "sub:連結列の計算"
11301
11302 \end_inset
11303
11304
11305 \begin_inset Index idx
11306 status collapsed
11307
11308 \begin_layout Plain Layout
11309 れんけつれつ@連結列 ! けいさん@計算
11310 \end_layout
11311
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \begin_layout Standard
11318 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11319 \end_layout
11320
11321 \begin_layout Standard
11322 \begin_inset Float table
11323 placement h
11324 wide false
11325 sideways false
11326 status open
11327
11328 \begin_layout Plain Layout
11329 \begin_inset Caption Standard
11330
11331 \begin_layout Plain Layout
11332 \begin_inset CommandInset label
11333 LatexCommand label
11334 name "tab:中央揃え表"
11335
11336 \end_inset
11337
11338 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11339 \begin_inset Argument 1
11340 status collapsed
11341
11342 \begin_layout Plain Layout
11343 完全なる連結列表
11344 \end_layout
11345
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \begin_layout Plain Layout
11357 \align center
11358 \begin_inset Tabular
11359 <lyxtabular version="3" rows="3" columns="3">
11360 <features rotate="0" tabularvalignment="middle">
11361 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11362 <column alignment="center" valignment="middle">
11363 <column alignment="center" valignment="top">
11364 <row>
11365 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 複数行にわたる連結列
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 </row>
11451 </lyxtabular>
11452
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Standard
11464 たとえば、表
11465 \begin_inset CommandInset ref
11466 LatexCommand ref
11467 reference "tab:中央揃え表"
11468
11469 \end_inset
11470
11471 を生成するには、3
11472 \begin_inset Formula $\times$
11473 \end_inset
11474
11475 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11476 \family sans
11477 設定
11478 \family default
11479 を選択します。そして現れる表の設定ダイアログで、このセルを
11480 \emph on
11481 連結列
11482 \emph default
11483
11484 \emph on
11485 中央揃え
11486 \emph default
11487 、2.5
11488 \begin_inset space \thinspace{}
11489 \end_inset
11490
11491 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11492 \begin_inset space \thinspace{}
11493 \end_inset
11494
11495 cm幅に設定します。すると第二列は自動的に1.25
11496 \begin_inset space \thinspace{}
11497 \end_inset
11498
11499 cm幅(連結列幅マイナス第一列の幅)になります。表
11500 \begin_inset CommandInset ref
11501 LatexCommand ref
11502 reference "tab:半分でない表"
11503
11504 \end_inset
11505
11506 もこのようにして作成してあります。
11507 \end_layout
11508
11509 \begin_layout Standard
11510 \begin_inset Float table
11511 wide false
11512 sideways false
11513 status open
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Caption Standard
11517
11518 \begin_layout Plain Layout
11519 \begin_inset CommandInset label
11520 LatexCommand label
11521 name "tab:半分でない表"
11522
11523 \end_inset
11524
11525 連結セルの下の列が正確に半分になっていない表
11526 \begin_inset Argument 1
11527 status collapsed
11528
11529 \begin_layout Plain Layout
11530 不完全な連結列表
11531 \end_layout
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \begin_layout Plain Layout
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features rotate="0" tabularvalignment="middle">
11548 <column alignment="center" valignment="top" width="1.25cm">
11549 <column alignment="center" valignment="top">
11550 <column alignment="center" valignment="top">
11551 <row>
11552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 複数行にわたる連結列
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 </lyxtabular>
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \begin_layout Standard
11651 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11652 指定したセル幅
11653 \begin_inset Formula $W_{\mbox{指}}$
11654 \end_inset
11655
11656 がセルの全幅
11657 \begin_inset Formula $W_{\text{全}}$
11658 \end_inset
11659
11660 と等しくならないためです。付録
11661 \begin_inset CommandInset ref
11662 LatexCommand ref
11663 reference "cha:式の説明"
11664
11665 \end_inset
11666
11667 がこの事情を詳細に説明しています。
11668 \end_layout
11669
11670 \begin_layout Standard
11671
11672 \emph on
11673 n
11674 \emph default
11675 列を連結する際、各列の全幅が
11676 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11677 \end_inset
11678
11679 となるために必要な指定幅
11680 \begin_inset Formula $W_{\mbox{指}:n}$
11681 \end_inset
11682
11683 は、
11684 \begin_inset Formula 
11685 \begin{equation}
11686 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11687 \end{equation}
11688
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \begin_layout Standard
11695 で計算することができます。上記の例では
11696 \begin_inset Formula $n=2$
11697 \end_inset
11698
11699 かつ
11700 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11701 \end_inset
11702
11703 cmかつ長さは既定値ですから、第
11704 \begin_inset CommandInset ref
11705 LatexCommand ref
11706 reference "eq:Wgn"
11707
11708 \end_inset
11709
11710 式は
11711 \begin_inset Formula 
11712 \begin{equation}
11713 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11714 \end{equation}
11715
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \begin_layout Standard
11722 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11723 \end_layout
11724
11725 \begin_layout Standard
11726
11727 \series bold
11728
11729 \backslash
11730 usepackage{calc}
11731 \end_layout
11732
11733 \begin_layout Standard
11734 と書いて、LaTeXパッケージ
11735 \series bold
11736 calc
11737 \series default
11738
11739 \begin_inset Index idx
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11744 \end_layout
11745
11746 \end_inset
11747
11748 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11749 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11750 \end_layout
11751
11752 \begin_layout Itemize
11753
11754 \series bold
11755 p{幅}
11756 \series default
11757 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11758 \end_layout
11759
11760 \begin_layout Itemize
11761
11762 \series bold
11763 m{幅}
11764 \series default
11765 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11766 \end_layout
11767
11768 \begin_layout Itemize
11769
11770 \series bold
11771 b{幅}
11772 \series default
11773 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11774 \end_layout
11775
11776 \begin_layout Standard
11777 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \begin_inset Note Greyedout
11782 status open
11783
11784 \begin_layout Plain Layout
11785
11786 \series bold
11787 【註】
11788 \series default
11789 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \begin_layout Standard
11798 文章を水平方向中央揃えにしたいので、
11799 \series bold
11800
11801 \backslash
11802 centering
11803 \series default
11804 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11805 \end_layout
11806
11807 \begin_layout Standard
11808
11809 \series bold
11810 >{
11811 \backslash
11812 centering}m{1.25cm-6.2pt}
11813 \end_layout
11814
11815 \begin_layout Standard
11816
11817 \series bold
11818 >{ }
11819 \series default
11820 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11821 \end_layout
11822
11823 \begin_layout Standard
11824 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11825 がって、連結セルには
11826 \end_layout
11827
11828 \begin_layout Standard
11829
11830 \series bold
11831 >{
11832 \backslash
11833 centering}m{2.5cm}
11834 \end_layout
11835
11836 \begin_layout Standard
11837 というLaTeX変数を指定しなくてはなりません。
11838 \end_layout
11839
11840 \begin_layout Subsection
11841 連結行
11842 \begin_inset CommandInset label
11843 LatexCommand label
11844 name "sub:連結行"
11845
11846 \end_inset
11847
11848
11849 \begin_inset Index idx
11850 status collapsed
11851
11852 \begin_layout Plain Layout
11853 れんけつぎょう@連結行
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \begin_inset Index idx
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 ひょう@表 ! れんけつぎょう@連結行
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Standard
11872 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11873 \family sans
11874
11875 \begin_inset Info
11876 type  "icon"
11877 arg   "inset-modify tabular multirow"
11878 \end_inset
11879
11880
11881 \family default
11882 を押すか、メニュー
11883 \family sans
11884 編集\SpecialChar \menuseparator
11885 表\SpecialChar \menuseparator
11886 連結行
11887 \family default
11888 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11889 \family sans
11890 \SpecialChar \menuseparator
11891 連結行
11892 \family default
11893 を選んでください。
11894 \end_layout
11895
11896 \begin_layout Standard
11897 下記は一列目に連結列を適用した表の例です。
11898 \end_layout
11899
11900 \begin_layout Standard
11901 \align center
11902 \begin_inset Tabular
11903 <lyxtabular version="3" rows="3" columns="3">
11904 <features rotate="0" tabularvalignment="middle">
11905 <column alignment="center" valignment="top" width="0pt">
11906 <column alignment="center" valignment="top">
11907 <column alignment="center" valignment="top">
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 長いセル項目
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 連結列
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 </row>
11966 <row>
11967 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 </lyxtabular>
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Standard
12003 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12004 \family sans
12005 垂直オフセット
12006 \family default
12007 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12008 \end_layout
12009
12010 \begin_layout Standard
12011 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12012 \end_layout
12013
12014 \begin_layout Standard
12015
12016 \series bold
12017
12018 \backslash
12019 renewcommand{
12020 \backslash
12021 multirowsetup}{
12022 \backslash
12023 centering}
12024 \end_layout
12025
12026 \begin_layout Standard
12027 というコマンドを使用して、コマンド
12028 \series bold
12029
12030 \backslash
12031 multirowsetup
12032 \series default
12033 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12034 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12035 \series bold
12036
12037 \backslash
12038 centering
12039 \series default
12040 の代わりに
12041 \series bold
12042
12043 \backslash
12044 raggedleft
12045 \series default
12046 を使用して下さい。左揃えに戻すには、
12047 \series bold
12048
12049 \backslash
12050 raggedright
12051 \series default
12052 とします。
12053 \end_layout
12054
12055 \begin_layout Standard
12056 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12057 \end_layout
12058
12059 \begin_layout Standard
12060 \noindent
12061 \align center
12062 \begin_inset ERT
12063 status collapsed
12064
12065 \begin_layout Plain Layout
12066
12067
12068 \backslash
12069 renewcommand{
12070 \backslash
12071 multirowsetup}{
12072 \backslash
12073 raggedleft}
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \begin_inset Tabular
12080 <lyxtabular version="3" rows="4" columns="3">
12081 <features rotate="0" tabularvalignment="middle">
12082 <column alignment="center" valignment="top" width="3cm">
12083 <column alignment="center" valignment="top">
12084 <column alignment="center" valignment="top">
12085 <row>
12086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 長いセル項目
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099
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 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 </row>
12114 <row>
12115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 </row>
12143 <row>
12144 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 連結列
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 </row>
12172 <row>
12173 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Plain Layout
12177
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 </row>
12201 </lyxtabular>
12202
12203 \end_inset
12204
12205
12206 \begin_inset ERT
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210
12211
12212 \backslash
12213 renewcommand{
12214 \backslash
12215 multirowsetup}{
12216 \backslash
12217 raggedright}
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 連結行で新しい行に移るには、強制改行(
12227 \begin_inset Flex Ruby
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 捷径
12232 \begin_inset Argument post:1
12233 status collapsed
12234
12235 \begin_layout Plain Layout
12236 ショートカット
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \end_layout
12243
12244 \end_inset
12245
12246
12247 \begin_inset Info
12248 type  "shortcut"
12249 arg   "newline-insert newline"
12250 \end_inset
12251
12252 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12253 \end_layout
12254
12255 \begin_layout Standard
12256 \noindent
12257 \align center
12258 \begin_inset Tabular
12259 <lyxtabular version="3" rows="3" columns="2">
12260 <features rotate="0" tabularvalignment="middle">
12261 <column alignment="left" valignment="middle" width="2cm">
12262 <column alignment="center" valignment="top">
12263 <row>
12264 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 いいい
12269 \begin_inset Newline newline
12270 \end_inset
12271
12272 いいい
12273 \begin_inset Newline newline
12274 \end_inset
12275
12276 おかしなセル
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 ははは
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 <row>
12292 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 ににに
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 <row>
12312 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Plain Layout
12316 ろろろ
12317 \end_layout
12318
12319 \end_inset
12320 </cell>
12321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Plain Layout
12325 ほほほ
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 </row>
12331 </lyxtabular>
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 したがって、強制改行を使うのは注意が必要です。
12340 \end_layout
12341
12342 \begin_layout Subsection
12343 対角線付きのセル
12344 \end_layout
12345
12346 \begin_layout Standard
12347 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12348 \series bold
12349 diagbox
12350 \series default
12351
12352 \begin_inset Index idx
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12357 \end_layout
12358
12359 \end_inset
12360
12361 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12362 \series bold
12363
12364 \backslash
12365 diagbox
12366 \series default
12367 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12368 \end_layout
12369
12370 \begin_layout Standard
12371
12372 \series bold
12373
12374 \backslash
12375 diagbox[オプション]{左下}{右上}
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 diagbox[オプション]{左下}{左上}{右上}
12384 \end_layout
12385
12386 \begin_layout Standard
12387 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12388 \end_layout
12389
12390 \begin_layout Standard
12391 \begin_inset ERT
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395
12396
12397 \backslash
12398 ifdiagbox
12399 \end_layout
12400
12401 \end_inset
12402
12403
12404 \begin_inset Note Note
12405 status open
12406
12407 \begin_layout Plain Layout
12408 この節は、LaTeXパッケージ
12409 \series bold
12410 diagbox
12411 \series default
12412 が導入済みの時のみ表示されます。
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421 下記は、
12422 \series bold
12423
12424 \backslash
12425 diagbox
12426 \series default
12427 を第1セル中に2引数書式で使用した表の例です。
12428 \begin_inset VSpace medskip
12429 \end_inset
12430
12431
12432 \end_layout
12433
12434 \begin_layout Standard
12435 \noindent
12436 \begin_inset Tabular
12437 <lyxtabular version="3" rows="4" columns="4">
12438 <features rotate="0" tabularvalignment="middle">
12439 <column alignment="center" valignment="top">
12440 <column alignment="center" valignment="top">
12441 <column alignment="center" valignment="top">
12442 <column alignment="center" valignment="top">
12443 <row>
12444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 \begin_inset ERT
12449 status collapsed
12450
12451 \begin_layout Plain Layout
12452
12453
12454 \backslash
12455 diagbox{
12456 \end_layout
12457
12458 \end_inset
12459
12460 名称
12461 \begin_inset ERT
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465
12466 }{
12467 \end_layout
12468
12469 \end_inset
12470
12471 パラメータ
12472 \begin_inset ERT
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476
12477 }
12478 \end_layout
12479
12480 \end_inset
12481
12482
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 厚み(nm)
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 透明度(%)
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 硬度(MPa)
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 <row>
12516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 Perfect Green
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 45
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 80
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 504
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 </row>
12553 <row>
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 Dark Multi-P
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 60
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 72
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 982
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 </row>
12591 <row>
12592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 Crystal Clear Pro
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 18
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 86
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 374
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 </lyxtabular>
12630
12631 \end_inset
12632
12633
12634 \begin_inset VSpace medskip
12635 \end_inset
12636
12637
12638 \end_layout
12639
12640 \begin_layout Standard
12641 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12642 \end_layout
12643
12644 \begin_layout Standard
12645 \noindent
12646 \align center
12647 \begin_inset Tabular
12648 <lyxtabular version="3" rows="4" columns="4">
12649 <features rotate="0" tabularvalignment="middle">
12650 <column alignment="center" valignment="top" width="0pt">
12651 <column alignment="center" valignment="top">
12652 <column alignment="center" valignment="top">
12653 <column alignment="center" valignment="top">
12654 <row>
12655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 \begin_inset ERT
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663
12664
12665 \backslash
12666 diagbox{
12667 \end_layout
12668
12669 \end_inset
12670
12671 ホームチーム
12672 \begin_inset ERT
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676
12677 }{
12678 \end_layout
12679
12680 \end_inset
12681
12682 結果
12683 \begin_inset ERT
12684 status collapsed
12685
12686 \begin_layout Plain Layout
12687
12688 }{
12689 \end_layout
12690
12691 \end_inset
12692
12693 アウェイチーム
12694 \begin_inset ERT
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698
12699 }
12700 \end_layout
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 Tigers
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 Panthers
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 Falcons
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 </row>
12737 <row>
12738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 Tigers
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 ---
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 1:3
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 0:1
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 </row>
12775 <row>
12776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 Panthers
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 3:1
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 ---
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 0:0
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 Falcons
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 1:0
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 0:0
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 ---
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 </lyxtabular>
12852
12853 \end_inset
12854
12855
12856 \end_layout
12857
12858 \begin_layout Standard
12859 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12860 \end_layout
12861
12862 \begin_layout Standard
12863 \noindent
12864 \align center
12865 \begin_inset Tabular
12866 <lyxtabular version="3" rows="5" columns="5">
12867 <features rotate="0" tabularvalignment="middle">
12868 <column alignment="center" valignment="top" width="0pt">
12869 <column alignment="center" valignment="top">
12870 <column alignment="center" valignment="top">
12871 <column alignment="center" valignment="top">
12872 <column alignment="center" valignment="top">
12873 <row>
12874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 \begin_inset ERT
12879 status open
12880
12881 \begin_layout Plain Layout
12882
12883
12884 \backslash
12885 diagbox{
12886 \end_layout
12887
12888 \end_inset
12889
12890 ホームチーム
12891 \begin_inset ERT
12892 status collapsed
12893
12894 \begin_layout Plain Layout
12895
12896 }{
12897 \end_layout
12898
12899 \end_inset
12900
12901 結果
12902 \begin_inset ERT
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906
12907 }{
12908 \end_layout
12909
12910 \end_inset
12911
12912 アウェイチーム
12913 \begin_inset ERT
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917
12918 }
12919 \end_layout
12920
12921 \end_inset
12922
12923
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 Tigers
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 Panthers
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 Falcons
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 \begin_inset ERT
12960 status open
12961
12962 \begin_layout Plain Layout
12963
12964
12965 \backslash
12966 diagbox[dir=NE]{
12967 \end_layout
12968
12969 \end_inset
12970
12971 ホームチーム
12972 \begin_inset ERT
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976
12977 }{
12978 \end_layout
12979
12980 \end_inset
12981
12982 結果
12983 \begin_inset ERT
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987
12988 }{
12989 \end_layout
12990
12991 \end_inset
12992
12993 アウェイチーム
12994 \begin_inset ERT
12995 status collapsed
12996
12997 \begin_layout Plain Layout
12998
12999 }
13000 \end_layout
13001
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 </row>
13010 <row>
13011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 Tigers
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 ---
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 1:3
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 0:1
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 Tigers
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 <row>
13058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 Panthers
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 3:1
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 ---
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 0:0
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 Panthers
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 </row>
13104 <row>
13105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Falcons
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 1:0
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 0:0
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 ---
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 Falcons
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 <row>
13152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 \begin_inset ERT
13157 status open
13158
13159 \begin_layout Plain Layout
13160
13161
13162 \backslash
13163 diagbox[dir=SW]{
13164 \end_layout
13165
13166 \end_inset
13167
13168 ホームチーム
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 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185 }{
13186 \end_layout
13187
13188 \end_inset
13189
13190 アウェイチーム
13191 \begin_inset ERT
13192 status collapsed
13193
13194 \begin_layout Plain Layout
13195
13196 }
13197 \end_layout
13198
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 Tigers
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 Panthers
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 Falcons
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 \begin_inset ERT
13238 status open
13239
13240 \begin_layout Plain Layout
13241
13242
13243 \backslash
13244 diagbox[dir=SE]{
13245 \end_layout
13246
13247 \end_inset
13248
13249 ホームチーム
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255 }{
13256 \end_layout
13257
13258 \end_inset
13259
13260 結果
13261 \begin_inset ERT
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265
13266 }{
13267 \end_layout
13268
13269 \end_inset
13270
13271 アウェイチーム
13272 \begin_inset ERT
13273 status collapsed
13274
13275 \begin_layout Plain Layout
13276
13277 }
13278 \end_layout
13279
13280 \end_inset
13281
13282
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 </lyxtabular>
13289
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \begin_layout Standard
13296 対角線を廻すために、コマンドオプションとして
13297 \series bold
13298 dir=方角
13299 \series default
13300 を使用しています。
13301 \emph on
13302 方角
13303 \emph default
13304 は、
13305 \series bold
13306 NE
13307 \series default
13308
13309 \series bold
13310 DE
13311 \series default
13312
13313 \series bold
13314 SW
13315 \series default
13316
13317 \series bold
13318 NW
13319 \series default
13320 のいずれかで、コンパスでの位置を示します。例えば、
13321 \series bold
13322 SW
13323 \series default
13324 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13325 \end_layout
13326
13327 \begin_layout Standard
13328
13329 \series bold
13330
13331 \backslash
13332 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13333 \end_layout
13334
13335 \begin_layout Standard
13336 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13337 \end_layout
13338
13339 \begin_layout Standard
13340 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13341 います。
13342 \end_layout
13343
13344 \begin_layout Standard
13345 \noindent
13346 \align center
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">
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 \begin_inset ERT
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361
13362
13363 \backslash
13364 diagbox{
13365 \end_layout
13366
13367 \end_inset
13368
13369 名称
13370 \begin_inset ERT
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374
13375 }{
13376 \end_layout
13377
13378 \end_inset
13379
13380 パラメータ
13381 \begin_inset ERT
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385
13386 }
13387 \end_layout
13388
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 厚み(nm)
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 Perfect Green
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 45
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 </row>
13426 </lyxtabular>
13427
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \begin_layout Standard
13434 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13435 \series bold
13436 width=3cm
13437 \series default
13438  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13439 \begin_inset space \thinspace{}
13440 \end_inset
13441
13442 cmに設定してあります。
13443 \series bold
13444
13445 \backslash
13446 diagbox
13447 \series default
13448 全体の幅は、本文幅(この場合は4
13449 \begin_inset space \thinspace{}
13450 \end_inset
13451
13452 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13453 \series bold
13454
13455 \backslash
13456 diagbox
13457 \series default
13458 には4
13459 \begin_inset space \thinspace{}
13460 \end_inset
13461
13462 cm + 2
13463 \begin_inset space \thinspace{}
13464 \end_inset
13465
13466
13467 \backslash
13468 tabcolsepの幅が必要です。幅の計算は、
13469 \series bold
13470
13471 \backslash
13472 diagbox
13473 \series default
13474 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13475 \end_layout
13476
13477 \begin_layout Standard
13478
13479 \series bold
13480
13481 \backslash
13482 newlength{
13483 \backslash
13484 diagtest}
13485 \begin_inset Newline newline
13486 \end_inset
13487
13488
13489 \backslash
13490 setlength{
13491 \backslash
13492 diagtest}{4cm+2
13493 \backslash
13494 tabcolsep}
13495 \end_layout
13496
13497 \begin_layout Standard
13498 \begin_inset ERT
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 newlength{
13506 \backslash
13507 diagtest}
13508 \end_layout
13509
13510 \begin_layout Plain Layout
13511
13512
13513 \backslash
13514 setlength{
13515 \backslash
13516 diagtest}{4cm+2
13517 \backslash
13518 tabcolsep}
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Standard
13527 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13528 \series bold
13529 calc
13530 \series default
13531
13532 \begin_inset Index idx
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13537 \end_layout
13538
13539 \end_inset
13540
13541 パッケージを読み込んでおく必要があります。
13542 \end_layout
13543
13544 \begin_layout Standard
13545 さて、この表の第1セルで
13546 \end_layout
13547
13548 \begin_layout Standard
13549
13550 \series bold
13551
13552 \backslash
13553 diagbox[width=
13554 \backslash
13555 diagtest]{A}{B}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 というコマンドを使用します。
13560 \end_layout
13561
13562 \begin_layout Standard
13563 \noindent
13564 \align center
13565 \begin_inset Tabular
13566 <lyxtabular version="3" rows="2" columns="2">
13567 <features rotate="0" tabularvalignment="middle">
13568 <column alignment="center" valignment="top" width="4cm">
13569 <column alignment="center" valignment="top">
13570 <row>
13571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 \begin_inset ERT
13576 status open
13577
13578 \begin_layout Plain Layout
13579
13580
13581 \backslash
13582 diagbox[width=
13583 \backslash
13584 diagtest]{
13585 \end_layout
13586
13587 \end_inset
13588
13589 A
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595 }{
13596 \end_layout
13597
13598 \end_inset
13599
13600 B
13601 \begin_inset ERT
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605
13606 }
13607 \end_layout
13608
13609 \end_inset
13610
13611
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 厚み (nm)
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row>
13627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 Perfect Green
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 45
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 </row>
13646 </lyxtabular>
13647
13648 \end_inset
13649
13650
13651 \end_layout
13652
13653 \begin_layout Standard
13654 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13655 \end_layout
13656
13657 \begin_layout Standard
13658 \noindent
13659 \align center
13660 \begin_inset Tabular
13661 <lyxtabular version="3" rows="2" columns="2">
13662 <features rotate="0" tabularvalignment="middle">
13663 <column alignment="center" valignment="top" width="0pt">
13664 <column alignment="center" valignment="top">
13665 <row>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 \begin_inset ERT
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 diagbox{
13678 \end_layout
13679
13680 \end_inset
13681
13682 A
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688 }{
13689 \end_layout
13690
13691 \end_inset
13692
13693 B
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }
13700 \end_layout
13701
13702 \end_inset
13703
13704
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 厚み (nm)
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 Perfect Green
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 45
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 </row>
13739 </lyxtabular>
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Standard
13747 このような場合には、
13748 \series bold
13749
13750 \backslash
13751 diagbox
13752 \series default
13753 コマンドの
13754 \series bold
13755 width
13756 \series default
13757 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13758 \backslash
13759 tabcolsepを足す必要はなくなります。下記の表では、3
13760 \begin_inset space \thinspace{}
13761 \end_inset
13762
13763 cm幅を使用しています。
13764 \end_layout
13765
13766 \begin_layout Standard
13767 \noindent
13768 \align center
13769 \begin_inset Tabular
13770 <lyxtabular version="3" rows="2" columns="2">
13771 <features rotate="0" tabularvalignment="middle">
13772 <column alignment="center" valignment="top" width="0pt">
13773 <column alignment="center" valignment="top">
13774 <row>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 \begin_inset ERT
13780 status open
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 diagbox[width=3cm]{
13787 \end_layout
13788
13789 \end_inset
13790
13791 A
13792 \begin_inset ERT
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796
13797 }{
13798 \end_layout
13799
13800 \end_inset
13801
13802 B
13803 \begin_inset ERT
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807
13808 }
13809 \end_layout
13810
13811 \end_inset
13812
13813
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 厚み (nm)
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 </row>
13828 <row>
13829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 Perfect Green
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 45
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 </row>
13848 </lyxtabular>
13849
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \begin_layout Standard
13856 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13857 \series bold
13858
13859 \backslash
13860 diagbox
13861 \series default
13862 にオプション
13863 \series bold
13864 height=3cm
13865 \series default
13866 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13867 \end_layout
13868
13869 \begin_layout Standard
13870
13871 \series bold
13872
13873 \backslash
13874 diagbox[width=3cm,height=1.4cm]{A
13875 \backslash
13876
13877 \backslash
13878 B}{C
13879 \backslash
13880
13881 \backslash
13882 D}
13883 \end_layout
13884
13885 \begin_layout Standard
13886 というコマンドを使用しています。ここでコマンド
13887 \series bold
13888
13889 \backslash
13890
13891 \backslash
13892
13893 \series default
13894 は改行をするためのものです
13895 \begin_inset Foot
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899
13900 \family sans
13901 Ctrl+Return
13902 \family default
13903 を使っての改行は、列が固定幅の時のみ、使用することができます。
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \begin_layout Standard
13912 \noindent
13913 \align center
13914 \begin_inset Tabular
13915 <lyxtabular version="3" rows="2" columns="2">
13916 <features rotate="0" tabularvalignment="middle">
13917 <column alignment="center" valignment="top">
13918 <column alignment="center" valignment="top">
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset ERT
13925 status open
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 diagbox[width=3cm,height=1.4cm]{
13932 \end_layout
13933
13934 \end_inset
13935
13936 A
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942
13943 \backslash
13944
13945 \backslash
13946
13947 \end_layout
13948
13949 \end_inset
13950
13951 B
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957 }{
13958 \end_layout
13959
13960 \end_inset
13961
13962 C
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968
13969 \backslash
13970
13971 \backslash
13972
13973 \end_layout
13974
13975 \end_inset
13976
13977 D
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983 }
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 厚み (nm)
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 </row>
14003 <row>
14004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 Perfect Green
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 45
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 </row>
14023 </lyxtabular>
14024
14025 \end_inset
14026
14027
14028 \end_layout
14029
14030 \begin_layout Standard
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036
14037 \backslash
14038 else
14039 \end_layout
14040
14041 \end_inset
14042
14043
14044 \begin_inset Note Note
14045 status open
14046
14047 \begin_layout Plain Layout
14048 以下は、LaTeXパッケージ
14049 \series bold
14050 diagbox
14051 \series default
14052 が導入済みでないときに表示されます。
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061 本節の内容を出力に表示するためには、
14062 \series bold
14063 diagbox
14064 \series default
14065 パッケージを導入しなくてはなりません。
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074
14075 \backslash
14076 fi
14077 \end_layout
14078
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \begin_layout Standard
14085 LaTeXパッケージ
14086 \series bold
14087 diagbox
14088 \series default
14089 についての詳しい情報は、取扱説明書
14090 \begin_inset CommandInset citation
14091 LatexCommand cite
14092 key "diagbox"
14093
14094 \end_inset
14095
14096 をご覧ください。
14097 \end_layout
14098
14099 \begin_layout Section
14100 フォーマル形式の表
14101 \begin_inset CommandInset label
14102 LatexCommand label
14103 name "sec:フォーマル形式の表"
14104
14105 \end_inset
14106
14107
14108 \begin_inset Index idx
14109 status collapsed
14110
14111 \begin_layout Plain Layout
14112 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14113 \end_layout
14114
14115 \end_inset
14116
14117
14118 \end_layout
14119
14120 \begin_layout Standard
14121 書籍中の表は、よく表
14122 \begin_inset CommandInset ref
14123 LatexCommand ref
14124 reference "tab:ブックタブ表の例"
14125
14126 \end_inset
14127
14128 のように組版されます。この種の表は、「
14129 \emph on
14130 フォーマル形式
14131 \emph default
14132 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \begin_inset Float table
14137 placement h
14138 wide false
14139 sideways false
14140 status open
14141
14142 \begin_layout Plain Layout
14143 \begin_inset Caption Standard
14144
14145 \begin_layout Plain Layout
14146 \begin_inset CommandInset label
14147 LatexCommand label
14148 name "tab:ブックタブ表の例"
14149
14150 \end_inset
14151
14152 ブックタブ表の例
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Plain Layout
14161 \align center
14162 \begin_inset Tabular
14163 <lyxtabular version="3" rows="8" columns="4">
14164 <features rotate="0" booktabs="true" tabularvalignment="middle">
14165 <column alignment="center" valignment="top">
14166 <column alignment="center" valignment="top">
14167 <column alignment="center" valignment="top">
14168 <column alignment="center" valignment="top">
14169 <row>
14170 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 システム
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 Medipix
14184 \begin_inset space \thinspace{}
14185 \end_inset
14186
14187 1
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 Medipix
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200 2
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 <row>
14216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 \begin_inset ERT
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224
14225
14226 \backslash
14227 cmidrule(r){2-2}
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238
14239 \backslash
14240 cmidrule(l){3-4}
14241 \end_layout
14242
14243 \end_inset
14244
14245 検知器の厚み [
14246 \begin_inset Formula $\mu m$
14247 \end_inset
14248
14249 ]
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 300
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 300
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 700
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 </row>
14282 <row>
14283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 エッジ角 [度]
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 3.55
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 2.71
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 7.99
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 <row topspace="default">
14321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 空間分解能 [
14326 \begin_inset Formula $\mu m$
14327 \end_inset
14328
14329 ]
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 4.26
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 <cell alignment="center" valignment="top" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 10.17
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 <cell alignment="center" valignment="top" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 10.56
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 </row>
14362 <row topspace="default">
14363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 \begin_inset Formula $f_{\mathrm{max}}$
14368 \end_inset
14369
14370 におけるMTF
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 0.53
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 0.37
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 0.39
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 </row>
14403 <row topspace="default">
14404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 \begin_inset ERT
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412
14413
14414 \backslash
14415 cmidrule(l{10pt}){1-1}
14416 \end_layout
14417
14418 \end_inset
14419
14420 LSF空間分解能
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 </row>
14453 <row>
14454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 \begin_inset Formula $\mu m$
14459 \end_inset
14460
14461 表示
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 <cell alignment="center" valignment="top" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Plain Layout
14470 129.7
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 52.75
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 50.78
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 </row>
14494 <row>
14495 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 ピクセルサイズに対する%表示
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 76.3
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 95.9
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 92.3
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 </row>
14532 </lyxtabular>
14533
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Standard
14545 表中の行に余白を加えるには、第
14546 \begin_inset CommandInset ref
14547 LatexCommand ref
14548 reference "sub:行の余白取り"
14549
14550 \end_inset
14551
14552 節に述べられているように、表の設定ダイアログの
14553 \family sans
14554 罫線
14555 \family default
14556 タブを使用します。
14557 \end_layout
14558
14559 \begin_layout Standard
14560 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14561 \begin_inset Newline newline
14562 \end_inset
14563
14564 最初と最後の表罫線の既定幅は0.08
14565 \begin_inset space \thinspace{}
14566 \end_inset
14567
14568 emですが、他の罫線の既定幅は0.05
14569 \begin_inset space \thinspace{}
14570 \end_inset
14571
14572 emです。
14573 \end_layout
14574
14575 \begin_layout Standard
14576 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14577 \end_layout
14578
14579 \begin_layout Standard
14580
14581 \series bold
14582
14583 \backslash
14584 let
14585 \backslash
14586 mytoprule
14587 \backslash
14588 toprule
14589 \begin_inset Newline newline
14590 \end_inset
14591
14592
14593 \backslash
14594 renewcommand{
14595 \backslash
14596 toprule}{
14597 \backslash
14598 mytoprule[幅]}
14599 \end_layout
14600
14601 \begin_layout Standard
14602 上の例は、
14603 \series bold
14604 toprule
14605 \series default
14606 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14607 \series bold
14608 toprule
14609 \series default
14610
14611 \series bold
14612 bottomrule
14613 \series default
14614 に置き換えて下さい。他の罫線の線幅を変更するには、
14615 \series bold
14616 toprule
14617 \series default
14618
14619 \series bold
14620 midrule
14621 \series default
14622 に置き換えます。線幅を設定する上では、付録
14623 \begin_inset CommandInset ref
14624 LatexCommand ref
14625 reference "cha:LyXで使用できる単位"
14626
14627 \end_inset
14628
14629 に挙げてあるすべての単位を使用することができます。
14630 \end_layout
14631
14632 \begin_layout Standard
14633 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14634 \series bold
14635
14636 \backslash
14637 cmidrule
14638 \series default
14639 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14640 \end_layout
14641
14642 \begin_layout Standard
14643
14644 \series bold
14645
14646 \backslash
14647 cmidrule[幅](刈込){開始列-終了列}
14648 \end_layout
14649
14650 \begin_layout Standard
14651 です。
14652 \series bold
14653
14654 \backslash
14655 cmidrule
14656 \series default
14657 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14658 \series bold
14659
14660 \backslash
14661 cmidrule
14662 \series default
14663 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14664
14665 \end_layout
14666
14667 \begin_layout Standard
14668 この線幅の既定値は0.03
14669 \begin_inset space \thinspace{}
14670 \end_inset
14671
14672 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14673 。非必須パラメーターの「刈込」は、
14674 \emph on
14675 l{刈込幅}
14676 \emph default
14677 あるいは
14678 \emph on
14679 r{刈込幅}
14680 \emph default
14681 の値を取り、刈込幅の指定は非必須です。たとえば、
14682 \emph on
14683 l{2pt}
14684 \emph default
14685 というパラメーターを使うと、罫線が左端から2
14686 \begin_inset space \thinspace{}
14687 \end_inset
14688
14689 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14690 \begin_inset space \thinspace{}
14691 \end_inset
14692
14693 emだけ刈り込まれます。
14694 \end_layout
14695
14696 \begin_layout Standard
14697 \begin_inset VSpace bigskip
14698 \end_inset
14699
14700
14701 \begin_inset CommandInset ref
14702 LatexCommand ref
14703 reference "tab:ブックタブ表の例"
14704
14705 \end_inset
14706
14707 は、
14708 \end_layout
14709
14710 \begin_layout Standard
14711
14712 \series bold
14713
14714 \backslash
14715 cmidrule(r){2-2}
14716 \backslash
14717 cmidrule(l){3-4}
14718 \end_layout
14719
14720 \begin_layout Standard
14721 というコマンドを第二行の初めに使用し、
14722 \end_layout
14723
14724 \begin_layout Standard
14725
14726 \series bold
14727
14728 \backslash
14729 cmidrule(l{10pt}){1-1}
14730 \end_layout
14731
14732 \begin_layout Standard
14733 を第六行に使用して作成されています。
14734 \end_layout
14735
14736 \begin_layout Standard
14737 \begin_inset VSpace bigskip
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744 ときには、表
14745 \begin_inset CommandInset ref
14746 LatexCommand ref
14747 reference "tab:特殊なブックタブ表"
14748
14749 \end_inset
14750
14751 のような重なり合った
14752 \series bold
14753
14754 \backslash
14755 cmidrule
14756 \series default
14757 が欲しいことがあるかもしれません。これは、TeXコードで
14758 \end_layout
14759
14760 \begin_layout Standard
14761
14762 \series bold
14763
14764 \backslash
14765 morecmidrules
14766 \end_layout
14767
14768 \begin_layout Standard
14769 コマンドを使用することによって実現することができます。表
14770 \begin_inset CommandInset ref
14771 LatexCommand ref
14772 reference "tab:特殊なブックタブ表"
14773
14774 \end_inset
14775
14776 の第二列には
14777 \end_layout
14778
14779 \begin_layout Standard
14780
14781 \series bold
14782
14783 \backslash
14784 cmidrule(r){2-2}
14785 \backslash
14786 cmidrule(l){3-4}
14787 \backslash
14788 morecmidrules
14789 \backslash
14790 cmidrule{2-4}
14791 \end_layout
14792
14793 \begin_layout Standard
14794 というコマンドが使用されており、第六列には
14795 \end_layout
14796
14797 \begin_layout Standard
14798
14799 \series bold
14800
14801 \backslash
14802 midrule
14803 \backslash
14804 morecmidrules
14805 \backslash
14806 cmidrule{3-4}
14807 \end_layout
14808
14809 \begin_layout Standard
14810 というコマンドが使用されています。
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \begin_inset VSpace bigskip
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 罫線の余白取りにどうしても満足が行かない場合には、
14822 \end_layout
14823
14824 \begin_layout Standard
14825
14826 \series bold
14827
14828 \backslash
14829 specialrule{幅}{上余白}{下余白}
14830 \end_layout
14831
14832 \begin_layout Standard
14833 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14834 \series bold
14835 booktabs
14836 \series default
14837  
14838 \begin_inset CommandInset citation
14839 LatexCommand cite
14840 key "booktabs"
14841
14842 \end_inset
14843
14844
14845 \begin_inset Index idx
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14850 \end_layout
14851
14852 \end_inset
14853
14854 の取扱説明書をご参照下さい。
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset Float table
14859 placement h
14860 wide false
14861 sideways false
14862 status open
14863
14864 \begin_layout Plain Layout
14865 \begin_inset Caption Standard
14866
14867 \begin_layout Plain Layout
14868 \begin_inset CommandInset label
14869 LatexCommand label
14870 name "tab:特殊なブックタブ表"
14871
14872 \end_inset
14873
14874 特殊なブックタブ表
14875 \end_layout
14876
14877 \end_inset
14878
14879
14880 \end_layout
14881
14882 \begin_layout Plain Layout
14883 \align center
14884 \begin_inset Tabular
14885 <lyxtabular version="3" rows="8" columns="4">
14886 <features rotate="0" booktabs="true" tabularvalignment="middle">
14887 <column alignment="center" valignment="top">
14888 <column alignment="center" valignment="top">
14889 <column alignment="center" valignment="top">
14890 <column alignment="center" valignment="top">
14891 <row>
14892 <cell alignment="center" valignment="top" topline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896 システム
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" topline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 Medipix
14906 \begin_inset space \thinspace{}
14907 \end_inset
14908
14909 1
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 Medipix
14919 \begin_inset space \thinspace{}
14920 \end_inset
14921
14922 2
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset ERT
14943 status collapsed
14944
14945 \begin_layout Plain Layout
14946
14947
14948 \backslash
14949 cmidrule(r){2-2}
14950 \end_layout
14951
14952 \end_inset
14953
14954
14955 \begin_inset ERT
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959
14960
14961 \backslash
14962 cmidrule(l){3-4}
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \begin_inset ERT
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972
14973
14974 \backslash
14975 morecmidrules 
14976 \end_layout
14977
14978 \end_inset
14979
14980
14981 \begin_inset ERT
14982 status collapsed
14983
14984 \begin_layout Plain Layout
14985
14986
14987 \backslash
14988 cmidrule{2-4}
14989 \end_layout
14990
14991 \end_inset
14992
14993 検知器の厚み [
14994 \begin_inset Formula $\mu m$
14995 \end_inset
14996
14997 ]
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 300
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015 300
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 700
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 </row>
15030 <row>
15031 <cell alignment="center" valignment="top" topline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 エッジ角 [度]
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 3.55
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 2.71
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 7.99
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row topspace="default">
15069 <cell alignment="center" valignment="top" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 空間分解能 [
15074 \begin_inset Formula $\mu m$
15075 \end_inset
15076
15077 ]
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 4.26
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 10.17
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 10.56
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row topspace="default">
15111 <cell alignment="center" valignment="top" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 \begin_inset Formula $f_{\mathrm{max}}$
15116 \end_inset
15117
15118 におけるMTF
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 0.53
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 0.37
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 0.39
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row>
15152 <cell alignment="center" valignment="top" topline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset ERT
15157 status collapsed
15158
15159 \begin_layout Plain Layout
15160
15161
15162 \backslash
15163 morecmidrules 
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \begin_inset ERT
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173
15174
15175 \backslash
15176 cmidrule{3-4}
15177 \end_layout
15178
15179 \end_inset
15180
15181 LSF空間分解能
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 </row>
15214 <row>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 \begin_inset Formula $\mu m$
15220 \end_inset
15221
15222 表示
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 129.7
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 52.75
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 50.78
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 ピクセルサイズに対する%表示
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 76.3
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 95.9
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 92.3
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 </lyxtabular>
15294
15295 \end_inset
15296
15297
15298 \end_layout
15299
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \begin_layout Section
15306 表の垂直揃え
15307 \begin_inset Index idx
15308 status collapsed
15309
15310 \begin_layout Plain Layout
15311 ひょう@表 ! そろえ@揃え
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \begin_layout Standard
15320 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15321 \begin_inset CommandInset ref
15322 LatexCommand ref
15323 reference "sec:ボックスダイアログ"
15324
15325 \end_inset
15326
15327 節に述べられているように、ボックスの垂直揃えを行います。
15328 \end_layout
15329
15330 \begin_layout Standard
15331 以下の例では、各表は15
15332 \begin_inset space \thinspace{}
15333 \end_inset
15334
15335 列幅%を持つminipage
15336 \begin_inset Foot
15337 status collapsed
15338
15339 \begin_layout Plain Layout
15340 minipageは第
15341 \begin_inset CommandInset ref
15342 LatexCommand ref
15343 reference "sec:ミニページ"
15344
15345 \end_inset
15346
15347 節で説明されています。
15348 \end_layout
15349
15350 \end_inset
15351
15352 ボックスの中に入れてあります。
15353 \end_layout
15354
15355 \begin_layout Itemize
15356 動作試験 
15357 \begin_inset Box Frameless
15358 position "t"
15359 hor_pos "c"
15360 has_inner_box 1
15361 inner_pos "c"
15362 use_parbox 0
15363 use_makebox 0
15364 width "15col%"
15365 special "none"
15366 height "1in"
15367 height_special "totalheight"
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371 \begin_inset Tabular
15372 <lyxtabular version="3" rows="3" columns="3">
15373 <features rotate="0" tabularvalignment="middle">
15374 <column alignment="center" valignment="top">
15375 <column alignment="center" valignment="top">
15376 <column alignment="center" valignment="top">
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 <row>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 </lyxtabular>
15465
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472
15473  動作試験 
15474 \begin_inset ERT
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478
15479
15480 \backslash
15481 raisebox{0.85
15482 \backslash
15483 baselineskip}{
15484 \end_layout
15485
15486 \end_inset
15487
15488
15489 \begin_inset Box Frameless
15490 position "t"
15491 hor_pos "c"
15492 has_inner_box 1
15493 inner_pos "c"
15494 use_parbox 0
15495 use_makebox 0
15496 width "15col%"
15497 special "none"
15498 height "1in"
15499 height_special "totalheight"
15500 status collapsed
15501
15502 \begin_layout Plain Layout
15503 \begin_inset Tabular
15504 <lyxtabular version="3" rows="3" columns="3">
15505 <features rotate="0" tabularvalignment="middle">
15506 <column alignment="center" valignment="top">
15507 <column alignment="center" valignment="top">
15508 <column alignment="center" valignment="top">
15509 <row>
15510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 </row>
15538 <row>
15539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 </lyxtabular>
15597
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604
15605
15606 \begin_inset ERT
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610
15611 }
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Itemize
15620 動作試験 
15621 \begin_inset Box Frameless
15622 position "c"
15623 hor_pos "c"
15624 has_inner_box 1
15625 inner_pos "c"
15626 use_parbox 0
15627 use_makebox 0
15628 width "15col%"
15629 special "none"
15630 height "1in"
15631 height_special "totalheight"
15632 status collapsed
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Tabular
15636 <lyxtabular version="3" rows="3" columns="3">
15637 <features rotate="0" tabularvalignment="middle">
15638 <column alignment="center" valignment="top">
15639 <column alignment="center" valignment="top">
15640 <column alignment="center" valignment="top">
15641 <row>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 </row>
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 </lyxtabular>
15729
15730 \end_inset
15731
15732
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \end_layout
15739
15740 \begin_layout Itemize
15741 動作試験 
15742 \begin_inset Box Frameless
15743 position "b"
15744 hor_pos "c"
15745 has_inner_box 1
15746 inner_pos "c"
15747 use_parbox 0
15748 use_makebox 0
15749 width "15col%"
15750 special "none"
15751 height "1in"
15752 height_special "totalheight"
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756 \begin_inset Tabular
15757 <lyxtabular version="3" rows="3" columns="3">
15758 <features rotate="0" tabularvalignment="middle">
15759 <column alignment="center" valignment="top">
15760 <column alignment="center" valignment="top">
15761 <column alignment="center" valignment="top">
15762 <row>
15763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 </lyxtabular>
15850
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \end_inset
15857
15858  動作試験 
15859 \begin_inset ERT
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863
15864
15865 \backslash
15866 raisebox{-0.32
15867 \backslash
15868 baselineskip}{
15869 \end_layout
15870
15871 \end_inset
15872
15873
15874 \begin_inset Box Frameless
15875 position "b"
15876 hor_pos "c"
15877 has_inner_box 1
15878 inner_pos "c"
15879 use_parbox 0
15880 use_makebox 0
15881 width "15col%"
15882 special "none"
15883 height "1in"
15884 height_special "totalheight"
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888 \begin_inset Tabular
15889 <lyxtabular version="3" rows="3" columns="3">
15890 <features rotate="0" tabularvalignment="middle">
15891 <column alignment="center" valignment="top">
15892 <column alignment="center" valignment="top">
15893 <column alignment="center" valignment="top">
15894 <row>
15895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 </row>
15923 <row>
15924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 <row>
15953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 </lyxtabular>
15982
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \end_inset
15989
15990
15991 \begin_inset ERT
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995
15996 }
15997 \end_layout
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Standard
16005 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16006 \begin_inset Foot
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 raiseboxは、第
16011 \begin_inset CommandInset ref
16012 LatexCommand ref
16013 reference "sub:垂直揃え"
16014
16015 \end_inset
16016
16017 節で説明されています。
16018 \end_layout
16019
16020 \end_inset
16021
16022 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16023 \end_layout
16024
16025 \begin_layout Standard
16026
16027 \series bold
16028
16029 \backslash
16030 raisebox{0.85
16031 \backslash
16032 baselineskip}{
16033 \end_layout
16034
16035 \begin_layout Standard
16036 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16037 \series bold
16038 }
16039 \series default
16040 をTeXコードとして挿入してあります。最後の項目の第二表には、
16041 \end_layout
16042
16043 \begin_layout Standard
16044
16045 \series bold
16046
16047 \backslash
16048 raisebox{-0.32
16049 \backslash
16050 baselineskip}{
16051 \end_layout
16052
16053 \begin_layout Standard
16054 というコマンドを使用しています。
16055 \end_layout
16056
16057 \begin_layout Standard
16058 \begin_inset Note Greyedout
16059 status open
16060
16061 \begin_layout Plain Layout
16062
16063 \series bold
16064 【註】
16065 \series default
16066 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16067 \series bold
16068
16069 \backslash
16070 raisebox
16071 \series default
16072 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16073 \end_layout
16074
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \begin_layout Section
16081 色付きの表
16082 \begin_inset CommandInset label
16083 LatexCommand label
16084 name "sec:色付きの表"
16085
16086 \end_inset
16087
16088
16089 \begin_inset Index idx
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093 ひょう@表 ! いろつき@色付き
16094 \end_layout
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Subsection
16102 色付きのセル
16103 \begin_inset Index idx
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107 ひょうのいろ@表の色 ! せるぶ@セル部
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \begin_inset Index idx
16114 status collapsed
16115
16116 \begin_layout Plain Layout
16117 いろつき@色付き ! ひょうせるぶ@表セル部
16118 \end_layout
16119
16120 \end_inset
16121
16122
16123 \end_layout
16124
16125 \begin_layout Standard
16126 \begin_inset Float table
16127 placement h
16128 wide false
16129 sideways false
16130 status open
16131
16132 \begin_layout Plain Layout
16133 \begin_inset Caption Standard
16134
16135 \begin_layout Plain Layout
16136 \begin_inset CommandInset label
16137 LatexCommand label
16138 name "tab:colortblなしの表"
16139
16140 \end_inset
16141
16142
16143 \series bold
16144 colortbl
16145 \series default
16146 パッケージを使用しない色付き表
16147 \begin_inset Argument 1
16148 status collapsed
16149
16150 \begin_layout Plain Layout
16151 colortblなしの表
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \begin_layout Plain Layout
16165 \align center
16166 \begin_inset Tabular
16167 <lyxtabular version="3" rows="3" columns="3">
16168 <features rotate="0" tabularvalignment="middle">
16169 <column alignment="center" valignment="top">
16170 <column alignment="center" valignment="top">
16171 <column alignment="center" valignment="top">
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \color green
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \color red
16190
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199
16200 \color red
16201
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \color green
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \color blue
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234
16235 \color blue
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \color green
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \color blue
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269
16270 \color blue
16271
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \begin_layout Standard
16290 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16291 \family sans
16292 編集\SpecialChar \menuseparator
16293 文字様式
16294 \family default
16295 メニューで色を選んでください。表
16296 \begin_inset CommandInset ref
16297 LatexCommand ref
16298 reference "tab:colortblなしの表"
16299
16300 \end_inset
16301
16302 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16303 \series bold
16304 colortbl
16305 \series default
16306
16307 \begin_inset Index idx
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16312 \end_layout
16313
16314 \end_inset
16315
16316 を使用しなくてはなりません。
16317 \end_layout
16318
16319 \begin_layout Standard
16320 \begin_inset ERT
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324
16325
16326 \backslash
16327 ifcolortbl
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \begin_inset Note Note
16334 status open
16335
16336 \begin_layout Plain Layout
16337 本節の以下の部分は、LaTeXパッケージ
16338 \series bold
16339 colortbl
16340 \series default
16341 が導入済みのときのみ表示されます。
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \begin_layout Standard
16350 色付きの表を作成するには、プリアンブルに
16351 \end_layout
16352
16353 \begin_layout Standard
16354
16355 \series bold
16356
16357 \backslash
16358 usepackage{colortbl}
16359 \end_layout
16360
16361 \begin_layout Standard
16362 という行を書いて
16363 \series bold
16364 colortbl
16365 \series default
16366 を読み込まなくてはなりません。列の色は、
16367 \series bold
16368 >{ }
16369 \series default
16370 コマンドの中に
16371 \end_layout
16372
16373 \begin_layout Standard
16374
16375 \series bold
16376
16377 \backslash
16378 columncolor{色彩名}
16379 \end_layout
16380
16381 \begin_layout Standard
16382 というコマンドを書いて指定することができます。
16383 \series bold
16384 >{}
16385 \series default
16386 コマンドに関する詳細は、第
16387 \begin_inset CommandInset ref
16388 LatexCommand ref
16389 reference "sub:連結列の計算"
16390
16391 \end_inset
16392
16393 節に述べられています。
16394 \end_layout
16395
16396 \begin_layout Standard
16397 以下の色彩名が事前に定義されています。
16398 \end_layout
16399
16400 \begin_layout Standard
16401
16402 \family sans
16403 red
16404 \family default
16405
16406 \family sans
16407 green
16408 \family default
16409
16410 \family sans
16411 yellow
16412 \family default
16413
16414 \family sans
16415 blue
16416 \family default
16417
16418 \family sans
16419 cyan
16420 \family default
16421
16422 \family sans
16423 magenta
16424 \family default
16425
16426 \family sans
16427 black
16428 \family default
16429
16430 \family sans
16431 white
16432 \end_layout
16433
16434 \begin_layout Standard
16435 \begin_inset VSpace medskip
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \begin_layout Standard
16442 また、文書設定中で、文書クラスオプションに
16443 \end_layout
16444
16445 \begin_layout Standard
16446
16447 \series bold
16448 usenames,dvipsnames
16449 \end_layout
16450
16451 \begin_layout Standard
16452 を与えると、さらに61色を使用することができます。これらの色は、附録
16453 \begin_inset CommandInset ref
16454 LatexCommand ref
16455 reference "chap:dvips色名一覧"
16456
16457 \end_inset
16458
16459 に列挙されています。それらの色の1つ、
16460 \family sans
16461 Maroon
16462 \family default
16463 が、例として表
16464 \begin_inset CommandInset ref
16465 LatexCommand ref
16466 reference "tab:色付き表"
16467
16468 \end_inset
16469
16470 に使用されています。
16471 \end_layout
16472
16473 \begin_layout Standard
16474 \begin_inset VSpace medskip
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \begin_layout Standard
16481 また
16482 \end_layout
16483
16484 \begin_layout Standard
16485
16486 \series bold
16487
16488 \backslash
16489 definecolor{色彩名}{色彩モデル}{色彩値}
16490 \end_layout
16491
16492 \begin_layout Standard
16493 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16494 \end_layout
16495
16496 \begin_layout Labeling
16497 \labelwidthstring 00.00.0000
16498 cmyk: シアン(
16499 \bar under
16500 c
16501 \bar default
16502 yan)・マゼンタ(
16503 \bar under
16504 m
16505 \bar default
16506 agenta)・黄(
16507 \bar under
16508 y
16509 \bar default
16510 ellow)・黒(blac
16511 \bar under
16512 k
16513 \bar default
16514
16515 \end_layout
16516
16517 \begin_layout Labeling
16518 \labelwidthstring 00.00.0000
16519 rgb: 赤(
16520 \bar under
16521 r
16522 \bar default
16523 ed)・緑(
16524 \bar under
16525 g
16526 \bar default
16527 reen)・青(
16528 \bar under
16529 b
16530 \bar default
16531 lue)
16532 \end_layout
16533
16534 \begin_layout Labeling
16535 \labelwidthstring 00.00.0000
16536 gray: グレー
16537 \end_layout
16538
16539 \begin_layout Standard
16540 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16541 \end_layout
16542
16543 \begin_layout Standard
16544 たとえば、プリアンブルに
16545 \end_layout
16546
16547 \begin_layout Standard
16548
16549 \series bold
16550
16551 \backslash
16552 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16553 \end_layout
16554
16555 \begin_layout Standard
16556 と書くことによって、「
16557 \emph on
16558 darkgreen
16559 \emph default
16560 」色を定義することができますし、
16561 \end_layout
16562
16563 \begin_layout Standard
16564
16565 \series bold
16566
16567 \backslash
16568 definecolor{lightgray}{gray}{0.8}
16569 \end_layout
16570
16571 \begin_layout Standard
16572 と書けば、「
16573 \emph on
16574 lightgray
16575 \emph default
16576 」色を定義することができます。
16577 \end_layout
16578
16579 \begin_layout Standard
16580 \begin_inset VSpace medskip
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \begin_layout Standard
16587 罫線は
16588 \end_layout
16589
16590 \begin_layout Standard
16591
16592 \series bold
16593
16594 \backslash
16595 rowcolor{色彩名}
16596 \end_layout
16597
16598 \begin_layout Standard
16599 というコマンドを使用して色付けすることができ、セルは
16600 \end_layout
16601
16602 \begin_layout Standard
16603
16604 \series bold
16605
16606 \backslash
16607 cellcolor{色彩名}
16608 \end_layout
16609
16610 \begin_layout Standard
16611 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16612 \end_layout
16613
16614 \begin_layout Standard
16615 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16616 \family sans
16617 編集\SpecialChar \menuseparator
16618 文字様式
16619 \family default
16620 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16621 ます。
16622 \end_layout
16623
16624 \begin_layout Standard
16625 \begin_inset Note Greyedout
16626 status open
16627
16628 \begin_layout Plain Layout
16629 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16630 \end_layout
16631
16632 \end_inset
16633
16634
16635 \end_layout
16636
16637 \begin_layout Standard
16638 \begin_inset VSpace bigskip
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \begin_layout Standard
16645
16646 \begin_inset CommandInset ref
16647 LatexCommand ref
16648 reference "tab:色付き表"
16649
16650 \end_inset
16651
16652 を作成するには、以下のようにしてください。第一列の色は
16653 \emph on
16654 darkgreen
16655 \emph default
16656 にしたいので、この列のLaTeX変数として
16657 \end_layout
16658
16659 \begin_layout Standard
16660
16661 \series bold
16662 >{
16663 \backslash
16664 columncolor{darkgreen}
16665 \backslash
16666 centering}c
16667 \end_layout
16668
16669 \begin_layout Standard
16670 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16671 \end_layout
16672
16673 \begin_layout Standard
16674
16675 \series bold
16676
16677 \backslash
16678 rowcolow{cyan}
16679 \end_layout
16680
16681 \begin_layout Standard
16682 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16683 \end_layout
16684
16685 \begin_layout Standard
16686
16687 \series bold
16688
16689 \backslash
16690 cellcolor{Maroon}
16691 \end_layout
16692
16693 \begin_layout Standard
16694 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16695 \family sans
16696 編集\SpecialChar \menuseparator
16697 文字様式
16698 \family default
16699 メニューを使って、各文字に色付けをすることができます。
16700 \end_layout
16701
16702 \begin_layout Standard
16703 \begin_inset Float table
16704 placement h
16705 wide false
16706 sideways false
16707 status open
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Caption Standard
16711
16712 \begin_layout Plain Layout
16713
16714 \series bold
16715 \begin_inset CommandInset label
16716 LatexCommand label
16717 name "tab:色付き表"
16718
16719 \end_inset
16720
16721 colortbl
16722 \series default
16723 パッケージを使用した色付き表
16724 \begin_inset Argument 1
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728 colortblを使った表
16729 \end_layout
16730
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \begin_layout Plain Layout
16742 \align center
16743 \begin_inset Tabular
16744 <lyxtabular version="3" rows="3" columns="3">
16745 <features rotate="0" tabularvalignment="middle">
16746 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16747 <column alignment="center" valignment="top">
16748 <column alignment="center" valignment="top">
16749 <row>
16750 <cell alignment="center" valignment="top" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset ERT
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758
16759
16760 \backslash
16761 rowcolor{cyan}
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \color magenta
16768
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777
16778 \color red
16779
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788
16789 \color red
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \color yellow
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \color blue
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823
16824 \color blue
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \color yellow
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \color blue
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset ERT
16859 status collapsed
16860
16861 \begin_layout Plain Layout
16862
16863
16864 \backslash
16865 cellcolor{Maroon}
16866 \end_layout
16867
16868 \end_inset
16869
16870
16871 \color green
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 </lyxtabular>
16879
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \begin_layout Standard
16891 \begin_inset ERT
16892 status collapsed
16893
16894 \begin_layout Plain Layout
16895
16896
16897 \backslash
16898 else
16899 \end_layout
16900
16901 \end_inset
16902
16903
16904 \begin_inset Note Note
16905 status open
16906
16907 \begin_layout Plain Layout
16908 以下は、LaTeXパッケージ
16909 \series bold
16910 colortbl
16911 \series default
16912 が導入されていないときに表示されます。
16913 \end_layout
16914
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \begin_layout Standard
16921 この節の内容を出力で表示させるには、
16922 \series bold
16923 colortbl
16924 \series default
16925 パッケージを導入する必要があります。
16926 \end_layout
16927
16928 \begin_layout Standard
16929 \begin_inset ERT
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933
16934
16935 \backslash
16936 fi
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \begin_layout Subsection
16945 色付き行
16946 \begin_inset Index idx
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \begin_inset Index idx
16957 status collapsed
16958
16959 \begin_layout Plain Layout
16960 いろつき@色付き ! ひょうのぎょう@表の行
16961 \end_layout
16962
16963 \end_inset
16964
16965
16966 \end_layout
16967
16968 \begin_layout Standard
16969 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16970 \end_layout
16971
16972 \begin_layout Standard
16973
16974 \series bold
16975
16976 \backslash
16977 usepackage[table]{xcolor}
16978 \end_layout
16979
16980 \begin_layout Standard
16981 というコマンドを使用して、
16982 \series bold
16983 xcolor
16984 \series default
16985
16986 \begin_inset Index idx
16987 status collapsed
16988
16989 \begin_layout Plain Layout
16990 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
16991 \begin_inset ERT
16992 status collapsed
16993
16994 \begin_layout Plain Layout
16995
16996
16997 \backslash
16998 vspace{4mm}
16999 \end_layout
17000
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007
17008 パッケージを読み込むのです。
17009 \series bold
17010 xcolor
17011 \series default
17012 は、自動的に
17013 \series bold
17014 colortbl
17015 \series default
17016
17017 \begin_inset Index idx
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17022 \end_layout
17023
17024 \end_inset
17025
17026 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17027 \series bold
17028 colortbl
17029 \series default
17030 も導入されていなくてはなりません。
17031 \end_layout
17032
17033 \begin_layout Standard
17034 \begin_inset ERT
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038
17039
17040 \backslash
17041 ifcolortbl
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \begin_inset Note Note
17048 status open
17049
17050 \begin_layout Plain Layout
17051 本節の以下の部分は、LaTeXパッケージ
17052 \series bold
17053 colortbl
17054 \series default
17055 が導入済みのときのみ表示されます。
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \begin_layout Standard
17064 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17065 \end_layout
17066
17067 \begin_layout Standard
17068
17069 \series bold
17070
17071 \backslash
17072 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17073 \end_layout
17074
17075 \begin_layout Standard
17076 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17077 を付加する時に用います。したがって、例えば
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \series bold
17083
17084 \backslash
17085 rowcolors{1}{white}{lightgray}
17086 \end_layout
17087
17088 \begin_layout Standard
17089 というコマンドは、表
17090 \begin_inset CommandInset ref
17091 LatexCommand ref
17092 reference "tab:表-行色"
17093
17094 \end_inset
17095
17096 のようなカラースキームをもたらします。また、
17097 \end_layout
17098
17099 \begin_layout Standard
17100
17101 \series bold
17102
17103 \backslash
17104 rowcolors[
17105 \backslash
17106 hline]{1}{lightgray}{cyan}
17107 \end_layout
17108
17109 \begin_layout Standard
17110 というコマンドを用いると、表
17111 \begin_inset CommandInset ref
17112 LatexCommand ref
17113 reference "tab:表-行色-2"
17114
17115 \end_inset
17116
17117 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17118 \end_layout
17119
17120 \begin_layout Standard
17121
17122 \series bold
17123
17124 \backslash
17125 rowcolors{1}{}{}
17126 \end_layout
17127
17128 \begin_layout Standard
17129 というコマンドはすべての色付けを削除することになります。
17130 \series bold
17131
17132 \backslash
17133 rowcolors
17134 \series default
17135 は、コマンドに続くすべての表に影響を及ぼします。
17136 \end_layout
17137
17138 \begin_layout Standard
17139 \begin_inset ERT
17140 status open
17141
17142 \begin_layout Plain Layout
17143
17144
17145 \backslash
17146 rowcolors{1}{white}{lightgray}
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Standard
17155 \begin_inset Float table
17156 placement h
17157 wide false
17158 sideways false
17159 status open
17160
17161 \begin_layout Plain Layout
17162 \begin_inset Caption Standard
17163
17164 \begin_layout Plain Layout
17165 \begin_inset CommandInset label
17166 LatexCommand label
17167 name "tab:表-行色"
17168
17169 \end_inset
17170
17171 隔行が灰色に着色された表
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Plain Layout
17180 \align center
17181 \begin_inset Tabular
17182 <lyxtabular version="3" rows="4" columns="3">
17183 <features rotate="0" tabularvalignment="middle">
17184 <column alignment="center" valignment="top">
17185 <column alignment="center" valignment="top" width="0pt">
17186 <column alignment="center" valignment="top" width="0pt">
17187 <row>
17188 <cell alignment="center" valignment="top" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 X
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 Y
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 Z
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 1
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 2
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 3
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 4
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 5
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 6
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 7
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 8
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 9
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 </lyxtabular>
17304
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \begin_inset ERT
17317 status open
17318
17319 \begin_layout Plain Layout
17320
17321
17322 \backslash
17323 rowcolors[
17324 \backslash
17325 hline]{1}{lightgray}{cyan}
17326 \end_layout
17327
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Standard
17334 \begin_inset Float table
17335 placement h
17336 wide false
17337 sideways false
17338 status open
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Caption Standard
17342
17343 \begin_layout Plain Layout
17344 \begin_inset CommandInset label
17345 LatexCommand label
17346 name "tab:表-行色-2"
17347
17348 \end_inset
17349
17350 隔行でシアン色に着色され、行間に線の入った表
17351 \end_layout
17352
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \begin_layout Plain Layout
17359 \align center
17360 \begin_inset Tabular
17361 <lyxtabular version="3" rows="4" columns="3">
17362 <features rotate="0" tabularvalignment="middle">
17363 <column alignment="center" valignment="top">
17364 <column alignment="center" valignment="top">
17365 <column alignment="center" valignment="top" width="0pt">
17366 <row>
17367 <cell alignment="center" valignment="top" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 X
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 Y
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389 Z
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 </row>
17395 <row>
17396 <cell alignment="center" valignment="top" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 1
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 2
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 3
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429 4
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 5
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 6
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 <row>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 7
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 8
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 9
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 </lyxtabular>
17483
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \begin_layout Standard
17495 \begin_inset ERT
17496 status collapsed
17497
17498 \begin_layout Plain Layout
17499
17500
17501 \backslash
17502 rowcolors{1}{}{}
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \begin_inset Note Note
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512 行色を解除
17513 \end_layout
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \begin_layout Standard
17521 \begin_inset ERT
17522 status collapsed
17523
17524 \begin_layout Plain Layout
17525
17526
17527 \backslash
17528 else
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \begin_inset Note Note
17535 status open
17536
17537 \begin_layout Plain Layout
17538 以下は、LaTeXパッケージ
17539 \series bold
17540 colortbl
17541 \series default
17542 が導入されていないときに表示されます。
17543 \end_layout
17544
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \begin_layout Standard
17551 この節の内容を出力で表示させるには、
17552 \series bold
17553 colortbl
17554 \series default
17555 パッケージを導入する必要があります。
17556 \end_layout
17557
17558 \begin_layout Standard
17559 \begin_inset ERT
17560 status collapsed
17561
17562 \begin_layout Plain Layout
17563
17564
17565 \backslash
17566 fi
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Subsection
17575 色付き罫線
17576 \begin_inset Index idx
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \begin_inset Index idx
17587 status collapsed
17588
17589 \begin_layout Plain Layout
17590 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17591 \end_layout
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \begin_layout Standard
17599
17600 \begin_inset CommandInset ref
17601 LatexCommand ref
17602 reference "sub:罫線幅"
17603
17604 \end_inset
17605
17606 節に述べられているように、表中の全罫線の線幅は、長さ
17607 \series bold
17608
17609 \backslash
17610 arrayrulewidth
17611 \series default
17612 を使って調節することができます。本節の表では、すべて1.5
17613 \begin_inset space \thinspace{}
17614 \end_inset
17615
17616 ptに設定されています。
17617 \begin_inset ERT
17618 status collapsed
17619
17620 \begin_layout Plain Layout
17621
17622
17623 \backslash
17624 setlength{
17625 \backslash
17626 arrayrulewidth}{1.5pt}
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 たとえば縦罫線を緑に着色するには、第
17636 \begin_inset CommandInset ref
17637 LatexCommand ref
17638 reference "sub:自製書式"
17639
17640 \end_inset
17641
17642 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 newcolumntype{W}{!{
17651 \backslash
17652 color{green}
17653 \backslash
17654 vline}}
17655 \end_layout
17656
17657 \begin_layout Standard
17658
17659 \begin_inset CommandInset ref
17660 LatexCommand ref
17661 reference "tab:色付き縦罫線の表"
17662
17663 \end_inset
17664
17665 では、最右列にLaTeX変数
17666 \series bold
17667 WcW
17668 \series default
17669 、他の列にLaTeX変数
17670 \series bold
17671 Wc
17672 \series default
17673 が使用されています。
17674 \end_layout
17675
17676 \begin_layout Standard
17677 複数の色を用いたいときには、列書式をもっと定義してください。
17678 \end_layout
17679
17680 \begin_layout Standard
17681 \begin_inset Float table
17682 placement h
17683 wide false
17684 sideways false
17685 status open
17686
17687 \begin_layout Plain Layout
17688 \begin_inset Caption Standard
17689
17690 \begin_layout Plain Layout
17691 \begin_inset CommandInset label
17692 LatexCommand label
17693 name "tab:色付き縦罫線の表"
17694
17695 \end_inset
17696
17697 色付き縦罫線の表
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Plain Layout
17706 \align center
17707 \begin_inset Tabular
17708 <lyxtabular version="3" rows="3" columns="3">
17709 <features rotate="0" tabularvalignment="middle">
17710 <column alignment="center" valignment="top" special="Wc">
17711 <column alignment="center" valignment="top" special="Wc">
17712 <column alignment="center" valignment="top" special="WcW">
17713 <row>
17714 <cell alignment="center" valignment="top" topline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 sd
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" topline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 </row>
17742 <row>
17743 <cell alignment="center" valignment="top" topline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 <cell alignment="center" valignment="top" topline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 sd
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" topline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 </row>
17771 <row>
17772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794 sd
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 </row>
17800 </lyxtabular>
17801
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \begin_layout Standard
17813 \begin_inset VSpace bigskip
17814 \end_inset
17815
17816
17817 \begin_inset CommandInset ref
17818 LatexCommand ref
17819 reference "tab:色付き横罫線の表"
17820
17821 \end_inset
17822
17823 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \series bold
17829
17830 \backslash
17831 let
17832 \backslash
17833 myHlineC
17834 \backslash
17835 hline
17836 \begin_inset Newline newline
17837 \end_inset
17838
17839
17840 \backslash
17841 renewcommand{
17842 \backslash
17843 hline}
17844 \begin_inset Newline newline
17845 \end_inset
17846
17847
17848 \begin_inset Phantom HPhantom
17849 status open
17850
17851 \begin_layout Plain Layout
17852 \begin_inset space ~
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859
17860 {
17861 \backslash
17862 arrayrulecolor{red}
17863 \backslash
17864 myHlineC
17865 \backslash
17866 arrayrulecolor{black}}
17867 \end_layout
17868
17869 \begin_layout Standard
17870 というコマンドを入力して下さい。
17871 \end_layout
17872
17873 \begin_layout Standard
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 let
17882 \backslash
17883 myHlineC
17884 \backslash
17885 hline
17886 \end_layout
17887
17888 \begin_layout Plain Layout
17889
17890
17891 \backslash
17892 renewcommand{
17893 \backslash
17894 hline}
17895 \end_layout
17896
17897 \begin_layout Plain Layout
17898
17899  {
17900 \backslash
17901 arrayrulecolor{red}
17902 \backslash
17903 myHlineC
17904 \backslash
17905 arrayrulecolor{black}}
17906 \end_layout
17907
17908 \end_inset
17909
17910
17911 \begin_inset Float table
17912 placement h
17913 wide false
17914 sideways false
17915 status open
17916
17917 \begin_layout Plain Layout
17918 \begin_inset Caption Standard
17919
17920 \begin_layout Plain Layout
17921 \begin_inset CommandInset label
17922 LatexCommand label
17923 name "tab:色付き横罫線の表"
17924
17925 \end_inset
17926
17927 色付き横罫線の表
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \begin_layout Plain Layout
17936 \align center
17937 \begin_inset Tabular
17938 <lyxtabular version="3" rows="3" columns="3">
17939 <features rotate="0" tabularvalignment="middle">
17940 <column alignment="center" valignment="top">
17941 <column alignment="center" valignment="top">
17942 <column alignment="center" valignment="top">
17943 <row>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 sd
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 </row>
17972 <row>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 sd
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 </row>
18001 <row>
18002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 sd
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 </row>
18030 </lyxtabular>
18031
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Standard
18043 既定値の黒罫線に戻るには、
18044 \end_layout
18045
18046 \begin_layout Standard
18047
18048 \series bold
18049
18050 \backslash
18051 renewcommand{
18052 \backslash
18053 hline}{
18054 \backslash
18055 myHlineC}
18056 \end_layout
18057
18058 \begin_layout Standard
18059 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18060 \begin_inset CommandInset ref
18061 LatexCommand ref
18062 reference "tab:色付き罫線の表"
18063
18064 \end_inset
18065
18066 は、縦横罫線を色付けした例です。
18067 \end_layout
18068
18069 \begin_layout Standard
18070 \begin_inset Float table
18071 placement h
18072 wide false
18073 sideways false
18074 status open
18075
18076 \begin_layout Plain Layout
18077 \begin_inset Caption Standard
18078
18079 \begin_layout Plain Layout
18080 \begin_inset CommandInset label
18081 LatexCommand label
18082 name "tab:色付き罫線の表"
18083
18084 \end_inset
18085
18086 色付き罫線の表
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Plain Layout
18095 \align center
18096 \begin_inset Tabular
18097 <lyxtabular version="3" rows="3" columns="3">
18098 <features rotate="0" tabularvalignment="middle">
18099 <column alignment="center" valignment="top" special="Wc">
18100 <column alignment="center" valignment="top" special="Wc">
18101 <column alignment="center" valignment="top" special="WcW">
18102 <row>
18103 <cell alignment="center" valignment="top" topline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 sd
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 </row>
18131 <row>
18132 <cell alignment="center" valignment="top" topline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 sd
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row topspace="default">
18161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 sd
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 </lyxtabular>
18190
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \begin_layout Standard
18202 \begin_inset ERT
18203 status collapsed
18204
18205 \begin_layout Plain Layout
18206
18207
18208 \backslash
18209 renewcommand{
18210 \backslash
18211 hline}{
18212 \backslash
18213 myHlineC}
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Standard
18222 \begin_inset ERT
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226
18227
18228 \backslash
18229 setlength{
18230 \backslash
18231 arrayrulewidth}{0.4pt}
18232 \end_layout
18233
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \begin_layout Section
18240 表幅の計算
18241 \begin_inset CommandInset label
18242 LatexCommand label
18243 name "sec:表幅の計算"
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \begin_layout Standard
18251 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18252 設ければ良いのでしょうか?
18253 \end_layout
18254
18255 \begin_layout Standard
18256 表幅
18257 \begin_inset Formula $W_{\text{表}}$
18258 \end_inset
18259
18260 は計算することができます。各列の実際の幅は、指定した列幅
18261 \begin_inset Formula $W_{\text{列}}$
18262 \end_inset
18263
18264 に、列の内容と列罫線との間の余白(LaTeX長
18265 \series bold
18266
18267 \backslash
18268 tabcolsep
18269 \series default
18270 ・既定値6
18271 \begin_inset space \thinspace{}
18272 \end_inset
18273
18274 pt)の2倍と、罫線幅(LaTeX長
18275 \series bold
18276
18277 \backslash
18278 arrayrulewidth
18279 \series default
18280 ・既定値0.4
18281 \begin_inset space \thinspace{}
18282 \end_inset
18283
18284 pt)を加えたものになります。したがって、もし同じ幅の
18285 \begin_inset Formula $n$
18286 \end_inset
18287
18288 列を作るならば、表幅は
18289 \begin_inset Formula 
18290 \begin{equation}
18291 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18292 \end{equation}
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Standard
18300 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18301 \series bold
18302
18303 \backslash
18304 columnwidth
18305 \series default
18306 )。表の列をすべて同じ幅にするとすれば、
18307 \begin_inset Formula $W_{\text{表}}$
18308 \end_inset
18309
18310 が1
18311 \begin_inset space \thinspace{}
18312 \end_inset
18313
18314
18315 \backslash
18316 columnwidthになりますので、
18317 \begin_inset Formula $W_{\text{列}}$
18318 \end_inset
18319
18320 は簡単に計算できます。
18321 \end_layout
18322
18323 \begin_layout Standard
18324 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18325 \series bold
18326 calc
18327 \series default
18328
18329 \begin_inset Index idx
18330 status collapsed
18331
18332 \begin_layout Plain Layout
18333 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18334 \end_layout
18335
18336 \end_inset
18337
18338 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18339 \family sans
18340 LaTeXの引数
18341 \family default
18342 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18343 \begin_inset CommandInset ref
18344 LatexCommand ref
18345 reference "sub:連結列の計算"
18346
18347 \end_inset
18348
18349 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18350 \end_layout
18351
18352 \begin_layout Standard
18353
18354 \series bold
18355 >{
18356 \backslash
18357 centering}p{(1
18358 \backslash
18359 columnwidth-62.4pt)/5}
18360 \end_layout
18361
18362 \begin_layout Standard
18363 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18364 \begin_inset Formula 
18365 \begin{align}
18366 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18367  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18368  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18369 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18370 \end{align}
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Standard
18378 となります。したがって、表中の広い列には
18379 \end_layout
18380
18381 \begin_layout Standard
18382
18383 \series bold
18384 >{
18385 \backslash
18386 centering}p{(1
18387 \backslash
18388 columnwidth-62.4pt)/
18389 \backslash
18390 real{4.5}}
18391 \end_layout
18392
18393 \begin_layout Standard
18394 というコマンドを用い、狭い列には
18395 \end_layout
18396
18397 \begin_layout Standard
18398
18399 \series bold
18400 >{
18401 \backslash
18402 centering}p{(1
18403 \backslash
18404 columnwidth-62.4pt)/
18405 \backslash
18406 real{4.5}*
18407 \backslash
18408 real{0.75}}
18409 \end_layout
18410
18411 \begin_layout Standard
18412 というコマンドを用いることにすると、以下の表が出来上がります。
18413 \end_layout
18414
18415 \begin_layout Standard
18416 \begin_inset Tabular
18417 <lyxtabular version="3" rows="2" columns="5">
18418 <features rotate="0" tabularvalignment="middle">
18419 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18420 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18421 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18422 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18423 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18424 <row>
18425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 1
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 2
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 3
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 4
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 5
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 <row>
18472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 111111 1111111 111111 111111111 11111 11111 1111
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 2222 22222 222222 222222222 2222222 22 22222
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 333333 333333 333333 33333 3333333 333
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 </lyxtabular>
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Section
18526 表の調整
18527 \begin_inset Index idx
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531 ひょうのちょうせい@表の調整
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \begin_inset Index idx
18538 status collapsed
18539
18540 \begin_layout Plain Layout
18541 ひょう@表 ! ちょうせい@調整
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \begin_layout Subsection
18550 行の余白取り
18551 \begin_inset CommandInset label
18552 LatexCommand label
18553 name "sub:行の余白取り"
18554
18555 \end_inset
18556
18557
18558 \begin_inset Index idx
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 表の設定ダイアログの
18572 \family sans
18573 罫線
18574 \family default
18575 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18576 \end_layout
18577
18578 \begin_layout Description
18579 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18580 \begin_inset Foot
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 フォーマル形式の表は第
18585 \begin_inset CommandInset ref
18586 LatexCommand ref
18587 reference "sec:フォーマル形式の表"
18588
18589 \end_inset
18590
18591 節で説明されています。
18592 \end_layout
18593
18594 \end_inset
18595
18596 ならば、LyXは既定値として0.5
18597 \begin_inset space \thinspace{}
18598 \end_inset
18599
18600 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18601 \begin_inset VSpace medskip
18602 \end_inset
18603
18604
18605 \begin_inset Newline newline
18606 \end_inset
18607
18608
18609 \begin_inset space \hspace*{}
18610 \length 0pt
18611 \end_inset
18612
18613
18614 \begin_inset space \hfill{}
18615 \end_inset
18616
18617
18618 \begin_inset Tabular
18619 <lyxtabular version="3" rows="3" columns="1">
18620 <features rotate="0" tabularvalignment="middle">
18621 <column alignment="center" valignment="top">
18622 <row>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 <row topspace="3mm">
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 行上に3
18639 \begin_inset space \thinspace{}
18640 \end_inset
18641
18642 mmの余白
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 </lyxtabular>
18660
18661 \end_inset
18662
18663
18664 \begin_inset space \hfill{}
18665 \end_inset
18666
18667
18668 \begin_inset space \hspace*{}
18669 \length 0pt
18670 \end_inset
18671
18672
18673 \begin_inset VSpace medskip
18674 \end_inset
18675
18676
18677 \begin_inset Newline newline
18678 \end_inset
18679
18680 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18681 \end_layout
18682
18683 \begin_layout Description
18684 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18685 \begin_inset space \thinspace{}
18686 \end_inset
18687
18688 emの余白を挿入し、通常の表ならば既定値として2
18689 \begin_inset space \thinspace{}
18690 \end_inset
18691
18692 ptを挿入します。
18693 \end_layout
18694
18695 \begin_layout Description
18696 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18697 \begin_inset space \thinspace{}
18698 \end_inset
18699
18700 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18701 \begin_inset VSpace medskip
18702 \end_inset
18703
18704
18705 \begin_inset Newline newline
18706 \end_inset
18707
18708
18709 \begin_inset space \hspace*{}
18710 \length 0pt
18711 \end_inset
18712
18713
18714 \begin_inset space \hfill{}
18715 \end_inset
18716
18717
18718 \begin_inset Tabular
18719 <lyxtabular version="3" rows="3" columns="1">
18720 <features rotate="0" tabularvalignment="middle">
18721 <column alignment="center" valignment="top">
18722 <row>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 </row>
18733 <row interlinespace="3mm">
18734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738 \begin_inset Formula $\downarrow$
18739 \end_inset
18740
18741  行間に3
18742 \begin_inset space \thinspace{}
18743 \end_inset
18744
18745 mmの余白 
18746 \begin_inset Formula $\downarrow$
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 </row>
18755 <row>
18756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 \begin_inset Formula $\uparrow$
18761 \end_inset
18762
18763  行間に3
18764 \begin_inset space \thinspace{}
18765 \end_inset
18766
18767 mmの余白 
18768 \begin_inset Formula $\uparrow$
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 </lyxtabular>
18778
18779 \end_inset
18780
18781
18782 \begin_inset space \hfill{}
18783 \end_inset
18784
18785
18786 \begin_inset space \hspace*{}
18787 \length 0pt
18788 \end_inset
18789
18790
18791 \begin_inset VSpace medskip
18792 \end_inset
18793
18794
18795 \begin_inset Newline newline
18796 \end_inset
18797
18798 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18799 \end_layout
18800
18801 \begin_layout Standard
18802 \begin_inset VSpace bigskip
18803 \end_inset
18804
18805 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18806 \end_layout
18807
18808 \begin_layout Standard
18809
18810 \series bold
18811
18812 \backslash
18813 @ifundefined{extrarowheight}
18814 \begin_inset Newline newline
18815 \end_inset
18816
18817
18818 \begin_inset Phantom HPhantom
18819 status open
18820
18821 \begin_layout Plain Layout
18822 \begin_inset space ~
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \end_inset
18829
18830 {
18831 \backslash
18832 usepackage{array}}{}
18833 \begin_inset Newline newline
18834 \end_inset
18835
18836
18837 \backslash
18838 setlength{
18839 \backslash
18840 extrarowheight}{height}
18841 \end_layout
18842
18843 \begin_layout Standard
18844 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18845 \series bold
18846 array
18847 \series default
18848 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18849 \series bold
18850
18851 \backslash
18852 @ifundefined
18853 \series default
18854 が使用されています)。
18855 \end_layout
18856
18857 \begin_layout Standard
18858 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18859 \series bold
18860
18861 \backslash
18862 strut
18863 \series default
18864 コマンドを挿入することで補正することができます。表
18865 \begin_inset CommandInset ref
18866 LatexCommand ref
18867 reference "tab:垂直揃え"
18868
18869 \end_inset
18870
18871 は、この効果を示したものです。
18872 \end_layout
18873
18874 \begin_layout Standard
18875 \noindent
18876 \begin_inset Float table
18877 placement h
18878 wide false
18879 sideways false
18880 status open
18881
18882 \begin_layout Plain Layout
18883 \begin_inset Caption Standard
18884
18885 \begin_layout Plain Layout
18886 \begin_inset CommandInset label
18887 LatexCommand label
18888 name "tab:垂直揃え"
18889
18890 \end_inset
18891
18892 大きなフォント寸法の文章の垂直揃え
18893 \end_layout
18894
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \begin_layout Plain Layout
18901 \begin_inset space \hfill{}
18902 \end_inset
18903
18904
18905 \begin_inset Float table
18906 wide false
18907 sideways false
18908 status collapsed
18909
18910 \begin_layout Plain Layout
18911 \begin_inset Caption Standard
18912
18913 \begin_layout Plain Layout
18914 通常の表
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Plain Layout
18923 \noindent
18924 \align center
18925 \begin_inset Tabular
18926 <lyxtabular version="3" rows="6" columns="1">
18927 <features rotate="0" tabularvalignment="middle">
18928 <column alignment="left" valignment="top">
18929 <row>
18930 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 Normal, g
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 </row>
18940 <row>
18941 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \size large
18947 Large
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 </row>
18953 <row>
18954 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958
18959 \size larger
18960 Larger
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \size largest
18973 Largest
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 </row>
18979 <row>
18980 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984
18985 \size huge
18986 Huge
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \size giant
18999 Huger
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 </lyxtabular>
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \begin_inset space \hfill{}
19016 \end_inset
19017
19018
19019 \begin_inset Float table
19020 wide false
19021 sideways false
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Caption Standard
19026
19027 \begin_layout Plain Layout
19028
19029 \series bold
19030
19031 \backslash
19032 strut
19033 \series default
19034 コマンドを使用した表
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \begin_layout Plain Layout
19043 \noindent
19044 \align center
19045 \begin_inset Tabular
19046 <lyxtabular version="3" rows="6" columns="1">
19047 <features rotate="0" tabularvalignment="middle">
19048 <column alignment="left" valignment="top">
19049 <row>
19050 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 Normal, g
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 <row>
19061 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \size large
19067 \begin_inset ERT
19068 status collapsed
19069
19070 \begin_layout Plain Layout
19071
19072
19073 \backslash
19074 strut 
19075 \end_layout
19076
19077 \end_inset
19078
19079 Large
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 </row>
19085 <row>
19086 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \size larger
19092 \begin_inset ERT
19093 status collapsed
19094
19095 \begin_layout Plain Layout
19096
19097
19098 \backslash
19099 strut 
19100 \end_layout
19101
19102 \end_inset
19103
19104 Larger
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \size largest
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 strut 
19125 \end_layout
19126
19127 \end_inset
19128
19129 Largest
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 <row>
19136 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \size huge
19142 \begin_inset ERT
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146
19147
19148 \backslash
19149 strut 
19150 \end_layout
19151
19152 \end_inset
19153
19154 Huge
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \size giant
19167 \begin_inset ERT
19168 status collapsed
19169
19170 \begin_layout Plain Layout
19171
19172
19173 \backslash
19174 strut 
19175 \end_layout
19176
19177 \end_inset
19178
19179 Huger
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 </lyxtabular>
19186
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \end_inset
19193
19194
19195 \begin_inset space \hfill{}
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \begin_layout Subsection
19207 特殊なセル揃え
19208 \begin_inset CommandInset label
19209 LatexCommand label
19210 name "sub:特殊なセル揃え"
19211
19212 \end_inset
19213
19214
19215 \begin_inset Index idx
19216 status collapsed
19217
19218 \begin_layout Plain Layout
19219 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Standard
19228 ときには表
19229 \begin_inset CommandInset ref
19230 LatexCommand ref
19231 reference "tab:表セル"
19232
19233 \end_inset
19234
19235 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19236 \begin_inset Graphics
19237         filename ../../images/tabular-feature_align-decimal.png
19238         scale 85
19239         scaleBeforeRotation
19240
19241 \end_inset
19242
19243 を押すか、表設定中で揃えを
19244 \family sans
19245 小数点で
19246 \family default
19247 に設定します。
19248 \end_layout
19249
19250 \begin_layout Standard
19251 \begin_inset Float table
19252 placement h
19253 wide false
19254 sideways false
19255 status open
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Caption Standard
19259
19260 \begin_layout Plain Layout
19261 \begin_inset CommandInset label
19262 LatexCommand label
19263 name "tab:表セル"
19264
19265 \end_inset
19266
19267 一列が小数点で揃えられた表セル
19268 \end_layout
19269
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \begin_layout Plain Layout
19276 \align center
19277 \begin_inset Tabular
19278 <lyxtabular version="3" rows="4" columns="1">
19279 <features rotate="0" booktabs="true" tabularvalignment="middle">
19280 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19281 <row>
19282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 見出し
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 12.6
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 0.68
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 -123.0
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 </lyxtabular>
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 \begin_inset Float table
19339 placement h
19340 wide false
19341 sideways false
19342 status open
19343
19344 \begin_layout Plain Layout
19345 \begin_inset Caption Standard
19346
19347 \begin_layout Plain Layout
19348 \begin_inset CommandInset label
19349 LatexCommand label
19350 name "tab:演算子揃え表"
19351
19352 \end_inset
19353
19354 一列が演算子で揃えられた表セル
19355 \end_layout
19356
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \begin_layout Plain Layout
19363 \align center
19364 \begin_inset Tabular
19365 <lyxtabular version="3" rows="4" columns="2">
19366 <features rotate="0" booktabs="true" tabularvalignment="middle">
19367 <column alignment="right" valignment="top" width="0pt">
19368 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19369 <row>
19370 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 見出し
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $12\,+$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $\,6$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $0\,-$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset Formula $\,68$
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset Formula $-123\,/$
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 <cell alignment="center" valignment="top" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 \begin_inset Formula $\,0$
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 </lyxtabular>
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19481 \begin_inset CommandInset ref
19482 LatexCommand ref
19483 reference "tab:演算子揃え表"
19484
19485 \end_inset
19486
19487 のような方法を用いる必要があります。この表は、4
19488 \begin_inset Formula $\times$
19489 \end_inset
19490
19491 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
19492 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
19493 \end_layout
19494
19495 \begin_layout Standard
19496
19497 \series bold
19498 @{}l
19499 \end_layout
19500
19501 \begin_layout Standard
19502 というLaTeX引数を第2列に指定します。
19503 \end_layout
19504
19505 \begin_layout Standard
19506
19507 \begin_inset CommandInset ref
19508 LatexCommand ref
19509 reference "tab:表セル揃え"
19510
19511 \end_inset
19512
19513 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19514 \begin_inset CommandInset ref
19515 LatexCommand ref
19516 reference "tab:演算子揃え表"
19517
19518 \end_inset
19519
19520 の冒頭には、小空白が加えられています。
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset Float table
19525 wide false
19526 sideways false
19527 status open
19528
19529 \begin_layout Plain Layout
19530 \begin_inset Caption Standard
19531
19532 \begin_layout Plain Layout
19533 \begin_inset CommandInset label
19534 LatexCommand label
19535 name "tab:表セル揃え"
19536
19537 \end_inset
19538
19539 表セルの揃えの例
19540 \end_layout
19541
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \begin_layout Plain Layout
19548 \align center
19549 \begin_inset Tabular
19550 <lyxtabular version="3" rows="4" columns="6">
19551 <features rotate="0" tabularvalignment="middle">
19552 <column alignment="right" valignment="top">
19553 <column alignment="left" valignment="top" special="@{}l">
19554 <column alignment="right" valignment="top">
19555 <column alignment="left" valignment="top" special="@{}l">
19556 <column alignment="right" valignment="top">
19557 <column alignment="left" valignment="top" special="@{}l">
19558 <row>
19559 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 単位
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 冪数
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 関係子
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 </row>
19614 <row>
19615 <cell alignment="center" valignment="top" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619 12
19620 \begin_inset Formula $\times$
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 24本の瓶
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $10\cdot$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $10^{\mbox{-}17}$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\Gamma(t)\propto$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Formula $\:\Upsilon(t)$
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 </row>
19686 <row>
19687 <cell alignment="center" valignment="top" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 1024
19692 \begin_inset Formula $\times$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 768ピクセル
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 \begin_inset Formula $5.78\cdot$
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $10^{7}$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $A\ne$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\: B_{\mathrm{red}}$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 32
19764 \begin_inset Formula $\times$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776 6
19777 \begin_inset space \thinspace{}
19778 \end_inset
19779
19780 cm
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 -
19790 \begin_inset Formula $33.5\cdot$
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $10^{4}$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Formula $\sin(\alpha)\ge$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 \begin_inset Formula $\:\sin(\beta)$
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 </row>
19835 </lyxtabular>
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \begin_layout Subsection
19848 自製のセル書式および列書式
19849 \begin_inset CommandInset label
19850 LatexCommand label
19851 name "sub:自製書式"
19852
19853 \end_inset
19854
19855
19856 \begin_inset Index idx
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869
19870 \begin_inset CommandInset ref
19871 LatexCommand ref
19872 reference "sec:表幅の計算"
19873
19874 \end_inset
19875
19876 節のようにして通常列の必要幅を計算したり、第
19877 \begin_inset CommandInset ref
19878 LatexCommand ref
19879 reference "sub:連結列の計算"
19880
19881 \end_inset
19882
19883 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
19884 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19885 \end_layout
19886
19887 \begin_layout Standard
19888
19889 \series bold
19890
19891 \backslash
19892 newcolumntype{書式名}[引数の数]{コマンド}
19893 \end_layout
19894
19895 \begin_layout Standard
19896 書式名は、一文字だけでも構いません。
19897 \emph on
19898 b
19899 \emph default
19900
19901 \emph on
19902 c
19903 \emph default
19904
19905 \emph on
19906 l
19907 \emph default
19908
19909 \emph on
19910 m
19911 \emph default
19912
19913 \emph on
19914 p
19915 \emph default
19916
19917 \emph on
19918 r
19919 \emph default
19920 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19921 \end_layout
19922
19923 \begin_layout Standard
19924 \begin_inset VSpace medskip
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \begin_layout Standard
19931 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19932 \end_layout
19933
19934 \begin_layout Standard
19935
19936 \series bold
19937
19938 \backslash
19939 newcolumntype{M}[1]{>{
19940 \backslash
19941 centering
19942 \backslash
19943 hspace{0pt}}m{#1}}
19944 \end_layout
19945
19946 \begin_layout Standard
19947 ここで
19948 \series bold
19949
19950 \backslash
19951 hspace{0pt}
19952 \series default
19953 は、第
19954 \begin_inset CommandInset ref
19955 LatexCommand ref
19956 reference "sub:複数行"
19957
19958 \end_inset
19959
19960 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
19961 \family sans
19962 LaTeXの引数
19963 \family default
19964
19965 \end_layout
19966
19967 \begin_layout Standard
19968
19969 \series bold
19970 M{width}
19971 \end_layout
19972
19973 \begin_layout Standard
19974 と入力するだけですみます。
19975 \end_layout
19976
19977 \begin_layout Standard
19978 \begin_inset VSpace bigskip
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \begin_layout Standard
19985 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
19986 \end_layout
19987
19988 \begin_layout Standard
19989
19990 \series bold
19991
19992 \backslash
19993 newcolumntype{S}[2]{>{
19994 \backslash
19995 centering
19996 \backslash
19997 hspace{0pt}}
19998 \begin_inset Newline newline
19999 \end_inset
20000
20001
20002 \begin_inset Phantom HPhantom
20003 status open
20004
20005 \begin_layout Plain Layout
20006
20007 \series bold
20008
20009 \backslash
20010 newcolumntype
20011 \end_layout
20012
20013 \end_inset
20014
20015 m{(#1+(2
20016 \backslash
20017 tabcolsep+
20018 \backslash
20019 arrayrulewidth)*(1-#2))/#2}}
20020 \end_layout
20021
20022 \begin_layout Standard
20023 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20024 \begin_inset CommandInset ref
20025 LatexCommand eqref
20026 reference "eq:Wgn"
20027
20028 \end_inset
20029
20030 式を使用しています。
20031 \end_layout
20032
20033 \begin_layout Standard
20034 こうしておけば、当該セルのLaTeX引数に
20035 \end_layout
20036
20037 \begin_layout Standard
20038
20039 \series bold
20040 S{連結列セルの幅}{連結列セルがまたがる列の数}
20041 \end_layout
20042
20043 \begin_layout Standard
20044 と入力するだけですみます。
20045 \end_layout
20046
20047 \begin_layout Standard
20048 \begin_inset VSpace bigskip
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 色付き列については、以下のように定義するとよいでしょう。
20056 \end_layout
20057
20058 \begin_layout Standard
20059
20060 \series bold
20061
20062 \backslash
20063 newcolumntype{K}[1]{>{
20064 \backslash
20065 columncolor{#1}
20066 \backslash
20067 hspace{0pt}}c}
20068 \end_layout
20069
20070 \begin_layout Standard
20071 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20072 \end_layout
20073
20074 \begin_layout Standard
20075
20076 \series bold
20077 K{色名}
20078 \end_layout
20079
20080 \begin_layout Standard
20081 と入力します。
20082 \end_layout
20083
20084 \begin_layout Standard
20085 \begin_inset VSpace bigskip
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Standard
20092
20093 \begin_inset CommandInset ref
20094 LatexCommand ref
20095 reference "tab:ユーザー定義の表書式"
20096
20097 \end_inset
20098
20099 を生成するには、第1列と連結列にLaTeX引数として
20100 \end_layout
20101
20102 \begin_layout Standard
20103
20104 \series bold
20105 M{2.5cm}
20106 \end_layout
20107
20108 \begin_layout Standard
20109 を指定し、最終列に
20110 \end_layout
20111
20112 \begin_layout Standard
20113
20114 \series bold
20115 K{red}
20116 \end_layout
20117
20118 \begin_layout Standard
20119 そして第2列の各セルに
20120 \end_layout
20121
20122 \begin_layout Standard
20123
20124 \series bold
20125 S{2.5cm}{2}
20126 \end_layout
20127
20128 \begin_layout Standard
20129 と指定します。
20130 \end_layout
20131
20132 \begin_layout Standard
20133 \begin_inset Float table
20134 placement h
20135 wide false
20136 sideways false
20137 status open
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Caption Standard
20141
20142 \begin_layout Plain Layout
20143 \begin_inset CommandInset label
20144 LatexCommand label
20145 name "tab:ユーザー定義の表書式"
20146
20147 \end_inset
20148
20149 ユーザー定義の表書式を使用した表
20150 \end_layout
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Plain Layout
20158 \align center
20159 \begin_inset Tabular
20160 <lyxtabular version="3" rows="3" columns="4">
20161 <features rotate="0" tabularvalignment="middle">
20162 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20163 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20164 <column alignment="center" valignment="middle">
20165 <column alignment="center" valignment="middle" special="K{red}">
20166 <row>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 とても長い表セル中の単語
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 複数行の連結列
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 c
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 d
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218 e
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 f
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 g
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 h
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 i
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 j
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274 k
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 </row>
20280 </lyxtabular>
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Subsection
20293 罫線幅
20294 \begin_inset CommandInset label
20295 LatexCommand label
20296 name "sub:罫線幅"
20297
20298 \end_inset
20299
20300
20301 \begin_inset Index idx
20302 status collapsed
20303
20304 \begin_layout Plain Layout
20305 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20306 \end_layout
20307
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \begin_layout Standard
20314 表中のすべての罫線の罫線幅を調整するには、長さ
20315 \series bold
20316
20317 \backslash
20318 arrayrulewidth
20319 \series default
20320 を使用します。たとえば、表
20321 \begin_inset CommandInset ref
20322 LatexCommand ref
20323 reference "tab:Table-with-1.5"
20324
20325 \end_inset
20326
20327 のように罫線幅を1.5
20328 \begin_inset space \thinspace{}
20329 \end_inset
20330
20331 ptにするには、表や表フロートの前にTeXコードで
20332 \end_layout
20333
20334 \begin_layout Standard
20335
20336 \series bold
20337
20338 \backslash
20339 setlength{
20340 \backslash
20341 arrayrulewidth}{1.5pt}
20342 \end_layout
20343
20344 \begin_layout Standard
20345 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20346 \series bold
20347
20348 \backslash
20349 arrayrulewidth
20350 \series default
20351 を0.4
20352 \begin_inset space \thinspace{}
20353 \end_inset
20354
20355 ptに設定してください。
20356 \end_layout
20357
20358 \begin_layout Standard
20359 \begin_inset ERT
20360 status collapsed
20361
20362 \begin_layout Plain Layout
20363
20364
20365 \backslash
20366 setlength{
20367 \backslash
20368 arrayrulewidth}{1.5pt}
20369 \end_layout
20370
20371 \end_inset
20372
20373
20374 \begin_inset Float table
20375 wide false
20376 sideways false
20377 status open
20378
20379 \begin_layout Plain Layout
20380 \begin_inset Caption Standard
20381
20382 \begin_layout Plain Layout
20383 \begin_inset CommandInset label
20384 LatexCommand label
20385 name "tab:Table-with-1.5"
20386
20387 \end_inset
20388
20389 1.5
20390 \begin_inset space \thinspace{}
20391 \end_inset
20392
20393 pt幅罫線の表
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Plain Layout
20402 \align center
20403 \begin_inset Tabular
20404 <lyxtabular version="3" rows="3" columns="3">
20405 <features rotate="0" tabularvalignment="middle">
20406 <column alignment="center" valignment="top">
20407 <column alignment="center" valignment="top">
20408 <column alignment="center" valignment="top">
20409 <row>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 sd
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 <row>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452 sd
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row>
20468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 sd
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 </lyxtabular>
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \begin_inset ERT
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510
20511
20512 \backslash
20513 setlength{
20514 \backslash
20515 arrayrulewidth}{0.4pt}
20516 \end_layout
20517
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \begin_layout Standard
20524 \begin_inset VSpace bigskip
20525 \end_inset
20526
20527
20528 \begin_inset CommandInset ref
20529 LatexCommand ref
20530 reference "tab:1.5pt幅横罫"
20531
20532 \end_inset
20533
20534 のように横罫だけを1.5
20535 \begin_inset space \thinspace{}
20536 \end_inset
20537
20538 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20539 \end_layout
20540
20541 \begin_layout Standard
20542
20543 \series bold
20544
20545 \backslash
20546 let
20547 \backslash
20548 myHline
20549 \backslash
20550 hline
20551 \begin_inset Newline newline
20552 \end_inset
20553
20554
20555 \backslash
20556 renewcommand{
20557 \backslash
20558 hline}
20559 \begin_inset Newline newline
20560 \end_inset
20561
20562  {
20563 \backslash
20564 noalign{
20565 \backslash
20566 global
20567 \backslash
20568 arrayrulewidth 1.5pt}
20569 \begin_inset Newline newline
20570 \end_inset
20571
20572  
20573 \backslash
20574 myHline
20575 \backslash
20576 noalign{
20577 \backslash
20578 global
20579 \backslash
20580 arrayrulewidth 0.4pt}}
20581 \end_layout
20582
20583 \begin_layout Standard
20584 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20585 \end_layout
20586
20587 \begin_layout Standard
20588
20589 \series bold
20590
20591 \backslash
20592 renewcommand{
20593 \backslash
20594 hline}{
20595 \backslash
20596 myHline}
20597 \end_layout
20598
20599 \begin_layout Standard
20600 \begin_inset ERT
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604
20605
20606 \backslash
20607 let
20608 \backslash
20609 myHline
20610 \backslash
20611 hline
20612 \end_layout
20613
20614 \begin_layout Plain Layout
20615
20616
20617 \backslash
20618 renewcommand{
20619 \backslash
20620 hline}
20621 \end_layout
20622
20623 \begin_layout Plain Layout
20624
20625  {
20626 \backslash
20627 noalign{
20628 \backslash
20629 global
20630 \backslash
20631 arrayrulewidth 1.5pt}
20632 \end_layout
20633
20634 \begin_layout Plain Layout
20635
20636   
20637 \backslash
20638 myHline
20639 \backslash
20640 noalign{
20641 \backslash
20642 global
20643 \backslash
20644 arrayrulewidth 0.4pt}}
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \begin_inset Float table
20651 wide false
20652 sideways false
20653 status open
20654
20655 \begin_layout Plain Layout
20656 \begin_inset Caption Standard
20657
20658 \begin_layout Plain Layout
20659 \begin_inset CommandInset label
20660 LatexCommand label
20661 name "tab:1.5pt幅横罫"
20662
20663 \end_inset
20664
20665 1.5
20666 \begin_inset space \thinspace{}
20667 \end_inset
20668
20669 pt幅横罫の表
20670 \end_layout
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \begin_layout Plain Layout
20678 \align center
20679 \begin_inset Tabular
20680 <lyxtabular version="3" rows="3" columns="3">
20681 <features rotate="0" tabularvalignment="middle">
20682 <column alignment="center" valignment="top">
20683 <column alignment="center" valignment="top">
20684 <column alignment="center" valignment="top">
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 sd
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 </row>
20714 <row>
20715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 sd
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766 sd
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 </lyxtabular>
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \begin_inset ERT
20783 status collapsed
20784
20785 \begin_layout Plain Layout
20786
20787
20788 \backslash
20789 renewcommand{
20790 \backslash
20791 hline}{
20792 \backslash
20793 myHline}
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Standard
20802 \begin_inset VSpace bigskip
20803 \end_inset
20804
20805 縦罫だけを1.5
20806 \begin_inset space \thinspace{}
20807 \end_inset
20808
20809 pt幅にするには、第
20810 \begin_inset CommandInset ref
20811 LatexCommand ref
20812 reference "sub:自製書式"
20813
20814 \end_inset
20815
20816 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20817 \end_layout
20818
20819 \begin_layout Standard
20820
20821 \series bold
20822
20823 \backslash
20824 newcolumntype{V}{!{
20825 \backslash
20826 vrule width 1.5pt}}
20827 \end_layout
20828
20829 \begin_layout Standard
20830
20831 \begin_inset CommandInset ref
20832 LatexCommand ref
20833 reference "tab:1.5pt幅縦罫"
20834
20835 \end_inset
20836
20837 を作るには、最右列にLaTeX引数
20838 \end_layout
20839
20840 \begin_layout Standard
20841
20842 \series bold
20843 VcV
20844 \end_layout
20845
20846 \begin_layout Standard
20847 を指定し、他の列には
20848 \end_layout
20849
20850 \begin_layout Standard
20851
20852 \series bold
20853 Vc
20854 \end_layout
20855
20856 \begin_layout Standard
20857 を指定します。
20858 \end_layout
20859
20860 \begin_layout Standard
20861 \begin_inset Float table
20862 wide false
20863 sideways false
20864 status open
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Caption Standard
20868
20869 \begin_layout Plain Layout
20870 \begin_inset CommandInset label
20871 LatexCommand label
20872 name "tab:1.5pt幅縦罫"
20873
20874 \end_inset
20875
20876 1.5
20877 \begin_inset space \thinspace{}
20878 \end_inset
20879
20880 pt幅縦罫の表
20881 \end_layout
20882
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \begin_layout Plain Layout
20889 \align center
20890 \begin_inset Tabular
20891 <lyxtabular version="3" rows="3" columns="3">
20892 <features rotate="0" tabularvalignment="middle">
20893 <column alignment="center" valignment="top" special="Vc">
20894 <column alignment="center" valignment="top" special="Vc">
20895 <column alignment="center" valignment="top" special="VcV">
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 sd
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" topline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" topline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 sd
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 sd
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 </lyxtabular>
20984
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \begin_layout Subsection
20996 点罫
20997 \begin_inset Index idx
20998 status collapsed
20999
21000 \begin_layout Plain Layout
21001 ひょうのちょうせい@表の調整 ! てんけい@点罫
21002 \end_layout
21003
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \begin_layout Standard
21010 \begin_inset ERT
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014
21015
21016 \backslash
21017 ifarydshln
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \begin_inset Note Note
21024 status open
21025
21026 \begin_layout Plain Layout
21027 この節は、LaTeXパッケージ
21028 \series bold
21029 arydshln
21030 \series default
21031 が導入済みの時のみ表示されます。
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \begin_layout Standard
21040 \begin_inset Float table
21041 placement H
21042 wide false
21043 sideways false
21044 status open
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Caption Standard
21048
21049 \begin_layout Plain Layout
21050 \begin_inset CommandInset label
21051 LatexCommand label
21052 name "tab:点罫表"
21053
21054 \end_inset
21055
21056 点罫を使用した表
21057 \end_layout
21058
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \begin_layout Plain Layout
21065 \align center
21066 \begin_inset Tabular
21067 <lyxtabular version="3" rows="5" columns="5">
21068 <features rotate="0" tabularvalignment="middle">
21069 <column alignment="center" valignment="top">
21070 <column alignment="center" valignment="top">
21071 <column alignment="center" valignment="top" special=":c">
21072 <column alignment="center" valignment="top">
21073 <column alignment="center" valignment="top">
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset ERT
21174 status collapsed
21175
21176 \begin_layout Plain Layout
21177
21178
21179 \backslash
21180 hdashline 
21181 \end_layout
21182
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" 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" 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 \begin_inset ERT
21233 status collapsed
21234
21235 \begin_layout Plain Layout
21236
21237
21238 \backslash
21239 cdashline{4-5}
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 </row>
21286 <row>
21287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 </row>
21333 </lyxtabular>
21334
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21347 \end_layout
21348
21349 \begin_layout Standard
21350
21351 \series bold
21352
21353 \backslash
21354 usepackage{arydshln}
21355 \end_layout
21356
21357 \begin_layout Standard
21358 というコマンドを書き、LaTeXパッケージの
21359 \series bold
21360 arydshln
21361 \series default
21362
21363 \begin_inset Index idx
21364 status collapsed
21365
21366 \begin_layout Plain Layout
21367 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21368 \end_layout
21369
21370 \end_inset
21371
21372 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21373 \end_layout
21374
21375 \begin_layout Standard
21376 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21377 \end_layout
21378
21379 \begin_layout Standard
21380
21381 \series bold
21382
21383 \backslash
21384 hdashline
21385 \end_layout
21386
21387 \begin_layout Standard
21388 というコマンドを加えてください。
21389 \end_layout
21390
21391 \begin_layout Standard
21392 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21393 \end_layout
21394
21395 \begin_layout Standard
21396
21397 \series bold
21398
21399 \backslash
21400 cdashline{列番号
21401 \series default
21402 }
21403 \end_layout
21404
21405 \begin_layout Standard
21406 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21407 \end_layout
21408
21409 \begin_layout Standard
21410
21411 \series bold
21412
21413 \backslash
21414 cdashline{2-4}
21415 \end_layout
21416
21417 \begin_layout Standard
21418 なるコマンドを置いてください。
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset VSpace bigskip
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Standard
21429
21430 \begin_inset CommandInset ref
21431 LatexCommand ref
21432 reference "tab:点罫表"
21433
21434 \end_inset
21435
21436 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21437 \series bold
21438
21439 \backslash
21440 hdashline
21441 \series default
21442 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21443 \begin_inset Newline newline
21444 \end_inset
21445
21446  
21447 \series bold
21448
21449 \backslash
21450 cdashline{4-5}
21451 \series default
21452 が挿れられています。
21453 \end_layout
21454
21455 \begin_layout Standard
21456 \begin_inset VSpace bigskip
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \begin_layout Standard
21463 点罫を持つ表も、表
21464 \begin_inset CommandInset ref
21465 LatexCommand ref
21466 reference "tab:Colored-table-with"
21467
21468 \end_inset
21469
21470 のように色付けをすることができます。
21471 \end_layout
21472
21473 \begin_layout Standard
21474 \begin_inset ERT
21475 status collapsed
21476
21477 \begin_layout Plain Layout
21478
21479
21480 \backslash
21481 setlength{
21482 \backslash
21483 arrayrulewidth}{1pt}
21484 \end_layout
21485
21486 \end_inset
21487
21488
21489 \begin_inset Note Note
21490 status collapsed
21491
21492 \begin_layout Plain Layout
21493 罫線色が見易いように線を太く
21494 \end_layout
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset ERT
21503 status collapsed
21504
21505 \begin_layout Plain Layout
21506
21507
21508 \backslash
21509 dashgapcolor{green}
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \begin_inset Note Note
21516 status collapsed
21517
21518 \begin_layout Plain Layout
21519 緑点罫の間の色付き余白
21520 \end_layout
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Standard
21528 \begin_inset ERT
21529 status collapsed
21530
21531 \begin_layout Plain Layout
21532
21533
21534 \backslash
21535 let
21536 \backslash
21537 myHdashline
21538 \backslash
21539 hdashline
21540 \end_layout
21541
21542 \begin_layout Plain Layout
21543
21544
21545 \backslash
21546 renewcommand{
21547 \backslash
21548 hdashline}
21549 \end_layout
21550
21551 \begin_layout Plain Layout
21552
21553  {
21554 \backslash
21555 arrayrulecolor{red}
21556 \backslash
21557 myHdashline
21558 \backslash
21559 arrayrulecolor{black}}
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \begin_inset Note Note
21566 status collapsed
21567
21568 \begin_layout Plain Layout
21569 色付き水平線・点罫赤
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \begin_layout Standard
21578 \begin_inset ERT
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582
21583
21584 \backslash
21585 let
21586 \backslash
21587 myCdashline
21588 \backslash
21589 cdashline
21590 \end_layout
21591
21592 \begin_layout Plain Layout
21593
21594
21595 \backslash
21596 renewcommand{
21597 \backslash
21598 cdashline}[1]
21599 \end_layout
21600
21601 \begin_layout Plain Layout
21602
21603  {
21604 \backslash
21605 arrayrulecolor{yellow}
21606 \backslash
21607 myCdashline{#1}
21608 \backslash
21609 arrayrulecolor{black}}
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \begin_inset Note Note
21616 status collapsed
21617
21618 \begin_layout Plain Layout
21619 色付き部分水平線・点罫黄色
21620 \end_layout
21621
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \begin_layout Standard
21628 \begin_inset Float table
21629 placement h
21630 wide false
21631 sideways false
21632 status open
21633
21634 \begin_layout Plain Layout
21635 \begin_inset Caption Standard
21636
21637 \begin_layout Plain Layout
21638 \begin_inset CommandInset label
21639 LatexCommand label
21640 name "tab:Colored-table-with"
21641
21642 \end_inset
21643
21644 点罫線の色付き表
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \begin_layout Plain Layout
21653 \align center
21654 \begin_inset Tabular
21655 <lyxtabular version="3" rows="5" columns="5">
21656 <features rotate="0" tabularvalignment="middle">
21657 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21658 <column alignment="center" valignment="top" width="0pt">
21659 <column alignment="center" valignment="top" width="0pt" special=":c">
21660 <column alignment="center" valignment="top">
21661 <column alignment="center" valignment="top">
21662 <row>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 a
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 b
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 <cell alignment="center" valignment="top" topline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 c
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 d
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 e
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 f
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 g
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 h
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 i
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 j
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 <row>
21757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset ERT
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765
21766
21767 \backslash
21768 hdashline 
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \begin_inset ERT
21775 status collapsed
21776
21777 \begin_layout Plain Layout
21778
21779
21780 \backslash
21781 rowcolor{Gray}
21782 \end_layout
21783
21784 \end_inset
21785
21786 k
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 l
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 m
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 n
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 o
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 \begin_inset ERT
21834 status collapsed
21835
21836 \begin_layout Plain Layout
21837
21838
21839 \backslash
21840 cdashline{4-5}
21841 \end_layout
21842
21843 \end_inset
21844
21845 p
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 q
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 r
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 s
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 t
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 u
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 v
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 w
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932
21933
21934 \backslash
21935 cellcolor{Maroon}
21936 \end_layout
21937
21938 \end_inset
21939
21940 i
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 </lyxtabular>
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \begin_layout Standard
21959 \begin_inset ERT
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963
21964
21965 \backslash
21966 renewcommand{
21967 \backslash
21968 hdashline}{
21969 \backslash
21970 myHdashline}
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \begin_inset Note Note
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980 既定値に戻す
21981 \end_layout
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \begin_layout Standard
21989 \begin_inset ERT
21990 status collapsed
21991
21992 \begin_layout Plain Layout
21993
21994
21995 \backslash
21996 renewcommand{
21997 \backslash
21998 cdashline}{
21999 \backslash
22000 myCdashline}
22001 \end_layout
22002
22003 \end_inset
22004
22005
22006 \begin_inset Note Note
22007 status collapsed
22008
22009 \begin_layout Plain Layout
22010 既定値に戻す
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \begin_layout Standard
22019 \begin_inset ERT
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023
22024
22025 \backslash
22026 nodashgapcolor
22027 \end_layout
22028
22029 \end_inset
22030
22031
22032 \begin_inset Note Note
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036 既定値に戻す
22037 \end_layout
22038
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \begin_layout Standard
22045 \begin_inset ERT
22046 status collapsed
22047
22048 \begin_layout Plain Layout
22049
22050
22051 \backslash
22052 setlength{
22053 \backslash
22054 arrayrulewidth}{0.4pt}
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \begin_inset Note Note
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064 既定値に戻す
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Standard
22073 行や列、罫線の着色は、第
22074 \begin_inset CommandInset ref
22075 LatexCommand ref
22076 reference "sec:色付きの表"
22077
22078 \end_inset
22079
22080 節に述べられているように動作します。水平線の着色も、
22081 \series bold
22082
22083 \backslash
22084 myHlineC
22085 \series default
22086 コマンドを
22087 \series bold
22088
22089 \backslash
22090 myHdashline
22091 \series default
22092 に置き換え、
22093 \series bold
22094
22095 \backslash
22096 hline
22097 \series default
22098
22099 \series bold
22100
22101 \backslash
22102 hdashline
22103 \series default
22104 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22105 \end_layout
22106
22107 \begin_layout Standard
22108
22109 \series bold
22110
22111 \backslash
22112 let
22113 \backslash
22114 myHdashline
22115 \backslash
22116 hdashline
22117 \begin_inset Newline newline
22118 \end_inset
22119
22120
22121 \backslash
22122 renewcommand{
22123 \backslash
22124 hdashline}
22125 \begin_inset Newline newline
22126 \end_inset
22127
22128
22129 \begin_inset Phantom HPhantom
22130 status open
22131
22132 \begin_layout Plain Layout
22133 \begin_inset space ~
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \end_inset
22140
22141 {
22142 \backslash
22143 arrayrulecolor{red}
22144 \backslash
22145 myHdashline
22146 \backslash
22147 arrayrulecolor{black}}
22148 \end_layout
22149
22150 \begin_layout Standard
22151
22152 \series bold
22153
22154 \backslash
22155 cdashline
22156 \series default
22157 に色をつけるならば、コマンドは
22158 \end_layout
22159
22160 \begin_layout Standard
22161
22162 \series bold
22163
22164 \backslash
22165 let
22166 \backslash
22167 myCdashline
22168 \backslash
22169 cdashline
22170 \begin_inset Newline newline
22171 \end_inset
22172
22173
22174 \backslash
22175 renewcommand{
22176 \backslash
22177 cdashline}[1]
22178 \begin_inset Newline newline
22179 \end_inset
22180
22181
22182 \begin_inset Phantom HPhantom
22183 status open
22184
22185 \begin_layout Plain Layout
22186 \begin_inset space ~
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193
22194 {
22195 \backslash
22196 arrayrulecolor{red}
22197 \backslash
22198 myCdashline{#1}
22199 \backslash
22200 arrayrulecolor{black}}
22201 \end_layout
22202
22203 \begin_layout Standard
22204 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22205 \end_layout
22206
22207 \begin_layout Standard
22208
22209 \series bold
22210
22211 \backslash
22212 hdashline
22213 \series default
22214 の場合は
22215 \end_layout
22216
22217 \begin_layout Standard
22218
22219 \series bold
22220
22221 \backslash
22222 renewcommand{
22223 \backslash
22224 hdashline}{
22225 \backslash
22226 myHdashline}
22227 \end_layout
22228
22229 \begin_layout Standard
22230 とし、
22231 \series bold
22232
22233 \backslash
22234 cdashline
22235 \series default
22236 の場合は
22237 \end_layout
22238
22239 \begin_layout Standard
22240
22241 \series bold
22242
22243 \backslash
22244 renewcommand{
22245 \backslash
22246 cdashline}{
22247 \backslash
22248 myCdashline}
22249 \end_layout
22250
22251 \begin_layout Standard
22252 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22253 \end_layout
22254
22255 \begin_layout Standard
22256
22257 \series bold
22258
22259 \backslash
22260 dashgapcolor{色}
22261 \end_layout
22262
22263 \begin_layout Standard
22264 とすれば良いです。ここで「色」は、定義済みの色名です。
22265 \end_layout
22266
22267 \begin_layout Standard
22268
22269 \series bold
22270
22271 \backslash
22272 nodashgapcolor
22273 \end_layout
22274
22275 \begin_layout Standard
22276 というコマンドは、
22277 \series bold
22278
22279 \backslash
22280 dashgapcolor
22281 \series default
22282 が行った変更を元に戻します。
22283 \end_layout
22284
22285 \begin_layout Standard
22286 \begin_inset Note Greyedout
22287 status open
22288
22289 \begin_layout Plain Layout
22290 【註】1つのセル中に複数のコマンドがある場合、
22291 \series bold
22292 arydshln
22293 \series default
22294 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22295 \begin_inset CommandInset ref
22296 LatexCommand ref
22297 reference "tab:Colored-table-with"
22298
22299 \end_inset
22300
22301 のセル
22302 \emph on
22303 k
22304 \emph default
22305 では、
22306 \series bold
22307
22308 \backslash
22309 hdashline
22310 \series default
22311 コマンドが
22312 \series bold
22313
22314 \backslash
22315 rowcolor
22316 \series default
22317 の前に来ています。
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \begin_layout Standard
22326 \begin_inset Note Greyedout
22327 status open
22328
22329 \begin_layout Plain Layout
22330
22331 \series bold
22332 【註】
22333 \series default
22334 LaTeXパッケージ
22335 \series bold
22336 arydshln
22337 \series default
22338 は、文書プリアンブル中でLaTeXパッケージ
22339 \series bold
22340 colortbl
22341 \series default
22342
22343 \begin_inset Index idx
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22348 \end_layout
22349
22350 \end_inset
22351
22352 よりも前に読み込まれている必要があります。
22353 \end_layout
22354
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \begin_layout Standard
22361 \begin_inset ERT
22362 status collapsed
22363
22364 \begin_layout Plain Layout
22365
22366
22367 \backslash
22368 else
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \begin_inset Note Note
22375 status open
22376
22377 \begin_layout Plain Layout
22378 以下は、LaTeXパッケージ
22379 \series bold
22380 arydshln
22381 \series default
22382 が導入済みでないときに表示されます。
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \begin_layout Standard
22391 本節の内容を出力に表示するためには、
22392 \series bold
22393 arydshln
22394 \series default
22395 パッケージを導入しなくてはなりません。
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset ERT
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403
22404
22405 \backslash
22406 fi
22407 \end_layout
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Standard
22415 点罫について詳しい情報は、
22416 \series bold
22417 arydshln
22418 \series default
22419 の取扱説明書
22420 \begin_inset CommandInset citation
22421 LatexCommand cite
22422 key "arydshln"
22423
22424 \end_inset
22425
22426 をご覧ください。
22427 \end_layout
22428
22429 \begin_layout Chapter
22430 フロート
22431 \begin_inset CommandInset label
22432 LatexCommand label
22433 name "chap:フロート"
22434
22435 \end_inset
22436
22437
22438 \begin_inset Index idx
22439 status collapsed
22440
22441 \begin_layout Plain Layout
22442 ふろーと@フロート
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \begin_layout Section
22451 はじめに
22452 \begin_inset CommandInset label
22453 LatexCommand label
22454 name "sec:フロートはじめに"
22455
22456 \end_inset
22457
22458
22459 \begin_inset Index idx
22460 status collapsed
22461
22462 \begin_layout Plain Layout
22463 ふろーと@フロート ! はじめに
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22473 ート)ことができます。
22474 \family sans
22475 脚注
22476 \family default
22477
22478 \family sans
22479 傍注
22480 \family default
22481 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22482 \end_layout
22483
22484 \begin_layout Standard
22485 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22486 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22487 ートには連番が割り当てられます。参照については、第
22488 \begin_inset CommandInset ref
22489 LatexCommand ref
22490 reference "sec:フロートの参照"
22491
22492 \end_inset
22493
22494 節で述べられています。
22495 \end_layout
22496
22497 \begin_layout Standard
22498 フロートを挿入するには、
22499 \family sans
22500 挿入\SpecialChar \menuseparator
22501 フロート
22502 \family default
22503 メニューを使えば、ラベルのついたボックスすなわち
22504 \family sans
22505 キャプション
22506 \family default
22507 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22508 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22509 \begin_inset CommandInset ref
22510 LatexCommand ref
22511 reference "sec:キャプションの配置"
22512
22513 \end_inset
22514
22515 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22516 ます。畳んだフロートボックスは、
22517 \begin_inset Graphics
22518         filename clipart/floatQt4.png
22519         scale 70
22520         scaleBeforeRotation
22521
22522 \end_inset
22523
22524 のように、灰色ボタンに赤字ラベルで表示されます。
22525 \end_layout
22526
22527 \begin_layout Standard
22528 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22529 \end_layout
22530
22531 \begin_layout Standard
22532 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22533 \end_layout
22534
22535 \begin_layout Section
22536 フロート型
22537 \end_layout
22538
22539 \begin_layout Standard
22540 LyXには、第
22541 \begin_inset CommandInset ref
22542 LatexCommand ref
22543 reference "sec:図フロート"
22544
22545 \end_inset
22546
22547 節および第
22548 \begin_inset CommandInset ref
22549 LatexCommand ref
22550 reference "sec:表フロート"
22551
22552 \end_inset
22553
22554 節で各々説明されている図フロートと表フロート以外に、
22555 \family sans
22556 アルゴリズム型
22557 \series bold
22558
22559 \series default
22560 折返し型
22561 \family default
22562 のフロート型があります。後者は、第
22563 \begin_inset CommandInset ref
22564 LatexCommand ref
22565 reference "sec:折返しフロート"
22566
22567 \end_inset
22568
22569 節に説明があります。
22570 \end_layout
22571
22572 \begin_layout Subsection
22573 アルゴリズムフロート
22574 \begin_inset Index idx
22575 status collapsed
22576
22577 \begin_layout Plain Layout
22578 ふろーと@フロート ! あるごりずむ@アルゴリズム
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \begin_layout Standard
22587 \begin_inset Float algorithm
22588 placement h
22589 wide false
22590 sideways false
22591 status open
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Caption Standard
22595
22596 \begin_layout Plain Layout
22597 \begin_inset CommandInset label
22598 LatexCommand label
22599 name "alg:アルゴリズムフロートの例"
22600
22601 \end_inset
22602
22603 アルゴリズムフロートの例
22604 \end_layout
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \begin_layout LyX-Code
22612 for I in 1..N loop
22613 \begin_inset Newline newline
22614 \end_inset
22615
22616  Sum:= Sum + A(I); /*comment*/
22617 \begin_inset Newline newline
22618 \end_inset
22619
22620 end loop
22621 \begin_inset VSpace -4mm
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \begin_layout Standard
22633 このフロート型は、
22634 \family sans
22635 挿入
22636 \shape up
22637 \SpecialChar \menuseparator
22638 フロート\SpecialChar \menuseparator
22639 アルゴリズム
22640 \family default
22641 \shape default
22642 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22643 \begin_inset CommandInset ref
22644 LatexCommand ref
22645 reference "cha:プログラムコードリスト"
22646
22647 \end_inset
22648
22649 章で説明されているプログラムコードリストの代わりとみなすことができます。
22650 \emph on
22651 LyXユーザーの手引き
22652 \emph default
22653 に述べられているように、アルゴリズム向けの環境としては、
22654 \family sans
22655 LyXコード
22656 \family default
22657 があります。 アルゴリズム
22658 \begin_inset CommandInset ref
22659 LatexCommand ref
22660 reference "alg:アルゴリズムフロートの例"
22661
22662 \end_inset
22663
22664 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22665 \begin_inset space \thinspace{}
22666 \end_inset
22667
22668 mmの垂直空白が入れてあります。
22669 \end_layout
22670
22671 \begin_layout Standard
22672 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22673 \end_layout
22674
22675 \begin_layout Standard
22676
22677 \series bold
22678
22679 \backslash
22680 floatname{algorithm}{付けたい名称}
22681 \end_layout
22682
22683 \begin_layout Standard
22684 という行を手動で加える必要があります。ここで
22685 \family sans
22686 \series bold
22687 付けたい名称
22688 \family default
22689 \series default
22690 には、お使いの言語で「
22691 \emph on
22692 algorithm
22693 \emph default
22694 」に対応する単語を指定します。
22695 \end_layout
22696
22697 \begin_layout Standard
22698 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22699 \family sans
22700 挿入\SpecialChar \menuseparator
22701 一覧/目次\SpecialChar \menuseparator
22702 アルゴリズム一覧
22703 \family default
22704 メニューを使用します。それ以外の場合には、代わりに
22705 \end_layout
22706
22707 \begin_layout Standard
22708
22709 \series bold
22710
22711 \backslash
22712 listof{algorithm}{付けたい名称}
22713 \end_layout
22714
22715 \begin_layout Standard
22716 というコマンドをTeXコードとして用います。ここで
22717 \family sans
22718 付けたい名称
22719 \family default
22720 とは、「
22721 \emph on
22722 List of Algorithm
22723 \emph default
22724 s」という単語に相当する、ご使用になりたい言語での単語です。
22725 \end_layout
22726
22727 \begin_layout Standard
22728 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22729 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22730 \end_layout
22731
22732 \begin_layout Standard
22733
22734 \series bold
22735
22736 \backslash
22737 numberwithin{algorithm}{chapter}
22738 \end_layout
22739
22740 \begin_layout Standard
22741 というコマンドを追加してください。
22742 \series bold
22743
22744 \backslash
22745 numberwithin
22746 \series default
22747 というコマンドを使用するには、文書設定の
22748 \family sans
22749 数式オプション
22750 \family default
22751 タブで
22752 \family sans
22753 AMS mathパッケージを使用する
22754 \family default
22755 オプションを有効にしてください。
22756 \end_layout
22757
22758 \begin_layout Section
22759 フロートの連番
22760 \begin_inset Index idx
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 ふろーと@フロート ! れんばん@連番
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22774 て変わります。
22775 \end_layout
22776
22777 \begin_layout Standard
22778 節から独立して付けられている連番を変更するには、文書プリアンブルで
22779 \end_layout
22780
22781 \begin_layout Standard
22782
22783 \series bold
22784
22785 \backslash
22786 renewcommand{
22787 \backslash
22788 thetable}{
22789 \backslash
22790 roman{table}}
22791 \end_layout
22792
22793 \begin_layout Standard
22794
22795 \series bold
22796 というコマンドを使うと良いでしょう。
22797 \backslash
22798 thetable
22799 \series default
22800 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22801 \series bold
22802
22803 \backslash
22804 thefigure
22805 \series default
22806 コマンドを使用します。上のコマンドで使用されている
22807 \series bold
22808
22809 \backslash
22810 roman
22811 \series default
22812 は、表番号を小文字のローマ数字で印字するコマンドです。
22813 \end_layout
22814
22815 \begin_layout Standard
22816 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22817 \end_layout
22818
22819 \begin_layout Standard
22820
22821 \series bold
22822
22823 \backslash
22824 numberwithin{table}{subsection}
22825 \end_layout
22826
22827 \begin_layout Standard
22828 というコマンドを使用してください。
22829 \series bold
22830
22831 \backslash
22832 numberwithin
22833 \series default
22834 コマンドを使用可能にするためには、文書設定の
22835 \family sans
22836 数式オプション
22837 \family default
22838 タブで、
22839 \family sans
22840 AMS
22841 \begin_inset space ~
22842 \end_inset
22843
22844 math数式パッケージを使用する
22845 \family default
22846 を使用します。
22847 \end_layout
22848
22849 \begin_layout Standard
22850 連番コマンドについての詳細と大切な注意点については、第
22851 \begin_inset CommandInset ref
22852 LatexCommand ref
22853 reference "sub:脚注の付番"
22854
22855 \end_inset
22856
22857 節もご覧ください。
22858 \end_layout
22859
22860 \begin_layout Section
22861 フロートの参照
22862 \begin_inset CommandInset label
22863 LatexCommand label
22864 name "sec:フロートの参照"
22865
22866 \end_inset
22867
22868
22869 \begin_inset Index idx
22870 status collapsed
22871
22872 \begin_layout Plain Layout
22873 ふろーと@フロート ! さんしょう@参照
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \begin_inset Index idx
22880 status collapsed
22881
22882 \begin_layout Plain Layout
22883 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Standard
22892 フロートを参照するには、
22893 \family sans
22894 挿入\SpecialChar \menuseparator
22895 ラベル
22896 \family default
22897 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22898 \begin_inset Graphics
22899         filename clipart/labelQt4.png
22900         scale 85
22901         scaleBeforeRotation
22902
22903 \end_inset
22904
22905 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22906 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22907 \family sans
22908 fig:
22909 \family default
22910 」という前置句がつけられます。
22911 \end_layout
22912
22913 \begin_layout Standard
22914 ラベルは、参照のための名称兼位置標として用いられます。
22915 \family sans
22916 挿入\SpecialChar \menuseparator
22917 相互参照
22918 \family default
22919 メニューかツールバーボタン
22920 \family sans
22921
22922 \begin_inset Info
22923 type  "icon"
22924 arg   "dialog-show-new-inset ref"
22925 \end_inset
22926
22927
22928 \family default
22929 を使えば、ラベルを参照することができます。
22930 \begin_inset Graphics
22931         filename clipart/referenceQt4.png
22932         scale 85
22933         scaleBeforeRotation
22934
22935 \end_inset
22936
22937 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22938 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22939 れます。
22940 \end_layout
22941
22942 \begin_layout Standard
22943 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22944 出力では、参照の代わりに二つの疑問符が表示されることになります。
22945 \end_layout
22946
22947 \begin_layout Standard
22948 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22949 で、リンクの更新に手間を割く必要はありません。
22950 \end_layout
22951
22952 \begin_layout Standard
22953 相互参照ウィンドウの
22954 \family sans
22955 ラベルへ移動
22956 \family default
22957 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22958 \family sans
22959 戻る
22960 \family default
22961 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22962 \end_layout
22963
22964 \begin_layout Subsection
22965 相互参照の書式
22966 \begin_inset CommandInset label
22967 LatexCommand label
22968 name "sub:相互参照の書式"
22969
22970 \end_inset
22971
22972
22973 \begin_inset Index idx
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 さんしょう@参照 ! しょしき@書式
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 相互参照には、以下の6種類があります。
22987 \end_layout
22988
22989 \begin_layout Description
22990 <参照>: これはフロート番号を表示します。これが既定値です。例:
22991 \begin_inset CommandInset ref
22992 LatexCommand ref
22993 reference "fig:歪められた二つの像"
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Description
23001 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23002 例:
23003 \begin_inset CommandInset ref
23004 LatexCommand eqref
23005 reference "eq:Wgn"
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Description
23013 <参照ページ>: これはページ番号を表示します。例:Page
23014 \begin_inset space ~
23015 \end_inset
23016
23017
23018 \begin_inset CommandInset ref
23019 LatexCommand pageref
23020 reference "fig:歪められた二つの像"
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Description
23028 on
23029 \begin_inset space ~
23030 \end_inset
23031
23032 page
23033 \begin_inset space ~
23034 \end_inset
23035
23036 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23037 \begin_inset CommandInset ref
23038 LatexCommand vpageref
23039 reference "fig:歪められた二つの像"
23040
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \begin_layout Description
23047 <参照>
23048 \begin_inset space ~
23049 \end_inset
23050
23051 on
23052 \begin_inset space ~
23053 \end_inset
23054
23055 page
23056 \begin_inset space ~
23057 \end_inset
23058
23059 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23060 \begin_inset CommandInset ref
23061 LatexCommand vref
23062 reference "fig:歪められた二つの像"
23063
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \begin_layout Description
23070 整形された参照: これは自製の相互参照書式で出力します。
23071 \begin_inset Newline newline
23072 \end_inset
23073
23074
23075 \begin_inset Note Greyedout
23076 status open
23077
23078 \begin_layout Plain Layout
23079 【註】この機能は、LaTeXパッケージ
23080 \series bold
23081 prettyref
23082 \series default
23083 または
23084 \series bold
23085 refstyle
23086 \series default
23087 が導入されている場合のみ使用することができます。
23088 \begin_inset Index idx
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \begin_inset Index idx
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \begin_inset Newline newline
23114 \end_inset
23115
23116 メニュー
23117 \family sans
23118 文書\SpecialChar \menuseparator
23119 設定\SpecialChar \menuseparator
23120 文書クラス
23121 \family default
23122 でオプション
23123 \family sans
23124 相互参照に(prettyrefではなく)refstyleを使用
23125 \family default
23126 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23127 \series bold
23128
23129 \backslash
23130 newrefformat
23131 \series default
23132 コマンド(prettyrefの場合)あるいは
23133 \series bold
23134
23135 \backslash
23136 newref
23137 \series default
23138 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23139 \family sans
23140 fig
23141 \family default
23142 」を持ちます)をすべて定義し直すには、
23143 \begin_inset Newline newline
23144 \end_inset
23145
23146
23147 \series bold
23148
23149 \backslash
23150 newref{fig}{refcmd={Image on page 
23151 \backslash
23152 pageref{#1}}}
23153 \begin_inset Newline newline
23154 \end_inset
23155
23156
23157 \series default
23158 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23159 \begin_inset CommandInset citation
23160 LatexCommand cite
23161 key "prettyref,refstyle"
23162
23163 \end_inset
23164
23165 をご覧ください。
23166 \end_layout
23167
23168 \begin_layout Description
23169 名称参照: これは、右のように参照のキャプションを出力します。 
23170 \begin_inset CommandInset ref
23171 LatexCommand nameref
23172 reference "fig:歪められた二つの像"
23173
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \begin_layout Standard
23180
23181 \family sans
23182 <参照ページ>
23183 \family default
23184 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23185 \family sans
23186 on this page
23187 \family default
23188 」のような文章が表示されます。様式
23189 \family sans
23190 <参照> on page <参照ページ>
23191 \family default
23192 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23193 \end_layout
23194
23195 \begin_layout Standard
23196 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23197 \family sans
23198 書式
23199 \family default
23200 フィールドで選ぶことができます。
23201 \end_layout
23202
23203 \begin_layout Standard
23204 \begin_inset Note Greyedout
23205 status open
23206
23207 \begin_layout Plain Layout
23208 【註】LaTeXパッケージ
23209 \series bold
23210 prettyref
23211 \series default
23212
23213 \begin_inset Index idx
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23218 \end_layout
23219
23220 \end_inset
23221
23222 は、LyXの取り得るラベル
23223 \begin_inset Flex Ruby
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227 捷径
23228 \begin_inset Argument post:1
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232 ショートカット
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \begin_inset Foot
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247 例えば、
23248 \begin_inset Quotes eld
23249 \end_inset
23250
23251 fig:
23252 \begin_inset Quotes erd
23253 \end_inset
23254
23255 は図キャプションを表すLyX
23256 \begin_inset Flex Ruby
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260 捷径
23261 \begin_inset Argument post:1
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265 ショートカット
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274
23275 です。
23276 \end_layout
23277
23278 \end_inset
23279
23280 を全部は解釈できず、国際化もされていないので、
23281 \series bold
23282 refstyle
23283 \series default
23284
23285 \begin_inset Index idx
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23290 \end_layout
23291
23292 \end_inset
23293
23294 を使用することを推奨します。
23295 \end_layout
23296
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \begin_layout Subsection
23303 参照名の自動命名
23304 \begin_inset Index idx
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308 さんしょう@参照 ! じどうめいめい@自動命名
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Standard
23317
23318 \family sans
23319 文書設定
23320 \family default
23321 ダイアログの
23322 \family sans
23323 PDF特性
23324 \family default
23325 で有効にされた
23326 \series bold
23327 hyperref
23328 \series default
23329
23330 \begin_inset Index idx
23331 status collapsed
23332
23333 \begin_layout Plain Layout
23334 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23335 \end_layout
23336
23337 \end_inset
23338
23339  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23340 \emph on
23341
23342 \emph default
23343 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23344 の機能を使用するには、hyperrefを有効にして、
23345 \end_layout
23346
23347 \begin_layout Standard
23348
23349 \series bold
23350
23351 \backslash
23352 AtBeginDocument{
23353 \backslash
23354 renewcommand{
23355 \backslash
23356 ref}[1]{
23357 \backslash
23358 mbox{
23359 \backslash
23360 autoref{#1}}}}
23361 \end_layout
23362
23363 \begin_layout Standard
23364 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23365 \begin_inset space \thinspace{}
23366 \end_inset
23367
23368 」としたいなど、既定の参照名以外のものが欲しい場合には、
23369 \end_layout
23370
23371 \begin_layout Standard
23372
23373 \series bold
23374
23375 \backslash
23376 addto
23377 \backslash
23378 extrasenglish{
23379 \backslash
23380 renewcommand{
23381 \backslash
23382 sectionautorefname}
23383 \begin_inset Newline newline
23384 \end_inset
23385
23386
23387 \begin_inset Phantom HPhantom
23388 status open
23389
23390 \begin_layout Plain Layout
23391
23392 \series bold
23393 \begin_inset space ~
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400
23401 {sec.
23402 \backslash
23403 negthinspace}}
23404 \end_layout
23405
23406 \begin_layout Standard
23407 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411
23412 \series bold
23413
23414 \backslash
23415 extrasenglishを
23416 \backslash
23417 extras***
23418 \series default
23419 に置き換えてください(***は使用中の言語名)。
23420 \end_layout
23421
23422 \begin_layout Standard
23423 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23424 \end_layout
23425
23426 \begin_layout Standard
23427
23428 \series bold
23429
23430 \backslash
23431 addto
23432 \backslash
23433 extrasenglish{
23434 \backslash
23435 renewcommand*{
23436 \backslash
23437 equationautorefname}[1]{}}
23438 \end_layout
23439
23440 \begin_layout Standard
23441 この話題に関する詳細は、hyperrefの説明書
23442 \begin_inset CommandInset citation
23443 LatexCommand cite
23444 key "hyperref"
23445
23446 \end_inset
23447
23448 をお読みください。
23449 \end_layout
23450
23451 \begin_layout Standard
23452 \begin_inset Note Greyedout
23453 status open
23454
23455 \begin_layout Plain Layout
23456
23457 \series bold
23458 【註】
23459 \series default
23460 参照の自動命名は、相互参照を
23461 \family sans
23462 整形参照
23463 \family default
23464 様式(第
23465 \begin_inset CommandInset ref
23466 LatexCommand ref
23467 reference "sub:相互参照の書式"
23468
23469 \end_inset
23470
23471 節)で使用しているときには、使用することができません。
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \begin_layout Standard
23480 LyXの取扱説明書『
23481 \emph on
23482 数式篇
23483 \emph default
23484 』では、参照名の自動命名が使用されています。
23485 \end_layout
23486
23487 \begin_layout Subsection
23488 参照位置
23489 \begin_inset CommandInset label
23490 LatexCommand label
23491 name "sub:参照位置"
23492
23493 \end_inset
23494
23495
23496 \begin_inset Index idx
23497 status collapsed
23498
23499 \begin_layout Plain Layout
23500 さんしょう@参照 ! さんしょういち@参照位置
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \begin_layout Standard
23509
23510 \family sans
23511 文書設定
23512 \family default
23513 ダイアログの
23514 \family sans
23515 PDF特性
23516 \family default
23517 で、
23518 \series bold
23519 hyperref
23520 \series default
23521
23522 \begin_inset Index idx
23523 status collapsed
23524
23525 \begin_layout Plain Layout
23526 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23527 \end_layout
23528
23529 \end_inset
23530
23531 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23532 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23533 \series bold
23534 hyperref
23535 \series default
23536
23537 \begin_inset Index idx
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23542 \end_layout
23543
23544 \end_inset
23545
23546 の一部である
23547 \series bold
23548 hyperref
23549 \series default
23550
23551 \begin_inset Index idx
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23556 \end_layout
23557
23558 \end_inset
23559
23560 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23561 \end_layout
23562
23563 \begin_layout Standard
23564
23565 \series bold
23566
23567 \backslash
23568 usepackage[figure]{hypcap}
23569 \end_layout
23570
23571 \begin_layout Standard
23572 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23573 hypcapの説明書
23574 \begin_inset CommandInset citation
23575 LatexCommand cite
23576 key "hypcap"
23577
23578 \end_inset
23579
23580 をご覧ください。
23581 \end_layout
23582
23583 \begin_layout Standard
23584 \begin_inset Note Greyedout
23585 status open
23586
23587 \begin_layout Plain Layout
23588
23589 \series bold
23590 【註】hypcap
23591 \series default
23592 は内部図への参照には効力がありません。
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \begin_layout Section
23601 フロートの配置
23602 \begin_inset CommandInset label
23603 LatexCommand label
23604 name "sec:フロートの配置"
23605
23606 \end_inset
23607
23608
23609 \begin_inset Index idx
23610 status collapsed
23611
23612 \begin_layout Plain Layout
23613 ふろーと@フロート ! はいち@配置
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \begin_layout Standard
23622
23623 \family roman
23624 \series medium
23625 \shape up
23626 \size normal
23627 \emph off
23628 \bar no
23629 \noun off
23630 \color none
23631 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23632 \begin_inset Newline newline
23633 \end_inset
23634
23635
23636 \family sans
23637 \series default
23638 \shape default
23639 \size default
23640 \emph default
23641 \bar default
23642 \noun default
23643 \color inherit
23644 段をまたぐ
23645 \family roman
23646 \series medium
23647 \shape up
23648 \size normal
23649 \emph off
23650 \bar no
23651 \noun off
23652 \color none
23653 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23654 \begin_inset Newline newline
23655 \end_inset
23656
23657
23658 \family sans
23659 \series default
23660 \shape default
23661 \size default
23662 \emph default
23663 \bar default
23664 \noun default
23665 \color inherit
23666 横倒しに回転
23667 \family roman
23668 \series medium
23669 \shape up
23670 \size normal
23671 \emph off
23672 \bar no
23673 \noun off
23674 \color none
23675 オプションは、フロートを回転するのに用います。第
23676 \family default
23677 \series default
23678 \shape default
23679 \size default
23680 \emph default
23681 \bar default
23682 \noun default
23683 \color inherit
23684
23685 \begin_inset CommandInset ref
23686 LatexCommand ref
23687 reference "sec:回転フロート"
23688
23689 \end_inset
23690
23691
23692 \family roman
23693 \series medium
23694 \shape up
23695 \size normal
23696 \emph off
23697 \bar no
23698 \noun off
23699 \color none
23700 節をご参照ください。
23701 \end_layout
23702
23703 \begin_layout Standard
23704
23705 \family roman
23706 \series medium
23707 \shape up
23708 \size normal
23709 \emph off
23710 \bar no
23711 \noun off
23712 \color none
23713 フロートダイアログでは、
23714 \family sans
23715 \series default
23716 \shape default
23717 \size default
23718 \emph default
23719 \bar default
23720 \noun default
23721 \color inherit
23722 既定の配置を使う
23723 \family roman
23724 \series medium
23725 \shape up
23726 \size normal
23727 \emph off
23728 \bar no
23729 \noun off
23730 \color none
23731 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23732 \end_layout
23733
23734 \begin_layout Description
23735 可能ならば現在位置に: 
23736 \family roman
23737 \series medium
23738 \shape up
23739 \size normal
23740 \emph off
23741 \bar no
23742 \noun off
23743 \color none
23744 フロートを挿入位置に配置することを試みます
23745 \end_layout
23746
23747 \begin_layout Description
23748 ページ上部: 
23749 \family roman
23750 \series medium
23751 \shape up
23752 \size normal
23753 \emph off
23754 \bar no
23755 \noun off
23756 \color none
23757 フロートを現在ページの上部に配置することを試みます
23758 \end_layout
23759
23760 \begin_layout Description
23761 ページ下部: 
23762 \family roman
23763 \series medium
23764 \shape up
23765 \size normal
23766 \emph off
23767 \bar no
23768 \noun off
23769 \color none
23770 フロートを現在ページの下部に配置することを試みます
23771 \end_layout
23772
23773 \begin_layout Description
23774 フロートを独立したページに: 
23775 \family roman
23776 \series medium
23777 \shape up
23778 \size normal
23779 \emph off
23780 \bar no
23781 \noun off
23782 \color none
23783 フロートを独立したページに配置することを試みます
23784 \end_layout
23785
23786 \begin_layout Standard
23787 LaTeXは、
23788 \emph on
23789 つねに
23790 \emph default
23791 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23792 \family sans
23793 可能ならば現在位置に
23794 \family default
23795 を試み、次に
23796 \family sans
23797 ページの上部
23798 \family default
23799 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23800 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23801 \end_layout
23802
23803 \begin_layout Standard
23804 既定では、各オプションはそれぞれ以下の規則を持っています。
23805 \end_layout
23806
23807 \begin_layout Labeling
23808 \labelwidthstring 00.00.0000
23809
23810 \family sans
23811 ページ上部
23812 \family default
23813  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23814 \series bold
23815
23816 \backslash
23817 topfraction
23818 \series default
23819 )。
23820 \end_layout
23821
23822 \begin_layout Labeling
23823 \labelwidthstring 00.00.0000
23824
23825 \family sans
23826 ページ下部
23827 \family default
23828  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23829 \series bold
23830
23831 \backslash
23832 bottomfraction
23833 \series default
23834 )。
23835 \end_layout
23836
23837 \begin_layout Labeling
23838 \labelwidthstring 00.00.0000
23839
23840 \family sans
23841 フロートを独立したページ 
23842 \family default
23843 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23844 \series bold
23845
23846 \backslash
23847 floatpagefraction
23848 \series default
23849 )。
23850 \end_layout
23851
23852 \begin_layout Standard
23853 これらの規則に従いたくないときは、
23854 \family sans
23855 LaTeXの規則を無視する
23856 \family default
23857 オプションを追加することによって、これらを無視することができます。
23858 \begin_inset Newline newline
23859 \end_inset
23860
23861 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23862 、ページの5割に変えるには、文書プリアンブルに
23863 \end_layout
23864
23865 \begin_layout Standard
23866
23867 \series bold
23868
23869 \backslash
23870 renewcommand{
23871 \backslash
23872 bottomfraction}{0.5}
23873 \end_layout
23874
23875 \begin_layout Standard
23876 という行を加えてください。
23877 \end_layout
23878
23879 \begin_layout Standard
23880 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23881 \family sans
23882 何としても現在位置に置く
23883 \family default
23884 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23885 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23886 からです。
23887 \end_layout
23888
23889 \begin_layout Standard
23890 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23891 \end_layout
23892
23893 \begin_layout Standard
23894 \begin_inset VSpace bigskip
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Standard
23901 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23902 することがあります。この問題を避けるには、LaTeXコマンドの
23903 \backslash
23904 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23905 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23906 \end_layout
23907
23908 \begin_layout Standard
23909
23910 \series bold
23911
23912 \backslash
23913 let
23914 \backslash
23915 mySection
23916 \backslash
23917 section
23918 \begin_inset Newline newline
23919 \end_inset
23920
23921
23922 \backslash
23923 renewcommand{
23924 \backslash
23925 section}{
23926 \backslash
23927 suppressfloats[t]
23928 \backslash
23929 mySection}
23930 \end_layout
23931
23932 \begin_layout Standard
23933 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23934 することがあるので、これらに対する定義はお勧めしません。
23935 \end_layout
23936
23937 \begin_layout Standard
23938 \begin_inset VSpace bigskip
23939 \end_inset
23940
23941 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23942 \series bold
23943 endfloat
23944 \series default
23945
23946 \begin_inset Index idx
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23951 \end_layout
23952
23953 \end_inset
23954
23955 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23956 \begin_inset Quotes eld
23957 \end_inset
23958
23959
23960 \family sans
23961 [Figure
23962 \begin_inset space ~
23963 \end_inset
23964
23965 3.2 about here.]
23966 \family default
23967
23968 \begin_inset Quotes erd
23969 \end_inset
23970
23971 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23972 \end_layout
23973
23974 \begin_layout Standard
23975
23976 \series bold
23977
23978 \backslash
23979 usepackage[options]{endfloat}
23980 \end_layout
23981
23982 \begin_layout Standard
23983 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23984 \series bold
23985 endfloat
23986 \series default
23987 取扱説明書
23988 \begin_inset CommandInset citation
23989 LatexCommand cite
23990 key "endfloat"
23991
23992 \end_inset
23993
23994 をご参照ください。
23995 \begin_inset Newline newline
23996 \end_inset
23997
23998
23999 \begin_inset Note Greyedout
24000 status open
24001
24002 \begin_layout Plain Layout
24003
24004 \series bold
24005 【註】endfloat
24006 \series default
24007 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24008 \begin_inset CommandInset citation
24009 LatexCommand cite
24010 key "endfloat"
24011
24012 \end_inset
24013
24014 の第4節をご参照ください。
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \begin_inset Newline newline
24021 \end_inset
24022
24023
24024 \begin_inset Note Greyedout
24025 status open
24026
24027 \begin_layout Plain Layout
24028
24029 \series bold
24030 【註】
24031 \series default
24032 現在のところ、
24033 \series bold
24034 endfloat
24035 \series default
24036 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24037 \series bold
24038
24039 \backslash
24040 ss
24041 \series default
24042 」コマンドを使用してください。
24043 \end_layout
24044
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \begin_layout Standard
24051 \begin_inset VSpace bigskip
24052 \end_inset
24053
24054 フロートの割付に関する詳細は、LaTeX関連書
24055 \begin_inset CommandInset citation
24056 LatexCommand cite
24057 key "latexcompanion,latexguide,latexbook"
24058
24059 \end_inset
24060
24061 をご覧ください。
24062 \end_layout
24063
24064 \begin_layout Section
24065 回転フロート
24066 \begin_inset CommandInset label
24067 LatexCommand label
24068 name "sec:回転フロート"
24069
24070 \end_inset
24071
24072
24073 \begin_inset Index idx
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077 ふろーと@フロート ! かいてん@回転
24078 \end_layout
24079
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \begin_layout Standard
24086 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24087 \family sans
24088 横倒しに回転
24089 \family default
24090 オプションを有効にします。
24091 \end_layout
24092
24093 \begin_layout Standard
24094 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24095 \family sans
24096 段をまたぐ
24097 \family default
24098 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24099 たって回転方向を強制したい場合には、文書クラスオプションに
24100 \series bold
24101 figuresleft
24102 \series default
24103 オプションあるいは
24104 \series bold
24105 figuresright
24106 \series default
24107 オプションを加えることができます。
24108 \end_layout
24109
24110 \begin_layout Standard
24111 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24112 \begin_inset CommandInset ref
24113 LatexCommand ref
24114 reference "tab:回転した表"
24115
24116 \end_inset
24117
24118 が回転表フロートの例です。
24119 \end_layout
24120
24121 \begin_layout Standard
24122 \begin_inset Note Greyedout
24123 status open
24124
24125 \begin_layout Plain Layout
24126
24127 \series bold
24128 【註】
24129 \series default
24130 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 \begin_inset Float table
24140 wide false
24141 sideways true
24142 status open
24143
24144 \begin_layout Plain Layout
24145 \begin_inset Caption Standard
24146
24147 \begin_layout Plain Layout
24148 \begin_inset CommandInset label
24149 LatexCommand label
24150 name "tab:回転した表"
24151
24152 \end_inset
24153
24154 回転した表
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Plain Layout
24163 \align center
24164 \begin_inset Tabular
24165 <lyxtabular version="3" rows="1" columns="5">
24166 <features rotate="0" tabularvalignment="middle">
24167 <column alignment="center" valignment="top">
24168 <column alignment="center" valignment="top">
24169 <column alignment="center" valignment="top">
24170 <column alignment="center" valignment="top">
24171 <column alignment="center" valignment="top">
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 試験
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 </row>
24219 </lyxtabular>
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \begin_layout Section
24232 従属フロート
24233 \begin_inset Index idx
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24247 \begin_inset CommandInset ref
24248 LatexCommand ref
24249 reference "tab:従属表を横に並べたもの"
24250
24251 \end_inset
24252
24253 と表
24254 \begin_inset CommandInset ref
24255 LatexCommand ref
24256 reference "tab:従属表を縦に並べたもの"
24257
24258 \end_inset
24259
24260 に示されているように段落と同様に指定することができます。
24261 \end_layout
24262
24263 \begin_layout Standard
24264 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24265 \begin_inset CommandInset ref
24266 LatexCommand ref
24267 reference "tab:これは従属表a"
24268
24269 \end_inset
24270
24271 と表
24272 \begin_inset CommandInset ref
24273 LatexCommand ref
24274 reference "tab:これは従属表b"
24275
24276 \end_inset
24277
24278 は表
24279 \begin_inset CommandInset ref
24280 LatexCommand ref
24281 reference "tab:従属表を横に並べたもの"
24282
24283 \end_inset
24284
24285 の従属フロートです。
24286 \begin_inset Float table
24287 wide false
24288 sideways false
24289 status open
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Caption Standard
24293
24294 \begin_layout Plain Layout
24295 \begin_inset CommandInset label
24296 LatexCommand label
24297 name "tab:従属表を横に並べたもの"
24298
24299 \end_inset
24300
24301 従属表を横に並べたもの
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \begin_layout Plain Layout
24310 \begin_inset space \hfill{}
24311 \end_inset
24312
24313
24314 \begin_inset Float table
24315 wide false
24316 sideways false
24317 status collapsed
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Caption Standard
24321
24322 \begin_layout Plain Layout
24323 \begin_inset CommandInset label
24324 LatexCommand label
24325 name "tab:これは従属表a"
24326
24327 \end_inset
24328
24329 これは従属表aです。
24330 \end_layout
24331
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \begin_layout Plain Layout
24338 \align center
24339 \begin_inset Tabular
24340 <lyxtabular version="3" rows="1" columns="5">
24341 <features rotate="0" tabularvalignment="middle">
24342 <column alignment="center" valignment="top">
24343 <column alignment="center" valignment="top">
24344 <column alignment="center" valignment="top">
24345 <column alignment="center" valignment="top">
24346 <column alignment="center" valignment="top">
24347 <row>
24348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352 試験
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 </row>
24394 </lyxtabular>
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \begin_inset space \hfill{}
24405 \end_inset
24406
24407
24408 \begin_inset Float table
24409 wide false
24410 sideways false
24411 status collapsed
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Caption Standard
24415
24416 \begin_layout Plain Layout
24417 \begin_inset CommandInset label
24418 LatexCommand label
24419 name "tab:これは従属表b"
24420
24421 \end_inset
24422
24423 これは従属表bです。
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Plain Layout
24432 \align center
24433 \begin_inset Tabular
24434 <lyxtabular version="3" rows="1" columns="5">
24435 <features rotate="0" tabularvalignment="middle">
24436 <column alignment="center" valignment="top">
24437 <column alignment="center" valignment="top">
24438 <column alignment="center" valignment="top">
24439 <column alignment="center" valignment="top">
24440 <column alignment="center" valignment="top">
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 試験
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 </row>
24488 </lyxtabular>
24489
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \end_inset
24496
24497
24498 \begin_inset space \hfill{}
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \begin_inset Float table
24508 wide false
24509 sideways false
24510 status open
24511
24512 \begin_layout Plain Layout
24513 \begin_inset Caption Standard
24514
24515 \begin_layout Plain Layout
24516 \begin_inset CommandInset label
24517 LatexCommand label
24518 name "tab:従属表を縦に並べたもの"
24519
24520 \end_inset
24521
24522 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Plain Layout
24531 \noindent
24532 \align center
24533 \begin_inset Float table
24534 wide false
24535 sideways false
24536 status collapsed
24537
24538 \begin_layout Plain Layout
24539 \begin_inset Caption Standard
24540
24541 \begin_layout Plain Layout
24542
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Plain Layout
24551 \align center
24552 \begin_inset Tabular
24553 <lyxtabular version="3" rows="1" columns="4">
24554 <features rotate="0" tabularvalignment="middle">
24555 <column alignment="center" valignment="top">
24556 <column alignment="center" valignment="top">
24557 <column alignment="center" valignment="top">
24558 <column alignment="center" valignment="top">
24559 <row>
24560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 試験
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573 試験
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 試験
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 試験
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 </row>
24597 </lyxtabular>
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Plain Layout
24610 \noindent
24611 \align center
24612 \begin_inset Float table
24613 wide false
24614 sideways false
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618 \begin_inset Caption Standard
24619
24620 \begin_layout Plain Layout
24621
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Plain Layout
24630 \align center
24631 \begin_inset Tabular
24632 <lyxtabular version="3" rows="1" columns="5">
24633 <features rotate="0" tabularvalignment="middle">
24634 <column alignment="center" valignment="top">
24635 <column alignment="center" valignment="top">
24636 <column alignment="center" valignment="top">
24637 <column alignment="center" valignment="top">
24638 <column alignment="center" valignment="top">
24639 <row>
24640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 </row>
24686 </lyxtabular>
24687
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \begin_layout Section
24704 横並びのフロート
24705 \begin_inset Index idx
24706 status collapsed
24707
24708 \begin_layout Plain Layout
24709 ふろーと@フロート ! よこならび@横並び
24710 \end_layout
24711
24712 \end_inset
24713
24714
24715 \end_layout
24716
24717 \begin_layout Standard
24718
24719 \begin_inset CommandInset ref
24720 LatexCommand ref
24721 reference "fig:左側のフロート"
24722
24723 \end_inset
24724
24725 や図
24726 \begin_inset CommandInset ref
24727 LatexCommand ref
24728 reference "fig:右側のフロート"
24729
24730 \end_inset
24731
24732 のようにフロートを横並びに配置するには、
24733 \emph on
24734 ひとつの
24735 \emph default
24736 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24737 \begin_inset Foot
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741 Minipageは第
24742 \begin_inset CommandInset ref
24743 LatexCommand ref
24744 reference "sec:ミニページ"
24745
24746 \end_inset
24747
24748 節に説明があります。
24749 \end_layout
24750
24751 \end_inset
24752
24753 。幅は45
24754 \begin_inset space \thinspace{}
24755 \end_inset
24756
24757 -50
24758 \begin_inset space \thinspace{}
24759 \end_inset
24760
24761 列幅%とし、各minipageのボックス配置を
24762 \family sans
24763
24764 \family default
24765 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24766 \family sans
24767 列幅%
24768 \family default
24769 がここではminipageボックスの幅によって計算されることです。
24770 \end_layout
24771
24772 \begin_layout Standard
24773 \begin_inset Float figure
24774 wide false
24775 sideways false
24776 status open
24777
24778 \begin_layout Plain Layout
24779 \begin_inset Box Frameless
24780 position "b"
24781 hor_pos "c"
24782 has_inner_box 1
24783 inner_pos "t"
24784 use_parbox 0
24785 use_makebox 0
24786 width "45col%"
24787 special "none"
24788 height "1in"
24789 height_special "totalheight"
24790 status open
24791
24792 \begin_layout Plain Layout
24793 \align center
24794 \begin_inset Graphics
24795         filename ../clipart/mobius.eps
24796         lyxscale 50
24797         width 100col%
24798         scaleBeforeRotation
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Plain Layout
24806 \begin_inset Caption Standard
24807
24808 \begin_layout Plain Layout
24809 \begin_inset CommandInset label
24810 LatexCommand label
24811 name "fig:左側のフロート"
24812
24813 \end_inset
24814
24815 左側のフロート
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \end_inset
24824
24825
24826 \begin_inset space \hfill{}
24827 \end_inset
24828
24829
24830 \begin_inset Box Frameless
24831 position "b"
24832 hor_pos "c"
24833 has_inner_box 1
24834 inner_pos "t"
24835 use_parbox 0
24836 use_makebox 0
24837 width "45col%"
24838 special "none"
24839 height "1in"
24840 height_special "totalheight"
24841 status open
24842
24843 \begin_layout Plain Layout
24844 \align center
24845 \begin_inset Graphics
24846         filename ../clipart/platypus.eps
24847         lyxscale 50
24848         width 100col%
24849         scaleBeforeRotation
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Plain Layout
24857 \begin_inset Caption Standard
24858
24859 \begin_layout Plain Layout
24860 \begin_inset CommandInset label
24861 LatexCommand label
24862 name "fig:右側のフロート"
24863
24864 \end_inset
24865
24866 右側のフロート
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Plain Layout
24880
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Section
24889 キャプションの書式設定
24890 \begin_inset Index idx
24891 status collapsed
24892
24893 \begin_layout Plain Layout
24894 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \begin_inset Index idx
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \begin_inset CommandInset label
24911 LatexCommand label
24912 name "sec:キャプションの書式設定"
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Standard
24920
24921 \family sans
24922 キャプション
24923 \family default
24924 環境は、
24925 \family sans
24926 フロート
24927 \family default
24928 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24929 \family sans
24930 図 #:
24931 \family default
24932 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24933 \family sans
24934 #
24935 \family default
24936 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24937 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24938 \end_layout
24939
24940 \begin_layout Standard
24941 既定のキャプション書式を変更するには、文書プリアンブルに
24942 \end_layout
24943
24944 \begin_layout Standard
24945
24946 \series bold
24947
24948 \backslash
24949 usepackage[format definition]{caption}
24950 \end_layout
24951
24952 \begin_layout Standard
24953 という行を加えて、LaTeXパッケージ
24954 \series bold
24955 caption
24956 \series default
24957
24958 \begin_inset Index idx
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24963 \end_layout
24964
24965 \end_inset
24966
24967 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24968 \end_layout
24969
24970 \begin_layout Standard
24971
24972 \series bold
24973
24974 \backslash
24975 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24976 \end_layout
24977
24978 \begin_layout Standard
24979 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24980 \series bold
24981 caption
24982 \series default
24983 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24984 \end_layout
24985
24986 \begin_layout Standard
24987
24988 \series bold
24989
24990 \backslash
24991 captionsetup[フロート型]{書式定義}
24992 \end_layout
24993
24994 \begin_layout Standard
24995 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24996 \begin_inset CommandInset ref
24997 LatexCommand ref
24998 reference "fig:図キャプション"
24999
25000 \end_inset
25001
25002 と表
25003 \begin_inset CommandInset ref
25004 LatexCommand ref
25005 reference "tab:表キャプション"
25006
25007 \end_inset
25008
25009 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25010 \end_layout
25011
25012 \begin_layout Standard
25013
25014 \series bold
25015
25016 \backslash
25017 usepackage[tableposition=top]{caption}
25018 \series default
25019
25020 \begin_inset Newline newline
25021 \end_inset
25022
25023
25024 \series bold
25025
25026 \backslash
25027 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \begin_inset Phantom HPhantom
25033 status open
25034
25035 \begin_layout Plain Layout
25036
25037 \backslash
25038 captionsetup[figure]{
25039 \end_layout
25040
25041 \end_inset
25042
25043 labelsep=period}
25044 \begin_inset Newline newline
25045 \end_inset
25046
25047
25048 \backslash
25049 captionsetup[table]{labelfont={bf,sf}}
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset Note Greyedout
25054 status open
25055
25056 \begin_layout Plain Layout
25057
25058 \series bold
25059 【註】
25060 \series default
25061 オプションのうち、
25062 \series bold
25063 tableposition=top
25064 \series default
25065 は、文書クラスに
25066 \series bold
25067 KOMA-script
25068 \series default
25069
25070 \begin_inset Index idx
25071 status collapsed
25072
25073 \begin_layout Plain Layout
25074 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25075 \end_layout
25076
25077 \end_inset
25078
25079 が使われているときには、無効になります。この場合には、文書クラスオプション
25080 \series bold
25081 captions=tableheading
25082 \series default
25083 を指定しなくてはなりません。
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092
25093 \series bold
25094 caption
25095 \series default
25096 パッケージについての詳細は、その取扱説明書
25097 \begin_inset CommandInset citation
25098 LatexCommand cite
25099 key "caption"
25100
25101 \end_inset
25102
25103 をご覧ください。
25104 \end_layout
25105
25106 \begin_layout Standard
25107 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25108 \end_layout
25109
25110 \begin_layout Standard
25111
25112 \series bold
25113
25114 \backslash
25115 renewcommand{
25116 \backslash
25117 fnum@figure}{画像~
25118 \backslash
25119 thefigure}
25120 \end_layout
25121
25122 \begin_layout Standard
25123 なお、
25124 \series bold
25125
25126 \backslash
25127 thefigure
25128 \series default
25129 は表番号を挿入し、「
25130 \series bold
25131 ~
25132 \series default
25133 」は保護された空白を入れます。
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \begin_inset VSpace bigskip
25138 \end_inset
25139
25140
25141 \series bold
25142 KOMA-script
25143 \series default
25144
25145 \begin_inset Index idx
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25150 \end_layout
25151
25152 \end_inset
25153
25154 文書クラス(
25155 \family sans
25156 article (KOMA-script)
25157 \family default
25158
25159 \family sans
25160 book (KOMA-script)
25161 \family default
25162
25163 \family sans
25164 letter (KOMA-script)
25165 \family default
25166
25167 \family sans
25168 report (KOMA-script)
25169 \family default
25170 )を使用している場合には、
25171 \series bold
25172 caption
25173 \series default
25174 パッケージの代わりに
25175 \series bold
25176 KOMA-script
25177 \series default
25178 のビルトインコマンド
25179 \series bold
25180 etkomafont
25181 \series default
25182 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25183 \end_layout
25184
25185 \begin_layout Standard
25186
25187 \series bold
25188
25189 \backslash
25190 setkomafont{captionlabel}{
25191 \backslash
25192 bfseries}
25193 \end_layout
25194
25195 \begin_layout Standard
25196
25197 \series bold
25198
25199 \backslash
25200 setkomafont
25201 \series default
25202 についての詳細は、
25203 \series bold
25204 KOMA-script
25205 \series default
25206 の取扱説明書
25207 \begin_inset CommandInset citation
25208 LatexCommand cite
25209 key "koma-script"
25210
25211 \end_inset
25212
25213 をご覧ください。
25214 \end_layout
25215
25216 \begin_layout Standard
25217 \begin_inset ERT
25218 status collapsed
25219
25220 \begin_layout Plain Layout
25221
25222
25223 \backslash
25224 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25225 }
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \begin_inset Note Note
25232 status open
25233
25234 \begin_layout Plain Layout
25235 キャプション書式は、この例のみ変更してあります。
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 \begin_inset Float figure
25245 placement !p
25246 wide false
25247 sideways false
25248 status open
25249
25250 \begin_layout Plain Layout
25251 \align center
25252 \begin_inset Graphics
25253         filename ../clipart/mobius.eps
25254         lyxscale 50
25255         scale 50
25256         scaleBeforeRotation
25257
25258 \end_inset
25259
25260
25261 \end_layout
25262
25263 \begin_layout Plain Layout
25264 \begin_inset Caption Standard
25265
25266 \begin_layout Plain Layout
25267 \begin_inset CommandInset label
25268 LatexCommand label
25269 name "fig:図キャプション"
25270
25271 \end_inset
25272
25273 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25274 \end_layout
25275
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \end_inset
25282
25283
25284 \end_layout
25285
25286 \begin_layout Standard
25287 \begin_inset ERT
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291
25292
25293 \backslash
25294 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25295 on}
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset Float table
25305 placement !p
25306 wide false
25307 sideways false
25308 status open
25309
25310 \begin_layout Plain Layout
25311 \begin_inset Caption Standard
25312
25313 \begin_layout Plain Layout
25314 \begin_inset CommandInset label
25315 LatexCommand label
25316 name "tab:表キャプション"
25317
25318 \end_inset
25319
25320 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Plain Layout
25329 \align center
25330 \begin_inset Tabular
25331 <lyxtabular version="3" rows="1" columns="5">
25332 <features rotate="0" tabularvalignment="middle">
25333 <column alignment="center" valignment="top">
25334 <column alignment="center" valignment="top">
25335 <column alignment="center" valignment="top">
25336 <column alignment="center" valignment="top">
25337 <column alignment="center" valignment="top">
25338 <row>
25339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 </row>
25385 </lyxtabular>
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Section
25398 キャプションの配置
25399 \begin_inset Index idx
25400 status collapsed
25401
25402 \begin_layout Plain Layout
25403 きゃぷしょん@キャプション ! はいち@配置
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \begin_inset Index idx
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \begin_inset CommandInset label
25420 LatexCommand label
25421 name "sec:キャプションの配置"
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 通常、キャプションの配置原則は、
25430 \end_layout
25431
25432 \begin_layout Description
25433 図の場合: キャプションを図の下に置く
25434 \end_layout
25435
25436 \begin_layout Description
25437 表の場合: キャプションを表の上に置く
25438 \end_layout
25439
25440 \begin_layout Standard
25441 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25442 \family sans
25443 article
25444 \family default
25445
25446 \family sans
25447 book
25448 \family default
25449
25450 \family sans
25451 letter
25452 \family default
25453
25454 \family sans
25455 report
25456 \family default
25457 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25458 eXパッケージ
25459 \series bold
25460 caption
25461 \series default
25462 を読み込むコマンドに
25463 \end_layout
25464
25465 \begin_layout Standard
25466
25467 \series bold
25468 tableposition=top
25469 \end_layout
25470
25471 \begin_layout Standard
25472 というオプションを追加してください
25473 \begin_inset Foot
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477
25478 \series bold
25479 caption
25480 \series default
25481 パッケージについての詳細な情報は、第
25482 \begin_inset CommandInset ref
25483 LatexCommand ref
25484 reference "sec:キャプションの書式設定"
25485
25486 \end_inset
25487
25488 節をご覧ください。
25489 \end_layout
25490
25491 \end_inset
25492
25493
25494 \series bold
25495 KOMA-script
25496 \series default
25497
25498 \begin_inset Index idx
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25503 \end_layout
25504
25505 \end_inset
25506
25507 文書クラス(
25508 \family sans
25509 article (KOMA-script)
25510 \family default
25511
25512 \family sans
25513 book (KOMA-script)
25514 \family default
25515
25516 \family sans
25517 letter (KOMA-script)
25518 \family default
25519
25520 \family sans
25521 report (KOMA-script)
25522 \family default
25523
25524 \begin_inset space \thinspace{}
25525 \end_inset
25526
25527 )をお使いの場合には、
25528 \series bold
25529 caption
25530 \series default
25531 パッケージにオプションを与える代わりに、文書クラスオプション
25532 \series bold
25533 captions=tableheading
25534 \series default
25535 を設定することもできます。
25536 \end_layout
25537
25538 \begin_layout Standard
25539 \begin_inset VSpace bigskip
25540 \end_inset
25541
25542 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25543 \end_layout
25544
25545 \begin_layout Standard
25546
25547 \series bold
25548
25549 \backslash
25550 usepackage[option]{sidecap}
25551 \end_layout
25552
25553 \begin_layout Standard
25554 という行を入れて、LaTeXパッケージ
25555 \series bold
25556 sidecap
25557 \series default
25558
25559 \begin_inset Index idx
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25564 \end_layout
25565
25566 \end_inset
25567
25568 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25569 \series bold
25570 innercaption
25571 \series default
25572 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25573 \series bold
25574 rightcaption
25575 \series default
25576 ないし
25577 \series bold
25578 leftcaption
25579 \series default
25580 オプションを用います。
25581 \end_layout
25582
25583 \begin_layout Standard
25584 \begin_inset ERT
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589
25590 \backslash
25591 ifsidecap
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \begin_inset Note Note
25598 status open
25599
25600 \begin_layout Plain Layout
25601 以下の部分は、LaTeXパッケージ
25602 \series bold
25603 sidecap
25604 \series default
25605 が導入されているときのみ表示されます。
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \begin_layout Standard
25614 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25615 \begin_inset Newpage pagebreak
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 \noindent
25623 \begin_inset CommandInset line
25624 LatexCommand rule
25625 offset "0.5ex"
25626 width "100line%"
25627 height "1pt"
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635
25636 \series bold
25637
25638 \backslash
25639 newcommand{
25640 \backslash
25641 TabBesBeg}[1][1.0]{%
25642 \begin_inset Newline newline
25643 \end_inset
25644
25645
25646 \begin_inset Phantom HPhantom
25647 status open
25648
25649 \begin_layout Plain Layout
25650 \begin_inset space ~
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \backslash
25660 let
25661 \backslash
25662 MyTable
25663 \backslash
25664 table
25665 \begin_inset Newline newline
25666 \end_inset
25667
25668
25669 \begin_inset Phantom HPhantom
25670 status open
25671
25672 \begin_layout Plain Layout
25673
25674 \series medium
25675 \begin_inset space ~
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \backslash
25685 let
25686 \backslash
25687 MyEndtable
25688 \backslash
25689 endtable
25690 \begin_inset Newline newline
25691 \end_inset
25692
25693
25694 \begin_inset Phantom HPhantom
25695 status open
25696
25697 \begin_layout Plain Layout
25698
25699 \series medium
25700 \begin_inset space ~
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \backslash
25710 renewenvironment{table}[1]{
25711 \backslash
25712 begin{SCtable}[#1]##1}{
25713 \backslash
25714 end{SCtable}}}
25715 \end_layout
25716
25717 \begin_layout Standard
25718
25719 \series bold
25720
25721 \backslash
25722 newcommand{
25723 \backslash
25724 TabBesEnd}{%
25725 \begin_inset Newline newline
25726 \end_inset
25727
25728
25729 \begin_inset Phantom HPhantom
25730 status open
25731
25732 \begin_layout Plain Layout
25733 \begin_inset space ~
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \backslash
25743 let
25744 \backslash
25745 table
25746 \backslash
25747 MyTable
25748 \begin_inset Newline newline
25749 \end_inset
25750
25751
25752 \begin_inset Phantom HPhantom
25753 status open
25754
25755 \begin_layout Plain Layout
25756 \begin_inset space ~
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \backslash
25766 let
25767 \backslash
25768 endtable
25769 \backslash
25770 MyEndtable
25771 \end_layout
25772
25773 \begin_layout Standard
25774
25775 \series bold
25776
25777 \backslash
25778 newcommand{
25779 \backslash
25780 FigBesBeg}[1][1.0]{%
25781 \begin_inset Newline newline
25782 \end_inset
25783
25784
25785 \begin_inset Phantom HPhantom
25786 status open
25787
25788 \begin_layout Plain Layout
25789 \begin_inset space ~
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \backslash
25799 let
25800 \backslash
25801 MyFigure
25802 \backslash
25803 figure
25804 \begin_inset Newline newline
25805 \end_inset
25806
25807
25808 \begin_inset Phantom HPhantom
25809 status open
25810
25811 \begin_layout Plain Layout
25812 \begin_inset space ~
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \backslash
25822 let
25823 \backslash
25824 MyEndfigure
25825 \backslash
25826 endfigure
25827 \begin_inset Newline newline
25828 \end_inset
25829
25830
25831 \begin_inset Phantom HPhantom
25832 status open
25833
25834 \begin_layout Plain Layout
25835 \begin_inset space ~
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \backslash
25845 renewenvironment{figure}[1]{
25846 \backslash
25847 begin{SCfigure}[#1]##1}{
25848 \backslash
25849 end{SCfigure}}}
25850 \end_layout
25851
25852 \begin_layout Standard
25853
25854 \series bold
25855
25856 \backslash
25857 newcommand{
25858 \backslash
25859 FigBesEnd}{%
25860 \begin_inset Newline newline
25861 \end_inset
25862
25863
25864 \begin_inset Phantom HPhantom
25865 status open
25866
25867 \begin_layout Plain Layout
25868 \begin_inset space ~
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \backslash
25878 let
25879 \backslash
25880 figure
25881 \backslash
25882 MyFigure
25883 \begin_inset Newline newline
25884 \end_inset
25885
25886
25887 \begin_inset Phantom HPhantom
25888 status open
25889
25890 \begin_layout Plain Layout
25891 \begin_inset space ~
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \backslash
25901 let
25902 \backslash
25903 endfigure
25904 \backslash
25905 MyEndfigure}
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \noindent
25910 \begin_inset CommandInset line
25911 LatexCommand rule
25912 offset "0.5ex"
25913 width "100line%"
25914 height "1pt"
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_layout Standard
25922 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25923 \end_layout
25924
25925 \begin_layout Standard
25926
25927 \series bold
25928
25929 \backslash
25930 FigBesBeg
25931 \end_layout
25932
25933 \begin_layout Standard
25934 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \series bold
25940
25941 \backslash
25942 FigBesEnd
25943 \end_layout
25944
25945 \begin_layout Standard
25946 というTeXコードを入れてください。
25947 \end_layout
25948
25949 \begin_layout Standard
25950 表フロートに対しては、対応するコマンド
25951 \end_layout
25952
25953 \begin_layout Standard
25954
25955 \series bold
25956
25957 \backslash
25958 TabBesBeg
25959 \series default
25960 および
25961 \series bold
25962
25963 \backslash
25964 TabBesEnd
25965 \end_layout
25966
25967 \begin_layout Standard
25968 を使用してください。図
25969 \begin_inset CommandInset ref
25970 LatexCommand ref
25971 reference "fig:図横キャプション"
25972
25973 \end_inset
25974
25975 と表
25976 \begin_inset CommandInset ref
25977 LatexCommand ref
25978 reference "tab:表横キャプション"
25979
25980 \end_inset
25981
25982 がキャプションを脇に設定した例です。
25983 \end_layout
25984
25985 \begin_layout Standard
25986 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25987 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25988 \end_layout
25989
25990 \begin_layout Standard
25991
25992 \series bold
25993
25994 \backslash
25995 sidecaptionvpos{フロート型}{配置}
25996 \end_layout
25997
25998 \begin_layout Standard
25999 というコマンドを使用します。ここで「フロート型」は
26000 \family sans
26001 figure
26002 \family default
26003
26004 \family sans
26005 table
26006 \family default
26007 であり、「配置」は、上揃えの場合はtopの
26008 \end_layout
26009
26010 \begin_layout Standard
26011
26012 \family sans
26013 t
26014 \family default
26015 」、中央揃えの場合はcenterの「
26016 \family sans
26017 c
26018 \family default
26019 」、下揃えの場合はbottomの「
26020 \family sans
26021 b
26022 \family default
26023 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26024 \end_layout
26025
26026 \begin_layout Standard
26027
26028 \series bold
26029
26030 \backslash
26031 sidecaptionvpos{figure}{c}
26032 \end_layout
26033
26034 \begin_layout Standard
26035 というコマンドを使用します。これは、図
26036 \begin_inset CommandInset ref
26037 LatexCommand ref
26038 reference "fig:図横キャプション-2"
26039
26040 \end_inset
26041
26042 で使用されています。
26043 \end_layout
26044
26045 \begin_layout Standard
26046 \begin_inset VSpace medskip
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \begin_layout Standard
26053 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26054 \begin_inset CommandInset ref
26055 LatexCommand ref
26056 reference "tab:表横キャプション"
26057
26058 \end_inset
26059
26060 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26061 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26062 \emph on
26063 因数
26064 \emph default
26065 は、
26066 \end_layout
26067
26068 \begin_layout Standard
26069
26070 \series bold
26071
26072 \backslash
26073 FigBesBeg[因数]
26074 \end_layout
26075
26076 \begin_layout Standard
26077 のように、
26078 \series bold
26079
26080 \backslash
26081 FigBesBeg
26082 \series default
26083 への非必須引数として与えることもできますし、
26084 \series bold
26085
26086 \backslash
26087 FigBesBeg
26088 \series default
26089 の定義中で
26090 \series bold
26091 1.0
26092 \series default
26093 を他の値に変更することもできます。表
26094 \begin_inset CommandInset ref
26095 LatexCommand ref
26096 reference "tab:図横幅広"
26097
26098 \end_inset
26099
26100 では、因子5が指定されています。
26101 \end_layout
26102
26103 \begin_layout Standard
26104 \begin_inset Note Greyedout
26105 status open
26106
26107 \begin_layout Plain Layout
26108 【註】キャプションを横につけたフロートでは、フロート配置オプションの
26109 \family sans
26110 何としても現在地に置く
26111 \family default
26112 は、
26113 \series bold
26114 sidecap
26115 \series default
26116 がサポートしていないので、使用することができません。.
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Standard
26125 \begin_inset VSpace medskip
26126 \end_inset
26127
26128
26129 \series bold
26130 sidecap
26131 \series default
26132 パッケージについての詳細は、
26133 \begin_inset CommandInset citation
26134 LatexCommand cite
26135 key "sidecap"
26136
26137 \end_inset
26138
26139 の説明書をご参照ください。
26140 \end_layout
26141
26142 \begin_layout Standard
26143 \begin_inset Note Greyedout
26144 status open
26145
26146 \begin_layout Plain Layout
26147
26148 \series bold
26149 【註】
26150 \series default
26151
26152 \begin_inset CommandInset ref
26153 LatexCommand ref
26154 reference "sub:参照位置"
26155
26156 \end_inset
26157
26158 節に説明があるLaTeXパッケージ
26159 \series bold
26160 hypcap
26161 \series default
26162
26163 \begin_inset Index idx
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26168 \end_layout
26169
26170 \end_inset
26171
26172 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset Note Greyedout
26182 status open
26183
26184 \begin_layout Plain Layout
26185
26186 \series bold
26187 【訳註】
26188 \series default
26189 LaTeXパッケージ
26190 \series bold
26191 sidecap
26192 \series default
26193
26194 \begin_inset Index idx
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26199 \end_layout
26200
26201 \end_inset
26202
26203 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
26204 ついては、取扱説明書『
26205 \emph on
26206 埋め込み機能篇
26207 \emph default
26208 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \begin_inset Note Note
26215 status open
26216
26217 \begin_layout Plain Layout
26218 \begin_inset ERT
26219 status collapsed
26220
26221 \begin_layout Plain Layout
26222
26223
26224 \backslash
26225 FigBesBeg 
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Plain Layout
26234 \begin_inset Float figure
26235 wide false
26236 sideways false
26237 status open
26238
26239 \begin_layout Plain Layout
26240 \begin_inset Graphics
26241         filename ../clipart/escher-lsd.eps
26242         scale 75
26243         scaleBeforeRotation
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Caption Standard
26252
26253 \begin_layout Plain Layout
26254 \begin_inset CommandInset label
26255 LatexCommand label
26256 name "fig:図横キャプション"
26257
26258 \end_inset
26259
26260 これは図の横にあるキャプションです。
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \begin_layout Plain Layout
26274 \begin_inset ERT
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278
26279
26280 \backslash
26281 FigBesEnd
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \begin_layout Plain Layout
26290 \begin_inset ERT
26291 status collapsed
26292
26293 \begin_layout Plain Layout
26294
26295
26296 \backslash
26297 TabBesBeg 
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Plain Layout
26306 \begin_inset Float table
26307 wide false
26308 sideways false
26309 status open
26310
26311 \begin_layout Plain Layout
26312 \begin_inset Caption Standard
26313
26314 \begin_layout Plain Layout
26315 \begin_inset CommandInset label
26316 LatexCommand label
26317 name "tab:表横キャプション"
26318
26319 \end_inset
26320
26321 これは表の横にあるキャプションです。
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Plain Layout
26330 \begin_inset Tabular
26331 <lyxtabular version="3" rows="4" columns="5">
26332 <features rotate="0" tabularvalignment="middle">
26333 <column alignment="center" valignment="top">
26334 <column alignment="center" valignment="top">
26335 <column alignment="center" valignment="top">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <row>
26339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 </row>
26385 <row>
26386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 </row>
26432 <row>
26433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 </row>
26479 <row>
26480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 </row>
26526 </lyxtabular>
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Plain Layout
26539 \begin_inset ERT
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543
26544
26545 \backslash
26546 TabBesEnd
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Plain Layout
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 sidecaptionvpos{figure}{c}
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \begin_inset Float figure
26569 wide false
26570 sideways false
26571 status open
26572
26573 \begin_layout Plain Layout
26574 \begin_inset Graphics
26575         filename ../clipart/escher-lsd.eps
26576         scale 75
26577         scaleBeforeRotation
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Plain Layout
26585 \begin_inset Caption Standard
26586
26587 \begin_layout Plain Layout
26588 \begin_inset CommandInset label
26589 LatexCommand label
26590 name "fig:図横キャプション-2"
26591
26592 \end_inset
26593
26594 これは図の横にある縦方向中央揃えのキャプションです。
26595 \end_layout
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \begin_layout Plain Layout
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 FigBesEnd
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Plain Layout
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629
26630 \backslash
26631 TabBesBeg[5]
26632 \end_layout
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \begin_layout Plain Layout
26640 \begin_inset Float table
26641 wide false
26642 sideways false
26643 status open
26644
26645 \begin_layout Plain Layout
26646 \begin_inset Caption Standard
26647
26648 \begin_layout Plain Layout
26649 \begin_inset CommandInset label
26650 LatexCommand label
26651 name "tab:図横幅広"
26652
26653 \end_inset
26654
26655 これは表
26656 \begin_inset CommandInset ref
26657 LatexCommand ref
26658 reference "tab:表横キャプション"
26659
26660 \end_inset
26661
26662 よりも幅広のキャプションです
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Plain Layout
26671 \begin_inset Tabular
26672 <lyxtabular version="3" rows="4" columns="5">
26673 <features rotate="0" tabularvalignment="middle">
26674 <column alignment="center" valignment="top">
26675 <column alignment="center" valignment="top">
26676 <column alignment="center" valignment="top">
26677 <column alignment="center" valignment="top">
26678 <column alignment="center" valignment="top">
26679 <row>
26680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 a
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 b
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Plain Layout
26720 c
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 <row>
26727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 d
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 e
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 </row>
26773 <row>
26774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26775 \begin_inset Text
26776
26777 \begin_layout Plain Layout
26778 f
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796 g
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26802 \begin_inset Text
26803
26804 \begin_layout Plain Layout
26805
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 h
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 </row>
26820 <row>
26821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834 i
26835 \end_layout
26836
26837 \end_inset
26838 </cell>
26839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26840 \begin_inset Text
26841
26842 \begin_layout Plain Layout
26843
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26849 \begin_inset Text
26850
26851 \begin_layout Plain Layout
26852 j
26853 \end_layout
26854
26855 \end_inset
26856 </cell>
26857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Plain Layout
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 </lyxtabular>
26868
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Plain Layout
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 TabBesEnd
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \begin_inset ERT
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905
26906
26907 \backslash
26908 else
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \begin_inset Note Note
26915 status open
26916
26917 \begin_layout Plain Layout
26918 以下の部分は、LaTeXパッケージ
26919 \series bold
26920 sidecap
26921 \series default
26922 が導入されていないときのみ表示されます。
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \begin_layout Standard
26931 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26932 \series bold
26933 sidecap
26934 \series default
26935 を導入する必要があります。
26936 \end_layout
26937
26938 \begin_layout Standard
26939 \begin_inset ERT
26940 status collapsed
26941
26942 \begin_layout Plain Layout
26943
26944
26945 \backslash
26946 fi
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Section
26955 フロート一覧
26956 \begin_inset Index idx
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960 ふろーと@フロート ! ふろーといちらん@フロート一覧
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Standard
26969 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26970 \family sans
26971 挿入\SpecialChar \menuseparator
26972 一覧/目次
26973 \family default
26974 メニューで挿入することができます。
26975 \end_layout
26976
26977 \begin_layout Standard
26978 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26979 \end_layout
26980
26981 \begin_layout Standard
26982 本文書の終わりに、図一覧と表一覧があります。
26983 \end_layout
26984
26985 \begin_layout Chapter
26986 注釈
26987 \end_layout
26988
26989 \begin_layout Section
26990 LyX注釈
26991 \begin_inset Index idx
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \begin_layout Standard
27004 注釈は、ツールバーボタン
27005 \family sans
27006
27007 \begin_inset Info
27008 type  "icon"
27009 arg   "note-insert"
27010 \end_inset
27011
27012
27013 \family default
27014 か、
27015 \family sans
27016 挿入\SpecialChar \menuseparator
27017 注釈
27018 \family default
27019 メニューで挿入することができます。注釈には、以下の三つの型があります。
27020 \end_layout
27021
27022 \begin_layout Description
27023 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27024 \begin_inset Newline newline
27025 \end_inset
27026
27027
27028 \begin_inset Newline newline
27029 \end_inset
27030
27031
27032 \begin_inset Graphics
27033         filename clipart/LyXNoteImageQt4.png
27034         display false
27035         scale 85
27036         scaleBeforeRotation
27037
27038 \end_inset
27039
27040
27041 \begin_inset Note Note
27042 status open
27043
27044 \begin_layout Plain Layout
27045 これは、出力には現れない注釈ボックスに書かれた文章です。
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Description
27054 コメント この注釈も出力には現れませんが、
27055 \family sans
27056 ファイル\SpecialChar \menuseparator
27057 書き出し\SpecialChar \menuseparator
27058 LaTeX (pdflatex) / (平文)
27059 \family default
27060  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27061 \begin_inset Newline newline
27062 \end_inset
27063
27064
27065 \begin_inset Newline newline
27066 \end_inset
27067
27068
27069 \begin_inset Graphics
27070         filename clipart/CommentNoteImageQt4.png
27071         display false
27072         scale 85
27073         scaleBeforeRotation
27074
27075 \end_inset
27076
27077  
27078 \begin_inset Note Comment
27079 status open
27080
27081 \begin_layout Plain Layout
27082 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \begin_layout Description
27091 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27092 \begin_inset Newline newline
27093 \end_inset
27094
27095
27096 \begin_inset Newline newline
27097 \end_inset
27098
27099
27100 \begin_inset Graphics
27101         filename clipart/GreyedOutNoteImageQt4.png
27102         display false
27103         scale 85
27104         scaleBeforeRotation
27105
27106 \end_inset
27107
27108
27109 \begin_inset Newline newline
27110 \end_inset
27111
27112
27113 \begin_inset ERT
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117
27118
27119 \backslash
27120 renewenvironment{lyxgreyedout}
27121 \end_layout
27122
27123 \begin_layout Plain Layout
27124
27125 {
27126 \backslash
27127 textcolor[gray]{0.8}
27128 \backslash
27129 bgroup}{
27130 \backslash
27131 egroup}
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \begin_inset Note Greyedout
27138 status open
27139
27140 \begin_layout Plain Layout
27141 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27142 \begin_inset Foot
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 これは、淡色注釈内に脚注を用いた例です。
27147 \end_layout
27148
27149 \end_inset
27150
27151 です。
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \begin_inset ERT
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161
27162
27163 \backslash
27164 renewenvironment{lyxgreyedout}
27165 \end_layout
27166
27167 \begin_layout Plain Layout
27168
27169 {
27170 \backslash
27171 textcolor{blue}
27172 \backslash
27173 bgroup}{
27174 \backslash
27175 egroup}
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \begin_inset Note Note
27182 status open
27183
27184 \begin_layout Plain Layout
27185 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
27186 定義されています。
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \begin_inset Newline newline
27193 \end_inset
27194
27195
27196 \begin_inset Newline newline
27197 \end_inset
27198
27199 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset VSpace bigskip
27204 \end_inset
27205
27206 注釈を挿入するのにツールバーボタン
27207 \family sans
27208
27209 \begin_inset Info
27210 type  "icon"
27211 arg   "note-insert"
27212 \end_inset
27213
27214
27215 \family default
27216 を使用すると、
27217 \family sans
27218 LyX注釈
27219 \family default
27220 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
27221 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
27222 さい。
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset VSpace bigskip
27227 \end_inset
27228
27229 淡色注釈の文字色は、
27230 \family sans
27231 文書\SpecialChar \menuseparator
27232 設定\SpecialChar \menuseparator
27233
27234 \family default
27235 メニューで変更することができます。
27236 \end_layout
27237
27238 \begin_layout Section
27239 脚注
27240 \begin_inset CommandInset label
27241 LatexCommand label
27242 name "sec:脚注"
27243
27244 \end_inset
27245
27246
27247 \begin_inset Index idx
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27252 \end_layout
27253
27254 \end_inset
27255
27256
27257 \begin_inset Index idx
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261 きゃくちゅう@脚注
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Standard
27270 脚注は、ツールバーボタン
27271 \family sans
27272
27273 \begin_inset Info
27274 type  "icon"
27275 arg   "footnote-insert"
27276 \end_inset
27277
27278
27279 \family default
27280 か、
27281 \family sans
27282 挿入\SpecialChar \menuseparator
27283 脚注
27284 \family default
27285 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27286 \begin_inset Graphics
27287         filename clipart/footnoteQt4.png
27288         scale 80
27289         scaleBeforeRotation
27290
27291 \end_inset
27292
27293 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27294 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27295 \end_layout
27296
27297 \begin_layout Standard
27298 これが脚注の例です
27299 \begin_inset Foot
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303 \begin_inset CommandInset label
27304 LatexCommand label
27305 name "fn:これは脚注の一例"
27306
27307 \end_inset
27308
27309 これは脚注の一例です。
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \begin_inset ERT
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319
27320
27321 \backslash
27322 newcounter{MyRepeatFoot}
27323 \end_layout
27324
27325 \begin_layout Plain Layout
27326
27327
27328 \backslash
27329 setcounter{MyRepeatFoot}{
27330 \backslash
27331 thefootnote}
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \begin_layout Standard
27340 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27341 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27342 \end_layout
27343
27344 \begin_layout Standard
27345 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27346 \begin_inset CommandInset ref
27347 LatexCommand ref
27348 reference "sec:フロートの参照"
27349
27350 \end_inset
27351
27352 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27353 \begin_inset Newline newline
27354 \end_inset
27355
27356 これは脚注
27357 \begin_inset CommandInset ref
27358 LatexCommand ref
27359 reference "fn:これは脚注の一例"
27360
27361 \end_inset
27362
27363 の相互参照です。
27364 \end_layout
27365
27366 \begin_layout Standard
27367 \begin_inset VSpace defskip
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \begin_layout Standard
27374 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27375 \series bold
27376
27377 \backslash
27378 footnotemark{}
27379 \series default
27380 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27381 \series bold
27382
27383 \backslash
27384 footnotetext
27385 \series default
27386 コマンドの引数として入力します。
27387 \begin_inset Newline newline
27388 \end_inset
27389
27390 以下の表ではコマンド
27391 \begin_inset Newline newline
27392 \end_inset
27393
27394
27395 \series bold
27396
27397 \backslash
27398 footnotetext{
27399 \series default
27400 出力される脚注の表
27401 \series bold
27402 }
27403 \series default
27404
27405 \begin_inset Newline newline
27406 \end_inset
27407
27408 を用いています。
27409 \end_layout
27410
27411 \begin_layout Standard
27412 \begin_inset Tabular
27413 <lyxtabular version="3" rows="2" columns="1">
27414 <features rotate="0" tabularvalignment="middle">
27415 <column alignment="center" valignment="top">
27416 <row>
27417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27418 \begin_inset Text
27419
27420 \begin_layout Plain Layout
27421 これは例文です。
27422 \begin_inset Foot
27423 status open
27424
27425 \begin_layout Plain Layout
27426 この脚注は出力されません!
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 </row>
27437 <row>
27438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442 これは例文です。
27443 \begin_inset ERT
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448
27449 \backslash
27450 footnotemark{}
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 </row>
27461 </lyxtabular>
27462
27463 \end_inset
27464
27465
27466 \begin_inset ERT
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 footnotetext{
27474 \end_layout
27475
27476 \end_inset
27477
27478 出力される脚注の表
27479 \begin_inset ERT
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483
27484 }
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 長尺表中の脚注は、第
27494 \begin_inset CommandInset ref
27495 LatexCommand ref
27496 reference "sub:長尺表での脚注"
27497
27498 \end_inset
27499
27500 節で述べられています。
27501 \end_layout
27502
27503 \begin_layout Standard
27504 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27505 \begin_inset CommandInset ref
27506 LatexCommand ref
27507 reference "sec:ミニページ"
27508
27509 \end_inset
27510
27511 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27512 \series bold
27513
27514 \backslash
27515 footnotemark{}
27516 \series default
27517
27518 \series bold
27519
27520 \backslash
27521 footntoetext
27522 \series default
27523 による方法を用いてください。
27524 \end_layout
27525
27526 \begin_layout Standard
27527 \begin_inset Box Frameless
27528 position "t"
27529 hor_pos "c"
27530 has_inner_box 1
27531 inner_pos "t"
27532 use_parbox 0
27533 use_makebox 0
27534 width "100col%"
27535 special "none"
27536 height "1in"
27537 height_special "totalheight"
27538 status open
27539
27540 \begin_layout Plain Layout
27541 これはミニページ中の例文です。
27542 \begin_inset Foot
27543 status open
27544
27545 \begin_layout Plain Layout
27546 ミニページ中の脚注です。
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \begin_layout Plain Layout
27555 これはミニページ中の例文です。
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 footnotemark{}
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset ERT
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581
27582
27583 \backslash
27584 footnotetext{
27585 \end_layout
27586
27587 \end_inset
27588
27589 ミニページ外の脚注です。
27590 \begin_inset ERT
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594
27595 }
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \begin_inset VSpace defskip
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27609 \series bold
27610
27611 \backslash
27612 footnotemark[番号]
27613 \series default
27614 を使用してください。
27615 \begin_inset Newline newline
27616 \end_inset
27617
27618 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27619 \begin_inset CommandInset ref
27620 LatexCommand ref
27621 reference "fn:これは脚注の一例"
27622
27623 \end_inset
27624
27625 の後に、TeXコードで
27626 \end_layout
27627
27628 \begin_layout Standard
27629
27630 \series bold
27631
27632 \backslash
27633 newcounter{MyRepeatFoot}
27634 \begin_inset Newline newline
27635 \end_inset
27636
27637
27638 \backslash
27639 setcounter{MyRepeatFoot}{
27640 \backslash
27641 thefootnote}
27642 \end_layout
27643
27644 \begin_layout Standard
27645 というコマンドを挿入しています。そして脚注マークは、
27646 \end_layout
27647
27648 \begin_layout Standard
27649
27650 \series bold
27651
27652 \backslash
27653 footnotemark[
27654 \backslash
27655 theMyRepeatFoot]
27656 \end_layout
27657
27658 \begin_layout Standard
27659 で作成します。
27660 \end_layout
27661
27662 \begin_layout Standard
27663 これは繰り返し脚注の例です。
27664 \begin_inset ERT
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668
27669
27670 \backslash
27671 footnotemark[
27672 \backslash
27673 theMyRepeatFoot]
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \end_layout
27680
27681 \begin_layout Standard
27682 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27683 \end_layout
27684
27685 \begin_layout Standard
27686
27687 \series bold
27688
27689 \backslash
27690 footnotemark[
27691 \backslash
27692 thefootnote]
27693 \end_layout
27694
27695 \begin_layout Standard
27696 を使用してください。
27697 \end_layout
27698
27699 \begin_layout Standard
27700 これは繰り返し脚注の例です。
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 footnotemark[
27709 \backslash
27710 thefootnote]
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Subsection
27719 脚注の付番
27720 \begin_inset CommandInset label
27721 LatexCommand label
27722 name "sub:脚注の付番"
27723
27724 \end_inset
27725
27726
27727 \begin_inset Index idx
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731 きゃくちゅう@脚注 ! ふばん@付番
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Standard
27740 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27741 \end_layout
27742
27743 \begin_layout Standard
27744
27745 \series bold
27746
27747 \backslash
27748 @addtoreset{footnote}{section}
27749 \end_layout
27750
27751 \begin_layout Standard
27752 というコマンドを加えてください。
27753 \end_layout
27754
27755 \begin_layout Standard
27756 \begin_inset VSpace bigskip
27757 \end_inset
27758
27759 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27760 \end_layout
27761
27762 \begin_layout Standard
27763
27764 \series bold
27765
27766 \backslash
27767 renewcommand{
27768 \backslash
27769 thefootnote}{
27770 \backslash
27771 roman{footnote}}
27772 \end_layout
27773
27774 \begin_layout Standard
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779
27780
27781 \backslash
27782 renewcommand{
27783 \backslash
27784 thefootnote}{
27785 \backslash
27786 roman{footnote}}
27787 \end_layout
27788
27789 \end_inset
27790
27791 これは、ローマ数字を使った脚注です
27792 \begin_inset Foot
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 これは、ローマ数字を使った脚注の例です。
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27806 \series bold
27807
27808 \backslash
27809 roman
27810 \series default
27811
27812 \series bold
27813
27814 \backslash
27815 Roman
27816 \series default
27817 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27818 \series bold
27819
27820 \backslash
27821 Alph
27822 \series default
27823 または
27824 \series bold
27825
27826 \backslash
27827 alph
27828 \series default
27829 を使用してください。記号を使って付「番」するには、
27830 \series bold
27831
27832 \backslash
27833 fnsymbol
27834 \series default
27835 を使ってください。
27836 \end_layout
27837
27838 \begin_layout Standard
27839 \begin_inset Note Greyedout
27840 status open
27841
27842 \begin_layout Plain Layout
27843
27844 \series bold
27845 【註】
27846 \series default
27847 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \begin_inset Newline newline
27854 \end_inset
27855
27856
27857 \begin_inset Note Greyedout
27858 status open
27859
27860 \begin_layout Plain Layout
27861
27862 \series bold
27863 【註】
27864 \series default
27865 記号を使うと9個の脚注しか番号を振ることができません。
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27875 \series bold
27876
27877 \backslash
27878 roman
27879 \series default
27880
27881 \series bold
27882
27883 \backslash
27884 arabic
27885 \series default
27886 に置き換えて使用してください。
27887 \begin_inset ERT
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891
27892
27893 \backslash
27894 renewcommand{
27895 \backslash
27896 thefootnote}{
27897 \backslash
27898 arabic{footnote}}
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Standard
27907 \begin_inset VSpace bigskip
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Standard
27914 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27915 \end_layout
27916
27917 \begin_layout Standard
27918
27919 \series bold
27920
27921 \backslash
27922 numberwithin{footnote}{chapter}
27923 \end_layout
27924
27925 \begin_layout Standard
27926 というコマンドを加えてください。
27927 \series bold
27928
27929 \backslash
27930 numberwithin
27931 \series default
27932 コマンドを使用できるようにするためには、文書設定の
27933 \family sans
27934 数式オプション
27935 \family default
27936 タブで
27937 \family sans
27938 AMS
27939 \begin_inset space ~
27940 \end_inset
27941
27942 mathパッケージを使う
27943 \family default
27944 オプションを有効にしてください。
27945 \end_layout
27946
27947 \begin_layout Standard
27948 \begin_inset ERT
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952
27953
27954 \backslash
27955 numberwithin{footnote}{chapter}
27956 \end_layout
27957
27958 \end_inset
27959
27960 これは、脚注のもう一つの例です
27961 \series bold
27962
27963 \begin_inset Foot
27964 status open
27965
27966 \begin_layout Plain Layout
27967
27968 \series bold
27969 これは、
27970 \series default
27971 「章番号.脚注番号」スキームで番号を振られた脚注です。
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \series default
27978
27979 \begin_inset ERT
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983
27984
27985 \backslash
27986 renewcommand{
27987 \backslash
27988 thefootnote}{
27989 \backslash
27990 arabic{footnote}}
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Standard
27999 \begin_inset Note Greyedout
28000 status open
28001
28002 \begin_layout Plain Layout
28003
28004 \series bold
28005 【註】
28006 \backslash
28007 numberwithin
28008 \series default
28009 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Standard
28018 また、例えば「章番号.
28019 \backslash
28020 Roman{footnote}」スキームを得るには、
28021 \series bold
28022
28023 \backslash
28024 numberwithin
28025 \series default
28026 の代わりに以下のコマンドを使用してください。
28027 \end_layout
28028
28029 \begin_layout Standard
28030
28031 \series bold
28032
28033 \backslash
28034 renewcommand{
28035 \backslash
28036 thefootnote}{
28037 \backslash
28038 thechapter.
28039 \backslash
28040 Roman{footnote}}
28041 \end_layout
28042
28043 \begin_layout Subsection
28044 脚注の配置
28045 \begin_inset Index idx
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049 きゃくちゅう@脚注 ! はいち@配置
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Standard
28058 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28059 ブルに足して、1.5
28060 \begin_inset space \thinspace{}
28061 \end_inset
28062
28063 mmの余白を追加することもできます。
28064 \end_layout
28065
28066 \begin_layout Standard
28067
28068 \series bold
28069
28070 \backslash
28071 let
28072 \backslash
28073 myFoot
28074 \backslash
28075 footnote
28076 \begin_inset Newline newline
28077 \end_inset
28078
28079
28080 \backslash
28081 renewcommand{
28082 \backslash
28083 footnote}[1]{
28084 \backslash
28085 myFoot{#1
28086 \backslash
28087 vspace{1.5mm}}}
28088 \end_layout
28089
28090 \begin_layout Standard
28091 \begin_inset VSpace bigskip
28092 \end_inset
28093
28094 二段組文書では、脚注は各段底部に表示されます(図
28095 \begin_inset CommandInset ref
28096 LatexCommand ref
28097 reference "fig:標準的脚注配置"
28098
28099 \end_inset
28100
28101 )。図
28102 \begin_inset CommandInset ref
28103 LatexCommand ref
28104 reference "fig:ftnright脚注配置"
28105
28106 \end_inset
28107
28108 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28109 \end_layout
28110
28111 \begin_layout Standard
28112
28113 \series bold
28114
28115 \backslash
28116 usepackage{ftnright}
28117 \end_layout
28118
28119 \begin_layout Standard
28120 というコマンドを書いて、LaTeXパッケージ
28121 \series bold
28122 ftnright
28123 \series default
28124
28125 \begin_inset Index idx
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28130 \end_layout
28131
28132 \end_inset
28133
28134 を読み込みます。
28135 \begin_inset Float figure
28136 placement !h
28137 wide false
28138 sideways false
28139 status open
28140
28141 \begin_layout Plain Layout
28142 \begin_inset ERT
28143 status collapsed
28144
28145 \begin_layout Plain Layout
28146
28147
28148 \backslash
28149 framebox{
28150 \end_layout
28151
28152 \end_inset
28153
28154
28155 \begin_inset Graphics
28156         filename ../clipart/without_fntright.pdf
28157         width 100col%
28158         scaleBeforeRotation
28159
28160 \end_inset
28161
28162
28163 \begin_inset ERT
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167
28168 }
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \begin_layout Plain Layout
28177 \begin_inset Caption Standard
28178
28179 \begin_layout Plain Layout
28180 \begin_inset CommandInset label
28181 LatexCommand label
28182 name "fig:標準的脚注配置"
28183
28184 \end_inset
28185
28186 二段組文書の標準的な脚注配置
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200 \begin_inset Float figure
28201 placement !h
28202 wide false
28203 sideways false
28204 status open
28205
28206 \begin_layout Plain Layout
28207 \begin_inset ERT
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211
28212
28213 \backslash
28214 framebox{
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \begin_inset Graphics
28221         filename ../clipart/with_fntright.pdf
28222         width 100col%
28223         scaleBeforeRotation
28224
28225 \end_inset
28226
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233 }
28234 \end_layout
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \begin_layout Plain Layout
28242 \begin_inset Caption Standard
28243
28244 \begin_layout Plain Layout
28245 \begin_inset CommandInset label
28246 LatexCommand label
28247 name "fig:ftnright脚注配置"
28248
28249 \end_inset
28250
28251 LaTeXパッケージ
28252 \series bold
28253 ftnright
28254 \series default
28255 を使用したときの二段組文書の脚注配置
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset VSpace bigskip
28270 \end_inset
28271
28272 科学的文献に於いては、図
28273 \begin_inset CommandInset ref
28274 LatexCommand ref
28275 reference "fig:後注"
28276
28277 \end_inset
28278
28279 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28280 \begin_inset Index idx
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 こちゅう@後注
28285 \end_layout
28286
28287 \end_inset
28288
28289 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28290 \family sans
28291 文書\SpecialChar \menuseparator
28292 設定\SpecialChar \menuseparator
28293 モジュール
28294 \family default
28295 メニューで
28296 \family sans
28297 脚注から後注へ
28298 \family default
28299 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28300 \end_layout
28301
28302 \begin_layout Standard
28303
28304 \series bold
28305
28306 \backslash
28307 theendnotes
28308 \end_layout
28309
28310 \begin_layout Standard
28311 というコマンドを挿入してください。
28312 \end_layout
28313
28314 \begin_layout Standard
28315 \begin_inset Float figure
28316 wide false
28317 sideways false
28318 status open
28319
28320 \begin_layout Plain Layout
28321 \align center
28322 \begin_inset ERT
28323 status collapsed
28324
28325 \begin_layout Plain Layout
28326
28327
28328 \backslash
28329 framebox{
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \begin_inset Graphics
28336         filename ../clipart/endnotes.pdf
28337         scaleBeforeRotation
28338
28339 \end_inset
28340
28341
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347 }
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Plain Layout
28356 \begin_inset Caption Standard
28357
28358 \begin_layout Plain Layout
28359 \begin_inset CommandInset label
28360 LatexCommand label
28361 name "fig:後注"
28362
28363 \end_inset
28364
28365 後注 – 注を節ないし章末に別段落として印字します。
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \begin_inset VSpace medskip
28380 \end_inset
28381
28382 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 renewcommand{
28391 \backslash
28392 notesname}{Anmerkungen}
28393 \end_layout
28394
28395 \begin_layout Standard
28396 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28397 \end_layout
28398
28399 \begin_layout Standard
28400 \begin_inset VSpace medskip
28401 \end_inset
28402
28403
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "sub:脚注の付番"
28407
28408 \end_inset
28409
28410 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28411 \series bold
28412
28413 \backslash
28414 thefootnote
28415 \series default
28416 コマンドの代わりに
28417 \series bold
28418
28419 \backslash
28420 theendnote
28421 \series default
28422 を用いてください。後注番号をリセットするには、第
28423 \begin_inset CommandInset ref
28424 LatexCommand ref
28425 reference "sub:脚注の付番"
28426
28427 \end_inset
28428
28429 節で述べたコマンド
28430 \series bold
28431
28432 \backslash
28433 @addtoreset
28434 \series default
28435 の、パラメータ
28436 \series bold
28437 footnote
28438 \series default
28439
28440 \series bold
28441 endnote
28442 \series default
28443 に変えて、使用してください。
28444 \end_layout
28445
28446 \begin_layout Standard
28447 後注の印だけを作成するには、第
28448 \begin_inset CommandInset ref
28449 LatexCommand ref
28450 reference "sec:脚注"
28451
28452 \end_inset
28453
28454 節で説明した
28455 \series bold
28456
28457 \backslash
28458 footnotemark
28459 \series default
28460 コマンドの代わりに、
28461 \series bold
28462
28463 \backslash
28464 endnotemark[番号]
28465 \series default
28466 コマンドを使用してください。
28467 \end_layout
28468
28469 \begin_layout Standard
28470 \begin_inset VSpace bigskip
28471 \end_inset
28472
28473 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28474 \series bold
28475 footmisc
28476 \series default
28477
28478 \begin_inset Index idx
28479 status collapsed
28480
28481 \begin_layout Plain Layout
28482 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \begin_inset CommandInset citation
28489 LatexCommand cite
28490 key "footmisc"
28491
28492 \end_inset
28493
28494 を参照してください。
28495 \end_layout
28496
28497 \begin_layout Standard
28498 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28499 \begin_inset CommandInset citation
28500 LatexCommand cite
28501 key "latexcompanion,latexguide,latexbook"
28502
28503 \end_inset
28504
28505 に載っています。
28506 \series bold
28507 KOMA-Script
28508 \series default
28509
28510 \begin_inset Index idx
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28515 \end_layout
28516
28517 \end_inset
28518
28519 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28520 \begin_inset CommandInset citation
28521 LatexCommand cite
28522 key "KOMA-Script"
28523
28524 \end_inset
28525
28526 参照)。
28527 \end_layout
28528
28529 \begin_layout Section
28530 傍注
28531 \begin_inset Index idx
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \begin_layout Standard
28544 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28545 \family sans
28546 挿入\SpecialChar \menuseparator
28547 傍注
28548 \family default
28549 メニューかツールバーボタン
28550 \family sans
28551
28552 \begin_inset Info
28553 type  "icon"
28554 arg   "marginalnote-insert"
28555 \end_inset
28556
28557
28558 \family default
28559 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28560 \end_layout
28561
28562 \begin_layout Standard
28563 横にあるのが傍注です
28564 \begin_inset Marginal
28565 status open
28566
28567 \begin_layout Plain Layout
28568 これは傍注文です。
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Standard
28577 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28578 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset VSpace bigskip
28583 \end_inset
28584
28585 傍注を内側余白に置くには、傍注の前にTeXコードで
28586 \end_layout
28587
28588 \begin_layout Standard
28589
28590 \series bold
28591
28592 \backslash
28593 reversemarginpar
28594 \end_layout
28595
28596 \begin_layout Standard
28597 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28598 \begin_inset ERT
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602
28603
28604 \backslash
28605 reversemarginpar 
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \begin_inset Marginal
28612 status open
28613
28614 \begin_layout Plain Layout
28615 これは内側余白の傍注です。
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \series bold
28622
28623 \begin_inset Newline newline
28624 \end_inset
28625
28626
28627 \series default
28628
28629 \begin_inset Note Greyedout
28630 status open
28631
28632 \begin_layout Plain Layout
28633 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 既定の配置に戻すには、TeXコードで
28643 \end_layout
28644
28645 \begin_layout Standard
28646
28647 \series bold
28648
28649 \backslash
28650 normalmarginpar
28651 \end_layout
28652
28653 \begin_layout Standard
28654 というコマンドを書き加えてください。
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660
28661 \backslash
28662 normalmarginpar 
28663 \end_layout
28664
28665 \end_inset
28666
28667  
28668 \begin_inset Note Greyedout
28669 status open
28670
28671 \begin_layout Plain Layout
28672
28673 \series bold
28674 【註】
28675 \backslash
28676 reversemarginpar
28677 \series default
28678 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Standard
28687 \begin_inset VSpace bigskip
28688 \end_inset
28689
28690
28691 \begin_inset Marginal
28692 status open
28693
28694 \begin_layout Plain Layout
28695 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \begin_inset CommandInset ref
28702 LatexCommand ref
28703 reference "sub:複数行"
28704
28705 \end_inset
28706
28707 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28708 \begin_inset space \thinspace{}
28709 \end_inset
28710
28711 pt水平空白を挿入してください 
28712 \begin_inset Marginal
28713 status open
28714
28715 \begin_layout Plain Layout
28716 \begin_inset space \hspace*{}
28717 \length 0pt
28718 \end_inset
28719
28720 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \begin_layout Standard
28729 \begin_inset VSpace bigskip
28730 \end_inset
28731
28732
28733 \end_layout
28734
28735 \begin_layout Standard
28736 \begin_inset Note Greyedout
28737 status open
28738
28739 \begin_layout Plain Layout
28740
28741 \series bold
28742 【註】
28743 \series default
28744 通常、傍注は表やフロート、脚注の中では使用することができません。
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 \begin_inset VSpace bigskip
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 ifmarginnote
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset Note Note
28774 status open
28775
28776 \begin_layout Plain Layout
28777 以下の部分は、LaTeXパッケージ
28778 \series bold
28779 marginnote
28780 \series default
28781 が導入されているときのみ表示されます。
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Standard
28790 この制約は、LaTeXパッケージ
28791 \series bold
28792 marginnote
28793 \series default
28794
28795 \begin_inset Index idx
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28800 \end_layout
28801
28802 \end_inset
28803
28804 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28805 \series bold
28806 marginnote
28807 \series default
28808 パッケージが提供するコマンドを使うようになります。
28809 \end_layout
28810
28811 \begin_layout Standard
28812
28813 \series bold
28814
28815 \backslash
28816 usepackage{marginnote}
28817 \begin_inset Newline newline
28818 \end_inset
28819
28820
28821 \backslash
28822 let
28823 \backslash
28824 marginpar
28825 \backslash
28826 marginnote
28827 \end_layout
28828
28829 \begin_layout Standard
28830
28831 \series bold
28832 marginnote
28833 \series default
28834 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28835 \series bold
28836 marginnote
28837 \series default
28838 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28839 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28840 \end_layout
28841
28842 \begin_layout Standard
28843
28844 \series bold
28845 [オフセット]
28846 \end_layout
28847
28848 \begin_layout Standard
28849 という形で書くことで設定することができます。ここで「オフセット」には、表
28850 \begin_inset CommandInset ref
28851 LatexCommand ref
28852 reference "tab:単位"
28853
28854 \end_inset
28855
28856 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28857 \series bold
28858 [-1.5cm]
28859 \series default
28860 」を使用して、1.5
28861 \begin_inset space \thinspace{}
28862 \end_inset
28863
28864 cm上にずらしてあります
28865 \begin_inset Marginal
28866 status open
28867
28868 \begin_layout Plain Layout
28869 この傍注は、本来の位置よりも1.5
28870 \begin_inset space \thinspace{}
28871 \end_inset
28872
28873 cm上にずらしてあります。
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \begin_inset ERT
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883
28884 [-1.5cm]
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \begin_inset VSpace medskip
28894 \end_inset
28895
28896
28897 \series bold
28898 marginnote
28899 \series default
28900 を使うと、傍注の揃えを変更することもできます。たとえば、
28901 \end_layout
28902
28903 \begin_layout Standard
28904
28905 \series bold
28906
28907 \backslash
28908 renewcommand*{
28909 \backslash
28910 raggedleftmarginnote}{
28911 \backslash
28912 centering}
28913 \begin_inset Newline newline
28914 \end_inset
28915
28916
28917 \backslash
28918 renewcommand*{
28919 \backslash
28920 raggedrightmarginnote}{
28921 \backslash
28922 centering}
28923 \end_layout
28924
28925 \begin_layout Standard
28926 というコマンドを使うと、中央揃えになります。
28927 \series bold
28928
28929 \backslash
28930 raggedleftmarginnote
28931 \series default
28932 とは、左側に表示されている傍注のことを指します
28933 \begin_inset ERT
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937
28938
28939 \backslash
28940 renewcommand*{
28941 \backslash
28942 raggedleftmarginnote}{
28943 \backslash
28944 centering}
28945 \end_layout
28946
28947 \begin_layout Plain Layout
28948
28949
28950 \backslash
28951 renewcommand*{
28952 \backslash
28953 raggedrightmarginnote}{
28954 \backslash
28955 centering}
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \begin_inset Marginal
28962 status open
28963
28964 \begin_layout Plain Layout
28965 この傍注の文章は中央揃えになっています。
28966 \end_layout
28967
28968 \end_inset
28969
28970 。既定の設定は、
28971 \end_layout
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976
28977 \backslash
28978 renewcommand*{
28979 \backslash
28980 raggedleftmarginnote}{
28981 \backslash
28982 raggedleft}
28983 \begin_inset Newline newline
28984 \end_inset
28985
28986
28987 \backslash
28988 renewcommand*{
28989 \backslash
28990 raggedrightmarginnote}{
28991 \backslash
28992 raggedright}
28993 \series default
28994
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000
29001 \backslash
29002 renewcommand*{
29003 \backslash
29004 raggedleftmarginnote}{
29005 \backslash
29006 raggedleft}
29007 \end_layout
29008
29009 \begin_layout Plain Layout
29010
29011
29012 \backslash
29013 renewcommand*{
29014 \backslash
29015 raggedrightmarginnote}{
29016 \backslash
29017 raggedright}
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 です。
29027 \end_layout
29028
29029 \begin_layout Standard
29030 \begin_inset VSpace medskip
29031 \end_inset
29032
29033
29034 \series bold
29035 marginnote
29036 \series default
29037 の他の機能については、
29038 \begin_inset CommandInset citation
29039 LatexCommand cite
29040 key "marginnote"
29041
29042 \end_inset
29043
29044 の取扱説明書をご参照ください。
29045 \end_layout
29046
29047 \begin_layout Standard
29048 \begin_inset VSpace bigskip
29049 \end_inset
29050
29051 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29052 \family sans
29053 \series bold
29054 \bar under
29055 注意!
29056 \family default
29057 \series default
29058 \bar default
29059 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29060 \end_layout
29061
29062 \begin_layout Standard
29063
29064 \series bold
29065
29066 \backslash
29067 let
29068 \backslash
29069 myMarginpar
29070 \backslash
29071 marginpar
29072 \begin_inset Newline newline
29073 \end_inset
29074
29075
29076 \backslash
29077 renewcommand{
29078 \backslash
29079 marginpar}[1]{
29080 \backslash
29081 myMarginpar{%
29082 \begin_inset Newline newline
29083 \end_inset
29084
29085
29086 \begin_inset Phantom HPhantom
29087 status open
29088
29089 \begin_layout Plain Layout
29090
29091 \series bold
29092 \begin_inset space ~
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \backslash
29102 hspace{0pt}
29103 \backslash
29104 textsf{
29105 \backslash
29106 textbf{
29107 \backslash
29108 underbar{注意!}}}%
29109 \begin_inset Newline newline
29110 \end_inset
29111
29112
29113 \begin_inset Phantom HPhantom
29114 status open
29115
29116 \begin_layout Plain Layout
29117
29118 \series bold
29119 \begin_inset space ~
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \backslash
29129 vspace{1.5mm}
29130 \backslash
29131
29132 \backslash
29133 #1}}
29134 \end_layout
29135
29136 \begin_layout Standard
29137 \begin_inset ERT
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141
29142
29143 \backslash
29144 let
29145 \backslash
29146 myMarginpar
29147 \backslash
29148 marginpar
29149 \end_layout
29150
29151 \begin_layout Plain Layout
29152
29153
29154 \backslash
29155 renewcommand{
29156 \backslash
29157 marginpar}[1]{
29158 \backslash
29159 myMarginpar{%
29160 \end_layout
29161
29162 \begin_layout Plain Layout
29163
29164    
29165 \backslash
29166 textsf{
29167 \backslash
29168 textbf{
29169 \backslash
29170 underbar{注意!}}}%
29171 \end_layout
29172
29173 \begin_layout Plain Layout
29174
29175    
29176 \backslash
29177 vspace{1.5mm}
29178 \backslash
29179
29180 \backslash
29181 #1}}
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \begin_inset Marginal
29188 status open
29189
29190 \begin_layout Plain Layout
29191 これは、定義したヘッダをつけた傍注です。
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \begin_inset ERT
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201
29202 [-1.5cm]
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \begin_inset ERT
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212
29213
29214 \backslash
29215 renewcommand{
29216 \backslash
29217 marginpar}[1]{
29218 \backslash
29219 myMarginpar{#1}}
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \begin_inset Note Note
29226 status open
29227
29228 \begin_layout Plain Layout
29229 傍注書式は、この例の分だけ変更してあります。
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 else
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \begin_inset Note Note
29252 status open
29253
29254 \begin_layout Plain Layout
29255 以下の部分は、LaTeXパッケージ
29256 \series bold
29257 marginnote
29258 \series default
29259 が導入されていないときのみ表示されます。
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29269 \series bold
29270 marginnote
29271 \series default
29272 を導入する必要があります。
29273 \end_layout
29274
29275 \begin_layout Standard
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281
29282 \backslash
29283 fi
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Chapter
29292 ボックス
29293 \end_layout
29294
29295 \begin_layout Section
29296 はじめに
29297 \begin_inset Index idx
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 ぼっくす@ボックス ! はじめに
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29311 \begin_inset CommandInset ref
29312 LatexCommand ref
29313 reference "sec:ミニページ"
29314
29315 \end_inset
29316
29317 節参照)、文章を囲ったり(第
29318 \begin_inset CommandInset ref
29319 LatexCommand ref
29320 reference "sec:装飾"
29321
29322 \end_inset
29323
29324 節参照)、単語がハイフネートされるのを予防したり(第
29325 \begin_inset CommandInset ref
29326 LatexCommand ref
29327 reference "sec:ハイフネーションの回避"
29328
29329 \end_inset
29330
29331 節参照)、文章を揃えたり(第
29332 \begin_inset CommandInset ref
29333 LatexCommand ref
29334 reference "sub:垂直揃え"
29335
29336 \end_inset
29337
29338 節参照)、あるいは文章の背景色を設定したり(第
29339 \begin_inset CommandInset ref
29340 LatexCommand ref
29341 reference "sec:色付きボックス"
29342
29343 \end_inset
29344
29345 節参照)するのに使用します。
29346 \end_layout
29347
29348 \begin_layout Standard
29349 ボックスは、
29350 \family sans
29351 挿入\SpecialChar \menuseparator
29352 ボックス
29353 \family default
29354 メニューかツールバーボタン
29355 \family sans
29356
29357 \begin_inset Info
29358 type  "icon"
29359 arg   "box-insert Frameless"
29360 \end_inset
29361
29362
29363 \family default
29364 を使って挿入することができます。すると、
29365 \begin_inset Graphics
29366         filename clipart/BoxInsetDefaultQt4.png
29367         scale 85
29368         scaleBeforeRotation
29369
29370 \end_inset
29371
29372 のように
29373 \family sans
29374 ボックス(minipage環境)
29375 \family default
29376 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29377 \family sans
29378 設定
29379 \family default
29380 メニューを選択すると現れるボックスダイアログでは、
29381 \family sans
29382 parboxコマンド
29383 \family default
29384
29385 \family sans
29386 minipage環境
29387 \family default
29388 の二つの
29389 \family sans
29390 内部ボックス
29391 \family default
29392 型を選択することができます。
29393 \family sans
29394 minipage
29395 \family default
29396 型は、新規ボックスの既定値となっており、第
29397 \begin_inset CommandInset ref
29398 LatexCommand ref
29399 reference "sec:ミニページ"
29400
29401 \end_inset
29402
29403 節で説明します。
29404 \family sans
29405 parbox
29406 \family default
29407 型については第
29408 \begin_inset CommandInset ref
29409 LatexCommand ref
29410 reference "sec:Parboxes"
29411
29412 \end_inset
29413
29414 節、
29415 \family sans
29416 makebox
29417 \family default
29418 型については第
29419 \begin_inset CommandInset ref
29420 LatexCommand ref
29421 reference "sec:ハイフネーションの回避"
29422
29423 \end_inset
29424
29425 節で述べます。
29426 \end_layout
29427
29428 \begin_layout Standard
29429 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29430 \end_layout
29431
29432 \begin_layout Standard
29433 \begin_inset Note Greyedout
29434 status open
29435
29436 \begin_layout Plain Layout
29437 【註】ボックスは、
29438 \family sans
29439 箇条書き(記号)
29440 \family default
29441 環境や
29442 \family sans
29443 箇条書き(記述)
29444 \family default
29445 環境の単独要素とすべきではありません。
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454 \begin_inset Note Greyedout
29455 status open
29456
29457 \begin_layout Plain Layout
29458 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29459 \family sans
29460 内部ボックス
29461 \family default
29462 型は
29463 \family sans
29464 なし
29465 \family default
29466 にしか設定することができません。
29467 \family sans
29468 内部ボックス
29469 \family default
29470 型や枠のないボックスについては、第
29471 \begin_inset CommandInset ref
29472 LatexCommand ref
29473 reference "sec:ハイフネーションの回避"
29474
29475 \end_inset
29476
29477 節で説明します。
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Section
29486 ボックスダイアログ
29487 \begin_inset CommandInset label
29488 LatexCommand label
29489 name "sec:ボックスダイアログ"
29490
29491 \end_inset
29492
29493
29494 \begin_inset Index idx
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Subsection
29507 寸法
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 ぼっくす@ボックス ! すんぽう@寸法
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 ボックスダイアログでは、
29522 \family sans
29523
29524 \family default
29525
29526 \family sans
29527 高さ
29528 \family default
29529 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29530 \begin_inset CommandInset ref
29531 LatexCommand ref
29532 reference "tab:単位"
29533
29534 \end_inset
29535
29536 に説明されています。
29537 \family sans
29538 高さ
29539 \family default
29540 フィールドには、加えて以下の寸法を使用することができます。
29541 \end_layout
29542
29543 \begin_layout Description
29544 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29545 \begin_inset Newline newline
29546 \end_inset
29547
29548
29549 \begin_inset Newline newline
29550 \end_inset
29551
29552
29553 \begin_inset Newline newline
29554 \end_inset
29555
29556
29557 \begin_inset Box Boxed
29558 position "c"
29559 hor_pos "c"
29560 has_inner_box 1
29561 inner_pos "c"
29562 use_parbox 0
29563 use_makebox 0
29564 width "12col%"
29565 special "none"
29566 height "1in"
29567 height_special "depth"
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 \align center
29572 高さを1階層に設定したボックス
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \begin_inset Newline newline
29579 \end_inset
29580
29581
29582 \begin_inset Newline newline
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Description
29589 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29590 \begin_inset Box Boxed
29591 position "c"
29592 hor_pos "c"
29593 has_inner_box 1
29594 inner_pos "c"
29595 use_parbox 0
29596 use_makebox 0
29597 width "20col%"
29598 special "none"
29599 height "2in"
29600 height_special "height"
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 \align center
29605 高さを2高さに設定したボックス
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \begin_layout Description
29614 全高 これは「高さ」+「階層」です。
29615 \begin_inset Box Boxed
29616 position "c"
29617 hor_pos "c"
29618 has_inner_box 1
29619 inner_pos "c"
29620 use_parbox 0
29621 use_makebox 0
29622 width "20col%"
29623 special "none"
29624 height "1in"
29625 height_special "totalheight"
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 \align center
29630 高さを1全高に設定したボックス
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Description
29639 幅 これはボックスの幅を高さに設定します。
29640 \begin_inset Box Boxed
29641 position "c"
29642 hor_pos "c"
29643 has_inner_box 1
29644 inner_pos "c"
29645 use_parbox 0
29646 use_makebox 0
29647 width "12col%"
29648 special "none"
29649 height "1in"
29650 height_special "width"
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654 \align center
29655 高さを1幅に設定したボックス
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Subsection
29664 文字揃え
29665 \begin_inset Index idx
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 ぼっくす@ボックス ! もじそろえ@文字揃え
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \begin_layout Standard
29678
29679 \family sans
29680 内部ボックス
29681 \family default
29682 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29683 \end_layout
29684
29685 \begin_layout Description
29686 上 これは例示のための本文行です。
29687 \begin_inset Box Boxed
29688 position "t"
29689 hor_pos "c"
29690 has_inner_box 1
29691 inner_pos "c"
29692 use_parbox 0
29693 use_makebox 0
29694 width "12col%"
29695 special "none"
29696 height "1in"
29697 height_special "totalheight"
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701 \align center
29702 このボックスは上揃えです。
29703 \end_layout
29704
29705 \end_inset
29706
29707 これは例示のための本文行です。
29708 \end_layout
29709
29710 \begin_layout Description
29711 中央 これは例示のための本文行です。
29712 \begin_inset Box Boxed
29713 position "c"
29714 hor_pos "c"
29715 has_inner_box 1
29716 inner_pos "c"
29717 use_parbox 0
29718 use_makebox 0
29719 width "12col%"
29720 special "none"
29721 height "1in"
29722 height_special "totalheight"
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 \align center
29727 このボックスは中央揃えです。
29728 \end_layout
29729
29730 \end_inset
29731
29732 これは例示のための本文行です。
29733 \end_layout
29734
29735 \begin_layout Description
29736 下 これは例示のための本文行です。
29737 \begin_inset Box Boxed
29738 position "b"
29739 hor_pos "c"
29740 has_inner_box 1
29741 inner_pos "c"
29742 use_parbox 0
29743 use_makebox 0
29744 width "12col%"
29745 special "none"
29746 height "1in"
29747 height_special "totalheight"
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 \align center
29752 このボックスは下揃えです。
29753 \end_layout
29754
29755 \end_inset
29756
29757 これは例示のための本文行です。
29758 \end_layout
29759
29760 \begin_layout Standard
29761 \begin_inset Note Greyedout
29762 status open
29763
29764 \begin_layout Plain Layout
29765
29766 \series bold
29767 【註】
29768 \series default
29769 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29770 \end_layout
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \begin_layout Standard
29778 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29779 \end_layout
29780
29781 \begin_layout Standard
29782 \begin_inset VSpace bigskip
29783 \end_inset
29784
29785
29786 \family sans
29787 内部ボックス
29788 \family default
29789 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29790 \end_layout
29791
29792 \begin_layout Description
29793 上 これは例示のための本文行です。
29794 \begin_inset Box Boxed
29795 position "c"
29796 hor_pos "c"
29797 has_inner_box 1
29798 inner_pos "t"
29799 use_parbox 0
29800 use_makebox 0
29801 width "12col%"
29802 special "none"
29803 height "1.5in"
29804 height_special "totalheight"
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808 \align center
29809 このボックスの文章は上揃えです。
29810 \end_layout
29811
29812 \end_inset
29813
29814 これは例示のための本文行です。
29815 \end_layout
29816
29817 \begin_layout Description
29818 中央 これは例示のための本文行です。
29819 \begin_inset Box Boxed
29820 position "c"
29821 hor_pos "c"
29822 has_inner_box 1
29823 inner_pos "c"
29824 use_parbox 0
29825 use_makebox 0
29826 width "12col%"
29827 special "none"
29828 height "1.5in"
29829 height_special "totalheight"
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833 \align center
29834 このボックスの文章は中央揃えです。
29835 \end_layout
29836
29837 \end_inset
29838
29839 これは例示のための本文行です。
29840 \end_layout
29841
29842 \begin_layout Description
29843 下 これは例示のための本文行です。
29844 \begin_inset Box Boxed
29845 position "c"
29846 hor_pos "c"
29847 has_inner_box 1
29848 inner_pos "b"
29849 use_parbox 0
29850 use_makebox 0
29851 width "12col%"
29852 special "none"
29853 height "1.5in"
29854 height_special "totalheight"
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 \align center
29859 このボックスの文章は下揃えです。
29860 \end_layout
29861
29862 \end_inset
29863
29864 これは例示のための本文行です。
29865 \end_layout
29866
29867 \begin_layout Description
29868 広げる これは例示のための本文行です。
29869 \begin_inset Box Boxed
29870 position "c"
29871 hor_pos "c"
29872 has_inner_box 1
29873 inner_pos "s"
29874 use_parbox 0
29875 use_makebox 0
29876 width "17col%"
29877 special "none"
29878 height "1.5in"
29879 height_special "totalheight"
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883 \align center
29884 このボックスの
29885 \end_layout
29886
29887 \begin_layout Plain Layout
29888 \align center
29889 文章は広げて
29890 \end_layout
29891
29892 \begin_layout Plain Layout
29893 \align center
29894 あります。
29895 \end_layout
29896
29897 \end_inset
29898
29899 これは例示のための本文行です。
29900 \end_layout
29901
29902 \begin_layout Standard
29903 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29904 \end_layout
29905
29906 \begin_layout Standard
29907 \begin_inset VSpace bigskip
29908 \end_inset
29909
29910
29911 \family sans
29912 内部ボックス
29913 \family default
29914 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29915 \end_layout
29916
29917 \begin_layout Standard
29918 \align center
29919 \begin_inset Box Boxed
29920 position "c"
29921 hor_pos "c"
29922 has_inner_box 1
29923 inner_pos "s"
29924 use_parbox 0
29925 use_makebox 0
29926 width "25col%"
29927 special "none"
29928 height "1.25in"
29929 height_special "totalheight"
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933 \align left
29934 このボックスの
29935 \end_layout
29936
29937 \begin_layout Plain Layout
29938 \align center
29939 文章は広げて
29940 \end_layout
29941
29942 \begin_layout Plain Layout
29943 \align right
29944 あります。
29945 \end_layout
29946
29947 \end_inset
29948
29949
29950 \end_layout
29951
29952 \begin_layout Standard
29953
29954 \family sans
29955 内部ボックス
29956 \family default
29957 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29958 \end_layout
29959
29960 \begin_layout Standard
29961 \align center
29962 \begin_inset Box Boxed
29963 position "c"
29964 hor_pos "s"
29965 has_inner_box 0
29966 inner_pos "s"
29967 use_parbox 0
29968 use_makebox 0
29969 width "90col%"
29970 special "none"
29971 height "1.25in"
29972 height_special "totalheight"
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976 このボックスの文章は水平方向に広げてあります。
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \end_layout
29983
29984 \begin_layout Subsection
29985 装飾
29986 \begin_inset CommandInset label
29987 LatexCommand label
29988 name "sec:装飾"
29989
29990 \end_inset
29991
29992
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 ぼっくす@ボックス ! そうしょく@装飾
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 ボックス型は、ボックスダイアログ中の
30007 \family sans
30008 装飾
30009 \family default
30010 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30011 \end_layout
30012
30013 \begin_layout Description
30014 縁なし 枠を描きません。
30015 \end_layout
30016
30017 \begin_layout Description
30018 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30019 \series bold
30020
30021 \backslash
30022 fboxrule
30023 \series default
30024 の値になります。 
30025 \begin_inset Box Boxed
30026 position "c"
30027 hor_pos "c"
30028 has_inner_box 1
30029 inner_pos "c"
30030 use_parbox 0
30031 use_makebox 0
30032 width "20col%"
30033 special "none"
30034 height "1in"
30035 height_special "totalheight"
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039 \align center
30040 長方形の箱型
30041 \end_layout
30042
30043 \end_inset
30044
30045
30046 \end_layout
30047
30048 \begin_layout Description
30049 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30050 \begin_inset space \thinspace{}
30051 \end_inset
30052
30053 ptです。 
30054 \begin_inset Box ovalbox
30055 position "c"
30056 hor_pos "c"
30057 has_inner_box 1
30058 inner_pos "c"
30059 use_parbox 0
30060 use_makebox 0
30061 width "20col%"
30062 special "none"
30063 height "1in"
30064 height_special "totalheight"
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068 \align center
30069 楕円形の箱型(細線)
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Description
30078 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30079 \begin_inset space \thinspace{}
30080 \end_inset
30081
30082 ptです。 
30083 \begin_inset Box Ovalbox
30084 position "c"
30085 hor_pos "c"
30086 has_inner_box 1
30087 inner_pos "c"
30088 use_parbox 0
30089 use_makebox 0
30090 width "20col%"
30091 special "none"
30092 height "1in"
30093 height_special "totalheight"
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097 \align center
30098 楕円形の箱型(太線)
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Description
30107 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30108 \series bold
30109
30110 \backslash
30111 fboxrule
30112 \series default
30113 の値になり、影の幅は4
30114 \begin_inset space \thinspace{}
30115 \end_inset
30116
30117 ptになります。
30118 \begin_inset Box Shadowbox
30119 position "c"
30120 hor_pos "c"
30121 has_inner_box 1
30122 inner_pos "c"
30123 use_parbox 0
30124 use_makebox 0
30125 width "20col%"
30126 special "none"
30127 height "1in"
30128 height_special "totalheight"
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 \align center
30133 影付きの箱型
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Description
30142 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
30143 \begin_inset Foot
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147
30148 \begin_inset CommandInset ref
30149 LatexCommand ref
30150 reference "sec:色付きボックス"
30151
30152 \end_inset
30153
30154 節を参照のこと。
30155 \end_layout
30156
30157 \end_inset
30158
30159 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
30160 \begin_inset Box Shaded
30161 position "t"
30162 hor_pos "c"
30163 has_inner_box 0
30164 inner_pos "t"
30165 use_parbox 0
30166 use_makebox 0
30167 width "50col%"
30168 special "none"
30169 height "1in"
30170 height_special "totalheight"
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174 影付き背景の箱型
30175 \end_layout
30176
30177 \end_inset
30178
30179
30180 \end_layout
30181
30182 \begin_layout Description
30183 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
30184 \begin_inset space \thinspace{}
30185 \end_inset
30186
30187
30188 \series bold
30189
30190 \backslash
30191 fboxrule
30192 \series default
30193 であり、外側の枠線の太さは1.5
30194 \begin_inset space \thinspace{}
30195 \end_inset
30196
30197
30198 \series bold
30199
30200 \backslash
30201 fboxrule
30202 \series default
30203 です。枠線間の距離は1.5
30204 \begin_inset space \thinspace{}
30205 \end_inset
30206
30207
30208 \series bold
30209
30210 \backslash
30211 fboxrule
30212 \series default
30213
30214 \begin_inset space \thinspace{}
30215 \end_inset
30216
30217 +
30218 \begin_inset space \thinspace{}
30219 \end_inset
30220
30221 0.5
30222 \begin_inset space \thinspace{}
30223 \end_inset
30224
30225 ptです。 
30226 \begin_inset Box Doublebox
30227 position "c"
30228 hor_pos "c"
30229 has_inner_box 1
30230 inner_pos "c"
30231 use_parbox 0
30232 use_makebox 0
30233 width "20col%"
30234 special "none"
30235 height "1in"
30236 height_special "totalheight"
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 \align center
30241 二重の長方形の箱型
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Standard
30250 \begin_inset VSpace bigskip
30251 \end_inset
30252
30253 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30254 \series bold
30255 fancybox
30256 \series default
30257
30258 \begin_inset Index idx
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30263 \end_layout
30264
30265 \end_inset
30266
30267 が導入済みでなくてはなりません。
30268 \end_layout
30269
30270 \begin_layout Standard
30271 \begin_inset VSpace bigskip
30272 \end_inset
30273
30274 装飾として
30275 \family sans
30276 簡素な長方形の箱型
30277 \family default
30278 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30279 れ、このボックス型では
30280 \series bold
30281
30282 \backslash
30283 fboxrule
30284 \series default
30285
30286 \series bold
30287
30288 \backslash
30289 fboxsep
30290 \series default
30291 は無効となります。枠線の太さは
30292 \series bold
30293
30294 \backslash
30295 FrameRule
30296 \series default
30297 の値になります。 
30298 \begin_inset Box Framed
30299 position "t"
30300 hor_pos "c"
30301 has_inner_box 0
30302 inner_pos "t"
30303 use_parbox 0
30304 use_makebox 0
30305 width "100col%"
30306 special "none"
30307 height "1in"
30308 height_special "totalheight"
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312 改行可能な箱型
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Section
30321 ボックスの詳細な設定
30322 \begin_inset Index idx
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Standard
30335 寸法
30336 \series bold
30337
30338 \backslash
30339 fboxrule
30340 \series default
30341 の既定値は0.4
30342 \begin_inset space \thinspace{}
30343 \end_inset
30344
30345 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30346 \begin_inset space \thinspace{}
30347 \end_inset
30348
30349 ptに変更することができます。
30350 \end_layout
30351
30352 \begin_layout Standard
30353
30354 \series bold
30355
30356 \backslash
30357 setlength{
30358 \backslash
30359 fboxrule}{2pt}
30360 \end_layout
30361
30362 \begin_layout Standard
30363 \begin_inset ERT
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367
30368
30369 \backslash
30370 setlength{
30371 \backslash
30372 fboxrule}{2pt}
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset Box Boxed
30379 position "c"
30380 hor_pos "c"
30381 has_inner_box 1
30382 inner_pos "c"
30383 use_parbox 0
30384 use_makebox 0
30385 width "25col%"
30386 special "none"
30387 height "1in"
30388 height_special "totalheight"
30389 status open
30390
30391 \begin_layout Plain Layout
30392 \align center
30393
30394 \series bold
30395
30396 \backslash
30397 fboxrule
30398 \series default
30399
30400 \begin_inset space \thinspace{}
30401 \end_inset
30402
30403 =
30404 \begin_inset space \thinspace{}
30405 \end_inset
30406
30407 2
30408 \begin_inset space \thinspace{}
30409 \end_inset
30410
30411 ptの長方形の箱型
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \begin_inset ERT
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421
30422
30423 \backslash
30424 setlength{
30425 \backslash
30426 fboxrule}{0.4pt}
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 \begin_inset VSpace bigskip
30436 \end_inset
30437
30438 枠とボックスの内容との空白は、すべての枠様式について3
30439 \begin_inset space \thinspace{}
30440 \end_inset
30441
30442 ptが既定値になっています。これは、長さ
30443 \series bold
30444
30445 \backslash
30446 fboxsep
30447 \series default
30448 を別の値に設定することによって変更することができます。たとえば
30449 \end_layout
30450
30451 \begin_layout Standard
30452
30453 \series bold
30454
30455 \backslash
30456 setlength{
30457 \backslash
30458 fboxsep}{10pt}
30459 \end_layout
30460
30461 \begin_layout Standard
30462 というコマンドは、この値を10
30463 \begin_inset space \thinspace{}
30464 \end_inset
30465
30466 ptにし、以下のボックスのようになります。
30467 \end_layout
30468
30469 \begin_layout Standard
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 setlength{
30478 \backslash
30479 fboxsep}{10pt}
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \begin_inset Box Boxed
30486 position "c"
30487 hor_pos "c"
30488 has_inner_box 1
30489 inner_pos "c"
30490 use_parbox 0
30491 use_makebox 0
30492 width "25col%"
30493 special "none"
30494 height "1in"
30495 height_special "totalheight"
30496 status open
30497
30498 \begin_layout Plain Layout
30499 \align center
30500
30501 \series bold
30502
30503 \backslash
30504 fboxsep
30505 \series default
30506
30507 \begin_inset space \thinspace{}
30508 \end_inset
30509
30510 =
30511 \begin_inset space \thinspace{}
30512 \end_inset
30513
30514 10
30515 \begin_inset space \thinspace{}
30516 \end_inset
30517
30518 ptの長方形の箱型
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529
30530 \backslash
30531 setlength{
30532 \backslash
30533 fboxsep}{3pt}
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \end_layout
30540
30541 \begin_layout Standard
30542 \begin_inset VSpace bigskip
30543 \end_inset
30544
30545 楕円形ボックスの丸い角の直径は、コマンド
30546 \series bold
30547
30548 \backslash
30549 cornersize
30550 \series default
30551 で設定することができます。
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \series bold
30557
30558 \backslash
30559 cornersize*{1cm}
30560 \end_layout
30561
30562 \begin_layout Standard
30563 というコマンドは、直径を1
30564 \begin_inset space \thinspace{}
30565 \end_inset
30566
30567 cmに設定します。
30568 \end_layout
30569
30570 \begin_layout Standard
30571
30572 \series bold
30573
30574 \backslash
30575 cornersize{数値}
30576 \end_layout
30577
30578 \begin_layout Standard
30579 というコマンドは、直径を
30580 \family sans
30581 数値
30582 \begin_inset space \thinspace{}
30583 \end_inset
30584
30585
30586 \family default
30587
30588 \begin_inset Formula $\times$
30589 \end_inset
30590
30591
30592 \family sans
30593
30594 \begin_inset space \thinspace{}
30595 \end_inset
30596
30597 (ボックスの幅と高さの小さい方)
30598 \family default
30599 に設定します。既定値は
30600 \series bold
30601
30602 \backslash
30603 cornersize{0.5}
30604 \series default
30605 です。
30606 \end_layout
30607
30608 \begin_layout Standard
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614
30615 \backslash
30616 cornersize*{1.5cm}
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \begin_inset Box Ovalbox
30623 position "c"
30624 hor_pos "c"
30625 has_inner_box 1
30626 inner_pos "c"
30627 use_parbox 0
30628 use_makebox 0
30629 width "25col%"
30630 special "none"
30631 height "1in"
30632 height_special "totalheight"
30633 status open
30634
30635 \begin_layout Plain Layout
30636 \align center
30637
30638 \series bold
30639
30640 \backslash
30641 cornersize
30642 \series default
30643
30644 \begin_inset space \thinspace{}
30645 \end_inset
30646
30647 =
30648 \begin_inset space \thinspace{}
30649 \end_inset
30650
30651 1.5
30652 \begin_inset space \thinspace{}
30653 \end_inset
30654
30655 cmの楕円形の箱型
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 cornersize{0.5}
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 \begin_inset VSpace bigskip
30678 \end_inset
30679
30680 影の大きさは、長さ
30681 \series bold
30682
30683 \backslash
30684 shadowsize
30685 \series default
30686 を変更することで調整できます。以下のボックスでは
30687 \end_layout
30688
30689 \begin_layout Standard
30690
30691 \series bold
30692
30693 \backslash
30694 setlength{
30695 \backslash
30696 shadowsize}{2pt}
30697 \end_layout
30698
30699 \begin_layout Standard
30700 というコマンドを使って、2
30701 \begin_inset space \thinspace{}
30702 \end_inset
30703
30704 ptに設定しています。
30705 \end_layout
30706
30707 \begin_layout Standard
30708 \begin_inset ERT
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713
30714 \backslash
30715 setlength{
30716 \backslash
30717 shadowsize}{2pt}
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Box Shadowbox
30724 position "c"
30725 hor_pos "c"
30726 has_inner_box 1
30727 inner_pos "c"
30728 use_parbox 0
30729 use_makebox 0
30730 width "25col%"
30731 special "none"
30732 height "1in"
30733 height_special "totalheight"
30734 status open
30735
30736 \begin_layout Plain Layout
30737 \align center
30738
30739 \series bold
30740
30741 \backslash
30742 shadowsize
30743 \series default
30744
30745 \begin_inset space \thinspace{}
30746 \end_inset
30747
30748 =
30749 \begin_inset space \thinspace{}
30750 \end_inset
30751
30752 2
30753 \begin_inset space \thinspace{}
30754 \end_inset
30755
30756 ptの影付きボックス
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \begin_inset ERT
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766
30767
30768 \backslash
30769 setlength{
30770 \backslash
30771 shadowsize}{4pt}
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \begin_layout Standard
30780 \begin_inset VSpace bigskip
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 寸法
30788 \series bold
30789
30790 \backslash
30791 FrameRule
30792 \series default
30793 の既定値は0.4
30794 \begin_inset space \thinspace{}
30795 \end_inset
30796
30797 ptです。ボックスの中身と枠の間の空白の既定値は9
30798 \begin_inset space \thinspace{}
30799 \end_inset
30800
30801 ptですが、
30802 \series bold
30803
30804 \backslash
30805 FrameSep
30806 \series default
30807 の値を変えることで変更することができます。たとえば、下記の
30808 \family sans
30809 ボックス
30810 \family default
30811 の枠の外見は、
30812 \end_layout
30813
30814 \begin_layout Standard
30815
30816 \series bold
30817
30818 \backslash
30819 setlength{
30820 \backslash
30821 FrameRule}{5pt}
30822 \begin_inset Newline newline
30823 \end_inset
30824
30825
30826 \backslash
30827 setlength{
30828 \backslash
30829 FrameSep}{0.5cm}
30830 \end_layout
30831
30832 \begin_layout Standard
30833 というTeXコードコマンドで設定してあります。
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839
30840 \backslash
30841 setlength{
30842 \backslash
30843 FrameRule}{5pt}
30844 \end_layout
30845
30846 \begin_layout Plain Layout
30847
30848
30849 \backslash
30850 setlength{
30851 \backslash
30852 FrameSep}{0.5cm}
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \begin_inset Box Framed
30859 position "t"
30860 hor_pos "c"
30861 has_inner_box 0
30862 inner_pos "t"
30863 use_parbox 0
30864 use_makebox 0
30865 width "100col%"
30866 special "none"
30867 height "1in"
30868 height_special "totalheight"
30869 status open
30870
30871 \begin_layout Plain Layout
30872 これは
30873 \family sans
30874 改頁可能
30875 \family default
30876 ボックスの文章です。
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \begin_inset ERT
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 setlength{
30890 \backslash
30891 FrameRule}{0.4pt}
30892 \end_layout
30893
30894 \begin_layout Plain Layout
30895
30896
30897 \backslash
30898 setlength{
30899 \backslash
30900 FrameSep}{9pt}
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \begin_layout Standard
30909 \begin_inset VSpace bigskip
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Standard
30916
30917 \family sans
30918 影付き背景
30919 \family default
30920 ボックスでは、ボックスの内容と枠の余白の既定値は3
30921 \begin_inset space \thinspace{}
30922 \end_inset
30923
30924 ptになっていますが、
30925 \series bold
30926
30927 \backslash
30928 fboxsep
30929 \series default
30930 の値を変更することで変えられます。既定の背景色である赤色は、
30931 \series bold
30932
30933 \backslash
30934 definecolor{shadebox}
30935 \series default
30936 コマンドで局所的に変更することもできますし、
30937 \family sans
30938 ツール\SpecialChar \menuseparator
30939 設定\SpecialChar \menuseparator
30940 色\SpecialChar \menuseparator
30941 影付きボックス
30942 \family default
30943 メニューからグローバルに変更することもできます。
30944 \series bold
30945
30946 \backslash
30947 definecolor
30948 \series default
30949 コマンドの用法は第
30950 \begin_inset CommandInset ref
30951 LatexCommand ref
30952 reference "sec:色付きの表"
30953
30954 \end_inset
30955
30956
30957 \begin_inset Foot
30958 status open
30959
30960 \begin_layout Plain Layout
30961 N
30962 \series bold
30963
30964 \backslash
30965 definecolor
30966 \series default
30967 は、LaTeXパッケージの
30968 \series bold
30969 color
30970 \series default
30971 をプリアンブルに読み込む必要があります。第
30972 \begin_inset CommandInset ref
30973 LatexCommand ref
30974 reference "sec:色付きボックス"
30975
30976 \end_inset
30977
30978 節をご参照ください。.
30979 \end_layout
30980
30981 \end_inset
30982
30983 で説明されています。
30984 \end_layout
30985
30986 \begin_layout Standard
30987 たとえば、下記の影付き背景ボックスの外見は
30988 \end_layout
30989
30990 \begin_layout Standard
30991
30992 \series bold
30993
30994 \backslash
30995 setlength{
30996 \backslash
30997 fboxsep}{0.5cm}
30998 \series default
30999
31000 \begin_inset Newline newline
31001 \end_inset
31002
31003
31004 \series bold
31005
31006 \backslash
31007 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31008 \end_layout
31009
31010 \begin_layout Standard
31011 というTeXコードコマンドを使って設定してあります。
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 setlength{
31023 \backslash
31024 fboxsep}{0.5cm}
31025 \end_layout
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \begin_inset Box Shaded
31038 position "t"
31039 hor_pos "c"
31040 has_inner_box 0
31041 inner_pos "t"
31042 use_parbox 0
31043 use_makebox 0
31044 width "100col%"
31045 special "none"
31046 height "1in"
31047 height_special "totalheight"
31048 status open
31049
31050 \begin_layout Plain Layout
31051
31052 \color yellow
31053 これは、濃緑色の背景の
31054 \family sans
31055 影付き背景
31056 \family default
31057 ボックスに入れた黄色の文章です。
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 setlength{
31071 \backslash
31072 fboxsep}{3pt}
31073 \end_layout
31074
31075 \begin_layout Plain Layout
31076
31077
31078 \backslash
31079 definecolor{shadecolor}{rgb}{1,0,0}
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 \begin_inset VSpace bigskip
31089 \end_inset
31090
31091 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31092 \end_layout
31093
31094 \begin_layout Section
31095 ミニページ
31096 \begin_inset CommandInset label
31097 LatexCommand label
31098 name "sec:ミニページ"
31099
31100 \end_inset
31101
31102
31103 \begin_inset Index idx
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107 ぼっくす@ボックス ! みにぺーじ@ミニページ
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Standard
31116 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31117 \end_layout
31118
31119 \begin_layout Standard
31120 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31121 \end_layout
31122
31123 \begin_layout Standard
31124 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31125 \family sans
31126 挿入
31127 \family default
31128 \SpecialChar \menuseparator
31129
31130 \family sans
31131 整形
31132 \family default
31133 \SpecialChar \menuseparator
31134
31135 \family sans
31136 水平方向の空白
31137 \family default
31138 メニューで挿入した水平フィルで隔てられています。
31139 \begin_inset Newpage newpage
31140 \end_inset
31141
31142
31143 \end_layout
31144
31145 \begin_layout Standard
31146 \begin_inset Box Frameless
31147 position "t"
31148 hor_pos "c"
31149 has_inner_box 1
31150 inner_pos "c"
31151 use_parbox 0
31152 use_makebox 0
31153 width "45col%"
31154 special "none"
31155 height "1in"
31156 height_special "totalheight"
31157 status open
31158
31159 \begin_layout Plain Layout
31160 Dies ist ein deutscher Text.
31161  Dies ist ein deutscher Text.
31162  Dies ist ein deutscher Text.
31163  Dies ist ein deutscher Text.
31164  Dies ist ein deutscher Text.
31165  Dies ist ein deutscher Text.
31166  Dies ist ein deutscher Text.
31167  Dies ist ein deutscher Text.
31168  Dies ist ein deutscher Text.
31169  Dies ist ein deutscher Text.
31170  Dies ist ein deutscher Text.
31171  Dies ist ein deutscher Text.
31172  Dies ist ein deutscher Text
31173 \begin_inset Foot
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177 Dies ist eine deutsche Fußnote.
31178 \end_layout
31179
31180 \end_inset
31181
31182 .
31183  Dies ist ein deutscher Text.
31184  Dies ist ein deutscher Text.
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset space \hfill{}
31191 \end_inset
31192
31193
31194 \begin_inset Box Frameless
31195 position "t"
31196 hor_pos "c"
31197 has_inner_box 1
31198 inner_pos "c"
31199 use_parbox 0
31200 use_makebox 0
31201 width "45col%"
31202 special "none"
31203 height "1in"
31204 height_special "totalheight"
31205 status open
31206
31207 \begin_layout Plain Layout
31208 This is an English Text.
31209  This is an English Text.
31210  This is an English Text.
31211  This is an English Text.
31212  This is an English Text.
31213  This is an English Text.
31214  This is an English Text.
31215  This is an English Text.
31216  This is an English Text.
31217  This is an English Text.
31218  This is an English Text.
31219  This is an English Text.
31220  This is an English Text.
31221  This is an English Text.
31222  This is an English Text.
31223  This is an English Text.
31224 \begin_inset Foot
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228 This is an English footnote.
31229 \end_layout
31230
31231 \end_inset
31232
31233  This is an English Text.
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \begin_layout Standard
31242 \begin_inset VSpace bigskip
31243 \end_inset
31244
31245 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31246 \family sans
31247 中スキップ
31248 \family default
31249 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31250 \end_layout
31251
31252 \begin_layout Standard
31253 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31254 \begin_inset CommandInset ref
31255 LatexCommand ref
31256 reference "sub:段落の着色"
31257
31258 \end_inset
31259
31260 節をご参照ください。
31261 \end_layout
31262
31263 \begin_layout Standard
31264 \begin_inset Note Greyedout
31265 status open
31266
31267 \begin_layout Plain Layout
31268
31269 \series bold
31270 【註】
31271 \series default
31272 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Section
31281 Parbox
31282 \begin_inset CommandInset label
31283 LatexCommand label
31284 name "sec:Parboxes"
31285
31286 \end_inset
31287
31288
31289 \begin_inset Index idx
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293 ぼっくす@ボックス ! Parboxes
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \end_layout
31300
31301 \begin_layout Standard
31302 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31303 \end_layout
31304
31305 \begin_layout Standard
31306 \align center
31307 \begin_inset Box Frameless
31308 position "t"
31309 hor_pos "c"
31310 has_inner_box 1
31311 inner_pos "t"
31312 use_parbox 1
31313 use_makebox 0
31314 width "33col%"
31315 special "none"
31316 height "1in"
31317 height_special "totalheight"
31318 status open
31319
31320 \begin_layout Plain Layout
31321 これはparbox内の文章です。これはparbox内の文章です。
31322 \end_layout
31323
31324 \begin_layout Plain Layout
31325 右の脚注は表示されません。
31326 \begin_inset Foot
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330 これはparbox内の脚注であり、したがって表示はされません。
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Section
31344 単語や文字のボックス
31345 \begin_inset Index idx
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 ぼっくす@ボックス ! もじよう@文字用
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Subsection
31358 ハイフネーションの回避
31359 \begin_inset CommandInset label
31360 LatexCommand label
31361 name "sec:ハイフネーションの回避"
31362
31363 \end_inset
31364
31365
31366 \begin_inset Index idx
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 単語や文章がハイフネートされるのを防ぐには、
31380 \family sans
31381 makebox
31382 \family default
31383 型ボックスを使うことができます。
31384 \begin_inset Newline newline
31385 \end_inset
31386
31387 以下が例示用の文章です。
31388 \end_layout
31389
31390 \begin_layout Standard
31391 This line is an example to show how you can prevent the hyphenation of 
31392 \begin_inset Quotes eld
31393 \end_inset
31394
31395 veryverylongword
31396 \begin_inset Quotes erd
31397 \end_inset
31398
31399 .
31400 \end_layout
31401
31402 \begin_layout Standard
31403 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31404 \family sans
31405 内部ボックス
31406 \family default
31407
31408 \family sans
31409 makeboxコマンド
31410 \family default
31411 に設定し、幅を1幅にします。
31412 \end_layout
31413
31414 \begin_layout Standard
31415 以下がその結果です。
31416 \end_layout
31417
31418 \begin_layout Standard
31419 This line is an example to show how you can prevent the hyphenation of 
31420 \begin_inset Box Frameless
31421 position "t"
31422 hor_pos "c"
31423 has_inner_box 1
31424 inner_pos "t"
31425 use_parbox 0
31426 use_makebox 1
31427 width "1in"
31428 special "width"
31429 height "1in"
31430 height_special "totalheight"
31431 status open
31432
31433 \begin_layout Plain Layout
31434 \begin_inset Quotes eld
31435 \end_inset
31436
31437 veryverylongword
31438 \begin_inset Quotes erd
31439 \end_inset
31440
31441
31442 \end_layout
31443
31444 \end_inset
31445
31446 .
31447 \end_layout
31448
31449 \begin_layout Standard
31450 別の方法としては、以下のように、単語の前に直接TeXコードで「
31451 \series bold
31452
31453 \backslash
31454 -
31455 \series default
31456 」コマンドを設定する方法もあります。
31457 \end_layout
31458
31459 \begin_layout Standard
31460 This line is an example to show how you can prevent the hyphenation of 
31461 \begin_inset Quotes eld
31462 \end_inset
31463
31464
31465 \begin_inset ERT
31466 status collapsed
31467
31468 \begin_layout Plain Layout
31469
31470
31471 \backslash
31472 -
31473 \end_layout
31474
31475 \end_inset
31476
31477 veryverylongword
31478 \begin_inset Quotes erd
31479 \end_inset
31480
31481 .
31482 \end_layout
31483
31484 \begin_layout Standard
31485 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31486 \family sans
31487 挿入
31488 \family default
31489 \SpecialChar \menuseparator
31490
31491 \family sans
31492 整形
31493 \family default
31494 \SpecialChar \menuseparator
31495
31496 \family sans
31497 整形なし改行
31498 \family default
31499 メニュー(
31500 \begin_inset Flex Ruby
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 捷径
31505 \begin_inset Argument post:1
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 ショートカット
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \begin_inset Info
31521 type  "shortcut"
31522 arg   "newline-insert newline"
31523 \end_inset
31524
31525 )から改行を単語の前に入れてください。
31526 \end_layout
31527
31528 \begin_layout Standard
31529 This line is an example to show how you can prevent the hyphenation of 
31530 \begin_inset Newline newline
31531 \end_inset
31532
31533
31534 \begin_inset Box Frameless
31535 position "t"
31536 hor_pos "c"
31537 has_inner_box 1
31538 inner_pos "t"
31539 use_parbox 0
31540 use_makebox 1
31541 width "1in"
31542 special "width"
31543 height "1in"
31544 height_special "totalheight"
31545 status open
31546
31547 \begin_layout Plain Layout
31548 \begin_inset Quotes eld
31549 \end_inset
31550
31551 veryverylongword
31552 \begin_inset Quotes erd
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \end_inset
31559
31560 .
31561 \end_layout
31562
31563 \begin_layout Subsection
31564 垂直揃え
31565 \begin_inset CommandInset label
31566 LatexCommand label
31567 name "sub:垂直揃え"
31568
31569 \end_inset
31570
31571
31572 \begin_inset Index idx
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \begin_inset Index idx
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586 ぼっくす@ボックス ! Raiseboxes
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \end_layout
31593
31594 \begin_layout Standard
31595
31596 \series bold
31597
31598 \backslash
31599 raisebox
31600 \series default
31601 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31602 \series bold
31603
31604 \backslash
31605 raisebox
31606 \series default
31607 は以下の書式で使用します。
31608 \end_layout
31609
31610 \begin_layout Standard
31611
31612 \series bold
31613
31614 \backslash
31615 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31616 \end_layout
31617
31618 \begin_layout Standard
31619 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31620 \end_layout
31621
31622 \begin_layout Standard
31623 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31624 \end_layout
31625
31626 \begin_layout Standard
31627
31628 \series bold
31629
31630 \backslash
31631 raisebox{
31632 \backslash
31633 depth}{
31634 \end_layout
31635
31636 \begin_layout Standard
31637 というコマンドを挿入してください。単語の後には、閉じ括弧「
31638 \series bold
31639 }
31640 \series default
31641 」をTeXコードで挿入してください。
31642 \begin_inset Newline newline
31643 \end_inset
31644
31645 以下がその出力です。
31646 \end_layout
31647
31648 \begin_layout Standard
31649 This is a text line with the word 
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 raisebox{
31658 \backslash
31659 depth}{
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset Quotes eld
31666 \end_inset
31667
31668 preventing
31669 \begin_inset Quotes erd
31670 \end_inset
31671
31672
31673 \begin_inset ERT
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677
31678 }
31679 \end_layout
31680
31681 \end_inset
31682
31683  as raised word.
31684 \end_layout
31685
31686 \begin_layout Standard
31687 \begin_inset VSpace bigskip
31688 \end_inset
31689
31690 行中の文字を上げ下げすると、以下のように行間が広がります。
31691 \end_layout
31692
31693 \begin_layout Standard
31694 This is a text line with the word 
31695 \begin_inset ERT
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699
31700
31701 \backslash
31702 raisebox{-
31703 \backslash
31704 depth}{
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \begin_inset Quotes eld
31711 \end_inset
31712
31713 preventing
31714 \begin_inset Quotes erd
31715 \end_inset
31716
31717
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723 }
31724 \end_layout
31725
31726 \end_inset
31727
31728  as lowered word.
31729 \begin_inset Newline newline
31730 \end_inset
31731
31732 This is a text line with the word 
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738
31739 \backslash
31740 raisebox{0.5cm}{
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset Quotes eld
31747 \end_inset
31748
31749 testing
31750 \begin_inset Quotes erd
31751 \end_inset
31752
31753
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759 }
31760 \end_layout
31761
31762 \end_inset
31763
31764  as raised word.
31765 \end_layout
31766
31767 \begin_layout Standard
31768 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31769 \end_layout
31770
31771 \begin_layout Standard
31772
31773 \series bold
31774
31775 \backslash
31776 raisebox{-
31777 \backslash
31778 depth}[0pt]{
31779 \end_layout
31780
31781 \begin_layout Standard
31782 とすると、
31783 \end_layout
31784
31785 \begin_layout Standard
31786 This is a text line with the word 
31787 \begin_inset ERT
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791
31792
31793 \backslash
31794 raisebox{-
31795 \backslash
31796 depth}[0pt]{
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \begin_inset Quotes eld
31803 \end_inset
31804
31805 preventing
31806 \begin_inset Quotes erd
31807 \end_inset
31808
31809
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815 }
31816 \end_layout
31817
31818 \end_inset
31819
31820  as lowered word.
31821 \begin_inset Newline newline
31822 \end_inset
31823
31824 This is a text line with the word 
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830
31831 \backslash
31832 raisebox{0.5cm}[0pt]{
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \begin_inset Quotes eld
31839 \end_inset
31840
31841 testing
31842 \begin_inset Quotes erd
31843 \end_inset
31844
31845
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851 }
31852 \end_layout
31853
31854 \end_inset
31855
31856  as raised word.
31857 \end_layout
31858
31859 \begin_layout Section
31860 色付きボックス
31861 \begin_inset CommandInset label
31862 LatexCommand label
31863 name "sec:色付きボックス"
31864
31865 \end_inset
31866
31867
31868 \begin_inset Index idx
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872 ぼっくす@ボックス ! いろつき@色付き
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Subsection
31881 文字の着色
31882 \begin_inset Index idx
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 いろ@色 ! もじの@文字の---
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Standard
31895 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31896 \series bold
31897 color
31898 \series default
31899
31900 \begin_inset Index idx
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 LaTeXぱっけーじ@LaTeXパッケージ ! color
31905 \end_layout
31906
31907 \end_inset
31908
31909 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31910 \end_layout
31911
31912 \begin_layout Standard
31913
31914 \series bold
31915
31916 \backslash
31917 @ifundefined{textcolor}
31918 \begin_inset Newline newline
31919 \end_inset
31920
31921
31922 \begin_inset Phantom HPhantom
31923 status open
31924
31925 \begin_layout Plain Layout
31926
31927 \series bold
31928 \begin_inset space ~
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \end_inset
31935
31936 {
31937 \backslash
31938 usepackage{color}}{}
31939 \end_layout
31940
31941 \begin_layout Standard
31942
31943 \series bold
31944 color
31945 \series default
31946 パッケージは、文章を着色するとLyXが自動的に読み込みます
31947 \begin_inset Foot
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951 これが二度読み込まれることを回避するには、
31952 \series bold
31953
31954 \backslash
31955 @ifundefined
31956 \series default
31957 コマンドを使用します。
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 \begin_inset VSpace medskip
31967 \end_inset
31968
31969 色付きボックスは、
31970 \series bold
31971
31972 \backslash
31973 colorbox
31974 \series default
31975 コマンドを使って作ります。これは、以下のような書式で使われます。
31976 \end_layout
31977
31978 \begin_layout Standard
31979
31980 \series bold
31981
31982 \backslash
31983 colorbox{color}{ボックスの内容}
31984 \end_layout
31985
31986 \begin_layout Standard
31987 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
31988 \end_layout
31989
31990 \begin_layout Standard
31991 事前定義されている色には、
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \family sans
31997
31998 \family default
31999
32000 \family sans
32001
32002 \family default
32003
32004 \family sans
32005 シアン
32006 \family default
32007
32008 \family sans
32009
32010 \family default
32011
32012 \family sans
32013 マゼンタ
32014 \family default
32015
32016 \family sans
32017
32018 \family default
32019
32020 \family sans
32021
32022 \family default
32023
32024 \family sans
32025
32026 \family default
32027
32028 \begin_inset Newline newline
32029 \end_inset
32030
32031 があります。第
32032 \begin_inset CommandInset ref
32033 LatexCommand ref
32034 reference "sec:色付きの表"
32035
32036 \end_inset
32037
32038 節に述べられているようにすれば、自前の色を定義することもできます。
32039 \end_layout
32040
32041 \begin_layout Standard
32042 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32043 \end_layout
32044
32045 \begin_layout Standard
32046
32047 \series bold
32048
32049 \backslash
32050 colorbox{red}{
32051 \end_layout
32052
32053 \begin_layout Standard
32054 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32055 \series bold
32056 }
32057 \series default
32058 」を入れてください。
32059 \begin_inset Newline newline
32060 \end_inset
32061
32062 以下がその結果です。
32063 \end_layout
32064
32065 \begin_layout Standard
32066 この行では、
32067 \begin_inset ERT
32068 status collapsed
32069
32070 \begin_layout Plain Layout
32071
32072
32073 \backslash
32074 colorbox{red}{
32075 \end_layout
32076
32077 \end_inset
32078
32079 「注意!」
32080 \begin_inset ERT
32081 status collapsed
32082
32083 \begin_layout Plain Layout
32084
32085 }
32086 \end_layout
32087
32088 \end_inset
32089
32090 という単語が赤い背景になっています。
32091 \end_layout
32092
32093 \begin_layout Standard
32094 \begin_inset VSpace bigskip
32095 \end_inset
32096
32097 ボックスの枠を別の色にしたい場合には、以下の書式で
32098 \series bold
32099
32100 \backslash
32101 fcolorbox
32102 \series default
32103 コマンドを使います。
32104 \end_layout
32105
32106 \begin_layout Standard
32107
32108 \series bold
32109
32110 \backslash
32111 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32112 \end_layout
32113
32114 \begin_layout Standard
32115
32116 \series bold
32117
32118 \backslash
32119 fcolorbox
32120 \series default
32121
32122 \series bold
32123
32124 \backslash
32125 colorbox
32126 \series default
32127 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32128 \begin_inset CommandInset ref
32129 LatexCommand ref
32130 reference "sec:装飾"
32131
32132 \end_inset
32133
32134 節で述べられているように、それぞれ
32135 \series bold
32136
32137 \backslash
32138 fboxrule
32139 \series default
32140
32141 \series bold
32142
32143 \backslash
32144 fboxsep
32145 \series default
32146 という長さで調節できます。
32147 \end_layout
32148
32149 \begin_layout Standard
32150 以下の例では、
32151 \end_layout
32152
32153 \begin_layout Standard
32154
32155 \series bold
32156
32157 \backslash
32158 fcolorbox{cyan}{magenta}{
32159 \end_layout
32160
32161 \begin_layout Standard
32162 というコマンドを使用しています。
32163 \end_layout
32164
32165 \begin_layout Standard
32166 これは、枠の太さを1
32167 \begin_inset space \thinspace{}
32168 \end_inset
32169
32170 mmに設定した例です。
32171 \begin_inset Newline newline
32172 \end_inset
32173
32174
32175 \begin_inset ERT
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179
32180
32181 \backslash
32182 fboxrule 1mm 
32183 \backslash
32184 fboxsep 1mm
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 fcolorbox{cyan}{magenta}{
32198 \end_layout
32199
32200 \end_inset
32201
32202 これは着色した色付きボックス中の文章です。
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208 }
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 \begin_inset VSpace bigskip
32218 \end_inset
32219
32220 もちろん、色付きボックスの中に色付き文字を入れることもできます
32221 \begin_inset Newline newline
32222 \end_inset
32223
32224
32225 \begin_inset ERT
32226 status collapsed
32227
32228 \begin_layout Plain Layout
32229
32230
32231 \backslash
32232 fcolorbox{cyan}{magenta}{
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \color yellow
32239 これは着色した色付きボックス中の色付き文章です。
32240 \color inherit
32241
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247 }
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258
32259 \backslash
32260 fboxrule 0.4pt 
32261 \backslash
32262 fboxsep 3pt
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271
32272 \series bold
32273 \begin_inset VSpace medskip
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 \begin_inset Note Greyedout
32281 status open
32282
32283 \begin_layout Plain Layout
32284
32285 \series bold
32286 【註】
32287 \series default
32288 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32289 \end_layout
32290
32291 \end_inset
32292
32293
32294 \end_layout
32295
32296 \begin_layout Subsection
32297 段落の着色
32298 \begin_inset CommandInset label
32299 LatexCommand label
32300 name "sub:段落の着色"
32301
32302 \end_inset
32303
32304
32305 \begin_inset Index idx
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309 いろ@色 ! だんらく@段落---
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \begin_layout Standard
32318 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32319 \series bold
32320
32321 \backslash
32322 colorbox
32323 \series default
32324 コマンドを
32325 \end_layout
32326
32327 \begin_layout Standard
32328
32329 \series bold
32330
32331 \backslash
32332 colorbox{色名}{
32333 \end_layout
32334
32335 \begin_layout Standard
32336 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32337 \series bold
32338 }
32339 \series default
32340 」を挿入してください。
32341 \end_layout
32342
32343 \begin_layout Standard
32344 \begin_inset ERT
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348
32349
32350 \backslash
32351 colorbox{lightgrey}{
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \begin_inset Box Frameless
32358 position "t"
32359 hor_pos "c"
32360 has_inner_box 1
32361 inner_pos "t"
32362 use_parbox 0
32363 use_makebox 0
32364 width "100col%"
32365 special "none"
32366 height "1in"
32367 height_special "totalheight"
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371 これは背景色を付けた文章です。これは背景色を付けた文章です。
32372 \end_layout
32373
32374 \begin_layout Plain Layout
32375 \begin_inset VSpace defskip
32376 \end_inset
32377
32378 ここの文章には脚注
32379 \begin_inset Foot
32380 status collapsed
32381
32382 \begin_layout Plain Layout
32383 脚注の例
32384 \end_layout
32385
32386 \end_inset
32387
32388 を付けることもできますし、図表を挿入することもできます。
32389 \end_layout
32390
32391 \begin_layout Plain Layout
32392 \align center
32393 \begin_inset Tabular
32394 <lyxtabular version="3" rows="3" columns="3">
32395 <features rotate="0" tabularvalignment="middle">
32396 <column alignment="center" valignment="top">
32397 <column alignment="center" valignment="top">
32398 <column alignment="center" valignment="top">
32399 <row>
32400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32401 \begin_inset Text
32402
32403 \begin_layout Plain Layout
32404 a
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 !
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 3
32423 \end_layout
32424
32425 \end_inset
32426 </cell>
32427 </row>
32428 <row>
32429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433 <
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442 b2
32443 \begin_inset Quotes erd
32444 \end_inset
32445
32446 |
32447 \end_layout
32448
32449 \end_inset
32450 </cell>
32451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32452 \begin_inset Text
32453
32454 \begin_layout Plain Layout
32455 >
32456 \end_layout
32457
32458 \end_inset
32459 </cell>
32460 </row>
32461 <row>
32462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32463 \begin_inset Text
32464
32465 \begin_layout Plain Layout
32466 1
32467 \end_layout
32468
32469 \end_inset
32470 </cell>
32471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475 §
32476 \end_layout
32477
32478 \end_inset
32479 </cell>
32480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32481 \begin_inset Text
32482
32483 \begin_layout Plain Layout
32484 c
32485 \end_layout
32486
32487 \end_inset
32488 </cell>
32489 </row>
32490 </lyxtabular>
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \begin_inset ERT
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504
32505 }
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Section
32514 ボックスの伸縮回転
32515 \end_layout
32516
32517 \begin_layout Standard
32518 本節で述べられているコマンドを使用するには、文書プリアンブルで
32519 \end_layout
32520
32521 \begin_layout Standard
32522
32523 \series bold
32524
32525 \backslash
32526 @ifundefined{rotatebox}
32527 \begin_inset Newline newline
32528 \end_inset
32529
32530
32531 \begin_inset Phantom HPhantom
32532 status open
32533
32534 \begin_layout Plain Layout
32535
32536 \series bold
32537 \begin_inset space ~
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \end_inset
32544
32545 {
32546 \backslash
32547 usepackage{graphicx}}{}
32548 \end_layout
32549
32550 \begin_layout Standard
32551 というコマンドを使用して、
32552 \series bold
32553 graphicx
32554 \series default
32555
32556 \begin_inset Index idx
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32561 \end_layout
32562
32563 \end_inset
32564
32565 LaTeXパッケージを読み込む必要があります。
32566 \end_layout
32567
32568 \begin_layout Standard
32569 \begin_inset Note Greyedout
32570 status open
32571
32572 \begin_layout Plain Layout
32573
32574 \series bold
32575 【註】
32576 \series default
32577 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32578 \end_layout
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Standard
32586 \begin_inset Note Greyedout
32587 status open
32588
32589 \begin_layout Plain Layout
32590
32591 \series bold
32592 【註】
32593 \series default
32594 フロートは回転伸縮したボックスの中に入れることはできません。
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Subsection
32603 ボックスの回転
32604 \begin_inset Index idx
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 ぼっくす@ボックス ! かいてんした@回転した
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \begin_inset Index idx
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618 かいてん@回転 ! そざいの@素材の---
32619 \end_layout
32620
32621 \end_inset
32622
32623
32624 \begin_inset Index idx
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 ず@図 ! のかいてん@---の回転
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \begin_inset Index idx
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 ひょうのちょうせい@表の調整 ! かいてん@回転
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Standard
32647 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32648 \series bold
32649
32650 \backslash
32651 rotatebox
32652 \series default
32653 コマンドを使用すれば作成することができます。
32654 \end_layout
32655
32656 \begin_layout Standard
32657
32658 \series bold
32659
32660 \backslash
32661 rotatebox[回転の原点]{回転角}{ボックスの内容}
32662 \end_layout
32663
32664 \begin_layout Standard
32665 回転の原点は、
32666 \series bold
32667 origin=位置
32668 \series default
32669 の形で指定します。位置として指定可能なのは、
32670 \emph on
32671 c
32672 \emph default
32673 (中央揃え)・
32674 \emph on
32675 l
32676 \emph default
32677 (左揃え)・
32678 \emph on
32679 r
32680 \emph default
32681 (右揃え)・
32682 \emph on
32683 b
32684 \emph default
32685 (下揃え)・
32686 \emph on
32687 t
32688 \emph default
32689 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32690 \emph on
32691 lt
32692 \emph default
32693 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32694 \emph on
32695 l
32696 \emph default
32697 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32698 \end_layout
32699
32700 \begin_layout Standard
32701 以下の例では、「回転した」文章の前にTeXコードで
32702 \series bold
32703
32704 \backslash
32705 rotatebox[origin=c]{60}{
32706 \series default
32707 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32708 \series bold
32709 }
32710 \series default
32711 でボックスを閉じています。
32712 \end_layout
32713
32714 \begin_layout Standard
32715 これは、
32716 \begin_inset ERT
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720
32721
32722 \backslash
32723 rotatebox[origin=c]{60}{
32724 \end_layout
32725
32726 \end_inset
32727
32728 回転した
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734 }
32735 \end_layout
32736
32737 \end_inset
32738
32739  文章を含む行です。
32740 \end_layout
32741
32742 \begin_layout Standard
32743 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32744 \end_layout
32745
32746 \begin_layout Standard
32747 これは、
32748 \begin_inset ERT
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752
32753
32754 \backslash
32755 rotatebox[origin=r]{-60}{
32756 \end_layout
32757
32758 \end_inset
32759
32760
32761 \begin_inset Box Doublebox
32762 position "c"
32763 hor_pos "c"
32764 has_inner_box 0
32765 inner_pos "c"
32766 use_parbox 0
32767 use_makebox 0
32768 width "1in"
32769 special "width"
32770 height "1in"
32771 height_special "totalheight"
32772 status open
32773
32774 \begin_layout Plain Layout
32775 回転した
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \begin_inset ERT
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785
32786 }
32787 \end_layout
32788
32789 \end_inset
32790
32791 枠付き文章と
32792 \begin_inset ERT
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796
32797
32798 \backslash
32799 rotatebox[origin=lb]{60}{
32800 \end_layout
32801
32802 \end_inset
32803
32804
32805 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32806 \end_inset
32807
32808
32809 \begin_inset ERT
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813
32814 }
32815 \end_layout
32816
32817 \end_inset
32818
32819 数式を含む行です。
32820 \end_layout
32821
32822 \begin_layout Standard
32823 あるいは、以下のように図や表を入れることもできます。
32824 \end_layout
32825
32826 \begin_layout Standard
32827 これは、
32828 \begin_inset ERT
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832
32833
32834 \backslash
32835 rotatebox[origin=lb]{90}{
32836 \end_layout
32837
32838 \end_inset
32839
32840
32841 \begin_inset Graphics
32842         filename ../clipart/platypus.eps
32843         lyxscale 50
32844         width 25col%
32845
32846 \end_inset
32847
32848
32849 \begin_inset ERT
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853
32854 }
32855 \end_layout
32856
32857 \end_inset
32858
32859 回転した画像と
32860 \begin_inset ERT
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864
32865
32866 \backslash
32867 rotatebox[origin=l]{-90}{
32868 \end_layout
32869
32870 \end_inset
32871
32872
32873 \begin_inset Tabular
32874 <lyxtabular version="3" rows="2" columns="2">
32875 <features rotate="0" tabularvalignment="middle">
32876 <column alignment="center" valignment="top">
32877 <column alignment="center" valignment="top">
32878 <row>
32879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout Plain Layout
32883 q
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32889 \begin_inset Text
32890
32891 \begin_layout Plain Layout
32892 w
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 </row>
32898 <row>
32899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 e
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912 r
32913 \end_layout
32914
32915 \end_inset
32916 </cell>
32917 </row>
32918 </lyxtabular>
32919
32920 \end_inset
32921
32922
32923 \begin_inset ERT
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928 }
32929 \end_layout
32930
32931 \end_inset
32932
32933 表を含む行です。
32934 \end_layout
32935
32936 \begin_layout Subsection
32937 ボックスの伸縮
32938 \begin_inset Index idx
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32943 \end_layout
32944
32945 \end_inset
32946
32947
32948 \begin_inset Index idx
32949 status collapsed
32950
32951 \begin_layout Plain Layout
32952 しんしゅく@伸縮 ! そざいの@素材の---
32953 \end_layout
32954
32955 \end_inset
32956
32957
32958 \begin_inset Index idx
32959 status collapsed
32960
32961 \begin_layout Plain Layout
32962 ず@図 ! のしんしゅく@---の伸縮
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \begin_inset Index idx
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Standard
32981 素材を伸縮させるには、TeXコードで
32982 \series bold
32983
32984 \backslash
32985 scalebox
32986 \series default
32987 コマンドと
32988 \series bold
32989
32990 \backslash
32991 resizebox
32992 \series default
32993 コマンドが使えます。
32994 \end_layout
32995
32996 \begin_layout Standard
32997
32998 \series bold
32999
33000 \backslash
33001 scalebox
33002 \series default
33003 は以下の書式で使用します。
33004 \end_layout
33005
33006 \begin_layout Standard
33007
33008 \series bold
33009
33010 \backslash
33011 scalebox{水平方向}[垂直方向]{ボックスの内容}
33012 \end_layout
33013
33014 \begin_layout Standard
33015 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33016 \end_layout
33017
33018 \begin_layout Standard
33019 たとえば、
33020 \series bold
33021
33022 \backslash
33023 scalebox{2}{こんにちは}
33024 \series default
33025 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33026 \begin_inset ERT
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030
33031
33032 \backslash
33033 scalebox{2}{
33034 \end_layout
33035
33036 \end_inset
33037
33038 こんにちは
33039 \begin_inset ERT
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043
33044 }
33045 \end_layout
33046
33047 \end_inset
33048
33049 を生成します。
33050 \end_layout
33051
33052 \begin_layout Standard
33053 これに対し、
33054 \series bold
33055
33056 \backslash
33057 scalebox{2}[1]{こんにちは}
33058 \series default
33059 は、
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 scalebox{2}[1]{
33068 \end_layout
33069
33070 \end_inset
33071
33072 こんにちは
33073 \begin_inset ERT
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077
33078 }
33079 \end_layout
33080
33081 \end_inset
33082
33083 を変形させます。
33084 \end_layout
33085
33086 \begin_layout Standard
33087 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33088 \series bold
33089
33090 \backslash
33091 scalebox{-1}[1]{こんにちは}
33092 \series default
33093 というコマンドは、右のように反転文字を生成するのに使用できます:
33094 \begin_inset ERT
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098
33099
33100 \backslash
33101 scalebox{-1}[1]{
33102 \end_layout
33103
33104 \end_inset
33105
33106 こんにちは
33107 \begin_inset ERT
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111
33112 }
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121
33122 \series bold
33123
33124 \backslash
33125 scalebox{1}[-1]{こんにちは}
33126 \series default
33127 とすると
33128 \begin_inset ERT
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132
33133
33134 \backslash
33135 scalebox{1}[-1]{
33136 \end_layout
33137
33138 \end_inset
33139
33140 こんにちは
33141 \begin_inset ERT
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145
33146 }
33147 \end_layout
33148
33149 \end_inset
33150
33151 のようにベースラインで鏡像にします。
33152 \end_layout
33153
33154 \begin_layout Standard
33155
33156 \series bold
33157
33158 \backslash
33159 scalebox{-1}[1]{ボックスの内容}
33160 \series default
33161 と同じ働きをするものとして
33162 \begin_inset Newline newline
33163 \end_inset
33164
33165
33166 \series bold
33167
33168 \backslash
33169 reflectbox{ボックスの内容}
33170 \series default
33171
33172 \begin_inset Newline newline
33173 \end_inset
33174
33175 というコマンドがあります。
33176 \end_layout
33177
33178 \begin_layout Standard
33179 \begin_inset VSpace bigskip
33180 \end_inset
33181
33182 指定した幅や丈にボックスを伸縮させるには、
33183 \series bold
33184
33185 \backslash
33186 resizebox
33187 \series default
33188 を使用します。このコマンドの書式は
33189 \end_layout
33190
33191 \begin_layout Standard
33192
33193 \series bold
33194
33195 \backslash
33196 resizebox{幅}{丈}{ボックスの内容}
33197 \end_layout
33198
33199 \begin_layout Standard
33200 です。上記二つのコマンド引数のうち一つが感嘆符「
33201 \series bold
33202 !
33203 \series default
33204 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33205 \end_layout
33206
33207 \begin_layout Standard
33208
33209 \series bold
33210
33211 \backslash
33212 resizebox{2cm}{1cm}{こんにちは}
33213 \series default
33214 というコマンドの出力は、
33215 \begin_inset ERT
33216 status collapsed
33217
33218 \begin_layout Plain Layout
33219
33220
33221 \backslash
33222 resizebox{2cm}{1cm}{
33223 \end_layout
33224
33225 \end_inset
33226
33227 こんにちは
33228 \begin_inset ERT
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232
33233 }
33234 \end_layout
33235
33236 \end_inset
33237
33238 となり、
33239 \begin_inset Newline newline
33240 \end_inset
33241
33242
33243 \series bold
33244
33245 \backslash
33246 resizebox{2cm}{!}{こんにちは}
33247 \series default
33248 というコマンドの出力は、
33249 \begin_inset ERT
33250 status collapsed
33251
33252 \begin_layout Plain Layout
33253
33254
33255 \backslash
33256 resizebox{2cm}{!}{
33257 \end_layout
33258
33259 \end_inset
33260
33261 こんにちは
33262 \begin_inset ERT
33263 status collapsed
33264
33265 \begin_layout Plain Layout
33266
33267 }
33268 \end_layout
33269
33270 \end_inset
33271
33272 となります。
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset VSpace bigskip
33277 \end_inset
33278
33279
33280 \begin_inset Note Greyedout
33281 status open
33282
33283 \begin_layout Plain Layout
33284
33285 \series bold
33286 【註】
33287 \backslash
33288 scalebox
33289 \series default
33290
33291 \series bold
33292
33293 \backslash
33294 resizebox
33295 \series default
33296 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Standard
33305 \begin_inset VSpace bigskip
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 ボックスは好きな順序で組み合わせることができます。たとえば、
33313 \begin_inset Newline newline
33314 \end_inset
33315
33316
33317 \series bold
33318
33319 \backslash
33320 rotatebox[origin=c]{-45}{
33321 \backslash
33322 resizebox{2cm}{!}{
33323 \backslash
33324 reflectbox{こんにちは}}}
33325 \begin_inset Newline newline
33326 \end_inset
33327
33328
33329 \series default
33330 というコマンドは、
33331 \end_layout
33332
33333 \begin_layout Standard
33334 \align center
33335 \begin_inset ERT
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339
33340
33341 \backslash
33342 rotatebox[origin=c]{-45}{
33343 \backslash
33344 resizebox{2cm}{!}{
33345 \backslash
33346 reflectbox{
33347 \end_layout
33348
33349 \end_inset
33350
33351 こんにちは
33352 \begin_inset ERT
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356
33357 }}}
33358 \end_layout
33359
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Standard
33366 \noindent
33367 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33368 \end_layout
33369
33370 \begin_layout Standard
33371 \align center
33372 \begin_inset ERT
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376
33377
33378 \backslash
33379 rotatebox[origin=c]{-30}{
33380 \backslash
33381 resizebox{2cm}{!}{
33382 \backslash
33383 reflectbox{
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \begin_inset Graphics
33390         filename ../clipart/platypus.eps
33391         lyxscale 50
33392         width 25col%
33393
33394 \end_inset
33395
33396
33397 \begin_inset ERT
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401
33402 }}}
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \begin_inset ERT
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412
33413
33414 \backslash
33415 rotatebox[origin=c]{-45}{
33416 \backslash
33417 resizebox{2cm}{!}{
33418 \backslash
33419 reflectbox{
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \begin_inset Tabular
33426 <lyxtabular version="3" rows="2" columns="2">
33427 <features rotate="0" tabularvalignment="middle">
33428 <column alignment="center" valignment="top">
33429 <column alignment="center" valignment="top">
33430 <row>
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 q
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 w
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 </row>
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 e
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 r
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 </lyxtabular>
33471
33472 \end_inset
33473
33474
33475 \begin_inset ERT
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479
33480 }}}
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \begin_inset ERT
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490
33491
33492 \backslash
33493 rotatebox[origin=c]{-45}{
33494 \backslash
33495 resizebox{2cm}{!}{
33496 \backslash
33497 reflectbox{
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33504 \end_inset
33505
33506
33507 \begin_inset ERT
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511
33512 }}}
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \begin_layout Standard
33521 文書で大域的に数式様式
33522 \series bold
33523 fleqn
33524 \series default
33525 を使用している場合
33526 \begin_inset Foot
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33531 \end_layout
33532
33533 \end_inset
33534
33535 には、別行建て数式も伸縮させることができます。
33536 \end_layout
33537
33538 \begin_layout Chapter
33539 本文回り込みオブジェクト
33540 \begin_inset Index idx
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544 ほんぶんまわりこみ@本文回り込み
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \begin_layout Section
33553 折返しフロート
33554 \begin_inset CommandInset label
33555 LatexCommand label
33556 name "sec:折返しフロート"
33557
33558 \end_inset
33559
33560
33561 \begin_inset Index idx
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \begin_inset Index idx
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Standard
33584 \begin_inset Wrap figure
33585 lines 0
33586 placement l
33587 overhang 1cm
33588 width "40col%"
33589 status open
33590
33591 \begin_layout Plain Layout
33592 \begin_inset Graphics
33593         filename ../clipart/mobius.eps
33594         width 40col%
33595         scaleBeforeRotation
33596         rotateOrigin center
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Plain Layout
33604 \begin_inset Caption Standard
33605
33606 \begin_layout Plain Layout
33607 \begin_inset CommandInset label
33608 LatexCommand label
33609 name "fig:折返し図フロート"
33610
33611 \end_inset
33612
33613 これは折返し図フロートです。
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \end_inset
33622
33623 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33624 \series bold
33625 wrapfig
33626 \series default
33627
33628 \begin_inset Index idx
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33633 \end_layout
33634
33635 \end_inset
33636
33637 を導入済みであれば、
33638 \family sans
33639 挿入\SpecialChar \menuseparator
33640 フロート\SpecialChar \menuseparator
33641 折返し図フロート
33642 \family default
33643
33644 \family sans
33645 折返し表フロート
33646 \family default
33647 メニューで挿入することができます
33648 \begin_inset Foot
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33653 \end_layout
33654
33655 \end_inset
33656
33657 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33658 \family sans
33659 配置
33660 \family default
33661
33662 \family sans
33663
33664 \family default
33665 です。非必須項目として、
33666 \family sans
33667 ぶら下げ
33668 \family default
33669
33670 \family sans
33671 行幅
33672 \family default
33673 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33674 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33675 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33676 \begin_inset CommandInset ref
33677 LatexCommand ref
33678 reference "fig:折返し図フロート"
33679
33680 \end_inset
33681
33682 図は、40
33683 \begin_inset space \thinspace{}
33684 \end_inset
33685
33686 列幅%の幅と1
33687 \begin_inset space \thinspace{}
33688 \end_inset
33689
33690 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
33691 \end_layout
33692
33693 \begin_layout Standard
33694 \begin_inset Note Greyedout
33695 status open
33696
33697 \begin_layout Plain Layout
33698
33699 \series bold
33700 【註】
33701 \series default
33702 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33703 上書きされて出力されたりします。
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Standard
33712 原則として、
33713 \end_layout
33714
33715 \begin_layout Itemize
33716 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33717 うになってから、正確な位置に挿入しなくてはなりません。
33718 \end_layout
33719
33720 \begin_layout Itemize
33721 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33722 \end_layout
33723
33724 \begin_layout Itemize
33725 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33726 \end_layout
33727
33728 \begin_layout Itemize
33729 折返しフロートは、節見出しや表中に入れることは認められていません。
33730 \end_layout
33731
33732 \begin_layout Itemize
33733 連番や参照は、第
33734 \begin_inset CommandInset ref
33735 LatexCommand ref
33736 reference "chap:フロート"
33737
33738 \end_inset
33739
33740 章で述べられているように動作します。
33741 \end_layout
33742
33743 \begin_layout Section
33744 固定回り込みオブジェクト
33745 \begin_inset Index idx
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Standard
33758
33759 \begin_inset CommandInset ref
33760 LatexCommand ref
33761 reference "sec:折返しフロート"
33762
33763 \end_inset
33764
33765 節の折返しフロートは、段落中で、以下のような配置がされます。
33766 \end_layout
33767
33768 \begin_layout Standard
33769 \noindent
33770 \align center
33771 \begin_inset Tabular
33772 <lyxtabular version="3" rows="2" columns="2">
33773 <features rotate="0" tabularvalignment="middle">
33774 <column alignment="center" valignment="top">
33775 <column alignment="center" valignment="top">
33776 <row>
33777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781 \begin_inset Graphics
33782         filename ../../images/dialog-show-new-inset_graphics.png
33783         scale 70
33784         scaleBeforeRotation
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33794 \begin_inset Text
33795
33796 \begin_layout Plain Layout
33797 文章
33798 \end_layout
33799
33800 \end_inset
33801 </cell>
33802 </row>
33803 <row>
33804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33805 \begin_inset Text
33806
33807 \begin_layout Plain Layout
33808 文章
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Plain Layout
33817 文章
33818 \end_layout
33819
33820 \end_inset
33821 </cell>
33822 </row>
33823 </lyxtabular>
33824
33825 \end_inset
33826
33827  or 
33828 \begin_inset Tabular
33829 <lyxtabular version="3" rows="2" columns="2">
33830 <features rotate="0" tabularvalignment="middle">
33831 <column alignment="center" valignment="top">
33832 <column alignment="center" valignment="top">
33833 <row>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 文章
33839 \end_layout
33840
33841 \end_inset
33842 </cell>
33843 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33844 \begin_inset Text
33845
33846 \begin_layout Plain Layout
33847 \begin_inset Graphics
33848         filename ../../images/dialog-show-new-inset_graphics.png
33849         scale 70
33850         scaleBeforeRotation
33851
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \end_inset
33858 </cell>
33859 </row>
33860 <row>
33861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33862 \begin_inset Text
33863
33864 \begin_layout Plain Layout
33865 文章
33866 \end_layout
33867
33868 \end_inset
33869 </cell>
33870 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33871 \begin_inset Text
33872
33873 \begin_layout Plain Layout
33874 文章
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 </row>
33880 </lyxtabular>
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Standard
33888 以下に示すいずれかのように、
33889 \begin_inset VSpace defskip
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 \noindent
33897 \align center
33898 \begin_inset Tabular
33899 <lyxtabular version="3" rows="2" columns="2">
33900 <features rotate="0" tabularvalignment="middle">
33901 <column alignment="center" valignment="top">
33902 <column alignment="center" valignment="top">
33903 <row>
33904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 文章
33909 \end_layout
33910
33911 \end_inset
33912 </cell>
33913 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 文章
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 </row>
33923 <row>
33924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 \begin_inset Graphics
33929         filename ../../images/dialog-show-new-inset_graphics.png
33930         scale 70
33931         scaleBeforeRotation
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \end_inset
33939 </cell>
33940 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Plain Layout
33944 文章
33945 \end_layout
33946
33947 \end_inset
33948 </cell>
33949 </row>
33950 </lyxtabular>
33951
33952 \end_inset
33953
33954  
33955 \begin_inset Tabular
33956 <lyxtabular version="3" rows="2" columns="2">
33957 <features rotate="0" tabularvalignment="middle">
33958 <column alignment="center" valignment="top">
33959 <column alignment="center" valignment="top">
33960 <row>
33961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 文章
33966 \end_layout
33967
33968 \end_inset
33969 </cell>
33970 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Plain Layout
33974 文章
33975 \end_layout
33976
33977 \end_inset
33978 </cell>
33979 </row>
33980 <row>
33981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 文章
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33991 \begin_inset Text
33992
33993 \begin_layout Plain Layout
33994 \begin_inset Graphics
33995         filename ../../images/dialog-show-new-inset_graphics.png
33996         scale 70
33997         scaleBeforeRotation
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 </row>
34007 </lyxtabular>
34008
34009 \end_inset
34010
34011  
34012 \begin_inset Tabular
34013 <lyxtabular version="3" rows="2" columns="3">
34014 <features rotate="0" tabularvalignment="middle">
34015 <column alignment="center" valignment="top">
34016 <column alignment="center" valignment="top">
34017 <column alignment="center" valignment="top">
34018 <row>
34019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34020 \begin_inset Text
34021
34022 \begin_layout Plain Layout
34023 文章
34024 \end_layout
34025
34026 \end_inset
34027 </cell>
34028 <cell alignment="center" valignment="top" topline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 \begin_inset Graphics
34033         filename ../../images/dialog-show-new-inset_graphics.png
34034         scale 70
34035         scaleBeforeRotation
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Plain Layout
34048 文章
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 </row>
34054 <row>
34055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059 文章
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068 文章
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077 文章
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 </row>
34083 </lyxtabular>
34084
34085 \end_inset
34086
34087  
34088 \begin_inset Tabular
34089 <lyxtabular version="3" rows="2" columns="3">
34090 <features rotate="0" tabularvalignment="middle">
34091 <column alignment="center" valignment="top">
34092 <column alignment="center" valignment="top">
34093 <column alignment="center" valignment="top">
34094 <row>
34095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Plain Layout
34099 文章
34100 \end_layout
34101
34102 \end_inset
34103 </cell>
34104 <cell alignment="center" valignment="top" topline="true" usebox="none">
34105 \begin_inset Text
34106
34107 \begin_layout Plain Layout
34108 文章
34109 \end_layout
34110
34111 \end_inset
34112 </cell>
34113 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117 文章
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 </row>
34123 <row>
34124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128 文章
34129 \end_layout
34130
34131 \end_inset
34132 </cell>
34133 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34134 \begin_inset Text
34135
34136 \begin_layout Plain Layout
34137 \begin_inset Graphics
34138         filename ../../images/dialog-show-new-inset_graphics.png
34139         scale 70
34140         scaleBeforeRotation
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 文章
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 </lyxtabular>
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Standard
34167 \noindent
34168 \align center
34169 \begin_inset Tabular
34170 <lyxtabular version="3" rows="3" columns="2">
34171 <features rotate="0" tabularvalignment="middle">
34172 <column alignment="center" valignment="top">
34173 <column alignment="center" valignment="top">
34174 <row>
34175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Plain Layout
34179 文章
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34185 \begin_inset Text
34186
34187 \begin_layout Plain Layout
34188 文章
34189 \end_layout
34190
34191 \end_inset
34192 </cell>
34193 </row>
34194 <row>
34195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34196 \begin_inset Text
34197
34198 \begin_layout Plain Layout
34199 \begin_inset Graphics
34200         filename ../../images/dialog-show-new-inset_graphics.png
34201         scale 70
34202         scaleBeforeRotation
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215 文章
34216 \end_layout
34217
34218 \end_inset
34219 </cell>
34220 </row>
34221 <row>
34222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226 文章
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 文章
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 </row>
34241 </lyxtabular>
34242
34243 \end_inset
34244
34245  
34246 \begin_inset Tabular
34247 <lyxtabular version="3" rows="3" columns="3">
34248 <features rotate="0" tabularvalignment="middle">
34249 <column alignment="center" valignment="top">
34250 <column alignment="center" valignment="top">
34251 <column alignment="center" valignment="top">
34252 <row>
34253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34254 \begin_inset Text
34255
34256 \begin_layout Plain Layout
34257 文章
34258 \end_layout
34259
34260 \end_inset
34261 </cell>
34262 <cell alignment="center" valignment="top" topline="true" usebox="none">
34263 \begin_inset Text
34264
34265 \begin_layout Plain Layout
34266 文章
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275 文章
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 </row>
34281 <row>
34282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Plain Layout
34286 文章
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 <cell alignment="center" valignment="top" usebox="none">
34292 \begin_inset Text
34293
34294 \begin_layout Plain Layout
34295 \begin_inset Graphics
34296         filename ../../images/dialog-show-new-inset_graphics.png
34297         scale 70
34298         scaleBeforeRotation
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34308 \begin_inset Text
34309
34310 \begin_layout Plain Layout
34311 文章
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 </row>
34317 <row>
34318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322 文章
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331 文章
34332 \end_layout
34333
34334 \end_inset
34335 </cell>
34336 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34337 \begin_inset Text
34338
34339 \begin_layout Plain Layout
34340 文章
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 </row>
34346 </lyxtabular>
34347
34348 \end_inset
34349
34350  
34351 \begin_inset Tabular
34352 <lyxtabular version="3" rows="3" columns="2">
34353 <features rotate="0" tabularvalignment="middle">
34354 <column alignment="center" valignment="top">
34355 <column alignment="center" valignment="top">
34356 <row>
34357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34358 \begin_inset Text
34359
34360 \begin_layout Plain Layout
34361 文章
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370 文章
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 <row>
34377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 文章
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 \begin_inset Graphics
34391         filename ../../images/dialog-show-new-inset_graphics.png
34392         scale 70
34393         scaleBeforeRotation
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \end_inset
34401 </cell>
34402 </row>
34403 <row>
34404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34405 \begin_inset Text
34406
34407 \begin_layout Plain Layout
34408 文章
34409 \end_layout
34410
34411 \end_inset
34412 </cell>
34413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34414 \begin_inset Text
34415
34416 \begin_layout Plain Layout
34417 文章
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 </row>
34423 </lyxtabular>
34424
34425 \end_inset
34426
34427
34428 \end_layout
34429
34430 \begin_layout Standard
34431 \noindent
34432 オブジェクトを挿入した場所に正確に配置したい時には、
34433 \series bold
34434 picinpar
34435 \series default
34436
34437 \begin_inset Index idx
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34442 \end_layout
34443
34444 \end_inset
34445
34446 LaTeXパッケージを使うことができます。下記はその用例です。
34447 \end_layout
34448
34449 \begin_layout Standard
34450 \begin_inset ERT
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454
34455
34456 \backslash
34457 ifpicinpar
34458 \end_layout
34459
34460 \end_inset
34461
34462
34463 \begin_inset Note Note
34464 status open
34465
34466 \begin_layout Plain Layout
34467 以下の部分は、LaTeXパッケージ
34468 \series bold
34469 picinpar
34470 \series default
34471 が導入されているときのみ表示されます。
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \begin_layout Standard
34480 \begin_inset ERT
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484
34485
34486 \backslash
34487 begin{window}[2,c,{
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \begin_inset Graphics
34494         filename ../clipart/mobius.eps
34495         lyxscale 60
34496         width 40col%
34497         scaleBeforeRotation
34498         rotateOrigin center
34499
34500 \end_inset
34501
34502
34503 \begin_inset ERT
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507
34508 },]
34509 \end_layout
34510
34511 \begin_layout Plain Layout
34512
34513 {}
34514 \end_layout
34515
34516 \end_inset
34517
34518
34519 \size small
34520 It was in the spring of the year 1894 that all London was interested, and
34521  the fashionable world dismayed, by the murder of the Honourable Ronald
34522  Adair under most unusual and inexplicable circumstances.
34523  The public has already learned those particulars of the crime which
34524 \size default
34525
34526 \begin_inset ERT
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530
34531
34532 \backslash
34533 footnotemark{}
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \size small
34540  came out in the police investigation, but a good deal was suppressed upon
34541  that occasion, since the case for the prosecution was so overwhelmingly
34542  strong that it was not necessary to bring forward all the facts.
34543  Only now, at the end of nearly ten years, am I allowed to supply those
34544  missing links which make up the whole of that remarkable chain.
34545 \size default
34546
34547 \begin_inset ERT
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551
34552
34553 \backslash
34554 end{window}
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Standard
34563 \begin_inset ERT
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567
34568
34569 \backslash
34570 footnotetext{
34571 \end_layout
34572
34573 \end_inset
34574
34575 固定オブジェクトのある段落の脚注
34576 \begin_inset ERT
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580
34581 }
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34591 ートとは違って、連番のキャプションをつけることはできません。
34592 \end_layout
34593
34594 \begin_layout Standard
34595 固定オブジェクトは、段落冒頭にTeXコードで
34596 \end_layout
34597
34598 \begin_layout Standard
34599
34600 \series bold
34601
34602 \backslash
34603 begin{window}[2,c,{
34604 \end_layout
34605
34606 \begin_layout Standard
34607 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34608 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34609 段幅の40
34610 \begin_inset space \thinspace{}
34611 \end_inset
34612
34613 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34614 \end_layout
34615
34616 \begin_layout Standard
34617
34618 \series bold
34619 },説明文]
34620 \begin_inset Newline newline
34621 \end_inset
34622
34623 {}
34624 \end_layout
34625
34626 \begin_layout Standard
34627 というコマンドが挿入されています。2行目に「
34628 \series bold
34629 {}
34630 \series default
34631 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34632 \series bold
34633 {}
34634 \series default
34635 の直後から書き始めてください。段落末には、
34636 \end_layout
34637
34638 \begin_layout Standard
34639
34640 \series bold
34641
34642 \backslash
34643 end{window}
34644 \end_layout
34645
34646 \begin_layout Standard
34647 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
34648 \begin_inset CommandInset ref
34649 LatexCommand ref
34650 reference "sec:脚注"
34651
34652 \end_inset
34653
34654 節にあるように、代わりに、段落内で
34655 \series bold
34656
34657 \backslash
34658 footnotemark
34659 \series default
34660 コマンドを使用し、段落外に
34661 \series bold
34662
34663 \backslash
34664 footnotetext
34665 \series default
34666 コマンドを用いてください。
34667 \end_layout
34668
34669 \begin_layout Standard
34670 \begin_inset ERT
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675
34676 \backslash
34677 else
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \begin_inset Note Note
34684 status open
34685
34686 \begin_layout Plain Layout
34687 以下の部分は、LaTeXパッケージ
34688 \series bold
34689 picinpar
34690 \series default
34691 が導入されていないときのみ表示されます。
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34701 \series bold
34702 picinpar
34703 \series default
34704 を導入する必要があります。
34705 \end_layout
34706
34707 \begin_layout Standard
34708 \begin_inset ERT
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712
34713
34714 \backslash
34715 fi
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Section
34724 頭文字
34725 \begin_inset Index idx
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 かしらもじ@頭文字
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \begin_inset Index idx
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Standard
34748 頭文字を用いるには、LaTeXパッケージ
34749 \begin_inset Index idx
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34754 \end_layout
34755
34756 \end_inset
34757
34758 が導入済みでなくてはならず、文書中で
34759 \family sans
34760 頭文字
34761 \family default
34762 モジュールを使用する必要があります(
34763 \family sans
34764 文書\SpecialChar \menuseparator
34765 設定\SpecialChar \menuseparator
34766 モジュール
34767 \family default
34768 メニュー)。頭文字を挿入するには、
34769 \family sans
34770 頭文字
34771 \family default
34772 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
34773 \family sans
34774 挿入
34775 \family default
34776 メニューから挿入できます。必須引数
34777 \family sans
34778 頭文字
34779 \family default
34780 には、頭文字にする文字を入れ、引数
34781 \family sans
34782 頭文字の残り
34783 \family default
34784 には、頭文字の単語若しくは文字列の残りが入ります。引数
34785 \family sans
34786 オプション
34787 \family default
34788 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
34789 \series bold
34790 lettrine
34791 \series default
34792 の取扱説明書
34793 \begin_inset CommandInset citation
34794 LatexCommand cite
34795 key "lettrine"
34796
34797 \end_inset
34798
34799 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
34800 \shape smallcaps
34801 スモールキャップ体(small caps
34802 \shape default
34803 )で印字されます。
34804 \end_layout
34805
34806 \begin_layout Standard
34807 下記がその例です。
34808 \end_layout
34809
34810 \begin_layout Standard
34811 \begin_inset ERT
34812 status collapsed
34813
34814 \begin_layout Plain Layout
34815
34816
34817 \backslash
34818 iflettrine
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \begin_inset Note Note
34825 status open
34826
34827 \begin_layout Plain Layout
34828 以下の部分は、LaTeXパッケージ
34829 \series bold
34830 lettrine
34831 \series default
34832 が導入されているときのみ表示されます。
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Enumerate
34841 非必須引数なし。頭文字は、数式フォント
34842 \begin_inset Formula $\mathfrak{Fraktur}$
34843 \end_inset
34844
34845 の「I」。
34846 \end_layout
34847
34848 \begin_deeper
34849 \begin_layout Initial
34850 \begin_inset Argument 2
34851 status open
34852
34853 \begin_layout Plain Layout
34854 \begin_inset Formula $\mathfrak{I}$
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \begin_inset Argument 3
34864 status open
34865
34866 \begin_layout Plain Layout
34867 t
34868 \end_layout
34869
34870 \end_inset
34871
34872  was in the spring of the year 1894 that all London was interested, and
34873  the fashionable world dismayed, by the murder of the Honourable Ronald
34874  Adair under most unusual and inexplicable circumstances.
34875  The public has already learned those particulars of the crime which came
34876  out in the police investigation, but a good deal was suppressed upon that
34877  occasion, since the case for the prosecution was so overwhelmingly strong
34878  that it was not necessary to bring forward all the facts.
34879 \begin_inset Newpage newpage
34880 \end_inset
34881
34882
34883 \end_layout
34884
34885 \end_deeper
34886 \begin_layout Enumerate
34887 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
34888 \end_layout
34889
34890 \begin_deeper
34891 \begin_layout Initial
34892 \begin_inset Argument 1
34893 status open
34894
34895 \begin_layout Plain Layout
34896 lines=1
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \begin_inset Argument 2
34903 status open
34904
34905 \begin_layout Plain Layout
34906 It
34907 \end_layout
34908
34909 \end_inset
34910
34911  was in the spring of the year 1894 that all London was interested, and
34912  the fashionable world dismayed, by the murder of the Honourable Ronald
34913  Adair under most unusual and inexplicable circumstances.
34914  The public has already learned those particulars of the crime which came
34915  out in the police investigation, but a good deal was suppressed upon that
34916  occasion, since the case for the prosecution was so overwhelmingly strong
34917  that it was not necessary to bring forward all the facts.
34918 \end_layout
34919
34920 \end_deeper
34921 \begin_layout Enumerate
34922 ぶら下がり頭文字は、数式フォント
34923 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34924 \end_inset
34925
34926 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
34927 \shape smallcaps
34928 スモールキャップ体
34929 \shape default
34930 。頭文字に色をつけるには、頭文字の前に
34931 \begin_inset Newline newline
34932 \end_inset
34933
34934
34935 \series bold
34936
34937 \backslash
34938 renewcommand{
34939 \backslash
34940 LettrineFontHook}{
34941 \backslash
34942 color{色}}
34943 \series default
34944
34945 \begin_inset Newline newline
34946 \end_inset
34947
34948 というコマンドを挿入しなくてはなりません。ここで、
34949 \emph on
34950
34951 \emph default
34952 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
34953 ブルに
34954 \begin_inset Newline newline
34955 \end_inset
34956
34957
34958 \series bold
34959
34960 \backslash
34961 @ifundefined{textcolor}
34962 \begin_inset Newline newline
34963 \end_inset
34964
34965
34966 \begin_inset space ~
34967 \end_inset
34968
34969 {
34970 \backslash
34971 usepackage{color}}{}
34972 \begin_inset Newline newline
34973 \end_inset
34974
34975
34976 \series default
34977 というコマンドを書きこんでおかなくてはなりません。
34978 \end_layout
34979
34980 \begin_deeper
34981 \begin_layout Standard
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 renewcommand{
34990 \backslash
34991 LettrineFontHook}{
34992 \backslash
34993 color{magenta}}
34994 \end_layout
34995
34996 \end_inset
34997
34998
34999 \begin_inset Note Note
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003
35004 \lang english
35005 makes the initial magenta
35006 \end_layout
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Initial
35014 \begin_inset Argument 1
35015 status open
35016
35017 \begin_layout Plain Layout
35018 lines=3, lhang=0.33, loversize=0.25
35019 \end_layout
35020
35021 \end_inset
35022
35023
35024 \begin_inset Argument 2
35025 status open
35026
35027 \begin_layout Plain Layout
35028 \begin_inset Formula $\mathcal{I}$
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \begin_inset Argument 3
35038 status open
35039
35040 \begin_layout Plain Layout
35041 t was in the spring
35042 \end_layout
35043
35044 \end_inset
35045
35046  of the year 1894 that all London was interested, and the fashionable world
35047  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35048  and inexplicable circumstances.
35049  The public has already learned those particulars of the crime which came
35050  out in the police investigation, but a good deal was suppressed upon that
35051  occasion, since the case for the prosecution was so overwhelmingly strong
35052  that it was not necessary to bring forward all the facts.
35053 \end_layout
35054
35055 \end_deeper
35056 \begin_layout Standard
35057 \begin_inset ERT
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061
35062
35063 \backslash
35064 else
35065 \end_layout
35066
35067 \end_inset
35068
35069
35070 \begin_inset Note Note
35071 status open
35072
35073 \begin_layout Plain Layout
35074 以下の部分は、LaTeXパッケージ
35075 \series bold
35076 lettrine
35077 \series default
35078 が導入されていないときのみ表示されます。
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \begin_layout Standard
35087 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35088 \series bold
35089 lettrine
35090 \series default
35091 を導入する必要があります。
35092 \end_layout
35093
35094 \begin_layout Standard
35095 \begin_inset ERT
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099
35100
35101 \backslash
35102 fi
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Chapter
35111 外部文書構成要素
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 がいぶぶんしょこうせいようそ@外部文書構成要素
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125
35126 \family sans
35127 挿入\SpecialChar \menuseparator
35128 ファイル
35129 \family default
35130 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35131 \end_layout
35132
35133 \begin_layout Description
35134 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35135 \end_layout
35136
35137 \begin_layout Description
35138 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35139 \end_layout
35140
35141 \begin_layout Description
35142 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35143 \end_layout
35144
35145 \begin_layout Description
35146 外部素材 様々な書式のファイル。
35147 \end_layout
35148
35149 \begin_layout Description
35150 子文書 LyXあるいはLaTeX文書。
35151 \end_layout
35152
35153 \begin_layout Section
35154 外部素材
35155 \begin_inset Index idx
35156 status collapsed
35157
35158 \begin_layout Plain Layout
35159 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35160 \end_layout
35161
35162 \end_inset
35163
35164
35165 \end_layout
35166
35167 \begin_layout Standard
35168 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35169 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35170 \family sans
35171 操作性\SpecialChar \menuseparator
35172 表示
35173 \family default
35174 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35175 \end_layout
35176
35177 \begin_layout Standard
35178 外部素材は、
35179 \family sans
35180 挿入
35181 \family default
35182 \SpecialChar \menuseparator
35183
35184 \family sans
35185 ファイル
35186 \family default
35187 \SpecialChar \menuseparator
35188
35189 \family sans
35190 外部素材
35191 \family default
35192 メニューで開くことのできる
35193 \family sans
35194 外部素材
35195 \family default
35196 ダイアログから挿入することができます。目下、以下のファイル形式(
35197 \family sans
35198 ひな型
35199 \family default
35200 )が使用できます。
35201 \end_layout
35202
35203 \begin_layout Description
35204 チェス棋譜 このひな型は、
35205 \series bold
35206
35207 \begin_inset CommandInset href
35208 LatexCommand href
35209 name "XBoard"
35210 target "http://en.wikipedia.org/wiki/XBoard"
35211
35212 \end_inset
35213
35214
35215 \series default
35216 プログラムで作成されたチェス棋譜をサポートします。
35217 \end_layout
35218
35219 \begin_layout Description
35220 日付 これは、
35221 \emph on
35222 日-月-年
35223 \emph default
35224 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35225 \begin_inset External
35226         template Date
35227         filename .
35228
35229 \end_inset
35230
35231
35232 \begin_inset space ~
35233 \end_inset
35234
35235
35236 \begin_inset Note Note
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240 バグ4398が修正されたら、この保護空白は削除してください!
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \begin_inset Newline newline
35247 \end_inset
35248
35249 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35250 \family sans
35251 挿入
35252 \family default
35253 \SpecialChar \menuseparator
35254 日付メニューを使用する方法で、他はLaTeXコマンドの
35255 \series bold
35256
35257 \backslash
35258 today
35259 \series default
35260 をTeXコードで使用する方法です。これらの各方法は、表
35261 \begin_inset CommandInset ref
35262 LatexCommand ref
35263 reference "tab:日付挿入方法"
35264
35265 \end_inset
35266
35267 に比較を掲載しておきます。
35268 \end_layout
35269
35270 \begin_layout Description
35271 Dia このひな型は、
35272 \series bold
35273
35274 \begin_inset CommandInset href
35275 LatexCommand href
35276 name "Dia"
35277 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"
35278
35279 \end_inset
35280
35281
35282 \series default
35283 プログラムで作成したダイアグラムをサポートします。
35284 \end_layout
35285
35286 \begin_layout Description
35287 Gnumeric表計算表 このひな形では、
35288 \series bold
35289
35290 \begin_inset CommandInset href
35291 LatexCommand href
35292 name "Gnumeric"
35293 target "http://ja.wikipedia.org/wiki/Gnumeric"
35294
35295 \end_inset
35296
35297
35298 \series default
35299
35300 \begin_inset CommandInset href
35301 LatexCommand href
35302 name "OpenDocument"
35303 target "http://ja.wikipedia.org/wiki/OpenDocument"
35304
35305 \end_inset
35306
35307
35308 \begin_inset CommandInset href
35309 LatexCommand href
35310 name "Microsoft Office XML"
35311 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35312
35313 \end_inset
35314
35315
35316 \begin_inset CommandInset href
35317 LatexCommand href
35318 name "Office Open XML"
35319 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35320
35321 \end_inset
35322
35323 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35324 \family typewriter
35325 ssconvert
35326 \family default
35327 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35328 みである必要があります。用例と制約については、LyX用例ファイル
35329 \emph on
35330 spreadsheet.lyx
35331 \emph default
35332 をご覧ください。
35333 \end_layout
35334
35335 \begin_layout Description
35336 Lilypond組版楽譜 このひな型は、
35337 \series bold
35338
35339 \begin_inset CommandInset href
35340 LatexCommand href
35341 name "LilyPond"
35342 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35343
35344 \end_inset
35345
35346
35347 \series default
35348 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35349 \emph on
35350 lilypond.lyx
35351 \emph default
35352 をご覧ください。
35353 \end_layout
35354
35355 \begin_layout Description
35356 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35357 \family sans
35358 LaTeXとLyXオプション
35359 \family default
35360 タブ中の
35361 \family sans
35362 オプション
35363 \family default
35364 フィールドに
35365 \emph on
35366 pages
35367 \emph default
35368 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35369 \series bold
35370 pages={3,5,6,8}
35371 \series default
35372 の形で入れる)やページ範囲(
35373 \series bold
35374 pages={4-9}
35375 \series default
35376 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35377 \series bold
35378 pages={3,{},8-11,15}
35379 \series default
35380 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35381 \emph on
35382 開始頁-終了頁
35383 \emph default
35384 の文法で指定します。これは、
35385 \emph on
35386 開始頁
35387 \emph default
35388
35389 \emph on
35390 終了頁
35391 \emph default
35392 の間のすべてのページを選択します。
35393 \emph on
35394 開始頁
35395 \emph default
35396 を省略すると、1ページ目を指定したのと同じ事になり、
35397 \emph on
35398 終了頁
35399 \emph default
35400 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35401 \series bold
35402 last
35403 \series default
35404 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35405 \series bold
35406 pages=-
35407 \series default
35408 は文書の全ページを挿入することになり、
35409 \series bold
35410 pages=last-1
35411 \series default
35412 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35413 \begin_inset Newline newline
35414 \end_inset
35415
35416
35417 \series bold
35418 noautoscale
35419 \series default
35420 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35421 \family sans
35422 寸法と回転
35423 \family default
35424 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35425 \series bold
35426 noautoscale
35427 \series default
35428 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35429 \series bold
35430 pdfpages
35431 \series default
35432 の取扱説明書
35433 \begin_inset CommandInset citation
35434 LatexCommand cite
35435 key "pdfpages"
35436
35437 \end_inset
35438
35439 をご参照ください。
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \begin_inset Newline newline
35451 \end_inset
35452
35453 このひな型を
35454 \family sans
35455 Beamer
35456 \family default
35457 プレゼンテーションで使用するには、まず
35458 \family sans
35459 フレーム終了
35460 \family default
35461 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35462 \series bold
35463
35464 \backslash
35465 setbeamertemplate{background canvas}{}
35466 \series default
35467 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35468 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35469 に、ひな型を含む段落には、
35470 \family sans
35471 既定
35472 \family default
35473 配置を用いるようにしてください。
35474 \begin_inset Newline newline
35475 \end_inset
35476
35477 下記は、-5度回転させたPDFを取り込んだものです。
35478 \begin_inset Newline newline
35479 \end_inset
35480
35481
35482 \begin_inset Graphics
35483         filename ../clipart/Abstract.pdf
35484         rotateAngle -5
35485         rotateOrigin leftBottom
35486
35487 \end_inset
35488
35489
35490 \begin_inset Newline newline
35491 \end_inset
35492
35493
35494 \begin_inset Note Greyedout
35495 status open
35496
35497 \begin_layout Plain Layout
35498 【訳註】LaTeXパッケージ
35499 \series bold
35500 pdfpages
35501 \series default
35502 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35503 \series bold
35504 pdfpages
35505 \series default
35506 取扱説明書
35507 \begin_inset CommandInset citation
35508 LatexCommand cite
35509 key "pdfpages"
35510
35511 \end_inset
35512
35513 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35514 \family sans
35515 挿入\SpecialChar \menuseparator
35516 ファイル\SpecialChar \menuseparator
35517 外部素材
35518 \family default
35519
35520 \family sans
35521 ひな型
35522 \family default
35523
35524 \family sans
35525 PDFページ
35526 \family default
35527 を指定して挿入されていますが、ここでは
35528 \family sans
35529 挿入\SpecialChar \menuseparator
35530 画像
35531 \family default
35532 を使用して挿入しています。
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Description
35541 ラスターイメージ これはビットマップ画像に使用します。
35542 \family sans
35543 外部素材
35544 \family default
35545 ダイアログを使って入れる画像は、第
35546 \begin_inset CommandInset ref
35547 LatexCommand ref
35548 reference "sec:画像ダイアログ"
35549
35550 \end_inset
35551
35552 節にあるように
35553 \family sans
35554 画像
35555 \family default
35556 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35557 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35558 \begin_inset External
35559         template RasterImage
35560         filename clipart/ToolbarEnvBox.png
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \begin_layout Description
35568 XFig このひな型は、
35569 \series bold
35570
35571 \begin_inset CommandInset href
35572 LatexCommand href
35573 name "Xfig"
35574 target "http://ja.wikipedia.org/wiki/Xfig"
35575
35576 \end_inset
35577
35578
35579 \series default
35580 プログラムで作成した画像をサポートします。
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \begin_inset Float table
35585 placement !h
35586 wide false
35587 sideways false
35588 status open
35589
35590 \begin_layout Plain Layout
35591 \begin_inset Caption Standard
35592
35593 \begin_layout Plain Layout
35594 \begin_inset CommandInset label
35595 LatexCommand label
35596 name "tab:日付挿入方法"
35597
35598 \end_inset
35599
35600 日付の挿入方法の比較
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Plain Layout
35609 \align center
35610 \begin_inset Tabular
35611 <lyxtabular version="3" rows="4" columns="4">
35612 <features rotate="0" tabularvalignment="middle">
35613 <column alignment="center" valignment="top">
35614 <column alignment="center" valignment="top">
35615 <column alignment="center" valignment="top">
35616 <column alignment="center" valignment="top">
35617 <row>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 文書書式
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631
35632 \family sans
35633 外部素材\SpecialChar \menuseparator
35634 日付
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643
35644 \family sans
35645 挿入\SpecialChar \menuseparator
35646 日付
35647 \end_layout
35648
35649 \end_inset
35650 </cell>
35651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35652 \begin_inset Text
35653
35654 \begin_layout Plain Layout
35655
35656 \series bold
35657
35658 \backslash
35659 today
35660 \series default
35661 コマンド
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 </row>
35667 <row>
35668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35669 \begin_inset Text
35670
35671 \begin_layout Plain Layout
35672 LyX
35673 \end_layout
35674
35675 \end_inset
35676 </cell>
35677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35678 \begin_inset Text
35679
35680 \begin_layout Plain Layout
35681 差込枠として
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35687 \begin_inset Text
35688
35689 \begin_layout Plain Layout
35690 日付として
35691 \end_layout
35692
35693 \end_inset
35694 </cell>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699 TeXコード差込枠として
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 </row>
35705 <row>
35706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710 LaTeX
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 日付として
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728 日付として
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737 コマンドとして
35738 \end_layout
35739
35740 \end_inset
35741 </cell>
35742 </row>
35743 <row>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 DVI, PDF, PS
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 日付として
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 日付として
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775 日付として
35776 \end_layout
35777
35778 \end_inset
35779 </cell>
35780 </row>
35781 </lyxtabular>
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \begin_layout Standard
35794
35795 \family sans
35796 外部素材
35797 \family default
35798 ダイアログの
35799 \family sans
35800 ファイル
35801 \family default
35802 タブ中で
35803 \family sans
35804 下書き
35805 \family default
35806 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
35807 \begin_inset Newline newline
35808 \end_inset
35809
35810 LyX中での外部素材は、ダイアログ内の
35811 \family sans
35812 LaTeXとLyXのオプション
35813 \family default
35814 タブにある
35815 \family sans
35816 LyX内に表示
35817 \family default
35818 オプションの指定に従って、
35819 \begin_inset Graphics
35820         filename clipart/ExternalMaterialQt4.png
35821         scale 85
35822         scaleBeforeRotation
35823
35824 \end_inset
35825
35826 のようなボックスとして表示されるか、画像として表示されます。
35827 \end_layout
35828
35829 \begin_layout Standard
35830 取扱説明書
35831 \family sans
35832 \emph on
35833 カスタマイズ篇
35834 \family default
35835 \emph default
35836 には、自製のひな型を定義する方法が説明されています。
35837 \end_layout
35838
35839 \begin_layout Section
35840 子文書
35841 \begin_inset CommandInset label
35842 LatexCommand label
35843 name "sec:子文書"
35844
35845 \end_inset
35846
35847
35848 \begin_inset Index idx
35849 status collapsed
35850
35851 \begin_layout Plain Layout
35852 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
35853 \end_layout
35854
35855 \end_inset
35856
35857
35858 \begin_inset Index idx
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862 ふぁいる@ファイル ! いんくるーど@インクルード
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Standard
35871 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
35872 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
35873 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
35874 \end_layout
35875
35876 \begin_layout Standard
35877 親文書を開くことなく子文書で作業できるようにするには、子文書の
35878 \family sans
35879 文書
35880 \family default
35881 \SpecialChar \menuseparator
35882
35883 \family sans
35884 設定
35885 \family default
35886 \SpecialChar \menuseparator
35887
35888 \family sans
35889 文書クラス
35890 \family default
35891 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
35892 \end_layout
35893
35894 \begin_layout Standard
35895 取り込んだ文書は、LyX中で
35896 \begin_inset Graphics
35897         filename clipart/ChildDocumentQt4.png
35898         scale 85
35899         scaleBeforeRotation
35900
35901 \end_inset
35902
35903 のようなボックスとして表示されます。子文書を親文書に取り込むには、
35904 \family sans
35905 挿入
35906 \family default
35907 \SpecialChar \menuseparator
35908
35909 \family sans
35910 ファイル
35911 \family default
35912 \SpecialChar \menuseparator
35913
35914 \family sans
35915 子文書
35916 \family default
35917 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
35918 \end_layout
35919
35920 \begin_layout Description
35921 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
35922 \family sans
35923 子文書
35924 \family default
35925 ダイアログの
35926 \family sans
35927 編集
35928 \family default
35929 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
35930 \begin_inset Newline newline
35931 \end_inset
35932
35933
35934 \end_layout
35935
35936 \begin_layout Standard
35937 以下は、
35938 \family sans
35939 Include
35940 \family default
35941 を使用して挿入した子文書です。 
35942 \begin_inset CommandInset include
35943 LatexCommand include
35944 filename "DummyDocument1.lyx"
35945
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \begin_layout Standard
35952 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
35953 あります。取り込んだ文書のラベルは、第
35954 \begin_inset CommandInset ref
35955 LatexCommand ref
35956 reference "sub:外部文書の第1小節"
35957
35958 \end_inset
35959
35960 小節、のように参照することができます。
35961 \end_layout
35962
35963 \begin_layout Standard
35964 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
35965 は、新規頁から始まるように挿入され、改頁して終わります。
35966 \end_layout
35967
35968 \begin_layout Standard
35969 \begin_inset Note Greyedout
35970 status open
35971
35972 \begin_layout Plain Layout
35973
35974 \series bold
35975 【註】
35976 \series default
35977 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
35978 警告が発せられます。
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \end_layout
35985
35986 \begin_layout Description
35987 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
35988 \end_layout
35989
35990 \begin_deeper
35991 \begin_layout Itemize
35992 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
35993 \end_layout
35994
35995 \begin_layout Itemize
35996 Inputファイルは、LyX設定の操作性
35997 \family sans
35998 \SpecialChar \menuseparator
35999 表示
36000 \family default
36001 の下にある
36002 \family sans
36003 画像を表示
36004 \family default
36005 を有効にすると、LyX中でプレビューすることができます。
36006 \end_layout
36007
36008 \begin_layout Itemize
36009 LaTeXコマンドの
36010 \series bold
36011
36012 \backslash
36013 includeonly
36014 \series default
36015 は使用することができません。
36016 \end_layout
36017
36018 \end_deeper
36019 \begin_layout Standard
36020 右は、
36021 \family sans
36022 Input
36023 \family default
36024 を使って挿入した子文書です。 
36025 \begin_inset CommandInset include
36026 LatexCommand input
36027 filename "DummyDocument2.lyx"
36028
36029 \end_inset
36030
36031
36032 \end_layout
36033
36034 \begin_layout Description
36035 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36036 に用いられているコマンドは実行されません。
36037 \family sans
36038 出力の空白に印付けをする
36039 \family default
36040 オプションを有効にすると、ソースコード中のすべての空白文字に「
36041 \begin_inset ERT
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045
36046
36047 \backslash
36048 textvisiblespace 
36049 \end_layout
36050
36051 \end_inset
36052
36053 」文字を表示させることができます。
36054 \family sans
36055 挿入\SpecialChar \menuseparator
36056 ファイル\SpecialChar \menuseparator
36057 平文
36058 \family default
36059 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36060 \end_layout
36061
36062 \begin_layout Standard
36063 以下は、verbatimとして挿入された子文書です。 
36064 \begin_inset CommandInset include
36065 LatexCommand verbatiminput
36066 filename "../DummyTextDocument.txt"
36067
36068 \end_inset
36069
36070
36071 \begin_inset VSpace bigskip
36072 \end_inset
36073
36074 以下は、
36075 \family sans
36076 出力の空白に印付けをする
36077 \family default
36078 オプションを指定して、verbatimとして挿入された子文書です。 
36079 \begin_inset CommandInset include
36080 LatexCommand verbatiminput*
36081 filename "../DummyTextDocument.txt"
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \begin_layout Standard
36089 \begin_inset VSpace bigskip
36090 \end_inset
36091
36092
36093 \end_layout
36094
36095 \begin_layout Standard
36096 \begin_inset Note Greyedout
36097 status open
36098
36099 \begin_layout Plain Layout
36100
36101 \series bold
36102 【註】
36103 \series default
36104 上記の例でわかるように、
36105 \family sans
36106 verbatim
36107 \family default
36108 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \begin_layout Standard
36117 \begin_inset Note Greyedout
36118 status open
36119
36120 \begin_layout Plain Layout
36121
36122 \series bold
36123 【訳註】
36124 \series default
36125 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \begin_layout Description
36134 プログラムリスト この型については、第
36135 \begin_inset CommandInset ref
36136 LatexCommand ref
36137 reference "cha:プログラムコードリスト"
36138
36139 \end_inset
36140
36141 章に説明されています。
36142 \end_layout
36143
36144 \begin_layout Standard
36145 \begin_inset Note Greyedout
36146 status open
36147
36148 \begin_layout Plain Layout
36149
36150 \series bold
36151 【註】
36152 \series default
36153 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36163 一部を出力から排除することができます。これは、
36164 \family sans
36165 文書\SpecialChar \menuseparator
36166 設定\SpecialChar \menuseparator
36167 子文書
36168 \family default
36169 メニューから行うことができます。そこの一覧中の各子文書の
36170 \family sans
36171 出力に含める
36172 \family default
36173 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36174 てのみ機能することにご注意ください)。
36175 \family sans
36176 カウンタと引用を維持
36177 \family default
36178 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
36179 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
36180 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36181 \end_layout
36182
36183 \begin_layout Standard
36184 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36185 \begin_inset Foot
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 派生枝は、LyX
36190 \emph on
36191 ユーザーの手引き
36192 \emph default
36193
36194 \emph on
36195 派生枝
36196 \emph default
36197 の節に説明されています。
36198 \end_layout
36199
36200 \end_inset
36201
36202 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36203 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36204 \end_layout
36205
36206 \begin_layout Chapter
36207 プログラムコードリスト
36208 \begin_inset CommandInset label
36209 LatexCommand label
36210 name "cha:プログラムコードリスト"
36211
36212 \end_inset
36213
36214
36215 \begin_inset Index idx
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 りすと@リスト
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 ぷろぐらむこーど@プログラムコード
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \begin_inset Index idx
36236 status collapsed
36237
36238 \begin_layout Plain Layout
36239 ふろーと@フロート ! りすと@リスト
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \begin_layout Standard
36248 プログラムコードを取り込んで組版するには、
36249 \family sans
36250 挿入
36251 \family default
36252 \SpecialChar \menuseparator
36253
36254 \family sans
36255 プログラムリスト
36256 \family default
36257 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36258 \series bold
36259 listings
36260 \series default
36261
36262 \begin_inset Index idx
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36267 \end_layout
36268
36269 \end_inset
36270
36271 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36272 \end_layout
36273
36274 \begin_layout Standard
36275 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36276 \end_layout
36277
36278 \begin_layout Standard
36279 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36280 \family sans
36281 行内リスト
36282 \family default
36283 を指定すると、リストは
36284 \begin_inset listings
36285 lstparams "language={C++}"
36286 inline true
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290
36291 int a=5;
36292 \end_layout
36293
36294 \end_inset
36295
36296 のように行内に印字されます。
36297 \begin_inset Newline newline
36298 \end_inset
36299
36300
36301 \family sans
36302 フロート
36303 \family default
36304 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36305 \begin_inset CommandInset ref
36306 LatexCommand ref
36307 reference "sec:フロートの配置"
36308
36309 \end_inset
36310
36311 節に説明されているフロート配置オプションに従って、「
36312 \family sans
36313 h
36314 \family default
36315 」「
36316 \family sans
36317 t
36318 \family default
36319 」「
36320 \family sans
36321 b
36322 \family default
36323 」「
36324 \family sans
36325 p
36326 \family default
36327 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36328 \family sans
36329 htbp
36330 \family default
36331 」のように区切りを入れることなく入力することができます。「
36332 \family sans
36333 h
36334 \family default
36335 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36336 \family sans
36337 フロート
36338 \family default
36339 オプションを使用しなければ大丈夫です。
36340 \end_layout
36341
36342 \begin_layout Standard
36343
36344 \family sans
36345 挿入
36346 \family default
36347 \SpecialChar \menuseparator
36348
36349 \family sans
36350 キャプション
36351 \family default
36352 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36353 \begin_inset CommandInset ref
36354 LatexCommand ref
36355 reference "lst:リストフロート"
36356
36357 \end_inset
36358
36359 のように参照することができます。
36360 \lang english
36361 A list of listings which contains all listings with captions can be created
36362  via the menu 
36363 \family sans
36364 Insert\SpecialChar \menuseparator
36365 List
36366 \begin_inset space ~
36367 \end_inset
36368
36369 /
36370 \begin_inset space ~
36371 \end_inset
36372
36373 TOC\SpecialChar \menuseparator
36374 List of Listings
36375 \family default
36376 .
36377  The list entries are the listing caption and the listing number
36378 \lang japanese
36379
36380 \end_layout
36381
36382 \begin_layout Standard
36383 \begin_inset listings
36384 lstparams "language=Python"
36385 inline false
36386 status open
36387
36388 \begin_layout Plain Layout
36389
36390 \begin_inset Caption Standard
36391
36392 \begin_layout Plain Layout
36393 \begin_inset CommandInset label
36394 LatexCommand label
36395 name "lst:リストフロート"
36396
36397 \end_inset
36398
36399 Example Listing Float
36400 \end_layout
36401
36402 \end_inset
36403
36404 # Example listing float
36405 \end_layout
36406
36407 \begin_layout Plain Layout
36408
36409 def func(param):
36410 \end_layout
36411
36412 \begin_layout Plain Layout
36413
36414     'this is a python function'
36415 \end_layout
36416
36417 \begin_layout Plain Layout
36418
36419     pass
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Standard
36428 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36429 onのキーワード「def」が識別され、ボールド体で出力されます。
36430 \end_layout
36431
36432 \begin_layout Standard
36433 \begin_inset Note Greyedout
36434 status open
36435
36436 \begin_layout Plain Layout
36437
36438 \series bold
36439 【註】
36440 \series default
36441 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36442 \family typewriter
36443 typewriter
36444 \family default
36445 フォントがボールド体を提供していません。この場合には、
36446 \family sans
36447 文書
36448 \family default
36449 \SpecialChar \menuseparator
36450
36451 \family sans
36452 設定
36453 \family default
36454 \SpecialChar \menuseparator
36455
36456 \family sans
36457 フォント
36458 \family default
36459 メニューで別のフォントを選択してください(
36460 \emph on
36461 LuxiMono
36462 \emph default
36463
36464 \emph on
36465 BeraMono
36466 \emph default
36467
36468 \emph on
36469 Courier
36470 \emph default
36471 の各フォントはボールド体を提供します)。
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \end_layout
36478
36479 \begin_layout Standard
36480 \begin_inset Note Greyedout
36481 status open
36482
36483 \begin_layout Plain Layout
36484
36485 \series bold
36486 【訳註】
36487 \series default
36488 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Standard
36497 プログラムリストダイアログの
36498 \family sans
36499 行番号
36500 \family default
36501 のセクションでは、行番号の様式を指定することができます。
36502 \family sans
36503 行間
36504 \family default
36505 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36506 \end_layout
36507
36508 \begin_layout Standard
36509 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36510 \family sans
36511 拡張文字コード表を使う
36512 \family default
36513 オプションを使用しなくてはなりません。
36514 \begin_inset Newline newline
36515 \end_inset
36516
36517 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36518 \begin_inset space \thinspace{}
36519 \end_inset
36520
36521 -
36522 \begin_inset space \thinspace{}
36523 \end_inset
36524
36525 8」で設定したプログラムリストの例です。
36526 \end_layout
36527
36528 \begin_layout Standard
36529 \begin_inset listings
36530 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36531 inline false
36532 status open
36533
36534 \begin_layout Plain Layout
36535
36536 def func(param):
36537 \end_layout
36538
36539 \begin_layout Plain Layout
36540
36541     'this is a python function'
36542 \end_layout
36543
36544 \begin_layout Plain Layout
36545
36546     pass
36547 \end_layout
36548
36549 \begin_layout Plain Layout
36550
36551 def func(param):
36552 \end_layout
36553
36554 \begin_layout Plain Layout
36555
36556 'This is a German word: Tschüß'
36557 \end_layout
36558
36559 \begin_layout Plain Layout
36560
36561 pass
36562 \end_layout
36563
36564 \begin_layout Plain Layout
36565
36566 def func(param):
36567 \end_layout
36568
36569 \begin_layout Plain Layout
36570
36571 'this is a python function'
36572 \end_layout
36573
36574 \begin_layout Plain Layout
36575
36576 pass
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \end_layout
36583
36584 \begin_layout Standard
36585 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36586 \family sans
36587 タビュレータの大きさ
36588 \family default
36589 フィールドで指定することができます。
36590 \end_layout
36591
36592 \begin_layout Standard
36593 \begin_inset Note Greyedout
36594 status open
36595
36596 \begin_layout Plain Layout
36597
36598 \series bold
36599 【註】listings
36600 \series default
36601 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36602 に振られているのはこのためです。
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \begin_layout Standard
36611 \begin_inset VSpace bigskip
36612 \end_inset
36613
36614
36615 \end_layout
36616
36617 \begin_layout Standard
36618 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36619 \family sans
36620 挿入
36621 \family default
36622 \SpecialChar \menuseparator
36623
36624 \family sans
36625 ファイル
36626 \family default
36627 \SpecialChar \menuseparator
36628
36629 \family sans
36630 子文書
36631 \family default
36632 メニューを使用して
36633 \family sans
36634 プログラムリスト
36635 \family default
36636 型を選択してください
36637 \begin_inset Foot
36638 status collapsed
36639
36640 \begin_layout Plain Layout
36641 他の子文書型については、第 section
36642 \begin_inset space ~
36643 \end_inset
36644
36645
36646 \begin_inset CommandInset ref
36647 LatexCommand ref
36648 reference "sec:子文書"
36649
36650 \end_inset
36651
36652 節に説明があります。
36653 \end_layout
36654
36655 \end_inset
36656
36657 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
36658 疑問符「?」を打鍵してください。
36659 \end_layout
36660
36661 \begin_layout Standard
36662 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
36663 \family sans
36664 挿入
36665 \family default
36666 \SpecialChar \menuseparator
36667
36668 \family sans
36669 相互参照
36670 \family default
36671 メニューを使って参照できるようになります。
36672 \end_layout
36673
36674 \begin_layout Standard
36675 プログラムリスト
36676 \begin_inset CommandInset ref
36677 LatexCommand ref
36678 reference "lst:file-listing"
36679
36680 \end_inset
36681
36682 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
36683 \end_layout
36684
36685 \begin_layout Standard
36686 \begin_inset CommandInset include
36687 LatexCommand lstinputlisting
36688 filename "EmbeddedObjects.lyx"
36689 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \begin_layout Standard
36697 \begin_inset VSpace bigskip
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \begin_layout Standard
36704 リストに数式を入れるには、以下のようにします。
36705 \end_layout
36706
36707 \begin_layout Enumerate
36708 リストダイアログを開き、
36709 \family sans
36710 詳細
36711 \family default
36712 タブのフィールド中に
36713 \begin_inset Newline newline
36714 \end_inset
36715
36716
36717 \family sans
36718 mathescape=true
36719 \family default
36720
36721 \begin_inset Newline newline
36722 \end_inset
36723
36724 と書き加えます。
36725 \end_layout
36726
36727 \begin_layout Enumerate
36728 リスト外で数式を作成します。
36729 \end_layout
36730
36731 \begin_layout Enumerate
36732 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
36733 \begin_inset Info
36734 type  "shortcut"
36735 arg   "copy"
36736 \end_inset
36737
36738 )。
36739 \end_layout
36740
36741 \begin_layout Enumerate
36742 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
36743 \begin_inset Info
36744 type  "shortcut"
36745 arg   "paste"
36746 \end_inset
36747
36748 )。
36749 \end_layout
36750
36751 \begin_layout Standard
36752 \begin_inset listings
36753 lstparams "language=Python,mathescape=true"
36754 inline false
36755 status open
36756
36757 \begin_layout Plain Layout
36758
36759 \begin_inset Caption Standard
36760
36761 \begin_layout Plain Layout
36762 Example Listing float containing a formula
36763 \end_layout
36764
36765 \end_inset
36766
36767 # Example listing float
36768 \end_layout
36769
36770 \begin_layout Plain Layout
36771
36772 def func(param):
36773 \end_layout
36774
36775 \begin_layout Plain Layout
36776
36777     # $
36778 \backslash
36779 prod_{n=1}^{
36780 \backslash
36781 infty}
36782 \backslash
36783 ,
36784 \backslash
36785 frac{1}{x^{2}}$
36786 \end_layout
36787
36788 \begin_layout Plain Layout
36789
36790     pass
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \end_layout
36797
36798 \begin_layout Standard
36799 \begin_inset VSpace bigskip
36800 \end_inset
36801
36802
36803 \end_layout
36804
36805 \begin_layout Standard
36806 大域的なプログラムリストの設定は、
36807 \family sans
36808 文書
36809 \family default
36810 \SpecialChar \menuseparator
36811
36812 \family sans
36813 設定
36814 \family default
36815 \SpecialChar \menuseparator
36816
36817 \family sans
36818 リスト
36819 \family default
36820 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
36821 \family sans
36822 プログラムリスト設定
36823 \family default
36824 フィールドで疑問符「?」を打鍵してください。
36825 \end_layout
36826
36827 \begin_layout Standard
36828
36829 \series bold
36830 listings
36831 \series default
36832 パッケージについての詳しい情報については、取扱説明書
36833 \begin_inset CommandInset citation
36834 LatexCommand cite
36835 key "listings"
36836
36837 \end_inset
36838
36839 をご参照ください。.
36840 \end_layout
36841
36842 \begin_layout Standard
36843 \begin_inset Newpage newpage
36844 \end_inset
36845
36846
36847 \end_layout
36848
36849 \begin_layout Chapter
36850 \start_of_appendix
36851 LyXで使用できる単位
36852 \begin_inset Index idx
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856 たんい@単位
36857 \end_layout
36858
36859 \end_inset
36860
36861
36862 \begin_inset CommandInset label
36863 LatexCommand label
36864 name "cha:LyXで使用できる単位"
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \begin_layout Standard
36872 この文書で用いられる単位の理解のために、表
36873 \begin_inset CommandInset ref
36874 LatexCommand ref
36875 reference "tab:単位"
36876
36877 \end_inset
36878
36879 に、LyXで使うことのできる単位をまとめておきます。
36880 \end_layout
36881
36882 \begin_layout Standard
36883 \begin_inset Float table
36884 placement h
36885 wide false
36886 sideways false
36887 status open
36888
36889 \begin_layout Plain Layout
36890 \begin_inset Caption Standard
36891
36892 \begin_layout Plain Layout
36893 \begin_inset CommandInset label
36894 LatexCommand label
36895 name "tab:単位"
36896
36897 \end_inset
36898
36899 単位
36900 \end_layout
36901
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \begin_layout Plain Layout
36908 \begin_inset VSpace medskip
36909 \end_inset
36910
36911
36912 \end_layout
36913
36914 \begin_layout Plain Layout
36915 \align center
36916 \begin_inset Tabular
36917 <lyxtabular version="3" rows="20" columns="2">
36918 <features rotate="0" tabularvalignment="middle">
36919 <column alignment="center" valignment="top">
36920 <column alignment="center" valignment="top">
36921 <row>
36922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926 単位
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 名称/摘要
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 </row>
36941 <row>
36942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36943 \begin_inset Text
36944
36945 \begin_layout Plain Layout
36946 mm
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955 ミリメートル
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 </row>
36961 <row>
36962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36963 \begin_inset Text
36964
36965 \begin_layout Plain Layout
36966 cm
36967 \end_layout
36968
36969 \end_inset
36970 </cell>
36971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36972 \begin_inset Text
36973
36974 \begin_layout Plain Layout
36975 センチメートル
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 </row>
36981 <row>
36982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36983 \begin_inset Text
36984
36985 \begin_layout Plain Layout
36986 in
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 インチ
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 <row>
37002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 pt
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 ポイント (72.27
37016 \begin_inset Formula $\,$
37017 \end_inset
37018
37019 pt = 1
37020 \begin_inset Formula $\,$
37021 \end_inset
37022
37023 in)
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 <row>
37030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 pc
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043 パイカ (1
37044 \begin_inset Formula $\,$
37045 \end_inset
37046
37047 pc = 12
37048 \begin_inset Formula $\,$
37049 \end_inset
37050
37051 pt)
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 </row>
37057 <row>
37058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062 sp
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071 スケールポイント (65536
37072 \begin_inset Formula $\,$
37073 \end_inset
37074
37075 sp = 1
37076 \begin_inset Formula $\,$
37077 \end_inset
37078
37079 pt)
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 </row>
37085 <row>
37086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 bp
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 ビッグポイント (72
37100 \begin_inset Formula $\,$
37101 \end_inset
37102
37103 bp = 1
37104 \begin_inset Formula $\,$
37105 \end_inset
37106
37107 in)
37108 \end_layout
37109
37110 \end_inset
37111 </cell>
37112 </row>
37113 <row>
37114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37115 \begin_inset Text
37116
37117 \begin_layout Plain Layout
37118 dd
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127 ディドー (72
37128 \begin_inset Formula $\,$
37129 \end_inset
37130
37131 dd 
37132 \begin_inset Formula $\approx$
37133 \end_inset
37134
37135  37.6
37136 \begin_inset Formula $\,$
37137 \end_inset
37138
37139 mm)
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 </row>
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150 cc
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 シセロ (1
37160 \begin_inset Formula $\,$
37161 \end_inset
37162
37163 cc = 12
37164 \begin_inset Formula $\,$
37165 \end_inset
37166
37167 dd)
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 </row>
37173 <row>
37174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178 Scale%
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 元の画像幅の%
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198 text%
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 テキスト幅の%
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218 col%
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 組段幅の%
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 </row>
37233 <row>
37234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238 page%
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" leftline="true" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258 line%
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 行幅の%
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 theight%
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 テキスト高さの%
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 </row>
37293 <row>
37294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37295 \begin_inset Text
37296
37297 \begin_layout Plain Layout
37298 pheight%
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307 用紙高さの%
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 </row>
37313 <row>
37314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37315 \begin_inset Text
37316
37317 \begin_layout Plain Layout
37318 ex
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 現在のフォントの文字「x」の高さ
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 <row>
37334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37335 \begin_inset Text
37336
37337 \begin_layout Plain Layout
37338 em
37339 \end_layout
37340
37341 \end_inset
37342 </cell>
37343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347 現在のフォントの文字「M」の幅
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 </row>
37353 <row>
37354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 mu
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367 数式単位 (1
37368 \begin_inset Formula $\,$
37369 \end_inset
37370
37371 mu = 1/18
37372 \begin_inset Formula $\,$
37373 \end_inset
37374
37375 em)
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 </row>
37381 </lyxtabular>
37382
37383 \end_inset
37384
37385
37386 \end_layout
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \begin_layout Chapter
37394 画像を含む場合のファイル出力形式
37395 \begin_inset CommandInset label
37396 LatexCommand label
37397 name "cha:ファイル出力形式"
37398
37399 \end_inset
37400
37401
37402 \end_layout
37403
37404 \begin_layout Section
37405 DVI
37406 \begin_inset Index idx
37407 status collapsed
37408
37409 \begin_layout Plain Layout
37410 ふぁいるしょしき@ファイル書式 ! DVI
37411 \end_layout
37412
37413 \end_inset
37414
37415
37416 \begin_inset Index idx
37417 status collapsed
37418
37419 \begin_layout Plain Layout
37420 DVI
37421 \begin_inset ERT
37422 status collapsed
37423
37424 \begin_layout Plain Layout
37425
37426 |see{
37427 \end_layout
37428
37429 \end_inset
37430
37431 ファイル書式
37432 \begin_inset ERT
37433 status collapsed
37434
37435 \begin_layout Plain Layout
37436
37437 }
37438 \end_layout
37439
37440 \end_inset
37441
37442
37443 \end_layout
37444
37445 \end_inset
37446
37447
37448 \end_layout
37449
37450 \begin_layout Standard
37451 このファイル型の拡張子は「
37452 \family typewriter
37453 .dvi
37454 \family default
37455 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37456 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37457 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37458 \end_layout
37459
37460 \begin_layout Standard
37461 \begin_inset Note Greyedout
37462 status open
37463
37464 \begin_layout Plain Layout
37465 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37466 \end_layout
37467
37468 \end_inset
37469
37470 ですから、お使いの
37471 \family typewriter
37472 .dvi
37473 \family default
37474 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37475 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37476 DFを使用することをお勧めします。
37477 \end_layout
37478
37479 \begin_layout Standard
37480 使用中の文書は、
37481 \family sans
37482 ファイル
37483 \family default
37484 \SpecialChar \menuseparator
37485
37486 \family sans
37487 書き出し
37488 \family default
37489 \SpecialChar \menuseparator
37490
37491 \family sans
37492 DVI
37493 \family default
37494 メニューを使用して、DVIに書き出すことができます。
37495 \family sans
37496 表示
37497 \family default
37498 メニューから、文書をDVIとして表示させることもできます。
37499 \end_layout
37500
37501 \begin_layout Section
37502 PostScript
37503 \begin_inset CommandInset label
37504 LatexCommand label
37505 name "sec:PostScript"
37506
37507 \end_inset
37508
37509
37510 \begin_inset Index idx
37511 status collapsed
37512
37513 \begin_layout Plain Layout
37514 ふぁいるしょしき@ファイル書式 ! PostScript
37515 \end_layout
37516
37517 \end_inset
37518
37519
37520 \begin_inset Index idx
37521 status collapsed
37522
37523 \begin_layout Plain Layout
37524 PostScript
37525 \begin_inset ERT
37526 status collapsed
37527
37528 \begin_layout Plain Layout
37529
37530 |see{
37531 \end_layout
37532
37533 \end_inset
37534
37535 ファイル書式
37536 \begin_inset ERT
37537 status collapsed
37538
37539 \begin_layout Plain Layout
37540
37541 }
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \end_inset
37550
37551
37552 \end_layout
37553
37554 \begin_layout Standard
37555 このファイル型の拡張子は「
37556 \family typewriter
37557 .ps
37558 \family default
37559 」です。PostScriptは、
37560 \family typewriter
37561 Adobe
37562 \family default
37563 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37564 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37565 \begin_inset Foot
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37570 \series bold
37571 PSTricks
37572 \series default
37573
37574 \begin_inset CommandInset citation
37575 LatexCommand cite
37576 key "pstricks"
37577
37578 \end_inset
37579
37580 を見てみてください。
37581 \end_layout
37582
37583 \end_inset
37584
37585 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37586 \end_layout
37587
37588 \begin_layout Standard
37589 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37590 \family typewriter
37591 .eps
37592 \family default
37593 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37594 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37595 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37596 を直接EPSとして入れておく方がよいでしょう。
37597 \end_layout
37598
37599 \begin_layout Standard
37600 文書は、
37601 \family sans
37602 ファイル
37603 \family default
37604 \SpecialChar \menuseparator
37605
37606 \family sans
37607 書き出し
37608 \family default
37609 \SpecialChar \menuseparator
37610
37611 \family sans
37612 Postscript
37613 \family default
37614 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37615 \family sans
37616 表示
37617 \family default
37618 メニューかツールバーボタン
37619 \begin_inset Graphics
37620         filename ../../images/buffer-view_ps.png
37621         scale 85
37622         scaleBeforeRotation
37623
37624 \end_inset
37625
37626 を使用することでPostScriptとして表示させることができます。
37627 \end_layout
37628
37629 \begin_layout Section
37630 PDF
37631 \begin_inset Index idx
37632 status collapsed
37633
37634 \begin_layout Plain Layout
37635 ふぁいるしょしき@ファイル書式 ! PDF
37636 \end_layout
37637
37638 \end_inset
37639
37640
37641 \begin_inset Index idx
37642 status collapsed
37643
37644 \begin_layout Plain Layout
37645 PDF
37646 \end_layout
37647
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Standard
37654 このファイル型の拡張子は「
37655 \family typewriter
37656 .pdf
37657 \family default
37658 」です。この「Portable Document Format (PDF)」は、
37659 \family typewriter
37660 Adobe
37661 \family default
37662 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
37663 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
37664 \end_layout
37665
37666 \begin_layout Standard
37667 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
37668 \family typewriter
37669 .jpg
37670 \family default
37671 」または「
37672 \family typewriter
37673 .jpeg
37674 \family default
37675 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
37676 \family typewriter
37677 .png
37678 \family default
37679 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
37680 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
37681 とをお勧めします。
37682 \end_layout
37683
37684 \begin_layout Standard
37685 使用中の文書は、
37686 \family sans
37687 ファイル
37688 \family default
37689 \SpecialChar \menuseparator
37690
37691 \family sans
37692 書き出し
37693 \family default
37694 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
37695 \end_layout
37696
37697 \begin_layout Description
37698 PDF
37699 \begin_inset space ~
37700 \end_inset
37701
37702 (ps2pdf) これは
37703 \family typewriter
37704 ps2pdf
37705 \family default
37706 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
37707 \family typewriter
37708 dvips
37709 \family default
37710 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
37711 \end_layout
37712
37713 \begin_layout Description
37714 PDF
37715 \begin_inset space ~
37716 \end_inset
37717
37718 (dvipdfm) これは
37719 \family typewriter
37720 dvipdfm
37721 \family default
37722 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
37723 \end_layout
37724
37725 \begin_layout Description
37726 PDF
37727 \begin_inset space ~
37728 \end_inset
37729
37730 (pdflatex) これは
37731 \family typewriter
37732 pdftex
37733 \family default
37734 プログラムを使って、現在のファイルを直接PDFに変換します。
37735 \end_layout
37736
37737 \begin_layout Standard
37738
37739 \family typewriter
37740 pdftex
37741 \family default
37742 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
37743 \family sans
37744 PDF
37745 \begin_inset space ~
37746 \end_inset
37747
37748 (pdflatex)
37749 \family default
37750 を使用することが推奨されます。
37751 \family typewriter
37752 dvipdfm
37753 \family default
37754 プログラムは開発が停止しており、若干時代遅れになっています。
37755 \end_layout
37756
37757 \begin_layout Standard
37758 使用中の文書をPDFとして表示するには、
37759 \family sans
37760 表示
37761 \family default
37762 メニューかツールバーボタン
37763 \begin_inset Graphics
37764         filename ../../images/buffer-view_pdf2.png
37765         scale 85
37766         scaleBeforeRotation
37767
37768 \end_inset
37769
37770 (これは
37771 \family sans
37772 PDF
37773 \begin_inset space ~
37774 \end_inset
37775
37776 (pdflatex)
37777 \family default
37778 を使用します)を用います。
37779 \end_layout
37780
37781 \begin_layout Chapter
37782 dvips色名一覧
37783 \begin_inset CommandInset label
37784 LatexCommand label
37785 name "chap:dvips色名一覧"
37786
37787 \end_inset
37788
37789
37790 \end_layout
37791
37792 \begin_layout Standard
37793 \begin_inset Tabular
37794 <lyxtabular version="3" rows="17" columns="4">
37795 <features rotate="0" tabularvalignment="middle">
37796 <column alignment="left" valignment="top" width="0pt">
37797 <column alignment="left" valignment="top" width="0pt">
37798 <column alignment="left" valignment="top" width="0pt">
37799 <column alignment="left" valignment="top" width="0pt">
37800 <row>
37801 <cell alignment="left" valignment="top" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805 \begin_inset ERT
37806 status collapsed
37807
37808 \begin_layout Plain Layout
37809
37810
37811 \backslash
37812 fcolorbox{black}{
37813 \end_layout
37814
37815 \end_inset
37816
37817 white
37818 \begin_inset ERT
37819 status collapsed
37820
37821 \begin_layout Plain Layout
37822
37823 }{
37824 \end_layout
37825
37826 \end_inset
37827
37828
37829 \begin_inset ERT
37830 status collapsed
37831
37832 \begin_layout Plain Layout
37833
37834 }
37835 \end_layout
37836
37837 \end_inset
37838
37839  色名
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 <cell alignment="left" valignment="top" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848 \begin_inset ERT
37849 status collapsed
37850
37851 \begin_layout Plain Layout
37852
37853
37854 \backslash
37855 fcolorbox{black}{
37856 \end_layout
37857
37858 \end_inset
37859
37860 white
37861 \begin_inset ERT
37862 status collapsed
37863
37864 \begin_layout Plain Layout
37865
37866 }{
37867 \end_layout
37868
37869 \end_inset
37870
37871
37872 \begin_inset ERT
37873 status collapsed
37874
37875 \begin_layout Plain Layout
37876
37877 }
37878 \end_layout
37879
37880 \end_inset
37881
37882  色名
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 <cell alignment="left" valignment="top" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891 \begin_inset ERT
37892 status collapsed
37893
37894 \begin_layout Plain Layout
37895
37896
37897 \backslash
37898 fcolorbox{black}{
37899 \end_layout
37900
37901 \end_inset
37902
37903 white
37904 \begin_inset ERT
37905 status collapsed
37906
37907 \begin_layout Plain Layout
37908
37909 }{
37910 \end_layout
37911
37912 \end_inset
37913
37914
37915 \begin_inset ERT
37916 status collapsed
37917
37918 \begin_layout Plain Layout
37919
37920 }
37921 \end_layout
37922
37923 \end_inset
37924
37925  色名
37926 \end_layout
37927
37928 \end_inset
37929 </cell>
37930 <cell alignment="left" valignment="top" usebox="none">
37931 \begin_inset Text
37932
37933 \begin_layout Plain Layout
37934 \begin_inset ERT
37935 status collapsed
37936
37937 \begin_layout Plain Layout
37938
37939
37940 \backslash
37941 fcolorbox{black}{
37942 \end_layout
37943
37944 \end_inset
37945
37946 white
37947 \begin_inset ERT
37948 status collapsed
37949
37950 \begin_layout Plain Layout
37951
37952 }{
37953 \end_layout
37954
37955 \end_inset
37956
37957
37958 \begin_inset ERT
37959 status collapsed
37960
37961 \begin_layout Plain Layout
37962
37963 }
37964 \end_layout
37965
37966 \end_inset
37967
37968  色名
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 </row>
37974 <row>
37975 <cell alignment="center" valignment="top" usebox="none">
37976 \begin_inset Text
37977
37978 \begin_layout Plain Layout
37979 \begin_inset ERT
37980 status collapsed
37981
37982 \begin_layout Plain Layout
37983
37984
37985 \backslash
37986 fcolorbox{black}{
37987 \end_layout
37988
37989 \end_inset
37990
37991 Apricot
37992 \begin_inset ERT
37993 status collapsed
37994
37995 \begin_layout Plain Layout
37996
37997 }{
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \begin_inset Phantom Phantom
38004 status open
38005
38006 \begin_layout Plain Layout
38007 W
38008 \end_layout
38009
38010 \end_inset
38011
38012
38013 \begin_inset ERT
38014 status collapsed
38015
38016 \begin_layout Plain Layout
38017
38018 }
38019 \end_layout
38020
38021 \end_inset
38022
38023  Apricot
38024 \end_layout
38025
38026 \end_inset
38027 </cell>
38028 <cell alignment="center" valignment="top" usebox="none">
38029 \begin_inset Text
38030
38031 \begin_layout Plain Layout
38032 \begin_inset ERT
38033 status collapsed
38034
38035 \begin_layout Plain Layout
38036
38037
38038 \backslash
38039 fcolorbox{black}{
38040 \end_layout
38041
38042 \end_inset
38043
38044 Aquamarine
38045 \begin_inset ERT
38046 status collapsed
38047
38048 \begin_layout Plain Layout
38049
38050 }{
38051 \end_layout
38052
38053 \end_inset
38054
38055
38056 \begin_inset Phantom Phantom
38057 status open
38058
38059 \begin_layout Plain Layout
38060 W
38061 \end_layout
38062
38063 \end_inset
38064
38065
38066 \begin_inset ERT
38067 status collapsed
38068
38069 \begin_layout Plain Layout
38070
38071 }
38072 \end_layout
38073
38074 \end_inset
38075
38076  Aquamarine
38077 \end_layout
38078
38079 \end_inset
38080 </cell>
38081 <cell alignment="center" valignment="top" usebox="none">
38082 \begin_inset Text
38083
38084 \begin_layout Plain Layout
38085 \begin_inset ERT
38086 status collapsed
38087
38088 \begin_layout Plain Layout
38089
38090
38091 \backslash
38092 fcolorbox{black}{
38093 \end_layout
38094
38095 \end_inset
38096
38097 Bittersweet
38098 \begin_inset ERT
38099 status collapsed
38100
38101 \begin_layout Plain Layout
38102
38103 }{
38104 \end_layout
38105
38106 \end_inset
38107
38108
38109 \begin_inset Phantom Phantom
38110 status open
38111
38112 \begin_layout Plain Layout
38113 W
38114 \end_layout
38115
38116 \end_inset
38117
38118
38119 \begin_inset ERT
38120 status collapsed
38121
38122 \begin_layout Plain Layout
38123
38124 }
38125 \end_layout
38126
38127 \end_inset
38128
38129  Bittersweet
38130 \end_layout
38131
38132 \end_inset
38133 </cell>
38134 <cell alignment="center" valignment="top" usebox="none">
38135 \begin_inset Text
38136
38137 \begin_layout Plain Layout
38138 \begin_inset ERT
38139 status collapsed
38140
38141 \begin_layout Plain Layout
38142
38143
38144 \backslash
38145 fcolorbox{black}{
38146 \end_layout
38147
38148 \end_inset
38149
38150 BlueGreen
38151 \begin_inset ERT
38152 status collapsed
38153
38154 \begin_layout Plain Layout
38155
38156 }{
38157 \end_layout
38158
38159 \end_inset
38160
38161
38162 \begin_inset Phantom Phantom
38163 status open
38164
38165 \begin_layout Plain Layout
38166 W
38167 \end_layout
38168
38169 \end_inset
38170
38171
38172 \begin_inset ERT
38173 status collapsed
38174
38175 \begin_layout Plain Layout
38176
38177 }
38178 \end_layout
38179
38180 \end_inset
38181
38182  BlueGreen
38183 \end_layout
38184
38185 \end_inset
38186 </cell>
38187 </row>
38188 <row>
38189 <cell alignment="left" valignment="top" usebox="none">
38190 \begin_inset Text
38191
38192 \begin_layout Plain Layout
38193 \begin_inset ERT
38194 status collapsed
38195
38196 \begin_layout Plain Layout
38197
38198
38199 \backslash
38200 fcolorbox{black}{
38201 \end_layout
38202
38203 \end_inset
38204
38205 BlueViolet
38206 \begin_inset ERT
38207 status collapsed
38208
38209 \begin_layout Plain Layout
38210
38211 }{
38212 \end_layout
38213
38214 \end_inset
38215
38216
38217 \begin_inset Phantom Phantom
38218 status open
38219
38220 \begin_layout Plain Layout
38221 W
38222 \end_layout
38223
38224 \end_inset
38225
38226
38227 \begin_inset ERT
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231
38232 }
38233 \end_layout
38234
38235 \end_inset
38236
38237  BlueViolet
38238 \end_layout
38239
38240 \end_inset
38241 </cell>
38242 <cell alignment="left" valignment="top" usebox="none">
38243 \begin_inset Text
38244
38245 \begin_layout Plain Layout
38246 \begin_inset ERT
38247 status collapsed
38248
38249 \begin_layout Plain Layout
38250
38251
38252 \backslash
38253 fcolorbox{black}{
38254 \end_layout
38255
38256 \end_inset
38257
38258 BrickRed
38259 \begin_inset ERT
38260 status collapsed
38261
38262 \begin_layout Plain Layout
38263
38264 }{
38265 \end_layout
38266
38267 \end_inset
38268
38269
38270 \begin_inset Phantom Phantom
38271 status open
38272
38273 \begin_layout Plain Layout
38274 W
38275 \end_layout
38276
38277 \end_inset
38278
38279
38280 \begin_inset ERT
38281 status collapsed
38282
38283 \begin_layout Plain Layout
38284
38285 }
38286 \end_layout
38287
38288 \end_inset
38289
38290  BrickRed
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 <cell alignment="left" valignment="top" usebox="none">
38296 \begin_inset Text
38297
38298 \begin_layout Plain Layout
38299 \begin_inset ERT
38300 status collapsed
38301
38302 \begin_layout Plain Layout
38303
38304
38305 \backslash
38306 fcolorbox{black}{
38307 \end_layout
38308
38309 \end_inset
38310
38311 Brown
38312 \begin_inset ERT
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316
38317 }{
38318 \end_layout
38319
38320 \end_inset
38321
38322
38323 \begin_inset Phantom Phantom
38324 status open
38325
38326 \begin_layout Plain Layout
38327 W
38328 \end_layout
38329
38330 \end_inset
38331
38332
38333 \begin_inset ERT
38334 status collapsed
38335
38336 \begin_layout Plain Layout
38337
38338 }
38339 \end_layout
38340
38341 \end_inset
38342
38343  Brown
38344 \end_layout
38345
38346 \end_inset
38347 </cell>
38348 <cell alignment="left" valignment="top" usebox="none">
38349 \begin_inset Text
38350
38351 \begin_layout Plain Layout
38352 \begin_inset ERT
38353 status collapsed
38354
38355 \begin_layout Plain Layout
38356
38357
38358 \backslash
38359 fcolorbox{black}{
38360 \end_layout
38361
38362 \end_inset
38363
38364 BurntOrange
38365 \begin_inset ERT
38366 status collapsed
38367
38368 \begin_layout Plain Layout
38369
38370 }{
38371 \end_layout
38372
38373 \end_inset
38374
38375
38376 \begin_inset Phantom Phantom
38377 status open
38378
38379 \begin_layout Plain Layout
38380 W
38381 \end_layout
38382
38383 \end_inset
38384
38385
38386 \begin_inset ERT
38387 status collapsed
38388
38389 \begin_layout Plain Layout
38390
38391 }
38392 \end_layout
38393
38394 \end_inset
38395
38396  BurntOrange
38397 \end_layout
38398
38399 \end_inset
38400 </cell>
38401 </row>
38402 <row>
38403 <cell alignment="left" valignment="top" usebox="none">
38404 \begin_inset Text
38405
38406 \begin_layout Plain Layout
38407 \begin_inset ERT
38408 status collapsed
38409
38410 \begin_layout Plain Layout
38411
38412
38413 \backslash
38414 fcolorbox{black}{
38415 \end_layout
38416
38417 \end_inset
38418
38419 CadetBlue
38420 \begin_inset ERT
38421 status collapsed
38422
38423 \begin_layout Plain Layout
38424
38425 }{
38426 \end_layout
38427
38428 \end_inset
38429
38430
38431 \begin_inset Phantom Phantom
38432 status open
38433
38434 \begin_layout Plain Layout
38435 W
38436 \end_layout
38437
38438 \end_inset
38439
38440
38441 \begin_inset ERT
38442 status collapsed
38443
38444 \begin_layout Plain Layout
38445
38446 }
38447 \end_layout
38448
38449 \end_inset
38450
38451  CadetBlue
38452 \end_layout
38453
38454 \end_inset
38455 </cell>
38456 <cell alignment="left" valignment="top" usebox="none">
38457 \begin_inset Text
38458
38459 \begin_layout Plain Layout
38460 \begin_inset ERT
38461 status collapsed
38462
38463 \begin_layout Plain Layout
38464
38465
38466 \backslash
38467 fcolorbox{black}{
38468 \end_layout
38469
38470 \end_inset
38471
38472 CarnationPink
38473 \begin_inset ERT
38474 status collapsed
38475
38476 \begin_layout Plain Layout
38477
38478 }{
38479 \end_layout
38480
38481 \end_inset
38482
38483
38484 \begin_inset Phantom Phantom
38485 status open
38486
38487 \begin_layout Plain Layout
38488 W
38489 \end_layout
38490
38491 \end_inset
38492
38493
38494 \begin_inset ERT
38495 status collapsed
38496
38497 \begin_layout Plain Layout
38498
38499 }
38500 \end_layout
38501
38502 \end_inset
38503
38504  CarnationPink
38505 \end_layout
38506
38507 \end_inset
38508 </cell>
38509 <cell alignment="left" valignment="top" usebox="none">
38510 \begin_inset Text
38511
38512 \begin_layout Plain Layout
38513 \begin_inset ERT
38514 status collapsed
38515
38516 \begin_layout Plain Layout
38517
38518
38519 \backslash
38520 fcolorbox{black}{
38521 \end_layout
38522
38523 \end_inset
38524
38525 Cerulean
38526 \begin_inset ERT
38527 status collapsed
38528
38529 \begin_layout Plain Layout
38530
38531 }{
38532 \end_layout
38533
38534 \end_inset
38535
38536
38537 \begin_inset Phantom Phantom
38538 status open
38539
38540 \begin_layout Plain Layout
38541 W
38542 \end_layout
38543
38544 \end_inset
38545
38546
38547 \begin_inset ERT
38548 status collapsed
38549
38550 \begin_layout Plain Layout
38551
38552 }
38553 \end_layout
38554
38555 \end_inset
38556
38557  Cerulean
38558 \end_layout
38559
38560 \end_inset
38561 </cell>
38562 <cell alignment="left" valignment="top" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566 \begin_inset ERT
38567 status collapsed
38568
38569 \begin_layout Plain Layout
38570
38571
38572 \backslash
38573 fcolorbox{black}{
38574 \end_layout
38575
38576 \end_inset
38577
38578 CornflowerBlue
38579 \begin_inset ERT
38580 status collapsed
38581
38582 \begin_layout Plain Layout
38583
38584 }{
38585 \end_layout
38586
38587 \end_inset
38588
38589
38590 \begin_inset Phantom Phantom
38591 status open
38592
38593 \begin_layout Plain Layout
38594 W
38595 \end_layout
38596
38597 \end_inset
38598
38599
38600 \begin_inset ERT
38601 status collapsed
38602
38603 \begin_layout Plain Layout
38604
38605 }
38606 \end_layout
38607
38608 \end_inset
38609
38610  CornflowerBlue
38611 \end_layout
38612
38613 \end_inset
38614 </cell>
38615 </row>
38616 <row>
38617 <cell alignment="left" valignment="top" usebox="none">
38618 \begin_inset Text
38619
38620 \begin_layout Plain Layout
38621 \begin_inset ERT
38622 status collapsed
38623
38624 \begin_layout Plain Layout
38625
38626
38627 \backslash
38628 fcolorbox{black}{
38629 \end_layout
38630
38631 \end_inset
38632
38633 Dandelion
38634 \begin_inset ERT
38635 status collapsed
38636
38637 \begin_layout Plain Layout
38638
38639 }{
38640 \end_layout
38641
38642 \end_inset
38643
38644
38645 \begin_inset Phantom Phantom
38646 status open
38647
38648 \begin_layout Plain Layout
38649 W
38650 \end_layout
38651
38652 \end_inset
38653
38654
38655 \begin_inset ERT
38656 status collapsed
38657
38658 \begin_layout Plain Layout
38659
38660 }
38661 \end_layout
38662
38663 \end_inset
38664
38665  Dandelion
38666 \end_layout
38667
38668 \end_inset
38669 </cell>
38670 <cell alignment="left" valignment="top" usebox="none">
38671 \begin_inset Text
38672
38673 \begin_layout Plain Layout
38674 \begin_inset ERT
38675 status collapsed
38676
38677 \begin_layout Plain Layout
38678
38679
38680 \backslash
38681 fcolorbox{black}{
38682 \end_layout
38683
38684 \end_inset
38685
38686 DarkOrchid
38687 \begin_inset ERT
38688 status collapsed
38689
38690 \begin_layout Plain Layout
38691
38692 }{
38693 \end_layout
38694
38695 \end_inset
38696
38697
38698 \begin_inset Phantom Phantom
38699 status open
38700
38701 \begin_layout Plain Layout
38702 W
38703 \end_layout
38704
38705 \end_inset
38706
38707
38708 \begin_inset ERT
38709 status collapsed
38710
38711 \begin_layout Plain Layout
38712
38713 }
38714 \end_layout
38715
38716 \end_inset
38717
38718  DarkOrchid
38719 \end_layout
38720
38721 \end_inset
38722 </cell>
38723 <cell alignment="left" valignment="top" usebox="none">
38724 \begin_inset Text
38725
38726 \begin_layout Plain Layout
38727 \begin_inset ERT
38728 status collapsed
38729
38730 \begin_layout Plain Layout
38731
38732
38733 \backslash
38734 fcolorbox{black}{
38735 \end_layout
38736
38737 \end_inset
38738
38739 Emerald
38740 \begin_inset ERT
38741 status collapsed
38742
38743 \begin_layout Plain Layout
38744
38745 }{
38746 \end_layout
38747
38748 \end_inset
38749
38750
38751 \begin_inset Phantom Phantom
38752 status open
38753
38754 \begin_layout Plain Layout
38755 W
38756 \end_layout
38757
38758 \end_inset
38759
38760
38761 \begin_inset ERT
38762 status collapsed
38763
38764 \begin_layout Plain Layout
38765
38766 }
38767 \end_layout
38768
38769 \end_inset
38770
38771  Emerald
38772 \end_layout
38773
38774 \end_inset
38775 </cell>
38776 <cell alignment="left" valignment="top" usebox="none">
38777 \begin_inset Text
38778
38779 \begin_layout Plain Layout
38780 \begin_inset ERT
38781 status collapsed
38782
38783 \begin_layout Plain Layout
38784
38785
38786 \backslash
38787 fcolorbox{black}{
38788 \end_layout
38789
38790 \end_inset
38791
38792 ForestGreen
38793 \begin_inset ERT
38794 status collapsed
38795
38796 \begin_layout Plain Layout
38797
38798 }{
38799 \end_layout
38800
38801 \end_inset
38802
38803
38804 \begin_inset Phantom Phantom
38805 status open
38806
38807 \begin_layout Plain Layout
38808 W
38809 \end_layout
38810
38811 \end_inset
38812
38813
38814 \begin_inset ERT
38815 status collapsed
38816
38817 \begin_layout Plain Layout
38818
38819 }
38820 \end_layout
38821
38822 \end_inset
38823
38824  ForestGreen
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 </row>
38830 <row>
38831 <cell alignment="left" valignment="top" usebox="none">
38832 \begin_inset Text
38833
38834 \begin_layout Plain Layout
38835 \begin_inset ERT
38836 status collapsed
38837
38838 \begin_layout Plain Layout
38839
38840
38841 \backslash
38842 fcolorbox{black}{
38843 \end_layout
38844
38845 \end_inset
38846
38847 Fuchsia
38848 \begin_inset ERT
38849 status collapsed
38850
38851 \begin_layout Plain Layout
38852
38853 }{
38854 \end_layout
38855
38856 \end_inset
38857
38858
38859 \begin_inset Phantom Phantom
38860 status open
38861
38862 \begin_layout Plain Layout
38863 W
38864 \end_layout
38865
38866 \end_inset
38867
38868
38869 \begin_inset ERT
38870 status collapsed
38871
38872 \begin_layout Plain Layout
38873
38874 }
38875 \end_layout
38876
38877 \end_inset
38878
38879  Fuchsia
38880 \end_layout
38881
38882 \end_inset
38883 </cell>
38884 <cell alignment="left" valignment="top" usebox="none">
38885 \begin_inset Text
38886
38887 \begin_layout Plain Layout
38888 \begin_inset ERT
38889 status collapsed
38890
38891 \begin_layout Plain Layout
38892
38893
38894 \backslash
38895 fcolorbox{black}{
38896 \end_layout
38897
38898 \end_inset
38899
38900 Goldenrod
38901 \begin_inset ERT
38902 status collapsed
38903
38904 \begin_layout Plain Layout
38905
38906 }{
38907 \end_layout
38908
38909 \end_inset
38910
38911
38912 \begin_inset Phantom Phantom
38913 status open
38914
38915 \begin_layout Plain Layout
38916 W
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  Goldenrod
38933 \end_layout
38934
38935 \end_inset
38936 </cell>
38937 <cell alignment="left" valignment="top" usebox="none">
38938 \begin_inset Text
38939
38940 \begin_layout Plain Layout
38941 \begin_inset ERT
38942 status collapsed
38943
38944 \begin_layout Plain Layout
38945
38946
38947 \backslash
38948 fcolorbox{black}{
38949 \end_layout
38950
38951 \end_inset
38952
38953 Gray
38954 \begin_inset ERT
38955 status collapsed
38956
38957 \begin_layout Plain Layout
38958
38959 }{
38960 \end_layout
38961
38962 \end_inset
38963
38964
38965 \begin_inset Phantom Phantom
38966 status open
38967
38968 \begin_layout Plain Layout
38969 W
38970 \end_layout
38971
38972 \end_inset
38973
38974
38975 \begin_inset ERT
38976 status collapsed
38977
38978 \begin_layout Plain Layout
38979
38980 }
38981 \end_layout
38982
38983 \end_inset
38984
38985  Gray
38986 \end_layout
38987
38988 \end_inset
38989 </cell>
38990 <cell alignment="left" valignment="top" usebox="none">
38991 \begin_inset Text
38992
38993 \begin_layout Plain Layout
38994 \begin_inset ERT
38995 status collapsed
38996
38997 \begin_layout Plain Layout
38998
38999
39000 \backslash
39001 fcolorbox{black}{
39002 \end_layout
39003
39004 \end_inset
39005
39006 GreenYellow
39007 \begin_inset ERT
39008 status collapsed
39009
39010 \begin_layout Plain Layout
39011
39012 }{
39013 \end_layout
39014
39015 \end_inset
39016
39017
39018 \begin_inset Phantom Phantom
39019 status open
39020
39021 \begin_layout Plain Layout
39022 W
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  GreenYellow
39039 \end_layout
39040
39041 \end_inset
39042 </cell>
39043 </row>
39044 <row>
39045 <cell alignment="center" valignment="top" usebox="none">
39046 \begin_inset Text
39047
39048 \begin_layout Plain Layout
39049 \begin_inset ERT
39050 status collapsed
39051
39052 \begin_layout Plain Layout
39053
39054
39055 \backslash
39056 fcolorbox{black}{
39057 \end_layout
39058
39059 \end_inset
39060
39061 JungleGreen
39062 \begin_inset ERT
39063 status collapsed
39064
39065 \begin_layout Plain Layout
39066
39067 }{
39068 \end_layout
39069
39070 \end_inset
39071
39072
39073 \begin_inset Phantom Phantom
39074 status open
39075
39076 \begin_layout Plain Layout
39077 W
39078 \end_layout
39079
39080 \end_inset
39081
39082
39083 \begin_inset ERT
39084 status collapsed
39085
39086 \begin_layout Plain Layout
39087
39088 }
39089 \end_layout
39090
39091 \end_inset
39092
39093  JungleGreen
39094 \end_layout
39095
39096 \end_inset
39097 </cell>
39098 <cell alignment="center" valignment="top" usebox="none">
39099 \begin_inset Text
39100
39101 \begin_layout Plain Layout
39102 \begin_inset ERT
39103 status collapsed
39104
39105 \begin_layout Plain Layout
39106
39107
39108 \backslash
39109 fcolorbox{black}{
39110 \end_layout
39111
39112 \end_inset
39113
39114 Lavender
39115 \begin_inset ERT
39116 status collapsed
39117
39118 \begin_layout Plain Layout
39119
39120 }{
39121 \end_layout
39122
39123 \end_inset
39124
39125
39126 \begin_inset Phantom Phantom
39127 status open
39128
39129 \begin_layout Plain Layout
39130 W
39131 \end_layout
39132
39133 \end_inset
39134
39135
39136 \begin_inset ERT
39137 status collapsed
39138
39139 \begin_layout Plain Layout
39140
39141 }
39142 \end_layout
39143
39144 \end_inset
39145
39146  Lavender
39147 \end_layout
39148
39149 \end_inset
39150 </cell>
39151 <cell alignment="center" valignment="top" usebox="none">
39152 \begin_inset Text
39153
39154 \begin_layout Plain Layout
39155 \begin_inset ERT
39156 status collapsed
39157
39158 \begin_layout Plain Layout
39159
39160
39161 \backslash
39162 fcolorbox{black}{
39163 \end_layout
39164
39165 \end_inset
39166
39167 LimeGreen
39168 \begin_inset ERT
39169 status collapsed
39170
39171 \begin_layout Plain Layout
39172
39173 }{
39174 \end_layout
39175
39176 \end_inset
39177
39178
39179 \begin_inset Phantom Phantom
39180 status open
39181
39182 \begin_layout Plain Layout
39183 W
39184 \end_layout
39185
39186 \end_inset
39187
39188
39189 \begin_inset ERT
39190 status collapsed
39191
39192 \begin_layout Plain Layout
39193
39194 }
39195 \end_layout
39196
39197 \end_inset
39198
39199  LimeGreen
39200 \end_layout
39201
39202 \end_inset
39203 </cell>
39204 <cell alignment="center" valignment="top" usebox="none">
39205 \begin_inset Text
39206
39207 \begin_layout Plain Layout
39208 \begin_inset ERT
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212
39213
39214 \backslash
39215 fcolorbox{black}{
39216 \end_layout
39217
39218 \end_inset
39219
39220 Mahogany
39221 \begin_inset ERT
39222 status collapsed
39223
39224 \begin_layout Plain Layout
39225
39226 }{
39227 \end_layout
39228
39229 \end_inset
39230
39231
39232 \begin_inset Phantom Phantom
39233 status open
39234
39235 \begin_layout Plain Layout
39236 W
39237 \end_layout
39238
39239 \end_inset
39240
39241
39242 \begin_inset ERT
39243 status collapsed
39244
39245 \begin_layout Plain Layout
39246
39247 }
39248 \end_layout
39249
39250 \end_inset
39251
39252  Mahogany
39253 \end_layout
39254
39255 \end_inset
39256 </cell>
39257 </row>
39258 <row>
39259 <cell alignment="left" valignment="top" usebox="none">
39260 \begin_inset Text
39261
39262 \begin_layout Plain Layout
39263 \begin_inset ERT
39264 status collapsed
39265
39266 \begin_layout Plain Layout
39267
39268
39269 \backslash
39270 fcolorbox{black}{
39271 \end_layout
39272
39273 \end_inset
39274
39275 Mahogany
39276 \begin_inset ERT
39277 status collapsed
39278
39279 \begin_layout Plain Layout
39280
39281 }{
39282 \end_layout
39283
39284 \end_inset
39285
39286
39287 \begin_inset Phantom Phantom
39288 status open
39289
39290 \begin_layout Plain Layout
39291 W
39292 \end_layout
39293
39294 \end_inset
39295
39296
39297 \begin_inset ERT
39298 status collapsed
39299
39300 \begin_layout Plain Layout
39301
39302 }
39303 \end_layout
39304
39305 \end_inset
39306
39307  Mahogany
39308 \end_layout
39309
39310 \end_inset
39311 </cell>
39312 <cell alignment="left" valignment="top" usebox="none">
39313 \begin_inset Text
39314
39315 \begin_layout Plain Layout
39316 \begin_inset ERT
39317 status collapsed
39318
39319 \begin_layout Plain Layout
39320
39321
39322 \backslash
39323 fcolorbox{black}{
39324 \end_layout
39325
39326 \end_inset
39327
39328 Maroon
39329 \begin_inset ERT
39330 status collapsed
39331
39332 \begin_layout Plain Layout
39333
39334 }{
39335 \end_layout
39336
39337 \end_inset
39338
39339
39340 \begin_inset Phantom Phantom
39341 status open
39342
39343 \begin_layout Plain Layout
39344 W
39345 \end_layout
39346
39347 \end_inset
39348
39349
39350 \begin_inset ERT
39351 status collapsed
39352
39353 \begin_layout Plain Layout
39354
39355 }
39356 \end_layout
39357
39358 \end_inset
39359
39360  Maroon
39361 \end_layout
39362
39363 \end_inset
39364 </cell>
39365 <cell alignment="left" valignment="top" usebox="none">
39366 \begin_inset Text
39367
39368 \begin_layout Plain Layout
39369 \begin_inset ERT
39370 status collapsed
39371
39372 \begin_layout Plain Layout
39373
39374
39375 \backslash
39376 fcolorbox{black}{
39377 \end_layout
39378
39379 \end_inset
39380
39381 Melon
39382 \begin_inset ERT
39383 status collapsed
39384
39385 \begin_layout Plain Layout
39386
39387 }{
39388 \end_layout
39389
39390 \end_inset
39391
39392
39393 \begin_inset Phantom Phantom
39394 status open
39395
39396 \begin_layout Plain Layout
39397 W
39398 \end_layout
39399
39400 \end_inset
39401
39402
39403 \begin_inset ERT
39404 status collapsed
39405
39406 \begin_layout Plain Layout
39407
39408 }
39409 \end_layout
39410
39411 \end_inset
39412
39413  Melon
39414 \end_layout
39415
39416 \end_inset
39417 </cell>
39418 <cell alignment="left" valignment="top" usebox="none">
39419 \begin_inset Text
39420
39421 \begin_layout Plain Layout
39422 \begin_inset ERT
39423 status collapsed
39424
39425 \begin_layout Plain Layout
39426
39427
39428 \backslash
39429 fcolorbox{black}{
39430 \end_layout
39431
39432 \end_inset
39433
39434 MidnightBlue
39435 \begin_inset ERT
39436 status collapsed
39437
39438 \begin_layout Plain Layout
39439
39440 }{
39441 \end_layout
39442
39443 \end_inset
39444
39445
39446 \begin_inset Phantom Phantom
39447 status open
39448
39449 \begin_layout Plain Layout
39450 W
39451 \end_layout
39452
39453 \end_inset
39454
39455
39456 \begin_inset ERT
39457 status collapsed
39458
39459 \begin_layout Plain Layout
39460
39461 }
39462 \end_layout
39463
39464 \end_inset
39465
39466  MidnightBlue
39467 \end_layout
39468
39469 \end_inset
39470 </cell>
39471 </row>
39472 <row>
39473 <cell alignment="left" valignment="top" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 \begin_inset ERT
39478 status collapsed
39479
39480 \begin_layout Plain Layout
39481
39482
39483 \backslash
39484 fcolorbox{black}{
39485 \end_layout
39486
39487 \end_inset
39488
39489 Mulberry
39490 \begin_inset ERT
39491 status collapsed
39492
39493 \begin_layout Plain Layout
39494
39495 }{
39496 \end_layout
39497
39498 \end_inset
39499
39500
39501 \begin_inset Phantom Phantom
39502 status open
39503
39504 \begin_layout Plain Layout
39505 W
39506 \end_layout
39507
39508 \end_inset
39509
39510
39511 \begin_inset ERT
39512 status collapsed
39513
39514 \begin_layout Plain Layout
39515
39516 }
39517 \end_layout
39518
39519 \end_inset
39520
39521  Mulberry
39522 \end_layout
39523
39524 \end_inset
39525 </cell>
39526 <cell alignment="left" valignment="top" usebox="none">
39527 \begin_inset Text
39528
39529 \begin_layout Plain Layout
39530 \begin_inset ERT
39531 status collapsed
39532
39533 \begin_layout Plain Layout
39534
39535
39536 \backslash
39537 fcolorbox{black}{
39538 \end_layout
39539
39540 \end_inset
39541
39542 NavyBlue
39543 \begin_inset ERT
39544 status collapsed
39545
39546 \begin_layout Plain Layout
39547
39548 }{
39549 \end_layout
39550
39551 \end_inset
39552
39553
39554 \begin_inset Phantom Phantom
39555 status open
39556
39557 \begin_layout Plain Layout
39558 W
39559 \end_layout
39560
39561 \end_inset
39562
39563
39564 \begin_inset ERT
39565 status collapsed
39566
39567 \begin_layout Plain Layout
39568
39569 }
39570 \end_layout
39571
39572 \end_inset
39573
39574  NavyBlue
39575 \end_layout
39576
39577 \end_inset
39578 </cell>
39579 <cell alignment="left" valignment="top" usebox="none">
39580 \begin_inset Text
39581
39582 \begin_layout Plain Layout
39583 \begin_inset ERT
39584 status collapsed
39585
39586 \begin_layout Plain Layout
39587
39588
39589 \backslash
39590 fcolorbox{black}{
39591 \end_layout
39592
39593 \end_inset
39594
39595 OliveGreen
39596 \begin_inset ERT
39597 status collapsed
39598
39599 \begin_layout Plain Layout
39600
39601 }{
39602 \end_layout
39603
39604 \end_inset
39605
39606
39607 \begin_inset Phantom Phantom
39608 status open
39609
39610 \begin_layout Plain Layout
39611 W
39612 \end_layout
39613
39614 \end_inset
39615
39616
39617 \begin_inset ERT
39618 status collapsed
39619
39620 \begin_layout Plain Layout
39621
39622 }
39623 \end_layout
39624
39625 \end_inset
39626
39627  OliveGreen
39628 \end_layout
39629
39630 \end_inset
39631 </cell>
39632 <cell alignment="left" valignment="top" usebox="none">
39633 \begin_inset Text
39634
39635 \begin_layout Plain Layout
39636 \begin_inset ERT
39637 status collapsed
39638
39639 \begin_layout Plain Layout
39640
39641
39642 \backslash
39643 fcolorbox{black}{
39644 \end_layout
39645
39646 \end_inset
39647
39648 Orange
39649 \begin_inset ERT
39650 status collapsed
39651
39652 \begin_layout Plain Layout
39653
39654 }{
39655 \end_layout
39656
39657 \end_inset
39658
39659
39660 \begin_inset Phantom Phantom
39661 status open
39662
39663 \begin_layout Plain Layout
39664 W
39665 \end_layout
39666
39667 \end_inset
39668
39669
39670 \begin_inset ERT
39671 status collapsed
39672
39673 \begin_layout Plain Layout
39674
39675 }
39676 \end_layout
39677
39678 \end_inset
39679
39680  Orange
39681 \end_layout
39682
39683 \end_inset
39684 </cell>
39685 </row>
39686 <row>
39687 <cell alignment="left" valignment="top" usebox="none">
39688 \begin_inset Text
39689
39690 \begin_layout Plain Layout
39691 \begin_inset ERT
39692 status collapsed
39693
39694 \begin_layout Plain Layout
39695
39696
39697 \backslash
39698 fcolorbox{black}{
39699 \end_layout
39700
39701 \end_inset
39702
39703 OrangeRed
39704 \begin_inset ERT
39705 status collapsed
39706
39707 \begin_layout Plain Layout
39708
39709 }{
39710 \end_layout
39711
39712 \end_inset
39713
39714
39715 \begin_inset Phantom Phantom
39716 status open
39717
39718 \begin_layout Plain Layout
39719 W
39720 \end_layout
39721
39722 \end_inset
39723
39724
39725 \begin_inset ERT
39726 status collapsed
39727
39728 \begin_layout Plain Layout
39729
39730 }
39731 \end_layout
39732
39733 \end_inset
39734
39735  OrangeRed
39736 \end_layout
39737
39738 \end_inset
39739 </cell>
39740 <cell alignment="left" valignment="top" usebox="none">
39741 \begin_inset Text
39742
39743 \begin_layout Plain Layout
39744 \begin_inset ERT
39745 status collapsed
39746
39747 \begin_layout Plain Layout
39748
39749
39750 \backslash
39751 fcolorbox{black}{
39752 \end_layout
39753
39754 \end_inset
39755
39756 Orchid
39757 \begin_inset ERT
39758 status collapsed
39759
39760 \begin_layout Plain Layout
39761
39762 }{
39763 \end_layout
39764
39765 \end_inset
39766
39767
39768 \begin_inset Phantom Phantom
39769 status open
39770
39771 \begin_layout Plain Layout
39772 W
39773 \end_layout
39774
39775 \end_inset
39776
39777
39778 \begin_inset ERT
39779 status collapsed
39780
39781 \begin_layout Plain Layout
39782
39783 }
39784 \end_layout
39785
39786 \end_inset
39787
39788  Orchid
39789 \end_layout
39790
39791 \end_inset
39792 </cell>
39793 <cell alignment="left" valignment="top" usebox="none">
39794 \begin_inset Text
39795
39796 \begin_layout Plain Layout
39797 \begin_inset ERT
39798 status collapsed
39799
39800 \begin_layout Plain Layout
39801
39802
39803 \backslash
39804 fcolorbox{black}{
39805 \end_layout
39806
39807 \end_inset
39808
39809 Peach
39810 \begin_inset ERT
39811 status collapsed
39812
39813 \begin_layout Plain Layout
39814
39815 }{
39816 \end_layout
39817
39818 \end_inset
39819
39820
39821 \begin_inset Phantom Phantom
39822 status open
39823
39824 \begin_layout Plain Layout
39825 W
39826 \end_layout
39827
39828 \end_inset
39829
39830
39831 \begin_inset ERT
39832 status collapsed
39833
39834 \begin_layout Plain Layout
39835
39836 }
39837 \end_layout
39838
39839 \end_inset
39840
39841  Peach
39842 \end_layout
39843
39844 \end_inset
39845 </cell>
39846 <cell alignment="left" valignment="top" usebox="none">
39847 \begin_inset Text
39848
39849 \begin_layout Plain Layout
39850 \begin_inset ERT
39851 status collapsed
39852
39853 \begin_layout Plain Layout
39854
39855
39856 \backslash
39857 fcolorbox{black}{
39858 \end_layout
39859
39860 \end_inset
39861
39862 Periwinkle
39863 \begin_inset ERT
39864 status collapsed
39865
39866 \begin_layout Plain Layout
39867
39868 }{
39869 \end_layout
39870
39871 \end_inset
39872
39873
39874 \begin_inset Phantom Phantom
39875 status open
39876
39877 \begin_layout Plain Layout
39878 W
39879 \end_layout
39880
39881 \end_inset
39882
39883
39884 \begin_inset ERT
39885 status collapsed
39886
39887 \begin_layout Plain Layout
39888
39889 }
39890 \end_layout
39891
39892 \end_inset
39893
39894  Periwinkle
39895 \end_layout
39896
39897 \end_inset
39898 </cell>
39899 </row>
39900 <row>
39901 <cell alignment="left" valignment="top" usebox="none">
39902 \begin_inset Text
39903
39904 \begin_layout Plain Layout
39905 \begin_inset ERT
39906 status collapsed
39907
39908 \begin_layout Plain Layout
39909
39910
39911 \backslash
39912 fcolorbox{black}{
39913 \end_layout
39914
39915 \end_inset
39916
39917 PineGreen
39918 \begin_inset ERT
39919 status collapsed
39920
39921 \begin_layout Plain Layout
39922
39923 }{
39924 \end_layout
39925
39926 \end_inset
39927
39928
39929 \begin_inset Phantom Phantom
39930 status open
39931
39932 \begin_layout Plain Layout
39933 W
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \begin_inset ERT
39940 status collapsed
39941
39942 \begin_layout Plain Layout
39943
39944 }
39945 \end_layout
39946
39947 \end_inset
39948
39949  PineGreen
39950 \end_layout
39951
39952 \end_inset
39953 </cell>
39954 <cell alignment="left" valignment="top" usebox="none">
39955 \begin_inset Text
39956
39957 \begin_layout Plain Layout
39958 \begin_inset ERT
39959 status collapsed
39960
39961 \begin_layout Plain Layout
39962
39963
39964 \backslash
39965 fcolorbox{black}{
39966 \end_layout
39967
39968 \end_inset
39969
39970 Plum
39971 \begin_inset ERT
39972 status collapsed
39973
39974 \begin_layout Plain Layout
39975
39976 }{
39977 \end_layout
39978
39979 \end_inset
39980
39981
39982 \begin_inset Phantom Phantom
39983 status open
39984
39985 \begin_layout Plain Layout
39986 W
39987 \end_layout
39988
39989 \end_inset
39990
39991
39992 \begin_inset ERT
39993 status collapsed
39994
39995 \begin_layout Plain Layout
39996
39997 }
39998 \end_layout
39999
40000 \end_inset
40001
40002  Plum
40003 \end_layout
40004
40005 \end_inset
40006 </cell>
40007 <cell alignment="left" valignment="top" usebox="none">
40008 \begin_inset Text
40009
40010 \begin_layout Plain Layout
40011 \begin_inset ERT
40012 status collapsed
40013
40014 \begin_layout Plain Layout
40015
40016
40017 \backslash
40018 fcolorbox{black}{
40019 \end_layout
40020
40021 \end_inset
40022
40023 ProcessBlue
40024 \begin_inset ERT
40025 status collapsed
40026
40027 \begin_layout Plain Layout
40028
40029 }{
40030 \end_layout
40031
40032 \end_inset
40033
40034
40035 \begin_inset Phantom Phantom
40036 status open
40037
40038 \begin_layout Plain Layout
40039 W
40040 \end_layout
40041
40042 \end_inset
40043
40044
40045 \begin_inset ERT
40046 status collapsed
40047
40048 \begin_layout Plain Layout
40049
40050 }
40051 \end_layout
40052
40053 \end_inset
40054
40055  ProcessBlue
40056 \end_layout
40057
40058 \end_inset
40059 </cell>
40060 <cell alignment="left" valignment="top" usebox="none">
40061 \begin_inset Text
40062
40063 \begin_layout Plain Layout
40064 \begin_inset ERT
40065 status collapsed
40066
40067 \begin_layout Plain Layout
40068
40069
40070 \backslash
40071 fcolorbox{black}{
40072 \end_layout
40073
40074 \end_inset
40075
40076 Purple
40077 \begin_inset ERT
40078 status collapsed
40079
40080 \begin_layout Plain Layout
40081
40082 }{
40083 \end_layout
40084
40085 \end_inset
40086
40087
40088 \begin_inset Phantom Phantom
40089 status open
40090
40091 \begin_layout Plain Layout
40092 W
40093 \end_layout
40094
40095 \end_inset
40096
40097
40098 \begin_inset ERT
40099 status collapsed
40100
40101 \begin_layout Plain Layout
40102
40103 }
40104 \end_layout
40105
40106 \end_inset
40107
40108  Purple
40109 \end_layout
40110
40111 \end_inset
40112 </cell>
40113 </row>
40114 <row>
40115 <cell alignment="left" valignment="top" usebox="none">
40116 \begin_inset Text
40117
40118 \begin_layout Plain Layout
40119 \begin_inset ERT
40120 status collapsed
40121
40122 \begin_layout Plain Layout
40123
40124
40125 \backslash
40126 fcolorbox{black}{
40127 \end_layout
40128
40129 \end_inset
40130
40131 RawSienna
40132 \begin_inset ERT
40133 status collapsed
40134
40135 \begin_layout Plain Layout
40136
40137 }{
40138 \end_layout
40139
40140 \end_inset
40141
40142
40143 \begin_inset Phantom Phantom
40144 status open
40145
40146 \begin_layout Plain Layout
40147 W
40148 \end_layout
40149
40150 \end_inset
40151
40152
40153 \begin_inset ERT
40154 status collapsed
40155
40156 \begin_layout Plain Layout
40157
40158 }
40159 \end_layout
40160
40161 \end_inset
40162
40163  RawSienna
40164 \end_layout
40165
40166 \end_inset
40167 </cell>
40168 <cell alignment="left" valignment="top" usebox="none">
40169 \begin_inset Text
40170
40171 \begin_layout Plain Layout
40172 \begin_inset ERT
40173 status collapsed
40174
40175 \begin_layout Plain Layout
40176
40177
40178 \backslash
40179 fcolorbox{black}{
40180 \end_layout
40181
40182 \end_inset
40183
40184 RedOrange
40185 \begin_inset ERT
40186 status collapsed
40187
40188 \begin_layout Plain Layout
40189
40190 }{
40191 \end_layout
40192
40193 \end_inset
40194
40195
40196 \begin_inset Phantom Phantom
40197 status open
40198
40199 \begin_layout Plain Layout
40200 W
40201 \end_layout
40202
40203 \end_inset
40204
40205
40206 \begin_inset ERT
40207 status collapsed
40208
40209 \begin_layout Plain Layout
40210
40211 }
40212 \end_layout
40213
40214 \end_inset
40215
40216  RedOrange
40217 \end_layout
40218
40219 \end_inset
40220 </cell>
40221 <cell alignment="left" valignment="top" usebox="none">
40222 \begin_inset Text
40223
40224 \begin_layout Plain Layout
40225 \begin_inset ERT
40226 status collapsed
40227
40228 \begin_layout Plain Layout
40229
40230
40231 \backslash
40232 fcolorbox{black}{
40233 \end_layout
40234
40235 \end_inset
40236
40237 RedViolet
40238 \begin_inset ERT
40239 status collapsed
40240
40241 \begin_layout Plain Layout
40242
40243 }{
40244 \end_layout
40245
40246 \end_inset
40247
40248
40249 \begin_inset Phantom Phantom
40250 status open
40251
40252 \begin_layout Plain Layout
40253 W
40254 \end_layout
40255
40256 \end_inset
40257
40258
40259 \begin_inset ERT
40260 status collapsed
40261
40262 \begin_layout Plain Layout
40263
40264 }
40265 \end_layout
40266
40267 \end_inset
40268
40269  RedViolet
40270 \end_layout
40271
40272 \end_inset
40273 </cell>
40274 <cell alignment="left" valignment="top" usebox="none">
40275 \begin_inset Text
40276
40277 \begin_layout Plain Layout
40278 \begin_inset ERT
40279 status collapsed
40280
40281 \begin_layout Plain Layout
40282
40283
40284 \backslash
40285 fcolorbox{black}{
40286 \end_layout
40287
40288 \end_inset
40289
40290 Rhodamine
40291 \begin_inset ERT
40292 status collapsed
40293
40294 \begin_layout Plain Layout
40295
40296 }{
40297 \end_layout
40298
40299 \end_inset
40300
40301
40302 \begin_inset Phantom Phantom
40303 status open
40304
40305 \begin_layout Plain Layout
40306 W
40307 \end_layout
40308
40309 \end_inset
40310
40311
40312 \begin_inset ERT
40313 status collapsed
40314
40315 \begin_layout Plain Layout
40316
40317 }
40318 \end_layout
40319
40320 \end_inset
40321
40322  Rhodamine
40323 \end_layout
40324
40325 \end_inset
40326 </cell>
40327 </row>
40328 <row>
40329 <cell alignment="left" valignment="top" usebox="none">
40330 \begin_inset Text
40331
40332 \begin_layout Plain Layout
40333 \begin_inset ERT
40334 status collapsed
40335
40336 \begin_layout Plain Layout
40337
40338
40339 \backslash
40340 fcolorbox{black}{
40341 \end_layout
40342
40343 \end_inset
40344
40345 RoyalBlue
40346 \begin_inset ERT
40347 status collapsed
40348
40349 \begin_layout Plain Layout
40350
40351 }{
40352 \end_layout
40353
40354 \end_inset
40355
40356
40357 \begin_inset Phantom Phantom
40358 status open
40359
40360 \begin_layout Plain Layout
40361 W
40362 \end_layout
40363
40364 \end_inset
40365
40366
40367 \begin_inset ERT
40368 status collapsed
40369
40370 \begin_layout Plain Layout
40371
40372 }
40373 \end_layout
40374
40375 \end_inset
40376
40377  RoyalBlue
40378 \end_layout
40379
40380 \end_inset
40381 </cell>
40382 <cell alignment="left" valignment="top" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386 \begin_inset ERT
40387 status collapsed
40388
40389 \begin_layout Plain Layout
40390
40391
40392 \backslash
40393 fcolorbox{black}{
40394 \end_layout
40395
40396 \end_inset
40397
40398 RoyalPurple
40399 \begin_inset ERT
40400 status collapsed
40401
40402 \begin_layout Plain Layout
40403
40404 }{
40405 \end_layout
40406
40407 \end_inset
40408
40409
40410 \begin_inset Phantom Phantom
40411 status open
40412
40413 \begin_layout Plain Layout
40414 W
40415 \end_layout
40416
40417 \end_inset
40418
40419
40420 \begin_inset ERT
40421 status collapsed
40422
40423 \begin_layout Plain Layout
40424
40425 }
40426 \end_layout
40427
40428 \end_inset
40429
40430  RoyalPurple
40431 \end_layout
40432
40433 \end_inset
40434 </cell>
40435 <cell alignment="left" valignment="top" usebox="none">
40436 \begin_inset Text
40437
40438 \begin_layout Plain Layout
40439 \begin_inset ERT
40440 status collapsed
40441
40442 \begin_layout Plain Layout
40443
40444
40445 \backslash
40446 fcolorbox{black}{
40447 \end_layout
40448
40449 \end_inset
40450
40451 RubineRed
40452 \begin_inset ERT
40453 status collapsed
40454
40455 \begin_layout Plain Layout
40456
40457 }{
40458 \end_layout
40459
40460 \end_inset
40461
40462
40463 \begin_inset Phantom Phantom
40464 status open
40465
40466 \begin_layout Plain Layout
40467 W
40468 \end_layout
40469
40470 \end_inset
40471
40472
40473 \begin_inset ERT
40474 status collapsed
40475
40476 \begin_layout Plain Layout
40477
40478 }
40479 \end_layout
40480
40481 \end_inset
40482
40483  RubineRed
40484 \end_layout
40485
40486 \end_inset
40487 </cell>
40488 <cell alignment="left" valignment="top" usebox="none">
40489 \begin_inset Text
40490
40491 \begin_layout Plain Layout
40492 \begin_inset ERT
40493 status collapsed
40494
40495 \begin_layout Plain Layout
40496
40497
40498 \backslash
40499 fcolorbox{black}{
40500 \end_layout
40501
40502 \end_inset
40503
40504 Salmon
40505 \begin_inset ERT
40506 status collapsed
40507
40508 \begin_layout Plain Layout
40509
40510 }{
40511 \end_layout
40512
40513 \end_inset
40514
40515
40516 \begin_inset Phantom Phantom
40517 status open
40518
40519 \begin_layout Plain Layout
40520 W
40521 \end_layout
40522
40523 \end_inset
40524
40525
40526 \begin_inset ERT
40527 status collapsed
40528
40529 \begin_layout Plain Layout
40530
40531 }
40532 \end_layout
40533
40534 \end_inset
40535
40536  Salmon
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 </row>
40542 <row>
40543 <cell alignment="left" valignment="top" usebox="none">
40544 \begin_inset Text
40545
40546 \begin_layout Plain Layout
40547 \begin_inset ERT
40548 status collapsed
40549
40550 \begin_layout Plain Layout
40551
40552
40553 \backslash
40554 fcolorbox{black}{
40555 \end_layout
40556
40557 \end_inset
40558
40559 SeaGreen
40560 \begin_inset ERT
40561 status collapsed
40562
40563 \begin_layout Plain Layout
40564
40565 }{
40566 \end_layout
40567
40568 \end_inset
40569
40570
40571 \begin_inset Phantom Phantom
40572 status open
40573
40574 \begin_layout Plain Layout
40575 W
40576 \end_layout
40577
40578 \end_inset
40579
40580
40581 \begin_inset ERT
40582 status collapsed
40583
40584 \begin_layout Plain Layout
40585
40586 }
40587 \end_layout
40588
40589 \end_inset
40590
40591  SeaGreen
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 <cell alignment="left" valignment="top" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 \begin_inset ERT
40601 status collapsed
40602
40603 \begin_layout Plain Layout
40604
40605
40606 \backslash
40607 fcolorbox{black}{
40608 \end_layout
40609
40610 \end_inset
40611
40612 Sepia
40613 \begin_inset ERT
40614 status collapsed
40615
40616 \begin_layout Plain Layout
40617
40618 }{
40619 \end_layout
40620
40621 \end_inset
40622
40623
40624 \begin_inset Phantom Phantom
40625 status open
40626
40627 \begin_layout Plain Layout
40628 W
40629 \end_layout
40630
40631 \end_inset
40632
40633
40634 \begin_inset ERT
40635 status collapsed
40636
40637 \begin_layout Plain Layout
40638
40639 }
40640 \end_layout
40641
40642 \end_inset
40643
40644  Sepia
40645 \end_layout
40646
40647 \end_inset
40648 </cell>
40649 <cell alignment="left" valignment="top" usebox="none">
40650 \begin_inset Text
40651
40652 \begin_layout Plain Layout
40653 \begin_inset ERT
40654 status collapsed
40655
40656 \begin_layout Plain Layout
40657
40658
40659 \backslash
40660 fcolorbox{black}{
40661 \end_layout
40662
40663 \end_inset
40664
40665 SkyBlue
40666 \begin_inset ERT
40667 status collapsed
40668
40669 \begin_layout Plain Layout
40670
40671 }{
40672 \end_layout
40673
40674 \end_inset
40675
40676
40677 \begin_inset Phantom Phantom
40678 status open
40679
40680 \begin_layout Plain Layout
40681 W
40682 \end_layout
40683
40684 \end_inset
40685
40686
40687 \begin_inset ERT
40688 status collapsed
40689
40690 \begin_layout Plain Layout
40691
40692 }
40693 \end_layout
40694
40695 \end_inset
40696
40697  SkyBlue
40698 \end_layout
40699
40700 \end_inset
40701 </cell>
40702 <cell alignment="left" valignment="top" usebox="none">
40703 \begin_inset Text
40704
40705 \begin_layout Plain Layout
40706 \begin_inset ERT
40707 status collapsed
40708
40709 \begin_layout Plain Layout
40710
40711
40712 \backslash
40713 fcolorbox{black}{
40714 \end_layout
40715
40716 \end_inset
40717
40718 SpringGreen
40719 \begin_inset ERT
40720 status collapsed
40721
40722 \begin_layout Plain Layout
40723
40724 }{
40725 \end_layout
40726
40727 \end_inset
40728
40729
40730 \begin_inset Phantom Phantom
40731 status open
40732
40733 \begin_layout Plain Layout
40734 W
40735 \end_layout
40736
40737 \end_inset
40738
40739
40740 \begin_inset ERT
40741 status collapsed
40742
40743 \begin_layout Plain Layout
40744
40745 }
40746 \end_layout
40747
40748 \end_inset
40749
40750  SpringGreen
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 </row>
40756 <row>
40757 <cell alignment="left" valignment="top" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 \begin_inset ERT
40762 status collapsed
40763
40764 \begin_layout Plain Layout
40765
40766
40767 \backslash
40768 fcolorbox{black}{
40769 \end_layout
40770
40771 \end_inset
40772
40773 Tan
40774 \begin_inset ERT
40775 status collapsed
40776
40777 \begin_layout Plain Layout
40778
40779 }{
40780 \end_layout
40781
40782 \end_inset
40783
40784
40785 \begin_inset Phantom Phantom
40786 status open
40787
40788 \begin_layout Plain Layout
40789 W
40790 \end_layout
40791
40792 \end_inset
40793
40794
40795 \begin_inset ERT
40796 status collapsed
40797
40798 \begin_layout Plain Layout
40799
40800 }
40801 \end_layout
40802
40803 \end_inset
40804
40805  Tan
40806 \end_layout
40807
40808 \end_inset
40809 </cell>
40810 <cell alignment="left" valignment="top" usebox="none">
40811 \begin_inset Text
40812
40813 \begin_layout Plain Layout
40814 \begin_inset ERT
40815 status collapsed
40816
40817 \begin_layout Plain Layout
40818
40819
40820 \backslash
40821 fcolorbox{black}{
40822 \end_layout
40823
40824 \end_inset
40825
40826 TealBlue
40827 \begin_inset ERT
40828 status collapsed
40829
40830 \begin_layout Plain Layout
40831
40832 }{
40833 \end_layout
40834
40835 \end_inset
40836
40837
40838 \begin_inset Phantom Phantom
40839 status open
40840
40841 \begin_layout Plain Layout
40842 W
40843 \end_layout
40844
40845 \end_inset
40846
40847
40848 \begin_inset ERT
40849 status collapsed
40850
40851 \begin_layout Plain Layout
40852
40853 }
40854 \end_layout
40855
40856 \end_inset
40857
40858  TealBlue
40859 \end_layout
40860
40861 \end_inset
40862 </cell>
40863 <cell alignment="left" valignment="top" usebox="none">
40864 \begin_inset Text
40865
40866 \begin_layout Plain Layout
40867 \begin_inset ERT
40868 status collapsed
40869
40870 \begin_layout Plain Layout
40871
40872
40873 \backslash
40874 fcolorbox{black}{
40875 \end_layout
40876
40877 \end_inset
40878
40879 Thistle
40880 \begin_inset ERT
40881 status collapsed
40882
40883 \begin_layout Plain Layout
40884
40885 }{
40886 \end_layout
40887
40888 \end_inset
40889
40890
40891 \begin_inset Phantom Phantom
40892 status open
40893
40894 \begin_layout Plain Layout
40895 W
40896 \end_layout
40897
40898 \end_inset
40899
40900
40901 \begin_inset ERT
40902 status collapsed
40903
40904 \begin_layout Plain Layout
40905
40906 }
40907 \end_layout
40908
40909 \end_inset
40910
40911  Thistle
40912 \end_layout
40913
40914 \end_inset
40915 </cell>
40916 <cell alignment="left" valignment="top" usebox="none">
40917 \begin_inset Text
40918
40919 \begin_layout Plain Layout
40920 \begin_inset ERT
40921 status collapsed
40922
40923 \begin_layout Plain Layout
40924
40925
40926 \backslash
40927 fcolorbox{black}{
40928 \end_layout
40929
40930 \end_inset
40931
40932 Turquoise
40933 \begin_inset ERT
40934 status collapsed
40935
40936 \begin_layout Plain Layout
40937
40938 }{
40939 \end_layout
40940
40941 \end_inset
40942
40943
40944 \begin_inset Phantom Phantom
40945 status open
40946
40947 \begin_layout Plain Layout
40948 W
40949 \end_layout
40950
40951 \end_inset
40952
40953
40954 \begin_inset ERT
40955 status collapsed
40956
40957 \begin_layout Plain Layout
40958
40959 }
40960 \end_layout
40961
40962 \end_inset
40963
40964  Turquoise
40965 \end_layout
40966
40967 \end_inset
40968 </cell>
40969 </row>
40970 <row>
40971 <cell alignment="left" valignment="top" usebox="none">
40972 \begin_inset Text
40973
40974 \begin_layout Plain Layout
40975 \begin_inset ERT
40976 status collapsed
40977
40978 \begin_layout Plain Layout
40979
40980
40981 \backslash
40982 fcolorbox{black}{
40983 \end_layout
40984
40985 \end_inset
40986
40987 Violet
40988 \begin_inset ERT
40989 status collapsed
40990
40991 \begin_layout Plain Layout
40992
40993 }{
40994 \end_layout
40995
40996 \end_inset
40997
40998
40999 \begin_inset Phantom Phantom
41000 status open
41001
41002 \begin_layout Plain Layout
41003 W
41004 \end_layout
41005
41006 \end_inset
41007
41008
41009 \begin_inset ERT
41010 status collapsed
41011
41012 \begin_layout Plain Layout
41013
41014 }
41015 \end_layout
41016
41017 \end_inset
41018
41019  Violet
41020 \end_layout
41021
41022 \end_inset
41023 </cell>
41024 <cell alignment="left" valignment="top" usebox="none">
41025 \begin_inset Text
41026
41027 \begin_layout Plain Layout
41028 \begin_inset ERT
41029 status collapsed
41030
41031 \begin_layout Plain Layout
41032
41033
41034 \backslash
41035 fcolorbox{black}{
41036 \end_layout
41037
41038 \end_inset
41039
41040 VioletRed
41041 \begin_inset ERT
41042 status collapsed
41043
41044 \begin_layout Plain Layout
41045
41046 }{
41047 \end_layout
41048
41049 \end_inset
41050
41051
41052 \begin_inset Phantom Phantom
41053 status open
41054
41055 \begin_layout Plain Layout
41056 W
41057 \end_layout
41058
41059 \end_inset
41060
41061
41062 \begin_inset ERT
41063 status collapsed
41064
41065 \begin_layout Plain Layout
41066
41067 }
41068 \end_layout
41069
41070 \end_inset
41071
41072  VioletRed
41073 \end_layout
41074
41075 \end_inset
41076 </cell>
41077 <cell alignment="left" valignment="top" usebox="none">
41078 \begin_inset Text
41079
41080 \begin_layout Plain Layout
41081 \begin_inset ERT
41082 status collapsed
41083
41084 \begin_layout Plain Layout
41085
41086
41087 \backslash
41088 fcolorbox{black}{
41089 \end_layout
41090
41091 \end_inset
41092
41093 WildStrawberry
41094 \begin_inset ERT
41095 status collapsed
41096
41097 \begin_layout Plain Layout
41098
41099 }{
41100 \end_layout
41101
41102 \end_inset
41103
41104
41105 \begin_inset Phantom Phantom
41106 status open
41107
41108 \begin_layout Plain Layout
41109 W
41110 \end_layout
41111
41112 \end_inset
41113
41114
41115 \begin_inset ERT
41116 status collapsed
41117
41118 \begin_layout Plain Layout
41119
41120 }
41121 \end_layout
41122
41123 \end_inset
41124
41125  WildStrawberry
41126 \end_layout
41127
41128 \end_inset
41129 </cell>
41130 <cell alignment="left" valignment="top" usebox="none">
41131 \begin_inset Text
41132
41133 \begin_layout Plain Layout
41134 \begin_inset ERT
41135 status collapsed
41136
41137 \begin_layout Plain Layout
41138
41139
41140 \backslash
41141 fcolorbox{black}{
41142 \end_layout
41143
41144 \end_inset
41145
41146 YellowGreen
41147 \begin_inset ERT
41148 status collapsed
41149
41150 \begin_layout Plain Layout
41151
41152 }{
41153 \end_layout
41154
41155 \end_inset
41156
41157
41158 \begin_inset Phantom Phantom
41159 status open
41160
41161 \begin_layout Plain Layout
41162 W
41163 \end_layout
41164
41165 \end_inset
41166
41167
41168 \begin_inset ERT
41169 status collapsed
41170
41171 \begin_layout Plain Layout
41172
41173 }
41174 \end_layout
41175
41176 \end_inset
41177
41178  YellowGreen
41179 \end_layout
41180
41181 \end_inset
41182 </cell>
41183 </row>
41184 <row>
41185 <cell alignment="left" valignment="top" usebox="none">
41186 \begin_inset Text
41187
41188 \begin_layout Plain Layout
41189 \begin_inset ERT
41190 status collapsed
41191
41192 \begin_layout Plain Layout
41193
41194
41195 \backslash
41196 fcolorbox{black}{
41197 \end_layout
41198
41199 \end_inset
41200
41201 YellowOrange
41202 \begin_inset ERT
41203 status collapsed
41204
41205 \begin_layout Plain Layout
41206
41207 }{
41208 \end_layout
41209
41210 \end_inset
41211
41212
41213 \begin_inset Phantom Phantom
41214 status open
41215
41216 \begin_layout Plain Layout
41217 W
41218 \end_layout
41219
41220 \end_inset
41221
41222
41223 \begin_inset ERT
41224 status collapsed
41225
41226 \begin_layout Plain Layout
41227
41228 }
41229 \end_layout
41230
41231 \end_inset
41232
41233  YellowOrange
41234 \end_layout
41235
41236 \end_inset
41237 </cell>
41238 <cell alignment="left" valignment="top" usebox="none">
41239 \begin_inset Text
41240
41241 \begin_layout Plain Layout
41242
41243 \end_layout
41244
41245 \end_inset
41246 </cell>
41247 <cell alignment="left" valignment="top" usebox="none">
41248 \begin_inset Text
41249
41250 \begin_layout Plain Layout
41251
41252 \end_layout
41253
41254 \end_inset
41255 </cell>
41256 <cell alignment="left" valignment="top" usebox="none">
41257 \begin_inset Text
41258
41259 \begin_layout Plain Layout
41260
41261 \end_layout
41262
41263 \end_inset
41264 </cell>
41265 </row>
41266 </lyxtabular>
41267
41268 \end_inset
41269
41270
41271 \end_layout
41272
41273 \begin_layout Chapter
41274 第(
41275 \begin_inset CommandInset ref
41276 LatexCommand ref
41277 reference "eq:Wgn"
41278
41279 \end_inset
41280
41281 )式の説明
41282 \begin_inset CommandInset label
41283 LatexCommand label
41284 name "cha:式の説明"
41285
41286 \end_inset
41287
41288
41289 \end_layout
41290
41291 \begin_layout Standard
41292 \begin_inset Formula $n$
41293 \end_inset
41294
41295 個の表セルの全幅
41296 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41297 \end_inset
41298
41299
41300 \begin_inset Formula 
41301 \begin{equation}
41302 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41303 \end{equation}
41304
41305 \end_inset
41306
41307
41308 \end_layout
41309
41310 \begin_layout Standard
41311 で計算できます。ここで
41312 \begin_inset Formula $W_{g\, n}$
41313 \end_inset
41314
41315 は、すべてのセルが持つ固定幅です。
41316 \series bold
41317
41318 \backslash
41319 tabcolsep
41320 \series default
41321 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41322 \begin_inset space \thinspace{}
41323 \end_inset
41324
41325 ptです。
41326 \series bold
41327
41328 \backslash
41329 arrayrulewidth
41330 \series default
41331 は、セル罫線幅であり、既定値は0.4
41332 \begin_inset space \thinspace{}
41333 \end_inset
41334
41335 ptです。
41336 \end_layout
41337
41338 \begin_layout Standard
41339
41340 \begin_inset CommandInset ref
41341 LatexCommand eqref
41342 reference "eq:Wtot_n"
41343
41344 \end_inset
41345
41346 式にしたがえば、連結列の全幅
41347 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41348 \end_inset
41349
41350
41351 \begin_inset Formula 
41352 \begin{equation}
41353 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41354 \end{equation}
41355
41356 \end_inset
41357
41358
41359 \end_layout
41360
41361 \begin_layout Standard
41362 となります。
41363 \begin_inset Formula $n$
41364 \end_inset
41365
41366 列を連結する時には各列の全幅は
41367 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41368 \end_inset
41369
41370 となるので、第
41371 \begin_inset CommandInset ref
41372 LatexCommand eqref
41373 reference "eq:Wtot_n"
41374
41375 \end_inset
41376
41377 式と第
41378 \begin_inset CommandInset ref
41379 LatexCommand eqref
41380 reference "eq:Wtot_mult"
41381
41382 \end_inset
41383
41384 式が等しいものと置けば、必要となる固定幅
41385 \begin_inset Formula $W_{g\, n}$
41386 \end_inset
41387
41388 を計算することができて、
41389 \begin_inset Formula 
41390 \begin{equation}
41391 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41392 \end{equation}
41393
41394 \end_inset
41395
41396 となります。
41397 \end_layout
41398
41399 \begin_layout Bibliography
41400 \labelwidthstring 参考文献
41401 \begin_inset CommandInset bibitem
41402 LatexCommand bibitem
41403 key "latexcompanion"
41404
41405 \end_inset
41406
41407 Frank Mittelbach and Michel Goossens: 
41408 \emph on
41409 The LaTeX Companion Second Edition.
41410
41411 \emph default
41412  Addison-Wesley, 2004
41413 \end_layout
41414
41415 \begin_layout Bibliography
41416 \labelwidthstring 参考文献
41417 \begin_inset CommandInset bibitem
41418 LatexCommand bibitem
41419 key "latexguide"
41420
41421 \end_inset
41422
41423 Helmut Kopka and Patrick W.
41424  Daly: 
41425 \emph on
41426 A Guide to LaTeX Fourth Edition.
41427
41428 \emph default
41429  Addison-Wesley, 2003
41430 \end_layout
41431
41432 \begin_layout Bibliography
41433 \labelwidthstring 参考文献
41434 \begin_inset CommandInset bibitem
41435 LatexCommand bibitem
41436 key "latexbook"
41437
41438 \end_inset
41439
41440 Leslie Lamport: 
41441 \emph on
41442 LaTeX: A Document Preparation System.
41443
41444 \emph default
41445  Addison-Wesley, second edition, 1994
41446 \end_layout
41447
41448 \begin_layout Bibliography
41449 \labelwidthstring 参考文献
41450 \begin_inset CommandInset bibitem
41451 LatexCommand bibitem
41452 key "arydshln"
41453
41454 \end_inset
41455
41456 LaTeXパッケージ
41457 \series bold
41458
41459 \begin_inset CommandInset href
41460 LatexCommand href
41461 name "arydshln"
41462 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41463
41464 \end_inset
41465
41466
41467 \series default
41468
41469 \begin_inset Index idx
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41474 \end_layout
41475
41476 \end_inset
41477
41478
41479 \end_layout
41480
41481 \begin_layout Bibliography
41482 \labelwidthstring 参考文献
41483 \begin_inset CommandInset bibitem
41484 LatexCommand bibitem
41485 key "booktabs"
41486
41487 \end_inset
41488
41489 LaTeXパッケージ
41490 \series bold
41491
41492 \begin_inset CommandInset href
41493 LatexCommand href
41494 name "booktabs"
41495 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41496
41497 \end_inset
41498
41499
41500 \series default
41501
41502 \begin_inset Index idx
41503 status collapsed
41504
41505 \begin_layout Plain Layout
41506 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41507 \end_layout
41508
41509 \end_inset
41510
41511 の取扱説明書
41512 \end_layout
41513
41514 \begin_layout Bibliography
41515 \labelwidthstring 参考文献
41516 \begin_inset CommandInset bibitem
41517 LatexCommand bibitem
41518 key "caption"
41519
41520 \end_inset
41521
41522 LaTeXパッケージ
41523 \series bold
41524
41525 \begin_inset CommandInset href
41526 LatexCommand href
41527 name "caption"
41528 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
41529
41530 \end_inset
41531
41532
41533 \series default
41534
41535 \begin_inset Index idx
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41540 \end_layout
41541
41542 \end_inset
41543
41544 の取扱説明書
41545 \end_layout
41546
41547 \begin_layout Bibliography
41548 \labelwidthstring 参考文献
41549 \begin_inset CommandInset bibitem
41550 LatexCommand bibitem
41551 key "diagbox"
41552
41553 \end_inset
41554
41555 LaTeXパッケージ
41556 \series bold
41557
41558 \begin_inset CommandInset href
41559 LatexCommand href
41560 name "diagbox"
41561 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41562
41563 \end_inset
41564
41565
41566 \series default
41567
41568 \begin_inset Index idx
41569 status collapsed
41570
41571 \begin_layout Plain Layout
41572 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41573 \end_layout
41574
41575 \end_inset
41576
41577
41578 \end_layout
41579
41580 \begin_layout Bibliography
41581 \labelwidthstring 参考文献
41582 \begin_inset CommandInset bibitem
41583 LatexCommand bibitem
41584 key "endfloat"
41585
41586 \end_inset
41587
41588 LaTeXパッケージ
41589 \series bold
41590
41591 \begin_inset CommandInset href
41592 LatexCommand href
41593 name "endfloat"
41594 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41595
41596 \end_inset
41597
41598
41599 \series default
41600
41601 \begin_inset Index idx
41602 status collapsed
41603
41604 \begin_layout Plain Layout
41605 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41606 \end_layout
41607
41608 \end_inset
41609
41610 の取扱説明書
41611 \end_layout
41612
41613 \begin_layout Bibliography
41614 \labelwidthstring 参考文献
41615 \begin_inset CommandInset bibitem
41616 LatexCommand bibitem
41617 key "footmisc"
41618
41619 \end_inset
41620
41621 LaTeXパッケージ
41622 \series bold
41623
41624 \begin_inset CommandInset href
41625 LatexCommand href
41626 name "footmisc"
41627 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41628
41629 \end_inset
41630
41631
41632 \series default
41633
41634 \begin_inset Index idx
41635 status collapsed
41636
41637 \begin_layout Plain Layout
41638 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
41639 \end_layout
41640
41641 \end_inset
41642
41643 の取扱説明書
41644 \end_layout
41645
41646 \begin_layout Bibliography
41647 \labelwidthstring 参考文献
41648 \begin_inset CommandInset bibitem
41649 LatexCommand bibitem
41650 key "hypcap"
41651
41652 \end_inset
41653
41654 LaTeXパッケージ
41655 \series bold
41656
41657 \begin_inset CommandInset href
41658 LatexCommand href
41659 name "hypcap"
41660 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41661
41662 \end_inset
41663
41664
41665 \series default
41666
41667 \begin_inset Index idx
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41672 \end_layout
41673
41674 \end_inset
41675
41676 の取扱説明書
41677 \end_layout
41678
41679 \begin_layout Bibliography
41680 \labelwidthstring 参考文献
41681 \begin_inset CommandInset bibitem
41682 LatexCommand bibitem
41683 key "hyperref"
41684
41685 \end_inset
41686
41687 LaTeXパッケージ
41688 \series bold
41689
41690 \begin_inset CommandInset href
41691 LatexCommand href
41692 name "hyperref"
41693 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41694
41695 \end_inset
41696
41697
41698 \series default
41699
41700 \begin_inset Index idx
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41705 \end_layout
41706
41707 \end_inset
41708
41709 の取扱説明書
41710 \end_layout
41711
41712 \begin_layout Bibliography
41713 \labelwidthstring 参考文献
41714 \begin_inset CommandInset bibitem
41715 LatexCommand bibitem
41716 key "KOMA-script"
41717
41718 \end_inset
41719
41720 LaTeXパッケージ
41721 \series bold
41722
41723 \begin_inset CommandInset href
41724 LatexCommand href
41725 name "KOMA-script"
41726 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
41727
41728 \end_inset
41729
41730
41731 \series default
41732
41733 \begin_inset Index idx
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
41738 \end_layout
41739
41740 \end_inset
41741
41742 の取扱説明書
41743 \end_layout
41744
41745 \begin_layout Bibliography
41746 \labelwidthstring 参考文献
41747 \begin_inset CommandInset bibitem
41748 LatexCommand bibitem
41749 key "lettrine"
41750
41751 \end_inset
41752
41753 LaTeXパッケージ
41754 \series bold
41755
41756 \begin_inset CommandInset href
41757 LatexCommand href
41758 name "lettrine"
41759 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41760
41761 \end_inset
41762
41763
41764 \series default
41765 及び
41766 \begin_inset CommandInset href
41767 LatexCommand href
41768 name "用例"
41769 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41770
41771 \end_inset
41772
41773
41774 \begin_inset Index idx
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
41779 \end_layout
41780
41781 \end_inset
41782
41783
41784 \end_layout
41785
41786 \begin_layout Bibliography
41787 \labelwidthstring 参考文献
41788 \begin_inset CommandInset bibitem
41789 LatexCommand bibitem
41790 key "listings"
41791
41792 \end_inset
41793
41794 LaTeXパッケージ
41795 \series bold
41796
41797 \begin_inset CommandInset href
41798 LatexCommand href
41799 name "listings"
41800 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41801
41802 \end_inset
41803
41804
41805 \series default
41806
41807 \begin_inset Index idx
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811 LaTeXぱっけーじ@LaTeXパッケージ ! listings
41812 \end_layout
41813
41814 \end_inset
41815
41816 の取扱説明書
41817 \end_layout
41818
41819 \begin_layout Bibliography
41820 \labelwidthstring 参考文献
41821 \begin_inset CommandInset bibitem
41822 LatexCommand bibitem
41823 key "marginnote"
41824
41825 \end_inset
41826
41827 LaTeXパッケージ
41828 \series bold
41829
41830 \begin_inset CommandInset href
41831 LatexCommand href
41832 name "marginnote"
41833 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41834
41835 \end_inset
41836
41837
41838 \series default
41839
41840 \begin_inset Index idx
41841 status collapsed
41842
41843 \begin_layout Plain Layout
41844 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
41845 \end_layout
41846
41847 \end_inset
41848
41849 の取扱説明書
41850 \end_layout
41851
41852 \begin_layout Bibliography
41853 \labelwidthstring 参考文献
41854 \begin_inset CommandInset bibitem
41855 LatexCommand bibitem
41856 key "pdfpages"
41857
41858 \end_inset
41859
41860 LaTeXパッケージ
41861 \series bold
41862
41863 \begin_inset CommandInset href
41864 LatexCommand href
41865 name "pdfpages"
41866 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41867
41868 \end_inset
41869
41870
41871 \series default
41872
41873 \begin_inset Index idx
41874 status collapsed
41875
41876 \begin_layout Plain Layout
41877 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
41878 \end_layout
41879
41880 \end_inset
41881
41882 の取扱説明書
41883 \end_layout
41884
41885 \begin_layout Bibliography
41886 \labelwidthstring 参考文献
41887 \begin_inset CommandInset bibitem
41888 LatexCommand bibitem
41889 key "prettyref"
41890
41891 \end_inset
41892
41893 LaTeXパッケージ
41894 \series bold
41895
41896 \begin_inset CommandInset href
41897 LatexCommand href
41898 name "prettyref"
41899 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41900
41901 \end_inset
41902
41903
41904 \series default
41905
41906 \begin_inset Index idx
41907 status collapsed
41908
41909 \begin_layout Plain Layout
41910 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
41911 \end_layout
41912
41913 \end_inset
41914
41915 の取扱説明書
41916 \end_layout
41917
41918 \begin_layout Bibliography
41919 \labelwidthstring 参考文献
41920 \begin_inset CommandInset bibitem
41921 LatexCommand bibitem
41922 key "pstricks"
41923
41924 \end_inset
41925
41926 LaTeXパッケージ
41927 \series bold
41928
41929 \begin_inset CommandInset href
41930 LatexCommand href
41931 name "PSTricks"
41932 target "http://tug.org/PSTricks/"
41933
41934 \end_inset
41935
41936
41937 \series default
41938
41939 \begin_inset Index idx
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
41944 \end_layout
41945
41946 \end_inset
41947
41948 のウェブページ
41949 \end_layout
41950
41951 \begin_layout Bibliography
41952 \labelwidthstring 参考文献
41953 \begin_inset CommandInset bibitem
41954 LatexCommand bibitem
41955 key "refstyle"
41956
41957 \end_inset
41958
41959 LaTeXパッケージ
41960 \series bold
41961
41962 \begin_inset CommandInset href
41963 LatexCommand href
41964 name "refstyle"
41965 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41966
41967 \end_inset
41968
41969
41970 \series default
41971
41972 \begin_inset Index idx
41973 status collapsed
41974
41975 \begin_layout Plain Layout
41976 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
41977 \end_layout
41978
41979 \end_inset
41980
41981 の取扱説明書
41982 \end_layout
41983
41984 \begin_layout Bibliography
41985 \labelwidthstring 参考文献
41986 \begin_inset CommandInset bibitem
41987 LatexCommand bibitem
41988 key "sidecap"
41989
41990 \end_inset
41991
41992 LaTeXパッケージ
41993 \series bold
41994
41995 \begin_inset CommandInset href
41996 LatexCommand href
41997 name "sidecap"
41998 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41999
42000 \end_inset
42001
42002
42003 \series default
42004
42005 \begin_inset Index idx
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42010 \end_layout
42011
42012 \end_inset
42013
42014 の取扱説明書
42015 \end_layout
42016
42017 \begin_layout Bibliography
42018 \labelwidthstring 参考文献
42019 \begin_inset CommandInset bibitem
42020 LatexCommand bibitem
42021 key "NewInLyX20"
42022
42023 \end_inset
42024
42025
42026 \family sans
42027 LyX 2.0
42028 \family default
42029 の新機能に関する
42030 \begin_inset CommandInset href
42031 LatexCommand href
42032 name "Wikiページ"
42033 target "http://wiki.lyx.org/LyX/NewInLyX20"
42034
42035 \end_inset
42036
42037
42038 \end_layout
42039
42040 \begin_layout Standard
42041 \begin_inset CommandInset index_print
42042 LatexCommand printindex
42043 type "idx"
42044
42045 \end_inset
42046
42047
42048 \end_layout
42049
42050 \end_body
42051 \end_document