]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Japanese docs: translations from Koji
[lyx.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 MenuString              "ルビ(R)|R"
195 Decoration              Conglomerate
196 Argument post:1
197       LabelString       "ルビ文"
198       MenuString        "ルビ文(S)|S"
199       Decoration        Conglomerate
200       Font
201             Size                tiny
202       EndFont
203       LabelFont
204             Size                tiny
205       EndFont
206       Mandatory 1
207 EndArgument
208 Preamble
209 \IfFileExists{okumacro.sty}
210  {\usepackage{okumacro}}
211  {\newcommand{\ruby}[2]{#2}}
212 EndPreamble
213 End
214 \end_local_layout
215 \language japanese
216 \language_package default
217 \inputencoding auto
218 \fontencoding global
219 \font_roman default
220 \font_sans default
221 \font_typewriter default
222 \font_math auto
223 \font_default_family default
224 \use_non_tex_fonts false
225 \font_sc false
226 \font_osf false
227 \font_sf_scale 100
228 \font_tt_scale 100
229 \graphics default
230 \default_output_format default
231 \output_sync 0
232 \bibtex_command default
233 \index_command default
234 \paperfontsize 12
235 \spacing single
236 \use_hyperref true
237 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
238 \pdf_author "LyX Team, Uwe Stohr"
239 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
240 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
241 \pdf_bookmarks true
242 \pdf_bookmarksnumbered true
243 \pdf_bookmarksopen true
244 \pdf_bookmarksopenlevel 1
245 \pdf_breaklinks false
246 \pdf_pdfborder false
247 \pdf_colorlinks true
248 \pdf_backref false
249 \pdf_pdfusetitle false
250 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
251 \papersize a4paper
252 \use_geometry true
253 \use_package amsmath 2
254 \use_package amssymb 2
255 \use_package cancel 0
256 \use_package esint 0
257 \use_package mathdots 1
258 \use_package mathtools 0
259 \use_package mhchem 1
260 \use_package stackrel 0
261 \use_package stmaryrd 0
262 \use_package undertilde 0
263 \cite_engine basic
264 \cite_engine_type default
265 \biblio_style plain
266 \use_bibtopic false
267 \use_indices false
268 \paperorientation portrait
269 \suppress_date false
270 \justification true
271 \use_refstyle 0
272 \notefontcolor #0000ff
273 \index 索引
274 \shortcut idx
275 \color #008000
276 \end_index
277 \leftmargin 2.5cm
278 \topmargin 2.5cm
279 \rightmargin 2.5cm
280 \bottommargin 3cm
281 \secnumdepth 3
282 \tocdepth 3
283 \paragraph_separation skip
284 \defskip medskip
285 \quotes_language english
286 \papercolumns 1
287 \papersides 2
288 \paperpagestyle default
289 \bullet 1 1 34 -1
290 \bullet 2 2 35 -1
291 \bullet 3 2 7 -1
292 \tracking_changes false
293 \output_changes false
294 \html_math_output 0
295 \html_css_as_file 0
296 \html_be_strict false
297 \end_header
298
299 \begin_body
300
301 \begin_layout Title
302 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
303 \end_layout
304
305 \begin_layout Author
306 LyXプロジェクトチーム
307 \begin_inset Foot
308 status collapsed
309
310 \begin_layout Plain Layout
311 \noindent
312 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
313 \begin_inset CommandInset href
314 LatexCommand href
315 name "lyx-docs@lists.lyx.org"
316 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
317 type "mailto:"
318
319 \end_inset
320
321  までお送り下さい。
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Note Note
328 status collapsed
329
330 \begin_layout Plain Layout
331 著者:Uwe Stöhr
332 \end_layout
333
334 \end_inset
335
336
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \family sans
346 第2.1.x版
347 \end_layout
348
349 \begin_layout Standard
350 \begin_inset CommandInset toc
351 LatexCommand tableofcontents
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Standard
359 \begin_inset Note Note
360 status open
361
362 \begin_layout Plain Layout
363 本文書の全体をPDFやPS、DVIに書き出すには、
364 \series bold
365 arydshln
366 \series default
367
368 \series bold
369 colortbl
370 \series default
371
372 \series bold
373 diagbox
374 \series default
375
376 \series bold
377 lettrine
378 \series default
379
380 \series bold
381 marginnote
382 \series default
383
384 \series bold
385 picinpar
386 \series default
387
388 \series bold
389 sidecap
390 \series default
391 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
392 されません。
393 \end_layout
394
395 \begin_layout Plain Layout
396 本文書の最新PDF版は
397 \begin_inset Newline newline
398 \end_inset
399
400
401 \series bold
402 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
403 \series default
404
405 \begin_inset Newline newline
406 \end_inset
407
408 にあります。
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Chapter
417
418 \begin_inset Index idx
419 status collapsed
420
421 \begin_layout Plain Layout
422 ず@図
423 \end_layout
424
425 \end_inset
426
427
428 \begin_inset Index idx
429 status collapsed
430
431 \begin_layout Plain Layout
432 がぞう@画像|see
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438 {
439 \end_layout
440
441 \end_inset
442
443
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449 }
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \end_inset
458
459
460 \end_layout
461
462 \begin_layout Section
463 画像ダイアログ
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 ず@図 ! がぞうだいあろぐ@画像ダイアログ
469 \end_layout
470
471 \end_inset
472
473
474 \begin_inset CommandInset label
475 LatexCommand label
476 name "sec:画像ダイアログ"
477
478 \end_inset
479
480
481 \end_layout
482
483 \begin_layout Standard
484 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
485 \family sans
486
487 \begin_inset Info
488 type  "icon"
489 arg   "dialog-show-new-inset graphics"
490 \end_inset
491
492
493 \family default
494 をクリックするか、
495 \family sans
496 挿入\SpecialChar \menuseparator
497 画像
498 \family default
499 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
500 \end_layout
501
502 \begin_layout Standard
503 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
504 \end_layout
505
506 \begin_layout Description
507
508 \family sans
509 画像
510 \family default
511  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
512 \begin_inset CommandInset ref
513 LatexCommand ref
514 reference "cha:LyXで使用できる単位"
515
516 \end_inset
517
518 に説明があります。
519 \begin_inset Newline newline
520 \end_inset
521
522
523 \begin_inset Index idx
524 status collapsed
525
526 \begin_layout Plain Layout
527 ず@図 ! のかいてん@---の回転
528 \end_layout
529
530 \end_inset
531
532 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
533 \begin_inset Newline newline
534 \end_inset
535
536
537 \begin_inset Index idx
538 status collapsed
539
540 \begin_layout Plain Layout
541 ず@図 ! のしんしゅく@---の伸縮
542 \end_layout
543
544 \end_inset
545
546 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
547 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
548 \family sans
549 縦横比を維持する
550 \family default
551 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
552 \begin_inset Newline newline
553 \end_inset
554
555 画像を右クリックすると現れるコンテクストメニューで
556 \family sans
557 外部で編集
558 \family default
559 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
560 ます。
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 切り抜き
567 \family default
568  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
569 \family sans
570 ファイルから取得
571 \family default
572 ボタンを押すことによって、自動的に計算することもできます。
573 \family sans
574 境界枠で切り抜く
575 \family default
576 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
577 \end_layout
578
579 \begin_layout Description
580
581 \family sans
582 LaTeXとLyXのオプション
583 \family default
584  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
585 \family sans
586
587 \begin_inset Newline newline
588 \end_inset
589
590 下書きモード
591 \family default
592 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
593 \family sans
594
595 \begin_inset Newline newline
596 \end_inset
597
598 エクスポートする際に解凍しない
599 \family default
600 オプションは、
601 \emph on
602 x.eps.gz
603 \emph default
604 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
605 ません。
606 \begin_inset Newline newline
607 \end_inset
608
609 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
610 \begin_inset CommandInset ref
611 LatexCommand ref
612 reference "sec:PostScript"
613
614 \end_inset
615
616 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
617 \begin_inset Newline newline
618 \end_inset
619
620
621 \series bold
622 gzip x.eps
623 \series default
624
625 \begin_inset Newline newline
626 \end_inset
627
628
629 \series bold
630 zgrep %%Bounding x.eps.gz > x.eps.bb
631 \series default
632
633 \begin_inset Newline newline
634 \end_inset
635
636 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
637 \begin_inset Newline newline
638 \end_inset
639
640
641 \family sans
642 画像グループ
643 \family default
644 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649 ず@図 ! せっていぐるーぷ@設定グループ
650 \end_layout
651
652 \end_inset
653
654 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
655 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
656 を使用して、望むグループ名をチェックすることで行うこともできます。
657 \end_layout
658
659 \begin_layout Standard
660 \begin_inset VSpace bigskip
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 下記はEPS書式
668 \begin_inset Foot
669 status collapsed
670
671 \begin_layout Plain Layout
672 画像書式は、第
673 \begin_inset CommandInset ref
674 LatexCommand ref
675 reference "sec:画像形式"
676
677 \end_inset
678
679 節に説明されています。
680 \end_layout
681
682 \end_inset
683
684 の画像の例で、単独の中央揃えの段落に置いてあります。
685 \end_layout
686
687 \begin_layout Standard
688 \align center
689 \begin_inset Graphics
690         filename ../clipart/mobius.eps
691         scale 70
692         scaleBeforeRotation
693         rotateOrigin center
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 下記は上と同じ画像ですが、下書きモードのものです。
702 \end_layout
703
704 \begin_layout Standard
705 \align center
706 \begin_inset Graphics
707         filename ../clipart/mobius.eps
708         scale 70
709         draft
710         scaleBeforeRotation
711         rotateOrigin center
712
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 \begin_inset Newpage newpage
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Section
726 図フロート
727 \begin_inset CommandInset label
728 LatexCommand label
729 name "sec:図フロート"
730
731 \end_inset
732
733
734 \begin_inset Index idx
735 status collapsed
736
737 \begin_layout Plain Layout
738 ふろーと@フロート ! ず@図
739 \end_layout
740
741 \end_inset
742
743
744 \begin_inset Index idx
745 status collapsed
746
747 \begin_layout Plain Layout
748 ず@図 ! ふろーと@フロート
749 \end_layout
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 フロートについての一般的な説明は、第
758 \begin_inset CommandInset ref
759 LatexCommand ref
760 reference "sec:フロートはじめに"
761
762 \end_inset
763
764 節をご覧下さい。
765 \end_layout
766
767 \begin_layout Standard
768 ツールバーボタンの
769 \family sans
770
771 \begin_inset Info
772 type  "icon"
773 arg   "float-insert figure"
774 \end_inset
775
776
777 \family default
778
779 \family sans
780 挿入\SpecialChar \menuseparator
781 フロート\SpecialChar \menuseparator
782
783 \family default
784 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:犠牲のカモノハシ"
788
789 \end_inset
790
791 のようにキャプションの上に置くこともできますし、図
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "fig:エッシャー"
795
796 \end_inset
797
798 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "sec:キャプションの配置"
802
803 \end_inset
804
805 節に述べられています。
806 \end_layout
807
808 \begin_layout Standard
809 \begin_inset Float figure
810 wide false
811 sideways false
812 status open
813
814 \begin_layout Plain Layout
815 \align center
816 \begin_inset Graphics
817         filename ../clipart/platypus.eps
818         width 50col%
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Plain Layout
828 \begin_inset Caption Standard
829
830 \begin_layout Plain Layout
831 \begin_inset CommandInset label
832 LatexCommand label
833 name "fig:犠牲のカモノハシ"
834
835 \end_inset
836
837 フロート中の激しく歪んだカモノハシ
838 \end_layout
839
840 \end_inset
841
842
843 \end_layout
844
845 \end_inset
846
847
848 \end_layout
849
850 \begin_layout Standard
851 \begin_inset Float figure
852 wide false
853 sideways false
854 status open
855
856 \begin_layout Plain Layout
857 \begin_inset Caption Standard
858
859 \begin_layout Plain Layout
860 \begin_inset CommandInset label
861 LatexCommand label
862 name "fig:エッシャー"
863
864 \end_inset
865
866 行ってしまったM.C.エッシャー
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \align center
876 \begin_inset Graphics
877         filename ../clipart/escher-lsd.eps
878         scale 80
879         scaleBeforeRotation
880         rotateOrigin center
881
882 \end_inset
883
884
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Standard
893 \begin_inset Index idx
894 status collapsed
895
896 \begin_layout Plain Layout
897 さんしょう@参照 ! ずへの@図への ---
898 \end_layout
899
900 \end_inset
901
902
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "fig:犠牲のカモノハシ"
906
907 \end_inset
908
909 図と第
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "fig:エッシャー"
913
914 \end_inset
915
916 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
917 \family sans
918 挿入\SpecialChar \menuseparator
919 ラベル
920 \family default
921 メニューかツールバーボタン
922 \family sans
923
924 \begin_inset Info
925 type  "icon"
926 arg   "label-insert"
927 \end_inset
928
929
930 \family default
931 を使用して、キャプションにラベルを挿入してください。その後、
932 \family sans
933 挿入\SpecialChar \menuseparator
934 相互参照
935 \family default
936 メニューかツールバーボタン
937 \family sans
938
939 \begin_inset Info
940 type  "icon"
941 arg   "dialog-show-new-inset ref"
942 \end_inset
943
944
945 \family default
946 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
947 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
948 \begin_inset Newline newline
949 \end_inset
950
951 参照は、第
952 \begin_inset CommandInset ref
953 LatexCommand ref
954 reference "sec:フロートの参照"
955
956 \end_inset
957
958 節で詳細に説明されています。
959 \end_layout
960
961 \begin_layout Standard
962 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
963 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
964 \begin_inset CommandInset ref
965 LatexCommand ref
966 reference "fig:歪められた二つの像"
967
968 \end_inset
969
970 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
971 \begin_inset CommandInset ref
972 LatexCommand ref
973 reference "fig:何かわからない構造"
974
975 \end_inset
976
977 と図
978 \begin_inset CommandInset ref
979 LatexCommand ref
980 reference "fig:カモノハシ"
981
982 \end_inset
983
984 が内部図になります。
985 \end_layout
986
987 \begin_layout Standard
988 \begin_inset Float figure
989 wide false
990 sideways false
991 status open
992
993 \begin_layout Plain Layout
994 \begin_inset space \hfill{}
995 \end_inset
996
997
998 \begin_inset Float figure
999 wide false
1000 sideways false
1001 status collapsed
1002
1003 \begin_layout Plain Layout
1004 \begin_inset Caption Standard
1005
1006 \begin_layout Plain Layout
1007 \begin_inset CommandInset label
1008 LatexCommand label
1009 name "fig:何かわからない構造"
1010
1011 \end_inset
1012
1013 何かわからない構造
1014 \end_layout
1015
1016 \end_inset
1017
1018
1019 \end_layout
1020
1021 \begin_layout Plain Layout
1022 \begin_inset Graphics
1023         filename ../clipart/escher-lsd.eps
1024         width 45col%
1025         scaleBeforeRotation
1026         groupId distorted
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \end_inset
1034
1035
1036 \begin_inset space \hfill{}
1037 \end_inset
1038
1039
1040 \begin_inset Float figure
1041 wide false
1042 sideways false
1043 status collapsed
1044
1045 \begin_layout Plain Layout
1046 \begin_inset Caption Standard
1047
1048 \begin_layout Plain Layout
1049 \begin_inset CommandInset label
1050 LatexCommand label
1051 name "fig:カモノハシ"
1052
1053 \end_inset
1054
1055 カモノハシ
1056 \end_layout
1057
1058 \end_inset
1059
1060
1061 \end_layout
1062
1063 \begin_layout Plain Layout
1064 \begin_inset Graphics
1065         filename ../clipart/platypus.eps
1066         width 45col%
1067         scaleBeforeRotation
1068         groupId distorted
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \end_inset
1076
1077
1078 \begin_inset space \hfill{}
1079 \end_inset
1080
1081
1082 \end_layout
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption Standard
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "fig:歪められた二つの像"
1091
1092 \end_inset
1093
1094 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \begin_layout Standard
1108 \begin_inset Newpage newpage
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Section
1115 画像形式
1116 \begin_inset CommandInset label
1117 LatexCommand label
1118 name "sec:画像形式"
1119
1120 \end_inset
1121
1122
1123 \begin_inset Index idx
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 がぞうけいしき@画像形式
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \begin_inset Index idx
1134 status collapsed
1135
1136 \begin_layout Plain Layout
1137 ず@図 ! がぞうけいしき@画像形式
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \begin_layout Standard
1146 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1147 \begin_inset CommandInset ref
1148 LatexCommand ref
1149 reference "cha:ファイル出力形式"
1150
1151 \end_inset
1152
1153 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1154 ウンドで
1155 \family typewriter
1156 ImageMagick
1157 \family default
1158 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1159 用するとよいでしょう。出力ファイル形式は、付録
1160 \begin_inset CommandInset ref
1161 LatexCommand ref
1162 reference "cha:ファイル出力形式"
1163
1164 \end_inset
1165
1166 に説明されています。
1167 \end_layout
1168
1169 \begin_layout Standard
1170 フォントと同じく、画像形式にも以下の二つの型があります。
1171 \end_layout
1172
1173 \begin_layout Description
1174 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1175 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1176 \family typewriter
1177 .gif
1178 \family default
1179 」)
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 GIF|see
1185 \begin_inset ERT
1186 status collapsed
1187
1188 \begin_layout Plain Layout
1189
1190 {
1191 \end_layout
1192
1193 \end_inset
1194
1195 画像書式
1196 \begin_inset ERT
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200
1201 }
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1212 \family typewriter
1213 .png
1214 \family default
1215 」)
1216 \begin_inset Index idx
1217 status collapsed
1218
1219 \begin_layout Plain Layout
1220 PNG|see
1221 \begin_inset ERT
1222 status collapsed
1223
1224 \begin_layout Plain Layout
1225
1226 {
1227 \end_layout
1228
1229 \end_inset
1230
1231 画像書式
1232 \begin_inset ERT
1233 status collapsed
1234
1235 \begin_layout Plain Layout
1236
1237 }
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \end_inset
1246
1247 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1248 \family typewriter
1249 .jpg
1250 \family default
1251 」または「
1252 \family typewriter
1253 .jpeg
1254 \family default
1255 」)
1256 \begin_inset Index idx
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 JPG|see
1261 \begin_inset ERT
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265
1266 {
1267 \end_layout
1268
1269 \end_inset
1270
1271 画像書式
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 }
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \end_inset
1286
1287 などがあります。
1288 \end_layout
1289
1290 \begin_layout Description
1291 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1292 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1293 に便利です。
1294 \begin_inset Newline newline
1295 \end_inset
1296
1297 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1298 \family typewriter
1299 .svg
1300 \family default
1301 」)
1302 \begin_inset Index idx
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 SVG|see
1307 \begin_inset ERT
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311
1312 {
1313 \end_layout
1314
1315 \end_inset
1316
1317 画像書式
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 }
1324 \end_layout
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \end_inset
1332
1333 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1334 \family typewriter
1335 .eps
1336 \family default
1337 」)
1338 \begin_inset Index idx
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342 EPS|see
1343 \begin_inset ERT
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347
1348 {
1349 \end_layout
1350
1351 \end_inset
1352
1353 画像書式
1354 \begin_inset ERT
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358
1359 }
1360 \end_layout
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \end_inset
1368
1369 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1370 \family typewriter
1371 .pdf
1372 \family default
1373 」)
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 PDF
1379 \end_layout
1380
1381 \end_inset
1382
1383 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1384 \family typewriter
1385 .wmf
1386 \family default
1387 」)
1388 \begin_inset Index idx
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 SVG|see
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 {
1399 \end_layout
1400
1401 \end_inset
1402
1403 画像書式
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 }
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \end_inset
1418
1419 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1420 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1421 \begin_inset Foot
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 PDFの場合には、さらに元画像が圧縮されます。
1426 \end_layout
1427
1428 \end_inset
1429
1430 。たとえば、
1431 \family typewriter
1432 Adobe Photoshop
1433 \family default
1434 が生成するPDFファイルは、ビットマップ画像です。
1435 \end_layout
1436
1437 \begin_layout Standard
1438 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1439 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1440 \begin_inset Formula $\to$
1441 \end_inset
1442
1443 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1444 \end_layout
1445
1446 \begin_layout Chapter
1447
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 ひょう@表
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \end_layout
1459
1460 \begin_layout Section
1461 はじめに
1462 \begin_inset Index idx
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 ひょう@表 ! はじめに
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \begin_layout Standard
1475
1476 \family roman
1477 \series medium
1478 \shape up
1479 \size normal
1480 \emph off
1481 \bar no
1482 \noun off
1483 \color none
1484 表を挿入するには、ツールバーボタ
1485 \family default
1486 \series default
1487 \shape default
1488 \size default
1489 \emph default
1490 \bar default
1491 \noun default
1492 \color inherit
1493
1494 \begin_inset Info
1495 type  "icon"
1496 arg   "tabular-insert"
1497 \end_inset
1498
1499
1500 \family roman
1501 \series medium
1502 \shape up
1503 \size normal
1504 \emph off
1505 \bar no
1506 \noun off
1507 \color none
1508
1509 \family sans
1510 \series default
1511 \shape default
1512 \size default
1513 \emph default
1514 \bar default
1515 \noun default
1516 \color inherit
1517 挿入\SpecialChar \menuseparator
1518
1519 \family default
1520 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1521 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1522 \begin_inset Newline newline
1523 \end_inset
1524
1525 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1526 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1527 \end_layout
1528
1529 \begin_layout Standard
1530 \align center
1531 \begin_inset Tabular
1532 <lyxtabular version="3" rows="4" columns="4">
1533 <features rotate="0" tabularvalignment="middle">
1534 <column alignment="center" valignment="top">
1535 <column alignment="center" valignment="top">
1536 <column alignment="center" valignment="top">
1537 <column alignment="center" valignment="top">
1538 <row>
1539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 1
1553 \end_layout
1554
1555 \end_inset
1556 </cell>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 2
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 3
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 </row>
1576 <row>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 </row>
1614 <row>
1615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 </row>
1652 <row>
1653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Plain Layout
1657
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 </lyxtabular>
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Section
1698 表ダイアログ
1699 \begin_inset Index idx
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 ひょう@表 ! だいあろぐ@ダイアログ
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \end_layout
1710
1711 \begin_layout Standard
1712
1713 \family roman
1714 \series medium
1715 \shape up
1716 \size normal
1717 \emph off
1718 \bar no
1719 \noun off
1720 \color none
1721 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1722 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1723 \family default
1724 \series default
1725 \shape default
1726 \size default
1727 \emph default
1728 \bar default
1729 \noun default
1730 \color inherit
1731 セルの
1732 \emph on
1733 内容
1734 \emph default
1735 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1736 \begin_inset Newline newline
1737 \end_inset
1738
1739 ダイアログオプションの
1740 \family sans
1741 直ちに適用
1742 \family default
1743 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1744 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1745 \begin_inset Newline newline
1746 \end_inset
1747
1748 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1749 \end_layout
1750
1751 \begin_layout Description
1752
1753 \family sans
1754 表の設定
1755 \family default
1756  ここでは、現在列の幅と水平揃えを設定することができます。
1757 \family sans
1758 小数点で
1759 \family default
1760 とある揃えは、第
1761 \begin_inset CommandInset ref
1762 LatexCommand ref
1763 reference "sub:特殊なセル揃え"
1764
1765 \end_inset
1766
1767 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1768 は、第
1769 \begin_inset CommandInset ref
1770 LatexCommand ref
1771 reference "sub:複数行"
1772
1773 \end_inset
1774
1775 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1776 \begin_inset Newline newline
1777 \end_inset
1778
1779 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1780 \begin_inset CommandInset ref
1781 LatexCommand ref
1782 reference "sub:連結列"
1783
1784 \end_inset
1785
1786 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1787 \begin_inset CommandInset ref
1788 LatexCommand ref
1789 reference "sub:連結行"
1790
1791 \end_inset
1792
1793 節をご参照ください。
1794 \begin_inset Newline newline
1795 \end_inset
1796
1797 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1798 \begin_inset Newline newline
1799 \end_inset
1800
1801
1802 \begin_inset Note Greyedout
1803 status open
1804
1805 \begin_layout Plain Layout
1806
1807 \series bold
1808 【註】
1809 \series default
1810 DVIビューアのすべてが回転を表示できるわけではありません。
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \begin_inset Newline newline
1817 \end_inset
1818
1819 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1820 \begin_inset Newline newline
1821 \end_inset
1822
1823 各種の揃えを適用した同一行中の表:
1824 \begin_inset Tabular
1825 <lyxtabular version="3" rows="2" columns="2">
1826 <features rotate="0" tabularvalignment="top">
1827 <column alignment="center" valignment="top" width="0pt">
1828 <column alignment="center" valignment="top">
1829 <row>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 1
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 A
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 </row>
1869 </lyxtabular>
1870
1871 \end_inset
1872
1873  
1874 \begin_inset Tabular
1875 <lyxtabular version="3" rows="2" columns="2">
1876 <features rotate="0" tabularvalignment="middle">
1877 <column alignment="center" valignment="top">
1878 <column alignment="center" valignment="top">
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 1
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 <row>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 A
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 </lyxtabular>
1920
1921 \end_inset
1922
1923  
1924 \begin_inset Tabular
1925 <lyxtabular version="3" rows="2" columns="2">
1926 <features rotate="0" tabularvalignment="bottom">
1927 <column alignment="center" valignment="top" width="0pt">
1928 <column alignment="center" valignment="top">
1929 <row>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 1
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 <row>
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954 A
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 </row>
1969 </lyxtabular>
1970
1971 \end_inset
1972
1973
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "sub:連結列の計算"
1981
1982 \end_inset
1983
1984 節および第
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "sec:色付きの表"
1988
1989 \end_inset
1990
1991 節をご参照下さい。
1992 \end_layout
1993
1994 \begin_layout Description
1995
1996 \family sans
1997 罫線
1998 \family default
1999  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 様式オプションとして
2004 \family sans
2005 フォーマル様式
2006 \family default
2007 を使用すると、第
2008 \begin_inset CommandInset ref
2009 LatexCommand ref
2010 reference "sec:フォーマル形式の表"
2011
2012 \end_inset
2013
2014 節に述べられているフォーマル様式の表に表を変換します。
2015 \begin_inset Newline newline
2016 \end_inset
2017
2018 またここで、第
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "sub:行の余白取り"
2022
2023 \end_inset
2024
2025 節に述べられているように、表の行に空白を追加することもできます。
2026 \end_layout
2027
2028 \begin_layout Description
2029
2030 \family sans
2031 長尺表
2032 \family default
2033  このタブは、複数のページにわたる、いわゆる「
2034 \emph on
2035 長尺表
2036 \emph default
2037 」を作るためのものです。第
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "sec:長尺表"
2041
2042 \end_inset
2043
2044 節および第
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "sec:長尺表にまつわる諸点"
2048
2049 \end_inset
2050
2051 節に、長尺表の機能に関する詳細な説明があります。
2052 \end_layout
2053
2054 \begin_layout Section
2055 表ツールバー
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 ひょう@表 ! つーるばー@ツールバー
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \end_layout
2067
2068 \begin_layout Standard
2069 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2070 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2071 \end_layout
2072
2073 \begin_layout Standard
2074 ツールバーには、以下のアイコンがあります。
2075 \end_layout
2076
2077 \begin_layout Labeling
2078 \labelwidthstring 00.00.0000
2079
2080 \family sans
2081 \begin_inset Info
2082 type  "icon"
2083 arg   "inset-modify tabular append-row"
2084 \end_inset
2085
2086
2087 \family default
2088  は、現在セルあるいは選択範囲の下に行を追加します。
2089 \end_layout
2090
2091 \begin_layout Labeling
2092 \labelwidthstring 00.00.0000
2093
2094 \family sans
2095 \begin_inset Info
2096 type  "icon"
2097 arg   "inset-modify tabular append-column"
2098 \end_inset
2099
2100
2101 \family default
2102  は、現在セルあるいは選択範囲の右に列を追加します。
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107
2108 \family sans
2109 \begin_inset Info
2110 type  "icon"
2111 arg   "inset-modify tabular delete-row"
2112 \end_inset
2113
2114
2115 \family default
2116  は、現在行あるいは選択範囲行を削除します。
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121
2122 \family sans
2123 \begin_inset Info
2124 type  "icon"
2125 arg   "inset-modify tabular delete-column"
2126 \end_inset
2127
2128
2129 \family default
2130  は、現在列あるいは選択範囲列を削除します。
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135
2136 \family sans
2137 \begin_inset Info
2138 type  "icon"
2139 arg   "inset-modify tabular toggle-line-top"
2140 \end_inset
2141
2142
2143 \family default
2144  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2145 \end_layout
2146
2147 \begin_layout Labeling
2148 \labelwidthstring 00.00.0000
2149
2150 \family sans
2151 \begin_inset Info
2152 type  "icon"
2153 arg   "inset-modify tabular toggle-line-bottom"
2154 \end_inset
2155
2156
2157 \family default
2158  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163
2164 \family sans
2165 \begin_inset Info
2166 type  "icon"
2167 arg   "inset-modify tabular toggle-line-left"
2168 \end_inset
2169
2170
2171 \family default
2172  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177
2178 \family sans
2179 \begin_inset Info
2180 type  "icon"
2181 arg   "inset-modify tabular toggle-line-right"
2182 \end_inset
2183
2184
2185 \family default
2186  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191
2192 \family sans
2193 \begin_inset Info
2194 type  "icon"
2195 arg   "inset-modify tabular set-all-lines"
2196 \end_inset
2197
2198
2199 \family default
2200  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205
2206 \family sans
2207 \begin_inset Info
2208 type  "icon"
2209 arg   "inset-modify tabular unset-all-lines"
2210 \end_inset
2211
2212
2213 \family default
2214  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219
2220 \family sans
2221 \begin_inset Info
2222 type  "icon"
2223 arg   "inset-modify tabular m-align-left"
2224 \end_inset
2225
2226
2227 \family default
2228  は、現在セルあるいは現在列の内容を左揃えにします。
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233
2234 \family sans
2235 \begin_inset Info
2236 type  "icon"
2237 arg   "inset-modify tabular m-align-center"
2238 \end_inset
2239
2240
2241 \family default
2242  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247
2248 \family sans
2249 \begin_inset Info
2250 type  "icon"
2251 arg   "inset-modify tabular m-align-right"
2252 \end_inset
2253
2254
2255 \family default
2256  は、現在セルあるいは現在列の内容を右揃えにします。
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261
2262 \family sans
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "inset-modify tabular align-decimal"
2266 \end_inset
2267
2268
2269 \family default
2270  は、現在セルの内容を特定文字位置で揃えます。
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275
2276 \family sans
2277 \begin_inset Info
2278 type  "icon"
2279 arg   "inset-modify tabular m-valign-top"
2280 \end_inset
2281
2282
2283 \family default
2284  は、現在セルの内容を垂直方向上揃えにします。
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289
2290 \family sans
2291 \begin_inset Info
2292 type  "icon"
2293 arg   "inset-modify tabular m-valign-middle"
2294 \end_inset
2295
2296
2297 \family default
2298  は、現在セルの内容を垂直方向中央揃えにします。
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303
2304 \family sans
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "inset-modify tabular m-valign-bottom"
2308 \end_inset
2309
2310
2311 \family default
2312  は、現在セルの内容を垂直方向下揃えにします。
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317
2318 \family sans
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "inset-modify tabular set-rotate-cell"
2322 \end_inset
2323
2324
2325 \family default
2326  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331
2332 \family sans
2333 \begin_inset Info
2334 type  "icon"
2335 arg   "inset-modify tabular set-rotate-tabular"
2336 \end_inset
2337
2338
2339 \family default
2340  は、表全体を反時計廻りに90度回転します。
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345
2346 \family sans
2347 \begin_inset Info
2348 type  "icon"
2349 arg   "inset-modify tabular multicolumn"
2350 \end_inset
2351
2352
2353 \family default
2354  は、現在セルあるいは選択範囲を連結列にします。
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359
2360 \family sans
2361 \begin_inset Info
2362 type  "icon"
2363 arg   "inset-modify tabular multirow"
2364 \end_inset
2365
2366
2367 \family default
2368  は、現在セルあるいは選択範囲を連結行にします。
2369 \end_layout
2370
2371 \begin_layout Standard
2372 \begin_inset Note Greyedout
2373 status open
2374
2375 \begin_layout Plain Layout
2376
2377 \series bold
2378 【註】
2379 \series default
2380 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2381 \end_layout
2382
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \begin_layout Section
2389 表編集メニュー
2390 \begin_inset Index idx
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2395 \end_layout
2396
2397 \end_inset
2398
2399
2400 \end_layout
2401
2402 \begin_layout Standard
2403 表ダイアログと表ツールバーの他に、
2404 \family sans
2405 編集\SpecialChar \menuseparator
2406
2407 \family default
2408 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2409 部にあるときのみ、表示されます。
2410 \end_layout
2411
2412 \begin_layout Section
2413 表フロート
2414 \begin_inset CommandInset label
2415 LatexCommand label
2416 name "sec:表フロート"
2417
2418 \end_inset
2419
2420
2421 \begin_inset Index idx
2422 status collapsed
2423
2424 \begin_layout Plain Layout
2425 ふろーと@フロート ! ひょう@表
2426 \end_layout
2427
2428 \end_inset
2429
2430
2431 \begin_inset Index idx
2432 status collapsed
2433
2434 \begin_layout Plain Layout
2435 ひょう@表 ! ふろーと@フロート
2436 \end_layout
2437
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \begin_layout Standard
2444 フロートの一般的な説明については、第
2445 \begin_inset CommandInset ref
2446 LatexCommand ref
2447 reference "sec:フロートはじめに"
2448
2449 \end_inset
2450
2451 節をご覧下さい。
2452 \end_layout
2453
2454 \begin_layout Standard
2455 \begin_inset Float table
2456 placement h
2457 wide false
2458 sideways false
2459 status open
2460
2461 \begin_layout Plain Layout
2462 \begin_inset Caption Standard
2463
2464 \begin_layout Plain Layout
2465 \begin_inset CommandInset label
2466 LatexCommand label
2467 name "tab:表フロート"
2468
2469 \end_inset
2470
2471 表フロート
2472 \end_layout
2473
2474 \end_inset
2475
2476
2477 \end_layout
2478
2479 \begin_layout Plain Layout
2480 \align center
2481 \begin_inset Tabular
2482 <lyxtabular version="3" rows="3" columns="3">
2483 <features rotate="0" tabularvalignment="middle">
2484 <column alignment="center" valignment="top" width="0pt">
2485 <column alignment="center" valignment="top" width="0pt">
2486 <column alignment="center" valignment="top" width="0pt">
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492
2493 \family roman
2494 \series medium
2495 \shape up
2496 \size normal
2497 \emph off
2498 \bar no
2499 \noun off
2500 \color none
2501 1
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Plain Layout
2510
2511 \family roman
2512 \series medium
2513 \shape up
2514 \size normal
2515 \emph off
2516 \bar no
2517 \noun off
2518 \color none
2519 2
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \family roman
2530 \series medium
2531 \shape up
2532 \size normal
2533 \emph off
2534 \bar no
2535 \noun off
2536 \color none
2537 3
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 </row>
2543 <row>
2544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2545 \begin_inset Text
2546
2547 \begin_layout Plain Layout
2548 森嶋
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557 宇沢
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566 二階堂
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 </row>
2572 <row>
2573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577
2578 \family roman
2579 \series medium
2580 \shape up
2581 \size normal
2582 \emph off
2583 \bar no
2584 \noun off
2585 \color none
2586 \begin_inset Formula $\int x^{2}dx$
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598
2599 \family roman
2600 \series medium
2601 \shape up
2602 \size normal
2603 \emph off
2604 \bar no
2605 \noun off
2606 \color none
2607 \begin_inset Formula $\left[\begin{array}{cc}
2608 a & b\\
2609 c & d
2610 \end{array}\right]$
2611 \end_inset
2612
2613
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Plain Layout
2622
2623 \family roman
2624 \series medium
2625 \shape up
2626 \size normal
2627 \emph off
2628 \bar no
2629 \noun off
2630 \color none
2631 \begin_inset Formula $1+1=2$
2632 \end_inset
2633
2634
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 </row>
2640 </lyxtabular>
2641
2642 \end_inset
2643
2644
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \begin_layout Standard
2653 表フロートは、
2654 \family sans
2655 挿入
2656 \shape up
2657 \SpecialChar \menuseparator
2658 フロート\SpecialChar \menuseparator
2659
2660 \family default
2661 \shape default
2662 メニューかツールバーボタン
2663 \family sans
2664
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "float-insert table"
2668 \end_inset
2669
2670
2671 \family default
2672 を使うと挿入することができます。
2673 \end_layout
2674
2675 \begin_layout Standard
2676 フロートは折りたたむことのできるボックスとして表示され、中には「表
2677 \begin_inset space ~
2678 \end_inset
2679
2680 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2681 \end_layout
2682
2683 \begin_layout Standard
2684
2685 \begin_inset space ~
2686 \end_inset
2687
2688
2689 \begin_inset CommandInset ref
2690 LatexCommand ref
2691 reference "tab:表フロート"
2692
2693 \end_inset
2694
2695 は、表フロートに入れた表の例です。
2696 \end_layout
2697
2698 \begin_layout Standard
2699 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2700 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2701 eXパッケージの
2702 \series bold
2703 caption
2704 \series default
2705
2706 \begin_inset Index idx
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \begin_layout Standard
2719
2720 \series bold
2721 tableposition=top
2722 \end_layout
2723
2724 \begin_layout Standard
2725 というオプションとともにloadコマンドを使って読み込んでください
2726 \begin_inset Foot
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 詳しくは、第
2731 \begin_inset CommandInset ref
2732 LatexCommand ref
2733 reference "sec:キャプションの配置"
2734
2735 \end_inset
2736
2737 節をご覧下さい。
2738 \end_layout
2739
2740 \end_inset
2741
2742 。キャプション書式を調整するには、第
2743 \begin_inset CommandInset ref
2744 LatexCommand ref
2745 reference "sec:キャプションの書式設定"
2746
2747 \end_inset
2748
2749 節にものべられているように
2750 \series bold
2751 caption
2752 \series default
2753 パッケージを使用します。
2754 \end_layout
2755
2756 \begin_layout Standard
2757 \begin_inset Index idx
2758 status collapsed
2759
2760 \begin_layout Plain Layout
2761 さんしょう@参照 ! ひょうへの@表への
2762 \end_layout
2763
2764 \end_inset
2765
2766 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2767 \family sans
2768 挿入\SpecialChar \menuseparator
2769 ラベル
2770 \family default
2771 メニューかツールバーボタンの
2772 \family sans
2773
2774 \begin_inset Info
2775 type  "icon"
2776 arg   "label-insert"
2777 \end_inset
2778
2779
2780 \family default
2781 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2782 相互参照メニューかツールバーボタンの
2783 \family sans
2784
2785 \begin_inset Info
2786 type  "icon"
2787 arg   "dialog-show-new-inset ref"
2788 \end_inset
2789
2790
2791 \family default
2792 を用いて、このラベルを参照することができます。
2793 \begin_inset Newline newline
2794 \end_inset
2795
2796 参照は、第
2797 \begin_inset CommandInset ref
2798 LatexCommand ref
2799 reference "sec:フロートの参照"
2800
2801 \end_inset
2802
2803 節で詳細に説明されています。
2804 \end_layout
2805
2806 \begin_layout Section
2807 長尺表
2808 \begin_inset CommandInset label
2809 LatexCommand label
2810 name "sec:長尺表"
2811
2812 \end_inset
2813
2814
2815 \begin_inset Index idx
2816 status collapsed
2817
2818 \begin_layout Plain Layout
2819 ちょうしゃくひょう@長尺表
2820 \end_layout
2821
2822 \end_inset
2823
2824
2825 \begin_inset Index idx
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829 ひょう@表 ! ちょうしゃくひょう@長尺表
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \begin_layout Standard
2838 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2839 \family sans
2840 長尺表
2841 \family default
2842 タブにある
2843 \family sans
2844 長尺表を使う
2845 \family default
2846 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2847 することができるようになります。
2848 \end_layout
2849
2850 \begin_layout Description
2851 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2852 \family roman
2853 \series medium
2854 \shape up
2855 \size normal
2856 \emph off
2857 \bar no
2858 \noun off
2859 \color none
2860 ただし、
2861 \family sans
2862 \series default
2863 \shape default
2864 \size default
2865 \emph default
2866 \bar default
2867 \noun default
2868 \color inherit
2869 冒頭ヘッダ
2870 \family roman
2871 \series medium
2872 \shape up
2873 \size normal
2874 \emph off
2875 \bar no
2876 \noun off
2877 \color none
2878 が定義されているときは、冒頭ページを除きます。
2879 \family default
2880 \series default
2881 \shape default
2882 \size default
2883 \emph default
2884 \bar default
2885 \noun default
2886 \color inherit
2887 これと区別して、このヘッダは本体ヘッダと呼びます。
2888 \end_layout
2889
2890 \begin_layout Description
2891 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2892 \end_layout
2893
2894 \begin_layout Description
2895 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2896 \family roman
2897 \series medium
2898 \shape up
2899 \size normal
2900 \emph off
2901 \bar no
2902 \noun off
2903 \color none
2904 ただし、
2905 \family sans
2906 \series default
2907 \shape default
2908 \size default
2909 \emph default
2910 \bar default
2911 \noun default
2912 \color inherit
2913 末尾フッタ
2914 \family roman
2915 \series medium
2916 \shape up
2917 \size normal
2918 \emph off
2919 \bar no
2920 \noun off
2921 \color none
2922 が定義されているときは、末尾ページを除きます。
2923 \end_layout
2924
2925 \begin_layout Description
2926 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2927 \end_layout
2928
2929 \begin_layout Description
2930 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2931 \begin_inset CommandInset ref
2932 LatexCommand ref
2933 reference "sub:長尺表のキャプション"
2934
2935 \end_inset
2936
2937 節で説明されています。
2938 \end_layout
2939
2940 \begin_layout Standard
2941 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2942 \end_layout
2943
2944 \begin_layout Standard
2945 \align center
2946 \begin_inset Tabular
2947 <lyxtabular version="3" rows="69" columns="3">
2948 <features rotate="0" islongtable="true" longtabularalignment="center">
2949 <column alignment="left" valignment="top" width="0cm">
2950 <column alignment="left" valignment="top" width="0pt">
2951 <column alignment="center" valignment="top" width="0pt">
2952 <row endfirsthead="true">
2953 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \series bold
2959 例示用電話帳(名前は無視してください)
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 </row>
2983 <row endfirsthead="true">
2984 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 氏名
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006
3007 \series bold
3008 TEL.
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 </row>
3014 <row endhead="true">
3015 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019
3020 \series bold
3021 例示用電話帳
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 </row>
3045 <row endhead="true">
3046 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050 氏名
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \series bold
3070 TEL.
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 <row endfoot="true">
3077 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081 次頁へつづく
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 <row>
3106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \series bold
3112 Annovi
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 Silvia
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 111
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 </row>
3136 <row>
3137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \series bold
3143 Bertoli
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152 Stefano
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 111
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \series bold
3174 Bozzi
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 Walter
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192 111
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \series bold
3205 Cachia
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 Maria
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223 111
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 </row>
3229 <row>
3230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \series bold
3236 Cachia
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="center" valignment="top" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245 Maurizio
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 111
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row>
3261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \series bold
3267 Cinquemani
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 Giusi
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 111
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 </row>
3291 <row>
3292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296
3297 \series bold
3298 Colin
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307 Bernard
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316 111
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 </row>
3322 <row>
3323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \series bold
3329 Concli
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 Gianfranco
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 111
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row>
3354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 Dal Bosco
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 Carolina
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 111
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 Dalpiaz
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 Annamaria
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 111
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 Feliciello
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 Domenico
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 111
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Focarelli
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Paola
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Galletti
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Oreste
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Gasparini
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Franca
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Rizzardi
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Paola
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Lassini
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Giancarlo
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Malfatti
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Luciano
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Malfatti
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Valeriano
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Meneguzzo
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Roberto
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Mezzadra
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Roberto
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Pirpamer
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Erich
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Pochiesa
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Paolo
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111, 222
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Radina
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Claudio
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Stuffer
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Oskar
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Tacchelli
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Ugo
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Tezzele
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Margit
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Unterkalmsteiner
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Frieda
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Vieider
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Hilde
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Vigna
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Jürgen
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Weber
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Maurizio
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Winkler
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Franz
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071  
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Annovi
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Silvia
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 555
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Bertoli
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Stefano
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 555
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Bozzi
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Walter
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 555
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Cachia
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Maria
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 555
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Cachia
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Maurizio
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 555
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Cinquemani
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Giusi
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 555
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Colin
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Bernard
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 555
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Concli
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Gianfranco
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 555
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Dal Bosco
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Carolina
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 555
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Dalpiaz
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Annamaria
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 555
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Feliciello
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Domenico
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 555
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Focarelli
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Paola
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Galletti
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Oreste
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Gasparini
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Franca
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Rizzardi
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Paola
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Lassini
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Giancarlo
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Malfatti
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Luciano
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Malfatti
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Valeriano
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Meneguzzo
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Roberto
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Mezzadra
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Roberto
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Pirpamer
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Erich
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Pochiesa
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Paolo
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555, 222
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Radina
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Claudio
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Stuffer
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Oskar
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Tacchelli
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Ugo
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Tezzele
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Margit
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Unterkalmsteiner
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Frieda
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Vieider
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Hilde
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Vigna
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Jürgen
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 999
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Weber
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Maurizio
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Winkler
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Franz
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row endlastfoot="true">
5057 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 以上
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 </lyxtabular>
5086
5087 \end_inset
5088
5089
5090 \begin_inset ERT
5091 status collapsed
5092
5093 \begin_layout Plain Layout
5094
5095
5096 \backslash
5097 addtocounter{table}{-1}
5098 \end_layout
5099
5100 \end_inset
5101
5102
5103 \begin_inset Note Note
5104 status collapsed
5105
5106 \begin_layout Plain Layout
5107 本コマンドの説明については、第
5108 \begin_inset CommandInset ref
5109 LatexCommand ref
5110 reference "sub:長尺表のキャプション"
5111
5112 \end_inset
5113
5114 節の最初の淡色注釈をご覧下さい。
5115 \end_layout
5116
5117 \end_inset
5118
5119
5120 \end_layout
5121
5122 \begin_layout Subsection
5123 長尺表での脚注
5124 \begin_inset CommandInset label
5125 LatexCommand label
5126 name "sub:長尺表での脚注"
5127
5128 \end_inset
5129
5130
5131 \begin_inset Index idx
5132 status collapsed
5133
5134 \begin_layout Plain Layout
5135 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5136 \end_layout
5137
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \begin_layout Standard
5144 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5145 \begin_inset CommandInset ref
5146 LatexCommand ref
5147 reference "tab:別キャプション"
5148
5149 \end_inset
5150
5151 には脚注が付いています。
5152 \end_layout
5153
5154 \begin_layout Subsection
5155 長尺表の縦横揃え
5156 \begin_inset Index idx
5157 status collapsed
5158
5159 \begin_layout Plain Layout
5160 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5161 \end_layout
5162
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Standard
5169 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5170 設定してから
5171 \end_layout
5172
5173 \begin_layout Standard
5174
5175 \series bold
5176
5177 \backslash
5178 setlength{
5179 \backslash
5180 LTleft}{値}
5181 \end_layout
5182
5183 \begin_layout Standard
5184 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5185 \series bold
5186
5187 \backslash
5188 LTleft
5189 \series default
5190 および
5191 \series bold
5192
5193 \backslash
5194 LTright
5195 \series default
5196 の値を変更しなくてはなりません。ここで「値」は、第
5197 \begin_inset CommandInset ref
5198 LatexCommand ref
5199 reference "tab:単位"
5200
5201 \end_inset
5202
5203 表に挙げてある単位であれば、どの単位を取ることもできます。
5204 \series bold
5205
5206 \backslash
5207 LTleft
5208 \series default
5209 は、左頁余白から長尺表までの水平方向の距離を制御し、
5210 \series bold
5211
5212 \backslash
5213 LTright
5214 \series default
5215 は、右頁余白からの距離を制御します。これらの長さの既定値は
5216 \series bold
5217
5218 \backslash
5219 fill
5220 \series default
5221 となっており、LyXの水平フィルと同等になっています。
5222 \end_layout
5223
5224 \begin_layout Standard
5225 以下の長尺表は、中央揃えの上、
5226 \series bold
5227
5228 \backslash
5229 LTleft
5230 \series default
5231
5232 \family sans
5233 0.1
5234 \backslash
5235 columnwidth
5236 \family default
5237 に設定してあります。
5238 \begin_inset ERT
5239 status collapsed
5240
5241 \begin_layout Plain Layout
5242
5243
5244 \backslash
5245 setlength{
5246 \backslash
5247 LTleft}{0.1
5248 \backslash
5249 columnwidth}
5250 \end_layout
5251
5252 \end_inset
5253
5254
5255 \end_layout
5256
5257 \begin_layout Standard
5258 \begin_inset Tabular
5259 <lyxtabular version="3" rows="5" columns="5">
5260 <features rotate="0" islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
5266 <row>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 1
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 2
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 3
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 4
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 5
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 いろは
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 いろは
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row>
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 いろは
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 いろは
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 いろは
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 いろは
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 いろは
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 いろは
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 いろは
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 いろは
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 いろは
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 </row>
5501 </lyxtabular>
5502
5503 \end_inset
5504
5505
5506 \begin_inset ERT
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510
5511
5512 \backslash
5513 setlength{
5514 \backslash
5515 LTleft}{
5516 \backslash
5517 fill}
5518 \end_layout
5519
5520 \end_inset
5521
5522
5523 \begin_inset ERT
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527
5528
5529 \backslash
5530 addtocounter{table}{-1}
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \begin_inset Note Note
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540 このコマンドの説明に関しては、第
5541 \begin_inset CommandInset ref
5542 LatexCommand ref
5543 reference "sub:長尺表のキャプション"
5544
5545 \end_inset
5546
5547 節の最初の淡色注釈をご覧下さい。
5548 \end_layout
5549
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \begin_layout Subsection
5556 長尺表のキャプション
5557 \begin_inset Index idx
5558 status collapsed
5559
5560 \begin_layout Plain Layout
5561 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5562 \end_layout
5563
5564 \end_inset
5565
5566
5567 \begin_inset CommandInset label
5568 LatexCommand label
5569 name "sub:長尺表のキャプション"
5570
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5578 \begin_inset CommandInset ref
5579 LatexCommand ref
5580 reference "sec:長尺表"
5581
5582 \end_inset
5583
5584 節に述べられているように、ある行で長尺表オプションの
5585 \family sans
5586 キャプション
5587 \family default
5588 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5589 \family sans
5590 冒頭ヘッダ
5591 \family default
5592
5593 \family sans
5594 ヘッダ
5595 \family default
5596
5597 \family sans
5598 フッタ
5599 \family default
5600
5601 \family sans
5602 末尾フッタ
5603 \family default
5604 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5605 \end_layout
5606
5607 \begin_layout Standard
5608 以下は、動作を確認するための短い長尺表です。
5609 \end_layout
5610
5611 \begin_layout Standard
5612 \begin_inset Tabular
5613 <lyxtabular version="3" rows="6" columns="5">
5614 <features rotate="0" islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
5620 <row endfirsthead="true" caption="true">
5621 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 \begin_inset Caption Standard
5626
5627 \begin_layout Plain Layout
5628 キャプション付き長尺表
5629 \begin_inset Argument 1
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 長尺表
5634 \end_layout
5635
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \end_inset
5642
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 </row>
5685 <row>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 1
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 2
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 3
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 4
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 5
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 </row>
5732 <row>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 いろは
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 いろは
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 </row>
5779 <row>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 いろは
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 いろは
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 いろは
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 いろは
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 いろは
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 いろは
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 いろは
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 いろは
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 いろは
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 </row>
5920 </lyxtabular>
5921
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \begin_layout Standard
5928 \begin_inset VSpace medskip
5929 \end_inset
5930
5931
5932 \begin_inset Note Greyedout
5933 status open
5934
5935 \begin_layout Plain Layout
5936
5937 \series bold
5938 【註1】
5939 \series default
5940 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5941 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5942 \end_layout
5943
5944 \begin_layout Plain Layout
5945
5946 \series bold
5947
5948 \backslash
5949 addtocounter{table}{-1}
5950 \end_layout
5951
5952 \begin_layout Plain Layout
5953 というコマンドを挿入する方法があります。
5954 \end_layout
5955
5956 \begin_layout Plain Layout
5957 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5958 \end_layout
5959
5960 \begin_layout Plain Layout
5961
5962 \series bold
5963
5964 \backslash
5965 let
5966 \backslash
5967 myEnd
5968 \backslash
5969 endlongtable
5970 \begin_inset Newline newline
5971 \end_inset
5972
5973
5974 \backslash
5975 renewcommand{
5976 \backslash
5977 endlongtable}{
5978 \backslash
5979 myEnd
5980 \backslash
5981 addtocounter{table}{-1}}
5982 \end_layout
5983
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \begin_layout Standard
5990 \begin_inset Note Greyedout
5991 status open
5992
5993 \begin_layout Plain Layout
5994
5995 \series bold
5996 【註2】
5997 \series default
5998 相互参照をリンクするために、
5999 \family sans
6000 文書設定
6001 \family default
6002 ダイアログの
6003 \family sans
6004 PDF特性
6005 \family default
6006
6007 \series bold
6008 hyperref
6009 \series default
6010
6011 \begin_inset Index idx
6012 status collapsed
6013
6014 \begin_layout Plain Layout
6015 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6016 \end_layout
6017
6018 \end_inset
6019
6020 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6021 \end_layout
6022
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \begin_layout Subsubsection
6029 長尺表への参照
6030 \begin_inset Index idx
6031 status collapsed
6032
6033 \begin_layout Plain Layout
6034 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6035 \end_layout
6036
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \begin_layout Standard
6043 \begin_inset Tabular
6044 <lyxtabular version="3" rows="6" columns="5">
6045 <features rotate="0" islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
6051 <row endfirsthead="true" caption="true">
6052 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Caption Standard
6057
6058 \begin_layout Plain Layout
6059 参照された長尺表
6060 \begin_inset CommandInset label
6061 LatexCommand label
6062 name "tab:参照例"
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 1
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 2
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 3
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 4
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 5
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 いろは
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 いろは
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 いろは
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 いろは
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 </row>
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 いろは
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 いろは
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 <row>
6302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 いろは
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 いろは
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 いろは
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 いろは
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 いろは
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 </row>
6348 </lyxtabular>
6349
6350 \end_inset
6351
6352
6353 \end_layout
6354
6355 \begin_layout Standard
6356 長尺表を参照するには、キャプションにラベルを挿入してください。
6357 \end_layout
6358
6359 \begin_layout Standard
6360 これは表
6361 \begin_inset CommandInset ref
6362 LatexCommand ref
6363 reference "tab:参照例"
6364
6365 \end_inset
6366
6367 への参照です。
6368 \end_layout
6369
6370 \begin_layout Standard
6371 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6372 \series bold
6373 caption
6374 \series default
6375
6376 \begin_inset Index idx
6377 status collapsed
6378
6379 \begin_layout Plain Layout
6380 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6381 \end_layout
6382
6383 \end_inset
6384
6385 を使用して設定することができます。第
6386 \begin_inset CommandInset ref
6387 LatexCommand ref
6388 reference "sec:キャプションの書式設定"
6389
6390 \end_inset
6391
6392 節をご覧下さい。
6393 \end_layout
6394
6395 \begin_layout Subsubsection
6396 キャプションの幅
6397 \begin_inset Index idx
6398 status collapsed
6399
6400 \begin_layout Plain Layout
6401 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6402 \end_layout
6403
6404 \end_inset
6405
6406
6407 \end_layout
6408
6409 \begin_layout Standard
6410 キャプション行の最大長は、長さ
6411 \series bold
6412
6413 \backslash
6414 LTcapwidth
6415 \series default
6416 によって指定することができます。既定値は4
6417 \begin_inset space \thinspace{}
6418 \end_inset
6419
6420 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6421 \end_layout
6422
6423 \begin_layout Standard
6424
6425 \series bold
6426
6427 \backslash
6428 setlength{
6429 \backslash
6430 LTcapwidth}{幅}
6431 \end_layout
6432
6433 \begin_layout Standard
6434 というコマンドを書き加えて下さい。ここで「幅」には、付録
6435 \begin_inset CommandInset ref
6436 LatexCommand ref
6437 reference "cha:LyXで使用できる単位"
6438
6439 \end_inset
6440
6441 に挙げられている単位を取ることができます。
6442 \end_layout
6443
6444 \begin_layout Standard
6445 以下の各表で違いを示します。
6446 \end_layout
6447
6448 \begin_layout Standard
6449 \begin_inset Tabular
6450 <lyxtabular version="3" rows="6" columns="5">
6451 <features rotate="0" islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
6457 <row endfirsthead="true" caption="true">
6458 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 \begin_inset Caption Standard
6463
6464 \begin_layout Plain Layout
6465 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6466 \begin_inset Argument 1
6467 status collapsed
6468
6469 \begin_layout Plain Layout
6470 既定幅のキャプション
6471 \end_layout
6472
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 1
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 2
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 3
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 4
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 5
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 いろは
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 いろは
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 <row>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 いろは
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 いろは
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 <row>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 いろは
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 いろは
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 いろは
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 いろは
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 いろは
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 いろは
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 いろは
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 </lyxtabular>
6758
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \begin_layout Standard
6765 \begin_inset ERT
6766 status collapsed
6767
6768 \begin_layout Plain Layout
6769
6770
6771 \backslash
6772 setlength{
6773 \backslash
6774 LTcapwidth}{5cm}
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \begin_inset Tabular
6781 <lyxtabular version="3" rows="6" columns="5">
6782 <features rotate="0" islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top">
6788 <row endfirsthead="true" caption="true">
6789 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 \begin_inset Caption Standard
6794
6795 \begin_layout Plain Layout
6796 5
6797 \begin_inset space \thinspace{}
6798 \end_inset
6799
6800 cm幅のなが〜いフルタイトル・5
6801 \begin_inset space \thinspace{}
6802 \end_inset
6803
6804 cm幅のなが〜いフルタイトル・5
6805 \begin_inset space \thinspace{}
6806 \end_inset
6807
6808 cm幅のなが〜いフルタイトル
6809 \begin_inset Argument 1
6810 status collapsed
6811
6812 \begin_layout Plain Layout
6813 5
6814 \begin_inset space \thinspace{}
6815 \end_inset
6816
6817 cm幅のキャプション
6818 \end_layout
6819
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \end_inset
6826
6827
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 </row>
6869 <row>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 1
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 2
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 3
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 4
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 5
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 </row>
6916 <row>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 いろは
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 いろは
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 </row>
6963 <row>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 いろは
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 いろは
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 いろは
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 いろは
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 いろは
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 いろは
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 いろは
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 いろは
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 いろは
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 </lyxtabular>
7105
7106 \end_inset
7107
7108
7109 \end_layout
7110
7111 \begin_layout Standard
7112 \begin_inset ERT
7113 status collapsed
7114
7115 \begin_layout Plain Layout
7116
7117
7118 \backslash
7119 setlength{
7120 \backslash
7121 LTcapwidth}{4in}
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \begin_layout Standard
7130 \begin_inset Note Greyedout
7131 status open
7132
7133 \begin_layout Plain Layout
7134
7135 \series bold
7136 【註】
7137 \series default
7138 この文書のようにLaTeXパッケージの
7139 \series bold
7140 caption
7141 \series default
7142
7143 \begin_inset Index idx
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7148 \end_layout
7149
7150 \end_inset
7151
7152 を使用している時には、
7153 \series bold
7154
7155 \backslash
7156 LTcapwidth
7157 \series default
7158 に既定値の4
7159 \begin_inset space \thinspace{}
7160 \end_inset
7161
7162 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7163 \begin_inset space \thinspace{}
7164 \end_inset
7165
7166 in幅のキャプションを作るには、3.99
7167 \begin_inset space \thinspace{}
7168 \end_inset
7169
7170 inのように4.0
7171 \begin_inset space \thinspace{}
7172 \end_inset
7173
7174 inと少し違う値を指定するか、
7175 \series bold
7176 caption
7177 \series default
7178 パッケージが提供している
7179 \series bold
7180
7181 \backslash
7182 captionsetup{width=値}
7183 \series default
7184 というLaTeXコマンドを用いる方法があります。
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \end_layout
7191
7192 \begin_layout Subsubsection
7193 表の各ページごとに異なるキャプション
7194 \begin_inset Index idx
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7199 \end_layout
7200
7201 \end_inset
7202
7203
7204 \end_layout
7205
7206 \begin_layout Standard
7207 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7208 \end_layout
7209
7210 \begin_layout Standard
7211
7212 \series bold
7213
7214 \backslash
7215 caption*{キャプション文}
7216 \backslash
7217
7218 \backslash
7219 %
7220 \end_layout
7221
7222 \begin_layout Standard
7223 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7224 \begin_inset CommandInset ref
7225 LatexCommand ref
7226 reference "tab:別キャプション"
7227
7228 \end_inset
7229
7230 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7231 \end_layout
7232
7233 \begin_layout Standard
7234 \align center
7235 \begin_inset Tabular
7236 <lyxtabular version="3" rows="59" columns="3">
7237 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7238 <column alignment="left" valignment="top" width="0cm">
7239 <column alignment="left" valignment="top" width="0pt">
7240 <column alignment="center" valignment="top" width="0pt">
7241 <row endfirsthead="true" caption="true">
7242 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 \begin_inset Caption Standard
7247
7248 \begin_layout Plain Layout
7249 例示用電話帳
7250 \begin_inset CommandInset label
7251 LatexCommand label
7252 name "tab:別キャプション"
7253
7254 \end_inset
7255
7256
7257 \begin_inset Argument 1
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261 例示用電話帳
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \end_inset
7270
7271
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 </row>
7295 <row endfirsthead="true">
7296 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300
7301 \series bold
7302 例示用電話帳(名前は無視の事)
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 </row>
7326 <row endfirsthead="true">
7327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331
7332 \series bold
7333 氏名
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351
7352 \series bold
7353 TEL.
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 </row>
7359 <row endhead="true">
7360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 \begin_inset ERT
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368
7369
7370 \backslash
7371 caption*{例示用電話帳の続き}
7372 \backslash
7373
7374 \backslash
7375 %
7376 \end_layout
7377
7378 \end_inset
7379
7380
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row endhead="true">
7405 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409
7410 \series bold
7411 例示用電話帳
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row endhead="true">
7436 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \series bold
7442 氏名
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \series bold
7462 TEL.
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row endfoot="true">
7469 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 次頁に続く
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \series bold
7504 Annovi
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 Silvia
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 111
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \series bold
7535 Bertoli
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 Stefano
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 111
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row>
7560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \series bold
7566 Bozzi
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 Walter
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 111
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row>
7591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \series bold
7597 Cachia
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 Maria
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 111
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 Cachia
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 Maurizio
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 111
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row>
7653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \series bold
7659 Cinquemani
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 Giusi
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 111
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row>
7684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 Colin
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Bernard
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 111
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 Concli
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 Gianfranco
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 111
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \series bold
7752 Dal Bosco
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 Carolina
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 111
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Dalpiaz
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 Annamaria
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 111
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 Feliciello
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 Domenico
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 111
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 Focarelli
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Paola
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 111
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Galletti
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Oreste
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Gasparini
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Franca
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Rizzardi
7939 \series default
7940
7941 \begin_inset Foot
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945 例示用脚注
7946 \end_layout
7947
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 Paola
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 111
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \series bold
7981 Lassini
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 Giancarlo
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 111
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \series bold
8012 Malfatti
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 Luciano
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 111
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 Malfatti
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Valeriano
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 111
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \series bold
8074 Meneguzzo
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Roberto
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 111
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \series bold
8105 Mezzadra
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Roberto
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 111
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \series bold
8136 Pirpamer
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Erich
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 111
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \series bold
8167 Pochiesa
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Paolo
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 111, 222
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \series bold
8198 Radina
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 Claudio
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 111
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \series bold
8229 Stuffer
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Oskar
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 111
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \series bold
8260 Tacchelli
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Ugo
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 111
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \series bold
8291 Tezzele
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Margit
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Unterkalmsteiner
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Frieda
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Vieider
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Hilde
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 111
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Vigna
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Jürgen
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 111
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Weber
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Maurizio
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Winkler
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Franz
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475  
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Annovi
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Silvia
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 555
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \series bold
8537 Bertoli
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Stefano
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Bozzi
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Walter
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 555
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Cachia
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Maria
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 555
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Cachia
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Maurizio
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 555
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Cinquemani
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Giusi
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 555
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Colin
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Bernard
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 555
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Concli
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Gianfranco
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 555
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Dal Bosco
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Carolina
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 555
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Dalpiaz
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Annamaria
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 555
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Feliciello
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Domenico
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 555
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Focarelli
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Paola
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Galletti
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Oreste
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Gasparini
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Franca
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Rizzardi
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Paola
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Lassini
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Giancarlo
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Malfatti
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Luciano
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Malfatti
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Valeriano
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Meneguzzo
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Roberto
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Mezzadra
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Roberto
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 </lyxtabular>
9120
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \begin_layout Section
9127 長尺表にまつわる諸点
9128 \begin_inset CommandInset label
9129 LatexCommand label
9130 name "sec:長尺表にまつわる諸点"
9131
9132 \end_inset
9133
9134
9135 \end_layout
9136
9137 \begin_layout Subsection
9138 長尺表の計算
9139 \begin_inset Index idx
9140 status collapsed
9141
9142 \begin_layout Plain Layout
9143 ちょうしゃくひょう@長尺表 ! けいさん@計算
9144 \end_layout
9145
9146 \end_inset
9147
9148
9149 \end_layout
9150
9151 \begin_layout Standard
9152 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9153 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9154 \end_layout
9155
9156 \begin_layout Standard
9157
9158 \series bold
9159
9160 \backslash
9161 setcounter{LTchunksize}{100}
9162 \end_layout
9163
9164 \begin_layout Standard
9165 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9166 \end_layout
9167
9168 \begin_layout Subsection
9169 フロートと長尺表
9170 \begin_inset Index idx
9171 status collapsed
9172
9173 \begin_layout Plain Layout
9174 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9175 \end_layout
9176
9177 \end_inset
9178
9179
9180 \end_layout
9181
9182 \begin_layout Standard
9183 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9184 \series bold
9185
9186 \backslash
9187 clearpage
9188 \series default
9189 コマンドを長尺表の前にTeXコードとして書き加えてください。
9190 \end_layout
9191
9192 \begin_layout Subsection
9193 強制改頁
9194 \begin_inset Index idx
9195 status collapsed
9196
9197 \begin_layout Plain Layout
9198 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9199 \end_layout
9200
9201 \end_inset
9202
9203
9204 \end_layout
9205
9206 \begin_layout Standard
9207 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9208 ド「
9209 \series bold
9210
9211 \backslash
9212
9213 \backslash
9214
9215 \series default
9216 」を挿入します。
9217 \series bold
9218
9219 \backslash
9220
9221 \backslash
9222
9223 \series default
9224 コマンドの前には、現セルよりも右にある列数と同じ数の「
9225 \series bold
9226 &
9227 \series default
9228 」文字を、TeXコードで挿入してやる必要があります。この
9229 \series bold
9230 &
9231 \series default
9232 は、表セルの区切り文字です。各
9233 \series bold
9234 &
9235 \series default
9236 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9237 \begin_inset Newline newline
9238 \end_inset
9239
9240
9241 \series bold
9242
9243 \backslash
9244
9245 \backslash
9246
9247 \series default
9248 コマンドの後ろには、現在列の左側にある列数と同じ数の
9249 \series bold
9250 &
9251 \series default
9252 文字を挿入してください。表
9253 \begin_inset CommandInset ref
9254 LatexCommand ref
9255 reference "tab:強制改頁"
9256
9257 \end_inset
9258
9259 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9260 \end_layout
9261
9262 \begin_layout Standard
9263
9264 \series bold
9265 & 111
9266 \backslash
9267
9268 \backslash
9269  
9270 \backslash
9271 newpage
9272 \begin_inset Newline newline
9273 \end_inset
9274
9275 &
9276 \end_layout
9277
9278 \begin_layout Standard
9279 というコマンドが、セル中「
9280 \emph on
9281 Castelchiodato,
9282 \emph default
9283 」の後にTeXコードとして挿入してあります。
9284 \end_layout
9285
9286 \begin_layout Standard
9287 同一行3列目の「111」は削除してあります。
9288 \series bold
9289
9290 \backslash
9291 newpage
9292 \series default
9293 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9294 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9295 \end_layout
9296
9297 \begin_layout Standard
9298
9299 \series bold
9300 & 111
9301 \backslash
9302
9303 \backslash
9304
9305 \begin_inset Newline newline
9306 \end_inset
9307
9308
9309 \backslash
9310 hline &
9311 \end_layout
9312
9313 \begin_layout Standard
9314 というコマンドを使用して下さい。
9315 \end_layout
9316
9317 \begin_layout Standard
9318 改頁をしたいセルが最右列にある場合には、
9319 \end_layout
9320
9321 \begin_layout Standard
9322
9323 \series bold
9324
9325 \backslash
9326 setlength{
9327 \backslash
9328 parfillskip}{0pt}
9329 \end_layout
9330
9331 \begin_layout Standard
9332 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9333
9334 \end_layout
9335
9336 \begin_layout Standard
9337 \align center
9338 \begin_inset Tabular
9339 <lyxtabular version="3" rows="38" columns="3">
9340 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9341 <column alignment="left" valignment="top" width="0cm">
9342 <column alignment="left" valignment="top" width="3cm">
9343 <column alignment="center" valignment="top" width="0pt">
9344 <row endfirsthead="true" caption="true">
9345 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 \begin_inset Caption Standard
9350
9351 \begin_layout Plain Layout
9352 表セル内で強制改頁をしている表
9353 \begin_inset CommandInset label
9354 LatexCommand label
9355 name "tab:強制改頁"
9356
9357 \end_inset
9358
9359
9360 \begin_inset Argument 1
9361 status collapsed
9362
9363 \begin_layout Plain Layout
9364 表セル内で強制改頁をしている表
9365 \end_layout
9366
9367 \end_inset
9368
9369
9370 \end_layout
9371
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row endfirsthead="true">
9399 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \series bold
9405 例示用電話帳(氏名は無視の事)
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row endfirsthead="true">
9430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 氏名
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \series bold
9456 TEL.
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row endhead="true">
9463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 \begin_inset ERT
9468 status collapsed
9469
9470 \begin_layout Plain Layout
9471
9472
9473 \backslash
9474 caption*{例示用電話帳の続き}
9475 \backslash
9476
9477 \backslash
9478 %
9479 \end_layout
9480
9481 \end_inset
9482
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row endhead="true">
9508 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 例示用電話帳
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 </row>
9536 <row endhead="true">
9537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541
9542 \series bold
9543 氏名
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561
9562 \series bold
9563 TEL.
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 </row>
9569 <row endfoot="true">
9570 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 次頁に続く
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \series bold
9605 Annovi
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Silvia
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 111
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Bertoli
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Stefano
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 111
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 Bozzi
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Walter
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 111
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \series bold
9698 Cachia
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 Maria
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 111
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row>
9723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \series bold
9729 Cachia
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 Maurizio
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 111
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 </row>
9753 <row>
9754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760 Cinquemani
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Giusi
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 111
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \series bold
9791 Colin
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 Bernard
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 111
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 <row>
9816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \series bold
9822 Concli
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 Gianfranco
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 111
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \series bold
9853 Dal Bosco
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 Carolina
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 111
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row>
9878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884 Dalpiaz
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 Annamaria
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 111
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \series bold
9915 Feliciello
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Domenico
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 111
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row>
9940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Focarelli
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 Paola
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 111
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 Galletti
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 Oreste
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 111
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 Gasparini
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 Franca
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 111
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039 Lassini
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 Giancarlo
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 111
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row>
10064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Malfatti
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 Luciano
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 111
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 Malfatti
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 Valeriano
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 111
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Meneguzzo
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Roberto
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 111
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Mezzadra
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Roberto
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Pirpamer
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Erich
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Pochiesa
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Paolo
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111, 222
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Radina
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Claudio
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Rizzardi
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Paolo, 11.
10297  Fürst von Montecompatri, 11.
10298  Fürst von Sulmona und Vivaro, 10.
10299  Fürst von Rossano, 5.
10300  Herzog von Canemorte, 11.
10301  Herzog von Palombara, 5.
10302  Herzog von Castelchiodato,
10303 \begin_inset ERT
10304 status collapsed
10305
10306 \begin_layout Plain Layout
10307
10308 & 111
10309 \backslash
10310
10311 \backslash
10312  
10313 \backslash
10314 newpage
10315 \end_layout
10316
10317 \begin_layout Plain Layout
10318
10319 &
10320 \end_layout
10321
10322 \end_inset
10323
10324  11.
10325  Herzog von Poggionativo, 11.
10326  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10327  Graf von Valinfreda, 11.
10328  Baron von Cropalati, 11.
10329  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Stuffer
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Oskar
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Tacchelli
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Ugo
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Tezzele
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Margit
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Unterkalmsteiner
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Frieda
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Vieider
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Hilde
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 111
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \series bold
10506 Vigna
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 Jürgen
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 111
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \series bold
10537 Weber
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Maurizio
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 111
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Winkler
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Franz
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 </lyxtabular>
10593
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \begin_layout Section
10600 複数行・連結列・連結行
10601 \end_layout
10602
10603 \begin_layout Subsection
10604 表セル内の複数行
10605 \begin_inset CommandInset label
10606 LatexCommand label
10607 name "sub:複数行"
10608
10609 \end_inset
10610
10611
10612 \begin_inset Index idx
10613 status collapsed
10614
10615 \begin_layout Plain Layout
10616 ひょうせるないのふくすうぎょう@表セル内の複数行
10617 \end_layout
10618
10619 \end_inset
10620
10621
10622 \begin_inset Index idx
10623 status collapsed
10624
10625 \begin_layout Plain Layout
10626 ひょう@表 ! かいぎょう@改行
10627 \end_layout
10628
10629 \end_inset
10630
10631
10632 \end_layout
10633
10634 \begin_layout Standard
10635 \noindent
10636 \begin_inset Float table
10637 placement H
10638 wide false
10639 sideways false
10640 status open
10641
10642 \begin_layout Plain Layout
10643 \begin_inset Caption Standard
10644
10645 \begin_layout Plain Layout
10646 \begin_inset CommandInset label
10647 LatexCommand label
10648 name "tab:複数行表"
10649
10650 \end_inset
10651
10652 セル内に複数の行がある表
10653 \end_layout
10654
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \begin_layout Plain Layout
10661 \align center
10662 \begin_inset Tabular
10663 <lyxtabular version="3" rows="3" columns="3">
10664 <features rotate="0" tabularvalignment="middle">
10665 <column alignment="center" valignment="middle" width="2.5cm">
10666 <column alignment="center" valignment="middle">
10667 <column alignment="center" valignment="middle">
10668 <row>
10669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 複数の
10674 \begin_inset Newline linebreak
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 </lyxtabular>
10760
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \begin_layout Standard
10772 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10773 \end_layout
10774
10775 \begin_layout Standard
10776
10777 \begin_inset CommandInset ref
10778 LatexCommand ref
10779 reference "tab:複数行表"
10780
10781 \end_inset
10782
10783 を生成するには、まず3
10784 \begin_inset Formula $\times$
10785 \end_inset
10786
10787 3表を作り、最初のセルを右クリックして現れるメニューから、
10788 \family sans
10789 設定
10790 \family default
10791 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10792 \begin_inset space \thinspace{}
10793 \end_inset
10794
10795 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10796 \begin_inset space \thinspace{}
10797 \end_inset
10798
10799 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10800 \begin_inset Flex Ruby
10801 status collapsed
10802
10803 \begin_layout Plain Layout
10804 捷径
10805 \begin_inset Argument post:1
10806 status collapsed
10807
10808 \begin_layout Plain Layout
10809 ショートカット
10810 \end_layout
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \end_inset
10818
10819
10820 \begin_inset Info
10821 type  "shortcut"
10822 arg   "newline-insert linebreak"
10823 \end_inset
10824
10825 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10826 \end_layout
10827
10828 \begin_layout Standard
10829 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10830 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10831 \begin_inset space \thinspace{}
10832 \end_inset
10833
10834 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10835 \begin_inset CommandInset ref
10836 LatexCommand ref
10837 reference "tab:ハイフネーション表"
10838
10839 \end_inset
10840
10841 が違いを示しています
10842 \begin_inset Foot
10843 status open
10844
10845 \begin_layout Plain Layout
10846
10847 \series bold
10848 【訳註】
10849 \series default
10850 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10851 \end_layout
10852
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \begin_layout Standard
10859 \begin_inset Float table
10860 placement h
10861 wide false
10862 sideways false
10863 status open
10864
10865 \begin_layout Plain Layout
10866 \begin_inset Caption Standard
10867
10868 \begin_layout Plain Layout
10869 \begin_inset CommandInset label
10870 LatexCommand label
10871 name "tab:ハイフネーション表"
10872
10873 \end_inset
10874
10875 ハイフネーション有/無の表
10876 \end_layout
10877
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \begin_layout Plain Layout
10884 \begin_inset space \hfill{}
10885 \end_inset
10886
10887
10888 \begin_inset Tabular
10889 <lyxtabular version="3" rows="3" columns="3">
10890 <features rotate="0" tabularvalignment="middle">
10891 <column alignment="center" valignment="middle" width="2.5cm">
10892 <column alignment="center" valignment="middle">
10893 <column alignment="center" valignment="middle">
10894 <row>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 verylongtablecellword
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 </lyxtabular>
10982
10983 \end_inset
10984
10985
10986 \begin_inset space \hfill{}
10987 \end_inset
10988
10989
10990 \begin_inset Tabular
10991 <lyxtabular version="3" rows="3" columns="3">
10992 <features rotate="0" tabularvalignment="middle">
10993 <column alignment="center" valignment="middle" width="2.5cm">
10994 <column alignment="center" valignment="middle">
10995 <column alignment="center" valignment="middle">
10996 <row>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 \begin_inset space \hspace{}
11002 \length 0pt
11003 \end_inset
11004
11005 verylongtablecellword
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 </lyxtabular>
11088
11089 \end_inset
11090
11091
11092 \begin_inset space \hfill{}
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099
11100
11101 \end_layout
11102
11103 \begin_layout Subsection
11104 連結列
11105 \begin_inset CommandInset label
11106 LatexCommand label
11107 name "sub:連結列"
11108
11109 \end_inset
11110
11111
11112 \begin_inset Index idx
11113 status collapsed
11114
11115 \begin_layout Plain Layout
11116 れんけつれつ@連結列
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \begin_inset Index idx
11123 status collapsed
11124
11125 \begin_layout Plain Layout
11126 ひょう@表 ! れんけつれつ@連結列
11127 \end_layout
11128
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \begin_layout Subsubsection
11135 連結列の基礎
11136 \end_layout
11137
11138 \begin_layout Standard
11139 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11140 \family sans
11141
11142 \begin_inset Info
11143 type  "icon"
11144 arg   "inset-modify tabular multicolumn"
11145 \end_inset
11146
11147
11148 \family default
11149 を押すか、
11150 \family sans
11151 編集\SpecialChar \menuseparator
11152 表\SpecialChar \menuseparator
11153 連結列
11154 \family default
11155 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11156 \family sans
11157 連結列
11158 \family default
11159 を有効にするかしてください。
11160 \end_layout
11161
11162 \begin_layout Standard
11163 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11164 、最下行に上罫線のない連結行がある表の例です。
11165 \end_layout
11166
11167 \begin_layout Standard
11168 \align center
11169 \begin_inset Tabular
11170 <lyxtabular version="3" rows="3" columns="4">
11171 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11172 <column alignment="center" valignment="top" width="0pt">
11173 <column alignment="center" valignment="middle">
11174 <column alignment="center" valignment="top" width="0in">
11175 <column alignment="center" valignment="top" width="0pt">
11176 <row>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 いろは
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 にほへとちり
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 ぬるを
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 <row>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 </row>
11252 <row>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 </lyxtabular>
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Subsubsection
11298 連結列の計算
11299 \begin_inset CommandInset label
11300 LatexCommand label
11301 name "sub:連結列の計算"
11302
11303 \end_inset
11304
11305
11306 \begin_inset Index idx
11307 status collapsed
11308
11309 \begin_layout Plain Layout
11310 れんけつれつ@連結列 ! けいさん@計算
11311 \end_layout
11312
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \begin_layout Standard
11319 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11320 \end_layout
11321
11322 \begin_layout Standard
11323 \begin_inset Float table
11324 placement h
11325 wide false
11326 sideways false
11327 status open
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Caption Standard
11331
11332 \begin_layout Plain Layout
11333 \begin_inset CommandInset label
11334 LatexCommand label
11335 name "tab:中央揃え表"
11336
11337 \end_inset
11338
11339 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11340 \begin_inset Argument 1
11341 status collapsed
11342
11343 \begin_layout Plain Layout
11344 完全なる連結列表
11345 \end_layout
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \begin_layout Plain Layout
11358 \align center
11359 \begin_inset Tabular
11360 <lyxtabular version="3" rows="3" columns="3">
11361 <features rotate="0" tabularvalignment="middle">
11362 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11363 <column alignment="center" valignment="middle">
11364 <column alignment="center" valignment="top">
11365 <row>
11366 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 複数行にわたる連結列
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 </lyxtabular>
11453
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \begin_layout Standard
11465 たとえば、表
11466 \begin_inset CommandInset ref
11467 LatexCommand ref
11468 reference "tab:中央揃え表"
11469
11470 \end_inset
11471
11472 を生成するには、3
11473 \begin_inset Formula $\times$
11474 \end_inset
11475
11476 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11477 \family sans
11478 設定
11479 \family default
11480 を選択します。そして現れる表の設定ダイアログで、このセルを
11481 \emph on
11482 連結列
11483 \emph default
11484
11485 \emph on
11486 中央揃え
11487 \emph default
11488 、2.5
11489 \begin_inset space \thinspace{}
11490 \end_inset
11491
11492 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 cm幅に設定します。すると第二列は自動的に1.25
11497 \begin_inset space \thinspace{}
11498 \end_inset
11499
11500 cm幅(連結列幅マイナス第一列の幅)になります。表
11501 \begin_inset CommandInset ref
11502 LatexCommand ref
11503 reference "tab:半分でない表"
11504
11505 \end_inset
11506
11507 もこのようにして作成してあります。
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \begin_inset Float table
11512 wide false
11513 sideways false
11514 status open
11515
11516 \begin_layout Plain Layout
11517 \begin_inset Caption Standard
11518
11519 \begin_layout Plain Layout
11520 \begin_inset CommandInset label
11521 LatexCommand label
11522 name "tab:半分でない表"
11523
11524 \end_inset
11525
11526 連結セルの下の列が正確に半分になっていない表
11527 \begin_inset Argument 1
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531 不完全な連結列表
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \begin_layout Plain Layout
11545 \align center
11546 \begin_inset Tabular
11547 <lyxtabular version="3" rows="3" columns="3">
11548 <features rotate="0" tabularvalignment="middle">
11549 <column alignment="center" valignment="top" width="1.25cm">
11550 <column alignment="center" valignment="top">
11551 <column alignment="center" valignment="top">
11552 <row>
11553 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 複数行にわたる連結列
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 <row>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 <row>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Standard
11652 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11653 指定したセル幅
11654 \begin_inset Formula $W_{\mbox{指}}$
11655 \end_inset
11656
11657 がセルの全幅
11658 \begin_inset Formula $W_{\text{全}}$
11659 \end_inset
11660
11661 と等しくならないためです。付録
11662 \begin_inset CommandInset ref
11663 LatexCommand ref
11664 reference "cha:式の説明"
11665
11666 \end_inset
11667
11668 がこの事情を詳細に説明しています。
11669 \end_layout
11670
11671 \begin_layout Standard
11672
11673 \emph on
11674 n
11675 \emph default
11676 列を連結する際、各列の全幅が
11677 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11678 \end_inset
11679
11680 となるために必要な指定幅
11681 \begin_inset Formula $W_{\mbox{指}:n}$
11682 \end_inset
11683
11684 は、
11685 \begin_inset Formula 
11686 \begin{equation}
11687 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11688 \end{equation}
11689
11690 \end_inset
11691
11692
11693 \end_layout
11694
11695 \begin_layout Standard
11696 で計算することができます。上記の例では
11697 \begin_inset Formula $n=2$
11698 \end_inset
11699
11700 かつ
11701 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11702 \end_inset
11703
11704 cmかつ長さは既定値ですから、第
11705 \begin_inset CommandInset ref
11706 LatexCommand ref
11707 reference "eq:Wgn"
11708
11709 \end_inset
11710
11711 式は
11712 \begin_inset Formula 
11713 \begin{equation}
11714 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11715 \end{equation}
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Standard
11723 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11724 \end_layout
11725
11726 \begin_layout Standard
11727
11728 \series bold
11729
11730 \backslash
11731 usepackage{calc}
11732 \end_layout
11733
11734 \begin_layout Standard
11735 と書いて、LaTeXパッケージ
11736 \series bold
11737 calc
11738 \series default
11739
11740 \begin_inset Index idx
11741 status collapsed
11742
11743 \begin_layout Plain Layout
11744 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11745 \end_layout
11746
11747 \end_inset
11748
11749 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11750 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11751 \end_layout
11752
11753 \begin_layout Itemize
11754
11755 \series bold
11756 p{幅}
11757 \series default
11758 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11759 \end_layout
11760
11761 \begin_layout Itemize
11762
11763 \series bold
11764 m{幅}
11765 \series default
11766 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11767 \end_layout
11768
11769 \begin_layout Itemize
11770
11771 \series bold
11772 b{幅}
11773 \series default
11774 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11775 \end_layout
11776
11777 \begin_layout Standard
11778 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \begin_inset Note Greyedout
11783 status open
11784
11785 \begin_layout Plain Layout
11786
11787 \series bold
11788 【註】
11789 \series default
11790 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11791 \end_layout
11792
11793 \end_inset
11794
11795
11796 \end_layout
11797
11798 \begin_layout Standard
11799 文章を水平方向中央揃えにしたいので、
11800 \series bold
11801
11802 \backslash
11803 centering
11804 \series default
11805 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11806 \end_layout
11807
11808 \begin_layout Standard
11809
11810 \series bold
11811 >{
11812 \backslash
11813 centering}m{1.25cm-6.2pt}
11814 \end_layout
11815
11816 \begin_layout Standard
11817
11818 \series bold
11819 >{ }
11820 \series default
11821 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11822 \end_layout
11823
11824 \begin_layout Standard
11825 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11826 がって、連結セルには
11827 \end_layout
11828
11829 \begin_layout Standard
11830
11831 \series bold
11832 >{
11833 \backslash
11834 centering}m{2.5cm}
11835 \end_layout
11836
11837 \begin_layout Standard
11838 というLaTeX変数を指定しなくてはなりません。
11839 \end_layout
11840
11841 \begin_layout Subsection
11842 連結行
11843 \begin_inset CommandInset label
11844 LatexCommand label
11845 name "sub:連結行"
11846
11847 \end_inset
11848
11849
11850 \begin_inset Index idx
11851 status collapsed
11852
11853 \begin_layout Plain Layout
11854 れんけつぎょう@連結行
11855 \end_layout
11856
11857 \end_inset
11858
11859
11860 \begin_inset Index idx
11861 status collapsed
11862
11863 \begin_layout Plain Layout
11864 ひょう@表 ! れんけつぎょう@連結行
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \begin_layout Standard
11873 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11874 \family sans
11875
11876 \begin_inset Info
11877 type  "icon"
11878 arg   "inset-modify tabular multirow"
11879 \end_inset
11880
11881
11882 \family default
11883 を押すか、メニュー
11884 \family sans
11885 編集\SpecialChar \menuseparator
11886 表\SpecialChar \menuseparator
11887 連結行
11888 \family default
11889 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11890 \family sans
11891 \SpecialChar \menuseparator
11892 連結行
11893 \family default
11894 を選んでください。
11895 \end_layout
11896
11897 \begin_layout Standard
11898 下記は一列目に連結列を適用した表の例です。
11899 \end_layout
11900
11901 \begin_layout Standard
11902 \align center
11903 \begin_inset Tabular
11904 <lyxtabular version="3" rows="3" columns="3">
11905 <features rotate="0" tabularvalignment="middle">
11906 <column alignment="center" valignment="top" width="0pt">
11907 <column alignment="center" valignment="top">
11908 <column alignment="center" valignment="top">
11909 <row>
11910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 長いセル項目
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 </row>
11938 <row>
11939 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 連結列
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 <row>
11968 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 </row>
11996 </lyxtabular>
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \begin_layout Standard
12004 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12005 \family sans
12006 垂直オフセット
12007 \family default
12008 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12009 \end_layout
12010
12011 \begin_layout Standard
12012 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12013 \end_layout
12014
12015 \begin_layout Standard
12016
12017 \series bold
12018
12019 \backslash
12020 renewcommand{
12021 \backslash
12022 multirowsetup}{
12023 \backslash
12024 centering}
12025 \end_layout
12026
12027 \begin_layout Standard
12028 というコマンドを使用して、コマンド
12029 \series bold
12030
12031 \backslash
12032 multirowsetup
12033 \series default
12034 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12035 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12036 \series bold
12037
12038 \backslash
12039 centering
12040 \series default
12041 の代わりに
12042 \series bold
12043
12044 \backslash
12045 raggedleft
12046 \series default
12047 を使用して下さい。左揃えに戻すには、
12048 \series bold
12049
12050 \backslash
12051 raggedright
12052 \series default
12053 とします。
12054 \end_layout
12055
12056 \begin_layout Standard
12057 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12058 \end_layout
12059
12060 \begin_layout Standard
12061 \noindent
12062 \align center
12063 \begin_inset ERT
12064 status collapsed
12065
12066 \begin_layout Plain Layout
12067
12068
12069 \backslash
12070 renewcommand{
12071 \backslash
12072 multirowsetup}{
12073 \backslash
12074 raggedleft}
12075 \end_layout
12076
12077 \end_inset
12078
12079
12080 \begin_inset Tabular
12081 <lyxtabular version="3" rows="4" columns="3">
12082 <features rotate="0" tabularvalignment="middle">
12083 <column alignment="center" valignment="top" width="3cm">
12084 <column alignment="center" valignment="top">
12085 <column alignment="center" valignment="top">
12086 <row>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 長いセル項目
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 </row>
12115 <row>
12116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 </row>
12144 <row>
12145 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 連結列
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 </row>
12202 </lyxtabular>
12203
12204 \end_inset
12205
12206
12207 \begin_inset ERT
12208 status collapsed
12209
12210 \begin_layout Plain Layout
12211
12212
12213 \backslash
12214 renewcommand{
12215 \backslash
12216 multirowsetup}{
12217 \backslash
12218 raggedright}
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 連結行で新しい行に移るには、強制改行(
12228 \begin_inset Flex Ruby
12229 status collapsed
12230
12231 \begin_layout Plain Layout
12232 捷径
12233 \begin_inset Argument post:1
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 ショートカット
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \end_inset
12246
12247
12248 \begin_inset Info
12249 type  "shortcut"
12250 arg   "newline-insert newline"
12251 \end_inset
12252
12253 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12254 \end_layout
12255
12256 \begin_layout Standard
12257 \noindent
12258 \align center
12259 \begin_inset Tabular
12260 <lyxtabular version="3" rows="3" columns="2">
12261 <features rotate="0" tabularvalignment="middle">
12262 <column alignment="left" valignment="middle" width="2cm">
12263 <column alignment="center" valignment="top">
12264 <row>
12265 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 いいい
12270 \begin_inset Newline newline
12271 \end_inset
12272
12273 いいい
12274 \begin_inset Newline newline
12275 \end_inset
12276
12277 おかしなセル
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 ははは
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 </row>
12292 <row>
12293 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 ににに
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 </row>
12312 <row>
12313 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 ろろろ
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 ほほほ
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 </row>
12332 </lyxtabular>
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 したがって、強制改行を使うのは注意が必要です。
12341 \end_layout
12342
12343 \begin_layout Subsection
12344 対角線付きのセル
12345 \end_layout
12346
12347 \begin_layout Standard
12348 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12349 \series bold
12350 diagbox
12351 \series default
12352
12353 \begin_inset Index idx
12354 status collapsed
12355
12356 \begin_layout Plain Layout
12357 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12358 \end_layout
12359
12360 \end_inset
12361
12362 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12363 \series bold
12364
12365 \backslash
12366 diagbox
12367 \series default
12368 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12369 \end_layout
12370
12371 \begin_layout Standard
12372
12373 \series bold
12374
12375 \backslash
12376 diagbox[オプション]{左下}{右上}
12377 \end_layout
12378
12379 \begin_layout Standard
12380
12381 \series bold
12382
12383 \backslash
12384 diagbox[オプション]{左下}{左上}{右上}
12385 \end_layout
12386
12387 \begin_layout Standard
12388 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12389 \end_layout
12390
12391 \begin_layout Standard
12392 \begin_inset ERT
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396
12397
12398 \backslash
12399 ifdiagbox
12400 \end_layout
12401
12402 \end_inset
12403
12404
12405 \begin_inset Note Note
12406 status open
12407
12408 \begin_layout Plain Layout
12409 この節は、LaTeXパッケージ
12410 \series bold
12411 diagbox
12412 \series default
12413 が導入済みの時のみ表示されます。
12414 \end_layout
12415
12416 \end_inset
12417
12418
12419 \end_layout
12420
12421 \begin_layout Standard
12422 下記は、
12423 \series bold
12424
12425 \backslash
12426 diagbox
12427 \series default
12428 を第1セル中に2引数書式で使用した表の例です。
12429 \begin_inset VSpace medskip
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \begin_layout Standard
12436 \noindent
12437 \begin_inset Tabular
12438 <lyxtabular version="3" rows="4" columns="4">
12439 <features rotate="0" tabularvalignment="middle">
12440 <column alignment="center" valignment="top">
12441 <column alignment="center" valignment="top">
12442 <column alignment="center" valignment="top">
12443 <column alignment="center" valignment="top">
12444 <row>
12445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 \begin_inset ERT
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453
12454
12455 \backslash
12456 diagbox{
12457 \end_layout
12458
12459 \end_inset
12460
12461 名称
12462 \begin_inset ERT
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466
12467 }{
12468 \end_layout
12469
12470 \end_inset
12471
12472 パラメータ
12473 \begin_inset ERT
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477
12478 }
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 厚み(nm)
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 透明度(%)
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 硬度(MPa)
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 Perfect Green
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 45
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 80
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 504
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 Dark Multi-P
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 60
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 72
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 982
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 Crystal Clear Pro
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 18
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 86
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 374
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 </lyxtabular>
12631
12632 \end_inset
12633
12634
12635 \begin_inset VSpace medskip
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \begin_layout Standard
12642 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12643 \end_layout
12644
12645 \begin_layout Standard
12646 \noindent
12647 \align center
12648 \begin_inset Tabular
12649 <lyxtabular version="3" rows="4" columns="4">
12650 <features rotate="0" tabularvalignment="middle">
12651 <column alignment="center" valignment="top" width="0pt">
12652 <column alignment="center" valignment="top">
12653 <column alignment="center" valignment="top">
12654 <column alignment="center" valignment="top">
12655 <row>
12656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665
12666 \backslash
12667 diagbox{
12668 \end_layout
12669
12670 \end_inset
12671
12672 ホームチーム
12673 \begin_inset ERT
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677
12678 }{
12679 \end_layout
12680
12681 \end_inset
12682
12683 結果
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689 }{
12690 \end_layout
12691
12692 \end_inset
12693
12694 アウェイチーム
12695 \begin_inset ERT
12696 status collapsed
12697
12698 \begin_layout Plain Layout
12699
12700 }
12701 \end_layout
12702
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 Tigers
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 Panthers
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 Falcons
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 </row>
12738 <row>
12739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 Tigers
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 ---
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 1:3
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 0:1
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 </row>
12776 <row>
12777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 Panthers
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 3:1
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 ---
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 0:0
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 Falcons
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 1:0
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 0:0
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 ---
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 </lyxtabular>
12853
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \begin_layout Standard
12860 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12861 \end_layout
12862
12863 \begin_layout Standard
12864 \noindent
12865 \align center
12866 \begin_inset Tabular
12867 <lyxtabular version="3" rows="5" columns="5">
12868 <features rotate="0" tabularvalignment="middle">
12869 <column alignment="center" valignment="top" width="0pt">
12870 <column alignment="center" valignment="top">
12871 <column alignment="center" valignment="top">
12872 <column alignment="center" valignment="top">
12873 <column alignment="center" valignment="top">
12874 <row>
12875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 \begin_inset ERT
12880 status open
12881
12882 \begin_layout Plain Layout
12883
12884
12885 \backslash
12886 diagbox{
12887 \end_layout
12888
12889 \end_inset
12890
12891 ホームチーム
12892 \begin_inset ERT
12893 status collapsed
12894
12895 \begin_layout Plain Layout
12896
12897 }{
12898 \end_layout
12899
12900 \end_inset
12901
12902 結果
12903 \begin_inset ERT
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907
12908 }{
12909 \end_layout
12910
12911 \end_inset
12912
12913 アウェイチーム
12914 \begin_inset ERT
12915 status collapsed
12916
12917 \begin_layout Plain Layout
12918
12919 }
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 Tigers
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 Panthers
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 Falcons
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 \begin_inset ERT
12961 status open
12962
12963 \begin_layout Plain Layout
12964
12965
12966 \backslash
12967 diagbox[dir=NE]{
12968 \end_layout
12969
12970 \end_inset
12971
12972 ホームチーム
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978 }{
12979 \end_layout
12980
12981 \end_inset
12982
12983 結果
12984 \begin_inset ERT
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988
12989 }{
12990 \end_layout
12991
12992 \end_inset
12993
12994 アウェイチーム
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999
13000 }
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 <row>
13012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 Tigers
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 ---
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 1:3
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 0:1
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 Tigers
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 </row>
13058 <row>
13059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 Panthers
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 3:1
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 ---
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 0:0
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 Panthers
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 </row>
13105 <row>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 Falcons
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 1:0
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 0:0
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 ---
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 Falcons
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 </row>
13152 <row>
13153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 \begin_inset ERT
13158 status open
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 diagbox[dir=SW]{
13165 \end_layout
13166
13167 \end_inset
13168
13169 ホームチーム
13170 \begin_inset ERT
13171 status collapsed
13172
13173 \begin_layout Plain Layout
13174
13175 }{
13176 \end_layout
13177
13178 \end_inset
13179
13180 結果
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186 }{
13187 \end_layout
13188
13189 \end_inset
13190
13191 アウェイチーム
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197 }
13198 \end_layout
13199
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Tigers
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 Panthers
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 Falcons
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 \begin_inset ERT
13239 status open
13240
13241 \begin_layout Plain Layout
13242
13243
13244 \backslash
13245 diagbox[dir=SE]{
13246 \end_layout
13247
13248 \end_inset
13249
13250 ホームチーム
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256 }{
13257 \end_layout
13258
13259 \end_inset
13260
13261 結果
13262 \begin_inset ERT
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266
13267 }{
13268 \end_layout
13269
13270 \end_inset
13271
13272 アウェイチーム
13273 \begin_inset ERT
13274 status collapsed
13275
13276 \begin_layout Plain Layout
13277
13278 }
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 </lyxtabular>
13290
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 対角線を廻すために、コマンドオプションとして
13298 \series bold
13299 dir=方角
13300 \series default
13301 を使用しています。
13302 \emph on
13303 方角
13304 \emph default
13305 は、
13306 \series bold
13307 NE
13308 \series default
13309
13310 \series bold
13311 DE
13312 \series default
13313
13314 \series bold
13315 SW
13316 \series default
13317
13318 \series bold
13319 NW
13320 \series default
13321 のいずれかで、コンパスでの位置を示します。例えば、
13322 \series bold
13323 SW
13324 \series default
13325 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13326 \end_layout
13327
13328 \begin_layout Standard
13329
13330 \series bold
13331
13332 \backslash
13333 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13334 \end_layout
13335
13336 \begin_layout Standard
13337 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13338 \end_layout
13339
13340 \begin_layout Standard
13341 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13342 います。
13343 \end_layout
13344
13345 \begin_layout Standard
13346 \noindent
13347 \align center
13348 \begin_inset Tabular
13349 <lyxtabular version="3" rows="2" columns="2">
13350 <features rotate="0" tabularvalignment="middle">
13351 <column alignment="center" valignment="top" width="3cm">
13352 <column alignment="center" valignment="top">
13353 <row>
13354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 \begin_inset ERT
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362
13363
13364 \backslash
13365 diagbox{
13366 \end_layout
13367
13368 \end_inset
13369
13370 名称
13371 \begin_inset ERT
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375
13376 }{
13377 \end_layout
13378
13379 \end_inset
13380
13381 パラメータ
13382 \begin_inset ERT
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386
13387 }
13388 \end_layout
13389
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 厚み(nm)
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 Perfect Green
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 45
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 </lyxtabular>
13428
13429 \end_inset
13430
13431
13432 \end_layout
13433
13434 \begin_layout Standard
13435 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13436 \series bold
13437 width=3cm
13438 \series default
13439  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13440 \begin_inset space \thinspace{}
13441 \end_inset
13442
13443 cmに設定してあります。
13444 \series bold
13445
13446 \backslash
13447 diagbox
13448 \series default
13449 全体の幅は、本文幅(この場合は4
13450 \begin_inset space \thinspace{}
13451 \end_inset
13452
13453 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13454 \series bold
13455
13456 \backslash
13457 diagbox
13458 \series default
13459 には4
13460 \begin_inset space \thinspace{}
13461 \end_inset
13462
13463 cm + 2
13464 \begin_inset space \thinspace{}
13465 \end_inset
13466
13467
13468 \backslash
13469 tabcolsepの幅が必要です。幅の計算は、
13470 \series bold
13471
13472 \backslash
13473 diagbox
13474 \series default
13475 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13476 \end_layout
13477
13478 \begin_layout Standard
13479
13480 \series bold
13481
13482 \backslash
13483 newlength{
13484 \backslash
13485 diagtest}
13486 \begin_inset Newline newline
13487 \end_inset
13488
13489
13490 \backslash
13491 setlength{
13492 \backslash
13493 diagtest}{4cm+2
13494 \backslash
13495 tabcolsep}
13496 \end_layout
13497
13498 \begin_layout Standard
13499 \begin_inset ERT
13500 status collapsed
13501
13502 \begin_layout Plain Layout
13503
13504
13505 \backslash
13506 newlength{
13507 \backslash
13508 diagtest}
13509 \end_layout
13510
13511 \begin_layout Plain Layout
13512
13513
13514 \backslash
13515 setlength{
13516 \backslash
13517 diagtest}{4cm+2
13518 \backslash
13519 tabcolsep}
13520 \end_layout
13521
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \begin_layout Standard
13528 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13529 \series bold
13530 calc
13531 \series default
13532
13533 \begin_inset Index idx
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13538 \end_layout
13539
13540 \end_inset
13541
13542 パッケージを読み込んでおく必要があります。
13543 \end_layout
13544
13545 \begin_layout Standard
13546 さて、この表の第1セルで
13547 \end_layout
13548
13549 \begin_layout Standard
13550
13551 \series bold
13552
13553 \backslash
13554 diagbox[width=
13555 \backslash
13556 diagtest]{A}{B}
13557 \end_layout
13558
13559 \begin_layout Standard
13560 というコマンドを使用します。
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \noindent
13565 \align center
13566 \begin_inset Tabular
13567 <lyxtabular version="3" rows="2" columns="2">
13568 <features rotate="0" tabularvalignment="middle">
13569 <column alignment="center" valignment="top" width="4cm">
13570 <column alignment="center" valignment="top">
13571 <row>
13572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 \begin_inset ERT
13577 status open
13578
13579 \begin_layout Plain Layout
13580
13581
13582 \backslash
13583 diagbox[width=
13584 \backslash
13585 diagtest]{
13586 \end_layout
13587
13588 \end_inset
13589
13590 A
13591 \begin_inset ERT
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595
13596 }{
13597 \end_layout
13598
13599 \end_inset
13600
13601 B
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607 }
13608 \end_layout
13609
13610 \end_inset
13611
13612
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 厚み (nm)
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 Perfect Green
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 45
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 </lyxtabular>
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \begin_layout Standard
13655 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \noindent
13660 \align center
13661 \begin_inset Tabular
13662 <lyxtabular version="3" rows="2" columns="2">
13663 <features rotate="0" tabularvalignment="middle">
13664 <column alignment="center" valignment="top" width="0pt">
13665 <column alignment="center" valignment="top">
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676
13677 \backslash
13678 diagbox{
13679 \end_layout
13680
13681 \end_inset
13682
13683 A
13684 \begin_inset ERT
13685 status collapsed
13686
13687 \begin_layout Plain Layout
13688
13689 }{
13690 \end_layout
13691
13692 \end_inset
13693
13694 B
13695 \begin_inset ERT
13696 status collapsed
13697
13698 \begin_layout Plain Layout
13699
13700 }
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 厚み (nm)
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 Perfect Green
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 45
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 </lyxtabular>
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Standard
13748 このような場合には、
13749 \series bold
13750
13751 \backslash
13752 diagbox
13753 \series default
13754 コマンドの
13755 \series bold
13756 width
13757 \series default
13758 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13759 \backslash
13760 tabcolsepを足す必要はなくなります。下記の表では、3
13761 \begin_inset space \thinspace{}
13762 \end_inset
13763
13764 cm幅を使用しています。
13765 \end_layout
13766
13767 \begin_layout Standard
13768 \noindent
13769 \align center
13770 \begin_inset Tabular
13771 <lyxtabular version="3" rows="2" columns="2">
13772 <features rotate="0" tabularvalignment="middle">
13773 <column alignment="center" valignment="top" width="0pt">
13774 <column alignment="center" valignment="top">
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 \begin_inset ERT
13781 status open
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787 diagbox[width=3cm]{
13788 \end_layout
13789
13790 \end_inset
13791
13792 A
13793 \begin_inset ERT
13794 status collapsed
13795
13796 \begin_layout Plain Layout
13797
13798 }{
13799 \end_layout
13800
13801 \end_inset
13802
13803 B
13804 \begin_inset ERT
13805 status collapsed
13806
13807 \begin_layout Plain Layout
13808
13809 }
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 厚み (nm)
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 Perfect Green
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 45
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 </row>
13849 </lyxtabular>
13850
13851 \end_inset
13852
13853
13854 \end_layout
13855
13856 \begin_layout Standard
13857 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13858 \series bold
13859
13860 \backslash
13861 diagbox
13862 \series default
13863 にオプション
13864 \series bold
13865 height=3cm
13866 \series default
13867 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13868 \end_layout
13869
13870 \begin_layout Standard
13871
13872 \series bold
13873
13874 \backslash
13875 diagbox[width=3cm,height=1.4cm]{A
13876 \backslash
13877
13878 \backslash
13879 B}{C
13880 \backslash
13881
13882 \backslash
13883 D}
13884 \end_layout
13885
13886 \begin_layout Standard
13887 というコマンドを使用しています。ここでコマンド
13888 \series bold
13889
13890 \backslash
13891
13892 \backslash
13893
13894 \series default
13895 は改行をするためのものです
13896 \begin_inset Foot
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900
13901 \family sans
13902 Ctrl+Return
13903 \family default
13904 を使っての改行は、列が固定幅の時のみ、使用することができます。
13905 \end_layout
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 \noindent
13914 \align center
13915 \begin_inset Tabular
13916 <lyxtabular version="3" rows="2" columns="2">
13917 <features rotate="0" tabularvalignment="middle">
13918 <column alignment="center" valignment="top">
13919 <column alignment="center" valignment="top">
13920 <row>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 \begin_inset ERT
13926 status open
13927
13928 \begin_layout Plain Layout
13929
13930
13931 \backslash
13932 diagbox[width=3cm,height=1.4cm]{
13933 \end_layout
13934
13935 \end_inset
13936
13937 A
13938 \begin_inset ERT
13939 status collapsed
13940
13941 \begin_layout Plain Layout
13942
13943
13944 \backslash
13945
13946 \backslash
13947
13948 \end_layout
13949
13950 \end_inset
13951
13952 B
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958 }{
13959 \end_layout
13960
13961 \end_inset
13962
13963 C
13964 \begin_inset ERT
13965 status collapsed
13966
13967 \begin_layout Plain Layout
13968
13969
13970 \backslash
13971
13972 \backslash
13973
13974 \end_layout
13975
13976 \end_inset
13977
13978 D
13979 \begin_inset ERT
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983
13984 }
13985 \end_layout
13986
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 厚み (nm)
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 </row>
14004 <row>
14005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 Perfect Green
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 45
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 </lyxtabular>
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Standard
14032 \begin_inset ERT
14033 status collapsed
14034
14035 \begin_layout Plain Layout
14036
14037
14038 \backslash
14039 else
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \begin_inset Note Note
14046 status open
14047
14048 \begin_layout Plain Layout
14049 以下は、LaTeXパッケージ
14050 \series bold
14051 diagbox
14052 \series default
14053 が導入済みでないときに表示されます。
14054 \end_layout
14055
14056 \end_inset
14057
14058
14059 \end_layout
14060
14061 \begin_layout Standard
14062 本節の内容を出力に表示するためには、
14063 \series bold
14064 diagbox
14065 \series default
14066 パッケージを導入しなくてはなりません。
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \begin_inset ERT
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074
14075
14076 \backslash
14077 fi
14078 \end_layout
14079
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \begin_layout Standard
14086 LaTeXパッケージ
14087 \series bold
14088 diagbox
14089 \series default
14090 についての詳しい情報は、取扱説明書
14091 \begin_inset CommandInset citation
14092 LatexCommand cite
14093 key "diagbox"
14094
14095 \end_inset
14096
14097 をご覧ください。
14098 \end_layout
14099
14100 \begin_layout Section
14101 フォーマル形式の表
14102 \begin_inset CommandInset label
14103 LatexCommand label
14104 name "sec:フォーマル形式の表"
14105
14106 \end_inset
14107
14108
14109 \begin_inset Index idx
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14114 \end_layout
14115
14116 \end_inset
14117
14118
14119 \end_layout
14120
14121 \begin_layout Standard
14122 書籍中の表は、よく表
14123 \begin_inset CommandInset ref
14124 LatexCommand ref
14125 reference "tab:ブックタブ表の例"
14126
14127 \end_inset
14128
14129 のように組版されます。この種の表は、「
14130 \emph on
14131 フォーマル形式
14132 \emph default
14133 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14134 \end_layout
14135
14136 \begin_layout Standard
14137 \begin_inset Float table
14138 placement h
14139 wide false
14140 sideways false
14141 status open
14142
14143 \begin_layout Plain Layout
14144 \begin_inset Caption Standard
14145
14146 \begin_layout Plain Layout
14147 \begin_inset CommandInset label
14148 LatexCommand label
14149 name "tab:ブックタブ表の例"
14150
14151 \end_inset
14152
14153 ブックタブ表の例
14154 \end_layout
14155
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \begin_layout Plain Layout
14162 \align center
14163 \begin_inset Tabular
14164 <lyxtabular version="3" rows="8" columns="4">
14165 <features rotate="0" booktabs="true" tabularvalignment="middle">
14166 <column alignment="center" valignment="top">
14167 <column alignment="center" valignment="top">
14168 <column alignment="center" valignment="top">
14169 <column alignment="center" valignment="top">
14170 <row>
14171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 システム
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" topline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 Medipix
14185 \begin_inset space \thinspace{}
14186 \end_inset
14187
14188 1
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 Medipix
14198 \begin_inset space \thinspace{}
14199 \end_inset
14200
14201 2
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 </row>
14216 <row>
14217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 \begin_inset ERT
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225
14226
14227 \backslash
14228 cmidrule(r){2-2}
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239
14240 \backslash
14241 cmidrule(l){3-4}
14242 \end_layout
14243
14244 \end_inset
14245
14246 検知器の厚み [
14247 \begin_inset Formula $\mu m$
14248 \end_inset
14249
14250 ]
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 300
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 300
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 700
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 エッジ角 [度]
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 3.55
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 2.71
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 7.99
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 </row>
14321 <row topspace="default">
14322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 空間分解能 [
14327 \begin_inset Formula $\mu m$
14328 \end_inset
14329
14330 ]
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 4.26
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 10.17
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 10.56
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 <row topspace="default">
14364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 \begin_inset Formula $f_{\mathrm{max}}$
14369 \end_inset
14370
14371 におけるMTF
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 0.53
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 0.37
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 0.39
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row topspace="default">
14405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 \begin_inset ERT
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413
14414
14415 \backslash
14416 cmidrule(l{10pt}){1-1}
14417 \end_layout
14418
14419 \end_inset
14420
14421 LSF空間分解能
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 <row>
14455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 \begin_inset Formula $\mu m$
14460 \end_inset
14461
14462 表示
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 129.7
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 52.75
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 50.78
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 </row>
14495 <row>
14496 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 ピクセルサイズに対する%表示
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 76.3
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 95.9
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 92.3
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 </row>
14533 </lyxtabular>
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Standard
14546 表中の行に余白を加えるには、第
14547 \begin_inset CommandInset ref
14548 LatexCommand ref
14549 reference "sub:行の余白取り"
14550
14551 \end_inset
14552
14553 節に述べられているように、表の設定ダイアログの
14554 \family sans
14555 罫線
14556 \family default
14557 タブを使用します。
14558 \end_layout
14559
14560 \begin_layout Standard
14561 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14562 \begin_inset Newline newline
14563 \end_inset
14564
14565 最初と最後の表罫線の既定幅は0.08
14566 \begin_inset space \thinspace{}
14567 \end_inset
14568
14569 emですが、他の罫線の既定幅は0.05
14570 \begin_inset space \thinspace{}
14571 \end_inset
14572
14573 emです。
14574 \end_layout
14575
14576 \begin_layout Standard
14577 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14578 \end_layout
14579
14580 \begin_layout Standard
14581
14582 \series bold
14583
14584 \backslash
14585 let
14586 \backslash
14587 mytoprule
14588 \backslash
14589 toprule
14590 \begin_inset Newline newline
14591 \end_inset
14592
14593
14594 \backslash
14595 renewcommand{
14596 \backslash
14597 toprule}{
14598 \backslash
14599 mytoprule[幅]}
14600 \end_layout
14601
14602 \begin_layout Standard
14603 上の例は、
14604 \series bold
14605 toprule
14606 \series default
14607 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14608 \series bold
14609 toprule
14610 \series default
14611
14612 \series bold
14613 bottomrule
14614 \series default
14615 に置き換えて下さい。他の罫線の線幅を変更するには、
14616 \series bold
14617 toprule
14618 \series default
14619
14620 \series bold
14621 midrule
14622 \series default
14623 に置き換えます。線幅を設定する上では、付録
14624 \begin_inset CommandInset ref
14625 LatexCommand ref
14626 reference "cha:LyXで使用できる単位"
14627
14628 \end_inset
14629
14630 に挙げてあるすべての単位を使用することができます。
14631 \end_layout
14632
14633 \begin_layout Standard
14634 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14635 \series bold
14636
14637 \backslash
14638 cmidrule
14639 \series default
14640 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14641 \end_layout
14642
14643 \begin_layout Standard
14644
14645 \series bold
14646
14647 \backslash
14648 cmidrule[幅](刈込){開始列-終了列}
14649 \end_layout
14650
14651 \begin_layout Standard
14652 です。
14653 \series bold
14654
14655 \backslash
14656 cmidrule
14657 \series default
14658 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14659 \series bold
14660
14661 \backslash
14662 cmidrule
14663 \series default
14664 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14665
14666 \end_layout
14667
14668 \begin_layout Standard
14669 この線幅の既定値は0.03
14670 \begin_inset space \thinspace{}
14671 \end_inset
14672
14673 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14674 。非必須パラメーターの「刈込」は、
14675 \emph on
14676 l{刈込幅}
14677 \emph default
14678 あるいは
14679 \emph on
14680 r{刈込幅}
14681 \emph default
14682 の値を取り、刈込幅の指定は非必須です。たとえば、
14683 \emph on
14684 l{2pt}
14685 \emph default
14686 というパラメーターを使うと、罫線が左端から2
14687 \begin_inset space \thinspace{}
14688 \end_inset
14689
14690 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14691 \begin_inset space \thinspace{}
14692 \end_inset
14693
14694 emだけ刈り込まれます。
14695 \end_layout
14696
14697 \begin_layout Standard
14698 \begin_inset VSpace bigskip
14699 \end_inset
14700
14701
14702 \begin_inset CommandInset ref
14703 LatexCommand ref
14704 reference "tab:ブックタブ表の例"
14705
14706 \end_inset
14707
14708 は、
14709 \end_layout
14710
14711 \begin_layout Standard
14712
14713 \series bold
14714
14715 \backslash
14716 cmidrule(r){2-2}
14717 \backslash
14718 cmidrule(l){3-4}
14719 \end_layout
14720
14721 \begin_layout Standard
14722 というコマンドを第二行の初めに使用し、
14723 \end_layout
14724
14725 \begin_layout Standard
14726
14727 \series bold
14728
14729 \backslash
14730 cmidrule(l{10pt}){1-1}
14731 \end_layout
14732
14733 \begin_layout Standard
14734 を第六行に使用して作成されています。
14735 \end_layout
14736
14737 \begin_layout Standard
14738 \begin_inset VSpace bigskip
14739 \end_inset
14740
14741
14742 \end_layout
14743
14744 \begin_layout Standard
14745 ときには、表
14746 \begin_inset CommandInset ref
14747 LatexCommand ref
14748 reference "tab:特殊なブックタブ表"
14749
14750 \end_inset
14751
14752 のような重なり合った
14753 \series bold
14754
14755 \backslash
14756 cmidrule
14757 \series default
14758 が欲しいことがあるかもしれません。これは、TeXコードで
14759 \end_layout
14760
14761 \begin_layout Standard
14762
14763 \series bold
14764
14765 \backslash
14766 morecmidrules
14767 \end_layout
14768
14769 \begin_layout Standard
14770 コマンドを使用することによって実現することができます。表
14771 \begin_inset CommandInset ref
14772 LatexCommand ref
14773 reference "tab:特殊なブックタブ表"
14774
14775 \end_inset
14776
14777 の第二列には
14778 \end_layout
14779
14780 \begin_layout Standard
14781
14782 \series bold
14783
14784 \backslash
14785 cmidrule(r){2-2}
14786 \backslash
14787 cmidrule(l){3-4}
14788 \backslash
14789 morecmidrules
14790 \backslash
14791 cmidrule{2-4}
14792 \end_layout
14793
14794 \begin_layout Standard
14795 というコマンドが使用されており、第六列には
14796 \end_layout
14797
14798 \begin_layout Standard
14799
14800 \series bold
14801
14802 \backslash
14803 midrule
14804 \backslash
14805 morecmidrules
14806 \backslash
14807 cmidrule{3-4}
14808 \end_layout
14809
14810 \begin_layout Standard
14811 というコマンドが使用されています。
14812 \end_layout
14813
14814 \begin_layout Standard
14815 \begin_inset VSpace bigskip
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Standard
14822 罫線の余白取りにどうしても満足が行かない場合には、
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \series bold
14828
14829 \backslash
14830 specialrule{幅}{上余白}{下余白}
14831 \end_layout
14832
14833 \begin_layout Standard
14834 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14835 \series bold
14836 booktabs
14837 \series default
14838  
14839 \begin_inset CommandInset citation
14840 LatexCommand cite
14841 key "booktabs"
14842
14843 \end_inset
14844
14845
14846 \begin_inset Index idx
14847 status collapsed
14848
14849 \begin_layout Plain Layout
14850 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14851 \end_layout
14852
14853 \end_inset
14854
14855 の取扱説明書をご参照下さい。
14856 \end_layout
14857
14858 \begin_layout Standard
14859 \begin_inset Float table
14860 placement h
14861 wide false
14862 sideways false
14863 status open
14864
14865 \begin_layout Plain Layout
14866 \begin_inset Caption Standard
14867
14868 \begin_layout Plain Layout
14869 \begin_inset CommandInset label
14870 LatexCommand label
14871 name "tab:特殊なブックタブ表"
14872
14873 \end_inset
14874
14875 特殊なブックタブ表
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Plain Layout
14884 \align center
14885 \begin_inset Tabular
14886 <lyxtabular version="3" rows="8" columns="4">
14887 <features rotate="0" booktabs="true" tabularvalignment="middle">
14888 <column alignment="center" valignment="top">
14889 <column alignment="center" valignment="top">
14890 <column alignment="center" valignment="top">
14891 <column alignment="center" valignment="top">
14892 <row>
14893 <cell alignment="center" valignment="top" topline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 システム
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906 Medipix
14907 \begin_inset space \thinspace{}
14908 \end_inset
14909
14910 1
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 Medipix
14920 \begin_inset space \thinspace{}
14921 \end_inset
14922
14923 2
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row>
14939 <cell alignment="center" valignment="top" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 \begin_inset ERT
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947
14948
14949 \backslash
14950 cmidrule(r){2-2}
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \begin_inset ERT
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960
14961
14962 \backslash
14963 cmidrule(l){3-4}
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \begin_inset ERT
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973
14974
14975 \backslash
14976 morecmidrules 
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \begin_inset ERT
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986
14987
14988 \backslash
14989 cmidrule{2-4}
14990 \end_layout
14991
14992 \end_inset
14993
14994 検知器の厚み [
14995 \begin_inset Formula $\mu m$
14996 \end_inset
14997
14998 ]
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 300
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 300
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 700
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 エッジ角 [度]
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 3.55
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 2.71
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 7.99
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 </row>
15069 <row topspace="default">
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 空間分解能 [
15075 \begin_inset Formula $\mu m$
15076 \end_inset
15077
15078 ]
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 4.26
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 10.17
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 10.56
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row topspace="default">
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 \begin_inset Formula $f_{\mathrm{max}}$
15117 \end_inset
15118
15119 におけるMTF
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 0.53
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 0.37
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 0.39
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 \begin_inset ERT
15158 status collapsed
15159
15160 \begin_layout Plain Layout
15161
15162
15163 \backslash
15164 morecmidrules 
15165 \end_layout
15166
15167 \end_inset
15168
15169
15170 \begin_inset ERT
15171 status collapsed
15172
15173 \begin_layout Plain Layout
15174
15175
15176 \backslash
15177 cmidrule{3-4}
15178 \end_layout
15179
15180 \end_inset
15181
15182 LSF空間分解能
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" topline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" topline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 \begin_inset Formula $\mu m$
15221 \end_inset
15222
15223 表示
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 129.7
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 52.75
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 50.78
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 ピクセルサイズに対する%表示
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270 76.3
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 95.9
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 92.3
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 </lyxtabular>
15295
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \begin_layout Section
15307 表の垂直揃え
15308 \begin_inset Index idx
15309 status collapsed
15310
15311 \begin_layout Plain Layout
15312 ひょう@表 ! そろえ@揃え
15313 \end_layout
15314
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \begin_layout Standard
15321 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15322 \begin_inset CommandInset ref
15323 LatexCommand ref
15324 reference "sec:ボックスダイアログ"
15325
15326 \end_inset
15327
15328 節に述べられているように、ボックスの垂直揃えを行います。
15329 \end_layout
15330
15331 \begin_layout Standard
15332 以下の例では、各表は15
15333 \begin_inset space \thinspace{}
15334 \end_inset
15335
15336 列幅%を持つminipage
15337 \begin_inset Foot
15338 status collapsed
15339
15340 \begin_layout Plain Layout
15341 minipageは第
15342 \begin_inset CommandInset ref
15343 LatexCommand ref
15344 reference "sec:ミニページ"
15345
15346 \end_inset
15347
15348 節で説明されています。
15349 \end_layout
15350
15351 \end_inset
15352
15353 ボックスの中に入れてあります。
15354 \end_layout
15355
15356 \begin_layout Itemize
15357 動作試験 
15358 \begin_inset Box Frameless
15359 position "t"
15360 hor_pos "c"
15361 has_inner_box 1
15362 inner_pos "c"
15363 use_parbox 0
15364 use_makebox 0
15365 width "15col%"
15366 special "none"
15367 height "1in"
15368 height_special "totalheight"
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 \begin_inset Tabular
15373 <lyxtabular version="3" rows="3" columns="3">
15374 <features rotate="0" tabularvalignment="middle">
15375 <column alignment="center" valignment="top">
15376 <column alignment="center" valignment="top">
15377 <column alignment="center" valignment="top">
15378 <row>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 </row>
15436 <row>
15437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 </lyxtabular>
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473
15474  動作試験 
15475 \begin_inset ERT
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479
15480
15481 \backslash
15482 raisebox{0.85
15483 \backslash
15484 baselineskip}{
15485 \end_layout
15486
15487 \end_inset
15488
15489
15490 \begin_inset Box Frameless
15491 position "t"
15492 hor_pos "c"
15493 has_inner_box 1
15494 inner_pos "c"
15495 use_parbox 0
15496 use_makebox 0
15497 width "15col%"
15498 special "none"
15499 height "1in"
15500 height_special "totalheight"
15501 status collapsed
15502
15503 \begin_layout Plain Layout
15504 \begin_inset Tabular
15505 <lyxtabular version="3" rows="3" columns="3">
15506 <features rotate="0" tabularvalignment="middle">
15507 <column alignment="center" valignment="top">
15508 <column alignment="center" valignment="top">
15509 <column alignment="center" valignment="top">
15510 <row>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 <row>
15569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 </lyxtabular>
15598
15599 \end_inset
15600
15601
15602 \end_layout
15603
15604 \end_inset
15605
15606
15607 \begin_inset ERT
15608 status collapsed
15609
15610 \begin_layout Plain Layout
15611
15612 }
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Itemize
15621 動作試験 
15622 \begin_inset Box Frameless
15623 position "c"
15624 hor_pos "c"
15625 has_inner_box 1
15626 inner_pos "c"
15627 use_parbox 0
15628 use_makebox 0
15629 width "15col%"
15630 special "none"
15631 height "1in"
15632 height_special "totalheight"
15633 status collapsed
15634
15635 \begin_layout Plain Layout
15636 \begin_inset Tabular
15637 <lyxtabular version="3" rows="3" columns="3">
15638 <features rotate="0" tabularvalignment="middle">
15639 <column alignment="center" valignment="top">
15640 <column alignment="center" valignment="top">
15641 <column alignment="center" valignment="top">
15642 <row>
15643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 </lyxtabular>
15730
15731 \end_inset
15732
15733
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Itemize
15742 動作試験 
15743 \begin_inset Box Frameless
15744 position "b"
15745 hor_pos "c"
15746 has_inner_box 1
15747 inner_pos "c"
15748 use_parbox 0
15749 use_makebox 0
15750 width "15col%"
15751 special "none"
15752 height "1in"
15753 height_special "totalheight"
15754 status collapsed
15755
15756 \begin_layout Plain Layout
15757 \begin_inset Tabular
15758 <lyxtabular version="3" rows="3" columns="3">
15759 <features rotate="0" tabularvalignment="middle">
15760 <column alignment="center" valignment="top">
15761 <column alignment="center" valignment="top">
15762 <column alignment="center" valignment="top">
15763 <row>
15764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 <row>
15793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 </row>
15821 <row>
15822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 </lyxtabular>
15851
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858
15859  動作試験 
15860 \begin_inset ERT
15861 status collapsed
15862
15863 \begin_layout Plain Layout
15864
15865
15866 \backslash
15867 raisebox{-0.32
15868 \backslash
15869 baselineskip}{
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \begin_inset Box Frameless
15876 position "b"
15877 hor_pos "c"
15878 has_inner_box 1
15879 inner_pos "c"
15880 use_parbox 0
15881 use_makebox 0
15882 width "15col%"
15883 special "none"
15884 height "1in"
15885 height_special "totalheight"
15886 status collapsed
15887
15888 \begin_layout Plain Layout
15889 \begin_inset Tabular
15890 <lyxtabular version="3" rows="3" columns="3">
15891 <features rotate="0" tabularvalignment="middle">
15892 <column alignment="center" valignment="top">
15893 <column alignment="center" valignment="top">
15894 <column alignment="center" valignment="top">
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row>
15925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 </lyxtabular>
15983
15984 \end_inset
15985
15986
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \begin_inset ERT
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996
15997 }
15998 \end_layout
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \begin_layout Standard
16006 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16007 \begin_inset Foot
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011 raiseboxは、第
16012 \begin_inset CommandInset ref
16013 LatexCommand ref
16014 reference "sub:垂直揃え"
16015
16016 \end_inset
16017
16018 節で説明されています。
16019 \end_layout
16020
16021 \end_inset
16022
16023 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16024 \end_layout
16025
16026 \begin_layout Standard
16027
16028 \series bold
16029
16030 \backslash
16031 raisebox{0.85
16032 \backslash
16033 baselineskip}{
16034 \end_layout
16035
16036 \begin_layout Standard
16037 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16038 \series bold
16039 }
16040 \series default
16041 をTeXコードとして挿入してあります。最後の項目の第二表には、
16042 \end_layout
16043
16044 \begin_layout Standard
16045
16046 \series bold
16047
16048 \backslash
16049 raisebox{-0.32
16050 \backslash
16051 baselineskip}{
16052 \end_layout
16053
16054 \begin_layout Standard
16055 というコマンドを使用しています。
16056 \end_layout
16057
16058 \begin_layout Standard
16059 \begin_inset Note Greyedout
16060 status open
16061
16062 \begin_layout Plain Layout
16063
16064 \series bold
16065 【註】
16066 \series default
16067 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16068 \series bold
16069
16070 \backslash
16071 raisebox
16072 \series default
16073 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16074 \end_layout
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \begin_layout Section
16082 色付きの表
16083 \begin_inset CommandInset label
16084 LatexCommand label
16085 name "sec:色付きの表"
16086
16087 \end_inset
16088
16089
16090 \begin_inset Index idx
16091 status collapsed
16092
16093 \begin_layout Plain Layout
16094 ひょう@表 ! いろつき@色付き
16095 \end_layout
16096
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \begin_layout Subsection
16103 色付きのセル
16104 \begin_inset Index idx
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 ひょうのいろ@表の色 ! せるぶ@セル部
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \begin_inset Index idx
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118 いろつき@色付き ! ひょうせるぶ@表セル部
16119 \end_layout
16120
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \begin_layout Standard
16127 \begin_inset Float table
16128 placement h
16129 wide false
16130 sideways false
16131 status open
16132
16133 \begin_layout Plain Layout
16134 \begin_inset Caption Standard
16135
16136 \begin_layout Plain Layout
16137 \begin_inset CommandInset label
16138 LatexCommand label
16139 name "tab:colortblなしの表"
16140
16141 \end_inset
16142
16143
16144 \series bold
16145 colortbl
16146 \series default
16147 パッケージを使用しない色付き表
16148 \begin_inset Argument 1
16149 status collapsed
16150
16151 \begin_layout Plain Layout
16152 colortblなしの表
16153 \end_layout
16154
16155 \end_inset
16156
16157
16158 \end_layout
16159
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \begin_layout Plain Layout
16166 \align center
16167 \begin_inset Tabular
16168 <lyxtabular version="3" rows="3" columns="3">
16169 <features rotate="0" tabularvalignment="middle">
16170 <column alignment="center" valignment="top">
16171 <column alignment="center" valignment="top">
16172 <column alignment="center" valignment="top">
16173 <row>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178
16179 \color green
16180
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189
16190 \color red
16191
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200
16201 \color red
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \color green
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \color blue
16226
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235
16236 \color blue
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \color green
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259
16260 \color blue
16261
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \color blue
16272
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 </row>
16278 </lyxtabular>
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \begin_layout Standard
16291 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16292 \family sans
16293 編集\SpecialChar \menuseparator
16294 文字様式
16295 \family default
16296 メニューで色を選んでください。表
16297 \begin_inset CommandInset ref
16298 LatexCommand ref
16299 reference "tab:colortblなしの表"
16300
16301 \end_inset
16302
16303 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16304 \series bold
16305 colortbl
16306 \series default
16307
16308 \begin_inset Index idx
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16313 \end_layout
16314
16315 \end_inset
16316
16317 を使用しなくてはなりません。
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \begin_inset ERT
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325
16326
16327 \backslash
16328 ifcolortbl
16329 \end_layout
16330
16331 \end_inset
16332
16333
16334 \begin_inset Note Note
16335 status open
16336
16337 \begin_layout Plain Layout
16338 本節の以下の部分は、LaTeXパッケージ
16339 \series bold
16340 colortbl
16341 \series default
16342 が導入済みのときのみ表示されます。
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \begin_layout Standard
16351 色付きの表を作成するには、プリアンブルに
16352 \end_layout
16353
16354 \begin_layout Standard
16355
16356 \series bold
16357
16358 \backslash
16359 usepackage{colortbl}
16360 \end_layout
16361
16362 \begin_layout Standard
16363 という行を書いて
16364 \series bold
16365 colortbl
16366 \series default
16367 を読み込まなくてはなりません。列の色は、
16368 \series bold
16369 >{ }
16370 \series default
16371 コマンドの中に
16372 \end_layout
16373
16374 \begin_layout Standard
16375
16376 \series bold
16377
16378 \backslash
16379 columncolor{色彩名}
16380 \end_layout
16381
16382 \begin_layout Standard
16383 というコマンドを書いて指定することができます。
16384 \series bold
16385 >{}
16386 \series default
16387 コマンドに関する詳細は、第
16388 \begin_inset CommandInset ref
16389 LatexCommand ref
16390 reference "sub:連結列の計算"
16391
16392 \end_inset
16393
16394 節に述べられています。
16395 \end_layout
16396
16397 \begin_layout Standard
16398 以下の色彩名が事前に定義されています。
16399 \end_layout
16400
16401 \begin_layout Standard
16402
16403 \family sans
16404 red
16405 \family default
16406
16407 \family sans
16408 green
16409 \family default
16410
16411 \family sans
16412 yellow
16413 \family default
16414
16415 \family sans
16416 blue
16417 \family default
16418
16419 \family sans
16420 cyan
16421 \family default
16422
16423 \family sans
16424 magenta
16425 \family default
16426
16427 \family sans
16428 black
16429 \family default
16430
16431 \family sans
16432 white
16433 \end_layout
16434
16435 \begin_layout Standard
16436 \begin_inset VSpace medskip
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Standard
16443 また、文書設定中で、文書クラスオプションに
16444 \end_layout
16445
16446 \begin_layout Standard
16447
16448 \series bold
16449 usenames,dvipsnames
16450 \end_layout
16451
16452 \begin_layout Standard
16453 を与えると、さらに61色を使用することができます。これらの色は、附録
16454 \begin_inset CommandInset ref
16455 LatexCommand ref
16456 reference "chap:dvips色名一覧"
16457
16458 \end_inset
16459
16460 に列挙されています。それらの色の1つ、
16461 \family sans
16462 Maroon
16463 \family default
16464 が、例として表
16465 \begin_inset CommandInset ref
16466 LatexCommand ref
16467 reference "tab:色付き表"
16468
16469 \end_inset
16470
16471 に使用されています。
16472 \end_layout
16473
16474 \begin_layout Standard
16475 \begin_inset VSpace medskip
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \begin_layout Standard
16482 また
16483 \end_layout
16484
16485 \begin_layout Standard
16486
16487 \series bold
16488
16489 \backslash
16490 definecolor{色彩名}{色彩モデル}{色彩値}
16491 \end_layout
16492
16493 \begin_layout Standard
16494 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16495 \end_layout
16496
16497 \begin_layout Labeling
16498 \labelwidthstring 00.00.0000
16499 cmyk: シアン(
16500 \bar under
16501 c
16502 \bar default
16503 yan)・マゼンタ(
16504 \bar under
16505 m
16506 \bar default
16507 agenta)・黄(
16508 \bar under
16509 y
16510 \bar default
16511 ellow)・黒(blac
16512 \bar under
16513 k
16514 \bar default
16515
16516 \end_layout
16517
16518 \begin_layout Labeling
16519 \labelwidthstring 00.00.0000
16520 rgb: 赤(
16521 \bar under
16522 r
16523 \bar default
16524 ed)・緑(
16525 \bar under
16526 g
16527 \bar default
16528 reen)・青(
16529 \bar under
16530 b
16531 \bar default
16532 lue)
16533 \end_layout
16534
16535 \begin_layout Labeling
16536 \labelwidthstring 00.00.0000
16537 gray: グレー
16538 \end_layout
16539
16540 \begin_layout Standard
16541 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16542 \end_layout
16543
16544 \begin_layout Standard
16545 たとえば、プリアンブルに
16546 \end_layout
16547
16548 \begin_layout Standard
16549
16550 \series bold
16551
16552 \backslash
16553 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16554 \end_layout
16555
16556 \begin_layout Standard
16557 と書くことによって、「
16558 \emph on
16559 darkgreen
16560 \emph default
16561 」色を定義することができますし、
16562 \end_layout
16563
16564 \begin_layout Standard
16565
16566 \series bold
16567
16568 \backslash
16569 definecolor{lightgray}{gray}{0.8}
16570 \end_layout
16571
16572 \begin_layout Standard
16573 と書けば、「
16574 \emph on
16575 lightgray
16576 \emph default
16577 」色を定義することができます。
16578 \end_layout
16579
16580 \begin_layout Standard
16581 \begin_inset VSpace medskip
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \begin_layout Standard
16588 罫線は
16589 \end_layout
16590
16591 \begin_layout Standard
16592
16593 \series bold
16594
16595 \backslash
16596 rowcolor{色彩名}
16597 \end_layout
16598
16599 \begin_layout Standard
16600 というコマンドを使用して色付けすることができ、セルは
16601 \end_layout
16602
16603 \begin_layout Standard
16604
16605 \series bold
16606
16607 \backslash
16608 cellcolor{色彩名}
16609 \end_layout
16610
16611 \begin_layout Standard
16612 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16613 \end_layout
16614
16615 \begin_layout Standard
16616 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16617 \family sans
16618 編集\SpecialChar \menuseparator
16619 文字様式
16620 \family default
16621 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16622 ます。
16623 \end_layout
16624
16625 \begin_layout Standard
16626 \begin_inset Note Greyedout
16627 status open
16628
16629 \begin_layout Plain Layout
16630 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16631 \end_layout
16632
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset VSpace bigskip
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Standard
16646
16647 \begin_inset CommandInset ref
16648 LatexCommand ref
16649 reference "tab:色付き表"
16650
16651 \end_inset
16652
16653 を作成するには、以下のようにしてください。第一列の色は
16654 \emph on
16655 darkgreen
16656 \emph default
16657 にしたいので、この列のLaTeX変数として
16658 \end_layout
16659
16660 \begin_layout Standard
16661
16662 \series bold
16663 >{
16664 \backslash
16665 columncolor{darkgreen}
16666 \backslash
16667 centering}c
16668 \end_layout
16669
16670 \begin_layout Standard
16671 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16672 \end_layout
16673
16674 \begin_layout Standard
16675
16676 \series bold
16677
16678 \backslash
16679 rowcolow{cyan}
16680 \end_layout
16681
16682 \begin_layout Standard
16683 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16684 \end_layout
16685
16686 \begin_layout Standard
16687
16688 \series bold
16689
16690 \backslash
16691 cellcolor{Maroon}
16692 \end_layout
16693
16694 \begin_layout Standard
16695 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16696 \family sans
16697 編集\SpecialChar \menuseparator
16698 文字様式
16699 \family default
16700 メニューを使って、各文字に色付けをすることができます。
16701 \end_layout
16702
16703 \begin_layout Standard
16704 \begin_inset Float table
16705 placement h
16706 wide false
16707 sideways false
16708 status open
16709
16710 \begin_layout Plain Layout
16711 \begin_inset Caption Standard
16712
16713 \begin_layout Plain Layout
16714
16715 \series bold
16716 \begin_inset CommandInset label
16717 LatexCommand label
16718 name "tab:色付き表"
16719
16720 \end_inset
16721
16722 colortbl
16723 \series default
16724 パッケージを使用した色付き表
16725 \begin_inset Argument 1
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729 colortblを使った表
16730 \end_layout
16731
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \begin_layout Plain Layout
16743 \align center
16744 \begin_inset Tabular
16745 <lyxtabular version="3" rows="3" columns="3">
16746 <features rotate="0" tabularvalignment="middle">
16747 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16748 <column alignment="center" valignment="top">
16749 <column alignment="center" valignment="top">
16750 <row>
16751 <cell alignment="center" valignment="top" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset ERT
16756 status collapsed
16757
16758 \begin_layout Plain Layout
16759
16760
16761 \backslash
16762 rowcolor{cyan}
16763 \end_layout
16764
16765 \end_inset
16766
16767
16768 \color magenta
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \color red
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \color red
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802
16803 \color yellow
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="center" valignment="top" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \color blue
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \color blue
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="center" valignment="top" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \color yellow
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848
16849 \color blue
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 <cell alignment="center" valignment="top" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 \begin_inset ERT
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863
16864
16865 \backslash
16866 cellcolor{Maroon}
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \color green
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 </lyxtabular>
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \begin_layout Standard
16892 \begin_inset ERT
16893 status collapsed
16894
16895 \begin_layout Plain Layout
16896
16897
16898 \backslash
16899 else
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \begin_inset Note Note
16906 status open
16907
16908 \begin_layout Plain Layout
16909 以下は、LaTeXパッケージ
16910 \series bold
16911 colortbl
16912 \series default
16913 が導入されていないときに表示されます。
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Standard
16922 この節の内容を出力で表示させるには、
16923 \series bold
16924 colortbl
16925 \series default
16926 パッケージを導入する必要があります。
16927 \end_layout
16928
16929 \begin_layout Standard
16930 \begin_inset ERT
16931 status collapsed
16932
16933 \begin_layout Plain Layout
16934
16935
16936 \backslash
16937 fi
16938 \end_layout
16939
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \begin_layout Subsection
16946 色付き行
16947 \begin_inset Index idx
16948 status collapsed
16949
16950 \begin_layout Plain Layout
16951 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \begin_inset Index idx
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961 いろつき@色付き ! ひょうのぎょう@表の行
16962 \end_layout
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \begin_layout Standard
16970 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16971 \end_layout
16972
16973 \begin_layout Standard
16974
16975 \series bold
16976
16977 \backslash
16978 usepackage[table]{xcolor}
16979 \end_layout
16980
16981 \begin_layout Standard
16982 というコマンドを使用して、
16983 \series bold
16984 xcolor
16985 \series default
16986
16987 \begin_inset Index idx
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 vspace{4mm}
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008
17009 パッケージを読み込むのです。
17010 \series bold
17011 xcolor
17012 \series default
17013 は、自動的に
17014 \series bold
17015 colortbl
17016 \series default
17017
17018 \begin_inset Index idx
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17023 \end_layout
17024
17025 \end_inset
17026
17027 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17028 \series bold
17029 colortbl
17030 \series default
17031 も導入されていなくてはなりません。
17032 \end_layout
17033
17034 \begin_layout Standard
17035 \begin_inset ERT
17036 status collapsed
17037
17038 \begin_layout Plain Layout
17039
17040
17041 \backslash
17042 ifcolortbl
17043 \end_layout
17044
17045 \end_inset
17046
17047
17048 \begin_inset Note Note
17049 status open
17050
17051 \begin_layout Plain Layout
17052 本節の以下の部分は、LaTeXパッケージ
17053 \series bold
17054 colortbl
17055 \series default
17056 が導入済みのときのみ表示されます。
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17074 \end_layout
17075
17076 \begin_layout Standard
17077 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17078 を付加する時に用います。したがって、例えば
17079 \end_layout
17080
17081 \begin_layout Standard
17082
17083 \series bold
17084
17085 \backslash
17086 rowcolors{1}{white}{lightgray}
17087 \end_layout
17088
17089 \begin_layout Standard
17090 というコマンドは、表
17091 \begin_inset CommandInset ref
17092 LatexCommand ref
17093 reference "tab:表-行色"
17094
17095 \end_inset
17096
17097 のようなカラースキームをもたらします。また、
17098 \end_layout
17099
17100 \begin_layout Standard
17101
17102 \series bold
17103
17104 \backslash
17105 rowcolors[
17106 \backslash
17107 hline]{1}{lightgray}{cyan}
17108 \end_layout
17109
17110 \begin_layout Standard
17111 というコマンドを用いると、表
17112 \begin_inset CommandInset ref
17113 LatexCommand ref
17114 reference "tab:表-行色-2"
17115
17116 \end_inset
17117
17118 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17119 \end_layout
17120
17121 \begin_layout Standard
17122
17123 \series bold
17124
17125 \backslash
17126 rowcolors{1}{}{}
17127 \end_layout
17128
17129 \begin_layout Standard
17130 というコマンドはすべての色付けを削除することになります。
17131 \series bold
17132
17133 \backslash
17134 rowcolors
17135 \series default
17136 は、コマンドに続くすべての表に影響を及ぼします。
17137 \end_layout
17138
17139 \begin_layout Standard
17140 \begin_inset ERT
17141 status open
17142
17143 \begin_layout Plain Layout
17144
17145
17146 \backslash
17147 rowcolors{1}{white}{lightgray}
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Standard
17156 \begin_inset Float table
17157 placement h
17158 wide false
17159 sideways false
17160 status open
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Caption Standard
17164
17165 \begin_layout Plain Layout
17166 \begin_inset CommandInset label
17167 LatexCommand label
17168 name "tab:表-行色"
17169
17170 \end_inset
17171
17172 隔行が灰色に着色された表
17173 \end_layout
17174
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \begin_layout Plain Layout
17181 \align center
17182 \begin_inset Tabular
17183 <lyxtabular version="3" rows="4" columns="3">
17184 <features rotate="0" tabularvalignment="middle">
17185 <column alignment="center" valignment="top">
17186 <column alignment="center" valignment="top" width="0pt">
17187 <column alignment="center" valignment="top" width="0pt">
17188 <row>
17189 <cell alignment="center" valignment="top" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 X
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 Y
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 Z
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row>
17218 <cell alignment="center" valignment="top" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 1
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 2
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 3
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 </row>
17246 <row>
17247 <cell alignment="center" valignment="top" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251 4
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 5
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 6
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 7
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 <cell alignment="center" valignment="top" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 8
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 9
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 </lyxtabular>
17305
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \begin_layout Standard
17317 \begin_inset ERT
17318 status open
17319
17320 \begin_layout Plain Layout
17321
17322
17323 \backslash
17324 rowcolors[
17325 \backslash
17326 hline]{1}{lightgray}{cyan}
17327 \end_layout
17328
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \begin_layout Standard
17335 \begin_inset Float table
17336 placement h
17337 wide false
17338 sideways false
17339 status open
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Caption Standard
17343
17344 \begin_layout Plain Layout
17345 \begin_inset CommandInset label
17346 LatexCommand label
17347 name "tab:表-行色-2"
17348
17349 \end_inset
17350
17351 隔行でシアン色に着色され、行間に線の入った表
17352 \end_layout
17353
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \begin_layout Plain Layout
17360 \align center
17361 \begin_inset Tabular
17362 <lyxtabular version="3" rows="4" columns="3">
17363 <features rotate="0" tabularvalignment="middle">
17364 <column alignment="center" valignment="top">
17365 <column alignment="center" valignment="top">
17366 <column alignment="center" valignment="top" width="0pt">
17367 <row>
17368 <cell alignment="center" valignment="top" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 X
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 Y
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 Z
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 1
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 2
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 3
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 <row>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 4
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 5
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 6
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 </row>
17454 <row>
17455 <cell alignment="center" valignment="top" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 7
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 8
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 9
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 </row>
17483 </lyxtabular>
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset ERT
17497 status collapsed
17498
17499 \begin_layout Plain Layout
17500
17501
17502 \backslash
17503 rowcolors{1}{}{}
17504 \end_layout
17505
17506 \end_inset
17507
17508
17509 \begin_inset Note Note
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513 行色を解除
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 \begin_inset ERT
17523 status collapsed
17524
17525 \begin_layout Plain Layout
17526
17527
17528 \backslash
17529 else
17530 \end_layout
17531
17532 \end_inset
17533
17534
17535 \begin_inset Note Note
17536 status open
17537
17538 \begin_layout Plain Layout
17539 以下は、LaTeXパッケージ
17540 \series bold
17541 colortbl
17542 \series default
17543 が導入されていないときに表示されます。
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \begin_layout Standard
17552 この節の内容を出力で表示させるには、
17553 \series bold
17554 colortbl
17555 \series default
17556 パッケージを導入する必要があります。
17557 \end_layout
17558
17559 \begin_layout Standard
17560 \begin_inset ERT
17561 status collapsed
17562
17563 \begin_layout Plain Layout
17564
17565
17566 \backslash
17567 fi
17568 \end_layout
17569
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \begin_layout Subsection
17576 色付き罫線
17577 \begin_inset Index idx
17578 status collapsed
17579
17580 \begin_layout Plain Layout
17581 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17582 \end_layout
17583
17584 \end_inset
17585
17586
17587 \begin_inset Index idx
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \begin_layout Standard
17600
17601 \begin_inset CommandInset ref
17602 LatexCommand ref
17603 reference "sub:罫線幅"
17604
17605 \end_inset
17606
17607 節に述べられているように、表中の全罫線の線幅は、長さ
17608 \series bold
17609
17610 \backslash
17611 arrayrulewidth
17612 \series default
17613 を使って調節することができます。本節の表では、すべて1.5
17614 \begin_inset space \thinspace{}
17615 \end_inset
17616
17617 ptに設定されています。
17618 \begin_inset ERT
17619 status collapsed
17620
17621 \begin_layout Plain Layout
17622
17623
17624 \backslash
17625 setlength{
17626 \backslash
17627 arrayrulewidth}{1.5pt}
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \begin_layout Standard
17636 たとえば縦罫線を緑に着色するには、第
17637 \begin_inset CommandInset ref
17638 LatexCommand ref
17639 reference "sub:自製書式"
17640
17641 \end_inset
17642
17643 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17644 \end_layout
17645
17646 \begin_layout Standard
17647
17648 \series bold
17649
17650 \backslash
17651 newcolumntype{W}{!{
17652 \backslash
17653 color{green}
17654 \backslash
17655 vline}}
17656 \end_layout
17657
17658 \begin_layout Standard
17659
17660 \begin_inset CommandInset ref
17661 LatexCommand ref
17662 reference "tab:色付き縦罫線の表"
17663
17664 \end_inset
17665
17666 では、最右列にLaTeX変数
17667 \series bold
17668 WcW
17669 \series default
17670 、他の列にLaTeX変数
17671 \series bold
17672 Wc
17673 \series default
17674 が使用されています。
17675 \end_layout
17676
17677 \begin_layout Standard
17678 複数の色を用いたいときには、列書式をもっと定義してください。
17679 \end_layout
17680
17681 \begin_layout Standard
17682 \begin_inset Float table
17683 placement h
17684 wide false
17685 sideways false
17686 status open
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Caption Standard
17690
17691 \begin_layout Plain Layout
17692 \begin_inset CommandInset label
17693 LatexCommand label
17694 name "tab:色付き縦罫線の表"
17695
17696 \end_inset
17697
17698 色付き縦罫線の表
17699 \end_layout
17700
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \begin_layout Plain Layout
17707 \align center
17708 \begin_inset Tabular
17709 <lyxtabular version="3" rows="3" columns="3">
17710 <features rotate="0" tabularvalignment="middle">
17711 <column alignment="center" valignment="top" special="Wc">
17712 <column alignment="center" valignment="top" special="Wc">
17713 <column alignment="center" valignment="top" special="WcW">
17714 <row>
17715 <cell alignment="center" valignment="top" topline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 sd
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 </row>
17743 <row>
17744 <cell alignment="center" valignment="top" topline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" topline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 sd
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" topline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 </row>
17772 <row>
17773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795 sd
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 </row>
17801 </lyxtabular>
17802
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Standard
17814 \begin_inset VSpace bigskip
17815 \end_inset
17816
17817
17818 \begin_inset CommandInset ref
17819 LatexCommand ref
17820 reference "tab:色付き横罫線の表"
17821
17822 \end_inset
17823
17824 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17825 \end_layout
17826
17827 \begin_layout Standard
17828
17829 \series bold
17830
17831 \backslash
17832 let
17833 \backslash
17834 myHlineC
17835 \backslash
17836 hline
17837 \begin_inset Newline newline
17838 \end_inset
17839
17840
17841 \backslash
17842 renewcommand{
17843 \backslash
17844 hline}
17845 \begin_inset Newline newline
17846 \end_inset
17847
17848
17849 \begin_inset Phantom HPhantom
17850 status open
17851
17852 \begin_layout Plain Layout
17853 \begin_inset space ~
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \end_inset
17860
17861 {
17862 \backslash
17863 arrayrulecolor{red}
17864 \backslash
17865 myHlineC
17866 \backslash
17867 arrayrulecolor{black}}
17868 \end_layout
17869
17870 \begin_layout Standard
17871 というコマンドを入力して下さい。
17872 \end_layout
17873
17874 \begin_layout Standard
17875 \begin_inset ERT
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879
17880
17881 \backslash
17882 let
17883 \backslash
17884 myHlineC
17885 \backslash
17886 hline
17887 \end_layout
17888
17889 \begin_layout Plain Layout
17890
17891
17892 \backslash
17893 renewcommand{
17894 \backslash
17895 hline}
17896 \end_layout
17897
17898 \begin_layout Plain Layout
17899
17900  {
17901 \backslash
17902 arrayrulecolor{red}
17903 \backslash
17904 myHlineC
17905 \backslash
17906 arrayrulecolor{black}}
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \begin_inset Float table
17913 placement h
17914 wide false
17915 sideways false
17916 status open
17917
17918 \begin_layout Plain Layout
17919 \begin_inset Caption Standard
17920
17921 \begin_layout Plain Layout
17922 \begin_inset CommandInset label
17923 LatexCommand label
17924 name "tab:色付き横罫線の表"
17925
17926 \end_inset
17927
17928 色付き横罫線の表
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Plain Layout
17937 \align center
17938 \begin_inset Tabular
17939 <lyxtabular version="3" rows="3" columns="3">
17940 <features rotate="0" tabularvalignment="middle">
17941 <column alignment="center" valignment="top">
17942 <column alignment="center" valignment="top">
17943 <column alignment="center" valignment="top">
17944 <row>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 sd
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 </row>
17973 <row>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 sd
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 </row>
18002 <row>
18003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 sd
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 </row>
18031 </lyxtabular>
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \begin_layout Standard
18044 既定値の黒罫線に戻るには、
18045 \end_layout
18046
18047 \begin_layout Standard
18048
18049 \series bold
18050
18051 \backslash
18052 renewcommand{
18053 \backslash
18054 hline}{
18055 \backslash
18056 myHlineC}
18057 \end_layout
18058
18059 \begin_layout Standard
18060 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18061 \begin_inset CommandInset ref
18062 LatexCommand ref
18063 reference "tab:色付き罫線の表"
18064
18065 \end_inset
18066
18067 は、縦横罫線を色付けした例です。
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset Float table
18072 placement h
18073 wide false
18074 sideways false
18075 status open
18076
18077 \begin_layout Plain Layout
18078 \begin_inset Caption Standard
18079
18080 \begin_layout Plain Layout
18081 \begin_inset CommandInset label
18082 LatexCommand label
18083 name "tab:色付き罫線の表"
18084
18085 \end_inset
18086
18087 色付き罫線の表
18088 \end_layout
18089
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Plain Layout
18096 \align center
18097 \begin_inset Tabular
18098 <lyxtabular version="3" rows="3" columns="3">
18099 <features rotate="0" tabularvalignment="middle">
18100 <column alignment="center" valignment="top" special="Wc">
18101 <column alignment="center" valignment="top" special="Wc">
18102 <column alignment="center" valignment="top" special="WcW">
18103 <row>
18104 <cell alignment="center" valignment="top" topline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 sd
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 sd
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row topspace="default">
18162 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 sd
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 </lyxtabular>
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Standard
18203 \begin_inset ERT
18204 status collapsed
18205
18206 \begin_layout Plain Layout
18207
18208
18209 \backslash
18210 renewcommand{
18211 \backslash
18212 hline}{
18213 \backslash
18214 myHlineC}
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Standard
18223 \begin_inset ERT
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227
18228
18229 \backslash
18230 setlength{
18231 \backslash
18232 arrayrulewidth}{0.4pt}
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \begin_layout Section
18241 表幅の計算
18242 \begin_inset CommandInset label
18243 LatexCommand label
18244 name "sec:表幅の計算"
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \begin_layout Standard
18252 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18253 設ければ良いのでしょうか?
18254 \end_layout
18255
18256 \begin_layout Standard
18257 表幅
18258 \begin_inset Formula $W_{\text{表}}$
18259 \end_inset
18260
18261 は計算することができます。各列の実際の幅は、指定した列幅
18262 \begin_inset Formula $W_{\text{列}}$
18263 \end_inset
18264
18265 に、列の内容と列罫線との間の余白(LaTeX長
18266 \series bold
18267
18268 \backslash
18269 tabcolsep
18270 \series default
18271 ・既定値6
18272 \begin_inset space \thinspace{}
18273 \end_inset
18274
18275 pt)の2倍と、罫線幅(LaTeX長
18276 \series bold
18277
18278 \backslash
18279 arrayrulewidth
18280 \series default
18281 ・既定値0.4
18282 \begin_inset space \thinspace{}
18283 \end_inset
18284
18285 pt)を加えたものになります。したがって、もし同じ幅の
18286 \begin_inset Formula $n$
18287 \end_inset
18288
18289 列を作るならば、表幅は
18290 \begin_inset Formula 
18291 \begin{equation}
18292 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18293 \end{equation}
18294
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \begin_layout Standard
18301 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18302 \series bold
18303
18304 \backslash
18305 columnwidth
18306 \series default
18307 )。表の列をすべて同じ幅にするとすれば、
18308 \begin_inset Formula $W_{\text{表}}$
18309 \end_inset
18310
18311 が1
18312 \begin_inset space \thinspace{}
18313 \end_inset
18314
18315
18316 \backslash
18317 columnwidthになりますので、
18318 \begin_inset Formula $W_{\text{列}}$
18319 \end_inset
18320
18321 は簡単に計算できます。
18322 \end_layout
18323
18324 \begin_layout Standard
18325 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18326 \series bold
18327 calc
18328 \series default
18329
18330 \begin_inset Index idx
18331 status collapsed
18332
18333 \begin_layout Plain Layout
18334 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18335 \end_layout
18336
18337 \end_inset
18338
18339 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18340 \family sans
18341 LaTeXの引数
18342 \family default
18343 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18344 \begin_inset CommandInset ref
18345 LatexCommand ref
18346 reference "sub:連結列の計算"
18347
18348 \end_inset
18349
18350 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18351 \end_layout
18352
18353 \begin_layout Standard
18354
18355 \series bold
18356 >{
18357 \backslash
18358 centering}p{(1
18359 \backslash
18360 columnwidth-62.4pt)/5}
18361 \end_layout
18362
18363 \begin_layout Standard
18364 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18365 \begin_inset Formula 
18366 \begin{align}
18367 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18368  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18369  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18370 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18371 \end{align}
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 となります。したがって、表中の広い列には
18380 \end_layout
18381
18382 \begin_layout Standard
18383
18384 \series bold
18385 >{
18386 \backslash
18387 centering}p{(1
18388 \backslash
18389 columnwidth-62.4pt)/
18390 \backslash
18391 real{4.5}}
18392 \end_layout
18393
18394 \begin_layout Standard
18395 というコマンドを用い、狭い列には
18396 \end_layout
18397
18398 \begin_layout Standard
18399
18400 \series bold
18401 >{
18402 \backslash
18403 centering}p{(1
18404 \backslash
18405 columnwidth-62.4pt)/
18406 \backslash
18407 real{4.5}*
18408 \backslash
18409 real{0.75}}
18410 \end_layout
18411
18412 \begin_layout Standard
18413 というコマンドを用いることにすると、以下の表が出来上がります。
18414 \end_layout
18415
18416 \begin_layout Standard
18417 \begin_inset Tabular
18418 <lyxtabular version="3" rows="2" columns="5">
18419 <features rotate="0" tabularvalignment="middle">
18420 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18421 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18422 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18423 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18424 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18425 <row>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 1
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 2
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 3
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 4
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 5
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 </row>
18472 <row>
18473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 111111 1111111 111111 111111111 11111 11111 1111
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 2222 22222 222222 222222222 2222222 22 22222
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 333333 333333 333333 33333 3333333 333
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 </row>
18519 </lyxtabular>
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Section
18527 表の調整
18528 \begin_inset Index idx
18529 status collapsed
18530
18531 \begin_layout Plain Layout
18532 ひょうのちょうせい@表の調整
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \begin_inset Index idx
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542 ひょう@表 ! ちょうせい@調整
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Subsection
18551 行の余白取り
18552 \begin_inset CommandInset label
18553 LatexCommand label
18554 name "sub:行の余白取り"
18555
18556 \end_inset
18557
18558
18559 \begin_inset Index idx
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572 表の設定ダイアログの
18573 \family sans
18574 罫線
18575 \family default
18576 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18577 \end_layout
18578
18579 \begin_layout Description
18580 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18581 \begin_inset Foot
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585 フォーマル形式の表は第
18586 \begin_inset CommandInset ref
18587 LatexCommand ref
18588 reference "sec:フォーマル形式の表"
18589
18590 \end_inset
18591
18592 節で説明されています。
18593 \end_layout
18594
18595 \end_inset
18596
18597 ならば、LyXは既定値として0.5
18598 \begin_inset space \thinspace{}
18599 \end_inset
18600
18601 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18602 \begin_inset VSpace medskip
18603 \end_inset
18604
18605
18606 \begin_inset Newline newline
18607 \end_inset
18608
18609
18610 \begin_inset space \hspace*{}
18611 \length 0pt
18612 \end_inset
18613
18614
18615 \begin_inset space \hfill{}
18616 \end_inset
18617
18618
18619 \begin_inset Tabular
18620 <lyxtabular version="3" rows="3" columns="1">
18621 <features rotate="0" tabularvalignment="middle">
18622 <column alignment="center" valignment="top">
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 </row>
18634 <row topspace="3mm">
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 行上に3
18640 \begin_inset space \thinspace{}
18641 \end_inset
18642
18643 mmの余白
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 <row>
18650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 </row>
18660 </lyxtabular>
18661
18662 \end_inset
18663
18664
18665 \begin_inset space \hfill{}
18666 \end_inset
18667
18668
18669 \begin_inset space \hspace*{}
18670 \length 0pt
18671 \end_inset
18672
18673
18674 \begin_inset VSpace medskip
18675 \end_inset
18676
18677
18678 \begin_inset Newline newline
18679 \end_inset
18680
18681 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18682 \end_layout
18683
18684 \begin_layout Description
18685 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18686 \begin_inset space \thinspace{}
18687 \end_inset
18688
18689 emの余白を挿入し、通常の表ならば既定値として2
18690 \begin_inset space \thinspace{}
18691 \end_inset
18692
18693 ptを挿入します。
18694 \end_layout
18695
18696 \begin_layout Description
18697 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18698 \begin_inset space \thinspace{}
18699 \end_inset
18700
18701 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18702 \begin_inset VSpace medskip
18703 \end_inset
18704
18705
18706 \begin_inset Newline newline
18707 \end_inset
18708
18709
18710 \begin_inset space \hspace*{}
18711 \length 0pt
18712 \end_inset
18713
18714
18715 \begin_inset space \hfill{}
18716 \end_inset
18717
18718
18719 \begin_inset Tabular
18720 <lyxtabular version="3" rows="3" columns="1">
18721 <features rotate="0" tabularvalignment="middle">
18722 <column alignment="center" valignment="top">
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 <row interlinespace="3mm">
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Formula $\downarrow$
18740 \end_inset
18741
18742  行間に3
18743 \begin_inset space \thinspace{}
18744 \end_inset
18745
18746 mmの余白 
18747 \begin_inset Formula $\downarrow$
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 </row>
18756 <row>
18757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761 \begin_inset Formula $\uparrow$
18762 \end_inset
18763
18764  行間に3
18765 \begin_inset space \thinspace{}
18766 \end_inset
18767
18768 mmの余白 
18769 \begin_inset Formula $\uparrow$
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 </lyxtabular>
18779
18780 \end_inset
18781
18782
18783 \begin_inset space \hfill{}
18784 \end_inset
18785
18786
18787 \begin_inset space \hspace*{}
18788 \length 0pt
18789 \end_inset
18790
18791
18792 \begin_inset VSpace medskip
18793 \end_inset
18794
18795
18796 \begin_inset Newline newline
18797 \end_inset
18798
18799 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset VSpace bigskip
18804 \end_inset
18805
18806 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18807 \end_layout
18808
18809 \begin_layout Standard
18810
18811 \series bold
18812
18813 \backslash
18814 @ifundefined{extrarowheight}
18815 \begin_inset Newline newline
18816 \end_inset
18817
18818
18819 \begin_inset Phantom HPhantom
18820 status open
18821
18822 \begin_layout Plain Layout
18823 \begin_inset space ~
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \end_inset
18830
18831 {
18832 \backslash
18833 usepackage{array}}{}
18834 \begin_inset Newline newline
18835 \end_inset
18836
18837
18838 \backslash
18839 setlength{
18840 \backslash
18841 extrarowheight}{height}
18842 \end_layout
18843
18844 \begin_layout Standard
18845 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18846 \series bold
18847 array
18848 \series default
18849 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18850 \series bold
18851
18852 \backslash
18853 @ifundefined
18854 \series default
18855 が使用されています)。
18856 \end_layout
18857
18858 \begin_layout Standard
18859 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18860 \series bold
18861
18862 \backslash
18863 strut
18864 \series default
18865 コマンドを挿入することで補正することができます。表
18866 \begin_inset CommandInset ref
18867 LatexCommand ref
18868 reference "tab:垂直揃え"
18869
18870 \end_inset
18871
18872 は、この効果を示したものです。
18873 \end_layout
18874
18875 \begin_layout Standard
18876 \noindent
18877 \begin_inset Float table
18878 placement h
18879 wide false
18880 sideways false
18881 status open
18882
18883 \begin_layout Plain Layout
18884 \begin_inset Caption Standard
18885
18886 \begin_layout Plain Layout
18887 \begin_inset CommandInset label
18888 LatexCommand label
18889 name "tab:垂直揃え"
18890
18891 \end_inset
18892
18893 大きなフォント寸法の文章の垂直揃え
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Plain Layout
18902 \begin_inset space \hfill{}
18903 \end_inset
18904
18905
18906 \begin_inset Float table
18907 wide false
18908 sideways false
18909 status collapsed
18910
18911 \begin_layout Plain Layout
18912 \begin_inset Caption Standard
18913
18914 \begin_layout Plain Layout
18915 通常の表
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Plain Layout
18924 \noindent
18925 \align center
18926 \begin_inset Tabular
18927 <lyxtabular version="3" rows="6" columns="1">
18928 <features rotate="0" tabularvalignment="middle">
18929 <column alignment="left" valignment="top">
18930 <row>
18931 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 Normal, g
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \size large
18948 Large
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \size larger
18961 Larger
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 <row>
18968 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \size largest
18974 Largest
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \size huge
18987 Huge
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \size giant
19000 Huger
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 </row>
19006 </lyxtabular>
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \begin_inset space \hfill{}
19017 \end_inset
19018
19019
19020 \begin_inset Float table
19021 wide false
19022 sideways false
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 \begin_inset Caption Standard
19027
19028 \begin_layout Plain Layout
19029
19030 \series bold
19031
19032 \backslash
19033 strut
19034 \series default
19035 コマンドを使用した表
19036 \end_layout
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \begin_layout Plain Layout
19044 \noindent
19045 \align center
19046 \begin_inset Tabular
19047 <lyxtabular version="3" rows="6" columns="1">
19048 <features rotate="0" tabularvalignment="middle">
19049 <column alignment="left" valignment="top">
19050 <row>
19051 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 Normal, g
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 <row>
19062 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066
19067 \size large
19068 \begin_inset ERT
19069 status collapsed
19070
19071 \begin_layout Plain Layout
19072
19073
19074 \backslash
19075 strut 
19076 \end_layout
19077
19078 \end_inset
19079
19080 Large
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 </row>
19086 <row>
19087 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \size larger
19093 \begin_inset ERT
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097
19098
19099 \backslash
19100 strut 
19101 \end_layout
19102
19103 \end_inset
19104
19105 Larger
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 <row>
19112 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \size largest
19118 \begin_inset ERT
19119 status collapsed
19120
19121 \begin_layout Plain Layout
19122
19123
19124 \backslash
19125 strut 
19126 \end_layout
19127
19128 \end_inset
19129
19130 Largest
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 </row>
19136 <row>
19137 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141
19142 \size huge
19143 \begin_inset ERT
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147
19148
19149 \backslash
19150 strut 
19151 \end_layout
19152
19153 \end_inset
19154
19155 Huge
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 </row>
19161 <row>
19162 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \size giant
19168 \begin_inset ERT
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172
19173
19174 \backslash
19175 strut 
19176 \end_layout
19177
19178 \end_inset
19179
19180 Huger
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 </lyxtabular>
19187
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \begin_inset space \hfill{}
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \begin_layout Subsection
19208 特殊なセル揃え
19209 \begin_inset CommandInset label
19210 LatexCommand label
19211 name "sub:特殊なセル揃え"
19212
19213 \end_inset
19214
19215
19216 \begin_inset Index idx
19217 status collapsed
19218
19219 \begin_layout Plain Layout
19220 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229 ときには表
19230 \begin_inset CommandInset ref
19231 LatexCommand ref
19232 reference "tab:表セル"
19233
19234 \end_inset
19235
19236 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19237 \begin_inset Graphics
19238         filename ../../images/tabular-feature_align-decimal.png
19239         scale 85
19240         scaleBeforeRotation
19241
19242 \end_inset
19243
19244 を押すか、表設定中で揃えを
19245 \family sans
19246 小数点で
19247 \family default
19248 に設定します。
19249 \end_layout
19250
19251 \begin_layout Standard
19252 \begin_inset Float table
19253 placement h
19254 wide false
19255 sideways false
19256 status open
19257
19258 \begin_layout Plain Layout
19259 \begin_inset Caption Standard
19260
19261 \begin_layout Plain Layout
19262 \begin_inset CommandInset label
19263 LatexCommand label
19264 name "tab:表セル"
19265
19266 \end_inset
19267
19268 一列が小数点で揃えられた表セル
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Plain Layout
19277 \align center
19278 \begin_inset Tabular
19279 <lyxtabular version="3" rows="4" columns="1">
19280 <features rotate="0" booktabs="true" tabularvalignment="middle">
19281 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19282 <row>
19283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 見出し
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 12.6
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 </row>
19304 <row>
19305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 0.68
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 -123.0
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 </lyxtabular>
19327
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \begin_layout Standard
19339 \begin_inset Float table
19340 placement h
19341 wide false
19342 sideways false
19343 status open
19344
19345 \begin_layout Plain Layout
19346 \begin_inset Caption Standard
19347
19348 \begin_layout Plain Layout
19349 \begin_inset CommandInset label
19350 LatexCommand label
19351 name "tab:演算子揃え表"
19352
19353 \end_inset
19354
19355 一列が演算子で揃えられた表セル
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Plain Layout
19364 \align center
19365 \begin_inset Tabular
19366 <lyxtabular version="3" rows="4" columns="2">
19367 <features rotate="0" booktabs="true" tabularvalignment="middle">
19368 <column alignment="right" valignment="top" width="0pt">
19369 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19370 <row>
19371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 見出し
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 \begin_inset Formula $12\,+$
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset Formula $\,6$
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 </row>
19416 <row>
19417 <cell alignment="center" valignment="top" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Formula $0\,-$
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset Formula $\,68$
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Formula $-123\,/$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\,0$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 </lyxtabular>
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \begin_layout Standard
19481 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19482 \begin_inset CommandInset ref
19483 LatexCommand ref
19484 reference "tab:演算子揃え表"
19485
19486 \end_inset
19487
19488 のような方法を用いる必要があります。この表は、4
19489 \begin_inset Formula $\times$
19490 \end_inset
19491
19492 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
19493 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
19494 \end_layout
19495
19496 \begin_layout Standard
19497
19498 \series bold
19499 @{}l
19500 \end_layout
19501
19502 \begin_layout Standard
19503 というLaTeX引数を第2列に指定します。
19504 \end_layout
19505
19506 \begin_layout Standard
19507
19508 \begin_inset CommandInset ref
19509 LatexCommand ref
19510 reference "tab:表セル揃え"
19511
19512 \end_inset
19513
19514 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19515 \begin_inset CommandInset ref
19516 LatexCommand ref
19517 reference "tab:演算子揃え表"
19518
19519 \end_inset
19520
19521 の冒頭には、小空白が加えられています。
19522 \end_layout
19523
19524 \begin_layout Standard
19525 \begin_inset Float table
19526 wide false
19527 sideways false
19528 status open
19529
19530 \begin_layout Plain Layout
19531 \begin_inset Caption Standard
19532
19533 \begin_layout Plain Layout
19534 \begin_inset CommandInset label
19535 LatexCommand label
19536 name "tab:表セル揃え"
19537
19538 \end_inset
19539
19540 表セルの揃えの例
19541 \end_layout
19542
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \begin_layout Plain Layout
19549 \align center
19550 \begin_inset Tabular
19551 <lyxtabular version="3" rows="4" columns="6">
19552 <features rotate="0" tabularvalignment="middle">
19553 <column alignment="right" valignment="top">
19554 <column alignment="left" valignment="top" special="@{}l">
19555 <column alignment="right" valignment="top">
19556 <column alignment="left" valignment="top" special="@{}l">
19557 <column alignment="right" valignment="top">
19558 <column alignment="left" valignment="top" special="@{}l">
19559 <row>
19560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 単位
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 冪数
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 関係子
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 12
19621 \begin_inset Formula $\times$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 24本の瓶
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $10\cdot$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $10^{\mbox{-}17}$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\Gamma(t)\propto$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 \begin_inset Formula $\:\Upsilon(t)$
19679 \end_inset
19680
19681
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 </row>
19687 <row>
19688 <cell alignment="center" valignment="top" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 1024
19693 \begin_inset Formula $\times$
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 768ピクセル
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $5.78\cdot$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726 \begin_inset Formula $10^{7}$
19727 \end_inset
19728
19729
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 \begin_inset Formula $A\ne$
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\: B_{\mathrm{red}}$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 32
19765 \begin_inset Formula $\times$
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 6
19778 \begin_inset space \thinspace{}
19779 \end_inset
19780
19781 cm
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 -
19791 \begin_inset Formula $33.5\cdot$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Formula $10^{4}$
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 \begin_inset Formula $\sin(\alpha)\ge$
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\:\sin(\beta)$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 </lyxtabular>
19837
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Subsection
19849 自製のセル書式および列書式
19850 \begin_inset CommandInset label
19851 LatexCommand label
19852 name "sub:自製書式"
19853
19854 \end_inset
19855
19856
19857 \begin_inset Index idx
19858 status collapsed
19859
19860 \begin_layout Plain Layout
19861 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19862 \end_layout
19863
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \begin_layout Standard
19870
19871 \begin_inset CommandInset ref
19872 LatexCommand ref
19873 reference "sec:表幅の計算"
19874
19875 \end_inset
19876
19877 節のようにして通常列の必要幅を計算したり、第
19878 \begin_inset CommandInset ref
19879 LatexCommand ref
19880 reference "sub:連結列の計算"
19881
19882 \end_inset
19883
19884 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
19885 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19886 \end_layout
19887
19888 \begin_layout Standard
19889
19890 \series bold
19891
19892 \backslash
19893 newcolumntype{書式名}[引数の数]{コマンド}
19894 \end_layout
19895
19896 \begin_layout Standard
19897 書式名は、一文字だけでも構いません。
19898 \emph on
19899 b
19900 \emph default
19901
19902 \emph on
19903 c
19904 \emph default
19905
19906 \emph on
19907 l
19908 \emph default
19909
19910 \emph on
19911 m
19912 \emph default
19913
19914 \emph on
19915 p
19916 \emph default
19917
19918 \emph on
19919 r
19920 \emph default
19921 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19922 \end_layout
19923
19924 \begin_layout Standard
19925 \begin_inset VSpace medskip
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \begin_layout Standard
19932 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19933 \end_layout
19934
19935 \begin_layout Standard
19936
19937 \series bold
19938
19939 \backslash
19940 newcolumntype{M}[1]{>{
19941 \backslash
19942 centering
19943 \backslash
19944 hspace{0pt}}m{#1}}
19945 \end_layout
19946
19947 \begin_layout Standard
19948 ここで
19949 \series bold
19950
19951 \backslash
19952 hspace{0pt}
19953 \series default
19954 は、第
19955 \begin_inset CommandInset ref
19956 LatexCommand ref
19957 reference "sub:複数行"
19958
19959 \end_inset
19960
19961 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
19962 \family sans
19963 LaTeXの引数
19964 \family default
19965
19966 \end_layout
19967
19968 \begin_layout Standard
19969
19970 \series bold
19971 M{width}
19972 \end_layout
19973
19974 \begin_layout Standard
19975 と入力するだけですみます。
19976 \end_layout
19977
19978 \begin_layout Standard
19979 \begin_inset VSpace bigskip
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \begin_layout Standard
19986 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
19987 \end_layout
19988
19989 \begin_layout Standard
19990
19991 \series bold
19992
19993 \backslash
19994 newcolumntype{S}[2]{>{
19995 \backslash
19996 centering
19997 \backslash
19998 hspace{0pt}}
19999 \begin_inset Newline newline
20000 \end_inset
20001
20002
20003 \begin_inset Phantom HPhantom
20004 status open
20005
20006 \begin_layout Plain Layout
20007
20008 \series bold
20009
20010 \backslash
20011 newcolumntype
20012 \end_layout
20013
20014 \end_inset
20015
20016 m{(#1+(2
20017 \backslash
20018 tabcolsep+
20019 \backslash
20020 arrayrulewidth)*(1-#2))/#2}}
20021 \end_layout
20022
20023 \begin_layout Standard
20024 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20025 \begin_inset CommandInset ref
20026 LatexCommand eqref
20027 reference "eq:Wgn"
20028
20029 \end_inset
20030
20031 式を使用しています。
20032 \end_layout
20033
20034 \begin_layout Standard
20035 こうしておけば、当該セルのLaTeX引数に
20036 \end_layout
20037
20038 \begin_layout Standard
20039
20040 \series bold
20041 S{連結列セルの幅}{連結列セルがまたがる列の数}
20042 \end_layout
20043
20044 \begin_layout Standard
20045 と入力するだけですみます。
20046 \end_layout
20047
20048 \begin_layout Standard
20049 \begin_inset VSpace bigskip
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \begin_layout Standard
20056 色付き列については、以下のように定義するとよいでしょう。
20057 \end_layout
20058
20059 \begin_layout Standard
20060
20061 \series bold
20062
20063 \backslash
20064 newcolumntype{K}[1]{>{
20065 \backslash
20066 columncolor{#1}
20067 \backslash
20068 hspace{0pt}}c}
20069 \end_layout
20070
20071 \begin_layout Standard
20072 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20073 \end_layout
20074
20075 \begin_layout Standard
20076
20077 \series bold
20078 K{色名}
20079 \end_layout
20080
20081 \begin_layout Standard
20082 と入力します。
20083 \end_layout
20084
20085 \begin_layout Standard
20086 \begin_inset VSpace bigskip
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \begin_layout Standard
20093
20094 \begin_inset CommandInset ref
20095 LatexCommand ref
20096 reference "tab:ユーザー定義の表書式"
20097
20098 \end_inset
20099
20100 を生成するには、第1列と連結列にLaTeX引数として
20101 \end_layout
20102
20103 \begin_layout Standard
20104
20105 \series bold
20106 M{2.5cm}
20107 \end_layout
20108
20109 \begin_layout Standard
20110 を指定し、最終列に
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116 K{red}
20117 \end_layout
20118
20119 \begin_layout Standard
20120 そして第2列の各セルに
20121 \end_layout
20122
20123 \begin_layout Standard
20124
20125 \series bold
20126 S{2.5cm}{2}
20127 \end_layout
20128
20129 \begin_layout Standard
20130 と指定します。
20131 \end_layout
20132
20133 \begin_layout Standard
20134 \begin_inset Float table
20135 placement h
20136 wide false
20137 sideways false
20138 status open
20139
20140 \begin_layout Plain Layout
20141 \begin_inset Caption Standard
20142
20143 \begin_layout Plain Layout
20144 \begin_inset CommandInset label
20145 LatexCommand label
20146 name "tab:ユーザー定義の表書式"
20147
20148 \end_inset
20149
20150 ユーザー定義の表書式を使用した表
20151 \end_layout
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Plain Layout
20159 \align center
20160 \begin_inset Tabular
20161 <lyxtabular version="3" rows="3" columns="4">
20162 <features rotate="0" tabularvalignment="middle">
20163 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20164 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20165 <column alignment="center" valignment="middle">
20166 <column alignment="center" valignment="middle" special="K{red}">
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 とても長い表セル中の単語
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 複数行の連結列
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 c
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 </row>
20205 <row>
20206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210 d
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 e
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 f
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 g
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 h
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 i
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 j
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 k
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 </lyxtabular>
20282
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \begin_layout Subsection
20294 罫線幅
20295 \begin_inset CommandInset label
20296 LatexCommand label
20297 name "sub:罫線幅"
20298
20299 \end_inset
20300
20301
20302 \begin_inset Index idx
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Standard
20315 表中のすべての罫線の罫線幅を調整するには、長さ
20316 \series bold
20317
20318 \backslash
20319 arrayrulewidth
20320 \series default
20321 を使用します。たとえば、表
20322 \begin_inset CommandInset ref
20323 LatexCommand ref
20324 reference "tab:Table-with-1.5"
20325
20326 \end_inset
20327
20328 のように罫線幅を1.5
20329 \begin_inset space \thinspace{}
20330 \end_inset
20331
20332 ptにするには、表や表フロートの前にTeXコードで
20333 \end_layout
20334
20335 \begin_layout Standard
20336
20337 \series bold
20338
20339 \backslash
20340 setlength{
20341 \backslash
20342 arrayrulewidth}{1.5pt}
20343 \end_layout
20344
20345 \begin_layout Standard
20346 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20347 \series bold
20348
20349 \backslash
20350 arrayrulewidth
20351 \series default
20352 を0.4
20353 \begin_inset space \thinspace{}
20354 \end_inset
20355
20356 ptに設定してください。
20357 \end_layout
20358
20359 \begin_layout Standard
20360 \begin_inset ERT
20361 status collapsed
20362
20363 \begin_layout Plain Layout
20364
20365
20366 \backslash
20367 setlength{
20368 \backslash
20369 arrayrulewidth}{1.5pt}
20370 \end_layout
20371
20372 \end_inset
20373
20374
20375 \begin_inset Float table
20376 wide false
20377 sideways false
20378 status open
20379
20380 \begin_layout Plain Layout
20381 \begin_inset Caption Standard
20382
20383 \begin_layout Plain Layout
20384 \begin_inset CommandInset label
20385 LatexCommand label
20386 name "tab:Table-with-1.5"
20387
20388 \end_inset
20389
20390 1.5
20391 \begin_inset space \thinspace{}
20392 \end_inset
20393
20394 pt幅罫線の表
20395 \end_layout
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \begin_layout Plain Layout
20403 \align center
20404 \begin_inset Tabular
20405 <lyxtabular version="3" rows="3" columns="3">
20406 <features rotate="0" tabularvalignment="middle">
20407 <column alignment="center" valignment="top">
20408 <column alignment="center" valignment="top">
20409 <column alignment="center" valignment="top">
20410 <row>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 sd
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 sd
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 sd
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 </lyxtabular>
20498
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505
20506
20507 \begin_inset ERT
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511
20512
20513 \backslash
20514 setlength{
20515 \backslash
20516 arrayrulewidth}{0.4pt}
20517 \end_layout
20518
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \begin_layout Standard
20525 \begin_inset VSpace bigskip
20526 \end_inset
20527
20528
20529 \begin_inset CommandInset ref
20530 LatexCommand ref
20531 reference "tab:1.5pt幅横罫"
20532
20533 \end_inset
20534
20535 のように横罫だけを1.5
20536 \begin_inset space \thinspace{}
20537 \end_inset
20538
20539 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20540 \end_layout
20541
20542 \begin_layout Standard
20543
20544 \series bold
20545
20546 \backslash
20547 let
20548 \backslash
20549 myHline
20550 \backslash
20551 hline
20552 \begin_inset Newline newline
20553 \end_inset
20554
20555
20556 \backslash
20557 renewcommand{
20558 \backslash
20559 hline}
20560 \begin_inset Newline newline
20561 \end_inset
20562
20563  {
20564 \backslash
20565 noalign{
20566 \backslash
20567 global
20568 \backslash
20569 arrayrulewidth 1.5pt}
20570 \begin_inset Newline newline
20571 \end_inset
20572
20573  
20574 \backslash
20575 myHline
20576 \backslash
20577 noalign{
20578 \backslash
20579 global
20580 \backslash
20581 arrayrulewidth 0.4pt}}
20582 \end_layout
20583
20584 \begin_layout Standard
20585 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20586 \end_layout
20587
20588 \begin_layout Standard
20589
20590 \series bold
20591
20592 \backslash
20593 renewcommand{
20594 \backslash
20595 hline}{
20596 \backslash
20597 myHline}
20598 \end_layout
20599
20600 \begin_layout Standard
20601 \begin_inset ERT
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605
20606
20607 \backslash
20608 let
20609 \backslash
20610 myHline
20611 \backslash
20612 hline
20613 \end_layout
20614
20615 \begin_layout Plain Layout
20616
20617
20618 \backslash
20619 renewcommand{
20620 \backslash
20621 hline}
20622 \end_layout
20623
20624 \begin_layout Plain Layout
20625
20626  {
20627 \backslash
20628 noalign{
20629 \backslash
20630 global
20631 \backslash
20632 arrayrulewidth 1.5pt}
20633 \end_layout
20634
20635 \begin_layout Plain Layout
20636
20637   
20638 \backslash
20639 myHline
20640 \backslash
20641 noalign{
20642 \backslash
20643 global
20644 \backslash
20645 arrayrulewidth 0.4pt}}
20646 \end_layout
20647
20648 \end_inset
20649
20650
20651 \begin_inset Float table
20652 wide false
20653 sideways false
20654 status open
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Caption Standard
20658
20659 \begin_layout Plain Layout
20660 \begin_inset CommandInset label
20661 LatexCommand label
20662 name "tab:1.5pt幅横罫"
20663
20664 \end_inset
20665
20666 1.5
20667 \begin_inset space \thinspace{}
20668 \end_inset
20669
20670 pt幅横罫の表
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Plain Layout
20679 \align center
20680 \begin_inset Tabular
20681 <lyxtabular version="3" rows="3" columns="3">
20682 <features rotate="0" tabularvalignment="middle">
20683 <column alignment="center" valignment="top">
20684 <column alignment="center" valignment="top">
20685 <column alignment="center" valignment="top">
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 sd
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Plain Layout
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 sd
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 </row>
20744 <row>
20745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 sd
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 </lyxtabular>
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781
20782
20783 \begin_inset ERT
20784 status collapsed
20785
20786 \begin_layout Plain Layout
20787
20788
20789 \backslash
20790 renewcommand{
20791 \backslash
20792 hline}{
20793 \backslash
20794 myHline}
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Standard
20803 \begin_inset VSpace bigskip
20804 \end_inset
20805
20806 縦罫だけを1.5
20807 \begin_inset space \thinspace{}
20808 \end_inset
20809
20810 pt幅にするには、第
20811 \begin_inset CommandInset ref
20812 LatexCommand ref
20813 reference "sub:自製書式"
20814
20815 \end_inset
20816
20817 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20818 \end_layout
20819
20820 \begin_layout Standard
20821
20822 \series bold
20823
20824 \backslash
20825 newcolumntype{V}{!{
20826 \backslash
20827 vrule width 1.5pt}}
20828 \end_layout
20829
20830 \begin_layout Standard
20831
20832 \begin_inset CommandInset ref
20833 LatexCommand ref
20834 reference "tab:1.5pt幅縦罫"
20835
20836 \end_inset
20837
20838 を作るには、最右列にLaTeX引数
20839 \end_layout
20840
20841 \begin_layout Standard
20842
20843 \series bold
20844 VcV
20845 \end_layout
20846
20847 \begin_layout Standard
20848 を指定し、他の列には
20849 \end_layout
20850
20851 \begin_layout Standard
20852
20853 \series bold
20854 Vc
20855 \end_layout
20856
20857 \begin_layout Standard
20858 を指定します。
20859 \end_layout
20860
20861 \begin_layout Standard
20862 \begin_inset Float table
20863 wide false
20864 sideways false
20865 status open
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Caption Standard
20869
20870 \begin_layout Plain Layout
20871 \begin_inset CommandInset label
20872 LatexCommand label
20873 name "tab:1.5pt幅縦罫"
20874
20875 \end_inset
20876
20877 1.5
20878 \begin_inset space \thinspace{}
20879 \end_inset
20880
20881 pt幅縦罫の表
20882 \end_layout
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \begin_layout Plain Layout
20890 \align center
20891 \begin_inset Tabular
20892 <lyxtabular version="3" rows="3" columns="3">
20893 <features rotate="0" tabularvalignment="middle">
20894 <column alignment="center" valignment="top" special="Vc">
20895 <column alignment="center" valignment="top" special="Vc">
20896 <column alignment="center" valignment="top" special="VcV">
20897 <row>
20898 <cell alignment="center" valignment="top" topline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 sd
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 <cell alignment="center" valignment="top" topline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" topline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="center" valignment="top" topline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 sd
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 sd
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 </row>
20984 </lyxtabular>
20985
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \begin_layout Subsection
20997 点罫
20998 \begin_inset Index idx
20999 status collapsed
21000
21001 \begin_layout Plain Layout
21002 ひょうのちょうせい@表の調整 ! てんけい@点罫
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Standard
21011 \begin_inset ERT
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015
21016
21017 \backslash
21018 ifarydshln
21019 \end_layout
21020
21021 \end_inset
21022
21023
21024 \begin_inset Note Note
21025 status open
21026
21027 \begin_layout Plain Layout
21028 この節は、LaTeXパッケージ
21029 \series bold
21030 arydshln
21031 \series default
21032 が導入済みの時のみ表示されます。
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \begin_layout Standard
21041 \begin_inset Float table
21042 placement H
21043 wide false
21044 sideways false
21045 status open
21046
21047 \begin_layout Plain Layout
21048 \begin_inset Caption Standard
21049
21050 \begin_layout Plain Layout
21051 \begin_inset CommandInset label
21052 LatexCommand label
21053 name "tab:点罫表"
21054
21055 \end_inset
21056
21057 点罫を使用した表
21058 \end_layout
21059
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \begin_layout Plain Layout
21066 \align center
21067 \begin_inset Tabular
21068 <lyxtabular version="3" rows="5" columns="5">
21069 <features rotate="0" tabularvalignment="middle">
21070 <column alignment="center" valignment="top">
21071 <column alignment="center" valignment="top">
21072 <column alignment="center" valignment="top" special=":c">
21073 <column alignment="center" valignment="top">
21074 <column alignment="center" valignment="top">
21075 <row>
21076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" topline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 <row>
21170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset ERT
21175 status collapsed
21176
21177 \begin_layout Plain Layout
21178
21179
21180 \backslash
21181 hdashline 
21182 \end_layout
21183
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 \begin_inset ERT
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237
21238
21239 \backslash
21240 cdashline{4-5}
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 </row>
21334 </lyxtabular>
21335
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \begin_layout Standard
21347 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21348 \end_layout
21349
21350 \begin_layout Standard
21351
21352 \series bold
21353
21354 \backslash
21355 usepackage{arydshln}
21356 \end_layout
21357
21358 \begin_layout Standard
21359 というコマンドを書き、LaTeXパッケージの
21360 \series bold
21361 arydshln
21362 \series default
21363
21364 \begin_inset Index idx
21365 status collapsed
21366
21367 \begin_layout Plain Layout
21368 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21369 \end_layout
21370
21371 \end_inset
21372
21373 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21374 \end_layout
21375
21376 \begin_layout Standard
21377 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383
21384 \backslash
21385 hdashline
21386 \end_layout
21387
21388 \begin_layout Standard
21389 というコマンドを加えてください。
21390 \end_layout
21391
21392 \begin_layout Standard
21393 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21394 \end_layout
21395
21396 \begin_layout Standard
21397
21398 \series bold
21399
21400 \backslash
21401 cdashline{列番号
21402 \series default
21403 }
21404 \end_layout
21405
21406 \begin_layout Standard
21407 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21408 \end_layout
21409
21410 \begin_layout Standard
21411
21412 \series bold
21413
21414 \backslash
21415 cdashline{2-4}
21416 \end_layout
21417
21418 \begin_layout Standard
21419 なるコマンドを置いてください。
21420 \end_layout
21421
21422 \begin_layout Standard
21423 \begin_inset VSpace bigskip
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Standard
21430
21431 \begin_inset CommandInset ref
21432 LatexCommand ref
21433 reference "tab:点罫表"
21434
21435 \end_inset
21436
21437 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21438 \series bold
21439
21440 \backslash
21441 hdashline
21442 \series default
21443 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21444 \begin_inset Newline newline
21445 \end_inset
21446
21447  
21448 \series bold
21449
21450 \backslash
21451 cdashline{4-5}
21452 \series default
21453 が挿れられています。
21454 \end_layout
21455
21456 \begin_layout Standard
21457 \begin_inset VSpace bigskip
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 点罫を持つ表も、表
21465 \begin_inset CommandInset ref
21466 LatexCommand ref
21467 reference "tab:Colored-table-with"
21468
21469 \end_inset
21470
21471 のように色付けをすることができます。
21472 \end_layout
21473
21474 \begin_layout Standard
21475 \begin_inset ERT
21476 status collapsed
21477
21478 \begin_layout Plain Layout
21479
21480
21481 \backslash
21482 setlength{
21483 \backslash
21484 arrayrulewidth}{1pt}
21485 \end_layout
21486
21487 \end_inset
21488
21489
21490 \begin_inset Note Note
21491 status collapsed
21492
21493 \begin_layout Plain Layout
21494 罫線色が見易いように線を太く
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 \begin_inset ERT
21504 status collapsed
21505
21506 \begin_layout Plain Layout
21507
21508
21509 \backslash
21510 dashgapcolor{green}
21511 \end_layout
21512
21513 \end_inset
21514
21515
21516 \begin_inset Note Note
21517 status collapsed
21518
21519 \begin_layout Plain Layout
21520 緑点罫の間の色付き余白
21521 \end_layout
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Standard
21529 \begin_inset ERT
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533
21534
21535 \backslash
21536 let
21537 \backslash
21538 myHdashline
21539 \backslash
21540 hdashline
21541 \end_layout
21542
21543 \begin_layout Plain Layout
21544
21545
21546 \backslash
21547 renewcommand{
21548 \backslash
21549 hdashline}
21550 \end_layout
21551
21552 \begin_layout Plain Layout
21553
21554  {
21555 \backslash
21556 arrayrulecolor{red}
21557 \backslash
21558 myHdashline
21559 \backslash
21560 arrayrulecolor{black}}
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \begin_inset Note Note
21567 status collapsed
21568
21569 \begin_layout Plain Layout
21570 色付き水平線・点罫赤
21571 \end_layout
21572
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \begin_layout Standard
21579 \begin_inset ERT
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583
21584
21585 \backslash
21586 let
21587 \backslash
21588 myCdashline
21589 \backslash
21590 cdashline
21591 \end_layout
21592
21593 \begin_layout Plain Layout
21594
21595
21596 \backslash
21597 renewcommand{
21598 \backslash
21599 cdashline}[1]
21600 \end_layout
21601
21602 \begin_layout Plain Layout
21603
21604  {
21605 \backslash
21606 arrayrulecolor{yellow}
21607 \backslash
21608 myCdashline{#1}
21609 \backslash
21610 arrayrulecolor{black}}
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \begin_inset Note Note
21617 status collapsed
21618
21619 \begin_layout Plain Layout
21620 色付き部分水平線・点罫黄色
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Standard
21629 \begin_inset Float table
21630 placement h
21631 wide false
21632 sideways false
21633 status open
21634
21635 \begin_layout Plain Layout
21636 \begin_inset Caption Standard
21637
21638 \begin_layout Plain Layout
21639 \begin_inset CommandInset label
21640 LatexCommand label
21641 name "tab:Colored-table-with"
21642
21643 \end_inset
21644
21645 点罫線の色付き表
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \begin_layout Plain Layout
21654 \align center
21655 \begin_inset Tabular
21656 <lyxtabular version="3" rows="5" columns="5">
21657 <features rotate="0" tabularvalignment="middle">
21658 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21659 <column alignment="center" valignment="top" width="0pt">
21660 <column alignment="center" valignment="top" width="0pt" special=":c">
21661 <column alignment="center" valignment="top">
21662 <column alignment="center" valignment="top">
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 a
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 b
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 c
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 d
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 e
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 f
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 g
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 h
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 i
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 j
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset ERT
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766
21767
21768 \backslash
21769 hdashline 
21770 \end_layout
21771
21772 \end_inset
21773
21774
21775 \begin_inset ERT
21776 status collapsed
21777
21778 \begin_layout Plain Layout
21779
21780
21781 \backslash
21782 rowcolor{Gray}
21783 \end_layout
21784
21785 \end_inset
21786
21787 k
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 l
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 m
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 n
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 o
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset ERT
21835 status collapsed
21836
21837 \begin_layout Plain Layout
21838
21839
21840 \backslash
21841 cdashline{4-5}
21842 \end_layout
21843
21844 \end_inset
21845
21846 p
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 q
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 r
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 s
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 t
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 u
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 v
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 w
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 \begin_inset ERT
21930 status collapsed
21931
21932 \begin_layout Plain Layout
21933
21934
21935 \backslash
21936 cellcolor{Maroon}
21937 \end_layout
21938
21939 \end_inset
21940
21941 i
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 </lyxtabular>
21948
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \begin_layout Standard
21960 \begin_inset ERT
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964
21965
21966 \backslash
21967 renewcommand{
21968 \backslash
21969 hdashline}{
21970 \backslash
21971 myHdashline}
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \begin_inset Note Note
21978 status collapsed
21979
21980 \begin_layout Plain Layout
21981 既定値に戻す
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Standard
21990 \begin_inset ERT
21991 status collapsed
21992
21993 \begin_layout Plain Layout
21994
21995
21996 \backslash
21997 renewcommand{
21998 \backslash
21999 cdashline}{
22000 \backslash
22001 myCdashline}
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \begin_inset Note Note
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011 既定値に戻す
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Standard
22020 \begin_inset ERT
22021 status collapsed
22022
22023 \begin_layout Plain Layout
22024
22025
22026 \backslash
22027 nodashgapcolor
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \begin_inset Note Note
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037 既定値に戻す
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Standard
22046 \begin_inset ERT
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050
22051
22052 \backslash
22053 setlength{
22054 \backslash
22055 arrayrulewidth}{0.4pt}
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \begin_inset Note Note
22062 status collapsed
22063
22064 \begin_layout Plain Layout
22065 既定値に戻す
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \begin_layout Standard
22074 行や列、罫線の着色は、第
22075 \begin_inset CommandInset ref
22076 LatexCommand ref
22077 reference "sec:色付きの表"
22078
22079 \end_inset
22080
22081 節に述べられているように動作します。水平線の着色も、
22082 \series bold
22083
22084 \backslash
22085 myHlineC
22086 \series default
22087 コマンドを
22088 \series bold
22089
22090 \backslash
22091 myHdashline
22092 \series default
22093 に置き換え、
22094 \series bold
22095
22096 \backslash
22097 hline
22098 \series default
22099
22100 \series bold
22101
22102 \backslash
22103 hdashline
22104 \series default
22105 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22106 \end_layout
22107
22108 \begin_layout Standard
22109
22110 \series bold
22111
22112 \backslash
22113 let
22114 \backslash
22115 myHdashline
22116 \backslash
22117 hdashline
22118 \begin_inset Newline newline
22119 \end_inset
22120
22121
22122 \backslash
22123 renewcommand{
22124 \backslash
22125 hdashline}
22126 \begin_inset Newline newline
22127 \end_inset
22128
22129
22130 \begin_inset Phantom HPhantom
22131 status open
22132
22133 \begin_layout Plain Layout
22134 \begin_inset space ~
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141
22142 {
22143 \backslash
22144 arrayrulecolor{red}
22145 \backslash
22146 myHdashline
22147 \backslash
22148 arrayrulecolor{black}}
22149 \end_layout
22150
22151 \begin_layout Standard
22152
22153 \series bold
22154
22155 \backslash
22156 cdashline
22157 \series default
22158 に色をつけるならば、コマンドは
22159 \end_layout
22160
22161 \begin_layout Standard
22162
22163 \series bold
22164
22165 \backslash
22166 let
22167 \backslash
22168 myCdashline
22169 \backslash
22170 cdashline
22171 \begin_inset Newline newline
22172 \end_inset
22173
22174
22175 \backslash
22176 renewcommand{
22177 \backslash
22178 cdashline}[1]
22179 \begin_inset Newline newline
22180 \end_inset
22181
22182
22183 \begin_inset Phantom HPhantom
22184 status open
22185
22186 \begin_layout Plain Layout
22187 \begin_inset space ~
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194
22195 {
22196 \backslash
22197 arrayrulecolor{red}
22198 \backslash
22199 myCdashline{#1}
22200 \backslash
22201 arrayrulecolor{black}}
22202 \end_layout
22203
22204 \begin_layout Standard
22205 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22206 \end_layout
22207
22208 \begin_layout Standard
22209
22210 \series bold
22211
22212 \backslash
22213 hdashline
22214 \series default
22215 の場合は
22216 \end_layout
22217
22218 \begin_layout Standard
22219
22220 \series bold
22221
22222 \backslash
22223 renewcommand{
22224 \backslash
22225 hdashline}{
22226 \backslash
22227 myHdashline}
22228 \end_layout
22229
22230 \begin_layout Standard
22231 とし、
22232 \series bold
22233
22234 \backslash
22235 cdashline
22236 \series default
22237 の場合は
22238 \end_layout
22239
22240 \begin_layout Standard
22241
22242 \series bold
22243
22244 \backslash
22245 renewcommand{
22246 \backslash
22247 cdashline}{
22248 \backslash
22249 myCdashline}
22250 \end_layout
22251
22252 \begin_layout Standard
22253 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22254 \end_layout
22255
22256 \begin_layout Standard
22257
22258 \series bold
22259
22260 \backslash
22261 dashgapcolor{色}
22262 \end_layout
22263
22264 \begin_layout Standard
22265 とすれば良いです。ここで「色」は、定義済みの色名です。
22266 \end_layout
22267
22268 \begin_layout Standard
22269
22270 \series bold
22271
22272 \backslash
22273 nodashgapcolor
22274 \end_layout
22275
22276 \begin_layout Standard
22277 というコマンドは、
22278 \series bold
22279
22280 \backslash
22281 dashgapcolor
22282 \series default
22283 が行った変更を元に戻します。
22284 \end_layout
22285
22286 \begin_layout Standard
22287 \begin_inset Note Greyedout
22288 status open
22289
22290 \begin_layout Plain Layout
22291 【註】1つのセル中に複数のコマンドがある場合、
22292 \series bold
22293 arydshln
22294 \series default
22295 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22296 \begin_inset CommandInset ref
22297 LatexCommand ref
22298 reference "tab:Colored-table-with"
22299
22300 \end_inset
22301
22302 のセル
22303 \emph on
22304 k
22305 \emph default
22306 では、
22307 \series bold
22308
22309 \backslash
22310 hdashline
22311 \series default
22312 コマンドが
22313 \series bold
22314
22315 \backslash
22316 rowcolor
22317 \series default
22318 の前に来ています。
22319 \end_layout
22320
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \begin_layout Standard
22327 \begin_inset Note Greyedout
22328 status open
22329
22330 \begin_layout Plain Layout
22331
22332 \series bold
22333 【註】
22334 \series default
22335 LaTeXパッケージ
22336 \series bold
22337 arydshln
22338 \series default
22339 は、文書プリアンブル中でLaTeXパッケージ
22340 \series bold
22341 colortbl
22342 \series default
22343
22344 \begin_inset Index idx
22345 status collapsed
22346
22347 \begin_layout Plain Layout
22348 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22349 \end_layout
22350
22351 \end_inset
22352
22353 よりも前に読み込まれている必要があります。
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Standard
22362 \begin_inset ERT
22363 status collapsed
22364
22365 \begin_layout Plain Layout
22366
22367
22368 \backslash
22369 else
22370 \end_layout
22371
22372 \end_inset
22373
22374
22375 \begin_inset Note Note
22376 status open
22377
22378 \begin_layout Plain Layout
22379 以下は、LaTeXパッケージ
22380 \series bold
22381 arydshln
22382 \series default
22383 が導入済みでないときに表示されます。
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \begin_layout Standard
22392 本節の内容を出力に表示するためには、
22393 \series bold
22394 arydshln
22395 \series default
22396 パッケージを導入しなくてはなりません。
22397 \end_layout
22398
22399 \begin_layout Standard
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 fi
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \begin_layout Standard
22416 点罫について詳しい情報は、
22417 \series bold
22418 arydshln
22419 \series default
22420 の取扱説明書
22421 \begin_inset CommandInset citation
22422 LatexCommand cite
22423 key "arydshln"
22424
22425 \end_inset
22426
22427 をご覧ください。
22428 \end_layout
22429
22430 \begin_layout Chapter
22431 フロート
22432 \begin_inset CommandInset label
22433 LatexCommand label
22434 name "chap:フロート"
22435
22436 \end_inset
22437
22438
22439 \begin_inset Index idx
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443 ふろーと@フロート
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \begin_layout Section
22452 はじめに
22453 \begin_inset CommandInset label
22454 LatexCommand label
22455 name "sec:フロートはじめに"
22456
22457 \end_inset
22458
22459
22460 \begin_inset Index idx
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 ふろーと@フロート ! はじめに
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Standard
22473 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22474 ート)ことができます。
22475 \family sans
22476 脚注
22477 \family default
22478
22479 \family sans
22480 傍注
22481 \family default
22482 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22483 \end_layout
22484
22485 \begin_layout Standard
22486 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22487 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22488 ートには連番が割り当てられます。参照については、第
22489 \begin_inset CommandInset ref
22490 LatexCommand ref
22491 reference "sec:フロートの参照"
22492
22493 \end_inset
22494
22495 節で述べられています。
22496 \end_layout
22497
22498 \begin_layout Standard
22499 フロートを挿入するには、
22500 \family sans
22501 挿入\SpecialChar \menuseparator
22502 フロート
22503 \family default
22504 メニューを使えば、ラベルのついたボックスすなわち
22505 \family sans
22506 キャプション
22507 \family default
22508 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22509 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22510 \begin_inset CommandInset ref
22511 LatexCommand ref
22512 reference "sec:キャプションの配置"
22513
22514 \end_inset
22515
22516 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22517 ます。畳んだフロートボックスは、
22518 \begin_inset Graphics
22519         filename clipart/floatQt4.png
22520         scale 70
22521         scaleBeforeRotation
22522
22523 \end_inset
22524
22525 のように、灰色ボタンに赤字ラベルで表示されます。
22526 \end_layout
22527
22528 \begin_layout Standard
22529 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22530 \end_layout
22531
22532 \begin_layout Standard
22533 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22534 \end_layout
22535
22536 \begin_layout Section
22537 フロート型
22538 \end_layout
22539
22540 \begin_layout Standard
22541 LyXには、第
22542 \begin_inset CommandInset ref
22543 LatexCommand ref
22544 reference "sec:図フロート"
22545
22546 \end_inset
22547
22548 節および第
22549 \begin_inset CommandInset ref
22550 LatexCommand ref
22551 reference "sec:表フロート"
22552
22553 \end_inset
22554
22555 節で各々説明されている図フロートと表フロート以外に、
22556 \family sans
22557 アルゴリズム型
22558 \series bold
22559
22560 \series default
22561 折返し型
22562 \family default
22563 のフロート型があります。後者は、第
22564 \begin_inset CommandInset ref
22565 LatexCommand ref
22566 reference "sec:折返しフロート"
22567
22568 \end_inset
22569
22570 節に説明があります。
22571 \end_layout
22572
22573 \begin_layout Subsection
22574 アルゴリズムフロート
22575 \begin_inset Index idx
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579 ふろーと@フロート ! あるごりずむ@アルゴリズム
22580 \end_layout
22581
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \begin_layout Standard
22588 \begin_inset Float algorithm
22589 placement h
22590 wide false
22591 sideways false
22592 status open
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Caption Standard
22596
22597 \begin_layout Plain Layout
22598 \begin_inset CommandInset label
22599 LatexCommand label
22600 name "alg:アルゴリズムフロートの例"
22601
22602 \end_inset
22603
22604 アルゴリズムフロートの例
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \begin_layout LyX-Code
22613 for I in 1..N loop
22614 \begin_inset Newline newline
22615 \end_inset
22616
22617  Sum:= Sum + A(I); /*comment*/
22618 \begin_inset Newline newline
22619 \end_inset
22620
22621 end loop
22622 \begin_inset VSpace -4mm
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \begin_layout Standard
22634 このフロート型は、
22635 \family sans
22636 挿入
22637 \shape up
22638 \SpecialChar \menuseparator
22639 フロート\SpecialChar \menuseparator
22640 アルゴリズム
22641 \family default
22642 \shape default
22643 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22644 \begin_inset CommandInset ref
22645 LatexCommand ref
22646 reference "cha:プログラムコードリスト"
22647
22648 \end_inset
22649
22650 章で説明されているプログラムコードリストの代わりとみなすことができます。
22651 \emph on
22652 LyXユーザーの手引き
22653 \emph default
22654 に述べられているように、アルゴリズム向けの環境としては、
22655 \family sans
22656 LyXコード
22657 \family default
22658 があります。 アルゴリズム
22659 \begin_inset CommandInset ref
22660 LatexCommand ref
22661 reference "alg:アルゴリズムフロートの例"
22662
22663 \end_inset
22664
22665 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22666 \begin_inset space \thinspace{}
22667 \end_inset
22668
22669 mmの垂直空白が入れてあります。
22670 \end_layout
22671
22672 \begin_layout Standard
22673 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22674 \end_layout
22675
22676 \begin_layout Standard
22677
22678 \series bold
22679
22680 \backslash
22681 floatname{algorithm}{付けたい名称}
22682 \end_layout
22683
22684 \begin_layout Standard
22685 という行を手動で加える必要があります。ここで
22686 \family sans
22687 \series bold
22688 付けたい名称
22689 \family default
22690 \series default
22691 には、お使いの言語で「
22692 \emph on
22693 algorithm
22694 \emph default
22695 」に対応する単語を指定します。
22696 \end_layout
22697
22698 \begin_layout Standard
22699 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22700 \family sans
22701 挿入\SpecialChar \menuseparator
22702 一覧/目次\SpecialChar \menuseparator
22703 アルゴリズム一覧
22704 \family default
22705 メニューを使用します。それ以外の場合には、代わりに
22706 \end_layout
22707
22708 \begin_layout Standard
22709
22710 \series bold
22711
22712 \backslash
22713 listof{algorithm}{付けたい名称}
22714 \end_layout
22715
22716 \begin_layout Standard
22717 というコマンドをTeXコードとして用います。ここで
22718 \family sans
22719 付けたい名称
22720 \family default
22721 とは、「
22722 \emph on
22723 List of Algorithm
22724 \emph default
22725 s」という単語に相当する、ご使用になりたい言語での単語です。
22726 \end_layout
22727
22728 \begin_layout Standard
22729 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22730 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735 \series bold
22736
22737 \backslash
22738 numberwithin{algorithm}{chapter}
22739 \end_layout
22740
22741 \begin_layout Standard
22742 というコマンドを追加してください。
22743 \series bold
22744
22745 \backslash
22746 numberwithin
22747 \series default
22748 というコマンドを使用するには、文書設定の
22749 \family sans
22750 数式オプション
22751 \family default
22752 タブで
22753 \family sans
22754 AMS mathパッケージを使用する
22755 \family default
22756 オプションを有効にしてください。
22757 \end_layout
22758
22759 \begin_layout Section
22760 フロートの連番
22761 \begin_inset Index idx
22762 status collapsed
22763
22764 \begin_layout Plain Layout
22765 ふろーと@フロート ! れんばん@連番
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Standard
22774 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22775 て変わります。
22776 \end_layout
22777
22778 \begin_layout Standard
22779 節から独立して付けられている連番を変更するには、文書プリアンブルで
22780 \end_layout
22781
22782 \begin_layout Standard
22783
22784 \series bold
22785
22786 \backslash
22787 renewcommand{
22788 \backslash
22789 thetable}{
22790 \backslash
22791 roman{table}}
22792 \end_layout
22793
22794 \begin_layout Standard
22795
22796 \series bold
22797 というコマンドを使うと良いでしょう。
22798 \backslash
22799 thetable
22800 \series default
22801 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22802 \series bold
22803
22804 \backslash
22805 thefigure
22806 \series default
22807 コマンドを使用します。上のコマンドで使用されている
22808 \series bold
22809
22810 \backslash
22811 roman
22812 \series default
22813 は、表番号を小文字のローマ数字で印字するコマンドです。
22814 \end_layout
22815
22816 \begin_layout Standard
22817 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22818 \end_layout
22819
22820 \begin_layout Standard
22821
22822 \series bold
22823
22824 \backslash
22825 numberwithin{table}{subsection}
22826 \end_layout
22827
22828 \begin_layout Standard
22829 というコマンドを使用してください。
22830 \series bold
22831
22832 \backslash
22833 numberwithin
22834 \series default
22835 コマンドを使用可能にするためには、文書設定の
22836 \family sans
22837 数式オプション
22838 \family default
22839 タブで、
22840 \family sans
22841 AMS
22842 \begin_inset space ~
22843 \end_inset
22844
22845 math数式パッケージを使用する
22846 \family default
22847 を使用します。
22848 \end_layout
22849
22850 \begin_layout Standard
22851 連番コマンドについての詳細と大切な注意点については、第
22852 \begin_inset CommandInset ref
22853 LatexCommand ref
22854 reference "sub:脚注の付番"
22855
22856 \end_inset
22857
22858 節もご覧ください。
22859 \end_layout
22860
22861 \begin_layout Section
22862 フロートの参照
22863 \begin_inset CommandInset label
22864 LatexCommand label
22865 name "sec:フロートの参照"
22866
22867 \end_inset
22868
22869
22870 \begin_inset Index idx
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874 ふろーと@フロート ! さんしょう@参照
22875 \end_layout
22876
22877 \end_inset
22878
22879
22880 \begin_inset Index idx
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22885 \end_layout
22886
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \begin_layout Standard
22893 フロートを参照するには、
22894 \family sans
22895 挿入\SpecialChar \menuseparator
22896 ラベル
22897 \family default
22898 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22899 \begin_inset Graphics
22900         filename clipart/labelQt4.png
22901         scale 85
22902         scaleBeforeRotation
22903
22904 \end_inset
22905
22906 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22907 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22908 \family sans
22909 fig:
22910 \family default
22911 」という前置句がつけられます。
22912 \end_layout
22913
22914 \begin_layout Standard
22915 ラベルは、参照のための名称兼位置標として用いられます。
22916 \family sans
22917 挿入\SpecialChar \menuseparator
22918 相互参照
22919 \family default
22920 メニューかツールバーボタン
22921 \family sans
22922
22923 \begin_inset Info
22924 type  "icon"
22925 arg   "dialog-show-new-inset ref"
22926 \end_inset
22927
22928
22929 \family default
22930 を使えば、ラベルを参照することができます。
22931 \begin_inset Graphics
22932         filename clipart/referenceQt4.png
22933         scale 85
22934         scaleBeforeRotation
22935
22936 \end_inset
22937
22938 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22939 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22940 れます。
22941 \end_layout
22942
22943 \begin_layout Standard
22944 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22945 出力では、参照の代わりに二つの疑問符が表示されることになります。
22946 \end_layout
22947
22948 \begin_layout Standard
22949 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22950 で、リンクの更新に手間を割く必要はありません。
22951 \end_layout
22952
22953 \begin_layout Standard
22954 相互参照ウィンドウの
22955 \family sans
22956 ラベルへ移動
22957 \family default
22958 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22959 \family sans
22960 戻る
22961 \family default
22962 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22963 \end_layout
22964
22965 \begin_layout Subsection
22966 相互参照の書式
22967 \begin_inset CommandInset label
22968 LatexCommand label
22969 name "sub:相互参照の書式"
22970
22971 \end_inset
22972
22973
22974 \begin_inset Index idx
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978 さんしょう@参照 ! しょしき@書式
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \begin_layout Standard
22987 相互参照には、以下の6種類があります。
22988 \end_layout
22989
22990 \begin_layout Description
22991 <参照>: これはフロート番号を表示します。これが既定値です。例:
22992 \begin_inset CommandInset ref
22993 LatexCommand ref
22994 reference "fig:歪められた二つの像"
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \begin_layout Description
23002 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23003 例:
23004 \begin_inset CommandInset ref
23005 LatexCommand eqref
23006 reference "eq:Wgn"
23007
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \begin_layout Description
23014 <参照ページ>: これはページ番号を表示します。例:Page
23015 \begin_inset space ~
23016 \end_inset
23017
23018
23019 \begin_inset CommandInset ref
23020 LatexCommand pageref
23021 reference "fig:歪められた二つの像"
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \begin_layout Description
23029 on
23030 \begin_inset space ~
23031 \end_inset
23032
23033 page
23034 \begin_inset space ~
23035 \end_inset
23036
23037 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23038 \begin_inset CommandInset ref
23039 LatexCommand vpageref
23040 reference "fig:歪められた二つの像"
23041
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \begin_layout Description
23048 <参照>
23049 \begin_inset space ~
23050 \end_inset
23051
23052 on
23053 \begin_inset space ~
23054 \end_inset
23055
23056 page
23057 \begin_inset space ~
23058 \end_inset
23059
23060 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23061 \begin_inset CommandInset ref
23062 LatexCommand vref
23063 reference "fig:歪められた二つの像"
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Description
23071 整形された参照: これは自製の相互参照書式で出力します。
23072 \begin_inset Newline newline
23073 \end_inset
23074
23075
23076 \begin_inset Note Greyedout
23077 status open
23078
23079 \begin_layout Plain Layout
23080 【註】この機能は、LaTeXパッケージ
23081 \series bold
23082 prettyref
23083 \series default
23084 または
23085 \series bold
23086 refstyle
23087 \series default
23088 が導入されている場合のみ使用することができます。
23089 \begin_inset Index idx
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \begin_inset Index idx
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23104 \end_layout
23105
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112
23113
23114 \begin_inset Newline newline
23115 \end_inset
23116
23117 メニュー
23118 \family sans
23119 文書\SpecialChar \menuseparator
23120 設定\SpecialChar \menuseparator
23121 文書クラス
23122 \family default
23123 でオプション
23124 \family sans
23125 相互参照に(prettyrefではなく)refstyleを使用
23126 \family default
23127 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23128 \series bold
23129
23130 \backslash
23131 newrefformat
23132 \series default
23133 コマンド(prettyrefの場合)あるいは
23134 \series bold
23135
23136 \backslash
23137 newref
23138 \series default
23139 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23140 \family sans
23141 fig
23142 \family default
23143 」を持ちます)をすべて定義し直すには、
23144 \begin_inset Newline newline
23145 \end_inset
23146
23147
23148 \series bold
23149
23150 \backslash
23151 newref{fig}{refcmd={Image on page 
23152 \backslash
23153 pageref{#1}}}
23154 \begin_inset Newline newline
23155 \end_inset
23156
23157
23158 \series default
23159 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23160 \begin_inset CommandInset citation
23161 LatexCommand cite
23162 key "prettyref,refstyle"
23163
23164 \end_inset
23165
23166 をご覧ください。
23167 \end_layout
23168
23169 \begin_layout Description
23170 名称参照: これは、右のように参照のキャプションを出力します。 
23171 \begin_inset CommandInset ref
23172 LatexCommand nameref
23173 reference "fig:歪められた二つの像"
23174
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \begin_layout Standard
23181
23182 \family sans
23183 <参照ページ>
23184 \family default
23185 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23186 \family sans
23187 on this page
23188 \family default
23189 」のような文章が表示されます。様式
23190 \family sans
23191 <参照> on page <参照ページ>
23192 \family default
23193 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23194 \end_layout
23195
23196 \begin_layout Standard
23197 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23198 \family sans
23199 書式
23200 \family default
23201 フィールドで選ぶことができます。
23202 \end_layout
23203
23204 \begin_layout Standard
23205 \begin_inset Note Greyedout
23206 status open
23207
23208 \begin_layout Plain Layout
23209 【註】LaTeXパッケージ
23210 \series bold
23211 prettyref
23212 \series default
23213
23214 \begin_inset Index idx
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23219 \end_layout
23220
23221 \end_inset
23222
23223 は、LyXの取り得るラベル
23224 \begin_inset Flex Ruby
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228 捷径
23229 \begin_inset Argument post:1
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233 ショートカット
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \begin_inset Foot
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248 例えば、
23249 \begin_inset Quotes eld
23250 \end_inset
23251
23252 fig:
23253 \begin_inset Quotes erd
23254 \end_inset
23255
23256 は図キャプションを表すLyX
23257 \begin_inset Flex Ruby
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261 捷径
23262 \begin_inset Argument post:1
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266 ショートカット
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275
23276 です。
23277 \end_layout
23278
23279 \end_inset
23280
23281 を全部は解釈できず、国際化もされていないので、
23282 \series bold
23283 refstyle
23284 \series default
23285
23286 \begin_inset Index idx
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23291 \end_layout
23292
23293 \end_inset
23294
23295 を使用することを推奨します。
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Subsection
23304 参照名の自動命名
23305 \begin_inset Index idx
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309 さんしょう@参照 ! じどうめいめい@自動命名
23310 \end_layout
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Standard
23318
23319 \family sans
23320 文書設定
23321 \family default
23322 ダイアログの
23323 \family sans
23324 PDF特性
23325 \family default
23326 で有効にされた
23327 \series bold
23328 hyperref
23329 \series default
23330
23331 \begin_inset Index idx
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23336 \end_layout
23337
23338 \end_inset
23339
23340  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23341 \emph on
23342
23343 \emph default
23344 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23345 の機能を使用するには、hyperrefを有効にして、
23346 \end_layout
23347
23348 \begin_layout Standard
23349
23350 \series bold
23351
23352 \backslash
23353 AtBeginDocument{
23354 \backslash
23355 renewcommand{
23356 \backslash
23357 ref}[1]{
23358 \backslash
23359 mbox{
23360 \backslash
23361 autoref{#1}}}}
23362 \end_layout
23363
23364 \begin_layout Standard
23365 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23366 \begin_inset space \thinspace{}
23367 \end_inset
23368
23369 」としたいなど、既定の参照名以外のものが欲しい場合には、
23370 \end_layout
23371
23372 \begin_layout Standard
23373
23374 \series bold
23375
23376 \backslash
23377 addto
23378 \backslash
23379 extrasenglish{
23380 \backslash
23381 renewcommand{
23382 \backslash
23383 sectionautorefname}
23384 \begin_inset Newline newline
23385 \end_inset
23386
23387
23388 \begin_inset Phantom HPhantom
23389 status open
23390
23391 \begin_layout Plain Layout
23392
23393 \series bold
23394 \begin_inset space ~
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401
23402 {sec.
23403 \backslash
23404 negthinspace}}
23405 \end_layout
23406
23407 \begin_layout Standard
23408 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23409 \begin_inset Newline newline
23410 \end_inset
23411
23412
23413 \series bold
23414
23415 \backslash
23416 extrasenglishを
23417 \backslash
23418 extras***
23419 \series default
23420 に置き換えてください(***は使用中の言語名)。
23421 \end_layout
23422
23423 \begin_layout Standard
23424 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23425 \end_layout
23426
23427 \begin_layout Standard
23428
23429 \series bold
23430
23431 \backslash
23432 addto
23433 \backslash
23434 extrasenglish{
23435 \backslash
23436 renewcommand*{
23437 \backslash
23438 equationautorefname}[1]{}}
23439 \end_layout
23440
23441 \begin_layout Standard
23442 この話題に関する詳細は、hyperrefの説明書
23443 \begin_inset CommandInset citation
23444 LatexCommand cite
23445 key "hyperref"
23446
23447 \end_inset
23448
23449 をお読みください。
23450 \end_layout
23451
23452 \begin_layout Standard
23453 \begin_inset Note Greyedout
23454 status open
23455
23456 \begin_layout Plain Layout
23457
23458 \series bold
23459 【註】
23460 \series default
23461 参照の自動命名は、相互参照を
23462 \family sans
23463 整形参照
23464 \family default
23465 様式(第
23466 \begin_inset CommandInset ref
23467 LatexCommand ref
23468 reference "sub:相互参照の書式"
23469
23470 \end_inset
23471
23472 節)で使用しているときには、使用することができません。
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \begin_layout Standard
23481 LyXの取扱説明書『
23482 \emph on
23483 数式篇
23484 \emph default
23485 』では、参照名の自動命名が使用されています。
23486 \end_layout
23487
23488 \begin_layout Subsection
23489 参照位置
23490 \begin_inset CommandInset label
23491 LatexCommand label
23492 name "sub:参照位置"
23493
23494 \end_inset
23495
23496
23497 \begin_inset Index idx
23498 status collapsed
23499
23500 \begin_layout Plain Layout
23501 さんしょう@参照 ! さんしょういち@参照位置
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Standard
23510
23511 \family sans
23512 文書設定
23513 \family default
23514 ダイアログの
23515 \family sans
23516 PDF特性
23517 \family default
23518 で、
23519 \series bold
23520 hyperref
23521 \series default
23522
23523 \begin_inset Index idx
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23528 \end_layout
23529
23530 \end_inset
23531
23532 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23533 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23534 \series bold
23535 hyperref
23536 \series default
23537
23538 \begin_inset Index idx
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23543 \end_layout
23544
23545 \end_inset
23546
23547 の一部である
23548 \series bold
23549 hyperref
23550 \series default
23551
23552 \begin_inset Index idx
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23557 \end_layout
23558
23559 \end_inset
23560
23561 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23562 \end_layout
23563
23564 \begin_layout Standard
23565
23566 \series bold
23567
23568 \backslash
23569 usepackage[figure]{hypcap}
23570 \end_layout
23571
23572 \begin_layout Standard
23573 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23574 hypcapの説明書
23575 \begin_inset CommandInset citation
23576 LatexCommand cite
23577 key "hypcap"
23578
23579 \end_inset
23580
23581 をご覧ください。
23582 \end_layout
23583
23584 \begin_layout Standard
23585 \begin_inset Note Greyedout
23586 status open
23587
23588 \begin_layout Plain Layout
23589
23590 \series bold
23591 【註】hypcap
23592 \series default
23593 は内部図への参照には効力がありません。
23594 \end_layout
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \begin_layout Section
23602 フロートの配置
23603 \begin_inset CommandInset label
23604 LatexCommand label
23605 name "sec:フロートの配置"
23606
23607 \end_inset
23608
23609
23610 \begin_inset Index idx
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614 ふろーと@フロート ! はいち@配置
23615 \end_layout
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \begin_layout Standard
23623
23624 \family roman
23625 \series medium
23626 \shape up
23627 \size normal
23628 \emph off
23629 \bar no
23630 \noun off
23631 \color none
23632 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23633 \begin_inset Newline newline
23634 \end_inset
23635
23636
23637 \family sans
23638 \series default
23639 \shape default
23640 \size default
23641 \emph default
23642 \bar default
23643 \noun default
23644 \color inherit
23645 段をまたぐ
23646 \family roman
23647 \series medium
23648 \shape up
23649 \size normal
23650 \emph off
23651 \bar no
23652 \noun off
23653 \color none
23654 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23655 \begin_inset Newline newline
23656 \end_inset
23657
23658
23659 \family sans
23660 \series default
23661 \shape default
23662 \size default
23663 \emph default
23664 \bar default
23665 \noun default
23666 \color inherit
23667 横倒しに回転
23668 \family roman
23669 \series medium
23670 \shape up
23671 \size normal
23672 \emph off
23673 \bar no
23674 \noun off
23675 \color none
23676 オプションは、フロートを回転するのに用います。第
23677 \family default
23678 \series default
23679 \shape default
23680 \size default
23681 \emph default
23682 \bar default
23683 \noun default
23684 \color inherit
23685
23686 \begin_inset CommandInset ref
23687 LatexCommand ref
23688 reference "sec:回転フロート"
23689
23690 \end_inset
23691
23692
23693 \family roman
23694 \series medium
23695 \shape up
23696 \size normal
23697 \emph off
23698 \bar no
23699 \noun off
23700 \color none
23701 節をご参照ください。
23702 \end_layout
23703
23704 \begin_layout Standard
23705
23706 \family roman
23707 \series medium
23708 \shape up
23709 \size normal
23710 \emph off
23711 \bar no
23712 \noun off
23713 \color none
23714 フロートダイアログでは、
23715 \family sans
23716 \series default
23717 \shape default
23718 \size default
23719 \emph default
23720 \bar default
23721 \noun default
23722 \color inherit
23723 既定の配置を使う
23724 \family roman
23725 \series medium
23726 \shape up
23727 \size normal
23728 \emph off
23729 \bar no
23730 \noun off
23731 \color none
23732 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23733 \end_layout
23734
23735 \begin_layout Description
23736 可能ならば現在位置に: 
23737 \family roman
23738 \series medium
23739 \shape up
23740 \size normal
23741 \emph off
23742 \bar no
23743 \noun off
23744 \color none
23745 フロートを挿入位置に配置することを試みます
23746 \end_layout
23747
23748 \begin_layout Description
23749 ページ上部: 
23750 \family roman
23751 \series medium
23752 \shape up
23753 \size normal
23754 \emph off
23755 \bar no
23756 \noun off
23757 \color none
23758 フロートを現在ページの上部に配置することを試みます
23759 \end_layout
23760
23761 \begin_layout Description
23762 ページ下部: 
23763 \family roman
23764 \series medium
23765 \shape up
23766 \size normal
23767 \emph off
23768 \bar no
23769 \noun off
23770 \color none
23771 フロートを現在ページの下部に配置することを試みます
23772 \end_layout
23773
23774 \begin_layout Description
23775 フロートを独立したページに: 
23776 \family roman
23777 \series medium
23778 \shape up
23779 \size normal
23780 \emph off
23781 \bar no
23782 \noun off
23783 \color none
23784 フロートを独立したページに配置することを試みます
23785 \end_layout
23786
23787 \begin_layout Standard
23788 LaTeXは、
23789 \emph on
23790 つねに
23791 \emph default
23792 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23793 \family sans
23794 可能ならば現在位置に
23795 \family default
23796 を試み、次に
23797 \family sans
23798 ページの上部
23799 \family default
23800 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23801 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23802 \end_layout
23803
23804 \begin_layout Standard
23805 既定では、各オプションはそれぞれ以下の規則を持っています。
23806 \end_layout
23807
23808 \begin_layout Labeling
23809 \labelwidthstring 00.00.0000
23810
23811 \family sans
23812 ページ上部
23813 \family default
23814  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23815 \series bold
23816
23817 \backslash
23818 topfraction
23819 \series default
23820 )。
23821 \end_layout
23822
23823 \begin_layout Labeling
23824 \labelwidthstring 00.00.0000
23825
23826 \family sans
23827 ページ下部
23828 \family default
23829  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23830 \series bold
23831
23832 \backslash
23833 bottomfraction
23834 \series default
23835 )。
23836 \end_layout
23837
23838 \begin_layout Labeling
23839 \labelwidthstring 00.00.0000
23840
23841 \family sans
23842 フロートを独立したページ 
23843 \family default
23844 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23845 \series bold
23846
23847 \backslash
23848 floatpagefraction
23849 \series default
23850 )。
23851 \end_layout
23852
23853 \begin_layout Standard
23854 これらの規則に従いたくないときは、
23855 \family sans
23856 LaTeXの規則を無視する
23857 \family default
23858 オプションを追加することによって、これらを無視することができます。
23859 \begin_inset Newline newline
23860 \end_inset
23861
23862 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23863 、ページの5割に変えるには、文書プリアンブルに
23864 \end_layout
23865
23866 \begin_layout Standard
23867
23868 \series bold
23869
23870 \backslash
23871 renewcommand{
23872 \backslash
23873 bottomfraction}{0.5}
23874 \end_layout
23875
23876 \begin_layout Standard
23877 という行を加えてください。
23878 \end_layout
23879
23880 \begin_layout Standard
23881 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23882 \family sans
23883 何としても現在位置に置く
23884 \family default
23885 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23886 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23887 からです。
23888 \end_layout
23889
23890 \begin_layout Standard
23891 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23892 \end_layout
23893
23894 \begin_layout Standard
23895 \begin_inset VSpace bigskip
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Standard
23902 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23903 することがあります。この問題を避けるには、LaTeXコマンドの
23904 \backslash
23905 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23906 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23907 \end_layout
23908
23909 \begin_layout Standard
23910
23911 \series bold
23912
23913 \backslash
23914 let
23915 \backslash
23916 mySection
23917 \backslash
23918 section
23919 \begin_inset Newline newline
23920 \end_inset
23921
23922
23923 \backslash
23924 renewcommand{
23925 \backslash
23926 section}{
23927 \backslash
23928 suppressfloats[t]
23929 \backslash
23930 mySection}
23931 \end_layout
23932
23933 \begin_layout Standard
23934 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23935 することがあるので、これらに対する定義はお勧めしません。
23936 \end_layout
23937
23938 \begin_layout Standard
23939 \begin_inset VSpace bigskip
23940 \end_inset
23941
23942 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23943 \series bold
23944 endfloat
23945 \series default
23946
23947 \begin_inset Index idx
23948 status collapsed
23949
23950 \begin_layout Plain Layout
23951 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23952 \end_layout
23953
23954 \end_inset
23955
23956 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23957 \begin_inset Quotes eld
23958 \end_inset
23959
23960
23961 \family sans
23962 [Figure
23963 \begin_inset space ~
23964 \end_inset
23965
23966 3.2 about here.]
23967 \family default
23968
23969 \begin_inset Quotes erd
23970 \end_inset
23971
23972 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23973 \end_layout
23974
23975 \begin_layout Standard
23976
23977 \series bold
23978
23979 \backslash
23980 usepackage[options]{endfloat}
23981 \end_layout
23982
23983 \begin_layout Standard
23984 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23985 \series bold
23986 endfloat
23987 \series default
23988 取扱説明書
23989 \begin_inset CommandInset citation
23990 LatexCommand cite
23991 key "endfloat"
23992
23993 \end_inset
23994
23995 をご参照ください。
23996 \begin_inset Newline newline
23997 \end_inset
23998
23999
24000 \begin_inset Note Greyedout
24001 status open
24002
24003 \begin_layout Plain Layout
24004
24005 \series bold
24006 【註】endfloat
24007 \series default
24008 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24009 \begin_inset CommandInset citation
24010 LatexCommand cite
24011 key "endfloat"
24012
24013 \end_inset
24014
24015 の第4節をご参照ください。
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \begin_inset Newline newline
24022 \end_inset
24023
24024
24025 \begin_inset Note Greyedout
24026 status open
24027
24028 \begin_layout Plain Layout
24029
24030 \series bold
24031 【註】
24032 \series default
24033 現在のところ、
24034 \series bold
24035 endfloat
24036 \series default
24037 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24038 \series bold
24039
24040 \backslash
24041 ss
24042 \series default
24043 」コマンドを使用してください。
24044 \end_layout
24045
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Standard
24052 \begin_inset VSpace bigskip
24053 \end_inset
24054
24055 フロートの割付に関する詳細は、LaTeX関連書
24056 \begin_inset CommandInset citation
24057 LatexCommand cite
24058 key "latexcompanion,latexguide,latexbook"
24059
24060 \end_inset
24061
24062 をご覧ください。
24063 \end_layout
24064
24065 \begin_layout Section
24066 回転フロート
24067 \begin_inset CommandInset label
24068 LatexCommand label
24069 name "sec:回転フロート"
24070
24071 \end_inset
24072
24073
24074 \begin_inset Index idx
24075 status collapsed
24076
24077 \begin_layout Plain Layout
24078 ふろーと@フロート ! かいてん@回転
24079 \end_layout
24080
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Standard
24087 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24088 \family sans
24089 横倒しに回転
24090 \family default
24091 オプションを有効にします。
24092 \end_layout
24093
24094 \begin_layout Standard
24095 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24096 \family sans
24097 段をまたぐ
24098 \family default
24099 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24100 たって回転方向を強制したい場合には、文書クラスオプションに
24101 \series bold
24102 figuresleft
24103 \series default
24104 オプションあるいは
24105 \series bold
24106 figuresright
24107 \series default
24108 オプションを加えることができます。
24109 \end_layout
24110
24111 \begin_layout Standard
24112 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24113 \begin_inset CommandInset ref
24114 LatexCommand ref
24115 reference "tab:回転した表"
24116
24117 \end_inset
24118
24119 が回転表フロートの例です。
24120 \end_layout
24121
24122 \begin_layout Standard
24123 \begin_inset Note Greyedout
24124 status open
24125
24126 \begin_layout Plain Layout
24127
24128 \series bold
24129 【註】
24130 \series default
24131 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 \begin_inset Float table
24141 wide false
24142 sideways true
24143 status open
24144
24145 \begin_layout Plain Layout
24146 \begin_inset Caption Standard
24147
24148 \begin_layout Plain Layout
24149 \begin_inset CommandInset label
24150 LatexCommand label
24151 name "tab:回転した表"
24152
24153 \end_inset
24154
24155 回転した表
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Plain Layout
24164 \align center
24165 \begin_inset Tabular
24166 <lyxtabular version="3" rows="1" columns="5">
24167 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
24173 <row>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 試験
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 </lyxtabular>
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Section
24233 従属フロート
24234 \begin_inset Index idx
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24239 \end_layout
24240
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \begin_layout Standard
24247 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24248 \begin_inset CommandInset ref
24249 LatexCommand ref
24250 reference "tab:従属表を横に並べたもの"
24251
24252 \end_inset
24253
24254 と表
24255 \begin_inset CommandInset ref
24256 LatexCommand ref
24257 reference "tab:従属表を縦に並べたもの"
24258
24259 \end_inset
24260
24261 に示されているように段落と同様に指定することができます。
24262 \end_layout
24263
24264 \begin_layout Standard
24265 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24266 \begin_inset CommandInset ref
24267 LatexCommand ref
24268 reference "tab:これは従属表a"
24269
24270 \end_inset
24271
24272 と表
24273 \begin_inset CommandInset ref
24274 LatexCommand ref
24275 reference "tab:これは従属表b"
24276
24277 \end_inset
24278
24279 は表
24280 \begin_inset CommandInset ref
24281 LatexCommand ref
24282 reference "tab:従属表を横に並べたもの"
24283
24284 \end_inset
24285
24286 の従属フロートです。
24287 \begin_inset Float table
24288 wide false
24289 sideways false
24290 status open
24291
24292 \begin_layout Plain Layout
24293 \begin_inset Caption Standard
24294
24295 \begin_layout Plain Layout
24296 \begin_inset CommandInset label
24297 LatexCommand label
24298 name "tab:従属表を横に並べたもの"
24299
24300 \end_inset
24301
24302 従属表を横に並べたもの
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \begin_layout Plain Layout
24311 \begin_inset space \hfill{}
24312 \end_inset
24313
24314
24315 \begin_inset Float table
24316 wide false
24317 sideways false
24318 status collapsed
24319
24320 \begin_layout Plain Layout
24321 \begin_inset Caption Standard
24322
24323 \begin_layout Plain Layout
24324 \begin_inset CommandInset label
24325 LatexCommand label
24326 name "tab:これは従属表a"
24327
24328 \end_inset
24329
24330 これは従属表aです。
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Plain Layout
24339 \align center
24340 \begin_inset Tabular
24341 <lyxtabular version="3" rows="1" columns="5">
24342 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
24348 <row>
24349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 試験
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 </lyxtabular>
24396
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \end_inset
24403
24404
24405 \begin_inset space \hfill{}
24406 \end_inset
24407
24408
24409 \begin_inset Float table
24410 wide false
24411 sideways false
24412 status collapsed
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Caption Standard
24416
24417 \begin_layout Plain Layout
24418 \begin_inset CommandInset label
24419 LatexCommand label
24420 name "tab:これは従属表b"
24421
24422 \end_inset
24423
24424 これは従属表bです。
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Plain Layout
24433 \align center
24434 \begin_inset Tabular
24435 <lyxtabular version="3" rows="1" columns="5">
24436 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
24442 <row>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 試験
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 </lyxtabular>
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \begin_inset space \hfill{}
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \end_inset
24506
24507
24508 \begin_inset Float table
24509 wide false
24510 sideways false
24511 status open
24512
24513 \begin_layout Plain Layout
24514 \begin_inset Caption Standard
24515
24516 \begin_layout Plain Layout
24517 \begin_inset CommandInset label
24518 LatexCommand label
24519 name "tab:従属表を縦に並べたもの"
24520
24521 \end_inset
24522
24523 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Plain Layout
24532 \noindent
24533 \align center
24534 \begin_inset Float table
24535 wide false
24536 sideways false
24537 status collapsed
24538
24539 \begin_layout Plain Layout
24540 \begin_inset Caption Standard
24541
24542 \begin_layout Plain Layout
24543
24544 \end_layout
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Plain Layout
24552 \align center
24553 \begin_inset Tabular
24554 <lyxtabular version="3" rows="1" columns="4">
24555 <features rotate="0" tabularvalignment="middle">
24556 <column alignment="center" valignment="top">
24557 <column alignment="center" valignment="top">
24558 <column alignment="center" valignment="top">
24559 <column alignment="center" valignment="top">
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565 試験
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574 試験
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 試験
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 試験
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 </row>
24598 </lyxtabular>
24599
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Plain Layout
24611 \noindent
24612 \align center
24613 \begin_inset Float table
24614 wide false
24615 sideways false
24616 status collapsed
24617
24618 \begin_layout Plain Layout
24619 \begin_inset Caption Standard
24620
24621 \begin_layout Plain Layout
24622
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \begin_layout Plain Layout
24631 \align center
24632 \begin_inset Tabular
24633 <lyxtabular version="3" rows="1" columns="5">
24634 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
24640 <row>
24641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 </row>
24687 </lyxtabular>
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \begin_layout Section
24705 横並びのフロート
24706 \begin_inset Index idx
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710 ふろーと@フロート ! よこならび@横並び
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719
24720 \begin_inset CommandInset ref
24721 LatexCommand ref
24722 reference "fig:左側のフロート"
24723
24724 \end_inset
24725
24726 や図
24727 \begin_inset CommandInset ref
24728 LatexCommand ref
24729 reference "fig:右側のフロート"
24730
24731 \end_inset
24732
24733 のようにフロートを横並びに配置するには、
24734 \emph on
24735 ひとつの
24736 \emph default
24737 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24738 \begin_inset Foot
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742 Minipageは第
24743 \begin_inset CommandInset ref
24744 LatexCommand ref
24745 reference "sec:ミニページ"
24746
24747 \end_inset
24748
24749 節に説明があります。
24750 \end_layout
24751
24752 \end_inset
24753
24754 。幅は45
24755 \begin_inset space \thinspace{}
24756 \end_inset
24757
24758 -50
24759 \begin_inset space \thinspace{}
24760 \end_inset
24761
24762 列幅%とし、各minipageのボックス配置を
24763 \family sans
24764
24765 \family default
24766 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24767 \family sans
24768 列幅%
24769 \family default
24770 がここではminipageボックスの幅によって計算されることです。
24771 \end_layout
24772
24773 \begin_layout Standard
24774 \begin_inset Float figure
24775 wide false
24776 sideways false
24777 status open
24778
24779 \begin_layout Plain Layout
24780 \begin_inset Box Frameless
24781 position "b"
24782 hor_pos "c"
24783 has_inner_box 1
24784 inner_pos "t"
24785 use_parbox 0
24786 use_makebox 0
24787 width "45col%"
24788 special "none"
24789 height "1in"
24790 height_special "totalheight"
24791 status open
24792
24793 \begin_layout Plain Layout
24794 \align center
24795 \begin_inset Graphics
24796         filename ../clipart/mobius.eps
24797         lyxscale 50
24798         width 100col%
24799         scaleBeforeRotation
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Plain Layout
24807 \begin_inset Caption Standard
24808
24809 \begin_layout Plain Layout
24810 \begin_inset CommandInset label
24811 LatexCommand label
24812 name "fig:左側のフロート"
24813
24814 \end_inset
24815
24816 左側のフロート
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \begin_inset space \hfill{}
24828 \end_inset
24829
24830
24831 \begin_inset Box Frameless
24832 position "b"
24833 hor_pos "c"
24834 has_inner_box 1
24835 inner_pos "t"
24836 use_parbox 0
24837 use_makebox 0
24838 width "45col%"
24839 special "none"
24840 height "1in"
24841 height_special "totalheight"
24842 status open
24843
24844 \begin_layout Plain Layout
24845 \align center
24846 \begin_inset Graphics
24847         filename ../clipart/platypus.eps
24848         lyxscale 50
24849         width 100col%
24850         scaleBeforeRotation
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Plain Layout
24858 \begin_inset Caption Standard
24859
24860 \begin_layout Plain Layout
24861 \begin_inset CommandInset label
24862 LatexCommand label
24863 name "fig:右側のフロート"
24864
24865 \end_inset
24866
24867 右側のフロート
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Plain Layout
24881
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \begin_layout Section
24890 キャプションの書式設定
24891 \begin_inset Index idx
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \begin_inset Index idx
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \begin_inset CommandInset label
24912 LatexCommand label
24913 name "sec:キャプションの書式設定"
24914
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \begin_layout Standard
24921
24922 \family sans
24923 キャプション
24924 \family default
24925 環境は、
24926 \family sans
24927 フロート
24928 \family default
24929 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24930 \family sans
24931 図 #:
24932 \family default
24933 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24934 \family sans
24935 #
24936 \family default
24937 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24938 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24939 \end_layout
24940
24941 \begin_layout Standard
24942 既定のキャプション書式を変更するには、文書プリアンブルに
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \series bold
24948
24949 \backslash
24950 usepackage[format definition]{caption}
24951 \end_layout
24952
24953 \begin_layout Standard
24954 という行を加えて、LaTeXパッケージ
24955 \series bold
24956 caption
24957 \series default
24958
24959 \begin_inset Index idx
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24964 \end_layout
24965
24966 \end_inset
24967
24968 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24969 \end_layout
24970
24971 \begin_layout Standard
24972
24973 \series bold
24974
24975 \backslash
24976 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24977 \end_layout
24978
24979 \begin_layout Standard
24980 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24981 \series bold
24982 caption
24983 \series default
24984 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24985 \end_layout
24986
24987 \begin_layout Standard
24988
24989 \series bold
24990
24991 \backslash
24992 captionsetup[フロート型]{書式定義}
24993 \end_layout
24994
24995 \begin_layout Standard
24996 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24997 \begin_inset CommandInset ref
24998 LatexCommand ref
24999 reference "fig:図キャプション"
25000
25001 \end_inset
25002
25003 と表
25004 \begin_inset CommandInset ref
25005 LatexCommand ref
25006 reference "tab:表キャプション"
25007
25008 \end_inset
25009
25010 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25011 \end_layout
25012
25013 \begin_layout Standard
25014
25015 \series bold
25016
25017 \backslash
25018 usepackage[tableposition=top]{caption}
25019 \series default
25020
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024
25025 \series bold
25026
25027 \backslash
25028 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032
25033 \begin_inset Phantom HPhantom
25034 status open
25035
25036 \begin_layout Plain Layout
25037
25038 \backslash
25039 captionsetup[figure]{
25040 \end_layout
25041
25042 \end_inset
25043
25044 labelsep=period}
25045 \begin_inset Newline newline
25046 \end_inset
25047
25048
25049 \backslash
25050 captionsetup[table]{labelfont={bf,sf}}
25051 \end_layout
25052
25053 \begin_layout Standard
25054 \begin_inset Note Greyedout
25055 status open
25056
25057 \begin_layout Plain Layout
25058
25059 \series bold
25060 【註】
25061 \series default
25062 オプションのうち、
25063 \series bold
25064 tableposition=top
25065 \series default
25066 は、文書クラスに
25067 \series bold
25068 KOMA-script
25069 \series default
25070
25071 \begin_inset Index idx
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25076 \end_layout
25077
25078 \end_inset
25079
25080 が使われているときには、無効になります。この場合には、文書クラスオプション
25081 \series bold
25082 captions=tableheading
25083 \series default
25084 を指定しなくてはなりません。
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Standard
25093
25094 \series bold
25095 caption
25096 \series default
25097 パッケージについての詳細は、その取扱説明書
25098 \begin_inset CommandInset citation
25099 LatexCommand cite
25100 key "caption"
25101
25102 \end_inset
25103
25104 をご覧ください。
25105 \end_layout
25106
25107 \begin_layout Standard
25108 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25109 \end_layout
25110
25111 \begin_layout Standard
25112
25113 \series bold
25114
25115 \backslash
25116 renewcommand{
25117 \backslash
25118 fnum@figure}{画像~
25119 \backslash
25120 thefigure}
25121 \end_layout
25122
25123 \begin_layout Standard
25124 なお、
25125 \series bold
25126
25127 \backslash
25128 thefigure
25129 \series default
25130 は表番号を挿入し、「
25131 \series bold
25132 ~
25133 \series default
25134 」は保護された空白を入れます。
25135 \end_layout
25136
25137 \begin_layout Standard
25138 \begin_inset VSpace bigskip
25139 \end_inset
25140
25141
25142 \series bold
25143 KOMA-script
25144 \series default
25145
25146 \begin_inset Index idx
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25151 \end_layout
25152
25153 \end_inset
25154
25155 文書クラス(
25156 \family sans
25157 article (KOMA-script)
25158 \family default
25159
25160 \family sans
25161 book (KOMA-script)
25162 \family default
25163
25164 \family sans
25165 letter (KOMA-script)
25166 \family default
25167
25168 \family sans
25169 report (KOMA-script)
25170 \family default
25171 )を使用している場合には、
25172 \series bold
25173 caption
25174 \series default
25175 パッケージの代わりに
25176 \series bold
25177 KOMA-script
25178 \series default
25179 のビルトインコマンド
25180 \series bold
25181 etkomafont
25182 \series default
25183 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25184 \end_layout
25185
25186 \begin_layout Standard
25187
25188 \series bold
25189
25190 \backslash
25191 setkomafont{captionlabel}{
25192 \backslash
25193 bfseries}
25194 \end_layout
25195
25196 \begin_layout Standard
25197
25198 \series bold
25199
25200 \backslash
25201 setkomafont
25202 \series default
25203 についての詳細は、
25204 \series bold
25205 KOMA-script
25206 \series default
25207 の取扱説明書
25208 \begin_inset CommandInset citation
25209 LatexCommand cite
25210 key "koma-script"
25211
25212 \end_inset
25213
25214 をご覧ください。
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \begin_inset ERT
25219 status collapsed
25220
25221 \begin_layout Plain Layout
25222
25223
25224 \backslash
25225 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25226 }
25227 \end_layout
25228
25229 \end_inset
25230
25231
25232 \begin_inset Note Note
25233 status open
25234
25235 \begin_layout Plain Layout
25236 キャプション書式は、この例のみ変更してあります。
25237 \end_layout
25238
25239 \end_inset
25240
25241
25242 \end_layout
25243
25244 \begin_layout Standard
25245 \begin_inset Float figure
25246 placement !p
25247 wide false
25248 sideways false
25249 status open
25250
25251 \begin_layout Plain Layout
25252 \align center
25253 \begin_inset Graphics
25254         filename ../clipart/mobius.eps
25255         lyxscale 50
25256         scale 50
25257         scaleBeforeRotation
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Plain Layout
25265 \begin_inset Caption Standard
25266
25267 \begin_layout Plain Layout
25268 \begin_inset CommandInset label
25269 LatexCommand label
25270 name "fig:図キャプション"
25271
25272 \end_inset
25273
25274 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 \begin_inset ERT
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292
25293
25294 \backslash
25295 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25296 on}
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \begin_inset Float table
25306 placement !p
25307 wide false
25308 sideways false
25309 status open
25310
25311 \begin_layout Plain Layout
25312 \begin_inset Caption Standard
25313
25314 \begin_layout Plain Layout
25315 \begin_inset CommandInset label
25316 LatexCommand label
25317 name "tab:表キャプション"
25318
25319 \end_inset
25320
25321 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \begin_layout Plain Layout
25330 \align center
25331 \begin_inset Tabular
25332 <lyxtabular version="3" rows="1" columns="5">
25333 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
25339 <row>
25340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 </row>
25386 </lyxtabular>
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Section
25399 キャプションの配置
25400 \begin_inset Index idx
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 きゃぷしょん@キャプション ! はいち@配置
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \begin_inset Index idx
25411 status collapsed
25412
25413 \begin_layout Plain Layout
25414 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \begin_inset CommandInset label
25421 LatexCommand label
25422 name "sec:キャプションの配置"
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Standard
25430 通常、キャプションの配置原則は、
25431 \end_layout
25432
25433 \begin_layout Description
25434 図の場合: キャプションを図の下に置く
25435 \end_layout
25436
25437 \begin_layout Description
25438 表の場合: キャプションを表の上に置く
25439 \end_layout
25440
25441 \begin_layout Standard
25442 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25443 \family sans
25444 article
25445 \family default
25446
25447 \family sans
25448 book
25449 \family default
25450
25451 \family sans
25452 letter
25453 \family default
25454
25455 \family sans
25456 report
25457 \family default
25458 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25459 eXパッケージ
25460 \series bold
25461 caption
25462 \series default
25463 を読み込むコマンドに
25464 \end_layout
25465
25466 \begin_layout Standard
25467
25468 \series bold
25469 tableposition=top
25470 \end_layout
25471
25472 \begin_layout Standard
25473 というオプションを追加してください
25474 \begin_inset Foot
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478
25479 \series bold
25480 caption
25481 \series default
25482 パッケージについての詳細な情報は、第
25483 \begin_inset CommandInset ref
25484 LatexCommand ref
25485 reference "sec:キャプションの書式設定"
25486
25487 \end_inset
25488
25489 節をご覧ください。
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \series bold
25496 KOMA-script
25497 \series default
25498
25499 \begin_inset Index idx
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25504 \end_layout
25505
25506 \end_inset
25507
25508 文書クラス(
25509 \family sans
25510 article (KOMA-script)
25511 \family default
25512
25513 \family sans
25514 book (KOMA-script)
25515 \family default
25516
25517 \family sans
25518 letter (KOMA-script)
25519 \family default
25520
25521 \family sans
25522 report (KOMA-script)
25523 \family default
25524
25525 \begin_inset space \thinspace{}
25526 \end_inset
25527
25528 )をお使いの場合には、
25529 \series bold
25530 caption
25531 \series default
25532 パッケージにオプションを与える代わりに、文書クラスオプション
25533 \series bold
25534 captions=tableheading
25535 \series default
25536 を設定することもできます。
25537 \end_layout
25538
25539 \begin_layout Standard
25540 \begin_inset VSpace bigskip
25541 \end_inset
25542
25543 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25544 \end_layout
25545
25546 \begin_layout Standard
25547
25548 \series bold
25549
25550 \backslash
25551 usepackage[option]{sidecap}
25552 \end_layout
25553
25554 \begin_layout Standard
25555 という行を入れて、LaTeXパッケージ
25556 \series bold
25557 sidecap
25558 \series default
25559
25560 \begin_inset Index idx
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25565 \end_layout
25566
25567 \end_inset
25568
25569 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25570 \series bold
25571 innercaption
25572 \series default
25573 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25574 \series bold
25575 rightcaption
25576 \series default
25577 ないし
25578 \series bold
25579 leftcaption
25580 \series default
25581 オプションを用います。
25582 \end_layout
25583
25584 \begin_layout Standard
25585 \begin_inset ERT
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589
25590
25591 \backslash
25592 ifsidecap
25593 \end_layout
25594
25595 \end_inset
25596
25597
25598 \begin_inset Note Note
25599 status open
25600
25601 \begin_layout Plain Layout
25602 以下の部分は、LaTeXパッケージ
25603 \series bold
25604 sidecap
25605 \series default
25606 が導入されているときのみ表示されます。
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \begin_layout Standard
25615 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25616 \begin_inset Newpage pagebreak
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \begin_layout Standard
25623 \noindent
25624 \begin_inset CommandInset line
25625 LatexCommand rule
25626 offset "0.5ex"
25627 width "100line%"
25628 height "1pt"
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636
25637 \series bold
25638
25639 \backslash
25640 newcommand{
25641 \backslash
25642 TabBesBeg}[1][1.0]{%
25643 \begin_inset Newline newline
25644 \end_inset
25645
25646
25647 \begin_inset Phantom HPhantom
25648 status open
25649
25650 \begin_layout Plain Layout
25651 \begin_inset space ~
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \backslash
25661 let
25662 \backslash
25663 MyTable
25664 \backslash
25665 table
25666 \begin_inset Newline newline
25667 \end_inset
25668
25669
25670 \begin_inset Phantom HPhantom
25671 status open
25672
25673 \begin_layout Plain Layout
25674
25675 \series medium
25676 \begin_inset space ~
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \backslash
25686 let
25687 \backslash
25688 MyEndtable
25689 \backslash
25690 endtable
25691 \begin_inset Newline newline
25692 \end_inset
25693
25694
25695 \begin_inset Phantom HPhantom
25696 status open
25697
25698 \begin_layout Plain Layout
25699
25700 \series medium
25701 \begin_inset space ~
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \backslash
25711 renewenvironment{table}[1]{
25712 \backslash
25713 begin{SCtable}[#1]##1}{
25714 \backslash
25715 end{SCtable}}}
25716 \end_layout
25717
25718 \begin_layout Standard
25719
25720 \series bold
25721
25722 \backslash
25723 newcommand{
25724 \backslash
25725 TabBesEnd}{%
25726 \begin_inset Newline newline
25727 \end_inset
25728
25729
25730 \begin_inset Phantom HPhantom
25731 status open
25732
25733 \begin_layout Plain Layout
25734 \begin_inset space ~
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \backslash
25744 let
25745 \backslash
25746 table
25747 \backslash
25748 MyTable
25749 \begin_inset Newline newline
25750 \end_inset
25751
25752
25753 \begin_inset Phantom HPhantom
25754 status open
25755
25756 \begin_layout Plain Layout
25757 \begin_inset space ~
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764
25765
25766 \backslash
25767 let
25768 \backslash
25769 endtable
25770 \backslash
25771 MyEndtable
25772 \end_layout
25773
25774 \begin_layout Standard
25775
25776 \series bold
25777
25778 \backslash
25779 newcommand{
25780 \backslash
25781 FigBesBeg}[1][1.0]{%
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785
25786 \begin_inset Phantom HPhantom
25787 status open
25788
25789 \begin_layout Plain Layout
25790 \begin_inset space ~
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \backslash
25800 let
25801 \backslash
25802 MyFigure
25803 \backslash
25804 figure
25805 \begin_inset Newline newline
25806 \end_inset
25807
25808
25809 \begin_inset Phantom HPhantom
25810 status open
25811
25812 \begin_layout Plain Layout
25813 \begin_inset space ~
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \backslash
25823 let
25824 \backslash
25825 MyEndfigure
25826 \backslash
25827 endfigure
25828 \begin_inset Newline newline
25829 \end_inset
25830
25831
25832 \begin_inset Phantom HPhantom
25833 status open
25834
25835 \begin_layout Plain Layout
25836 \begin_inset space ~
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \backslash
25846 renewenvironment{figure}[1]{
25847 \backslash
25848 begin{SCfigure}[#1]##1}{
25849 \backslash
25850 end{SCfigure}}}
25851 \end_layout
25852
25853 \begin_layout Standard
25854
25855 \series bold
25856
25857 \backslash
25858 newcommand{
25859 \backslash
25860 FigBesEnd}{%
25861 \begin_inset Newline newline
25862 \end_inset
25863
25864
25865 \begin_inset Phantom HPhantom
25866 status open
25867
25868 \begin_layout Plain Layout
25869 \begin_inset space ~
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \backslash
25879 let
25880 \backslash
25881 figure
25882 \backslash
25883 MyFigure
25884 \begin_inset Newline newline
25885 \end_inset
25886
25887
25888 \begin_inset Phantom HPhantom
25889 status open
25890
25891 \begin_layout Plain Layout
25892 \begin_inset space ~
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \backslash
25902 let
25903 \backslash
25904 endfigure
25905 \backslash
25906 MyEndfigure}
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \noindent
25911 \begin_inset CommandInset line
25912 LatexCommand rule
25913 offset "0.5ex"
25914 width "100line%"
25915 height "1pt"
25916
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \begin_layout Standard
25923 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25924 \end_layout
25925
25926 \begin_layout Standard
25927
25928 \series bold
25929
25930 \backslash
25931 FigBesBeg
25932 \end_layout
25933
25934 \begin_layout Standard
25935 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
25936 \end_layout
25937
25938 \begin_layout Standard
25939
25940 \series bold
25941
25942 \backslash
25943 FigBesEnd
25944 \end_layout
25945
25946 \begin_layout Standard
25947 というTeXコードを入れてください。
25948 \end_layout
25949
25950 \begin_layout Standard
25951 表フロートに対しては、対応するコマンド
25952 \end_layout
25953
25954 \begin_layout Standard
25955
25956 \series bold
25957
25958 \backslash
25959 TabBesBeg
25960 \series default
25961 および
25962 \series bold
25963
25964 \backslash
25965 TabBesEnd
25966 \end_layout
25967
25968 \begin_layout Standard
25969 を使用してください。図
25970 \begin_inset CommandInset ref
25971 LatexCommand ref
25972 reference "fig:図横キャプション"
25973
25974 \end_inset
25975
25976 と表
25977 \begin_inset CommandInset ref
25978 LatexCommand ref
25979 reference "tab:表横キャプション"
25980
25981 \end_inset
25982
25983 がキャプションを脇に設定した例です。
25984 \end_layout
25985
25986 \begin_layout Standard
25987 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25988 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25989 \end_layout
25990
25991 \begin_layout Standard
25992
25993 \series bold
25994
25995 \backslash
25996 sidecaptionvpos{フロート型}{配置}
25997 \end_layout
25998
25999 \begin_layout Standard
26000 というコマンドを使用します。ここで「フロート型」は
26001 \family sans
26002 figure
26003 \family default
26004
26005 \family sans
26006 table
26007 \family default
26008 であり、「配置」は、上揃えの場合はtopの
26009 \end_layout
26010
26011 \begin_layout Standard
26012
26013 \family sans
26014 t
26015 \family default
26016 」、中央揃えの場合はcenterの「
26017 \family sans
26018 c
26019 \family default
26020 」、下揃えの場合はbottomの「
26021 \family sans
26022 b
26023 \family default
26024 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26025 \end_layout
26026
26027 \begin_layout Standard
26028
26029 \series bold
26030
26031 \backslash
26032 sidecaptionvpos{figure}{c}
26033 \end_layout
26034
26035 \begin_layout Standard
26036 というコマンドを使用します。これは、図
26037 \begin_inset CommandInset ref
26038 LatexCommand ref
26039 reference "fig:図横キャプション-2"
26040
26041 \end_inset
26042
26043 で使用されています。
26044 \end_layout
26045
26046 \begin_layout Standard
26047 \begin_inset VSpace medskip
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \begin_layout Standard
26054 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26055 \begin_inset CommandInset ref
26056 LatexCommand ref
26057 reference "tab:表横キャプション"
26058
26059 \end_inset
26060
26061 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26062 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26063 \emph on
26064 因数
26065 \emph default
26066 は、
26067 \end_layout
26068
26069 \begin_layout Standard
26070
26071 \series bold
26072
26073 \backslash
26074 FigBesBeg[因数]
26075 \end_layout
26076
26077 \begin_layout Standard
26078 のように、
26079 \series bold
26080
26081 \backslash
26082 FigBesBeg
26083 \series default
26084 への非必須引数として与えることもできますし、
26085 \series bold
26086
26087 \backslash
26088 FigBesBeg
26089 \series default
26090 の定義中で
26091 \series bold
26092 1.0
26093 \series default
26094 を他の値に変更することもできます。表
26095 \begin_inset CommandInset ref
26096 LatexCommand ref
26097 reference "tab:図横幅広"
26098
26099 \end_inset
26100
26101 では、因子5が指定されています。
26102 \end_layout
26103
26104 \begin_layout Standard
26105 \begin_inset Note Greyedout
26106 status open
26107
26108 \begin_layout Plain Layout
26109 【註】キャプションを横につけたフロートでは、フロート配置オプションの
26110 \family sans
26111 何としても現在地に置く
26112 \family default
26113 は、
26114 \series bold
26115 sidecap
26116 \series default
26117 がサポートしていないので、使用することができません。.
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \begin_layout Standard
26126 \begin_inset VSpace medskip
26127 \end_inset
26128
26129
26130 \series bold
26131 sidecap
26132 \series default
26133 パッケージについての詳細は、
26134 \begin_inset CommandInset citation
26135 LatexCommand cite
26136 key "sidecap"
26137
26138 \end_inset
26139
26140 の説明書をご参照ください。
26141 \end_layout
26142
26143 \begin_layout Standard
26144 \begin_inset Note Greyedout
26145 status open
26146
26147 \begin_layout Plain Layout
26148
26149 \series bold
26150 【註】
26151 \series default
26152
26153 \begin_inset CommandInset ref
26154 LatexCommand ref
26155 reference "sub:参照位置"
26156
26157 \end_inset
26158
26159 節に説明があるLaTeXパッケージ
26160 \series bold
26161 hypcap
26162 \series default
26163
26164 \begin_inset Index idx
26165 status collapsed
26166
26167 \begin_layout Plain Layout
26168 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26169 \end_layout
26170
26171 \end_inset
26172
26173 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \begin_layout Standard
26182 \begin_inset Note Greyedout
26183 status open
26184
26185 \begin_layout Plain Layout
26186
26187 \series bold
26188 【訳註】
26189 \series default
26190 LaTeXパッケージ
26191 \series bold
26192 sidecap
26193 \series default
26194
26195 \begin_inset Index idx
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26200 \end_layout
26201
26202 \end_inset
26203
26204 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
26205 ついては、取扱説明書『
26206 \emph on
26207 埋め込み機能篇
26208 \emph default
26209 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \begin_inset Note Note
26216 status open
26217
26218 \begin_layout Plain Layout
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 FigBesBeg 
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Plain Layout
26235 \begin_inset Float figure
26236 wide false
26237 sideways false
26238 status open
26239
26240 \begin_layout Plain Layout
26241 \begin_inset Graphics
26242         filename ../clipart/escher-lsd.eps
26243         scale 75
26244         scaleBeforeRotation
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \begin_layout Plain Layout
26252 \begin_inset Caption Standard
26253
26254 \begin_layout Plain Layout
26255 \begin_inset CommandInset label
26256 LatexCommand label
26257 name "fig:図横キャプション"
26258
26259 \end_inset
26260
26261 これは図の横にあるキャプションです。
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \begin_layout Plain Layout
26275 \begin_inset ERT
26276 status collapsed
26277
26278 \begin_layout Plain Layout
26279
26280
26281 \backslash
26282 FigBesEnd
26283 \end_layout
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \begin_layout Plain Layout
26291 \begin_inset ERT
26292 status collapsed
26293
26294 \begin_layout Plain Layout
26295
26296
26297 \backslash
26298 TabBesBeg 
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Plain Layout
26307 \begin_inset Float table
26308 wide false
26309 sideways false
26310 status open
26311
26312 \begin_layout Plain Layout
26313 \begin_inset Caption Standard
26314
26315 \begin_layout Plain Layout
26316 \begin_inset CommandInset label
26317 LatexCommand label
26318 name "tab:表横キャプション"
26319
26320 \end_inset
26321
26322 これは表の横にあるキャプションです。
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Plain Layout
26331 \begin_inset Tabular
26332 <lyxtabular version="3" rows="4" columns="5">
26333 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 <row>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26424 \begin_inset Text
26425
26426 \begin_layout Plain Layout
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 </row>
26433 <row>
26434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 </row>
26527 </lyxtabular>
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \begin_layout Plain Layout
26540 \begin_inset ERT
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 TabBesEnd
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Plain Layout
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 sidecaptionvpos{figure}{c}
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \begin_inset Float figure
26570 wide false
26571 sideways false
26572 status open
26573
26574 \begin_layout Plain Layout
26575 \begin_inset Graphics
26576         filename ../clipart/escher-lsd.eps
26577         scale 75
26578         scaleBeforeRotation
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \begin_layout Plain Layout
26586 \begin_inset Caption Standard
26587
26588 \begin_layout Plain Layout
26589 \begin_inset CommandInset label
26590 LatexCommand label
26591 name "fig:図横キャプション-2"
26592
26593 \end_inset
26594
26595 これは図の横にある縦方向中央揃えのキャプションです。
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Plain Layout
26609 \begin_inset ERT
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613
26614
26615 \backslash
26616 FigBesEnd
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Plain Layout
26625 \begin_inset ERT
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 TabBesBeg[5]
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \begin_layout Plain Layout
26641 \begin_inset Float table
26642 wide false
26643 sideways false
26644 status open
26645
26646 \begin_layout Plain Layout
26647 \begin_inset Caption Standard
26648
26649 \begin_layout Plain Layout
26650 \begin_inset CommandInset label
26651 LatexCommand label
26652 name "tab:図横幅広"
26653
26654 \end_inset
26655
26656 これは表
26657 \begin_inset CommandInset ref
26658 LatexCommand ref
26659 reference "tab:表横キャプション"
26660
26661 \end_inset
26662
26663 よりも幅広のキャプションです
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Plain Layout
26672 \begin_inset Tabular
26673 <lyxtabular version="3" rows="4" columns="5">
26674 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top">
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 a
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 b
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721 c
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 d
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 e
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 </row>
26774 <row>
26775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779 f
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 g
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 h
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 </row>
26821 <row>
26822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26823 \begin_inset Text
26824
26825 \begin_layout Plain Layout
26826
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26832 \begin_inset Text
26833
26834 \begin_layout Plain Layout
26835 i
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853 j
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 </row>
26868 </lyxtabular>
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Plain Layout
26881 \begin_inset ERT
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 TabBesEnd
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Standard
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 else
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \begin_inset Note Note
26916 status open
26917
26918 \begin_layout Plain Layout
26919 以下の部分は、LaTeXパッケージ
26920 \series bold
26921 sidecap
26922 \series default
26923 が導入されていないときのみ表示されます。
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \begin_layout Standard
26932 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26933 \series bold
26934 sidecap
26935 \series default
26936 を導入する必要があります。
26937 \end_layout
26938
26939 \begin_layout Standard
26940 \begin_inset ERT
26941 status collapsed
26942
26943 \begin_layout Plain Layout
26944
26945
26946 \backslash
26947 fi
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Section
26956 フロート一覧
26957 \begin_inset Index idx
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 ふろーと@フロート ! ふろーといちらん@フロート一覧
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26971 \family sans
26972 挿入\SpecialChar \menuseparator
26973 一覧/目次
26974 \family default
26975 メニューで挿入することができます。
26976 \end_layout
26977
26978 \begin_layout Standard
26979 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26980 \end_layout
26981
26982 \begin_layout Standard
26983 本文書の終わりに、図一覧と表一覧があります。
26984 \end_layout
26985
26986 \begin_layout Chapter
26987 注釈
26988 \end_layout
26989
26990 \begin_layout Section
26991 LyX注釈
26992 \begin_inset Index idx
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 注釈は、ツールバーボタン
27006 \family sans
27007
27008 \begin_inset Info
27009 type  "icon"
27010 arg   "note-insert"
27011 \end_inset
27012
27013
27014 \family default
27015 か、
27016 \family sans
27017 挿入\SpecialChar \menuseparator
27018 注釈
27019 \family default
27020 メニューで挿入することができます。注釈には、以下の三つの型があります。
27021 \end_layout
27022
27023 \begin_layout Description
27024 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27025 \begin_inset Newline newline
27026 \end_inset
27027
27028
27029 \begin_inset Newline newline
27030 \end_inset
27031
27032
27033 \begin_inset Graphics
27034         filename clipart/LyXNoteImageQt4.png
27035         display false
27036         scale 85
27037         scaleBeforeRotation
27038
27039 \end_inset
27040
27041
27042 \begin_inset Note Note
27043 status open
27044
27045 \begin_layout Plain Layout
27046 これは、出力には現れない注釈ボックスに書かれた文章です。
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Description
27055 コメント この注釈も出力には現れませんが、
27056 \family sans
27057 ファイル\SpecialChar \menuseparator
27058 書き出し\SpecialChar \menuseparator
27059 LaTeX (pdflatex) / (平文)
27060 \family default
27061  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27062 \begin_inset Newline newline
27063 \end_inset
27064
27065
27066 \begin_inset Newline newline
27067 \end_inset
27068
27069
27070 \begin_inset Graphics
27071         filename clipart/CommentNoteImageQt4.png
27072         display false
27073         scale 85
27074         scaleBeforeRotation
27075
27076 \end_inset
27077
27078  
27079 \begin_inset Note Comment
27080 status open
27081
27082 \begin_layout Plain Layout
27083 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Description
27092 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27093 \begin_inset Newline newline
27094 \end_inset
27095
27096
27097 \begin_inset Newline newline
27098 \end_inset
27099
27100
27101 \begin_inset Graphics
27102         filename clipart/GreyedOutNoteImageQt4.png
27103         display false
27104         scale 85
27105         scaleBeforeRotation
27106
27107 \end_inset
27108
27109
27110 \begin_inset Newline newline
27111 \end_inset
27112
27113
27114 \begin_inset ERT
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118
27119
27120 \backslash
27121 renewenvironment{lyxgreyedout}
27122 \end_layout
27123
27124 \begin_layout Plain Layout
27125
27126 {
27127 \backslash
27128 textcolor[gray]{0.8}
27129 \backslash
27130 bgroup}{
27131 \backslash
27132 egroup}
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \begin_inset Note Greyedout
27139 status open
27140
27141 \begin_layout Plain Layout
27142 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27143 \begin_inset Foot
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147 これは、淡色注釈内に脚注を用いた例です。
27148 \end_layout
27149
27150 \end_inset
27151
27152 です。
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \begin_inset ERT
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162
27163
27164 \backslash
27165 renewenvironment{lyxgreyedout}
27166 \end_layout
27167
27168 \begin_layout Plain Layout
27169
27170 {
27171 \backslash
27172 textcolor{blue}
27173 \backslash
27174 bgroup}{
27175 \backslash
27176 egroup}
27177 \end_layout
27178
27179 \end_inset
27180
27181
27182 \begin_inset Note Note
27183 status open
27184
27185 \begin_layout Plain Layout
27186 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
27187 定義されています。
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \begin_inset Newline newline
27194 \end_inset
27195
27196
27197 \begin_inset Newline newline
27198 \end_inset
27199
27200 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
27201 \end_layout
27202
27203 \begin_layout Standard
27204 \begin_inset VSpace bigskip
27205 \end_inset
27206
27207 注釈を挿入するのにツールバーボタン
27208 \family sans
27209
27210 \begin_inset Info
27211 type  "icon"
27212 arg   "note-insert"
27213 \end_inset
27214
27215
27216 \family default
27217 を使用すると、
27218 \family sans
27219 LyX注釈
27220 \family default
27221 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
27222 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
27223 さい。
27224 \end_layout
27225
27226 \begin_layout Standard
27227 \begin_inset VSpace bigskip
27228 \end_inset
27229
27230 淡色注釈の文字色は、
27231 \family sans
27232 文書\SpecialChar \menuseparator
27233 設定\SpecialChar \menuseparator
27234
27235 \family default
27236 メニューで変更することができます。
27237 \end_layout
27238
27239 \begin_layout Section
27240 脚注
27241 \begin_inset CommandInset label
27242 LatexCommand label
27243 name "sec:脚注"
27244
27245 \end_inset
27246
27247
27248 \begin_inset Index idx
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \begin_inset Index idx
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 きゃくちゅう@脚注
27263 \end_layout
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Standard
27271 脚注は、ツールバーボタン
27272 \family sans
27273
27274 \begin_inset Info
27275 type  "icon"
27276 arg   "footnote-insert"
27277 \end_inset
27278
27279
27280 \family default
27281 か、
27282 \family sans
27283 挿入\SpecialChar \menuseparator
27284 脚注
27285 \family default
27286 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27287 \begin_inset Graphics
27288         filename clipart/footnoteQt4.png
27289         scale 80
27290         scaleBeforeRotation
27291
27292 \end_inset
27293
27294 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27295 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27296 \end_layout
27297
27298 \begin_layout Standard
27299 これが脚注の例です
27300 \begin_inset Foot
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304 \begin_inset CommandInset label
27305 LatexCommand label
27306 name "fn:これは脚注の一例"
27307
27308 \end_inset
27309
27310 これは脚注の一例です。
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \begin_inset ERT
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320
27321
27322 \backslash
27323 newcounter{MyRepeatFoot}
27324 \end_layout
27325
27326 \begin_layout Plain Layout
27327
27328
27329 \backslash
27330 setcounter{MyRepeatFoot}{
27331 \backslash
27332 thefootnote}
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27342 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27343 \end_layout
27344
27345 \begin_layout Standard
27346 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27347 \begin_inset CommandInset ref
27348 LatexCommand ref
27349 reference "sec:フロートの参照"
27350
27351 \end_inset
27352
27353 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27354 \begin_inset Newline newline
27355 \end_inset
27356
27357 これは脚注
27358 \begin_inset CommandInset ref
27359 LatexCommand ref
27360 reference "fn:これは脚注の一例"
27361
27362 \end_inset
27363
27364 の相互参照です。
27365 \end_layout
27366
27367 \begin_layout Standard
27368 \begin_inset VSpace defskip
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Standard
27375 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27376 \series bold
27377
27378 \backslash
27379 footnotemark{}
27380 \series default
27381 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27382 \series bold
27383
27384 \backslash
27385 footnotetext
27386 \series default
27387 コマンドの引数として入力します。
27388 \begin_inset Newline newline
27389 \end_inset
27390
27391 以下の表ではコマンド
27392 \begin_inset Newline newline
27393 \end_inset
27394
27395
27396 \series bold
27397
27398 \backslash
27399 footnotetext{
27400 \series default
27401 出力される脚注の表
27402 \series bold
27403 }
27404 \series default
27405
27406 \begin_inset Newline newline
27407 \end_inset
27408
27409 を用いています。
27410 \end_layout
27411
27412 \begin_layout Standard
27413 \begin_inset Tabular
27414 <lyxtabular version="3" rows="2" columns="1">
27415 <features rotate="0" tabularvalignment="middle">
27416 <column alignment="center" valignment="top">
27417 <row>
27418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27419 \begin_inset Text
27420
27421 \begin_layout Plain Layout
27422 これは例文です。
27423 \begin_inset Foot
27424 status open
27425
27426 \begin_layout Plain Layout
27427 この脚注は出力されません!
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 </row>
27438 <row>
27439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Plain Layout
27443 これは例文です。
27444 \begin_inset ERT
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448
27449
27450 \backslash
27451 footnotemark{}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 </lyxtabular>
27463
27464 \end_inset
27465
27466
27467 \begin_inset ERT
27468 status collapsed
27469
27470 \begin_layout Plain Layout
27471
27472
27473 \backslash
27474 footnotetext{
27475 \end_layout
27476
27477 \end_inset
27478
27479 出力される脚注の表
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485 }
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \begin_layout Standard
27494 長尺表中の脚注は、第
27495 \begin_inset CommandInset ref
27496 LatexCommand ref
27497 reference "sub:長尺表での脚注"
27498
27499 \end_inset
27500
27501 節で述べられています。
27502 \end_layout
27503
27504 \begin_layout Standard
27505 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27506 \begin_inset CommandInset ref
27507 LatexCommand ref
27508 reference "sec:ミニページ"
27509
27510 \end_inset
27511
27512 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27513 \series bold
27514
27515 \backslash
27516 footnotemark{}
27517 \series default
27518
27519 \series bold
27520
27521 \backslash
27522 footntoetext
27523 \series default
27524 による方法を用いてください。
27525 \end_layout
27526
27527 \begin_layout Standard
27528 \begin_inset Box Frameless
27529 position "t"
27530 hor_pos "c"
27531 has_inner_box 1
27532 inner_pos "t"
27533 use_parbox 0
27534 use_makebox 0
27535 width "100col%"
27536 special "none"
27537 height "1in"
27538 height_special "totalheight"
27539 status open
27540
27541 \begin_layout Plain Layout
27542 これはミニページ中の例文です。
27543 \begin_inset Foot
27544 status open
27545
27546 \begin_layout Plain Layout
27547 ミニページ中の脚注です。
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Plain Layout
27556 これはミニページ中の例文です。
27557 \begin_inset ERT
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561
27562
27563 \backslash
27564 footnotemark{}
27565 \end_layout
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 \begin_inset ERT
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583
27584 \backslash
27585 footnotetext{
27586 \end_layout
27587
27588 \end_inset
27589
27590 ミニページ外の脚注です。
27591 \begin_inset ERT
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595
27596 }
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \begin_inset VSpace defskip
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Standard
27609 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27610 \series bold
27611
27612 \backslash
27613 footnotemark[番号]
27614 \series default
27615 を使用してください。
27616 \begin_inset Newline newline
27617 \end_inset
27618
27619 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27620 \begin_inset CommandInset ref
27621 LatexCommand ref
27622 reference "fn:これは脚注の一例"
27623
27624 \end_inset
27625
27626 の後に、TeXコードで
27627 \end_layout
27628
27629 \begin_layout Standard
27630
27631 \series bold
27632
27633 \backslash
27634 newcounter{MyRepeatFoot}
27635 \begin_inset Newline newline
27636 \end_inset
27637
27638
27639 \backslash
27640 setcounter{MyRepeatFoot}{
27641 \backslash
27642 thefootnote}
27643 \end_layout
27644
27645 \begin_layout Standard
27646 というコマンドを挿入しています。そして脚注マークは、
27647 \end_layout
27648
27649 \begin_layout Standard
27650
27651 \series bold
27652
27653 \backslash
27654 footnotemark[
27655 \backslash
27656 theMyRepeatFoot]
27657 \end_layout
27658
27659 \begin_layout Standard
27660 で作成します。
27661 \end_layout
27662
27663 \begin_layout Standard
27664 これは繰り返し脚注の例です。
27665 \begin_inset ERT
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669
27670
27671 \backslash
27672 footnotemark[
27673 \backslash
27674 theMyRepeatFoot]
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Standard
27683 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27684 \end_layout
27685
27686 \begin_layout Standard
27687
27688 \series bold
27689
27690 \backslash
27691 footnotemark[
27692 \backslash
27693 thefootnote]
27694 \end_layout
27695
27696 \begin_layout Standard
27697 を使用してください。
27698 \end_layout
27699
27700 \begin_layout Standard
27701 これは繰り返し脚注の例です。
27702 \begin_inset ERT
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706
27707
27708 \backslash
27709 footnotemark[
27710 \backslash
27711 thefootnote]
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Subsection
27720 脚注の付番
27721 \begin_inset CommandInset label
27722 LatexCommand label
27723 name "sub:脚注の付番"
27724
27725 \end_inset
27726
27727
27728 \begin_inset Index idx
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 きゃくちゅう@脚注 ! ふばん@付番
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Standard
27741 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27742 \end_layout
27743
27744 \begin_layout Standard
27745
27746 \series bold
27747
27748 \backslash
27749 @addtoreset{footnote}{section}
27750 \end_layout
27751
27752 \begin_layout Standard
27753 というコマンドを加えてください。
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset VSpace bigskip
27758 \end_inset
27759
27760 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27761 \end_layout
27762
27763 \begin_layout Standard
27764
27765 \series bold
27766
27767 \backslash
27768 renewcommand{
27769 \backslash
27770 thefootnote}{
27771 \backslash
27772 roman{footnote}}
27773 \end_layout
27774
27775 \begin_layout Standard
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 renewcommand{
27784 \backslash
27785 thefootnote}{
27786 \backslash
27787 roman{footnote}}
27788 \end_layout
27789
27790 \end_inset
27791
27792 これは、ローマ数字を使った脚注です
27793 \begin_inset Foot
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 これは、ローマ数字を使った脚注の例です。
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Standard
27806 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27807 \series bold
27808
27809 \backslash
27810 roman
27811 \series default
27812
27813 \series bold
27814
27815 \backslash
27816 Roman
27817 \series default
27818 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27819 \series bold
27820
27821 \backslash
27822 Alph
27823 \series default
27824 または
27825 \series bold
27826
27827 \backslash
27828 alph
27829 \series default
27830 を使用してください。記号を使って付「番」するには、
27831 \series bold
27832
27833 \backslash
27834 fnsymbol
27835 \series default
27836 を使ってください。
27837 \end_layout
27838
27839 \begin_layout Standard
27840 \begin_inset Note Greyedout
27841 status open
27842
27843 \begin_layout Plain Layout
27844
27845 \series bold
27846 【註】
27847 \series default
27848 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \begin_inset Newline newline
27855 \end_inset
27856
27857
27858 \begin_inset Note Greyedout
27859 status open
27860
27861 \begin_layout Plain Layout
27862
27863 \series bold
27864 【註】
27865 \series default
27866 記号を使うと9個の脚注しか番号を振ることができません。
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Standard
27875 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27876 \series bold
27877
27878 \backslash
27879 roman
27880 \series default
27881
27882 \series bold
27883
27884 \backslash
27885 arabic
27886 \series default
27887 に置き換えて使用してください。
27888 \begin_inset ERT
27889 status collapsed
27890
27891 \begin_layout Plain Layout
27892
27893
27894 \backslash
27895 renewcommand{
27896 \backslash
27897 thefootnote}{
27898 \backslash
27899 arabic{footnote}}
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \begin_layout Standard
27908 \begin_inset VSpace bigskip
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27916 \end_layout
27917
27918 \begin_layout Standard
27919
27920 \series bold
27921
27922 \backslash
27923 numberwithin{footnote}{chapter}
27924 \end_layout
27925
27926 \begin_layout Standard
27927 というコマンドを加えてください。
27928 \series bold
27929
27930 \backslash
27931 numberwithin
27932 \series default
27933 コマンドを使用できるようにするためには、文書設定の
27934 \family sans
27935 数式オプション
27936 \family default
27937 タブで
27938 \family sans
27939 AMS
27940 \begin_inset space ~
27941 \end_inset
27942
27943 mathパッケージを使う
27944 \family default
27945 オプションを有効にしてください。
27946 \end_layout
27947
27948 \begin_layout Standard
27949 \begin_inset ERT
27950 status collapsed
27951
27952 \begin_layout Plain Layout
27953
27954
27955 \backslash
27956 numberwithin{footnote}{chapter}
27957 \end_layout
27958
27959 \end_inset
27960
27961 これは、脚注のもう一つの例です
27962 \series bold
27963
27964 \begin_inset Foot
27965 status open
27966
27967 \begin_layout Plain Layout
27968
27969 \series bold
27970 これは、
27971 \series default
27972 「章番号.脚注番号」スキームで番号を振られた脚注です。
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \series default
27979
27980 \begin_inset ERT
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984
27985
27986 \backslash
27987 renewcommand{
27988 \backslash
27989 thefootnote}{
27990 \backslash
27991 arabic{footnote}}
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset Note Greyedout
28001 status open
28002
28003 \begin_layout Plain Layout
28004
28005 \series bold
28006 【註】
28007 \backslash
28008 numberwithin
28009 \series default
28010 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28011 \end_layout
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \begin_layout Standard
28019 また、例えば「章番号.
28020 \backslash
28021 Roman{footnote}」スキームを得るには、
28022 \series bold
28023
28024 \backslash
28025 numberwithin
28026 \series default
28027 の代わりに以下のコマンドを使用してください。
28028 \end_layout
28029
28030 \begin_layout Standard
28031
28032 \series bold
28033
28034 \backslash
28035 renewcommand{
28036 \backslash
28037 thefootnote}{
28038 \backslash
28039 thechapter.
28040 \backslash
28041 Roman{footnote}}
28042 \end_layout
28043
28044 \begin_layout Subsection
28045 脚注の配置
28046 \begin_inset Index idx
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050 きゃくちゅう@脚注 ! はいち@配置
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28060 ブルに足して、1.5
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 mmの余白を追加することもできます。
28065 \end_layout
28066
28067 \begin_layout Standard
28068
28069 \series bold
28070
28071 \backslash
28072 let
28073 \backslash
28074 myFoot
28075 \backslash
28076 footnote
28077 \begin_inset Newline newline
28078 \end_inset
28079
28080
28081 \backslash
28082 renewcommand{
28083 \backslash
28084 footnote}[1]{
28085 \backslash
28086 myFoot{#1
28087 \backslash
28088 vspace{1.5mm}}}
28089 \end_layout
28090
28091 \begin_layout Standard
28092 \begin_inset VSpace bigskip
28093 \end_inset
28094
28095 二段組文書では、脚注は各段底部に表示されます(図
28096 \begin_inset CommandInset ref
28097 LatexCommand ref
28098 reference "fig:標準的脚注配置"
28099
28100 \end_inset
28101
28102 )。図
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "fig:ftnright脚注配置"
28106
28107 \end_inset
28108
28109 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28110 \end_layout
28111
28112 \begin_layout Standard
28113
28114 \series bold
28115
28116 \backslash
28117 usepackage{ftnright}
28118 \end_layout
28119
28120 \begin_layout Standard
28121 というコマンドを書いて、LaTeXパッケージ
28122 \series bold
28123 ftnright
28124 \series default
28125
28126 \begin_inset Index idx
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28131 \end_layout
28132
28133 \end_inset
28134
28135 を読み込みます。
28136 \begin_inset Float figure
28137 placement !h
28138 wide false
28139 sideways false
28140 status open
28141
28142 \begin_layout Plain Layout
28143 \begin_inset ERT
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 framebox{
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \begin_inset Graphics
28157         filename ../clipart/without_fntright.pdf
28158         width 100col%
28159         scaleBeforeRotation
28160
28161 \end_inset
28162
28163
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169 }
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Plain Layout
28178 \begin_inset Caption Standard
28179
28180 \begin_layout Plain Layout
28181 \begin_inset CommandInset label
28182 LatexCommand label
28183 name "fig:標準的脚注配置"
28184
28185 \end_inset
28186
28187 二段組文書の標準的な脚注配置
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 \begin_inset Float figure
28202 placement !h
28203 wide false
28204 sideways false
28205 status open
28206
28207 \begin_layout Plain Layout
28208 \begin_inset ERT
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212
28213
28214 \backslash
28215 framebox{
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \begin_inset Graphics
28222         filename ../clipart/with_fntright.pdf
28223         width 100col%
28224         scaleBeforeRotation
28225
28226 \end_inset
28227
28228
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234 }
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Plain Layout
28243 \begin_inset Caption Standard
28244
28245 \begin_layout Plain Layout
28246 \begin_inset CommandInset label
28247 LatexCommand label
28248 name "fig:ftnright脚注配置"
28249
28250 \end_inset
28251
28252 LaTeXパッケージ
28253 \series bold
28254 ftnright
28255 \series default
28256 を使用したときの二段組文書の脚注配置
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \begin_inset VSpace bigskip
28271 \end_inset
28272
28273 科学的文献に於いては、図
28274 \begin_inset CommandInset ref
28275 LatexCommand ref
28276 reference "fig:後注"
28277
28278 \end_inset
28279
28280 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28281 \begin_inset Index idx
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 こちゅう@後注
28286 \end_layout
28287
28288 \end_inset
28289
28290 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28291 \family sans
28292 文書\SpecialChar \menuseparator
28293 設定\SpecialChar \menuseparator
28294 モジュール
28295 \family default
28296 メニューで
28297 \family sans
28298 脚注から後注へ
28299 \family default
28300 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28301 \end_layout
28302
28303 \begin_layout Standard
28304
28305 \series bold
28306
28307 \backslash
28308 theendnotes
28309 \end_layout
28310
28311 \begin_layout Standard
28312 というコマンドを挿入してください。
28313 \end_layout
28314
28315 \begin_layout Standard
28316 \begin_inset Float figure
28317 wide false
28318 sideways false
28319 status open
28320
28321 \begin_layout Plain Layout
28322 \align center
28323 \begin_inset ERT
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327
28328
28329 \backslash
28330 framebox{
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \begin_inset Graphics
28337         filename ../clipart/endnotes.pdf
28338         scaleBeforeRotation
28339
28340 \end_inset
28341
28342
28343 \begin_inset ERT
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348 }
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \begin_layout Plain Layout
28357 \begin_inset Caption Standard
28358
28359 \begin_layout Plain Layout
28360 \begin_inset CommandInset label
28361 LatexCommand label
28362 name "fig:後注"
28363
28364 \end_inset
28365
28366 後注 – 注を節ないし章末に別段落として印字します。
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Standard
28380 \begin_inset VSpace medskip
28381 \end_inset
28382
28383 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28384 \end_layout
28385
28386 \begin_layout Standard
28387
28388 \series bold
28389
28390 \backslash
28391 renewcommand{
28392 \backslash
28393 notesname}{Anmerkungen}
28394 \end_layout
28395
28396 \begin_layout Standard
28397 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28398 \end_layout
28399
28400 \begin_layout Standard
28401 \begin_inset VSpace medskip
28402 \end_inset
28403
28404
28405 \begin_inset CommandInset ref
28406 LatexCommand ref
28407 reference "sub:脚注の付番"
28408
28409 \end_inset
28410
28411 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28412 \series bold
28413
28414 \backslash
28415 thefootnote
28416 \series default
28417 コマンドの代わりに
28418 \series bold
28419
28420 \backslash
28421 theendnote
28422 \series default
28423 を用いてください。後注番号をリセットするには、第
28424 \begin_inset CommandInset ref
28425 LatexCommand ref
28426 reference "sub:脚注の付番"
28427
28428 \end_inset
28429
28430 節で述べたコマンド
28431 \series bold
28432
28433 \backslash
28434 @addtoreset
28435 \series default
28436 の、パラメータ
28437 \series bold
28438 footnote
28439 \series default
28440
28441 \series bold
28442 endnote
28443 \series default
28444 に変えて、使用してください。
28445 \end_layout
28446
28447 \begin_layout Standard
28448 後注の印だけを作成するには、第
28449 \begin_inset CommandInset ref
28450 LatexCommand ref
28451 reference "sec:脚注"
28452
28453 \end_inset
28454
28455 節で説明した
28456 \series bold
28457
28458 \backslash
28459 footnotemark
28460 \series default
28461 コマンドの代わりに、
28462 \series bold
28463
28464 \backslash
28465 endnotemark[番号]
28466 \series default
28467 コマンドを使用してください。
28468 \end_layout
28469
28470 \begin_layout Standard
28471 \begin_inset VSpace bigskip
28472 \end_inset
28473
28474 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28475 \series bold
28476 footmisc
28477 \series default
28478
28479 \begin_inset Index idx
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \begin_inset CommandInset citation
28490 LatexCommand cite
28491 key "footmisc"
28492
28493 \end_inset
28494
28495 を参照してください。
28496 \end_layout
28497
28498 \begin_layout Standard
28499 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28500 \begin_inset CommandInset citation
28501 LatexCommand cite
28502 key "latexcompanion,latexguide,latexbook"
28503
28504 \end_inset
28505
28506 に載っています。
28507 \series bold
28508 KOMA-Script
28509 \series default
28510
28511 \begin_inset Index idx
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28516 \end_layout
28517
28518 \end_inset
28519
28520 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28521 \begin_inset CommandInset citation
28522 LatexCommand cite
28523 key "KOMA-Script"
28524
28525 \end_inset
28526
28527 参照)。
28528 \end_layout
28529
28530 \begin_layout Section
28531 傍注
28532 \begin_inset Index idx
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \begin_layout Standard
28545 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28546 \family sans
28547 挿入\SpecialChar \menuseparator
28548 傍注
28549 \family default
28550 メニューかツールバーボタン
28551 \family sans
28552
28553 \begin_inset Info
28554 type  "icon"
28555 arg   "marginalnote-insert"
28556 \end_inset
28557
28558
28559 \family default
28560 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28561 \end_layout
28562
28563 \begin_layout Standard
28564 横にあるのが傍注です
28565 \begin_inset Marginal
28566 status open
28567
28568 \begin_layout Plain Layout
28569 これは傍注文です。
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Standard
28578 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28579 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28580 \end_layout
28581
28582 \begin_layout Standard
28583 \begin_inset VSpace bigskip
28584 \end_inset
28585
28586 傍注を内側余白に置くには、傍注の前にTeXコードで
28587 \end_layout
28588
28589 \begin_layout Standard
28590
28591 \series bold
28592
28593 \backslash
28594 reversemarginpar
28595 \end_layout
28596
28597 \begin_layout Standard
28598 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28599 \begin_inset ERT
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603
28604
28605 \backslash
28606 reversemarginpar 
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \begin_inset Marginal
28613 status open
28614
28615 \begin_layout Plain Layout
28616 これは内側余白の傍注です。
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \series bold
28623
28624 \begin_inset Newline newline
28625 \end_inset
28626
28627
28628 \series default
28629
28630 \begin_inset Note Greyedout
28631 status open
28632
28633 \begin_layout Plain Layout
28634 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 既定の配置に戻すには、TeXコードで
28644 \end_layout
28645
28646 \begin_layout Standard
28647
28648 \series bold
28649
28650 \backslash
28651 normalmarginpar
28652 \end_layout
28653
28654 \begin_layout Standard
28655 というコマンドを書き加えてください。
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660
28661
28662 \backslash
28663 normalmarginpar 
28664 \end_layout
28665
28666 \end_inset
28667
28668  
28669 \begin_inset Note Greyedout
28670 status open
28671
28672 \begin_layout Plain Layout
28673
28674 \series bold
28675 【註】
28676 \backslash
28677 reversemarginpar
28678 \series default
28679 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 \begin_inset VSpace bigskip
28689 \end_inset
28690
28691
28692 \begin_inset Marginal
28693 status open
28694
28695 \begin_layout Plain Layout
28696 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \begin_inset CommandInset ref
28703 LatexCommand ref
28704 reference "sub:複数行"
28705
28706 \end_inset
28707
28708 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28709 \begin_inset space \thinspace{}
28710 \end_inset
28711
28712 pt水平空白を挿入してください 
28713 \begin_inset Marginal
28714 status open
28715
28716 \begin_layout Plain Layout
28717 \begin_inset space \hspace*{}
28718 \length 0pt
28719 \end_inset
28720
28721 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset VSpace bigskip
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Standard
28737 \begin_inset Note Greyedout
28738 status open
28739
28740 \begin_layout Plain Layout
28741
28742 \series bold
28743 【註】
28744 \series default
28745 通常、傍注は表やフロート、脚注の中では使用することができません。
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 \begin_inset VSpace bigskip
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766
28767 \backslash
28768 ifmarginnote
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset Note Note
28775 status open
28776
28777 \begin_layout Plain Layout
28778 以下の部分は、LaTeXパッケージ
28779 \series bold
28780 marginnote
28781 \series default
28782 が導入されているときのみ表示されます。
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791 この制約は、LaTeXパッケージ
28792 \series bold
28793 marginnote
28794 \series default
28795
28796 \begin_inset Index idx
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28801 \end_layout
28802
28803 \end_inset
28804
28805 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28806 \series bold
28807 marginnote
28808 \series default
28809 パッケージが提供するコマンドを使うようになります。
28810 \end_layout
28811
28812 \begin_layout Standard
28813
28814 \series bold
28815
28816 \backslash
28817 usepackage{marginnote}
28818 \begin_inset Newline newline
28819 \end_inset
28820
28821
28822 \backslash
28823 let
28824 \backslash
28825 marginpar
28826 \backslash
28827 marginnote
28828 \end_layout
28829
28830 \begin_layout Standard
28831
28832 \series bold
28833 marginnote
28834 \series default
28835 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28836 \series bold
28837 marginnote
28838 \series default
28839 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28840 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28841 \end_layout
28842
28843 \begin_layout Standard
28844
28845 \series bold
28846 [オフセット]
28847 \end_layout
28848
28849 \begin_layout Standard
28850 という形で書くことで設定することができます。ここで「オフセット」には、表
28851 \begin_inset CommandInset ref
28852 LatexCommand ref
28853 reference "tab:単位"
28854
28855 \end_inset
28856
28857 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28858 \series bold
28859 [-1.5cm]
28860 \series default
28861 」を使用して、1.5
28862 \begin_inset space \thinspace{}
28863 \end_inset
28864
28865 cm上にずらしてあります
28866 \begin_inset Marginal
28867 status open
28868
28869 \begin_layout Plain Layout
28870 この傍注は、本来の位置よりも1.5
28871 \begin_inset space \thinspace{}
28872 \end_inset
28873
28874 cm上にずらしてあります。
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \begin_inset ERT
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884
28885 [-1.5cm]
28886 \end_layout
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \begin_layout Standard
28894 \begin_inset VSpace medskip
28895 \end_inset
28896
28897
28898 \series bold
28899 marginnote
28900 \series default
28901 を使うと、傍注の揃えを変更することもできます。たとえば、
28902 \end_layout
28903
28904 \begin_layout Standard
28905
28906 \series bold
28907
28908 \backslash
28909 renewcommand*{
28910 \backslash
28911 raggedleftmarginnote}{
28912 \backslash
28913 centering}
28914 \begin_inset Newline newline
28915 \end_inset
28916
28917
28918 \backslash
28919 renewcommand*{
28920 \backslash
28921 raggedrightmarginnote}{
28922 \backslash
28923 centering}
28924 \end_layout
28925
28926 \begin_layout Standard
28927 というコマンドを使うと、中央揃えになります。
28928 \series bold
28929
28930 \backslash
28931 raggedleftmarginnote
28932 \series default
28933 とは、左側に表示されている傍注のことを指します
28934 \begin_inset ERT
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938
28939
28940 \backslash
28941 renewcommand*{
28942 \backslash
28943 raggedleftmarginnote}{
28944 \backslash
28945 centering}
28946 \end_layout
28947
28948 \begin_layout Plain Layout
28949
28950
28951 \backslash
28952 renewcommand*{
28953 \backslash
28954 raggedrightmarginnote}{
28955 \backslash
28956 centering}
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \begin_inset Marginal
28963 status open
28964
28965 \begin_layout Plain Layout
28966 この傍注の文章は中央揃えになっています。
28967 \end_layout
28968
28969 \end_inset
28970
28971 。既定の設定は、
28972 \end_layout
28973
28974 \begin_layout Standard
28975
28976 \series bold
28977
28978 \backslash
28979 renewcommand*{
28980 \backslash
28981 raggedleftmarginnote}{
28982 \backslash
28983 raggedleft}
28984 \begin_inset Newline newline
28985 \end_inset
28986
28987
28988 \backslash
28989 renewcommand*{
28990 \backslash
28991 raggedrightmarginnote}{
28992 \backslash
28993 raggedright}
28994 \series default
28995
28996 \begin_inset ERT
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000
29001
29002 \backslash
29003 renewcommand*{
29004 \backslash
29005 raggedleftmarginnote}{
29006 \backslash
29007 raggedleft}
29008 \end_layout
29009
29010 \begin_layout Plain Layout
29011
29012
29013 \backslash
29014 renewcommand*{
29015 \backslash
29016 raggedrightmarginnote}{
29017 \backslash
29018 raggedright}
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \begin_layout Standard
29027 です。
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \begin_inset VSpace medskip
29032 \end_inset
29033
29034
29035 \series bold
29036 marginnote
29037 \series default
29038 の他の機能については、
29039 \begin_inset CommandInset citation
29040 LatexCommand cite
29041 key "marginnote"
29042
29043 \end_inset
29044
29045 の取扱説明書をご参照ください。
29046 \end_layout
29047
29048 \begin_layout Standard
29049 \begin_inset VSpace bigskip
29050 \end_inset
29051
29052 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29053 \family sans
29054 \series bold
29055 \bar under
29056 注意!
29057 \family default
29058 \series default
29059 \bar default
29060 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29061 \end_layout
29062
29063 \begin_layout Standard
29064
29065 \series bold
29066
29067 \backslash
29068 let
29069 \backslash
29070 myMarginpar
29071 \backslash
29072 marginpar
29073 \begin_inset Newline newline
29074 \end_inset
29075
29076
29077 \backslash
29078 renewcommand{
29079 \backslash
29080 marginpar}[1]{
29081 \backslash
29082 myMarginpar{%
29083 \begin_inset Newline newline
29084 \end_inset
29085
29086
29087 \begin_inset Phantom HPhantom
29088 status open
29089
29090 \begin_layout Plain Layout
29091
29092 \series bold
29093 \begin_inset space ~
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \backslash
29103 hspace{0pt}
29104 \backslash
29105 textsf{
29106 \backslash
29107 textbf{
29108 \backslash
29109 underbar{注意!}}}%
29110 \begin_inset Newline newline
29111 \end_inset
29112
29113
29114 \begin_inset Phantom HPhantom
29115 status open
29116
29117 \begin_layout Plain Layout
29118
29119 \series bold
29120 \begin_inset space ~
29121 \end_inset
29122
29123
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \backslash
29130 vspace{1.5mm}
29131 \backslash
29132
29133 \backslash
29134 #1}}
29135 \end_layout
29136
29137 \begin_layout Standard
29138 \begin_inset ERT
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142
29143
29144 \backslash
29145 let
29146 \backslash
29147 myMarginpar
29148 \backslash
29149 marginpar
29150 \end_layout
29151
29152 \begin_layout Plain Layout
29153
29154
29155 \backslash
29156 renewcommand{
29157 \backslash
29158 marginpar}[1]{
29159 \backslash
29160 myMarginpar{%
29161 \end_layout
29162
29163 \begin_layout Plain Layout
29164
29165    
29166 \backslash
29167 textsf{
29168 \backslash
29169 textbf{
29170 \backslash
29171 underbar{注意!}}}%
29172 \end_layout
29173
29174 \begin_layout Plain Layout
29175
29176    
29177 \backslash
29178 vspace{1.5mm}
29179 \backslash
29180
29181 \backslash
29182 #1}}
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \begin_inset Marginal
29189 status open
29190
29191 \begin_layout Plain Layout
29192 これは、定義したヘッダをつけた傍注です。
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \begin_inset ERT
29199 status collapsed
29200
29201 \begin_layout Plain Layout
29202
29203 [-1.5cm]
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214
29215 \backslash
29216 renewcommand{
29217 \backslash
29218 marginpar}[1]{
29219 \backslash
29220 myMarginpar{#1}}
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \begin_inset Note Note
29227 status open
29228
29229 \begin_layout Plain Layout
29230 傍注書式は、この例の分だけ変更してあります。
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset ERT
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243
29244
29245 \backslash
29246 else
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \begin_inset Note Note
29253 status open
29254
29255 \begin_layout Plain Layout
29256 以下の部分は、LaTeXパッケージ
29257 \series bold
29258 marginnote
29259 \series default
29260 が導入されていないときのみ表示されます。
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29270 \series bold
29271 marginnote
29272 \series default
29273 を導入する必要があります。
29274 \end_layout
29275
29276 \begin_layout Standard
29277 \begin_inset ERT
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281
29282
29283 \backslash
29284 fi
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \end_layout
29291
29292 \begin_layout Chapter
29293 ボックス
29294 \end_layout
29295
29296 \begin_layout Section
29297 はじめに
29298 \begin_inset Index idx
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302 ぼっくす@ボックス ! はじめに
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29312 \begin_inset CommandInset ref
29313 LatexCommand ref
29314 reference "sec:ミニページ"
29315
29316 \end_inset
29317
29318 節参照)、文章を囲ったり(第
29319 \begin_inset CommandInset ref
29320 LatexCommand ref
29321 reference "sec:装飾"
29322
29323 \end_inset
29324
29325 節参照)、単語がハイフネートされるのを予防したり(第
29326 \begin_inset CommandInset ref
29327 LatexCommand ref
29328 reference "sec:ハイフネーションの回避"
29329
29330 \end_inset
29331
29332 節参照)、文章を揃えたり(第
29333 \begin_inset CommandInset ref
29334 LatexCommand ref
29335 reference "sub:垂直揃え"
29336
29337 \end_inset
29338
29339 節参照)、あるいは文章の背景色を設定したり(第
29340 \begin_inset CommandInset ref
29341 LatexCommand ref
29342 reference "sec:色付きボックス"
29343
29344 \end_inset
29345
29346 節参照)するのに使用します。
29347 \end_layout
29348
29349 \begin_layout Standard
29350 ボックスは、
29351 \family sans
29352 挿入\SpecialChar \menuseparator
29353 ボックス
29354 \family default
29355 メニューかツールバーボタン
29356 \family sans
29357
29358 \begin_inset Info
29359 type  "icon"
29360 arg   "box-insert Frameless"
29361 \end_inset
29362
29363
29364 \family default
29365 を使って挿入することができます。すると、
29366 \begin_inset Graphics
29367         filename clipart/BoxInsetDefaultQt4.png
29368         scale 85
29369         scaleBeforeRotation
29370
29371 \end_inset
29372
29373 のように
29374 \family sans
29375 ボックス(minipage環境)
29376 \family default
29377 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29378 \family sans
29379 設定
29380 \family default
29381 メニューを選択すると現れるボックスダイアログでは、
29382 \family sans
29383 parboxコマンド
29384 \family default
29385
29386 \family sans
29387 minipage環境
29388 \family default
29389 の二つの
29390 \family sans
29391 内部ボックス
29392 \family default
29393 型を選択することができます。
29394 \family sans
29395 minipage
29396 \family default
29397 型は、新規ボックスの既定値となっており、第
29398 \begin_inset CommandInset ref
29399 LatexCommand ref
29400 reference "sec:ミニページ"
29401
29402 \end_inset
29403
29404 節で説明します。
29405 \family sans
29406 parbox
29407 \family default
29408 型については第
29409 \begin_inset CommandInset ref
29410 LatexCommand ref
29411 reference "sec:Parboxes"
29412
29413 \end_inset
29414
29415 節、
29416 \family sans
29417 makebox
29418 \family default
29419 型については第
29420 \begin_inset CommandInset ref
29421 LatexCommand ref
29422 reference "sec:ハイフネーションの回避"
29423
29424 \end_inset
29425
29426 節で述べます。
29427 \end_layout
29428
29429 \begin_layout Standard
29430 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29431 \end_layout
29432
29433 \begin_layout Standard
29434 \begin_inset Note Greyedout
29435 status open
29436
29437 \begin_layout Plain Layout
29438 【註】ボックスは、
29439 \family sans
29440 箇条書き(記号)
29441 \family default
29442 環境や
29443 \family sans
29444 箇条書き(記述)
29445 \family default
29446 環境の単独要素とすべきではありません。
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset Note Greyedout
29456 status open
29457
29458 \begin_layout Plain Layout
29459 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29460 \family sans
29461 内部ボックス
29462 \family default
29463 型は
29464 \family sans
29465 なし
29466 \family default
29467 にしか設定することができません。
29468 \family sans
29469 内部ボックス
29470 \family default
29471 型や枠のないボックスについては、第
29472 \begin_inset CommandInset ref
29473 LatexCommand ref
29474 reference "sec:ハイフネーションの回避"
29475
29476 \end_inset
29477
29478 節で説明します。
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \begin_layout Section
29487 ボックスダイアログ
29488 \begin_inset CommandInset label
29489 LatexCommand label
29490 name "sec:ボックスダイアログ"
29491
29492 \end_inset
29493
29494
29495 \begin_inset Index idx
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \begin_layout Subsection
29508 寸法
29509 \begin_inset Index idx
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513 ぼっくす@ボックス ! すんぽう@寸法
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 ボックスダイアログでは、
29523 \family sans
29524
29525 \family default
29526
29527 \family sans
29528 高さ
29529 \family default
29530 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29531 \begin_inset CommandInset ref
29532 LatexCommand ref
29533 reference "tab:単位"
29534
29535 \end_inset
29536
29537 に説明されています。
29538 \family sans
29539 高さ
29540 \family default
29541 フィールドには、加えて以下の寸法を使用することができます。
29542 \end_layout
29543
29544 \begin_layout Description
29545 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29546 \begin_inset Newline newline
29547 \end_inset
29548
29549
29550 \begin_inset Newline newline
29551 \end_inset
29552
29553
29554 \begin_inset Newline newline
29555 \end_inset
29556
29557
29558 \begin_inset Box Boxed
29559 position "c"
29560 hor_pos "c"
29561 has_inner_box 1
29562 inner_pos "c"
29563 use_parbox 0
29564 use_makebox 0
29565 width "12col%"
29566 special "none"
29567 height "1in"
29568 height_special "depth"
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 \align center
29573 高さを1階層に設定したボックス
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \begin_inset Newline newline
29580 \end_inset
29581
29582
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Description
29590 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29591 \begin_inset Box Boxed
29592 position "c"
29593 hor_pos "c"
29594 has_inner_box 1
29595 inner_pos "c"
29596 use_parbox 0
29597 use_makebox 0
29598 width "20col%"
29599 special "none"
29600 height "2in"
29601 height_special "height"
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605 \align center
29606 高さを2高さに設定したボックス
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Description
29615 全高 これは「高さ」+「階層」です。
29616 \begin_inset Box Boxed
29617 position "c"
29618 hor_pos "c"
29619 has_inner_box 1
29620 inner_pos "c"
29621 use_parbox 0
29622 use_makebox 0
29623 width "20col%"
29624 special "none"
29625 height "1in"
29626 height_special "totalheight"
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630 \align center
29631 高さを1全高に設定したボックス
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Description
29640 幅 これはボックスの幅を高さに設定します。
29641 \begin_inset Box Boxed
29642 position "c"
29643 hor_pos "c"
29644 has_inner_box 1
29645 inner_pos "c"
29646 use_parbox 0
29647 use_makebox 0
29648 width "12col%"
29649 special "none"
29650 height "1in"
29651 height_special "width"
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 \align center
29656 高さを1幅に設定したボックス
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Subsection
29665 文字揃え
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 ぼっくす@ボックス ! もじそろえ@文字揃え
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679
29680 \family sans
29681 内部ボックス
29682 \family default
29683 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29684 \end_layout
29685
29686 \begin_layout Description
29687 上 これは例示のための本文行です。
29688 \begin_inset Box Boxed
29689 position "t"
29690 hor_pos "c"
29691 has_inner_box 1
29692 inner_pos "c"
29693 use_parbox 0
29694 use_makebox 0
29695 width "12col%"
29696 special "none"
29697 height "1in"
29698 height_special "totalheight"
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702 \align center
29703 このボックスは上揃えです。
29704 \end_layout
29705
29706 \end_inset
29707
29708 これは例示のための本文行です。
29709 \end_layout
29710
29711 \begin_layout Description
29712 中央 これは例示のための本文行です。
29713 \begin_inset Box Boxed
29714 position "c"
29715 hor_pos "c"
29716 has_inner_box 1
29717 inner_pos "c"
29718 use_parbox 0
29719 use_makebox 0
29720 width "12col%"
29721 special "none"
29722 height "1in"
29723 height_special "totalheight"
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727 \align center
29728 このボックスは中央揃えです。
29729 \end_layout
29730
29731 \end_inset
29732
29733 これは例示のための本文行です。
29734 \end_layout
29735
29736 \begin_layout Description
29737 下 これは例示のための本文行です。
29738 \begin_inset Box Boxed
29739 position "b"
29740 hor_pos "c"
29741 has_inner_box 1
29742 inner_pos "c"
29743 use_parbox 0
29744 use_makebox 0
29745 width "12col%"
29746 special "none"
29747 height "1in"
29748 height_special "totalheight"
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752 \align center
29753 このボックスは下揃えです。
29754 \end_layout
29755
29756 \end_inset
29757
29758 これは例示のための本文行です。
29759 \end_layout
29760
29761 \begin_layout Standard
29762 \begin_inset Note Greyedout
29763 status open
29764
29765 \begin_layout Plain Layout
29766
29767 \series bold
29768 【註】
29769 \series default
29770 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \end_layout
29777
29778 \begin_layout Standard
29779 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29780 \end_layout
29781
29782 \begin_layout Standard
29783 \begin_inset VSpace bigskip
29784 \end_inset
29785
29786
29787 \family sans
29788 内部ボックス
29789 \family default
29790 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29791 \end_layout
29792
29793 \begin_layout Description
29794 上 これは例示のための本文行です。
29795 \begin_inset Box Boxed
29796 position "c"
29797 hor_pos "c"
29798 has_inner_box 1
29799 inner_pos "t"
29800 use_parbox 0
29801 use_makebox 0
29802 width "12col%"
29803 special "none"
29804 height "1.5in"
29805 height_special "totalheight"
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809 \align center
29810 このボックスの文章は上揃えです。
29811 \end_layout
29812
29813 \end_inset
29814
29815 これは例示のための本文行です。
29816 \end_layout
29817
29818 \begin_layout Description
29819 中央 これは例示のための本文行です。
29820 \begin_inset Box Boxed
29821 position "c"
29822 hor_pos "c"
29823 has_inner_box 1
29824 inner_pos "c"
29825 use_parbox 0
29826 use_makebox 0
29827 width "12col%"
29828 special "none"
29829 height "1.5in"
29830 height_special "totalheight"
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 \align center
29835 このボックスの文章は中央揃えです。
29836 \end_layout
29837
29838 \end_inset
29839
29840 これは例示のための本文行です。
29841 \end_layout
29842
29843 \begin_layout Description
29844 下 これは例示のための本文行です。
29845 \begin_inset Box Boxed
29846 position "c"
29847 hor_pos "c"
29848 has_inner_box 1
29849 inner_pos "b"
29850 use_parbox 0
29851 use_makebox 0
29852 width "12col%"
29853 special "none"
29854 height "1.5in"
29855 height_special "totalheight"
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859 \align center
29860 このボックスの文章は下揃えです。
29861 \end_layout
29862
29863 \end_inset
29864
29865 これは例示のための本文行です。
29866 \end_layout
29867
29868 \begin_layout Description
29869 広げる これは例示のための本文行です。
29870 \begin_inset Box Boxed
29871 position "c"
29872 hor_pos "c"
29873 has_inner_box 1
29874 inner_pos "s"
29875 use_parbox 0
29876 use_makebox 0
29877 width "17col%"
29878 special "none"
29879 height "1.5in"
29880 height_special "totalheight"
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 \align center
29885 このボックスの
29886 \end_layout
29887
29888 \begin_layout Plain Layout
29889 \align center
29890 文章は広げて
29891 \end_layout
29892
29893 \begin_layout Plain Layout
29894 \align center
29895 あります。
29896 \end_layout
29897
29898 \end_inset
29899
29900 これは例示のための本文行です。
29901 \end_layout
29902
29903 \begin_layout Standard
29904 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29905 \end_layout
29906
29907 \begin_layout Standard
29908 \begin_inset VSpace bigskip
29909 \end_inset
29910
29911
29912 \family sans
29913 内部ボックス
29914 \family default
29915 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29916 \end_layout
29917
29918 \begin_layout Standard
29919 \align center
29920 \begin_inset Box Boxed
29921 position "c"
29922 hor_pos "c"
29923 has_inner_box 1
29924 inner_pos "s"
29925 use_parbox 0
29926 use_makebox 0
29927 width "25col%"
29928 special "none"
29929 height "1.25in"
29930 height_special "totalheight"
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934 \align left
29935 このボックスの
29936 \end_layout
29937
29938 \begin_layout Plain Layout
29939 \align center
29940 文章は広げて
29941 \end_layout
29942
29943 \begin_layout Plain Layout
29944 \align right
29945 あります。
29946 \end_layout
29947
29948 \end_inset
29949
29950
29951 \end_layout
29952
29953 \begin_layout Standard
29954
29955 \family sans
29956 内部ボックス
29957 \family default
29958 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29959 \end_layout
29960
29961 \begin_layout Standard
29962 \align center
29963 \begin_inset Box Boxed
29964 position "c"
29965 hor_pos "s"
29966 has_inner_box 0
29967 inner_pos "s"
29968 use_parbox 0
29969 use_makebox 0
29970 width "90col%"
29971 special "none"
29972 height "1.25in"
29973 height_special "totalheight"
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 このボックスの文章は水平方向に広げてあります。
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Subsection
29986 装飾
29987 \begin_inset CommandInset label
29988 LatexCommand label
29989 name "sec:装飾"
29990
29991 \end_inset
29992
29993
29994 \begin_inset Index idx
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998 ぼっくす@ボックス ! そうしょく@装飾
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 ボックス型は、ボックスダイアログ中の
30008 \family sans
30009 装飾
30010 \family default
30011 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30012 \end_layout
30013
30014 \begin_layout Description
30015 縁なし 枠を描きません。
30016 \end_layout
30017
30018 \begin_layout Description
30019 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30020 \series bold
30021
30022 \backslash
30023 fboxrule
30024 \series default
30025 の値になります。 
30026 \begin_inset Box Boxed
30027 position "c"
30028 hor_pos "c"
30029 has_inner_box 1
30030 inner_pos "c"
30031 use_parbox 0
30032 use_makebox 0
30033 width "20col%"
30034 special "none"
30035 height "1in"
30036 height_special "totalheight"
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040 \align center
30041 長方形の箱型
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \end_layout
30048
30049 \begin_layout Description
30050 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30051 \begin_inset space \thinspace{}
30052 \end_inset
30053
30054 ptです。 
30055 \begin_inset Box ovalbox
30056 position "c"
30057 hor_pos "c"
30058 has_inner_box 1
30059 inner_pos "c"
30060 use_parbox 0
30061 use_makebox 0
30062 width "20col%"
30063 special "none"
30064 height "1in"
30065 height_special "totalheight"
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 \align center
30070 楕円形の箱型(細線)
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Description
30079 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30080 \begin_inset space \thinspace{}
30081 \end_inset
30082
30083 ptです。 
30084 \begin_inset Box Ovalbox
30085 position "c"
30086 hor_pos "c"
30087 has_inner_box 1
30088 inner_pos "c"
30089 use_parbox 0
30090 use_makebox 0
30091 width "20col%"
30092 special "none"
30093 height "1in"
30094 height_special "totalheight"
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 \align center
30099 楕円形の箱型(太線)
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \begin_layout Description
30108 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30109 \series bold
30110
30111 \backslash
30112 fboxrule
30113 \series default
30114 の値になり、影の幅は4
30115 \begin_inset space \thinspace{}
30116 \end_inset
30117
30118 ptになります。
30119 \begin_inset Box Shadowbox
30120 position "c"
30121 hor_pos "c"
30122 has_inner_box 1
30123 inner_pos "c"
30124 use_parbox 0
30125 use_makebox 0
30126 width "20col%"
30127 special "none"
30128 height "1in"
30129 height_special "totalheight"
30130 status collapsed
30131
30132 \begin_layout Plain Layout
30133 \align center
30134 影付きの箱型
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \end_layout
30141
30142 \begin_layout Description
30143 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
30144 \begin_inset Foot
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149 \begin_inset CommandInset ref
30150 LatexCommand ref
30151 reference "sec:色付きボックス"
30152
30153 \end_inset
30154
30155 節を参照のこと。
30156 \end_layout
30157
30158 \end_inset
30159
30160 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
30161 \begin_inset Box Shaded
30162 position "t"
30163 hor_pos "c"
30164 has_inner_box 0
30165 inner_pos "t"
30166 use_parbox 0
30167 use_makebox 0
30168 width "50col%"
30169 special "none"
30170 height "1in"
30171 height_special "totalheight"
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 影付き背景の箱型
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Description
30184 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
30185 \begin_inset space \thinspace{}
30186 \end_inset
30187
30188
30189 \series bold
30190
30191 \backslash
30192 fboxrule
30193 \series default
30194 であり、外側の枠線の太さは1.5
30195 \begin_inset space \thinspace{}
30196 \end_inset
30197
30198
30199 \series bold
30200
30201 \backslash
30202 fboxrule
30203 \series default
30204 です。枠線間の距離は1.5
30205 \begin_inset space \thinspace{}
30206 \end_inset
30207
30208
30209 \series bold
30210
30211 \backslash
30212 fboxrule
30213 \series default
30214
30215 \begin_inset space \thinspace{}
30216 \end_inset
30217
30218 +
30219 \begin_inset space \thinspace{}
30220 \end_inset
30221
30222 0.5
30223 \begin_inset space \thinspace{}
30224 \end_inset
30225
30226 ptです。 
30227 \begin_inset Box Doublebox
30228 position "c"
30229 hor_pos "c"
30230 has_inner_box 1
30231 inner_pos "c"
30232 use_parbox 0
30233 use_makebox 0
30234 width "20col%"
30235 special "none"
30236 height "1in"
30237 height_special "totalheight"
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241 \align center
30242 二重の長方形の箱型
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \end_layout
30249
30250 \begin_layout Standard
30251 \begin_inset VSpace bigskip
30252 \end_inset
30253
30254 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30255 \series bold
30256 fancybox
30257 \series default
30258
30259 \begin_inset Index idx
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30264 \end_layout
30265
30266 \end_inset
30267
30268 が導入済みでなくてはなりません。
30269 \end_layout
30270
30271 \begin_layout Standard
30272 \begin_inset VSpace bigskip
30273 \end_inset
30274
30275 装飾として
30276 \family sans
30277 簡素な長方形の箱型
30278 \family default
30279 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30280 れ、このボックス型では
30281 \series bold
30282
30283 \backslash
30284 fboxrule
30285 \series default
30286
30287 \series bold
30288
30289 \backslash
30290 fboxsep
30291 \series default
30292 は無効となります。枠線の太さは
30293 \series bold
30294
30295 \backslash
30296 FrameRule
30297 \series default
30298 の値になります。 
30299 \begin_inset Box Framed
30300 position "t"
30301 hor_pos "c"
30302 has_inner_box 0
30303 inner_pos "t"
30304 use_parbox 0
30305 use_makebox 0
30306 width "100col%"
30307 special "none"
30308 height "1in"
30309 height_special "totalheight"
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313 改行可能な箱型
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Section
30322 ボックスの詳細な設定
30323 \begin_inset Index idx
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \end_layout
30334
30335 \begin_layout Standard
30336 寸法
30337 \series bold
30338
30339 \backslash
30340 fboxrule
30341 \series default
30342 の既定値は0.4
30343 \begin_inset space \thinspace{}
30344 \end_inset
30345
30346 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30347 \begin_inset space \thinspace{}
30348 \end_inset
30349
30350 ptに変更することができます。
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \series bold
30356
30357 \backslash
30358 setlength{
30359 \backslash
30360 fboxrule}{2pt}
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369
30370 \backslash
30371 setlength{
30372 \backslash
30373 fboxrule}{2pt}
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \begin_inset Box Boxed
30380 position "c"
30381 hor_pos "c"
30382 has_inner_box 1
30383 inner_pos "c"
30384 use_parbox 0
30385 use_makebox 0
30386 width "25col%"
30387 special "none"
30388 height "1in"
30389 height_special "totalheight"
30390 status open
30391
30392 \begin_layout Plain Layout
30393 \align center
30394
30395 \series bold
30396
30397 \backslash
30398 fboxrule
30399 \series default
30400
30401 \begin_inset space \thinspace{}
30402 \end_inset
30403
30404 =
30405 \begin_inset space \thinspace{}
30406 \end_inset
30407
30408 2
30409 \begin_inset space \thinspace{}
30410 \end_inset
30411
30412 ptの長方形の箱型
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 setlength{
30426 \backslash
30427 fboxrule}{0.4pt}
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Standard
30436 \begin_inset VSpace bigskip
30437 \end_inset
30438
30439 枠とボックスの内容との空白は、すべての枠様式について3
30440 \begin_inset space \thinspace{}
30441 \end_inset
30442
30443 ptが既定値になっています。これは、長さ
30444 \series bold
30445
30446 \backslash
30447 fboxsep
30448 \series default
30449 を別の値に設定することによって変更することができます。たとえば
30450 \end_layout
30451
30452 \begin_layout Standard
30453
30454 \series bold
30455
30456 \backslash
30457 setlength{
30458 \backslash
30459 fboxsep}{10pt}
30460 \end_layout
30461
30462 \begin_layout Standard
30463 というコマンドは、この値を10
30464 \begin_inset space \thinspace{}
30465 \end_inset
30466
30467 ptにし、以下のボックスのようになります。
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset ERT
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475
30476
30477 \backslash
30478 setlength{
30479 \backslash
30480 fboxsep}{10pt}
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \begin_inset Box Boxed
30487 position "c"
30488 hor_pos "c"
30489 has_inner_box 1
30490 inner_pos "c"
30491 use_parbox 0
30492 use_makebox 0
30493 width "25col%"
30494 special "none"
30495 height "1in"
30496 height_special "totalheight"
30497 status open
30498
30499 \begin_layout Plain Layout
30500 \align center
30501
30502 \series bold
30503
30504 \backslash
30505 fboxsep
30506 \series default
30507
30508 \begin_inset space \thinspace{}
30509 \end_inset
30510
30511 =
30512 \begin_inset space \thinspace{}
30513 \end_inset
30514
30515 10
30516 \begin_inset space \thinspace{}
30517 \end_inset
30518
30519 ptの長方形の箱型
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \begin_inset ERT
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529
30530
30531 \backslash
30532 setlength{
30533 \backslash
30534 fboxsep}{3pt}
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 \begin_inset VSpace bigskip
30544 \end_inset
30545
30546 楕円形ボックスの丸い角の直径は、コマンド
30547 \series bold
30548
30549 \backslash
30550 cornersize
30551 \series default
30552 で設定することができます。
30553 \end_layout
30554
30555 \begin_layout Standard
30556
30557 \series bold
30558
30559 \backslash
30560 cornersize*{1cm}
30561 \end_layout
30562
30563 \begin_layout Standard
30564 というコマンドは、直径を1
30565 \begin_inset space \thinspace{}
30566 \end_inset
30567
30568 cmに設定します。
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 cornersize{数値}
30577 \end_layout
30578
30579 \begin_layout Standard
30580 というコマンドは、直径を
30581 \family sans
30582 数値
30583 \begin_inset space \thinspace{}
30584 \end_inset
30585
30586
30587 \family default
30588
30589 \begin_inset Formula $\times$
30590 \end_inset
30591
30592
30593 \family sans
30594
30595 \begin_inset space \thinspace{}
30596 \end_inset
30597
30598 (ボックスの幅と高さの小さい方)
30599 \family default
30600 に設定します。既定値は
30601 \series bold
30602
30603 \backslash
30604 cornersize{0.5}
30605 \series default
30606 です。
30607 \end_layout
30608
30609 \begin_layout Standard
30610 \begin_inset ERT
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614
30615
30616 \backslash
30617 cornersize*{1.5cm}
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \begin_inset Box Ovalbox
30624 position "c"
30625 hor_pos "c"
30626 has_inner_box 1
30627 inner_pos "c"
30628 use_parbox 0
30629 use_makebox 0
30630 width "25col%"
30631 special "none"
30632 height "1in"
30633 height_special "totalheight"
30634 status open
30635
30636 \begin_layout Plain Layout
30637 \align center
30638
30639 \series bold
30640
30641 \backslash
30642 cornersize
30643 \series default
30644
30645 \begin_inset space \thinspace{}
30646 \end_inset
30647
30648 =
30649 \begin_inset space \thinspace{}
30650 \end_inset
30651
30652 1.5
30653 \begin_inset space \thinspace{}
30654 \end_inset
30655
30656 cmの楕円形の箱型
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667
30668 \backslash
30669 cornersize{0.5}
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Standard
30678 \begin_inset VSpace bigskip
30679 \end_inset
30680
30681 影の大きさは、長さ
30682 \series bold
30683
30684 \backslash
30685 shadowsize
30686 \series default
30687 を変更することで調整できます。以下のボックスでは
30688 \end_layout
30689
30690 \begin_layout Standard
30691
30692 \series bold
30693
30694 \backslash
30695 setlength{
30696 \backslash
30697 shadowsize}{2pt}
30698 \end_layout
30699
30700 \begin_layout Standard
30701 というコマンドを使って、2
30702 \begin_inset space \thinspace{}
30703 \end_inset
30704
30705 ptに設定しています。
30706 \end_layout
30707
30708 \begin_layout Standard
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714
30715 \backslash
30716 setlength{
30717 \backslash
30718 shadowsize}{2pt}
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \begin_inset Box Shadowbox
30725 position "c"
30726 hor_pos "c"
30727 has_inner_box 1
30728 inner_pos "c"
30729 use_parbox 0
30730 use_makebox 0
30731 width "25col%"
30732 special "none"
30733 height "1in"
30734 height_special "totalheight"
30735 status open
30736
30737 \begin_layout Plain Layout
30738 \align center
30739
30740 \series bold
30741
30742 \backslash
30743 shadowsize
30744 \series default
30745
30746 \begin_inset space \thinspace{}
30747 \end_inset
30748
30749 =
30750 \begin_inset space \thinspace{}
30751 \end_inset
30752
30753 2
30754 \begin_inset space \thinspace{}
30755 \end_inset
30756
30757 ptの影付きボックス
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768
30769 \backslash
30770 setlength{
30771 \backslash
30772 shadowsize}{4pt}
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \end_layout
30779
30780 \begin_layout Standard
30781 \begin_inset VSpace bigskip
30782 \end_inset
30783
30784
30785 \end_layout
30786
30787 \begin_layout Standard
30788 寸法
30789 \series bold
30790
30791 \backslash
30792 FrameRule
30793 \series default
30794 の既定値は0.4
30795 \begin_inset space \thinspace{}
30796 \end_inset
30797
30798 ptです。ボックスの中身と枠の間の空白の既定値は9
30799 \begin_inset space \thinspace{}
30800 \end_inset
30801
30802 ptですが、
30803 \series bold
30804
30805 \backslash
30806 FrameSep
30807 \series default
30808 の値を変えることで変更することができます。たとえば、下記の
30809 \family sans
30810 ボックス
30811 \family default
30812 の枠の外見は、
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 setlength{
30821 \backslash
30822 FrameRule}{5pt}
30823 \begin_inset Newline newline
30824 \end_inset
30825
30826
30827 \backslash
30828 setlength{
30829 \backslash
30830 FrameSep}{0.5cm}
30831 \end_layout
30832
30833 \begin_layout Standard
30834 というTeXコードコマンドで設定してあります。
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840
30841 \backslash
30842 setlength{
30843 \backslash
30844 FrameRule}{5pt}
30845 \end_layout
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 setlength{
30852 \backslash
30853 FrameSep}{0.5cm}
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset Box Framed
30860 position "t"
30861 hor_pos "c"
30862 has_inner_box 0
30863 inner_pos "t"
30864 use_parbox 0
30865 use_makebox 0
30866 width "100col%"
30867 special "none"
30868 height "1in"
30869 height_special "totalheight"
30870 status open
30871
30872 \begin_layout Plain Layout
30873 これは
30874 \family sans
30875 改頁可能
30876 \family default
30877 ボックスの文章です。
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888
30889 \backslash
30890 setlength{
30891 \backslash
30892 FrameRule}{0.4pt}
30893 \end_layout
30894
30895 \begin_layout Plain Layout
30896
30897
30898 \backslash
30899 setlength{
30900 \backslash
30901 FrameSep}{9pt}
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 \begin_inset VSpace bigskip
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \family sans
30919 影付き背景
30920 \family default
30921 ボックスでは、ボックスの内容と枠の余白の既定値は3
30922 \begin_inset space \thinspace{}
30923 \end_inset
30924
30925 ptになっていますが、
30926 \series bold
30927
30928 \backslash
30929 fboxsep
30930 \series default
30931 の値を変更することで変えられます。既定の背景色である赤色は、
30932 \series bold
30933
30934 \backslash
30935 definecolor{shadebox}
30936 \series default
30937 コマンドで局所的に変更することもできますし、
30938 \family sans
30939 ツール\SpecialChar \menuseparator
30940 設定\SpecialChar \menuseparator
30941 色\SpecialChar \menuseparator
30942 影付きボックス
30943 \family default
30944 メニューからグローバルに変更することもできます。
30945 \series bold
30946
30947 \backslash
30948 definecolor
30949 \series default
30950 コマンドの用法は第
30951 \begin_inset CommandInset ref
30952 LatexCommand ref
30953 reference "sec:色付きの表"
30954
30955 \end_inset
30956
30957
30958 \begin_inset Foot
30959 status open
30960
30961 \begin_layout Plain Layout
30962 N
30963 \series bold
30964
30965 \backslash
30966 definecolor
30967 \series default
30968 は、LaTeXパッケージの
30969 \series bold
30970 color
30971 \series default
30972 をプリアンブルに読み込む必要があります。第
30973 \begin_inset CommandInset ref
30974 LatexCommand ref
30975 reference "sec:色付きボックス"
30976
30977 \end_inset
30978
30979 節をご参照ください。.
30980 \end_layout
30981
30982 \end_inset
30983
30984 で説明されています。
30985 \end_layout
30986
30987 \begin_layout Standard
30988 たとえば、下記の影付き背景ボックスの外見は
30989 \end_layout
30990
30991 \begin_layout Standard
30992
30993 \series bold
30994
30995 \backslash
30996 setlength{
30997 \backslash
30998 fboxsep}{0.5cm}
30999 \series default
31000
31001 \begin_inset Newline newline
31002 \end_inset
31003
31004
31005 \series bold
31006
31007 \backslash
31008 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31009 \end_layout
31010
31011 \begin_layout Standard
31012 というTeXコードコマンドを使って設定してあります。
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021
31022 \backslash
31023 setlength{
31024 \backslash
31025 fboxsep}{0.5cm}
31026 \end_layout
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \begin_inset Box Shaded
31039 position "t"
31040 hor_pos "c"
31041 has_inner_box 0
31042 inner_pos "t"
31043 use_parbox 0
31044 use_makebox 0
31045 width "100col%"
31046 special "none"
31047 height "1in"
31048 height_special "totalheight"
31049 status open
31050
31051 \begin_layout Plain Layout
31052
31053 \color yellow
31054 これは、濃緑色の背景の
31055 \family sans
31056 影付き背景
31057 \family default
31058 ボックスに入れた黄色の文章です。
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \begin_inset ERT
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068
31069
31070 \backslash
31071 setlength{
31072 \backslash
31073 fboxsep}{3pt}
31074 \end_layout
31075
31076 \begin_layout Plain Layout
31077
31078
31079 \backslash
31080 definecolor{shadecolor}{rgb}{1,0,0}
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \begin_layout Standard
31089 \begin_inset VSpace bigskip
31090 \end_inset
31091
31092 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31093 \end_layout
31094
31095 \begin_layout Section
31096 ミニページ
31097 \begin_inset CommandInset label
31098 LatexCommand label
31099 name "sec:ミニページ"
31100
31101 \end_inset
31102
31103
31104 \begin_inset Index idx
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 ぼっくす@ボックス ! みにぺーじ@ミニページ
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Standard
31117 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31118 \end_layout
31119
31120 \begin_layout Standard
31121 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31122 \end_layout
31123
31124 \begin_layout Standard
31125 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31126 \family sans
31127 挿入
31128 \family default
31129 \SpecialChar \menuseparator
31130
31131 \family sans
31132 整形
31133 \family default
31134 \SpecialChar \menuseparator
31135
31136 \family sans
31137 水平方向の空白
31138 \family default
31139 メニューで挿入した水平フィルで隔てられています。
31140 \begin_inset Newpage newpage
31141 \end_inset
31142
31143
31144 \end_layout
31145
31146 \begin_layout Standard
31147 \begin_inset Box Frameless
31148 position "t"
31149 hor_pos "c"
31150 has_inner_box 1
31151 inner_pos "c"
31152 use_parbox 0
31153 use_makebox 0
31154 width "45col%"
31155 special "none"
31156 height "1in"
31157 height_special "totalheight"
31158 status open
31159
31160 \begin_layout Plain Layout
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  Dies ist ein deutscher Text
31174 \begin_inset Foot
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178 Dies ist eine deutsche Fußnote.
31179 \end_layout
31180
31181 \end_inset
31182
31183 .
31184  Dies ist ein deutscher Text.
31185  Dies ist ein deutscher Text.
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \begin_inset space \hfill{}
31192 \end_inset
31193
31194
31195 \begin_inset Box Frameless
31196 position "t"
31197 hor_pos "c"
31198 has_inner_box 1
31199 inner_pos "c"
31200 use_parbox 0
31201 use_makebox 0
31202 width "45col%"
31203 special "none"
31204 height "1in"
31205 height_special "totalheight"
31206 status open
31207
31208 \begin_layout Plain Layout
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  This is an English Text.
31225 \begin_inset Foot
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229 This is an English footnote.
31230 \end_layout
31231
31232 \end_inset
31233
31234  This is an English Text.
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \begin_layout Standard
31243 \begin_inset VSpace bigskip
31244 \end_inset
31245
31246 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31247 \family sans
31248 中スキップ
31249 \family default
31250 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31251 \end_layout
31252
31253 \begin_layout Standard
31254 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31255 \begin_inset CommandInset ref
31256 LatexCommand ref
31257 reference "sub:段落の着色"
31258
31259 \end_inset
31260
31261 節をご参照ください。
31262 \end_layout
31263
31264 \begin_layout Standard
31265 \begin_inset Note Greyedout
31266 status open
31267
31268 \begin_layout Plain Layout
31269
31270 \series bold
31271 【註】
31272 \series default
31273 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \end_layout
31280
31281 \begin_layout Section
31282 Parbox
31283 \begin_inset CommandInset label
31284 LatexCommand label
31285 name "sec:Parboxes"
31286
31287 \end_inset
31288
31289
31290 \begin_inset Index idx
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294 ぼっくす@ボックス ! Parboxes
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \align center
31308 \begin_inset Box Frameless
31309 position "t"
31310 hor_pos "c"
31311 has_inner_box 1
31312 inner_pos "t"
31313 use_parbox 1
31314 use_makebox 0
31315 width "33col%"
31316 special "none"
31317 height "1in"
31318 height_special "totalheight"
31319 status open
31320
31321 \begin_layout Plain Layout
31322 これはparbox内の文章です。これはparbox内の文章です。
31323 \end_layout
31324
31325 \begin_layout Plain Layout
31326 右の脚注は表示されません。
31327 \begin_inset Foot
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331 これはparbox内の脚注であり、したがって表示はされません。
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Section
31345 単語や文字のボックス
31346 \begin_inset Index idx
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350 ぼっくす@ボックス ! もじよう@文字用
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Subsection
31359 ハイフネーションの回避
31360 \begin_inset CommandInset label
31361 LatexCommand label
31362 name "sec:ハイフネーションの回避"
31363
31364 \end_inset
31365
31366
31367 \begin_inset Index idx
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380 単語や文章がハイフネートされるのを防ぐには、
31381 \family sans
31382 makebox
31383 \family default
31384 型ボックスを使うことができます。
31385 \begin_inset Newline newline
31386 \end_inset
31387
31388 以下が例示用の文章です。
31389 \end_layout
31390
31391 \begin_layout Standard
31392 This line is an example to show how you can prevent the hyphenation of 
31393 \begin_inset Quotes eld
31394 \end_inset
31395
31396 veryverylongword
31397 \begin_inset Quotes erd
31398 \end_inset
31399
31400 .
31401 \end_layout
31402
31403 \begin_layout Standard
31404 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31405 \family sans
31406 内部ボックス
31407 \family default
31408
31409 \family sans
31410 makeboxコマンド
31411 \family default
31412 に設定し、幅を1幅にします。
31413 \end_layout
31414
31415 \begin_layout Standard
31416 以下がその結果です。
31417 \end_layout
31418
31419 \begin_layout Standard
31420 This line is an example to show how you can prevent the hyphenation of 
31421 \begin_inset Box Frameless
31422 position "t"
31423 hor_pos "c"
31424 has_inner_box 1
31425 inner_pos "t"
31426 use_parbox 0
31427 use_makebox 1
31428 width "1in"
31429 special "width"
31430 height "1in"
31431 height_special "totalheight"
31432 status open
31433
31434 \begin_layout Plain Layout
31435 \begin_inset Quotes eld
31436 \end_inset
31437
31438 veryverylongword
31439 \begin_inset Quotes erd
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \end_inset
31446
31447 .
31448 \end_layout
31449
31450 \begin_layout Standard
31451 別の方法としては、以下のように、単語の前に直接TeXコードで「
31452 \series bold
31453
31454 \backslash
31455 -
31456 \series default
31457 」コマンドを設定する方法もあります。
31458 \end_layout
31459
31460 \begin_layout Standard
31461 This line is an example to show how you can prevent the hyphenation of 
31462 \begin_inset Quotes eld
31463 \end_inset
31464
31465
31466 \begin_inset ERT
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470
31471
31472 \backslash
31473 -
31474 \end_layout
31475
31476 \end_inset
31477
31478 veryverylongword
31479 \begin_inset Quotes erd
31480 \end_inset
31481
31482 .
31483 \end_layout
31484
31485 \begin_layout Standard
31486 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31487 \family sans
31488 挿入
31489 \family default
31490 \SpecialChar \menuseparator
31491
31492 \family sans
31493 整形
31494 \family default
31495 \SpecialChar \menuseparator
31496
31497 \family sans
31498 整形なし改行
31499 \family default
31500 メニュー(
31501 \begin_inset Flex Ruby
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 捷径
31506 \begin_inset Argument post:1
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510 ショートカット
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \begin_inset Info
31522 type  "shortcut"
31523 arg   "newline-insert newline"
31524 \end_inset
31525
31526 )から改行を単語の前に入れてください。
31527 \end_layout
31528
31529 \begin_layout Standard
31530 This line is an example to show how you can prevent the hyphenation of 
31531 \begin_inset Newline newline
31532 \end_inset
31533
31534
31535 \begin_inset Box Frameless
31536 position "t"
31537 hor_pos "c"
31538 has_inner_box 1
31539 inner_pos "t"
31540 use_parbox 0
31541 use_makebox 1
31542 width "1in"
31543 special "width"
31544 height "1in"
31545 height_special "totalheight"
31546 status open
31547
31548 \begin_layout Plain Layout
31549 \begin_inset Quotes eld
31550 \end_inset
31551
31552 veryverylongword
31553 \begin_inset Quotes erd
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \end_inset
31560
31561 .
31562 \end_layout
31563
31564 \begin_layout Subsection
31565 垂直揃え
31566 \begin_inset CommandInset label
31567 LatexCommand label
31568 name "sub:垂直揃え"
31569
31570 \end_inset
31571
31572
31573 \begin_inset Index idx
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 ぼっくす@ボックス ! Raiseboxes
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596
31597 \series bold
31598
31599 \backslash
31600 raisebox
31601 \series default
31602 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31603 \series bold
31604
31605 \backslash
31606 raisebox
31607 \series default
31608 は以下の書式で使用します。
31609 \end_layout
31610
31611 \begin_layout Standard
31612
31613 \series bold
31614
31615 \backslash
31616 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31617 \end_layout
31618
31619 \begin_layout Standard
31620 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31621 \end_layout
31622
31623 \begin_layout Standard
31624 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \series bold
31630
31631 \backslash
31632 raisebox{
31633 \backslash
31634 depth}{
31635 \end_layout
31636
31637 \begin_layout Standard
31638 というコマンドを挿入してください。単語の後には、閉じ括弧「
31639 \series bold
31640 }
31641 \series default
31642 」をTeXコードで挿入してください。
31643 \begin_inset Newline newline
31644 \end_inset
31645
31646 以下がその出力です。
31647 \end_layout
31648
31649 \begin_layout Standard
31650 This is a text line with the word 
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 raisebox{
31659 \backslash
31660 depth}{
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \begin_inset Quotes eld
31667 \end_inset
31668
31669 preventing
31670 \begin_inset Quotes erd
31671 \end_inset
31672
31673
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679 }
31680 \end_layout
31681
31682 \end_inset
31683
31684  as raised word.
31685 \end_layout
31686
31687 \begin_layout Standard
31688 \begin_inset VSpace bigskip
31689 \end_inset
31690
31691 行中の文字を上げ下げすると、以下のように行間が広がります。
31692 \end_layout
31693
31694 \begin_layout Standard
31695 This is a text line with the word 
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701
31702 \backslash
31703 raisebox{-
31704 \backslash
31705 depth}{
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \begin_inset Quotes eld
31712 \end_inset
31713
31714 preventing
31715 \begin_inset Quotes erd
31716 \end_inset
31717
31718
31719 \begin_inset ERT
31720 status collapsed
31721
31722 \begin_layout Plain Layout
31723
31724 }
31725 \end_layout
31726
31727 \end_inset
31728
31729  as lowered word.
31730 \begin_inset Newline newline
31731 \end_inset
31732
31733 This is a text line with the word 
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739
31740 \backslash
31741 raisebox{0.5cm}{
31742 \end_layout
31743
31744 \end_inset
31745
31746
31747 \begin_inset Quotes eld
31748 \end_inset
31749
31750 testing
31751 \begin_inset Quotes erd
31752 \end_inset
31753
31754
31755 \begin_inset ERT
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759
31760 }
31761 \end_layout
31762
31763 \end_inset
31764
31765  as raised word.
31766 \end_layout
31767
31768 \begin_layout Standard
31769 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31770 \end_layout
31771
31772 \begin_layout Standard
31773
31774 \series bold
31775
31776 \backslash
31777 raisebox{-
31778 \backslash
31779 depth}[0pt]{
31780 \end_layout
31781
31782 \begin_layout Standard
31783 とすると、
31784 \end_layout
31785
31786 \begin_layout Standard
31787 This is a text line with the word 
31788 \begin_inset ERT
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792
31793
31794 \backslash
31795 raisebox{-
31796 \backslash
31797 depth}[0pt]{
31798 \end_layout
31799
31800 \end_inset
31801
31802
31803 \begin_inset Quotes eld
31804 \end_inset
31805
31806 preventing
31807 \begin_inset Quotes erd
31808 \end_inset
31809
31810
31811 \begin_inset ERT
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815
31816 }
31817 \end_layout
31818
31819 \end_inset
31820
31821  as lowered word.
31822 \begin_inset Newline newline
31823 \end_inset
31824
31825 This is a text line with the word 
31826 \begin_inset ERT
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830
31831
31832 \backslash
31833 raisebox{0.5cm}[0pt]{
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \begin_inset Quotes eld
31840 \end_inset
31841
31842 testing
31843 \begin_inset Quotes erd
31844 \end_inset
31845
31846
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852 }
31853 \end_layout
31854
31855 \end_inset
31856
31857  as raised word.
31858 \end_layout
31859
31860 \begin_layout Section
31861 色付きボックス
31862 \begin_inset CommandInset label
31863 LatexCommand label
31864 name "sec:色付きボックス"
31865
31866 \end_inset
31867
31868
31869 \begin_inset Index idx
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873 ぼっくす@ボックス ! いろつき@色付き
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Subsection
31882 文字の着色
31883 \begin_inset Index idx
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887 いろ@色 ! もじの@文字の---
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \begin_layout Standard
31896 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31897 \series bold
31898 color
31899 \series default
31900
31901 \begin_inset Index idx
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905 LaTeXぱっけーじ@LaTeXパッケージ ! color
31906 \end_layout
31907
31908 \end_inset
31909
31910 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31911 \end_layout
31912
31913 \begin_layout Standard
31914
31915 \series bold
31916
31917 \backslash
31918 @ifundefined{textcolor}
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922
31923 \begin_inset Phantom HPhantom
31924 status open
31925
31926 \begin_layout Plain Layout
31927
31928 \series bold
31929 \begin_inset space ~
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936
31937 {
31938 \backslash
31939 usepackage{color}}{}
31940 \end_layout
31941
31942 \begin_layout Standard
31943
31944 \series bold
31945 color
31946 \series default
31947 パッケージは、文章を着色するとLyXが自動的に読み込みます
31948 \begin_inset Foot
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952 これが二度読み込まれることを回避するには、
31953 \series bold
31954
31955 \backslash
31956 @ifundefined
31957 \series default
31958 コマンドを使用します。
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 \begin_inset VSpace medskip
31968 \end_inset
31969
31970 色付きボックスは、
31971 \series bold
31972
31973 \backslash
31974 colorbox
31975 \series default
31976 コマンドを使って作ります。これは、以下のような書式で使われます。
31977 \end_layout
31978
31979 \begin_layout Standard
31980
31981 \series bold
31982
31983 \backslash
31984 colorbox{color}{ボックスの内容}
31985 \end_layout
31986
31987 \begin_layout Standard
31988 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
31989 \end_layout
31990
31991 \begin_layout Standard
31992 事前定義されている色には、
31993 \begin_inset Newline newline
31994 \end_inset
31995
31996
31997 \family sans
31998
31999 \family default
32000
32001 \family sans
32002
32003 \family default
32004
32005 \family sans
32006 シアン
32007 \family default
32008
32009 \family sans
32010
32011 \family default
32012
32013 \family sans
32014 マゼンタ
32015 \family default
32016
32017 \family sans
32018
32019 \family default
32020
32021 \family sans
32022
32023 \family default
32024
32025 \family sans
32026
32027 \family default
32028
32029 \begin_inset Newline newline
32030 \end_inset
32031
32032 があります。第
32033 \begin_inset CommandInset ref
32034 LatexCommand ref
32035 reference "sec:色付きの表"
32036
32037 \end_inset
32038
32039 節に述べられているようにすれば、自前の色を定義することもできます。
32040 \end_layout
32041
32042 \begin_layout Standard
32043 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32044 \end_layout
32045
32046 \begin_layout Standard
32047
32048 \series bold
32049
32050 \backslash
32051 colorbox{red}{
32052 \end_layout
32053
32054 \begin_layout Standard
32055 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32056 \series bold
32057 }
32058 \series default
32059 」を入れてください。
32060 \begin_inset Newline newline
32061 \end_inset
32062
32063 以下がその結果です。
32064 \end_layout
32065
32066 \begin_layout Standard
32067 この行では、
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 colorbox{red}{
32076 \end_layout
32077
32078 \end_inset
32079
32080 「注意!」
32081 \begin_inset ERT
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085
32086 }
32087 \end_layout
32088
32089 \end_inset
32090
32091 という単語が赤い背景になっています。
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \begin_inset VSpace bigskip
32096 \end_inset
32097
32098 ボックスの枠を別の色にしたい場合には、以下の書式で
32099 \series bold
32100
32101 \backslash
32102 fcolorbox
32103 \series default
32104 コマンドを使います。
32105 \end_layout
32106
32107 \begin_layout Standard
32108
32109 \series bold
32110
32111 \backslash
32112 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32113 \end_layout
32114
32115 \begin_layout Standard
32116
32117 \series bold
32118
32119 \backslash
32120 fcolorbox
32121 \series default
32122
32123 \series bold
32124
32125 \backslash
32126 colorbox
32127 \series default
32128 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32129 \begin_inset CommandInset ref
32130 LatexCommand ref
32131 reference "sec:装飾"
32132
32133 \end_inset
32134
32135 節で述べられているように、それぞれ
32136 \series bold
32137
32138 \backslash
32139 fboxrule
32140 \series default
32141
32142 \series bold
32143
32144 \backslash
32145 fboxsep
32146 \series default
32147 という長さで調節できます。
32148 \end_layout
32149
32150 \begin_layout Standard
32151 以下の例では、
32152 \end_layout
32153
32154 \begin_layout Standard
32155
32156 \series bold
32157
32158 \backslash
32159 fcolorbox{cyan}{magenta}{
32160 \end_layout
32161
32162 \begin_layout Standard
32163 というコマンドを使用しています。
32164 \end_layout
32165
32166 \begin_layout Standard
32167 これは、枠の太さを1
32168 \begin_inset space \thinspace{}
32169 \end_inset
32170
32171 mmに設定した例です。
32172 \begin_inset Newline newline
32173 \end_inset
32174
32175
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181
32182 \backslash
32183 fboxrule 1mm 
32184 \backslash
32185 fboxsep 1mm
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 fcolorbox{cyan}{magenta}{
32199 \end_layout
32200
32201 \end_inset
32202
32203 これは着色した色付きボックス中の文章です。
32204 \begin_inset ERT
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208
32209 }
32210 \end_layout
32211
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \begin_layout Standard
32218 \begin_inset VSpace bigskip
32219 \end_inset
32220
32221 もちろん、色付きボックスの中に色付き文字を入れることもできます
32222 \begin_inset Newline newline
32223 \end_inset
32224
32225
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231
32232 \backslash
32233 fcolorbox{cyan}{magenta}{
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \color yellow
32240 これは着色した色付きボックス中の色付き文章です。
32241 \color inherit
32242
32243 \begin_inset ERT
32244 status collapsed
32245
32246 \begin_layout Plain Layout
32247
32248 }
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 fboxrule 0.4pt 
32262 \backslash
32263 fboxsep 3pt
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \begin_layout Standard
32272
32273 \series bold
32274 \begin_inset VSpace medskip
32275 \end_inset
32276
32277
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset Note Greyedout
32282 status open
32283
32284 \begin_layout Plain Layout
32285
32286 \series bold
32287 【註】
32288 \series default
32289 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Subsection
32298 段落の着色
32299 \begin_inset CommandInset label
32300 LatexCommand label
32301 name "sub:段落の着色"
32302
32303 \end_inset
32304
32305
32306 \begin_inset Index idx
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310 いろ@色 ! だんらく@段落---
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32320 \series bold
32321
32322 \backslash
32323 colorbox
32324 \series default
32325 コマンドを
32326 \end_layout
32327
32328 \begin_layout Standard
32329
32330 \series bold
32331
32332 \backslash
32333 colorbox{色名}{
32334 \end_layout
32335
32336 \begin_layout Standard
32337 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32338 \series bold
32339 }
32340 \series default
32341 」を挿入してください。
32342 \end_layout
32343
32344 \begin_layout Standard
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350
32351 \backslash
32352 colorbox{lightgrey}{
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \begin_inset Box Frameless
32359 position "t"
32360 hor_pos "c"
32361 has_inner_box 1
32362 inner_pos "t"
32363 use_parbox 0
32364 use_makebox 0
32365 width "100col%"
32366 special "none"
32367 height "1in"
32368 height_special "totalheight"
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 これは背景色を付けた文章です。これは背景色を付けた文章です。
32373 \end_layout
32374
32375 \begin_layout Plain Layout
32376 \begin_inset VSpace defskip
32377 \end_inset
32378
32379 ここの文章には脚注
32380 \begin_inset Foot
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 脚注の例
32385 \end_layout
32386
32387 \end_inset
32388
32389 を付けることもできますし、図表を挿入することもできます。
32390 \end_layout
32391
32392 \begin_layout Plain Layout
32393 \align center
32394 \begin_inset Tabular
32395 <lyxtabular version="3" rows="3" columns="3">
32396 <features rotate="0" tabularvalignment="middle">
32397 <column alignment="center" valignment="top">
32398 <column alignment="center" valignment="top">
32399 <column alignment="center" valignment="top">
32400 <row>
32401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405 a
32406 \end_layout
32407
32408 \end_inset
32409 </cell>
32410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32411 \begin_inset Text
32412
32413 \begin_layout Plain Layout
32414 !
32415 \end_layout
32416
32417 \end_inset
32418 </cell>
32419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423 3
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 <row>
32430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 <
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443 b2
32444 \begin_inset Quotes erd
32445 \end_inset
32446
32447 |
32448 \end_layout
32449
32450 \end_inset
32451 </cell>
32452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32453 \begin_inset Text
32454
32455 \begin_layout Plain Layout
32456 >
32457 \end_layout
32458
32459 \end_inset
32460 </cell>
32461 </row>
32462 <row>
32463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32464 \begin_inset Text
32465
32466 \begin_layout Plain Layout
32467 1
32468 \end_layout
32469
32470 \end_inset
32471 </cell>
32472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32473 \begin_inset Text
32474
32475 \begin_layout Plain Layout
32476 §
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 c
32486 \end_layout
32487
32488 \end_inset
32489 </cell>
32490 </row>
32491 </lyxtabular>
32492
32493 \end_inset
32494
32495
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \begin_inset ERT
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505
32506 }
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \begin_layout Section
32515 ボックスの伸縮回転
32516 \end_layout
32517
32518 \begin_layout Standard
32519 本節で述べられているコマンドを使用するには、文書プリアンブルで
32520 \end_layout
32521
32522 \begin_layout Standard
32523
32524 \series bold
32525
32526 \backslash
32527 @ifundefined{rotatebox}
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \begin_inset Phantom HPhantom
32533 status open
32534
32535 \begin_layout Plain Layout
32536
32537 \series bold
32538 \begin_inset space ~
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \end_inset
32545
32546 {
32547 \backslash
32548 usepackage{graphicx}}{}
32549 \end_layout
32550
32551 \begin_layout Standard
32552 というコマンドを使用して、
32553 \series bold
32554 graphicx
32555 \series default
32556
32557 \begin_inset Index idx
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32562 \end_layout
32563
32564 \end_inset
32565
32566 LaTeXパッケージを読み込む必要があります。
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset Note Greyedout
32571 status open
32572
32573 \begin_layout Plain Layout
32574
32575 \series bold
32576 【註】
32577 \series default
32578 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \begin_layout Standard
32587 \begin_inset Note Greyedout
32588 status open
32589
32590 \begin_layout Plain Layout
32591
32592 \series bold
32593 【註】
32594 \series default
32595 フロートは回転伸縮したボックスの中に入れることはできません。
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Subsection
32604 ボックスの回転
32605 \begin_inset Index idx
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609 ぼっくす@ボックス ! かいてんした@回転した
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \begin_inset Index idx
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619 かいてん@回転 ! そざいの@素材の---
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \begin_inset Index idx
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629 ず@図 ! のかいてん@---の回転
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \begin_inset Index idx
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 ひょうのちょうせい@表の調整 ! かいてん@回転
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Standard
32648 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32649 \series bold
32650
32651 \backslash
32652 rotatebox
32653 \series default
32654 コマンドを使用すれば作成することができます。
32655 \end_layout
32656
32657 \begin_layout Standard
32658
32659 \series bold
32660
32661 \backslash
32662 rotatebox[回転の原点]{回転角}{ボックスの内容}
32663 \end_layout
32664
32665 \begin_layout Standard
32666 回転の原点は、
32667 \series bold
32668 origin=位置
32669 \series default
32670 の形で指定します。位置として指定可能なのは、
32671 \emph on
32672 c
32673 \emph default
32674 (中央揃え)・
32675 \emph on
32676 l
32677 \emph default
32678 (左揃え)・
32679 \emph on
32680 r
32681 \emph default
32682 (右揃え)・
32683 \emph on
32684 b
32685 \emph default
32686 (下揃え)・
32687 \emph on
32688 t
32689 \emph default
32690 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32691 \emph on
32692 lt
32693 \emph default
32694 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32695 \emph on
32696 l
32697 \emph default
32698 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32699 \end_layout
32700
32701 \begin_layout Standard
32702 以下の例では、「回転した」文章の前にTeXコードで
32703 \series bold
32704
32705 \backslash
32706 rotatebox[origin=c]{60}{
32707 \series default
32708 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32709 \series bold
32710 }
32711 \series default
32712 でボックスを閉じています。
32713 \end_layout
32714
32715 \begin_layout Standard
32716 これは、
32717 \begin_inset ERT
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721
32722
32723 \backslash
32724 rotatebox[origin=c]{60}{
32725 \end_layout
32726
32727 \end_inset
32728
32729 回転した
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735 }
32736 \end_layout
32737
32738 \end_inset
32739
32740  文章を含む行です。
32741 \end_layout
32742
32743 \begin_layout Standard
32744 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32745 \end_layout
32746
32747 \begin_layout Standard
32748 これは、
32749 \begin_inset ERT
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753
32754
32755 \backslash
32756 rotatebox[origin=r]{-60}{
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \begin_inset Box Doublebox
32763 position "c"
32764 hor_pos "c"
32765 has_inner_box 0
32766 inner_pos "c"
32767 use_parbox 0
32768 use_makebox 0
32769 width "1in"
32770 special "width"
32771 height "1in"
32772 height_special "totalheight"
32773 status open
32774
32775 \begin_layout Plain Layout
32776 回転した
32777 \end_layout
32778
32779 \end_inset
32780
32781
32782 \begin_inset ERT
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786
32787 }
32788 \end_layout
32789
32790 \end_inset
32791
32792 枠付き文章と
32793 \begin_inset ERT
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797
32798
32799 \backslash
32800 rotatebox[origin=lb]{60}{
32801 \end_layout
32802
32803 \end_inset
32804
32805
32806 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32807 \end_inset
32808
32809
32810 \begin_inset ERT
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814
32815 }
32816 \end_layout
32817
32818 \end_inset
32819
32820 数式を含む行です。
32821 \end_layout
32822
32823 \begin_layout Standard
32824 あるいは、以下のように図や表を入れることもできます。
32825 \end_layout
32826
32827 \begin_layout Standard
32828 これは、
32829 \begin_inset ERT
32830 status collapsed
32831
32832 \begin_layout Plain Layout
32833
32834
32835 \backslash
32836 rotatebox[origin=lb]{90}{
32837 \end_layout
32838
32839 \end_inset
32840
32841
32842 \begin_inset Graphics
32843         filename ../clipart/platypus.eps
32844         lyxscale 50
32845         width 25col%
32846
32847 \end_inset
32848
32849
32850 \begin_inset ERT
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854
32855 }
32856 \end_layout
32857
32858 \end_inset
32859
32860 回転した画像と
32861 \begin_inset ERT
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865
32866
32867 \backslash
32868 rotatebox[origin=l]{-90}{
32869 \end_layout
32870
32871 \end_inset
32872
32873
32874 \begin_inset Tabular
32875 <lyxtabular version="3" rows="2" columns="2">
32876 <features rotate="0" tabularvalignment="middle">
32877 <column alignment="center" valignment="top">
32878 <column alignment="center" valignment="top">
32879 <row>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 q
32885 \end_layout
32886
32887 \end_inset
32888 </cell>
32889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893 w
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 </row>
32899 <row>
32900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32901 \begin_inset Text
32902
32903 \begin_layout Plain Layout
32904 e
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913 r
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 </row>
32919 </lyxtabular>
32920
32921 \end_inset
32922
32923
32924 \begin_inset ERT
32925 status collapsed
32926
32927 \begin_layout Plain Layout
32928
32929 }
32930 \end_layout
32931
32932 \end_inset
32933
32934 表を含む行です。
32935 \end_layout
32936
32937 \begin_layout Subsection
32938 ボックスの伸縮
32939 \begin_inset Index idx
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \begin_inset Index idx
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 しんしゅく@伸縮 ! そざいの@素材の---
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \begin_inset Index idx
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 ず@図 ! のしんしゅく@---の伸縮
32964 \end_layout
32965
32966 \end_inset
32967
32968
32969 \begin_inset Index idx
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 素材を伸縮させるには、TeXコードで
32983 \series bold
32984
32985 \backslash
32986 scalebox
32987 \series default
32988 コマンドと
32989 \series bold
32990
32991 \backslash
32992 resizebox
32993 \series default
32994 コマンドが使えます。
32995 \end_layout
32996
32997 \begin_layout Standard
32998
32999 \series bold
33000
33001 \backslash
33002 scalebox
33003 \series default
33004 は以下の書式で使用します。
33005 \end_layout
33006
33007 \begin_layout Standard
33008
33009 \series bold
33010
33011 \backslash
33012 scalebox{水平方向}[垂直方向]{ボックスの内容}
33013 \end_layout
33014
33015 \begin_layout Standard
33016 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33017 \end_layout
33018
33019 \begin_layout Standard
33020 たとえば、
33021 \series bold
33022
33023 \backslash
33024 scalebox{2}{こんにちは}
33025 \series default
33026 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33027 \begin_inset ERT
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031
33032
33033 \backslash
33034 scalebox{2}{
33035 \end_layout
33036
33037 \end_inset
33038
33039 こんにちは
33040 \begin_inset ERT
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044
33045 }
33046 \end_layout
33047
33048 \end_inset
33049
33050 を生成します。
33051 \end_layout
33052
33053 \begin_layout Standard
33054 これに対し、
33055 \series bold
33056
33057 \backslash
33058 scalebox{2}[1]{こんにちは}
33059 \series default
33060 は、
33061 \begin_inset ERT
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065
33066
33067 \backslash
33068 scalebox{2}[1]{
33069 \end_layout
33070
33071 \end_inset
33072
33073 こんにちは
33074 \begin_inset ERT
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078
33079 }
33080 \end_layout
33081
33082 \end_inset
33083
33084 を変形させます。
33085 \end_layout
33086
33087 \begin_layout Standard
33088 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33089 \series bold
33090
33091 \backslash
33092 scalebox{-1}[1]{こんにちは}
33093 \series default
33094 というコマンドは、右のように反転文字を生成するのに使用できます:
33095 \begin_inset ERT
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099
33100
33101 \backslash
33102 scalebox{-1}[1]{
33103 \end_layout
33104
33105 \end_inset
33106
33107 こんにちは
33108 \begin_inset ERT
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112
33113 }
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122
33123 \series bold
33124
33125 \backslash
33126 scalebox{1}[-1]{こんにちは}
33127 \series default
33128 とすると
33129 \begin_inset ERT
33130 status collapsed
33131
33132 \begin_layout Plain Layout
33133
33134
33135 \backslash
33136 scalebox{1}[-1]{
33137 \end_layout
33138
33139 \end_inset
33140
33141 こんにちは
33142 \begin_inset ERT
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146
33147 }
33148 \end_layout
33149
33150 \end_inset
33151
33152 のようにベースラインで鏡像にします。
33153 \end_layout
33154
33155 \begin_layout Standard
33156
33157 \series bold
33158
33159 \backslash
33160 scalebox{-1}[1]{ボックスの内容}
33161 \series default
33162 と同じ働きをするものとして
33163 \begin_inset Newline newline
33164 \end_inset
33165
33166
33167 \series bold
33168
33169 \backslash
33170 reflectbox{ボックスの内容}
33171 \series default
33172
33173 \begin_inset Newline newline
33174 \end_inset
33175
33176 というコマンドがあります。
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \begin_inset VSpace bigskip
33181 \end_inset
33182
33183 指定した幅や丈にボックスを伸縮させるには、
33184 \series bold
33185
33186 \backslash
33187 resizebox
33188 \series default
33189 を使用します。このコマンドの書式は
33190 \end_layout
33191
33192 \begin_layout Standard
33193
33194 \series bold
33195
33196 \backslash
33197 resizebox{幅}{丈}{ボックスの内容}
33198 \end_layout
33199
33200 \begin_layout Standard
33201 です。上記二つのコマンド引数のうち一つが感嘆符「
33202 \series bold
33203 !
33204 \series default
33205 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33206 \end_layout
33207
33208 \begin_layout Standard
33209
33210 \series bold
33211
33212 \backslash
33213 resizebox{2cm}{1cm}{こんにちは}
33214 \series default
33215 というコマンドの出力は、
33216 \begin_inset ERT
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220
33221
33222 \backslash
33223 resizebox{2cm}{1cm}{
33224 \end_layout
33225
33226 \end_inset
33227
33228 こんにちは
33229 \begin_inset ERT
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233
33234 }
33235 \end_layout
33236
33237 \end_inset
33238
33239 となり、
33240 \begin_inset Newline newline
33241 \end_inset
33242
33243
33244 \series bold
33245
33246 \backslash
33247 resizebox{2cm}{!}{こんにちは}
33248 \series default
33249 というコマンドの出力は、
33250 \begin_inset ERT
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254
33255
33256 \backslash
33257 resizebox{2cm}{!}{
33258 \end_layout
33259
33260 \end_inset
33261
33262 こんにちは
33263 \begin_inset ERT
33264 status collapsed
33265
33266 \begin_layout Plain Layout
33267
33268 }
33269 \end_layout
33270
33271 \end_inset
33272
33273 となります。
33274 \end_layout
33275
33276 \begin_layout Standard
33277 \begin_inset VSpace bigskip
33278 \end_inset
33279
33280
33281 \begin_inset Note Greyedout
33282 status open
33283
33284 \begin_layout Plain Layout
33285
33286 \series bold
33287 【註】
33288 \backslash
33289 scalebox
33290 \series default
33291
33292 \series bold
33293
33294 \backslash
33295 resizebox
33296 \series default
33297 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Standard
33306 \begin_inset VSpace bigskip
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 ボックスは好きな順序で組み合わせることができます。たとえば、
33314 \begin_inset Newline newline
33315 \end_inset
33316
33317
33318 \series bold
33319
33320 \backslash
33321 rotatebox[origin=c]{-45}{
33322 \backslash
33323 resizebox{2cm}{!}{
33324 \backslash
33325 reflectbox{こんにちは}}}
33326 \begin_inset Newline newline
33327 \end_inset
33328
33329
33330 \series default
33331 というコマンドは、
33332 \end_layout
33333
33334 \begin_layout Standard
33335 \align center
33336 \begin_inset ERT
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340
33341
33342 \backslash
33343 rotatebox[origin=c]{-45}{
33344 \backslash
33345 resizebox{2cm}{!}{
33346 \backslash
33347 reflectbox{
33348 \end_layout
33349
33350 \end_inset
33351
33352 こんにちは
33353 \begin_inset ERT
33354 status collapsed
33355
33356 \begin_layout Plain Layout
33357
33358 }}}
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \noindent
33368 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \align center
33373 \begin_inset ERT
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377
33378
33379 \backslash
33380 rotatebox[origin=c]{-30}{
33381 \backslash
33382 resizebox{2cm}{!}{
33383 \backslash
33384 reflectbox{
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \begin_inset Graphics
33391         filename ../clipart/platypus.eps
33392         lyxscale 50
33393         width 25col%
33394
33395 \end_inset
33396
33397
33398 \begin_inset ERT
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402
33403 }}}
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \begin_inset ERT
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413
33414
33415 \backslash
33416 rotatebox[origin=c]{-45}{
33417 \backslash
33418 resizebox{2cm}{!}{
33419 \backslash
33420 reflectbox{
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \begin_inset Tabular
33427 <lyxtabular version="3" rows="2" columns="2">
33428 <features rotate="0" tabularvalignment="middle">
33429 <column alignment="center" valignment="top">
33430 <column alignment="center" valignment="top">
33431 <row>
33432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 q
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 w
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 </row>
33451 <row>
33452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33453 \begin_inset Text
33454
33455 \begin_layout Plain Layout
33456 e
33457 \end_layout
33458
33459 \end_inset
33460 </cell>
33461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33462 \begin_inset Text
33463
33464 \begin_layout Plain Layout
33465 r
33466 \end_layout
33467
33468 \end_inset
33469 </cell>
33470 </row>
33471 </lyxtabular>
33472
33473 \end_inset
33474
33475
33476 \begin_inset ERT
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480
33481 }}}
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \begin_inset ERT
33488 status collapsed
33489
33490 \begin_layout Plain Layout
33491
33492
33493 \backslash
33494 rotatebox[origin=c]{-45}{
33495 \backslash
33496 resizebox{2cm}{!}{
33497 \backslash
33498 reflectbox{
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33505 \end_inset
33506
33507
33508 \begin_inset ERT
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512
33513 }}}
33514 \end_layout
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \begin_layout Standard
33522 文書で大域的に数式様式
33523 \series bold
33524 fleqn
33525 \series default
33526 を使用している場合
33527 \begin_inset Foot
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33532 \end_layout
33533
33534 \end_inset
33535
33536 には、別行建て数式も伸縮させることができます。
33537 \end_layout
33538
33539 \begin_layout Chapter
33540 本文回り込みオブジェクト
33541 \begin_inset Index idx
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 ほんぶんまわりこみ@本文回り込み
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Section
33554 折返しフロート
33555 \begin_inset CommandInset label
33556 LatexCommand label
33557 name "sec:折返しフロート"
33558
33559 \end_inset
33560
33561
33562 \begin_inset Index idx
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \begin_inset Index idx
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \begin_layout Standard
33585 \begin_inset Wrap figure
33586 lines 0
33587 placement l
33588 overhang 1cm
33589 width "40col%"
33590 status open
33591
33592 \begin_layout Plain Layout
33593 \begin_inset Graphics
33594         filename ../clipart/mobius.eps
33595         width 40col%
33596         scaleBeforeRotation
33597         rotateOrigin center
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Plain Layout
33605 \begin_inset Caption Standard
33606
33607 \begin_layout Plain Layout
33608 \begin_inset CommandInset label
33609 LatexCommand label
33610 name "fig:折返し図フロート"
33611
33612 \end_inset
33613
33614 これは折返し図フロートです。
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \end_inset
33623
33624 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33625 \series bold
33626 wrapfig
33627 \series default
33628
33629 \begin_inset Index idx
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33634 \end_layout
33635
33636 \end_inset
33637
33638 を導入済みであれば、
33639 \family sans
33640 挿入\SpecialChar \menuseparator
33641 フロート\SpecialChar \menuseparator
33642 折返し図フロート
33643 \family default
33644
33645 \family sans
33646 折返し表フロート
33647 \family default
33648 メニューで挿入することができます
33649 \begin_inset Foot
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33654 \end_layout
33655
33656 \end_inset
33657
33658 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33659 \family sans
33660 配置
33661 \family default
33662
33663 \family sans
33664
33665 \family default
33666 です。非必須項目として、
33667 \family sans
33668 ぶら下げ
33669 \family default
33670
33671 \family sans
33672 行幅
33673 \family default
33674 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33675 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33676 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33677 \begin_inset CommandInset ref
33678 LatexCommand ref
33679 reference "fig:折返し図フロート"
33680
33681 \end_inset
33682
33683 図は、40
33684 \begin_inset space \thinspace{}
33685 \end_inset
33686
33687 列幅%の幅と1
33688 \begin_inset space \thinspace{}
33689 \end_inset
33690
33691 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
33692 \end_layout
33693
33694 \begin_layout Standard
33695 \begin_inset Note Greyedout
33696 status open
33697
33698 \begin_layout Plain Layout
33699
33700 \series bold
33701 【註】
33702 \series default
33703 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33704 上書きされて出力されたりします。
33705 \end_layout
33706
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Standard
33713 原則として、
33714 \end_layout
33715
33716 \begin_layout Itemize
33717 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33718 うになってから、正確な位置に挿入しなくてはなりません。
33719 \end_layout
33720
33721 \begin_layout Itemize
33722 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33723 \end_layout
33724
33725 \begin_layout Itemize
33726 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33727 \end_layout
33728
33729 \begin_layout Itemize
33730 折返しフロートは、節見出しや表中に入れることは認められていません。
33731 \end_layout
33732
33733 \begin_layout Itemize
33734 連番や参照は、第
33735 \begin_inset CommandInset ref
33736 LatexCommand ref
33737 reference "chap:フロート"
33738
33739 \end_inset
33740
33741 章で述べられているように動作します。
33742 \end_layout
33743
33744 \begin_layout Section
33745 固定回り込みオブジェクト
33746 \begin_inset Index idx
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759
33760 \begin_inset CommandInset ref
33761 LatexCommand ref
33762 reference "sec:折返しフロート"
33763
33764 \end_inset
33765
33766 節の折返しフロートは、段落中で、以下のような配置がされます。
33767 \end_layout
33768
33769 \begin_layout Standard
33770 \noindent
33771 \align center
33772 \begin_inset Tabular
33773 <lyxtabular version="3" rows="2" columns="2">
33774 <features rotate="0" tabularvalignment="middle">
33775 <column alignment="center" valignment="top">
33776 <column alignment="center" valignment="top">
33777 <row>
33778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33779 \begin_inset Text
33780
33781 \begin_layout Plain Layout
33782 \begin_inset Graphics
33783         filename ../../images/dialog-show-new-inset_graphics.png
33784         scale 70
33785         scaleBeforeRotation
33786
33787 \end_inset
33788
33789
33790 \end_layout
33791
33792 \end_inset
33793 </cell>
33794 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33795 \begin_inset Text
33796
33797 \begin_layout Plain Layout
33798 文章
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 </row>
33804 <row>
33805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33806 \begin_inset Text
33807
33808 \begin_layout Plain Layout
33809 文章
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818 文章
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 </row>
33824 </lyxtabular>
33825
33826 \end_inset
33827
33828  or 
33829 \begin_inset Tabular
33830 <lyxtabular version="3" rows="2" columns="2">
33831 <features rotate="0" tabularvalignment="middle">
33832 <column alignment="center" valignment="top">
33833 <column alignment="center" valignment="top">
33834 <row>
33835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 文章
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848 \begin_inset Graphics
33849         filename ../../images/dialog-show-new-inset_graphics.png
33850         scale 70
33851         scaleBeforeRotation
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 <row>
33862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 文章
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33872 \begin_inset Text
33873
33874 \begin_layout Plain Layout
33875 文章
33876 \end_layout
33877
33878 \end_inset
33879 </cell>
33880 </row>
33881 </lyxtabular>
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 以下に示すいずれかのように、
33890 \begin_inset VSpace defskip
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \begin_layout Standard
33897 \noindent
33898 \align center
33899 \begin_inset Tabular
33900 <lyxtabular version="3" rows="2" columns="2">
33901 <features rotate="0" tabularvalignment="middle">
33902 <column alignment="center" valignment="top">
33903 <column alignment="center" valignment="top">
33904 <row>
33905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909 文章
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Plain Layout
33918 文章
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 <row>
33925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929 \begin_inset Graphics
33930         filename ../../images/dialog-show-new-inset_graphics.png
33931         scale 70
33932         scaleBeforeRotation
33933
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \end_inset
33940 </cell>
33941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945 文章
33946 \end_layout
33947
33948 \end_inset
33949 </cell>
33950 </row>
33951 </lyxtabular>
33952
33953 \end_inset
33954
33955  
33956 \begin_inset Tabular
33957 <lyxtabular version="3" rows="2" columns="2">
33958 <features rotate="0" tabularvalignment="middle">
33959 <column alignment="center" valignment="top">
33960 <column alignment="center" valignment="top">
33961 <row>
33962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 文章
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975 文章
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 </row>
33981 <row>
33982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 文章
33987 \end_layout
33988
33989 \end_inset
33990 </cell>
33991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33992 \begin_inset Text
33993
33994 \begin_layout Plain Layout
33995 \begin_inset Graphics
33996         filename ../../images/dialog-show-new-inset_graphics.png
33997         scale 70
33998         scaleBeforeRotation
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \end_inset
34006 </cell>
34007 </row>
34008 </lyxtabular>
34009
34010 \end_inset
34011
34012  
34013 \begin_inset Tabular
34014 <lyxtabular version="3" rows="2" columns="3">
34015 <features rotate="0" tabularvalignment="middle">
34016 <column alignment="center" valignment="top">
34017 <column alignment="center" valignment="top">
34018 <column alignment="center" valignment="top">
34019 <row>
34020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 文章
34025 \end_layout
34026
34027 \end_inset
34028 </cell>
34029 <cell alignment="center" valignment="top" topline="true" usebox="none">
34030 \begin_inset Text
34031
34032 \begin_layout Plain Layout
34033 \begin_inset Graphics
34034         filename ../../images/dialog-show-new-inset_graphics.png
34035         scale 70
34036         scaleBeforeRotation
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049 文章
34050 \end_layout
34051
34052 \end_inset
34053 </cell>
34054 </row>
34055 <row>
34056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34057 \begin_inset Text
34058
34059 \begin_layout Plain Layout
34060 文章
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 文章
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078 文章
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 </row>
34084 </lyxtabular>
34085
34086 \end_inset
34087
34088  
34089 \begin_inset Tabular
34090 <lyxtabular version="3" rows="2" columns="3">
34091 <features rotate="0" tabularvalignment="middle">
34092 <column alignment="center" valignment="top">
34093 <column alignment="center" valignment="top">
34094 <column alignment="center" valignment="top">
34095 <row>
34096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34097 \begin_inset Text
34098
34099 \begin_layout Plain Layout
34100 文章
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" topline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109 文章
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118 文章
34119 \end_layout
34120
34121 \end_inset
34122 </cell>
34123 </row>
34124 <row>
34125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34126 \begin_inset Text
34127
34128 \begin_layout Plain Layout
34129 文章
34130 \end_layout
34131
34132 \end_inset
34133 </cell>
34134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34135 \begin_inset Text
34136
34137 \begin_layout Plain Layout
34138 \begin_inset Graphics
34139         filename ../../images/dialog-show-new-inset_graphics.png
34140         scale 70
34141         scaleBeforeRotation
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154 文章
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 </row>
34160 </lyxtabular>
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \begin_layout Standard
34168 \noindent
34169 \align center
34170 \begin_inset Tabular
34171 <lyxtabular version="3" rows="3" columns="2">
34172 <features rotate="0" tabularvalignment="middle">
34173 <column alignment="center" valignment="top">
34174 <column alignment="center" valignment="top">
34175 <row>
34176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34177 \begin_inset Text
34178
34179 \begin_layout Plain Layout
34180 文章
34181 \end_layout
34182
34183 \end_inset
34184 </cell>
34185 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34186 \begin_inset Text
34187
34188 \begin_layout Plain Layout
34189 文章
34190 \end_layout
34191
34192 \end_inset
34193 </cell>
34194 </row>
34195 <row>
34196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34197 \begin_inset Text
34198
34199 \begin_layout Plain Layout
34200 \begin_inset Graphics
34201         filename ../../images/dialog-show-new-inset_graphics.png
34202         scale 70
34203         scaleBeforeRotation
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \end_inset
34211 </cell>
34212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34213 \begin_inset Text
34214
34215 \begin_layout Plain Layout
34216 文章
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 </row>
34222 <row>
34223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34224 \begin_inset Text
34225
34226 \begin_layout Plain Layout
34227 文章
34228 \end_layout
34229
34230 \end_inset
34231 </cell>
34232 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236 文章
34237 \end_layout
34238
34239 \end_inset
34240 </cell>
34241 </row>
34242 </lyxtabular>
34243
34244 \end_inset
34245
34246  
34247 \begin_inset Tabular
34248 <lyxtabular version="3" rows="3" columns="3">
34249 <features rotate="0" tabularvalignment="middle">
34250 <column alignment="center" valignment="top">
34251 <column alignment="center" valignment="top">
34252 <column alignment="center" valignment="top">
34253 <row>
34254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258 文章
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 <cell alignment="center" valignment="top" topline="true" usebox="none">
34264 \begin_inset Text
34265
34266 \begin_layout Plain Layout
34267 文章
34268 \end_layout
34269
34270 \end_inset
34271 </cell>
34272 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34273 \begin_inset Text
34274
34275 \begin_layout Plain Layout
34276 文章
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 </row>
34282 <row>
34283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 文章
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296 \begin_inset Graphics
34297         filename ../../images/dialog-show-new-inset_graphics.png
34298         scale 70
34299         scaleBeforeRotation
34300
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 文章
34313 \end_layout
34314
34315 \end_inset
34316 </cell>
34317 </row>
34318 <row>
34319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34320 \begin_inset Text
34321
34322 \begin_layout Plain Layout
34323 文章
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332 文章
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 文章
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 </row>
34347 </lyxtabular>
34348
34349 \end_inset
34350
34351  
34352 \begin_inset Tabular
34353 <lyxtabular version="3" rows="3" columns="2">
34354 <features rotate="0" tabularvalignment="middle">
34355 <column alignment="center" valignment="top">
34356 <column alignment="center" valignment="top">
34357 <row>
34358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 文章
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34368 \begin_inset Text
34369
34370 \begin_layout Plain Layout
34371 文章
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 </row>
34377 <row>
34378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382 文章
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391 \begin_inset Graphics
34392         filename ../../images/dialog-show-new-inset_graphics.png
34393         scale 70
34394         scaleBeforeRotation
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 </row>
34404 <row>
34405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Plain Layout
34409 文章
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418 文章
34419 \end_layout
34420
34421 \end_inset
34422 </cell>
34423 </row>
34424 </lyxtabular>
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \noindent
34433 オブジェクトを挿入した場所に正確に配置したい時には、
34434 \series bold
34435 picinpar
34436 \series default
34437
34438 \begin_inset Index idx
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34443 \end_layout
34444
34445 \end_inset
34446
34447 LaTeXパッケージを使うことができます。下記はその用例です。
34448 \end_layout
34449
34450 \begin_layout Standard
34451 \begin_inset ERT
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455
34456
34457 \backslash
34458 ifpicinpar
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \begin_inset Note Note
34465 status open
34466
34467 \begin_layout Plain Layout
34468 以下の部分は、LaTeXパッケージ
34469 \series bold
34470 picinpar
34471 \series default
34472 が導入されているときのみ表示されます。
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Standard
34481 \begin_inset ERT
34482 status collapsed
34483
34484 \begin_layout Plain Layout
34485
34486
34487 \backslash
34488 begin{window}[2,c,{
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Graphics
34495         filename ../clipart/mobius.eps
34496         lyxscale 60
34497         width 40col%
34498         scaleBeforeRotation
34499         rotateOrigin center
34500
34501 \end_inset
34502
34503
34504 \begin_inset ERT
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508
34509 },]
34510 \end_layout
34511
34512 \begin_layout Plain Layout
34513
34514 {}
34515 \end_layout
34516
34517 \end_inset
34518
34519
34520 \size small
34521 It was in the spring of the year 1894 that all London was interested, and
34522  the fashionable world dismayed, by the murder of the Honourable Ronald
34523  Adair under most unusual and inexplicable circumstances.
34524  The public has already learned those particulars of the crime which
34525 \size default
34526
34527 \begin_inset ERT
34528 status collapsed
34529
34530 \begin_layout Plain Layout
34531
34532
34533 \backslash
34534 footnotemark{}
34535 \end_layout
34536
34537 \end_inset
34538
34539
34540 \size small
34541  came out in the police investigation, but a good deal was suppressed upon
34542  that occasion, since the case for the prosecution was so overwhelmingly
34543  strong that it was not necessary to bring forward all the facts.
34544  Only now, at the end of nearly ten years, am I allowed to supply those
34545  missing links which make up the whole of that remarkable chain.
34546 \size default
34547
34548 \begin_inset ERT
34549 status collapsed
34550
34551 \begin_layout Plain Layout
34552
34553
34554 \backslash
34555 end{window}
34556 \end_layout
34557
34558 \end_inset
34559
34560
34561 \end_layout
34562
34563 \begin_layout Standard
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 footnotetext{
34572 \end_layout
34573
34574 \end_inset
34575
34576 固定オブジェクトのある段落の脚注
34577 \begin_inset ERT
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581
34582 }
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34592 ートとは違って、連番のキャプションをつけることはできません。
34593 \end_layout
34594
34595 \begin_layout Standard
34596 固定オブジェクトは、段落冒頭にTeXコードで
34597 \end_layout
34598
34599 \begin_layout Standard
34600
34601 \series bold
34602
34603 \backslash
34604 begin{window}[2,c,{
34605 \end_layout
34606
34607 \begin_layout Standard
34608 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34609 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34610 段幅の40
34611 \begin_inset space \thinspace{}
34612 \end_inset
34613
34614 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34615 \end_layout
34616
34617 \begin_layout Standard
34618
34619 \series bold
34620 },説明文]
34621 \begin_inset Newline newline
34622 \end_inset
34623
34624 {}
34625 \end_layout
34626
34627 \begin_layout Standard
34628 というコマンドが挿入されています。2行目に「
34629 \series bold
34630 {}
34631 \series default
34632 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34633 \series bold
34634 {}
34635 \series default
34636 の直後から書き始めてください。段落末には、
34637 \end_layout
34638
34639 \begin_layout Standard
34640
34641 \series bold
34642
34643 \backslash
34644 end{window}
34645 \end_layout
34646
34647 \begin_layout Standard
34648 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
34649 \begin_inset CommandInset ref
34650 LatexCommand ref
34651 reference "sec:脚注"
34652
34653 \end_inset
34654
34655 節にあるように、代わりに、段落内で
34656 \series bold
34657
34658 \backslash
34659 footnotemark
34660 \series default
34661 コマンドを使用し、段落外に
34662 \series bold
34663
34664 \backslash
34665 footnotetext
34666 \series default
34667 コマンドを用いてください。
34668 \end_layout
34669
34670 \begin_layout Standard
34671 \begin_inset ERT
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676
34677 \backslash
34678 else
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \begin_inset Note Note
34685 status open
34686
34687 \begin_layout Plain Layout
34688 以下の部分は、LaTeXパッケージ
34689 \series bold
34690 picinpar
34691 \series default
34692 が導入されていないときのみ表示されます。
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34702 \series bold
34703 picinpar
34704 \series default
34705 を導入する必要があります。
34706 \end_layout
34707
34708 \begin_layout Standard
34709 \begin_inset ERT
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714
34715 \backslash
34716 fi
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Section
34725 頭文字
34726 \begin_inset Index idx
34727 status collapsed
34728
34729 \begin_layout Plain Layout
34730 かしらもじ@頭文字
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \begin_inset Index idx
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Standard
34749 頭文字を用いるには、LaTeXパッケージ
34750 \begin_inset Index idx
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34755 \end_layout
34756
34757 \end_inset
34758
34759 が導入済みでなくてはならず、文書中で
34760 \family sans
34761 頭文字
34762 \family default
34763 モジュールを使用する必要があります(
34764 \family sans
34765 文書\SpecialChar \menuseparator
34766 設定\SpecialChar \menuseparator
34767 モジュール
34768 \family default
34769 メニュー)。頭文字を挿入するには、
34770 \family sans
34771 頭文字
34772 \family default
34773 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
34774 \family sans
34775 挿入
34776 \family default
34777 メニューから挿入できます。必須引数
34778 \family sans
34779 頭文字
34780 \family default
34781 には、頭文字にする文字を入れ、引数
34782 \family sans
34783 頭文字の残り
34784 \family default
34785 には、頭文字の単語若しくは文字列の残りが入ります。引数
34786 \family sans
34787 オプション
34788 \family default
34789 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
34790 \series bold
34791 lettrine
34792 \series default
34793 の取扱説明書
34794 \begin_inset CommandInset citation
34795 LatexCommand cite
34796 key "lettrine"
34797
34798 \end_inset
34799
34800 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
34801 \shape smallcaps
34802 スモールキャップ体(small caps
34803 \shape default
34804 )で印字されます。
34805 \end_layout
34806
34807 \begin_layout Standard
34808 下記がその例です。
34809 \end_layout
34810
34811 \begin_layout Standard
34812 \begin_inset ERT
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816
34817
34818 \backslash
34819 iflettrine
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \begin_inset Note Note
34826 status open
34827
34828 \begin_layout Plain Layout
34829 以下の部分は、LaTeXパッケージ
34830 \series bold
34831 lettrine
34832 \series default
34833 が導入されているときのみ表示されます。
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Enumerate
34842 非必須引数なし。頭文字は、数式フォント
34843 \begin_inset Formula $\mathfrak{Fraktur}$
34844 \end_inset
34845
34846 の「I」。
34847 \end_layout
34848
34849 \begin_deeper
34850 \begin_layout Initial
34851 \begin_inset Argument 2
34852 status open
34853
34854 \begin_layout Plain Layout
34855 \begin_inset Formula $\mathfrak{I}$
34856 \end_inset
34857
34858
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \begin_inset Argument 3
34865 status open
34866
34867 \begin_layout Plain Layout
34868 t
34869 \end_layout
34870
34871 \end_inset
34872
34873  was in the spring of the year 1894 that all London was interested, and
34874  the fashionable world dismayed, by the murder of the Honourable Ronald
34875  Adair under most unusual and inexplicable circumstances.
34876  The public has already learned those particulars of the crime which came
34877  out in the police investigation, but a good deal was suppressed upon that
34878  occasion, since the case for the prosecution was so overwhelmingly strong
34879  that it was not necessary to bring forward all the facts.
34880 \begin_inset Newpage newpage
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \end_deeper
34887 \begin_layout Enumerate
34888 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
34889 \end_layout
34890
34891 \begin_deeper
34892 \begin_layout Initial
34893 \begin_inset Argument 1
34894 status open
34895
34896 \begin_layout Plain Layout
34897 lines=1
34898 \end_layout
34899
34900 \end_inset
34901
34902
34903 \begin_inset Argument 2
34904 status open
34905
34906 \begin_layout Plain Layout
34907 It
34908 \end_layout
34909
34910 \end_inset
34911
34912  was in the spring of the year 1894 that all London was interested, and
34913  the fashionable world dismayed, by the murder of the Honourable Ronald
34914  Adair under most unusual and inexplicable circumstances.
34915  The public has already learned those particulars of the crime which came
34916  out in the police investigation, but a good deal was suppressed upon that
34917  occasion, since the case for the prosecution was so overwhelmingly strong
34918  that it was not necessary to bring forward all the facts.
34919 \end_layout
34920
34921 \end_deeper
34922 \begin_layout Enumerate
34923 ぶら下がり頭文字は、数式フォント
34924 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34925 \end_inset
34926
34927 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
34928 \shape smallcaps
34929 スモールキャップ体
34930 \shape default
34931 。頭文字に色をつけるには、頭文字の前に
34932 \begin_inset Newline newline
34933 \end_inset
34934
34935
34936 \series bold
34937
34938 \backslash
34939 renewcommand{
34940 \backslash
34941 LettrineFontHook}{
34942 \backslash
34943 color{色}}
34944 \series default
34945
34946 \begin_inset Newline newline
34947 \end_inset
34948
34949 というコマンドを挿入しなくてはなりません。ここで、
34950 \emph on
34951
34952 \emph default
34953 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
34954 ブルに
34955 \begin_inset Newline newline
34956 \end_inset
34957
34958
34959 \series bold
34960
34961 \backslash
34962 @ifundefined{textcolor}
34963 \begin_inset Newline newline
34964 \end_inset
34965
34966
34967 \begin_inset space ~
34968 \end_inset
34969
34970 {
34971 \backslash
34972 usepackage{color}}{}
34973 \begin_inset Newline newline
34974 \end_inset
34975
34976
34977 \series default
34978 というコマンドを書きこんでおかなくてはなりません。
34979 \end_layout
34980
34981 \begin_deeper
34982 \begin_layout Standard
34983 \begin_inset ERT
34984 status collapsed
34985
34986 \begin_layout Plain Layout
34987
34988
34989 \backslash
34990 renewcommand{
34991 \backslash
34992 LettrineFontHook}{
34993 \backslash
34994 color{magenta}}
34995 \end_layout
34996
34997 \end_inset
34998
34999
35000 \begin_inset Note Note
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004
35005 \lang english
35006 makes the initial magenta
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \end_layout
35013
35014 \begin_layout Initial
35015 \begin_inset Argument 1
35016 status open
35017
35018 \begin_layout Plain Layout
35019 lines=3, lhang=0.33, loversize=0.25
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \begin_inset Argument 2
35026 status open
35027
35028 \begin_layout Plain Layout
35029 \begin_inset Formula $\mathcal{I}$
35030 \end_inset
35031
35032
35033 \end_layout
35034
35035 \end_inset
35036
35037
35038 \begin_inset Argument 3
35039 status open
35040
35041 \begin_layout Plain Layout
35042 t was in the spring
35043 \end_layout
35044
35045 \end_inset
35046
35047  of the year 1894 that all London was interested, and the fashionable world
35048  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35049  and inexplicable circumstances.
35050  The public has already learned those particulars of the crime which came
35051  out in the police investigation, but a good deal was suppressed upon that
35052  occasion, since the case for the prosecution was so overwhelmingly strong
35053  that it was not necessary to bring forward all the facts.
35054 \end_layout
35055
35056 \end_deeper
35057 \begin_layout Standard
35058 \begin_inset ERT
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062
35063
35064 \backslash
35065 else
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \begin_inset Note Note
35072 status open
35073
35074 \begin_layout Plain Layout
35075 以下の部分は、LaTeXパッケージ
35076 \series bold
35077 lettrine
35078 \series default
35079 が導入されていないときのみ表示されます。
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Standard
35088 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35089 \series bold
35090 lettrine
35091 \series default
35092 を導入する必要があります。
35093 \end_layout
35094
35095 \begin_layout Standard
35096 \begin_inset ERT
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100
35101
35102 \backslash
35103 fi
35104 \end_layout
35105
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Chapter
35112 外部文書構成要素
35113 \begin_inset Index idx
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 がいぶぶんしょこうせいようそ@外部文書構成要素
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Standard
35126
35127 \family sans
35128 挿入\SpecialChar \menuseparator
35129 ファイル
35130 \family default
35131 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35132 \end_layout
35133
35134 \begin_layout Description
35135 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35136 \end_layout
35137
35138 \begin_layout Description
35139 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35140 \end_layout
35141
35142 \begin_layout Description
35143 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35144 \end_layout
35145
35146 \begin_layout Description
35147 外部素材 様々な書式のファイル。
35148 \end_layout
35149
35150 \begin_layout Description
35151 子文書 LyXあるいはLaTeX文書。
35152 \end_layout
35153
35154 \begin_layout Section
35155 外部素材
35156 \begin_inset Index idx
35157 status collapsed
35158
35159 \begin_layout Plain Layout
35160 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35161 \end_layout
35162
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \begin_layout Standard
35169 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35170 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35171 \family sans
35172 操作性\SpecialChar \menuseparator
35173 表示
35174 \family default
35175 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35176 \end_layout
35177
35178 \begin_layout Standard
35179 外部素材は、
35180 \family sans
35181 挿入
35182 \family default
35183 \SpecialChar \menuseparator
35184
35185 \family sans
35186 ファイル
35187 \family default
35188 \SpecialChar \menuseparator
35189
35190 \family sans
35191 外部素材
35192 \family default
35193 メニューで開くことのできる
35194 \family sans
35195 外部素材
35196 \family default
35197 ダイアログから挿入することができます。目下、以下のファイル形式(
35198 \family sans
35199 ひな型
35200 \family default
35201 )が使用できます。
35202 \end_layout
35203
35204 \begin_layout Description
35205 チェス棋譜 このひな型は、
35206 \series bold
35207
35208 \begin_inset CommandInset href
35209 LatexCommand href
35210 name "XBoard"
35211 target "http://en.wikipedia.org/wiki/XBoard"
35212
35213 \end_inset
35214
35215
35216 \series default
35217 プログラムで作成されたチェス棋譜をサポートします。
35218 \end_layout
35219
35220 \begin_layout Description
35221 日付 これは、
35222 \emph on
35223 日-月-年
35224 \emph default
35225 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35226 \begin_inset External
35227         template Date
35228         filename .
35229
35230 \end_inset
35231
35232
35233 \begin_inset space ~
35234 \end_inset
35235
35236
35237 \begin_inset Note Note
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241 バグ4398が修正されたら、この保護空白は削除してください!
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \begin_inset Newline newline
35248 \end_inset
35249
35250 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35251 \family sans
35252 挿入
35253 \family default
35254 \SpecialChar \menuseparator
35255 日付メニューを使用する方法で、他はLaTeXコマンドの
35256 \series bold
35257
35258 \backslash
35259 today
35260 \series default
35261 をTeXコードで使用する方法です。これらの各方法は、表
35262 \begin_inset CommandInset ref
35263 LatexCommand ref
35264 reference "tab:日付挿入方法"
35265
35266 \end_inset
35267
35268 に比較を掲載しておきます。
35269 \end_layout
35270
35271 \begin_layout Description
35272 Dia このひな型は、
35273 \series bold
35274
35275 \begin_inset CommandInset href
35276 LatexCommand href
35277 name "Dia"
35278 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"
35279
35280 \end_inset
35281
35282
35283 \series default
35284 プログラムで作成したダイアグラムをサポートします。
35285 \end_layout
35286
35287 \begin_layout Description
35288 Gnumeric表計算表 このひな形では、
35289 \series bold
35290
35291 \begin_inset CommandInset href
35292 LatexCommand href
35293 name "Gnumeric"
35294 target "http://ja.wikipedia.org/wiki/Gnumeric"
35295
35296 \end_inset
35297
35298
35299 \series default
35300
35301 \begin_inset CommandInset href
35302 LatexCommand href
35303 name "OpenDocument"
35304 target "http://ja.wikipedia.org/wiki/OpenDocument"
35305
35306 \end_inset
35307
35308
35309 \begin_inset CommandInset href
35310 LatexCommand href
35311 name "Microsoft Office XML"
35312 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35313
35314 \end_inset
35315
35316
35317 \begin_inset CommandInset href
35318 LatexCommand href
35319 name "Office Open XML"
35320 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35321
35322 \end_inset
35323
35324 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35325 \family typewriter
35326 ssconvert
35327 \family default
35328 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35329 みである必要があります。用例と制約については、LyX用例ファイル
35330 \emph on
35331 spreadsheet.lyx
35332 \emph default
35333 をご覧ください。
35334 \end_layout
35335
35336 \begin_layout Description
35337 Lilypond組版楽譜 このひな型は、
35338 \series bold
35339
35340 \begin_inset CommandInset href
35341 LatexCommand href
35342 name "LilyPond"
35343 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35344
35345 \end_inset
35346
35347
35348 \series default
35349 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35350 \emph on
35351 lilypond.lyx
35352 \emph default
35353 をご覧ください。
35354 \end_layout
35355
35356 \begin_layout Description
35357 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35358 \family sans
35359 LaTeXとLyXオプション
35360 \family default
35361 タブ中の
35362 \family sans
35363 オプション
35364 \family default
35365 フィールドに
35366 \emph on
35367 pages
35368 \emph default
35369 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35370 \series bold
35371 pages={3,5,6,8}
35372 \series default
35373 の形で入れる)やページ範囲(
35374 \series bold
35375 pages={4-9}
35376 \series default
35377 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35378 \series bold
35379 pages={3,{},8-11,15}
35380 \series default
35381 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35382 \emph on
35383 開始頁-終了頁
35384 \emph default
35385 の文法で指定します。これは、
35386 \emph on
35387 開始頁
35388 \emph default
35389
35390 \emph on
35391 終了頁
35392 \emph default
35393 の間のすべてのページを選択します。
35394 \emph on
35395 開始頁
35396 \emph default
35397 を省略すると、1ページ目を指定したのと同じ事になり、
35398 \emph on
35399 終了頁
35400 \emph default
35401 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35402 \series bold
35403 last
35404 \series default
35405 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35406 \series bold
35407 pages=-
35408 \series default
35409 は文書の全ページを挿入することになり、
35410 \series bold
35411 pages=last-1
35412 \series default
35413 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35414 \begin_inset Newline newline
35415 \end_inset
35416
35417
35418 \series bold
35419 noautoscale
35420 \series default
35421 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35422 \family sans
35423 寸法と回転
35424 \family default
35425 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35426 \series bold
35427 noautoscale
35428 \series default
35429 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35430 \series bold
35431 pdfpages
35432 \series default
35433 の取扱説明書
35434 \begin_inset CommandInset citation
35435 LatexCommand cite
35436 key "pdfpages"
35437
35438 \end_inset
35439
35440 をご参照ください。
35441 \begin_inset Index idx
35442 status collapsed
35443
35444 \begin_layout Plain Layout
35445 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35446 \end_layout
35447
35448 \end_inset
35449
35450
35451 \begin_inset Newline newline
35452 \end_inset
35453
35454 このひな型を
35455 \family sans
35456 Beamer
35457 \family default
35458 プレゼンテーションで使用するには、まず
35459 \family sans
35460 フレーム終了
35461 \family default
35462 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35463 \series bold
35464
35465 \backslash
35466 setbeamertemplate{background canvas}{}
35467 \series default
35468 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35469 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35470 に、ひな型を含む段落には、
35471 \family sans
35472 既定
35473 \family default
35474 配置を用いるようにしてください。
35475 \begin_inset Newline newline
35476 \end_inset
35477
35478 下記は、-5度回転させたPDFを取り込んだものです。
35479 \begin_inset Newline newline
35480 \end_inset
35481
35482
35483 \begin_inset Graphics
35484         filename ../clipart/Abstract.pdf
35485         rotateAngle -5
35486         rotateOrigin leftBottom
35487
35488 \end_inset
35489
35490
35491 \begin_inset Newline newline
35492 \end_inset
35493
35494
35495 \begin_inset Note Greyedout
35496 status open
35497
35498 \begin_layout Plain Layout
35499 【訳註】LaTeXパッケージ
35500 \series bold
35501 pdfpages
35502 \series default
35503 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35504 \series bold
35505 pdfpages
35506 \series default
35507 取扱説明書
35508 \begin_inset CommandInset citation
35509 LatexCommand cite
35510 key "pdfpages"
35511
35512 \end_inset
35513
35514 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35515 \family sans
35516 挿入\SpecialChar \menuseparator
35517 ファイル\SpecialChar \menuseparator
35518 外部素材
35519 \family default
35520
35521 \family sans
35522 ひな型
35523 \family default
35524
35525 \family sans
35526 PDFページ
35527 \family default
35528 を指定して挿入されていますが、ここでは
35529 \family sans
35530 挿入\SpecialChar \menuseparator
35531 画像
35532 \family default
35533 を使用して挿入しています。
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \begin_layout Description
35542 ラスターイメージ これはビットマップ画像に使用します。
35543 \family sans
35544 外部素材
35545 \family default
35546 ダイアログを使って入れる画像は、第
35547 \begin_inset CommandInset ref
35548 LatexCommand ref
35549 reference "sec:画像ダイアログ"
35550
35551 \end_inset
35552
35553 節にあるように
35554 \family sans
35555 画像
35556 \family default
35557 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35558 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35559 \begin_inset External
35560         template RasterImage
35561         filename clipart/ToolbarEnvBox.png
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Description
35569 XFig このひな型は、
35570 \series bold
35571
35572 \begin_inset CommandInset href
35573 LatexCommand href
35574 name "Xfig"
35575 target "http://ja.wikipedia.org/wiki/Xfig"
35576
35577 \end_inset
35578
35579
35580 \series default
35581 プログラムで作成した画像をサポートします。
35582 \end_layout
35583
35584 \begin_layout Standard
35585 \begin_inset Float table
35586 placement !h
35587 wide false
35588 sideways false
35589 status open
35590
35591 \begin_layout Plain Layout
35592 \begin_inset Caption Standard
35593
35594 \begin_layout Plain Layout
35595 \begin_inset CommandInset label
35596 LatexCommand label
35597 name "tab:日付挿入方法"
35598
35599 \end_inset
35600
35601 日付の挿入方法の比較
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Plain Layout
35610 \align center
35611 \begin_inset Tabular
35612 <lyxtabular version="3" rows="4" columns="4">
35613 <features rotate="0" tabularvalignment="middle">
35614 <column alignment="center" valignment="top">
35615 <column alignment="center" valignment="top">
35616 <column alignment="center" valignment="top">
35617 <column alignment="center" valignment="top">
35618 <row>
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623 文書書式
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632
35633 \family sans
35634 外部素材\SpecialChar \menuseparator
35635 日付
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35641 \begin_inset Text
35642
35643 \begin_layout Plain Layout
35644
35645 \family sans
35646 挿入\SpecialChar \menuseparator
35647 日付
35648 \end_layout
35649
35650 \end_inset
35651 </cell>
35652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35653 \begin_inset Text
35654
35655 \begin_layout Plain Layout
35656
35657 \series bold
35658
35659 \backslash
35660 today
35661 \series default
35662 コマンド
35663 \end_layout
35664
35665 \end_inset
35666 </cell>
35667 </row>
35668 <row>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673 LyX
35674 \end_layout
35675
35676 \end_inset
35677 </cell>
35678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682 差込枠として
35683 \end_layout
35684
35685 \end_inset
35686 </cell>
35687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691 日付として
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700 TeXコード差込枠として
35701 \end_layout
35702
35703 \end_inset
35704 </cell>
35705 </row>
35706 <row>
35707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 LaTeX
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35717 \begin_inset Text
35718
35719 \begin_layout Plain Layout
35720 日付として
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729 日付として
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738 コマンドとして
35739 \end_layout
35740
35741 \end_inset
35742 </cell>
35743 </row>
35744 <row>
35745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35746 \begin_inset Text
35747
35748 \begin_layout Plain Layout
35749 DVI, PDF, PS
35750 \end_layout
35751
35752 \end_inset
35753 </cell>
35754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 日付として
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 日付として
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35773 \begin_inset Text
35774
35775 \begin_layout Plain Layout
35776 日付として
35777 \end_layout
35778
35779 \end_inset
35780 </cell>
35781 </row>
35782 </lyxtabular>
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \begin_layout Standard
35795
35796 \family sans
35797 外部素材
35798 \family default
35799 ダイアログの
35800 \family sans
35801 ファイル
35802 \family default
35803 タブ中で
35804 \family sans
35805 下書き
35806 \family default
35807 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
35808 \begin_inset Newline newline
35809 \end_inset
35810
35811 LyX中での外部素材は、ダイアログ内の
35812 \family sans
35813 LaTeXとLyXのオプション
35814 \family default
35815 タブにある
35816 \family sans
35817 LyX内に表示
35818 \family default
35819 オプションの指定に従って、
35820 \begin_inset Graphics
35821         filename clipart/ExternalMaterialQt4.png
35822         scale 85
35823         scaleBeforeRotation
35824
35825 \end_inset
35826
35827 のようなボックスとして表示されるか、画像として表示されます。
35828 \end_layout
35829
35830 \begin_layout Standard
35831 取扱説明書
35832 \family sans
35833 \emph on
35834 カスタマイズ篇
35835 \family default
35836 \emph default
35837 には、自製のひな型を定義する方法が説明されています。
35838 \end_layout
35839
35840 \begin_layout Section
35841 子文書
35842 \begin_inset CommandInset label
35843 LatexCommand label
35844 name "sec:子文書"
35845
35846 \end_inset
35847
35848
35849 \begin_inset Index idx
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \begin_inset Index idx
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863 ふぁいる@ファイル ! いんくるーど@インクルード
35864 \end_layout
35865
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \begin_layout Standard
35872 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
35873 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
35874 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
35875 \end_layout
35876
35877 \begin_layout Standard
35878 親文書を開くことなく子文書で作業できるようにするには、子文書の
35879 \family sans
35880 文書
35881 \family default
35882 \SpecialChar \menuseparator
35883
35884 \family sans
35885 設定
35886 \family default
35887 \SpecialChar \menuseparator
35888
35889 \family sans
35890 文書クラス
35891 \family default
35892 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
35893 \end_layout
35894
35895 \begin_layout Standard
35896 取り込んだ文書は、LyX中で
35897 \begin_inset Graphics
35898         filename clipart/ChildDocumentQt4.png
35899         scale 85
35900         scaleBeforeRotation
35901
35902 \end_inset
35903
35904 のようなボックスとして表示されます。子文書を親文書に取り込むには、
35905 \family sans
35906 挿入
35907 \family default
35908 \SpecialChar \menuseparator
35909
35910 \family sans
35911 ファイル
35912 \family default
35913 \SpecialChar \menuseparator
35914
35915 \family sans
35916 子文書
35917 \family default
35918 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
35919 \end_layout
35920
35921 \begin_layout Description
35922 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
35923 \family sans
35924 子文書
35925 \family default
35926 ダイアログの
35927 \family sans
35928 編集
35929 \family default
35930 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
35931 \begin_inset Newline newline
35932 \end_inset
35933
35934
35935 \end_layout
35936
35937 \begin_layout Standard
35938 以下は、
35939 \family sans
35940 Include
35941 \family default
35942 を使用して挿入した子文書です。 
35943 \begin_inset CommandInset include
35944 LatexCommand include
35945 filename "DummyDocument1.lyx"
35946
35947 \end_inset
35948
35949
35950 \end_layout
35951
35952 \begin_layout Standard
35953 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
35954 あります。取り込んだ文書のラベルは、第
35955 \begin_inset CommandInset ref
35956 LatexCommand ref
35957 reference "sub:外部文書の第1小節"
35958
35959 \end_inset
35960
35961 小節、のように参照することができます。
35962 \end_layout
35963
35964 \begin_layout Standard
35965 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
35966 は、新規頁から始まるように挿入され、改頁して終わります。
35967 \end_layout
35968
35969 \begin_layout Standard
35970 \begin_inset Note Greyedout
35971 status open
35972
35973 \begin_layout Plain Layout
35974
35975 \series bold
35976 【註】
35977 \series default
35978 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
35979 警告が発せられます。
35980 \end_layout
35981
35982 \end_inset
35983
35984
35985 \end_layout
35986
35987 \begin_layout Description
35988 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
35989 \end_layout
35990
35991 \begin_deeper
35992 \begin_layout Itemize
35993 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
35994 \end_layout
35995
35996 \begin_layout Itemize
35997 Inputファイルは、LyX設定の操作性
35998 \family sans
35999 \SpecialChar \menuseparator
36000 表示
36001 \family default
36002 の下にある
36003 \family sans
36004 画像を表示
36005 \family default
36006 を有効にすると、LyX中でプレビューすることができます。
36007 \end_layout
36008
36009 \begin_layout Itemize
36010 LaTeXコマンドの
36011 \series bold
36012
36013 \backslash
36014 includeonly
36015 \series default
36016 は使用することができません。
36017 \end_layout
36018
36019 \end_deeper
36020 \begin_layout Standard
36021 右は、
36022 \family sans
36023 Input
36024 \family default
36025 を使って挿入した子文書です。 
36026 \begin_inset CommandInset include
36027 LatexCommand input
36028 filename "DummyDocument2.lyx"
36029
36030 \end_inset
36031
36032
36033 \end_layout
36034
36035 \begin_layout Description
36036 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36037 に用いられているコマンドは実行されません。
36038 \family sans
36039 出力の空白に印付けをする
36040 \family default
36041 オプションを有効にすると、ソースコード中のすべての空白文字に「
36042 \begin_inset ERT
36043 status collapsed
36044
36045 \begin_layout Plain Layout
36046
36047
36048 \backslash
36049 textvisiblespace 
36050 \end_layout
36051
36052 \end_inset
36053
36054 」文字を表示させることができます。
36055 \family sans
36056 挿入\SpecialChar \menuseparator
36057 ファイル\SpecialChar \menuseparator
36058 平文
36059 \family default
36060 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36061 \end_layout
36062
36063 \begin_layout Standard
36064 以下は、verbatimとして挿入された子文書です。 
36065 \begin_inset CommandInset include
36066 LatexCommand verbatiminput
36067 filename "../DummyTextDocument.txt"
36068
36069 \end_inset
36070
36071
36072 \begin_inset VSpace bigskip
36073 \end_inset
36074
36075 以下は、
36076 \family sans
36077 出力の空白に印付けをする
36078 \family default
36079 オプションを指定して、verbatimとして挿入された子文書です。 
36080 \begin_inset CommandInset include
36081 LatexCommand verbatiminput*
36082 filename "../DummyTextDocument.txt"
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Standard
36090 \begin_inset VSpace bigskip
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Standard
36097 \begin_inset Note Greyedout
36098 status open
36099
36100 \begin_layout Plain Layout
36101
36102 \series bold
36103 【註】
36104 \series default
36105 上記の例でわかるように、
36106 \family sans
36107 verbatim
36108 \family default
36109 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \begin_layout Standard
36118 \begin_inset Note Greyedout
36119 status open
36120
36121 \begin_layout Plain Layout
36122
36123 \series bold
36124 【訳註】
36125 \series default
36126 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Description
36135 プログラムリスト この型については、第
36136 \begin_inset CommandInset ref
36137 LatexCommand ref
36138 reference "cha:プログラムコードリスト"
36139
36140 \end_inset
36141
36142 章に説明されています。
36143 \end_layout
36144
36145 \begin_layout Standard
36146 \begin_inset Note Greyedout
36147 status open
36148
36149 \begin_layout Plain Layout
36150
36151 \series bold
36152 【註】
36153 \series default
36154 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \end_layout
36161
36162 \begin_layout Standard
36163 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36164 一部を出力から排除することができます。これは、
36165 \family sans
36166 文書\SpecialChar \menuseparator
36167 設定\SpecialChar \menuseparator
36168 子文書
36169 \family default
36170 メニューから行うことができます。そこの一覧中の各子文書の
36171 \family sans
36172 出力に含める
36173 \family default
36174 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36175 てのみ機能することにご注意ください)。
36176 \family sans
36177 カウンタと引用を維持
36178 \family default
36179 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
36180 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
36181 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36182 \end_layout
36183
36184 \begin_layout Standard
36185 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36186 \begin_inset Foot
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 派生枝は、LyX
36191 \emph on
36192 ユーザーの手引き
36193 \emph default
36194
36195 \emph on
36196 派生枝
36197 \emph default
36198 の節に説明されています。
36199 \end_layout
36200
36201 \end_inset
36202
36203 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36204 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36205 \end_layout
36206
36207 \begin_layout Chapter
36208 プログラムコードリスト
36209 \begin_inset CommandInset label
36210 LatexCommand label
36211 name "cha:プログラムコードリスト"
36212
36213 \end_inset
36214
36215
36216 \begin_inset Index idx
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220 りすと@リスト
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \begin_inset Index idx
36227 status collapsed
36228
36229 \begin_layout Plain Layout
36230 ぷろぐらむこーど@プログラムコード
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \begin_inset Index idx
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240 ふろーと@フロート ! りすと@リスト
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \begin_layout Standard
36249 プログラムコードを取り込んで組版するには、
36250 \family sans
36251 挿入
36252 \family default
36253 \SpecialChar \menuseparator
36254
36255 \family sans
36256 プログラムリスト
36257 \family default
36258 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36259 \series bold
36260 listings
36261 \series default
36262
36263 \begin_inset Index idx
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36268 \end_layout
36269
36270 \end_inset
36271
36272 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36273 \end_layout
36274
36275 \begin_layout Standard
36276 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36277 \end_layout
36278
36279 \begin_layout Standard
36280 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36281 \family sans
36282 行内リスト
36283 \family default
36284 を指定すると、リストは
36285 \begin_inset listings
36286 lstparams "language={C++}"
36287 inline true
36288 status collapsed
36289
36290 \begin_layout Plain Layout
36291
36292 int a=5;
36293 \end_layout
36294
36295 \end_inset
36296
36297 のように行内に印字されます。
36298 \begin_inset Newline newline
36299 \end_inset
36300
36301
36302 \family sans
36303 フロート
36304 \family default
36305 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36306 \begin_inset CommandInset ref
36307 LatexCommand ref
36308 reference "sec:フロートの配置"
36309
36310 \end_inset
36311
36312 節に説明されているフロート配置オプションに従って、「
36313 \family sans
36314 h
36315 \family default
36316 」「
36317 \family sans
36318 t
36319 \family default
36320 」「
36321 \family sans
36322 b
36323 \family default
36324 」「
36325 \family sans
36326 p
36327 \family default
36328 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36329 \family sans
36330 htbp
36331 \family default
36332 」のように区切りを入れることなく入力することができます。「
36333 \family sans
36334 h
36335 \family default
36336 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36337 \family sans
36338 フロート
36339 \family default
36340 オプションを使用しなければ大丈夫です。
36341 \end_layout
36342
36343 \begin_layout Standard
36344
36345 \family sans
36346 挿入
36347 \family default
36348 \SpecialChar \menuseparator
36349
36350 \family sans
36351 キャプション
36352 \family default
36353 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36354 \begin_inset CommandInset ref
36355 LatexCommand ref
36356 reference "lst:リストフロート"
36357
36358 \end_inset
36359
36360 のように参照することができます。
36361 \end_layout
36362
36363 \begin_layout Standard
36364 \begin_inset listings
36365 lstparams "language=Python"
36366 inline false
36367 status open
36368
36369 \begin_layout Plain Layout
36370
36371 \begin_inset Caption Standard
36372
36373 \begin_layout Plain Layout
36374 \begin_inset CommandInset label
36375 LatexCommand label
36376 name "lst:リストフロート"
36377
36378 \end_inset
36379
36380 Example Listing Float
36381 \end_layout
36382
36383 \end_inset
36384
36385 # Example listing float
36386 \end_layout
36387
36388 \begin_layout Plain Layout
36389
36390 def func(param):
36391 \end_layout
36392
36393 \begin_layout Plain Layout
36394
36395     'this is a python function'
36396 \end_layout
36397
36398 \begin_layout Plain Layout
36399
36400     pass
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Standard
36409 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36410 onのキーワード「def」が識別され、ボールド体で出力されます。
36411 \end_layout
36412
36413 \begin_layout Standard
36414 \begin_inset Note Greyedout
36415 status open
36416
36417 \begin_layout Plain Layout
36418
36419 \series bold
36420 【註】
36421 \series default
36422 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36423 \family typewriter
36424 typewriter
36425 \family default
36426 フォントがボールド体を提供していません。この場合には、
36427 \family sans
36428 文書
36429 \family default
36430 \SpecialChar \menuseparator
36431
36432 \family sans
36433 設定
36434 \family default
36435 \SpecialChar \menuseparator
36436
36437 \family sans
36438 フォント
36439 \family default
36440 メニューで別のフォントを選択してください(
36441 \emph on
36442 LuxiMono
36443 \emph default
36444
36445 \emph on
36446 BeraMono
36447 \emph default
36448
36449 \emph on
36450 Courier
36451 \emph default
36452 の各フォントはボールド体を提供します)。
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Standard
36461 \begin_inset Note Greyedout
36462 status open
36463
36464 \begin_layout Plain Layout
36465
36466 \series bold
36467 【訳註】
36468 \series default
36469 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36470 \end_layout
36471
36472 \end_inset
36473
36474
36475 \end_layout
36476
36477 \begin_layout Standard
36478 プログラムリストダイアログの
36479 \family sans
36480 行番号
36481 \family default
36482 のセクションでは、行番号の様式を指定することができます。
36483 \family sans
36484 行間
36485 \family default
36486 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36487 \end_layout
36488
36489 \begin_layout Standard
36490 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36491 \family sans
36492 拡張文字コード表を使う
36493 \family default
36494 オプションを使用しなくてはなりません。
36495 \begin_inset Newline newline
36496 \end_inset
36497
36498 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36499 \begin_inset space \thinspace{}
36500 \end_inset
36501
36502 -
36503 \begin_inset space \thinspace{}
36504 \end_inset
36505
36506 8」で設定したプログラムリストの例です。
36507 \end_layout
36508
36509 \begin_layout Standard
36510 \begin_inset listings
36511 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36512 inline false
36513 status open
36514
36515 \begin_layout Plain Layout
36516
36517 def func(param):
36518 \end_layout
36519
36520 \begin_layout Plain Layout
36521
36522     'this is a python function'
36523 \end_layout
36524
36525 \begin_layout Plain Layout
36526
36527     pass
36528 \end_layout
36529
36530 \begin_layout Plain Layout
36531
36532 def func(param):
36533 \end_layout
36534
36535 \begin_layout Plain Layout
36536
36537 'This is a German word: Tschüß'
36538 \end_layout
36539
36540 \begin_layout Plain Layout
36541
36542 pass
36543 \end_layout
36544
36545 \begin_layout Plain Layout
36546
36547 def func(param):
36548 \end_layout
36549
36550 \begin_layout Plain Layout
36551
36552 'this is a python function'
36553 \end_layout
36554
36555 \begin_layout Plain Layout
36556
36557 pass
36558 \end_layout
36559
36560 \end_inset
36561
36562
36563 \end_layout
36564
36565 \begin_layout Standard
36566 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36567 \family sans
36568 タビュレータの大きさ
36569 \family default
36570 フィールドで指定することができます。
36571 \end_layout
36572
36573 \begin_layout Standard
36574 \begin_inset Note Greyedout
36575 status open
36576
36577 \begin_layout Plain Layout
36578
36579 \series bold
36580 【註】listings
36581 \series default
36582 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36583 に振られているのはこのためです。
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 \begin_inset VSpace bigskip
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Standard
36599 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36600 \family sans
36601 挿入
36602 \family default
36603 \SpecialChar \menuseparator
36604
36605 \family sans
36606 ファイル
36607 \family default
36608 \SpecialChar \menuseparator
36609
36610 \family sans
36611 子文書
36612 \family default
36613 メニューを使用して
36614 \family sans
36615 プログラムリスト
36616 \family default
36617 型を選択してください
36618 \begin_inset Foot
36619 status collapsed
36620
36621 \begin_layout Plain Layout
36622 他の子文書型については、第 section
36623 \begin_inset space ~
36624 \end_inset
36625
36626
36627 \begin_inset CommandInset ref
36628 LatexCommand ref
36629 reference "sec:子文書"
36630
36631 \end_inset
36632
36633 節に説明があります。
36634 \end_layout
36635
36636 \end_inset
36637
36638 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
36639 疑問符「?」を打鍵してください。
36640 \end_layout
36641
36642 \begin_layout Standard
36643 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
36644 \family sans
36645 挿入
36646 \family default
36647 \SpecialChar \menuseparator
36648
36649 \family sans
36650 相互参照
36651 \family default
36652 メニューを使って参照できるようになります。
36653 \end_layout
36654
36655 \begin_layout Standard
36656 プログラムリスト
36657 \begin_inset CommandInset ref
36658 LatexCommand ref
36659 reference "lst:file-listing"
36660
36661 \end_inset
36662
36663 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
36664 \end_layout
36665
36666 \begin_layout Standard
36667 \begin_inset CommandInset include
36668 LatexCommand lstinputlisting
36669 filename "EmbeddedObjects.lyx"
36670 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36671
36672 \end_inset
36673
36674
36675 \end_layout
36676
36677 \begin_layout Standard
36678 \begin_inset VSpace bigskip
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 リストに数式を入れるには、以下のようにします。
36686 \end_layout
36687
36688 \begin_layout Enumerate
36689 リストダイアログを開き、
36690 \family sans
36691 詳細
36692 \family default
36693 タブのフィールド中に
36694 \begin_inset Newline newline
36695 \end_inset
36696
36697
36698 \family sans
36699 mathescape=true
36700 \family default
36701
36702 \begin_inset Newline newline
36703 \end_inset
36704
36705 と書き加えます。
36706 \end_layout
36707
36708 \begin_layout Enumerate
36709 リスト外で数式を作成します。
36710 \end_layout
36711
36712 \begin_layout Enumerate
36713 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
36714 \begin_inset Info
36715 type  "shortcut"
36716 arg   "copy"
36717 \end_inset
36718
36719 )。
36720 \end_layout
36721
36722 \begin_layout Enumerate
36723 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
36724 \begin_inset Info
36725 type  "shortcut"
36726 arg   "paste"
36727 \end_inset
36728
36729 )。
36730 \end_layout
36731
36732 \begin_layout Standard
36733 \begin_inset listings
36734 lstparams "language=Python,mathescape=true"
36735 inline false
36736 status open
36737
36738 \begin_layout Plain Layout
36739
36740 \begin_inset Caption Standard
36741
36742 \begin_layout Plain Layout
36743 Example Listing float containing a formula
36744 \end_layout
36745
36746 \end_inset
36747
36748 # Example listing float
36749 \end_layout
36750
36751 \begin_layout Plain Layout
36752
36753 def func(param):
36754 \end_layout
36755
36756 \begin_layout Plain Layout
36757
36758     # $
36759 \backslash
36760 prod_{n=1}^{
36761 \backslash
36762 infty}
36763 \backslash
36764 ,
36765 \backslash
36766 frac{1}{x^{2}}$
36767 \end_layout
36768
36769 \begin_layout Plain Layout
36770
36771     pass
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \end_layout
36778
36779 \begin_layout Standard
36780 \begin_inset VSpace bigskip
36781 \end_inset
36782
36783
36784 \end_layout
36785
36786 \begin_layout Standard
36787 大域的なプログラムリストの設定は、
36788 \family sans
36789 文書
36790 \family default
36791 \SpecialChar \menuseparator
36792
36793 \family sans
36794 設定
36795 \family default
36796 \SpecialChar \menuseparator
36797
36798 \family sans
36799 リスト
36800 \family default
36801 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
36802 \family sans
36803 プログラムリスト設定
36804 \family default
36805 フィールドで疑問符「?」を打鍵してください。
36806 \end_layout
36807
36808 \begin_layout Standard
36809
36810 \series bold
36811 listings
36812 \series default
36813 パッケージについての詳しい情報については、取扱説明書
36814 \begin_inset CommandInset citation
36815 LatexCommand cite
36816 key "listings"
36817
36818 \end_inset
36819
36820 をご参照ください。.
36821 \end_layout
36822
36823 \begin_layout Standard
36824 \begin_inset Newpage newpage
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \begin_layout Chapter
36831 \start_of_appendix
36832 LyXで使用できる単位
36833 \begin_inset Index idx
36834 status collapsed
36835
36836 \begin_layout Plain Layout
36837 たんい@単位
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \begin_inset CommandInset label
36844 LatexCommand label
36845 name "cha:LyXで使用できる単位"
36846
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \begin_layout Standard
36853 この文書で用いられる単位の理解のために、表
36854 \begin_inset CommandInset ref
36855 LatexCommand ref
36856 reference "tab:単位"
36857
36858 \end_inset
36859
36860 に、LyXで使うことのできる単位をまとめておきます。
36861 \end_layout
36862
36863 \begin_layout Standard
36864 \begin_inset Float table
36865 placement h
36866 wide false
36867 sideways false
36868 status open
36869
36870 \begin_layout Plain Layout
36871 \begin_inset Caption Standard
36872
36873 \begin_layout Plain Layout
36874 \begin_inset CommandInset label
36875 LatexCommand label
36876 name "tab:単位"
36877
36878 \end_inset
36879
36880 単位
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \begin_layout Plain Layout
36889 \begin_inset VSpace medskip
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \begin_layout Plain Layout
36896 \align center
36897 \begin_inset Tabular
36898 <lyxtabular version="3" rows="20" columns="2">
36899 <features rotate="0" tabularvalignment="middle">
36900 <column alignment="center" valignment="top">
36901 <column alignment="center" valignment="top">
36902 <row>
36903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907 単位
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 名称/摘要
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 </row>
36922 <row>
36923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36924 \begin_inset Text
36925
36926 \begin_layout Plain Layout
36927 mm
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 ミリメートル
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 </row>
36942 <row>
36943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947 cm
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36953 \begin_inset Text
36954
36955 \begin_layout Plain Layout
36956 センチメートル
36957 \end_layout
36958
36959 \end_inset
36960 </cell>
36961 </row>
36962 <row>
36963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 in
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36973 \begin_inset Text
36974
36975 \begin_layout Plain Layout
36976 インチ
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 </row>
36982 <row>
36983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36984 \begin_inset Text
36985
36986 \begin_layout Plain Layout
36987 pt
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36993 \begin_inset Text
36994
36995 \begin_layout Plain Layout
36996 ポイント (72.27
36997 \begin_inset Formula $\,$
36998 \end_inset
36999
37000 pt = 1
37001 \begin_inset Formula $\,$
37002 \end_inset
37003
37004 in)
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 </row>
37010 <row>
37011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 pc
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37021 \begin_inset Text
37022
37023 \begin_layout Plain Layout
37024 パイカ (1
37025 \begin_inset Formula $\,$
37026 \end_inset
37027
37028 pc = 12
37029 \begin_inset Formula $\,$
37030 \end_inset
37031
37032 pt)
37033 \end_layout
37034
37035 \end_inset
37036 </cell>
37037 </row>
37038 <row>
37039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043 sp
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052 スケールポイント (65536
37053 \begin_inset Formula $\,$
37054 \end_inset
37055
37056 sp = 1
37057 \begin_inset Formula $\,$
37058 \end_inset
37059
37060 pt)
37061 \end_layout
37062
37063 \end_inset
37064 </cell>
37065 </row>
37066 <row>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071 bp
37072 \end_layout
37073
37074 \end_inset
37075 </cell>
37076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37077 \begin_inset Text
37078
37079 \begin_layout Plain Layout
37080 ビッグポイント (72
37081 \begin_inset Formula $\,$
37082 \end_inset
37083
37084 bp = 1
37085 \begin_inset Formula $\,$
37086 \end_inset
37087
37088 in)
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 </row>
37094 <row>
37095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 dd
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 ディドー (72
37109 \begin_inset Formula $\,$
37110 \end_inset
37111
37112 dd 
37113 \begin_inset Formula $\approx$
37114 \end_inset
37115
37116  37.6
37117 \begin_inset Formula $\,$
37118 \end_inset
37119
37120 mm)
37121 \end_layout
37122
37123 \end_inset
37124 </cell>
37125 </row>
37126 <row>
37127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131 cc
37132 \end_layout
37133
37134 \end_inset
37135 </cell>
37136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 シセロ (1
37141 \begin_inset Formula $\,$
37142 \end_inset
37143
37144 cc = 12
37145 \begin_inset Formula $\,$
37146 \end_inset
37147
37148 dd)
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 </row>
37154 <row>
37155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 Scale%
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168 元の画像幅の%
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 </row>
37174 <row>
37175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 text%
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188 テキスト幅の%
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 </row>
37194 <row>
37195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199 col%
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 組段幅の%
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 <row>
37215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219 page%
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 用紙幅の%
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 <row>
37235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239 line%
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37245 \begin_inset Text
37246
37247 \begin_layout Plain Layout
37248 行幅の%
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 </row>
37254 <row>
37255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 theight%
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268 テキスト高さの%
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 </row>
37274 <row>
37275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 pheight%
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 用紙高さの%
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 </row>
37294 <row>
37295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37296 \begin_inset Text
37297
37298 \begin_layout Plain Layout
37299 ex
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 現在のフォントの文字「x」の高さ
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 </row>
37314 <row>
37315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37316 \begin_inset Text
37317
37318 \begin_layout Plain Layout
37319 em
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37325 \begin_inset Text
37326
37327 \begin_layout Plain Layout
37328 現在のフォントの文字「M」の幅
37329 \end_layout
37330
37331 \end_inset
37332 </cell>
37333 </row>
37334 <row>
37335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339 mu
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348 数式単位 (1
37349 \begin_inset Formula $\,$
37350 \end_inset
37351
37352 mu = 1/18
37353 \begin_inset Formula $\,$
37354 \end_inset
37355
37356 em)
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 </row>
37362 </lyxtabular>
37363
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \begin_layout Chapter
37375 画像を含む場合のファイル出力形式
37376 \begin_inset CommandInset label
37377 LatexCommand label
37378 name "cha:ファイル出力形式"
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \begin_layout Section
37386 DVI
37387 \begin_inset Index idx
37388 status collapsed
37389
37390 \begin_layout Plain Layout
37391 ふぁいるしょしき@ファイル書式 ! DVI
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \begin_inset Index idx
37398 status collapsed
37399
37400 \begin_layout Plain Layout
37401 DVI|see
37402 \begin_inset ERT
37403 status collapsed
37404
37405 \begin_layout Plain Layout
37406
37407 {
37408 \end_layout
37409
37410 \end_inset
37411
37412 ファイル書式
37413 \begin_inset ERT
37414 status collapsed
37415
37416 \begin_layout Plain Layout
37417
37418 }
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Standard
37432 このファイル型の拡張子は「
37433 \family typewriter
37434 .dvi
37435 \family default
37436 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37437 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37438 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37439 \end_layout
37440
37441 \begin_layout Standard
37442 \begin_inset Note Greyedout
37443 status open
37444
37445 \begin_layout Plain Layout
37446 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37447 \end_layout
37448
37449 \end_inset
37450
37451 ですから、お使いの
37452 \family typewriter
37453 .dvi
37454 \family default
37455 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37456 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37457 DFを使用することをお勧めします。
37458 \end_layout
37459
37460 \begin_layout Standard
37461 使用中の文書は、
37462 \family sans
37463 ファイル
37464 \family default
37465 \SpecialChar \menuseparator
37466
37467 \family sans
37468 書き出し
37469 \family default
37470 \SpecialChar \menuseparator
37471
37472 \family sans
37473 DVI
37474 \family default
37475 メニューを使用して、DVIに書き出すことができます。
37476 \family sans
37477 表示
37478 \family default
37479 メニューから、文書をDVIとして表示させることもできます。
37480 \end_layout
37481
37482 \begin_layout Section
37483 PostScript
37484 \begin_inset CommandInset label
37485 LatexCommand label
37486 name "sec:PostScript"
37487
37488 \end_inset
37489
37490
37491 \begin_inset Index idx
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495 ふぁいるしょしき@ファイル書式 ! PostScript
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \begin_inset Index idx
37502 status collapsed
37503
37504 \begin_layout Plain Layout
37505 PostScript|see
37506 \begin_inset ERT
37507 status collapsed
37508
37509 \begin_layout Plain Layout
37510
37511 {
37512 \end_layout
37513
37514 \end_inset
37515
37516 ファイル書式
37517 \begin_inset ERT
37518 status collapsed
37519
37520 \begin_layout Plain Layout
37521
37522 }
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Standard
37536 このファイル型の拡張子は「
37537 \family typewriter
37538 .ps
37539 \family default
37540 」です。PostScriptは、
37541 \family typewriter
37542 Adobe
37543 \family default
37544 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37545 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37546 \begin_inset Foot
37547 status collapsed
37548
37549 \begin_layout Plain Layout
37550 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37551 \series bold
37552 PSTricks
37553 \series default
37554
37555 \begin_inset CommandInset citation
37556 LatexCommand cite
37557 key "pstricks"
37558
37559 \end_inset
37560
37561 を見てみてください。
37562 \end_layout
37563
37564 \end_inset
37565
37566 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37567 \end_layout
37568
37569 \begin_layout Standard
37570 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37571 \family typewriter
37572 .eps
37573 \family default
37574 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37575 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37576 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37577 を直接EPSとして入れておく方がよいでしょう。
37578 \end_layout
37579
37580 \begin_layout Standard
37581 文書は、
37582 \family sans
37583 ファイル
37584 \family default
37585 \SpecialChar \menuseparator
37586
37587 \family sans
37588 書き出し
37589 \family default
37590 \SpecialChar \menuseparator
37591
37592 \family sans
37593 Postscript
37594 \family default
37595 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37596 \family sans
37597 表示
37598 \family default
37599 メニューかツールバーボタン
37600 \begin_inset Graphics
37601         filename ../../images/buffer-view_ps.png
37602         scale 85
37603         scaleBeforeRotation
37604
37605 \end_inset
37606
37607 を使用することでPostScriptとして表示させることができます。
37608 \end_layout
37609
37610 \begin_layout Section
37611 PDF
37612 \begin_inset Index idx
37613 status collapsed
37614
37615 \begin_layout Plain Layout
37616 ふぁいるしょしき@ファイル書式 ! PDF
37617 \end_layout
37618
37619 \end_inset
37620
37621
37622 \begin_inset Index idx
37623 status collapsed
37624
37625 \begin_layout Plain Layout
37626 PDF
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \begin_layout Standard
37635 このファイル型の拡張子は「
37636 \family typewriter
37637 .pdf
37638 \family default
37639 」です。この「Portable Document Format (PDF)」は、
37640 \family typewriter
37641 Adobe
37642 \family default
37643 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
37644 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
37645 \end_layout
37646
37647 \begin_layout Standard
37648 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
37649 \family typewriter
37650 .jpg
37651 \family default
37652 」または「
37653 \family typewriter
37654 .jpeg
37655 \family default
37656 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
37657 \family typewriter
37658 .png
37659 \family default
37660 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
37661 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
37662 とをお勧めします。
37663 \end_layout
37664
37665 \begin_layout Standard
37666 使用中の文書は、
37667 \family sans
37668 ファイル
37669 \family default
37670 \SpecialChar \menuseparator
37671
37672 \family sans
37673 書き出し
37674 \family default
37675 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
37676 \end_layout
37677
37678 \begin_layout Description
37679 PDF
37680 \begin_inset space ~
37681 \end_inset
37682
37683 (ps2pdf) これは
37684 \family typewriter
37685 ps2pdf
37686 \family default
37687 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
37688 \family typewriter
37689 dvips
37690 \family default
37691 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
37692 \end_layout
37693
37694 \begin_layout Description
37695 PDF
37696 \begin_inset space ~
37697 \end_inset
37698
37699 (dvipdfm) これは
37700 \family typewriter
37701 dvipdfm
37702 \family default
37703 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
37704 \end_layout
37705
37706 \begin_layout Description
37707 PDF
37708 \begin_inset space ~
37709 \end_inset
37710
37711 (pdflatex) これは
37712 \family typewriter
37713 pdftex
37714 \family default
37715 プログラムを使って、現在のファイルを直接PDFに変換します。
37716 \end_layout
37717
37718 \begin_layout Standard
37719
37720 \family typewriter
37721 pdftex
37722 \family default
37723 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
37724 \family sans
37725 PDF
37726 \begin_inset space ~
37727 \end_inset
37728
37729 (pdflatex)
37730 \family default
37731 を使用することが推奨されます。
37732 \family typewriter
37733 dvipdfm
37734 \family default
37735 プログラムは開発が停止しており、若干時代遅れになっています。
37736 \end_layout
37737
37738 \begin_layout Standard
37739 使用中の文書をPDFとして表示するには、
37740 \family sans
37741 表示
37742 \family default
37743 メニューかツールバーボタン
37744 \begin_inset Graphics
37745         filename ../../images/buffer-view_pdf2.png
37746         scale 85
37747         scaleBeforeRotation
37748
37749 \end_inset
37750
37751 (これは
37752 \family sans
37753 PDF
37754 \begin_inset space ~
37755 \end_inset
37756
37757 (pdflatex)
37758 \family default
37759 を使用します)を用います。
37760 \end_layout
37761
37762 \begin_layout Chapter
37763 dvips色名一覧
37764 \begin_inset CommandInset label
37765 LatexCommand label
37766 name "chap:dvips色名一覧"
37767
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \begin_layout Standard
37774 \begin_inset Tabular
37775 <lyxtabular version="3" rows="17" columns="4">
37776 <features rotate="0" tabularvalignment="middle">
37777 <column alignment="left" valignment="top" width="0pt">
37778 <column alignment="left" valignment="top" width="0pt">
37779 <column alignment="left" valignment="top" width="0pt">
37780 <column alignment="left" valignment="top" width="0pt">
37781 <row>
37782 <cell alignment="left" valignment="top" usebox="none">
37783 \begin_inset Text
37784
37785 \begin_layout Plain Layout
37786 \begin_inset ERT
37787 status collapsed
37788
37789 \begin_layout Plain Layout
37790
37791
37792 \backslash
37793 fcolorbox{black}{
37794 \end_layout
37795
37796 \end_inset
37797
37798 white
37799 \begin_inset ERT
37800 status collapsed
37801
37802 \begin_layout Plain Layout
37803
37804 }{
37805 \end_layout
37806
37807 \end_inset
37808
37809
37810 \begin_inset ERT
37811 status collapsed
37812
37813 \begin_layout Plain Layout
37814
37815 }
37816 \end_layout
37817
37818 \end_inset
37819
37820  色名
37821 \end_layout
37822
37823 \end_inset
37824 </cell>
37825 <cell alignment="left" valignment="top" usebox="none">
37826 \begin_inset Text
37827
37828 \begin_layout Plain Layout
37829 \begin_inset ERT
37830 status collapsed
37831
37832 \begin_layout Plain Layout
37833
37834
37835 \backslash
37836 fcolorbox{black}{
37837 \end_layout
37838
37839 \end_inset
37840
37841 white
37842 \begin_inset ERT
37843 status collapsed
37844
37845 \begin_layout Plain Layout
37846
37847 }{
37848 \end_layout
37849
37850 \end_inset
37851
37852
37853 \begin_inset ERT
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857
37858 }
37859 \end_layout
37860
37861 \end_inset
37862
37863  色名
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="left" valignment="top" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 \begin_inset ERT
37873 status collapsed
37874
37875 \begin_layout Plain Layout
37876
37877
37878 \backslash
37879 fcolorbox{black}{
37880 \end_layout
37881
37882 \end_inset
37883
37884 white
37885 \begin_inset ERT
37886 status collapsed
37887
37888 \begin_layout Plain Layout
37889
37890 }{
37891 \end_layout
37892
37893 \end_inset
37894
37895
37896 \begin_inset ERT
37897 status collapsed
37898
37899 \begin_layout Plain Layout
37900
37901 }
37902 \end_layout
37903
37904 \end_inset
37905
37906  色名
37907 \end_layout
37908
37909 \end_inset
37910 </cell>
37911 <cell alignment="left" valignment="top" usebox="none">
37912 \begin_inset Text
37913
37914 \begin_layout Plain Layout
37915 \begin_inset ERT
37916 status collapsed
37917
37918 \begin_layout Plain Layout
37919
37920
37921 \backslash
37922 fcolorbox{black}{
37923 \end_layout
37924
37925 \end_inset
37926
37927 white
37928 \begin_inset ERT
37929 status collapsed
37930
37931 \begin_layout Plain Layout
37932
37933 }{
37934 \end_layout
37935
37936 \end_inset
37937
37938
37939 \begin_inset ERT
37940 status collapsed
37941
37942 \begin_layout Plain Layout
37943
37944 }
37945 \end_layout
37946
37947 \end_inset
37948
37949  色名
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 </row>
37955 <row>
37956 <cell alignment="center" valignment="top" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 \begin_inset ERT
37961 status collapsed
37962
37963 \begin_layout Plain Layout
37964
37965
37966 \backslash
37967 fcolorbox{black}{
37968 \end_layout
37969
37970 \end_inset
37971
37972 Apricot
37973 \begin_inset ERT
37974 status collapsed
37975
37976 \begin_layout Plain Layout
37977
37978 }{
37979 \end_layout
37980
37981 \end_inset
37982
37983
37984 \begin_inset Phantom Phantom
37985 status open
37986
37987 \begin_layout Plain Layout
37988 W
37989 \end_layout
37990
37991 \end_inset
37992
37993
37994 \begin_inset ERT
37995 status collapsed
37996
37997 \begin_layout Plain Layout
37998
37999 }
38000 \end_layout
38001
38002 \end_inset
38003
38004  Apricot
38005 \end_layout
38006
38007 \end_inset
38008 </cell>
38009 <cell alignment="center" valignment="top" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013 \begin_inset ERT
38014 status collapsed
38015
38016 \begin_layout Plain Layout
38017
38018
38019 \backslash
38020 fcolorbox{black}{
38021 \end_layout
38022
38023 \end_inset
38024
38025 Aquamarine
38026 \begin_inset ERT
38027 status collapsed
38028
38029 \begin_layout Plain Layout
38030
38031 }{
38032 \end_layout
38033
38034 \end_inset
38035
38036
38037 \begin_inset Phantom Phantom
38038 status open
38039
38040 \begin_layout Plain Layout
38041 W
38042 \end_layout
38043
38044 \end_inset
38045
38046
38047 \begin_inset ERT
38048 status collapsed
38049
38050 \begin_layout Plain Layout
38051
38052 }
38053 \end_layout
38054
38055 \end_inset
38056
38057  Aquamarine
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 <cell alignment="center" valignment="top" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066 \begin_inset ERT
38067 status collapsed
38068
38069 \begin_layout Plain Layout
38070
38071
38072 \backslash
38073 fcolorbox{black}{
38074 \end_layout
38075
38076 \end_inset
38077
38078 Bittersweet
38079 \begin_inset ERT
38080 status collapsed
38081
38082 \begin_layout Plain Layout
38083
38084 }{
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \begin_inset Phantom Phantom
38091 status open
38092
38093 \begin_layout Plain Layout
38094 W
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \begin_inset ERT
38101 status collapsed
38102
38103 \begin_layout Plain Layout
38104
38105 }
38106 \end_layout
38107
38108 \end_inset
38109
38110  Bittersweet
38111 \end_layout
38112
38113 \end_inset
38114 </cell>
38115 <cell alignment="center" valignment="top" usebox="none">
38116 \begin_inset Text
38117
38118 \begin_layout Plain Layout
38119 \begin_inset ERT
38120 status collapsed
38121
38122 \begin_layout Plain Layout
38123
38124
38125 \backslash
38126 fcolorbox{black}{
38127 \end_layout
38128
38129 \end_inset
38130
38131 BlueGreen
38132 \begin_inset ERT
38133 status collapsed
38134
38135 \begin_layout Plain Layout
38136
38137 }{
38138 \end_layout
38139
38140 \end_inset
38141
38142
38143 \begin_inset Phantom Phantom
38144 status open
38145
38146 \begin_layout Plain Layout
38147 W
38148 \end_layout
38149
38150 \end_inset
38151
38152
38153 \begin_inset ERT
38154 status collapsed
38155
38156 \begin_layout Plain Layout
38157
38158 }
38159 \end_layout
38160
38161 \end_inset
38162
38163  BlueGreen
38164 \end_layout
38165
38166 \end_inset
38167 </cell>
38168 </row>
38169 <row>
38170 <cell alignment="left" valignment="top" usebox="none">
38171 \begin_inset Text
38172
38173 \begin_layout Plain Layout
38174 \begin_inset ERT
38175 status collapsed
38176
38177 \begin_layout Plain Layout
38178
38179
38180 \backslash
38181 fcolorbox{black}{
38182 \end_layout
38183
38184 \end_inset
38185
38186 BlueViolet
38187 \begin_inset ERT
38188 status collapsed
38189
38190 \begin_layout Plain Layout
38191
38192 }{
38193 \end_layout
38194
38195 \end_inset
38196
38197
38198 \begin_inset Phantom Phantom
38199 status open
38200
38201 \begin_layout Plain Layout
38202 W
38203 \end_layout
38204
38205 \end_inset
38206
38207
38208 \begin_inset ERT
38209 status collapsed
38210
38211 \begin_layout Plain Layout
38212
38213 }
38214 \end_layout
38215
38216 \end_inset
38217
38218  BlueViolet
38219 \end_layout
38220
38221 \end_inset
38222 </cell>
38223 <cell alignment="left" valignment="top" usebox="none">
38224 \begin_inset Text
38225
38226 \begin_layout Plain Layout
38227 \begin_inset ERT
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231
38232
38233 \backslash
38234 fcolorbox{black}{
38235 \end_layout
38236
38237 \end_inset
38238
38239 BrickRed
38240 \begin_inset ERT
38241 status collapsed
38242
38243 \begin_layout Plain Layout
38244
38245 }{
38246 \end_layout
38247
38248 \end_inset
38249
38250
38251 \begin_inset Phantom Phantom
38252 status open
38253
38254 \begin_layout Plain Layout
38255 W
38256 \end_layout
38257
38258 \end_inset
38259
38260
38261 \begin_inset ERT
38262 status collapsed
38263
38264 \begin_layout Plain Layout
38265
38266 }
38267 \end_layout
38268
38269 \end_inset
38270
38271  BrickRed
38272 \end_layout
38273
38274 \end_inset
38275 </cell>
38276 <cell alignment="left" valignment="top" usebox="none">
38277 \begin_inset Text
38278
38279 \begin_layout Plain Layout
38280 \begin_inset ERT
38281 status collapsed
38282
38283 \begin_layout Plain Layout
38284
38285
38286 \backslash
38287 fcolorbox{black}{
38288 \end_layout
38289
38290 \end_inset
38291
38292 Brown
38293 \begin_inset ERT
38294 status collapsed
38295
38296 \begin_layout Plain Layout
38297
38298 }{
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \begin_inset Phantom Phantom
38305 status open
38306
38307 \begin_layout Plain Layout
38308 W
38309 \end_layout
38310
38311 \end_inset
38312
38313
38314 \begin_inset ERT
38315 status collapsed
38316
38317 \begin_layout Plain Layout
38318
38319 }
38320 \end_layout
38321
38322 \end_inset
38323
38324  Brown
38325 \end_layout
38326
38327 \end_inset
38328 </cell>
38329 <cell alignment="left" valignment="top" usebox="none">
38330 \begin_inset Text
38331
38332 \begin_layout Plain Layout
38333 \begin_inset ERT
38334 status collapsed
38335
38336 \begin_layout Plain Layout
38337
38338
38339 \backslash
38340 fcolorbox{black}{
38341 \end_layout
38342
38343 \end_inset
38344
38345 BurntOrange
38346 \begin_inset ERT
38347 status collapsed
38348
38349 \begin_layout Plain Layout
38350
38351 }{
38352 \end_layout
38353
38354 \end_inset
38355
38356
38357 \begin_inset Phantom Phantom
38358 status open
38359
38360 \begin_layout Plain Layout
38361 W
38362 \end_layout
38363
38364 \end_inset
38365
38366
38367 \begin_inset ERT
38368 status collapsed
38369
38370 \begin_layout Plain Layout
38371
38372 }
38373 \end_layout
38374
38375 \end_inset
38376
38377  BurntOrange
38378 \end_layout
38379
38380 \end_inset
38381 </cell>
38382 </row>
38383 <row>
38384 <cell alignment="left" valignment="top" usebox="none">
38385 \begin_inset Text
38386
38387 \begin_layout Plain Layout
38388 \begin_inset ERT
38389 status collapsed
38390
38391 \begin_layout Plain Layout
38392
38393
38394 \backslash
38395 fcolorbox{black}{
38396 \end_layout
38397
38398 \end_inset
38399
38400 CadetBlue
38401 \begin_inset ERT
38402 status collapsed
38403
38404 \begin_layout Plain Layout
38405
38406 }{
38407 \end_layout
38408
38409 \end_inset
38410
38411
38412 \begin_inset Phantom Phantom
38413 status open
38414
38415 \begin_layout Plain Layout
38416 W
38417 \end_layout
38418
38419 \end_inset
38420
38421
38422 \begin_inset ERT
38423 status collapsed
38424
38425 \begin_layout Plain Layout
38426
38427 }
38428 \end_layout
38429
38430 \end_inset
38431
38432  CadetBlue
38433 \end_layout
38434
38435 \end_inset
38436 </cell>
38437 <cell alignment="left" valignment="top" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441 \begin_inset ERT
38442 status collapsed
38443
38444 \begin_layout Plain Layout
38445
38446
38447 \backslash
38448 fcolorbox{black}{
38449 \end_layout
38450
38451 \end_inset
38452
38453 CarnationPink
38454 \begin_inset ERT
38455 status collapsed
38456
38457 \begin_layout Plain Layout
38458
38459 }{
38460 \end_layout
38461
38462 \end_inset
38463
38464
38465 \begin_inset Phantom Phantom
38466 status open
38467
38468 \begin_layout Plain Layout
38469 W
38470 \end_layout
38471
38472 \end_inset
38473
38474
38475 \begin_inset ERT
38476 status collapsed
38477
38478 \begin_layout Plain Layout
38479
38480 }
38481 \end_layout
38482
38483 \end_inset
38484
38485  CarnationPink
38486 \end_layout
38487
38488 \end_inset
38489 </cell>
38490 <cell alignment="left" valignment="top" usebox="none">
38491 \begin_inset Text
38492
38493 \begin_layout Plain Layout
38494 \begin_inset ERT
38495 status collapsed
38496
38497 \begin_layout Plain Layout
38498
38499
38500 \backslash
38501 fcolorbox{black}{
38502 \end_layout
38503
38504 \end_inset
38505
38506 Cerulean
38507 \begin_inset ERT
38508 status collapsed
38509
38510 \begin_layout Plain Layout
38511
38512 }{
38513 \end_layout
38514
38515 \end_inset
38516
38517
38518 \begin_inset Phantom Phantom
38519 status open
38520
38521 \begin_layout Plain Layout
38522 W
38523 \end_layout
38524
38525 \end_inset
38526
38527
38528 \begin_inset ERT
38529 status collapsed
38530
38531 \begin_layout Plain Layout
38532
38533 }
38534 \end_layout
38535
38536 \end_inset
38537
38538  Cerulean
38539 \end_layout
38540
38541 \end_inset
38542 </cell>
38543 <cell alignment="left" valignment="top" usebox="none">
38544 \begin_inset Text
38545
38546 \begin_layout Plain Layout
38547 \begin_inset ERT
38548 status collapsed
38549
38550 \begin_layout Plain Layout
38551
38552
38553 \backslash
38554 fcolorbox{black}{
38555 \end_layout
38556
38557 \end_inset
38558
38559 CornflowerBlue
38560 \begin_inset ERT
38561 status collapsed
38562
38563 \begin_layout Plain Layout
38564
38565 }{
38566 \end_layout
38567
38568 \end_inset
38569
38570
38571 \begin_inset Phantom Phantom
38572 status open
38573
38574 \begin_layout Plain Layout
38575 W
38576 \end_layout
38577
38578 \end_inset
38579
38580
38581 \begin_inset ERT
38582 status collapsed
38583
38584 \begin_layout Plain Layout
38585
38586 }
38587 \end_layout
38588
38589 \end_inset
38590
38591  CornflowerBlue
38592 \end_layout
38593
38594 \end_inset
38595 </cell>
38596 </row>
38597 <row>
38598 <cell alignment="left" valignment="top" usebox="none">
38599 \begin_inset Text
38600
38601 \begin_layout Plain Layout
38602 \begin_inset ERT
38603 status collapsed
38604
38605 \begin_layout Plain Layout
38606
38607
38608 \backslash
38609 fcolorbox{black}{
38610 \end_layout
38611
38612 \end_inset
38613
38614 Dandelion
38615 \begin_inset ERT
38616 status collapsed
38617
38618 \begin_layout Plain Layout
38619
38620 }{
38621 \end_layout
38622
38623 \end_inset
38624
38625
38626 \begin_inset Phantom Phantom
38627 status open
38628
38629 \begin_layout Plain Layout
38630 W
38631 \end_layout
38632
38633 \end_inset
38634
38635
38636 \begin_inset ERT
38637 status collapsed
38638
38639 \begin_layout Plain Layout
38640
38641 }
38642 \end_layout
38643
38644 \end_inset
38645
38646  Dandelion
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 <cell alignment="left" valignment="top" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655 \begin_inset ERT
38656 status collapsed
38657
38658 \begin_layout Plain Layout
38659
38660
38661 \backslash
38662 fcolorbox{black}{
38663 \end_layout
38664
38665 \end_inset
38666
38667 DarkOrchid
38668 \begin_inset ERT
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672
38673 }{
38674 \end_layout
38675
38676 \end_inset
38677
38678
38679 \begin_inset Phantom Phantom
38680 status open
38681
38682 \begin_layout Plain Layout
38683 W
38684 \end_layout
38685
38686 \end_inset
38687
38688
38689 \begin_inset ERT
38690 status collapsed
38691
38692 \begin_layout Plain Layout
38693
38694 }
38695 \end_layout
38696
38697 \end_inset
38698
38699  DarkOrchid
38700 \end_layout
38701
38702 \end_inset
38703 </cell>
38704 <cell alignment="left" valignment="top" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 \begin_inset ERT
38709 status collapsed
38710
38711 \begin_layout Plain Layout
38712
38713
38714 \backslash
38715 fcolorbox{black}{
38716 \end_layout
38717
38718 \end_inset
38719
38720 Emerald
38721 \begin_inset ERT
38722 status collapsed
38723
38724 \begin_layout Plain Layout
38725
38726 }{
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \begin_inset Phantom Phantom
38733 status open
38734
38735 \begin_layout Plain Layout
38736 W
38737 \end_layout
38738
38739 \end_inset
38740
38741
38742 \begin_inset ERT
38743 status collapsed
38744
38745 \begin_layout Plain Layout
38746
38747 }
38748 \end_layout
38749
38750 \end_inset
38751
38752  Emerald
38753 \end_layout
38754
38755 \end_inset
38756 </cell>
38757 <cell alignment="left" valignment="top" usebox="none">
38758 \begin_inset Text
38759
38760 \begin_layout Plain Layout
38761 \begin_inset ERT
38762 status collapsed
38763
38764 \begin_layout Plain Layout
38765
38766
38767 \backslash
38768 fcolorbox{black}{
38769 \end_layout
38770
38771 \end_inset
38772
38773 ForestGreen
38774 \begin_inset ERT
38775 status collapsed
38776
38777 \begin_layout Plain Layout
38778
38779 }{
38780 \end_layout
38781
38782 \end_inset
38783
38784
38785 \begin_inset Phantom Phantom
38786 status open
38787
38788 \begin_layout Plain Layout
38789 W
38790 \end_layout
38791
38792 \end_inset
38793
38794
38795 \begin_inset ERT
38796 status collapsed
38797
38798 \begin_layout Plain Layout
38799
38800 }
38801 \end_layout
38802
38803 \end_inset
38804
38805  ForestGreen
38806 \end_layout
38807
38808 \end_inset
38809 </cell>
38810 </row>
38811 <row>
38812 <cell alignment="left" valignment="top" usebox="none">
38813 \begin_inset Text
38814
38815 \begin_layout Plain Layout
38816 \begin_inset ERT
38817 status collapsed
38818
38819 \begin_layout Plain Layout
38820
38821
38822 \backslash
38823 fcolorbox{black}{
38824 \end_layout
38825
38826 \end_inset
38827
38828 Fuchsia
38829 \begin_inset ERT
38830 status collapsed
38831
38832 \begin_layout Plain Layout
38833
38834 }{
38835 \end_layout
38836
38837 \end_inset
38838
38839
38840 \begin_inset Phantom Phantom
38841 status open
38842
38843 \begin_layout Plain Layout
38844 W
38845 \end_layout
38846
38847 \end_inset
38848
38849
38850 \begin_inset ERT
38851 status collapsed
38852
38853 \begin_layout Plain Layout
38854
38855 }
38856 \end_layout
38857
38858 \end_inset
38859
38860  Fuchsia
38861 \end_layout
38862
38863 \end_inset
38864 </cell>
38865 <cell alignment="left" valignment="top" usebox="none">
38866 \begin_inset Text
38867
38868 \begin_layout Plain Layout
38869 \begin_inset ERT
38870 status collapsed
38871
38872 \begin_layout Plain Layout
38873
38874
38875 \backslash
38876 fcolorbox{black}{
38877 \end_layout
38878
38879 \end_inset
38880
38881 Goldenrod
38882 \begin_inset ERT
38883 status collapsed
38884
38885 \begin_layout Plain Layout
38886
38887 }{
38888 \end_layout
38889
38890 \end_inset
38891
38892
38893 \begin_inset Phantom Phantom
38894 status open
38895
38896 \begin_layout Plain Layout
38897 W
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \begin_inset ERT
38904 status collapsed
38905
38906 \begin_layout Plain Layout
38907
38908 }
38909 \end_layout
38910
38911 \end_inset
38912
38913  Goldenrod
38914 \end_layout
38915
38916 \end_inset
38917 </cell>
38918 <cell alignment="left" valignment="top" usebox="none">
38919 \begin_inset Text
38920
38921 \begin_layout Plain Layout
38922 \begin_inset ERT
38923 status collapsed
38924
38925 \begin_layout Plain Layout
38926
38927
38928 \backslash
38929 fcolorbox{black}{
38930 \end_layout
38931
38932 \end_inset
38933
38934 Gray
38935 \begin_inset ERT
38936 status collapsed
38937
38938 \begin_layout Plain Layout
38939
38940 }{
38941 \end_layout
38942
38943 \end_inset
38944
38945
38946 \begin_inset Phantom Phantom
38947 status open
38948
38949 \begin_layout Plain Layout
38950 W
38951 \end_layout
38952
38953 \end_inset
38954
38955
38956 \begin_inset ERT
38957 status collapsed
38958
38959 \begin_layout Plain Layout
38960
38961 }
38962 \end_layout
38963
38964 \end_inset
38965
38966  Gray
38967 \end_layout
38968
38969 \end_inset
38970 </cell>
38971 <cell alignment="left" valignment="top" usebox="none">
38972 \begin_inset Text
38973
38974 \begin_layout Plain Layout
38975 \begin_inset ERT
38976 status collapsed
38977
38978 \begin_layout Plain Layout
38979
38980
38981 \backslash
38982 fcolorbox{black}{
38983 \end_layout
38984
38985 \end_inset
38986
38987 GreenYellow
38988 \begin_inset ERT
38989 status collapsed
38990
38991 \begin_layout Plain Layout
38992
38993 }{
38994 \end_layout
38995
38996 \end_inset
38997
38998
38999 \begin_inset Phantom Phantom
39000 status open
39001
39002 \begin_layout Plain Layout
39003 W
39004 \end_layout
39005
39006 \end_inset
39007
39008
39009 \begin_inset ERT
39010 status collapsed
39011
39012 \begin_layout Plain Layout
39013
39014 }
39015 \end_layout
39016
39017 \end_inset
39018
39019  GreenYellow
39020 \end_layout
39021
39022 \end_inset
39023 </cell>
39024 </row>
39025 <row>
39026 <cell alignment="center" valignment="top" usebox="none">
39027 \begin_inset Text
39028
39029 \begin_layout Plain Layout
39030 \begin_inset ERT
39031 status collapsed
39032
39033 \begin_layout Plain Layout
39034
39035
39036 \backslash
39037 fcolorbox{black}{
39038 \end_layout
39039
39040 \end_inset
39041
39042 JungleGreen
39043 \begin_inset ERT
39044 status collapsed
39045
39046 \begin_layout Plain Layout
39047
39048 }{
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset Phantom Phantom
39055 status open
39056
39057 \begin_layout Plain Layout
39058 W
39059 \end_layout
39060
39061 \end_inset
39062
39063
39064 \begin_inset ERT
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068
39069 }
39070 \end_layout
39071
39072 \end_inset
39073
39074  JungleGreen
39075 \end_layout
39076
39077 \end_inset
39078 </cell>
39079 <cell alignment="center" valignment="top" usebox="none">
39080 \begin_inset Text
39081
39082 \begin_layout Plain Layout
39083 \begin_inset ERT
39084 status collapsed
39085
39086 \begin_layout Plain Layout
39087
39088
39089 \backslash
39090 fcolorbox{black}{
39091 \end_layout
39092
39093 \end_inset
39094
39095 Lavender
39096 \begin_inset ERT
39097 status collapsed
39098
39099 \begin_layout Plain Layout
39100
39101 }{
39102 \end_layout
39103
39104 \end_inset
39105
39106
39107 \begin_inset Phantom Phantom
39108 status open
39109
39110 \begin_layout Plain Layout
39111 W
39112 \end_layout
39113
39114 \end_inset
39115
39116
39117 \begin_inset ERT
39118 status collapsed
39119
39120 \begin_layout Plain Layout
39121
39122 }
39123 \end_layout
39124
39125 \end_inset
39126
39127  Lavender
39128 \end_layout
39129
39130 \end_inset
39131 </cell>
39132 <cell alignment="center" valignment="top" usebox="none">
39133 \begin_inset Text
39134
39135 \begin_layout Plain Layout
39136 \begin_inset ERT
39137 status collapsed
39138
39139 \begin_layout Plain Layout
39140
39141
39142 \backslash
39143 fcolorbox{black}{
39144 \end_layout
39145
39146 \end_inset
39147
39148 LimeGreen
39149 \begin_inset ERT
39150 status collapsed
39151
39152 \begin_layout Plain Layout
39153
39154 }{
39155 \end_layout
39156
39157 \end_inset
39158
39159
39160 \begin_inset Phantom Phantom
39161 status open
39162
39163 \begin_layout Plain Layout
39164 W
39165 \end_layout
39166
39167 \end_inset
39168
39169
39170 \begin_inset ERT
39171 status collapsed
39172
39173 \begin_layout Plain Layout
39174
39175 }
39176 \end_layout
39177
39178 \end_inset
39179
39180  LimeGreen
39181 \end_layout
39182
39183 \end_inset
39184 </cell>
39185 <cell alignment="center" valignment="top" usebox="none">
39186 \begin_inset Text
39187
39188 \begin_layout Plain Layout
39189 \begin_inset ERT
39190 status collapsed
39191
39192 \begin_layout Plain Layout
39193
39194
39195 \backslash
39196 fcolorbox{black}{
39197 \end_layout
39198
39199 \end_inset
39200
39201 Mahogany
39202 \begin_inset ERT
39203 status collapsed
39204
39205 \begin_layout Plain Layout
39206
39207 }{
39208 \end_layout
39209
39210 \end_inset
39211
39212
39213 \begin_inset Phantom Phantom
39214 status open
39215
39216 \begin_layout Plain Layout
39217 W
39218 \end_layout
39219
39220 \end_inset
39221
39222
39223 \begin_inset ERT
39224 status collapsed
39225
39226 \begin_layout Plain Layout
39227
39228 }
39229 \end_layout
39230
39231 \end_inset
39232
39233  Mahogany
39234 \end_layout
39235
39236 \end_inset
39237 </cell>
39238 </row>
39239 <row>
39240 <cell alignment="left" valignment="top" usebox="none">
39241 \begin_inset Text
39242
39243 \begin_layout Plain Layout
39244 \begin_inset ERT
39245 status collapsed
39246
39247 \begin_layout Plain Layout
39248
39249
39250 \backslash
39251 fcolorbox{black}{
39252 \end_layout
39253
39254 \end_inset
39255
39256 Mahogany
39257 \begin_inset ERT
39258 status collapsed
39259
39260 \begin_layout Plain Layout
39261
39262 }{
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \begin_inset Phantom Phantom
39269 status open
39270
39271 \begin_layout Plain Layout
39272 W
39273 \end_layout
39274
39275 \end_inset
39276
39277
39278 \begin_inset ERT
39279 status collapsed
39280
39281 \begin_layout Plain Layout
39282
39283 }
39284 \end_layout
39285
39286 \end_inset
39287
39288  Mahogany
39289 \end_layout
39290
39291 \end_inset
39292 </cell>
39293 <cell alignment="left" valignment="top" usebox="none">
39294 \begin_inset Text
39295
39296 \begin_layout Plain Layout
39297 \begin_inset ERT
39298 status collapsed
39299
39300 \begin_layout Plain Layout
39301
39302
39303 \backslash
39304 fcolorbox{black}{
39305 \end_layout
39306
39307 \end_inset
39308
39309 Maroon
39310 \begin_inset ERT
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314
39315 }{
39316 \end_layout
39317
39318 \end_inset
39319
39320
39321 \begin_inset Phantom Phantom
39322 status open
39323
39324 \begin_layout Plain Layout
39325 W
39326 \end_layout
39327
39328 \end_inset
39329
39330
39331 \begin_inset ERT
39332 status collapsed
39333
39334 \begin_layout Plain Layout
39335
39336 }
39337 \end_layout
39338
39339 \end_inset
39340
39341  Maroon
39342 \end_layout
39343
39344 \end_inset
39345 </cell>
39346 <cell alignment="left" valignment="top" usebox="none">
39347 \begin_inset Text
39348
39349 \begin_layout Plain Layout
39350 \begin_inset ERT
39351 status collapsed
39352
39353 \begin_layout Plain Layout
39354
39355
39356 \backslash
39357 fcolorbox{black}{
39358 \end_layout
39359
39360 \end_inset
39361
39362 Melon
39363 \begin_inset ERT
39364 status collapsed
39365
39366 \begin_layout Plain Layout
39367
39368 }{
39369 \end_layout
39370
39371 \end_inset
39372
39373
39374 \begin_inset Phantom Phantom
39375 status open
39376
39377 \begin_layout Plain Layout
39378 W
39379 \end_layout
39380
39381 \end_inset
39382
39383
39384 \begin_inset ERT
39385 status collapsed
39386
39387 \begin_layout Plain Layout
39388
39389 }
39390 \end_layout
39391
39392 \end_inset
39393
39394  Melon
39395 \end_layout
39396
39397 \end_inset
39398 </cell>
39399 <cell alignment="left" valignment="top" usebox="none">
39400 \begin_inset Text
39401
39402 \begin_layout Plain Layout
39403 \begin_inset ERT
39404 status collapsed
39405
39406 \begin_layout Plain Layout
39407
39408
39409 \backslash
39410 fcolorbox{black}{
39411 \end_layout
39412
39413 \end_inset
39414
39415 MidnightBlue
39416 \begin_inset ERT
39417 status collapsed
39418
39419 \begin_layout Plain Layout
39420
39421 }{
39422 \end_layout
39423
39424 \end_inset
39425
39426
39427 \begin_inset Phantom Phantom
39428 status open
39429
39430 \begin_layout Plain Layout
39431 W
39432 \end_layout
39433
39434 \end_inset
39435
39436
39437 \begin_inset ERT
39438 status collapsed
39439
39440 \begin_layout Plain Layout
39441
39442 }
39443 \end_layout
39444
39445 \end_inset
39446
39447  MidnightBlue
39448 \end_layout
39449
39450 \end_inset
39451 </cell>
39452 </row>
39453 <row>
39454 <cell alignment="left" valignment="top" usebox="none">
39455 \begin_inset Text
39456
39457 \begin_layout Plain Layout
39458 \begin_inset ERT
39459 status collapsed
39460
39461 \begin_layout Plain Layout
39462
39463
39464 \backslash
39465 fcolorbox{black}{
39466 \end_layout
39467
39468 \end_inset
39469
39470 Mulberry
39471 \begin_inset ERT
39472 status collapsed
39473
39474 \begin_layout Plain Layout
39475
39476 }{
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \begin_inset Phantom Phantom
39483 status open
39484
39485 \begin_layout Plain Layout
39486 W
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \begin_inset ERT
39493 status collapsed
39494
39495 \begin_layout Plain Layout
39496
39497 }
39498 \end_layout
39499
39500 \end_inset
39501
39502  Mulberry
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 <cell alignment="left" valignment="top" usebox="none">
39508 \begin_inset Text
39509
39510 \begin_layout Plain Layout
39511 \begin_inset ERT
39512 status collapsed
39513
39514 \begin_layout Plain Layout
39515
39516
39517 \backslash
39518 fcolorbox{black}{
39519 \end_layout
39520
39521 \end_inset
39522
39523 NavyBlue
39524 \begin_inset ERT
39525 status collapsed
39526
39527 \begin_layout Plain Layout
39528
39529 }{
39530 \end_layout
39531
39532 \end_inset
39533
39534
39535 \begin_inset Phantom Phantom
39536 status open
39537
39538 \begin_layout Plain Layout
39539 W
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \begin_inset ERT
39546 status collapsed
39547
39548 \begin_layout Plain Layout
39549
39550 }
39551 \end_layout
39552
39553 \end_inset
39554
39555  NavyBlue
39556 \end_layout
39557
39558 \end_inset
39559 </cell>
39560 <cell alignment="left" valignment="top" usebox="none">
39561 \begin_inset Text
39562
39563 \begin_layout Plain Layout
39564 \begin_inset ERT
39565 status collapsed
39566
39567 \begin_layout Plain Layout
39568
39569
39570 \backslash
39571 fcolorbox{black}{
39572 \end_layout
39573
39574 \end_inset
39575
39576 OliveGreen
39577 \begin_inset ERT
39578 status collapsed
39579
39580 \begin_layout Plain Layout
39581
39582 }{
39583 \end_layout
39584
39585 \end_inset
39586
39587
39588 \begin_inset Phantom Phantom
39589 status open
39590
39591 \begin_layout Plain Layout
39592 W
39593 \end_layout
39594
39595 \end_inset
39596
39597
39598 \begin_inset ERT
39599 status collapsed
39600
39601 \begin_layout Plain Layout
39602
39603 }
39604 \end_layout
39605
39606 \end_inset
39607
39608  OliveGreen
39609 \end_layout
39610
39611 \end_inset
39612 </cell>
39613 <cell alignment="left" valignment="top" usebox="none">
39614 \begin_inset Text
39615
39616 \begin_layout Plain Layout
39617 \begin_inset ERT
39618 status collapsed
39619
39620 \begin_layout Plain Layout
39621
39622
39623 \backslash
39624 fcolorbox{black}{
39625 \end_layout
39626
39627 \end_inset
39628
39629 Orange
39630 \begin_inset ERT
39631 status collapsed
39632
39633 \begin_layout Plain Layout
39634
39635 }{
39636 \end_layout
39637
39638 \end_inset
39639
39640
39641 \begin_inset Phantom Phantom
39642 status open
39643
39644 \begin_layout Plain Layout
39645 W
39646 \end_layout
39647
39648 \end_inset
39649
39650
39651 \begin_inset ERT
39652 status collapsed
39653
39654 \begin_layout Plain Layout
39655
39656 }
39657 \end_layout
39658
39659 \end_inset
39660
39661  Orange
39662 \end_layout
39663
39664 \end_inset
39665 </cell>
39666 </row>
39667 <row>
39668 <cell alignment="left" valignment="top" usebox="none">
39669 \begin_inset Text
39670
39671 \begin_layout Plain Layout
39672 \begin_inset ERT
39673 status collapsed
39674
39675 \begin_layout Plain Layout
39676
39677
39678 \backslash
39679 fcolorbox{black}{
39680 \end_layout
39681
39682 \end_inset
39683
39684 OrangeRed
39685 \begin_inset ERT
39686 status collapsed
39687
39688 \begin_layout Plain Layout
39689
39690 }{
39691 \end_layout
39692
39693 \end_inset
39694
39695
39696 \begin_inset Phantom Phantom
39697 status open
39698
39699 \begin_layout Plain Layout
39700 W
39701 \end_layout
39702
39703 \end_inset
39704
39705
39706 \begin_inset ERT
39707 status collapsed
39708
39709 \begin_layout Plain Layout
39710
39711 }
39712 \end_layout
39713
39714 \end_inset
39715
39716  OrangeRed
39717 \end_layout
39718
39719 \end_inset
39720 </cell>
39721 <cell alignment="left" valignment="top" usebox="none">
39722 \begin_inset Text
39723
39724 \begin_layout Plain Layout
39725 \begin_inset ERT
39726 status collapsed
39727
39728 \begin_layout Plain Layout
39729
39730
39731 \backslash
39732 fcolorbox{black}{
39733 \end_layout
39734
39735 \end_inset
39736
39737 Orchid
39738 \begin_inset ERT
39739 status collapsed
39740
39741 \begin_layout Plain Layout
39742
39743 }{
39744 \end_layout
39745
39746 \end_inset
39747
39748
39749 \begin_inset Phantom Phantom
39750 status open
39751
39752 \begin_layout Plain Layout
39753 W
39754 \end_layout
39755
39756 \end_inset
39757
39758
39759 \begin_inset ERT
39760 status collapsed
39761
39762 \begin_layout Plain Layout
39763
39764 }
39765 \end_layout
39766
39767 \end_inset
39768
39769  Orchid
39770 \end_layout
39771
39772 \end_inset
39773 </cell>
39774 <cell alignment="left" valignment="top" usebox="none">
39775 \begin_inset Text
39776
39777 \begin_layout Plain Layout
39778 \begin_inset ERT
39779 status collapsed
39780
39781 \begin_layout Plain Layout
39782
39783
39784 \backslash
39785 fcolorbox{black}{
39786 \end_layout
39787
39788 \end_inset
39789
39790 Peach
39791 \begin_inset ERT
39792 status collapsed
39793
39794 \begin_layout Plain Layout
39795
39796 }{
39797 \end_layout
39798
39799 \end_inset
39800
39801
39802 \begin_inset Phantom Phantom
39803 status open
39804
39805 \begin_layout Plain Layout
39806 W
39807 \end_layout
39808
39809 \end_inset
39810
39811
39812 \begin_inset ERT
39813 status collapsed
39814
39815 \begin_layout Plain Layout
39816
39817 }
39818 \end_layout
39819
39820 \end_inset
39821
39822  Peach
39823 \end_layout
39824
39825 \end_inset
39826 </cell>
39827 <cell alignment="left" valignment="top" usebox="none">
39828 \begin_inset Text
39829
39830 \begin_layout Plain Layout
39831 \begin_inset ERT
39832 status collapsed
39833
39834 \begin_layout Plain Layout
39835
39836
39837 \backslash
39838 fcolorbox{black}{
39839 \end_layout
39840
39841 \end_inset
39842
39843 Periwinkle
39844 \begin_inset ERT
39845 status collapsed
39846
39847 \begin_layout Plain Layout
39848
39849 }{
39850 \end_layout
39851
39852 \end_inset
39853
39854
39855 \begin_inset Phantom Phantom
39856 status open
39857
39858 \begin_layout Plain Layout
39859 W
39860 \end_layout
39861
39862 \end_inset
39863
39864
39865 \begin_inset ERT
39866 status collapsed
39867
39868 \begin_layout Plain Layout
39869
39870 }
39871 \end_layout
39872
39873 \end_inset
39874
39875  Periwinkle
39876 \end_layout
39877
39878 \end_inset
39879 </cell>
39880 </row>
39881 <row>
39882 <cell alignment="left" valignment="top" usebox="none">
39883 \begin_inset Text
39884
39885 \begin_layout Plain Layout
39886 \begin_inset ERT
39887 status collapsed
39888
39889 \begin_layout Plain Layout
39890
39891
39892 \backslash
39893 fcolorbox{black}{
39894 \end_layout
39895
39896 \end_inset
39897
39898 PineGreen
39899 \begin_inset ERT
39900 status collapsed
39901
39902 \begin_layout Plain Layout
39903
39904 }{
39905 \end_layout
39906
39907 \end_inset
39908
39909
39910 \begin_inset Phantom Phantom
39911 status open
39912
39913 \begin_layout Plain Layout
39914 W
39915 \end_layout
39916
39917 \end_inset
39918
39919
39920 \begin_inset ERT
39921 status collapsed
39922
39923 \begin_layout Plain Layout
39924
39925 }
39926 \end_layout
39927
39928 \end_inset
39929
39930  PineGreen
39931 \end_layout
39932
39933 \end_inset
39934 </cell>
39935 <cell alignment="left" valignment="top" usebox="none">
39936 \begin_inset Text
39937
39938 \begin_layout Plain Layout
39939 \begin_inset ERT
39940 status collapsed
39941
39942 \begin_layout Plain Layout
39943
39944
39945 \backslash
39946 fcolorbox{black}{
39947 \end_layout
39948
39949 \end_inset
39950
39951 Plum
39952 \begin_inset ERT
39953 status collapsed
39954
39955 \begin_layout Plain Layout
39956
39957 }{
39958 \end_layout
39959
39960 \end_inset
39961
39962
39963 \begin_inset Phantom Phantom
39964 status open
39965
39966 \begin_layout Plain Layout
39967 W
39968 \end_layout
39969
39970 \end_inset
39971
39972
39973 \begin_inset ERT
39974 status collapsed
39975
39976 \begin_layout Plain Layout
39977
39978 }
39979 \end_layout
39980
39981 \end_inset
39982
39983  Plum
39984 \end_layout
39985
39986 \end_inset
39987 </cell>
39988 <cell alignment="left" valignment="top" usebox="none">
39989 \begin_inset Text
39990
39991 \begin_layout Plain Layout
39992 \begin_inset ERT
39993 status collapsed
39994
39995 \begin_layout Plain Layout
39996
39997
39998 \backslash
39999 fcolorbox{black}{
40000 \end_layout
40001
40002 \end_inset
40003
40004 ProcessBlue
40005 \begin_inset ERT
40006 status collapsed
40007
40008 \begin_layout Plain Layout
40009
40010 }{
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \begin_inset Phantom Phantom
40017 status open
40018
40019 \begin_layout Plain Layout
40020 W
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \begin_inset ERT
40027 status collapsed
40028
40029 \begin_layout Plain Layout
40030
40031 }
40032 \end_layout
40033
40034 \end_inset
40035
40036  ProcessBlue
40037 \end_layout
40038
40039 \end_inset
40040 </cell>
40041 <cell alignment="left" valignment="top" usebox="none">
40042 \begin_inset Text
40043
40044 \begin_layout Plain Layout
40045 \begin_inset ERT
40046 status collapsed
40047
40048 \begin_layout Plain Layout
40049
40050
40051 \backslash
40052 fcolorbox{black}{
40053 \end_layout
40054
40055 \end_inset
40056
40057 Purple
40058 \begin_inset ERT
40059 status collapsed
40060
40061 \begin_layout Plain Layout
40062
40063 }{
40064 \end_layout
40065
40066 \end_inset
40067
40068
40069 \begin_inset Phantom Phantom
40070 status open
40071
40072 \begin_layout Plain Layout
40073 W
40074 \end_layout
40075
40076 \end_inset
40077
40078
40079 \begin_inset ERT
40080 status collapsed
40081
40082 \begin_layout Plain Layout
40083
40084 }
40085 \end_layout
40086
40087 \end_inset
40088
40089  Purple
40090 \end_layout
40091
40092 \end_inset
40093 </cell>
40094 </row>
40095 <row>
40096 <cell alignment="left" valignment="top" usebox="none">
40097 \begin_inset Text
40098
40099 \begin_layout Plain Layout
40100 \begin_inset ERT
40101 status collapsed
40102
40103 \begin_layout Plain Layout
40104
40105
40106 \backslash
40107 fcolorbox{black}{
40108 \end_layout
40109
40110 \end_inset
40111
40112 RawSienna
40113 \begin_inset ERT
40114 status collapsed
40115
40116 \begin_layout Plain Layout
40117
40118 }{
40119 \end_layout
40120
40121 \end_inset
40122
40123
40124 \begin_inset Phantom Phantom
40125 status open
40126
40127 \begin_layout Plain Layout
40128 W
40129 \end_layout
40130
40131 \end_inset
40132
40133
40134 \begin_inset ERT
40135 status collapsed
40136
40137 \begin_layout Plain Layout
40138
40139 }
40140 \end_layout
40141
40142 \end_inset
40143
40144  RawSienna
40145 \end_layout
40146
40147 \end_inset
40148 </cell>
40149 <cell alignment="left" valignment="top" usebox="none">
40150 \begin_inset Text
40151
40152 \begin_layout Plain Layout
40153 \begin_inset ERT
40154 status collapsed
40155
40156 \begin_layout Plain Layout
40157
40158
40159 \backslash
40160 fcolorbox{black}{
40161 \end_layout
40162
40163 \end_inset
40164
40165 RedOrange
40166 \begin_inset ERT
40167 status collapsed
40168
40169 \begin_layout Plain Layout
40170
40171 }{
40172 \end_layout
40173
40174 \end_inset
40175
40176
40177 \begin_inset Phantom Phantom
40178 status open
40179
40180 \begin_layout Plain Layout
40181 W
40182 \end_layout
40183
40184 \end_inset
40185
40186
40187 \begin_inset ERT
40188 status collapsed
40189
40190 \begin_layout Plain Layout
40191
40192 }
40193 \end_layout
40194
40195 \end_inset
40196
40197  RedOrange
40198 \end_layout
40199
40200 \end_inset
40201 </cell>
40202 <cell alignment="left" valignment="top" usebox="none">
40203 \begin_inset Text
40204
40205 \begin_layout Plain Layout
40206 \begin_inset ERT
40207 status collapsed
40208
40209 \begin_layout Plain Layout
40210
40211
40212 \backslash
40213 fcolorbox{black}{
40214 \end_layout
40215
40216 \end_inset
40217
40218 RedViolet
40219 \begin_inset ERT
40220 status collapsed
40221
40222 \begin_layout Plain Layout
40223
40224 }{
40225 \end_layout
40226
40227 \end_inset
40228
40229
40230 \begin_inset Phantom Phantom
40231 status open
40232
40233 \begin_layout Plain Layout
40234 W
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \begin_inset ERT
40241 status collapsed
40242
40243 \begin_layout Plain Layout
40244
40245 }
40246 \end_layout
40247
40248 \end_inset
40249
40250  RedViolet
40251 \end_layout
40252
40253 \end_inset
40254 </cell>
40255 <cell alignment="left" valignment="top" usebox="none">
40256 \begin_inset Text
40257
40258 \begin_layout Plain Layout
40259 \begin_inset ERT
40260 status collapsed
40261
40262 \begin_layout Plain Layout
40263
40264
40265 \backslash
40266 fcolorbox{black}{
40267 \end_layout
40268
40269 \end_inset
40270
40271 Rhodamine
40272 \begin_inset ERT
40273 status collapsed
40274
40275 \begin_layout Plain Layout
40276
40277 }{
40278 \end_layout
40279
40280 \end_inset
40281
40282
40283 \begin_inset Phantom Phantom
40284 status open
40285
40286 \begin_layout Plain Layout
40287 W
40288 \end_layout
40289
40290 \end_inset
40291
40292
40293 \begin_inset ERT
40294 status collapsed
40295
40296 \begin_layout Plain Layout
40297
40298 }
40299 \end_layout
40300
40301 \end_inset
40302
40303  Rhodamine
40304 \end_layout
40305
40306 \end_inset
40307 </cell>
40308 </row>
40309 <row>
40310 <cell alignment="left" valignment="top" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 \begin_inset ERT
40315 status collapsed
40316
40317 \begin_layout Plain Layout
40318
40319
40320 \backslash
40321 fcolorbox{black}{
40322 \end_layout
40323
40324 \end_inset
40325
40326 RoyalBlue
40327 \begin_inset ERT
40328 status collapsed
40329
40330 \begin_layout Plain Layout
40331
40332 }{
40333 \end_layout
40334
40335 \end_inset
40336
40337
40338 \begin_inset Phantom Phantom
40339 status open
40340
40341 \begin_layout Plain Layout
40342 W
40343 \end_layout
40344
40345 \end_inset
40346
40347
40348 \begin_inset ERT
40349 status collapsed
40350
40351 \begin_layout Plain Layout
40352
40353 }
40354 \end_layout
40355
40356 \end_inset
40357
40358  RoyalBlue
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 <cell alignment="left" valignment="top" usebox="none">
40364 \begin_inset Text
40365
40366 \begin_layout Plain Layout
40367 \begin_inset ERT
40368 status collapsed
40369
40370 \begin_layout Plain Layout
40371
40372
40373 \backslash
40374 fcolorbox{black}{
40375 \end_layout
40376
40377 \end_inset
40378
40379 RoyalPurple
40380 \begin_inset ERT
40381 status collapsed
40382
40383 \begin_layout Plain Layout
40384
40385 }{
40386 \end_layout
40387
40388 \end_inset
40389
40390
40391 \begin_inset Phantom Phantom
40392 status open
40393
40394 \begin_layout Plain Layout
40395 W
40396 \end_layout
40397
40398 \end_inset
40399
40400
40401 \begin_inset ERT
40402 status collapsed
40403
40404 \begin_layout Plain Layout
40405
40406 }
40407 \end_layout
40408
40409 \end_inset
40410
40411  RoyalPurple
40412 \end_layout
40413
40414 \end_inset
40415 </cell>
40416 <cell alignment="left" valignment="top" usebox="none">
40417 \begin_inset Text
40418
40419 \begin_layout Plain Layout
40420 \begin_inset ERT
40421 status collapsed
40422
40423 \begin_layout Plain Layout
40424
40425
40426 \backslash
40427 fcolorbox{black}{
40428 \end_layout
40429
40430 \end_inset
40431
40432 RubineRed
40433 \begin_inset ERT
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437
40438 }{
40439 \end_layout
40440
40441 \end_inset
40442
40443
40444 \begin_inset Phantom Phantom
40445 status open
40446
40447 \begin_layout Plain Layout
40448 W
40449 \end_layout
40450
40451 \end_inset
40452
40453
40454 \begin_inset ERT
40455 status collapsed
40456
40457 \begin_layout Plain Layout
40458
40459 }
40460 \end_layout
40461
40462 \end_inset
40463
40464  RubineRed
40465 \end_layout
40466
40467 \end_inset
40468 </cell>
40469 <cell alignment="left" valignment="top" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 \begin_inset ERT
40474 status collapsed
40475
40476 \begin_layout Plain Layout
40477
40478
40479 \backslash
40480 fcolorbox{black}{
40481 \end_layout
40482
40483 \end_inset
40484
40485 Salmon
40486 \begin_inset ERT
40487 status collapsed
40488
40489 \begin_layout Plain Layout
40490
40491 }{
40492 \end_layout
40493
40494 \end_inset
40495
40496
40497 \begin_inset Phantom Phantom
40498 status open
40499
40500 \begin_layout Plain Layout
40501 W
40502 \end_layout
40503
40504 \end_inset
40505
40506
40507 \begin_inset ERT
40508 status collapsed
40509
40510 \begin_layout Plain Layout
40511
40512 }
40513 \end_layout
40514
40515 \end_inset
40516
40517  Salmon
40518 \end_layout
40519
40520 \end_inset
40521 </cell>
40522 </row>
40523 <row>
40524 <cell alignment="left" valignment="top" usebox="none">
40525 \begin_inset Text
40526
40527 \begin_layout Plain Layout
40528 \begin_inset ERT
40529 status collapsed
40530
40531 \begin_layout Plain Layout
40532
40533
40534 \backslash
40535 fcolorbox{black}{
40536 \end_layout
40537
40538 \end_inset
40539
40540 SeaGreen
40541 \begin_inset ERT
40542 status collapsed
40543
40544 \begin_layout Plain Layout
40545
40546 }{
40547 \end_layout
40548
40549 \end_inset
40550
40551
40552 \begin_inset Phantom Phantom
40553 status open
40554
40555 \begin_layout Plain Layout
40556 W
40557 \end_layout
40558
40559 \end_inset
40560
40561
40562 \begin_inset ERT
40563 status collapsed
40564
40565 \begin_layout Plain Layout
40566
40567 }
40568 \end_layout
40569
40570 \end_inset
40571
40572  SeaGreen
40573 \end_layout
40574
40575 \end_inset
40576 </cell>
40577 <cell alignment="left" valignment="top" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 \begin_inset ERT
40582 status collapsed
40583
40584 \begin_layout Plain Layout
40585
40586
40587 \backslash
40588 fcolorbox{black}{
40589 \end_layout
40590
40591 \end_inset
40592
40593 Sepia
40594 \begin_inset ERT
40595 status collapsed
40596
40597 \begin_layout Plain Layout
40598
40599 }{
40600 \end_layout
40601
40602 \end_inset
40603
40604
40605 \begin_inset Phantom Phantom
40606 status open
40607
40608 \begin_layout Plain Layout
40609 W
40610 \end_layout
40611
40612 \end_inset
40613
40614
40615 \begin_inset ERT
40616 status collapsed
40617
40618 \begin_layout Plain Layout
40619
40620 }
40621 \end_layout
40622
40623 \end_inset
40624
40625  Sepia
40626 \end_layout
40627
40628 \end_inset
40629 </cell>
40630 <cell alignment="left" valignment="top" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout Plain Layout
40634 \begin_inset ERT
40635 status collapsed
40636
40637 \begin_layout Plain Layout
40638
40639
40640 \backslash
40641 fcolorbox{black}{
40642 \end_layout
40643
40644 \end_inset
40645
40646 SkyBlue
40647 \begin_inset ERT
40648 status collapsed
40649
40650 \begin_layout Plain Layout
40651
40652 }{
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset Phantom Phantom
40659 status open
40660
40661 \begin_layout Plain Layout
40662 W
40663 \end_layout
40664
40665 \end_inset
40666
40667
40668 \begin_inset ERT
40669 status collapsed
40670
40671 \begin_layout Plain Layout
40672
40673 }
40674 \end_layout
40675
40676 \end_inset
40677
40678  SkyBlue
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 <cell alignment="left" valignment="top" usebox="none">
40684 \begin_inset Text
40685
40686 \begin_layout Plain Layout
40687 \begin_inset ERT
40688 status collapsed
40689
40690 \begin_layout Plain Layout
40691
40692
40693 \backslash
40694 fcolorbox{black}{
40695 \end_layout
40696
40697 \end_inset
40698
40699 SpringGreen
40700 \begin_inset ERT
40701 status collapsed
40702
40703 \begin_layout Plain Layout
40704
40705 }{
40706 \end_layout
40707
40708 \end_inset
40709
40710
40711 \begin_inset Phantom Phantom
40712 status open
40713
40714 \begin_layout Plain Layout
40715 W
40716 \end_layout
40717
40718 \end_inset
40719
40720
40721 \begin_inset ERT
40722 status collapsed
40723
40724 \begin_layout Plain Layout
40725
40726 }
40727 \end_layout
40728
40729 \end_inset
40730
40731  SpringGreen
40732 \end_layout
40733
40734 \end_inset
40735 </cell>
40736 </row>
40737 <row>
40738 <cell alignment="left" valignment="top" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 \begin_inset ERT
40743 status collapsed
40744
40745 \begin_layout Plain Layout
40746
40747
40748 \backslash
40749 fcolorbox{black}{
40750 \end_layout
40751
40752 \end_inset
40753
40754 Tan
40755 \begin_inset ERT
40756 status collapsed
40757
40758 \begin_layout Plain Layout
40759
40760 }{
40761 \end_layout
40762
40763 \end_inset
40764
40765
40766 \begin_inset Phantom Phantom
40767 status open
40768
40769 \begin_layout Plain Layout
40770 W
40771 \end_layout
40772
40773 \end_inset
40774
40775
40776 \begin_inset ERT
40777 status collapsed
40778
40779 \begin_layout Plain Layout
40780
40781 }
40782 \end_layout
40783
40784 \end_inset
40785
40786  Tan
40787 \end_layout
40788
40789 \end_inset
40790 </cell>
40791 <cell alignment="left" valignment="top" usebox="none">
40792 \begin_inset Text
40793
40794 \begin_layout Plain Layout
40795 \begin_inset ERT
40796 status collapsed
40797
40798 \begin_layout Plain Layout
40799
40800
40801 \backslash
40802 fcolorbox{black}{
40803 \end_layout
40804
40805 \end_inset
40806
40807 TealBlue
40808 \begin_inset ERT
40809 status collapsed
40810
40811 \begin_layout Plain Layout
40812
40813 }{
40814 \end_layout
40815
40816 \end_inset
40817
40818
40819 \begin_inset Phantom Phantom
40820 status open
40821
40822 \begin_layout Plain Layout
40823 W
40824 \end_layout
40825
40826 \end_inset
40827
40828
40829 \begin_inset ERT
40830 status collapsed
40831
40832 \begin_layout Plain Layout
40833
40834 }
40835 \end_layout
40836
40837 \end_inset
40838
40839  TealBlue
40840 \end_layout
40841
40842 \end_inset
40843 </cell>
40844 <cell alignment="left" valignment="top" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848 \begin_inset ERT
40849 status collapsed
40850
40851 \begin_layout Plain Layout
40852
40853
40854 \backslash
40855 fcolorbox{black}{
40856 \end_layout
40857
40858 \end_inset
40859
40860 Thistle
40861 \begin_inset ERT
40862 status collapsed
40863
40864 \begin_layout Plain Layout
40865
40866 }{
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \begin_inset Phantom Phantom
40873 status open
40874
40875 \begin_layout Plain Layout
40876 W
40877 \end_layout
40878
40879 \end_inset
40880
40881
40882 \begin_inset ERT
40883 status collapsed
40884
40885 \begin_layout Plain Layout
40886
40887 }
40888 \end_layout
40889
40890 \end_inset
40891
40892  Thistle
40893 \end_layout
40894
40895 \end_inset
40896 </cell>
40897 <cell alignment="left" valignment="top" usebox="none">
40898 \begin_inset Text
40899
40900 \begin_layout Plain Layout
40901 \begin_inset ERT
40902 status collapsed
40903
40904 \begin_layout Plain Layout
40905
40906
40907 \backslash
40908 fcolorbox{black}{
40909 \end_layout
40910
40911 \end_inset
40912
40913 Turquoise
40914 \begin_inset ERT
40915 status collapsed
40916
40917 \begin_layout Plain Layout
40918
40919 }{
40920 \end_layout
40921
40922 \end_inset
40923
40924
40925 \begin_inset Phantom Phantom
40926 status open
40927
40928 \begin_layout Plain Layout
40929 W
40930 \end_layout
40931
40932 \end_inset
40933
40934
40935 \begin_inset ERT
40936 status collapsed
40937
40938 \begin_layout Plain Layout
40939
40940 }
40941 \end_layout
40942
40943 \end_inset
40944
40945  Turquoise
40946 \end_layout
40947
40948 \end_inset
40949 </cell>
40950 </row>
40951 <row>
40952 <cell alignment="left" valignment="top" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 \begin_inset ERT
40957 status collapsed
40958
40959 \begin_layout Plain Layout
40960
40961
40962 \backslash
40963 fcolorbox{black}{
40964 \end_layout
40965
40966 \end_inset
40967
40968 Violet
40969 \begin_inset ERT
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973
40974 }{
40975 \end_layout
40976
40977 \end_inset
40978
40979
40980 \begin_inset Phantom Phantom
40981 status open
40982
40983 \begin_layout Plain Layout
40984 W
40985 \end_layout
40986
40987 \end_inset
40988
40989
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995 }
40996 \end_layout
40997
40998 \end_inset
40999
41000  Violet
41001 \end_layout
41002
41003 \end_inset
41004 </cell>
41005 <cell alignment="left" valignment="top" usebox="none">
41006 \begin_inset Text
41007
41008 \begin_layout Plain Layout
41009 \begin_inset ERT
41010 status collapsed
41011
41012 \begin_layout Plain Layout
41013
41014
41015 \backslash
41016 fcolorbox{black}{
41017 \end_layout
41018
41019 \end_inset
41020
41021 VioletRed
41022 \begin_inset ERT
41023 status collapsed
41024
41025 \begin_layout Plain Layout
41026
41027 }{
41028 \end_layout
41029
41030 \end_inset
41031
41032
41033 \begin_inset Phantom Phantom
41034 status open
41035
41036 \begin_layout Plain Layout
41037 W
41038 \end_layout
41039
41040 \end_inset
41041
41042
41043 \begin_inset ERT
41044 status collapsed
41045
41046 \begin_layout Plain Layout
41047
41048 }
41049 \end_layout
41050
41051 \end_inset
41052
41053  VioletRed
41054 \end_layout
41055
41056 \end_inset
41057 </cell>
41058 <cell alignment="left" valignment="top" usebox="none">
41059 \begin_inset Text
41060
41061 \begin_layout Plain Layout
41062 \begin_inset ERT
41063 status collapsed
41064
41065 \begin_layout Plain Layout
41066
41067
41068 \backslash
41069 fcolorbox{black}{
41070 \end_layout
41071
41072 \end_inset
41073
41074 WildStrawberry
41075 \begin_inset ERT
41076 status collapsed
41077
41078 \begin_layout Plain Layout
41079
41080 }{
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \begin_inset Phantom Phantom
41087 status open
41088
41089 \begin_layout Plain Layout
41090 W
41091 \end_layout
41092
41093 \end_inset
41094
41095
41096 \begin_inset ERT
41097 status collapsed
41098
41099 \begin_layout Plain Layout
41100
41101 }
41102 \end_layout
41103
41104 \end_inset
41105
41106  WildStrawberry
41107 \end_layout
41108
41109 \end_inset
41110 </cell>
41111 <cell alignment="left" valignment="top" usebox="none">
41112 \begin_inset Text
41113
41114 \begin_layout Plain Layout
41115 \begin_inset ERT
41116 status collapsed
41117
41118 \begin_layout Plain Layout
41119
41120
41121 \backslash
41122 fcolorbox{black}{
41123 \end_layout
41124
41125 \end_inset
41126
41127 YellowGreen
41128 \begin_inset ERT
41129 status collapsed
41130
41131 \begin_layout Plain Layout
41132
41133 }{
41134 \end_layout
41135
41136 \end_inset
41137
41138
41139 \begin_inset Phantom Phantom
41140 status open
41141
41142 \begin_layout Plain Layout
41143 W
41144 \end_layout
41145
41146 \end_inset
41147
41148
41149 \begin_inset ERT
41150 status collapsed
41151
41152 \begin_layout Plain Layout
41153
41154 }
41155 \end_layout
41156
41157 \end_inset
41158
41159  YellowGreen
41160 \end_layout
41161
41162 \end_inset
41163 </cell>
41164 </row>
41165 <row>
41166 <cell alignment="left" valignment="top" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 \begin_inset ERT
41171 status collapsed
41172
41173 \begin_layout Plain Layout
41174
41175
41176 \backslash
41177 fcolorbox{black}{
41178 \end_layout
41179
41180 \end_inset
41181
41182 YellowOrange
41183 \begin_inset ERT
41184 status collapsed
41185
41186 \begin_layout Plain Layout
41187
41188 }{
41189 \end_layout
41190
41191 \end_inset
41192
41193
41194 \begin_inset Phantom Phantom
41195 status open
41196
41197 \begin_layout Plain Layout
41198 W
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \begin_inset ERT
41205 status collapsed
41206
41207 \begin_layout Plain Layout
41208
41209 }
41210 \end_layout
41211
41212 \end_inset
41213
41214  YellowOrange
41215 \end_layout
41216
41217 \end_inset
41218 </cell>
41219 <cell alignment="left" valignment="top" usebox="none">
41220 \begin_inset Text
41221
41222 \begin_layout Plain Layout
41223
41224 \end_layout
41225
41226 \end_inset
41227 </cell>
41228 <cell alignment="left" valignment="top" usebox="none">
41229 \begin_inset Text
41230
41231 \begin_layout Plain Layout
41232
41233 \end_layout
41234
41235 \end_inset
41236 </cell>
41237 <cell alignment="left" valignment="top" usebox="none">
41238 \begin_inset Text
41239
41240 \begin_layout Plain Layout
41241
41242 \end_layout
41243
41244 \end_inset
41245 </cell>
41246 </row>
41247 </lyxtabular>
41248
41249 \end_inset
41250
41251
41252 \end_layout
41253
41254 \begin_layout Chapter
41255 第(
41256 \begin_inset CommandInset ref
41257 LatexCommand ref
41258 reference "eq:Wgn"
41259
41260 \end_inset
41261
41262 )式の説明
41263 \begin_inset CommandInset label
41264 LatexCommand label
41265 name "cha:式の説明"
41266
41267 \end_inset
41268
41269
41270 \end_layout
41271
41272 \begin_layout Standard
41273 \begin_inset Formula $n$
41274 \end_inset
41275
41276 個の表セルの全幅
41277 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41278 \end_inset
41279
41280
41281 \begin_inset Formula 
41282 \begin{equation}
41283 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41284 \end{equation}
41285
41286 \end_inset
41287
41288
41289 \end_layout
41290
41291 \begin_layout Standard
41292 で計算できます。ここで
41293 \begin_inset Formula $W_{g\, n}$
41294 \end_inset
41295
41296 は、すべてのセルが持つ固定幅です。
41297 \series bold
41298
41299 \backslash
41300 tabcolsep
41301 \series default
41302 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41303 \begin_inset space \thinspace{}
41304 \end_inset
41305
41306 ptです。
41307 \series bold
41308
41309 \backslash
41310 arrayrulewidth
41311 \series default
41312 は、セル罫線幅であり、既定値は0.4
41313 \begin_inset space \thinspace{}
41314 \end_inset
41315
41316 ptです。
41317 \end_layout
41318
41319 \begin_layout Standard
41320
41321 \begin_inset CommandInset ref
41322 LatexCommand eqref
41323 reference "eq:Wtot_n"
41324
41325 \end_inset
41326
41327 式にしたがえば、連結列の全幅
41328 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41329 \end_inset
41330
41331
41332 \begin_inset Formula 
41333 \begin{equation}
41334 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41335 \end{equation}
41336
41337 \end_inset
41338
41339
41340 \end_layout
41341
41342 \begin_layout Standard
41343 となります。
41344 \begin_inset Formula $n$
41345 \end_inset
41346
41347 列を連結する時には各列の全幅は
41348 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41349 \end_inset
41350
41351 となるので、第
41352 \begin_inset CommandInset ref
41353 LatexCommand eqref
41354 reference "eq:Wtot_n"
41355
41356 \end_inset
41357
41358 式と第
41359 \begin_inset CommandInset ref
41360 LatexCommand eqref
41361 reference "eq:Wtot_mult"
41362
41363 \end_inset
41364
41365 式が等しいものと置けば、必要となる固定幅
41366 \begin_inset Formula $W_{g\, n}$
41367 \end_inset
41368
41369 を計算することができて、
41370 \begin_inset Formula 
41371 \begin{equation}
41372 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41373 \end{equation}
41374
41375 \end_inset
41376
41377 となります。
41378 \end_layout
41379
41380 \begin_layout Bibliography
41381 \labelwidthstring 参考文献
41382 \begin_inset CommandInset bibitem
41383 LatexCommand bibitem
41384 key "latexcompanion"
41385
41386 \end_inset
41387
41388 Frank Mittelbach and Michel Goossens: 
41389 \emph on
41390 The LaTeX Companion Second Edition.
41391
41392 \emph default
41393  Addison-Wesley, 2004
41394 \end_layout
41395
41396 \begin_layout Bibliography
41397 \labelwidthstring 参考文献
41398 \begin_inset CommandInset bibitem
41399 LatexCommand bibitem
41400 key "latexguide"
41401
41402 \end_inset
41403
41404 Helmut Kopka and Patrick W.
41405  Daly: 
41406 \emph on
41407 A Guide to LaTeX Fourth Edition.
41408
41409 \emph default
41410  Addison-Wesley, 2003
41411 \end_layout
41412
41413 \begin_layout Bibliography
41414 \labelwidthstring 参考文献
41415 \begin_inset CommandInset bibitem
41416 LatexCommand bibitem
41417 key "latexbook"
41418
41419 \end_inset
41420
41421 Leslie Lamport: 
41422 \emph on
41423 LaTeX: A Document Preparation System.
41424
41425 \emph default
41426  Addison-Wesley, second edition, 1994
41427 \end_layout
41428
41429 \begin_layout Bibliography
41430 \labelwidthstring 参考文献
41431 \begin_inset CommandInset bibitem
41432 LatexCommand bibitem
41433 key "arydshln"
41434
41435 \end_inset
41436
41437 LaTeXパッケージ
41438 \series bold
41439
41440 \begin_inset CommandInset href
41441 LatexCommand href
41442 name "arydshln"
41443 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41444
41445 \end_inset
41446
41447
41448 \series default
41449
41450 \begin_inset Index idx
41451 status collapsed
41452
41453 \begin_layout Plain Layout
41454 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41455 \end_layout
41456
41457 \end_inset
41458
41459
41460 \end_layout
41461
41462 \begin_layout Bibliography
41463 \labelwidthstring 参考文献
41464 \begin_inset CommandInset bibitem
41465 LatexCommand bibitem
41466 key "booktabs"
41467
41468 \end_inset
41469
41470 LaTeXパッケージ
41471 \series bold
41472
41473 \begin_inset CommandInset href
41474 LatexCommand href
41475 name "booktabs"
41476 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41477
41478 \end_inset
41479
41480
41481 \series default
41482
41483 \begin_inset Index idx
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41488 \end_layout
41489
41490 \end_inset
41491
41492 の取扱説明書
41493 \end_layout
41494
41495 \begin_layout Bibliography
41496 \labelwidthstring 参考文献
41497 \begin_inset CommandInset bibitem
41498 LatexCommand bibitem
41499 key "caption"
41500
41501 \end_inset
41502
41503 LaTeXパッケージ
41504 \series bold
41505
41506 \begin_inset CommandInset href
41507 LatexCommand href
41508 name "caption"
41509 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41510
41511 \end_inset
41512
41513
41514 \series default
41515
41516 \begin_inset Index idx
41517 status collapsed
41518
41519 \begin_layout Plain Layout
41520 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41521 \end_layout
41522
41523 \end_inset
41524
41525 の取扱説明書
41526 \end_layout
41527
41528 \begin_layout Bibliography
41529 \labelwidthstring 参考文献
41530 \begin_inset CommandInset bibitem
41531 LatexCommand bibitem
41532 key "diagbox"
41533
41534 \end_inset
41535
41536 LaTeXパッケージ
41537 \series bold
41538
41539 \begin_inset CommandInset href
41540 LatexCommand href
41541 name "diagbox"
41542 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41543
41544 \end_inset
41545
41546
41547 \series default
41548
41549 \begin_inset Index idx
41550 status collapsed
41551
41552 \begin_layout Plain Layout
41553 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41554 \end_layout
41555
41556 \end_inset
41557
41558
41559 \end_layout
41560
41561 \begin_layout Bibliography
41562 \labelwidthstring 参考文献
41563 \begin_inset CommandInset bibitem
41564 LatexCommand bibitem
41565 key "endfloat"
41566
41567 \end_inset
41568
41569 LaTeXパッケージ
41570 \series bold
41571
41572 \begin_inset CommandInset href
41573 LatexCommand href
41574 name "endfloat"
41575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41576
41577 \end_inset
41578
41579
41580 \series default
41581
41582 \begin_inset Index idx
41583 status collapsed
41584
41585 \begin_layout Plain Layout
41586 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41587 \end_layout
41588
41589 \end_inset
41590
41591 の取扱説明書
41592 \end_layout
41593
41594 \begin_layout Bibliography
41595 \labelwidthstring 参考文献
41596 \begin_inset CommandInset bibitem
41597 LatexCommand bibitem
41598 key "footmisc"
41599
41600 \end_inset
41601
41602 LaTeXパッケージ
41603 \series bold
41604
41605 \begin_inset CommandInset href
41606 LatexCommand href
41607 name "footmisc"
41608 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41609
41610 \end_inset
41611
41612
41613 \series default
41614
41615 \begin_inset Index idx
41616 status collapsed
41617
41618 \begin_layout Plain Layout
41619 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
41620 \end_layout
41621
41622 \end_inset
41623
41624 の取扱説明書
41625 \end_layout
41626
41627 \begin_layout Bibliography
41628 \labelwidthstring 参考文献
41629 \begin_inset CommandInset bibitem
41630 LatexCommand bibitem
41631 key "hypcap"
41632
41633 \end_inset
41634
41635 LaTeXパッケージ
41636 \series bold
41637
41638 \begin_inset CommandInset href
41639 LatexCommand href
41640 name "hypcap"
41641 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41642
41643 \end_inset
41644
41645
41646 \series default
41647
41648 \begin_inset Index idx
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41653 \end_layout
41654
41655 \end_inset
41656
41657 の取扱説明書
41658 \end_layout
41659
41660 \begin_layout Bibliography
41661 \labelwidthstring 参考文献
41662 \begin_inset CommandInset bibitem
41663 LatexCommand bibitem
41664 key "hyperref"
41665
41666 \end_inset
41667
41668 LaTeXパッケージ
41669 \series bold
41670
41671 \begin_inset CommandInset href
41672 LatexCommand href
41673 name "hyperref"
41674 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41675
41676 \end_inset
41677
41678
41679 \series default
41680
41681 \begin_inset Index idx
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41686 \end_layout
41687
41688 \end_inset
41689
41690 の取扱説明書
41691 \end_layout
41692
41693 \begin_layout Bibliography
41694 \labelwidthstring 参考文献
41695 \begin_inset CommandInset bibitem
41696 LatexCommand bibitem
41697 key "KOMA-script"
41698
41699 \end_inset
41700
41701 LaTeXパッケージ
41702 \series bold
41703
41704 \begin_inset CommandInset href
41705 LatexCommand href
41706 name "KOMA-script"
41707 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
41708
41709 \end_inset
41710
41711
41712 \series default
41713
41714 \begin_inset Index idx
41715 status collapsed
41716
41717 \begin_layout Plain Layout
41718 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
41719 \end_layout
41720
41721 \end_inset
41722
41723 の取扱説明書
41724 \end_layout
41725
41726 \begin_layout Bibliography
41727 \labelwidthstring 参考文献
41728 \begin_inset CommandInset bibitem
41729 LatexCommand bibitem
41730 key "lettrine"
41731
41732 \end_inset
41733
41734 LaTeXパッケージ
41735 \series bold
41736
41737 \begin_inset CommandInset href
41738 LatexCommand href
41739 name "lettrine"
41740 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41741
41742 \end_inset
41743
41744
41745 \series default
41746 及び
41747 \begin_inset CommandInset href
41748 LatexCommand href
41749 name "用例"
41750 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41751
41752 \end_inset
41753
41754
41755 \begin_inset Index idx
41756 status collapsed
41757
41758 \begin_layout Plain Layout
41759 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
41760 \end_layout
41761
41762 \end_inset
41763
41764
41765 \end_layout
41766
41767 \begin_layout Bibliography
41768 \labelwidthstring 参考文献
41769 \begin_inset CommandInset bibitem
41770 LatexCommand bibitem
41771 key "listings"
41772
41773 \end_inset
41774
41775 LaTeXパッケージ
41776 \series bold
41777
41778 \begin_inset CommandInset href
41779 LatexCommand href
41780 name "listings"
41781 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41782
41783 \end_inset
41784
41785
41786 \series default
41787
41788 \begin_inset Index idx
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792 LaTeXぱっけーじ@LaTeXパッケージ ! listings
41793 \end_layout
41794
41795 \end_inset
41796
41797 の取扱説明書
41798 \end_layout
41799
41800 \begin_layout Bibliography
41801 \labelwidthstring 参考文献
41802 \begin_inset CommandInset bibitem
41803 LatexCommand bibitem
41804 key "marginnote"
41805
41806 \end_inset
41807
41808 LaTeXパッケージ
41809 \series bold
41810
41811 \begin_inset CommandInset href
41812 LatexCommand href
41813 name "marginnote"
41814 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41815
41816 \end_inset
41817
41818
41819 \series default
41820
41821 \begin_inset Index idx
41822 status collapsed
41823
41824 \begin_layout Plain Layout
41825 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
41826 \end_layout
41827
41828 \end_inset
41829
41830 の取扱説明書
41831 \end_layout
41832
41833 \begin_layout Bibliography
41834 \labelwidthstring 参考文献
41835 \begin_inset CommandInset bibitem
41836 LatexCommand bibitem
41837 key "pdfpages"
41838
41839 \end_inset
41840
41841 LaTeXパッケージ
41842 \series bold
41843
41844 \begin_inset CommandInset href
41845 LatexCommand href
41846 name "pdfpages"
41847 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41848
41849 \end_inset
41850
41851
41852 \series default
41853
41854 \begin_inset Index idx
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
41859 \end_layout
41860
41861 \end_inset
41862
41863 の取扱説明書
41864 \end_layout
41865
41866 \begin_layout Bibliography
41867 \labelwidthstring 参考文献
41868 \begin_inset CommandInset bibitem
41869 LatexCommand bibitem
41870 key "prettyref"
41871
41872 \end_inset
41873
41874 LaTeXパッケージ
41875 \series bold
41876
41877 \begin_inset CommandInset href
41878 LatexCommand href
41879 name "prettyref"
41880 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41881
41882 \end_inset
41883
41884
41885 \series default
41886
41887 \begin_inset Index idx
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
41892 \end_layout
41893
41894 \end_inset
41895
41896 の取扱説明書
41897 \end_layout
41898
41899 \begin_layout Bibliography
41900 \labelwidthstring 参考文献
41901 \begin_inset CommandInset bibitem
41902 LatexCommand bibitem
41903 key "pstricks"
41904
41905 \end_inset
41906
41907 LaTeXパッケージ
41908 \series bold
41909
41910 \begin_inset CommandInset href
41911 LatexCommand href
41912 name "PSTricks"
41913 target "http://tug.org/PSTricks/"
41914
41915 \end_inset
41916
41917
41918 \series default
41919
41920 \begin_inset Index idx
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
41925 \end_layout
41926
41927 \end_inset
41928
41929 のウェブページ
41930 \end_layout
41931
41932 \begin_layout Bibliography
41933 \labelwidthstring 参考文献
41934 \begin_inset CommandInset bibitem
41935 LatexCommand bibitem
41936 key "refstyle"
41937
41938 \end_inset
41939
41940 LaTeXパッケージ
41941 \series bold
41942
41943 \begin_inset CommandInset href
41944 LatexCommand href
41945 name "refstyle"
41946 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41947
41948 \end_inset
41949
41950
41951 \series default
41952
41953 \begin_inset Index idx
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
41958 \end_layout
41959
41960 \end_inset
41961
41962 の取扱説明書
41963 \end_layout
41964
41965 \begin_layout Bibliography
41966 \labelwidthstring 参考文献
41967 \begin_inset CommandInset bibitem
41968 LatexCommand bibitem
41969 key "sidecap"
41970
41971 \end_inset
41972
41973 LaTeXパッケージ
41974 \series bold
41975
41976 \begin_inset CommandInset href
41977 LatexCommand href
41978 name "sidecap"
41979 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41980
41981 \end_inset
41982
41983
41984 \series default
41985
41986 \begin_inset Index idx
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
41991 \end_layout
41992
41993 \end_inset
41994
41995 の取扱説明書
41996 \end_layout
41997
41998 \begin_layout Bibliography
41999 \labelwidthstring 参考文献
42000 \begin_inset CommandInset bibitem
42001 LatexCommand bibitem
42002 key "NewInLyX20"
42003
42004 \end_inset
42005
42006
42007 \family sans
42008 LyX 2.0
42009 \family default
42010 の新機能に関する
42011 \begin_inset CommandInset href
42012 LatexCommand href
42013 name "Wikiページ"
42014 target "http://wiki.lyx.org/LyX/NewInLyX20"
42015
42016 \end_inset
42017
42018
42019 \end_layout
42020
42021 \begin_layout Standard
42022 \begin_inset CommandInset index_print
42023 LatexCommand printindex
42024 type "idx"
42025
42026 \end_inset
42027
42028
42029 \end_layout
42030
42031 \end_body
42032 \end_document