]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
UserGuide.lyx: describe new output format "PDF (cropped)"
[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 Decoration              Conglomerate
195 Argument post:1
196       LabelString       "ルビ文"
197       MenuString        "ルビ文(S)|S"
198       Decoration        Conglomerate
199       Font
200             Size                tiny
201       EndFont
202       LabelFont
203             Size                tiny
204       EndFont
205       Mandatory 1
206 EndArgument
207 Preamble
208 \IfFileExists{okumacro.sty}
209  {\usepackage{okumacro}}
210  {\newcommand{\ruby}[2]{#2}}
211 EndPreamble
212 End
213 \end_local_layout
214 \language japanese
215 \language_package default
216 \inputencoding auto
217 \fontencoding global
218 \font_roman default
219 \font_sans default
220 \font_typewriter default
221 \font_math auto
222 \font_default_family default
223 \use_non_tex_fonts false
224 \font_sc false
225 \font_osf false
226 \font_sf_scale 100
227 \font_tt_scale 100
228 \graphics default
229 \default_output_format pdf
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks true
241 \pdf_bookmarksnumbered true
242 \pdf_bookmarksopen true
243 \pdf_bookmarksopenlevel 1
244 \pdf_breaklinks false
245 \pdf_pdfborder false
246 \pdf_colorlinks true
247 \pdf_backref false
248 \pdf_pdfusetitle false
249 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
250 \papersize a4paper
251 \use_geometry true
252 \use_package amsmath 2
253 \use_package amssymb 2
254 \use_package cancel 0
255 \use_package esint 0
256 \use_package mathdots 1
257 \use_package mathtools 0
258 \use_package mhchem 1
259 \use_package stackrel 0
260 \use_package stmaryrd 0
261 \use_package undertilde 0
262 \cite_engine basic
263 \cite_engine_type default
264 \biblio_style plain
265 \use_bibtopic false
266 \use_indices false
267 \paperorientation portrait
268 \suppress_date false
269 \justification true
270 \use_refstyle 0
271 \notefontcolor #0000ff
272 \index 索引
273 \shortcut idx
274 \color #008000
275 \end_index
276 \leftmargin 2.5cm
277 \topmargin 2.5cm
278 \rightmargin 2.5cm
279 \bottommargin 3cm
280 \secnumdepth 3
281 \tocdepth 3
282 \paragraph_separation skip
283 \defskip medskip
284 \quotes_language english
285 \papercolumns 1
286 \papersides 2
287 \paperpagestyle default
288 \bullet 1 1 34 -1
289 \bullet 2 2 35 -1
290 \bullet 3 2 7 -1
291 \tracking_changes false
292 \output_changes false
293 \html_math_output 0
294 \html_css_as_file 0
295 \html_be_strict false
296 \end_header
297
298 \begin_body
299
300 \begin_layout Title
301 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
302 \end_layout
303
304 \begin_layout Author
305 LyXプロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317
318 \end_inset
319
320  までお送り下さい。
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Note Note
327 status collapsed
328
329 \begin_layout Plain Layout
330 著者:Uwe Stöhr
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 第2.1.x版
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 本文書の全体をPDFやPS、DVIに書き出すには、
363 \series bold
364 arydshln
365 \series default
366
367 \series bold
368 colortbl
369 \series default
370
371 \series bold
372 diagbox
373 \series default
374
375 \series bold
376 lettrine
377 \series default
378
379 \series bold
380 marginnote
381 \series default
382
383 \series bold
384 picinpar
385 \series default
386
387 \series bold
388 sidecap
389 \series default
390 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
391 されません。
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
402 \series default
403
404 \begin_inset Newline newline
405 \end_inset
406
407 にあります。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Chapter
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 ず@図
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 がぞう@画像
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 |see{
438 \end_layout
439
440 \end_inset
441
442
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Plain Layout
447
448 }
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Section
462 画像ダイアログ
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 ず@図 ! がぞうだいあろぐ@画像ダイアログ
468 \end_layout
469
470 \end_inset
471
472
473 \begin_inset CommandInset label
474 LatexCommand label
475 name "sec:画像ダイアログ"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Standard
483 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
484 \family sans
485
486 \begin_inset Info
487 type  "icon"
488 arg   "dialog-show-new-inset graphics"
489 \end_inset
490
491
492 \family default
493 をクリックするか、
494 \family sans
495 挿入\SpecialChar \menuseparator
496 画像
497 \family default
498 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
499 \end_layout
500
501 \begin_layout Standard
502 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 画像
509 \family default
510  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
511 \begin_inset CommandInset ref
512 LatexCommand ref
513 reference "cha:LyXで使用できる単位"
514
515 \end_inset
516
517 に説明があります。
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 ず@図 ! のかいてん@---の回転
527 \end_layout
528
529 \end_inset
530
531 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 ず@図 ! のしんしゅく@---の伸縮
541 \end_layout
542
543 \end_inset
544
545 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
546 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
547 \family sans
548 縦横比を維持する
549 \family default
550 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
551 \begin_inset Newline newline
552 \end_inset
553
554 画像を右クリックすると現れるコンテクストメニューで
555 \family sans
556 外部で編集
557 \family default
558 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
559 ます。
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 切り抜き
566 \family default
567  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
568 \family sans
569 ファイルから取得
570 \family default
571 ボタンを押すことによって、自動的に計算することもできます。
572 \family sans
573 境界枠で切り抜く
574 \family default
575 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
576 \end_layout
577
578 \begin_layout Description
579
580 \family sans
581 LaTeXとLyXのオプション
582 \family default
583  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
584 \family sans
585
586 \begin_inset Newline newline
587 \end_inset
588
589 下書きモード
590 \family default
591 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
592 \family sans
593
594 \begin_inset Newline newline
595 \end_inset
596
597 エクスポートする際に解凍しない
598 \family default
599 オプションは、
600 \emph on
601 x.eps.gz
602 \emph default
603 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
604 ません。
605 \begin_inset Newline newline
606 \end_inset
607
608 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:PostScript"
612
613 \end_inset
614
615 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
616 \begin_inset Newline newline
617 \end_inset
618
619
620 \series bold
621 gzip x.eps
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627
628 \series bold
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \family sans
641 画像グループ
642 \family default
643 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 ず@図 ! せっていぐるーぷ@設定グループ
649 \end_layout
650
651 \end_inset
652
653 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
654 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
655 を使用して、望むグループ名をチェックすることで行うこともできます。
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 下記はEPS書式
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 画像書式は、第
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:画像形式"
675
676 \end_inset
677
678 節に説明されています。
679 \end_layout
680
681 \end_inset
682
683 の画像の例で、単独の中央揃えの段落に置いてあります。
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         scaleBeforeRotation
692         rotateOrigin center
693
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 下記は上と同じ画像ですが、下書きモードのものです。
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         draft
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset Newpage newpage
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Section
725 図フロート
726 \begin_inset CommandInset label
727 LatexCommand label
728 name "sec:図フロート"
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 ふろーと@フロート ! ず@図
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Index idx
744 status collapsed
745
746 \begin_layout Plain Layout
747 ず@図 ! ふろーと@フロート
748 \end_layout
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 フロートについての一般的な説明は、第
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "sec:フロートはじめに"
760
761 \end_inset
762
763 節をご覧下さい。
764 \end_layout
765
766 \begin_layout Standard
767 ツールバーボタンの
768 \family sans
769
770 \begin_inset Info
771 type  "icon"
772 arg   "float-insert figure"
773 \end_inset
774
775
776 \family default
777
778 \family sans
779 挿入\SpecialChar \menuseparator
780 フロート\SpecialChar \menuseparator
781
782 \family default
783 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:犠牲のカモノハシ"
787
788 \end_inset
789
790 のようにキャプションの上に置くこともできますし、図
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "fig:エッシャー"
794
795 \end_inset
796
797 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "sec:キャプションの配置"
801
802 \end_inset
803
804 節に述べられています。
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/platypus.eps
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:犠牲のカモノハシ"
833
834 \end_inset
835
836 フロート中の激しく歪んだカモノハシ
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:エッシャー"
862
863 \end_inset
864
865 行ってしまったM.C.エッシャー
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 さんしょう@参照 ! ずへの@図への ---
897 \end_layout
898
899 \end_inset
900
901
902 \begin_inset CommandInset ref
903 LatexCommand ref
904 reference "fig:犠牲のカモノハシ"
905
906 \end_inset
907
908 図と第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:エッシャー"
912
913 \end_inset
914
915 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
916 \family sans
917 挿入\SpecialChar \menuseparator
918 ラベル
919 \family default
920 メニューかツールバーボタン
921 \family sans
922
923 \begin_inset Info
924 type  "icon"
925 arg   "label-insert"
926 \end_inset
927
928
929 \family default
930 を使用して、キャプションにラベルを挿入してください。その後、
931 \family sans
932 挿入\SpecialChar \menuseparator
933 相互参照
934 \family default
935 メニューかツールバーボタン
936 \family sans
937
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943
944 \family default
945 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
946 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
947 \begin_inset Newline newline
948 \end_inset
949
950 参照は、第
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "sec:フロートの参照"
954
955 \end_inset
956
957 節で詳細に説明されています。
958 \end_layout
959
960 \begin_layout Standard
961 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
962 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:歪められた二つの像"
966
967 \end_inset
968
969 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
970 \begin_inset CommandInset ref
971 LatexCommand ref
972 reference "fig:何かわからない構造"
973
974 \end_inset
975
976 と図
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "fig:カモノハシ"
980
981 \end_inset
982
983 が内部図になります。
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption Standard
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:何かわからない構造"
1009
1010 \end_inset
1011
1012 何かわからない構造
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/escher-lsd.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "fig:カモノハシ"
1051
1052 \end_inset
1053
1054 カモノハシ
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Graphics
1064         filename ../clipart/platypus.eps
1065         width 45col%
1066         scaleBeforeRotation
1067         groupId distorted
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:歪められた二つの像"
1090
1091 \end_inset
1092
1093 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 \begin_inset Newpage newpage
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Section
1114 画像形式
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "sec:画像形式"
1118
1119 \end_inset
1120
1121
1122 \begin_inset Index idx
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 がぞうけいしき@画像形式
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset Index idx
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 ず@図 ! がぞうけいしき@画像形式
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Standard
1145 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "cha:ファイル出力形式"
1149
1150 \end_inset
1151
1152 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1153 ウンドで
1154 \family typewriter
1155 ImageMagick
1156 \family default
1157 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1158 用するとよいでしょう。出力ファイル形式は、付録
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "cha:ファイル出力形式"
1162
1163 \end_inset
1164
1165 に説明されています。
1166 \end_layout
1167
1168 \begin_layout Standard
1169 フォントと同じく、画像形式にも以下の二つの型があります。
1170 \end_layout
1171
1172 \begin_layout Description
1173 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1174 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1175 \family typewriter
1176 .gif
1177 \family default
1178 」)
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 GIF
1184 \begin_inset ERT
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188
1189 |see{
1190 \end_layout
1191
1192 \end_inset
1193
1194 画像書式
1195 \begin_inset ERT
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199
1200 }
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1211 \family typewriter
1212 .png
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 PNG
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 |see{
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1247 \family typewriter
1248 .jpg
1249 \family default
1250 」または「
1251 \family typewriter
1252 .jpeg
1253 \family default
1254 」)
1255 \begin_inset Index idx
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259 JPG
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 |see{
1266 \end_layout
1267
1268 \end_inset
1269
1270 画像書式
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 }
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \end_inset
1285
1286 などがあります。
1287 \end_layout
1288
1289 \begin_layout Description
1290 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1291 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1292 に便利です。
1293 \begin_inset Newline newline
1294 \end_inset
1295
1296 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1297 \family typewriter
1298 .svg
1299 \family default
1300 」)
1301 \begin_inset Index idx
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 SVG
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 |see{
1312 \end_layout
1313
1314 \end_inset
1315
1316 画像書式
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1333 \family typewriter
1334 .eps
1335 \family default
1336 」)
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 EPS
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 |see{
1348 \end_layout
1349
1350 \end_inset
1351
1352 画像書式
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1369 \family typewriter
1370 .pdf
1371 \family default
1372 」)
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 PDF
1378 \end_layout
1379
1380 \end_inset
1381
1382 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1383 \family typewriter
1384 .wmf
1385 \family default
1386 」)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 SVG
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 |see{
1398 \end_layout
1399
1400 \end_inset
1401
1402 画像書式
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1419 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1420 \begin_inset Foot
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 PDFの場合には、さらに元画像が圧縮されます。
1425 \end_layout
1426
1427 \end_inset
1428
1429 。たとえば、
1430 \family typewriter
1431 Adobe Photoshop
1432 \family default
1433 が生成するPDFファイルは、ビットマップ画像です。
1434 \end_layout
1435
1436 \begin_layout Standard
1437 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1438 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1439 \begin_inset Formula $\to$
1440 \end_inset
1441
1442 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1443 \end_layout
1444
1445 \begin_layout Chapter
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 ひょう@表
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Section
1460 はじめに
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 ひょう@表 ! はじめに
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474
1475 \family roman
1476 \series medium
1477 \shape up
1478 \size normal
1479 \emph off
1480 \bar no
1481 \noun off
1482 \color none
1483 表を挿入するには、ツールバーボタ
1484 \family default
1485 \series default
1486 \shape default
1487 \size default
1488 \emph default
1489 \bar default
1490 \noun default
1491 \color inherit
1492
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "tabular-insert"
1496 \end_inset
1497
1498
1499 \family roman
1500 \series medium
1501 \shape up
1502 \size normal
1503 \emph off
1504 \bar no
1505 \noun off
1506 \color none
1507
1508 \family sans
1509 \series default
1510 \shape default
1511 \size default
1512 \emph default
1513 \bar default
1514 \noun default
1515 \color inherit
1516 挿入\SpecialChar \menuseparator
1517
1518 \family default
1519 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1520 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1521 \begin_inset Newline newline
1522 \end_inset
1523
1524 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1525 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="4">
1532 <features rotate="0" tabularvalignment="middle">
1533 <column alignment="center" valignment="top">
1534 <column alignment="center" valignment="top">
1535 <column alignment="center" valignment="top">
1536 <column alignment="center" valignment="top">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 1
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 2
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 3
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 </lyxtabular>
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Section
1697 表ダイアログ
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 ひょう@表 ! だいあろぐ@ダイアログ
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Standard
1711
1712 \family roman
1713 \series medium
1714 \shape up
1715 \size normal
1716 \emph off
1717 \bar no
1718 \noun off
1719 \color none
1720 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1721 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1722 \family default
1723 \series default
1724 \shape default
1725 \size default
1726 \emph default
1727 \bar default
1728 \noun default
1729 \color inherit
1730 セルの
1731 \emph on
1732 内容
1733 \emph default
1734 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738 ダイアログオプションの
1739 \family sans
1740 直ちに適用
1741 \family default
1742 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1743 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1744 \begin_inset Newline newline
1745 \end_inset
1746
1747 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1748 \end_layout
1749
1750 \begin_layout Description
1751
1752 \family sans
1753 表の設定
1754 \family default
1755  ここでは、現在列の幅と水平揃えを設定することができます。
1756 \family sans
1757 小数点で
1758 \family default
1759 とある揃えは、第
1760 \begin_inset CommandInset ref
1761 LatexCommand ref
1762 reference "sub:特殊なセル揃え"
1763
1764 \end_inset
1765
1766 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1767 は、第
1768 \begin_inset CommandInset ref
1769 LatexCommand ref
1770 reference "sub:複数行"
1771
1772 \end_inset
1773
1774 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1775 \begin_inset Newline newline
1776 \end_inset
1777
1778 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1779 \begin_inset CommandInset ref
1780 LatexCommand ref
1781 reference "sub:連結列"
1782
1783 \end_inset
1784
1785 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1786 \begin_inset CommandInset ref
1787 LatexCommand ref
1788 reference "sub:連結行"
1789
1790 \end_inset
1791
1792 節をご参照ください。
1793 \begin_inset Newline newline
1794 \end_inset
1795
1796 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1797 \begin_inset Newline newline
1798 \end_inset
1799
1800
1801 \begin_inset Note Greyedout
1802 status open
1803
1804 \begin_layout Plain Layout
1805
1806 \series bold
1807 【註】
1808 \series default
1809 DVIビューアのすべてが回転を表示できるわけではありません。
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \begin_inset Newline newline
1816 \end_inset
1817
1818 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1819 \begin_inset Newline newline
1820 \end_inset
1821
1822 各種の揃えを適用した同一行中の表:
1823 \begin_inset Tabular
1824 <lyxtabular version="3" rows="2" columns="2">
1825 <features rotate="0" tabularvalignment="top">
1826 <column alignment="center" valignment="top" width="0pt">
1827 <column alignment="center" valignment="top">
1828 <row>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 1
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853 A
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 </lyxtabular>
1869
1870 \end_inset
1871
1872  
1873 \begin_inset Tabular
1874 <lyxtabular version="3" rows="2" columns="2">
1875 <features rotate="0" tabularvalignment="middle">
1876 <column alignment="center" valignment="top">
1877 <column alignment="center" valignment="top">
1878 <row>
1879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 1
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 A
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922  
1923 \begin_inset Tabular
1924 <lyxtabular version="3" rows="2" columns="2">
1925 <features rotate="0" tabularvalignment="bottom">
1926 <column alignment="center" valignment="top" width="0pt">
1927 <column alignment="center" valignment="top">
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942 1
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 <row>
1949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 A
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 </row>
1968 </lyxtabular>
1969
1970 \end_inset
1971
1972
1973 \begin_inset Newline newline
1974 \end_inset
1975
1976 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1977 \begin_inset CommandInset ref
1978 LatexCommand ref
1979 reference "sub:連結列の計算"
1980
1981 \end_inset
1982
1983 節および第
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "sec:色付きの表"
1987
1988 \end_inset
1989
1990 節をご参照下さい。
1991 \end_layout
1992
1993 \begin_layout Description
1994
1995 \family sans
1996 罫線
1997 \family default
1998  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 様式オプションとして
2003 \family sans
2004 フォーマル様式
2005 \family default
2006 を使用すると、第
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "sec:フォーマル形式の表"
2010
2011 \end_inset
2012
2013 節に述べられているフォーマル様式の表に表を変換します。
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 またここで、第
2018 \begin_inset CommandInset ref
2019 LatexCommand ref
2020 reference "sub:行の余白取り"
2021
2022 \end_inset
2023
2024 節に述べられているように、表の行に空白を追加することもできます。
2025 \end_layout
2026
2027 \begin_layout Description
2028
2029 \family sans
2030 長尺表
2031 \family default
2032  このタブは、複数のページにわたる、いわゆる「
2033 \emph on
2034 長尺表
2035 \emph default
2036 」を作るためのものです。第
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "sec:長尺表"
2040
2041 \end_inset
2042
2043 節および第
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sec:長尺表にまつわる諸点"
2047
2048 \end_inset
2049
2050 節に、長尺表の機能に関する詳細な説明があります。
2051 \end_layout
2052
2053 \begin_layout Section
2054 表ツールバー
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 ひょう@表 ! つーるばー@ツールバー
2060 \end_layout
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2069 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2070 \end_layout
2071
2072 \begin_layout Standard
2073 ツールバーには、以下のアイコンがあります。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078
2079 \family sans
2080 \begin_inset Info
2081 type  "icon"
2082 arg   "inset-modify tabular append-row"
2083 \end_inset
2084
2085
2086 \family default
2087  は、現在セルあるいは選択範囲の下に行を追加します。
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092
2093 \family sans
2094 \begin_inset Info
2095 type  "icon"
2096 arg   "inset-modify tabular append-column"
2097 \end_inset
2098
2099
2100 \family default
2101  は、現在セルあるいは選択範囲の右に列を追加します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106
2107 \family sans
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular delete-row"
2111 \end_inset
2112
2113
2114 \family default
2115  は、現在行あるいは選択範囲行を削除します。
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120
2121 \family sans
2122 \begin_inset Info
2123 type  "icon"
2124 arg   "inset-modify tabular delete-column"
2125 \end_inset
2126
2127
2128 \family default
2129  は、現在列あるいは選択範囲列を削除します。
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134
2135 \family sans
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "inset-modify tabular toggle-line-top"
2139 \end_inset
2140
2141
2142 \family default
2143  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148
2149 \family sans
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "inset-modify tabular toggle-line-bottom"
2153 \end_inset
2154
2155
2156 \family default
2157  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162
2163 \family sans
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "inset-modify tabular toggle-line-left"
2167 \end_inset
2168
2169
2170 \family default
2171  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular toggle-line-right"
2181 \end_inset
2182
2183
2184 \family default
2185  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "inset-modify tabular set-all-lines"
2195 \end_inset
2196
2197
2198 \family default
2199  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "inset-modify tabular unset-all-lines"
2209 \end_inset
2210
2211
2212 \family default
2213  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "inset-modify tabular m-align-left"
2223 \end_inset
2224
2225
2226 \family default
2227  は、現在セルあるいは現在列の内容を左揃えにします。
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "inset-modify tabular m-align-center"
2237 \end_inset
2238
2239
2240 \family default
2241  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular m-align-right"
2251 \end_inset
2252
2253
2254 \family default
2255  は、現在セルあるいは現在列の内容を右揃えにします。
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "inset-modify tabular align-decimal"
2265 \end_inset
2266
2267
2268 \family default
2269  は、現在セルの内容を特定文字位置で揃えます。
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "inset-modify tabular m-valign-top"
2279 \end_inset
2280
2281
2282 \family default
2283  は、現在セルの内容を垂直方向上揃えにします。
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "inset-modify tabular m-valign-middle"
2293 \end_inset
2294
2295
2296 \family default
2297  は、現在セルの内容を垂直方向中央揃えにします。
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "inset-modify tabular m-valign-bottom"
2307 \end_inset
2308
2309
2310 \family default
2311  は、現在セルの内容を垂直方向下揃えにします。
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "inset-modify tabular set-rotate-cell"
2321 \end_inset
2322
2323
2324 \family default
2325  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330
2331 \family sans
2332 \begin_inset Info
2333 type  "icon"
2334 arg   "inset-modify tabular set-rotate-tabular"
2335 \end_inset
2336
2337
2338 \family default
2339  は、表全体を反時計廻りに90度回転します。
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344
2345 \family sans
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "inset-modify tabular multicolumn"
2349 \end_inset
2350
2351
2352 \family default
2353  は、現在セルあるいは選択範囲を連結列にします。
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358
2359 \family sans
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular multirow"
2363 \end_inset
2364
2365
2366 \family default
2367  は、現在セルあるいは選択範囲を連結行にします。
2368 \end_layout
2369
2370 \begin_layout Standard
2371 \begin_inset Note Greyedout
2372 status open
2373
2374 \begin_layout Plain Layout
2375
2376 \series bold
2377 【註】
2378 \series default
2379 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2380 \end_layout
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Section
2388 表編集メニュー
2389 \begin_inset Index idx
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 表ダイアログと表ツールバーの他に、
2403 \family sans
2404 編集\SpecialChar \menuseparator
2405
2406 \family default
2407 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2408 部にあるときのみ、表示されます。
2409 \end_layout
2410
2411 \begin_layout Section
2412 表フロート
2413 \begin_inset CommandInset label
2414 LatexCommand label
2415 name "sec:表フロート"
2416
2417 \end_inset
2418
2419
2420 \begin_inset Index idx
2421 status collapsed
2422
2423 \begin_layout Plain Layout
2424 ふろーと@フロート ! ひょう@表
2425 \end_layout
2426
2427 \end_inset
2428
2429
2430 \begin_inset Index idx
2431 status collapsed
2432
2433 \begin_layout Plain Layout
2434 ひょう@表 ! ふろーと@フロート
2435 \end_layout
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 フロートの一般的な説明については、第
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "sec:フロートはじめに"
2447
2448 \end_inset
2449
2450 節をご覧下さい。
2451 \end_layout
2452
2453 \begin_layout Standard
2454 \begin_inset Float table
2455 placement h
2456 wide false
2457 sideways false
2458 status open
2459
2460 \begin_layout Plain Layout
2461 \begin_inset Caption Standard
2462
2463 \begin_layout Plain Layout
2464 \begin_inset CommandInset label
2465 LatexCommand label
2466 name "tab:表フロート"
2467
2468 \end_inset
2469
2470 表フロート
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Plain Layout
2479 \align center
2480 \begin_inset Tabular
2481 <lyxtabular version="3" rows="3" columns="3">
2482 <features rotate="0" tabularvalignment="middle">
2483 <column alignment="center" valignment="top" width="0pt">
2484 <column alignment="center" valignment="top" width="0pt">
2485 <column alignment="center" valignment="top" width="0pt">
2486 <row>
2487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2488 \begin_inset Text
2489
2490 \begin_layout Plain Layout
2491
2492 \family roman
2493 \series medium
2494 \shape up
2495 \size normal
2496 \emph off
2497 \bar no
2498 \noun off
2499 \color none
2500 1
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509
2510 \family roman
2511 \series medium
2512 \shape up
2513 \size normal
2514 \emph off
2515 \bar no
2516 \noun off
2517 \color none
2518 2
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527
2528 \family roman
2529 \series medium
2530 \shape up
2531 \size normal
2532 \emph off
2533 \bar no
2534 \noun off
2535 \color none
2536 3
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 <row>
2543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Plain Layout
2547 森嶋
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Plain Layout
2556 宇沢
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565 二階堂
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 <row>
2572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Plain Layout
2576
2577 \family roman
2578 \series medium
2579 \shape up
2580 \size normal
2581 \emph off
2582 \bar no
2583 \noun off
2584 \color none
2585 \begin_inset Formula $\int x^{2}dx$
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \end_inset
2592 </cell>
2593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2594 \begin_inset Text
2595
2596 \begin_layout Plain Layout
2597
2598 \family roman
2599 \series medium
2600 \shape up
2601 \size normal
2602 \emph off
2603 \bar no
2604 \noun off
2605 \color none
2606 \begin_inset Formula $\left[\begin{array}{cc}
2607 a & b\\
2608 c & d
2609 \end{array}\right]$
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $1+1=2$
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 </row>
2639 </lyxtabular>
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 表フロートは、
2653 \family sans
2654 挿入
2655 \shape up
2656 \SpecialChar \menuseparator
2657 フロート\SpecialChar \menuseparator
2658
2659 \family default
2660 \shape default
2661 メニューかツールバーボタン
2662 \family sans
2663
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "float-insert table"
2667 \end_inset
2668
2669
2670 \family default
2671 を使うと挿入することができます。
2672 \end_layout
2673
2674 \begin_layout Standard
2675 フロートは折りたたむことのできるボックスとして表示され、中には「表
2676 \begin_inset space ~
2677 \end_inset
2678
2679 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2680 \end_layout
2681
2682 \begin_layout Standard
2683
2684 \begin_inset space ~
2685 \end_inset
2686
2687
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "tab:表フロート"
2691
2692 \end_inset
2693
2694 は、表フロートに入れた表の例です。
2695 \end_layout
2696
2697 \begin_layout Standard
2698 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2699 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2700 eXパッケージの
2701 \series bold
2702 caption
2703 \series default
2704
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \begin_layout Standard
2718
2719 \series bold
2720 tableposition=top
2721 \end_layout
2722
2723 \begin_layout Standard
2724 というオプションとともにloadコマンドを使って読み込んでください
2725 \begin_inset Foot
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 詳しくは、第
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "sec:キャプションの配置"
2733
2734 \end_inset
2735
2736 節をご覧下さい。
2737 \end_layout
2738
2739 \end_inset
2740
2741 。キャプション書式を調整するには、第
2742 \begin_inset CommandInset ref
2743 LatexCommand ref
2744 reference "sec:キャプションの書式設定"
2745
2746 \end_inset
2747
2748 節にものべられているように
2749 \series bold
2750 caption
2751 \series default
2752 パッケージを使用します。
2753 \end_layout
2754
2755 \begin_layout Standard
2756 \begin_inset Index idx
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 さんしょう@参照 ! ひょうへの@表への
2761 \end_layout
2762
2763 \end_inset
2764
2765 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2766 \family sans
2767 挿入\SpecialChar \menuseparator
2768 ラベル
2769 \family default
2770 メニューかツールバーボタンの
2771 \family sans
2772
2773 \begin_inset Info
2774 type  "icon"
2775 arg   "label-insert"
2776 \end_inset
2777
2778
2779 \family default
2780 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2781 相互参照メニューかツールバーボタンの
2782 \family sans
2783
2784 \begin_inset Info
2785 type  "icon"
2786 arg   "dialog-show-new-inset ref"
2787 \end_inset
2788
2789
2790 \family default
2791 を用いて、このラベルを参照することができます。
2792 \begin_inset Newline newline
2793 \end_inset
2794
2795 参照は、第
2796 \begin_inset CommandInset ref
2797 LatexCommand ref
2798 reference "sec:フロートの参照"
2799
2800 \end_inset
2801
2802 節で詳細に説明されています。
2803 \end_layout
2804
2805 \begin_layout Section
2806 長尺表
2807 \begin_inset CommandInset label
2808 LatexCommand label
2809 name "sec:長尺表"
2810
2811 \end_inset
2812
2813
2814 \begin_inset Index idx
2815 status collapsed
2816
2817 \begin_layout Plain Layout
2818 ちょうしゃくひょう@長尺表
2819 \end_layout
2820
2821 \end_inset
2822
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 ひょう@表 ! ちょうしゃくひょう@長尺表
2829 \end_layout
2830
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \begin_layout Standard
2837 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2838 \family sans
2839 長尺表
2840 \family default
2841 タブにある
2842 \family sans
2843 長尺表を使う
2844 \family default
2845 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2846 することができるようになります。
2847 \end_layout
2848
2849 \begin_layout Description
2850 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 ただし、
2860 \family sans
2861 \series default
2862 \shape default
2863 \size default
2864 \emph default
2865 \bar default
2866 \noun default
2867 \color inherit
2868 冒頭ヘッダ
2869 \family roman
2870 \series medium
2871 \shape up
2872 \size normal
2873 \emph off
2874 \bar no
2875 \noun off
2876 \color none
2877 が定義されているときは、冒頭ページを除きます。
2878 \family default
2879 \series default
2880 \shape default
2881 \size default
2882 \emph default
2883 \bar default
2884 \noun default
2885 \color inherit
2886 これと区別して、このヘッダは本体ヘッダと呼びます。
2887 \end_layout
2888
2889 \begin_layout Description
2890 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2891 \end_layout
2892
2893 \begin_layout Description
2894 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2895 \family roman
2896 \series medium
2897 \shape up
2898 \size normal
2899 \emph off
2900 \bar no
2901 \noun off
2902 \color none
2903 ただし、
2904 \family sans
2905 \series default
2906 \shape default
2907 \size default
2908 \emph default
2909 \bar default
2910 \noun default
2911 \color inherit
2912 末尾フッタ
2913 \family roman
2914 \series medium
2915 \shape up
2916 \size normal
2917 \emph off
2918 \bar no
2919 \noun off
2920 \color none
2921 が定義されているときは、末尾ページを除きます。
2922 \end_layout
2923
2924 \begin_layout Description
2925 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2926 \end_layout
2927
2928 \begin_layout Description
2929 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sub:長尺表のキャプション"
2933
2934 \end_inset
2935
2936 節で説明されています。
2937 \end_layout
2938
2939 \begin_layout Standard
2940 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \align center
2945 \begin_inset Tabular
2946 <lyxtabular version="3" rows="69" columns="3">
2947 <features rotate="0" islongtable="true" longtabularalignment="center">
2948 <column alignment="left" valignment="top" width="0cm">
2949 <column alignment="left" valignment="top" width="0pt">
2950 <column alignment="center" valignment="top" width="0pt">
2951 <row endfirsthead="true">
2952 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \series bold
2958 例示用電話帳(名前は無視してください)
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endfirsthead="true">
2983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 氏名
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \series bold
3007 TEL.
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row endhead="true">
3014 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \series bold
3020 例示用電話帳
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row endhead="true">
3045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 氏名
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 TEL.
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row endfoot="true">
3076 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 次頁へつづく
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Annovi
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Silvia
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bertoli
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Stefano
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Bozzi
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Walter
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maria
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cachia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Maurizio
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Cinquemani
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Giusi
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Colin
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Bernard
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Concli
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Gianfranco
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dal Bosco
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Carolina
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Dalpiaz
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Annamaria
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Feliciello
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Domenico
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Focarelli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Galletti
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Oreste
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Gasparini
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Franca
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Rizzardi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Paola
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Lassini
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Giancarlo
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Luciano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Malfatti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Valeriano
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Meneguzzo
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Mezzadra
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Roberto
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pirpamer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Erich
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Pochiesa
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Paolo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111, 222
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Radina
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Claudio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Stuffer
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oskar
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tacchelli
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Ugo
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Tezzele
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Margit
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Unterkalmsteiner
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Frieda
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vieider
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Hilde
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Vigna
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Jürgen
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Weber
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Maurizio
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Winkler
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Franz
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070  
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Annovi
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Silvia
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bertoli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Stefano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Bozzi
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Walter
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maria
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cachia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Maurizio
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Cinquemani
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Giusi
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Colin
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Bernard
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Concli
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Gianfranco
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dal Bosco
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Carolina
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Dalpiaz
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Annamaria
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Feliciello
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Domenico
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Focarelli
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Galletti
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Oreste
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Gasparini
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Franca
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Rizzardi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Paola
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Lassini
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Giancarlo
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Luciano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Malfatti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Valeriano
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Meneguzzo
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Mezzadra
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Roberto
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pirpamer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Erich
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Pochiesa
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Paolo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555, 222
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Radina
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Claudio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Stuffer
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oskar
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tacchelli
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Ugo
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Tezzele
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Margit
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Unterkalmsteiner
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Frieda
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vieider
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Hilde
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Vigna
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Jürgen
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 999
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Weber
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Maurizio
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Winkler
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Franz
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row endlastfoot="true">
5056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 以上
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 </lyxtabular>
5085
5086 \end_inset
5087
5088
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 addtocounter{table}{-1}
5097 \end_layout
5098
5099 \end_inset
5100
5101
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 本コマンドの説明については、第
5107 \begin_inset CommandInset ref
5108 LatexCommand ref
5109 reference "sub:長尺表のキャプション"
5110
5111 \end_inset
5112
5113 節の最初の淡色注釈をご覧下さい。
5114 \end_layout
5115
5116 \end_inset
5117
5118
5119 \end_layout
5120
5121 \begin_layout Subsection
5122 長尺表での脚注
5123 \begin_inset CommandInset label
5124 LatexCommand label
5125 name "sub:長尺表での脚注"
5126
5127 \end_inset
5128
5129
5130 \begin_inset Index idx
5131 status collapsed
5132
5133 \begin_layout Plain Layout
5134 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Standard
5143 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5144 \begin_inset CommandInset ref
5145 LatexCommand ref
5146 reference "tab:別キャプション"
5147
5148 \end_inset
5149
5150 には脚注が付いています。
5151 \end_layout
5152
5153 \begin_layout Subsection
5154 長尺表の縦横揃え
5155 \begin_inset Index idx
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5160 \end_layout
5161
5162 \end_inset
5163
5164
5165 \end_layout
5166
5167 \begin_layout Standard
5168 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5169 設定してから
5170 \end_layout
5171
5172 \begin_layout Standard
5173
5174 \series bold
5175
5176 \backslash
5177 setlength{
5178 \backslash
5179 LTleft}{値}
5180 \end_layout
5181
5182 \begin_layout Standard
5183 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5184 \series bold
5185
5186 \backslash
5187 LTleft
5188 \series default
5189 および
5190 \series bold
5191
5192 \backslash
5193 LTright
5194 \series default
5195 の値を変更しなくてはなりません。ここで「値」は、第
5196 \begin_inset CommandInset ref
5197 LatexCommand ref
5198 reference "tab:単位"
5199
5200 \end_inset
5201
5202 表に挙げてある単位であれば、どの単位を取ることもできます。
5203 \series bold
5204
5205 \backslash
5206 LTleft
5207 \series default
5208 は、左頁余白から長尺表までの水平方向の距離を制御し、
5209 \series bold
5210
5211 \backslash
5212 LTright
5213 \series default
5214 は、右頁余白からの距離を制御します。これらの長さの既定値は
5215 \series bold
5216
5217 \backslash
5218 fill
5219 \series default
5220 となっており、LyXの水平フィルと同等になっています。
5221 \end_layout
5222
5223 \begin_layout Standard
5224 以下の長尺表は、中央揃えの上、
5225 \series bold
5226
5227 \backslash
5228 LTleft
5229 \series default
5230
5231 \family sans
5232 0.1
5233 \backslash
5234 columnwidth
5235 \family default
5236 に設定してあります。
5237 \begin_inset ERT
5238 status collapsed
5239
5240 \begin_layout Plain Layout
5241
5242
5243 \backslash
5244 setlength{
5245 \backslash
5246 LTleft}{0.1
5247 \backslash
5248 columnwidth}
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \begin_layout Standard
5257 \begin_inset Tabular
5258 <lyxtabular version="3" rows="5" columns="5">
5259 <features rotate="0" islongtable="true" longtabularalignment="center">
5260 <column alignment="center" valignment="top">
5261 <column alignment="center" valignment="top">
5262 <column alignment="center" valignment="top">
5263 <column alignment="center" valignment="top">
5264 <column alignment="center" valignment="top">
5265 <row>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 1
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 2
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 3
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 4
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 5
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 </row>
5312 <row>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 いろは
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 いろは
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 いろは
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 いろは
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 いろは
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 いろは
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 いろは
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 いろは
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 いろは
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 いろは
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 いろは
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 </lyxtabular>
5501
5502 \end_inset
5503
5504
5505 \begin_inset ERT
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509
5510
5511 \backslash
5512 setlength{
5513 \backslash
5514 LTleft}{
5515 \backslash
5516 fill}
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \begin_inset ERT
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526
5527
5528 \backslash
5529 addtocounter{table}{-1}
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \begin_inset Note Note
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 このコマンドの説明に関しては、第
5540 \begin_inset CommandInset ref
5541 LatexCommand ref
5542 reference "sub:長尺表のキャプション"
5543
5544 \end_inset
5545
5546 節の最初の淡色注釈をご覧下さい。
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Subsection
5555 長尺表のキャプション
5556 \begin_inset Index idx
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \begin_inset CommandInset label
5567 LatexCommand label
5568 name "sub:長尺表のキャプション"
5569
5570 \end_inset
5571
5572
5573 \end_layout
5574
5575 \begin_layout Standard
5576 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5577 \begin_inset CommandInset ref
5578 LatexCommand ref
5579 reference "sec:長尺表"
5580
5581 \end_inset
5582
5583 節に述べられているように、ある行で長尺表オプションの
5584 \family sans
5585 キャプション
5586 \family default
5587 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5588 \family sans
5589 冒頭ヘッダ
5590 \family default
5591
5592 \family sans
5593 ヘッダ
5594 \family default
5595
5596 \family sans
5597 フッタ
5598 \family default
5599
5600 \family sans
5601 末尾フッタ
5602 \family default
5603 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5604 \end_layout
5605
5606 \begin_layout Standard
5607 以下は、動作を確認するための短い長尺表です。
5608 \end_layout
5609
5610 \begin_layout Standard
5611 \begin_inset Tabular
5612 <lyxtabular version="3" rows="6" columns="5">
5613 <features rotate="0" islongtable="true" longtabularalignment="center">
5614 <column alignment="center" valignment="top">
5615 <column alignment="center" valignment="top">
5616 <column alignment="center" valignment="top">
5617 <column alignment="center" valignment="top">
5618 <column alignment="center" valignment="top">
5619 <row endfirsthead="true" caption="true">
5620 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 \begin_inset Caption Standard
5625
5626 \begin_layout Plain Layout
5627 キャプション付き長尺表
5628 \begin_inset Argument 1
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 長尺表
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 1
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 2
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 3
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 4
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 5
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 いろは
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 いろは
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 いろは
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 いろは
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 いろは
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 いろは
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 </lyxtabular>
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \begin_layout Standard
5927 \begin_inset VSpace medskip
5928 \end_inset
5929
5930
5931 \begin_inset Note Greyedout
5932 status open
5933
5934 \begin_layout Plain Layout
5935
5936 \series bold
5937 【註1】
5938 \series default
5939 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5940 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5941 \end_layout
5942
5943 \begin_layout Plain Layout
5944
5945 \series bold
5946
5947 \backslash
5948 addtocounter{table}{-1}
5949 \end_layout
5950
5951 \begin_layout Plain Layout
5952 というコマンドを挿入する方法があります。
5953 \end_layout
5954
5955 \begin_layout Plain Layout
5956 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5957 \end_layout
5958
5959 \begin_layout Plain Layout
5960
5961 \series bold
5962
5963 \backslash
5964 let
5965 \backslash
5966 myEnd
5967 \backslash
5968 endlongtable
5969 \begin_inset Newline newline
5970 \end_inset
5971
5972
5973 \backslash
5974 renewcommand{
5975 \backslash
5976 endlongtable}{
5977 \backslash
5978 myEnd
5979 \backslash
5980 addtocounter{table}{-1}}
5981 \end_layout
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 \begin_inset Note Greyedout
5990 status open
5991
5992 \begin_layout Plain Layout
5993
5994 \series bold
5995 【註2】
5996 \series default
5997 相互参照をリンクするために、
5998 \family sans
5999 文書設定
6000 \family default
6001 ダイアログの
6002 \family sans
6003 PDF特性
6004 \family default
6005
6006 \series bold
6007 hyperref
6008 \series default
6009
6010 \begin_inset Index idx
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6015 \end_layout
6016
6017 \end_inset
6018
6019 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6020 \end_layout
6021
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Subsubsection
6028 長尺表への参照
6029 \begin_inset Index idx
6030 status collapsed
6031
6032 \begin_layout Plain Layout
6033 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042 \begin_inset Tabular
6043 <lyxtabular version="3" rows="6" columns="5">
6044 <features rotate="0" islongtable="true" longtabularalignment="center">
6045 <column alignment="center" valignment="top">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <row endfirsthead="true" caption="true">
6051 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Caption Standard
6056
6057 \begin_layout Plain Layout
6058 参照された長尺表
6059 \begin_inset CommandInset label
6060 LatexCommand label
6061 name "tab:参照例"
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 1
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 2
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 3
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 4
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 5
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 いろは
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 いろは
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 いろは
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 いろは
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 いろは
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 いろは
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 いろは
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 いろは
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 いろは
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 </lyxtabular>
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \begin_layout Standard
6355 長尺表を参照するには、キャプションにラベルを挿入してください。
6356 \end_layout
6357
6358 \begin_layout Standard
6359 これは表
6360 \begin_inset CommandInset ref
6361 LatexCommand ref
6362 reference "tab:参照例"
6363
6364 \end_inset
6365
6366 への参照です。
6367 \end_layout
6368
6369 \begin_layout Standard
6370 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6371 \series bold
6372 caption
6373 \series default
6374
6375 \begin_inset Index idx
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6380 \end_layout
6381
6382 \end_inset
6383
6384 を使用して設定することができます。第
6385 \begin_inset CommandInset ref
6386 LatexCommand ref
6387 reference "sec:キャプションの書式設定"
6388
6389 \end_inset
6390
6391 節をご覧下さい。
6392 \end_layout
6393
6394 \begin_layout Subsubsection
6395 キャプションの幅
6396 \begin_inset Index idx
6397 status collapsed
6398
6399 \begin_layout Plain Layout
6400 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \begin_layout Standard
6409 キャプション行の最大長は、長さ
6410 \series bold
6411
6412 \backslash
6413 LTcapwidth
6414 \series default
6415 によって指定することができます。既定値は4
6416 \begin_inset space \thinspace{}
6417 \end_inset
6418
6419 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6420 \end_layout
6421
6422 \begin_layout Standard
6423
6424 \series bold
6425
6426 \backslash
6427 setlength{
6428 \backslash
6429 LTcapwidth}{幅}
6430 \end_layout
6431
6432 \begin_layout Standard
6433 というコマンドを書き加えて下さい。ここで「幅」には、付録
6434 \begin_inset CommandInset ref
6435 LatexCommand ref
6436 reference "cha:LyXで使用できる単位"
6437
6438 \end_inset
6439
6440 に挙げられている単位を取ることができます。
6441 \end_layout
6442
6443 \begin_layout Standard
6444 以下の各表で違いを示します。
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset Tabular
6449 <lyxtabular version="3" rows="6" columns="5">
6450 <features rotate="0" islongtable="true" longtabularalignment="center">
6451 <column alignment="center" valignment="top">
6452 <column alignment="center" valignment="top">
6453 <column alignment="center" valignment="top">
6454 <column alignment="center" valignment="top">
6455 <column alignment="center" valignment="top">
6456 <row endfirsthead="true" caption="true">
6457 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Caption Standard
6462
6463 \begin_layout Plain Layout
6464 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6465 \begin_inset Argument 1
6466 status collapsed
6467
6468 \begin_layout Plain Layout
6469 既定幅のキャプション
6470 \end_layout
6471
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 1
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 2
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 3
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 4
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 5
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 いろは
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 いろは
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 いろは
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 いろは
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 <row>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 いろは
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 いろは
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 いろは
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 いろは
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 いろは
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 </lyxtabular>
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \begin_layout Standard
6764 \begin_inset ERT
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768
6769
6770 \backslash
6771 setlength{
6772 \backslash
6773 LTcapwidth}{5cm}
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \begin_inset Tabular
6780 <lyxtabular version="3" rows="6" columns="5">
6781 <features rotate="0" islongtable="true" longtabularalignment="center">
6782 <column alignment="center" valignment="top">
6783 <column alignment="center" valignment="top">
6784 <column alignment="center" valignment="top">
6785 <column alignment="center" valignment="top">
6786 <column alignment="center" valignment="top">
6787 <row endfirsthead="true" caption="true">
6788 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 \begin_inset Caption Standard
6793
6794 \begin_layout Plain Layout
6795 5
6796 \begin_inset space \thinspace{}
6797 \end_inset
6798
6799 cm幅のなが〜いフルタイトル・5
6800 \begin_inset space \thinspace{}
6801 \end_inset
6802
6803 cm幅のなが〜いフルタイトル・5
6804 \begin_inset space \thinspace{}
6805 \end_inset
6806
6807 cm幅のなが〜いフルタイトル
6808 \begin_inset Argument 1
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 5
6813 \begin_inset space \thinspace{}
6814 \end_inset
6815
6816 cm幅のキャプション
6817 \end_layout
6818
6819 \end_inset
6820
6821
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 </row>
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 1
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 2
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 3
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 4
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 5
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 いろは
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 いろは
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 いろは
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 いろは
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 いろは
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 いろは
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 いろは
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 いろは
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 いろは
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 </lyxtabular>
7104
7105 \end_inset
7106
7107
7108 \end_layout
7109
7110 \begin_layout Standard
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115
7116
7117 \backslash
7118 setlength{
7119 \backslash
7120 LTcapwidth}{4in}
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \begin_layout Standard
7129 \begin_inset Note Greyedout
7130 status open
7131
7132 \begin_layout Plain Layout
7133
7134 \series bold
7135 【註】
7136 \series default
7137 この文書のようにLaTeXパッケージの
7138 \series bold
7139 caption
7140 \series default
7141
7142 \begin_inset Index idx
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7147 \end_layout
7148
7149 \end_inset
7150
7151 を使用している時には、
7152 \series bold
7153
7154 \backslash
7155 LTcapwidth
7156 \series default
7157 に既定値の4
7158 \begin_inset space \thinspace{}
7159 \end_inset
7160
7161 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7162 \begin_inset space \thinspace{}
7163 \end_inset
7164
7165 in幅のキャプションを作るには、3.99
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 inのように4.0
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 inと少し違う値を指定するか、
7174 \series bold
7175 caption
7176 \series default
7177 パッケージが提供している
7178 \series bold
7179
7180 \backslash
7181 captionsetup{width=値}
7182 \series default
7183 というLaTeXコマンドを用いる方法があります。
7184 \end_layout
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Subsubsection
7192 表の各ページごとに異なるキャプション
7193 \begin_inset Index idx
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 次頁以降の表のキャプションを、
7207 \lang english
7208 mark a empty row as header which contains a caption.
7209  Then right-click on the caption and select in the context menu 
7210 \family sans
7211 Caption
7212 \begin_inset space ~
7213 \end_inset
7214
7215 (LongTableNoNumber)
7216 \family default
7217 \lang japanese
7218 。表
7219 \begin_inset CommandInset ref
7220 LatexCommand ref
7221 reference "tab:別キャプション"
7222
7223 \end_inset
7224
7225 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7226 \end_layout
7227
7228 \begin_layout Standard
7229 \align center
7230 \begin_inset Tabular
7231 <lyxtabular version="3" rows="59" columns="3">
7232 <features rotate="0" islongtable="true" longtabularalignment="center">
7233 <column alignment="left" valignment="top" width="0pt">
7234 <column alignment="left" valignment="top" width="0pt">
7235 <column alignment="center" valignment="top" width="0pt">
7236 <row endfirsthead="true" caption="true">
7237 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 \begin_inset Caption Standard
7242
7243 \begin_layout Plain Layout
7244 例示用電話帳
7245 \begin_inset CommandInset label
7246 LatexCommand label
7247 name "tab:別キャプション"
7248
7249 \end_inset
7250
7251
7252 \begin_inset Argument 1
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 例示用電話帳
7257 \end_layout
7258
7259 \end_inset
7260
7261
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row endfirsthead="true">
7291 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295
7296 \series bold
7297 例示用電話帳(名前は無視の事)
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 <row endfirsthead="true">
7322 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \series bold
7328 氏名
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346
7347 \series bold
7348 TEL.
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 </row>
7354 <row endhead="true" caption="true">
7355 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 \begin_inset Caption LongTableNoNumber
7360
7361 \begin_layout Plain Layout
7362 例示用電話帳の続き
7363 \end_layout
7364
7365 \end_inset
7366
7367
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 </row>
7391 <row endhead="true">
7392 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396
7397 \series bold
7398 例示用電話帳
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 <row endhead="true">
7423 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427
7428 \series bold
7429 氏名
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447
7448 \series bold
7449 TEL.
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row endfoot="true">
7456 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 次頁に続く
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row>
7485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \series bold
7491 Annovi
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 Silvia
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 111
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520
7521 \series bold
7522 Bertoli
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 Stefano
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 111
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \series bold
7553 Bozzi
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 Walter
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 111
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row>
7578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \series bold
7584 Cachia
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 Maria
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 111
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row>
7609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \series bold
7615 Cachia
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 Maurizio
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 111
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Cinquemani
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 Giusi
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 111
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row>
7671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 Colin
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 Bernard
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 111
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row>
7702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \series bold
7708 Concli
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 Gianfranco
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 111
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row>
7733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \series bold
7739 Dal Bosco
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 Carolina
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 111
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row>
7764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \series bold
7770 Dalpiaz
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 Annamaria
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 111
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \series bold
7801 Feliciello
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 Domenico
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 111
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \series bold
7832 Focarelli
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 Paola
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 111
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \series bold
7863 Galletti
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Oreste
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 111
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Gasparini
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Franca
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 111
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 Rizzardi
7926 \series default
7927
7928 \begin_inset Foot
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 例示用脚注
7933 \end_layout
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 Paola
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 111
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Lassini
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Giancarlo
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 111
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 Malfatti
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Luciano
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Malfatti
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Valeriano
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Meneguzzo
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Roberto
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Mezzadra
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Roberto
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Pirpamer
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Erich
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Pochiesa
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Paolo
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111, 222
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Radina
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Claudio
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Stuffer
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Oskar
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Tacchelli
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Ugo
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Tezzele
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Margit
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Unterkalmsteiner
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Frieda
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Vieider
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Hilde
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Vigna
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Jürgen
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Weber
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Maurizio
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Winkler
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Franz
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462  
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Annovi
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Silvia
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 555
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Bertoli
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Stefano
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 555
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Bozzi
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Walter
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 555
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Cachia
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Maria
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 555
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Cachia
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Maurizio
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 555
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Cinquemani
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Giusi
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 555
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Colin
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Bernard
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 555
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Concli
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Gianfranco
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 555
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Dal Bosco
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Carolina
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 555
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Dalpiaz
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Annamaria
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 555
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Feliciello
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Domenico
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 555
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Focarelli
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Paola
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 555
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Galletti
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Oreste
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 555
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Gasparini
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Franca
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 555
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Rizzardi
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Paola
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 555
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Lassini
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Giancarlo
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 555
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Malfatti
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Luciano
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Malfatti
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Valeriano
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Meneguzzo
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Roberto
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Mezzadra
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Roberto
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 </lyxtabular>
9107
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \begin_layout Section
9114 長尺表にまつわる諸点
9115 \begin_inset CommandInset label
9116 LatexCommand label
9117 name "sec:長尺表にまつわる諸点"
9118
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \begin_layout Subsection
9125 長尺表の計算
9126 \begin_inset Index idx
9127 status collapsed
9128
9129 \begin_layout Plain Layout
9130 ちょうしゃくひょう@長尺表 ! けいさん@計算
9131 \end_layout
9132
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \begin_layout Standard
9139 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9140 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9141 \end_layout
9142
9143 \begin_layout Standard
9144
9145 \series bold
9146
9147 \backslash
9148 setcounter{LTchunksize}{100}
9149 \end_layout
9150
9151 \begin_layout Standard
9152 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9153 \end_layout
9154
9155 \begin_layout Subsection
9156 フロートと長尺表
9157 \begin_inset Index idx
9158 status collapsed
9159
9160 \begin_layout Plain Layout
9161 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9162 \end_layout
9163
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \begin_layout Standard
9170 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9171 \series bold
9172
9173 \backslash
9174 clearpage
9175 \series default
9176 コマンドを長尺表の前にTeXコードとして書き加えてください。
9177 \end_layout
9178
9179 \begin_layout Subsection
9180 強制改頁
9181 \begin_inset Index idx
9182 status collapsed
9183
9184 \begin_layout Plain Layout
9185 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9186 \end_layout
9187
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \begin_layout Standard
9194 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9195 ド「
9196 \series bold
9197
9198 \backslash
9199
9200 \backslash
9201
9202 \series default
9203 」を挿入します。
9204 \series bold
9205
9206 \backslash
9207
9208 \backslash
9209
9210 \series default
9211 コマンドの前には、現セルよりも右にある列数と同じ数の「
9212 \series bold
9213 &
9214 \series default
9215 」文字を、TeXコードで挿入してやる必要があります。この
9216 \series bold
9217 &
9218 \series default
9219 は、表セルの区切り文字です。各
9220 \series bold
9221 &
9222 \series default
9223 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9224 \begin_inset Newline newline
9225 \end_inset
9226
9227
9228 \series bold
9229
9230 \backslash
9231
9232 \backslash
9233
9234 \series default
9235 コマンドの後ろには、現在列の左側にある列数と同じ数の
9236 \series bold
9237 &
9238 \series default
9239 文字を挿入してください。表
9240 \begin_inset CommandInset ref
9241 LatexCommand ref
9242 reference "tab:強制改頁"
9243
9244 \end_inset
9245
9246 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9247 \end_layout
9248
9249 \begin_layout Standard
9250
9251 \series bold
9252 & 111
9253 \backslash
9254
9255 \backslash
9256  
9257 \backslash
9258 newpage
9259 \begin_inset Newline newline
9260 \end_inset
9261
9262 &
9263 \end_layout
9264
9265 \begin_layout Standard
9266 というコマンドが、セル中「
9267 \emph on
9268 Castelchiodato,
9269 \emph default
9270 」の後にTeXコードとして挿入してあります。
9271 \end_layout
9272
9273 \begin_layout Standard
9274 同一行3列目の「111」は削除してあります。
9275 \series bold
9276
9277 \backslash
9278 newpage
9279 \series default
9280 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9281 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9282 \end_layout
9283
9284 \begin_layout Standard
9285
9286 \series bold
9287 & 111
9288 \backslash
9289
9290 \backslash
9291
9292 \begin_inset Newline newline
9293 \end_inset
9294
9295
9296 \backslash
9297 hline &
9298 \end_layout
9299
9300 \begin_layout Standard
9301 というコマンドを使用して下さい。
9302 \end_layout
9303
9304 \begin_layout Standard
9305 改頁をしたいセルが最右列にある場合には、
9306 \end_layout
9307
9308 \begin_layout Standard
9309
9310 \series bold
9311
9312 \backslash
9313 setlength{
9314 \backslash
9315 parfillskip}{0pt}
9316 \end_layout
9317
9318 \begin_layout Standard
9319 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9320
9321 \end_layout
9322
9323 \begin_layout Standard
9324 \align center
9325 \begin_inset Tabular
9326 <lyxtabular version="3" rows="38" columns="3">
9327 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9328 <column alignment="left" valignment="top" width="0cm">
9329 <column alignment="left" valignment="top" width="3cm">
9330 <column alignment="center" valignment="top" width="0pt">
9331 <row endfirsthead="true" caption="true">
9332 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Caption Standard
9337
9338 \begin_layout Plain Layout
9339 表セル内で強制改頁をしている表
9340 \begin_inset CommandInset label
9341 LatexCommand label
9342 name "tab:強制改頁"
9343
9344 \end_inset
9345
9346
9347 \begin_inset Argument 1
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351 表セル内で強制改頁をしている表
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row endfirsthead="true">
9386 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390
9391 \series bold
9392 例示用電話帳(氏名は無視の事)
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row endfirsthead="true">
9417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \series bold
9423 氏名
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 TEL.
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row endhead="true">
9450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 \begin_inset ERT
9455 status collapsed
9456
9457 \begin_layout Plain Layout
9458
9459
9460 \backslash
9461 caption*{例示用電話帳の続き}
9462 \backslash
9463
9464 \backslash
9465 %
9466 \end_layout
9467
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row endhead="true">
9495 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 例示用電話帳
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row endhead="true">
9524 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \series bold
9530 氏名
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550 TEL.
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 <row endfoot="true">
9557 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 次頁に続く
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \series bold
9592 Annovi
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 Silvia
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 111
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row>
9617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \series bold
9623 Bertoli
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632 Stefano
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 111
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 </row>
9647 <row>
9648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \series bold
9654 Bozzi
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 Walter
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 111
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 </row>
9678 <row>
9679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \series bold
9685 Cachia
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 Maria
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 111
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \series bold
9716 Cachia
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 Maurizio
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 111
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 Cinquemani
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 Giusi
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 111
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \series bold
9778 Colin
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 Bernard
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 111
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \series bold
9809 Concli
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 Gianfranco
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 111
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \series bold
9840 Dal Bosco
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 Carolina
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 111
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row>
9865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 Dalpiaz
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 Annamaria
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 111
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 Feliciello
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Domenico
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 111
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 Focarelli
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 Paola
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 111
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964 Galletti
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 Oreste
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 111
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Gasparini
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 Franca
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 111
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 Lassini
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 Giancarlo
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 111
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 Malfatti
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 Luciano
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 111
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \series bold
10088 Malfatti
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 Valeriano
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 111
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Meneguzzo
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Roberto
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 111
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Mezzadra
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Roberto
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 111
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row>
10175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \series bold
10181 Pirpamer
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 Erich
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 111
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 Pochiesa
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 Paolo
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 111, 222
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row>
10237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \series bold
10243 Radina
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Claudio
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 111
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row>
10268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274 Rizzardi
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 Paolo, 11.
10284  Fürst von Montecompatri, 11.
10285  Fürst von Sulmona und Vivaro, 10.
10286  Fürst von Rossano, 5.
10287  Herzog von Canemorte, 11.
10288  Herzog von Palombara, 5.
10289  Herzog von Castelchiodato,
10290 \begin_inset ERT
10291 status collapsed
10292
10293 \begin_layout Plain Layout
10294
10295 & 111
10296 \backslash
10297
10298 \backslash
10299  
10300 \backslash
10301 newpage
10302 \end_layout
10303
10304 \begin_layout Plain Layout
10305
10306 &
10307 \end_layout
10308
10309 \end_inset
10310
10311  11.
10312  Herzog von Poggionativo, 11.
10313  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10314  Graf von Valinfreda, 11.
10315  Baron von Cropalati, 11.
10316  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Stuffer
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Oskar
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Tacchelli
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Ugo
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Tezzele
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Margit
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Unterkalmsteiner
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Frieda
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Vieider
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Hilde
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Vigna
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Jürgen
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Weber
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Maurizio
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Winkler
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Franz
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 </lyxtabular>
10580
10581 \end_inset
10582
10583
10584 \end_layout
10585
10586 \begin_layout Section
10587 複数行・連結列・連結行
10588 \end_layout
10589
10590 \begin_layout Subsection
10591 表セル内の複数行
10592 \begin_inset CommandInset label
10593 LatexCommand label
10594 name "sub:複数行"
10595
10596 \end_inset
10597
10598
10599 \begin_inset Index idx
10600 status collapsed
10601
10602 \begin_layout Plain Layout
10603 ひょうせるないのふくすうぎょう@表セル内の複数行
10604 \end_layout
10605
10606 \end_inset
10607
10608
10609 \begin_inset Index idx
10610 status collapsed
10611
10612 \begin_layout Plain Layout
10613 ひょう@表 ! かいぎょう@改行
10614 \end_layout
10615
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \begin_layout Standard
10622 \noindent
10623 \begin_inset Float table
10624 placement H
10625 wide false
10626 sideways false
10627 status open
10628
10629 \begin_layout Plain Layout
10630 \begin_inset Caption Standard
10631
10632 \begin_layout Plain Layout
10633 \begin_inset CommandInset label
10634 LatexCommand label
10635 name "tab:複数行表"
10636
10637 \end_inset
10638
10639 セル内に複数の行がある表
10640 \end_layout
10641
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \begin_layout Plain Layout
10648 \align center
10649 \begin_inset Tabular
10650 <lyxtabular version="3" rows="3" columns="3">
10651 <features rotate="0" tabularvalignment="middle">
10652 <column alignment="center" valignment="middle" width="2.5cm">
10653 <column alignment="center" valignment="middle">
10654 <column alignment="center" valignment="middle">
10655 <row>
10656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 複数の
10661 \begin_inset Newline linebreak
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row>
10689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 </lyxtabular>
10747
10748 \end_inset
10749
10750
10751 \end_layout
10752
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \begin_layout Standard
10759 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10760 \end_layout
10761
10762 \begin_layout Standard
10763
10764 \begin_inset CommandInset ref
10765 LatexCommand ref
10766 reference "tab:複数行表"
10767
10768 \end_inset
10769
10770 を生成するには、まず3
10771 \begin_inset Formula $\times$
10772 \end_inset
10773
10774 3表を作り、最初のセルを右クリックして現れるメニューから、
10775 \family sans
10776 設定
10777 \family default
10778 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10779 \begin_inset space \thinspace{}
10780 \end_inset
10781
10782 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10783 \begin_inset space \thinspace{}
10784 \end_inset
10785
10786 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10787 \begin_inset Flex Ruby
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791 捷径
10792 \begin_inset Argument post:1
10793 status collapsed
10794
10795 \begin_layout Plain Layout
10796 ショートカット
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805
10806
10807 \begin_inset Info
10808 type  "shortcut"
10809 arg   "newline-insert linebreak"
10810 \end_inset
10811
10812 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10813 \end_layout
10814
10815 \begin_layout Standard
10816 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10817 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10818 \begin_inset space \thinspace{}
10819 \end_inset
10820
10821 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10822 \begin_inset CommandInset ref
10823 LatexCommand ref
10824 reference "tab:ハイフネーション表"
10825
10826 \end_inset
10827
10828 が違いを示しています
10829 \begin_inset Foot
10830 status open
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 【訳註】
10836 \series default
10837 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10838 \end_layout
10839
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Standard
10846 \begin_inset Float table
10847 placement h
10848 wide false
10849 sideways false
10850 status open
10851
10852 \begin_layout Plain Layout
10853 \begin_inset Caption Standard
10854
10855 \begin_layout Plain Layout
10856 \begin_inset CommandInset label
10857 LatexCommand label
10858 name "tab:ハイフネーション表"
10859
10860 \end_inset
10861
10862 ハイフネーション有/無の表
10863 \end_layout
10864
10865 \end_inset
10866
10867
10868 \end_layout
10869
10870 \begin_layout Plain Layout
10871 \begin_inset space \hfill{}
10872 \end_inset
10873
10874
10875 \begin_inset Tabular
10876 <lyxtabular version="3" rows="3" columns="3">
10877 <features rotate="0" tabularvalignment="middle">
10878 <column alignment="center" valignment="middle" width="2.5cm">
10879 <column alignment="center" valignment="middle">
10880 <column alignment="center" valignment="middle">
10881 <row>
10882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 verylongtablecellword
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 </lyxtabular>
10969
10970 \end_inset
10971
10972
10973 \begin_inset space \hfill{}
10974 \end_inset
10975
10976
10977 \begin_inset Tabular
10978 <lyxtabular version="3" rows="3" columns="3">
10979 <features rotate="0" tabularvalignment="middle">
10980 <column alignment="center" valignment="middle" width="2.5cm">
10981 <column alignment="center" valignment="middle">
10982 <column alignment="center" valignment="middle">
10983 <row>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 \begin_inset space \hspace{}
10989 \length 0pt
10990 \end_inset
10991
10992 verylongtablecellword
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 </lyxtabular>
11075
11076 \end_inset
11077
11078
11079 \begin_inset space \hfill{}
11080 \end_inset
11081
11082
11083 \end_layout
11084
11085 \end_inset
11086
11087
11088 \end_layout
11089
11090 \begin_layout Subsection
11091 連結列
11092 \begin_inset CommandInset label
11093 LatexCommand label
11094 name "sub:連結列"
11095
11096 \end_inset
11097
11098
11099 \begin_inset Index idx
11100 status collapsed
11101
11102 \begin_layout Plain Layout
11103 れんけつれつ@連結列
11104 \end_layout
11105
11106 \end_inset
11107
11108
11109 \begin_inset Index idx
11110 status collapsed
11111
11112 \begin_layout Plain Layout
11113 ひょう@表 ! れんけつれつ@連結列
11114 \end_layout
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Subsubsection
11122 連結列の基礎
11123 \end_layout
11124
11125 \begin_layout Standard
11126 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11127 \family sans
11128
11129 \begin_inset Info
11130 type  "icon"
11131 arg   "inset-modify tabular multicolumn"
11132 \end_inset
11133
11134
11135 \family default
11136 を押すか、
11137 \family sans
11138 編集\SpecialChar \menuseparator
11139 表\SpecialChar \menuseparator
11140 連結列
11141 \family default
11142 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11143 \family sans
11144 連結列
11145 \family default
11146 を有効にするかしてください。
11147 \end_layout
11148
11149 \begin_layout Standard
11150 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11151 、最下行に上罫線のない連結行がある表の例です。
11152 \end_layout
11153
11154 \begin_layout Standard
11155 \align center
11156 \begin_inset Tabular
11157 <lyxtabular version="3" rows="3" columns="4">
11158 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11159 <column alignment="center" valignment="top" width="0pt">
11160 <column alignment="center" valignment="middle">
11161 <column alignment="center" valignment="top" width="0in">
11162 <column alignment="center" valignment="top" width="0pt">
11163 <row>
11164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 いろは
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 にほへとちり
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 ぬるを
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 </row>
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 </lyxtabular>
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Subsubsection
11285 連結列の計算
11286 \begin_inset CommandInset label
11287 LatexCommand label
11288 name "sub:連結列の計算"
11289
11290 \end_inset
11291
11292
11293 \begin_inset Index idx
11294 status collapsed
11295
11296 \begin_layout Plain Layout
11297 れんけつれつ@連結列 ! けいさん@計算
11298 \end_layout
11299
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \begin_layout Standard
11306 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \begin_inset Float table
11311 placement h
11312 wide false
11313 sideways false
11314 status open
11315
11316 \begin_layout Plain Layout
11317 \begin_inset Caption Standard
11318
11319 \begin_layout Plain Layout
11320 \begin_inset CommandInset label
11321 LatexCommand label
11322 name "tab:中央揃え表"
11323
11324 \end_inset
11325
11326 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11327 \begin_inset Argument 1
11328 status collapsed
11329
11330 \begin_layout Plain Layout
11331 完全なる連結列表
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Plain Layout
11345 \align center
11346 \begin_inset Tabular
11347 <lyxtabular version="3" rows="3" columns="3">
11348 <features rotate="0" tabularvalignment="middle">
11349 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11350 <column alignment="center" valignment="middle">
11351 <column alignment="center" valignment="top">
11352 <row>
11353 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 複数行にわたる連結列
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 </lyxtabular>
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \begin_layout Standard
11452 たとえば、表
11453 \begin_inset CommandInset ref
11454 LatexCommand ref
11455 reference "tab:中央揃え表"
11456
11457 \end_inset
11458
11459 を生成するには、3
11460 \begin_inset Formula $\times$
11461 \end_inset
11462
11463 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11464 \family sans
11465 設定
11466 \family default
11467 を選択します。そして現れる表の設定ダイアログで、このセルを
11468 \emph on
11469 連結列
11470 \emph default
11471
11472 \emph on
11473 中央揃え
11474 \emph default
11475 、2.5
11476 \begin_inset space \thinspace{}
11477 \end_inset
11478
11479 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11480 \begin_inset space \thinspace{}
11481 \end_inset
11482
11483 cm幅に設定します。すると第二列は自動的に1.25
11484 \begin_inset space \thinspace{}
11485 \end_inset
11486
11487 cm幅(連結列幅マイナス第一列の幅)になります。表
11488 \begin_inset CommandInset ref
11489 LatexCommand ref
11490 reference "tab:半分でない表"
11491
11492 \end_inset
11493
11494 もこのようにして作成してあります。
11495 \end_layout
11496
11497 \begin_layout Standard
11498 \begin_inset Float table
11499 wide false
11500 sideways false
11501 status open
11502
11503 \begin_layout Plain Layout
11504 \begin_inset Caption Standard
11505
11506 \begin_layout Plain Layout
11507 \begin_inset CommandInset label
11508 LatexCommand label
11509 name "tab:半分でない表"
11510
11511 \end_inset
11512
11513 連結セルの下の列が正確に半分になっていない表
11514 \begin_inset Argument 1
11515 status collapsed
11516
11517 \begin_layout Plain Layout
11518 不完全な連結列表
11519 \end_layout
11520
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Plain Layout
11532 \align center
11533 \begin_inset Tabular
11534 <lyxtabular version="3" rows="3" columns="3">
11535 <features rotate="0" tabularvalignment="middle">
11536 <column alignment="center" valignment="top" width="1.25cm">
11537 <column alignment="center" valignment="top">
11538 <column alignment="center" valignment="top">
11539 <row>
11540 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 複数行にわたる連結列
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 </row>
11626 </lyxtabular>
11627
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \begin_layout Standard
11639 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11640 指定したセル幅
11641 \begin_inset Formula $W_{\mbox{指}}$
11642 \end_inset
11643
11644 がセルの全幅
11645 \begin_inset Formula $W_{\text{全}}$
11646 \end_inset
11647
11648 と等しくならないためです。付録
11649 \begin_inset CommandInset ref
11650 LatexCommand ref
11651 reference "cha:式の説明"
11652
11653 \end_inset
11654
11655 がこの事情を詳細に説明しています。
11656 \end_layout
11657
11658 \begin_layout Standard
11659
11660 \emph on
11661 n
11662 \emph default
11663 列を連結する際、各列の全幅が
11664 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11665 \end_inset
11666
11667 となるために必要な指定幅
11668 \begin_inset Formula $W_{\mbox{指}:n}$
11669 \end_inset
11670
11671 は、
11672 \begin_inset Formula 
11673 \begin{equation}
11674 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11675 \end{equation}
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Standard
11683 で計算することができます。上記の例では
11684 \begin_inset Formula $n=2$
11685 \end_inset
11686
11687 かつ
11688 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11689 \end_inset
11690
11691 cmかつ長さは既定値ですから、第
11692 \begin_inset CommandInset ref
11693 LatexCommand ref
11694 reference "eq:Wgn"
11695
11696 \end_inset
11697
11698 式は
11699 \begin_inset Formula 
11700 \begin{equation}
11701 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11702 \end{equation}
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \begin_layout Standard
11710 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11711 \end_layout
11712
11713 \begin_layout Standard
11714
11715 \series bold
11716
11717 \backslash
11718 usepackage{calc}
11719 \end_layout
11720
11721 \begin_layout Standard
11722 と書いて、LaTeXパッケージ
11723 \series bold
11724 calc
11725 \series default
11726
11727 \begin_inset Index idx
11728 status collapsed
11729
11730 \begin_layout Plain Layout
11731 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11732 \end_layout
11733
11734 \end_inset
11735
11736 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11737 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11738 \end_layout
11739
11740 \begin_layout Itemize
11741
11742 \series bold
11743 p{幅}
11744 \series default
11745 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11746 \end_layout
11747
11748 \begin_layout Itemize
11749
11750 \series bold
11751 m{幅}
11752 \series default
11753 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11754 \end_layout
11755
11756 \begin_layout Itemize
11757
11758 \series bold
11759 b{幅}
11760 \series default
11761 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11762 \end_layout
11763
11764 \begin_layout Standard
11765 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11766 \end_layout
11767
11768 \begin_layout Standard
11769 \begin_inset Note Greyedout
11770 status open
11771
11772 \begin_layout Plain Layout
11773
11774 \series bold
11775 【註】
11776 \series default
11777 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786 文章を水平方向中央揃えにしたいので、
11787 \series bold
11788
11789 \backslash
11790 centering
11791 \series default
11792 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11793 \end_layout
11794
11795 \begin_layout Standard
11796
11797 \series bold
11798 >{
11799 \backslash
11800 centering}m{1.25cm-6.2pt}
11801 \end_layout
11802
11803 \begin_layout Standard
11804
11805 \series bold
11806 >{ }
11807 \series default
11808 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11809 \end_layout
11810
11811 \begin_layout Standard
11812 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11813 がって、連結セルには
11814 \end_layout
11815
11816 \begin_layout Standard
11817
11818 \series bold
11819 >{
11820 \backslash
11821 centering}m{2.5cm}
11822 \end_layout
11823
11824 \begin_layout Standard
11825 というLaTeX変数を指定しなくてはなりません。
11826 \end_layout
11827
11828 \begin_layout Subsection
11829 連結行
11830 \begin_inset CommandInset label
11831 LatexCommand label
11832 name "sub:連結行"
11833
11834 \end_inset
11835
11836
11837 \begin_inset Index idx
11838 status collapsed
11839
11840 \begin_layout Plain Layout
11841 れんけつぎょう@連結行
11842 \end_layout
11843
11844 \end_inset
11845
11846
11847 \begin_inset Index idx
11848 status collapsed
11849
11850 \begin_layout Plain Layout
11851 ひょう@表 ! れんけつぎょう@連結行
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Standard
11860 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11861 \family sans
11862
11863 \begin_inset Info
11864 type  "icon"
11865 arg   "inset-modify tabular multirow"
11866 \end_inset
11867
11868
11869 \family default
11870 を押すか、メニュー
11871 \family sans
11872 編集\SpecialChar \menuseparator
11873 表\SpecialChar \menuseparator
11874 連結行
11875 \family default
11876 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11877 \family sans
11878 \SpecialChar \menuseparator
11879 連結行
11880 \family default
11881 を選んでください。
11882 \end_layout
11883
11884 \begin_layout Standard
11885 下記は一列目に連結列を適用した表の例です。
11886 \end_layout
11887
11888 \begin_layout Standard
11889 \align center
11890 \begin_inset Tabular
11891 <lyxtabular version="3" rows="3" columns="3">
11892 <features rotate="0" tabularvalignment="middle">
11893 <column alignment="center" valignment="top" width="0pt">
11894 <column alignment="center" valignment="top">
11895 <column alignment="center" valignment="top">
11896 <row>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 長いセル項目
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 <row>
11926 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 連結列
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 <row>
11955 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 </row>
11983 </lyxtabular>
11984
11985 \end_inset
11986
11987
11988 \end_layout
11989
11990 \begin_layout Standard
11991 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11992 \family sans
11993 垂直オフセット
11994 \family default
11995 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11996 \end_layout
11997
11998 \begin_layout Standard
11999 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12000 \end_layout
12001
12002 \begin_layout Standard
12003
12004 \series bold
12005
12006 \backslash
12007 renewcommand{
12008 \backslash
12009 multirowsetup}{
12010 \backslash
12011 centering}
12012 \end_layout
12013
12014 \begin_layout Standard
12015 というコマンドを使用して、コマンド
12016 \series bold
12017
12018 \backslash
12019 multirowsetup
12020 \series default
12021 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12022 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12023 \series bold
12024
12025 \backslash
12026 centering
12027 \series default
12028 の代わりに
12029 \series bold
12030
12031 \backslash
12032 raggedleft
12033 \series default
12034 を使用して下さい。左揃えに戻すには、
12035 \series bold
12036
12037 \backslash
12038 raggedright
12039 \series default
12040 とします。
12041 \end_layout
12042
12043 \begin_layout Standard
12044 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12045 \end_layout
12046
12047 \begin_layout Standard
12048 \noindent
12049 \align center
12050 \begin_inset ERT
12051 status collapsed
12052
12053 \begin_layout Plain Layout
12054
12055
12056 \backslash
12057 renewcommand{
12058 \backslash
12059 multirowsetup}{
12060 \backslash
12061 raggedleft}
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \begin_inset Tabular
12068 <lyxtabular version="3" rows="4" columns="3">
12069 <features rotate="0" tabularvalignment="middle">
12070 <column alignment="center" valignment="top" width="3cm">
12071 <column alignment="center" valignment="top">
12072 <column alignment="center" valignment="top">
12073 <row>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 長いセル項目
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 連結列
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row>
12161 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 </row>
12189 </lyxtabular>
12190
12191 \end_inset
12192
12193
12194 \begin_inset ERT
12195 status collapsed
12196
12197 \begin_layout Plain Layout
12198
12199
12200 \backslash
12201 renewcommand{
12202 \backslash
12203 multirowsetup}{
12204 \backslash
12205 raggedright}
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214 連結行で新しい行に移るには、強制改行(
12215 \begin_inset Flex Ruby
12216 status collapsed
12217
12218 \begin_layout Plain Layout
12219 捷径
12220 \begin_inset Argument post:1
12221 status collapsed
12222
12223 \begin_layout Plain Layout
12224 ショートカット
12225 \end_layout
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \begin_inset Info
12236 type  "shortcut"
12237 arg   "newline-insert newline"
12238 \end_inset
12239
12240 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12241 \end_layout
12242
12243 \begin_layout Standard
12244 \noindent
12245 \align center
12246 \begin_inset Tabular
12247 <lyxtabular version="3" rows="3" columns="2">
12248 <features rotate="0" tabularvalignment="middle">
12249 <column alignment="left" valignment="middle" width="2cm">
12250 <column alignment="center" valignment="top">
12251 <row>
12252 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 いいい
12257 \begin_inset Newline newline
12258 \end_inset
12259
12260 いいい
12261 \begin_inset Newline newline
12262 \end_inset
12263
12264 おかしなセル
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 ははは
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 </row>
12279 <row>
12280 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293 ににに
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 </row>
12299 <row>
12300 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304 ろろろ
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313 ほほほ
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 </row>
12319 </lyxtabular>
12320
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Standard
12327 したがって、強制改行を使うのは注意が必要です。
12328 \end_layout
12329
12330 \begin_layout Subsection
12331 対角線付きのセル
12332 \end_layout
12333
12334 \begin_layout Standard
12335 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12336 \series bold
12337 diagbox
12338 \series default
12339
12340 \begin_inset Index idx
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12345 \end_layout
12346
12347 \end_inset
12348
12349 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12350 \series bold
12351
12352 \backslash
12353 diagbox
12354 \series default
12355 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 diagbox[オプション]{左下}{右上}
12364 \end_layout
12365
12366 \begin_layout Standard
12367
12368 \series bold
12369
12370 \backslash
12371 diagbox[オプション]{左下}{左上}{右上}
12372 \end_layout
12373
12374 \begin_layout Standard
12375 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12376 \end_layout
12377
12378 \begin_layout Standard
12379 \begin_inset ERT
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383
12384
12385 \backslash
12386 ifdiagbox
12387 \end_layout
12388
12389 \end_inset
12390
12391
12392 \begin_inset Note Note
12393 status open
12394
12395 \begin_layout Plain Layout
12396 この節は、LaTeXパッケージ
12397 \series bold
12398 diagbox
12399 \series default
12400 が導入済みの時のみ表示されます。
12401 \end_layout
12402
12403 \end_inset
12404
12405
12406 \end_layout
12407
12408 \begin_layout Standard
12409 下記は、
12410 \series bold
12411
12412 \backslash
12413 diagbox
12414 \series default
12415 を第1セル中に2引数書式で使用した表の例です。
12416 \begin_inset VSpace medskip
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 \noindent
12424 \begin_inset Tabular
12425 <lyxtabular version="3" rows="4" columns="4">
12426 <features rotate="0" tabularvalignment="middle">
12427 <column alignment="center" valignment="top">
12428 <column alignment="center" valignment="top">
12429 <column alignment="center" valignment="top">
12430 <column alignment="center" valignment="top">
12431 <row>
12432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436 \begin_inset ERT
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440
12441
12442 \backslash
12443 diagbox{
12444 \end_layout
12445
12446 \end_inset
12447
12448 名称
12449 \begin_inset ERT
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453
12454 }{
12455 \end_layout
12456
12457 \end_inset
12458
12459 パラメータ
12460 \begin_inset ERT
12461 status collapsed
12462
12463 \begin_layout Plain Layout
12464
12465 }
12466 \end_layout
12467
12468 \end_inset
12469
12470
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 厚み(nm)
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 透明度(%)
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 硬度(MPa)
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 </row>
12503 <row>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 Perfect Green
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 45
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 80
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 504
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row>
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 Dark Multi-P
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 60
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 72
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 982
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 </row>
12579 <row>
12580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 Crystal Clear Pro
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 18
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 86
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 374
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 </lyxtabular>
12618
12619 \end_inset
12620
12621
12622 \begin_inset VSpace medskip
12623 \end_inset
12624
12625
12626 \end_layout
12627
12628 \begin_layout Standard
12629 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12630 \end_layout
12631
12632 \begin_layout Standard
12633 \noindent
12634 \align center
12635 \begin_inset Tabular
12636 <lyxtabular version="3" rows="4" columns="4">
12637 <features rotate="0" tabularvalignment="middle">
12638 <column alignment="center" valignment="top" width="0pt">
12639 <column alignment="center" valignment="top">
12640 <column alignment="center" valignment="top">
12641 <column alignment="center" valignment="top">
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 \begin_inset ERT
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651
12652
12653 \backslash
12654 diagbox{
12655 \end_layout
12656
12657 \end_inset
12658
12659 ホームチーム
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665 }{
12666 \end_layout
12667
12668 \end_inset
12669
12670 結果
12671 \begin_inset ERT
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675
12676 }{
12677 \end_layout
12678
12679 \end_inset
12680
12681 アウェイチーム
12682 \begin_inset ERT
12683 status collapsed
12684
12685 \begin_layout Plain Layout
12686
12687 }
12688 \end_layout
12689
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 Tigers
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 Panthers
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 Falcons
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 </row>
12725 <row>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 Tigers
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 ---
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 1:3
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 0:1
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 </row>
12763 <row>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 Panthers
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 3:1
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 ---
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 0:0
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 Falcons
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 1:0
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 0:0
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 ---
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 </lyxtabular>
12840
12841 \end_inset
12842
12843
12844 \end_layout
12845
12846 \begin_layout Standard
12847 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12848 \end_layout
12849
12850 \begin_layout Standard
12851 \noindent
12852 \align center
12853 \begin_inset Tabular
12854 <lyxtabular version="3" rows="5" columns="5">
12855 <features rotate="0" tabularvalignment="middle">
12856 <column alignment="center" valignment="top" width="0pt">
12857 <column alignment="center" valignment="top">
12858 <column alignment="center" valignment="top">
12859 <column alignment="center" valignment="top">
12860 <column alignment="center" valignment="top">
12861 <row>
12862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 \begin_inset ERT
12867 status open
12868
12869 \begin_layout Plain Layout
12870
12871
12872 \backslash
12873 diagbox{
12874 \end_layout
12875
12876 \end_inset
12877
12878 ホームチーム
12879 \begin_inset ERT
12880 status collapsed
12881
12882 \begin_layout Plain Layout
12883
12884 }{
12885 \end_layout
12886
12887 \end_inset
12888
12889 結果
12890 \begin_inset ERT
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894
12895 }{
12896 \end_layout
12897
12898 \end_inset
12899
12900 アウェイチーム
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906 }
12907 \end_layout
12908
12909 \end_inset
12910
12911
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 Tigers
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 Panthers
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 Falcons
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 \begin_inset ERT
12948 status open
12949
12950 \begin_layout Plain Layout
12951
12952
12953 \backslash
12954 diagbox[dir=NE]{
12955 \end_layout
12956
12957 \end_inset
12958
12959 ホームチーム
12960 \begin_inset ERT
12961 status collapsed
12962
12963 \begin_layout Plain Layout
12964
12965 }{
12966 \end_layout
12967
12968 \end_inset
12969
12970 結果
12971 \begin_inset ERT
12972 status collapsed
12973
12974 \begin_layout Plain Layout
12975
12976 }{
12977 \end_layout
12978
12979 \end_inset
12980
12981 アウェイチーム
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986
12987 }
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 <row>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 Tigers
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 ---
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 1:3
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 0:1
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 Tigers
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row>
13046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 Panthers
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 3:1
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 ---
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 0:0
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 Panthers
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 </row>
13092 <row>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 Falcons
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 1:0
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 0:0
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 ---
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 Falcons
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 </row>
13139 <row>
13140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 \begin_inset ERT
13145 status open
13146
13147 \begin_layout Plain Layout
13148
13149
13150 \backslash
13151 diagbox[dir=SW]{
13152 \end_layout
13153
13154 \end_inset
13155
13156 ホームチーム
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162 }{
13163 \end_layout
13164
13165 \end_inset
13166
13167 結果
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173 }{
13174 \end_layout
13175
13176 \end_inset
13177
13178 アウェイチーム
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184 }
13185 \end_layout
13186
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 Tigers
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 Panthers
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 Falcons
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 \begin_inset ERT
13226 status open
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 diagbox[dir=SE]{
13233 \end_layout
13234
13235 \end_inset
13236
13237 ホームチーム
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243 }{
13244 \end_layout
13245
13246 \end_inset
13247
13248 結果
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254 }{
13255 \end_layout
13256
13257 \end_inset
13258
13259 アウェイチーム
13260 \begin_inset ERT
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264
13265 }
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 </lyxtabular>
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 対角線を廻すために、コマンドオプションとして
13285 \series bold
13286 dir=方角
13287 \series default
13288 を使用しています。
13289 \emph on
13290 方角
13291 \emph default
13292 は、
13293 \series bold
13294 NE
13295 \series default
13296
13297 \series bold
13298 DE
13299 \series default
13300
13301 \series bold
13302 SW
13303 \series default
13304
13305 \series bold
13306 NW
13307 \series default
13308 のいずれかで、コンパスでの位置を示します。例えば、
13309 \series bold
13310 SW
13311 \series default
13312 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13313 \end_layout
13314
13315 \begin_layout Standard
13316
13317 \series bold
13318
13319 \backslash
13320 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13321 \end_layout
13322
13323 \begin_layout Standard
13324 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13325 \end_layout
13326
13327 \begin_layout Standard
13328 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13329 います。
13330 \end_layout
13331
13332 \begin_layout Standard
13333 \noindent
13334 \align center
13335 \begin_inset Tabular
13336 <lyxtabular version="3" rows="2" columns="2">
13337 <features rotate="0" tabularvalignment="middle">
13338 <column alignment="center" valignment="top" width="3cm">
13339 <column alignment="center" valignment="top">
13340 <row>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 \begin_inset ERT
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350
13351 \backslash
13352 diagbox{
13353 \end_layout
13354
13355 \end_inset
13356
13357 名称
13358 \begin_inset ERT
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362
13363 }{
13364 \end_layout
13365
13366 \end_inset
13367
13368 パラメータ
13369 \begin_inset ERT
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373
13374 }
13375 \end_layout
13376
13377 \end_inset
13378
13379
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 厚み(nm)
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 </row>
13394 <row>
13395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 Perfect Green
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 45
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 </lyxtabular>
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13423 \series bold
13424 width=3cm
13425 \series default
13426  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13427 \begin_inset space \thinspace{}
13428 \end_inset
13429
13430 cmに設定してあります。
13431 \series bold
13432
13433 \backslash
13434 diagbox
13435 \series default
13436 全体の幅は、本文幅(この場合は4
13437 \begin_inset space \thinspace{}
13438 \end_inset
13439
13440 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13441 \series bold
13442
13443 \backslash
13444 diagbox
13445 \series default
13446 には4
13447 \begin_inset space \thinspace{}
13448 \end_inset
13449
13450 cm + 2
13451 \begin_inset space \thinspace{}
13452 \end_inset
13453
13454
13455 \backslash
13456 tabcolsepの幅が必要です。幅の計算は、
13457 \series bold
13458
13459 \backslash
13460 diagbox
13461 \series default
13462 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13463 \end_layout
13464
13465 \begin_layout Standard
13466
13467 \series bold
13468
13469 \backslash
13470 newlength{
13471 \backslash
13472 diagtest}
13473 \begin_inset Newline newline
13474 \end_inset
13475
13476
13477 \backslash
13478 setlength{
13479 \backslash
13480 diagtest}{4cm+2
13481 \backslash
13482 tabcolsep}
13483 \end_layout
13484
13485 \begin_layout Standard
13486 \begin_inset ERT
13487 status collapsed
13488
13489 \begin_layout Plain Layout
13490
13491
13492 \backslash
13493 newlength{
13494 \backslash
13495 diagtest}
13496 \end_layout
13497
13498 \begin_layout Plain Layout
13499
13500
13501 \backslash
13502 setlength{
13503 \backslash
13504 diagtest}{4cm+2
13505 \backslash
13506 tabcolsep}
13507 \end_layout
13508
13509 \end_inset
13510
13511
13512 \end_layout
13513
13514 \begin_layout Standard
13515 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13516 \series bold
13517 calc
13518 \series default
13519
13520 \begin_inset Index idx
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13525 \end_layout
13526
13527 \end_inset
13528
13529 パッケージを読み込んでおく必要があります。
13530 \end_layout
13531
13532 \begin_layout Standard
13533 さて、この表の第1セルで
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539
13540 \backslash
13541 diagbox[width=
13542 \backslash
13543 diagtest]{A}{B}
13544 \end_layout
13545
13546 \begin_layout Standard
13547 というコマンドを使用します。
13548 \end_layout
13549
13550 \begin_layout Standard
13551 \noindent
13552 \align center
13553 \begin_inset Tabular
13554 <lyxtabular version="3" rows="2" columns="2">
13555 <features rotate="0" tabularvalignment="middle">
13556 <column alignment="center" valignment="top" width="4cm">
13557 <column alignment="center" valignment="top">
13558 <row>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 \begin_inset ERT
13564 status open
13565
13566 \begin_layout Plain Layout
13567
13568
13569 \backslash
13570 diagbox[width=
13571 \backslash
13572 diagtest]{
13573 \end_layout
13574
13575 \end_inset
13576
13577 A
13578 \begin_inset ERT
13579 status collapsed
13580
13581 \begin_layout Plain Layout
13582
13583 }{
13584 \end_layout
13585
13586 \end_inset
13587
13588 B
13589 \begin_inset ERT
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593
13594 }
13595 \end_layout
13596
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 厚み (nm)
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 </row>
13614 <row>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 Perfect Green
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 45
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 </row>
13634 </lyxtabular>
13635
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \begin_layout Standard
13642 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13643 \end_layout
13644
13645 \begin_layout Standard
13646 \noindent
13647 \align center
13648 \begin_inset Tabular
13649 <lyxtabular version="3" rows="2" columns="2">
13650 <features rotate="0" tabularvalignment="middle">
13651 <column alignment="center" valignment="top" width="0pt">
13652 <column alignment="center" valignment="top">
13653 <row>
13654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 \begin_inset ERT
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662
13663
13664 \backslash
13665 diagbox{
13666 \end_layout
13667
13668 \end_inset
13669
13670 A
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676 }{
13677 \end_layout
13678
13679 \end_inset
13680
13681 B
13682 \begin_inset ERT
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686
13687 }
13688 \end_layout
13689
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 厚み (nm)
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Perfect Green
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 45
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 </lyxtabular>
13728
13729 \end_inset
13730
13731
13732 \end_layout
13733
13734 \begin_layout Standard
13735 このような場合には、
13736 \series bold
13737
13738 \backslash
13739 diagbox
13740 \series default
13741 コマンドの
13742 \series bold
13743 width
13744 \series default
13745 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13746 \backslash
13747 tabcolsepを足す必要はなくなります。下記の表では、3
13748 \begin_inset space \thinspace{}
13749 \end_inset
13750
13751 cm幅を使用しています。
13752 \end_layout
13753
13754 \begin_layout Standard
13755 \noindent
13756 \align center
13757 \begin_inset Tabular
13758 <lyxtabular version="3" rows="2" columns="2">
13759 <features rotate="0" tabularvalignment="middle">
13760 <column alignment="center" valignment="top" width="0pt">
13761 <column alignment="center" valignment="top">
13762 <row>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 \begin_inset ERT
13768 status open
13769
13770 \begin_layout Plain Layout
13771
13772
13773 \backslash
13774 diagbox[width=3cm]{
13775 \end_layout
13776
13777 \end_inset
13778
13779 A
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785 }{
13786 \end_layout
13787
13788 \end_inset
13789
13790 B
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796 }
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 厚み (nm)
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 </row>
13816 <row>
13817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 Perfect Green
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 45
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 </row>
13836 </lyxtabular>
13837
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \begin_layout Standard
13844 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13845 \series bold
13846
13847 \backslash
13848 diagbox
13849 \series default
13850 にオプション
13851 \series bold
13852 height=3cm
13853 \series default
13854 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13855 \end_layout
13856
13857 \begin_layout Standard
13858
13859 \series bold
13860
13861 \backslash
13862 diagbox[width=3cm,height=1.4cm]{A
13863 \backslash
13864
13865 \backslash
13866 B}{C
13867 \backslash
13868
13869 \backslash
13870 D}
13871 \end_layout
13872
13873 \begin_layout Standard
13874 というコマンドを使用しています。ここでコマンド
13875 \series bold
13876
13877 \backslash
13878
13879 \backslash
13880
13881 \series default
13882 は改行をするためのものです
13883 \begin_inset Foot
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887
13888 \family sans
13889 Ctrl+Return
13890 \family default
13891 を使っての改行は、列が固定幅の時のみ、使用することができます。
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \begin_layout Standard
13900 \noindent
13901 \align center
13902 \begin_inset Tabular
13903 <lyxtabular version="3" rows="2" columns="2">
13904 <features rotate="0" tabularvalignment="middle">
13905 <column alignment="center" valignment="top">
13906 <column alignment="center" valignment="top">
13907 <row>
13908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 \begin_inset ERT
13913 status open
13914
13915 \begin_layout Plain Layout
13916
13917
13918 \backslash
13919 diagbox[width=3cm,height=1.4cm]{
13920 \end_layout
13921
13922 \end_inset
13923
13924 A
13925 \begin_inset ERT
13926 status collapsed
13927
13928 \begin_layout Plain Layout
13929
13930
13931 \backslash
13932
13933 \backslash
13934
13935 \end_layout
13936
13937 \end_inset
13938
13939 B
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945 }{
13946 \end_layout
13947
13948 \end_inset
13949
13950 C
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956
13957 \backslash
13958
13959 \backslash
13960
13961 \end_layout
13962
13963 \end_inset
13964
13965 D
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971 }
13972 \end_layout
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 厚み (nm)
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 <row>
13992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 Perfect Green
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 45
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 </lyxtabular>
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024
14025 \backslash
14026 else
14027 \end_layout
14028
14029 \end_inset
14030
14031
14032 \begin_inset Note Note
14033 status open
14034
14035 \begin_layout Plain Layout
14036 以下は、LaTeXパッケージ
14037 \series bold
14038 diagbox
14039 \series default
14040 が導入済みでないときに表示されます。
14041 \end_layout
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 本節の内容を出力に表示するためには、
14050 \series bold
14051 diagbox
14052 \series default
14053 パッケージを導入しなくてはなりません。
14054 \end_layout
14055
14056 \begin_layout Standard
14057 \begin_inset ERT
14058 status collapsed
14059
14060 \begin_layout Plain Layout
14061
14062
14063 \backslash
14064 fi
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \end_layout
14071
14072 \begin_layout Standard
14073 LaTeXパッケージ
14074 \series bold
14075 diagbox
14076 \series default
14077 についての詳しい情報は、取扱説明書
14078 \begin_inset CommandInset citation
14079 LatexCommand cite
14080 key "diagbox"
14081
14082 \end_inset
14083
14084 をご覧ください。
14085 \end_layout
14086
14087 \begin_layout Section
14088 フォーマル形式の表
14089 \begin_inset CommandInset label
14090 LatexCommand label
14091 name "sec:フォーマル形式の表"
14092
14093 \end_inset
14094
14095
14096 \begin_inset Index idx
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14101 \end_layout
14102
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \begin_layout Standard
14109 書籍中の表は、よく表
14110 \begin_inset CommandInset ref
14111 LatexCommand ref
14112 reference "tab:ブックタブ表の例"
14113
14114 \end_inset
14115
14116 のように組版されます。この種の表は、「
14117 \emph on
14118 フォーマル形式
14119 \emph default
14120 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14121 \end_layout
14122
14123 \begin_layout Standard
14124 \begin_inset Float table
14125 placement h
14126 wide false
14127 sideways false
14128 status open
14129
14130 \begin_layout Plain Layout
14131 \begin_inset Caption Standard
14132
14133 \begin_layout Plain Layout
14134 \begin_inset CommandInset label
14135 LatexCommand label
14136 name "tab:ブックタブ表の例"
14137
14138 \end_inset
14139
14140 ブックタブ表の例
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Plain Layout
14149 \align center
14150 \begin_inset Tabular
14151 <lyxtabular version="3" rows="8" columns="4">
14152 <features rotate="0" booktabs="true" tabularvalignment="middle">
14153 <column alignment="center" valignment="top">
14154 <column alignment="center" valignment="top">
14155 <column alignment="center" valignment="top">
14156 <column alignment="center" valignment="top">
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 システム
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 Medipix
14172 \begin_inset space \thinspace{}
14173 \end_inset
14174
14175 1
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell multicolumn="1" 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 2
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 \begin_inset ERT
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212
14213
14214 \backslash
14215 cmidrule(r){2-2}
14216 \end_layout
14217
14218 \end_inset
14219
14220
14221 \begin_inset ERT
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225
14226
14227 \backslash
14228 cmidrule(l){3-4}
14229 \end_layout
14230
14231 \end_inset
14232
14233 検知器の厚み [
14234 \begin_inset Formula $\mu m$
14235 \end_inset
14236
14237 ]
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 300
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 300
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 700
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 エッジ角 [度]
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 3.55
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 2.71
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 7.99
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 </row>
14308 <row topspace="default">
14309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 空間分解能 [
14314 \begin_inset Formula $\mu m$
14315 \end_inset
14316
14317 ]
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 <cell alignment="center" valignment="top" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 4.26
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 10.17
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 10.56
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row topspace="default">
14351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 \begin_inset Formula $f_{\mathrm{max}}$
14356 \end_inset
14357
14358 におけるMTF
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell alignment="center" valignment="top" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 0.53
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 0.37
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 0.39
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row topspace="default">
14392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401
14402 \backslash
14403 cmidrule(l{10pt}){1-1}
14404 \end_layout
14405
14406 \end_inset
14407
14408 LSF空間分解能
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 <row>
14442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 \begin_inset Formula $\mu m$
14447 \end_inset
14448
14449 表示
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 129.7
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 52.75
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 50.78
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row>
14483 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 ピクセルサイズに対する%表示
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 76.3
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 95.9
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 92.3
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 </row>
14520 </lyxtabular>
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \begin_layout Standard
14533 表中の行に余白を加えるには、第
14534 \begin_inset CommandInset ref
14535 LatexCommand ref
14536 reference "sub:行の余白取り"
14537
14538 \end_inset
14539
14540 節に述べられているように、表の設定ダイアログの
14541 \family sans
14542 罫線
14543 \family default
14544 タブを使用します。
14545 \end_layout
14546
14547 \begin_layout Standard
14548 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14549 \begin_inset Newline newline
14550 \end_inset
14551
14552 最初と最後の表罫線の既定幅は0.08
14553 \begin_inset space \thinspace{}
14554 \end_inset
14555
14556 emですが、他の罫線の既定幅は0.05
14557 \begin_inset space \thinspace{}
14558 \end_inset
14559
14560 emです。
14561 \end_layout
14562
14563 \begin_layout Standard
14564 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14565 \end_layout
14566
14567 \begin_layout Standard
14568
14569 \series bold
14570
14571 \backslash
14572 let
14573 \backslash
14574 mytoprule
14575 \backslash
14576 toprule
14577 \begin_inset Newline newline
14578 \end_inset
14579
14580
14581 \backslash
14582 renewcommand{
14583 \backslash
14584 toprule}{
14585 \backslash
14586 mytoprule[幅]}
14587 \end_layout
14588
14589 \begin_layout Standard
14590 上の例は、
14591 \series bold
14592 toprule
14593 \series default
14594 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14595 \series bold
14596 toprule
14597 \series default
14598
14599 \series bold
14600 bottomrule
14601 \series default
14602 に置き換えて下さい。他の罫線の線幅を変更するには、
14603 \series bold
14604 toprule
14605 \series default
14606
14607 \series bold
14608 midrule
14609 \series default
14610 に置き換えます。線幅を設定する上では、付録
14611 \begin_inset CommandInset ref
14612 LatexCommand ref
14613 reference "cha:LyXで使用できる単位"
14614
14615 \end_inset
14616
14617 に挙げてあるすべての単位を使用することができます。
14618 \end_layout
14619
14620 \begin_layout Standard
14621 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14622 \series bold
14623
14624 \backslash
14625 cmidrule
14626 \series default
14627 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14628 \end_layout
14629
14630 \begin_layout Standard
14631
14632 \series bold
14633
14634 \backslash
14635 cmidrule[幅](刈込){開始列-終了列}
14636 \end_layout
14637
14638 \begin_layout Standard
14639 です。
14640 \series bold
14641
14642 \backslash
14643 cmidrule
14644 \series default
14645 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14646 \series bold
14647
14648 \backslash
14649 cmidrule
14650 \series default
14651 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14652
14653 \end_layout
14654
14655 \begin_layout Standard
14656 この線幅の既定値は0.03
14657 \begin_inset space \thinspace{}
14658 \end_inset
14659
14660 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14661 。非必須パラメーターの「刈込」は、
14662 \emph on
14663 l{刈込幅}
14664 \emph default
14665 あるいは
14666 \emph on
14667 r{刈込幅}
14668 \emph default
14669 の値を取り、刈込幅の指定は非必須です。たとえば、
14670 \emph on
14671 l{2pt}
14672 \emph default
14673 というパラメーターを使うと、罫線が左端から2
14674 \begin_inset space \thinspace{}
14675 \end_inset
14676
14677 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14678 \begin_inset space \thinspace{}
14679 \end_inset
14680
14681 emだけ刈り込まれます。
14682 \end_layout
14683
14684 \begin_layout Standard
14685 \begin_inset VSpace bigskip
14686 \end_inset
14687
14688
14689 \begin_inset CommandInset ref
14690 LatexCommand ref
14691 reference "tab:ブックタブ表の例"
14692
14693 \end_inset
14694
14695 は、
14696 \end_layout
14697
14698 \begin_layout Standard
14699
14700 \series bold
14701
14702 \backslash
14703 cmidrule(r){2-2}
14704 \backslash
14705 cmidrule(l){3-4}
14706 \end_layout
14707
14708 \begin_layout Standard
14709 というコマンドを第二行の初めに使用し、
14710 \end_layout
14711
14712 \begin_layout Standard
14713
14714 \series bold
14715
14716 \backslash
14717 cmidrule(l{10pt}){1-1}
14718 \end_layout
14719
14720 \begin_layout Standard
14721 を第六行に使用して作成されています。
14722 \end_layout
14723
14724 \begin_layout Standard
14725 \begin_inset VSpace bigskip
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \begin_layout Standard
14732 ときには、表
14733 \begin_inset CommandInset ref
14734 LatexCommand ref
14735 reference "tab:特殊なブックタブ表"
14736
14737 \end_inset
14738
14739 のような重なり合った
14740 \series bold
14741
14742 \backslash
14743 cmidrule
14744 \series default
14745 が欲しいことがあるかもしれません。これは、TeXコードで
14746 \end_layout
14747
14748 \begin_layout Standard
14749
14750 \series bold
14751
14752 \backslash
14753 morecmidrules
14754 \end_layout
14755
14756 \begin_layout Standard
14757 コマンドを使用することによって実現することができます。表
14758 \begin_inset CommandInset ref
14759 LatexCommand ref
14760 reference "tab:特殊なブックタブ表"
14761
14762 \end_inset
14763
14764 の第二列には
14765 \end_layout
14766
14767 \begin_layout Standard
14768
14769 \series bold
14770
14771 \backslash
14772 cmidrule(r){2-2}
14773 \backslash
14774 cmidrule(l){3-4}
14775 \backslash
14776 morecmidrules
14777 \backslash
14778 cmidrule{2-4}
14779 \end_layout
14780
14781 \begin_layout Standard
14782 というコマンドが使用されており、第六列には
14783 \end_layout
14784
14785 \begin_layout Standard
14786
14787 \series bold
14788
14789 \backslash
14790 midrule
14791 \backslash
14792 morecmidrules
14793 \backslash
14794 cmidrule{3-4}
14795 \end_layout
14796
14797 \begin_layout Standard
14798 というコマンドが使用されています。
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset VSpace bigskip
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Standard
14809 罫線の余白取りにどうしても満足が行かない場合には、
14810 \end_layout
14811
14812 \begin_layout Standard
14813
14814 \series bold
14815
14816 \backslash
14817 specialrule{幅}{上余白}{下余白}
14818 \end_layout
14819
14820 \begin_layout Standard
14821 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14822 \series bold
14823 booktabs
14824 \series default
14825  
14826 \begin_inset CommandInset citation
14827 LatexCommand cite
14828 key "booktabs"
14829
14830 \end_inset
14831
14832
14833 \begin_inset Index idx
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14838 \end_layout
14839
14840 \end_inset
14841
14842 の取扱説明書をご参照下さい。
14843 \end_layout
14844
14845 \begin_layout Standard
14846 \begin_inset Float table
14847 placement h
14848 wide false
14849 sideways false
14850 status open
14851
14852 \begin_layout Plain Layout
14853 \begin_inset Caption Standard
14854
14855 \begin_layout Plain Layout
14856 \begin_inset CommandInset label
14857 LatexCommand label
14858 name "tab:特殊なブックタブ表"
14859
14860 \end_inset
14861
14862 特殊なブックタブ表
14863 \end_layout
14864
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \begin_layout Plain Layout
14871 \align center
14872 \begin_inset Tabular
14873 <lyxtabular version="3" rows="8" columns="4">
14874 <features rotate="0" booktabs="true" tabularvalignment="middle">
14875 <column alignment="center" valignment="top">
14876 <column alignment="center" valignment="top">
14877 <column alignment="center" valignment="top">
14878 <column alignment="center" valignment="top">
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 システム
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" topline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 Medipix
14894 \begin_inset space \thinspace{}
14895 \end_inset
14896
14897 1
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell multicolumn="1" 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 2
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 \begin_inset ERT
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934
14935
14936 \backslash
14937 cmidrule(r){2-2}
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \begin_inset ERT
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947
14948
14949 \backslash
14950 cmidrule(l){3-4}
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 morecmidrules 
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 cmidrule{2-4}
14977 \end_layout
14978
14979 \end_inset
14980
14981 検知器の厚み [
14982 \begin_inset Formula $\mu m$
14983 \end_inset
14984
14985 ]
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 300
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 300
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 700
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 エッジ角 [度]
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" topline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 3.55
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 2.71
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 7.99
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row topspace="default">
15057 <cell alignment="center" valignment="top" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 空間分解能 [
15062 \begin_inset Formula $\mu m$
15063 \end_inset
15064
15065 ]
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 4.26
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 10.17
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 10.56
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row topspace="default">
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset Formula $f_{\mathrm{max}}$
15104 \end_inset
15105
15106 におけるMTF
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 0.53
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 0.37
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 0.39
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset ERT
15145 status collapsed
15146
15147 \begin_layout Plain Layout
15148
15149
15150 \backslash
15151 morecmidrules 
15152 \end_layout
15153
15154 \end_inset
15155
15156
15157 \begin_inset ERT
15158 status collapsed
15159
15160 \begin_layout Plain Layout
15161
15162
15163 \backslash
15164 cmidrule{3-4}
15165 \end_layout
15166
15167 \end_inset
15168
15169 LSF空間分解能
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 </row>
15202 <row>
15203 <cell alignment="center" valignment="top" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset Formula $\mu m$
15208 \end_inset
15209
15210 表示
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 129.7
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 52.75
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 50.78
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 ピクセルサイズに対する%表示
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 76.3
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 95.9
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 92.3
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Section
15294 表の垂直揃え
15295 \begin_inset Index idx
15296 status collapsed
15297
15298 \begin_layout Plain Layout
15299 ひょう@表 ! そろえ@揃え
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \begin_layout Standard
15308 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15309 \begin_inset CommandInset ref
15310 LatexCommand ref
15311 reference "sec:ボックスダイアログ"
15312
15313 \end_inset
15314
15315 節に述べられているように、ボックスの垂直揃えを行います。
15316 \end_layout
15317
15318 \begin_layout Standard
15319 以下の例では、各表は15
15320 \begin_inset space \thinspace{}
15321 \end_inset
15322
15323 列幅%を持つminipage
15324 \begin_inset Foot
15325 status collapsed
15326
15327 \begin_layout Plain Layout
15328 minipageは第
15329 \begin_inset CommandInset ref
15330 LatexCommand ref
15331 reference "sec:ミニページ"
15332
15333 \end_inset
15334
15335 節で説明されています。
15336 \end_layout
15337
15338 \end_inset
15339
15340 ボックスの中に入れてあります。
15341 \end_layout
15342
15343 \begin_layout Itemize
15344 動作試験 
15345 \begin_inset Box Frameless
15346 position "t"
15347 hor_pos "c"
15348 has_inner_box 1
15349 inner_pos "c"
15350 use_parbox 0
15351 use_makebox 0
15352 width "15col%"
15353 special "none"
15354 height "1in"
15355 height_special "totalheight"
15356 status collapsed
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Tabular
15360 <lyxtabular version="3" rows="3" columns="3">
15361 <features rotate="0" tabularvalignment="middle">
15362 <column alignment="center" valignment="top">
15363 <column alignment="center" valignment="top">
15364 <column alignment="center" valignment="top">
15365 <row>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 <row>
15395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 </row>
15423 <row>
15424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 </lyxtabular>
15453
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \end_inset
15460
15461  動作試験 
15462 \begin_inset ERT
15463 status collapsed
15464
15465 \begin_layout Plain Layout
15466
15467
15468 \backslash
15469 raisebox{0.85
15470 \backslash
15471 baselineskip}{
15472 \end_layout
15473
15474 \end_inset
15475
15476
15477 \begin_inset Box Frameless
15478 position "t"
15479 hor_pos "c"
15480 has_inner_box 1
15481 inner_pos "c"
15482 use_parbox 0
15483 use_makebox 0
15484 width "15col%"
15485 special "none"
15486 height "1in"
15487 height_special "totalheight"
15488 status collapsed
15489
15490 \begin_layout Plain Layout
15491 \begin_inset Tabular
15492 <lyxtabular version="3" rows="3" columns="3">
15493 <features rotate="0" tabularvalignment="middle">
15494 <column alignment="center" valignment="top">
15495 <column alignment="center" valignment="top">
15496 <column alignment="center" valignment="top">
15497 <row>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 <row>
15556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 </row>
15584 </lyxtabular>
15585
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \end_inset
15592
15593
15594 \begin_inset ERT
15595 status collapsed
15596
15597 \begin_layout Plain Layout
15598
15599 }
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Itemize
15608 動作試験 
15609 \begin_inset Box Frameless
15610 position "c"
15611 hor_pos "c"
15612 has_inner_box 1
15613 inner_pos "c"
15614 use_parbox 0
15615 use_makebox 0
15616 width "15col%"
15617 special "none"
15618 height "1in"
15619 height_special "totalheight"
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Tabular
15624 <lyxtabular version="3" rows="3" columns="3">
15625 <features rotate="0" tabularvalignment="middle">
15626 <column alignment="center" valignment="top">
15627 <column alignment="center" valignment="top">
15628 <column alignment="center" valignment="top">
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 </lyxtabular>
15717
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \begin_layout Itemize
15729 動作試験 
15730 \begin_inset Box Frameless
15731 position "b"
15732 hor_pos "c"
15733 has_inner_box 1
15734 inner_pos "c"
15735 use_parbox 0
15736 use_makebox 0
15737 width "15col%"
15738 special "none"
15739 height "1in"
15740 height_special "totalheight"
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Tabular
15745 <lyxtabular version="3" rows="3" columns="3">
15746 <features rotate="0" tabularvalignment="middle">
15747 <column alignment="center" valignment="top">
15748 <column alignment="center" valignment="top">
15749 <column alignment="center" valignment="top">
15750 <row>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 </lyxtabular>
15838
15839 \end_inset
15840
15841
15842 \end_layout
15843
15844 \end_inset
15845
15846  動作試験 
15847 \begin_inset ERT
15848 status collapsed
15849
15850 \begin_layout Plain Layout
15851
15852
15853 \backslash
15854 raisebox{-0.32
15855 \backslash
15856 baselineskip}{
15857 \end_layout
15858
15859 \end_inset
15860
15861
15862 \begin_inset Box Frameless
15863 position "b"
15864 hor_pos "c"
15865 has_inner_box 1
15866 inner_pos "c"
15867 use_parbox 0
15868 use_makebox 0
15869 width "15col%"
15870 special "none"
15871 height "1in"
15872 height_special "totalheight"
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876 \begin_inset Tabular
15877 <lyxtabular version="3" rows="3" columns="3">
15878 <features rotate="0" tabularvalignment="middle">
15879 <column alignment="center" valignment="top">
15880 <column alignment="center" valignment="top">
15881 <column alignment="center" valignment="top">
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 </lyxtabular>
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \begin_inset ERT
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983
15984 }
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Standard
15993 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
15994 \begin_inset Foot
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 raiseboxは、第
15999 \begin_inset CommandInset ref
16000 LatexCommand ref
16001 reference "sub:垂直揃え"
16002
16003 \end_inset
16004
16005 節で説明されています。
16006 \end_layout
16007
16008 \end_inset
16009
16010 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16011 \end_layout
16012
16013 \begin_layout Standard
16014
16015 \series bold
16016
16017 \backslash
16018 raisebox{0.85
16019 \backslash
16020 baselineskip}{
16021 \end_layout
16022
16023 \begin_layout Standard
16024 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16025 \series bold
16026 }
16027 \series default
16028 をTeXコードとして挿入してあります。最後の項目の第二表には、
16029 \end_layout
16030
16031 \begin_layout Standard
16032
16033 \series bold
16034
16035 \backslash
16036 raisebox{-0.32
16037 \backslash
16038 baselineskip}{
16039 \end_layout
16040
16041 \begin_layout Standard
16042 というコマンドを使用しています。
16043 \end_layout
16044
16045 \begin_layout Standard
16046 \begin_inset Note Greyedout
16047 status open
16048
16049 \begin_layout Plain Layout
16050
16051 \series bold
16052 【註】
16053 \series default
16054 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16055 \series bold
16056
16057 \backslash
16058 raisebox
16059 \series default
16060 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16061 \end_layout
16062
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \begin_layout Section
16069 色付きの表
16070 \begin_inset CommandInset label
16071 LatexCommand label
16072 name "sec:色付きの表"
16073
16074 \end_inset
16075
16076
16077 \begin_inset Index idx
16078 status collapsed
16079
16080 \begin_layout Plain Layout
16081 ひょう@表 ! いろつき@色付き
16082 \end_layout
16083
16084 \end_inset
16085
16086
16087 \end_layout
16088
16089 \begin_layout Subsection
16090 色付きのセル
16091 \begin_inset Index idx
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095 ひょうのいろ@表の色 ! せるぶ@セル部
16096 \end_layout
16097
16098 \end_inset
16099
16100
16101 \begin_inset Index idx
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105 いろつき@色付き ! ひょうせるぶ@表セル部
16106 \end_layout
16107
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \begin_layout Standard
16114 \begin_inset Float table
16115 placement h
16116 wide false
16117 sideways false
16118 status open
16119
16120 \begin_layout Plain Layout
16121 \begin_inset Caption Standard
16122
16123 \begin_layout Plain Layout
16124 \begin_inset CommandInset label
16125 LatexCommand label
16126 name "tab:colortblなしの表"
16127
16128 \end_inset
16129
16130
16131 \series bold
16132 colortbl
16133 \series default
16134 パッケージを使用しない色付き表
16135 \begin_inset Argument 1
16136 status collapsed
16137
16138 \begin_layout Plain Layout
16139 colortblなしの表
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \begin_layout Plain Layout
16153 \align center
16154 \begin_inset Tabular
16155 <lyxtabular version="3" rows="3" columns="3">
16156 <features rotate="0" tabularvalignment="middle">
16157 <column alignment="center" valignment="top">
16158 <column alignment="center" valignment="top">
16159 <column alignment="center" valignment="top">
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165
16166 \color green
16167
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176
16177 \color red
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187
16188 \color red
16189
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 </row>
16195 <row>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200
16201 \color green
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \color blue
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222
16223 \color blue
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 <row>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235
16236 \color green
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \color blue
16248
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257
16258 \color blue
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 </lyxtabular>
16266
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Standard
16278 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16279 \family sans
16280 編集\SpecialChar \menuseparator
16281 文字様式
16282 \family default
16283 メニューで色を選んでください。表
16284 \begin_inset CommandInset ref
16285 LatexCommand ref
16286 reference "tab:colortblなしの表"
16287
16288 \end_inset
16289
16290 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16291 \series bold
16292 colortbl
16293 \series default
16294
16295 \begin_inset Index idx
16296 status collapsed
16297
16298 \begin_layout Plain Layout
16299 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16300 \end_layout
16301
16302 \end_inset
16303
16304 を使用しなくてはなりません。
16305 \end_layout
16306
16307 \begin_layout Standard
16308 \begin_inset ERT
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312
16313
16314 \backslash
16315 ifcolortbl
16316 \end_layout
16317
16318 \end_inset
16319
16320
16321 \begin_inset Note Note
16322 status open
16323
16324 \begin_layout Plain Layout
16325 本節の以下の部分は、LaTeXパッケージ
16326 \series bold
16327 colortbl
16328 \series default
16329 が導入済みのときのみ表示されます。
16330 \end_layout
16331
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \begin_layout Standard
16338 色付きの表を作成するには、プリアンブルに
16339 \end_layout
16340
16341 \begin_layout Standard
16342
16343 \series bold
16344
16345 \backslash
16346 usepackage{colortbl}
16347 \end_layout
16348
16349 \begin_layout Standard
16350 という行を書いて
16351 \series bold
16352 colortbl
16353 \series default
16354 を読み込まなくてはなりません。列の色は、
16355 \series bold
16356 >{ }
16357 \series default
16358 コマンドの中に
16359 \end_layout
16360
16361 \begin_layout Standard
16362
16363 \series bold
16364
16365 \backslash
16366 columncolor{色彩名}
16367 \end_layout
16368
16369 \begin_layout Standard
16370 というコマンドを書いて指定することができます。
16371 \series bold
16372 >{}
16373 \series default
16374 コマンドに関する詳細は、第
16375 \begin_inset CommandInset ref
16376 LatexCommand ref
16377 reference "sub:連結列の計算"
16378
16379 \end_inset
16380
16381 節に述べられています。
16382 \end_layout
16383
16384 \begin_layout Standard
16385 以下の色彩名が事前に定義されています。
16386 \end_layout
16387
16388 \begin_layout Standard
16389
16390 \family sans
16391 red
16392 \family default
16393
16394 \family sans
16395 green
16396 \family default
16397
16398 \family sans
16399 yellow
16400 \family default
16401
16402 \family sans
16403 blue
16404 \family default
16405
16406 \family sans
16407 cyan
16408 \family default
16409
16410 \family sans
16411 magenta
16412 \family default
16413
16414 \family sans
16415 black
16416 \family default
16417
16418 \family sans
16419 white
16420 \end_layout
16421
16422 \begin_layout Standard
16423 \begin_inset VSpace medskip
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \begin_layout Standard
16430 また、文書設定中で、文書クラスオプションに
16431 \end_layout
16432
16433 \begin_layout Standard
16434
16435 \series bold
16436 usenames,dvipsnames
16437 \end_layout
16438
16439 \begin_layout Standard
16440 を与えると、さらに61色を使用することができます。これらの色は、附録
16441 \begin_inset CommandInset ref
16442 LatexCommand ref
16443 reference "chap:dvips色名一覧"
16444
16445 \end_inset
16446
16447 に列挙されています。それらの色の1つ、
16448 \family sans
16449 Maroon
16450 \family default
16451 が、例として表
16452 \begin_inset CommandInset ref
16453 LatexCommand ref
16454 reference "tab:色付き表"
16455
16456 \end_inset
16457
16458 に使用されています。
16459 \end_layout
16460
16461 \begin_layout Standard
16462 \begin_inset VSpace medskip
16463 \end_inset
16464
16465
16466 \end_layout
16467
16468 \begin_layout Standard
16469 また
16470 \end_layout
16471
16472 \begin_layout Standard
16473
16474 \series bold
16475
16476 \backslash
16477 definecolor{色彩名}{色彩モデル}{色彩値}
16478 \end_layout
16479
16480 \begin_layout Standard
16481 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16482 \end_layout
16483
16484 \begin_layout Labeling
16485 \labelwidthstring 00.00.0000
16486 cmyk: シアン(
16487 \bar under
16488 c
16489 \bar default
16490 yan)・マゼンタ(
16491 \bar under
16492 m
16493 \bar default
16494 agenta)・黄(
16495 \bar under
16496 y
16497 \bar default
16498 ellow)・黒(blac
16499 \bar under
16500 k
16501 \bar default
16502
16503 \end_layout
16504
16505 \begin_layout Labeling
16506 \labelwidthstring 00.00.0000
16507 rgb: 赤(
16508 \bar under
16509 r
16510 \bar default
16511 ed)・緑(
16512 \bar under
16513 g
16514 \bar default
16515 reen)・青(
16516 \bar under
16517 b
16518 \bar default
16519 lue)
16520 \end_layout
16521
16522 \begin_layout Labeling
16523 \labelwidthstring 00.00.0000
16524 gray: グレー
16525 \end_layout
16526
16527 \begin_layout Standard
16528 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16529 \end_layout
16530
16531 \begin_layout Standard
16532 たとえば、プリアンブルに
16533 \end_layout
16534
16535 \begin_layout Standard
16536
16537 \series bold
16538
16539 \backslash
16540 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16541 \end_layout
16542
16543 \begin_layout Standard
16544 と書くことによって、「
16545 \emph on
16546 darkgreen
16547 \emph default
16548 」色を定義することができますし、
16549 \end_layout
16550
16551 \begin_layout Standard
16552
16553 \series bold
16554
16555 \backslash
16556 definecolor{lightgray}{gray}{0.8}
16557 \end_layout
16558
16559 \begin_layout Standard
16560 と書けば、「
16561 \emph on
16562 lightgray
16563 \emph default
16564 」色を定義することができます。
16565 \end_layout
16566
16567 \begin_layout Standard
16568 \begin_inset VSpace medskip
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \begin_layout Standard
16575 罫線は
16576 \end_layout
16577
16578 \begin_layout Standard
16579
16580 \series bold
16581
16582 \backslash
16583 rowcolor{色彩名}
16584 \end_layout
16585
16586 \begin_layout Standard
16587 というコマンドを使用して色付けすることができ、セルは
16588 \end_layout
16589
16590 \begin_layout Standard
16591
16592 \series bold
16593
16594 \backslash
16595 cellcolor{色彩名}
16596 \end_layout
16597
16598 \begin_layout Standard
16599 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16600 \end_layout
16601
16602 \begin_layout Standard
16603 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16604 \family sans
16605 編集\SpecialChar \menuseparator
16606 文字様式
16607 \family default
16608 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16609 ます。
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset Note Greyedout
16614 status open
16615
16616 \begin_layout Plain Layout
16617 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16618 \end_layout
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \begin_layout Standard
16626 \begin_inset VSpace bigskip
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \begin_layout Standard
16633
16634 \begin_inset CommandInset ref
16635 LatexCommand ref
16636 reference "tab:色付き表"
16637
16638 \end_inset
16639
16640 を作成するには、以下のようにしてください。第一列の色は
16641 \emph on
16642 darkgreen
16643 \emph default
16644 にしたいので、この列のLaTeX変数として
16645 \end_layout
16646
16647 \begin_layout Standard
16648
16649 \series bold
16650 >{
16651 \backslash
16652 columncolor{darkgreen}
16653 \backslash
16654 centering}c
16655 \end_layout
16656
16657 \begin_layout Standard
16658 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16659 \end_layout
16660
16661 \begin_layout Standard
16662
16663 \series bold
16664
16665 \backslash
16666 rowcolow{cyan}
16667 \end_layout
16668
16669 \begin_layout Standard
16670 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16671 \end_layout
16672
16673 \begin_layout Standard
16674
16675 \series bold
16676
16677 \backslash
16678 cellcolor{Maroon}
16679 \end_layout
16680
16681 \begin_layout Standard
16682 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16683 \family sans
16684 編集\SpecialChar \menuseparator
16685 文字様式
16686 \family default
16687 メニューを使って、各文字に色付けをすることができます。
16688 \end_layout
16689
16690 \begin_layout Standard
16691 \begin_inset Float table
16692 placement h
16693 wide false
16694 sideways false
16695 status open
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Caption Standard
16699
16700 \begin_layout Plain Layout
16701
16702 \series bold
16703 \begin_inset CommandInset label
16704 LatexCommand label
16705 name "tab:色付き表"
16706
16707 \end_inset
16708
16709 colortbl
16710 \series default
16711 パッケージを使用した色付き表
16712 \begin_inset Argument 1
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716 colortblを使った表
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Plain Layout
16730 \align center
16731 \begin_inset Tabular
16732 <lyxtabular version="3" rows="3" columns="3">
16733 <features rotate="0" tabularvalignment="middle">
16734 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16735 <column alignment="center" valignment="top">
16736 <column alignment="center" valignment="top">
16737 <row>
16738 <cell alignment="center" valignment="top" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 \begin_inset ERT
16743 status collapsed
16744
16745 \begin_layout Plain Layout
16746
16747
16748 \backslash
16749 rowcolor{cyan}
16750 \end_layout
16751
16752 \end_inset
16753
16754
16755 \color magenta
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \color red
16767
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \color red
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row>
16785 <cell alignment="center" valignment="top" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \color yellow
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \color blue
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \color blue
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \color yellow
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835
16836 \color blue
16837
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 \begin_inset ERT
16847 status collapsed
16848
16849 \begin_layout Plain Layout
16850
16851
16852 \backslash
16853 cellcolor{Maroon}
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \color green
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 </lyxtabular>
16867
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \begin_layout Standard
16879 \begin_inset ERT
16880 status collapsed
16881
16882 \begin_layout Plain Layout
16883
16884
16885 \backslash
16886 else
16887 \end_layout
16888
16889 \end_inset
16890
16891
16892 \begin_inset Note Note
16893 status open
16894
16895 \begin_layout Plain Layout
16896 以下は、LaTeXパッケージ
16897 \series bold
16898 colortbl
16899 \series default
16900 が導入されていないときに表示されます。
16901 \end_layout
16902
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \begin_layout Standard
16909 この節の内容を出力で表示させるには、
16910 \series bold
16911 colortbl
16912 \series default
16913 パッケージを導入する必要があります。
16914 \end_layout
16915
16916 \begin_layout Standard
16917 \begin_inset ERT
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921
16922
16923 \backslash
16924 fi
16925 \end_layout
16926
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \begin_layout Subsection
16933 色付き行
16934 \begin_inset Index idx
16935 status collapsed
16936
16937 \begin_layout Plain Layout
16938 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \begin_inset Index idx
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948 いろつき@色付き ! ひょうのぎょう@表の行
16949 \end_layout
16950
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \begin_layout Standard
16957 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16958 \end_layout
16959
16960 \begin_layout Standard
16961
16962 \series bold
16963
16964 \backslash
16965 usepackage[table]{xcolor}
16966 \end_layout
16967
16968 \begin_layout Standard
16969 というコマンドを使用して、
16970 \series bold
16971 xcolor
16972 \series default
16973
16974 \begin_inset Index idx
16975 status collapsed
16976
16977 \begin_layout Plain Layout
16978 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
16979 \begin_inset ERT
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983
16984
16985 \backslash
16986 vspace{4mm}
16987 \end_layout
16988
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995
16996 パッケージを読み込むのです。
16997 \series bold
16998 xcolor
16999 \series default
17000 は、自動的に
17001 \series bold
17002 colortbl
17003 \series default
17004
17005 \begin_inset Index idx
17006 status collapsed
17007
17008 \begin_layout Plain Layout
17009 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17010 \end_layout
17011
17012 \end_inset
17013
17014 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17015 \series bold
17016 colortbl
17017 \series default
17018 も導入されていなくてはなりません。
17019 \end_layout
17020
17021 \begin_layout Standard
17022 \begin_inset ERT
17023 status collapsed
17024
17025 \begin_layout Plain Layout
17026
17027
17028 \backslash
17029 ifcolortbl
17030 \end_layout
17031
17032 \end_inset
17033
17034
17035 \begin_inset Note Note
17036 status open
17037
17038 \begin_layout Plain Layout
17039 本節の以下の部分は、LaTeXパッケージ
17040 \series bold
17041 colortbl
17042 \series default
17043 が導入済みのときのみ表示されます。
17044 \end_layout
17045
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \begin_layout Standard
17052 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17053 \end_layout
17054
17055 \begin_layout Standard
17056
17057 \series bold
17058
17059 \backslash
17060 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17061 \end_layout
17062
17063 \begin_layout Standard
17064 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17065 を付加する時に用います。したがって、例えば
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 rowcolors{1}{white}{lightgray}
17074 \end_layout
17075
17076 \begin_layout Standard
17077 というコマンドは、表
17078 \begin_inset CommandInset ref
17079 LatexCommand ref
17080 reference "tab:表-行色"
17081
17082 \end_inset
17083
17084 のようなカラースキームをもたらします。また、
17085 \end_layout
17086
17087 \begin_layout Standard
17088
17089 \series bold
17090
17091 \backslash
17092 rowcolors[
17093 \backslash
17094 hline]{1}{lightgray}{cyan}
17095 \end_layout
17096
17097 \begin_layout Standard
17098 というコマンドを用いると、表
17099 \begin_inset CommandInset ref
17100 LatexCommand ref
17101 reference "tab:表-行色-2"
17102
17103 \end_inset
17104
17105 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17106 \end_layout
17107
17108 \begin_layout Standard
17109
17110 \series bold
17111
17112 \backslash
17113 rowcolors{1}{}{}
17114 \end_layout
17115
17116 \begin_layout Standard
17117 というコマンドはすべての色付けを削除することになります。
17118 \series bold
17119
17120 \backslash
17121 rowcolors
17122 \series default
17123 は、コマンドに続くすべての表に影響を及ぼします。
17124 \end_layout
17125
17126 \begin_layout Standard
17127 \begin_inset ERT
17128 status open
17129
17130 \begin_layout Plain Layout
17131
17132
17133 \backslash
17134 rowcolors{1}{white}{lightgray}
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 \begin_inset Float table
17144 placement h
17145 wide false
17146 sideways false
17147 status open
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Caption Standard
17151
17152 \begin_layout Plain Layout
17153 \begin_inset CommandInset label
17154 LatexCommand label
17155 name "tab:表-行色"
17156
17157 \end_inset
17158
17159 隔行が灰色に着色された表
17160 \end_layout
17161
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Plain Layout
17168 \align center
17169 \begin_inset Tabular
17170 <lyxtabular version="3" rows="4" columns="3">
17171 <features rotate="0" tabularvalignment="middle">
17172 <column alignment="center" valignment="top">
17173 <column alignment="center" valignment="top" width="0pt">
17174 <column alignment="center" valignment="top" width="0pt">
17175 <row>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 X
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 Y
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 Z
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 1
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 2
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 3
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 4
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 5
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 6
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 7
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 8
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 9
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 </lyxtabular>
17292
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304 \begin_inset ERT
17305 status open
17306
17307 \begin_layout Plain Layout
17308
17309
17310 \backslash
17311 rowcolors[
17312 \backslash
17313 hline]{1}{lightgray}{cyan}
17314 \end_layout
17315
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \begin_layout Standard
17322 \begin_inset Float table
17323 placement h
17324 wide false
17325 sideways false
17326 status open
17327
17328 \begin_layout Plain Layout
17329 \begin_inset Caption Standard
17330
17331 \begin_layout Plain Layout
17332 \begin_inset CommandInset label
17333 LatexCommand label
17334 name "tab:表-行色-2"
17335
17336 \end_inset
17337
17338 隔行でシアン色に着色され、行間に線の入った表
17339 \end_layout
17340
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \begin_layout Plain Layout
17347 \align center
17348 \begin_inset Tabular
17349 <lyxtabular version="3" rows="4" columns="3">
17350 <features rotate="0" tabularvalignment="middle">
17351 <column alignment="center" valignment="top">
17352 <column alignment="center" valignment="top">
17353 <column alignment="center" valignment="top" width="0pt">
17354 <row>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 X
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 Y
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 Z
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 <row>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 1
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 2
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 3
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 4
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 5
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 6
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 7
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 8
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 9
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 </row>
17470 </lyxtabular>
17471
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \begin_layout Standard
17483 \begin_inset ERT
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487
17488
17489 \backslash
17490 rowcolors{1}{}{}
17491 \end_layout
17492
17493 \end_inset
17494
17495
17496 \begin_inset Note Note
17497 status collapsed
17498
17499 \begin_layout Plain Layout
17500 行色を解除
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Standard
17509 \begin_inset ERT
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513
17514
17515 \backslash
17516 else
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \begin_inset Note Note
17523 status open
17524
17525 \begin_layout Plain Layout
17526 以下は、LaTeXパッケージ
17527 \series bold
17528 colortbl
17529 \series default
17530 が導入されていないときに表示されます。
17531 \end_layout
17532
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \begin_layout Standard
17539 この節の内容を出力で表示させるには、
17540 \series bold
17541 colortbl
17542 \series default
17543 パッケージを導入する必要があります。
17544 \end_layout
17545
17546 \begin_layout Standard
17547 \begin_inset ERT
17548 status collapsed
17549
17550 \begin_layout Plain Layout
17551
17552
17553 \backslash
17554 fi
17555 \end_layout
17556
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \begin_layout Subsection
17563 色付き罫線
17564 \begin_inset Index idx
17565 status collapsed
17566
17567 \begin_layout Plain Layout
17568 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17569 \end_layout
17570
17571 \end_inset
17572
17573
17574 \begin_inset Index idx
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587
17588 \begin_inset CommandInset ref
17589 LatexCommand ref
17590 reference "sub:罫線幅"
17591
17592 \end_inset
17593
17594 節に述べられているように、表中の全罫線の線幅は、長さ
17595 \series bold
17596
17597 \backslash
17598 arrayrulewidth
17599 \series default
17600 を使って調節することができます。本節の表では、すべて1.5
17601 \begin_inset space \thinspace{}
17602 \end_inset
17603
17604 ptに設定されています。
17605 \begin_inset ERT
17606 status collapsed
17607
17608 \begin_layout Plain Layout
17609
17610
17611 \backslash
17612 setlength{
17613 \backslash
17614 arrayrulewidth}{1.5pt}
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 たとえば縦罫線を緑に着色するには、第
17624 \begin_inset CommandInset ref
17625 LatexCommand ref
17626 reference "sub:自製書式"
17627
17628 \end_inset
17629
17630 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17631 \end_layout
17632
17633 \begin_layout Standard
17634
17635 \series bold
17636
17637 \backslash
17638 newcolumntype{W}{!{
17639 \backslash
17640 color{green}
17641 \backslash
17642 vline}}
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \begin_inset CommandInset ref
17648 LatexCommand ref
17649 reference "tab:色付き縦罫線の表"
17650
17651 \end_inset
17652
17653 では、最右列にLaTeX変数
17654 \series bold
17655 WcW
17656 \series default
17657 、他の列にLaTeX変数
17658 \series bold
17659 Wc
17660 \series default
17661 が使用されています。
17662 \end_layout
17663
17664 \begin_layout Standard
17665 複数の色を用いたいときには、列書式をもっと定義してください。
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset Float table
17670 placement h
17671 wide false
17672 sideways false
17673 status open
17674
17675 \begin_layout Plain Layout
17676 \begin_inset Caption Standard
17677
17678 \begin_layout Plain Layout
17679 \begin_inset CommandInset label
17680 LatexCommand label
17681 name "tab:色付き縦罫線の表"
17682
17683 \end_inset
17684
17685 色付き縦罫線の表
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Plain Layout
17694 \align center
17695 \begin_inset Tabular
17696 <lyxtabular version="3" rows="3" columns="3">
17697 <features rotate="0" tabularvalignment="middle">
17698 <column alignment="center" valignment="top" special="Wc">
17699 <column alignment="center" valignment="top" special="Wc">
17700 <column alignment="center" valignment="top" special="WcW">
17701 <row>
17702 <cell alignment="center" valignment="top" topline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 sd
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 <cell alignment="center" valignment="top" topline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 </row>
17730 <row>
17731 <cell alignment="center" valignment="top" topline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 sd
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 </row>
17759 <row>
17760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782 sd
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 </row>
17788 </lyxtabular>
17789
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \begin_layout Standard
17801 \begin_inset VSpace bigskip
17802 \end_inset
17803
17804
17805 \begin_inset CommandInset ref
17806 LatexCommand ref
17807 reference "tab:色付き横罫線の表"
17808
17809 \end_inset
17810
17811 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17812 \end_layout
17813
17814 \begin_layout Standard
17815
17816 \series bold
17817
17818 \backslash
17819 let
17820 \backslash
17821 myHlineC
17822 \backslash
17823 hline
17824 \begin_inset Newline newline
17825 \end_inset
17826
17827
17828 \backslash
17829 renewcommand{
17830 \backslash
17831 hline}
17832 \begin_inset Newline newline
17833 \end_inset
17834
17835
17836 \begin_inset Phantom HPhantom
17837 status open
17838
17839 \begin_layout Plain Layout
17840 \begin_inset space ~
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847
17848 {
17849 \backslash
17850 arrayrulecolor{red}
17851 \backslash
17852 myHlineC
17853 \backslash
17854 arrayrulecolor{black}}
17855 \end_layout
17856
17857 \begin_layout Standard
17858 というコマンドを入力して下さい。
17859 \end_layout
17860
17861 \begin_layout Standard
17862 \begin_inset ERT
17863 status collapsed
17864
17865 \begin_layout Plain Layout
17866
17867
17868 \backslash
17869 let
17870 \backslash
17871 myHlineC
17872 \backslash
17873 hline
17874 \end_layout
17875
17876 \begin_layout Plain Layout
17877
17878
17879 \backslash
17880 renewcommand{
17881 \backslash
17882 hline}
17883 \end_layout
17884
17885 \begin_layout Plain Layout
17886
17887  {
17888 \backslash
17889 arrayrulecolor{red}
17890 \backslash
17891 myHlineC
17892 \backslash
17893 arrayrulecolor{black}}
17894 \end_layout
17895
17896 \end_inset
17897
17898
17899 \begin_inset Float table
17900 placement h
17901 wide false
17902 sideways false
17903 status open
17904
17905 \begin_layout Plain Layout
17906 \begin_inset Caption Standard
17907
17908 \begin_layout Plain Layout
17909 \begin_inset CommandInset label
17910 LatexCommand label
17911 name "tab:色付き横罫線の表"
17912
17913 \end_inset
17914
17915 色付き横罫線の表
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \begin_layout Plain Layout
17924 \align center
17925 \begin_inset Tabular
17926 <lyxtabular version="3" rows="3" columns="3">
17927 <features rotate="0" tabularvalignment="middle">
17928 <column alignment="center" valignment="top">
17929 <column alignment="center" valignment="top">
17930 <column alignment="center" valignment="top">
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 sd
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 sd
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 <row>
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 sd
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 </lyxtabular>
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 既定値の黒罫線に戻るには、
18032 \end_layout
18033
18034 \begin_layout Standard
18035
18036 \series bold
18037
18038 \backslash
18039 renewcommand{
18040 \backslash
18041 hline}{
18042 \backslash
18043 myHlineC}
18044 \end_layout
18045
18046 \begin_layout Standard
18047 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18048 \begin_inset CommandInset ref
18049 LatexCommand ref
18050 reference "tab:色付き罫線の表"
18051
18052 \end_inset
18053
18054 は、縦横罫線を色付けした例です。
18055 \end_layout
18056
18057 \begin_layout Standard
18058 \begin_inset Float table
18059 placement h
18060 wide false
18061 sideways false
18062 status open
18063
18064 \begin_layout Plain Layout
18065 \begin_inset Caption Standard
18066
18067 \begin_layout Plain Layout
18068 \begin_inset CommandInset label
18069 LatexCommand label
18070 name "tab:色付き罫線の表"
18071
18072 \end_inset
18073
18074 色付き罫線の表
18075 \end_layout
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \begin_layout Plain Layout
18083 \align center
18084 \begin_inset Tabular
18085 <lyxtabular version="3" rows="3" columns="3">
18086 <features rotate="0" tabularvalignment="middle">
18087 <column alignment="center" valignment="top" special="Wc">
18088 <column alignment="center" valignment="top" special="Wc">
18089 <column alignment="center" valignment="top" special="WcW">
18090 <row>
18091 <cell alignment="center" valignment="top" topline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 sd
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" topline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 </row>
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133 sd
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row topspace="default">
18149 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 sd
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 </lyxtabular>
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \begin_layout Standard
18190 \begin_inset ERT
18191 status collapsed
18192
18193 \begin_layout Plain Layout
18194
18195
18196 \backslash
18197 renewcommand{
18198 \backslash
18199 hline}{
18200 \backslash
18201 myHlineC}
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \begin_layout Standard
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 setlength{
18218 \backslash
18219 arrayrulewidth}{0.4pt}
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Section
18228 表幅の計算
18229 \begin_inset CommandInset label
18230 LatexCommand label
18231 name "sec:表幅の計算"
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Standard
18239 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18240 設ければ良いのでしょうか?
18241 \end_layout
18242
18243 \begin_layout Standard
18244 表幅
18245 \begin_inset Formula $W_{\text{表}}$
18246 \end_inset
18247
18248 は計算することができます。各列の実際の幅は、指定した列幅
18249 \begin_inset Formula $W_{\text{列}}$
18250 \end_inset
18251
18252 に、列の内容と列罫線との間の余白(LaTeX長
18253 \series bold
18254
18255 \backslash
18256 tabcolsep
18257 \series default
18258 ・既定値6
18259 \begin_inset space \thinspace{}
18260 \end_inset
18261
18262 pt)の2倍と、罫線幅(LaTeX長
18263 \series bold
18264
18265 \backslash
18266 arrayrulewidth
18267 \series default
18268 ・既定値0.4
18269 \begin_inset space \thinspace{}
18270 \end_inset
18271
18272 pt)を加えたものになります。したがって、もし同じ幅の
18273 \begin_inset Formula $n$
18274 \end_inset
18275
18276 列を作るならば、表幅は
18277 \begin_inset Formula 
18278 \begin{equation}
18279 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18280 \end{equation}
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18289 \series bold
18290
18291 \backslash
18292 columnwidth
18293 \series default
18294 )。表の列をすべて同じ幅にするとすれば、
18295 \begin_inset Formula $W_{\text{表}}$
18296 \end_inset
18297
18298 が1
18299 \begin_inset space \thinspace{}
18300 \end_inset
18301
18302
18303 \backslash
18304 columnwidthになりますので、
18305 \begin_inset Formula $W_{\text{列}}$
18306 \end_inset
18307
18308 は簡単に計算できます。
18309 \end_layout
18310
18311 \begin_layout Standard
18312 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18313 \series bold
18314 calc
18315 \series default
18316
18317 \begin_inset Index idx
18318 status collapsed
18319
18320 \begin_layout Plain Layout
18321 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18322 \end_layout
18323
18324 \end_inset
18325
18326 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18327 \family sans
18328 LaTeXの引数
18329 \family default
18330 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18331 \begin_inset CommandInset ref
18332 LatexCommand ref
18333 reference "sub:連結列の計算"
18334
18335 \end_inset
18336
18337 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18338 \end_layout
18339
18340 \begin_layout Standard
18341
18342 \series bold
18343 >{
18344 \backslash
18345 centering}p{(1
18346 \backslash
18347 columnwidth-62.4pt)/5}
18348 \end_layout
18349
18350 \begin_layout Standard
18351 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18352 \begin_inset Formula 
18353 \begin{align}
18354 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18355  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18356  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18357 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18358 \end{align}
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 となります。したがって、表中の広い列には
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \series bold
18372 >{
18373 \backslash
18374 centering}p{(1
18375 \backslash
18376 columnwidth-62.4pt)/
18377 \backslash
18378 real{4.5}}
18379 \end_layout
18380
18381 \begin_layout Standard
18382 というコマンドを用い、狭い列には
18383 \end_layout
18384
18385 \begin_layout Standard
18386
18387 \series bold
18388 >{
18389 \backslash
18390 centering}p{(1
18391 \backslash
18392 columnwidth-62.4pt)/
18393 \backslash
18394 real{4.5}*
18395 \backslash
18396 real{0.75}}
18397 \end_layout
18398
18399 \begin_layout Standard
18400 というコマンドを用いることにすると、以下の表が出来上がります。
18401 \end_layout
18402
18403 \begin_layout Standard
18404 \begin_inset Tabular
18405 <lyxtabular version="3" rows="2" columns="5">
18406 <features rotate="0" tabularvalignment="middle">
18407 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18408 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18409 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18410 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18411 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18412 <row>
18413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 1
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 2
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 3
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 4
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 5
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 </row>
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 111111 1111111 111111 111111111 11111 11111 1111
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 2222 22222 222222 222222222 2222222 22 22222
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 333333 333333 333333 33333 3333333 333
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 </row>
18506 </lyxtabular>
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Section
18514 表の調整
18515 \begin_inset Index idx
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519 ひょうのちょうせい@表の調整
18520 \end_layout
18521
18522 \end_inset
18523
18524
18525 \begin_inset Index idx
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529 ひょう@表 ! ちょうせい@調整
18530 \end_layout
18531
18532 \end_inset
18533
18534
18535 \end_layout
18536
18537 \begin_layout Subsection
18538 行の余白取り
18539 \begin_inset CommandInset label
18540 LatexCommand label
18541 name "sub:行の余白取り"
18542
18543 \end_inset
18544
18545
18546 \begin_inset Index idx
18547 status collapsed
18548
18549 \begin_layout Plain Layout
18550 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 表の設定ダイアログの
18560 \family sans
18561 罫線
18562 \family default
18563 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18564 \end_layout
18565
18566 \begin_layout Description
18567 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18568 \begin_inset Foot
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572 フォーマル形式の表は第
18573 \begin_inset CommandInset ref
18574 LatexCommand ref
18575 reference "sec:フォーマル形式の表"
18576
18577 \end_inset
18578
18579 節で説明されています。
18580 \end_layout
18581
18582 \end_inset
18583
18584 ならば、LyXは既定値として0.5
18585 \begin_inset space \thinspace{}
18586 \end_inset
18587
18588 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18589 \begin_inset VSpace medskip
18590 \end_inset
18591
18592
18593 \begin_inset Newline newline
18594 \end_inset
18595
18596
18597 \begin_inset space \hspace*{}
18598 \length 0pt
18599 \end_inset
18600
18601
18602 \begin_inset space \hfill{}
18603 \end_inset
18604
18605
18606 \begin_inset Tabular
18607 <lyxtabular version="3" rows="3" columns="1">
18608 <features rotate="0" tabularvalignment="middle">
18609 <column alignment="center" valignment="top">
18610 <row>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row topspace="3mm">
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 行上に3
18627 \begin_inset space \thinspace{}
18628 \end_inset
18629
18630 mmの余白
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 </row>
18636 <row>
18637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 </lyxtabular>
18648
18649 \end_inset
18650
18651
18652 \begin_inset space \hfill{}
18653 \end_inset
18654
18655
18656 \begin_inset space \hspace*{}
18657 \length 0pt
18658 \end_inset
18659
18660
18661 \begin_inset VSpace medskip
18662 \end_inset
18663
18664
18665 \begin_inset Newline newline
18666 \end_inset
18667
18668 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18669 \end_layout
18670
18671 \begin_layout Description
18672 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18673 \begin_inset space \thinspace{}
18674 \end_inset
18675
18676 emの余白を挿入し、通常の表ならば既定値として2
18677 \begin_inset space \thinspace{}
18678 \end_inset
18679
18680 ptを挿入します。
18681 \end_layout
18682
18683 \begin_layout Description
18684 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18685 \begin_inset space \thinspace{}
18686 \end_inset
18687
18688 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18689 \begin_inset VSpace medskip
18690 \end_inset
18691
18692
18693 \begin_inset Newline newline
18694 \end_inset
18695
18696
18697 \begin_inset space \hspace*{}
18698 \length 0pt
18699 \end_inset
18700
18701
18702 \begin_inset space \hfill{}
18703 \end_inset
18704
18705
18706 \begin_inset Tabular
18707 <lyxtabular version="3" rows="3" columns="1">
18708 <features rotate="0" tabularvalignment="middle">
18709 <column alignment="center" valignment="top">
18710 <row>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 <row interlinespace="3mm">
18722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726 \begin_inset Formula $\downarrow$
18727 \end_inset
18728
18729  行間に3
18730 \begin_inset space \thinspace{}
18731 \end_inset
18732
18733 mmの余白 
18734 \begin_inset Formula $\downarrow$
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 </row>
18743 <row>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 \begin_inset Formula $\uparrow$
18749 \end_inset
18750
18751  行間に3
18752 \begin_inset space \thinspace{}
18753 \end_inset
18754
18755 mmの余白 
18756 \begin_inset Formula $\uparrow$
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 </lyxtabular>
18766
18767 \end_inset
18768
18769
18770 \begin_inset space \hfill{}
18771 \end_inset
18772
18773
18774 \begin_inset space \hspace*{}
18775 \length 0pt
18776 \end_inset
18777
18778
18779 \begin_inset VSpace medskip
18780 \end_inset
18781
18782
18783 \begin_inset Newline newline
18784 \end_inset
18785
18786 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18787 \end_layout
18788
18789 \begin_layout Standard
18790 \begin_inset VSpace bigskip
18791 \end_inset
18792
18793 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18794 \end_layout
18795
18796 \begin_layout Standard
18797
18798 \series bold
18799
18800 \backslash
18801 @ifundefined{extrarowheight}
18802 \begin_inset Newline newline
18803 \end_inset
18804
18805
18806 \begin_inset Phantom HPhantom
18807 status open
18808
18809 \begin_layout Plain Layout
18810 \begin_inset space ~
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \end_inset
18817
18818 {
18819 \backslash
18820 usepackage{array}}{}
18821 \begin_inset Newline newline
18822 \end_inset
18823
18824
18825 \backslash
18826 setlength{
18827 \backslash
18828 extrarowheight}{height}
18829 \end_layout
18830
18831 \begin_layout Standard
18832 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18833 \series bold
18834 array
18835 \series default
18836 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18837 \series bold
18838
18839 \backslash
18840 @ifundefined
18841 \series default
18842 が使用されています)。
18843 \end_layout
18844
18845 \begin_layout Standard
18846 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18847 \series bold
18848
18849 \backslash
18850 strut
18851 \series default
18852 コマンドを挿入することで補正することができます。表
18853 \begin_inset CommandInset ref
18854 LatexCommand ref
18855 reference "tab:垂直揃え"
18856
18857 \end_inset
18858
18859 は、この効果を示したものです。
18860 \end_layout
18861
18862 \begin_layout Standard
18863 \noindent
18864 \begin_inset Float table
18865 placement h
18866 wide false
18867 sideways false
18868 status open
18869
18870 \begin_layout Plain Layout
18871 \begin_inset Caption Standard
18872
18873 \begin_layout Plain Layout
18874 \begin_inset CommandInset label
18875 LatexCommand label
18876 name "tab:垂直揃え"
18877
18878 \end_inset
18879
18880 大きなフォント寸法の文章の垂直揃え
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Plain Layout
18889 \begin_inset space \hfill{}
18890 \end_inset
18891
18892
18893 \begin_inset Float table
18894 wide false
18895 sideways false
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899 \begin_inset Caption Standard
18900
18901 \begin_layout Plain Layout
18902 通常の表
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Plain Layout
18911 \noindent
18912 \align center
18913 \begin_inset Tabular
18914 <lyxtabular version="3" rows="6" columns="1">
18915 <features rotate="0" tabularvalignment="middle">
18916 <column alignment="left" valignment="top">
18917 <row>
18918 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 Normal, g
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \size large
18935 Large
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 larger
18948 Larger
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 largest
18961 Largest
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 huge
18974 Huge
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \size giant
18987 Huger
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 </lyxtabular>
18994
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \begin_inset space \hfill{}
19004 \end_inset
19005
19006
19007 \begin_inset Float table
19008 wide false
19009 sideways false
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013 \begin_inset Caption Standard
19014
19015 \begin_layout Plain Layout
19016
19017 \series bold
19018
19019 \backslash
19020 strut
19021 \series default
19022 コマンドを使用した表
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Plain Layout
19031 \noindent
19032 \align center
19033 \begin_inset Tabular
19034 <lyxtabular version="3" rows="6" columns="1">
19035 <features rotate="0" tabularvalignment="middle">
19036 <column alignment="left" valignment="top">
19037 <row>
19038 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042 Normal, g
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 </row>
19048 <row>
19049 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \size large
19055 \begin_inset ERT
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059
19060
19061 \backslash
19062 strut 
19063 \end_layout
19064
19065 \end_inset
19066
19067 Large
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 <row>
19074 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \size larger
19080 \begin_inset ERT
19081 status collapsed
19082
19083 \begin_layout Plain Layout
19084
19085
19086 \backslash
19087 strut 
19088 \end_layout
19089
19090 \end_inset
19091
19092 Larger
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \size largest
19105 \begin_inset ERT
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109
19110
19111 \backslash
19112 strut 
19113 \end_layout
19114
19115 \end_inset
19116
19117 Largest
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \size huge
19130 \begin_inset ERT
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134
19135
19136 \backslash
19137 strut 
19138 \end_layout
19139
19140 \end_inset
19141
19142 Huge
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \size giant
19155 \begin_inset ERT
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159
19160
19161 \backslash
19162 strut 
19163 \end_layout
19164
19165 \end_inset
19166
19167 Huger
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 </row>
19173 </lyxtabular>
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \end_inset
19181
19182
19183 \begin_inset space \hfill{}
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Subsection
19195 特殊なセル揃え
19196 \begin_inset CommandInset label
19197 LatexCommand label
19198 name "sub:特殊なセル揃え"
19199
19200 \end_inset
19201
19202
19203 \begin_inset Index idx
19204 status collapsed
19205
19206 \begin_layout Plain Layout
19207 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19208 \end_layout
19209
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \begin_layout Standard
19216 ときには表
19217 \begin_inset CommandInset ref
19218 LatexCommand ref
19219 reference "tab:表セル"
19220
19221 \end_inset
19222
19223 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19224 \begin_inset Graphics
19225         filename ../../images/tabular-feature_align-decimal.png
19226         scale 85
19227         scaleBeforeRotation
19228
19229 \end_inset
19230
19231 を押すか、表設定中で揃えを
19232 \family sans
19233 小数点で
19234 \family default
19235 に設定します。
19236 \end_layout
19237
19238 \begin_layout Standard
19239 \begin_inset Float table
19240 placement h
19241 wide false
19242 sideways false
19243 status open
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Caption Standard
19247
19248 \begin_layout Plain Layout
19249 \begin_inset CommandInset label
19250 LatexCommand label
19251 name "tab:表セル"
19252
19253 \end_inset
19254
19255 一列が小数点で揃えられた表セル
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \begin_layout Plain Layout
19264 \align center
19265 \begin_inset Tabular
19266 <lyxtabular version="3" rows="4" columns="1">
19267 <features rotate="0" booktabs="true" tabularvalignment="middle">
19268 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19269 <row>
19270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 見出し
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 <row>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 12.6
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 0.68
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 </row>
19302 <row>
19303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 -123.0
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 </lyxtabular>
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \begin_layout Standard
19326 \begin_inset Float table
19327 placement h
19328 wide false
19329 sideways false
19330 status open
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Caption Standard
19334
19335 \begin_layout Plain Layout
19336 \begin_inset CommandInset label
19337 LatexCommand label
19338 name "tab:演算子揃え表"
19339
19340 \end_inset
19341
19342 一列が演算子で揃えられた表セル
19343 \end_layout
19344
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \begin_layout Plain Layout
19351 \align center
19352 \begin_inset Tabular
19353 <lyxtabular version="3" rows="4" columns="2">
19354 <features rotate="0" booktabs="true" tabularvalignment="middle">
19355 <column alignment="right" valignment="top" width="0pt">
19356 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19357 <row>
19358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 見出し
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 \begin_inset Formula $12\,+$
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\,6$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset Formula $0\,-$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $\,68$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $-123\,/$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset Formula $\,0$
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 </row>
19455 </lyxtabular>
19456
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463
19464
19465 \end_layout
19466
19467 \begin_layout Standard
19468 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19469 \begin_inset CommandInset ref
19470 LatexCommand ref
19471 reference "tab:演算子揃え表"
19472
19473 \end_inset
19474
19475 のような方法を用いる必要があります。この表は、4
19476 \begin_inset Formula $\times$
19477 \end_inset
19478
19479 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
19480 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \series bold
19486 @{}l
19487 \end_layout
19488
19489 \begin_layout Standard
19490 というLaTeX引数を第2列に指定します。
19491 \end_layout
19492
19493 \begin_layout Standard
19494
19495 \begin_inset CommandInset ref
19496 LatexCommand ref
19497 reference "tab:表セル揃え"
19498
19499 \end_inset
19500
19501 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19502 \begin_inset CommandInset ref
19503 LatexCommand ref
19504 reference "tab:演算子揃え表"
19505
19506 \end_inset
19507
19508 の冒頭には、小空白が加えられています。
19509 \end_layout
19510
19511 \begin_layout Standard
19512 \begin_inset Float table
19513 wide false
19514 sideways false
19515 status open
19516
19517 \begin_layout Plain Layout
19518 \begin_inset Caption Standard
19519
19520 \begin_layout Plain Layout
19521 \begin_inset CommandInset label
19522 LatexCommand label
19523 name "tab:表セル揃え"
19524
19525 \end_inset
19526
19527 表セルの揃えの例
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \begin_layout Plain Layout
19536 \align center
19537 \begin_inset Tabular
19538 <lyxtabular version="3" rows="4" columns="6">
19539 <features rotate="0" tabularvalignment="middle">
19540 <column alignment="right" valignment="top">
19541 <column alignment="left" valignment="top" special="@{}l">
19542 <column alignment="right" valignment="top">
19543 <column alignment="left" valignment="top" special="@{}l">
19544 <column alignment="right" valignment="top">
19545 <column alignment="left" valignment="top" special="@{}l">
19546 <row>
19547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 単位
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 冪数
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 関係子
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 12
19608 \begin_inset Formula $\times$
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 24本の瓶
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $10\cdot$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $10^{\mbox{-}17}$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $\Gamma(t)\propto$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\:\Upsilon(t)$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 1024
19680 \begin_inset Formula $\times$
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 768ピクセル
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 <cell alignment="center" valignment="top" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701 \begin_inset Formula $5.78\cdot$
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 \begin_inset Formula $10^{7}$
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $A\ne$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\: B_{\mathrm{red}}$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 32
19752 \begin_inset Formula $\times$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 6
19765 \begin_inset space \thinspace{}
19766 \end_inset
19767
19768 cm
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 -
19778 \begin_inset Formula $33.5\cdot$
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 \begin_inset Formula $10^{4}$
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\sin(\alpha)\ge$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Formula $\:\sin(\beta)$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 </lyxtabular>
19824
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \begin_layout Subsection
19836 自製のセル書式および列書式
19837 \begin_inset CommandInset label
19838 LatexCommand label
19839 name "sub:自製書式"
19840
19841 \end_inset
19842
19843
19844 \begin_inset Index idx
19845 status collapsed
19846
19847 \begin_layout Plain Layout
19848 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Standard
19857
19858 \begin_inset CommandInset ref
19859 LatexCommand ref
19860 reference "sec:表幅の計算"
19861
19862 \end_inset
19863
19864 節のようにして通常列の必要幅を計算したり、第
19865 \begin_inset CommandInset ref
19866 LatexCommand ref
19867 reference "sub:連結列の計算"
19868
19869 \end_inset
19870
19871 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
19872 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19873 \end_layout
19874
19875 \begin_layout Standard
19876
19877 \series bold
19878
19879 \backslash
19880 newcolumntype{書式名}[引数の数]{コマンド}
19881 \end_layout
19882
19883 \begin_layout Standard
19884 書式名は、一文字だけでも構いません。
19885 \emph on
19886 b
19887 \emph default
19888
19889 \emph on
19890 c
19891 \emph default
19892
19893 \emph on
19894 l
19895 \emph default
19896
19897 \emph on
19898 m
19899 \emph default
19900
19901 \emph on
19902 p
19903 \emph default
19904
19905 \emph on
19906 r
19907 \emph default
19908 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19909 \end_layout
19910
19911 \begin_layout Standard
19912 \begin_inset VSpace medskip
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Standard
19919 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19920 \end_layout
19921
19922 \begin_layout Standard
19923
19924 \series bold
19925
19926 \backslash
19927 newcolumntype{M}[1]{>{
19928 \backslash
19929 centering
19930 \backslash
19931 hspace{0pt}}m{#1}}
19932 \end_layout
19933
19934 \begin_layout Standard
19935 ここで
19936 \series bold
19937
19938 \backslash
19939 hspace{0pt}
19940 \series default
19941 は、第
19942 \begin_inset CommandInset ref
19943 LatexCommand ref
19944 reference "sub:複数行"
19945
19946 \end_inset
19947
19948 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
19949 \family sans
19950 LaTeXの引数
19951 \family default
19952
19953 \end_layout
19954
19955 \begin_layout Standard
19956
19957 \series bold
19958 M{width}
19959 \end_layout
19960
19961 \begin_layout Standard
19962 と入力するだけですみます。
19963 \end_layout
19964
19965 \begin_layout Standard
19966 \begin_inset VSpace bigskip
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Standard
19973 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
19974 \end_layout
19975
19976 \begin_layout Standard
19977
19978 \series bold
19979
19980 \backslash
19981 newcolumntype{S}[2]{>{
19982 \backslash
19983 centering
19984 \backslash
19985 hspace{0pt}}
19986 \begin_inset Newline newline
19987 \end_inset
19988
19989
19990 \begin_inset Phantom HPhantom
19991 status open
19992
19993 \begin_layout Plain Layout
19994
19995 \series bold
19996
19997 \backslash
19998 newcolumntype
19999 \end_layout
20000
20001 \end_inset
20002
20003 m{(#1+(2
20004 \backslash
20005 tabcolsep+
20006 \backslash
20007 arrayrulewidth)*(1-#2))/#2}}
20008 \end_layout
20009
20010 \begin_layout Standard
20011 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20012 \begin_inset CommandInset ref
20013 LatexCommand eqref
20014 reference "eq:Wgn"
20015
20016 \end_inset
20017
20018 式を使用しています。
20019 \end_layout
20020
20021 \begin_layout Standard
20022 こうしておけば、当該セルのLaTeX引数に
20023 \end_layout
20024
20025 \begin_layout Standard
20026
20027 \series bold
20028 S{連結列セルの幅}{連結列セルがまたがる列の数}
20029 \end_layout
20030
20031 \begin_layout Standard
20032 と入力するだけですみます。
20033 \end_layout
20034
20035 \begin_layout Standard
20036 \begin_inset VSpace bigskip
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \begin_layout Standard
20043 色付き列については、以下のように定義するとよいでしょう。
20044 \end_layout
20045
20046 \begin_layout Standard
20047
20048 \series bold
20049
20050 \backslash
20051 newcolumntype{K}[1]{>{
20052 \backslash
20053 columncolor{#1}
20054 \backslash
20055 hspace{0pt}}c}
20056 \end_layout
20057
20058 \begin_layout Standard
20059 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20060 \end_layout
20061
20062 \begin_layout Standard
20063
20064 \series bold
20065 K{色名}
20066 \end_layout
20067
20068 \begin_layout Standard
20069 と入力します。
20070 \end_layout
20071
20072 \begin_layout Standard
20073 \begin_inset VSpace bigskip
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \begin_layout Standard
20080
20081 \begin_inset CommandInset ref
20082 LatexCommand ref
20083 reference "tab:ユーザー定義の表書式"
20084
20085 \end_inset
20086
20087 を生成するには、第1列と連結列にLaTeX引数として
20088 \end_layout
20089
20090 \begin_layout Standard
20091
20092 \series bold
20093 M{2.5cm}
20094 \end_layout
20095
20096 \begin_layout Standard
20097 を指定し、最終列に
20098 \end_layout
20099
20100 \begin_layout Standard
20101
20102 \series bold
20103 K{red}
20104 \end_layout
20105
20106 \begin_layout Standard
20107 そして第2列の各セルに
20108 \end_layout
20109
20110 \begin_layout Standard
20111
20112 \series bold
20113 S{2.5cm}{2}
20114 \end_layout
20115
20116 \begin_layout Standard
20117 と指定します。
20118 \end_layout
20119
20120 \begin_layout Standard
20121 \begin_inset Float table
20122 placement h
20123 wide false
20124 sideways false
20125 status open
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Caption Standard
20129
20130 \begin_layout Plain Layout
20131 \begin_inset CommandInset label
20132 LatexCommand label
20133 name "tab:ユーザー定義の表書式"
20134
20135 \end_inset
20136
20137 ユーザー定義の表書式を使用した表
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \begin_layout Plain Layout
20146 \align center
20147 \begin_inset Tabular
20148 <lyxtabular version="3" rows="3" columns="4">
20149 <features rotate="0" tabularvalignment="middle">
20150 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20151 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20152 <column alignment="center" valignment="middle">
20153 <column alignment="center" valignment="middle" special="K{red}">
20154 <row>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 とても長い表セル中の単語
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 複数行の連結列
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186 c
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 d
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 e
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 f
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 g
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 h
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 i
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 j
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 k
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 </lyxtabular>
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Subsection
20281 罫線幅
20282 \begin_inset CommandInset label
20283 LatexCommand label
20284 name "sub:罫線幅"
20285
20286 \end_inset
20287
20288
20289 \begin_inset Index idx
20290 status collapsed
20291
20292 \begin_layout Plain Layout
20293 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20294 \end_layout
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \begin_layout Standard
20302 表中のすべての罫線の罫線幅を調整するには、長さ
20303 \series bold
20304
20305 \backslash
20306 arrayrulewidth
20307 \series default
20308 を使用します。たとえば、表
20309 \begin_inset CommandInset ref
20310 LatexCommand ref
20311 reference "tab:Table-with-1.5"
20312
20313 \end_inset
20314
20315 のように罫線幅を1.5
20316 \begin_inset space \thinspace{}
20317 \end_inset
20318
20319 ptにするには、表や表フロートの前にTeXコードで
20320 \end_layout
20321
20322 \begin_layout Standard
20323
20324 \series bold
20325
20326 \backslash
20327 setlength{
20328 \backslash
20329 arrayrulewidth}{1.5pt}
20330 \end_layout
20331
20332 \begin_layout Standard
20333 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20334 \series bold
20335
20336 \backslash
20337 arrayrulewidth
20338 \series default
20339 を0.4
20340 \begin_inset space \thinspace{}
20341 \end_inset
20342
20343 ptに設定してください。
20344 \end_layout
20345
20346 \begin_layout Standard
20347 \begin_inset ERT
20348 status collapsed
20349
20350 \begin_layout Plain Layout
20351
20352
20353 \backslash
20354 setlength{
20355 \backslash
20356 arrayrulewidth}{1.5pt}
20357 \end_layout
20358
20359 \end_inset
20360
20361
20362 \begin_inset Float table
20363 wide false
20364 sideways false
20365 status open
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Caption Standard
20369
20370 \begin_layout Plain Layout
20371 \begin_inset CommandInset label
20372 LatexCommand label
20373 name "tab:Table-with-1.5"
20374
20375 \end_inset
20376
20377 1.5
20378 \begin_inset space \thinspace{}
20379 \end_inset
20380
20381 pt幅罫線の表
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Plain Layout
20390 \align center
20391 \begin_inset Tabular
20392 <lyxtabular version="3" rows="3" columns="3">
20393 <features rotate="0" tabularvalignment="middle">
20394 <column alignment="center" valignment="top">
20395 <column alignment="center" valignment="top">
20396 <column alignment="center" valignment="top">
20397 <row>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 sd
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 sd
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 sd
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 </lyxtabular>
20485
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \begin_inset ERT
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498
20499
20500 \backslash
20501 setlength{
20502 \backslash
20503 arrayrulewidth}{0.4pt}
20504 \end_layout
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \begin_layout Standard
20512 \begin_inset VSpace bigskip
20513 \end_inset
20514
20515
20516 \begin_inset CommandInset ref
20517 LatexCommand ref
20518 reference "tab:1.5pt幅横罫"
20519
20520 \end_inset
20521
20522 のように横罫だけを1.5
20523 \begin_inset space \thinspace{}
20524 \end_inset
20525
20526 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20527 \end_layout
20528
20529 \begin_layout Standard
20530
20531 \series bold
20532
20533 \backslash
20534 let
20535 \backslash
20536 myHline
20537 \backslash
20538 hline
20539 \begin_inset Newline newline
20540 \end_inset
20541
20542
20543 \backslash
20544 renewcommand{
20545 \backslash
20546 hline}
20547 \begin_inset Newline newline
20548 \end_inset
20549
20550  {
20551 \backslash
20552 noalign{
20553 \backslash
20554 global
20555 \backslash
20556 arrayrulewidth 1.5pt}
20557 \begin_inset Newline newline
20558 \end_inset
20559
20560  
20561 \backslash
20562 myHline
20563 \backslash
20564 noalign{
20565 \backslash
20566 global
20567 \backslash
20568 arrayrulewidth 0.4pt}}
20569 \end_layout
20570
20571 \begin_layout Standard
20572 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20573 \end_layout
20574
20575 \begin_layout Standard
20576
20577 \series bold
20578
20579 \backslash
20580 renewcommand{
20581 \backslash
20582 hline}{
20583 \backslash
20584 myHline}
20585 \end_layout
20586
20587 \begin_layout Standard
20588 \begin_inset ERT
20589 status collapsed
20590
20591 \begin_layout Plain Layout
20592
20593
20594 \backslash
20595 let
20596 \backslash
20597 myHline
20598 \backslash
20599 hline
20600 \end_layout
20601
20602 \begin_layout Plain Layout
20603
20604
20605 \backslash
20606 renewcommand{
20607 \backslash
20608 hline}
20609 \end_layout
20610
20611 \begin_layout Plain Layout
20612
20613  {
20614 \backslash
20615 noalign{
20616 \backslash
20617 global
20618 \backslash
20619 arrayrulewidth 1.5pt}
20620 \end_layout
20621
20622 \begin_layout Plain Layout
20623
20624   
20625 \backslash
20626 myHline
20627 \backslash
20628 noalign{
20629 \backslash
20630 global
20631 \backslash
20632 arrayrulewidth 0.4pt}}
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \begin_inset Float table
20639 wide false
20640 sideways false
20641 status open
20642
20643 \begin_layout Plain Layout
20644 \begin_inset Caption Standard
20645
20646 \begin_layout Plain Layout
20647 \begin_inset CommandInset label
20648 LatexCommand label
20649 name "tab:1.5pt幅横罫"
20650
20651 \end_inset
20652
20653 1.5
20654 \begin_inset space \thinspace{}
20655 \end_inset
20656
20657 pt幅横罫の表
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \begin_layout Plain Layout
20666 \align center
20667 \begin_inset Tabular
20668 <lyxtabular version="3" rows="3" columns="3">
20669 <features rotate="0" tabularvalignment="middle">
20670 <column alignment="center" valignment="top">
20671 <column alignment="center" valignment="top">
20672 <column alignment="center" valignment="top">
20673 <row>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 sd
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 sd
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 sd
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 </lyxtabular>
20761
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \begin_inset ERT
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774
20775
20776 \backslash
20777 renewcommand{
20778 \backslash
20779 hline}{
20780 \backslash
20781 myHline}
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \begin_layout Standard
20790 \begin_inset VSpace bigskip
20791 \end_inset
20792
20793 縦罫だけを1.5
20794 \begin_inset space \thinspace{}
20795 \end_inset
20796
20797 pt幅にするには、第
20798 \begin_inset CommandInset ref
20799 LatexCommand ref
20800 reference "sub:自製書式"
20801
20802 \end_inset
20803
20804 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20805 \end_layout
20806
20807 \begin_layout Standard
20808
20809 \series bold
20810
20811 \backslash
20812 newcolumntype{V}{!{
20813 \backslash
20814 vrule width 1.5pt}}
20815 \end_layout
20816
20817 \begin_layout Standard
20818
20819 \begin_inset CommandInset ref
20820 LatexCommand ref
20821 reference "tab:1.5pt幅縦罫"
20822
20823 \end_inset
20824
20825 を作るには、最右列にLaTeX引数
20826 \end_layout
20827
20828 \begin_layout Standard
20829
20830 \series bold
20831 VcV
20832 \end_layout
20833
20834 \begin_layout Standard
20835 を指定し、他の列には
20836 \end_layout
20837
20838 \begin_layout Standard
20839
20840 \series bold
20841 Vc
20842 \end_layout
20843
20844 \begin_layout Standard
20845 を指定します。
20846 \end_layout
20847
20848 \begin_layout Standard
20849 \begin_inset Float table
20850 wide false
20851 sideways false
20852 status open
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Caption Standard
20856
20857 \begin_layout Plain Layout
20858 \begin_inset CommandInset label
20859 LatexCommand label
20860 name "tab:1.5pt幅縦罫"
20861
20862 \end_inset
20863
20864 1.5
20865 \begin_inset space \thinspace{}
20866 \end_inset
20867
20868 pt幅縦罫の表
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \begin_layout Plain Layout
20877 \align center
20878 \begin_inset Tabular
20879 <lyxtabular version="3" rows="3" columns="3">
20880 <features rotate="0" tabularvalignment="middle">
20881 <column alignment="center" valignment="top" special="Vc">
20882 <column alignment="center" valignment="top" special="Vc">
20883 <column alignment="center" valignment="top" special="VcV">
20884 <row>
20885 <cell alignment="center" valignment="top" topline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 sd
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 sd
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 sd
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 </lyxtabular>
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \begin_layout Subsection
20984 点罫
20985 \begin_inset Index idx
20986 status collapsed
20987
20988 \begin_layout Plain Layout
20989 ひょうのちょうせい@表の調整 ! てんけい@点罫
20990 \end_layout
20991
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \begin_layout Standard
20998 \begin_inset ERT
20999 status collapsed
21000
21001 \begin_layout Plain Layout
21002
21003
21004 \backslash
21005 ifarydshln
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \begin_inset Note Note
21012 status open
21013
21014 \begin_layout Plain Layout
21015 この節は、LaTeXパッケージ
21016 \series bold
21017 arydshln
21018 \series default
21019 が導入済みの時のみ表示されます。
21020 \end_layout
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \begin_layout Standard
21028 \begin_inset Float table
21029 placement H
21030 wide false
21031 sideways false
21032 status open
21033
21034 \begin_layout Plain Layout
21035 \begin_inset Caption Standard
21036
21037 \begin_layout Plain Layout
21038 \begin_inset CommandInset label
21039 LatexCommand label
21040 name "tab:点罫表"
21041
21042 \end_inset
21043
21044 点罫を使用した表
21045 \end_layout
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Plain Layout
21053 \align center
21054 \begin_inset Tabular
21055 <lyxtabular version="3" rows="5" columns="5">
21056 <features rotate="0" tabularvalignment="middle">
21057 <column alignment="center" valignment="top">
21058 <column alignment="center" valignment="top">
21059 <column alignment="center" valignment="top" special=":c">
21060 <column alignment="center" valignment="top">
21061 <column alignment="center" valignment="top">
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 </row>
21109 <row>
21110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" topline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161 \begin_inset ERT
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165
21166
21167 \backslash
21168 hdashline 
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220 \begin_inset ERT
21221 status collapsed
21222
21223 \begin_layout Plain Layout
21224
21225
21226 \backslash
21227 cdashline{4-5}
21228 \end_layout
21229
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row>
21275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 </lyxtabular>
21322
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \begin_layout Standard
21334 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21335 \end_layout
21336
21337 \begin_layout Standard
21338
21339 \series bold
21340
21341 \backslash
21342 usepackage{arydshln}
21343 \end_layout
21344
21345 \begin_layout Standard
21346 というコマンドを書き、LaTeXパッケージの
21347 \series bold
21348 arydshln
21349 \series default
21350
21351 \begin_inset Index idx
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21356 \end_layout
21357
21358 \end_inset
21359
21360 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21361 \end_layout
21362
21363 \begin_layout Standard
21364 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21365 \end_layout
21366
21367 \begin_layout Standard
21368
21369 \series bold
21370
21371 \backslash
21372 hdashline
21373 \end_layout
21374
21375 \begin_layout Standard
21376 というコマンドを加えてください。
21377 \end_layout
21378
21379 \begin_layout Standard
21380 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21381 \end_layout
21382
21383 \begin_layout Standard
21384
21385 \series bold
21386
21387 \backslash
21388 cdashline{列番号
21389 \series default
21390 }
21391 \end_layout
21392
21393 \begin_layout Standard
21394 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21395 \end_layout
21396
21397 \begin_layout Standard
21398
21399 \series bold
21400
21401 \backslash
21402 cdashline{2-4}
21403 \end_layout
21404
21405 \begin_layout Standard
21406 なるコマンドを置いてください。
21407 \end_layout
21408
21409 \begin_layout Standard
21410 \begin_inset VSpace bigskip
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \begin_layout Standard
21417
21418 \begin_inset CommandInset ref
21419 LatexCommand ref
21420 reference "tab:点罫表"
21421
21422 \end_inset
21423
21424 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21425 \series bold
21426
21427 \backslash
21428 hdashline
21429 \series default
21430 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21431 \begin_inset Newline newline
21432 \end_inset
21433
21434  
21435 \series bold
21436
21437 \backslash
21438 cdashline{4-5}
21439 \series default
21440 が挿れられています。
21441 \end_layout
21442
21443 \begin_layout Standard
21444 \begin_inset VSpace bigskip
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \begin_layout Standard
21451 点罫を持つ表も、表
21452 \begin_inset CommandInset ref
21453 LatexCommand ref
21454 reference "tab:Colored-table-with"
21455
21456 \end_inset
21457
21458 のように色付けをすることができます。
21459 \end_layout
21460
21461 \begin_layout Standard
21462 \begin_inset ERT
21463 status collapsed
21464
21465 \begin_layout Plain Layout
21466
21467
21468 \backslash
21469 setlength{
21470 \backslash
21471 arrayrulewidth}{1pt}
21472 \end_layout
21473
21474 \end_inset
21475
21476
21477 \begin_inset Note Note
21478 status collapsed
21479
21480 \begin_layout Plain Layout
21481 罫線色が見易いように線を太く
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset ERT
21491 status collapsed
21492
21493 \begin_layout Plain Layout
21494
21495
21496 \backslash
21497 dashgapcolor{green}
21498 \end_layout
21499
21500 \end_inset
21501
21502
21503 \begin_inset Note Note
21504 status collapsed
21505
21506 \begin_layout Plain Layout
21507 緑点罫の間の色付き余白
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Standard
21516 \begin_inset ERT
21517 status collapsed
21518
21519 \begin_layout Plain Layout
21520
21521
21522 \backslash
21523 let
21524 \backslash
21525 myHdashline
21526 \backslash
21527 hdashline
21528 \end_layout
21529
21530 \begin_layout Plain Layout
21531
21532
21533 \backslash
21534 renewcommand{
21535 \backslash
21536 hdashline}
21537 \end_layout
21538
21539 \begin_layout Plain Layout
21540
21541  {
21542 \backslash
21543 arrayrulecolor{red}
21544 \backslash
21545 myHdashline
21546 \backslash
21547 arrayrulecolor{black}}
21548 \end_layout
21549
21550 \end_inset
21551
21552
21553 \begin_inset Note Note
21554 status collapsed
21555
21556 \begin_layout Plain Layout
21557 色付き水平線・点罫赤
21558 \end_layout
21559
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \begin_layout Standard
21566 \begin_inset ERT
21567 status collapsed
21568
21569 \begin_layout Plain Layout
21570
21571
21572 \backslash
21573 let
21574 \backslash
21575 myCdashline
21576 \backslash
21577 cdashline
21578 \end_layout
21579
21580 \begin_layout Plain Layout
21581
21582
21583 \backslash
21584 renewcommand{
21585 \backslash
21586 cdashline}[1]
21587 \end_layout
21588
21589 \begin_layout Plain Layout
21590
21591  {
21592 \backslash
21593 arrayrulecolor{yellow}
21594 \backslash
21595 myCdashline{#1}
21596 \backslash
21597 arrayrulecolor{black}}
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \begin_inset Note Note
21604 status collapsed
21605
21606 \begin_layout Plain Layout
21607 色付き部分水平線・点罫黄色
21608 \end_layout
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \begin_layout Standard
21616 \begin_inset Float table
21617 placement h
21618 wide false
21619 sideways false
21620 status open
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Caption Standard
21624
21625 \begin_layout Plain Layout
21626 \begin_inset CommandInset label
21627 LatexCommand label
21628 name "tab:Colored-table-with"
21629
21630 \end_inset
21631
21632 点罫線の色付き表
21633 \end_layout
21634
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \begin_layout Plain Layout
21641 \align center
21642 \begin_inset Tabular
21643 <lyxtabular version="3" rows="5" columns="5">
21644 <features rotate="0" tabularvalignment="middle">
21645 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21646 <column alignment="center" valignment="top" width="0pt">
21647 <column alignment="center" valignment="top" width="0pt" special=":c">
21648 <column alignment="center" valignment="top">
21649 <column alignment="center" valignment="top">
21650 <row>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 a
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 b
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 c
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 d
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 e
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 </row>
21697 <row>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 f
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 g
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 h
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 i
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 j
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset ERT
21750 status collapsed
21751
21752 \begin_layout Plain Layout
21753
21754
21755 \backslash
21756 hdashline 
21757 \end_layout
21758
21759 \end_inset
21760
21761
21762 \begin_inset ERT
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766
21767
21768 \backslash
21769 rowcolor{Gray}
21770 \end_layout
21771
21772 \end_inset
21773
21774 k
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 l
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 m
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 n
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 o
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 </row>
21816 <row>
21817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset ERT
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825
21826
21827 \backslash
21828 cdashline{4-5}
21829 \end_layout
21830
21831 \end_inset
21832
21833 p
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 q
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 r
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 s
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 t
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 u
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 v
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 w
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 \begin_inset ERT
21917 status collapsed
21918
21919 \begin_layout Plain Layout
21920
21921
21922 \backslash
21923 cellcolor{Maroon}
21924 \end_layout
21925
21926 \end_inset
21927
21928 i
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 </lyxtabular>
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Standard
21947 \begin_inset ERT
21948 status collapsed
21949
21950 \begin_layout Plain Layout
21951
21952
21953 \backslash
21954 renewcommand{
21955 \backslash
21956 hdashline}{
21957 \backslash
21958 myHdashline}
21959 \end_layout
21960
21961 \end_inset
21962
21963
21964 \begin_inset Note Note
21965 status collapsed
21966
21967 \begin_layout Plain Layout
21968 既定値に戻す
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \begin_layout Standard
21977 \begin_inset ERT
21978 status collapsed
21979
21980 \begin_layout Plain Layout
21981
21982
21983 \backslash
21984 renewcommand{
21985 \backslash
21986 cdashline}{
21987 \backslash
21988 myCdashline}
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \begin_inset Note Note
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 既定値に戻す
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Standard
22007 \begin_inset ERT
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011
22012
22013 \backslash
22014 nodashgapcolor
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \begin_inset Note Note
22021 status collapsed
22022
22023 \begin_layout Plain Layout
22024 既定値に戻す
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Standard
22033 \begin_inset ERT
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037
22038
22039 \backslash
22040 setlength{
22041 \backslash
22042 arrayrulewidth}{0.4pt}
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \begin_inset Note Note
22049 status collapsed
22050
22051 \begin_layout Plain Layout
22052 既定値に戻す
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \begin_layout Standard
22061 行や列、罫線の着色は、第
22062 \begin_inset CommandInset ref
22063 LatexCommand ref
22064 reference "sec:色付きの表"
22065
22066 \end_inset
22067
22068 節に述べられているように動作します。水平線の着色も、
22069 \series bold
22070
22071 \backslash
22072 myHlineC
22073 \series default
22074 コマンドを
22075 \series bold
22076
22077 \backslash
22078 myHdashline
22079 \series default
22080 に置き換え、
22081 \series bold
22082
22083 \backslash
22084 hline
22085 \series default
22086
22087 \series bold
22088
22089 \backslash
22090 hdashline
22091 \series default
22092 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22093 \end_layout
22094
22095 \begin_layout Standard
22096
22097 \series bold
22098
22099 \backslash
22100 let
22101 \backslash
22102 myHdashline
22103 \backslash
22104 hdashline
22105 \begin_inset Newline newline
22106 \end_inset
22107
22108
22109 \backslash
22110 renewcommand{
22111 \backslash
22112 hdashline}
22113 \begin_inset Newline newline
22114 \end_inset
22115
22116
22117 \begin_inset Phantom HPhantom
22118 status open
22119
22120 \begin_layout Plain Layout
22121 \begin_inset space ~
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \end_inset
22128
22129 {
22130 \backslash
22131 arrayrulecolor{red}
22132 \backslash
22133 myHdashline
22134 \backslash
22135 arrayrulecolor{black}}
22136 \end_layout
22137
22138 \begin_layout Standard
22139
22140 \series bold
22141
22142 \backslash
22143 cdashline
22144 \series default
22145 に色をつけるならば、コマンドは
22146 \end_layout
22147
22148 \begin_layout Standard
22149
22150 \series bold
22151
22152 \backslash
22153 let
22154 \backslash
22155 myCdashline
22156 \backslash
22157 cdashline
22158 \begin_inset Newline newline
22159 \end_inset
22160
22161
22162 \backslash
22163 renewcommand{
22164 \backslash
22165 cdashline}[1]
22166 \begin_inset Newline newline
22167 \end_inset
22168
22169
22170 \begin_inset Phantom HPhantom
22171 status open
22172
22173 \begin_layout Plain Layout
22174 \begin_inset space ~
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181
22182 {
22183 \backslash
22184 arrayrulecolor{red}
22185 \backslash
22186 myCdashline{#1}
22187 \backslash
22188 arrayrulecolor{black}}
22189 \end_layout
22190
22191 \begin_layout Standard
22192 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22193 \end_layout
22194
22195 \begin_layout Standard
22196
22197 \series bold
22198
22199 \backslash
22200 hdashline
22201 \series default
22202 の場合は
22203 \end_layout
22204
22205 \begin_layout Standard
22206
22207 \series bold
22208
22209 \backslash
22210 renewcommand{
22211 \backslash
22212 hdashline}{
22213 \backslash
22214 myHdashline}
22215 \end_layout
22216
22217 \begin_layout Standard
22218 とし、
22219 \series bold
22220
22221 \backslash
22222 cdashline
22223 \series default
22224 の場合は
22225 \end_layout
22226
22227 \begin_layout Standard
22228
22229 \series bold
22230
22231 \backslash
22232 renewcommand{
22233 \backslash
22234 cdashline}{
22235 \backslash
22236 myCdashline}
22237 \end_layout
22238
22239 \begin_layout Standard
22240 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22241 \end_layout
22242
22243 \begin_layout Standard
22244
22245 \series bold
22246
22247 \backslash
22248 dashgapcolor{色}
22249 \end_layout
22250
22251 \begin_layout Standard
22252 とすれば良いです。ここで「色」は、定義済みの色名です。
22253 \end_layout
22254
22255 \begin_layout Standard
22256
22257 \series bold
22258
22259 \backslash
22260 nodashgapcolor
22261 \end_layout
22262
22263 \begin_layout Standard
22264 というコマンドは、
22265 \series bold
22266
22267 \backslash
22268 dashgapcolor
22269 \series default
22270 が行った変更を元に戻します。
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset Note Greyedout
22275 status open
22276
22277 \begin_layout Plain Layout
22278 【註】1つのセル中に複数のコマンドがある場合、
22279 \series bold
22280 arydshln
22281 \series default
22282 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22283 \begin_inset CommandInset ref
22284 LatexCommand ref
22285 reference "tab:Colored-table-with"
22286
22287 \end_inset
22288
22289 のセル
22290 \emph on
22291 k
22292 \emph default
22293 では、
22294 \series bold
22295
22296 \backslash
22297 hdashline
22298 \series default
22299 コマンドが
22300 \series bold
22301
22302 \backslash
22303 rowcolor
22304 \series default
22305 の前に来ています。
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 \begin_inset Note Greyedout
22315 status open
22316
22317 \begin_layout Plain Layout
22318
22319 \series bold
22320 【註】
22321 \series default
22322 LaTeXパッケージ
22323 \series bold
22324 arydshln
22325 \series default
22326 は、文書プリアンブル中でLaTeXパッケージ
22327 \series bold
22328 colortbl
22329 \series default
22330
22331 \begin_inset Index idx
22332 status collapsed
22333
22334 \begin_layout Plain Layout
22335 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22336 \end_layout
22337
22338 \end_inset
22339
22340 よりも前に読み込まれている必要があります。
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \begin_layout Standard
22349 \begin_inset ERT
22350 status collapsed
22351
22352 \begin_layout Plain Layout
22353
22354
22355 \backslash
22356 else
22357 \end_layout
22358
22359 \end_inset
22360
22361
22362 \begin_inset Note Note
22363 status open
22364
22365 \begin_layout Plain Layout
22366 以下は、LaTeXパッケージ
22367 \series bold
22368 arydshln
22369 \series default
22370 が導入済みでないときに表示されます。
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \begin_layout Standard
22379 本節の内容を出力に表示するためには、
22380 \series bold
22381 arydshln
22382 \series default
22383 パッケージを導入しなくてはなりません。
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset ERT
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391
22392
22393 \backslash
22394 fi
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \begin_layout Standard
22403 点罫について詳しい情報は、
22404 \series bold
22405 arydshln
22406 \series default
22407 の取扱説明書
22408 \begin_inset CommandInset citation
22409 LatexCommand cite
22410 key "arydshln"
22411
22412 \end_inset
22413
22414 をご覧ください。
22415 \end_layout
22416
22417 \begin_layout Chapter
22418 フロート
22419 \begin_inset CommandInset label
22420 LatexCommand label
22421 name "chap:フロート"
22422
22423 \end_inset
22424
22425
22426 \begin_inset Index idx
22427 status collapsed
22428
22429 \begin_layout Plain Layout
22430 ふろーと@フロート
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \begin_layout Section
22439 はじめに
22440 \begin_inset CommandInset label
22441 LatexCommand label
22442 name "sec:フロートはじめに"
22443
22444 \end_inset
22445
22446
22447 \begin_inset Index idx
22448 status collapsed
22449
22450 \begin_layout Plain Layout
22451 ふろーと@フロート ! はじめに
22452 \end_layout
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Standard
22460 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22461 ート)ことができます。
22462 \family sans
22463 脚注
22464 \family default
22465
22466 \family sans
22467 傍注
22468 \family default
22469 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22470 \end_layout
22471
22472 \begin_layout Standard
22473 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22474 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22475 ートには連番が割り当てられます。参照については、第
22476 \begin_inset CommandInset ref
22477 LatexCommand ref
22478 reference "sec:フロートの参照"
22479
22480 \end_inset
22481
22482 節で述べられています。
22483 \end_layout
22484
22485 \begin_layout Standard
22486 フロートを挿入するには、
22487 \family sans
22488 挿入\SpecialChar \menuseparator
22489 フロート
22490 \family default
22491 メニューを使えば、ラベルのついたボックスすなわち
22492 \family sans
22493 キャプション
22494 \family default
22495 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22496 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22497 \begin_inset CommandInset ref
22498 LatexCommand ref
22499 reference "sec:キャプションの配置"
22500
22501 \end_inset
22502
22503 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22504 ます。畳んだフロートボックスは、
22505 \begin_inset Graphics
22506         filename clipart/floatQt4.png
22507         scale 70
22508         scaleBeforeRotation
22509
22510 \end_inset
22511
22512 のように、灰色ボタンに赤字ラベルで表示されます。
22513 \end_layout
22514
22515 \begin_layout Standard
22516 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22517 \end_layout
22518
22519 \begin_layout Standard
22520 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22521 \end_layout
22522
22523 \begin_layout Section
22524 フロート型
22525 \end_layout
22526
22527 \begin_layout Standard
22528 LyXには、第
22529 \begin_inset CommandInset ref
22530 LatexCommand ref
22531 reference "sec:図フロート"
22532
22533 \end_inset
22534
22535 節および第
22536 \begin_inset CommandInset ref
22537 LatexCommand ref
22538 reference "sec:表フロート"
22539
22540 \end_inset
22541
22542 節で各々説明されている図フロートと表フロート以外に、
22543 \family sans
22544 アルゴリズム型
22545 \series bold
22546
22547 \series default
22548 折返し型
22549 \family default
22550 のフロート型があります。後者は、第
22551 \begin_inset CommandInset ref
22552 LatexCommand ref
22553 reference "sec:折返しフロート"
22554
22555 \end_inset
22556
22557 節に説明があります。
22558 \end_layout
22559
22560 \begin_layout Subsection
22561 アルゴリズムフロート
22562 \begin_inset Index idx
22563 status collapsed
22564
22565 \begin_layout Plain Layout
22566 ふろーと@フロート ! あるごりずむ@アルゴリズム
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \begin_layout Standard
22575 \begin_inset Float algorithm
22576 placement h
22577 wide false
22578 sideways false
22579 status open
22580
22581 \begin_layout Plain Layout
22582 \begin_inset Caption Standard
22583
22584 \begin_layout Plain Layout
22585 \begin_inset CommandInset label
22586 LatexCommand label
22587 name "alg:アルゴリズムフロートの例"
22588
22589 \end_inset
22590
22591 アルゴリズムフロートの例
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout LyX-Code
22600 for I in 1..N loop
22601 \begin_inset Newline newline
22602 \end_inset
22603
22604  Sum:= Sum + A(I); /*comment*/
22605 \begin_inset Newline newline
22606 \end_inset
22607
22608 end loop
22609 \begin_inset VSpace -4mm
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \begin_layout Standard
22621 このフロート型は、
22622 \family sans
22623 挿入
22624 \shape up
22625 \SpecialChar \menuseparator
22626 フロート\SpecialChar \menuseparator
22627 アルゴリズム
22628 \family default
22629 \shape default
22630 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22631 \begin_inset CommandInset ref
22632 LatexCommand ref
22633 reference "cha:プログラムコードリスト"
22634
22635 \end_inset
22636
22637 章で説明されているプログラムコードリストの代わりとみなすことができます。
22638 \emph on
22639 LyXユーザーの手引き
22640 \emph default
22641 に述べられているように、アルゴリズム向けの環境としては、
22642 \family sans
22643 LyXコード
22644 \family default
22645 があります。 アルゴリズム
22646 \begin_inset CommandInset ref
22647 LatexCommand ref
22648 reference "alg:アルゴリズムフロートの例"
22649
22650 \end_inset
22651
22652 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22653 \begin_inset space \thinspace{}
22654 \end_inset
22655
22656 mmの垂直空白が入れてあります。
22657 \end_layout
22658
22659 \begin_layout Standard
22660 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22661 \end_layout
22662
22663 \begin_layout Standard
22664
22665 \series bold
22666
22667 \backslash
22668 floatname{algorithm}{付けたい名称}
22669 \end_layout
22670
22671 \begin_layout Standard
22672 という行を手動で加える必要があります。ここで
22673 \family sans
22674 \series bold
22675 付けたい名称
22676 \family default
22677 \series default
22678 には、お使いの言語で「
22679 \emph on
22680 algorithm
22681 \emph default
22682 」に対応する単語を指定します。
22683 \end_layout
22684
22685 \begin_layout Standard
22686 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22687 \family sans
22688 挿入\SpecialChar \menuseparator
22689 一覧/目次\SpecialChar \menuseparator
22690 アルゴリズム一覧
22691 \family default
22692 メニューを使用します。それ以外の場合には、代わりに
22693 \end_layout
22694
22695 \begin_layout Standard
22696
22697 \series bold
22698
22699 \backslash
22700 listof{algorithm}{付けたい名称}
22701 \end_layout
22702
22703 \begin_layout Standard
22704 というコマンドをTeXコードとして用います。ここで
22705 \family sans
22706 付けたい名称
22707 \family default
22708 とは、「
22709 \emph on
22710 List of Algorithm
22711 \emph default
22712 s」という単語に相当する、ご使用になりたい言語での単語です。
22713 \end_layout
22714
22715 \begin_layout Standard
22716 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22717 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22718 \end_layout
22719
22720 \begin_layout Standard
22721
22722 \series bold
22723
22724 \backslash
22725 numberwithin{algorithm}{chapter}
22726 \end_layout
22727
22728 \begin_layout Standard
22729 というコマンドを追加してください。
22730 \series bold
22731
22732 \backslash
22733 numberwithin
22734 \series default
22735 というコマンドを使用するには、文書設定の
22736 \family sans
22737 数式オプション
22738 \family default
22739 タブで
22740 \family sans
22741 AMS mathパッケージを使用する
22742 \family default
22743 オプションを有効にしてください。
22744 \end_layout
22745
22746 \begin_layout Section
22747 フロートの連番
22748 \begin_inset Index idx
22749 status collapsed
22750
22751 \begin_layout Plain Layout
22752 ふろーと@フロート ! れんばん@連番
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Standard
22761 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22762 て変わります。
22763 \end_layout
22764
22765 \begin_layout Standard
22766 節から独立して付けられている連番を変更するには、文書プリアンブルで
22767 \end_layout
22768
22769 \begin_layout Standard
22770
22771 \series bold
22772
22773 \backslash
22774 renewcommand{
22775 \backslash
22776 thetable}{
22777 \backslash
22778 roman{table}}
22779 \end_layout
22780
22781 \begin_layout Standard
22782
22783 \series bold
22784 というコマンドを使うと良いでしょう。
22785 \backslash
22786 thetable
22787 \series default
22788 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22789 \series bold
22790
22791 \backslash
22792 thefigure
22793 \series default
22794 コマンドを使用します。上のコマンドで使用されている
22795 \series bold
22796
22797 \backslash
22798 roman
22799 \series default
22800 は、表番号を小文字のローマ数字で印字するコマンドです。
22801 \end_layout
22802
22803 \begin_layout Standard
22804 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22805 \end_layout
22806
22807 \begin_layout Standard
22808
22809 \series bold
22810
22811 \backslash
22812 numberwithin{table}{subsection}
22813 \end_layout
22814
22815 \begin_layout Standard
22816 というコマンドを使用してください。
22817 \series bold
22818
22819 \backslash
22820 numberwithin
22821 \series default
22822 コマンドを使用可能にするためには、文書設定の
22823 \family sans
22824 数式オプション
22825 \family default
22826 タブで、
22827 \family sans
22828 AMS
22829 \begin_inset space ~
22830 \end_inset
22831
22832 math数式パッケージを使用する
22833 \family default
22834 を使用します。
22835 \end_layout
22836
22837 \begin_layout Standard
22838 連番コマンドについての詳細と大切な注意点については、第
22839 \begin_inset CommandInset ref
22840 LatexCommand ref
22841 reference "sub:脚注の付番"
22842
22843 \end_inset
22844
22845 節もご覧ください。
22846 \end_layout
22847
22848 \begin_layout Section
22849 フロートの参照
22850 \begin_inset CommandInset label
22851 LatexCommand label
22852 name "sec:フロートの参照"
22853
22854 \end_inset
22855
22856
22857 \begin_inset Index idx
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861 ふろーと@フロート ! さんしょう@参照
22862 \end_layout
22863
22864 \end_inset
22865
22866
22867 \begin_inset Index idx
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Standard
22880 フロートを参照するには、
22881 \family sans
22882 挿入\SpecialChar \menuseparator
22883 ラベル
22884 \family default
22885 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22886 \begin_inset Graphics
22887         filename clipart/labelQt4.png
22888         scale 85
22889         scaleBeforeRotation
22890
22891 \end_inset
22892
22893 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22894 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22895 \family sans
22896 fig:
22897 \family default
22898 」という前置句がつけられます。
22899 \end_layout
22900
22901 \begin_layout Standard
22902 ラベルは、参照のための名称兼位置標として用いられます。
22903 \family sans
22904 挿入\SpecialChar \menuseparator
22905 相互参照
22906 \family default
22907 メニューかツールバーボタン
22908 \family sans
22909
22910 \begin_inset Info
22911 type  "icon"
22912 arg   "dialog-show-new-inset ref"
22913 \end_inset
22914
22915
22916 \family default
22917 を使えば、ラベルを参照することができます。
22918 \begin_inset Graphics
22919         filename clipart/referenceQt4.png
22920         scale 85
22921         scaleBeforeRotation
22922
22923 \end_inset
22924
22925 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22926 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22927 れます。
22928 \end_layout
22929
22930 \begin_layout Standard
22931 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22932 出力では、参照の代わりに二つの疑問符が表示されることになります。
22933 \end_layout
22934
22935 \begin_layout Standard
22936 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22937 で、リンクの更新に手間を割く必要はありません。
22938 \end_layout
22939
22940 \begin_layout Standard
22941 相互参照ウィンドウの
22942 \family sans
22943 ラベルへ移動
22944 \family default
22945 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22946 \family sans
22947 戻る
22948 \family default
22949 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22950 \end_layout
22951
22952 \begin_layout Subsection
22953 相互参照の書式
22954 \begin_inset CommandInset label
22955 LatexCommand label
22956 name "sub:相互参照の書式"
22957
22958 \end_inset
22959
22960
22961 \begin_inset Index idx
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965 さんしょう@参照 ! しょしき@書式
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \begin_layout Standard
22974 相互参照には、以下の6種類があります。
22975 \end_layout
22976
22977 \begin_layout Description
22978 <参照>: これはフロート番号を表示します。これが既定値です。例:
22979 \begin_inset CommandInset ref
22980 LatexCommand ref
22981 reference "fig:歪められた二つの像"
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Description
22989 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
22990 例:
22991 \begin_inset CommandInset ref
22992 LatexCommand eqref
22993 reference "eq:Wgn"
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Description
23001 <参照ページ>: これはページ番号を表示します。例:Page
23002 \begin_inset space ~
23003 \end_inset
23004
23005
23006 \begin_inset CommandInset ref
23007 LatexCommand pageref
23008 reference "fig:歪められた二つの像"
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Description
23016 on
23017 \begin_inset space ~
23018 \end_inset
23019
23020 page
23021 \begin_inset space ~
23022 \end_inset
23023
23024 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23025 \begin_inset CommandInset ref
23026 LatexCommand vpageref
23027 reference "fig:歪められた二つの像"
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Description
23035 <参照>
23036 \begin_inset space ~
23037 \end_inset
23038
23039 on
23040 \begin_inset space ~
23041 \end_inset
23042
23043 page
23044 \begin_inset space ~
23045 \end_inset
23046
23047 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23048 \begin_inset CommandInset ref
23049 LatexCommand vref
23050 reference "fig:歪められた二つの像"
23051
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \begin_layout Description
23058 整形された参照: これは自製の相互参照書式で出力します。
23059 \begin_inset Newline newline
23060 \end_inset
23061
23062
23063 \begin_inset Note Greyedout
23064 status open
23065
23066 \begin_layout Plain Layout
23067 【註】この機能は、LaTeXパッケージ
23068 \series bold
23069 prettyref
23070 \series default
23071 または
23072 \series bold
23073 refstyle
23074 \series default
23075 が導入されている場合のみ使用することができます。
23076 \begin_inset Index idx
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \begin_inset Index idx
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \begin_inset Newline newline
23102 \end_inset
23103
23104 メニュー
23105 \family sans
23106 文書\SpecialChar \menuseparator
23107 設定\SpecialChar \menuseparator
23108 文書クラス
23109 \family default
23110 でオプション
23111 \family sans
23112 相互参照に(prettyrefではなく)refstyleを使用
23113 \family default
23114 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23115 \series bold
23116
23117 \backslash
23118 newrefformat
23119 \series default
23120 コマンド(prettyrefの場合)あるいは
23121 \series bold
23122
23123 \backslash
23124 newref
23125 \series default
23126 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23127 \family sans
23128 fig
23129 \family default
23130 」を持ちます)をすべて定義し直すには、
23131 \begin_inset Newline newline
23132 \end_inset
23133
23134
23135 \series bold
23136
23137 \backslash
23138 newref{fig}{refcmd={Image on page 
23139 \backslash
23140 pageref{#1}}}
23141 \begin_inset Newline newline
23142 \end_inset
23143
23144
23145 \series default
23146 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23147 \begin_inset CommandInset citation
23148 LatexCommand cite
23149 key "prettyref,refstyle"
23150
23151 \end_inset
23152
23153 をご覧ください。
23154 \end_layout
23155
23156 \begin_layout Description
23157 名称参照: これは、右のように参照のキャプションを出力します。 
23158 \begin_inset CommandInset ref
23159 LatexCommand nameref
23160 reference "fig:歪められた二つの像"
23161
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \family sans
23170 <参照ページ>
23171 \family default
23172 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23173 \family sans
23174 on this page
23175 \family default
23176 」のような文章が表示されます。様式
23177 \family sans
23178 <参照> on page <参照ページ>
23179 \family default
23180 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23181 \end_layout
23182
23183 \begin_layout Standard
23184 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23185 \family sans
23186 書式
23187 \family default
23188 フィールドで選ぶことができます。
23189 \end_layout
23190
23191 \begin_layout Standard
23192 \begin_inset Note Greyedout
23193 status open
23194
23195 \begin_layout Plain Layout
23196 【註】LaTeXパッケージ
23197 \series bold
23198 prettyref
23199 \series default
23200
23201 \begin_inset Index idx
23202 status collapsed
23203
23204 \begin_layout Plain Layout
23205 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23206 \end_layout
23207
23208 \end_inset
23209
23210 は、LyXの取り得るラベル
23211 \begin_inset Flex Ruby
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215 捷径
23216 \begin_inset Argument post:1
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220 ショートカット
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229
23230
23231 \begin_inset Foot
23232 status collapsed
23233
23234 \begin_layout Plain Layout
23235 例えば、
23236 \begin_inset Quotes eld
23237 \end_inset
23238
23239 fig:
23240 \begin_inset Quotes erd
23241 \end_inset
23242
23243 は図キャプションを表すLyX
23244 \begin_inset Flex Ruby
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248 捷径
23249 \begin_inset Argument post:1
23250 status collapsed
23251
23252 \begin_layout Plain Layout
23253 ショートカット
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262
23263 です。
23264 \end_layout
23265
23266 \end_inset
23267
23268 を全部は解釈できず、国際化もされていないので、
23269 \series bold
23270 refstyle
23271 \series default
23272
23273 \begin_inset Index idx
23274 status collapsed
23275
23276 \begin_layout Plain Layout
23277 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23278 \end_layout
23279
23280 \end_inset
23281
23282 を使用することを推奨します。
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Subsection
23291 参照名の自動命名
23292 \begin_inset Index idx
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296 さんしょう@参照 ! じどうめいめい@自動命名
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \begin_layout Standard
23305
23306 \family sans
23307 文書設定
23308 \family default
23309 ダイアログの
23310 \family sans
23311 PDF特性
23312 \family default
23313 で有効にされた
23314 \series bold
23315 hyperref
23316 \series default
23317
23318 \begin_inset Index idx
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23323 \end_layout
23324
23325 \end_inset
23326
23327  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23328 \emph on
23329
23330 \emph default
23331 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23332 の機能を使用するには、hyperrefを有効にして、
23333 \end_layout
23334
23335 \begin_layout Standard
23336
23337 \series bold
23338
23339 \backslash
23340 AtBeginDocument{
23341 \backslash
23342 renewcommand{
23343 \backslash
23344 ref}[1]{
23345 \backslash
23346 mbox{
23347 \backslash
23348 autoref{#1}}}}
23349 \end_layout
23350
23351 \begin_layout Standard
23352 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23353 \begin_inset space \thinspace{}
23354 \end_inset
23355
23356 」としたいなど、既定の参照名以外のものが欲しい場合には、
23357 \end_layout
23358
23359 \begin_layout Standard
23360
23361 \series bold
23362
23363 \backslash
23364 addto
23365 \backslash
23366 extrasenglish{
23367 \backslash
23368 renewcommand{
23369 \backslash
23370 sectionautorefname}
23371 \begin_inset Newline newline
23372 \end_inset
23373
23374
23375 \begin_inset Phantom HPhantom
23376 status open
23377
23378 \begin_layout Plain Layout
23379
23380 \series bold
23381 \begin_inset space ~
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388
23389 {sec.
23390 \backslash
23391 negthinspace}}
23392 \end_layout
23393
23394 \begin_layout Standard
23395 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23396 \begin_inset Newline newline
23397 \end_inset
23398
23399
23400 \series bold
23401
23402 \backslash
23403 extrasenglishを
23404 \backslash
23405 extras***
23406 \series default
23407 に置き換えてください(***は使用中の言語名)。
23408 \end_layout
23409
23410 \begin_layout Standard
23411 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23412 \end_layout
23413
23414 \begin_layout Standard
23415
23416 \series bold
23417
23418 \backslash
23419 addto
23420 \backslash
23421 extrasenglish{
23422 \backslash
23423 renewcommand*{
23424 \backslash
23425 equationautorefname}[1]{}}
23426 \end_layout
23427
23428 \begin_layout Standard
23429 この話題に関する詳細は、hyperrefの説明書
23430 \begin_inset CommandInset citation
23431 LatexCommand cite
23432 key "hyperref"
23433
23434 \end_inset
23435
23436 をお読みください。
23437 \end_layout
23438
23439 \begin_layout Standard
23440 \begin_inset Note Greyedout
23441 status open
23442
23443 \begin_layout Plain Layout
23444
23445 \series bold
23446 【註】
23447 \series default
23448 参照の自動命名は、相互参照を
23449 \family sans
23450 整形参照
23451 \family default
23452 様式(第
23453 \begin_inset CommandInset ref
23454 LatexCommand ref
23455 reference "sub:相互参照の書式"
23456
23457 \end_inset
23458
23459 節)で使用しているときには、使用することができません。
23460 \end_layout
23461
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \begin_layout Standard
23468 LyXの取扱説明書『
23469 \emph on
23470 数式篇
23471 \emph default
23472 』では、参照名の自動命名が使用されています。
23473 \end_layout
23474
23475 \begin_layout Subsection
23476 参照位置
23477 \begin_inset CommandInset label
23478 LatexCommand label
23479 name "sub:参照位置"
23480
23481 \end_inset
23482
23483
23484 \begin_inset Index idx
23485 status collapsed
23486
23487 \begin_layout Plain Layout
23488 さんしょう@参照 ! さんしょういち@参照位置
23489 \end_layout
23490
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \begin_layout Standard
23497
23498 \family sans
23499 文書設定
23500 \family default
23501 ダイアログの
23502 \family sans
23503 PDF特性
23504 \family default
23505 で、
23506 \series bold
23507 hyperref
23508 \series default
23509
23510 \begin_inset Index idx
23511 status collapsed
23512
23513 \begin_layout Plain Layout
23514 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23515 \end_layout
23516
23517 \end_inset
23518
23519 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23520 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23521 \series bold
23522 hyperref
23523 \series default
23524
23525 \begin_inset Index idx
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23530 \end_layout
23531
23532 \end_inset
23533
23534 の一部である
23535 \series bold
23536 hyperref
23537 \series default
23538
23539 \begin_inset Index idx
23540 status collapsed
23541
23542 \begin_layout Plain Layout
23543 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23544 \end_layout
23545
23546 \end_inset
23547
23548 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23549 \end_layout
23550
23551 \begin_layout Standard
23552
23553 \series bold
23554
23555 \backslash
23556 usepackage[figure]{hypcap}
23557 \end_layout
23558
23559 \begin_layout Standard
23560 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23561 hypcapの説明書
23562 \begin_inset CommandInset citation
23563 LatexCommand cite
23564 key "hypcap"
23565
23566 \end_inset
23567
23568 をご覧ください。
23569 \end_layout
23570
23571 \begin_layout Standard
23572 \begin_inset Note Greyedout
23573 status open
23574
23575 \begin_layout Plain Layout
23576
23577 \series bold
23578 【註】hypcap
23579 \series default
23580 は内部図への参照には効力がありません。
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \begin_layout Section
23589 フロートの配置
23590 \begin_inset CommandInset label
23591 LatexCommand label
23592 name "sec:フロートの配置"
23593
23594 \end_inset
23595
23596
23597 \begin_inset Index idx
23598 status collapsed
23599
23600 \begin_layout Plain Layout
23601 ふろーと@フロート ! はいち@配置
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610
23611 \family roman
23612 \series medium
23613 \shape up
23614 \size normal
23615 \emph off
23616 \bar no
23617 \noun off
23618 \color none
23619 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23620 \begin_inset Newline newline
23621 \end_inset
23622
23623
23624 \family sans
23625 \series default
23626 \shape default
23627 \size default
23628 \emph default
23629 \bar default
23630 \noun default
23631 \color inherit
23632 段をまたぐ
23633 \family roman
23634 \series medium
23635 \shape up
23636 \size normal
23637 \emph off
23638 \bar no
23639 \noun off
23640 \color none
23641 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23642 \begin_inset Newline newline
23643 \end_inset
23644
23645
23646 \family sans
23647 \series default
23648 \shape default
23649 \size default
23650 \emph default
23651 \bar default
23652 \noun default
23653 \color inherit
23654 横倒しに回転
23655 \family roman
23656 \series medium
23657 \shape up
23658 \size normal
23659 \emph off
23660 \bar no
23661 \noun off
23662 \color none
23663 オプションは、フロートを回転するのに用います。第
23664 \family default
23665 \series default
23666 \shape default
23667 \size default
23668 \emph default
23669 \bar default
23670 \noun default
23671 \color inherit
23672
23673 \begin_inset CommandInset ref
23674 LatexCommand ref
23675 reference "sec:回転フロート"
23676
23677 \end_inset
23678
23679
23680 \family roman
23681 \series medium
23682 \shape up
23683 \size normal
23684 \emph off
23685 \bar no
23686 \noun off
23687 \color none
23688 節をご参照ください。
23689 \end_layout
23690
23691 \begin_layout Standard
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 \family sans
23703 \series default
23704 \shape default
23705 \size default
23706 \emph default
23707 \bar default
23708 \noun default
23709 \color inherit
23710 既定の配置を使う
23711 \family roman
23712 \series medium
23713 \shape up
23714 \size normal
23715 \emph off
23716 \bar no
23717 \noun off
23718 \color none
23719 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23720 \end_layout
23721
23722 \begin_layout Description
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 Standard
23775 LaTeXは、
23776 \emph on
23777 つねに
23778 \emph default
23779 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23780 \family sans
23781 可能ならば現在位置に
23782 \family default
23783 を試み、次に
23784 \family sans
23785 ページの上部
23786 \family default
23787 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23788 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23789 \end_layout
23790
23791 \begin_layout Standard
23792 既定では、各オプションはそれぞれ以下の規則を持っています。
23793 \end_layout
23794
23795 \begin_layout Labeling
23796 \labelwidthstring 00.00.0000
23797
23798 \family sans
23799 ページ上部
23800 \family default
23801  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23802 \series bold
23803
23804 \backslash
23805 topfraction
23806 \series default
23807 )。
23808 \end_layout
23809
23810 \begin_layout Labeling
23811 \labelwidthstring 00.00.0000
23812
23813 \family sans
23814 ページ下部
23815 \family default
23816  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23817 \series bold
23818
23819 \backslash
23820 bottomfraction
23821 \series default
23822 )。
23823 \end_layout
23824
23825 \begin_layout Labeling
23826 \labelwidthstring 00.00.0000
23827
23828 \family sans
23829 フロートを独立したページ 
23830 \family default
23831 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23832 \series bold
23833
23834 \backslash
23835 floatpagefraction
23836 \series default
23837 )。
23838 \end_layout
23839
23840 \begin_layout Standard
23841 これらの規則に従いたくないときは、
23842 \family sans
23843 LaTeXの規則を無視する
23844 \family default
23845 オプションを追加することによって、これらを無視することができます。
23846 \begin_inset Newline newline
23847 \end_inset
23848
23849 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23850 、ページの5割に変えるには、文書プリアンブルに
23851 \end_layout
23852
23853 \begin_layout Standard
23854
23855 \series bold
23856
23857 \backslash
23858 renewcommand{
23859 \backslash
23860 bottomfraction}{0.5}
23861 \end_layout
23862
23863 \begin_layout Standard
23864 という行を加えてください。
23865 \end_layout
23866
23867 \begin_layout Standard
23868 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23869 \family sans
23870 何としても現在位置に置く
23871 \family default
23872 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23873 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23874 からです。
23875 \end_layout
23876
23877 \begin_layout Standard
23878 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23879 \end_layout
23880
23881 \begin_layout Standard
23882 \begin_inset VSpace bigskip
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23890 することがあります。この問題を避けるには、LaTeXコマンドの
23891 \backslash
23892 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23893 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23894 \end_layout
23895
23896 \begin_layout Standard
23897
23898 \series bold
23899
23900 \backslash
23901 let
23902 \backslash
23903 mySection
23904 \backslash
23905 section
23906 \begin_inset Newline newline
23907 \end_inset
23908
23909
23910 \backslash
23911 renewcommand{
23912 \backslash
23913 section}{
23914 \backslash
23915 suppressfloats[t]
23916 \backslash
23917 mySection}
23918 \end_layout
23919
23920 \begin_layout Standard
23921 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23922 することがあるので、これらに対する定義はお勧めしません。
23923 \end_layout
23924
23925 \begin_layout Standard
23926 \begin_inset VSpace bigskip
23927 \end_inset
23928
23929 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23930 \series bold
23931 endfloat
23932 \series default
23933
23934 \begin_inset Index idx
23935 status collapsed
23936
23937 \begin_layout Plain Layout
23938 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23939 \end_layout
23940
23941 \end_inset
23942
23943 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23944 \begin_inset Quotes eld
23945 \end_inset
23946
23947
23948 \family sans
23949 [Figure
23950 \begin_inset space ~
23951 \end_inset
23952
23953 3.2 about here.]
23954 \family default
23955
23956 \begin_inset Quotes erd
23957 \end_inset
23958
23959 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23960 \end_layout
23961
23962 \begin_layout Standard
23963
23964 \series bold
23965
23966 \backslash
23967 usepackage[options]{endfloat}
23968 \end_layout
23969
23970 \begin_layout Standard
23971 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23972 \series bold
23973 endfloat
23974 \series default
23975 取扱説明書
23976 \begin_inset CommandInset citation
23977 LatexCommand cite
23978 key "endfloat"
23979
23980 \end_inset
23981
23982 をご参照ください。
23983 \begin_inset Newline newline
23984 \end_inset
23985
23986
23987 \begin_inset Note Greyedout
23988 status open
23989
23990 \begin_layout Plain Layout
23991
23992 \series bold
23993 【註】endfloat
23994 \series default
23995 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
23996 \begin_inset CommandInset citation
23997 LatexCommand cite
23998 key "endfloat"
23999
24000 \end_inset
24001
24002 の第4節をご参照ください。
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \begin_inset Newline newline
24009 \end_inset
24010
24011
24012 \begin_inset Note Greyedout
24013 status open
24014
24015 \begin_layout Plain Layout
24016
24017 \series bold
24018 【註】
24019 \series default
24020 現在のところ、
24021 \series bold
24022 endfloat
24023 \series default
24024 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24025 \series bold
24026
24027 \backslash
24028 ss
24029 \series default
24030 」コマンドを使用してください。
24031 \end_layout
24032
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \begin_layout Standard
24039 \begin_inset VSpace bigskip
24040 \end_inset
24041
24042 フロートの割付に関する詳細は、LaTeX関連書
24043 \begin_inset CommandInset citation
24044 LatexCommand cite
24045 key "latexcompanion,latexguide,latexbook"
24046
24047 \end_inset
24048
24049 をご覧ください。
24050 \end_layout
24051
24052 \begin_layout Section
24053 回転フロート
24054 \begin_inset CommandInset label
24055 LatexCommand label
24056 name "sec:回転フロート"
24057
24058 \end_inset
24059
24060
24061 \begin_inset Index idx
24062 status collapsed
24063
24064 \begin_layout Plain Layout
24065 ふろーと@フロート ! かいてん@回転
24066 \end_layout
24067
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \begin_layout Standard
24074 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24075 \family sans
24076 横倒しに回転
24077 \family default
24078 オプションを有効にします。
24079 \end_layout
24080
24081 \begin_layout Standard
24082 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24083 \family sans
24084 段をまたぐ
24085 \family default
24086 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24087 たって回転方向を強制したい場合には、文書クラスオプションに
24088 \series bold
24089 figuresleft
24090 \series default
24091 オプションあるいは
24092 \series bold
24093 figuresright
24094 \series default
24095 オプションを加えることができます。
24096 \end_layout
24097
24098 \begin_layout Standard
24099 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24100 \begin_inset CommandInset ref
24101 LatexCommand ref
24102 reference "tab:回転した表"
24103
24104 \end_inset
24105
24106 が回転表フロートの例です。
24107 \end_layout
24108
24109 \begin_layout Standard
24110 \begin_inset Note Greyedout
24111 status open
24112
24113 \begin_layout Plain Layout
24114
24115 \series bold
24116 【註】
24117 \series default
24118 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24119 \end_layout
24120
24121 \end_inset
24122
24123
24124 \end_layout
24125
24126 \begin_layout Standard
24127 \begin_inset Float table
24128 wide false
24129 sideways true
24130 status open
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Caption Standard
24134
24135 \begin_layout Plain Layout
24136 \begin_inset CommandInset label
24137 LatexCommand label
24138 name "tab:回転した表"
24139
24140 \end_inset
24141
24142 回転した表
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Plain Layout
24151 \align center
24152 \begin_inset Tabular
24153 <lyxtabular version="3" rows="1" columns="5">
24154 <features rotate="0" tabularvalignment="middle">
24155 <column alignment="center" valignment="top">
24156 <column alignment="center" valignment="top">
24157 <column alignment="center" valignment="top">
24158 <column alignment="center" valignment="top">
24159 <column alignment="center" valignment="top">
24160 <row>
24161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 試験
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 </lyxtabular>
24208
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Section
24220 従属フロート
24221 \begin_inset Index idx
24222 status collapsed
24223
24224 \begin_layout Plain Layout
24225 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24226 \end_layout
24227
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \begin_layout Standard
24234 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24235 \begin_inset CommandInset ref
24236 LatexCommand ref
24237 reference "tab:従属表を横に並べたもの"
24238
24239 \end_inset
24240
24241 と表
24242 \begin_inset CommandInset ref
24243 LatexCommand ref
24244 reference "tab:従属表を縦に並べたもの"
24245
24246 \end_inset
24247
24248 に示されているように段落と同様に指定することができます。
24249 \end_layout
24250
24251 \begin_layout Standard
24252 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24253 \begin_inset CommandInset ref
24254 LatexCommand ref
24255 reference "tab:これは従属表a"
24256
24257 \end_inset
24258
24259 と表
24260 \begin_inset CommandInset ref
24261 LatexCommand ref
24262 reference "tab:これは従属表b"
24263
24264 \end_inset
24265
24266 は表
24267 \begin_inset CommandInset ref
24268 LatexCommand ref
24269 reference "tab:従属表を横に並べたもの"
24270
24271 \end_inset
24272
24273 の従属フロートです。
24274 \begin_inset Float table
24275 wide false
24276 sideways false
24277 status open
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Caption Standard
24281
24282 \begin_layout Plain Layout
24283 \begin_inset CommandInset label
24284 LatexCommand label
24285 name "tab:従属表を横に並べたもの"
24286
24287 \end_inset
24288
24289 従属表を横に並べたもの
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Plain Layout
24298 \begin_inset space \hfill{}
24299 \end_inset
24300
24301
24302 \begin_inset Float table
24303 wide false
24304 sideways false
24305 status collapsed
24306
24307 \begin_layout Plain Layout
24308 \begin_inset Caption Standard
24309
24310 \begin_layout Plain Layout
24311 \begin_inset CommandInset label
24312 LatexCommand label
24313 name "tab:これは従属表a"
24314
24315 \end_inset
24316
24317 これは従属表aです。
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Plain Layout
24326 \align center
24327 \begin_inset Tabular
24328 <lyxtabular version="3" rows="1" columns="5">
24329 <features rotate="0" tabularvalignment="middle">
24330 <column alignment="center" valignment="top">
24331 <column alignment="center" valignment="top">
24332 <column alignment="center" valignment="top">
24333 <column alignment="center" valignment="top">
24334 <column alignment="center" valignment="top">
24335 <row>
24336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 試験
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 </lyxtabular>
24383
24384 \end_inset
24385
24386
24387 \end_layout
24388
24389 \end_inset
24390
24391
24392 \begin_inset space \hfill{}
24393 \end_inset
24394
24395
24396 \begin_inset Float table
24397 wide false
24398 sideways false
24399 status collapsed
24400
24401 \begin_layout Plain Layout
24402 \begin_inset Caption Standard
24403
24404 \begin_layout Plain Layout
24405 \begin_inset CommandInset label
24406 LatexCommand label
24407 name "tab:これは従属表b"
24408
24409 \end_inset
24410
24411 これは従属表bです。
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Plain Layout
24420 \align center
24421 \begin_inset Tabular
24422 <lyxtabular version="3" rows="1" columns="5">
24423 <features rotate="0" tabularvalignment="middle">
24424 <column alignment="center" valignment="top">
24425 <column alignment="center" valignment="top">
24426 <column alignment="center" valignment="top">
24427 <column alignment="center" valignment="top">
24428 <column alignment="center" valignment="top">
24429 <row>
24430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 試験
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 </row>
24476 </lyxtabular>
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \begin_inset space \hfill{}
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \begin_inset Float table
24496 wide false
24497 sideways false
24498 status open
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Caption Standard
24502
24503 \begin_layout Plain Layout
24504 \begin_inset CommandInset label
24505 LatexCommand label
24506 name "tab:従属表を縦に並べたもの"
24507
24508 \end_inset
24509
24510 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24511 \end_layout
24512
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \begin_layout Plain Layout
24519 \noindent
24520 \align center
24521 \begin_inset Float table
24522 wide false
24523 sideways false
24524 status collapsed
24525
24526 \begin_layout Plain Layout
24527 \begin_inset Caption Standard
24528
24529 \begin_layout Plain Layout
24530
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \begin_layout Plain Layout
24539 \align center
24540 \begin_inset Tabular
24541 <lyxtabular version="3" rows="1" columns="4">
24542 <features rotate="0" tabularvalignment="middle">
24543 <column alignment="center" valignment="top">
24544 <column alignment="center" valignment="top">
24545 <column alignment="center" valignment="top">
24546 <column alignment="center" valignment="top">
24547 <row>
24548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552 試験
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 試験
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 試験
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 試験
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 </lyxtabular>
24586
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \begin_layout Plain Layout
24598 \noindent
24599 \align center
24600 \begin_inset Float table
24601 wide false
24602 sideways false
24603 status collapsed
24604
24605 \begin_layout Plain Layout
24606 \begin_inset Caption Standard
24607
24608 \begin_layout Plain Layout
24609
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Plain Layout
24618 \align center
24619 \begin_inset Tabular
24620 <lyxtabular version="3" rows="1" columns="5">
24621 <features rotate="0" tabularvalignment="middle">
24622 <column alignment="center" valignment="top">
24623 <column alignment="center" valignment="top">
24624 <column alignment="center" valignment="top">
24625 <column alignment="center" valignment="top">
24626 <column alignment="center" valignment="top">
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 </row>
24674 </lyxtabular>
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Section
24692 横並びのフロート
24693 \begin_inset Index idx
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697 ふろーと@フロート ! よこならび@横並び
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Standard
24706
24707 \begin_inset CommandInset ref
24708 LatexCommand ref
24709 reference "fig:左側のフロート"
24710
24711 \end_inset
24712
24713 や図
24714 \begin_inset CommandInset ref
24715 LatexCommand ref
24716 reference "fig:右側のフロート"
24717
24718 \end_inset
24719
24720 のようにフロートを横並びに配置するには、
24721 \emph on
24722 ひとつの
24723 \emph default
24724 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24725 \begin_inset Foot
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729 Minipageは第
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "sec:ミニページ"
24733
24734 \end_inset
24735
24736 節に説明があります。
24737 \end_layout
24738
24739 \end_inset
24740
24741 。幅は45
24742 \begin_inset space \thinspace{}
24743 \end_inset
24744
24745 -50
24746 \begin_inset space \thinspace{}
24747 \end_inset
24748
24749 列幅%とし、各minipageのボックス配置を
24750 \family sans
24751
24752 \family default
24753 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24754 \family sans
24755 列幅%
24756 \family default
24757 がここではminipageボックスの幅によって計算されることです。
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset Float figure
24762 wide false
24763 sideways false
24764 status open
24765
24766 \begin_layout Plain Layout
24767 \begin_inset Box Frameless
24768 position "b"
24769 hor_pos "c"
24770 has_inner_box 1
24771 inner_pos "t"
24772 use_parbox 0
24773 use_makebox 0
24774 width "45col%"
24775 special "none"
24776 height "1in"
24777 height_special "totalheight"
24778 status open
24779
24780 \begin_layout Plain Layout
24781 \align center
24782 \begin_inset Graphics
24783         filename ../clipart/mobius.eps
24784         lyxscale 50
24785         width 100col%
24786         scaleBeforeRotation
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Caption Standard
24795
24796 \begin_layout Plain Layout
24797 \begin_inset CommandInset label
24798 LatexCommand label
24799 name "fig:左側のフロート"
24800
24801 \end_inset
24802
24803 左側のフロート
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \end_inset
24812
24813
24814 \begin_inset space \hfill{}
24815 \end_inset
24816
24817
24818 \begin_inset Box Frameless
24819 position "b"
24820 hor_pos "c"
24821 has_inner_box 1
24822 inner_pos "t"
24823 use_parbox 0
24824 use_makebox 0
24825 width "45col%"
24826 special "none"
24827 height "1in"
24828 height_special "totalheight"
24829 status open
24830
24831 \begin_layout Plain Layout
24832 \align center
24833 \begin_inset Graphics
24834         filename ../clipart/platypus.eps
24835         lyxscale 50
24836         width 100col%
24837         scaleBeforeRotation
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Plain Layout
24845 \begin_inset Caption Standard
24846
24847 \begin_layout Plain Layout
24848 \begin_inset CommandInset label
24849 LatexCommand label
24850 name "fig:右側のフロート"
24851
24852 \end_inset
24853
24854 右側のフロート
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \begin_layout Plain Layout
24868
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Section
24877 キャプションの書式設定
24878 \begin_inset Index idx
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \begin_inset Index idx
24889 status collapsed
24890
24891 \begin_layout Plain Layout
24892 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \begin_inset CommandInset label
24899 LatexCommand label
24900 name "sec:キャプションの書式設定"
24901
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \begin_layout Standard
24908
24909 \family sans
24910 キャプション
24911 \family default
24912 環境は、
24913 \family sans
24914 フロート
24915 \family default
24916 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24917 \family sans
24918 図 #:
24919 \family default
24920 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24921 \family sans
24922 #
24923 \family default
24924 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24925 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24926 \end_layout
24927
24928 \begin_layout Standard
24929 既定のキャプション書式を変更するには、文書プリアンブルに
24930 \end_layout
24931
24932 \begin_layout Standard
24933
24934 \series bold
24935
24936 \backslash
24937 usepackage[format definition]{caption}
24938 \end_layout
24939
24940 \begin_layout Standard
24941 という行を加えて、LaTeXパッケージ
24942 \series bold
24943 caption
24944 \series default
24945
24946 \begin_inset Index idx
24947 status collapsed
24948
24949 \begin_layout Plain Layout
24950 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24951 \end_layout
24952
24953 \end_inset
24954
24955 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24956 \end_layout
24957
24958 \begin_layout Standard
24959
24960 \series bold
24961
24962 \backslash
24963 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24964 \end_layout
24965
24966 \begin_layout Standard
24967 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24968 \series bold
24969 caption
24970 \series default
24971 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24972 \end_layout
24973
24974 \begin_layout Standard
24975
24976 \series bold
24977
24978 \backslash
24979 captionsetup[フロート型]{書式定義}
24980 \end_layout
24981
24982 \begin_layout Standard
24983 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24984 \begin_inset CommandInset ref
24985 LatexCommand ref
24986 reference "fig:図キャプション"
24987
24988 \end_inset
24989
24990 と表
24991 \begin_inset CommandInset ref
24992 LatexCommand ref
24993 reference "tab:表キャプション"
24994
24995 \end_inset
24996
24997 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
24998 \end_layout
24999
25000 \begin_layout Standard
25001
25002 \series bold
25003
25004 \backslash
25005 usepackage[tableposition=top]{caption}
25006 \series default
25007
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \series bold
25013
25014 \backslash
25015 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019
25020 \begin_inset Phantom HPhantom
25021 status open
25022
25023 \begin_layout Plain Layout
25024
25025 \backslash
25026 captionsetup[figure]{
25027 \end_layout
25028
25029 \end_inset
25030
25031 labelsep=period}
25032 \begin_inset Newline newline
25033 \end_inset
25034
25035
25036 \backslash
25037 captionsetup[table]{labelfont={bf,sf}}
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \begin_inset Note Greyedout
25042 status open
25043
25044 \begin_layout Plain Layout
25045
25046 \series bold
25047 【註】
25048 \series default
25049 オプションのうち、
25050 \series bold
25051 tableposition=top
25052 \series default
25053 は、文書クラスに
25054 \series bold
25055 KOMA-script
25056 \series default
25057
25058 \begin_inset Index idx
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25063 \end_layout
25064
25065 \end_inset
25066
25067 が使われているときには、無効になります。この場合には、文書クラスオプション
25068 \series bold
25069 captions=tableheading
25070 \series default
25071 を指定しなくてはなりません。
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \begin_layout Standard
25080
25081 \series bold
25082 caption
25083 \series default
25084 パッケージについての詳細は、その取扱説明書
25085 \begin_inset CommandInset citation
25086 LatexCommand cite
25087 key "caption"
25088
25089 \end_inset
25090
25091 をご覧ください。
25092 \end_layout
25093
25094 \begin_layout Standard
25095 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25096 \end_layout
25097
25098 \begin_layout Standard
25099
25100 \series bold
25101
25102 \backslash
25103 renewcommand{
25104 \backslash
25105 fnum@figure}{画像~
25106 \backslash
25107 thefigure}
25108 \end_layout
25109
25110 \begin_layout Standard
25111 なお、
25112 \series bold
25113
25114 \backslash
25115 thefigure
25116 \series default
25117 は表番号を挿入し、「
25118 \series bold
25119 ~
25120 \series default
25121 」は保護された空白を入れます。
25122 \end_layout
25123
25124 \begin_layout Standard
25125 \begin_inset VSpace bigskip
25126 \end_inset
25127
25128
25129 \series bold
25130 KOMA-script
25131 \series default
25132
25133 \begin_inset Index idx
25134 status collapsed
25135
25136 \begin_layout Plain Layout
25137 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25138 \end_layout
25139
25140 \end_inset
25141
25142 文書クラス(
25143 \family sans
25144 article (KOMA-script)
25145 \family default
25146
25147 \family sans
25148 book (KOMA-script)
25149 \family default
25150
25151 \family sans
25152 letter (KOMA-script)
25153 \family default
25154
25155 \family sans
25156 report (KOMA-script)
25157 \family default
25158 )を使用している場合には、
25159 \series bold
25160 caption
25161 \series default
25162 パッケージの代わりに
25163 \series bold
25164 KOMA-script
25165 \series default
25166 のビルトインコマンド
25167 \series bold
25168 etkomafont
25169 \series default
25170 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25171 \end_layout
25172
25173 \begin_layout Standard
25174
25175 \series bold
25176
25177 \backslash
25178 setkomafont{captionlabel}{
25179 \backslash
25180 bfseries}
25181 \end_layout
25182
25183 \begin_layout Standard
25184
25185 \series bold
25186
25187 \backslash
25188 setkomafont
25189 \series default
25190 についての詳細は、
25191 \series bold
25192 KOMA-script
25193 \series default
25194 の取扱説明書
25195 \begin_inset CommandInset citation
25196 LatexCommand cite
25197 key "koma-script"
25198
25199 \end_inset
25200
25201 をご覧ください。
25202 \end_layout
25203
25204 \begin_layout Standard
25205 \begin_inset ERT
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209
25210
25211 \backslash
25212 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25213 }
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \begin_inset Note Note
25220 status open
25221
25222 \begin_layout Plain Layout
25223 キャプション書式は、この例のみ変更してあります。
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \begin_inset Float figure
25233 placement !p
25234 wide false
25235 sideways false
25236 status open
25237
25238 \begin_layout Plain Layout
25239 \align center
25240 \begin_inset Graphics
25241         filename ../clipart/mobius.eps
25242         lyxscale 50
25243         scale 50
25244         scaleBeforeRotation
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Plain Layout
25252 \begin_inset Caption Standard
25253
25254 \begin_layout Plain Layout
25255 \begin_inset CommandInset label
25256 LatexCommand label
25257 name "fig:図キャプション"
25258
25259 \end_inset
25260
25261 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279
25280
25281 \backslash
25282 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25283 on}
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Standard
25292 \begin_inset Float table
25293 placement !p
25294 wide false
25295 sideways false
25296 status open
25297
25298 \begin_layout Plain Layout
25299 \begin_inset Caption Standard
25300
25301 \begin_layout Plain Layout
25302 \begin_inset CommandInset label
25303 LatexCommand label
25304 name "tab:表キャプション"
25305
25306 \end_inset
25307
25308 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \begin_layout Plain Layout
25317 \align center
25318 \begin_inset Tabular
25319 <lyxtabular version="3" rows="1" columns="5">
25320 <features rotate="0" tabularvalignment="middle">
25321 <column alignment="center" valignment="top">
25322 <column alignment="center" valignment="top">
25323 <column alignment="center" valignment="top">
25324 <column alignment="center" valignment="top">
25325 <column alignment="center" valignment="top">
25326 <row>
25327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 </lyxtabular>
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Section
25386 キャプションの配置
25387 \begin_inset Index idx
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391 きゃぷしょん@キャプション ! はいち@配置
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \begin_inset Index idx
25398 status collapsed
25399
25400 \begin_layout Plain Layout
25401 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \begin_inset CommandInset label
25408 LatexCommand label
25409 name "sec:キャプションの配置"
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Standard
25417 通常、キャプションの配置原則は、
25418 \end_layout
25419
25420 \begin_layout Description
25421 図の場合: キャプションを図の下に置く
25422 \end_layout
25423
25424 \begin_layout Description
25425 表の場合: キャプションを表の上に置く
25426 \end_layout
25427
25428 \begin_layout Standard
25429 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25430 \family sans
25431 article
25432 \family default
25433
25434 \family sans
25435 book
25436 \family default
25437
25438 \family sans
25439 letter
25440 \family default
25441
25442 \family sans
25443 report
25444 \family default
25445 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、
25446 \lang english
25447  load the LaTeX-package 
25448 \series bold
25449 \lang japanese
25450 caption
25451 \series default
25452
25453 \begin_inset Index idx
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \lang english
25464 in your document preamble with the option
25465 \lang japanese
25466
25467 \begin_inset Foot
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471
25472 \series bold
25473 caption
25474 \series default
25475 パッケージについての詳細な情報は、第
25476 \begin_inset CommandInset ref
25477 LatexCommand ref
25478 reference "sec:キャプションの書式設定"
25479
25480 \end_inset
25481
25482 節をご覧ください。
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493 tableposition=top
25494 \end_layout
25495
25496 \begin_layout Standard
25497
25498 \series bold
25499 KOMA-script
25500 \series default
25501
25502 \begin_inset Index idx
25503 status collapsed
25504
25505 \begin_layout Plain Layout
25506 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25507 \end_layout
25508
25509 \end_inset
25510
25511 文書クラス(
25512 \family sans
25513 article (KOMA-script)
25514 \family default
25515
25516 \family sans
25517 book (KOMA-script)
25518 \family default
25519
25520 \family sans
25521 letter (KOMA-script)
25522 \family default
25523
25524 \family sans
25525 report (KOMA-script)
25526 \family default
25527
25528 \begin_inset space \thinspace{}
25529 \end_inset
25530
25531 )をお使いの場合には、
25532 \series bold
25533 caption
25534 \series default
25535 パッケージにオプションを与える代わりに、文書クラスオプション
25536 \end_layout
25537
25538 \begin_layout Standard
25539
25540 \series bold
25541 captions=tableheading
25542 \end_layout
25543
25544 \begin_layout Standard
25545 を設定することもできます。
25546 \begin_inset Foot
25547 status open
25548
25549 \begin_layout Plain Layout
25550
25551 \lang english
25552 That option is used in this document.
25553 \end_layout
25554
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \begin_layout Standard
25561
25562 \lang english
25563 In documents with a KOMA-Script document class you can also right-click
25564  on a caption and mark in the context menu if this should be a caption above
25565  or below the table/figure.
25566  This way you can override the document-wide caption placement for certain
25567  captions.
25568  Table
25569 \lang japanese
25570
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "tab:A-caption-marked"
25574
25575 \end_inset
25576
25577
25578 \lang english
25579  is an example where the caption is marked a being below the table while
25580  it is above.
25581  For comparison the caption in Table
25582 \lang japanese
25583
25584 \begin_inset CommandInset ref
25585 LatexCommand ref
25586 reference "tab:A-standard-table"
25587
25588 \end_inset
25589
25590
25591 \lang english
25592  is not marked.
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \begin_inset Float table
25597 wide false
25598 sideways false
25599 status open
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Caption Below
25603
25604 \begin_layout Plain Layout
25605 \begin_inset CommandInset label
25606 LatexCommand label
25607 name "tab:A-caption-marked"
25608
25609 \end_inset
25610
25611
25612 \lang english
25613 A caption marked as being below the table.
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Plain Layout
25622 \align center
25623 \begin_inset Tabular
25624 <lyxtabular version="3" rows="3" columns="3">
25625 <features rotate="0" tabularvalignment="middle">
25626 <column alignment="center" valignment="top" width="0pt">
25627 <column alignment="center" valignment="top" width="0pt">
25628 <column alignment="center" valignment="top" width="0pt">
25629 <row>
25630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 1
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 2
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 3
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 Joe
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 Mary
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681 Ted
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 <row>
25688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692 \begin_inset Formula $\int x^{2}dx$
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704 \begin_inset Formula $\left[\begin{array}{cc}
25705 a & b\\
25706 c & d
25707 \end{array}\right]$
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 \begin_inset Formula $1+1=2$
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 </row>
25728 </lyxtabular>
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 \begin_inset Float table
25742 wide false
25743 sideways false
25744 status open
25745
25746 \begin_layout Plain Layout
25747 \begin_inset Caption Standard
25748
25749 \begin_layout Plain Layout
25750 \begin_inset CommandInset label
25751 LatexCommand label
25752 name "tab:A-standard-table"
25753
25754 \end_inset
25755
25756
25757 \lang english
25758 A standard table caption.
25759 \end_layout
25760
25761 \end_inset
25762
25763
25764 \end_layout
25765
25766 \begin_layout Plain Layout
25767 \align center
25768 \begin_inset Tabular
25769 <lyxtabular version="3" rows="3" columns="3">
25770 <features rotate="0" tabularvalignment="middle">
25771 <column alignment="center" valignment="top" width="0pt">
25772 <column alignment="center" valignment="top" width="0pt">
25773 <column alignment="center" valignment="top" width="0pt">
25774 <row>
25775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779 1
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788 2
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 3
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 Joe
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 Mary
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826 Ted
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 </row>
25832 <row>
25833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 \begin_inset Formula $\int x^{2}dx$
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849 \begin_inset Formula $\left[\begin{array}{cc}
25850 a & b\\
25851 c & d
25852 \end{array}\right]$
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 \begin_inset Formula $1+1=2$
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 </row>
25873 </lyxtabular>
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \end_inset
25881
25882
25883 \end_layout
25884
25885 \begin_layout Standard
25886 \begin_inset VSpace bigskip
25887 \end_inset
25888
25889 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25890 \end_layout
25891
25892 \begin_layout Standard
25893
25894 \series bold
25895
25896 \backslash
25897 usepackage[option]{sidecap}
25898 \end_layout
25899
25900 \begin_layout Standard
25901 という行を入れて、LaTeXパッケージ
25902 \series bold
25903 sidecap
25904 \series default
25905
25906 \begin_inset Index idx
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25911 \end_layout
25912
25913 \end_inset
25914
25915 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25916 \series bold
25917 innercaption
25918 \series default
25919 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25920 \series bold
25921 rightcaption
25922 \series default
25923 ないし
25924 \series bold
25925 leftcaption
25926 \series default
25927 オプションを用います。
25928 \end_layout
25929
25930 \begin_layout Standard
25931 \begin_inset ERT
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935
25936
25937 \backslash
25938 ifsidecap
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \begin_inset Note Note
25945 status open
25946
25947 \begin_layout Plain Layout
25948 以下の部分は、LaTeXパッケージ
25949 \series bold
25950 sidecap
25951 \series default
25952 が導入されているときのみ表示されます。
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \begin_layout Standard
25961 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25962 \begin_inset Newpage pagebreak
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \noindent
25970 \begin_inset CommandInset line
25971 LatexCommand rule
25972 offset "0.5ex"
25973 width "100line%"
25974 height "1pt"
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \begin_layout Standard
25982
25983 \series bold
25984
25985 \backslash
25986 newcommand{
25987 \backslash
25988 TabBesBeg}[1][1.0]{%
25989 \begin_inset Newline newline
25990 \end_inset
25991
25992
25993 \begin_inset Phantom HPhantom
25994 status open
25995
25996 \begin_layout Plain Layout
25997 \begin_inset space ~
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \backslash
26007 let
26008 \backslash
26009 MyTable
26010 \backslash
26011 table
26012 \begin_inset Newline newline
26013 \end_inset
26014
26015
26016 \begin_inset Phantom HPhantom
26017 status open
26018
26019 \begin_layout Plain Layout
26020
26021 \series medium
26022 \begin_inset space ~
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \backslash
26032 let
26033 \backslash
26034 MyEndtable
26035 \backslash
26036 endtable
26037 \begin_inset Newline newline
26038 \end_inset
26039
26040
26041 \begin_inset Phantom HPhantom
26042 status open
26043
26044 \begin_layout Plain Layout
26045
26046 \series medium
26047 \begin_inset space ~
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \backslash
26057 renewenvironment{table}[1]{
26058 \backslash
26059 begin{SCtable}[#1]##1}{
26060 \backslash
26061 end{SCtable}}}
26062 \end_layout
26063
26064 \begin_layout Standard
26065
26066 \series bold
26067
26068 \backslash
26069 newcommand{
26070 \backslash
26071 TabBesEnd}{%
26072 \begin_inset Newline newline
26073 \end_inset
26074
26075
26076 \begin_inset Phantom HPhantom
26077 status open
26078
26079 \begin_layout Plain Layout
26080 \begin_inset space ~
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \backslash
26090 let
26091 \backslash
26092 table
26093 \backslash
26094 MyTable
26095 \begin_inset Newline newline
26096 \end_inset
26097
26098
26099 \begin_inset Phantom HPhantom
26100 status open
26101
26102 \begin_layout Plain Layout
26103 \begin_inset space ~
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \backslash
26113 let
26114 \backslash
26115 endtable
26116 \backslash
26117 MyEndtable
26118 \end_layout
26119
26120 \begin_layout Standard
26121
26122 \series bold
26123
26124 \backslash
26125 newcommand{
26126 \backslash
26127 FigBesBeg}[1][1.0]{%
26128 \begin_inset Newline newline
26129 \end_inset
26130
26131
26132 \begin_inset Phantom HPhantom
26133 status open
26134
26135 \begin_layout Plain Layout
26136 \begin_inset space ~
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \end_inset
26143
26144
26145 \backslash
26146 let
26147 \backslash
26148 MyFigure
26149 \backslash
26150 figure
26151 \begin_inset Newline newline
26152 \end_inset
26153
26154
26155 \begin_inset Phantom HPhantom
26156 status open
26157
26158 \begin_layout Plain Layout
26159 \begin_inset space ~
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \backslash
26169 let
26170 \backslash
26171 MyEndfigure
26172 \backslash
26173 endfigure
26174 \begin_inset Newline newline
26175 \end_inset
26176
26177
26178 \begin_inset Phantom HPhantom
26179 status open
26180
26181 \begin_layout Plain Layout
26182 \begin_inset space ~
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \backslash
26192 renewenvironment{figure}[1]{
26193 \backslash
26194 begin{SCfigure}[#1]##1}{
26195 \backslash
26196 end{SCfigure}}}
26197 \end_layout
26198
26199 \begin_layout Standard
26200
26201 \series bold
26202
26203 \backslash
26204 newcommand{
26205 \backslash
26206 FigBesEnd}{%
26207 \begin_inset Newline newline
26208 \end_inset
26209
26210
26211 \begin_inset Phantom HPhantom
26212 status open
26213
26214 \begin_layout Plain Layout
26215 \begin_inset space ~
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222
26223
26224 \backslash
26225 let
26226 \backslash
26227 figure
26228 \backslash
26229 MyFigure
26230 \begin_inset Newline newline
26231 \end_inset
26232
26233
26234 \begin_inset Phantom HPhantom
26235 status open
26236
26237 \begin_layout Plain Layout
26238 \begin_inset space ~
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \backslash
26248 let
26249 \backslash
26250 endfigure
26251 \backslash
26252 MyEndfigure}
26253 \end_layout
26254
26255 \begin_layout Standard
26256 \noindent
26257 \begin_inset CommandInset line
26258 LatexCommand rule
26259 offset "0.5ex"
26260 width "100line%"
26261 height "1pt"
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Standard
26269 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26270 \end_layout
26271
26272 \begin_layout Standard
26273
26274 \series bold
26275
26276 \backslash
26277 FigBesBeg
26278 \end_layout
26279
26280 \begin_layout Standard
26281 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
26282 \end_layout
26283
26284 \begin_layout Standard
26285
26286 \series bold
26287
26288 \backslash
26289 FigBesEnd
26290 \end_layout
26291
26292 \begin_layout Standard
26293 というTeXコードを入れてください。
26294 \end_layout
26295
26296 \begin_layout Standard
26297 表フロートに対しては、対応するコマンド
26298 \end_layout
26299
26300 \begin_layout Standard
26301
26302 \series bold
26303
26304 \backslash
26305 TabBesBeg
26306 \series default
26307 および
26308 \series bold
26309
26310 \backslash
26311 TabBesEnd
26312 \end_layout
26313
26314 \begin_layout Standard
26315 を使用してください。図
26316 \begin_inset CommandInset ref
26317 LatexCommand ref
26318 reference "fig:図横キャプション"
26319
26320 \end_inset
26321
26322 と表
26323 \begin_inset CommandInset ref
26324 LatexCommand ref
26325 reference "tab:表横キャプション"
26326
26327 \end_inset
26328
26329 がキャプションを脇に設定した例です。
26330 \end_layout
26331
26332 \begin_layout Standard
26333 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26334 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26335 \end_layout
26336
26337 \begin_layout Standard
26338
26339 \series bold
26340
26341 \backslash
26342 sidecaptionvpos{フロート型}{配置}
26343 \end_layout
26344
26345 \begin_layout Standard
26346 というコマンドを使用します。ここで「フロート型」は
26347 \family sans
26348 figure
26349 \family default
26350
26351 \family sans
26352 table
26353 \family default
26354 であり、「配置」は、上揃えの場合はtopの
26355 \end_layout
26356
26357 \begin_layout Standard
26358
26359 \family sans
26360 t
26361 \family default
26362 」、中央揃えの場合はcenterの「
26363 \family sans
26364 c
26365 \family default
26366 」、下揃えの場合はbottomの「
26367 \family sans
26368 b
26369 \family default
26370 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26371 \end_layout
26372
26373 \begin_layout Standard
26374
26375 \series bold
26376
26377 \backslash
26378 sidecaptionvpos{figure}{c}
26379 \end_layout
26380
26381 \begin_layout Standard
26382 というコマンドを使用します。これは、図
26383 \begin_inset CommandInset ref
26384 LatexCommand ref
26385 reference "fig:図横キャプション-2"
26386
26387 \end_inset
26388
26389 で使用されています。
26390 \end_layout
26391
26392 \begin_layout Standard
26393 \begin_inset VSpace medskip
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Standard
26400 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26401 \begin_inset CommandInset ref
26402 LatexCommand ref
26403 reference "tab:表横キャプション"
26404
26405 \end_inset
26406
26407 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26408 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26409 \emph on
26410 因数
26411 \emph default
26412 は、
26413 \end_layout
26414
26415 \begin_layout Standard
26416
26417 \series bold
26418
26419 \backslash
26420 FigBesBeg[因数]
26421 \end_layout
26422
26423 \begin_layout Standard
26424 のように、
26425 \series bold
26426
26427 \backslash
26428 FigBesBeg
26429 \series default
26430 への非必須引数として与えることもできますし、
26431 \series bold
26432
26433 \backslash
26434 FigBesBeg
26435 \series default
26436 の定義中で
26437 \series bold
26438 1.0
26439 \series default
26440 を他の値に変更することもできます。表
26441 \begin_inset CommandInset ref
26442 LatexCommand ref
26443 reference "tab:図横幅広"
26444
26445 \end_inset
26446
26447 では、因子5が指定されています。
26448 \end_layout
26449
26450 \begin_layout Standard
26451 \begin_inset Note Greyedout
26452 status open
26453
26454 \begin_layout Plain Layout
26455 【註】キャプションを横につけたフロートでは、フロート配置オプションの
26456 \family sans
26457 何としても現在地に置く
26458 \family default
26459 は、
26460 \series bold
26461 sidecap
26462 \series default
26463 がサポートしていないので、使用することができません。.
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Standard
26472 \begin_inset VSpace medskip
26473 \end_inset
26474
26475
26476 \series bold
26477 sidecap
26478 \series default
26479 パッケージについての詳細は、
26480 \begin_inset CommandInset citation
26481 LatexCommand cite
26482 key "sidecap"
26483
26484 \end_inset
26485
26486 の説明書をご参照ください。
26487 \end_layout
26488
26489 \begin_layout Standard
26490 \begin_inset Note Greyedout
26491 status open
26492
26493 \begin_layout Plain Layout
26494
26495 \series bold
26496 【註】
26497 \series default
26498
26499 \begin_inset CommandInset ref
26500 LatexCommand ref
26501 reference "sub:参照位置"
26502
26503 \end_inset
26504
26505 節に説明があるLaTeXパッケージ
26506 \series bold
26507 hypcap
26508 \series default
26509
26510 \begin_inset Index idx
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26515 \end_layout
26516
26517 \end_inset
26518
26519 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 \begin_inset Note Greyedout
26529 status open
26530
26531 \begin_layout Plain Layout
26532
26533 \series bold
26534 【訳註】
26535 \series default
26536 LaTeXパッケージ
26537 \series bold
26538 sidecap
26539 \series default
26540
26541 \begin_inset Index idx
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26546 \end_layout
26547
26548 \end_inset
26549
26550 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
26551 ついては、取扱説明書『
26552 \emph on
26553 埋め込み機能篇
26554 \emph default
26555 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \begin_inset Note Note
26562 status open
26563
26564 \begin_layout Plain Layout
26565 \begin_inset ERT
26566 status collapsed
26567
26568 \begin_layout Plain Layout
26569
26570
26571 \backslash
26572 FigBesBeg 
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Plain Layout
26581 \begin_inset Float figure
26582 wide false
26583 sideways false
26584 status open
26585
26586 \begin_layout Plain Layout
26587 \begin_inset Graphics
26588         filename ../clipart/escher-lsd.eps
26589         scale 75
26590         scaleBeforeRotation
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \begin_layout Plain Layout
26598 \begin_inset Caption Standard
26599
26600 \begin_layout Plain Layout
26601 \begin_inset CommandInset label
26602 LatexCommand label
26603 name "fig:図横キャプション"
26604
26605 \end_inset
26606
26607 これは図の横にあるキャプションです。
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Plain Layout
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626
26627 \backslash
26628 FigBesEnd
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Plain Layout
26637 \begin_inset ERT
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641
26642
26643 \backslash
26644 TabBesBeg 
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \begin_layout Plain Layout
26653 \begin_inset Float table
26654 wide false
26655 sideways false
26656 status open
26657
26658 \begin_layout Plain Layout
26659 \begin_inset Caption Standard
26660
26661 \begin_layout Plain Layout
26662 \begin_inset CommandInset label
26663 LatexCommand label
26664 name "tab:表横キャプション"
26665
26666 \end_inset
26667
26668 これは表の横にあるキャプションです。
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Plain Layout
26677 \begin_inset Tabular
26678 <lyxtabular version="3" rows="4" columns="5">
26679 <features rotate="0" tabularvalignment="middle">
26680 <column alignment="center" valignment="top">
26681 <column alignment="center" valignment="top">
26682 <column alignment="center" valignment="top">
26683 <column alignment="center" valignment="top">
26684 <column alignment="center" valignment="top">
26685 <row>
26686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26687 \begin_inset Text
26688
26689 \begin_layout Plain Layout
26690
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Plain Layout
26717
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 <row>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 </row>
26779 <row>
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 </lyxtabular>
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \end_layout
26884
26885 \begin_layout Plain Layout
26886 \begin_inset ERT
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891
26892 \backslash
26893 TabBesEnd
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Plain Layout
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 FigBesBeg 
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Plain Layout
26918 \begin_inset ERT
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922
26923
26924 \backslash
26925 sidecaptionvpos{figure}{c}
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \begin_inset Float figure
26932 wide false
26933 sideways false
26934 status open
26935
26936 \begin_layout Plain Layout
26937 \begin_inset Graphics
26938         filename ../clipart/escher-lsd.eps
26939         scale 75
26940         scaleBeforeRotation
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \begin_layout Plain Layout
26948 \begin_inset Caption Standard
26949
26950 \begin_layout Plain Layout
26951 \begin_inset CommandInset label
26952 LatexCommand label
26953 name "fig:図横キャプション-2"
26954
26955 \end_inset
26956
26957 これは図の横にある縦方向中央揃えのキャプションです。
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \begin_layout Plain Layout
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 FigBesEnd
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Plain Layout
26987 \begin_inset ERT
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991
26992
26993 \backslash
26994 TabBesBeg[5]
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \begin_layout Plain Layout
27003 \begin_inset Float table
27004 wide false
27005 sideways false
27006 status open
27007
27008 \begin_layout Plain Layout
27009 \begin_inset Caption Standard
27010
27011 \begin_layout Plain Layout
27012 \begin_inset CommandInset label
27013 LatexCommand label
27014 name "tab:図横幅広"
27015
27016 \end_inset
27017
27018 これは表
27019 \begin_inset CommandInset ref
27020 LatexCommand ref
27021 reference "tab:表横キャプション"
27022
27023 \end_inset
27024
27025 よりも幅広のキャプションです
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Plain Layout
27034 \begin_inset Tabular
27035 <lyxtabular version="3" rows="4" columns="5">
27036 <features rotate="0" tabularvalignment="middle">
27037 <column alignment="center" valignment="top">
27038 <column alignment="center" valignment="top">
27039 <column alignment="center" valignment="top">
27040 <column alignment="center" valignment="top">
27041 <column alignment="center" valignment="top">
27042 <row>
27043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 a
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056
27057 \end_layout
27058
27059 \end_inset
27060 </cell>
27061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 b
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 c
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 </row>
27089 <row>
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094
27095 \end_layout
27096
27097 \end_inset
27098 </cell>
27099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103 d
27104 \end_layout
27105
27106 \end_inset
27107 </cell>
27108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121 e
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 </row>
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141 f
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27147 \begin_inset Text
27148
27149 \begin_layout Plain Layout
27150
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 g
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177 h
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 <row>
27184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188
27189 \end_layout
27190
27191 \end_inset
27192 </cell>
27193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27194 \begin_inset Text
27195
27196 \begin_layout Plain Layout
27197 i
27198 \end_layout
27199
27200 \end_inset
27201 </cell>
27202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27203 \begin_inset Text
27204
27205 \begin_layout Plain Layout
27206
27207 \end_layout
27208
27209 \end_inset
27210 </cell>
27211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215 j
27216 \end_layout
27217
27218 \end_inset
27219 </cell>
27220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 </row>
27230 </lyxtabular>
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Plain Layout
27243 \begin_inset ERT
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247
27248
27249 \backslash
27250 TabBesEnd
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \begin_layout Standard
27264 \begin_inset ERT
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268
27269
27270 \backslash
27271 else
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \begin_inset Note Note
27278 status open
27279
27280 \begin_layout Plain Layout
27281 以下の部分は、LaTeXパッケージ
27282 \series bold
27283 sidecap
27284 \series default
27285 が導入されていないときのみ表示されます。
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27295 \series bold
27296 sidecap
27297 \series default
27298 を導入する必要があります。
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset ERT
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306
27307
27308 \backslash
27309 fi
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \begin_layout Section
27318 フロート一覧
27319 \begin_inset Index idx
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323 ふろーと@フロート ! ふろーといちらん@フロート一覧
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \begin_layout Standard
27332 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27333 \family sans
27334 挿入\SpecialChar \menuseparator
27335 一覧/目次
27336 \family default
27337 メニューで挿入することができます。
27338 \end_layout
27339
27340 \begin_layout Standard
27341 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27342 \end_layout
27343
27344 \begin_layout Standard
27345 本文書の終わりに、図一覧と表一覧があります。
27346 \end_layout
27347
27348 \begin_layout Chapter
27349 注釈
27350 \end_layout
27351
27352 \begin_layout Section
27353 LyX注釈
27354 \begin_inset Index idx
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 注釈は、ツールバーボタン
27368 \family sans
27369
27370 \begin_inset Info
27371 type  "icon"
27372 arg   "note-insert"
27373 \end_inset
27374
27375
27376 \family default
27377 か、
27378 \family sans
27379 挿入\SpecialChar \menuseparator
27380 注釈
27381 \family default
27382 メニューで挿入することができます。注釈には、以下の三つの型があります。
27383 \end_layout
27384
27385 \begin_layout Description
27386 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27387 \begin_inset Newline newline
27388 \end_inset
27389
27390
27391 \begin_inset Newline newline
27392 \end_inset
27393
27394
27395 \begin_inset Graphics
27396         filename clipart/LyXNoteImageQt4.png
27397         display false
27398         scale 85
27399         scaleBeforeRotation
27400
27401 \end_inset
27402
27403
27404 \begin_inset Note Note
27405 status open
27406
27407 \begin_layout Plain Layout
27408 これは、出力には現れない注釈ボックスに書かれた文章です。
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Description
27417 コメント この注釈も出力には現れませんが、
27418 \family sans
27419 ファイル\SpecialChar \menuseparator
27420 書き出し\SpecialChar \menuseparator
27421 LaTeX (pdflatex) / (平文)
27422 \family default
27423  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27424 \begin_inset Newline newline
27425 \end_inset
27426
27427
27428 \begin_inset Newline newline
27429 \end_inset
27430
27431
27432 \begin_inset Graphics
27433         filename clipart/CommentNoteImageQt4.png
27434         display false
27435         scale 85
27436         scaleBeforeRotation
27437
27438 \end_inset
27439
27440  
27441 \begin_inset Note Comment
27442 status open
27443
27444 \begin_layout Plain Layout
27445 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27446 \end_layout
27447
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \begin_layout Description
27454 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458
27459 \begin_inset Newline newline
27460 \end_inset
27461
27462
27463 \begin_inset Graphics
27464         filename clipart/GreyedOutNoteImageQt4.png
27465         display false
27466         scale 85
27467         scaleBeforeRotation
27468
27469 \end_inset
27470
27471
27472 \begin_inset Newline newline
27473 \end_inset
27474
27475
27476 \begin_inset ERT
27477 status collapsed
27478
27479 \begin_layout Plain Layout
27480
27481
27482 \backslash
27483 renewenvironment{lyxgreyedout}
27484 \end_layout
27485
27486 \begin_layout Plain Layout
27487
27488 {
27489 \backslash
27490 textcolor[gray]{0.8}
27491 \backslash
27492 bgroup}{
27493 \backslash
27494 egroup}
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \begin_inset Note Greyedout
27501 status open
27502
27503 \begin_layout Plain Layout
27504 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27505 \begin_inset Foot
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 これは、淡色注釈内に脚注を用いた例です。
27510 \end_layout
27511
27512 \end_inset
27513
27514 です。
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \begin_inset ERT
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524
27525
27526 \backslash
27527 renewenvironment{lyxgreyedout}
27528 \end_layout
27529
27530 \begin_layout Plain Layout
27531
27532 {
27533 \backslash
27534 textcolor{blue}
27535 \backslash
27536 bgroup}{
27537 \backslash
27538 egroup}
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \begin_inset Note Note
27545 status open
27546
27547 \begin_layout Plain Layout
27548 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
27549 定義されています。
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \begin_inset Newline newline
27556 \end_inset
27557
27558
27559 \begin_inset Newline newline
27560 \end_inset
27561
27562 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
27563 \end_layout
27564
27565 \begin_layout Standard
27566 \begin_inset VSpace bigskip
27567 \end_inset
27568
27569 注釈を挿入するのにツールバーボタン
27570 \family sans
27571
27572 \begin_inset Info
27573 type  "icon"
27574 arg   "note-insert"
27575 \end_inset
27576
27577
27578 \family default
27579 を使用すると、
27580 \family sans
27581 LyX注釈
27582 \family default
27583 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
27584 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
27585 さい。
27586 \end_layout
27587
27588 \begin_layout Standard
27589 \begin_inset VSpace bigskip
27590 \end_inset
27591
27592 淡色注釈の文字色は、
27593 \family sans
27594 文書\SpecialChar \menuseparator
27595 設定\SpecialChar \menuseparator
27596
27597 \family default
27598 メニューで変更することができます。
27599 \end_layout
27600
27601 \begin_layout Section
27602 脚注
27603 \begin_inset CommandInset label
27604 LatexCommand label
27605 name "sec:脚注"
27606
27607 \end_inset
27608
27609
27610 \begin_inset Index idx
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \begin_inset Index idx
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 きゃくちゅう@脚注
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Standard
27633 脚注は、ツールバーボタン
27634 \family sans
27635
27636 \begin_inset Info
27637 type  "icon"
27638 arg   "footnote-insert"
27639 \end_inset
27640
27641
27642 \family default
27643 か、
27644 \family sans
27645 挿入\SpecialChar \menuseparator
27646 脚注
27647 \family default
27648 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27649 \begin_inset Graphics
27650         filename clipart/footnoteQt4.png
27651         scale 80
27652         scaleBeforeRotation
27653
27654 \end_inset
27655
27656 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27657 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27658 \end_layout
27659
27660 \begin_layout Standard
27661 これが脚注の例です
27662 \begin_inset Foot
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 \begin_inset CommandInset label
27667 LatexCommand label
27668 name "fn:これは脚注の一例"
27669
27670 \end_inset
27671
27672 これは脚注の一例です。
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682
27683
27684 \backslash
27685 newcounter{MyRepeatFoot}
27686 \end_layout
27687
27688 \begin_layout Plain Layout
27689
27690
27691 \backslash
27692 setcounter{MyRepeatFoot}{
27693 \backslash
27694 thefootnote}
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Standard
27703 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27704 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27705 \end_layout
27706
27707 \begin_layout Standard
27708 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27709 \begin_inset CommandInset ref
27710 LatexCommand ref
27711 reference "sec:フロートの参照"
27712
27713 \end_inset
27714
27715 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27716 \begin_inset Newline newline
27717 \end_inset
27718
27719 これは脚注
27720 \begin_inset CommandInset ref
27721 LatexCommand ref
27722 reference "fn:これは脚注の一例"
27723
27724 \end_inset
27725
27726 の相互参照です。
27727 \end_layout
27728
27729 \begin_layout Standard
27730 \begin_inset VSpace defskip
27731 \end_inset
27732
27733
27734 \end_layout
27735
27736 \begin_layout Standard
27737 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27738 \series bold
27739
27740 \backslash
27741 footnotemark{}
27742 \series default
27743 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27744 \series bold
27745
27746 \backslash
27747 footnotetext
27748 \series default
27749 コマンドの引数として入力します。
27750 \begin_inset Newline newline
27751 \end_inset
27752
27753 以下の表ではコマンド
27754 \begin_inset Newline newline
27755 \end_inset
27756
27757
27758 \series bold
27759
27760 \backslash
27761 footnotetext{
27762 \series default
27763 出力される脚注の表
27764 \series bold
27765 }
27766 \series default
27767
27768 \begin_inset Newline newline
27769 \end_inset
27770
27771 を用いています。
27772 \end_layout
27773
27774 \begin_layout Standard
27775 \begin_inset Tabular
27776 <lyxtabular version="3" rows="2" columns="1">
27777 <features rotate="0" tabularvalignment="middle">
27778 <column alignment="center" valignment="top">
27779 <row>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 これは例文です。
27785 \begin_inset Foot
27786 status open
27787
27788 \begin_layout Plain Layout
27789 この脚注は出力されません!
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 </row>
27800 <row>
27801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27802 \begin_inset Text
27803
27804 \begin_layout Plain Layout
27805 これは例文です。
27806 \begin_inset ERT
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810
27811
27812 \backslash
27813 footnotemark{}
27814 \end_layout
27815
27816 \end_inset
27817
27818
27819 \end_layout
27820
27821 \end_inset
27822 </cell>
27823 </row>
27824 </lyxtabular>
27825
27826 \end_inset
27827
27828
27829 \begin_inset ERT
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833
27834
27835 \backslash
27836 footnotetext{
27837 \end_layout
27838
27839 \end_inset
27840
27841 出力される脚注の表
27842 \begin_inset ERT
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846
27847 }
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 長尺表中の脚注は、第
27857 \begin_inset CommandInset ref
27858 LatexCommand ref
27859 reference "sub:長尺表での脚注"
27860
27861 \end_inset
27862
27863 節で述べられています。
27864 \end_layout
27865
27866 \begin_layout Standard
27867 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27868 \begin_inset CommandInset ref
27869 LatexCommand ref
27870 reference "sec:ミニページ"
27871
27872 \end_inset
27873
27874 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27875 \series bold
27876
27877 \backslash
27878 footnotemark{}
27879 \series default
27880
27881 \series bold
27882
27883 \backslash
27884 footntoetext
27885 \series default
27886 による方法を用いてください。
27887 \end_layout
27888
27889 \begin_layout Standard
27890 \begin_inset Box Frameless
27891 position "t"
27892 hor_pos "c"
27893 has_inner_box 1
27894 inner_pos "t"
27895 use_parbox 0
27896 use_makebox 0
27897 width "100col%"
27898 special "none"
27899 height "1in"
27900 height_special "totalheight"
27901 status open
27902
27903 \begin_layout Plain Layout
27904 これはミニページ中の例文です。
27905 \begin_inset Foot
27906 status open
27907
27908 \begin_layout Plain Layout
27909 ミニページ中の脚注です。
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Plain Layout
27918 これはミニページ中の例文です。
27919 \begin_inset ERT
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923
27924
27925 \backslash
27926 footnotemark{}
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Standard
27940 \begin_inset ERT
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944
27945
27946 \backslash
27947 footnotetext{
27948 \end_layout
27949
27950 \end_inset
27951
27952 ミニページ外の脚注です。
27953 \begin_inset ERT
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957
27958 }
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \begin_inset VSpace defskip
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Standard
27971 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27972 \series bold
27973
27974 \backslash
27975 footnotemark[番号]
27976 \series default
27977 を使用してください。
27978 \begin_inset Newline newline
27979 \end_inset
27980
27981 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27982 \begin_inset CommandInset ref
27983 LatexCommand ref
27984 reference "fn:これは脚注の一例"
27985
27986 \end_inset
27987
27988 の後に、TeXコードで
27989 \end_layout
27990
27991 \begin_layout Standard
27992
27993 \series bold
27994
27995 \backslash
27996 newcounter{MyRepeatFoot}
27997 \begin_inset Newline newline
27998 \end_inset
27999
28000
28001 \backslash
28002 setcounter{MyRepeatFoot}{
28003 \backslash
28004 thefootnote}
28005 \end_layout
28006
28007 \begin_layout Standard
28008 というコマンドを挿入しています。そして脚注マークは、
28009 \end_layout
28010
28011 \begin_layout Standard
28012
28013 \series bold
28014
28015 \backslash
28016 footnotemark[
28017 \backslash
28018 theMyRepeatFoot]
28019 \end_layout
28020
28021 \begin_layout Standard
28022 で作成します。
28023 \end_layout
28024
28025 \begin_layout Standard
28026 これは繰り返し脚注の例です。
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032
28033 \backslash
28034 footnotemark[
28035 \backslash
28036 theMyRepeatFoot]
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \begin_layout Standard
28045 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28046 \end_layout
28047
28048 \begin_layout Standard
28049
28050 \series bold
28051
28052 \backslash
28053 footnotemark[
28054 \backslash
28055 thefootnote]
28056 \end_layout
28057
28058 \begin_layout Standard
28059 を使用してください。
28060 \end_layout
28061
28062 \begin_layout Standard
28063 これは繰り返し脚注の例です。
28064 \begin_inset ERT
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068
28069
28070 \backslash
28071 footnotemark[
28072 \backslash
28073 thefootnote]
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Subsection
28082 脚注の付番
28083 \begin_inset CommandInset label
28084 LatexCommand label
28085 name "sub:脚注の付番"
28086
28087 \end_inset
28088
28089
28090 \begin_inset Index idx
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 きゃくちゅう@脚注 ! ふばん@付番
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28104 \end_layout
28105
28106 \begin_layout Standard
28107
28108 \series bold
28109
28110 \backslash
28111 @addtoreset{footnote}{section}
28112 \end_layout
28113
28114 \begin_layout Standard
28115 というコマンドを加えてください。
28116 \end_layout
28117
28118 \begin_layout Standard
28119 \begin_inset VSpace bigskip
28120 \end_inset
28121
28122 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28123 \end_layout
28124
28125 \begin_layout Standard
28126
28127 \series bold
28128
28129 \backslash
28130 renewcommand{
28131 \backslash
28132 thefootnote}{
28133 \backslash
28134 roman{footnote}}
28135 \end_layout
28136
28137 \begin_layout Standard
28138 \begin_inset ERT
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142
28143
28144 \backslash
28145 renewcommand{
28146 \backslash
28147 thefootnote}{
28148 \backslash
28149 roman{footnote}}
28150 \end_layout
28151
28152 \end_inset
28153
28154 これは、ローマ数字を使った脚注です
28155 \begin_inset Foot
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159 これは、ローマ数字を使った脚注の例です。
28160 \end_layout
28161
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \begin_layout Standard
28168 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28169 \series bold
28170
28171 \backslash
28172 roman
28173 \series default
28174
28175 \series bold
28176
28177 \backslash
28178 Roman
28179 \series default
28180 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28181 \series bold
28182
28183 \backslash
28184 Alph
28185 \series default
28186 または
28187 \series bold
28188
28189 \backslash
28190 alph
28191 \series default
28192 を使用してください。記号を使って付「番」するには、
28193 \series bold
28194
28195 \backslash
28196 fnsymbol
28197 \series default
28198 を使ってください。
28199 \end_layout
28200
28201 \begin_layout Standard
28202 \begin_inset Note Greyedout
28203 status open
28204
28205 \begin_layout Plain Layout
28206
28207 \series bold
28208 【註】
28209 \series default
28210 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \begin_inset Newline newline
28217 \end_inset
28218
28219
28220 \begin_inset Note Greyedout
28221 status open
28222
28223 \begin_layout Plain Layout
28224
28225 \series bold
28226 【註】
28227 \series default
28228 記号を使うと9個の脚注しか番号を振ることができません。
28229 \end_layout
28230
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Standard
28237 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28238 \series bold
28239
28240 \backslash
28241 roman
28242 \series default
28243
28244 \series bold
28245
28246 \backslash
28247 arabic
28248 \series default
28249 に置き換えて使用してください。
28250 \begin_inset ERT
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254
28255
28256 \backslash
28257 renewcommand{
28258 \backslash
28259 thefootnote}{
28260 \backslash
28261 arabic{footnote}}
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 \end_layout
28275
28276 \begin_layout Standard
28277 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28278 \end_layout
28279
28280 \begin_layout Standard
28281
28282 \series bold
28283
28284 \backslash
28285 numberwithin{footnote}{chapter}
28286 \end_layout
28287
28288 \begin_layout Standard
28289 というコマンドを加えてください。
28290 \series bold
28291
28292 \backslash
28293 numberwithin
28294 \series default
28295 コマンドを使用できるようにするためには、文書設定の
28296 \family sans
28297 数式オプション
28298 \family default
28299 タブで
28300 \family sans
28301 AMS
28302 \begin_inset space ~
28303 \end_inset
28304
28305 mathパッケージを使う
28306 \family default
28307 オプションを有効にしてください。
28308 \end_layout
28309
28310 \begin_layout Standard
28311 \begin_inset ERT
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316
28317 \backslash
28318 numberwithin{footnote}{chapter}
28319 \end_layout
28320
28321 \end_inset
28322
28323 これは、脚注のもう一つの例です
28324 \series bold
28325
28326 \begin_inset Foot
28327 status open
28328
28329 \begin_layout Plain Layout
28330
28331 \series bold
28332 これは、
28333 \series default
28334 「章番号.脚注番号」スキームで番号を振られた脚注です。
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \series default
28341
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347
28348 \backslash
28349 renewcommand{
28350 \backslash
28351 thefootnote}{
28352 \backslash
28353 arabic{footnote}}
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Standard
28362 \begin_inset Note Greyedout
28363 status open
28364
28365 \begin_layout Plain Layout
28366
28367 \series bold
28368 【註】
28369 \backslash
28370 numberwithin
28371 \series default
28372 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \end_layout
28379
28380 \begin_layout Standard
28381 また、例えば「章番号.
28382 \backslash
28383 Roman{footnote}」スキームを得るには、
28384 \series bold
28385
28386 \backslash
28387 numberwithin
28388 \series default
28389 の代わりに以下のコマンドを使用してください。
28390 \end_layout
28391
28392 \begin_layout Standard
28393
28394 \series bold
28395
28396 \backslash
28397 renewcommand{
28398 \backslash
28399 thefootnote}{
28400 \backslash
28401 thechapter.
28402 \backslash
28403 Roman{footnote}}
28404 \end_layout
28405
28406 \begin_layout Subsection
28407 脚注の配置
28408 \begin_inset Index idx
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 きゃくちゅう@脚注 ! はいち@配置
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Standard
28421 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28422 ブルに足して、1.5
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 mmの余白を追加することもできます。
28427 \end_layout
28428
28429 \begin_layout Standard
28430
28431 \series bold
28432
28433 \backslash
28434 let
28435 \backslash
28436 myFoot
28437 \backslash
28438 footnote
28439 \begin_inset Newline newline
28440 \end_inset
28441
28442
28443 \backslash
28444 renewcommand{
28445 \backslash
28446 footnote}[1]{
28447 \backslash
28448 myFoot{#1
28449 \backslash
28450 vspace{1.5mm}}}
28451 \end_layout
28452
28453 \begin_layout Standard
28454 \begin_inset VSpace bigskip
28455 \end_inset
28456
28457 二段組文書では、脚注は各段底部に表示されます(図
28458 \begin_inset CommandInset ref
28459 LatexCommand ref
28460 reference "fig:標準的脚注配置"
28461
28462 \end_inset
28463
28464 )。図
28465 \begin_inset CommandInset ref
28466 LatexCommand ref
28467 reference "fig:ftnright脚注配置"
28468
28469 \end_inset
28470
28471 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28472 \end_layout
28473
28474 \begin_layout Standard
28475
28476 \series bold
28477
28478 \backslash
28479 usepackage{ftnright}
28480 \end_layout
28481
28482 \begin_layout Standard
28483 というコマンドを書いて、LaTeXパッケージ
28484 \series bold
28485 ftnright
28486 \series default
28487
28488 \begin_inset Index idx
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28493 \end_layout
28494
28495 \end_inset
28496
28497 を読み込みます。
28498 \begin_inset Float figure
28499 placement !h
28500 wide false
28501 sideways false
28502 status open
28503
28504 \begin_layout Plain Layout
28505 \begin_inset ERT
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509
28510
28511 \backslash
28512 framebox{
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \begin_inset Graphics
28519         filename ../clipart/without_fntright.pdf
28520         width 100col%
28521         scaleBeforeRotation
28522
28523 \end_inset
28524
28525
28526 \begin_inset ERT
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530
28531 }
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Plain Layout
28540 \begin_inset Caption Standard
28541
28542 \begin_layout Plain Layout
28543 \begin_inset CommandInset label
28544 LatexCommand label
28545 name "fig:標準的脚注配置"
28546
28547 \end_inset
28548
28549 二段組文書の標準的な脚注配置
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \begin_layout Standard
28563 \begin_inset Float figure
28564 placement !h
28565 wide false
28566 sideways false
28567 status open
28568
28569 \begin_layout Plain Layout
28570 \begin_inset ERT
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574
28575
28576 \backslash
28577 framebox{
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \begin_inset Graphics
28584         filename ../clipart/with_fntright.pdf
28585         width 100col%
28586         scaleBeforeRotation
28587
28588 \end_inset
28589
28590
28591 \begin_inset ERT
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596 }
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Plain Layout
28605 \begin_inset Caption Standard
28606
28607 \begin_layout Plain Layout
28608 \begin_inset CommandInset label
28609 LatexCommand label
28610 name "fig:ftnright脚注配置"
28611
28612 \end_inset
28613
28614 LaTeXパッケージ
28615 \series bold
28616 ftnright
28617 \series default
28618 を使用したときの二段組文書の脚注配置
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Standard
28632 \begin_inset VSpace bigskip
28633 \end_inset
28634
28635 科学的文献に於いては、図
28636 \begin_inset CommandInset ref
28637 LatexCommand ref
28638 reference "fig:後注"
28639
28640 \end_inset
28641
28642 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28643 \begin_inset Index idx
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647 こちゅう@後注
28648 \end_layout
28649
28650 \end_inset
28651
28652 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28653 \family sans
28654 文書\SpecialChar \menuseparator
28655 設定\SpecialChar \menuseparator
28656 モジュール
28657 \family default
28658 メニューで
28659 \family sans
28660 脚注から後注へ
28661 \family default
28662 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28663 \end_layout
28664
28665 \begin_layout Standard
28666
28667 \series bold
28668
28669 \backslash
28670 theendnotes
28671 \end_layout
28672
28673 \begin_layout Standard
28674 というコマンドを挿入してください。
28675 \end_layout
28676
28677 \begin_layout Standard
28678 \begin_inset Float figure
28679 wide false
28680 sideways false
28681 status open
28682
28683 \begin_layout Plain Layout
28684 \align center
28685 \begin_inset ERT
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689
28690
28691 \backslash
28692 framebox{
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \begin_inset Graphics
28699         filename ../clipart/endnotes.pdf
28700         scaleBeforeRotation
28701
28702 \end_inset
28703
28704
28705 \begin_inset ERT
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709
28710 }
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \begin_layout Plain Layout
28719 \begin_inset Caption Standard
28720
28721 \begin_layout Plain Layout
28722 \begin_inset CommandInset label
28723 LatexCommand label
28724 name "fig:後注"
28725
28726 \end_inset
28727
28728 後注 – 注を節ないし章末に別段落として印字します。
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \begin_inset VSpace medskip
28743 \end_inset
28744
28745 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28746 \end_layout
28747
28748 \begin_layout Standard
28749
28750 \series bold
28751
28752 \backslash
28753 renewcommand{
28754 \backslash
28755 notesname}{Anmerkungen}
28756 \end_layout
28757
28758 \begin_layout Standard
28759 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28760 \end_layout
28761
28762 \begin_layout Standard
28763 \begin_inset VSpace medskip
28764 \end_inset
28765
28766
28767 \begin_inset CommandInset ref
28768 LatexCommand ref
28769 reference "sub:脚注の付番"
28770
28771 \end_inset
28772
28773 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28774 \series bold
28775
28776 \backslash
28777 thefootnote
28778 \series default
28779 コマンドの代わりに
28780 \series bold
28781
28782 \backslash
28783 theendnote
28784 \series default
28785 を用いてください。後注番号をリセットするには、第
28786 \begin_inset CommandInset ref
28787 LatexCommand ref
28788 reference "sub:脚注の付番"
28789
28790 \end_inset
28791
28792 節で述べたコマンド
28793 \series bold
28794
28795 \backslash
28796 @addtoreset
28797 \series default
28798 の、パラメータ
28799 \series bold
28800 footnote
28801 \series default
28802
28803 \series bold
28804 endnote
28805 \series default
28806 に変えて、使用してください。
28807 \end_layout
28808
28809 \begin_layout Standard
28810 後注の印だけを作成するには、第
28811 \begin_inset CommandInset ref
28812 LatexCommand ref
28813 reference "sec:脚注"
28814
28815 \end_inset
28816
28817 節で説明した
28818 \series bold
28819
28820 \backslash
28821 footnotemark
28822 \series default
28823 コマンドの代わりに、
28824 \series bold
28825
28826 \backslash
28827 endnotemark[番号]
28828 \series default
28829 コマンドを使用してください。
28830 \end_layout
28831
28832 \begin_layout Standard
28833 \begin_inset VSpace bigskip
28834 \end_inset
28835
28836 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28837 \series bold
28838 footmisc
28839 \series default
28840
28841 \begin_inset Index idx
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \begin_inset CommandInset citation
28852 LatexCommand cite
28853 key "footmisc"
28854
28855 \end_inset
28856
28857 を参照してください。
28858 \end_layout
28859
28860 \begin_layout Standard
28861 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28862 \begin_inset CommandInset citation
28863 LatexCommand cite
28864 key "latexcompanion,latexguide,latexbook"
28865
28866 \end_inset
28867
28868 に載っています。
28869 \series bold
28870 KOMA-Script
28871 \series default
28872
28873 \begin_inset Index idx
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28878 \end_layout
28879
28880 \end_inset
28881
28882 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28883 \begin_inset CommandInset citation
28884 LatexCommand cite
28885 key "KOMA-Script"
28886
28887 \end_inset
28888
28889 参照)。
28890 \end_layout
28891
28892 \begin_layout Section
28893 傍注
28894 \begin_inset Index idx
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28908 \family sans
28909 挿入\SpecialChar \menuseparator
28910 傍注
28911 \family default
28912 メニューかツールバーボタン
28913 \family sans
28914
28915 \begin_inset Info
28916 type  "icon"
28917 arg   "marginalnote-insert"
28918 \end_inset
28919
28920
28921 \family default
28922 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28923 \end_layout
28924
28925 \begin_layout Standard
28926 横にあるのが傍注です
28927 \begin_inset Marginal
28928 status open
28929
28930 \begin_layout Plain Layout
28931 これは傍注文です。
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28941 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28942 \end_layout
28943
28944 \begin_layout Standard
28945 \begin_inset VSpace bigskip
28946 \end_inset
28947
28948 傍注を内側余白に置くには、傍注の前にTeXコードで
28949 \end_layout
28950
28951 \begin_layout Standard
28952
28953 \series bold
28954
28955 \backslash
28956 reversemarginpar
28957 \end_layout
28958
28959 \begin_layout Standard
28960 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28961 \begin_inset ERT
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965
28966
28967 \backslash
28968 reversemarginpar 
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \begin_inset Marginal
28975 status open
28976
28977 \begin_layout Plain Layout
28978 これは内側余白の傍注です。
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \series bold
28985
28986 \begin_inset Newline newline
28987 \end_inset
28988
28989
28990 \series default
28991
28992 \begin_inset Note Greyedout
28993 status open
28994
28995 \begin_layout Plain Layout
28996 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \begin_layout Standard
29005 既定の配置に戻すには、TeXコードで
29006 \end_layout
29007
29008 \begin_layout Standard
29009
29010 \series bold
29011
29012 \backslash
29013 normalmarginpar
29014 \end_layout
29015
29016 \begin_layout Standard
29017 というコマンドを書き加えてください。
29018 \begin_inset ERT
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022
29023
29024 \backslash
29025 normalmarginpar 
29026 \end_layout
29027
29028 \end_inset
29029
29030  
29031 \begin_inset Note Greyedout
29032 status open
29033
29034 \begin_layout Plain Layout
29035
29036 \series bold
29037 【註】
29038 \backslash
29039 reversemarginpar
29040 \series default
29041 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 \begin_inset VSpace bigskip
29051 \end_inset
29052
29053
29054 \begin_inset Marginal
29055 status open
29056
29057 \begin_layout Plain Layout
29058 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \begin_inset CommandInset ref
29065 LatexCommand ref
29066 reference "sub:複数行"
29067
29068 \end_inset
29069
29070 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29071 \begin_inset space \thinspace{}
29072 \end_inset
29073
29074 pt水平空白を挿入してください 
29075 \begin_inset Marginal
29076 status open
29077
29078 \begin_layout Plain Layout
29079 \begin_inset space \hspace*{}
29080 \length 0pt
29081 \end_inset
29082
29083 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 \begin_inset VSpace bigskip
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset Note Greyedout
29100 status open
29101
29102 \begin_layout Plain Layout
29103
29104 \series bold
29105 【註】
29106 \series default
29107 通常、傍注は表やフロート、脚注の中では使用することができません。
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 \begin_inset VSpace bigskip
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127
29128
29129 \backslash
29130 ifmarginnote
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \begin_inset Note Note
29137 status open
29138
29139 \begin_layout Plain Layout
29140 以下の部分は、LaTeXパッケージ
29141 \series bold
29142 marginnote
29143 \series default
29144 が導入されているときのみ表示されます。
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 この制約は、LaTeXパッケージ
29154 \series bold
29155 marginnote
29156 \series default
29157
29158 \begin_inset Index idx
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29163 \end_layout
29164
29165 \end_inset
29166
29167 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29168 \series bold
29169 marginnote
29170 \series default
29171 パッケージが提供するコマンドを使うようになります。
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 usepackage{marginnote}
29180 \begin_inset Newline newline
29181 \end_inset
29182
29183
29184 \backslash
29185 let
29186 \backslash
29187 marginpar
29188 \backslash
29189 marginnote
29190 \end_layout
29191
29192 \begin_layout Standard
29193
29194 \series bold
29195 marginnote
29196 \series default
29197 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29198 \series bold
29199 marginnote
29200 \series default
29201 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29202 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29203 \end_layout
29204
29205 \begin_layout Standard
29206
29207 \series bold
29208 [オフセット]
29209 \end_layout
29210
29211 \begin_layout Standard
29212 という形で書くことで設定することができます。ここで「オフセット」には、表
29213 \begin_inset CommandInset ref
29214 LatexCommand ref
29215 reference "tab:単位"
29216
29217 \end_inset
29218
29219 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29220 \series bold
29221 [-1.5cm]
29222 \series default
29223 」を使用して、1.5
29224 \begin_inset space \thinspace{}
29225 \end_inset
29226
29227 cm上にずらしてあります
29228 \begin_inset Marginal
29229 status open
29230
29231 \begin_layout Plain Layout
29232 この傍注は、本来の位置よりも1.5
29233 \begin_inset space \thinspace{}
29234 \end_inset
29235
29236 cm上にずらしてあります。
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \begin_inset ERT
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246
29247 [-1.5cm]
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 \begin_inset VSpace medskip
29257 \end_inset
29258
29259
29260 \series bold
29261 marginnote
29262 \series default
29263 を使うと、傍注の揃えを変更することもできます。たとえば、
29264 \end_layout
29265
29266 \begin_layout Standard
29267
29268 \series bold
29269
29270 \backslash
29271 renewcommand*{
29272 \backslash
29273 raggedleftmarginnote}{
29274 \backslash
29275 centering}
29276 \begin_inset Newline newline
29277 \end_inset
29278
29279
29280 \backslash
29281 renewcommand*{
29282 \backslash
29283 raggedrightmarginnote}{
29284 \backslash
29285 centering}
29286 \end_layout
29287
29288 \begin_layout Standard
29289 というコマンドを使うと、中央揃えになります。
29290 \series bold
29291
29292 \backslash
29293 raggedleftmarginnote
29294 \series default
29295 とは、左側に表示されている傍注のことを指します
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 renewcommand*{
29304 \backslash
29305 raggedleftmarginnote}{
29306 \backslash
29307 centering}
29308 \end_layout
29309
29310 \begin_layout Plain Layout
29311
29312
29313 \backslash
29314 renewcommand*{
29315 \backslash
29316 raggedrightmarginnote}{
29317 \backslash
29318 centering}
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \begin_inset Marginal
29325 status open
29326
29327 \begin_layout Plain Layout
29328 この傍注の文章は中央揃えになっています。
29329 \end_layout
29330
29331 \end_inset
29332
29333 。既定の設定は、
29334 \end_layout
29335
29336 \begin_layout Standard
29337
29338 \series bold
29339
29340 \backslash
29341 renewcommand*{
29342 \backslash
29343 raggedleftmarginnote}{
29344 \backslash
29345 raggedleft}
29346 \begin_inset Newline newline
29347 \end_inset
29348
29349
29350 \backslash
29351 renewcommand*{
29352 \backslash
29353 raggedrightmarginnote}{
29354 \backslash
29355 raggedright}
29356 \series default
29357
29358 \begin_inset ERT
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363
29364 \backslash
29365 renewcommand*{
29366 \backslash
29367 raggedleftmarginnote}{
29368 \backslash
29369 raggedleft}
29370 \end_layout
29371
29372 \begin_layout Plain Layout
29373
29374
29375 \backslash
29376 renewcommand*{
29377 \backslash
29378 raggedrightmarginnote}{
29379 \backslash
29380 raggedright}
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 です。
29390 \end_layout
29391
29392 \begin_layout Standard
29393 \begin_inset VSpace medskip
29394 \end_inset
29395
29396
29397 \series bold
29398 marginnote
29399 \series default
29400 の他の機能については、
29401 \begin_inset CommandInset citation
29402 LatexCommand cite
29403 key "marginnote"
29404
29405 \end_inset
29406
29407 の取扱説明書をご参照ください。
29408 \end_layout
29409
29410 \begin_layout Standard
29411 \begin_inset VSpace bigskip
29412 \end_inset
29413
29414 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29415 \family sans
29416 \series bold
29417 \bar under
29418 注意!
29419 \family default
29420 \series default
29421 \bar default
29422 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29423 \end_layout
29424
29425 \begin_layout Standard
29426
29427 \series bold
29428
29429 \backslash
29430 let
29431 \backslash
29432 myMarginpar
29433 \backslash
29434 marginpar
29435 \begin_inset Newline newline
29436 \end_inset
29437
29438
29439 \backslash
29440 renewcommand{
29441 \backslash
29442 marginpar}[1]{
29443 \backslash
29444 myMarginpar{%
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448
29449 \begin_inset Phantom HPhantom
29450 status open
29451
29452 \begin_layout Plain Layout
29453
29454 \series bold
29455 \begin_inset space ~
29456 \end_inset
29457
29458
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \backslash
29465 hspace{0pt}
29466 \backslash
29467 textsf{
29468 \backslash
29469 textbf{
29470 \backslash
29471 underbar{注意!}}}%
29472 \begin_inset Newline newline
29473 \end_inset
29474
29475
29476 \begin_inset Phantom HPhantom
29477 status open
29478
29479 \begin_layout Plain Layout
29480
29481 \series bold
29482 \begin_inset space ~
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \backslash
29492 vspace{1.5mm}
29493 \backslash
29494
29495 \backslash
29496 #1}}
29497 \end_layout
29498
29499 \begin_layout Standard
29500 \begin_inset ERT
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504
29505
29506 \backslash
29507 let
29508 \backslash
29509 myMarginpar
29510 \backslash
29511 marginpar
29512 \end_layout
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 renewcommand{
29519 \backslash
29520 marginpar}[1]{
29521 \backslash
29522 myMarginpar{%
29523 \end_layout
29524
29525 \begin_layout Plain Layout
29526
29527    
29528 \backslash
29529 textsf{
29530 \backslash
29531 textbf{
29532 \backslash
29533 underbar{注意!}}}%
29534 \end_layout
29535
29536 \begin_layout Plain Layout
29537
29538    
29539 \backslash
29540 vspace{1.5mm}
29541 \backslash
29542
29543 \backslash
29544 #1}}
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset Marginal
29551 status open
29552
29553 \begin_layout Plain Layout
29554 これは、定義したヘッダをつけた傍注です。
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \begin_inset ERT
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564
29565 [-1.5cm]
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \begin_inset ERT
29572 status collapsed
29573
29574 \begin_layout Plain Layout
29575
29576
29577 \backslash
29578 renewcommand{
29579 \backslash
29580 marginpar}[1]{
29581 \backslash
29582 myMarginpar{#1}}
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \begin_inset Note Note
29589 status open
29590
29591 \begin_layout Plain Layout
29592 傍注書式は、この例の分だけ変更してあります。
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 else
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \begin_inset Note Note
29615 status open
29616
29617 \begin_layout Plain Layout
29618 以下の部分は、LaTeXパッケージ
29619 \series bold
29620 marginnote
29621 \series default
29622 が導入されていないときのみ表示されます。
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29632 \series bold
29633 marginnote
29634 \series default
29635 を導入する必要があります。
29636 \end_layout
29637
29638 \begin_layout Standard
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 fi
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Chapter
29655 ボックス
29656 \end_layout
29657
29658 \begin_layout Section
29659 はじめに
29660 \begin_inset Index idx
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664 ぼっくす@ボックス ! はじめに
29665 \end_layout
29666
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \begin_layout Standard
29673 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29674 \begin_inset CommandInset ref
29675 LatexCommand ref
29676 reference "sec:ミニページ"
29677
29678 \end_inset
29679
29680 節参照)、文章を囲ったり(第
29681 \begin_inset CommandInset ref
29682 LatexCommand ref
29683 reference "sec:装飾"
29684
29685 \end_inset
29686
29687 節参照)、単語がハイフネートされるのを予防したり(第
29688 \begin_inset CommandInset ref
29689 LatexCommand ref
29690 reference "sec:ハイフネーションの回避"
29691
29692 \end_inset
29693
29694 節参照)、文章を揃えたり(第
29695 \begin_inset CommandInset ref
29696 LatexCommand ref
29697 reference "sub:垂直揃え"
29698
29699 \end_inset
29700
29701 節参照)、あるいは文章の背景色を設定したり(第
29702 \begin_inset CommandInset ref
29703 LatexCommand ref
29704 reference "sec:色付きボックス"
29705
29706 \end_inset
29707
29708 節参照)するのに使用します。
29709 \end_layout
29710
29711 \begin_layout Standard
29712 ボックスは、
29713 \family sans
29714 挿入\SpecialChar \menuseparator
29715 ボックス
29716 \family default
29717 メニューかツールバーボタン
29718 \family sans
29719
29720 \begin_inset Info
29721 type  "icon"
29722 arg   "box-insert Frameless"
29723 \end_inset
29724
29725
29726 \family default
29727 を使って挿入することができます。すると、
29728 \begin_inset Graphics
29729         filename clipart/BoxInsetDefaultQt4.png
29730         scale 85
29731         scaleBeforeRotation
29732
29733 \end_inset
29734
29735 のように
29736 \family sans
29737 ボックス(minipage環境)
29738 \family default
29739 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29740 \family sans
29741 設定
29742 \family default
29743 メニューを選択すると現れるボックスダイアログでは、
29744 \family sans
29745 parboxコマンド
29746 \family default
29747
29748 \family sans
29749 minipage環境
29750 \family default
29751 の二つの
29752 \family sans
29753 内部ボックス
29754 \family default
29755 型を選択することができます。
29756 \family sans
29757 minipage
29758 \family default
29759 型は、新規ボックスの既定値となっており、第
29760 \begin_inset CommandInset ref
29761 LatexCommand ref
29762 reference "sec:ミニページ"
29763
29764 \end_inset
29765
29766 節で説明します。
29767 \family sans
29768 parbox
29769 \family default
29770 型については第
29771 \begin_inset CommandInset ref
29772 LatexCommand ref
29773 reference "sec:Parboxes"
29774
29775 \end_inset
29776
29777 節、
29778 \family sans
29779 makebox
29780 \family default
29781 型については第
29782 \begin_inset CommandInset ref
29783 LatexCommand ref
29784 reference "sec:ハイフネーションの回避"
29785
29786 \end_inset
29787
29788 節で述べます。
29789 \end_layout
29790
29791 \begin_layout Standard
29792 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29793 \end_layout
29794
29795 \begin_layout Standard
29796 \begin_inset Note Greyedout
29797 status open
29798
29799 \begin_layout Plain Layout
29800 【註】ボックスは、
29801 \family sans
29802 箇条書き(記号)
29803 \family default
29804 環境や
29805 \family sans
29806 箇条書き(記述)
29807 \family default
29808 環境の単独要素とすべきではありません。
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset Note Greyedout
29818 status open
29819
29820 \begin_layout Plain Layout
29821 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29822 \family sans
29823 内部ボックス
29824 \family default
29825 型は
29826 \family sans
29827 なし
29828 \family default
29829 にしか設定することができません。
29830 \family sans
29831 内部ボックス
29832 \family default
29833 型や枠のないボックスについては、第
29834 \begin_inset CommandInset ref
29835 LatexCommand ref
29836 reference "sec:ハイフネーションの回避"
29837
29838 \end_inset
29839
29840 節で説明します。
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \begin_layout Section
29849 ボックスダイアログ
29850 \begin_inset CommandInset label
29851 LatexCommand label
29852 name "sec:ボックスダイアログ"
29853
29854 \end_inset
29855
29856
29857 \begin_inset Index idx
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \end_layout
29868
29869 \begin_layout Subsection
29870 寸法
29871 \begin_inset Index idx
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875 ぼっくす@ボックス ! すんぽう@寸法
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 ボックスダイアログでは、
29885 \family sans
29886
29887 \family default
29888
29889 \family sans
29890 高さ
29891 \family default
29892 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29893 \begin_inset CommandInset ref
29894 LatexCommand ref
29895 reference "tab:単位"
29896
29897 \end_inset
29898
29899 に説明されています。
29900 \family sans
29901 高さ
29902 \family default
29903 フィールドには、加えて以下の寸法を使用することができます。
29904 \end_layout
29905
29906 \begin_layout Description
29907 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911
29912 \begin_inset Newline newline
29913 \end_inset
29914
29915
29916 \begin_inset Newline newline
29917 \end_inset
29918
29919
29920 \begin_inset Box Boxed
29921 position "c"
29922 hor_pos "c"
29923 has_inner_box 1
29924 inner_pos "c"
29925 use_parbox 0
29926 use_makebox 0
29927 width "12col%"
29928 special "none"
29929 height "1in"
29930 height_special "depth"
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934 \align center
29935 高さを1階層に設定したボックス
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Newline newline
29942 \end_inset
29943
29944
29945 \begin_inset Newline newline
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Description
29952 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29953 \begin_inset Box Boxed
29954 position "c"
29955 hor_pos "c"
29956 has_inner_box 1
29957 inner_pos "c"
29958 use_parbox 0
29959 use_makebox 0
29960 width "20col%"
29961 special "none"
29962 height "2in"
29963 height_special "height"
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 \align center
29968 高さを2高さに設定したボックス
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \begin_layout Description
29977 全高 これは「高さ」+「階層」です。
29978 \begin_inset Box Boxed
29979 position "c"
29980 hor_pos "c"
29981 has_inner_box 1
29982 inner_pos "c"
29983 use_parbox 0
29984 use_makebox 0
29985 width "20col%"
29986 special "none"
29987 height "1in"
29988 height_special "totalheight"
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992 \align center
29993 高さを1全高に設定したボックス
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \begin_layout Description
30002 幅 これはボックスの幅を高さに設定します。
30003 \begin_inset Box Boxed
30004 position "c"
30005 hor_pos "c"
30006 has_inner_box 1
30007 inner_pos "c"
30008 use_parbox 0
30009 use_makebox 0
30010 width "12col%"
30011 special "none"
30012 height "1in"
30013 height_special "width"
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 \align center
30018 高さを1幅に設定したボックス
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \begin_layout Subsection
30027 文字揃え
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 ぼっくす@ボックス ! もじそろえ@文字揃え
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \end_layout
30039
30040 \begin_layout Standard
30041
30042 \family sans
30043 内部ボックス
30044 \family default
30045 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30046 \end_layout
30047
30048 \begin_layout Description
30049 上 これは例示のための本文行です。
30050 \begin_inset Box Boxed
30051 position "t"
30052 hor_pos "c"
30053 has_inner_box 1
30054 inner_pos "c"
30055 use_parbox 0
30056 use_makebox 0
30057 width "12col%"
30058 special "none"
30059 height "1in"
30060 height_special "totalheight"
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064 \align center
30065 このボックスは上揃えです。
30066 \end_layout
30067
30068 \end_inset
30069
30070 これは例示のための本文行です。
30071 \end_layout
30072
30073 \begin_layout Description
30074 中央 これは例示のための本文行です。
30075 \begin_inset Box Boxed
30076 position "c"
30077 hor_pos "c"
30078 has_inner_box 1
30079 inner_pos "c"
30080 use_parbox 0
30081 use_makebox 0
30082 width "12col%"
30083 special "none"
30084 height "1in"
30085 height_special "totalheight"
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089 \align center
30090 このボックスは中央揃えです。
30091 \end_layout
30092
30093 \end_inset
30094
30095 これは例示のための本文行です。
30096 \end_layout
30097
30098 \begin_layout Description
30099 下 これは例示のための本文行です。
30100 \begin_inset Box Boxed
30101 position "b"
30102 hor_pos "c"
30103 has_inner_box 1
30104 inner_pos "c"
30105 use_parbox 0
30106 use_makebox 0
30107 width "12col%"
30108 special "none"
30109 height "1in"
30110 height_special "totalheight"
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114 \align center
30115 このボックスは下揃えです。
30116 \end_layout
30117
30118 \end_inset
30119
30120 これは例示のための本文行です。
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset Note Greyedout
30125 status open
30126
30127 \begin_layout Plain Layout
30128
30129 \series bold
30130 【註】
30131 \series default
30132 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Standard
30141 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30142 \end_layout
30143
30144 \begin_layout Standard
30145 \begin_inset VSpace bigskip
30146 \end_inset
30147
30148
30149 \family sans
30150 内部ボックス
30151 \family default
30152 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30153 \end_layout
30154
30155 \begin_layout Description
30156 上 これは例示のための本文行です。
30157 \begin_inset Box Boxed
30158 position "c"
30159 hor_pos "c"
30160 has_inner_box 1
30161 inner_pos "t"
30162 use_parbox 0
30163 use_makebox 0
30164 width "12col%"
30165 special "none"
30166 height "1.5in"
30167 height_special "totalheight"
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171 \align center
30172 このボックスの文章は上揃えです。
30173 \end_layout
30174
30175 \end_inset
30176
30177 これは例示のための本文行です。
30178 \end_layout
30179
30180 \begin_layout Description
30181 中央 これは例示のための本文行です。
30182 \begin_inset Box Boxed
30183 position "c"
30184 hor_pos "c"
30185 has_inner_box 1
30186 inner_pos "c"
30187 use_parbox 0
30188 use_makebox 0
30189 width "12col%"
30190 special "none"
30191 height "1.5in"
30192 height_special "totalheight"
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196 \align center
30197 このボックスの文章は中央揃えです。
30198 \end_layout
30199
30200 \end_inset
30201
30202 これは例示のための本文行です。
30203 \end_layout
30204
30205 \begin_layout Description
30206 下 これは例示のための本文行です。
30207 \begin_inset Box Boxed
30208 position "c"
30209 hor_pos "c"
30210 has_inner_box 1
30211 inner_pos "b"
30212 use_parbox 0
30213 use_makebox 0
30214 width "12col%"
30215 special "none"
30216 height "1.5in"
30217 height_special "totalheight"
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221 \align center
30222 このボックスの文章は下揃えです。
30223 \end_layout
30224
30225 \end_inset
30226
30227 これは例示のための本文行です。
30228 \end_layout
30229
30230 \begin_layout Description
30231 広げる これは例示のための本文行です。
30232 \begin_inset Box Boxed
30233 position "c"
30234 hor_pos "c"
30235 has_inner_box 1
30236 inner_pos "s"
30237 use_parbox 0
30238 use_makebox 0
30239 width "17col%"
30240 special "none"
30241 height "1.5in"
30242 height_special "totalheight"
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246 \align center
30247 このボックスの
30248 \end_layout
30249
30250 \begin_layout Plain Layout
30251 \align center
30252 文章は広げて
30253 \end_layout
30254
30255 \begin_layout Plain Layout
30256 \align center
30257 あります。
30258 \end_layout
30259
30260 \end_inset
30261
30262 これは例示のための本文行です。
30263 \end_layout
30264
30265 \begin_layout Standard
30266 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30267 \end_layout
30268
30269 \begin_layout Standard
30270 \begin_inset VSpace bigskip
30271 \end_inset
30272
30273
30274 \family sans
30275 内部ボックス
30276 \family default
30277 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \align center
30282 \begin_inset Box Boxed
30283 position "c"
30284 hor_pos "c"
30285 has_inner_box 1
30286 inner_pos "s"
30287 use_parbox 0
30288 use_makebox 0
30289 width "25col%"
30290 special "none"
30291 height "1.25in"
30292 height_special "totalheight"
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 \align left
30297 このボックスの
30298 \end_layout
30299
30300 \begin_layout Plain Layout
30301 \align center
30302 文章は広げて
30303 \end_layout
30304
30305 \begin_layout Plain Layout
30306 \align right
30307 あります。
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \begin_layout Standard
30316
30317 \family sans
30318 内部ボックス
30319 \family default
30320 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \align center
30325 \begin_inset Box Boxed
30326 position "c"
30327 hor_pos "s"
30328 has_inner_box 0
30329 inner_pos "s"
30330 use_parbox 0
30331 use_makebox 0
30332 width "90col%"
30333 special "none"
30334 height "1.25in"
30335 height_special "totalheight"
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339 このボックスの文章は水平方向に広げてあります。
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \end_layout
30346
30347 \begin_layout Subsection
30348 装飾
30349 \begin_inset CommandInset label
30350 LatexCommand label
30351 name "sec:装飾"
30352
30353 \end_inset
30354
30355
30356 \begin_inset Index idx
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 ぼっくす@ボックス ! そうしょく@装飾
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 ボックス型は、ボックスダイアログ中の
30370 \family sans
30371 装飾
30372 \family default
30373 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30374 \end_layout
30375
30376 \begin_layout Description
30377 縁なし 枠を描きません。
30378 \end_layout
30379
30380 \begin_layout Description
30381 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30382 \series bold
30383
30384 \backslash
30385 fboxrule
30386 \series default
30387 の値になります。 
30388 \begin_inset Box Boxed
30389 position "c"
30390 hor_pos "c"
30391 has_inner_box 1
30392 inner_pos "c"
30393 use_parbox 0
30394 use_makebox 0
30395 width "20col%"
30396 special "none"
30397 height "1in"
30398 height_special "totalheight"
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402 \align center
30403 長方形の箱型
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Description
30412 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30413 \begin_inset space \thinspace{}
30414 \end_inset
30415
30416 ptです。 
30417 \begin_inset Box ovalbox
30418 position "c"
30419 hor_pos "c"
30420 has_inner_box 1
30421 inner_pos "c"
30422 use_parbox 0
30423 use_makebox 0
30424 width "20col%"
30425 special "none"
30426 height "1in"
30427 height_special "totalheight"
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 \align center
30432 楕円形の箱型(細線)
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \end_layout
30439
30440 \begin_layout Description
30441 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30442 \begin_inset space \thinspace{}
30443 \end_inset
30444
30445 ptです。 
30446 \begin_inset Box Ovalbox
30447 position "c"
30448 hor_pos "c"
30449 has_inner_box 1
30450 inner_pos "c"
30451 use_parbox 0
30452 use_makebox 0
30453 width "20col%"
30454 special "none"
30455 height "1in"
30456 height_special "totalheight"
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 \align center
30461 楕円形の箱型(太線)
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Description
30470 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30471 \series bold
30472
30473 \backslash
30474 fboxrule
30475 \series default
30476 の値になり、影の幅は4
30477 \begin_inset space \thinspace{}
30478 \end_inset
30479
30480 ptになります。
30481 \begin_inset Box Shadowbox
30482 position "c"
30483 hor_pos "c"
30484 has_inner_box 1
30485 inner_pos "c"
30486 use_parbox 0
30487 use_makebox 0
30488 width "20col%"
30489 special "none"
30490 height "1in"
30491 height_special "totalheight"
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495 \align center
30496 影付きの箱型
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Description
30505 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
30506 \begin_inset Foot
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511 \begin_inset CommandInset ref
30512 LatexCommand ref
30513 reference "sec:色付きボックス"
30514
30515 \end_inset
30516
30517 節を参照のこと。
30518 \end_layout
30519
30520 \end_inset
30521
30522 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
30523 \begin_inset Box Shaded
30524 position "t"
30525 hor_pos "c"
30526 has_inner_box 0
30527 inner_pos "t"
30528 use_parbox 0
30529 use_makebox 0
30530 width "50col%"
30531 special "none"
30532 height "1in"
30533 height_special "totalheight"
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537 影付き背景の箱型
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \end_layout
30544
30545 \begin_layout Description
30546 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
30547 \begin_inset space \thinspace{}
30548 \end_inset
30549
30550
30551 \series bold
30552
30553 \backslash
30554 fboxrule
30555 \series default
30556 であり、外側の枠線の太さは1.5
30557 \begin_inset space \thinspace{}
30558 \end_inset
30559
30560
30561 \series bold
30562
30563 \backslash
30564 fboxrule
30565 \series default
30566 です。枠線間の距離は1.5
30567 \begin_inset space \thinspace{}
30568 \end_inset
30569
30570
30571 \series bold
30572
30573 \backslash
30574 fboxrule
30575 \series default
30576
30577 \begin_inset space \thinspace{}
30578 \end_inset
30579
30580 +
30581 \begin_inset space \thinspace{}
30582 \end_inset
30583
30584 0.5
30585 \begin_inset space \thinspace{}
30586 \end_inset
30587
30588 ptです。 
30589 \begin_inset Box Doublebox
30590 position "c"
30591 hor_pos "c"
30592 has_inner_box 1
30593 inner_pos "c"
30594 use_parbox 0
30595 use_makebox 0
30596 width "20col%"
30597 special "none"
30598 height "1in"
30599 height_special "totalheight"
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 \align center
30604 二重の長方形の箱型
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \begin_layout Standard
30613 \begin_inset VSpace bigskip
30614 \end_inset
30615
30616 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30617 \series bold
30618 fancybox
30619 \series default
30620
30621 \begin_inset Index idx
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30626 \end_layout
30627
30628 \end_inset
30629
30630 が導入済みでなくてはなりません。
30631 \end_layout
30632
30633 \begin_layout Standard
30634 \begin_inset VSpace bigskip
30635 \end_inset
30636
30637 装飾として
30638 \family sans
30639 簡素な長方形の箱型
30640 \family default
30641 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30642 れ、このボックス型では
30643 \series bold
30644
30645 \backslash
30646 fboxrule
30647 \series default
30648
30649 \series bold
30650
30651 \backslash
30652 fboxsep
30653 \series default
30654 は無効となります。枠線の太さは
30655 \series bold
30656
30657 \backslash
30658 FrameRule
30659 \series default
30660 の値になります。 
30661 \begin_inset Box Framed
30662 position "t"
30663 hor_pos "c"
30664 has_inner_box 0
30665 inner_pos "t"
30666 use_parbox 0
30667 use_makebox 0
30668 width "100col%"
30669 special "none"
30670 height "1in"
30671 height_special "totalheight"
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 改行可能な箱型
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Section
30684 ボックスの詳細な設定
30685 \begin_inset Index idx
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \begin_layout Standard
30698 寸法
30699 \series bold
30700
30701 \backslash
30702 fboxrule
30703 \series default
30704 の既定値は0.4
30705 \begin_inset space \thinspace{}
30706 \end_inset
30707
30708 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30709 \begin_inset space \thinspace{}
30710 \end_inset
30711
30712 ptに変更することができます。
30713 \end_layout
30714
30715 \begin_layout Standard
30716
30717 \series bold
30718
30719 \backslash
30720 setlength{
30721 \backslash
30722 fboxrule}{2pt}
30723 \end_layout
30724
30725 \begin_layout Standard
30726 \begin_inset ERT
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730
30731
30732 \backslash
30733 setlength{
30734 \backslash
30735 fboxrule}{2pt}
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \begin_inset Box Boxed
30742 position "c"
30743 hor_pos "c"
30744 has_inner_box 1
30745 inner_pos "c"
30746 use_parbox 0
30747 use_makebox 0
30748 width "25col%"
30749 special "none"
30750 height "1in"
30751 height_special "totalheight"
30752 status open
30753
30754 \begin_layout Plain Layout
30755 \align center
30756
30757 \series bold
30758
30759 \backslash
30760 fboxrule
30761 \series default
30762
30763 \begin_inset space \thinspace{}
30764 \end_inset
30765
30766 =
30767 \begin_inset space \thinspace{}
30768 \end_inset
30769
30770 2
30771 \begin_inset space \thinspace{}
30772 \end_inset
30773
30774 ptの長方形の箱型
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785
30786 \backslash
30787 setlength{
30788 \backslash
30789 fboxrule}{0.4pt}
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 \begin_inset VSpace bigskip
30799 \end_inset
30800
30801 枠とボックスの内容との空白は、すべての枠様式について3
30802 \begin_inset space \thinspace{}
30803 \end_inset
30804
30805 ptが既定値になっています。これは、長さ
30806 \series bold
30807
30808 \backslash
30809 fboxsep
30810 \series default
30811 を別の値に設定することによって変更することができます。たとえば
30812 \end_layout
30813
30814 \begin_layout Standard
30815
30816 \series bold
30817
30818 \backslash
30819 setlength{
30820 \backslash
30821 fboxsep}{10pt}
30822 \end_layout
30823
30824 \begin_layout Standard
30825 というコマンドは、この値を10
30826 \begin_inset space \thinspace{}
30827 \end_inset
30828
30829 ptにし、以下のボックスのようになります。
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838
30839 \backslash
30840 setlength{
30841 \backslash
30842 fboxsep}{10pt}
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \begin_inset Box Boxed
30849 position "c"
30850 hor_pos "c"
30851 has_inner_box 1
30852 inner_pos "c"
30853 use_parbox 0
30854 use_makebox 0
30855 width "25col%"
30856 special "none"
30857 height "1in"
30858 height_special "totalheight"
30859 status open
30860
30861 \begin_layout Plain Layout
30862 \align center
30863
30864 \series bold
30865
30866 \backslash
30867 fboxsep
30868 \series default
30869
30870 \begin_inset space \thinspace{}
30871 \end_inset
30872
30873 =
30874 \begin_inset space \thinspace{}
30875 \end_inset
30876
30877 10
30878 \begin_inset space \thinspace{}
30879 \end_inset
30880
30881 ptの長方形の箱型
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 setlength{
30895 \backslash
30896 fboxsep}{3pt}
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Standard
30905 \begin_inset VSpace bigskip
30906 \end_inset
30907
30908 楕円形ボックスの丸い角の直径は、コマンド
30909 \series bold
30910
30911 \backslash
30912 cornersize
30913 \series default
30914 で設定することができます。
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \series bold
30920
30921 \backslash
30922 cornersize*{1cm}
30923 \end_layout
30924
30925 \begin_layout Standard
30926 というコマンドは、直径を1
30927 \begin_inset space \thinspace{}
30928 \end_inset
30929
30930 cmに設定します。
30931 \end_layout
30932
30933 \begin_layout Standard
30934
30935 \series bold
30936
30937 \backslash
30938 cornersize{数値}
30939 \end_layout
30940
30941 \begin_layout Standard
30942 というコマンドは、直径を
30943 \family sans
30944 数値
30945 \begin_inset space \thinspace{}
30946 \end_inset
30947
30948
30949 \family default
30950
30951 \begin_inset Formula $\times$
30952 \end_inset
30953
30954
30955 \family sans
30956
30957 \begin_inset space \thinspace{}
30958 \end_inset
30959
30960 (ボックスの幅と高さの小さい方)
30961 \family default
30962 に設定します。既定値は
30963 \series bold
30964
30965 \backslash
30966 cornersize{0.5}
30967 \series default
30968 です。
30969 \end_layout
30970
30971 \begin_layout Standard
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 cornersize*{1.5cm}
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset Box Ovalbox
30986 position "c"
30987 hor_pos "c"
30988 has_inner_box 1
30989 inner_pos "c"
30990 use_parbox 0
30991 use_makebox 0
30992 width "25col%"
30993 special "none"
30994 height "1in"
30995 height_special "totalheight"
30996 status open
30997
30998 \begin_layout Plain Layout
30999 \align center
31000
31001 \series bold
31002
31003 \backslash
31004 cornersize
31005 \series default
31006
31007 \begin_inset space \thinspace{}
31008 \end_inset
31009
31010 =
31011 \begin_inset space \thinspace{}
31012 \end_inset
31013
31014 1.5
31015 \begin_inset space \thinspace{}
31016 \end_inset
31017
31018 cmの楕円形の箱型
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 cornersize{0.5}
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Standard
31040 \begin_inset VSpace bigskip
31041 \end_inset
31042
31043 影の大きさは、長さ
31044 \series bold
31045
31046 \backslash
31047 shadowsize
31048 \series default
31049 を変更することで調整できます。以下のボックスでは
31050 \end_layout
31051
31052 \begin_layout Standard
31053
31054 \series bold
31055
31056 \backslash
31057 setlength{
31058 \backslash
31059 shadowsize}{2pt}
31060 \end_layout
31061
31062 \begin_layout Standard
31063 というコマンドを使って、2
31064 \begin_inset space \thinspace{}
31065 \end_inset
31066
31067 ptに設定しています。
31068 \end_layout
31069
31070 \begin_layout Standard
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076
31077 \backslash
31078 setlength{
31079 \backslash
31080 shadowsize}{2pt}
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \begin_inset Box Shadowbox
31087 position "c"
31088 hor_pos "c"
31089 has_inner_box 1
31090 inner_pos "c"
31091 use_parbox 0
31092 use_makebox 0
31093 width "25col%"
31094 special "none"
31095 height "1in"
31096 height_special "totalheight"
31097 status open
31098
31099 \begin_layout Plain Layout
31100 \align center
31101
31102 \series bold
31103
31104 \backslash
31105 shadowsize
31106 \series default
31107
31108 \begin_inset space \thinspace{}
31109 \end_inset
31110
31111 =
31112 \begin_inset space \thinspace{}
31113 \end_inset
31114
31115 2
31116 \begin_inset space \thinspace{}
31117 \end_inset
31118
31119 ptの影付きボックス
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129
31130
31131 \backslash
31132 setlength{
31133 \backslash
31134 shadowsize}{4pt}
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \begin_inset VSpace bigskip
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \begin_layout Standard
31150 寸法
31151 \series bold
31152
31153 \backslash
31154 FrameRule
31155 \series default
31156 の既定値は0.4
31157 \begin_inset space \thinspace{}
31158 \end_inset
31159
31160 ptです。ボックスの中身と枠の間の空白の既定値は9
31161 \begin_inset space \thinspace{}
31162 \end_inset
31163
31164 ptですが、
31165 \series bold
31166
31167 \backslash
31168 FrameSep
31169 \series default
31170 の値を変えることで変更することができます。たとえば、下記の
31171 \family sans
31172 ボックス
31173 \family default
31174 の枠の外見は、
31175 \end_layout
31176
31177 \begin_layout Standard
31178
31179 \series bold
31180
31181 \backslash
31182 setlength{
31183 \backslash
31184 FrameRule}{5pt}
31185 \begin_inset Newline newline
31186 \end_inset
31187
31188
31189 \backslash
31190 setlength{
31191 \backslash
31192 FrameSep}{0.5cm}
31193 \end_layout
31194
31195 \begin_layout Standard
31196 というTeXコードコマンドで設定してあります。
31197 \begin_inset ERT
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201
31202
31203 \backslash
31204 setlength{
31205 \backslash
31206 FrameRule}{5pt}
31207 \end_layout
31208
31209 \begin_layout Plain Layout
31210
31211
31212 \backslash
31213 setlength{
31214 \backslash
31215 FrameSep}{0.5cm}
31216 \end_layout
31217
31218 \end_inset
31219
31220
31221 \begin_inset Box Framed
31222 position "t"
31223 hor_pos "c"
31224 has_inner_box 0
31225 inner_pos "t"
31226 use_parbox 0
31227 use_makebox 0
31228 width "100col%"
31229 special "none"
31230 height "1in"
31231 height_special "totalheight"
31232 status open
31233
31234 \begin_layout Plain Layout
31235 これは
31236 \family sans
31237 改頁可能
31238 \family default
31239 ボックスの文章です。
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \begin_inset ERT
31246 status collapsed
31247
31248 \begin_layout Plain Layout
31249
31250
31251 \backslash
31252 setlength{
31253 \backslash
31254 FrameRule}{0.4pt}
31255 \end_layout
31256
31257 \begin_layout Plain Layout
31258
31259
31260 \backslash
31261 setlength{
31262 \backslash
31263 FrameSep}{9pt}
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Standard
31272 \begin_inset VSpace bigskip
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \family sans
31281 影付き背景
31282 \family default
31283 ボックスでは、ボックスの内容と枠の余白の既定値は3
31284 \begin_inset space \thinspace{}
31285 \end_inset
31286
31287 ptになっていますが、
31288 \series bold
31289
31290 \backslash
31291 fboxsep
31292 \series default
31293 の値を変更することで変えられます。既定の背景色である赤色は、
31294 \series bold
31295
31296 \backslash
31297 definecolor{shadebox}
31298 \series default
31299 コマンドで局所的に変更することもできますし、
31300 \family sans
31301 ツール\SpecialChar \menuseparator
31302 設定\SpecialChar \menuseparator
31303 色\SpecialChar \menuseparator
31304 影付きボックス
31305 \family default
31306 メニューからグローバルに変更することもできます。
31307 \series bold
31308
31309 \backslash
31310 definecolor
31311 \series default
31312 コマンドの用法は第
31313 \begin_inset CommandInset ref
31314 LatexCommand ref
31315 reference "sec:色付きの表"
31316
31317 \end_inset
31318
31319
31320 \begin_inset Foot
31321 status open
31322
31323 \begin_layout Plain Layout
31324 N
31325 \series bold
31326
31327 \backslash
31328 definecolor
31329 \series default
31330 は、LaTeXパッケージの
31331 \series bold
31332 color
31333 \series default
31334 をプリアンブルに読み込む必要があります。第
31335 \begin_inset CommandInset ref
31336 LatexCommand ref
31337 reference "sec:色付きボックス"
31338
31339 \end_inset
31340
31341 節をご参照ください。.
31342 \end_layout
31343
31344 \end_inset
31345
31346 で説明されています。
31347 \end_layout
31348
31349 \begin_layout Standard
31350 たとえば、下記の影付き背景ボックスの外見は
31351 \end_layout
31352
31353 \begin_layout Standard
31354
31355 \series bold
31356
31357 \backslash
31358 setlength{
31359 \backslash
31360 fboxsep}{0.5cm}
31361 \series default
31362
31363 \begin_inset Newline newline
31364 \end_inset
31365
31366
31367 \series bold
31368
31369 \backslash
31370 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31371 \end_layout
31372
31373 \begin_layout Standard
31374 というTeXコードコマンドを使って設定してあります。
31375 \end_layout
31376
31377 \begin_layout Standard
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383
31384 \backslash
31385 setlength{
31386 \backslash
31387 fboxsep}{0.5cm}
31388 \end_layout
31389
31390 \begin_layout Plain Layout
31391
31392
31393 \backslash
31394 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \begin_inset Box Shaded
31401 position "t"
31402 hor_pos "c"
31403 has_inner_box 0
31404 inner_pos "t"
31405 use_parbox 0
31406 use_makebox 0
31407 width "100col%"
31408 special "none"
31409 height "1in"
31410 height_special "totalheight"
31411 status open
31412
31413 \begin_layout Plain Layout
31414
31415 \color yellow
31416 これは、濃緑色の背景の
31417 \family sans
31418 影付き背景
31419 \family default
31420 ボックスに入れた黄色の文章です。
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 setlength{
31434 \backslash
31435 fboxsep}{3pt}
31436 \end_layout
31437
31438 \begin_layout Plain Layout
31439
31440
31441 \backslash
31442 definecolor{shadecolor}{rgb}{1,0,0}
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451 \begin_inset VSpace bigskip
31452 \end_inset
31453
31454 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31455 \end_layout
31456
31457 \begin_layout Section
31458 ミニページ
31459 \begin_inset CommandInset label
31460 LatexCommand label
31461 name "sec:ミニページ"
31462
31463 \end_inset
31464
31465
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 ぼっくす@ボックス ! みにぺーじ@ミニページ
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Standard
31479 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31480 \end_layout
31481
31482 \begin_layout Standard
31483 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31484 \end_layout
31485
31486 \begin_layout Standard
31487 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31488 \family sans
31489 挿入
31490 \family default
31491 \SpecialChar \menuseparator
31492
31493 \family sans
31494 整形
31495 \family default
31496 \SpecialChar \menuseparator
31497
31498 \family sans
31499 水平方向の空白
31500 \family default
31501 メニューで挿入した水平フィルで隔てられています。
31502 \begin_inset Newpage newpage
31503 \end_inset
31504
31505
31506 \end_layout
31507
31508 \begin_layout Standard
31509 \begin_inset Box Frameless
31510 position "t"
31511 hor_pos "c"
31512 has_inner_box 1
31513 inner_pos "c"
31514 use_parbox 0
31515 use_makebox 0
31516 width "45col%"
31517 special "none"
31518 height "1in"
31519 height_special "totalheight"
31520 status open
31521
31522 \begin_layout Plain Layout
31523 Dies ist ein deutscher Text.
31524  Dies ist ein deutscher Text.
31525  Dies ist ein deutscher Text.
31526  Dies ist ein deutscher Text.
31527  Dies ist ein deutscher Text.
31528  Dies ist ein deutscher Text.
31529  Dies ist ein deutscher Text.
31530  Dies ist ein deutscher Text.
31531  Dies ist ein deutscher Text.
31532  Dies ist ein deutscher Text.
31533  Dies ist ein deutscher Text.
31534  Dies ist ein deutscher Text.
31535  Dies ist ein deutscher Text
31536 \begin_inset Foot
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540 Dies ist eine deutsche Fußnote.
31541 \end_layout
31542
31543 \end_inset
31544
31545 .
31546  Dies ist ein deutscher Text.
31547  Dies ist ein deutscher Text.
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \begin_inset space \hfill{}
31554 \end_inset
31555
31556
31557 \begin_inset Box Frameless
31558 position "t"
31559 hor_pos "c"
31560 has_inner_box 1
31561 inner_pos "c"
31562 use_parbox 0
31563 use_makebox 0
31564 width "45col%"
31565 special "none"
31566 height "1in"
31567 height_special "totalheight"
31568 status open
31569
31570 \begin_layout Plain Layout
31571 This is an English Text.
31572  This is an English Text.
31573  This is an English Text.
31574  This is an English Text.
31575  This is an English Text.
31576  This is an English Text.
31577  This is an English Text.
31578  This is an English Text.
31579  This is an English Text.
31580  This is an English Text.
31581  This is an English Text.
31582  This is an English Text.
31583  This is an English Text.
31584  This is an English Text.
31585  This is an English Text.
31586  This is an English Text.
31587 \begin_inset Foot
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591 This is an English footnote.
31592 \end_layout
31593
31594 \end_inset
31595
31596  This is an English Text.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31609 \family sans
31610 中スキップ
31611 \family default
31612 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31613 \end_layout
31614
31615 \begin_layout Standard
31616 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31617 \begin_inset CommandInset ref
31618 LatexCommand ref
31619 reference "sub:段落の着色"
31620
31621 \end_inset
31622
31623 節をご参照ください。
31624 \end_layout
31625
31626 \begin_layout Standard
31627 \begin_inset Note Greyedout
31628 status open
31629
31630 \begin_layout Plain Layout
31631
31632 \series bold
31633 【註】
31634 \series default
31635 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \begin_layout Section
31644 Parbox
31645 \begin_inset CommandInset label
31646 LatexCommand label
31647 name "sec:Parboxes"
31648
31649 \end_inset
31650
31651
31652 \begin_inset Index idx
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656 ぼっくす@ボックス ! Parboxes
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \begin_layout Standard
31665 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31666 \end_layout
31667
31668 \begin_layout Standard
31669 \align center
31670 \begin_inset Box Frameless
31671 position "t"
31672 hor_pos "c"
31673 has_inner_box 1
31674 inner_pos "t"
31675 use_parbox 1
31676 use_makebox 0
31677 width "33col%"
31678 special "none"
31679 height "1in"
31680 height_special "totalheight"
31681 status open
31682
31683 \begin_layout Plain Layout
31684 これはparbox内の文章です。これはparbox内の文章です。
31685 \end_layout
31686
31687 \begin_layout Plain Layout
31688 右の脚注は表示されません。
31689 \begin_inset Foot
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693 これはparbox内の脚注であり、したがって表示はされません。
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \begin_layout Section
31707 単語や文字のボックス
31708 \begin_inset Index idx
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712 ぼっくす@ボックス ! もじよう@文字用
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Subsection
31721 ハイフネーションの回避
31722 \begin_inset CommandInset label
31723 LatexCommand label
31724 name "sec:ハイフネーションの回避"
31725
31726 \end_inset
31727
31728
31729 \begin_inset Index idx
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Standard
31742 単語や文章がハイフネートされるのを防ぐには、
31743 \family sans
31744 makebox
31745 \family default
31746 型ボックスを使うことができます。
31747 \begin_inset Newline newline
31748 \end_inset
31749
31750 以下が例示用の文章です。
31751 \end_layout
31752
31753 \begin_layout Standard
31754 This line is an example to show how you can prevent the hyphenation of 
31755 \begin_inset Quotes eld
31756 \end_inset
31757
31758 veryverylongword
31759 \begin_inset Quotes erd
31760 \end_inset
31761
31762 .
31763 \end_layout
31764
31765 \begin_layout Standard
31766 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31767 \family sans
31768 内部ボックス
31769 \family default
31770
31771 \family sans
31772 makebox
31773 \family default
31774 \lang english
31775 and use no explicit width
31776 \lang japanese
31777
31778 \end_layout
31779
31780 \begin_layout Standard
31781 以下がその結果です。
31782 \end_layout
31783
31784 \begin_layout Standard
31785 This line is an example to show how you can prevent the hyphenation of 
31786 \begin_inset Box Frameless
31787 position "t"
31788 hor_pos "c"
31789 has_inner_box 1
31790 inner_pos "t"
31791 use_parbox 0
31792 use_makebox 1
31793 width ""
31794 special "none"
31795 height "1in"
31796 height_special "totalheight"
31797 status open
31798
31799 \begin_layout Plain Layout
31800 \begin_inset Quotes eld
31801 \end_inset
31802
31803 veryverylongword
31804 \begin_inset Quotes erd
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \end_inset
31811
31812 .
31813 \end_layout
31814
31815 \begin_layout Standard
31816 別の方法としては、以下のように、単語の前に直接TeXコードで「
31817 \series bold
31818
31819 \backslash
31820 -
31821 \series default
31822 」コマンドを設定する方法もあります。
31823 \end_layout
31824
31825 \begin_layout Standard
31826 This line is an example to show how you can prevent the hyphenation of 
31827 \begin_inset Quotes eld
31828 \end_inset
31829
31830
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836
31837 \backslash
31838 -
31839 \end_layout
31840
31841 \end_inset
31842
31843 veryverylongword
31844 \begin_inset Quotes erd
31845 \end_inset
31846
31847 .
31848 \end_layout
31849
31850 \begin_layout Standard
31851 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31852 \family sans
31853 挿入
31854 \family default
31855 \SpecialChar \menuseparator
31856
31857 \family sans
31858 整形
31859 \family default
31860 \SpecialChar \menuseparator
31861
31862 \family sans
31863 整形なし改行
31864 \family default
31865 メニュー(
31866 \begin_inset Flex Ruby
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 捷径
31871 \begin_inset Argument post:1
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875 ショートカット
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \end_inset
31884
31885
31886 \begin_inset Info
31887 type  "shortcut"
31888 arg   "newline-insert newline"
31889 \end_inset
31890
31891 )から改行を単語の前に入れてください。
31892 \end_layout
31893
31894 \begin_layout Standard
31895 This line is an example to show how you can prevent the hyphenation of 
31896 \begin_inset Newline newline
31897 \end_inset
31898
31899
31900 \begin_inset Box Frameless
31901 position "t"
31902 hor_pos "c"
31903 has_inner_box 1
31904 inner_pos "t"
31905 use_parbox 0
31906 use_makebox 1
31907 width ""
31908 special "none"
31909 height "1in"
31910 height_special "totalheight"
31911 status open
31912
31913 \begin_layout Plain Layout
31914 \begin_inset Quotes eld
31915 \end_inset
31916
31917 veryverylongword
31918 \begin_inset Quotes erd
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_inset
31925
31926 .
31927 \end_layout
31928
31929 \begin_layout Subsection
31930 垂直揃え
31931 \begin_inset CommandInset label
31932 LatexCommand label
31933 name "sub:垂直揃え"
31934
31935 \end_inset
31936
31937
31938 \begin_inset Index idx
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Index idx
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952 ぼっくす@ボックス ! Raiseboxes
31953 \end_layout
31954
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \begin_layout Standard
31961
31962 \series bold
31963
31964 \backslash
31965 raisebox
31966 \series default
31967 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31968 \series bold
31969
31970 \backslash
31971 raisebox
31972 \series default
31973 は以下の書式で使用します。
31974 \end_layout
31975
31976 \begin_layout Standard
31977
31978 \series bold
31979
31980 \backslash
31981 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31982 \end_layout
31983
31984 \begin_layout Standard
31985 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31986 \end_layout
31987
31988 \begin_layout Standard
31989 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31990 \end_layout
31991
31992 \begin_layout Standard
31993
31994 \series bold
31995
31996 \backslash
31997 raisebox{
31998 \backslash
31999 depth}{
32000 \end_layout
32001
32002 \begin_layout Standard
32003 というコマンドを挿入してください。単語の後には、閉じ括弧「
32004 \series bold
32005 }
32006 \series default
32007 」をTeXコードで挿入してください。
32008 \begin_inset Newline newline
32009 \end_inset
32010
32011 以下がその出力です。
32012 \end_layout
32013
32014 \begin_layout Standard
32015 This is a text line with the word 
32016 \begin_inset ERT
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020
32021
32022 \backslash
32023 raisebox{
32024 \backslash
32025 depth}{
32026 \end_layout
32027
32028 \end_inset
32029
32030
32031 \begin_inset Quotes eld
32032 \end_inset
32033
32034 preventing
32035 \begin_inset Quotes erd
32036 \end_inset
32037
32038
32039 \begin_inset ERT
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043
32044 }
32045 \end_layout
32046
32047 \end_inset
32048
32049  as raised word.
32050 \end_layout
32051
32052 \begin_layout Standard
32053 \begin_inset VSpace bigskip
32054 \end_inset
32055
32056 行中の文字を上げ下げすると、以下のように行間が広がります。
32057 \end_layout
32058
32059 \begin_layout Standard
32060 This is a text line with the word 
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 raisebox{-
32069 \backslash
32070 depth}{
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \begin_inset Quotes eld
32077 \end_inset
32078
32079 preventing
32080 \begin_inset Quotes erd
32081 \end_inset
32082
32083
32084 \begin_inset ERT
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088
32089 }
32090 \end_layout
32091
32092 \end_inset
32093
32094  as lowered word.
32095 \begin_inset Newline newline
32096 \end_inset
32097
32098 This is a text line with the word 
32099 \begin_inset ERT
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103
32104
32105 \backslash
32106 raisebox{0.5cm}{
32107 \end_layout
32108
32109 \end_inset
32110
32111
32112 \begin_inset Quotes eld
32113 \end_inset
32114
32115 testing
32116 \begin_inset Quotes erd
32117 \end_inset
32118
32119
32120 \begin_inset ERT
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124
32125 }
32126 \end_layout
32127
32128 \end_inset
32129
32130  as raised word.
32131 \end_layout
32132
32133 \begin_layout Standard
32134 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32135 \end_layout
32136
32137 \begin_layout Standard
32138
32139 \series bold
32140
32141 \backslash
32142 raisebox{-
32143 \backslash
32144 depth}[0pt]{
32145 \end_layout
32146
32147 \begin_layout Standard
32148 とすると、
32149 \end_layout
32150
32151 \begin_layout Standard
32152 This is a text line with the word 
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158
32159 \backslash
32160 raisebox{-
32161 \backslash
32162 depth}[0pt]{
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \begin_inset Quotes eld
32169 \end_inset
32170
32171 preventing
32172 \begin_inset Quotes erd
32173 \end_inset
32174
32175
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181 }
32182 \end_layout
32183
32184 \end_inset
32185
32186  as lowered word.
32187 \begin_inset Newline newline
32188 \end_inset
32189
32190 This is a text line with the word 
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 raisebox{0.5cm}[0pt]{
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \begin_inset Quotes eld
32205 \end_inset
32206
32207 testing
32208 \begin_inset Quotes erd
32209 \end_inset
32210
32211
32212 \begin_inset ERT
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216
32217 }
32218 \end_layout
32219
32220 \end_inset
32221
32222  as raised word.
32223 \end_layout
32224
32225 \begin_layout Section
32226 色付きボックス
32227 \begin_inset CommandInset label
32228 LatexCommand label
32229 name "sec:色付きボックス"
32230
32231 \end_inset
32232
32233
32234 \begin_inset Index idx
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238 ぼっくす@ボックス ! いろつき@色付き
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Subsection
32247 文字の着色
32248 \begin_inset Index idx
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252 いろ@色 ! もじの@文字の---
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \end_layout
32259
32260 \begin_layout Standard
32261 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
32262 \series bold
32263 color
32264 \series default
32265
32266 \begin_inset Index idx
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270 LaTeXぱっけーじ@LaTeXパッケージ ! color
32271 \end_layout
32272
32273 \end_inset
32274
32275 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
32276 \end_layout
32277
32278 \begin_layout Standard
32279
32280 \series bold
32281
32282 \backslash
32283 @ifundefined{textcolor}
32284 \begin_inset Newline newline
32285 \end_inset
32286
32287
32288 \begin_inset Phantom HPhantom
32289 status open
32290
32291 \begin_layout Plain Layout
32292
32293 \series bold
32294 \begin_inset space ~
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \end_inset
32301
32302 {
32303 \backslash
32304 usepackage{color}}{}
32305 \end_layout
32306
32307 \begin_layout Standard
32308
32309 \series bold
32310 color
32311 \series default
32312 パッケージは、文章を着色するとLyXが自動的に読み込みます
32313 \begin_inset Foot
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 これが二度読み込まれることを回避するには、
32318 \series bold
32319
32320 \backslash
32321 @ifundefined
32322 \series default
32323 コマンドを使用します。
32324 \end_layout
32325
32326 \end_inset
32327
32328
32329 \end_layout
32330
32331 \begin_layout Standard
32332 \begin_inset VSpace medskip
32333 \end_inset
32334
32335 色付きボックスは、
32336 \series bold
32337
32338 \backslash
32339 colorbox
32340 \series default
32341 コマンドを使って作ります。これは、以下のような書式で使われます。
32342 \end_layout
32343
32344 \begin_layout Standard
32345
32346 \series bold
32347
32348 \backslash
32349 colorbox{color}{ボックスの内容}
32350 \end_layout
32351
32352 \begin_layout Standard
32353 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32354 \end_layout
32355
32356 \begin_layout Standard
32357 事前定義されている色には、
32358 \begin_inset Newline newline
32359 \end_inset
32360
32361
32362 \family sans
32363
32364 \family default
32365
32366 \family sans
32367
32368 \family default
32369
32370 \family sans
32371 シアン
32372 \family default
32373
32374 \family sans
32375
32376 \family default
32377
32378 \family sans
32379 マゼンタ
32380 \family default
32381
32382 \family sans
32383
32384 \family default
32385
32386 \family sans
32387
32388 \family default
32389
32390 \family sans
32391
32392 \family default
32393
32394 \begin_inset Newline newline
32395 \end_inset
32396
32397 があります。第
32398 \begin_inset CommandInset ref
32399 LatexCommand ref
32400 reference "sec:色付きの表"
32401
32402 \end_inset
32403
32404 節に述べられているようにすれば、自前の色を定義することもできます。
32405 \end_layout
32406
32407 \begin_layout Standard
32408 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32409 \end_layout
32410
32411 \begin_layout Standard
32412
32413 \series bold
32414
32415 \backslash
32416 colorbox{red}{
32417 \end_layout
32418
32419 \begin_layout Standard
32420 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32421 \series bold
32422 }
32423 \series default
32424 」を入れてください。
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428 以下がその結果です。
32429 \end_layout
32430
32431 \begin_layout Standard
32432 この行では、
32433 \begin_inset ERT
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437
32438
32439 \backslash
32440 colorbox{red}{
32441 \end_layout
32442
32443 \end_inset
32444
32445 「注意!」
32446 \begin_inset ERT
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450
32451 }
32452 \end_layout
32453
32454 \end_inset
32455
32456 という単語が赤い背景になっています。
32457 \end_layout
32458
32459 \begin_layout Standard
32460 \begin_inset VSpace bigskip
32461 \end_inset
32462
32463 ボックスの枠を別の色にしたい場合には、以下の書式で
32464 \series bold
32465
32466 \backslash
32467 fcolorbox
32468 \series default
32469 コマンドを使います。
32470 \end_layout
32471
32472 \begin_layout Standard
32473
32474 \series bold
32475
32476 \backslash
32477 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32478 \end_layout
32479
32480 \begin_layout Standard
32481
32482 \series bold
32483
32484 \backslash
32485 fcolorbox
32486 \series default
32487
32488 \series bold
32489
32490 \backslash
32491 colorbox
32492 \series default
32493 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32494 \begin_inset CommandInset ref
32495 LatexCommand ref
32496 reference "sec:装飾"
32497
32498 \end_inset
32499
32500 節で述べられているように、それぞれ
32501 \series bold
32502
32503 \backslash
32504 fboxrule
32505 \series default
32506
32507 \series bold
32508
32509 \backslash
32510 fboxsep
32511 \series default
32512 という長さで調節できます。
32513 \end_layout
32514
32515 \begin_layout Standard
32516 以下の例では、
32517 \end_layout
32518
32519 \begin_layout Standard
32520
32521 \series bold
32522
32523 \backslash
32524 fcolorbox{cyan}{magenta}{
32525 \end_layout
32526
32527 \begin_layout Standard
32528 というコマンドを使用しています。
32529 \end_layout
32530
32531 \begin_layout Standard
32532 これは、枠の太さを1
32533 \begin_inset space \thinspace{}
32534 \end_inset
32535
32536 mmに設定した例です。
32537 \begin_inset Newline newline
32538 \end_inset
32539
32540
32541 \begin_inset ERT
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545
32546
32547 \backslash
32548 fboxrule 1mm 
32549 \backslash
32550 fboxsep 1mm
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \begin_inset ERT
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560
32561
32562 \backslash
32563 fcolorbox{cyan}{magenta}{
32564 \end_layout
32565
32566 \end_inset
32567
32568 これは着色した色付きボックス中の文章です。
32569 \begin_inset ERT
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573
32574 }
32575 \end_layout
32576
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 \begin_inset VSpace bigskip
32584 \end_inset
32585
32586 もちろん、色付きボックスの中に色付き文字を入れることもできます
32587 \begin_inset Newline newline
32588 \end_inset
32589
32590
32591 \begin_inset ERT
32592 status collapsed
32593
32594 \begin_layout Plain Layout
32595
32596
32597 \backslash
32598 fcolorbox{cyan}{magenta}{
32599 \end_layout
32600
32601 \end_inset
32602
32603
32604 \color yellow
32605 これは着色した色付きボックス中の色付き文章です。
32606 \color inherit
32607
32608 \begin_inset ERT
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612
32613 }
32614 \end_layout
32615
32616 \end_inset
32617
32618
32619 \begin_inset ERT
32620 status collapsed
32621
32622 \begin_layout Plain Layout
32623
32624
32625 \backslash
32626 fboxrule 0.4pt 
32627 \backslash
32628 fboxsep 3pt
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Standard
32637
32638 \series bold
32639 \begin_inset VSpace medskip
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Standard
32646 \begin_inset Note Greyedout
32647 status open
32648
32649 \begin_layout Plain Layout
32650
32651 \series bold
32652 【註】
32653 \series default
32654 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \end_layout
32661
32662 \begin_layout Subsection
32663 段落の着色
32664 \begin_inset CommandInset label
32665 LatexCommand label
32666 name "sub:段落の着色"
32667
32668 \end_inset
32669
32670
32671 \begin_inset Index idx
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675 いろ@色 ! だんらく@段落---
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32685 \series bold
32686
32687 \backslash
32688 colorbox
32689 \series default
32690 コマンドを
32691 \end_layout
32692
32693 \begin_layout Standard
32694
32695 \series bold
32696
32697 \backslash
32698 colorbox{色名}{
32699 \end_layout
32700
32701 \begin_layout Standard
32702 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32703 \series bold
32704 }
32705 \series default
32706 」を挿入してください。
32707 \end_layout
32708
32709 \begin_layout Standard
32710 \begin_inset ERT
32711 status collapsed
32712
32713 \begin_layout Plain Layout
32714
32715
32716 \backslash
32717 colorbox{lightgrey}{
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \begin_inset Box Frameless
32724 position "t"
32725 hor_pos "c"
32726 has_inner_box 1
32727 inner_pos "t"
32728 use_parbox 0
32729 use_makebox 0
32730 width "100col%"
32731 special "none"
32732 height "1in"
32733 height_special "totalheight"
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 これは背景色を付けた文章です。これは背景色を付けた文章です。
32738 \end_layout
32739
32740 \begin_layout Plain Layout
32741 \begin_inset VSpace defskip
32742 \end_inset
32743
32744 ここの文章には脚注
32745 \begin_inset Foot
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 脚注の例
32750 \end_layout
32751
32752 \end_inset
32753
32754 を付けることもできますし、図表を挿入することもできます。
32755 \end_layout
32756
32757 \begin_layout Plain Layout
32758 \align center
32759 \begin_inset Tabular
32760 <lyxtabular version="3" rows="3" columns="3">
32761 <features rotate="0" tabularvalignment="middle">
32762 <column alignment="center" valignment="top">
32763 <column alignment="center" valignment="top">
32764 <column alignment="center" valignment="top">
32765 <row>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 a
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779 !
32780 \end_layout
32781
32782 \end_inset
32783 </cell>
32784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788 3
32789 \end_layout
32790
32791 \end_inset
32792 </cell>
32793 </row>
32794 <row>
32795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799 <
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808 b2
32809 \begin_inset Quotes erd
32810 \end_inset
32811
32812 |
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 >
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 </row>
32827 <row>
32828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832 1
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 §
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 c
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 </row>
32856 </lyxtabular>
32857
32858 \end_inset
32859
32860
32861 \end_layout
32862
32863 \end_inset
32864
32865
32866 \begin_inset ERT
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870
32871 }
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Section
32880 ボックスの伸縮回転
32881 \end_layout
32882
32883 \begin_layout Standard
32884 本節で述べられているコマンドを使用するには、文書プリアンブルで
32885 \end_layout
32886
32887 \begin_layout Standard
32888
32889 \series bold
32890
32891 \backslash
32892 @ifundefined{rotatebox}
32893 \begin_inset Newline newline
32894 \end_inset
32895
32896
32897 \begin_inset Phantom HPhantom
32898 status open
32899
32900 \begin_layout Plain Layout
32901
32902 \series bold
32903 \begin_inset space ~
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \end_inset
32910
32911 {
32912 \backslash
32913 usepackage{graphicx}}{}
32914 \end_layout
32915
32916 \begin_layout Standard
32917 というコマンドを使用して、
32918 \series bold
32919 graphicx
32920 \series default
32921
32922 \begin_inset Index idx
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32927 \end_layout
32928
32929 \end_inset
32930
32931 LaTeXパッケージを読み込む必要があります。
32932 \end_layout
32933
32934 \begin_layout Standard
32935 \begin_inset Note Greyedout
32936 status open
32937
32938 \begin_layout Plain Layout
32939
32940 \series bold
32941 【註】
32942 \series default
32943 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 \begin_inset Note Greyedout
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 \series bold
32958 【註】
32959 \series default
32960 フロートは回転伸縮したボックスの中に入れることはできません。
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Subsection
32969 ボックスの回転
32970 \begin_inset Index idx
32971 status collapsed
32972
32973 \begin_layout Plain Layout
32974 ぼっくす@ボックス ! かいてんした@回転した
32975 \end_layout
32976
32977 \end_inset
32978
32979
32980 \begin_inset Index idx
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 かいてん@回転 ! そざいの@素材の---
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \begin_inset Index idx
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 ず@図 ! のかいてん@---の回転
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \begin_inset Index idx
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 ひょうのちょうせい@表の調整 ! かいてん@回転
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Standard
33013 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33014 \series bold
33015
33016 \backslash
33017 rotatebox
33018 \series default
33019 コマンドを使用すれば作成することができます。
33020 \end_layout
33021
33022 \begin_layout Standard
33023
33024 \series bold
33025
33026 \backslash
33027 rotatebox[回転の原点]{回転角}{ボックスの内容}
33028 \end_layout
33029
33030 \begin_layout Standard
33031 回転の原点は、
33032 \series bold
33033 origin=位置
33034 \series default
33035 の形で指定します。位置として指定可能なのは、
33036 \emph on
33037 c
33038 \emph default
33039 (中央揃え)・
33040 \emph on
33041 l
33042 \emph default
33043 (左揃え)・
33044 \emph on
33045 r
33046 \emph default
33047 (右揃え)・
33048 \emph on
33049 b
33050 \emph default
33051 (下揃え)・
33052 \emph on
33053 t
33054 \emph default
33055 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33056 \emph on
33057 lt
33058 \emph default
33059 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33060 \emph on
33061 l
33062 \emph default
33063 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33064 \end_layout
33065
33066 \begin_layout Standard
33067 以下の例では、「回転した」文章の前にTeXコードで
33068 \series bold
33069
33070 \backslash
33071 rotatebox[origin=c]{60}{
33072 \series default
33073 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33074 \series bold
33075 }
33076 \series default
33077 でボックスを閉じています。
33078 \end_layout
33079
33080 \begin_layout Standard
33081 これは、
33082 \begin_inset ERT
33083 status collapsed
33084
33085 \begin_layout Plain Layout
33086
33087
33088 \backslash
33089 rotatebox[origin=c]{60}{
33090 \end_layout
33091
33092 \end_inset
33093
33094 回転した
33095 \begin_inset ERT
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099
33100 }
33101 \end_layout
33102
33103 \end_inset
33104
33105  文章を含む行です。
33106 \end_layout
33107
33108 \begin_layout Standard
33109 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33110 \end_layout
33111
33112 \begin_layout Standard
33113 これは、
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119
33120 \backslash
33121 rotatebox[origin=r]{-60}{
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \begin_inset Box Doublebox
33128 position "c"
33129 hor_pos "c"
33130 has_inner_box 0
33131 inner_pos "c"
33132 use_parbox 0
33133 use_makebox 0
33134 width "1in"
33135 special "width"
33136 height "1in"
33137 height_special "totalheight"
33138 status open
33139
33140 \begin_layout Plain Layout
33141 回転した
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \begin_inset ERT
33148 status collapsed
33149
33150 \begin_layout Plain Layout
33151
33152 }
33153 \end_layout
33154
33155 \end_inset
33156
33157 枠付き文章と
33158 \begin_inset ERT
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162
33163
33164 \backslash
33165 rotatebox[origin=lb]{60}{
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33172 \end_inset
33173
33174
33175 \begin_inset ERT
33176 status collapsed
33177
33178 \begin_layout Plain Layout
33179
33180 }
33181 \end_layout
33182
33183 \end_inset
33184
33185 数式を含む行です。
33186 \end_layout
33187
33188 \begin_layout Standard
33189 あるいは、以下のように図や表を入れることもできます。
33190 \end_layout
33191
33192 \begin_layout Standard
33193 これは、
33194 \begin_inset ERT
33195 status collapsed
33196
33197 \begin_layout Plain Layout
33198
33199
33200 \backslash
33201 rotatebox[origin=lb]{90}{
33202 \end_layout
33203
33204 \end_inset
33205
33206
33207 \begin_inset Graphics
33208         filename ../clipart/platypus.eps
33209         lyxscale 50
33210         width 25col%
33211
33212 \end_inset
33213
33214
33215 \begin_inset ERT
33216 status collapsed
33217
33218 \begin_layout Plain Layout
33219
33220 }
33221 \end_layout
33222
33223 \end_inset
33224
33225 回転した画像と
33226 \begin_inset ERT
33227 status collapsed
33228
33229 \begin_layout Plain Layout
33230
33231
33232 \backslash
33233 rotatebox[origin=l]{-90}{
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \begin_inset Tabular
33240 <lyxtabular version="3" rows="2" columns="2">
33241 <features rotate="0" tabularvalignment="middle">
33242 <column alignment="center" valignment="top">
33243 <column alignment="center" valignment="top">
33244 <row>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 q
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 w
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 </row>
33264 <row>
33265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 e
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 r
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 </row>
33284 </lyxtabular>
33285
33286 \end_inset
33287
33288
33289 \begin_inset ERT
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293
33294 }
33295 \end_layout
33296
33297 \end_inset
33298
33299 表を含む行です。
33300 \end_layout
33301
33302 \begin_layout Subsection
33303 ボックスの伸縮
33304 \begin_inset Index idx
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \begin_inset Index idx
33315 status collapsed
33316
33317 \begin_layout Plain Layout
33318 しんしゅく@伸縮 ! そざいの@素材の---
33319 \end_layout
33320
33321 \end_inset
33322
33323
33324 \begin_inset Index idx
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328 ず@図 ! のしんしゅく@---の伸縮
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \begin_inset Index idx
33335 status collapsed
33336
33337 \begin_layout Plain Layout
33338 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33339 \end_layout
33340
33341 \end_inset
33342
33343
33344 \end_layout
33345
33346 \begin_layout Standard
33347 素材を伸縮させるには、TeXコードで
33348 \series bold
33349
33350 \backslash
33351 scalebox
33352 \series default
33353 コマンドと
33354 \series bold
33355
33356 \backslash
33357 resizebox
33358 \series default
33359 コマンドが使えます。
33360 \end_layout
33361
33362 \begin_layout Standard
33363
33364 \series bold
33365
33366 \backslash
33367 scalebox
33368 \series default
33369 は以下の書式で使用します。
33370 \end_layout
33371
33372 \begin_layout Standard
33373
33374 \series bold
33375
33376 \backslash
33377 scalebox{水平方向}[垂直方向]{ボックスの内容}
33378 \end_layout
33379
33380 \begin_layout Standard
33381 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33382 \end_layout
33383
33384 \begin_layout Standard
33385 たとえば、
33386 \series bold
33387
33388 \backslash
33389 scalebox{2}{こんにちは}
33390 \series default
33391 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33392 \begin_inset ERT
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396
33397
33398 \backslash
33399 scalebox{2}{
33400 \end_layout
33401
33402 \end_inset
33403
33404 こんにちは
33405 \begin_inset ERT
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409
33410 }
33411 \end_layout
33412
33413 \end_inset
33414
33415 を生成します。
33416 \end_layout
33417
33418 \begin_layout Standard
33419 これに対し、
33420 \series bold
33421
33422 \backslash
33423 scalebox{2}[1]{こんにちは}
33424 \series default
33425 は、
33426 \begin_inset ERT
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430
33431
33432 \backslash
33433 scalebox{2}[1]{
33434 \end_layout
33435
33436 \end_inset
33437
33438 こんにちは
33439 \begin_inset ERT
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443
33444 }
33445 \end_layout
33446
33447 \end_inset
33448
33449 を変形させます。
33450 \end_layout
33451
33452 \begin_layout Standard
33453 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33454 \series bold
33455
33456 \backslash
33457 scalebox{-1}[1]{こんにちは}
33458 \series default
33459 というコマンドは、右のように反転文字を生成するのに使用できます:
33460 \begin_inset ERT
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464
33465
33466 \backslash
33467 scalebox{-1}[1]{
33468 \end_layout
33469
33470 \end_inset
33471
33472 こんにちは
33473 \begin_inset ERT
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478 }
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Standard
33487
33488 \series bold
33489
33490 \backslash
33491 scalebox{1}[-1]{こんにちは}
33492 \series default
33493 とすると
33494 \begin_inset ERT
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498
33499
33500 \backslash
33501 scalebox{1}[-1]{
33502 \end_layout
33503
33504 \end_inset
33505
33506 こんにちは
33507 \begin_inset ERT
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511
33512 }
33513 \end_layout
33514
33515 \end_inset
33516
33517 のようにベースラインで鏡像にします。
33518 \end_layout
33519
33520 \begin_layout Standard
33521
33522 \series bold
33523
33524 \backslash
33525 scalebox{-1}[1]{ボックスの内容}
33526 \series default
33527 と同じ働きをするものとして
33528 \begin_inset Newline newline
33529 \end_inset
33530
33531
33532 \series bold
33533
33534 \backslash
33535 reflectbox{ボックスの内容}
33536 \series default
33537
33538 \begin_inset Newline newline
33539 \end_inset
33540
33541 というコマンドがあります。
33542 \end_layout
33543
33544 \begin_layout Standard
33545 \begin_inset VSpace bigskip
33546 \end_inset
33547
33548 指定した幅や丈にボックスを伸縮させるには、
33549 \series bold
33550
33551 \backslash
33552 resizebox
33553 \series default
33554 を使用します。このコマンドの書式は
33555 \end_layout
33556
33557 \begin_layout Standard
33558
33559 \series bold
33560
33561 \backslash
33562 resizebox{幅}{丈}{ボックスの内容}
33563 \end_layout
33564
33565 \begin_layout Standard
33566 です。上記二つのコマンド引数のうち一つが感嘆符「
33567 \series bold
33568 !
33569 \series default
33570 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33571 \end_layout
33572
33573 \begin_layout Standard
33574
33575 \series bold
33576
33577 \backslash
33578 resizebox{2cm}{1cm}{こんにちは}
33579 \series default
33580 というコマンドの出力は、
33581 \begin_inset ERT
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585
33586
33587 \backslash
33588 resizebox{2cm}{1cm}{
33589 \end_layout
33590
33591 \end_inset
33592
33593 こんにちは
33594 \begin_inset ERT
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598
33599 }
33600 \end_layout
33601
33602 \end_inset
33603
33604 となり、
33605 \begin_inset Newline newline
33606 \end_inset
33607
33608
33609 \series bold
33610
33611 \backslash
33612 resizebox{2cm}{!}{こんにちは}
33613 \series default
33614 というコマンドの出力は、
33615 \begin_inset ERT
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619
33620
33621 \backslash
33622 resizebox{2cm}{!}{
33623 \end_layout
33624
33625 \end_inset
33626
33627 こんにちは
33628 \begin_inset ERT
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633 }
33634 \end_layout
33635
33636 \end_inset
33637
33638 となります。
33639 \end_layout
33640
33641 \begin_layout Standard
33642 \begin_inset VSpace bigskip
33643 \end_inset
33644
33645
33646 \begin_inset Note Greyedout
33647 status open
33648
33649 \begin_layout Plain Layout
33650
33651 \series bold
33652 【註】
33653 \backslash
33654 scalebox
33655 \series default
33656
33657 \series bold
33658
33659 \backslash
33660 resizebox
33661 \series default
33662 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 \begin_inset VSpace bigskip
33672 \end_inset
33673
33674
33675 \end_layout
33676
33677 \begin_layout Standard
33678 ボックスは好きな順序で組み合わせることができます。たとえば、
33679 \begin_inset Newline newline
33680 \end_inset
33681
33682
33683 \series bold
33684
33685 \backslash
33686 rotatebox[origin=c]{-45}{
33687 \backslash
33688 resizebox{2cm}{!}{
33689 \backslash
33690 reflectbox{こんにちは}}}
33691 \begin_inset Newline newline
33692 \end_inset
33693
33694
33695 \series default
33696 というコマンドは、
33697 \end_layout
33698
33699 \begin_layout Standard
33700 \align center
33701 \begin_inset ERT
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705
33706
33707 \backslash
33708 rotatebox[origin=c]{-45}{
33709 \backslash
33710 resizebox{2cm}{!}{
33711 \backslash
33712 reflectbox{
33713 \end_layout
33714
33715 \end_inset
33716
33717 こんにちは
33718 \begin_inset ERT
33719 status collapsed
33720
33721 \begin_layout Plain Layout
33722
33723 }}}
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 \noindent
33733 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33734 \end_layout
33735
33736 \begin_layout Standard
33737 \align center
33738 \begin_inset ERT
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742
33743
33744 \backslash
33745 rotatebox[origin=c]{-30}{
33746 \backslash
33747 resizebox{2cm}{!}{
33748 \backslash
33749 reflectbox{
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \begin_inset Graphics
33756         filename ../clipart/platypus.eps
33757         lyxscale 50
33758         width 25col%
33759
33760 \end_inset
33761
33762
33763 \begin_inset ERT
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768 }}}
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \begin_inset ERT
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778
33779
33780 \backslash
33781 rotatebox[origin=c]{-45}{
33782 \backslash
33783 resizebox{2cm}{!}{
33784 \backslash
33785 reflectbox{
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \begin_inset Tabular
33792 <lyxtabular version="3" rows="2" columns="2">
33793 <features rotate="0" tabularvalignment="middle">
33794 <column alignment="center" valignment="top">
33795 <column alignment="center" valignment="top">
33796 <row>
33797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 q
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33807 \begin_inset Text
33808
33809 \begin_layout Plain Layout
33810 w
33811 \end_layout
33812
33813 \end_inset
33814 </cell>
33815 </row>
33816 <row>
33817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 e
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 r
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 </row>
33836 </lyxtabular>
33837
33838 \end_inset
33839
33840
33841 \begin_inset ERT
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845
33846 }}}
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \begin_inset ERT
33853 status collapsed
33854
33855 \begin_layout Plain Layout
33856
33857
33858 \backslash
33859 rotatebox[origin=c]{-45}{
33860 \backslash
33861 resizebox{2cm}{!}{
33862 \backslash
33863 reflectbox{
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33870 \end_inset
33871
33872
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878 }}}
33879 \end_layout
33880
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \begin_layout Standard
33887 文書で大域的に数式様式
33888 \series bold
33889 fleqn
33890 \series default
33891 を使用している場合
33892 \begin_inset Foot
33893 status collapsed
33894
33895 \begin_layout Plain Layout
33896 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33897 \end_layout
33898
33899 \end_inset
33900
33901 には、別行建て数式も伸縮させることができます。
33902 \end_layout
33903
33904 \begin_layout Chapter
33905 本文回り込みオブジェクト
33906 \begin_inset Index idx
33907 status collapsed
33908
33909 \begin_layout Plain Layout
33910 ほんぶんまわりこみ@本文回り込み
33911 \end_layout
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Section
33919 折返しフロート
33920 \begin_inset CommandInset label
33921 LatexCommand label
33922 name "sec:折返しフロート"
33923
33924 \end_inset
33925
33926
33927 \begin_inset Index idx
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \begin_inset Index idx
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Standard
33950 \begin_inset Wrap figure
33951 lines 0
33952 placement l
33953 overhang 1cm
33954 width "40col%"
33955 status open
33956
33957 \begin_layout Plain Layout
33958 \begin_inset Graphics
33959         filename ../clipart/mobius.eps
33960         width 40col%
33961         scaleBeforeRotation
33962         rotateOrigin center
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Plain Layout
33970 \begin_inset Caption Standard
33971
33972 \begin_layout Plain Layout
33973 \begin_inset CommandInset label
33974 LatexCommand label
33975 name "fig:折返し図フロート"
33976
33977 \end_inset
33978
33979 これは折返し図フロートです。
33980 \end_layout
33981
33982 \end_inset
33983
33984
33985 \end_layout
33986
33987 \end_inset
33988
33989 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33990 \series bold
33991 wrapfig
33992 \series default
33993
33994 \begin_inset Index idx
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33999 \end_layout
34000
34001 \end_inset
34002
34003 を導入済みであれば、
34004 \family sans
34005 挿入\SpecialChar \menuseparator
34006 フロート\SpecialChar \menuseparator
34007 折返し図フロート
34008 \family default
34009
34010 \family sans
34011 折返し表フロート
34012 \family default
34013 メニューで挿入することができます
34014 \begin_inset Foot
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34019 \end_layout
34020
34021 \end_inset
34022
34023 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34024 \family sans
34025 配置
34026 \family default
34027
34028 \family sans
34029
34030 \family default
34031 です。非必須項目として、
34032 \family sans
34033 ぶら下げ
34034 \family default
34035
34036 \family sans
34037 行幅
34038 \family default
34039 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34040 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34041 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34042 \begin_inset CommandInset ref
34043 LatexCommand ref
34044 reference "fig:折返し図フロート"
34045
34046 \end_inset
34047
34048 図は、40
34049 \begin_inset space \thinspace{}
34050 \end_inset
34051
34052 列幅%の幅と1
34053 \begin_inset space \thinspace{}
34054 \end_inset
34055
34056 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34057 \end_layout
34058
34059 \begin_layout Standard
34060 \begin_inset Note Greyedout
34061 status open
34062
34063 \begin_layout Plain Layout
34064
34065 \series bold
34066 【註】
34067 \series default
34068 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34069 上書きされて出力されたりします。
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Standard
34078 原則として、
34079 \end_layout
34080
34081 \begin_layout Itemize
34082 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34083 うになってから、正確な位置に挿入しなくてはなりません。
34084 \end_layout
34085
34086 \begin_layout Itemize
34087 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34088 \end_layout
34089
34090 \begin_layout Itemize
34091 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34092 \end_layout
34093
34094 \begin_layout Itemize
34095 折返しフロートは、節見出しや表中に入れることは認められていません。
34096 \end_layout
34097
34098 \begin_layout Itemize
34099 連番や参照は、第
34100 \begin_inset CommandInset ref
34101 LatexCommand ref
34102 reference "chap:フロート"
34103
34104 \end_inset
34105
34106 章で述べられているように動作します。
34107 \end_layout
34108
34109 \begin_layout Section
34110 固定回り込みオブジェクト
34111 \begin_inset Index idx
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \begin_layout Standard
34124
34125 \begin_inset CommandInset ref
34126 LatexCommand ref
34127 reference "sec:折返しフロート"
34128
34129 \end_inset
34130
34131 節の折返しフロートは、段落中で、以下のような配置がされます。
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \noindent
34136 \align center
34137 \begin_inset Tabular
34138 <lyxtabular version="3" rows="2" columns="2">
34139 <features rotate="0" tabularvalignment="middle">
34140 <column alignment="center" valignment="top">
34141 <column alignment="center" valignment="top">
34142 <row>
34143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 \begin_inset Graphics
34148         filename ../../images/dialog-show-new-inset_graphics.png
34149         scale 70
34150         scaleBeforeRotation
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34160 \begin_inset Text
34161
34162 \begin_layout Plain Layout
34163 文章
34164 \end_layout
34165
34166 \end_inset
34167 </cell>
34168 </row>
34169 <row>
34170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34171 \begin_inset Text
34172
34173 \begin_layout Plain Layout
34174 文章
34175 \end_layout
34176
34177 \end_inset
34178 </cell>
34179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 文章
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 </row>
34189 </lyxtabular>
34190
34191 \end_inset
34192
34193  or 
34194 \begin_inset Tabular
34195 <lyxtabular version="3" rows="2" columns="2">
34196 <features rotate="0" tabularvalignment="middle">
34197 <column alignment="center" valignment="top">
34198 <column alignment="center" valignment="top">
34199 <row>
34200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204 文章
34205 \end_layout
34206
34207 \end_inset
34208 </cell>
34209 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34210 \begin_inset Text
34211
34212 \begin_layout Plain Layout
34213 \begin_inset Graphics
34214         filename ../../images/dialog-show-new-inset_graphics.png
34215         scale 70
34216         scaleBeforeRotation
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \end_inset
34224 </cell>
34225 </row>
34226 <row>
34227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34228 \begin_inset Text
34229
34230 \begin_layout Plain Layout
34231 文章
34232 \end_layout
34233
34234 \end_inset
34235 </cell>
34236 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34237 \begin_inset Text
34238
34239 \begin_layout Plain Layout
34240 文章
34241 \end_layout
34242
34243 \end_inset
34244 </cell>
34245 </row>
34246 </lyxtabular>
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Standard
34254 以下に示すいずれかのように、
34255 \begin_inset VSpace defskip
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Standard
34262 \noindent
34263 \align center
34264 \begin_inset Tabular
34265 <lyxtabular version="3" rows="2" columns="2">
34266 <features rotate="0" tabularvalignment="middle">
34267 <column alignment="center" valignment="top">
34268 <column alignment="center" valignment="top">
34269 <row>
34270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Plain Layout
34274 文章
34275 \end_layout
34276
34277 \end_inset
34278 </cell>
34279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283 文章
34284 \end_layout
34285
34286 \end_inset
34287 </cell>
34288 </row>
34289 <row>
34290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34291 \begin_inset Text
34292
34293 \begin_layout Plain Layout
34294 \begin_inset Graphics
34295         filename ../../images/dialog-show-new-inset_graphics.png
34296         scale 70
34297         scaleBeforeRotation
34298
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \end_inset
34305 </cell>
34306 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34307 \begin_inset Text
34308
34309 \begin_layout Plain Layout
34310 文章
34311 \end_layout
34312
34313 \end_inset
34314 </cell>
34315 </row>
34316 </lyxtabular>
34317
34318 \end_inset
34319
34320  
34321 \begin_inset Tabular
34322 <lyxtabular version="3" rows="2" columns="2">
34323 <features rotate="0" tabularvalignment="middle">
34324 <column alignment="center" valignment="top">
34325 <column alignment="center" valignment="top">
34326 <row>
34327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331 文章
34332 \end_layout
34333
34334 \end_inset
34335 </cell>
34336 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34337 \begin_inset Text
34338
34339 \begin_layout Plain Layout
34340 文章
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 </row>
34346 <row>
34347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 文章
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34357 \begin_inset Text
34358
34359 \begin_layout Plain Layout
34360 \begin_inset Graphics
34361         filename ../../images/dialog-show-new-inset_graphics.png
34362         scale 70
34363         scaleBeforeRotation
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \end_inset
34371 </cell>
34372 </row>
34373 </lyxtabular>
34374
34375 \end_inset
34376
34377  
34378 \begin_inset Tabular
34379 <lyxtabular version="3" rows="2" columns="3">
34380 <features rotate="0" tabularvalignment="middle">
34381 <column alignment="center" valignment="top">
34382 <column alignment="center" valignment="top">
34383 <column alignment="center" valignment="top">
34384 <row>
34385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389 文章
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 <cell alignment="center" valignment="top" topline="true" usebox="none">
34395 \begin_inset Text
34396
34397 \begin_layout Plain Layout
34398 \begin_inset Graphics
34399         filename ../../images/dialog-show-new-inset_graphics.png
34400         scale 70
34401         scaleBeforeRotation
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 文章
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 <row>
34421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425 文章
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434 文章
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 文章
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 </row>
34449 </lyxtabular>
34450
34451 \end_inset
34452
34453  
34454 \begin_inset Tabular
34455 <lyxtabular version="3" rows="2" columns="3">
34456 <features rotate="0" tabularvalignment="middle">
34457 <column alignment="center" valignment="top">
34458 <column alignment="center" valignment="top">
34459 <column alignment="center" valignment="top">
34460 <row>
34461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465 文章
34466 \end_layout
34467
34468 \end_inset
34469 </cell>
34470 <cell alignment="center" valignment="top" topline="true" usebox="none">
34471 \begin_inset Text
34472
34473 \begin_layout Plain Layout
34474 文章
34475 \end_layout
34476
34477 \end_inset
34478 </cell>
34479 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34480 \begin_inset Text
34481
34482 \begin_layout Plain Layout
34483 文章
34484 \end_layout
34485
34486 \end_inset
34487 </cell>
34488 </row>
34489 <row>
34490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34491 \begin_inset Text
34492
34493 \begin_layout Plain Layout
34494 文章
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503 \begin_inset Graphics
34504         filename ../../images/dialog-show-new-inset_graphics.png
34505         scale 70
34506         scaleBeforeRotation
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \end_inset
34514 </cell>
34515 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 文章
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 </row>
34525 </lyxtabular>
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Standard
34533 \noindent
34534 \align center
34535 \begin_inset Tabular
34536 <lyxtabular version="3" rows="3" columns="2">
34537 <features rotate="0" tabularvalignment="middle">
34538 <column alignment="center" valignment="top">
34539 <column alignment="center" valignment="top">
34540 <row>
34541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545 文章
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34551 \begin_inset Text
34552
34553 \begin_layout Plain Layout
34554 文章
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 </row>
34560 <row>
34561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565 \begin_inset Graphics
34566         filename ../../images/dialog-show-new-inset_graphics.png
34567         scale 70
34568         scaleBeforeRotation
34569
34570 \end_inset
34571
34572
34573 \end_layout
34574
34575 \end_inset
34576 </cell>
34577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581 文章
34582 \end_layout
34583
34584 \end_inset
34585 </cell>
34586 </row>
34587 <row>
34588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34589 \begin_inset Text
34590
34591 \begin_layout Plain Layout
34592 文章
34593 \end_layout
34594
34595 \end_inset
34596 </cell>
34597 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34598 \begin_inset Text
34599
34600 \begin_layout Plain Layout
34601 文章
34602 \end_layout
34603
34604 \end_inset
34605 </cell>
34606 </row>
34607 </lyxtabular>
34608
34609 \end_inset
34610
34611  
34612 \begin_inset Tabular
34613 <lyxtabular version="3" rows="3" columns="3">
34614 <features rotate="0" tabularvalignment="middle">
34615 <column alignment="center" valignment="top">
34616 <column alignment="center" valignment="top">
34617 <column alignment="center" valignment="top">
34618 <row>
34619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623 文章
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 <cell alignment="center" valignment="top" topline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632 文章
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641 文章
34642 \end_layout
34643
34644 \end_inset
34645 </cell>
34646 </row>
34647 <row>
34648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34649 \begin_inset Text
34650
34651 \begin_layout Plain Layout
34652 文章
34653 \end_layout
34654
34655 \end_inset
34656 </cell>
34657 <cell alignment="center" valignment="top" usebox="none">
34658 \begin_inset Text
34659
34660 \begin_layout Plain Layout
34661 \begin_inset Graphics
34662         filename ../../images/dialog-show-new-inset_graphics.png
34663         scale 70
34664         scaleBeforeRotation
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 文章
34678 \end_layout
34679
34680 \end_inset
34681 </cell>
34682 </row>
34683 <row>
34684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34685 \begin_inset Text
34686
34687 \begin_layout Plain Layout
34688 文章
34689 \end_layout
34690
34691 \end_inset
34692 </cell>
34693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 文章
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 文章
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 </row>
34712 </lyxtabular>
34713
34714 \end_inset
34715
34716  
34717 \begin_inset Tabular
34718 <lyxtabular version="3" rows="3" columns="2">
34719 <features rotate="0" tabularvalignment="middle">
34720 <column alignment="center" valignment="top">
34721 <column alignment="center" valignment="top">
34722 <row>
34723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 文章
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736 文章
34737 \end_layout
34738
34739 \end_inset
34740 </cell>
34741 </row>
34742 <row>
34743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 文章
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34753 \begin_inset Text
34754
34755 \begin_layout Plain Layout
34756 \begin_inset Graphics
34757         filename ../../images/dialog-show-new-inset_graphics.png
34758         scale 70
34759         scaleBeforeRotation
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 </row>
34769 <row>
34770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774 文章
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 文章
34784 \end_layout
34785
34786 \end_inset
34787 </cell>
34788 </row>
34789 </lyxtabular>
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Standard
34797 \noindent
34798 オブジェクトを挿入した場所に正確に配置したい時には、
34799 \series bold
34800 picinpar
34801 \series default
34802
34803 \begin_inset Index idx
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34808 \end_layout
34809
34810 \end_inset
34811
34812 LaTeXパッケージを使うことができます。下記はその用例です。
34813 \end_layout
34814
34815 \begin_layout Standard
34816 \begin_inset ERT
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820
34821
34822 \backslash
34823 ifpicinpar
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \begin_inset Note Note
34830 status open
34831
34832 \begin_layout Plain Layout
34833 以下の部分は、LaTeXパッケージ
34834 \series bold
34835 picinpar
34836 \series default
34837 が導入されているときのみ表示されます。
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 \begin_inset ERT
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850
34851
34852 \backslash
34853 begin{window}[2,c,{
34854 \end_layout
34855
34856 \end_inset
34857
34858
34859 \begin_inset Graphics
34860         filename ../clipart/mobius.eps
34861         lyxscale 60
34862         width 40col%
34863         scaleBeforeRotation
34864         rotateOrigin center
34865
34866 \end_inset
34867
34868
34869 \begin_inset ERT
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873
34874 },]
34875 \end_layout
34876
34877 \begin_layout Plain Layout
34878
34879 {}
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \size small
34886 It was in the spring of the year 1894 that all London was interested, and
34887  the fashionable world dismayed, by the murder of the Honourable Ronald
34888  Adair under most unusual and inexplicable circumstances.
34889  The public has already learned those particulars of the crime which
34890 \size default
34891
34892 \begin_inset ERT
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896
34897
34898 \backslash
34899 footnotemark{}
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \size small
34906  came out in the police investigation, but a good deal was suppressed upon
34907  that occasion, since the case for the prosecution was so overwhelmingly
34908  strong that it was not necessary to bring forward all the facts.
34909  Only now, at the end of nearly ten years, am I allowed to supply those
34910  missing links which make up the whole of that remarkable chain.
34911 \size default
34912
34913 \begin_inset ERT
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917
34918
34919 \backslash
34920 end{window}
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset ERT
34930 status collapsed
34931
34932 \begin_layout Plain Layout
34933
34934
34935 \backslash
34936 footnotetext{
34937 \end_layout
34938
34939 \end_inset
34940
34941 固定オブジェクトのある段落の脚注
34942 \begin_inset ERT
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946
34947 }
34948 \end_layout
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Standard
34956 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34957 ートとは違って、連番のキャプションをつけることはできません。
34958 \end_layout
34959
34960 \begin_layout Standard
34961 固定オブジェクトは、段落冒頭にTeXコードで
34962 \end_layout
34963
34964 \begin_layout Standard
34965
34966 \series bold
34967
34968 \backslash
34969 begin{window}[2,c,{
34970 \end_layout
34971
34972 \begin_layout Standard
34973 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34974 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34975 段幅の40
34976 \begin_inset space \thinspace{}
34977 \end_inset
34978
34979 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34980 \end_layout
34981
34982 \begin_layout Standard
34983
34984 \series bold
34985 },説明文]
34986 \begin_inset Newline newline
34987 \end_inset
34988
34989 {}
34990 \end_layout
34991
34992 \begin_layout Standard
34993 というコマンドが挿入されています。2行目に「
34994 \series bold
34995 {}
34996 \series default
34997 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34998 \series bold
34999 {}
35000 \series default
35001 の直後から書き始めてください。段落末には、
35002 \end_layout
35003
35004 \begin_layout Standard
35005
35006 \series bold
35007
35008 \backslash
35009 end{window}
35010 \end_layout
35011
35012 \begin_layout Standard
35013 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35014 \begin_inset CommandInset ref
35015 LatexCommand ref
35016 reference "sec:脚注"
35017
35018 \end_inset
35019
35020 節にあるように、代わりに、段落内で
35021 \series bold
35022
35023 \backslash
35024 footnotemark
35025 \series default
35026 コマンドを使用し、段落外に
35027 \series bold
35028
35029 \backslash
35030 footnotetext
35031 \series default
35032 コマンドを用いてください。
35033 \end_layout
35034
35035 \begin_layout Standard
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041
35042 \backslash
35043 else
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \begin_inset Note Note
35050 status open
35051
35052 \begin_layout Plain Layout
35053 以下の部分は、LaTeXパッケージ
35054 \series bold
35055 picinpar
35056 \series default
35057 が導入されていないときのみ表示されます。
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Standard
35066 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35067 \series bold
35068 picinpar
35069 \series default
35070 を導入する必要があります。
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 fi
35082 \end_layout
35083
35084 \end_inset
35085
35086
35087 \end_layout
35088
35089 \begin_layout Section
35090 頭文字
35091 \begin_inset Index idx
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 かしらもじ@頭文字
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 頭文字を用いるには、LaTeXパッケージ
35115 \begin_inset Index idx
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35120 \end_layout
35121
35122 \end_inset
35123
35124 が導入済みでなくてはならず、文書中で
35125 \family sans
35126 頭文字
35127 \family default
35128 モジュールを使用する必要があります(
35129 \family sans
35130 文書\SpecialChar \menuseparator
35131 設定\SpecialChar \menuseparator
35132 モジュール
35133 \family default
35134 メニュー)。頭文字を挿入するには、
35135 \family sans
35136 頭文字
35137 \family default
35138 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35139 \family sans
35140 挿入
35141 \family default
35142 メニューから挿入できます。必須引数
35143 \family sans
35144 頭文字
35145 \family default
35146 には、頭文字にする文字を入れ、引数
35147 \family sans
35148 頭文字の残り
35149 \family default
35150 には、頭文字の単語若しくは文字列の残りが入ります。引数
35151 \family sans
35152 オプション
35153 \family default
35154 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35155 \series bold
35156 lettrine
35157 \series default
35158 の取扱説明書
35159 \begin_inset CommandInset citation
35160 LatexCommand cite
35161 key "lettrine"
35162
35163 \end_inset
35164
35165 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35166 \shape smallcaps
35167 スモールキャップ体(small caps
35168 \shape default
35169 )で印字されます。
35170 \end_layout
35171
35172 \begin_layout Standard
35173 下記がその例です。
35174 \end_layout
35175
35176 \begin_layout Standard
35177 \begin_inset ERT
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182
35183 \backslash
35184 iflettrine
35185 \end_layout
35186
35187 \end_inset
35188
35189
35190 \begin_inset Note Note
35191 status open
35192
35193 \begin_layout Plain Layout
35194 以下の部分は、LaTeXパッケージ
35195 \series bold
35196 lettrine
35197 \series default
35198 が導入されているときのみ表示されます。
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \end_layout
35205
35206 \begin_layout Enumerate
35207 非必須引数なし。頭文字は、数式フォント
35208 \begin_inset Formula $\mathfrak{Fraktur}$
35209 \end_inset
35210
35211 の「I」。
35212 \end_layout
35213
35214 \begin_deeper
35215 \begin_layout Initial
35216 \begin_inset Argument 2
35217 status open
35218
35219 \begin_layout Plain Layout
35220 \begin_inset Formula $\mathfrak{I}$
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \end_inset
35227
35228
35229 \begin_inset Argument 3
35230 status open
35231
35232 \begin_layout Plain Layout
35233 t
35234 \end_layout
35235
35236 \end_inset
35237
35238  was in the spring of the year 1894 that all London was interested, and
35239  the fashionable world dismayed, by the murder of the Honourable Ronald
35240  Adair under most unusual and inexplicable circumstances.
35241  The public has already learned those particulars of the crime which came
35242  out in the police investigation, but a good deal was suppressed upon that
35243  occasion, since the case for the prosecution was so overwhelmingly strong
35244  that it was not necessary to bring forward all the facts.
35245 \begin_inset Newpage newpage
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \end_deeper
35252 \begin_layout Enumerate
35253 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35254 \end_layout
35255
35256 \begin_deeper
35257 \begin_layout Initial
35258 \begin_inset Argument 1
35259 status open
35260
35261 \begin_layout Plain Layout
35262 lines=1
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \begin_inset Argument 2
35269 status open
35270
35271 \begin_layout Plain Layout
35272 It
35273 \end_layout
35274
35275 \end_inset
35276
35277  was in the spring of the year 1894 that all London was interested, and
35278  the fashionable world dismayed, by the murder of the Honourable Ronald
35279  Adair under most unusual and inexplicable circumstances.
35280  The public has already learned those particulars of the crime which came
35281  out in the police investigation, but a good deal was suppressed upon that
35282  occasion, since the case for the prosecution was so overwhelmingly strong
35283  that it was not necessary to bring forward all the facts.
35284 \end_layout
35285
35286 \end_deeper
35287 \begin_layout Enumerate
35288 ぶら下がり頭文字は、数式フォント
35289 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35290 \end_inset
35291
35292 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35293 \shape smallcaps
35294 スモールキャップ体
35295 \shape default
35296 。頭文字に色をつけるには、頭文字の前に
35297 \begin_inset Newline newline
35298 \end_inset
35299
35300
35301 \series bold
35302
35303 \backslash
35304 renewcommand{
35305 \backslash
35306 LettrineFontHook}{
35307 \backslash
35308 color{色}}
35309 \series default
35310
35311 \begin_inset Newline newline
35312 \end_inset
35313
35314 というコマンドを挿入しなくてはなりません。ここで、
35315 \emph on
35316
35317 \emph default
35318 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35319 ブルに
35320 \begin_inset Newline newline
35321 \end_inset
35322
35323
35324 \series bold
35325
35326 \backslash
35327 @ifundefined{textcolor}
35328 \begin_inset Newline newline
35329 \end_inset
35330
35331
35332 \begin_inset space ~
35333 \end_inset
35334
35335 {
35336 \backslash
35337 usepackage{color}}{}
35338 \begin_inset Newline newline
35339 \end_inset
35340
35341
35342 \series default
35343 というコマンドを書きこんでおかなくてはなりません。
35344 \end_layout
35345
35346 \begin_deeper
35347 \begin_layout Standard
35348 \begin_inset ERT
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352
35353
35354 \backslash
35355 renewcommand{
35356 \backslash
35357 LettrineFontHook}{
35358 \backslash
35359 color{magenta}}
35360 \end_layout
35361
35362 \end_inset
35363
35364
35365 \begin_inset Note Note
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369
35370 \lang english
35371 makes the initial magenta
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Initial
35380 \begin_inset Argument 1
35381 status open
35382
35383 \begin_layout Plain Layout
35384 lines=3, lhang=0.33, loversize=0.25
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \begin_inset Argument 2
35391 status open
35392
35393 \begin_layout Plain Layout
35394 \begin_inset Formula $\mathcal{I}$
35395 \end_inset
35396
35397
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \begin_inset Argument 3
35404 status open
35405
35406 \begin_layout Plain Layout
35407 t was in the spring
35408 \end_layout
35409
35410 \end_inset
35411
35412  of the year 1894 that all London was interested, and the fashionable world
35413  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35414  and inexplicable circumstances.
35415  The public has already learned those particulars of the crime which came
35416  out in the police investigation, but a good deal was suppressed upon that
35417  occasion, since the case for the prosecution was so overwhelmingly strong
35418  that it was not necessary to bring forward all the facts.
35419 \end_layout
35420
35421 \end_deeper
35422 \begin_layout Standard
35423 \begin_inset ERT
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427
35428
35429 \backslash
35430 else
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \begin_inset Note Note
35437 status open
35438
35439 \begin_layout Plain Layout
35440 以下の部分は、LaTeXパッケージ
35441 \series bold
35442 lettrine
35443 \series default
35444 が導入されていないときのみ表示されます。
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \begin_layout Standard
35453 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35454 \series bold
35455 lettrine
35456 \series default
35457 を導入する必要があります。
35458 \end_layout
35459
35460 \begin_layout Standard
35461 \begin_inset ERT
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465
35466
35467 \backslash
35468 fi
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \end_layout
35475
35476 \begin_layout Chapter
35477 外部文書構成要素
35478 \begin_inset Index idx
35479 status collapsed
35480
35481 \begin_layout Plain Layout
35482 がいぶぶんしょこうせいようそ@外部文書構成要素
35483 \end_layout
35484
35485 \end_inset
35486
35487
35488 \end_layout
35489
35490 \begin_layout Standard
35491
35492 \family sans
35493 挿入\SpecialChar \menuseparator
35494 ファイル
35495 \family default
35496 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35497 \end_layout
35498
35499 \begin_layout Description
35500 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35501 \end_layout
35502
35503 \begin_layout Description
35504 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35505 \end_layout
35506
35507 \begin_layout Description
35508 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35509 \end_layout
35510
35511 \begin_layout Description
35512 外部素材 様々な書式のファイル。
35513 \end_layout
35514
35515 \begin_layout Description
35516 子文書 LyXあるいはLaTeX文書。
35517 \end_layout
35518
35519 \begin_layout Section
35520 外部素材
35521 \begin_inset Index idx
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35535 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35536 \family sans
35537 操作性\SpecialChar \menuseparator
35538 表示
35539 \family default
35540 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35541 \end_layout
35542
35543 \begin_layout Standard
35544 外部素材は、
35545 \family sans
35546 挿入
35547 \family default
35548 \SpecialChar \menuseparator
35549
35550 \family sans
35551 ファイル
35552 \family default
35553 \SpecialChar \menuseparator
35554
35555 \family sans
35556 外部素材
35557 \family default
35558 メニューで開くことのできる
35559 \family sans
35560 外部素材
35561 \family default
35562 ダイアログから挿入することができます。目下、以下のファイル形式(
35563 \family sans
35564 ひな型
35565 \family default
35566 )が使用できます。
35567 \end_layout
35568
35569 \begin_layout Description
35570 チェス棋譜 このひな型は、
35571 \series bold
35572
35573 \begin_inset CommandInset href
35574 LatexCommand href
35575 name "XBoard"
35576 target "http://en.wikipedia.org/wiki/XBoard"
35577
35578 \end_inset
35579
35580
35581 \series default
35582 プログラムで作成されたチェス棋譜をサポートします。
35583 \end_layout
35584
35585 \begin_layout Description
35586 日付 これは、
35587 \emph on
35588 日-月-年
35589 \emph default
35590 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35591 \begin_inset External
35592         template Date
35593         filename .
35594
35595 \end_inset
35596
35597
35598 \begin_inset space ~
35599 \end_inset
35600
35601
35602 \begin_inset Note Note
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 バグ4398が修正されたら、この保護空白は削除してください!
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \begin_inset Newline newline
35613 \end_inset
35614
35615 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35616 \family sans
35617 挿入
35618 \family default
35619 \SpecialChar \menuseparator
35620 日付メニューを使用する方法で、他はLaTeXコマンドの
35621 \series bold
35622
35623 \backslash
35624 today
35625 \series default
35626 をTeXコードで使用する方法です。これらの各方法は、表
35627 \begin_inset CommandInset ref
35628 LatexCommand ref
35629 reference "tab:日付挿入方法"
35630
35631 \end_inset
35632
35633 に比較を掲載しておきます。
35634 \end_layout
35635
35636 \begin_layout Description
35637 Dia このひな型は、
35638 \series bold
35639
35640 \begin_inset CommandInset href
35641 LatexCommand href
35642 name "Dia"
35643 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"
35644
35645 \end_inset
35646
35647
35648 \series default
35649 プログラムで作成したダイアグラムをサポートします。
35650 \end_layout
35651
35652 \begin_layout Description
35653 Gnumeric表計算表 このひな形では、
35654 \series bold
35655
35656 \begin_inset CommandInset href
35657 LatexCommand href
35658 name "Gnumeric"
35659 target "http://ja.wikipedia.org/wiki/Gnumeric"
35660
35661 \end_inset
35662
35663
35664 \series default
35665
35666 \begin_inset CommandInset href
35667 LatexCommand href
35668 name "OpenDocument"
35669 target "http://ja.wikipedia.org/wiki/OpenDocument"
35670
35671 \end_inset
35672
35673
35674 \begin_inset CommandInset href
35675 LatexCommand href
35676 name "Microsoft Office XML"
35677 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35678
35679 \end_inset
35680
35681
35682 \begin_inset CommandInset href
35683 LatexCommand href
35684 name "Office Open XML"
35685 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35686
35687 \end_inset
35688
35689 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35690 \family typewriter
35691 ssconvert
35692 \family default
35693 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35694 みである必要があります。用例と制約については、LyX用例ファイル
35695 \emph on
35696 spreadsheet.lyx
35697 \emph default
35698 をご覧ください。
35699 \end_layout
35700
35701 \begin_layout Description
35702 Lilypond組版楽譜 このひな型は、
35703 \series bold
35704
35705 \begin_inset CommandInset href
35706 LatexCommand href
35707 name "LilyPond"
35708 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35709
35710 \end_inset
35711
35712
35713 \series default
35714 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35715 \emph on
35716 lilypond.lyx
35717 \emph default
35718 をご覧ください。
35719 \end_layout
35720
35721 \begin_layout Description
35722 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35723 \family sans
35724 LaTeXとLyXオプション
35725 \family default
35726 タブ中の
35727 \family sans
35728 オプション
35729 \family default
35730 フィールドに
35731 \emph on
35732 pages
35733 \emph default
35734 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35735 \series bold
35736 pages={3,5,6,8}
35737 \series default
35738 の形で入れる)やページ範囲(
35739 \series bold
35740 pages={4-9}
35741 \series default
35742 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35743 \series bold
35744 pages={3,{},8-11,15}
35745 \series default
35746 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35747 \emph on
35748 開始頁-終了頁
35749 \emph default
35750 の文法で指定します。これは、
35751 \emph on
35752 開始頁
35753 \emph default
35754
35755 \emph on
35756 終了頁
35757 \emph default
35758 の間のすべてのページを選択します。
35759 \emph on
35760 開始頁
35761 \emph default
35762 を省略すると、1ページ目を指定したのと同じ事になり、
35763 \emph on
35764 終了頁
35765 \emph default
35766 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35767 \series bold
35768 last
35769 \series default
35770 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35771 \series bold
35772 pages=-
35773 \series default
35774 は文書の全ページを挿入することになり、
35775 \series bold
35776 pages=last-1
35777 \series default
35778 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35779 \begin_inset Newline newline
35780 \end_inset
35781
35782
35783 \series bold
35784 noautoscale
35785 \series default
35786 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35787 \family sans
35788 寸法と回転
35789 \family default
35790 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35791 \series bold
35792 noautoscale
35793 \series default
35794 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35795 \series bold
35796 pdfpages
35797 \series default
35798 の取扱説明書
35799 \begin_inset CommandInset citation
35800 LatexCommand cite
35801 key "pdfpages"
35802
35803 \end_inset
35804
35805 をご参照ください。
35806 \begin_inset Index idx
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \begin_inset Newline newline
35817 \end_inset
35818
35819 このひな型を
35820 \family sans
35821 Beamer
35822 \family default
35823 プレゼンテーションで使用するには、まず
35824 \family sans
35825 フレーム終了
35826 \family default
35827 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35828 \series bold
35829
35830 \backslash
35831 setbeamertemplate{background canvas}{}
35832 \series default
35833 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35834 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35835 に、ひな型を含む段落には、
35836 \family sans
35837 既定
35838 \family default
35839 配置を用いるようにしてください。
35840 \begin_inset Newline newline
35841 \end_inset
35842
35843 下記は、-5度回転させたPDFを取り込んだものです。
35844 \begin_inset Newline newline
35845 \end_inset
35846
35847
35848 \begin_inset Graphics
35849         filename ../clipart/Abstract.pdf
35850         rotateAngle -5
35851         rotateOrigin leftBottom
35852
35853 \end_inset
35854
35855
35856 \begin_inset Newline newline
35857 \end_inset
35858
35859
35860 \begin_inset Note Greyedout
35861 status open
35862
35863 \begin_layout Plain Layout
35864 【訳註】LaTeXパッケージ
35865 \series bold
35866 pdfpages
35867 \series default
35868 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35869 \series bold
35870 pdfpages
35871 \series default
35872 取扱説明書
35873 \begin_inset CommandInset citation
35874 LatexCommand cite
35875 key "pdfpages"
35876
35877 \end_inset
35878
35879 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35880 \family sans
35881 挿入\SpecialChar \menuseparator
35882 ファイル\SpecialChar \menuseparator
35883 外部素材
35884 \family default
35885
35886 \family sans
35887 ひな型
35888 \family default
35889
35890 \family sans
35891 PDFページ
35892 \family default
35893 を指定して挿入されていますが、ここでは
35894 \family sans
35895 挿入\SpecialChar \menuseparator
35896 画像
35897 \family default
35898 を使用して挿入しています。
35899 \end_layout
35900
35901 \end_inset
35902
35903
35904 \end_layout
35905
35906 \begin_layout Description
35907 ラスターイメージ これはビットマップ画像に使用します。
35908 \family sans
35909 外部素材
35910 \family default
35911 ダイアログを使って入れる画像は、第
35912 \begin_inset CommandInset ref
35913 LatexCommand ref
35914 reference "sec:画像ダイアログ"
35915
35916 \end_inset
35917
35918 節にあるように
35919 \family sans
35920 画像
35921 \family default
35922 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35923 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35924 \begin_inset External
35925         template RasterImage
35926         filename clipart/ToolbarEnvBox.png
35927
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \begin_layout Description
35934 XFig このひな型は、
35935 \series bold
35936
35937 \begin_inset CommandInset href
35938 LatexCommand href
35939 name "Xfig"
35940 target "http://ja.wikipedia.org/wiki/Xfig"
35941
35942 \end_inset
35943
35944
35945 \series default
35946 プログラムで作成した画像をサポートします。
35947 \end_layout
35948
35949 \begin_layout Standard
35950 \begin_inset Float table
35951 placement !h
35952 wide false
35953 sideways false
35954 status open
35955
35956 \begin_layout Plain Layout
35957 \begin_inset Caption Standard
35958
35959 \begin_layout Plain Layout
35960 \begin_inset CommandInset label
35961 LatexCommand label
35962 name "tab:日付挿入方法"
35963
35964 \end_inset
35965
35966 日付の挿入方法の比較
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \begin_layout Plain Layout
35975 \align center
35976 \begin_inset Tabular
35977 <lyxtabular version="3" rows="4" columns="4">
35978 <features rotate="0" tabularvalignment="middle">
35979 <column alignment="center" valignment="top">
35980 <column alignment="center" valignment="top">
35981 <column alignment="center" valignment="top">
35982 <column alignment="center" valignment="top">
35983 <row>
35984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35985 \begin_inset Text
35986
35987 \begin_layout Plain Layout
35988 文書書式
35989 \end_layout
35990
35991 \end_inset
35992 </cell>
35993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35994 \begin_inset Text
35995
35996 \begin_layout Plain Layout
35997
35998 \family sans
35999 外部素材\SpecialChar \menuseparator
36000 日付
36001 \end_layout
36002
36003 \end_inset
36004 </cell>
36005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36006 \begin_inset Text
36007
36008 \begin_layout Plain Layout
36009
36010 \family sans
36011 挿入\SpecialChar \menuseparator
36012 日付
36013 \end_layout
36014
36015 \end_inset
36016 </cell>
36017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36018 \begin_inset Text
36019
36020 \begin_layout Plain Layout
36021
36022 \series bold
36023
36024 \backslash
36025 today
36026 \series default
36027 コマンド
36028 \end_layout
36029
36030 \end_inset
36031 </cell>
36032 </row>
36033 <row>
36034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36035 \begin_inset Text
36036
36037 \begin_layout Plain Layout
36038 LyX
36039 \end_layout
36040
36041 \end_inset
36042 </cell>
36043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36044 \begin_inset Text
36045
36046 \begin_layout Plain Layout
36047 差込枠として
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36053 \begin_inset Text
36054
36055 \begin_layout Plain Layout
36056 日付として
36057 \end_layout
36058
36059 \end_inset
36060 </cell>
36061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36062 \begin_inset Text
36063
36064 \begin_layout Plain Layout
36065 TeXコード差込枠として
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 </row>
36071 <row>
36072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076 LaTeX
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085 日付として
36086 \end_layout
36087
36088 \end_inset
36089 </cell>
36090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 日付として
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 コマンドとして
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 </row>
36109 <row>
36110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 DVI, PDF, PS
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 日付として
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36129 \begin_inset Text
36130
36131 \begin_layout Plain Layout
36132 日付として
36133 \end_layout
36134
36135 \end_inset
36136 </cell>
36137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36138 \begin_inset Text
36139
36140 \begin_layout Plain Layout
36141 日付として
36142 \end_layout
36143
36144 \end_inset
36145 </cell>
36146 </row>
36147 </lyxtabular>
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \end_layout
36158
36159 \begin_layout Standard
36160
36161 \family sans
36162 外部素材
36163 \family default
36164 ダイアログの
36165 \family sans
36166 ファイル
36167 \family default
36168 タブ中で
36169 \family sans
36170 下書き
36171 \family default
36172 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36173 \begin_inset Newline newline
36174 \end_inset
36175
36176 LyX中での外部素材は、ダイアログ内の
36177 \family sans
36178 LaTeXとLyXのオプション
36179 \family default
36180 タブにある
36181 \family sans
36182 LyX内に表示
36183 \family default
36184 オプションの指定に従って、
36185 \begin_inset Graphics
36186         filename clipart/ExternalMaterialQt4.png
36187         scale 85
36188         scaleBeforeRotation
36189
36190 \end_inset
36191
36192 のようなボックスとして表示されるか、画像として表示されます。
36193 \end_layout
36194
36195 \begin_layout Standard
36196 取扱説明書
36197 \family sans
36198 \emph on
36199 カスタマイズ篇
36200 \family default
36201 \emph default
36202 には、自製のひな型を定義する方法が説明されています。
36203 \end_layout
36204
36205 \begin_layout Section
36206 子文書
36207 \begin_inset CommandInset label
36208 LatexCommand label
36209 name "sec:子文書"
36210
36211 \end_inset
36212
36213
36214 \begin_inset Index idx
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \begin_inset Index idx
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228 ふぁいる@ファイル ! いんくるーど@インクルード
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \end_layout
36235
36236 \begin_layout Standard
36237 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36238 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
36239 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36240 \end_layout
36241
36242 \begin_layout Standard
36243 親文書を開くことなく子文書で作業できるようにするには、子文書の
36244 \family sans
36245 文書
36246 \family default
36247 \SpecialChar \menuseparator
36248
36249 \family sans
36250 設定
36251 \family default
36252 \SpecialChar \menuseparator
36253
36254 \family sans
36255 文書クラス
36256 \family default
36257 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36258 \end_layout
36259
36260 \begin_layout Standard
36261 取り込んだ文書は、LyX中で
36262 \begin_inset Graphics
36263         filename clipart/ChildDocumentQt4.png
36264         scale 85
36265         scaleBeforeRotation
36266
36267 \end_inset
36268
36269 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36270 \family sans
36271 挿入
36272 \family default
36273 \SpecialChar \menuseparator
36274
36275 \family sans
36276 ファイル
36277 \family default
36278 \SpecialChar \menuseparator
36279
36280 \family sans
36281 子文書
36282 \family default
36283 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36284 \end_layout
36285
36286 \begin_layout Description
36287 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36288 \family sans
36289 子文書
36290 \family default
36291 ダイアログの
36292 \family sans
36293 編集
36294 \family default
36295 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36296 \begin_inset Newline newline
36297 \end_inset
36298
36299
36300 \end_layout
36301
36302 \begin_layout Standard
36303 以下は、
36304 \family sans
36305 Include
36306 \family default
36307 を使用して挿入した子文書です。 
36308 \begin_inset CommandInset include
36309 LatexCommand include
36310 filename "DummyDocument1.lyx"
36311
36312 \end_inset
36313
36314
36315 \end_layout
36316
36317 \begin_layout Standard
36318 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36319 あります。取り込んだ文書のラベルは、第
36320 \begin_inset CommandInset ref
36321 LatexCommand ref
36322 reference "sub:外部文書の第1小節"
36323
36324 \end_inset
36325
36326 小節、のように参照することができます。
36327 \end_layout
36328
36329 \begin_layout Standard
36330 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36331 は、新規頁から始まるように挿入され、改頁して終わります。
36332 \end_layout
36333
36334 \begin_layout Standard
36335 \begin_inset Note Greyedout
36336 status open
36337
36338 \begin_layout Plain Layout
36339
36340 \series bold
36341 【註】
36342 \series default
36343 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36344 警告が発せられます。
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \end_layout
36351
36352 \begin_layout Description
36353 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36354 \end_layout
36355
36356 \begin_deeper
36357 \begin_layout Itemize
36358 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36359 \end_layout
36360
36361 \begin_layout Itemize
36362 Inputファイルは、LyX設定の操作性
36363 \family sans
36364 \SpecialChar \menuseparator
36365 表示
36366 \family default
36367 の下にある
36368 \family sans
36369 画像を表示
36370 \family default
36371 を有効にすると、LyX中でプレビューすることができます。
36372 \end_layout
36373
36374 \begin_layout Itemize
36375 LaTeXコマンドの
36376 \series bold
36377
36378 \backslash
36379 includeonly
36380 \series default
36381 は使用することができません。
36382 \end_layout
36383
36384 \end_deeper
36385 \begin_layout Standard
36386 右は、
36387 \family sans
36388 Input
36389 \family default
36390 を使って挿入した子文書です。 
36391 \begin_inset CommandInset include
36392 LatexCommand input
36393 filename "DummyDocument2.lyx"
36394
36395 \end_inset
36396
36397
36398 \end_layout
36399
36400 \begin_layout Description
36401 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36402 に用いられているコマンドは実行されません。
36403 \family sans
36404 出力の空白に印付けをする
36405 \family default
36406 オプションを有効にすると、ソースコード中のすべての空白文字に「
36407 \begin_inset ERT
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411
36412
36413 \backslash
36414 textvisiblespace 
36415 \end_layout
36416
36417 \end_inset
36418
36419 」文字を表示させることができます。
36420 \family sans
36421 挿入\SpecialChar \menuseparator
36422 ファイル\SpecialChar \menuseparator
36423 平文
36424 \family default
36425 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36426 \end_layout
36427
36428 \begin_layout Standard
36429 以下は、verbatimとして挿入された子文書です。 
36430 \begin_inset CommandInset include
36431 LatexCommand verbatiminput
36432 filename "../DummyTextDocument.txt"
36433
36434 \end_inset
36435
36436
36437 \begin_inset VSpace bigskip
36438 \end_inset
36439
36440 以下は、
36441 \family sans
36442 出力の空白に印付けをする
36443 \family default
36444 オプションを指定して、verbatimとして挿入された子文書です。 
36445 \begin_inset CommandInset include
36446 LatexCommand verbatiminput*
36447 filename "../DummyTextDocument.txt"
36448
36449 \end_inset
36450
36451
36452 \end_layout
36453
36454 \begin_layout Standard
36455 \begin_inset VSpace bigskip
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Standard
36462 \begin_inset Note Greyedout
36463 status open
36464
36465 \begin_layout Plain Layout
36466
36467 \series bold
36468 【註】
36469 \series default
36470 上記の例でわかるように、
36471 \family sans
36472 verbatim
36473 \family default
36474 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 \begin_inset Note Greyedout
36484 status open
36485
36486 \begin_layout Plain Layout
36487
36488 \series bold
36489 【訳註】
36490 \series default
36491 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36492 \end_layout
36493
36494 \end_inset
36495
36496
36497 \end_layout
36498
36499 \begin_layout Description
36500 プログラムリスト この型については、第
36501 \begin_inset CommandInset ref
36502 LatexCommand ref
36503 reference "cha:プログラムコードリスト"
36504
36505 \end_inset
36506
36507 章に説明されています。
36508 \end_layout
36509
36510 \begin_layout Standard
36511 \begin_inset Note Greyedout
36512 status open
36513
36514 \begin_layout Plain Layout
36515
36516 \series bold
36517 【註】
36518 \series default
36519 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36520 \end_layout
36521
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \begin_layout Standard
36528 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36529 一部を出力から排除することができます。これは、
36530 \family sans
36531 文書\SpecialChar \menuseparator
36532 設定\SpecialChar \menuseparator
36533 子文書
36534 \family default
36535 メニューから行うことができます。そこの一覧中の各子文書の
36536 \family sans
36537 出力に含める
36538 \family default
36539 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36540 てのみ機能することにご注意ください)。
36541 \family sans
36542 カウンタと引用を維持
36543 \family default
36544 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
36545 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
36546 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36547 \end_layout
36548
36549 \begin_layout Standard
36550 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36551 \begin_inset Foot
36552 status collapsed
36553
36554 \begin_layout Plain Layout
36555 派生枝は、LyX
36556 \emph on
36557 ユーザーの手引き
36558 \emph default
36559
36560 \emph on
36561 派生枝
36562 \emph default
36563 の節に説明されています。
36564 \end_layout
36565
36566 \end_inset
36567
36568 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36569 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36570 \end_layout
36571
36572 \begin_layout Chapter
36573 プログラムコードリスト
36574 \begin_inset CommandInset label
36575 LatexCommand label
36576 name "cha:プログラムコードリスト"
36577
36578 \end_inset
36579
36580
36581 \begin_inset Index idx
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585 りすと@リスト
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \begin_inset Index idx
36592 status collapsed
36593
36594 \begin_layout Plain Layout
36595 ぷろぐらむこーど@プログラムコード
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \begin_inset Index idx
36602 status collapsed
36603
36604 \begin_layout Plain Layout
36605 ふろーと@フロート ! りすと@リスト
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \end_layout
36612
36613 \begin_layout Standard
36614 プログラムコードを取り込んで組版するには、
36615 \family sans
36616 挿入
36617 \family default
36618 \SpecialChar \menuseparator
36619
36620 \family sans
36621 プログラムリスト
36622 \family default
36623 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36624 \series bold
36625 listings
36626 \series default
36627
36628 \begin_inset Index idx
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36633 \end_layout
36634
36635 \end_inset
36636
36637 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36638 \end_layout
36639
36640 \begin_layout Standard
36641 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36642 \end_layout
36643
36644 \begin_layout Standard
36645 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36646 \family sans
36647 行内リスト
36648 \family default
36649 を指定すると、リストは
36650 \begin_inset listings
36651 lstparams "language={C++}"
36652 inline true
36653 status collapsed
36654
36655 \begin_layout Plain Layout
36656
36657 int a=5;
36658 \end_layout
36659
36660 \end_inset
36661
36662 のように行内に印字されます。
36663 \begin_inset Newline newline
36664 \end_inset
36665
36666
36667 \family sans
36668 フロート
36669 \family default
36670 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36671 \begin_inset CommandInset ref
36672 LatexCommand ref
36673 reference "sec:フロートの配置"
36674
36675 \end_inset
36676
36677 節に説明されているフロート配置オプションに従って、「
36678 \family sans
36679 h
36680 \family default
36681 」「
36682 \family sans
36683 t
36684 \family default
36685 」「
36686 \family sans
36687 b
36688 \family default
36689 」「
36690 \family sans
36691 p
36692 \family default
36693 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36694 \family sans
36695 htbp
36696 \family default
36697 」のように区切りを入れることなく入力することができます。「
36698 \family sans
36699 h
36700 \family default
36701 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36702 \family sans
36703 フロート
36704 \family default
36705 オプションを使用しなければ大丈夫です。
36706 \end_layout
36707
36708 \begin_layout Standard
36709
36710 \family sans
36711 挿入
36712 \family default
36713 \SpecialChar \menuseparator
36714
36715 \family sans
36716 キャプション
36717 \family default
36718 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36719 \begin_inset CommandInset ref
36720 LatexCommand ref
36721 reference "lst:リストフロート"
36722
36723 \end_inset
36724
36725 のように参照することができます。
36726 \lang english
36727 A list of listings which contains all listings with captions can be created
36728  via the menu 
36729 \family sans
36730 Insert\SpecialChar \menuseparator
36731 List
36732 \begin_inset space ~
36733 \end_inset
36734
36735 /
36736 \begin_inset space ~
36737 \end_inset
36738
36739 TOC\SpecialChar \menuseparator
36740 List of Listings
36741 \family default
36742 .
36743  The list entries are the listing caption and the listing number
36744 \lang japanese
36745
36746 \end_layout
36747
36748 \begin_layout Standard
36749 \begin_inset listings
36750 lstparams "language=Python"
36751 inline false
36752 status open
36753
36754 \begin_layout Plain Layout
36755
36756 \begin_inset Caption Standard
36757
36758 \begin_layout Plain Layout
36759 \begin_inset CommandInset label
36760 LatexCommand label
36761 name "lst:リストフロート"
36762
36763 \end_inset
36764
36765 Example Listing Float
36766 \end_layout
36767
36768 \end_inset
36769
36770 # Example listing float
36771 \end_layout
36772
36773 \begin_layout Plain Layout
36774
36775 def func(param):
36776 \end_layout
36777
36778 \begin_layout Plain Layout
36779
36780     'this is a python function'
36781 \end_layout
36782
36783 \begin_layout Plain Layout
36784
36785     pass
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Standard
36794 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36795 onのキーワード「def」が識別され、ボールド体で出力されます。
36796 \end_layout
36797
36798 \begin_layout Standard
36799 \begin_inset Note Greyedout
36800 status open
36801
36802 \begin_layout Plain Layout
36803
36804 \series bold
36805 【註】
36806 \series default
36807 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36808 \family typewriter
36809 typewriter
36810 \family default
36811 フォントがボールド体を提供していません。この場合には、
36812 \family sans
36813 文書
36814 \family default
36815 \SpecialChar \menuseparator
36816
36817 \family sans
36818 設定
36819 \family default
36820 \SpecialChar \menuseparator
36821
36822 \family sans
36823 フォント
36824 \family default
36825 メニューで別のフォントを選択してください(
36826 \emph on
36827 LuxiMono
36828 \emph default
36829
36830 \emph on
36831 BeraMono
36832 \emph default
36833
36834 \emph on
36835 Courier
36836 \emph default
36837 の各フォントはボールド体を提供します)。
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Standard
36846 \begin_inset Note Greyedout
36847 status open
36848
36849 \begin_layout Plain Layout
36850
36851 \series bold
36852 【訳註】
36853 \series default
36854 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36855 \end_layout
36856
36857 \end_inset
36858
36859
36860 \end_layout
36861
36862 \begin_layout Standard
36863 プログラムリストダイアログの
36864 \family sans
36865 行番号
36866 \family default
36867 のセクションでは、行番号の様式を指定することができます。
36868 \family sans
36869 行間
36870 \family default
36871 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36872 \end_layout
36873
36874 \begin_layout Standard
36875 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36876 \family sans
36877 拡張文字コード表を使う
36878 \family default
36879 オプションを使用しなくてはなりません。
36880 \begin_inset Newline newline
36881 \end_inset
36882
36883 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36884 \begin_inset space \thinspace{}
36885 \end_inset
36886
36887 -
36888 \begin_inset space \thinspace{}
36889 \end_inset
36890
36891 8」で設定したプログラムリストの例です。
36892 \end_layout
36893
36894 \begin_layout Standard
36895 \begin_inset listings
36896 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36897 inline false
36898 status open
36899
36900 \begin_layout Plain Layout
36901
36902 def func(param):
36903 \end_layout
36904
36905 \begin_layout Plain Layout
36906
36907     'this is a python function'
36908 \end_layout
36909
36910 \begin_layout Plain Layout
36911
36912     pass
36913 \end_layout
36914
36915 \begin_layout Plain Layout
36916
36917 def func(param):
36918 \end_layout
36919
36920 \begin_layout Plain Layout
36921
36922 'This is a German word: Tschüß'
36923 \end_layout
36924
36925 \begin_layout Plain Layout
36926
36927 pass
36928 \end_layout
36929
36930 \begin_layout Plain Layout
36931
36932 def func(param):
36933 \end_layout
36934
36935 \begin_layout Plain Layout
36936
36937 'this is a python function'
36938 \end_layout
36939
36940 \begin_layout Plain Layout
36941
36942 pass
36943 \end_layout
36944
36945 \end_inset
36946
36947
36948 \end_layout
36949
36950 \begin_layout Standard
36951 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36952 \family sans
36953 タビュレータの大きさ
36954 \family default
36955 フィールドで指定することができます。
36956 \end_layout
36957
36958 \begin_layout Standard
36959 \begin_inset Note Greyedout
36960 status open
36961
36962 \begin_layout Plain Layout
36963
36964 \series bold
36965 【註】listings
36966 \series default
36967 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36968 に振られているのはこのためです。
36969 \end_layout
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Standard
36977 \begin_inset VSpace bigskip
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Standard
36984 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36985 \family sans
36986 挿入
36987 \family default
36988 \SpecialChar \menuseparator
36989
36990 \family sans
36991 ファイル
36992 \family default
36993 \SpecialChar \menuseparator
36994
36995 \family sans
36996 子文書
36997 \family default
36998 メニューを使用して
36999 \family sans
37000 プログラムリスト
37001 \family default
37002 型を選択してください
37003 \begin_inset Foot
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 他の子文書型については、第 section
37008 \begin_inset space ~
37009 \end_inset
37010
37011
37012 \begin_inset CommandInset ref
37013 LatexCommand ref
37014 reference "sec:子文書"
37015
37016 \end_inset
37017
37018 節に説明があります。
37019 \end_layout
37020
37021 \end_inset
37022
37023 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37024 疑問符「?」を打鍵してください。
37025 \end_layout
37026
37027 \begin_layout Standard
37028 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37029 \family sans
37030 挿入
37031 \family default
37032 \SpecialChar \menuseparator
37033
37034 \family sans
37035 相互参照
37036 \family default
37037 メニューを使って参照できるようになります。
37038 \end_layout
37039
37040 \begin_layout Standard
37041 プログラムリスト
37042 \begin_inset CommandInset ref
37043 LatexCommand ref
37044 reference "lst:file-listing"
37045
37046 \end_inset
37047
37048 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37049 \end_layout
37050
37051 \begin_layout Standard
37052 \begin_inset CommandInset include
37053 LatexCommand lstinputlisting
37054 filename "EmbeddedObjects.lyx"
37055 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Standard
37063 \begin_inset VSpace bigskip
37064 \end_inset
37065
37066
37067 \end_layout
37068
37069 \begin_layout Standard
37070 リストに数式を入れるには、以下のようにします。
37071 \end_layout
37072
37073 \begin_layout Enumerate
37074 リストダイアログを開き、
37075 \family sans
37076 詳細
37077 \family default
37078 タブのフィールド中に
37079 \begin_inset Newline newline
37080 \end_inset
37081
37082
37083 \family sans
37084 mathescape=true
37085 \family default
37086
37087 \begin_inset Newline newline
37088 \end_inset
37089
37090 と書き加えます。
37091 \end_layout
37092
37093 \begin_layout Enumerate
37094 リスト外で数式を作成します。
37095 \end_layout
37096
37097 \begin_layout Enumerate
37098 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37099 \begin_inset Info
37100 type  "shortcut"
37101 arg   "copy"
37102 \end_inset
37103
37104 )。
37105 \end_layout
37106
37107 \begin_layout Enumerate
37108 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37109 \begin_inset Info
37110 type  "shortcut"
37111 arg   "paste"
37112 \end_inset
37113
37114 )。
37115 \end_layout
37116
37117 \begin_layout Standard
37118 \begin_inset listings
37119 lstparams "language=Python,mathescape=true"
37120 inline false
37121 status open
37122
37123 \begin_layout Plain Layout
37124
37125 \begin_inset Caption Standard
37126
37127 \begin_layout Plain Layout
37128 Example Listing float containing a formula
37129 \end_layout
37130
37131 \end_inset
37132
37133 # Example listing float
37134 \end_layout
37135
37136 \begin_layout Plain Layout
37137
37138 def func(param):
37139 \end_layout
37140
37141 \begin_layout Plain Layout
37142
37143     # $
37144 \backslash
37145 prod_{n=1}^{
37146 \backslash
37147 infty}
37148 \backslash
37149 ,
37150 \backslash
37151 frac{1}{x^{2}}$
37152 \end_layout
37153
37154 \begin_layout Plain Layout
37155
37156     pass
37157 \end_layout
37158
37159 \end_inset
37160
37161
37162 \end_layout
37163
37164 \begin_layout Standard
37165 \begin_inset VSpace bigskip
37166 \end_inset
37167
37168
37169 \end_layout
37170
37171 \begin_layout Standard
37172 大域的なプログラムリストの設定は、
37173 \family sans
37174 文書
37175 \family default
37176 \SpecialChar \menuseparator
37177
37178 \family sans
37179 設定
37180 \family default
37181 \SpecialChar \menuseparator
37182
37183 \family sans
37184 リスト
37185 \family default
37186 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37187 \family sans
37188 プログラムリスト設定
37189 \family default
37190 フィールドで疑問符「?」を打鍵してください。
37191 \end_layout
37192
37193 \begin_layout Standard
37194
37195 \series bold
37196 listings
37197 \series default
37198 パッケージについての詳しい情報については、取扱説明書
37199 \begin_inset CommandInset citation
37200 LatexCommand cite
37201 key "listings"
37202
37203 \end_inset
37204
37205 をご参照ください。.
37206 \end_layout
37207
37208 \begin_layout Standard
37209 \begin_inset Newpage newpage
37210 \end_inset
37211
37212
37213 \end_layout
37214
37215 \begin_layout Chapter
37216 \start_of_appendix
37217 LyXで使用できる単位
37218 \begin_inset Index idx
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222 たんい@単位
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset CommandInset label
37229 LatexCommand label
37230 name "cha:LyXで使用できる単位"
37231
37232 \end_inset
37233
37234
37235 \end_layout
37236
37237 \begin_layout Standard
37238 この文書で用いられる単位の理解のために、表
37239 \begin_inset CommandInset ref
37240 LatexCommand ref
37241 reference "tab:単位"
37242
37243 \end_inset
37244
37245 に、LyXで使うことのできる単位をまとめておきます。
37246 \end_layout
37247
37248 \begin_layout Standard
37249 \begin_inset Float table
37250 placement h
37251 wide false
37252 sideways false
37253 status open
37254
37255 \begin_layout Plain Layout
37256 \begin_inset Caption Standard
37257
37258 \begin_layout Plain Layout
37259 \begin_inset CommandInset label
37260 LatexCommand label
37261 name "tab:単位"
37262
37263 \end_inset
37264
37265 単位
37266 \end_layout
37267
37268 \end_inset
37269
37270
37271 \end_layout
37272
37273 \begin_layout Plain Layout
37274 \begin_inset VSpace medskip
37275 \end_inset
37276
37277
37278 \end_layout
37279
37280 \begin_layout Plain Layout
37281 \align center
37282 \begin_inset Tabular
37283 <lyxtabular version="3" rows="20" columns="2">
37284 <features rotate="0" tabularvalignment="middle">
37285 <column alignment="center" valignment="top">
37286 <column alignment="center" valignment="top">
37287 <row>
37288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 単位
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 名称/摘要
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 </row>
37307 <row>
37308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 mm
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321 ミリメートル
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 </row>
37327 <row>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 cm
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 センチメートル
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 </row>
37347 <row>
37348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 in
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 インチ
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 <row>
37368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 pt
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 ポイント (72.27
37382 \begin_inset Formula $\,$
37383 \end_inset
37384
37385 pt = 1
37386 \begin_inset Formula $\,$
37387 \end_inset
37388
37389 in)
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 </row>
37395 <row>
37396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37397 \begin_inset Text
37398
37399 \begin_layout Plain Layout
37400 pc
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409 パイカ (1
37410 \begin_inset Formula $\,$
37411 \end_inset
37412
37413 pc = 12
37414 \begin_inset Formula $\,$
37415 \end_inset
37416
37417 pt)
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 <row>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 sp
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37434 \begin_inset Text
37435
37436 \begin_layout Plain Layout
37437 スケールポイント (65536
37438 \begin_inset Formula $\,$
37439 \end_inset
37440
37441 sp = 1
37442 \begin_inset Formula $\,$
37443 \end_inset
37444
37445 pt)
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 </row>
37451 <row>
37452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456 bp
37457 \end_layout
37458
37459 \end_inset
37460 </cell>
37461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465 ビッグポイント (72
37466 \begin_inset Formula $\,$
37467 \end_inset
37468
37469 bp = 1
37470 \begin_inset Formula $\,$
37471 \end_inset
37472
37473 in)
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 </row>
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 dd
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 ディドー (72
37494 \begin_inset Formula $\,$
37495 \end_inset
37496
37497 dd 
37498 \begin_inset Formula $\approx$
37499 \end_inset
37500
37501  37.6
37502 \begin_inset Formula $\,$
37503 \end_inset
37504
37505 mm)
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 </row>
37511 <row>
37512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 cc
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 シセロ (1
37526 \begin_inset Formula $\,$
37527 \end_inset
37528
37529 cc = 12
37530 \begin_inset Formula $\,$
37531 \end_inset
37532
37533 dd)
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 </row>
37539 <row>
37540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544 Scale%
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553 元の画像幅の%
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 <row>
37560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564 text%
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573 テキスト幅の%
37574 \end_layout
37575
37576 \end_inset
37577 </cell>
37578 </row>
37579 <row>
37580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37581 \begin_inset Text
37582
37583 \begin_layout Plain Layout
37584 col%
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593 組段幅の%
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 </row>
37599 <row>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 page%
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 用紙幅の%
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 </row>
37619 <row>
37620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 line%
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633 行幅の%
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 </row>
37639 <row>
37640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 theight%
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37650 \begin_inset Text
37651
37652 \begin_layout Plain Layout
37653 テキスト高さの%
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 </row>
37659 <row>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664 pheight%
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 用紙高さの%
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 </row>
37679 <row>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684 ex
37685 \end_layout
37686
37687 \end_inset
37688 </cell>
37689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37690 \begin_inset Text
37691
37692 \begin_layout Plain Layout
37693 現在のフォントの文字「x」の高さ
37694 \end_layout
37695
37696 \end_inset
37697 </cell>
37698 </row>
37699 <row>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 em
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713 現在のフォントの文字「M」の幅
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 mu
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 数式単位 (1
37734 \begin_inset Formula $\,$
37735 \end_inset
37736
37737 mu = 1/18
37738 \begin_inset Formula $\,$
37739 \end_inset
37740
37741 em)
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 </lyxtabular>
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \begin_layout Chapter
37760 画像を含む場合のファイル出力形式
37761 \begin_inset CommandInset label
37762 LatexCommand label
37763 name "cha:ファイル出力形式"
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Section
37771 DVI
37772 \begin_inset Index idx
37773 status collapsed
37774
37775 \begin_layout Plain Layout
37776 ふぁいるしょしき@ファイル書式 ! DVI
37777 \end_layout
37778
37779 \end_inset
37780
37781
37782 \begin_inset Index idx
37783 status collapsed
37784
37785 \begin_layout Plain Layout
37786 DVI
37787 \begin_inset ERT
37788 status collapsed
37789
37790 \begin_layout Plain Layout
37791
37792 |see{
37793 \end_layout
37794
37795 \end_inset
37796
37797 ファイル書式
37798 \begin_inset ERT
37799 status collapsed
37800
37801 \begin_layout Plain Layout
37802
37803 }
37804 \end_layout
37805
37806 \end_inset
37807
37808
37809 \end_layout
37810
37811 \end_inset
37812
37813
37814 \end_layout
37815
37816 \begin_layout Standard
37817 このファイル型の拡張子は「
37818 \family typewriter
37819 .dvi
37820 \family default
37821 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37822 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37823 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37824 \end_layout
37825
37826 \begin_layout Standard
37827 \begin_inset Note Greyedout
37828 status open
37829
37830 \begin_layout Plain Layout
37831 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37832 \end_layout
37833
37834 \end_inset
37835
37836 ですから、お使いの
37837 \family typewriter
37838 .dvi
37839 \family default
37840 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37841 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37842 DFを使用することをお勧めします。
37843 \end_layout
37844
37845 \begin_layout Standard
37846 使用中の文書は、
37847 \family sans
37848 ファイル
37849 \family default
37850 \SpecialChar \menuseparator
37851
37852 \family sans
37853 書き出し
37854 \family default
37855 \SpecialChar \menuseparator
37856
37857 \family sans
37858 DVI
37859 \family default
37860 メニューを使用して、DVIに書き出すことができます。
37861 \family sans
37862 表示
37863 \family default
37864 メニューから、文書をDVIとして表示させることもできます。
37865 \end_layout
37866
37867 \begin_layout Section
37868 PostScript
37869 \begin_inset CommandInset label
37870 LatexCommand label
37871 name "sec:PostScript"
37872
37873 \end_inset
37874
37875
37876 \begin_inset Index idx
37877 status collapsed
37878
37879 \begin_layout Plain Layout
37880 ふぁいるしょしき@ファイル書式 ! PostScript
37881 \end_layout
37882
37883 \end_inset
37884
37885
37886 \begin_inset Index idx
37887 status collapsed
37888
37889 \begin_layout Plain Layout
37890 PostScript
37891 \begin_inset ERT
37892 status collapsed
37893
37894 \begin_layout Plain Layout
37895
37896 |see{
37897 \end_layout
37898
37899 \end_inset
37900
37901 ファイル書式
37902 \begin_inset ERT
37903 status collapsed
37904
37905 \begin_layout Plain Layout
37906
37907 }
37908 \end_layout
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \end_inset
37916
37917
37918 \end_layout
37919
37920 \begin_layout Standard
37921 このファイル型の拡張子は「
37922 \family typewriter
37923 .ps
37924 \family default
37925 」です。PostScriptは、
37926 \family typewriter
37927 Adobe
37928 \family default
37929 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37930 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37931 \begin_inset Foot
37932 status collapsed
37933
37934 \begin_layout Plain Layout
37935 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37936 \series bold
37937 PSTricks
37938 \series default
37939
37940 \begin_inset CommandInset citation
37941 LatexCommand cite
37942 key "pstricks"
37943
37944 \end_inset
37945
37946 を見てみてください。
37947 \end_layout
37948
37949 \end_inset
37950
37951 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37952 \end_layout
37953
37954 \begin_layout Standard
37955 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37956 \family typewriter
37957 .eps
37958 \family default
37959 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37960 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37961 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37962 を直接EPSとして入れておく方がよいでしょう。
37963 \end_layout
37964
37965 \begin_layout Standard
37966 文書は、
37967 \family sans
37968 ファイル
37969 \family default
37970 \SpecialChar \menuseparator
37971
37972 \family sans
37973 書き出し
37974 \family default
37975 \SpecialChar \menuseparator
37976
37977 \family sans
37978 Postscript
37979 \family default
37980 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37981 \family sans
37982 表示
37983 \family default
37984 メニューかツールバーボタン
37985 \begin_inset Graphics
37986         filename ../../images/buffer-view_ps.png
37987         scale 85
37988         scaleBeforeRotation
37989
37990 \end_inset
37991
37992 を使用することでPostScriptとして表示させることができます。
37993 \end_layout
37994
37995 \begin_layout Section
37996 PDF
37997 \begin_inset Index idx
37998 status collapsed
37999
38000 \begin_layout Plain Layout
38001 ふぁいるしょしき@ファイル書式 ! PDF
38002 \end_layout
38003
38004 \end_inset
38005
38006
38007 \begin_inset Index idx
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011 PDF
38012 \end_layout
38013
38014 \end_inset
38015
38016
38017 \end_layout
38018
38019 \begin_layout Standard
38020 このファイル型の拡張子は「
38021 \family typewriter
38022 .pdf
38023 \family default
38024 」です。この「Portable Document Format (PDF)」は、
38025 \family typewriter
38026 Adobe
38027 \family default
38028 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38029 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38030 \end_layout
38031
38032 \begin_layout Standard
38033 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38034 \family typewriter
38035 .jpg
38036 \family default
38037 」または「
38038 \family typewriter
38039 .jpeg
38040 \family default
38041 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38042 \family typewriter
38043 .png
38044 \family default
38045 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38046 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38047 とをお勧めします。
38048 \end_layout
38049
38050 \begin_layout Standard
38051 使用中の文書は、
38052 \family sans
38053 ファイル
38054 \family default
38055 \SpecialChar \menuseparator
38056
38057 \family sans
38058 書き出し
38059 \family default
38060 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38061 \end_layout
38062
38063 \begin_layout Description
38064 PDF
38065 \begin_inset space ~
38066 \end_inset
38067
38068 (ps2pdf) これは
38069 \family typewriter
38070 ps2pdf
38071 \family default
38072 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38073 \family typewriter
38074 dvips
38075 \family default
38076 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38077 \end_layout
38078
38079 \begin_layout Description
38080 PDF
38081 \begin_inset space ~
38082 \end_inset
38083
38084 (dvipdfm) これは
38085 \family typewriter
38086 dvipdfm
38087 \family default
38088 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38089 \end_layout
38090
38091 \begin_layout Description
38092 PDF
38093 \begin_inset space ~
38094 \end_inset
38095
38096 (pdflatex) これは
38097 \family typewriter
38098 pdftex
38099 \family default
38100 プログラムを使って、現在のファイルを直接PDFに変換します。
38101 \end_layout
38102
38103 \begin_layout Standard
38104
38105 \family typewriter
38106 pdftex
38107 \family default
38108 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38109 \family sans
38110 PDF
38111 \begin_inset space ~
38112 \end_inset
38113
38114 (pdflatex)
38115 \family default
38116 を使用することが推奨されます。
38117 \family typewriter
38118 dvipdfm
38119 \family default
38120 プログラムは開発が停止しており、若干時代遅れになっています。
38121 \end_layout
38122
38123 \begin_layout Standard
38124 使用中の文書をPDFとして表示するには、
38125 \family sans
38126 表示
38127 \family default
38128 メニューかツールバーボタン
38129 \begin_inset Graphics
38130         filename ../../images/buffer-view_pdf2.png
38131         scale 85
38132         scaleBeforeRotation
38133
38134 \end_inset
38135
38136 (これは
38137 \family sans
38138 PDF
38139 \begin_inset space ~
38140 \end_inset
38141
38142 (pdflatex)
38143 \family default
38144 を使用します)を用います。
38145 \end_layout
38146
38147 \begin_layout Chapter
38148 dvips色名一覧
38149 \begin_inset CommandInset label
38150 LatexCommand label
38151 name "chap:dvips色名一覧"
38152
38153 \end_inset
38154
38155
38156 \end_layout
38157
38158 \begin_layout Standard
38159 \begin_inset Tabular
38160 <lyxtabular version="3" rows="17" columns="4">
38161 <features rotate="0" tabularvalignment="middle">
38162 <column alignment="left" valignment="top" width="0pt">
38163 <column alignment="left" valignment="top" width="0pt">
38164 <column alignment="left" valignment="top" width="0pt">
38165 <column alignment="left" valignment="top" width="0pt">
38166 <row>
38167 <cell alignment="left" valignment="top" usebox="none">
38168 \begin_inset Text
38169
38170 \begin_layout Plain Layout
38171 \begin_inset ERT
38172 status collapsed
38173
38174 \begin_layout Plain Layout
38175
38176
38177 \backslash
38178 fcolorbox{black}{
38179 \end_layout
38180
38181 \end_inset
38182
38183 white
38184 \begin_inset ERT
38185 status collapsed
38186
38187 \begin_layout Plain Layout
38188
38189 }{
38190 \end_layout
38191
38192 \end_inset
38193
38194
38195 \begin_inset ERT
38196 status collapsed
38197
38198 \begin_layout Plain Layout
38199
38200 }
38201 \end_layout
38202
38203 \end_inset
38204
38205  色名
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 <cell alignment="left" valignment="top" usebox="none">
38211 \begin_inset Text
38212
38213 \begin_layout Plain Layout
38214 \begin_inset ERT
38215 status collapsed
38216
38217 \begin_layout Plain Layout
38218
38219
38220 \backslash
38221 fcolorbox{black}{
38222 \end_layout
38223
38224 \end_inset
38225
38226 white
38227 \begin_inset ERT
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231
38232 }{
38233 \end_layout
38234
38235 \end_inset
38236
38237
38238 \begin_inset ERT
38239 status collapsed
38240
38241 \begin_layout Plain Layout
38242
38243 }
38244 \end_layout
38245
38246 \end_inset
38247
38248  色名
38249 \end_layout
38250
38251 \end_inset
38252 </cell>
38253 <cell alignment="left" valignment="top" usebox="none">
38254 \begin_inset Text
38255
38256 \begin_layout Plain Layout
38257 \begin_inset ERT
38258 status collapsed
38259
38260 \begin_layout Plain Layout
38261
38262
38263 \backslash
38264 fcolorbox{black}{
38265 \end_layout
38266
38267 \end_inset
38268
38269 white
38270 \begin_inset ERT
38271 status collapsed
38272
38273 \begin_layout Plain Layout
38274
38275 }{
38276 \end_layout
38277
38278 \end_inset
38279
38280
38281 \begin_inset ERT
38282 status collapsed
38283
38284 \begin_layout Plain Layout
38285
38286 }
38287 \end_layout
38288
38289 \end_inset
38290
38291  色名
38292 \end_layout
38293
38294 \end_inset
38295 </cell>
38296 <cell alignment="left" valignment="top" usebox="none">
38297 \begin_inset Text
38298
38299 \begin_layout Plain Layout
38300 \begin_inset ERT
38301 status collapsed
38302
38303 \begin_layout Plain Layout
38304
38305
38306 \backslash
38307 fcolorbox{black}{
38308 \end_layout
38309
38310 \end_inset
38311
38312 white
38313 \begin_inset ERT
38314 status collapsed
38315
38316 \begin_layout Plain Layout
38317
38318 }{
38319 \end_layout
38320
38321 \end_inset
38322
38323
38324 \begin_inset ERT
38325 status collapsed
38326
38327 \begin_layout Plain Layout
38328
38329 }
38330 \end_layout
38331
38332 \end_inset
38333
38334  色名
38335 \end_layout
38336
38337 \end_inset
38338 </cell>
38339 </row>
38340 <row>
38341 <cell alignment="center" valignment="top" usebox="none">
38342 \begin_inset Text
38343
38344 \begin_layout Plain Layout
38345 \begin_inset ERT
38346 status collapsed
38347
38348 \begin_layout Plain Layout
38349
38350
38351 \backslash
38352 fcolorbox{black}{
38353 \end_layout
38354
38355 \end_inset
38356
38357 Apricot
38358 \begin_inset ERT
38359 status collapsed
38360
38361 \begin_layout Plain Layout
38362
38363 }{
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Phantom Phantom
38370 status open
38371
38372 \begin_layout Plain Layout
38373 W
38374 \end_layout
38375
38376 \end_inset
38377
38378
38379 \begin_inset ERT
38380 status collapsed
38381
38382 \begin_layout Plain Layout
38383
38384 }
38385 \end_layout
38386
38387 \end_inset
38388
38389  Apricot
38390 \end_layout
38391
38392 \end_inset
38393 </cell>
38394 <cell alignment="center" valignment="top" usebox="none">
38395 \begin_inset Text
38396
38397 \begin_layout Plain Layout
38398 \begin_inset ERT
38399 status collapsed
38400
38401 \begin_layout Plain Layout
38402
38403
38404 \backslash
38405 fcolorbox{black}{
38406 \end_layout
38407
38408 \end_inset
38409
38410 Aquamarine
38411 \begin_inset ERT
38412 status collapsed
38413
38414 \begin_layout Plain Layout
38415
38416 }{
38417 \end_layout
38418
38419 \end_inset
38420
38421
38422 \begin_inset Phantom Phantom
38423 status open
38424
38425 \begin_layout Plain Layout
38426 W
38427 \end_layout
38428
38429 \end_inset
38430
38431
38432 \begin_inset ERT
38433 status collapsed
38434
38435 \begin_layout Plain Layout
38436
38437 }
38438 \end_layout
38439
38440 \end_inset
38441
38442  Aquamarine
38443 \end_layout
38444
38445 \end_inset
38446 </cell>
38447 <cell alignment="center" valignment="top" usebox="none">
38448 \begin_inset Text
38449
38450 \begin_layout Plain Layout
38451 \begin_inset ERT
38452 status collapsed
38453
38454 \begin_layout Plain Layout
38455
38456
38457 \backslash
38458 fcolorbox{black}{
38459 \end_layout
38460
38461 \end_inset
38462
38463 Bittersweet
38464 \begin_inset ERT
38465 status collapsed
38466
38467 \begin_layout Plain Layout
38468
38469 }{
38470 \end_layout
38471
38472 \end_inset
38473
38474
38475 \begin_inset Phantom Phantom
38476 status open
38477
38478 \begin_layout Plain Layout
38479 W
38480 \end_layout
38481
38482 \end_inset
38483
38484
38485 \begin_inset ERT
38486 status collapsed
38487
38488 \begin_layout Plain Layout
38489
38490 }
38491 \end_layout
38492
38493 \end_inset
38494
38495  Bittersweet
38496 \end_layout
38497
38498 \end_inset
38499 </cell>
38500 <cell alignment="center" valignment="top" usebox="none">
38501 \begin_inset Text
38502
38503 \begin_layout Plain Layout
38504 \begin_inset ERT
38505 status collapsed
38506
38507 \begin_layout Plain Layout
38508
38509
38510 \backslash
38511 fcolorbox{black}{
38512 \end_layout
38513
38514 \end_inset
38515
38516 BlueGreen
38517 \begin_inset ERT
38518 status collapsed
38519
38520 \begin_layout Plain Layout
38521
38522 }{
38523 \end_layout
38524
38525 \end_inset
38526
38527
38528 \begin_inset Phantom Phantom
38529 status open
38530
38531 \begin_layout Plain Layout
38532 W
38533 \end_layout
38534
38535 \end_inset
38536
38537
38538 \begin_inset ERT
38539 status collapsed
38540
38541 \begin_layout Plain Layout
38542
38543 }
38544 \end_layout
38545
38546 \end_inset
38547
38548  BlueGreen
38549 \end_layout
38550
38551 \end_inset
38552 </cell>
38553 </row>
38554 <row>
38555 <cell alignment="left" valignment="top" usebox="none">
38556 \begin_inset Text
38557
38558 \begin_layout Plain Layout
38559 \begin_inset ERT
38560 status collapsed
38561
38562 \begin_layout Plain Layout
38563
38564
38565 \backslash
38566 fcolorbox{black}{
38567 \end_layout
38568
38569 \end_inset
38570
38571 BlueViolet
38572 \begin_inset ERT
38573 status collapsed
38574
38575 \begin_layout Plain Layout
38576
38577 }{
38578 \end_layout
38579
38580 \end_inset
38581
38582
38583 \begin_inset Phantom Phantom
38584 status open
38585
38586 \begin_layout Plain Layout
38587 W
38588 \end_layout
38589
38590 \end_inset
38591
38592
38593 \begin_inset ERT
38594 status collapsed
38595
38596 \begin_layout Plain Layout
38597
38598 }
38599 \end_layout
38600
38601 \end_inset
38602
38603  BlueViolet
38604 \end_layout
38605
38606 \end_inset
38607 </cell>
38608 <cell alignment="left" valignment="top" usebox="none">
38609 \begin_inset Text
38610
38611 \begin_layout Plain Layout
38612 \begin_inset ERT
38613 status collapsed
38614
38615 \begin_layout Plain Layout
38616
38617
38618 \backslash
38619 fcolorbox{black}{
38620 \end_layout
38621
38622 \end_inset
38623
38624 BrickRed
38625 \begin_inset ERT
38626 status collapsed
38627
38628 \begin_layout Plain Layout
38629
38630 }{
38631 \end_layout
38632
38633 \end_inset
38634
38635
38636 \begin_inset Phantom Phantom
38637 status open
38638
38639 \begin_layout Plain Layout
38640 W
38641 \end_layout
38642
38643 \end_inset
38644
38645
38646 \begin_inset ERT
38647 status collapsed
38648
38649 \begin_layout Plain Layout
38650
38651 }
38652 \end_layout
38653
38654 \end_inset
38655
38656  BrickRed
38657 \end_layout
38658
38659 \end_inset
38660 </cell>
38661 <cell alignment="left" valignment="top" usebox="none">
38662 \begin_inset Text
38663
38664 \begin_layout Plain Layout
38665 \begin_inset ERT
38666 status collapsed
38667
38668 \begin_layout Plain Layout
38669
38670
38671 \backslash
38672 fcolorbox{black}{
38673 \end_layout
38674
38675 \end_inset
38676
38677 Brown
38678 \begin_inset ERT
38679 status collapsed
38680
38681 \begin_layout Plain Layout
38682
38683 }{
38684 \end_layout
38685
38686 \end_inset
38687
38688
38689 \begin_inset Phantom Phantom
38690 status open
38691
38692 \begin_layout Plain Layout
38693 W
38694 \end_layout
38695
38696 \end_inset
38697
38698
38699 \begin_inset ERT
38700 status collapsed
38701
38702 \begin_layout Plain Layout
38703
38704 }
38705 \end_layout
38706
38707 \end_inset
38708
38709  Brown
38710 \end_layout
38711
38712 \end_inset
38713 </cell>
38714 <cell alignment="left" valignment="top" usebox="none">
38715 \begin_inset Text
38716
38717 \begin_layout Plain Layout
38718 \begin_inset ERT
38719 status collapsed
38720
38721 \begin_layout Plain Layout
38722
38723
38724 \backslash
38725 fcolorbox{black}{
38726 \end_layout
38727
38728 \end_inset
38729
38730 BurntOrange
38731 \begin_inset ERT
38732 status collapsed
38733
38734 \begin_layout Plain Layout
38735
38736 }{
38737 \end_layout
38738
38739 \end_inset
38740
38741
38742 \begin_inset Phantom Phantom
38743 status open
38744
38745 \begin_layout Plain Layout
38746 W
38747 \end_layout
38748
38749 \end_inset
38750
38751
38752 \begin_inset ERT
38753 status collapsed
38754
38755 \begin_layout Plain Layout
38756
38757 }
38758 \end_layout
38759
38760 \end_inset
38761
38762  BurntOrange
38763 \end_layout
38764
38765 \end_inset
38766 </cell>
38767 </row>
38768 <row>
38769 <cell alignment="left" valignment="top" usebox="none">
38770 \begin_inset Text
38771
38772 \begin_layout Plain Layout
38773 \begin_inset ERT
38774 status collapsed
38775
38776 \begin_layout Plain Layout
38777
38778
38779 \backslash
38780 fcolorbox{black}{
38781 \end_layout
38782
38783 \end_inset
38784
38785 CadetBlue
38786 \begin_inset ERT
38787 status collapsed
38788
38789 \begin_layout Plain Layout
38790
38791 }{
38792 \end_layout
38793
38794 \end_inset
38795
38796
38797 \begin_inset Phantom Phantom
38798 status open
38799
38800 \begin_layout Plain Layout
38801 W
38802 \end_layout
38803
38804 \end_inset
38805
38806
38807 \begin_inset ERT
38808 status collapsed
38809
38810 \begin_layout Plain Layout
38811
38812 }
38813 \end_layout
38814
38815 \end_inset
38816
38817  CadetBlue
38818 \end_layout
38819
38820 \end_inset
38821 </cell>
38822 <cell alignment="left" valignment="top" usebox="none">
38823 \begin_inset Text
38824
38825 \begin_layout Plain Layout
38826 \begin_inset ERT
38827 status collapsed
38828
38829 \begin_layout Plain Layout
38830
38831
38832 \backslash
38833 fcolorbox{black}{
38834 \end_layout
38835
38836 \end_inset
38837
38838 CarnationPink
38839 \begin_inset ERT
38840 status collapsed
38841
38842 \begin_layout Plain Layout
38843
38844 }{
38845 \end_layout
38846
38847 \end_inset
38848
38849
38850 \begin_inset Phantom Phantom
38851 status open
38852
38853 \begin_layout Plain Layout
38854 W
38855 \end_layout
38856
38857 \end_inset
38858
38859
38860 \begin_inset ERT
38861 status collapsed
38862
38863 \begin_layout Plain Layout
38864
38865 }
38866 \end_layout
38867
38868 \end_inset
38869
38870  CarnationPink
38871 \end_layout
38872
38873 \end_inset
38874 </cell>
38875 <cell alignment="left" valignment="top" usebox="none">
38876 \begin_inset Text
38877
38878 \begin_layout Plain Layout
38879 \begin_inset ERT
38880 status collapsed
38881
38882 \begin_layout Plain Layout
38883
38884
38885 \backslash
38886 fcolorbox{black}{
38887 \end_layout
38888
38889 \end_inset
38890
38891 Cerulean
38892 \begin_inset ERT
38893 status collapsed
38894
38895 \begin_layout Plain Layout
38896
38897 }{
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \begin_inset Phantom Phantom
38904 status open
38905
38906 \begin_layout Plain Layout
38907 W
38908 \end_layout
38909
38910 \end_inset
38911
38912
38913 \begin_inset ERT
38914 status collapsed
38915
38916 \begin_layout Plain Layout
38917
38918 }
38919 \end_layout
38920
38921 \end_inset
38922
38923  Cerulean
38924 \end_layout
38925
38926 \end_inset
38927 </cell>
38928 <cell alignment="left" valignment="top" usebox="none">
38929 \begin_inset Text
38930
38931 \begin_layout Plain Layout
38932 \begin_inset ERT
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936
38937
38938 \backslash
38939 fcolorbox{black}{
38940 \end_layout
38941
38942 \end_inset
38943
38944 CornflowerBlue
38945 \begin_inset ERT
38946 status collapsed
38947
38948 \begin_layout Plain Layout
38949
38950 }{
38951 \end_layout
38952
38953 \end_inset
38954
38955
38956 \begin_inset Phantom Phantom
38957 status open
38958
38959 \begin_layout Plain Layout
38960 W
38961 \end_layout
38962
38963 \end_inset
38964
38965
38966 \begin_inset ERT
38967 status collapsed
38968
38969 \begin_layout Plain Layout
38970
38971 }
38972 \end_layout
38973
38974 \end_inset
38975
38976  CornflowerBlue
38977 \end_layout
38978
38979 \end_inset
38980 </cell>
38981 </row>
38982 <row>
38983 <cell alignment="left" valignment="top" usebox="none">
38984 \begin_inset Text
38985
38986 \begin_layout Plain Layout
38987 \begin_inset ERT
38988 status collapsed
38989
38990 \begin_layout Plain Layout
38991
38992
38993 \backslash
38994 fcolorbox{black}{
38995 \end_layout
38996
38997 \end_inset
38998
38999 Dandelion
39000 \begin_inset ERT
39001 status collapsed
39002
39003 \begin_layout Plain Layout
39004
39005 }{
39006 \end_layout
39007
39008 \end_inset
39009
39010
39011 \begin_inset Phantom Phantom
39012 status open
39013
39014 \begin_layout Plain Layout
39015 W
39016 \end_layout
39017
39018 \end_inset
39019
39020
39021 \begin_inset ERT
39022 status collapsed
39023
39024 \begin_layout Plain Layout
39025
39026 }
39027 \end_layout
39028
39029 \end_inset
39030
39031  Dandelion
39032 \end_layout
39033
39034 \end_inset
39035 </cell>
39036 <cell alignment="left" valignment="top" usebox="none">
39037 \begin_inset Text
39038
39039 \begin_layout Plain Layout
39040 \begin_inset ERT
39041 status collapsed
39042
39043 \begin_layout Plain Layout
39044
39045
39046 \backslash
39047 fcolorbox{black}{
39048 \end_layout
39049
39050 \end_inset
39051
39052 DarkOrchid
39053 \begin_inset ERT
39054 status collapsed
39055
39056 \begin_layout Plain Layout
39057
39058 }{
39059 \end_layout
39060
39061 \end_inset
39062
39063
39064 \begin_inset Phantom Phantom
39065 status open
39066
39067 \begin_layout Plain Layout
39068 W
39069 \end_layout
39070
39071 \end_inset
39072
39073
39074 \begin_inset ERT
39075 status collapsed
39076
39077 \begin_layout Plain Layout
39078
39079 }
39080 \end_layout
39081
39082 \end_inset
39083
39084  DarkOrchid
39085 \end_layout
39086
39087 \end_inset
39088 </cell>
39089 <cell alignment="left" valignment="top" usebox="none">
39090 \begin_inset Text
39091
39092 \begin_layout Plain Layout
39093 \begin_inset ERT
39094 status collapsed
39095
39096 \begin_layout Plain Layout
39097
39098
39099 \backslash
39100 fcolorbox{black}{
39101 \end_layout
39102
39103 \end_inset
39104
39105 Emerald
39106 \begin_inset ERT
39107 status collapsed
39108
39109 \begin_layout Plain Layout
39110
39111 }{
39112 \end_layout
39113
39114 \end_inset
39115
39116
39117 \begin_inset Phantom Phantom
39118 status open
39119
39120 \begin_layout Plain Layout
39121 W
39122 \end_layout
39123
39124 \end_inset
39125
39126
39127 \begin_inset ERT
39128 status collapsed
39129
39130 \begin_layout Plain Layout
39131
39132 }
39133 \end_layout
39134
39135 \end_inset
39136
39137  Emerald
39138 \end_layout
39139
39140 \end_inset
39141 </cell>
39142 <cell alignment="left" valignment="top" usebox="none">
39143 \begin_inset Text
39144
39145 \begin_layout Plain Layout
39146 \begin_inset ERT
39147 status collapsed
39148
39149 \begin_layout Plain Layout
39150
39151
39152 \backslash
39153 fcolorbox{black}{
39154 \end_layout
39155
39156 \end_inset
39157
39158 ForestGreen
39159 \begin_inset ERT
39160 status collapsed
39161
39162 \begin_layout Plain Layout
39163
39164 }{
39165 \end_layout
39166
39167 \end_inset
39168
39169
39170 \begin_inset Phantom Phantom
39171 status open
39172
39173 \begin_layout Plain Layout
39174 W
39175 \end_layout
39176
39177 \end_inset
39178
39179
39180 \begin_inset ERT
39181 status collapsed
39182
39183 \begin_layout Plain Layout
39184
39185 }
39186 \end_layout
39187
39188 \end_inset
39189
39190  ForestGreen
39191 \end_layout
39192
39193 \end_inset
39194 </cell>
39195 </row>
39196 <row>
39197 <cell alignment="left" valignment="top" usebox="none">
39198 \begin_inset Text
39199
39200 \begin_layout Plain Layout
39201 \begin_inset ERT
39202 status collapsed
39203
39204 \begin_layout Plain Layout
39205
39206
39207 \backslash
39208 fcolorbox{black}{
39209 \end_layout
39210
39211 \end_inset
39212
39213 Fuchsia
39214 \begin_inset ERT
39215 status collapsed
39216
39217 \begin_layout Plain Layout
39218
39219 }{
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \begin_inset Phantom Phantom
39226 status open
39227
39228 \begin_layout Plain Layout
39229 W
39230 \end_layout
39231
39232 \end_inset
39233
39234
39235 \begin_inset ERT
39236 status collapsed
39237
39238 \begin_layout Plain Layout
39239
39240 }
39241 \end_layout
39242
39243 \end_inset
39244
39245  Fuchsia
39246 \end_layout
39247
39248 \end_inset
39249 </cell>
39250 <cell alignment="left" valignment="top" usebox="none">
39251 \begin_inset Text
39252
39253 \begin_layout Plain Layout
39254 \begin_inset ERT
39255 status collapsed
39256
39257 \begin_layout Plain Layout
39258
39259
39260 \backslash
39261 fcolorbox{black}{
39262 \end_layout
39263
39264 \end_inset
39265
39266 Goldenrod
39267 \begin_inset ERT
39268 status collapsed
39269
39270 \begin_layout Plain Layout
39271
39272 }{
39273 \end_layout
39274
39275 \end_inset
39276
39277
39278 \begin_inset Phantom Phantom
39279 status open
39280
39281 \begin_layout Plain Layout
39282 W
39283 \end_layout
39284
39285 \end_inset
39286
39287
39288 \begin_inset ERT
39289 status collapsed
39290
39291 \begin_layout Plain Layout
39292
39293 }
39294 \end_layout
39295
39296 \end_inset
39297
39298  Goldenrod
39299 \end_layout
39300
39301 \end_inset
39302 </cell>
39303 <cell alignment="left" valignment="top" usebox="none">
39304 \begin_inset Text
39305
39306 \begin_layout Plain Layout
39307 \begin_inset ERT
39308 status collapsed
39309
39310 \begin_layout Plain Layout
39311
39312
39313 \backslash
39314 fcolorbox{black}{
39315 \end_layout
39316
39317 \end_inset
39318
39319 Gray
39320 \begin_inset ERT
39321 status collapsed
39322
39323 \begin_layout Plain Layout
39324
39325 }{
39326 \end_layout
39327
39328 \end_inset
39329
39330
39331 \begin_inset Phantom Phantom
39332 status open
39333
39334 \begin_layout Plain Layout
39335 W
39336 \end_layout
39337
39338 \end_inset
39339
39340
39341 \begin_inset ERT
39342 status collapsed
39343
39344 \begin_layout Plain Layout
39345
39346 }
39347 \end_layout
39348
39349 \end_inset
39350
39351  Gray
39352 \end_layout
39353
39354 \end_inset
39355 </cell>
39356 <cell alignment="left" valignment="top" usebox="none">
39357 \begin_inset Text
39358
39359 \begin_layout Plain Layout
39360 \begin_inset ERT
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364
39365
39366 \backslash
39367 fcolorbox{black}{
39368 \end_layout
39369
39370 \end_inset
39371
39372 GreenYellow
39373 \begin_inset ERT
39374 status collapsed
39375
39376 \begin_layout Plain Layout
39377
39378 }{
39379 \end_layout
39380
39381 \end_inset
39382
39383
39384 \begin_inset Phantom Phantom
39385 status open
39386
39387 \begin_layout Plain Layout
39388 W
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \begin_inset ERT
39395 status collapsed
39396
39397 \begin_layout Plain Layout
39398
39399 }
39400 \end_layout
39401
39402 \end_inset
39403
39404  GreenYellow
39405 \end_layout
39406
39407 \end_inset
39408 </cell>
39409 </row>
39410 <row>
39411 <cell alignment="center" valignment="top" usebox="none">
39412 \begin_inset Text
39413
39414 \begin_layout Plain Layout
39415 \begin_inset ERT
39416 status collapsed
39417
39418 \begin_layout Plain Layout
39419
39420
39421 \backslash
39422 fcolorbox{black}{
39423 \end_layout
39424
39425 \end_inset
39426
39427 JungleGreen
39428 \begin_inset ERT
39429 status collapsed
39430
39431 \begin_layout Plain Layout
39432
39433 }{
39434 \end_layout
39435
39436 \end_inset
39437
39438
39439 \begin_inset Phantom Phantom
39440 status open
39441
39442 \begin_layout Plain Layout
39443 W
39444 \end_layout
39445
39446 \end_inset
39447
39448
39449 \begin_inset ERT
39450 status collapsed
39451
39452 \begin_layout Plain Layout
39453
39454 }
39455 \end_layout
39456
39457 \end_inset
39458
39459  JungleGreen
39460 \end_layout
39461
39462 \end_inset
39463 </cell>
39464 <cell alignment="center" valignment="top" usebox="none">
39465 \begin_inset Text
39466
39467 \begin_layout Plain Layout
39468 \begin_inset ERT
39469 status collapsed
39470
39471 \begin_layout Plain Layout
39472
39473
39474 \backslash
39475 fcolorbox{black}{
39476 \end_layout
39477
39478 \end_inset
39479
39480 Lavender
39481 \begin_inset ERT
39482 status collapsed
39483
39484 \begin_layout Plain Layout
39485
39486 }{
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \begin_inset Phantom Phantom
39493 status open
39494
39495 \begin_layout Plain Layout
39496 W
39497 \end_layout
39498
39499 \end_inset
39500
39501
39502 \begin_inset ERT
39503 status collapsed
39504
39505 \begin_layout Plain Layout
39506
39507 }
39508 \end_layout
39509
39510 \end_inset
39511
39512  Lavender
39513 \end_layout
39514
39515 \end_inset
39516 </cell>
39517 <cell alignment="center" valignment="top" usebox="none">
39518 \begin_inset Text
39519
39520 \begin_layout Plain Layout
39521 \begin_inset ERT
39522 status collapsed
39523
39524 \begin_layout Plain Layout
39525
39526
39527 \backslash
39528 fcolorbox{black}{
39529 \end_layout
39530
39531 \end_inset
39532
39533 LimeGreen
39534 \begin_inset ERT
39535 status collapsed
39536
39537 \begin_layout Plain Layout
39538
39539 }{
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \begin_inset Phantom Phantom
39546 status open
39547
39548 \begin_layout Plain Layout
39549 W
39550 \end_layout
39551
39552 \end_inset
39553
39554
39555 \begin_inset ERT
39556 status collapsed
39557
39558 \begin_layout Plain Layout
39559
39560 }
39561 \end_layout
39562
39563 \end_inset
39564
39565  LimeGreen
39566 \end_layout
39567
39568 \end_inset
39569 </cell>
39570 <cell alignment="center" valignment="top" usebox="none">
39571 \begin_inset Text
39572
39573 \begin_layout Plain Layout
39574 \begin_inset ERT
39575 status collapsed
39576
39577 \begin_layout Plain Layout
39578
39579
39580 \backslash
39581 fcolorbox{black}{
39582 \end_layout
39583
39584 \end_inset
39585
39586 Mahogany
39587 \begin_inset ERT
39588 status collapsed
39589
39590 \begin_layout Plain Layout
39591
39592 }{
39593 \end_layout
39594
39595 \end_inset
39596
39597
39598 \begin_inset Phantom Phantom
39599 status open
39600
39601 \begin_layout Plain Layout
39602 W
39603 \end_layout
39604
39605 \end_inset
39606
39607
39608 \begin_inset ERT
39609 status collapsed
39610
39611 \begin_layout Plain Layout
39612
39613 }
39614 \end_layout
39615
39616 \end_inset
39617
39618  Mahogany
39619 \end_layout
39620
39621 \end_inset
39622 </cell>
39623 </row>
39624 <row>
39625 <cell alignment="left" valignment="top" usebox="none">
39626 \begin_inset Text
39627
39628 \begin_layout Plain Layout
39629 \begin_inset ERT
39630 status collapsed
39631
39632 \begin_layout Plain Layout
39633
39634
39635 \backslash
39636 fcolorbox{black}{
39637 \end_layout
39638
39639 \end_inset
39640
39641 Mahogany
39642 \begin_inset ERT
39643 status collapsed
39644
39645 \begin_layout Plain Layout
39646
39647 }{
39648 \end_layout
39649
39650 \end_inset
39651
39652
39653 \begin_inset Phantom Phantom
39654 status open
39655
39656 \begin_layout Plain Layout
39657 W
39658 \end_layout
39659
39660 \end_inset
39661
39662
39663 \begin_inset ERT
39664 status collapsed
39665
39666 \begin_layout Plain Layout
39667
39668 }
39669 \end_layout
39670
39671 \end_inset
39672
39673  Mahogany
39674 \end_layout
39675
39676 \end_inset
39677 </cell>
39678 <cell alignment="left" valignment="top" usebox="none">
39679 \begin_inset Text
39680
39681 \begin_layout Plain Layout
39682 \begin_inset ERT
39683 status collapsed
39684
39685 \begin_layout Plain Layout
39686
39687
39688 \backslash
39689 fcolorbox{black}{
39690 \end_layout
39691
39692 \end_inset
39693
39694 Maroon
39695 \begin_inset ERT
39696 status collapsed
39697
39698 \begin_layout Plain Layout
39699
39700 }{
39701 \end_layout
39702
39703 \end_inset
39704
39705
39706 \begin_inset Phantom Phantom
39707 status open
39708
39709 \begin_layout Plain Layout
39710 W
39711 \end_layout
39712
39713 \end_inset
39714
39715
39716 \begin_inset ERT
39717 status collapsed
39718
39719 \begin_layout Plain Layout
39720
39721 }
39722 \end_layout
39723
39724 \end_inset
39725
39726  Maroon
39727 \end_layout
39728
39729 \end_inset
39730 </cell>
39731 <cell alignment="left" valignment="top" usebox="none">
39732 \begin_inset Text
39733
39734 \begin_layout Plain Layout
39735 \begin_inset ERT
39736 status collapsed
39737
39738 \begin_layout Plain Layout
39739
39740
39741 \backslash
39742 fcolorbox{black}{
39743 \end_layout
39744
39745 \end_inset
39746
39747 Melon
39748 \begin_inset ERT
39749 status collapsed
39750
39751 \begin_layout Plain Layout
39752
39753 }{
39754 \end_layout
39755
39756 \end_inset
39757
39758
39759 \begin_inset Phantom Phantom
39760 status open
39761
39762 \begin_layout Plain Layout
39763 W
39764 \end_layout
39765
39766 \end_inset
39767
39768
39769 \begin_inset ERT
39770 status collapsed
39771
39772 \begin_layout Plain Layout
39773
39774 }
39775 \end_layout
39776
39777 \end_inset
39778
39779  Melon
39780 \end_layout
39781
39782 \end_inset
39783 </cell>
39784 <cell alignment="left" valignment="top" usebox="none">
39785 \begin_inset Text
39786
39787 \begin_layout Plain Layout
39788 \begin_inset ERT
39789 status collapsed
39790
39791 \begin_layout Plain Layout
39792
39793
39794 \backslash
39795 fcolorbox{black}{
39796 \end_layout
39797
39798 \end_inset
39799
39800 MidnightBlue
39801 \begin_inset ERT
39802 status collapsed
39803
39804 \begin_layout Plain Layout
39805
39806 }{
39807 \end_layout
39808
39809 \end_inset
39810
39811
39812 \begin_inset Phantom Phantom
39813 status open
39814
39815 \begin_layout Plain Layout
39816 W
39817 \end_layout
39818
39819 \end_inset
39820
39821
39822 \begin_inset ERT
39823 status collapsed
39824
39825 \begin_layout Plain Layout
39826
39827 }
39828 \end_layout
39829
39830 \end_inset
39831
39832  MidnightBlue
39833 \end_layout
39834
39835 \end_inset
39836 </cell>
39837 </row>
39838 <row>
39839 <cell alignment="left" valignment="top" usebox="none">
39840 \begin_inset Text
39841
39842 \begin_layout Plain Layout
39843 \begin_inset ERT
39844 status collapsed
39845
39846 \begin_layout Plain Layout
39847
39848
39849 \backslash
39850 fcolorbox{black}{
39851 \end_layout
39852
39853 \end_inset
39854
39855 Mulberry
39856 \begin_inset ERT
39857 status collapsed
39858
39859 \begin_layout Plain Layout
39860
39861 }{
39862 \end_layout
39863
39864 \end_inset
39865
39866
39867 \begin_inset Phantom Phantom
39868 status open
39869
39870 \begin_layout Plain Layout
39871 W
39872 \end_layout
39873
39874 \end_inset
39875
39876
39877 \begin_inset ERT
39878 status collapsed
39879
39880 \begin_layout Plain Layout
39881
39882 }
39883 \end_layout
39884
39885 \end_inset
39886
39887  Mulberry
39888 \end_layout
39889
39890 \end_inset
39891 </cell>
39892 <cell alignment="left" valignment="top" usebox="none">
39893 \begin_inset Text
39894
39895 \begin_layout Plain Layout
39896 \begin_inset ERT
39897 status collapsed
39898
39899 \begin_layout Plain Layout
39900
39901
39902 \backslash
39903 fcolorbox{black}{
39904 \end_layout
39905
39906 \end_inset
39907
39908 NavyBlue
39909 \begin_inset ERT
39910 status collapsed
39911
39912 \begin_layout Plain Layout
39913
39914 }{
39915 \end_layout
39916
39917 \end_inset
39918
39919
39920 \begin_inset Phantom Phantom
39921 status open
39922
39923 \begin_layout Plain Layout
39924 W
39925 \end_layout
39926
39927 \end_inset
39928
39929
39930 \begin_inset ERT
39931 status collapsed
39932
39933 \begin_layout Plain Layout
39934
39935 }
39936 \end_layout
39937
39938 \end_inset
39939
39940  NavyBlue
39941 \end_layout
39942
39943 \end_inset
39944 </cell>
39945 <cell alignment="left" valignment="top" usebox="none">
39946 \begin_inset Text
39947
39948 \begin_layout Plain Layout
39949 \begin_inset ERT
39950 status collapsed
39951
39952 \begin_layout Plain Layout
39953
39954
39955 \backslash
39956 fcolorbox{black}{
39957 \end_layout
39958
39959 \end_inset
39960
39961 OliveGreen
39962 \begin_inset ERT
39963 status collapsed
39964
39965 \begin_layout Plain Layout
39966
39967 }{
39968 \end_layout
39969
39970 \end_inset
39971
39972
39973 \begin_inset Phantom Phantom
39974 status open
39975
39976 \begin_layout Plain Layout
39977 W
39978 \end_layout
39979
39980 \end_inset
39981
39982
39983 \begin_inset ERT
39984 status collapsed
39985
39986 \begin_layout Plain Layout
39987
39988 }
39989 \end_layout
39990
39991 \end_inset
39992
39993  OliveGreen
39994 \end_layout
39995
39996 \end_inset
39997 </cell>
39998 <cell alignment="left" valignment="top" usebox="none">
39999 \begin_inset Text
40000
40001 \begin_layout Plain Layout
40002 \begin_inset ERT
40003 status collapsed
40004
40005 \begin_layout Plain Layout
40006
40007
40008 \backslash
40009 fcolorbox{black}{
40010 \end_layout
40011
40012 \end_inset
40013
40014 Orange
40015 \begin_inset ERT
40016 status collapsed
40017
40018 \begin_layout Plain Layout
40019
40020 }{
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \begin_inset Phantom Phantom
40027 status open
40028
40029 \begin_layout Plain Layout
40030 W
40031 \end_layout
40032
40033 \end_inset
40034
40035
40036 \begin_inset ERT
40037 status collapsed
40038
40039 \begin_layout Plain Layout
40040
40041 }
40042 \end_layout
40043
40044 \end_inset
40045
40046  Orange
40047 \end_layout
40048
40049 \end_inset
40050 </cell>
40051 </row>
40052 <row>
40053 <cell alignment="left" valignment="top" usebox="none">
40054 \begin_inset Text
40055
40056 \begin_layout Plain Layout
40057 \begin_inset ERT
40058 status collapsed
40059
40060 \begin_layout Plain Layout
40061
40062
40063 \backslash
40064 fcolorbox{black}{
40065 \end_layout
40066
40067 \end_inset
40068
40069 OrangeRed
40070 \begin_inset ERT
40071 status collapsed
40072
40073 \begin_layout Plain Layout
40074
40075 }{
40076 \end_layout
40077
40078 \end_inset
40079
40080
40081 \begin_inset Phantom Phantom
40082 status open
40083
40084 \begin_layout Plain Layout
40085 W
40086 \end_layout
40087
40088 \end_inset
40089
40090
40091 \begin_inset ERT
40092 status collapsed
40093
40094 \begin_layout Plain Layout
40095
40096 }
40097 \end_layout
40098
40099 \end_inset
40100
40101  OrangeRed
40102 \end_layout
40103
40104 \end_inset
40105 </cell>
40106 <cell alignment="left" valignment="top" usebox="none">
40107 \begin_inset Text
40108
40109 \begin_layout Plain Layout
40110 \begin_inset ERT
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114
40115
40116 \backslash
40117 fcolorbox{black}{
40118 \end_layout
40119
40120 \end_inset
40121
40122 Orchid
40123 \begin_inset ERT
40124 status collapsed
40125
40126 \begin_layout Plain Layout
40127
40128 }{
40129 \end_layout
40130
40131 \end_inset
40132
40133
40134 \begin_inset Phantom Phantom
40135 status open
40136
40137 \begin_layout Plain Layout
40138 W
40139 \end_layout
40140
40141 \end_inset
40142
40143
40144 \begin_inset ERT
40145 status collapsed
40146
40147 \begin_layout Plain Layout
40148
40149 }
40150 \end_layout
40151
40152 \end_inset
40153
40154  Orchid
40155 \end_layout
40156
40157 \end_inset
40158 </cell>
40159 <cell alignment="left" valignment="top" usebox="none">
40160 \begin_inset Text
40161
40162 \begin_layout Plain Layout
40163 \begin_inset ERT
40164 status collapsed
40165
40166 \begin_layout Plain Layout
40167
40168
40169 \backslash
40170 fcolorbox{black}{
40171 \end_layout
40172
40173 \end_inset
40174
40175 Peach
40176 \begin_inset ERT
40177 status collapsed
40178
40179 \begin_layout Plain Layout
40180
40181 }{
40182 \end_layout
40183
40184 \end_inset
40185
40186
40187 \begin_inset Phantom Phantom
40188 status open
40189
40190 \begin_layout Plain Layout
40191 W
40192 \end_layout
40193
40194 \end_inset
40195
40196
40197 \begin_inset ERT
40198 status collapsed
40199
40200 \begin_layout Plain Layout
40201
40202 }
40203 \end_layout
40204
40205 \end_inset
40206
40207  Peach
40208 \end_layout
40209
40210 \end_inset
40211 </cell>
40212 <cell alignment="left" valignment="top" usebox="none">
40213 \begin_inset Text
40214
40215 \begin_layout Plain Layout
40216 \begin_inset ERT
40217 status collapsed
40218
40219 \begin_layout Plain Layout
40220
40221
40222 \backslash
40223 fcolorbox{black}{
40224 \end_layout
40225
40226 \end_inset
40227
40228 Periwinkle
40229 \begin_inset ERT
40230 status collapsed
40231
40232 \begin_layout Plain Layout
40233
40234 }{
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \begin_inset Phantom Phantom
40241 status open
40242
40243 \begin_layout Plain Layout
40244 W
40245 \end_layout
40246
40247 \end_inset
40248
40249
40250 \begin_inset ERT
40251 status collapsed
40252
40253 \begin_layout Plain Layout
40254
40255 }
40256 \end_layout
40257
40258 \end_inset
40259
40260  Periwinkle
40261 \end_layout
40262
40263 \end_inset
40264 </cell>
40265 </row>
40266 <row>
40267 <cell alignment="left" valignment="top" usebox="none">
40268 \begin_inset Text
40269
40270 \begin_layout Plain Layout
40271 \begin_inset ERT
40272 status collapsed
40273
40274 \begin_layout Plain Layout
40275
40276
40277 \backslash
40278 fcolorbox{black}{
40279 \end_layout
40280
40281 \end_inset
40282
40283 PineGreen
40284 \begin_inset ERT
40285 status collapsed
40286
40287 \begin_layout Plain Layout
40288
40289 }{
40290 \end_layout
40291
40292 \end_inset
40293
40294
40295 \begin_inset Phantom Phantom
40296 status open
40297
40298 \begin_layout Plain Layout
40299 W
40300 \end_layout
40301
40302 \end_inset
40303
40304
40305 \begin_inset ERT
40306 status collapsed
40307
40308 \begin_layout Plain Layout
40309
40310 }
40311 \end_layout
40312
40313 \end_inset
40314
40315  PineGreen
40316 \end_layout
40317
40318 \end_inset
40319 </cell>
40320 <cell alignment="left" valignment="top" usebox="none">
40321 \begin_inset Text
40322
40323 \begin_layout Plain Layout
40324 \begin_inset ERT
40325 status collapsed
40326
40327 \begin_layout Plain Layout
40328
40329
40330 \backslash
40331 fcolorbox{black}{
40332 \end_layout
40333
40334 \end_inset
40335
40336 Plum
40337 \begin_inset ERT
40338 status collapsed
40339
40340 \begin_layout Plain Layout
40341
40342 }{
40343 \end_layout
40344
40345 \end_inset
40346
40347
40348 \begin_inset Phantom Phantom
40349 status open
40350
40351 \begin_layout Plain Layout
40352 W
40353 \end_layout
40354
40355 \end_inset
40356
40357
40358 \begin_inset ERT
40359 status collapsed
40360
40361 \begin_layout Plain Layout
40362
40363 }
40364 \end_layout
40365
40366 \end_inset
40367
40368  Plum
40369 \end_layout
40370
40371 \end_inset
40372 </cell>
40373 <cell alignment="left" valignment="top" usebox="none">
40374 \begin_inset Text
40375
40376 \begin_layout Plain Layout
40377 \begin_inset ERT
40378 status collapsed
40379
40380 \begin_layout Plain Layout
40381
40382
40383 \backslash
40384 fcolorbox{black}{
40385 \end_layout
40386
40387 \end_inset
40388
40389 ProcessBlue
40390 \begin_inset ERT
40391 status collapsed
40392
40393 \begin_layout Plain Layout
40394
40395 }{
40396 \end_layout
40397
40398 \end_inset
40399
40400
40401 \begin_inset Phantom Phantom
40402 status open
40403
40404 \begin_layout Plain Layout
40405 W
40406 \end_layout
40407
40408 \end_inset
40409
40410
40411 \begin_inset ERT
40412 status collapsed
40413
40414 \begin_layout Plain Layout
40415
40416 }
40417 \end_layout
40418
40419 \end_inset
40420
40421  ProcessBlue
40422 \end_layout
40423
40424 \end_inset
40425 </cell>
40426 <cell alignment="left" valignment="top" usebox="none">
40427 \begin_inset Text
40428
40429 \begin_layout Plain Layout
40430 \begin_inset ERT
40431 status collapsed
40432
40433 \begin_layout Plain Layout
40434
40435
40436 \backslash
40437 fcolorbox{black}{
40438 \end_layout
40439
40440 \end_inset
40441
40442 Purple
40443 \begin_inset ERT
40444 status collapsed
40445
40446 \begin_layout Plain Layout
40447
40448 }{
40449 \end_layout
40450
40451 \end_inset
40452
40453
40454 \begin_inset Phantom Phantom
40455 status open
40456
40457 \begin_layout Plain Layout
40458 W
40459 \end_layout
40460
40461 \end_inset
40462
40463
40464 \begin_inset ERT
40465 status collapsed
40466
40467 \begin_layout Plain Layout
40468
40469 }
40470 \end_layout
40471
40472 \end_inset
40473
40474  Purple
40475 \end_layout
40476
40477 \end_inset
40478 </cell>
40479 </row>
40480 <row>
40481 <cell alignment="left" valignment="top" usebox="none">
40482 \begin_inset Text
40483
40484 \begin_layout Plain Layout
40485 \begin_inset ERT
40486 status collapsed
40487
40488 \begin_layout Plain Layout
40489
40490
40491 \backslash
40492 fcolorbox{black}{
40493 \end_layout
40494
40495 \end_inset
40496
40497 RawSienna
40498 \begin_inset ERT
40499 status collapsed
40500
40501 \begin_layout Plain Layout
40502
40503 }{
40504 \end_layout
40505
40506 \end_inset
40507
40508
40509 \begin_inset Phantom Phantom
40510 status open
40511
40512 \begin_layout Plain Layout
40513 W
40514 \end_layout
40515
40516 \end_inset
40517
40518
40519 \begin_inset ERT
40520 status collapsed
40521
40522 \begin_layout Plain Layout
40523
40524 }
40525 \end_layout
40526
40527 \end_inset
40528
40529  RawSienna
40530 \end_layout
40531
40532 \end_inset
40533 </cell>
40534 <cell alignment="left" valignment="top" usebox="none">
40535 \begin_inset Text
40536
40537 \begin_layout Plain Layout
40538 \begin_inset ERT
40539 status collapsed
40540
40541 \begin_layout Plain Layout
40542
40543
40544 \backslash
40545 fcolorbox{black}{
40546 \end_layout
40547
40548 \end_inset
40549
40550 RedOrange
40551 \begin_inset ERT
40552 status collapsed
40553
40554 \begin_layout Plain Layout
40555
40556 }{
40557 \end_layout
40558
40559 \end_inset
40560
40561
40562 \begin_inset Phantom Phantom
40563 status open
40564
40565 \begin_layout Plain Layout
40566 W
40567 \end_layout
40568
40569 \end_inset
40570
40571
40572 \begin_inset ERT
40573 status collapsed
40574
40575 \begin_layout Plain Layout
40576
40577 }
40578 \end_layout
40579
40580 \end_inset
40581
40582  RedOrange
40583 \end_layout
40584
40585 \end_inset
40586 </cell>
40587 <cell alignment="left" valignment="top" usebox="none">
40588 \begin_inset Text
40589
40590 \begin_layout Plain Layout
40591 \begin_inset ERT
40592 status collapsed
40593
40594 \begin_layout Plain Layout
40595
40596
40597 \backslash
40598 fcolorbox{black}{
40599 \end_layout
40600
40601 \end_inset
40602
40603 RedViolet
40604 \begin_inset ERT
40605 status collapsed
40606
40607 \begin_layout Plain Layout
40608
40609 }{
40610 \end_layout
40611
40612 \end_inset
40613
40614
40615 \begin_inset Phantom Phantom
40616 status open
40617
40618 \begin_layout Plain Layout
40619 W
40620 \end_layout
40621
40622 \end_inset
40623
40624
40625 \begin_inset ERT
40626 status collapsed
40627
40628 \begin_layout Plain Layout
40629
40630 }
40631 \end_layout
40632
40633 \end_inset
40634
40635  RedViolet
40636 \end_layout
40637
40638 \end_inset
40639 </cell>
40640 <cell alignment="left" valignment="top" usebox="none">
40641 \begin_inset Text
40642
40643 \begin_layout Plain Layout
40644 \begin_inset ERT
40645 status collapsed
40646
40647 \begin_layout Plain Layout
40648
40649
40650 \backslash
40651 fcolorbox{black}{
40652 \end_layout
40653
40654 \end_inset
40655
40656 Rhodamine
40657 \begin_inset ERT
40658 status collapsed
40659
40660 \begin_layout Plain Layout
40661
40662 }{
40663 \end_layout
40664
40665 \end_inset
40666
40667
40668 \begin_inset Phantom Phantom
40669 status open
40670
40671 \begin_layout Plain Layout
40672 W
40673 \end_layout
40674
40675 \end_inset
40676
40677
40678 \begin_inset ERT
40679 status collapsed
40680
40681 \begin_layout Plain Layout
40682
40683 }
40684 \end_layout
40685
40686 \end_inset
40687
40688  Rhodamine
40689 \end_layout
40690
40691 \end_inset
40692 </cell>
40693 </row>
40694 <row>
40695 <cell alignment="left" valignment="top" usebox="none">
40696 \begin_inset Text
40697
40698 \begin_layout Plain Layout
40699 \begin_inset ERT
40700 status collapsed
40701
40702 \begin_layout Plain Layout
40703
40704
40705 \backslash
40706 fcolorbox{black}{
40707 \end_layout
40708
40709 \end_inset
40710
40711 RoyalBlue
40712 \begin_inset ERT
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716
40717 }{
40718 \end_layout
40719
40720 \end_inset
40721
40722
40723 \begin_inset Phantom Phantom
40724 status open
40725
40726 \begin_layout Plain Layout
40727 W
40728 \end_layout
40729
40730 \end_inset
40731
40732
40733 \begin_inset ERT
40734 status collapsed
40735
40736 \begin_layout Plain Layout
40737
40738 }
40739 \end_layout
40740
40741 \end_inset
40742
40743  RoyalBlue
40744 \end_layout
40745
40746 \end_inset
40747 </cell>
40748 <cell alignment="left" valignment="top" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 \begin_inset ERT
40753 status collapsed
40754
40755 \begin_layout Plain Layout
40756
40757
40758 \backslash
40759 fcolorbox{black}{
40760 \end_layout
40761
40762 \end_inset
40763
40764 RoyalPurple
40765 \begin_inset ERT
40766 status collapsed
40767
40768 \begin_layout Plain Layout
40769
40770 }{
40771 \end_layout
40772
40773 \end_inset
40774
40775
40776 \begin_inset Phantom Phantom
40777 status open
40778
40779 \begin_layout Plain Layout
40780 W
40781 \end_layout
40782
40783 \end_inset
40784
40785
40786 \begin_inset ERT
40787 status collapsed
40788
40789 \begin_layout Plain Layout
40790
40791 }
40792 \end_layout
40793
40794 \end_inset
40795
40796  RoyalPurple
40797 \end_layout
40798
40799 \end_inset
40800 </cell>
40801 <cell alignment="left" valignment="top" usebox="none">
40802 \begin_inset Text
40803
40804 \begin_layout Plain Layout
40805 \begin_inset ERT
40806 status collapsed
40807
40808 \begin_layout Plain Layout
40809
40810
40811 \backslash
40812 fcolorbox{black}{
40813 \end_layout
40814
40815 \end_inset
40816
40817 RubineRed
40818 \begin_inset ERT
40819 status collapsed
40820
40821 \begin_layout Plain Layout
40822
40823 }{
40824 \end_layout
40825
40826 \end_inset
40827
40828
40829 \begin_inset Phantom Phantom
40830 status open
40831
40832 \begin_layout Plain Layout
40833 W
40834 \end_layout
40835
40836 \end_inset
40837
40838
40839 \begin_inset ERT
40840 status collapsed
40841
40842 \begin_layout Plain Layout
40843
40844 }
40845 \end_layout
40846
40847 \end_inset
40848
40849  RubineRed
40850 \end_layout
40851
40852 \end_inset
40853 </cell>
40854 <cell alignment="left" valignment="top" usebox="none">
40855 \begin_inset Text
40856
40857 \begin_layout Plain Layout
40858 \begin_inset ERT
40859 status collapsed
40860
40861 \begin_layout Plain Layout
40862
40863
40864 \backslash
40865 fcolorbox{black}{
40866 \end_layout
40867
40868 \end_inset
40869
40870 Salmon
40871 \begin_inset ERT
40872 status collapsed
40873
40874 \begin_layout Plain Layout
40875
40876 }{
40877 \end_layout
40878
40879 \end_inset
40880
40881
40882 \begin_inset Phantom Phantom
40883 status open
40884
40885 \begin_layout Plain Layout
40886 W
40887 \end_layout
40888
40889 \end_inset
40890
40891
40892 \begin_inset ERT
40893 status collapsed
40894
40895 \begin_layout Plain Layout
40896
40897 }
40898 \end_layout
40899
40900 \end_inset
40901
40902  Salmon
40903 \end_layout
40904
40905 \end_inset
40906 </cell>
40907 </row>
40908 <row>
40909 <cell alignment="left" valignment="top" usebox="none">
40910 \begin_inset Text
40911
40912 \begin_layout Plain Layout
40913 \begin_inset ERT
40914 status collapsed
40915
40916 \begin_layout Plain Layout
40917
40918
40919 \backslash
40920 fcolorbox{black}{
40921 \end_layout
40922
40923 \end_inset
40924
40925 SeaGreen
40926 \begin_inset ERT
40927 status collapsed
40928
40929 \begin_layout Plain Layout
40930
40931 }{
40932 \end_layout
40933
40934 \end_inset
40935
40936
40937 \begin_inset Phantom Phantom
40938 status open
40939
40940 \begin_layout Plain Layout
40941 W
40942 \end_layout
40943
40944 \end_inset
40945
40946
40947 \begin_inset ERT
40948 status collapsed
40949
40950 \begin_layout Plain Layout
40951
40952 }
40953 \end_layout
40954
40955 \end_inset
40956
40957  SeaGreen
40958 \end_layout
40959
40960 \end_inset
40961 </cell>
40962 <cell alignment="left" valignment="top" usebox="none">
40963 \begin_inset Text
40964
40965 \begin_layout Plain Layout
40966 \begin_inset ERT
40967 status collapsed
40968
40969 \begin_layout Plain Layout
40970
40971
40972 \backslash
40973 fcolorbox{black}{
40974 \end_layout
40975
40976 \end_inset
40977
40978 Sepia
40979 \begin_inset ERT
40980 status collapsed
40981
40982 \begin_layout Plain Layout
40983
40984 }{
40985 \end_layout
40986
40987 \end_inset
40988
40989
40990 \begin_inset Phantom Phantom
40991 status open
40992
40993 \begin_layout Plain Layout
40994 W
40995 \end_layout
40996
40997 \end_inset
40998
40999
41000 \begin_inset ERT
41001 status collapsed
41002
41003 \begin_layout Plain Layout
41004
41005 }
41006 \end_layout
41007
41008 \end_inset
41009
41010  Sepia
41011 \end_layout
41012
41013 \end_inset
41014 </cell>
41015 <cell alignment="left" valignment="top" usebox="none">
41016 \begin_inset Text
41017
41018 \begin_layout Plain Layout
41019 \begin_inset ERT
41020 status collapsed
41021
41022 \begin_layout Plain Layout
41023
41024
41025 \backslash
41026 fcolorbox{black}{
41027 \end_layout
41028
41029 \end_inset
41030
41031 SkyBlue
41032 \begin_inset ERT
41033 status collapsed
41034
41035 \begin_layout Plain Layout
41036
41037 }{
41038 \end_layout
41039
41040 \end_inset
41041
41042
41043 \begin_inset Phantom Phantom
41044 status open
41045
41046 \begin_layout Plain Layout
41047 W
41048 \end_layout
41049
41050 \end_inset
41051
41052
41053 \begin_inset ERT
41054 status collapsed
41055
41056 \begin_layout Plain Layout
41057
41058 }
41059 \end_layout
41060
41061 \end_inset
41062
41063  SkyBlue
41064 \end_layout
41065
41066 \end_inset
41067 </cell>
41068 <cell alignment="left" valignment="top" usebox="none">
41069 \begin_inset Text
41070
41071 \begin_layout Plain Layout
41072 \begin_inset ERT
41073 status collapsed
41074
41075 \begin_layout Plain Layout
41076
41077
41078 \backslash
41079 fcolorbox{black}{
41080 \end_layout
41081
41082 \end_inset
41083
41084 SpringGreen
41085 \begin_inset ERT
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089
41090 }{
41091 \end_layout
41092
41093 \end_inset
41094
41095
41096 \begin_inset Phantom Phantom
41097 status open
41098
41099 \begin_layout Plain Layout
41100 W
41101 \end_layout
41102
41103 \end_inset
41104
41105
41106 \begin_inset ERT
41107 status collapsed
41108
41109 \begin_layout Plain Layout
41110
41111 }
41112 \end_layout
41113
41114 \end_inset
41115
41116  SpringGreen
41117 \end_layout
41118
41119 \end_inset
41120 </cell>
41121 </row>
41122 <row>
41123 <cell alignment="left" valignment="top" usebox="none">
41124 \begin_inset Text
41125
41126 \begin_layout Plain Layout
41127 \begin_inset ERT
41128 status collapsed
41129
41130 \begin_layout Plain Layout
41131
41132
41133 \backslash
41134 fcolorbox{black}{
41135 \end_layout
41136
41137 \end_inset
41138
41139 Tan
41140 \begin_inset ERT
41141 status collapsed
41142
41143 \begin_layout Plain Layout
41144
41145 }{
41146 \end_layout
41147
41148 \end_inset
41149
41150
41151 \begin_inset Phantom Phantom
41152 status open
41153
41154 \begin_layout Plain Layout
41155 W
41156 \end_layout
41157
41158 \end_inset
41159
41160
41161 \begin_inset ERT
41162 status collapsed
41163
41164 \begin_layout Plain Layout
41165
41166 }
41167 \end_layout
41168
41169 \end_inset
41170
41171  Tan
41172 \end_layout
41173
41174 \end_inset
41175 </cell>
41176 <cell alignment="left" valignment="top" usebox="none">
41177 \begin_inset Text
41178
41179 \begin_layout Plain Layout
41180 \begin_inset ERT
41181 status collapsed
41182
41183 \begin_layout Plain Layout
41184
41185
41186 \backslash
41187 fcolorbox{black}{
41188 \end_layout
41189
41190 \end_inset
41191
41192 TealBlue
41193 \begin_inset ERT
41194 status collapsed
41195
41196 \begin_layout Plain Layout
41197
41198 }{
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \begin_inset Phantom Phantom
41205 status open
41206
41207 \begin_layout Plain Layout
41208 W
41209 \end_layout
41210
41211 \end_inset
41212
41213
41214 \begin_inset ERT
41215 status collapsed
41216
41217 \begin_layout Plain Layout
41218
41219 }
41220 \end_layout
41221
41222 \end_inset
41223
41224  TealBlue
41225 \end_layout
41226
41227 \end_inset
41228 </cell>
41229 <cell alignment="left" valignment="top" usebox="none">
41230 \begin_inset Text
41231
41232 \begin_layout Plain Layout
41233 \begin_inset ERT
41234 status collapsed
41235
41236 \begin_layout Plain Layout
41237
41238
41239 \backslash
41240 fcolorbox{black}{
41241 \end_layout
41242
41243 \end_inset
41244
41245 Thistle
41246 \begin_inset ERT
41247 status collapsed
41248
41249 \begin_layout Plain Layout
41250
41251 }{
41252 \end_layout
41253
41254 \end_inset
41255
41256
41257 \begin_inset Phantom Phantom
41258 status open
41259
41260 \begin_layout Plain Layout
41261 W
41262 \end_layout
41263
41264 \end_inset
41265
41266
41267 \begin_inset ERT
41268 status collapsed
41269
41270 \begin_layout Plain Layout
41271
41272 }
41273 \end_layout
41274
41275 \end_inset
41276
41277  Thistle
41278 \end_layout
41279
41280 \end_inset
41281 </cell>
41282 <cell alignment="left" valignment="top" usebox="none">
41283 \begin_inset Text
41284
41285 \begin_layout Plain Layout
41286 \begin_inset ERT
41287 status collapsed
41288
41289 \begin_layout Plain Layout
41290
41291
41292 \backslash
41293 fcolorbox{black}{
41294 \end_layout
41295
41296 \end_inset
41297
41298 Turquoise
41299 \begin_inset ERT
41300 status collapsed
41301
41302 \begin_layout Plain Layout
41303
41304 }{
41305 \end_layout
41306
41307 \end_inset
41308
41309
41310 \begin_inset Phantom Phantom
41311 status open
41312
41313 \begin_layout Plain Layout
41314 W
41315 \end_layout
41316
41317 \end_inset
41318
41319
41320 \begin_inset ERT
41321 status collapsed
41322
41323 \begin_layout Plain Layout
41324
41325 }
41326 \end_layout
41327
41328 \end_inset
41329
41330  Turquoise
41331 \end_layout
41332
41333 \end_inset
41334 </cell>
41335 </row>
41336 <row>
41337 <cell alignment="left" valignment="top" usebox="none">
41338 \begin_inset Text
41339
41340 \begin_layout Plain Layout
41341 \begin_inset ERT
41342 status collapsed
41343
41344 \begin_layout Plain Layout
41345
41346
41347 \backslash
41348 fcolorbox{black}{
41349 \end_layout
41350
41351 \end_inset
41352
41353 Violet
41354 \begin_inset ERT
41355 status collapsed
41356
41357 \begin_layout Plain Layout
41358
41359 }{
41360 \end_layout
41361
41362 \end_inset
41363
41364
41365 \begin_inset Phantom Phantom
41366 status open
41367
41368 \begin_layout Plain Layout
41369 W
41370 \end_layout
41371
41372 \end_inset
41373
41374
41375 \begin_inset ERT
41376 status collapsed
41377
41378 \begin_layout Plain Layout
41379
41380 }
41381 \end_layout
41382
41383 \end_inset
41384
41385  Violet
41386 \end_layout
41387
41388 \end_inset
41389 </cell>
41390 <cell alignment="left" valignment="top" usebox="none">
41391 \begin_inset Text
41392
41393 \begin_layout Plain Layout
41394 \begin_inset ERT
41395 status collapsed
41396
41397 \begin_layout Plain Layout
41398
41399
41400 \backslash
41401 fcolorbox{black}{
41402 \end_layout
41403
41404 \end_inset
41405
41406 VioletRed
41407 \begin_inset ERT
41408 status collapsed
41409
41410 \begin_layout Plain Layout
41411
41412 }{
41413 \end_layout
41414
41415 \end_inset
41416
41417
41418 \begin_inset Phantom Phantom
41419 status open
41420
41421 \begin_layout Plain Layout
41422 W
41423 \end_layout
41424
41425 \end_inset
41426
41427
41428 \begin_inset ERT
41429 status collapsed
41430
41431 \begin_layout Plain Layout
41432
41433 }
41434 \end_layout
41435
41436 \end_inset
41437
41438  VioletRed
41439 \end_layout
41440
41441 \end_inset
41442 </cell>
41443 <cell alignment="left" valignment="top" usebox="none">
41444 \begin_inset Text
41445
41446 \begin_layout Plain Layout
41447 \begin_inset ERT
41448 status collapsed
41449
41450 \begin_layout Plain Layout
41451
41452
41453 \backslash
41454 fcolorbox{black}{
41455 \end_layout
41456
41457 \end_inset
41458
41459 WildStrawberry
41460 \begin_inset ERT
41461 status collapsed
41462
41463 \begin_layout Plain Layout
41464
41465 }{
41466 \end_layout
41467
41468 \end_inset
41469
41470
41471 \begin_inset Phantom Phantom
41472 status open
41473
41474 \begin_layout Plain Layout
41475 W
41476 \end_layout
41477
41478 \end_inset
41479
41480
41481 \begin_inset ERT
41482 status collapsed
41483
41484 \begin_layout Plain Layout
41485
41486 }
41487 \end_layout
41488
41489 \end_inset
41490
41491  WildStrawberry
41492 \end_layout
41493
41494 \end_inset
41495 </cell>
41496 <cell alignment="left" valignment="top" usebox="none">
41497 \begin_inset Text
41498
41499 \begin_layout Plain Layout
41500 \begin_inset ERT
41501 status collapsed
41502
41503 \begin_layout Plain Layout
41504
41505
41506 \backslash
41507 fcolorbox{black}{
41508 \end_layout
41509
41510 \end_inset
41511
41512 YellowGreen
41513 \begin_inset ERT
41514 status collapsed
41515
41516 \begin_layout Plain Layout
41517
41518 }{
41519 \end_layout
41520
41521 \end_inset
41522
41523
41524 \begin_inset Phantom Phantom
41525 status open
41526
41527 \begin_layout Plain Layout
41528 W
41529 \end_layout
41530
41531 \end_inset
41532
41533
41534 \begin_inset ERT
41535 status collapsed
41536
41537 \begin_layout Plain Layout
41538
41539 }
41540 \end_layout
41541
41542 \end_inset
41543
41544  YellowGreen
41545 \end_layout
41546
41547 \end_inset
41548 </cell>
41549 </row>
41550 <row>
41551 <cell alignment="left" valignment="top" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 \begin_inset ERT
41556 status collapsed
41557
41558 \begin_layout Plain Layout
41559
41560
41561 \backslash
41562 fcolorbox{black}{
41563 \end_layout
41564
41565 \end_inset
41566
41567 YellowOrange
41568 \begin_inset ERT
41569 status collapsed
41570
41571 \begin_layout Plain Layout
41572
41573 }{
41574 \end_layout
41575
41576 \end_inset
41577
41578
41579 \begin_inset Phantom Phantom
41580 status open
41581
41582 \begin_layout Plain Layout
41583 W
41584 \end_layout
41585
41586 \end_inset
41587
41588
41589 \begin_inset ERT
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593
41594 }
41595 \end_layout
41596
41597 \end_inset
41598
41599  YellowOrange
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 <cell alignment="left" valignment="top" usebox="none">
41605 \begin_inset Text
41606
41607 \begin_layout Plain Layout
41608
41609 \end_layout
41610
41611 \end_inset
41612 </cell>
41613 <cell alignment="left" valignment="top" usebox="none">
41614 \begin_inset Text
41615
41616 \begin_layout Plain Layout
41617
41618 \end_layout
41619
41620 \end_inset
41621 </cell>
41622 <cell alignment="left" valignment="top" usebox="none">
41623 \begin_inset Text
41624
41625 \begin_layout Plain Layout
41626
41627 \end_layout
41628
41629 \end_inset
41630 </cell>
41631 </row>
41632 </lyxtabular>
41633
41634 \end_inset
41635
41636
41637 \end_layout
41638
41639 \begin_layout Chapter
41640 第(
41641 \begin_inset CommandInset ref
41642 LatexCommand ref
41643 reference "eq:Wgn"
41644
41645 \end_inset
41646
41647 )式の説明
41648 \begin_inset CommandInset label
41649 LatexCommand label
41650 name "cha:式の説明"
41651
41652 \end_inset
41653
41654
41655 \end_layout
41656
41657 \begin_layout Standard
41658 \begin_inset Formula $n$
41659 \end_inset
41660
41661 個の表セルの全幅
41662 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41663 \end_inset
41664
41665
41666 \begin_inset Formula 
41667 \begin{equation}
41668 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41669 \end{equation}
41670
41671 \end_inset
41672
41673
41674 \end_layout
41675
41676 \begin_layout Standard
41677 で計算できます。ここで
41678 \begin_inset Formula $W_{g\, n}$
41679 \end_inset
41680
41681 は、すべてのセルが持つ固定幅です。
41682 \series bold
41683
41684 \backslash
41685 tabcolsep
41686 \series default
41687 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41688 \begin_inset space \thinspace{}
41689 \end_inset
41690
41691 ptです。
41692 \series bold
41693
41694 \backslash
41695 arrayrulewidth
41696 \series default
41697 は、セル罫線幅であり、既定値は0.4
41698 \begin_inset space \thinspace{}
41699 \end_inset
41700
41701 ptです。
41702 \end_layout
41703
41704 \begin_layout Standard
41705
41706 \begin_inset CommandInset ref
41707 LatexCommand eqref
41708 reference "eq:Wtot_n"
41709
41710 \end_inset
41711
41712 式にしたがえば、連結列の全幅
41713 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41714 \end_inset
41715
41716
41717 \begin_inset Formula 
41718 \begin{equation}
41719 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41720 \end{equation}
41721
41722 \end_inset
41723
41724
41725 \end_layout
41726
41727 \begin_layout Standard
41728 となります。
41729 \begin_inset Formula $n$
41730 \end_inset
41731
41732 列を連結する時には各列の全幅は
41733 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41734 \end_inset
41735
41736 となるので、第
41737 \begin_inset CommandInset ref
41738 LatexCommand eqref
41739 reference "eq:Wtot_n"
41740
41741 \end_inset
41742
41743 式と第
41744 \begin_inset CommandInset ref
41745 LatexCommand eqref
41746 reference "eq:Wtot_mult"
41747
41748 \end_inset
41749
41750 式が等しいものと置けば、必要となる固定幅
41751 \begin_inset Formula $W_{g\, n}$
41752 \end_inset
41753
41754 を計算することができて、
41755 \begin_inset Formula 
41756 \begin{equation}
41757 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41758 \end{equation}
41759
41760 \end_inset
41761
41762 となります。
41763 \end_layout
41764
41765 \begin_layout Bibliography
41766 \labelwidthstring 参考文献
41767 \begin_inset CommandInset bibitem
41768 LatexCommand bibitem
41769 key "latexcompanion"
41770
41771 \end_inset
41772
41773 Frank Mittelbach and Michel Goossens: 
41774 \emph on
41775 The LaTeX Companion Second Edition.
41776
41777 \emph default
41778  Addison-Wesley, 2004
41779 \end_layout
41780
41781 \begin_layout Bibliography
41782 \labelwidthstring 参考文献
41783 \begin_inset CommandInset bibitem
41784 LatexCommand bibitem
41785 key "latexguide"
41786
41787 \end_inset
41788
41789 Helmut Kopka and Patrick W.
41790  Daly: 
41791 \emph on
41792 A Guide to LaTeX Fourth Edition.
41793
41794 \emph default
41795  Addison-Wesley, 2003
41796 \end_layout
41797
41798 \begin_layout Bibliography
41799 \labelwidthstring 参考文献
41800 \begin_inset CommandInset bibitem
41801 LatexCommand bibitem
41802 key "latexbook"
41803
41804 \end_inset
41805
41806 Leslie Lamport: 
41807 \emph on
41808 LaTeX: A Document Preparation System.
41809
41810 \emph default
41811  Addison-Wesley, second edition, 1994
41812 \end_layout
41813
41814 \begin_layout Bibliography
41815 \labelwidthstring 参考文献
41816 \begin_inset CommandInset bibitem
41817 LatexCommand bibitem
41818 key "arydshln"
41819
41820 \end_inset
41821
41822 LaTeXパッケージ
41823 \series bold
41824
41825 \begin_inset CommandInset href
41826 LatexCommand href
41827 name "arydshln"
41828 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41829
41830 \end_inset
41831
41832
41833 \series default
41834
41835 \begin_inset Index idx
41836 status collapsed
41837
41838 \begin_layout Plain Layout
41839 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41840 \end_layout
41841
41842 \end_inset
41843
41844
41845 \end_layout
41846
41847 \begin_layout Bibliography
41848 \labelwidthstring 参考文献
41849 \begin_inset CommandInset bibitem
41850 LatexCommand bibitem
41851 key "booktabs"
41852
41853 \end_inset
41854
41855 LaTeXパッケージ
41856 \series bold
41857
41858 \begin_inset CommandInset href
41859 LatexCommand href
41860 name "booktabs"
41861 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41862
41863 \end_inset
41864
41865
41866 \series default
41867
41868 \begin_inset Index idx
41869 status collapsed
41870
41871 \begin_layout Plain Layout
41872 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41873 \end_layout
41874
41875 \end_inset
41876
41877 の取扱説明書
41878 \end_layout
41879
41880 \begin_layout Bibliography
41881 \labelwidthstring 参考文献
41882 \begin_inset CommandInset bibitem
41883 LatexCommand bibitem
41884 key "caption"
41885
41886 \end_inset
41887
41888 LaTeXパッケージ
41889 \series bold
41890
41891 \begin_inset CommandInset href
41892 LatexCommand href
41893 name "caption"
41894 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
41895
41896 \end_inset
41897
41898
41899 \series default
41900
41901 \begin_inset Index idx
41902 status collapsed
41903
41904 \begin_layout Plain Layout
41905 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41906 \end_layout
41907
41908 \end_inset
41909
41910 の取扱説明書
41911 \end_layout
41912
41913 \begin_layout Bibliography
41914 \labelwidthstring 参考文献
41915 \begin_inset CommandInset bibitem
41916 LatexCommand bibitem
41917 key "diagbox"
41918
41919 \end_inset
41920
41921 LaTeXパッケージ
41922 \series bold
41923
41924 \begin_inset CommandInset href
41925 LatexCommand href
41926 name "diagbox"
41927 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41928
41929 \end_inset
41930
41931
41932 \series default
41933
41934 \begin_inset Index idx
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \end_layout
41945
41946 \begin_layout Bibliography
41947 \labelwidthstring 参考文献
41948 \begin_inset CommandInset bibitem
41949 LatexCommand bibitem
41950 key "endfloat"
41951
41952 \end_inset
41953
41954 LaTeXパッケージ
41955 \series bold
41956
41957 \begin_inset CommandInset href
41958 LatexCommand href
41959 name "endfloat"
41960 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41961
41962 \end_inset
41963
41964
41965 \series default
41966
41967 \begin_inset Index idx
41968 status collapsed
41969
41970 \begin_layout Plain Layout
41971 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41972 \end_layout
41973
41974 \end_inset
41975
41976 の取扱説明書
41977 \end_layout
41978
41979 \begin_layout Bibliography
41980 \labelwidthstring 参考文献
41981 \begin_inset CommandInset bibitem
41982 LatexCommand bibitem
41983 key "footmisc"
41984
41985 \end_inset
41986
41987 LaTeXパッケージ
41988 \series bold
41989
41990 \begin_inset CommandInset href
41991 LatexCommand href
41992 name "footmisc"
41993 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41994
41995 \end_inset
41996
41997
41998 \series default
41999
42000 \begin_inset Index idx
42001 status collapsed
42002
42003 \begin_layout Plain Layout
42004 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42005 \end_layout
42006
42007 \end_inset
42008
42009 の取扱説明書
42010 \end_layout
42011
42012 \begin_layout Bibliography
42013 \labelwidthstring 参考文献
42014 \begin_inset CommandInset bibitem
42015 LatexCommand bibitem
42016 key "hypcap"
42017
42018 \end_inset
42019
42020 LaTeXパッケージ
42021 \series bold
42022
42023 \begin_inset CommandInset href
42024 LatexCommand href
42025 name "hypcap"
42026 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42027
42028 \end_inset
42029
42030
42031 \series default
42032
42033 \begin_inset Index idx
42034 status collapsed
42035
42036 \begin_layout Plain Layout
42037 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42038 \end_layout
42039
42040 \end_inset
42041
42042 の取扱説明書
42043 \end_layout
42044
42045 \begin_layout Bibliography
42046 \labelwidthstring 参考文献
42047 \begin_inset CommandInset bibitem
42048 LatexCommand bibitem
42049 key "hyperref"
42050
42051 \end_inset
42052
42053 LaTeXパッケージ
42054 \series bold
42055
42056 \begin_inset CommandInset href
42057 LatexCommand href
42058 name "hyperref"
42059 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42060
42061 \end_inset
42062
42063
42064 \series default
42065
42066 \begin_inset Index idx
42067 status collapsed
42068
42069 \begin_layout Plain Layout
42070 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42071 \end_layout
42072
42073 \end_inset
42074
42075 の取扱説明書
42076 \end_layout
42077
42078 \begin_layout Bibliography
42079 \labelwidthstring 参考文献
42080 \begin_inset CommandInset bibitem
42081 LatexCommand bibitem
42082 key "KOMA-script"
42083
42084 \end_inset
42085
42086 LaTeXパッケージ
42087 \series bold
42088
42089 \begin_inset CommandInset href
42090 LatexCommand href
42091 name "KOMA-script"
42092 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
42093
42094 \end_inset
42095
42096
42097 \series default
42098
42099 \begin_inset Index idx
42100 status collapsed
42101
42102 \begin_layout Plain Layout
42103 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42104 \end_layout
42105
42106 \end_inset
42107
42108 の取扱説明書
42109 \end_layout
42110
42111 \begin_layout Bibliography
42112 \labelwidthstring 参考文献
42113 \begin_inset CommandInset bibitem
42114 LatexCommand bibitem
42115 key "lettrine"
42116
42117 \end_inset
42118
42119 LaTeXパッケージ
42120 \series bold
42121
42122 \begin_inset CommandInset href
42123 LatexCommand href
42124 name "lettrine"
42125 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42126
42127 \end_inset
42128
42129
42130 \series default
42131 及び
42132 \begin_inset CommandInset href
42133 LatexCommand href
42134 name "用例"
42135 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42136
42137 \end_inset
42138
42139
42140 \begin_inset Index idx
42141 status collapsed
42142
42143 \begin_layout Plain Layout
42144 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \end_layout
42151
42152 \begin_layout Bibliography
42153 \labelwidthstring 参考文献
42154 \begin_inset CommandInset bibitem
42155 LatexCommand bibitem
42156 key "listings"
42157
42158 \end_inset
42159
42160 LaTeXパッケージ
42161 \series bold
42162
42163 \begin_inset CommandInset href
42164 LatexCommand href
42165 name "listings"
42166 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42167
42168 \end_inset
42169
42170
42171 \series default
42172
42173 \begin_inset Index idx
42174 status collapsed
42175
42176 \begin_layout Plain Layout
42177 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42178 \end_layout
42179
42180 \end_inset
42181
42182 の取扱説明書
42183 \end_layout
42184
42185 \begin_layout Bibliography
42186 \labelwidthstring 参考文献
42187 \begin_inset CommandInset bibitem
42188 LatexCommand bibitem
42189 key "marginnote"
42190
42191 \end_inset
42192
42193 LaTeXパッケージ
42194 \series bold
42195
42196 \begin_inset CommandInset href
42197 LatexCommand href
42198 name "marginnote"
42199 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42200
42201 \end_inset
42202
42203
42204 \series default
42205
42206 \begin_inset Index idx
42207 status collapsed
42208
42209 \begin_layout Plain Layout
42210 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42211 \end_layout
42212
42213 \end_inset
42214
42215 の取扱説明書
42216 \end_layout
42217
42218 \begin_layout Bibliography
42219 \labelwidthstring 参考文献
42220 \begin_inset CommandInset bibitem
42221 LatexCommand bibitem
42222 key "pdfpages"
42223
42224 \end_inset
42225
42226 LaTeXパッケージ
42227 \series bold
42228
42229 \begin_inset CommandInset href
42230 LatexCommand href
42231 name "pdfpages"
42232 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42233
42234 \end_inset
42235
42236
42237 \series default
42238
42239 \begin_inset Index idx
42240 status collapsed
42241
42242 \begin_layout Plain Layout
42243 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42244 \end_layout
42245
42246 \end_inset
42247
42248 の取扱説明書
42249 \end_layout
42250
42251 \begin_layout Bibliography
42252 \labelwidthstring 参考文献
42253 \begin_inset CommandInset bibitem
42254 LatexCommand bibitem
42255 key "prettyref"
42256
42257 \end_inset
42258
42259 LaTeXパッケージ
42260 \series bold
42261
42262 \begin_inset CommandInset href
42263 LatexCommand href
42264 name "prettyref"
42265 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42266
42267 \end_inset
42268
42269
42270 \series default
42271
42272 \begin_inset Index idx
42273 status collapsed
42274
42275 \begin_layout Plain Layout
42276 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42277 \end_layout
42278
42279 \end_inset
42280
42281 の取扱説明書
42282 \end_layout
42283
42284 \begin_layout Bibliography
42285 \labelwidthstring 参考文献
42286 \begin_inset CommandInset bibitem
42287 LatexCommand bibitem
42288 key "pstricks"
42289
42290 \end_inset
42291
42292 LaTeXパッケージ
42293 \series bold
42294
42295 \begin_inset CommandInset href
42296 LatexCommand href
42297 name "PSTricks"
42298 target "http://tug.org/PSTricks/"
42299
42300 \end_inset
42301
42302
42303 \series default
42304
42305 \begin_inset Index idx
42306 status collapsed
42307
42308 \begin_layout Plain Layout
42309 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42310 \end_layout
42311
42312 \end_inset
42313
42314 のウェブページ
42315 \end_layout
42316
42317 \begin_layout Bibliography
42318 \labelwidthstring 参考文献
42319 \begin_inset CommandInset bibitem
42320 LatexCommand bibitem
42321 key "refstyle"
42322
42323 \end_inset
42324
42325 LaTeXパッケージ
42326 \series bold
42327
42328 \begin_inset CommandInset href
42329 LatexCommand href
42330 name "refstyle"
42331 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42332
42333 \end_inset
42334
42335
42336 \series default
42337
42338 \begin_inset Index idx
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42343 \end_layout
42344
42345 \end_inset
42346
42347 の取扱説明書
42348 \end_layout
42349
42350 \begin_layout Bibliography
42351 \labelwidthstring 参考文献
42352 \begin_inset CommandInset bibitem
42353 LatexCommand bibitem
42354 key "sidecap"
42355
42356 \end_inset
42357
42358 LaTeXパッケージ
42359 \series bold
42360
42361 \begin_inset CommandInset href
42362 LatexCommand href
42363 name "sidecap"
42364 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42365
42366 \end_inset
42367
42368
42369 \series default
42370
42371 \begin_inset Index idx
42372 status collapsed
42373
42374 \begin_layout Plain Layout
42375 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42376 \end_layout
42377
42378 \end_inset
42379
42380 の取扱説明書
42381 \end_layout
42382
42383 \begin_layout Bibliography
42384 \labelwidthstring 参考文献
42385 \begin_inset CommandInset bibitem
42386 LatexCommand bibitem
42387 key "NewInLyX20"
42388
42389 \end_inset
42390
42391
42392 \family sans
42393 LyX 2.0
42394 \family default
42395 の新機能に関する
42396 \begin_inset CommandInset href
42397 LatexCommand href
42398 name "Wikiページ"
42399 target "http://wiki.lyx.org/LyX/NewInLyX20"
42400
42401 \end_inset
42402
42403
42404 \end_layout
42405
42406 \begin_layout Standard
42407 \begin_inset CommandInset index_print
42408 LatexCommand printindex
42409 type "idx"
42410
42411 \end_inset
42412
42413
42414 \end_layout
42415
42416 \end_body
42417 \end_document