]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe \caption* in longtables
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \begin_local_layout
188 InsetLayout             Flex:Ruby
189 LyxType         charstyle
190 LatexType               command
191 LatexName               ruby
192 BgColor         none
193 LabelString             "ルビ"
194 Decoration              Conglomerate
195 Argument post:1
196       LabelString       "ルビ文"
197       MenuString        "ルビ文(S)|S"
198       Decoration        Conglomerate
199       Font
200             Size                tiny
201       EndFont
202       LabelFont
203             Size                tiny
204       EndFont
205       Mandatory 1
206 EndArgument
207 Preamble
208 \IfFileExists{okumacro.sty}
209  {\usepackage{okumacro}}
210  {\newcommand{\ruby}[2]{#2}}
211 EndPreamble
212 End
213 \end_local_layout
214 \language japanese
215 \language_package default
216 \inputencoding auto
217 \fontencoding global
218 \font_roman default
219 \font_sans default
220 \font_typewriter default
221 \font_math auto
222 \font_default_family default
223 \use_non_tex_fonts false
224 \font_sc false
225 \font_osf false
226 \font_sf_scale 100
227 \font_tt_scale 100
228 \graphics default
229 \default_output_format pdf
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks true
241 \pdf_bookmarksnumbered true
242 \pdf_bookmarksopen true
243 \pdf_bookmarksopenlevel 1
244 \pdf_breaklinks false
245 \pdf_pdfborder false
246 \pdf_colorlinks true
247 \pdf_backref false
248 \pdf_pdfusetitle false
249 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
250 \papersize a4paper
251 \use_geometry true
252 \use_package amsmath 2
253 \use_package amssymb 2
254 \use_package cancel 0
255 \use_package esint 0
256 \use_package mathdots 1
257 \use_package mathtools 0
258 \use_package mhchem 1
259 \use_package stackrel 0
260 \use_package stmaryrd 0
261 \use_package undertilde 0
262 \cite_engine basic
263 \cite_engine_type default
264 \biblio_style plain
265 \use_bibtopic false
266 \use_indices false
267 \paperorientation portrait
268 \suppress_date false
269 \justification true
270 \use_refstyle 0
271 \notefontcolor #0000ff
272 \index 索引
273 \shortcut idx
274 \color #008000
275 \end_index
276 \leftmargin 2.5cm
277 \topmargin 2.5cm
278 \rightmargin 2.5cm
279 \bottommargin 3cm
280 \secnumdepth 3
281 \tocdepth 3
282 \paragraph_separation skip
283 \defskip medskip
284 \quotes_language english
285 \papercolumns 1
286 \papersides 2
287 \paperpagestyle default
288 \bullet 1 1 34 -1
289 \bullet 2 2 35 -1
290 \bullet 3 2 7 -1
291 \tracking_changes false
292 \output_changes false
293 \html_math_output 0
294 \html_css_as_file 0
295 \html_be_strict false
296 \end_header
297
298 \begin_body
299
300 \begin_layout Title
301 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
302 \end_layout
303
304 \begin_layout Author
305 LyXプロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317
318 \end_inset
319
320  までお送り下さい。
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Note Note
327 status collapsed
328
329 \begin_layout Plain Layout
330 著者:Uwe Stöhr
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 第2.1.x版
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 本文書の全体をPDFやPS、DVIに書き出すには、
363 \series bold
364 arydshln
365 \series default
366
367 \series bold
368 colortbl
369 \series default
370
371 \series bold
372 diagbox
373 \series default
374
375 \series bold
376 lettrine
377 \series default
378
379 \series bold
380 marginnote
381 \series default
382
383 \series bold
384 picinpar
385 \series default
386
387 \series bold
388 sidecap
389 \series default
390 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
391 されません。
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
402 \series default
403
404 \begin_inset Newline newline
405 \end_inset
406
407 にあります。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Chapter
416
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 ず@図
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset Index idx
428 status collapsed
429
430 \begin_layout Plain Layout
431 がぞう@画像
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 |see{
438 \end_layout
439
440 \end_inset
441
442
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Plain Layout
447
448 }
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Section
462 画像ダイアログ
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 ず@図 ! がぞうだいあろぐ@画像ダイアログ
468 \end_layout
469
470 \end_inset
471
472
473 \begin_inset CommandInset label
474 LatexCommand label
475 name "sec:画像ダイアログ"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Standard
483 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
484 \family sans
485
486 \begin_inset Info
487 type  "icon"
488 arg   "dialog-show-new-inset graphics"
489 \end_inset
490
491
492 \family default
493 をクリックするか、
494 \family sans
495 挿入\SpecialChar \menuseparator
496 画像
497 \family default
498 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
499 \end_layout
500
501 \begin_layout Standard
502 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 画像
509 \family default
510  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
511 \begin_inset CommandInset ref
512 LatexCommand ref
513 reference "cha:LyXで使用できる単位"
514
515 \end_inset
516
517 に説明があります。
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 ず@図 ! のかいてん@---の回転
527 \end_layout
528
529 \end_inset
530
531 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 ず@図 ! のしんしゅく@---の伸縮
541 \end_layout
542
543 \end_inset
544
545 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
546 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
547 \family sans
548 縦横比を維持する
549 \family default
550 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
551 \begin_inset Newline newline
552 \end_inset
553
554 画像を右クリックすると現れるコンテクストメニューで
555 \family sans
556 外部で編集
557 \family default
558 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
559 ます。
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 切り抜き
566 \family default
567  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
568 \family sans
569 ファイルから取得
570 \family default
571 ボタンを押すことによって、自動的に計算することもできます。
572 \family sans
573 境界枠で切り抜く
574 \family default
575 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
576 \end_layout
577
578 \begin_layout Description
579
580 \family sans
581 LaTeXとLyXのオプション
582 \family default
583  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
584 \family sans
585
586 \begin_inset Newline newline
587 \end_inset
588
589 下書きモード
590 \family default
591 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
592 \family sans
593
594 \begin_inset Newline newline
595 \end_inset
596
597 エクスポートする際に解凍しない
598 \family default
599 オプションは、
600 \emph on
601 x.eps.gz
602 \emph default
603 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
604 ません。
605 \begin_inset Newline newline
606 \end_inset
607
608 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:PostScript"
612
613 \end_inset
614
615 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
616 \begin_inset Newline newline
617 \end_inset
618
619
620 \series bold
621 gzip x.eps
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627
628 \series bold
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \family sans
641 画像グループ
642 \family default
643 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 ず@図 ! せっていぐるーぷ@設定グループ
649 \end_layout
650
651 \end_inset
652
653 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
654 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
655 を使用して、望むグループ名をチェックすることで行うこともできます。
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 下記はEPS書式
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 画像書式は、第
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:画像形式"
675
676 \end_inset
677
678 節に説明されています。
679 \end_layout
680
681 \end_inset
682
683 の画像の例で、単独の中央揃えの段落に置いてあります。
684 \end_layout
685
686 \begin_layout Standard
687 \align center
688 \begin_inset Graphics
689         filename ../clipart/mobius.eps
690         scale 70
691         scaleBeforeRotation
692         rotateOrigin center
693
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 下記は上と同じ画像ですが、下書きモードのものです。
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         draft
709         scaleBeforeRotation
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset Newpage newpage
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Section
725 図フロート
726 \begin_inset CommandInset label
727 LatexCommand label
728 name "sec:図フロート"
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 ふろーと@フロート ! ず@図
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Index idx
744 status collapsed
745
746 \begin_layout Plain Layout
747 ず@図 ! ふろーと@フロート
748 \end_layout
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 フロートについての一般的な説明は、第
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "sec:フロートはじめに"
760
761 \end_inset
762
763 節をご覧下さい。
764 \end_layout
765
766 \begin_layout Standard
767 ツールバーボタンの
768 \family sans
769
770 \begin_inset Info
771 type  "icon"
772 arg   "float-insert figure"
773 \end_inset
774
775
776 \family default
777
778 \family sans
779 挿入\SpecialChar \menuseparator
780 フロート\SpecialChar \menuseparator
781
782 \family default
783 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "fig:犠牲のカモノハシ"
787
788 \end_inset
789
790 のようにキャプションの上に置くこともできますし、図
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "fig:エッシャー"
794
795 \end_inset
796
797 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "sec:キャプションの配置"
801
802 \end_inset
803
804 節に述べられています。
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/platypus.eps
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:犠牲のカモノハシ"
833
834 \end_inset
835
836 フロート中の激しく歪んだカモノハシ
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:エッシャー"
862
863 \end_inset
864
865 行ってしまったM.C.エッシャー
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 さんしょう@参照 ! ずへの@図への ---
897 \end_layout
898
899 \end_inset
900
901
902 \begin_inset CommandInset ref
903 LatexCommand ref
904 reference "fig:犠牲のカモノハシ"
905
906 \end_inset
907
908 図と第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:エッシャー"
912
913 \end_inset
914
915 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
916 \family sans
917 挿入\SpecialChar \menuseparator
918 ラベル
919 \family default
920 メニューかツールバーボタン
921 \family sans
922
923 \begin_inset Info
924 type  "icon"
925 arg   "label-insert"
926 \end_inset
927
928
929 \family default
930 を使用して、キャプションにラベルを挿入してください。その後、
931 \family sans
932 挿入\SpecialChar \menuseparator
933 相互参照
934 \family default
935 メニューかツールバーボタン
936 \family sans
937
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943
944 \family default
945 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
946 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
947 \begin_inset Newline newline
948 \end_inset
949
950 参照は、第
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "sec:フロートの参照"
954
955 \end_inset
956
957 節で詳細に説明されています。
958 \end_layout
959
960 \begin_layout Standard
961 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
962 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:歪められた二つの像"
966
967 \end_inset
968
969 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
970 \begin_inset CommandInset ref
971 LatexCommand ref
972 reference "fig:何かわからない構造"
973
974 \end_inset
975
976 と図
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "fig:カモノハシ"
980
981 \end_inset
982
983 が内部図になります。
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption Standard
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:何かわからない構造"
1009
1010 \end_inset
1011
1012 何かわからない構造
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/escher-lsd.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "fig:カモノハシ"
1051
1052 \end_inset
1053
1054 カモノハシ
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Graphics
1064         filename ../clipart/platypus.eps
1065         width 45col%
1066         scaleBeforeRotation
1067         groupId distorted
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \end_inset
1075
1076
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:歪められた二つの像"
1090
1091 \end_inset
1092
1093 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \end_layout
1105
1106 \begin_layout Standard
1107 \begin_inset Newpage newpage
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Section
1114 画像形式
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "sec:画像形式"
1118
1119 \end_inset
1120
1121
1122 \begin_inset Index idx
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 がぞうけいしき@画像形式
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset Index idx
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 ず@図 ! がぞうけいしき@画像形式
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Standard
1145 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "cha:ファイル出力形式"
1149
1150 \end_inset
1151
1152 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1153 ウンドで
1154 \family typewriter
1155 ImageMagick
1156 \family default
1157 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1158 用するとよいでしょう。出力ファイル形式は、付録
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "cha:ファイル出力形式"
1162
1163 \end_inset
1164
1165 に説明されています。
1166 \end_layout
1167
1168 \begin_layout Standard
1169 フォントと同じく、画像形式にも以下の二つの型があります。
1170 \end_layout
1171
1172 \begin_layout Description
1173 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1174 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1175 \family typewriter
1176 .gif
1177 \family default
1178 」)
1179 \begin_inset Index idx
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 GIF
1184 \begin_inset ERT
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188
1189 |see{
1190 \end_layout
1191
1192 \end_inset
1193
1194 画像書式
1195 \begin_inset ERT
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199
1200 }
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \end_inset
1209
1210 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1211 \family typewriter
1212 .png
1213 \family default
1214 」)
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 PNG
1220 \begin_inset ERT
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224
1225 |see{
1226 \end_layout
1227
1228 \end_inset
1229
1230 画像書式
1231 \begin_inset ERT
1232 status collapsed
1233
1234 \begin_layout Plain Layout
1235
1236 }
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1247 \family typewriter
1248 .jpg
1249 \family default
1250 」または「
1251 \family typewriter
1252 .jpeg
1253 \family default
1254 」)
1255 \begin_inset Index idx
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259 JPG
1260 \begin_inset ERT
1261 status collapsed
1262
1263 \begin_layout Plain Layout
1264
1265 |see{
1266 \end_layout
1267
1268 \end_inset
1269
1270 画像書式
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 }
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \end_inset
1285
1286 などがあります。
1287 \end_layout
1288
1289 \begin_layout Description
1290 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1291 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1292 に便利です。
1293 \begin_inset Newline newline
1294 \end_inset
1295
1296 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1297 \family typewriter
1298 .svg
1299 \family default
1300 」)
1301 \begin_inset Index idx
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 SVG
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 |see{
1312 \end_layout
1313
1314 \end_inset
1315
1316 画像書式
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1333 \family typewriter
1334 .eps
1335 \family default
1336 」)
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 EPS
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 |see{
1348 \end_layout
1349
1350 \end_inset
1351
1352 画像書式
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1369 \family typewriter
1370 .pdf
1371 \family default
1372 」)
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 PDF
1378 \end_layout
1379
1380 \end_inset
1381
1382 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1383 \family typewriter
1384 .wmf
1385 \family default
1386 」)
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 SVG
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 |see{
1398 \end_layout
1399
1400 \end_inset
1401
1402 画像書式
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 }
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1419 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1420 \begin_inset Foot
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 PDFの場合には、さらに元画像が圧縮されます。
1425 \end_layout
1426
1427 \end_inset
1428
1429 。たとえば、
1430 \family typewriter
1431 Adobe Photoshop
1432 \family default
1433 が生成するPDFファイルは、ビットマップ画像です。
1434 \end_layout
1435
1436 \begin_layout Standard
1437 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1438 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1439 \begin_inset Formula $\to$
1440 \end_inset
1441
1442 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1443 \end_layout
1444
1445 \begin_layout Chapter
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 ひょう@表
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Section
1460 はじめに
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 ひょう@表 ! はじめに
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474
1475 \family roman
1476 \series medium
1477 \shape up
1478 \size normal
1479 \emph off
1480 \bar no
1481 \noun off
1482 \color none
1483 表を挿入するには、ツールバーボタ
1484 \family default
1485 \series default
1486 \shape default
1487 \size default
1488 \emph default
1489 \bar default
1490 \noun default
1491 \color inherit
1492
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "tabular-insert"
1496 \end_inset
1497
1498
1499 \family roman
1500 \series medium
1501 \shape up
1502 \size normal
1503 \emph off
1504 \bar no
1505 \noun off
1506 \color none
1507
1508 \family sans
1509 \series default
1510 \shape default
1511 \size default
1512 \emph default
1513 \bar default
1514 \noun default
1515 \color inherit
1516 挿入\SpecialChar \menuseparator
1517
1518 \family default
1519 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1520 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1521 \begin_inset Newline newline
1522 \end_inset
1523
1524 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1525 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="4">
1532 <features rotate="0" tabularvalignment="middle">
1533 <column alignment="center" valignment="top">
1534 <column alignment="center" valignment="top">
1535 <column alignment="center" valignment="top">
1536 <column alignment="center" valignment="top">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 1
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 2
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 3
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 </lyxtabular>
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Section
1697 表ダイアログ
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 ひょう@表 ! だいあろぐ@ダイアログ
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Standard
1711
1712 \family roman
1713 \series medium
1714 \shape up
1715 \size normal
1716 \emph off
1717 \bar no
1718 \noun off
1719 \color none
1720 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1721 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1722 \family default
1723 \series default
1724 \shape default
1725 \size default
1726 \emph default
1727 \bar default
1728 \noun default
1729 \color inherit
1730 セルの
1731 \emph on
1732 内容
1733 \emph default
1734 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738 ダイアログオプションの
1739 \family sans
1740 直ちに適用
1741 \family default
1742 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1743 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1744 \begin_inset Newline newline
1745 \end_inset
1746
1747 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1748 \end_layout
1749
1750 \begin_layout Description
1751
1752 \family sans
1753 表の設定
1754 \family default
1755  ここでは、現在列の幅と水平揃えを設定することができます。
1756 \family sans
1757 小数点で
1758 \family default
1759 とある揃えは、第
1760 \begin_inset CommandInset ref
1761 LatexCommand ref
1762 reference "sub:特殊なセル揃え"
1763
1764 \end_inset
1765
1766 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1767 は、第
1768 \begin_inset CommandInset ref
1769 LatexCommand ref
1770 reference "sub:複数行"
1771
1772 \end_inset
1773
1774 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1775 \begin_inset Newline newline
1776 \end_inset
1777
1778 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1779 \begin_inset CommandInset ref
1780 LatexCommand ref
1781 reference "sub:連結列"
1782
1783 \end_inset
1784
1785 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1786 \begin_inset CommandInset ref
1787 LatexCommand ref
1788 reference "sub:連結行"
1789
1790 \end_inset
1791
1792 節をご参照ください。
1793 \begin_inset Newline newline
1794 \end_inset
1795
1796 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1797 \begin_inset Newline newline
1798 \end_inset
1799
1800
1801 \begin_inset Note Greyedout
1802 status open
1803
1804 \begin_layout Plain Layout
1805
1806 \series bold
1807 【註】
1808 \series default
1809 DVIビューアのすべてが回転を表示できるわけではありません。
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \begin_inset Newline newline
1816 \end_inset
1817
1818 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1819 \begin_inset Newline newline
1820 \end_inset
1821
1822 各種の揃えを適用した同一行中の表:
1823 \begin_inset Tabular
1824 <lyxtabular version="3" rows="2" columns="2">
1825 <features rotate="0" tabularvalignment="top">
1826 <column alignment="center" valignment="top" width="0pt">
1827 <column alignment="center" valignment="top">
1828 <row>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 1
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853 A
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 </lyxtabular>
1869
1870 \end_inset
1871
1872  
1873 \begin_inset Tabular
1874 <lyxtabular version="3" rows="2" columns="2">
1875 <features rotate="0" tabularvalignment="middle">
1876 <column alignment="center" valignment="top">
1877 <column alignment="center" valignment="top">
1878 <row>
1879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 1
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 A
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922  
1923 \begin_inset Tabular
1924 <lyxtabular version="3" rows="2" columns="2">
1925 <features rotate="0" tabularvalignment="bottom">
1926 <column alignment="center" valignment="top" width="0pt">
1927 <column alignment="center" valignment="top">
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942 1
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 <row>
1949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 A
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 </row>
1968 </lyxtabular>
1969
1970 \end_inset
1971
1972
1973 \begin_inset Newline newline
1974 \end_inset
1975
1976 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1977 \begin_inset CommandInset ref
1978 LatexCommand ref
1979 reference "sub:連結列の計算"
1980
1981 \end_inset
1982
1983 節および第
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "sec:色付きの表"
1987
1988 \end_inset
1989
1990 節をご参照下さい。
1991 \end_layout
1992
1993 \begin_layout Description
1994
1995 \family sans
1996 罫線
1997 \family default
1998  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 様式オプションとして
2003 \family sans
2004 フォーマル様式
2005 \family default
2006 を使用すると、第
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "sec:フォーマル形式の表"
2010
2011 \end_inset
2012
2013 節に述べられているフォーマル様式の表に表を変換します。
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 またここで、第
2018 \begin_inset CommandInset ref
2019 LatexCommand ref
2020 reference "sub:行の余白取り"
2021
2022 \end_inset
2023
2024 節に述べられているように、表の行に空白を追加することもできます。
2025 \end_layout
2026
2027 \begin_layout Description
2028
2029 \family sans
2030 長尺表
2031 \family default
2032  このタブは、複数のページにわたる、いわゆる「
2033 \emph on
2034 長尺表
2035 \emph default
2036 」を作るためのものです。第
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "sec:長尺表"
2040
2041 \end_inset
2042
2043 節および第
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sec:長尺表にまつわる諸点"
2047
2048 \end_inset
2049
2050 節に、長尺表の機能に関する詳細な説明があります。
2051 \end_layout
2052
2053 \begin_layout Section
2054 表ツールバー
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 ひょう@表 ! つーるばー@ツールバー
2060 \end_layout
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2069 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2070 \end_layout
2071
2072 \begin_layout Standard
2073 ツールバーには、以下のアイコンがあります。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078
2079 \family sans
2080 \begin_inset Info
2081 type  "icon"
2082 arg   "inset-modify tabular append-row"
2083 \end_inset
2084
2085
2086 \family default
2087  は、現在セルあるいは選択範囲の下に行を追加します。
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092
2093 \family sans
2094 \begin_inset Info
2095 type  "icon"
2096 arg   "inset-modify tabular append-column"
2097 \end_inset
2098
2099
2100 \family default
2101  は、現在セルあるいは選択範囲の右に列を追加します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106
2107 \family sans
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular delete-row"
2111 \end_inset
2112
2113
2114 \family default
2115  は、現在行あるいは選択範囲行を削除します。
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120
2121 \family sans
2122 \begin_inset Info
2123 type  "icon"
2124 arg   "inset-modify tabular delete-column"
2125 \end_inset
2126
2127
2128 \family default
2129  は、現在列あるいは選択範囲列を削除します。
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134
2135 \family sans
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "inset-modify tabular toggle-line-top"
2139 \end_inset
2140
2141
2142 \family default
2143  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148
2149 \family sans
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "inset-modify tabular toggle-line-bottom"
2153 \end_inset
2154
2155
2156 \family default
2157  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162
2163 \family sans
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "inset-modify tabular toggle-line-left"
2167 \end_inset
2168
2169
2170 \family default
2171  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular toggle-line-right"
2181 \end_inset
2182
2183
2184 \family default
2185  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "inset-modify tabular set-all-lines"
2195 \end_inset
2196
2197
2198 \family default
2199  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "inset-modify tabular unset-all-lines"
2209 \end_inset
2210
2211
2212 \family default
2213  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "inset-modify tabular m-align-left"
2223 \end_inset
2224
2225
2226 \family default
2227  は、現在セルあるいは現在列の内容を左揃えにします。
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "inset-modify tabular m-align-center"
2237 \end_inset
2238
2239
2240 \family default
2241  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular m-align-right"
2251 \end_inset
2252
2253
2254 \family default
2255  は、現在セルあるいは現在列の内容を右揃えにします。
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "inset-modify tabular align-decimal"
2265 \end_inset
2266
2267
2268 \family default
2269  は、現在セルの内容を特定文字位置で揃えます。
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "inset-modify tabular m-valign-top"
2279 \end_inset
2280
2281
2282 \family default
2283  は、現在セルの内容を垂直方向上揃えにします。
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "inset-modify tabular m-valign-middle"
2293 \end_inset
2294
2295
2296 \family default
2297  は、現在セルの内容を垂直方向中央揃えにします。
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "inset-modify tabular m-valign-bottom"
2307 \end_inset
2308
2309
2310 \family default
2311  は、現在セルの内容を垂直方向下揃えにします。
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "inset-modify tabular set-rotate-cell"
2321 \end_inset
2322
2323
2324 \family default
2325  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330
2331 \family sans
2332 \begin_inset Info
2333 type  "icon"
2334 arg   "inset-modify tabular set-rotate-tabular"
2335 \end_inset
2336
2337
2338 \family default
2339  は、表全体を反時計廻りに90度回転します。
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344
2345 \family sans
2346 \begin_inset Info
2347 type  "icon"
2348 arg   "inset-modify tabular multicolumn"
2349 \end_inset
2350
2351
2352 \family default
2353  は、現在セルあるいは選択範囲を連結列にします。
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358
2359 \family sans
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular multirow"
2363 \end_inset
2364
2365
2366 \family default
2367  は、現在セルあるいは選択範囲を連結行にします。
2368 \end_layout
2369
2370 \begin_layout Standard
2371 \begin_inset Note Greyedout
2372 status open
2373
2374 \begin_layout Plain Layout
2375
2376 \series bold
2377 【註】
2378 \series default
2379 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2380 \end_layout
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Section
2388 表編集メニュー
2389 \begin_inset Index idx
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 表ダイアログと表ツールバーの他に、
2403 \family sans
2404 編集\SpecialChar \menuseparator
2405
2406 \family default
2407 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2408 部にあるときのみ、表示されます。
2409 \end_layout
2410
2411 \begin_layout Section
2412 表フロート
2413 \begin_inset CommandInset label
2414 LatexCommand label
2415 name "sec:表フロート"
2416
2417 \end_inset
2418
2419
2420 \begin_inset Index idx
2421 status collapsed
2422
2423 \begin_layout Plain Layout
2424 ふろーと@フロート ! ひょう@表
2425 \end_layout
2426
2427 \end_inset
2428
2429
2430 \begin_inset Index idx
2431 status collapsed
2432
2433 \begin_layout Plain Layout
2434 ひょう@表 ! ふろーと@フロート
2435 \end_layout
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 フロートの一般的な説明については、第
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "sec:フロートはじめに"
2447
2448 \end_inset
2449
2450 節をご覧下さい。
2451 \end_layout
2452
2453 \begin_layout Standard
2454 \begin_inset Float table
2455 placement h
2456 wide false
2457 sideways false
2458 status open
2459
2460 \begin_layout Plain Layout
2461 \begin_inset Caption Standard
2462
2463 \begin_layout Plain Layout
2464 \begin_inset CommandInset label
2465 LatexCommand label
2466 name "tab:表フロート"
2467
2468 \end_inset
2469
2470 表フロート
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Plain Layout
2479 \align center
2480 \begin_inset Tabular
2481 <lyxtabular version="3" rows="3" columns="3">
2482 <features rotate="0" tabularvalignment="middle">
2483 <column alignment="center" valignment="top" width="0pt">
2484 <column alignment="center" valignment="top" width="0pt">
2485 <column alignment="center" valignment="top" width="0pt">
2486 <row>
2487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2488 \begin_inset Text
2489
2490 \begin_layout Plain Layout
2491
2492 \family roman
2493 \series medium
2494 \shape up
2495 \size normal
2496 \emph off
2497 \bar no
2498 \noun off
2499 \color none
2500 1
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509
2510 \family roman
2511 \series medium
2512 \shape up
2513 \size normal
2514 \emph off
2515 \bar no
2516 \noun off
2517 \color none
2518 2
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527
2528 \family roman
2529 \series medium
2530 \shape up
2531 \size normal
2532 \emph off
2533 \bar no
2534 \noun off
2535 \color none
2536 3
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 <row>
2543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Plain Layout
2547 森嶋
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Plain Layout
2556 宇沢
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565 二階堂
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 <row>
2572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Plain Layout
2576
2577 \family roman
2578 \series medium
2579 \shape up
2580 \size normal
2581 \emph off
2582 \bar no
2583 \noun off
2584 \color none
2585 \begin_inset Formula $\int x^{2}dx$
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \end_inset
2592 </cell>
2593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2594 \begin_inset Text
2595
2596 \begin_layout Plain Layout
2597
2598 \family roman
2599 \series medium
2600 \shape up
2601 \size normal
2602 \emph off
2603 \bar no
2604 \noun off
2605 \color none
2606 \begin_inset Formula $\left[\begin{array}{cc}
2607 a & b\\
2608 c & d
2609 \end{array}\right]$
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $1+1=2$
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 </row>
2639 </lyxtabular>
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 表フロートは、
2653 \family sans
2654 挿入
2655 \shape up
2656 \SpecialChar \menuseparator
2657 フロート\SpecialChar \menuseparator
2658
2659 \family default
2660 \shape default
2661 メニューかツールバーボタン
2662 \family sans
2663
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "float-insert table"
2667 \end_inset
2668
2669
2670 \family default
2671 を使うと挿入することができます。
2672 \end_layout
2673
2674 \begin_layout Standard
2675 フロートは折りたたむことのできるボックスとして表示され、中には「表
2676 \begin_inset space ~
2677 \end_inset
2678
2679 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2680 \end_layout
2681
2682 \begin_layout Standard
2683
2684 \begin_inset space ~
2685 \end_inset
2686
2687
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "tab:表フロート"
2691
2692 \end_inset
2693
2694 は、表フロートに入れた表の例です。
2695 \end_layout
2696
2697 \begin_layout Standard
2698 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2699 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2700 eXパッケージの
2701 \series bold
2702 caption
2703 \series default
2704
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \begin_layout Standard
2718
2719 \series bold
2720 tableposition=top
2721 \end_layout
2722
2723 \begin_layout Standard
2724 というオプションとともにloadコマンドを使って読み込んでください
2725 \begin_inset Foot
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 詳しくは、第
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "sec:キャプションの配置"
2733
2734 \end_inset
2735
2736 節をご覧下さい。
2737 \end_layout
2738
2739 \end_inset
2740
2741 。キャプション書式を調整するには、第
2742 \begin_inset CommandInset ref
2743 LatexCommand ref
2744 reference "sec:キャプションの書式設定"
2745
2746 \end_inset
2747
2748 節にものべられているように
2749 \series bold
2750 caption
2751 \series default
2752 パッケージを使用します。
2753 \end_layout
2754
2755 \begin_layout Standard
2756 \begin_inset Index idx
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 さんしょう@参照 ! ひょうへの@表への
2761 \end_layout
2762
2763 \end_inset
2764
2765 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2766 \family sans
2767 挿入\SpecialChar \menuseparator
2768 ラベル
2769 \family default
2770 メニューかツールバーボタンの
2771 \family sans
2772
2773 \begin_inset Info
2774 type  "icon"
2775 arg   "label-insert"
2776 \end_inset
2777
2778
2779 \family default
2780 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2781 相互参照メニューかツールバーボタンの
2782 \family sans
2783
2784 \begin_inset Info
2785 type  "icon"
2786 arg   "dialog-show-new-inset ref"
2787 \end_inset
2788
2789
2790 \family default
2791 を用いて、このラベルを参照することができます。
2792 \begin_inset Newline newline
2793 \end_inset
2794
2795 参照は、第
2796 \begin_inset CommandInset ref
2797 LatexCommand ref
2798 reference "sec:フロートの参照"
2799
2800 \end_inset
2801
2802 節で詳細に説明されています。
2803 \end_layout
2804
2805 \begin_layout Section
2806 長尺表
2807 \begin_inset CommandInset label
2808 LatexCommand label
2809 name "sec:長尺表"
2810
2811 \end_inset
2812
2813
2814 \begin_inset Index idx
2815 status collapsed
2816
2817 \begin_layout Plain Layout
2818 ちょうしゃくひょう@長尺表
2819 \end_layout
2820
2821 \end_inset
2822
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 ひょう@表 ! ちょうしゃくひょう@長尺表
2829 \end_layout
2830
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \begin_layout Standard
2837 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2838 \family sans
2839 長尺表
2840 \family default
2841 タブにある
2842 \family sans
2843 長尺表を使う
2844 \family default
2845 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2846 することができるようになります。
2847 \end_layout
2848
2849 \begin_layout Description
2850 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 ただし、
2860 \family sans
2861 \series default
2862 \shape default
2863 \size default
2864 \emph default
2865 \bar default
2866 \noun default
2867 \color inherit
2868 冒頭ヘッダ
2869 \family roman
2870 \series medium
2871 \shape up
2872 \size normal
2873 \emph off
2874 \bar no
2875 \noun off
2876 \color none
2877 が定義されているときは、冒頭ページを除きます。
2878 \family default
2879 \series default
2880 \shape default
2881 \size default
2882 \emph default
2883 \bar default
2884 \noun default
2885 \color inherit
2886 これと区別して、このヘッダは本体ヘッダと呼びます。
2887 \end_layout
2888
2889 \begin_layout Description
2890 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2891 \end_layout
2892
2893 \begin_layout Description
2894 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2895 \family roman
2896 \series medium
2897 \shape up
2898 \size normal
2899 \emph off
2900 \bar no
2901 \noun off
2902 \color none
2903 ただし、
2904 \family sans
2905 \series default
2906 \shape default
2907 \size default
2908 \emph default
2909 \bar default
2910 \noun default
2911 \color inherit
2912 末尾フッタ
2913 \family roman
2914 \series medium
2915 \shape up
2916 \size normal
2917 \emph off
2918 \bar no
2919 \noun off
2920 \color none
2921 が定義されているときは、末尾ページを除きます。
2922 \end_layout
2923
2924 \begin_layout Description
2925 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2926 \end_layout
2927
2928 \begin_layout Description
2929 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sub:長尺表のキャプション"
2933
2934 \end_inset
2935
2936 節で説明されています。
2937 \end_layout
2938
2939 \begin_layout Standard
2940 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \align center
2945 \begin_inset Tabular
2946 <lyxtabular version="3" rows="69" columns="3">
2947 <features rotate="0" islongtable="true" longtabularalignment="center">
2948 <column alignment="left" valignment="top" width="0cm">
2949 <column alignment="left" valignment="top" width="0pt">
2950 <column alignment="center" valignment="top" width="0pt">
2951 <row endfirsthead="true">
2952 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \series bold
2958 例示用電話帳(名前は無視してください)
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endfirsthead="true">
2983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 氏名
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \series bold
3007 TEL.
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row endhead="true">
3014 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \series bold
3020 例示用電話帳
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row endhead="true">
3045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 氏名
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 TEL.
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row endfoot="true">
3076 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 次頁へつづく
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Annovi
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Silvia
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bertoli
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Stefano
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Bozzi
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Walter
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maria
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cachia
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Maurizio
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Cinquemani
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Giusi
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Colin
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Bernard
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Concli
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Gianfranco
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dal Bosco
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Carolina
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Dalpiaz
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Annamaria
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Feliciello
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Domenico
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Focarelli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Galletti
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Oreste
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Gasparini
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Franca
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Rizzardi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Paola
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Lassini
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Giancarlo
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Luciano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Malfatti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Valeriano
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Meneguzzo
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Mezzadra
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Roberto
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pirpamer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Erich
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Pochiesa
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Paolo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111, 222
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Radina
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Claudio
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Stuffer
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oskar
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tacchelli
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Ugo
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Tezzele
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Margit
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Unterkalmsteiner
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Frieda
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vieider
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Hilde
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Vigna
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Jürgen
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Weber
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Maurizio
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Winkler
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Franz
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070  
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Annovi
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Silvia
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bertoli
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Stefano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Bozzi
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Walter
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maria
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cachia
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Maurizio
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Cinquemani
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Giusi
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Colin
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Bernard
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Concli
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Gianfranco
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dal Bosco
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Carolina
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Dalpiaz
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Annamaria
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Feliciello
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Domenico
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Focarelli
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Galletti
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Oreste
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Gasparini
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Franca
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Rizzardi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Paola
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Lassini
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Giancarlo
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Luciano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Malfatti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Valeriano
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Meneguzzo
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Mezzadra
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Roberto
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pirpamer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Erich
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Pochiesa
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Paolo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555, 222
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Radina
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Claudio
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Stuffer
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oskar
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tacchelli
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Ugo
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Tezzele
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Margit
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Unterkalmsteiner
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Frieda
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vieider
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Hilde
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Vigna
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Jürgen
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 999
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Weber
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Maurizio
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Winkler
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Franz
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row endlastfoot="true">
5056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 以上
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 </lyxtabular>
5085
5086 \end_inset
5087
5088
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 addtocounter{table}{-1}
5097 \end_layout
5098
5099 \end_inset
5100
5101
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 本コマンドの説明については、第
5107 \begin_inset CommandInset ref
5108 LatexCommand ref
5109 reference "sub:長尺表のキャプション"
5110
5111 \end_inset
5112
5113 節の最初の淡色注釈をご覧下さい。
5114 \end_layout
5115
5116 \end_inset
5117
5118
5119 \end_layout
5120
5121 \begin_layout Subsection
5122 長尺表での脚注
5123 \begin_inset CommandInset label
5124 LatexCommand label
5125 name "sub:長尺表での脚注"
5126
5127 \end_inset
5128
5129
5130 \begin_inset Index idx
5131 status collapsed
5132
5133 \begin_layout Plain Layout
5134 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Standard
5143 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5144 \begin_inset CommandInset ref
5145 LatexCommand ref
5146 reference "tab:別キャプション"
5147
5148 \end_inset
5149
5150 には脚注が付いています。
5151 \end_layout
5152
5153 \begin_layout Subsection
5154 長尺表の縦横揃え
5155 \begin_inset Index idx
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5160 \end_layout
5161
5162 \end_inset
5163
5164
5165 \end_layout
5166
5167 \begin_layout Standard
5168 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5169 設定してから
5170 \end_layout
5171
5172 \begin_layout Standard
5173
5174 \series bold
5175
5176 \backslash
5177 setlength{
5178 \backslash
5179 LTleft}{値}
5180 \end_layout
5181
5182 \begin_layout Standard
5183 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5184 \series bold
5185
5186 \backslash
5187 LTleft
5188 \series default
5189 および
5190 \series bold
5191
5192 \backslash
5193 LTright
5194 \series default
5195 の値を変更しなくてはなりません。ここで「値」は、第
5196 \begin_inset CommandInset ref
5197 LatexCommand ref
5198 reference "tab:単位"
5199
5200 \end_inset
5201
5202 表に挙げてある単位であれば、どの単位を取ることもできます。
5203 \series bold
5204
5205 \backslash
5206 LTleft
5207 \series default
5208 は、左頁余白から長尺表までの水平方向の距離を制御し、
5209 \series bold
5210
5211 \backslash
5212 LTright
5213 \series default
5214 は、右頁余白からの距離を制御します。これらの長さの既定値は
5215 \series bold
5216
5217 \backslash
5218 fill
5219 \series default
5220 となっており、LyXの水平フィルと同等になっています。
5221 \end_layout
5222
5223 \begin_layout Standard
5224 以下の長尺表は、中央揃えの上、
5225 \series bold
5226
5227 \backslash
5228 LTleft
5229 \series default
5230
5231 \family sans
5232 0.1
5233 \backslash
5234 columnwidth
5235 \family default
5236 に設定してあります。
5237 \begin_inset ERT
5238 status collapsed
5239
5240 \begin_layout Plain Layout
5241
5242
5243 \backslash
5244 setlength{
5245 \backslash
5246 LTleft}{0.1
5247 \backslash
5248 columnwidth}
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \begin_layout Standard
5257 \begin_inset Tabular
5258 <lyxtabular version="3" rows="5" columns="5">
5259 <features rotate="0" islongtable="true" longtabularalignment="center">
5260 <column alignment="center" valignment="top">
5261 <column alignment="center" valignment="top">
5262 <column alignment="center" valignment="top">
5263 <column alignment="center" valignment="top">
5264 <column alignment="center" valignment="top">
5265 <row>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 1
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 2
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 3
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 4
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 5
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 </row>
5312 <row>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 いろは
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 いろは
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 いろは
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 いろは
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 いろは
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 いろは
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 いろは
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 いろは
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 いろは
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 いろは
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 いろは
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 </lyxtabular>
5501
5502 \end_inset
5503
5504
5505 \begin_inset ERT
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509
5510
5511 \backslash
5512 setlength{
5513 \backslash
5514 LTleft}{
5515 \backslash
5516 fill}
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \begin_inset ERT
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526
5527
5528 \backslash
5529 addtocounter{table}{-1}
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \begin_inset Note Note
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 このコマンドの説明に関しては、第
5540 \begin_inset CommandInset ref
5541 LatexCommand ref
5542 reference "sub:長尺表のキャプション"
5543
5544 \end_inset
5545
5546 節の最初の淡色注釈をご覧下さい。
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Subsection
5555 長尺表のキャプション
5556 \begin_inset Index idx
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \begin_inset CommandInset label
5567 LatexCommand label
5568 name "sub:長尺表のキャプション"
5569
5570 \end_inset
5571
5572
5573 \end_layout
5574
5575 \begin_layout Standard
5576 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5577 \begin_inset CommandInset ref
5578 LatexCommand ref
5579 reference "sec:長尺表"
5580
5581 \end_inset
5582
5583 節に述べられているように、ある行で長尺表オプションの
5584 \family sans
5585 キャプション
5586 \family default
5587 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5588 \family sans
5589 冒頭ヘッダ
5590 \family default
5591
5592 \family sans
5593 ヘッダ
5594 \family default
5595
5596 \family sans
5597 フッタ
5598 \family default
5599
5600 \family sans
5601 末尾フッタ
5602 \family default
5603 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5604 \end_layout
5605
5606 \begin_layout Standard
5607 以下は、動作を確認するための短い長尺表です。
5608 \end_layout
5609
5610 \begin_layout Standard
5611 \begin_inset Tabular
5612 <lyxtabular version="3" rows="6" columns="5">
5613 <features rotate="0" islongtable="true" longtabularalignment="center">
5614 <column alignment="center" valignment="top">
5615 <column alignment="center" valignment="top">
5616 <column alignment="center" valignment="top">
5617 <column alignment="center" valignment="top">
5618 <column alignment="center" valignment="top">
5619 <row endfirsthead="true" caption="true">
5620 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 \begin_inset Caption Standard
5625
5626 \begin_layout Plain Layout
5627 キャプション付き長尺表
5628 \begin_inset Argument 1
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 長尺表
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 1
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 2
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 3
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 4
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 5
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 いろは
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 いろは
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 いろは
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 いろは
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 いろは
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 いろは
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 </lyxtabular>
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \begin_layout Standard
5927 \begin_inset VSpace medskip
5928 \end_inset
5929
5930
5931 \begin_inset Note Greyedout
5932 status open
5933
5934 \begin_layout Plain Layout
5935
5936 \series bold
5937 【註1】
5938 \series default
5939 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5940 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5941 \end_layout
5942
5943 \begin_layout Plain Layout
5944
5945 \series bold
5946
5947 \backslash
5948 addtocounter{table}{-1}
5949 \end_layout
5950
5951 \begin_layout Plain Layout
5952 というコマンドを挿入する方法があります。
5953 \end_layout
5954
5955 \begin_layout Plain Layout
5956 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5957 \end_layout
5958
5959 \begin_layout Plain Layout
5960
5961 \series bold
5962
5963 \backslash
5964 let
5965 \backslash
5966 myEnd
5967 \backslash
5968 endlongtable
5969 \begin_inset Newline newline
5970 \end_inset
5971
5972
5973 \backslash
5974 renewcommand{
5975 \backslash
5976 endlongtable}{
5977 \backslash
5978 myEnd
5979 \backslash
5980 addtocounter{table}{-1}}
5981 \end_layout
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 \begin_inset Note Greyedout
5990 status open
5991
5992 \begin_layout Plain Layout
5993
5994 \series bold
5995 【註2】
5996 \series default
5997 相互参照をリンクするために、
5998 \family sans
5999 文書設定
6000 \family default
6001 ダイアログの
6002 \family sans
6003 PDF特性
6004 \family default
6005
6006 \series bold
6007 hyperref
6008 \series default
6009
6010 \begin_inset Index idx
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6015 \end_layout
6016
6017 \end_inset
6018
6019 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6020 \end_layout
6021
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Subsubsection
6028 長尺表への参照
6029 \begin_inset Index idx
6030 status collapsed
6031
6032 \begin_layout Plain Layout
6033 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042 \begin_inset Tabular
6043 <lyxtabular version="3" rows="6" columns="5">
6044 <features rotate="0" islongtable="true" longtabularalignment="center">
6045 <column alignment="center" valignment="top">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <row endfirsthead="true" caption="true">
6051 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Caption Standard
6056
6057 \begin_layout Plain Layout
6058 参照された長尺表
6059 \begin_inset CommandInset label
6060 LatexCommand label
6061 name "tab:参照例"
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 1
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 2
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 3
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 4
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 5
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 いろは
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 いろは
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 いろは
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 いろは
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 いろは
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 いろは
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 いろは
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 いろは
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 いろは
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 </lyxtabular>
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \begin_layout Standard
6355 長尺表を参照するには、キャプションにラベルを挿入してください。
6356 \end_layout
6357
6358 \begin_layout Standard
6359 これは表
6360 \begin_inset CommandInset ref
6361 LatexCommand ref
6362 reference "tab:参照例"
6363
6364 \end_inset
6365
6366 への参照です。
6367 \end_layout
6368
6369 \begin_layout Standard
6370 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6371 \series bold
6372 caption
6373 \series default
6374
6375 \begin_inset Index idx
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6380 \end_layout
6381
6382 \end_inset
6383
6384 を使用して設定することができます。第
6385 \begin_inset CommandInset ref
6386 LatexCommand ref
6387 reference "sec:キャプションの書式設定"
6388
6389 \end_inset
6390
6391 節をご覧下さい。
6392 \end_layout
6393
6394 \begin_layout Subsubsection
6395 キャプションの幅
6396 \begin_inset Index idx
6397 status collapsed
6398
6399 \begin_layout Plain Layout
6400 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \begin_layout Standard
6409 キャプション行の最大長は、長さ
6410 \series bold
6411
6412 \backslash
6413 LTcapwidth
6414 \series default
6415 によって指定することができます。既定値は4
6416 \begin_inset space \thinspace{}
6417 \end_inset
6418
6419 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6420 \end_layout
6421
6422 \begin_layout Standard
6423
6424 \series bold
6425
6426 \backslash
6427 setlength{
6428 \backslash
6429 LTcapwidth}{幅}
6430 \end_layout
6431
6432 \begin_layout Standard
6433 というコマンドを書き加えて下さい。ここで「幅」には、付録
6434 \begin_inset CommandInset ref
6435 LatexCommand ref
6436 reference "cha:LyXで使用できる単位"
6437
6438 \end_inset
6439
6440 に挙げられている単位を取ることができます。
6441 \end_layout
6442
6443 \begin_layout Standard
6444 以下の各表で違いを示します。
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset Tabular
6449 <lyxtabular version="3" rows="6" columns="5">
6450 <features rotate="0" islongtable="true" longtabularalignment="center">
6451 <column alignment="center" valignment="top">
6452 <column alignment="center" valignment="top">
6453 <column alignment="center" valignment="top">
6454 <column alignment="center" valignment="top">
6455 <column alignment="center" valignment="top">
6456 <row endfirsthead="true" caption="true">
6457 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Caption Standard
6462
6463 \begin_layout Plain Layout
6464 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6465 \begin_inset Argument 1
6466 status collapsed
6467
6468 \begin_layout Plain Layout
6469 既定幅のキャプション
6470 \end_layout
6471
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 1
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 2
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 3
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 4
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 5
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 いろは
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 いろは
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 いろは
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 いろは
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 <row>
6710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 いろは
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 いろは
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 いろは
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 いろは
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 いろは
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 </lyxtabular>
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \begin_layout Standard
6764 \begin_inset ERT
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768
6769
6770 \backslash
6771 setlength{
6772 \backslash
6773 LTcapwidth}{5cm}
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \begin_inset Tabular
6780 <lyxtabular version="3" rows="6" columns="5">
6781 <features rotate="0" islongtable="true" longtabularalignment="center">
6782 <column alignment="center" valignment="top">
6783 <column alignment="center" valignment="top">
6784 <column alignment="center" valignment="top">
6785 <column alignment="center" valignment="top">
6786 <column alignment="center" valignment="top">
6787 <row endfirsthead="true" caption="true">
6788 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 \begin_inset Caption Standard
6793
6794 \begin_layout Plain Layout
6795 5
6796 \begin_inset space \thinspace{}
6797 \end_inset
6798
6799 cm幅のなが〜いフルタイトル・5
6800 \begin_inset space \thinspace{}
6801 \end_inset
6802
6803 cm幅のなが〜いフルタイトル・5
6804 \begin_inset space \thinspace{}
6805 \end_inset
6806
6807 cm幅のなが〜いフルタイトル
6808 \begin_inset Argument 1
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 5
6813 \begin_inset space \thinspace{}
6814 \end_inset
6815
6816 cm幅のキャプション
6817 \end_layout
6818
6819 \end_inset
6820
6821
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 </row>
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 1
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 2
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 3
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 4
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 5
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 いろは
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 いろは
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 いろは
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 いろは
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 いろは
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 いろは
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 いろは
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 いろは
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 いろは
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 </lyxtabular>
7104
7105 \end_inset
7106
7107
7108 \end_layout
7109
7110 \begin_layout Standard
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115
7116
7117 \backslash
7118 setlength{
7119 \backslash
7120 LTcapwidth}{4in}
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \begin_layout Standard
7129 \begin_inset Note Greyedout
7130 status open
7131
7132 \begin_layout Plain Layout
7133
7134 \series bold
7135 【註】
7136 \series default
7137 この文書のようにLaTeXパッケージの
7138 \series bold
7139 caption
7140 \series default
7141
7142 \begin_inset Index idx
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7147 \end_layout
7148
7149 \end_inset
7150
7151 を使用している時には、
7152 \series bold
7153
7154 \backslash
7155 LTcapwidth
7156 \series default
7157 に既定値の4
7158 \begin_inset space \thinspace{}
7159 \end_inset
7160
7161 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7162 \begin_inset space \thinspace{}
7163 \end_inset
7164
7165 in幅のキャプションを作るには、3.99
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 inのように4.0
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 inと少し違う値を指定するか、
7174 \series bold
7175 caption
7176 \series default
7177 パッケージが提供している
7178 \series bold
7179
7180 \backslash
7181 captionsetup{width=値}
7182 \series default
7183 というLaTeXコマンドを用いる方法があります。
7184 \end_layout
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Subsubsection
7192 表の各ページごとに異なるキャプション
7193 \begin_inset Index idx
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 次頁以降の表のキャプションを、
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 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25446 eXパッケージ
25447 \series bold
25448 caption
25449 \series default
25450 を読み込むコマンドに
25451 \end_layout
25452
25453 \begin_layout Standard
25454
25455 \series bold
25456 tableposition=top
25457 \end_layout
25458
25459 \begin_layout Standard
25460 というオプションを追加してください
25461 \begin_inset Foot
25462 status collapsed
25463
25464 \begin_layout Plain Layout
25465
25466 \series bold
25467 caption
25468 \series default
25469 パッケージについての詳細な情報は、第
25470 \begin_inset CommandInset ref
25471 LatexCommand ref
25472 reference "sec:キャプションの書式設定"
25473
25474 \end_inset
25475
25476 節をご覧ください。
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \series bold
25483 KOMA-script
25484 \series default
25485
25486 \begin_inset Index idx
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25491 \end_layout
25492
25493 \end_inset
25494
25495 文書クラス(
25496 \family sans
25497 article (KOMA-script)
25498 \family default
25499
25500 \family sans
25501 book (KOMA-script)
25502 \family default
25503
25504 \family sans
25505 letter (KOMA-script)
25506 \family default
25507
25508 \family sans
25509 report (KOMA-script)
25510 \family default
25511
25512 \begin_inset space \thinspace{}
25513 \end_inset
25514
25515 )をお使いの場合には、
25516 \series bold
25517 caption
25518 \series default
25519 パッケージにオプションを与える代わりに、文書クラスオプション
25520 \series bold
25521 captions=tableheading
25522 \series default
25523 を設定することもできます。
25524 \end_layout
25525
25526 \begin_layout Standard
25527 \begin_inset VSpace bigskip
25528 \end_inset
25529
25530 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25531 \end_layout
25532
25533 \begin_layout Standard
25534
25535 \series bold
25536
25537 \backslash
25538 usepackage[option]{sidecap}
25539 \end_layout
25540
25541 \begin_layout Standard
25542 という行を入れて、LaTeXパッケージ
25543 \series bold
25544 sidecap
25545 \series default
25546
25547 \begin_inset Index idx
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25552 \end_layout
25553
25554 \end_inset
25555
25556 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25557 \series bold
25558 innercaption
25559 \series default
25560 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25561 \series bold
25562 rightcaption
25563 \series default
25564 ないし
25565 \series bold
25566 leftcaption
25567 \series default
25568 オプションを用います。
25569 \end_layout
25570
25571 \begin_layout Standard
25572 \begin_inset ERT
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576
25577
25578 \backslash
25579 ifsidecap
25580 \end_layout
25581
25582 \end_inset
25583
25584
25585 \begin_inset Note Note
25586 status open
25587
25588 \begin_layout Plain Layout
25589 以下の部分は、LaTeXパッケージ
25590 \series bold
25591 sidecap
25592 \series default
25593 が導入されているときのみ表示されます。
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \begin_layout Standard
25602 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25603 \begin_inset Newpage pagebreak
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \begin_layout Standard
25610 \noindent
25611 \begin_inset CommandInset line
25612 LatexCommand rule
25613 offset "0.5ex"
25614 width "100line%"
25615 height "1pt"
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \begin_layout Standard
25623
25624 \series bold
25625
25626 \backslash
25627 newcommand{
25628 \backslash
25629 TabBesBeg}[1][1.0]{%
25630 \begin_inset Newline newline
25631 \end_inset
25632
25633
25634 \begin_inset Phantom HPhantom
25635 status open
25636
25637 \begin_layout Plain Layout
25638 \begin_inset space ~
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \backslash
25648 let
25649 \backslash
25650 MyTable
25651 \backslash
25652 table
25653 \begin_inset Newline newline
25654 \end_inset
25655
25656
25657 \begin_inset Phantom HPhantom
25658 status open
25659
25660 \begin_layout Plain Layout
25661
25662 \series medium
25663 \begin_inset space ~
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \backslash
25673 let
25674 \backslash
25675 MyEndtable
25676 \backslash
25677 endtable
25678 \begin_inset Newline newline
25679 \end_inset
25680
25681
25682 \begin_inset Phantom HPhantom
25683 status open
25684
25685 \begin_layout Plain Layout
25686
25687 \series medium
25688 \begin_inset space ~
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \backslash
25698 renewenvironment{table}[1]{
25699 \backslash
25700 begin{SCtable}[#1]##1}{
25701 \backslash
25702 end{SCtable}}}
25703 \end_layout
25704
25705 \begin_layout Standard
25706
25707 \series bold
25708
25709 \backslash
25710 newcommand{
25711 \backslash
25712 TabBesEnd}{%
25713 \begin_inset Newline newline
25714 \end_inset
25715
25716
25717 \begin_inset Phantom HPhantom
25718 status open
25719
25720 \begin_layout Plain Layout
25721 \begin_inset space ~
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \backslash
25731 let
25732 \backslash
25733 table
25734 \backslash
25735 MyTable
25736 \begin_inset Newline newline
25737 \end_inset
25738
25739
25740 \begin_inset Phantom HPhantom
25741 status open
25742
25743 \begin_layout Plain Layout
25744 \begin_inset space ~
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \backslash
25754 let
25755 \backslash
25756 endtable
25757 \backslash
25758 MyEndtable
25759 \end_layout
25760
25761 \begin_layout Standard
25762
25763 \series bold
25764
25765 \backslash
25766 newcommand{
25767 \backslash
25768 FigBesBeg}[1][1.0]{%
25769 \begin_inset Newline newline
25770 \end_inset
25771
25772
25773 \begin_inset Phantom HPhantom
25774 status open
25775
25776 \begin_layout Plain Layout
25777 \begin_inset space ~
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \backslash
25787 let
25788 \backslash
25789 MyFigure
25790 \backslash
25791 figure
25792 \begin_inset Newline newline
25793 \end_inset
25794
25795
25796 \begin_inset Phantom HPhantom
25797 status open
25798
25799 \begin_layout Plain Layout
25800 \begin_inset space ~
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \backslash
25810 let
25811 \backslash
25812 MyEndfigure
25813 \backslash
25814 endfigure
25815 \begin_inset Newline newline
25816 \end_inset
25817
25818
25819 \begin_inset Phantom HPhantom
25820 status open
25821
25822 \begin_layout Plain Layout
25823 \begin_inset space ~
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \backslash
25833 renewenvironment{figure}[1]{
25834 \backslash
25835 begin{SCfigure}[#1]##1}{
25836 \backslash
25837 end{SCfigure}}}
25838 \end_layout
25839
25840 \begin_layout Standard
25841
25842 \series bold
25843
25844 \backslash
25845 newcommand{
25846 \backslash
25847 FigBesEnd}{%
25848 \begin_inset Newline newline
25849 \end_inset
25850
25851
25852 \begin_inset Phantom HPhantom
25853 status open
25854
25855 \begin_layout Plain Layout
25856 \begin_inset space ~
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \end_inset
25863
25864
25865 \backslash
25866 let
25867 \backslash
25868 figure
25869 \backslash
25870 MyFigure
25871 \begin_inset Newline newline
25872 \end_inset
25873
25874
25875 \begin_inset Phantom HPhantom
25876 status open
25877
25878 \begin_layout Plain Layout
25879 \begin_inset space ~
25880 \end_inset
25881
25882
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \backslash
25889 let
25890 \backslash
25891 endfigure
25892 \backslash
25893 MyEndfigure}
25894 \end_layout
25895
25896 \begin_layout Standard
25897 \noindent
25898 \begin_inset CommandInset line
25899 LatexCommand rule
25900 offset "0.5ex"
25901 width "100line%"
25902 height "1pt"
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25911 \end_layout
25912
25913 \begin_layout Standard
25914
25915 \series bold
25916
25917 \backslash
25918 FigBesBeg
25919 \end_layout
25920
25921 \begin_layout Standard
25922 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
25923 \end_layout
25924
25925 \begin_layout Standard
25926
25927 \series bold
25928
25929 \backslash
25930 FigBesEnd
25931 \end_layout
25932
25933 \begin_layout Standard
25934 というTeXコードを入れてください。
25935 \end_layout
25936
25937 \begin_layout Standard
25938 表フロートに対しては、対応するコマンド
25939 \end_layout
25940
25941 \begin_layout Standard
25942
25943 \series bold
25944
25945 \backslash
25946 TabBesBeg
25947 \series default
25948 および
25949 \series bold
25950
25951 \backslash
25952 TabBesEnd
25953 \end_layout
25954
25955 \begin_layout Standard
25956 を使用してください。図
25957 \begin_inset CommandInset ref
25958 LatexCommand ref
25959 reference "fig:図横キャプション"
25960
25961 \end_inset
25962
25963 と表
25964 \begin_inset CommandInset ref
25965 LatexCommand ref
25966 reference "tab:表横キャプション"
25967
25968 \end_inset
25969
25970 がキャプションを脇に設定した例です。
25971 \end_layout
25972
25973 \begin_layout Standard
25974 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25975 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25976 \end_layout
25977
25978 \begin_layout Standard
25979
25980 \series bold
25981
25982 \backslash
25983 sidecaptionvpos{フロート型}{配置}
25984 \end_layout
25985
25986 \begin_layout Standard
25987 というコマンドを使用します。ここで「フロート型」は
25988 \family sans
25989 figure
25990 \family default
25991
25992 \family sans
25993 table
25994 \family default
25995 であり、「配置」は、上揃えの場合はtopの
25996 \end_layout
25997
25998 \begin_layout Standard
25999
26000 \family sans
26001 t
26002 \family default
26003 」、中央揃えの場合はcenterの「
26004 \family sans
26005 c
26006 \family default
26007 」、下揃えの場合はbottomの「
26008 \family sans
26009 b
26010 \family default
26011 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26012 \end_layout
26013
26014 \begin_layout Standard
26015
26016 \series bold
26017
26018 \backslash
26019 sidecaptionvpos{figure}{c}
26020 \end_layout
26021
26022 \begin_layout Standard
26023 というコマンドを使用します。これは、図
26024 \begin_inset CommandInset ref
26025 LatexCommand ref
26026 reference "fig:図横キャプション-2"
26027
26028 \end_inset
26029
26030 で使用されています。
26031 \end_layout
26032
26033 \begin_layout Standard
26034 \begin_inset VSpace medskip
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26042 \begin_inset CommandInset ref
26043 LatexCommand ref
26044 reference "tab:表横キャプション"
26045
26046 \end_inset
26047
26048 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26049 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
26050 \emph on
26051 因数
26052 \emph default
26053 は、
26054 \end_layout
26055
26056 \begin_layout Standard
26057
26058 \series bold
26059
26060 \backslash
26061 FigBesBeg[因数]
26062 \end_layout
26063
26064 \begin_layout Standard
26065 のように、
26066 \series bold
26067
26068 \backslash
26069 FigBesBeg
26070 \series default
26071 への非必須引数として与えることもできますし、
26072 \series bold
26073
26074 \backslash
26075 FigBesBeg
26076 \series default
26077 の定義中で
26078 \series bold
26079 1.0
26080 \series default
26081 を他の値に変更することもできます。表
26082 \begin_inset CommandInset ref
26083 LatexCommand ref
26084 reference "tab:図横幅広"
26085
26086 \end_inset
26087
26088 では、因子5が指定されています。
26089 \end_layout
26090
26091 \begin_layout Standard
26092 \begin_inset Note Greyedout
26093 status open
26094
26095 \begin_layout Plain Layout
26096 【註】キャプションを横につけたフロートでは、フロート配置オプションの
26097 \family sans
26098 何としても現在地に置く
26099 \family default
26100 は、
26101 \series bold
26102 sidecap
26103 \series default
26104 がサポートしていないので、使用することができません。.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset VSpace medskip
26114 \end_inset
26115
26116
26117 \series bold
26118 sidecap
26119 \series default
26120 パッケージについての詳細は、
26121 \begin_inset CommandInset citation
26122 LatexCommand cite
26123 key "sidecap"
26124
26125 \end_inset
26126
26127 の説明書をご参照ください。
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset Note Greyedout
26132 status open
26133
26134 \begin_layout Plain Layout
26135
26136 \series bold
26137 【註】
26138 \series default
26139
26140 \begin_inset CommandInset ref
26141 LatexCommand ref
26142 reference "sub:参照位置"
26143
26144 \end_inset
26145
26146 節に説明があるLaTeXパッケージ
26147 \series bold
26148 hypcap
26149 \series default
26150
26151 \begin_inset Index idx
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
26156 \end_layout
26157
26158 \end_inset
26159
26160 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \begin_layout Standard
26169 \begin_inset Note Greyedout
26170 status open
26171
26172 \begin_layout Plain Layout
26173
26174 \series bold
26175 【訳註】
26176 \series default
26177 LaTeXパッケージ
26178 \series bold
26179 sidecap
26180 \series default
26181
26182 \begin_inset Index idx
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26187 \end_layout
26188
26189 \end_inset
26190
26191 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
26192 ついては、取扱説明書『
26193 \emph on
26194 埋め込み機能篇
26195 \emph default
26196 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \begin_inset Note Note
26203 status open
26204
26205 \begin_layout Plain Layout
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210
26211
26212 \backslash
26213 FigBesBeg 
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \begin_layout Plain Layout
26222 \begin_inset Float figure
26223 wide false
26224 sideways false
26225 status open
26226
26227 \begin_layout Plain Layout
26228 \begin_inset Graphics
26229         filename ../clipart/escher-lsd.eps
26230         scale 75
26231         scaleBeforeRotation
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Plain Layout
26239 \begin_inset Caption Standard
26240
26241 \begin_layout Plain Layout
26242 \begin_inset CommandInset label
26243 LatexCommand label
26244 name "fig:図横キャプション"
26245
26246 \end_inset
26247
26248 これは図の横にあるキャプションです。
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \begin_layout Plain Layout
26262 \begin_inset ERT
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266
26267
26268 \backslash
26269 FigBesEnd
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Plain Layout
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 TabBesBeg 
26286 \end_layout
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \begin_layout Plain Layout
26294 \begin_inset Float table
26295 wide false
26296 sideways false
26297 status open
26298
26299 \begin_layout Plain Layout
26300 \begin_inset Caption Standard
26301
26302 \begin_layout Plain Layout
26303 \begin_inset CommandInset label
26304 LatexCommand label
26305 name "tab:表横キャプション"
26306
26307 \end_inset
26308
26309 これは表の横にあるキャプションです。
26310 \end_layout
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \begin_layout Plain Layout
26318 \begin_inset Tabular
26319 <lyxtabular version="3" rows="4" columns="5">
26320 <features rotate="0" tabularvalignment="middle">
26321 <column alignment="center" valignment="top">
26322 <column alignment="center" valignment="top">
26323 <column alignment="center" valignment="top">
26324 <column alignment="center" valignment="top">
26325 <column alignment="center" valignment="top">
26326 <row>
26327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Plain Layout
26340
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 </row>
26420 <row>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 </lyxtabular>
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Plain Layout
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 TabBesEnd
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Plain Layout
26543 \begin_inset ERT
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547
26548
26549 \backslash
26550 sidecaptionvpos{figure}{c}
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \begin_inset Float figure
26557 wide false
26558 sideways false
26559 status open
26560
26561 \begin_layout Plain Layout
26562 \begin_inset Graphics
26563         filename ../clipart/escher-lsd.eps
26564         scale 75
26565         scaleBeforeRotation
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Plain Layout
26573 \begin_inset Caption Standard
26574
26575 \begin_layout Plain Layout
26576 \begin_inset CommandInset label
26577 LatexCommand label
26578 name "fig:図横キャプション-2"
26579
26580 \end_inset
26581
26582 これは図の横にある縦方向中央揃えのキャプションです。
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \begin_layout Plain Layout
26596 \begin_inset ERT
26597 status collapsed
26598
26599 \begin_layout Plain Layout
26600
26601
26602 \backslash
26603 FigBesEnd
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \begin_layout Plain Layout
26612 \begin_inset ERT
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616
26617
26618 \backslash
26619 TabBesBeg[5]
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Plain Layout
26628 \begin_inset Float table
26629 wide false
26630 sideways false
26631 status open
26632
26633 \begin_layout Plain Layout
26634 \begin_inset Caption Standard
26635
26636 \begin_layout Plain Layout
26637 \begin_inset CommandInset label
26638 LatexCommand label
26639 name "tab:図横幅広"
26640
26641 \end_inset
26642
26643 これは表
26644 \begin_inset CommandInset ref
26645 LatexCommand ref
26646 reference "tab:表横キャプション"
26647
26648 \end_inset
26649
26650 よりも幅広のキャプションです
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \begin_layout Plain Layout
26659 \begin_inset Tabular
26660 <lyxtabular version="3" rows="4" columns="5">
26661 <features rotate="0" tabularvalignment="middle">
26662 <column alignment="center" valignment="top">
26663 <column alignment="center" valignment="top">
26664 <column alignment="center" valignment="top">
26665 <column alignment="center" valignment="top">
26666 <column alignment="center" valignment="top">
26667 <row>
26668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672 a
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26687 \begin_inset Text
26688
26689 \begin_layout Plain Layout
26690 b
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" rightline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708 c
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Plain Layout
26728 d
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
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 e
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766 f
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 g
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" rightline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802 h
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 i
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
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 j
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 </row>
26855 </lyxtabular>
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Plain Layout
26868 \begin_inset ERT
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872
26873
26874 \backslash
26875 TabBesEnd
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \begin_layout Standard
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 else
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \begin_inset Note Note
26903 status open
26904
26905 \begin_layout Plain Layout
26906 以下の部分は、LaTeXパッケージ
26907 \series bold
26908 sidecap
26909 \series default
26910 が導入されていないときのみ表示されます。
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Standard
26919 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26920 \series bold
26921 sidecap
26922 \series default
26923 を導入する必要があります。
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 fi
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Section
26943 フロート一覧
26944 \begin_inset Index idx
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948 ふろーと@フロート ! ふろーといちらん@フロート一覧
26949 \end_layout
26950
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \begin_layout Standard
26957 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26958 \family sans
26959 挿入\SpecialChar \menuseparator
26960 一覧/目次
26961 \family default
26962 メニューで挿入することができます。
26963 \end_layout
26964
26965 \begin_layout Standard
26966 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26967 \end_layout
26968
26969 \begin_layout Standard
26970 本文書の終わりに、図一覧と表一覧があります。
26971 \end_layout
26972
26973 \begin_layout Chapter
26974 注釈
26975 \end_layout
26976
26977 \begin_layout Section
26978 LyX注釈
26979 \begin_inset Index idx
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \begin_layout Standard
26992 注釈は、ツールバーボタン
26993 \family sans
26994
26995 \begin_inset Info
26996 type  "icon"
26997 arg   "note-insert"
26998 \end_inset
26999
27000
27001 \family default
27002 か、
27003 \family sans
27004 挿入\SpecialChar \menuseparator
27005 注釈
27006 \family default
27007 メニューで挿入することができます。注釈には、以下の三つの型があります。
27008 \end_layout
27009
27010 \begin_layout Description
27011 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27012 \begin_inset Newline newline
27013 \end_inset
27014
27015
27016 \begin_inset Newline newline
27017 \end_inset
27018
27019
27020 \begin_inset Graphics
27021         filename clipart/LyXNoteImageQt4.png
27022         display false
27023         scale 85
27024         scaleBeforeRotation
27025
27026 \end_inset
27027
27028
27029 \begin_inset Note Note
27030 status open
27031
27032 \begin_layout Plain Layout
27033 これは、出力には現れない注釈ボックスに書かれた文章です。
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \begin_layout Description
27042 コメント この注釈も出力には現れませんが、
27043 \family sans
27044 ファイル\SpecialChar \menuseparator
27045 書き出し\SpecialChar \menuseparator
27046 LaTeX (pdflatex) / (平文)
27047 \family default
27048  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27049 \begin_inset Newline newline
27050 \end_inset
27051
27052
27053 \begin_inset Newline newline
27054 \end_inset
27055
27056
27057 \begin_inset Graphics
27058         filename clipart/CommentNoteImageQt4.png
27059         display false
27060         scale 85
27061         scaleBeforeRotation
27062
27063 \end_inset
27064
27065  
27066 \begin_inset Note Comment
27067 status open
27068
27069 \begin_layout Plain Layout
27070 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27071 \end_layout
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Description
27079 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27080 \begin_inset Newline newline
27081 \end_inset
27082
27083
27084 \begin_inset Newline newline
27085 \end_inset
27086
27087
27088 \begin_inset Graphics
27089         filename clipart/GreyedOutNoteImageQt4.png
27090         display false
27091         scale 85
27092         scaleBeforeRotation
27093
27094 \end_inset
27095
27096
27097 \begin_inset Newline newline
27098 \end_inset
27099
27100
27101 \begin_inset ERT
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105
27106
27107 \backslash
27108 renewenvironment{lyxgreyedout}
27109 \end_layout
27110
27111 \begin_layout Plain Layout
27112
27113 {
27114 \backslash
27115 textcolor[gray]{0.8}
27116 \backslash
27117 bgroup}{
27118 \backslash
27119 egroup}
27120 \end_layout
27121
27122 \end_inset
27123
27124
27125 \begin_inset Note Greyedout
27126 status open
27127
27128 \begin_layout Plain Layout
27129 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
27130 \begin_inset Foot
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 これは、淡色注釈内に脚注を用いた例です。
27135 \end_layout
27136
27137 \end_inset
27138
27139 です。
27140 \end_layout
27141
27142 \end_inset
27143
27144
27145 \begin_inset ERT
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149
27150
27151 \backslash
27152 renewenvironment{lyxgreyedout}
27153 \end_layout
27154
27155 \begin_layout Plain Layout
27156
27157 {
27158 \backslash
27159 textcolor{blue}
27160 \backslash
27161 bgroup}{
27162 \backslash
27163 egroup}
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \begin_inset Note Note
27170 status open
27171
27172 \begin_layout Plain Layout
27173 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
27174 定義されています。
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \begin_inset Newline newline
27181 \end_inset
27182
27183
27184 \begin_inset Newline newline
27185 \end_inset
27186
27187 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
27188 \end_layout
27189
27190 \begin_layout Standard
27191 \begin_inset VSpace bigskip
27192 \end_inset
27193
27194 注釈を挿入するのにツールバーボタン
27195 \family sans
27196
27197 \begin_inset Info
27198 type  "icon"
27199 arg   "note-insert"
27200 \end_inset
27201
27202
27203 \family default
27204 を使用すると、
27205 \family sans
27206 LyX注釈
27207 \family default
27208 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
27209 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
27210 さい。
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \begin_inset VSpace bigskip
27215 \end_inset
27216
27217 淡色注釈の文字色は、
27218 \family sans
27219 文書\SpecialChar \menuseparator
27220 設定\SpecialChar \menuseparator
27221
27222 \family default
27223 メニューで変更することができます。
27224 \end_layout
27225
27226 \begin_layout Section
27227 脚注
27228 \begin_inset CommandInset label
27229 LatexCommand label
27230 name "sec:脚注"
27231
27232 \end_inset
27233
27234
27235 \begin_inset Index idx
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \begin_inset Index idx
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 きゃくちゅう@脚注
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Standard
27258 脚注は、ツールバーボタン
27259 \family sans
27260
27261 \begin_inset Info
27262 type  "icon"
27263 arg   "footnote-insert"
27264 \end_inset
27265
27266
27267 \family default
27268 か、
27269 \family sans
27270 挿入\SpecialChar \menuseparator
27271 脚注
27272 \family default
27273 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
27274 \begin_inset Graphics
27275         filename clipart/footnoteQt4.png
27276         scale 80
27277         scaleBeforeRotation
27278
27279 \end_inset
27280
27281 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
27282 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
27283 \end_layout
27284
27285 \begin_layout Standard
27286 これが脚注の例です
27287 \begin_inset Foot
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291 \begin_inset CommandInset label
27292 LatexCommand label
27293 name "fn:これは脚注の一例"
27294
27295 \end_inset
27296
27297 これは脚注の一例です。
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset ERT
27304 status collapsed
27305
27306 \begin_layout Plain Layout
27307
27308
27309 \backslash
27310 newcounter{MyRepeatFoot}
27311 \end_layout
27312
27313 \begin_layout Plain Layout
27314
27315
27316 \backslash
27317 setcounter{MyRepeatFoot}{
27318 \backslash
27319 thefootnote}
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27329 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27330 \end_layout
27331
27332 \begin_layout Standard
27333 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27334 \begin_inset CommandInset ref
27335 LatexCommand ref
27336 reference "sec:フロートの参照"
27337
27338 \end_inset
27339
27340 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27341 \begin_inset Newline newline
27342 \end_inset
27343
27344 これは脚注
27345 \begin_inset CommandInset ref
27346 LatexCommand ref
27347 reference "fn:これは脚注の一例"
27348
27349 \end_inset
27350
27351 の相互参照です。
27352 \end_layout
27353
27354 \begin_layout Standard
27355 \begin_inset VSpace defskip
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \begin_layout Standard
27362 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27363 \series bold
27364
27365 \backslash
27366 footnotemark{}
27367 \series default
27368 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27369 \series bold
27370
27371 \backslash
27372 footnotetext
27373 \series default
27374 コマンドの引数として入力します。
27375 \begin_inset Newline newline
27376 \end_inset
27377
27378 以下の表ではコマンド
27379 \begin_inset Newline newline
27380 \end_inset
27381
27382
27383 \series bold
27384
27385 \backslash
27386 footnotetext{
27387 \series default
27388 出力される脚注の表
27389 \series bold
27390 }
27391 \series default
27392
27393 \begin_inset Newline newline
27394 \end_inset
27395
27396 を用いています。
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset Tabular
27401 <lyxtabular version="3" rows="2" columns="1">
27402 <features rotate="0" tabularvalignment="middle">
27403 <column alignment="center" valignment="top">
27404 <row>
27405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409 これは例文です。
27410 \begin_inset Foot
27411 status open
27412
27413 \begin_layout Plain Layout
27414 この脚注は出力されません!
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 <row>
27426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430 これは例文です。
27431 \begin_inset ERT
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435
27436
27437 \backslash
27438 footnotemark{}
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \end_layout
27445
27446 \end_inset
27447 </cell>
27448 </row>
27449 </lyxtabular>
27450
27451 \end_inset
27452
27453
27454 \begin_inset ERT
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458
27459
27460 \backslash
27461 footnotetext{
27462 \end_layout
27463
27464 \end_inset
27465
27466 出力される脚注の表
27467 \begin_inset ERT
27468 status collapsed
27469
27470 \begin_layout Plain Layout
27471
27472 }
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 長尺表中の脚注は、第
27482 \begin_inset CommandInset ref
27483 LatexCommand ref
27484 reference "sub:長尺表での脚注"
27485
27486 \end_inset
27487
27488 節で述べられています。
27489 \end_layout
27490
27491 \begin_layout Standard
27492 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27493 \begin_inset CommandInset ref
27494 LatexCommand ref
27495 reference "sec:ミニページ"
27496
27497 \end_inset
27498
27499 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27500 \series bold
27501
27502 \backslash
27503 footnotemark{}
27504 \series default
27505
27506 \series bold
27507
27508 \backslash
27509 footntoetext
27510 \series default
27511 による方法を用いてください。
27512 \end_layout
27513
27514 \begin_layout Standard
27515 \begin_inset Box Frameless
27516 position "t"
27517 hor_pos "c"
27518 has_inner_box 1
27519 inner_pos "t"
27520 use_parbox 0
27521 use_makebox 0
27522 width "100col%"
27523 special "none"
27524 height "1in"
27525 height_special "totalheight"
27526 status open
27527
27528 \begin_layout Plain Layout
27529 これはミニページ中の例文です。
27530 \begin_inset Foot
27531 status open
27532
27533 \begin_layout Plain Layout
27534 ミニページ中の脚注です。
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Plain Layout
27543 これはミニページ中の例文です。
27544 \begin_inset ERT
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548
27549
27550 \backslash
27551 footnotemark{}
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Standard
27565 \begin_inset ERT
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569
27570
27571 \backslash
27572 footnotetext{
27573 \end_layout
27574
27575 \end_inset
27576
27577 ミニページ外の脚注です。
27578 \begin_inset ERT
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583 }
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \begin_inset VSpace defskip
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \begin_layout Standard
27596 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27597 \series bold
27598
27599 \backslash
27600 footnotemark[番号]
27601 \series default
27602 を使用してください。
27603 \begin_inset Newline newline
27604 \end_inset
27605
27606 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27607 \begin_inset CommandInset ref
27608 LatexCommand ref
27609 reference "fn:これは脚注の一例"
27610
27611 \end_inset
27612
27613 の後に、TeXコードで
27614 \end_layout
27615
27616 \begin_layout Standard
27617
27618 \series bold
27619
27620 \backslash
27621 newcounter{MyRepeatFoot}
27622 \begin_inset Newline newline
27623 \end_inset
27624
27625
27626 \backslash
27627 setcounter{MyRepeatFoot}{
27628 \backslash
27629 thefootnote}
27630 \end_layout
27631
27632 \begin_layout Standard
27633 というコマンドを挿入しています。そして脚注マークは、
27634 \end_layout
27635
27636 \begin_layout Standard
27637
27638 \series bold
27639
27640 \backslash
27641 footnotemark[
27642 \backslash
27643 theMyRepeatFoot]
27644 \end_layout
27645
27646 \begin_layout Standard
27647 で作成します。
27648 \end_layout
27649
27650 \begin_layout Standard
27651 これは繰り返し脚注の例です。
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656
27657
27658 \backslash
27659 footnotemark[
27660 \backslash
27661 theMyRepeatFoot]
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Standard
27670 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27671 \end_layout
27672
27673 \begin_layout Standard
27674
27675 \series bold
27676
27677 \backslash
27678 footnotemark[
27679 \backslash
27680 thefootnote]
27681 \end_layout
27682
27683 \begin_layout Standard
27684 を使用してください。
27685 \end_layout
27686
27687 \begin_layout Standard
27688 これは繰り返し脚注の例です。
27689 \begin_inset ERT
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693
27694
27695 \backslash
27696 footnotemark[
27697 \backslash
27698 thefootnote]
27699 \end_layout
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Subsection
27707 脚注の付番
27708 \begin_inset CommandInset label
27709 LatexCommand label
27710 name "sub:脚注の付番"
27711
27712 \end_inset
27713
27714
27715 \begin_inset Index idx
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 きゃくちゅう@脚注 ! ふばん@付番
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27729 \end_layout
27730
27731 \begin_layout Standard
27732
27733 \series bold
27734
27735 \backslash
27736 @addtoreset{footnote}{section}
27737 \end_layout
27738
27739 \begin_layout Standard
27740 というコマンドを加えてください。
27741 \end_layout
27742
27743 \begin_layout Standard
27744 \begin_inset VSpace bigskip
27745 \end_inset
27746
27747 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27748 \end_layout
27749
27750 \begin_layout Standard
27751
27752 \series bold
27753
27754 \backslash
27755 renewcommand{
27756 \backslash
27757 thefootnote}{
27758 \backslash
27759 roman{footnote}}
27760 \end_layout
27761
27762 \begin_layout Standard
27763 \begin_inset ERT
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767
27768
27769 \backslash
27770 renewcommand{
27771 \backslash
27772 thefootnote}{
27773 \backslash
27774 roman{footnote}}
27775 \end_layout
27776
27777 \end_inset
27778
27779 これは、ローマ数字を使った脚注です
27780 \begin_inset Foot
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784 これは、ローマ数字を使った脚注の例です。
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \begin_layout Standard
27793 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27794 \series bold
27795
27796 \backslash
27797 roman
27798 \series default
27799
27800 \series bold
27801
27802 \backslash
27803 Roman
27804 \series default
27805 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27806 \series bold
27807
27808 \backslash
27809 Alph
27810 \series default
27811 または
27812 \series bold
27813
27814 \backslash
27815 alph
27816 \series default
27817 を使用してください。記号を使って付「番」するには、
27818 \series bold
27819
27820 \backslash
27821 fnsymbol
27822 \series default
27823 を使ってください。
27824 \end_layout
27825
27826 \begin_layout Standard
27827 \begin_inset Note Greyedout
27828 status open
27829
27830 \begin_layout Plain Layout
27831
27832 \series bold
27833 【註】
27834 \series default
27835 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \begin_inset Newline newline
27842 \end_inset
27843
27844
27845 \begin_inset Note Greyedout
27846 status open
27847
27848 \begin_layout Plain Layout
27849
27850 \series bold
27851 【註】
27852 \series default
27853 記号を使うと9個の脚注しか番号を振ることができません。
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Standard
27862 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27863 \series bold
27864
27865 \backslash
27866 roman
27867 \series default
27868
27869 \series bold
27870
27871 \backslash
27872 arabic
27873 \series default
27874 に置き換えて使用してください。
27875 \begin_inset ERT
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879
27880
27881 \backslash
27882 renewcommand{
27883 \backslash
27884 thefootnote}{
27885 \backslash
27886 arabic{footnote}}
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \begin_layout Standard
27895 \begin_inset VSpace bigskip
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \begin_layout Standard
27902 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27903 \end_layout
27904
27905 \begin_layout Standard
27906
27907 \series bold
27908
27909 \backslash
27910 numberwithin{footnote}{chapter}
27911 \end_layout
27912
27913 \begin_layout Standard
27914 というコマンドを加えてください。
27915 \series bold
27916
27917 \backslash
27918 numberwithin
27919 \series default
27920 コマンドを使用できるようにするためには、文書設定の
27921 \family sans
27922 数式オプション
27923 \family default
27924 タブで
27925 \family sans
27926 AMS
27927 \begin_inset space ~
27928 \end_inset
27929
27930 mathパッケージを使う
27931 \family default
27932 オプションを有効にしてください。
27933 \end_layout
27934
27935 \begin_layout Standard
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941
27942 \backslash
27943 numberwithin{footnote}{chapter}
27944 \end_layout
27945
27946 \end_inset
27947
27948 これは、脚注のもう一つの例です
27949 \series bold
27950
27951 \begin_inset Foot
27952 status open
27953
27954 \begin_layout Plain Layout
27955
27956 \series bold
27957 これは、
27958 \series default
27959 「章番号.脚注番号」スキームで番号を振られた脚注です。
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \series default
27966
27967 \begin_inset ERT
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971
27972
27973 \backslash
27974 renewcommand{
27975 \backslash
27976 thefootnote}{
27977 \backslash
27978 arabic{footnote}}
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 \begin_inset Note Greyedout
27988 status open
27989
27990 \begin_layout Plain Layout
27991
27992 \series bold
27993 【註】
27994 \backslash
27995 numberwithin
27996 \series default
27997 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Standard
28006 また、例えば「章番号.
28007 \backslash
28008 Roman{footnote}」スキームを得るには、
28009 \series bold
28010
28011 \backslash
28012 numberwithin
28013 \series default
28014 の代わりに以下のコマンドを使用してください。
28015 \end_layout
28016
28017 \begin_layout Standard
28018
28019 \series bold
28020
28021 \backslash
28022 renewcommand{
28023 \backslash
28024 thefootnote}{
28025 \backslash
28026 thechapter.
28027 \backslash
28028 Roman{footnote}}
28029 \end_layout
28030
28031 \begin_layout Subsection
28032 脚注の配置
28033 \begin_inset Index idx
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 きゃくちゅう@脚注 ! はいち@配置
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \begin_layout Standard
28046 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28047 ブルに足して、1.5
28048 \begin_inset space \thinspace{}
28049 \end_inset
28050
28051 mmの余白を追加することもできます。
28052 \end_layout
28053
28054 \begin_layout Standard
28055
28056 \series bold
28057
28058 \backslash
28059 let
28060 \backslash
28061 myFoot
28062 \backslash
28063 footnote
28064 \begin_inset Newline newline
28065 \end_inset
28066
28067
28068 \backslash
28069 renewcommand{
28070 \backslash
28071 footnote}[1]{
28072 \backslash
28073 myFoot{#1
28074 \backslash
28075 vspace{1.5mm}}}
28076 \end_layout
28077
28078 \begin_layout Standard
28079 \begin_inset VSpace bigskip
28080 \end_inset
28081
28082 二段組文書では、脚注は各段底部に表示されます(図
28083 \begin_inset CommandInset ref
28084 LatexCommand ref
28085 reference "fig:標準的脚注配置"
28086
28087 \end_inset
28088
28089 )。図
28090 \begin_inset CommandInset ref
28091 LatexCommand ref
28092 reference "fig:ftnright脚注配置"
28093
28094 \end_inset
28095
28096 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28097 \end_layout
28098
28099 \begin_layout Standard
28100
28101 \series bold
28102
28103 \backslash
28104 usepackage{ftnright}
28105 \end_layout
28106
28107 \begin_layout Standard
28108 というコマンドを書いて、LaTeXパッケージ
28109 \series bold
28110 ftnright
28111 \series default
28112
28113 \begin_inset Index idx
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
28118 \end_layout
28119
28120 \end_inset
28121
28122 を読み込みます。
28123 \begin_inset Float figure
28124 placement !h
28125 wide false
28126 sideways false
28127 status open
28128
28129 \begin_layout Plain Layout
28130 \begin_inset ERT
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134
28135
28136 \backslash
28137 framebox{
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \begin_inset Graphics
28144         filename ../clipart/without_fntright.pdf
28145         width 100col%
28146         scaleBeforeRotation
28147
28148 \end_inset
28149
28150
28151 \begin_inset ERT
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155
28156 }
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Plain Layout
28165 \begin_inset Caption Standard
28166
28167 \begin_layout Plain Layout
28168 \begin_inset CommandInset label
28169 LatexCommand label
28170 name "fig:標準的脚注配置"
28171
28172 \end_inset
28173
28174 二段組文書の標準的な脚注配置
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_layout Standard
28188 \begin_inset Float figure
28189 placement !h
28190 wide false
28191 sideways false
28192 status open
28193
28194 \begin_layout Plain Layout
28195 \begin_inset ERT
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199
28200
28201 \backslash
28202 framebox{
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \begin_inset Graphics
28209         filename ../clipart/with_fntright.pdf
28210         width 100col%
28211         scaleBeforeRotation
28212
28213 \end_inset
28214
28215
28216 \begin_inset ERT
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220
28221 }
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Plain Layout
28230 \begin_inset Caption Standard
28231
28232 \begin_layout Plain Layout
28233 \begin_inset CommandInset label
28234 LatexCommand label
28235 name "fig:ftnright脚注配置"
28236
28237 \end_inset
28238
28239 LaTeXパッケージ
28240 \series bold
28241 ftnright
28242 \series default
28243 を使用したときの二段組文書の脚注配置
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 \begin_inset VSpace bigskip
28258 \end_inset
28259
28260 科学的文献に於いては、図
28261 \begin_inset CommandInset ref
28262 LatexCommand ref
28263 reference "fig:後注"
28264
28265 \end_inset
28266
28267 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
28268 \begin_inset Index idx
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272 こちゅう@後注
28273 \end_layout
28274
28275 \end_inset
28276
28277 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
28278 \family sans
28279 文書\SpecialChar \menuseparator
28280 設定\SpecialChar \menuseparator
28281 モジュール
28282 \family default
28283 メニューで
28284 \family sans
28285 脚注から後注へ
28286 \family default
28287 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
28288 \end_layout
28289
28290 \begin_layout Standard
28291
28292 \series bold
28293
28294 \backslash
28295 theendnotes
28296 \end_layout
28297
28298 \begin_layout Standard
28299 というコマンドを挿入してください。
28300 \end_layout
28301
28302 \begin_layout Standard
28303 \begin_inset Float figure
28304 wide false
28305 sideways false
28306 status open
28307
28308 \begin_layout Plain Layout
28309 \align center
28310 \begin_inset ERT
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314
28315
28316 \backslash
28317 framebox{
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \begin_inset Graphics
28324         filename ../clipart/endnotes.pdf
28325         scaleBeforeRotation
28326
28327 \end_inset
28328
28329
28330 \begin_inset ERT
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334
28335 }
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \begin_layout Plain Layout
28344 \begin_inset Caption Standard
28345
28346 \begin_layout Plain Layout
28347 \begin_inset CommandInset label
28348 LatexCommand label
28349 name "fig:後注"
28350
28351 \end_inset
28352
28353 後注 – 注を節ないし章末に別段落として印字します。
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 \begin_inset VSpace medskip
28368 \end_inset
28369
28370 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28371 \end_layout
28372
28373 \begin_layout Standard
28374
28375 \series bold
28376
28377 \backslash
28378 renewcommand{
28379 \backslash
28380 notesname}{Anmerkungen}
28381 \end_layout
28382
28383 \begin_layout Standard
28384 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28385 \end_layout
28386
28387 \begin_layout Standard
28388 \begin_inset VSpace medskip
28389 \end_inset
28390
28391
28392 \begin_inset CommandInset ref
28393 LatexCommand ref
28394 reference "sub:脚注の付番"
28395
28396 \end_inset
28397
28398 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28399 \series bold
28400
28401 \backslash
28402 thefootnote
28403 \series default
28404 コマンドの代わりに
28405 \series bold
28406
28407 \backslash
28408 theendnote
28409 \series default
28410 を用いてください。後注番号をリセットするには、第
28411 \begin_inset CommandInset ref
28412 LatexCommand ref
28413 reference "sub:脚注の付番"
28414
28415 \end_inset
28416
28417 節で述べたコマンド
28418 \series bold
28419
28420 \backslash
28421 @addtoreset
28422 \series default
28423 の、パラメータ
28424 \series bold
28425 footnote
28426 \series default
28427
28428 \series bold
28429 endnote
28430 \series default
28431 に変えて、使用してください。
28432 \end_layout
28433
28434 \begin_layout Standard
28435 後注の印だけを作成するには、第
28436 \begin_inset CommandInset ref
28437 LatexCommand ref
28438 reference "sec:脚注"
28439
28440 \end_inset
28441
28442 節で説明した
28443 \series bold
28444
28445 \backslash
28446 footnotemark
28447 \series default
28448 コマンドの代わりに、
28449 \series bold
28450
28451 \backslash
28452 endnotemark[番号]
28453 \series default
28454 コマンドを使用してください。
28455 \end_layout
28456
28457 \begin_layout Standard
28458 \begin_inset VSpace bigskip
28459 \end_inset
28460
28461 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28462 \series bold
28463 footmisc
28464 \series default
28465
28466 \begin_inset Index idx
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \begin_inset CommandInset citation
28477 LatexCommand cite
28478 key "footmisc"
28479
28480 \end_inset
28481
28482 を参照してください。
28483 \end_layout
28484
28485 \begin_layout Standard
28486 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28487 \begin_inset CommandInset citation
28488 LatexCommand cite
28489 key "latexcompanion,latexguide,latexbook"
28490
28491 \end_inset
28492
28493 に載っています。
28494 \series bold
28495 KOMA-Script
28496 \series default
28497
28498 \begin_inset Index idx
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28503 \end_layout
28504
28505 \end_inset
28506
28507 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28508 \begin_inset CommandInset citation
28509 LatexCommand cite
28510 key "KOMA-Script"
28511
28512 \end_inset
28513
28514 参照)。
28515 \end_layout
28516
28517 \begin_layout Section
28518 傍注
28519 \begin_inset Index idx
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28533 \family sans
28534 挿入\SpecialChar \menuseparator
28535 傍注
28536 \family default
28537 メニューかツールバーボタン
28538 \family sans
28539
28540 \begin_inset Info
28541 type  "icon"
28542 arg   "marginalnote-insert"
28543 \end_inset
28544
28545
28546 \family default
28547 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28548 \end_layout
28549
28550 \begin_layout Standard
28551 横にあるのが傍注です
28552 \begin_inset Marginal
28553 status open
28554
28555 \begin_layout Plain Layout
28556 これは傍注文です。
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \begin_layout Standard
28565 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28566 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28567 \end_layout
28568
28569 \begin_layout Standard
28570 \begin_inset VSpace bigskip
28571 \end_inset
28572
28573 傍注を内側余白に置くには、傍注の前にTeXコードで
28574 \end_layout
28575
28576 \begin_layout Standard
28577
28578 \series bold
28579
28580 \backslash
28581 reversemarginpar
28582 \end_layout
28583
28584 \begin_layout Standard
28585 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28586 \begin_inset ERT
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590
28591
28592 \backslash
28593 reversemarginpar 
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \begin_inset Marginal
28600 status open
28601
28602 \begin_layout Plain Layout
28603 これは内側余白の傍注です。
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \series bold
28610
28611 \begin_inset Newline newline
28612 \end_inset
28613
28614
28615 \series default
28616
28617 \begin_inset Note Greyedout
28618 status open
28619
28620 \begin_layout Plain Layout
28621 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 既定の配置に戻すには、TeXコードで
28631 \end_layout
28632
28633 \begin_layout Standard
28634
28635 \series bold
28636
28637 \backslash
28638 normalmarginpar
28639 \end_layout
28640
28641 \begin_layout Standard
28642 というコマンドを書き加えてください。
28643 \begin_inset ERT
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647
28648
28649 \backslash
28650 normalmarginpar 
28651 \end_layout
28652
28653 \end_inset
28654
28655  
28656 \begin_inset Note Greyedout
28657 status open
28658
28659 \begin_layout Plain Layout
28660
28661 \series bold
28662 【註】
28663 \backslash
28664 reversemarginpar
28665 \series default
28666 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset VSpace bigskip
28676 \end_inset
28677
28678
28679 \begin_inset Marginal
28680 status open
28681
28682 \begin_layout Plain Layout
28683 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \begin_inset CommandInset ref
28690 LatexCommand ref
28691 reference "sub:複数行"
28692
28693 \end_inset
28694
28695 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28696 \begin_inset space \thinspace{}
28697 \end_inset
28698
28699 pt水平空白を挿入してください 
28700 \begin_inset Marginal
28701 status open
28702
28703 \begin_layout Plain Layout
28704 \begin_inset space \hspace*{}
28705 \length 0pt
28706 \end_inset
28707
28708 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \begin_inset VSpace bigskip
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 \begin_inset Note Greyedout
28725 status open
28726
28727 \begin_layout Plain Layout
28728
28729 \series bold
28730 【註】
28731 \series default
28732 通常、傍注は表やフロート、脚注の中では使用することができません。
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 \begin_inset VSpace bigskip
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753
28754 \backslash
28755 ifmarginnote
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \begin_inset Note Note
28762 status open
28763
28764 \begin_layout Plain Layout
28765 以下の部分は、LaTeXパッケージ
28766 \series bold
28767 marginnote
28768 \series default
28769 が導入されているときのみ表示されます。
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 この制約は、LaTeXパッケージ
28779 \series bold
28780 marginnote
28781 \series default
28782
28783 \begin_inset Index idx
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28788 \end_layout
28789
28790 \end_inset
28791
28792 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28793 \series bold
28794 marginnote
28795 \series default
28796 パッケージが提供するコマンドを使うようになります。
28797 \end_layout
28798
28799 \begin_layout Standard
28800
28801 \series bold
28802
28803 \backslash
28804 usepackage{marginnote}
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808
28809 \backslash
28810 let
28811 \backslash
28812 marginpar
28813 \backslash
28814 marginnote
28815 \end_layout
28816
28817 \begin_layout Standard
28818
28819 \series bold
28820 marginnote
28821 \series default
28822 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28823 \series bold
28824 marginnote
28825 \series default
28826 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28827 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28828 \end_layout
28829
28830 \begin_layout Standard
28831
28832 \series bold
28833 [オフセット]
28834 \end_layout
28835
28836 \begin_layout Standard
28837 という形で書くことで設定することができます。ここで「オフセット」には、表
28838 \begin_inset CommandInset ref
28839 LatexCommand ref
28840 reference "tab:単位"
28841
28842 \end_inset
28843
28844 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28845 \series bold
28846 [-1.5cm]
28847 \series default
28848 」を使用して、1.5
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 cm上にずらしてあります
28853 \begin_inset Marginal
28854 status open
28855
28856 \begin_layout Plain Layout
28857 この傍注は、本来の位置よりも1.5
28858 \begin_inset space \thinspace{}
28859 \end_inset
28860
28861 cm上にずらしてあります。
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \begin_inset ERT
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871
28872 [-1.5cm]
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \begin_layout Standard
28881 \begin_inset VSpace medskip
28882 \end_inset
28883
28884
28885 \series bold
28886 marginnote
28887 \series default
28888 を使うと、傍注の揃えを変更することもできます。たとえば、
28889 \end_layout
28890
28891 \begin_layout Standard
28892
28893 \series bold
28894
28895 \backslash
28896 renewcommand*{
28897 \backslash
28898 raggedleftmarginnote}{
28899 \backslash
28900 centering}
28901 \begin_inset Newline newline
28902 \end_inset
28903
28904
28905 \backslash
28906 renewcommand*{
28907 \backslash
28908 raggedrightmarginnote}{
28909 \backslash
28910 centering}
28911 \end_layout
28912
28913 \begin_layout Standard
28914 というコマンドを使うと、中央揃えになります。
28915 \series bold
28916
28917 \backslash
28918 raggedleftmarginnote
28919 \series default
28920 とは、左側に表示されている傍注のことを指します
28921 \begin_inset ERT
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925
28926
28927 \backslash
28928 renewcommand*{
28929 \backslash
28930 raggedleftmarginnote}{
28931 \backslash
28932 centering}
28933 \end_layout
28934
28935 \begin_layout Plain Layout
28936
28937
28938 \backslash
28939 renewcommand*{
28940 \backslash
28941 raggedrightmarginnote}{
28942 \backslash
28943 centering}
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \begin_inset Marginal
28950 status open
28951
28952 \begin_layout Plain Layout
28953 この傍注の文章は中央揃えになっています。
28954 \end_layout
28955
28956 \end_inset
28957
28958 。既定の設定は、
28959 \end_layout
28960
28961 \begin_layout Standard
28962
28963 \series bold
28964
28965 \backslash
28966 renewcommand*{
28967 \backslash
28968 raggedleftmarginnote}{
28969 \backslash
28970 raggedleft}
28971 \begin_inset Newline newline
28972 \end_inset
28973
28974
28975 \backslash
28976 renewcommand*{
28977 \backslash
28978 raggedrightmarginnote}{
28979 \backslash
28980 raggedright}
28981 \series default
28982
28983 \begin_inset ERT
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987
28988
28989 \backslash
28990 renewcommand*{
28991 \backslash
28992 raggedleftmarginnote}{
28993 \backslash
28994 raggedleft}
28995 \end_layout
28996
28997 \begin_layout Plain Layout
28998
28999
29000 \backslash
29001 renewcommand*{
29002 \backslash
29003 raggedrightmarginnote}{
29004 \backslash
29005 raggedright}
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \begin_layout Standard
29014 です。
29015 \end_layout
29016
29017 \begin_layout Standard
29018 \begin_inset VSpace medskip
29019 \end_inset
29020
29021
29022 \series bold
29023 marginnote
29024 \series default
29025 の他の機能については、
29026 \begin_inset CommandInset citation
29027 LatexCommand cite
29028 key "marginnote"
29029
29030 \end_inset
29031
29032 の取扱説明書をご参照ください。
29033 \end_layout
29034
29035 \begin_layout Standard
29036 \begin_inset VSpace bigskip
29037 \end_inset
29038
29039 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29040 \family sans
29041 \series bold
29042 \bar under
29043 注意!
29044 \family default
29045 \series default
29046 \bar default
29047 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29048 \end_layout
29049
29050 \begin_layout Standard
29051
29052 \series bold
29053
29054 \backslash
29055 let
29056 \backslash
29057 myMarginpar
29058 \backslash
29059 marginpar
29060 \begin_inset Newline newline
29061 \end_inset
29062
29063
29064 \backslash
29065 renewcommand{
29066 \backslash
29067 marginpar}[1]{
29068 \backslash
29069 myMarginpar{%
29070 \begin_inset Newline newline
29071 \end_inset
29072
29073
29074 \begin_inset Phantom HPhantom
29075 status open
29076
29077 \begin_layout Plain Layout
29078
29079 \series bold
29080 \begin_inset space ~
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \backslash
29090 hspace{0pt}
29091 \backslash
29092 textsf{
29093 \backslash
29094 textbf{
29095 \backslash
29096 underbar{注意!}}}%
29097 \begin_inset Newline newline
29098 \end_inset
29099
29100
29101 \begin_inset Phantom HPhantom
29102 status open
29103
29104 \begin_layout Plain Layout
29105
29106 \series bold
29107 \begin_inset space ~
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \backslash
29117 vspace{1.5mm}
29118 \backslash
29119
29120 \backslash
29121 #1}}
29122 \end_layout
29123
29124 \begin_layout Standard
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130
29131 \backslash
29132 let
29133 \backslash
29134 myMarginpar
29135 \backslash
29136 marginpar
29137 \end_layout
29138
29139 \begin_layout Plain Layout
29140
29141
29142 \backslash
29143 renewcommand{
29144 \backslash
29145 marginpar}[1]{
29146 \backslash
29147 myMarginpar{%
29148 \end_layout
29149
29150 \begin_layout Plain Layout
29151
29152    
29153 \backslash
29154 textsf{
29155 \backslash
29156 textbf{
29157 \backslash
29158 underbar{注意!}}}%
29159 \end_layout
29160
29161 \begin_layout Plain Layout
29162
29163    
29164 \backslash
29165 vspace{1.5mm}
29166 \backslash
29167
29168 \backslash
29169 #1}}
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \begin_inset Marginal
29176 status open
29177
29178 \begin_layout Plain Layout
29179 これは、定義したヘッダをつけた傍注です。
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \begin_inset ERT
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189
29190 [-1.5cm]
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201
29202 \backslash
29203 renewcommand{
29204 \backslash
29205 marginpar}[1]{
29206 \backslash
29207 myMarginpar{#1}}
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \begin_inset Note Note
29214 status open
29215
29216 \begin_layout Plain Layout
29217 傍注書式は、この例の分だけ変更してあります。
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \begin_inset ERT
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230
29231
29232 \backslash
29233 else
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \begin_inset Note Note
29240 status open
29241
29242 \begin_layout Plain Layout
29243 以下の部分は、LaTeXパッケージ
29244 \series bold
29245 marginnote
29246 \series default
29247 が導入されていないときのみ表示されます。
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 本節の以下の部分を出力に表示するには、LaTeXパッケージ
29257 \series bold
29258 marginnote
29259 \series default
29260 を導入する必要があります。
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269
29270 \backslash
29271 fi
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Chapter
29280 ボックス
29281 \end_layout
29282
29283 \begin_layout Section
29284 はじめに
29285 \begin_inset Index idx
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 ぼっくす@ボックス ! はじめに
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
29299 \begin_inset CommandInset ref
29300 LatexCommand ref
29301 reference "sec:ミニページ"
29302
29303 \end_inset
29304
29305 節参照)、文章を囲ったり(第
29306 \begin_inset CommandInset ref
29307 LatexCommand ref
29308 reference "sec:装飾"
29309
29310 \end_inset
29311
29312 節参照)、単語がハイフネートされるのを予防したり(第
29313 \begin_inset CommandInset ref
29314 LatexCommand ref
29315 reference "sec:ハイフネーションの回避"
29316
29317 \end_inset
29318
29319 節参照)、文章を揃えたり(第
29320 \begin_inset CommandInset ref
29321 LatexCommand ref
29322 reference "sub:垂直揃え"
29323
29324 \end_inset
29325
29326 節参照)、あるいは文章の背景色を設定したり(第
29327 \begin_inset CommandInset ref
29328 LatexCommand ref
29329 reference "sec:色付きボックス"
29330
29331 \end_inset
29332
29333 節参照)するのに使用します。
29334 \end_layout
29335
29336 \begin_layout Standard
29337 ボックスは、
29338 \family sans
29339 挿入\SpecialChar \menuseparator
29340 ボックス
29341 \family default
29342 メニューかツールバーボタン
29343 \family sans
29344
29345 \begin_inset Info
29346 type  "icon"
29347 arg   "box-insert Frameless"
29348 \end_inset
29349
29350
29351 \family default
29352 を使って挿入することができます。すると、
29353 \begin_inset Graphics
29354         filename clipart/BoxInsetDefaultQt4.png
29355         scale 85
29356         scaleBeforeRotation
29357
29358 \end_inset
29359
29360 のように
29361 \family sans
29362 ボックス(minipage環境)
29363 \family default
29364 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29365 \family sans
29366 設定
29367 \family default
29368 メニューを選択すると現れるボックスダイアログでは、
29369 \family sans
29370 parboxコマンド
29371 \family default
29372
29373 \family sans
29374 minipage環境
29375 \family default
29376 の二つの
29377 \family sans
29378 内部ボックス
29379 \family default
29380 型を選択することができます。
29381 \family sans
29382 minipage
29383 \family default
29384 型は、新規ボックスの既定値となっており、第
29385 \begin_inset CommandInset ref
29386 LatexCommand ref
29387 reference "sec:ミニページ"
29388
29389 \end_inset
29390
29391 節で説明します。
29392 \family sans
29393 parbox
29394 \family default
29395 型については第
29396 \begin_inset CommandInset ref
29397 LatexCommand ref
29398 reference "sec:Parboxes"
29399
29400 \end_inset
29401
29402 節、
29403 \family sans
29404 makebox
29405 \family default
29406 型については第
29407 \begin_inset CommandInset ref
29408 LatexCommand ref
29409 reference "sec:ハイフネーションの回避"
29410
29411 \end_inset
29412
29413 節で述べます。
29414 \end_layout
29415
29416 \begin_layout Standard
29417 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29418 \end_layout
29419
29420 \begin_layout Standard
29421 \begin_inset Note Greyedout
29422 status open
29423
29424 \begin_layout Plain Layout
29425 【註】ボックスは、
29426 \family sans
29427 箇条書き(記号)
29428 \family default
29429 環境や
29430 \family sans
29431 箇条書き(記述)
29432 \family default
29433 環境の単独要素とすべきではありません。
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 \begin_inset Note Greyedout
29443 status open
29444
29445 \begin_layout Plain Layout
29446 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29447 \family sans
29448 内部ボックス
29449 \family default
29450 型は
29451 \family sans
29452 なし
29453 \family default
29454 にしか設定することができません。
29455 \family sans
29456 内部ボックス
29457 \family default
29458 型や枠のないボックスについては、第
29459 \begin_inset CommandInset ref
29460 LatexCommand ref
29461 reference "sec:ハイフネーションの回避"
29462
29463 \end_inset
29464
29465 節で説明します。
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Section
29474 ボックスダイアログ
29475 \begin_inset CommandInset label
29476 LatexCommand label
29477 name "sec:ボックスダイアログ"
29478
29479 \end_inset
29480
29481
29482 \begin_inset Index idx
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \begin_layout Subsection
29495 寸法
29496 \begin_inset Index idx
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500 ぼっくす@ボックス ! すんぽう@寸法
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 ボックスダイアログでは、
29510 \family sans
29511
29512 \family default
29513
29514 \family sans
29515 高さ
29516 \family default
29517 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29518 \begin_inset CommandInset ref
29519 LatexCommand ref
29520 reference "tab:単位"
29521
29522 \end_inset
29523
29524 に説明されています。
29525 \family sans
29526 高さ
29527 \family default
29528 フィールドには、加えて以下の寸法を使用することができます。
29529 \end_layout
29530
29531 \begin_layout Description
29532 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29533 \begin_inset Newline newline
29534 \end_inset
29535
29536
29537 \begin_inset Newline newline
29538 \end_inset
29539
29540
29541 \begin_inset Newline newline
29542 \end_inset
29543
29544
29545 \begin_inset Box Boxed
29546 position "c"
29547 hor_pos "c"
29548 has_inner_box 1
29549 inner_pos "c"
29550 use_parbox 0
29551 use_makebox 0
29552 width "12col%"
29553 special "none"
29554 height "1in"
29555 height_special "depth"
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559 \align center
29560 高さを1階層に設定したボックス
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \begin_inset Newline newline
29567 \end_inset
29568
29569
29570 \begin_inset Newline newline
29571 \end_inset
29572
29573
29574 \end_layout
29575
29576 \begin_layout Description
29577 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29578 \begin_inset Box Boxed
29579 position "c"
29580 hor_pos "c"
29581 has_inner_box 1
29582 inner_pos "c"
29583 use_parbox 0
29584 use_makebox 0
29585 width "20col%"
29586 special "none"
29587 height "2in"
29588 height_special "height"
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 \align center
29593 高さを2高さに設定したボックス
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Description
29602 全高 これは「高さ」+「階層」です。
29603 \begin_inset Box Boxed
29604 position "c"
29605 hor_pos "c"
29606 has_inner_box 1
29607 inner_pos "c"
29608 use_parbox 0
29609 use_makebox 0
29610 width "20col%"
29611 special "none"
29612 height "1in"
29613 height_special "totalheight"
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617 \align center
29618 高さを1全高に設定したボックス
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Description
29627 幅 これはボックスの幅を高さに設定します。
29628 \begin_inset Box Boxed
29629 position "c"
29630 hor_pos "c"
29631 has_inner_box 1
29632 inner_pos "c"
29633 use_parbox 0
29634 use_makebox 0
29635 width "12col%"
29636 special "none"
29637 height "1in"
29638 height_special "width"
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642 \align center
29643 高さを1幅に設定したボックス
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Subsection
29652 文字揃え
29653 \begin_inset Index idx
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 ぼっくす@ボックス ! もじそろえ@文字揃え
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Standard
29666
29667 \family sans
29668 内部ボックス
29669 \family default
29670 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29671 \end_layout
29672
29673 \begin_layout Description
29674 上 これは例示のための本文行です。
29675 \begin_inset Box Boxed
29676 position "t"
29677 hor_pos "c"
29678 has_inner_box 1
29679 inner_pos "c"
29680 use_parbox 0
29681 use_makebox 0
29682 width "12col%"
29683 special "none"
29684 height "1in"
29685 height_special "totalheight"
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689 \align center
29690 このボックスは上揃えです。
29691 \end_layout
29692
29693 \end_inset
29694
29695 これは例示のための本文行です。
29696 \end_layout
29697
29698 \begin_layout Description
29699 中央 これは例示のための本文行です。
29700 \begin_inset Box Boxed
29701 position "c"
29702 hor_pos "c"
29703 has_inner_box 1
29704 inner_pos "c"
29705 use_parbox 0
29706 use_makebox 0
29707 width "12col%"
29708 special "none"
29709 height "1in"
29710 height_special "totalheight"
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714 \align center
29715 このボックスは中央揃えです。
29716 \end_layout
29717
29718 \end_inset
29719
29720 これは例示のための本文行です。
29721 \end_layout
29722
29723 \begin_layout Description
29724 下 これは例示のための本文行です。
29725 \begin_inset Box Boxed
29726 position "b"
29727 hor_pos "c"
29728 has_inner_box 1
29729 inner_pos "c"
29730 use_parbox 0
29731 use_makebox 0
29732 width "12col%"
29733 special "none"
29734 height "1in"
29735 height_special "totalheight"
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 \align center
29740 このボックスは下揃えです。
29741 \end_layout
29742
29743 \end_inset
29744
29745 これは例示のための本文行です。
29746 \end_layout
29747
29748 \begin_layout Standard
29749 \begin_inset Note Greyedout
29750 status open
29751
29752 \begin_layout Plain Layout
29753
29754 \series bold
29755 【註】
29756 \series default
29757 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29767 \end_layout
29768
29769 \begin_layout Standard
29770 \begin_inset VSpace bigskip
29771 \end_inset
29772
29773
29774 \family sans
29775 内部ボックス
29776 \family default
29777 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29778 \end_layout
29779
29780 \begin_layout Description
29781 上 これは例示のための本文行です。
29782 \begin_inset Box Boxed
29783 position "c"
29784 hor_pos "c"
29785 has_inner_box 1
29786 inner_pos "t"
29787 use_parbox 0
29788 use_makebox 0
29789 width "12col%"
29790 special "none"
29791 height "1.5in"
29792 height_special "totalheight"
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 \align center
29797 このボックスの文章は上揃えです。
29798 \end_layout
29799
29800 \end_inset
29801
29802 これは例示のための本文行です。
29803 \end_layout
29804
29805 \begin_layout Description
29806 中央 これは例示のための本文行です。
29807 \begin_inset Box Boxed
29808 position "c"
29809 hor_pos "c"
29810 has_inner_box 1
29811 inner_pos "c"
29812 use_parbox 0
29813 use_makebox 0
29814 width "12col%"
29815 special "none"
29816 height "1.5in"
29817 height_special "totalheight"
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821 \align center
29822 このボックスの文章は中央揃えです。
29823 \end_layout
29824
29825 \end_inset
29826
29827 これは例示のための本文行です。
29828 \end_layout
29829
29830 \begin_layout Description
29831 下 これは例示のための本文行です。
29832 \begin_inset Box Boxed
29833 position "c"
29834 hor_pos "c"
29835 has_inner_box 1
29836 inner_pos "b"
29837 use_parbox 0
29838 use_makebox 0
29839 width "12col%"
29840 special "none"
29841 height "1.5in"
29842 height_special "totalheight"
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846 \align center
29847 このボックスの文章は下揃えです。
29848 \end_layout
29849
29850 \end_inset
29851
29852 これは例示のための本文行です。
29853 \end_layout
29854
29855 \begin_layout Description
29856 広げる これは例示のための本文行です。
29857 \begin_inset Box Boxed
29858 position "c"
29859 hor_pos "c"
29860 has_inner_box 1
29861 inner_pos "s"
29862 use_parbox 0
29863 use_makebox 0
29864 width "17col%"
29865 special "none"
29866 height "1.5in"
29867 height_special "totalheight"
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 \align center
29872 このボックスの
29873 \end_layout
29874
29875 \begin_layout Plain Layout
29876 \align center
29877 文章は広げて
29878 \end_layout
29879
29880 \begin_layout Plain Layout
29881 \align center
29882 あります。
29883 \end_layout
29884
29885 \end_inset
29886
29887 これは例示のための本文行です。
29888 \end_layout
29889
29890 \begin_layout Standard
29891 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29892 \end_layout
29893
29894 \begin_layout Standard
29895 \begin_inset VSpace bigskip
29896 \end_inset
29897
29898
29899 \family sans
29900 内部ボックス
29901 \family default
29902 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \align center
29907 \begin_inset Box Boxed
29908 position "c"
29909 hor_pos "c"
29910 has_inner_box 1
29911 inner_pos "s"
29912 use_parbox 0
29913 use_makebox 0
29914 width "25col%"
29915 special "none"
29916 height "1.25in"
29917 height_special "totalheight"
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 \align left
29922 このボックスの
29923 \end_layout
29924
29925 \begin_layout Plain Layout
29926 \align center
29927 文章は広げて
29928 \end_layout
29929
29930 \begin_layout Plain Layout
29931 \align right
29932 あります。
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941
29942 \family sans
29943 内部ボックス
29944 \family default
29945 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29946 \end_layout
29947
29948 \begin_layout Standard
29949 \align center
29950 \begin_inset Box Boxed
29951 position "c"
29952 hor_pos "s"
29953 has_inner_box 0
29954 inner_pos "s"
29955 use_parbox 0
29956 use_makebox 0
29957 width "90col%"
29958 special "none"
29959 height "1.25in"
29960 height_special "totalheight"
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964 このボックスの文章は水平方向に広げてあります。
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \end_layout
29971
29972 \begin_layout Subsection
29973 装飾
29974 \begin_inset CommandInset label
29975 LatexCommand label
29976 name "sec:装飾"
29977
29978 \end_inset
29979
29980
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 ぼっくす@ボックス ! そうしょく@装飾
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Standard
29994 ボックス型は、ボックスダイアログ中の
29995 \family sans
29996 装飾
29997 \family default
29998 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
29999 \end_layout
30000
30001 \begin_layout Description
30002 縁なし 枠を描きません。
30003 \end_layout
30004
30005 \begin_layout Description
30006 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30007 \series bold
30008
30009 \backslash
30010 fboxrule
30011 \series default
30012 の値になります。 
30013 \begin_inset Box Boxed
30014 position "c"
30015 hor_pos "c"
30016 has_inner_box 1
30017 inner_pos "c"
30018 use_parbox 0
30019 use_makebox 0
30020 width "20col%"
30021 special "none"
30022 height "1in"
30023 height_special "totalheight"
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 \align center
30028 長方形の箱型
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \begin_layout Description
30037 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30038 \begin_inset space \thinspace{}
30039 \end_inset
30040
30041 ptです。 
30042 \begin_inset Box ovalbox
30043 position "c"
30044 hor_pos "c"
30045 has_inner_box 1
30046 inner_pos "c"
30047 use_parbox 0
30048 use_makebox 0
30049 width "20col%"
30050 special "none"
30051 height "1in"
30052 height_special "totalheight"
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 \align center
30057 楕円形の箱型(細線)
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \end_layout
30064
30065 \begin_layout Description
30066 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30067 \begin_inset space \thinspace{}
30068 \end_inset
30069
30070 ptです。 
30071 \begin_inset Box Ovalbox
30072 position "c"
30073 hor_pos "c"
30074 has_inner_box 1
30075 inner_pos "c"
30076 use_parbox 0
30077 use_makebox 0
30078 width "20col%"
30079 special "none"
30080 height "1in"
30081 height_special "totalheight"
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 \align center
30086 楕円形の箱型(太線)
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \end_layout
30093
30094 \begin_layout Description
30095 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30096 \series bold
30097
30098 \backslash
30099 fboxrule
30100 \series default
30101 の値になり、影の幅は4
30102 \begin_inset space \thinspace{}
30103 \end_inset
30104
30105 ptになります。
30106 \begin_inset Box Shadowbox
30107 position "c"
30108 hor_pos "c"
30109 has_inner_box 1
30110 inner_pos "c"
30111 use_parbox 0
30112 use_makebox 0
30113 width "20col%"
30114 special "none"
30115 height "1in"
30116 height_special "totalheight"
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120 \align center
30121 影付きの箱型
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Description
30130 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
30131 \begin_inset Foot
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136 \begin_inset CommandInset ref
30137 LatexCommand ref
30138 reference "sec:色付きボックス"
30139
30140 \end_inset
30141
30142 節を参照のこと。
30143 \end_layout
30144
30145 \end_inset
30146
30147 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
30148 \begin_inset Box Shaded
30149 position "t"
30150 hor_pos "c"
30151 has_inner_box 0
30152 inner_pos "t"
30153 use_parbox 0
30154 use_makebox 0
30155 width "50col%"
30156 special "none"
30157 height "1in"
30158 height_special "totalheight"
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 影付き背景の箱型
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Description
30171 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
30172 \begin_inset space \thinspace{}
30173 \end_inset
30174
30175
30176 \series bold
30177
30178 \backslash
30179 fboxrule
30180 \series default
30181 であり、外側の枠線の太さは1.5
30182 \begin_inset space \thinspace{}
30183 \end_inset
30184
30185
30186 \series bold
30187
30188 \backslash
30189 fboxrule
30190 \series default
30191 です。枠線間の距離は1.5
30192 \begin_inset space \thinspace{}
30193 \end_inset
30194
30195
30196 \series bold
30197
30198 \backslash
30199 fboxrule
30200 \series default
30201
30202 \begin_inset space \thinspace{}
30203 \end_inset
30204
30205 +
30206 \begin_inset space \thinspace{}
30207 \end_inset
30208
30209 0.5
30210 \begin_inset space \thinspace{}
30211 \end_inset
30212
30213 ptです。 
30214 \begin_inset Box Doublebox
30215 position "c"
30216 hor_pos "c"
30217 has_inner_box 1
30218 inner_pos "c"
30219 use_parbox 0
30220 use_makebox 0
30221 width "20col%"
30222 special "none"
30223 height "1in"
30224 height_special "totalheight"
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228 \align center
30229 二重の長方形の箱型
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Standard
30238 \begin_inset VSpace bigskip
30239 \end_inset
30240
30241 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
30242 \series bold
30243 fancybox
30244 \series default
30245
30246 \begin_inset Index idx
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
30251 \end_layout
30252
30253 \end_inset
30254
30255 が導入済みでなくてはなりません。
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset VSpace bigskip
30260 \end_inset
30261
30262 装飾として
30263 \family sans
30264 簡素な長方形の箱型
30265 \family default
30266 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
30267 れ、このボックス型では
30268 \series bold
30269
30270 \backslash
30271 fboxrule
30272 \series default
30273
30274 \series bold
30275
30276 \backslash
30277 fboxsep
30278 \series default
30279 は無効となります。枠線の太さは
30280 \series bold
30281
30282 \backslash
30283 FrameRule
30284 \series default
30285 の値になります。 
30286 \begin_inset Box Framed
30287 position "t"
30288 hor_pos "c"
30289 has_inner_box 0
30290 inner_pos "t"
30291 use_parbox 0
30292 use_makebox 0
30293 width "100col%"
30294 special "none"
30295 height "1in"
30296 height_special "totalheight"
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300 改行可能な箱型
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \begin_layout Section
30309 ボックスの詳細な設定
30310 \begin_inset Index idx
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 寸法
30324 \series bold
30325
30326 \backslash
30327 fboxrule
30328 \series default
30329 の既定値は0.4
30330 \begin_inset space \thinspace{}
30331 \end_inset
30332
30333 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30334 \begin_inset space \thinspace{}
30335 \end_inset
30336
30337 ptに変更することができます。
30338 \end_layout
30339
30340 \begin_layout Standard
30341
30342 \series bold
30343
30344 \backslash
30345 setlength{
30346 \backslash
30347 fboxrule}{2pt}
30348 \end_layout
30349
30350 \begin_layout Standard
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 setlength{
30359 \backslash
30360 fboxrule}{2pt}
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \begin_inset Box Boxed
30367 position "c"
30368 hor_pos "c"
30369 has_inner_box 1
30370 inner_pos "c"
30371 use_parbox 0
30372 use_makebox 0
30373 width "25col%"
30374 special "none"
30375 height "1in"
30376 height_special "totalheight"
30377 status open
30378
30379 \begin_layout Plain Layout
30380 \align center
30381
30382 \series bold
30383
30384 \backslash
30385 fboxrule
30386 \series default
30387
30388 \begin_inset space \thinspace{}
30389 \end_inset
30390
30391 =
30392 \begin_inset space \thinspace{}
30393 \end_inset
30394
30395 2
30396 \begin_inset space \thinspace{}
30397 \end_inset
30398
30399 ptの長方形の箱型
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410
30411 \backslash
30412 setlength{
30413 \backslash
30414 fboxrule}{0.4pt}
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \begin_inset VSpace bigskip
30424 \end_inset
30425
30426 枠とボックスの内容との空白は、すべての枠様式について3
30427 \begin_inset space \thinspace{}
30428 \end_inset
30429
30430 ptが既定値になっています。これは、長さ
30431 \series bold
30432
30433 \backslash
30434 fboxsep
30435 \series default
30436 を別の値に設定することによって変更することができます。たとえば
30437 \end_layout
30438
30439 \begin_layout Standard
30440
30441 \series bold
30442
30443 \backslash
30444 setlength{
30445 \backslash
30446 fboxsep}{10pt}
30447 \end_layout
30448
30449 \begin_layout Standard
30450 というコマンドは、この値を10
30451 \begin_inset space \thinspace{}
30452 \end_inset
30453
30454 ptにし、以下のボックスのようになります。
30455 \end_layout
30456
30457 \begin_layout Standard
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463
30464 \backslash
30465 setlength{
30466 \backslash
30467 fboxsep}{10pt}
30468 \end_layout
30469
30470 \end_inset
30471
30472
30473 \begin_inset Box Boxed
30474 position "c"
30475 hor_pos "c"
30476 has_inner_box 1
30477 inner_pos "c"
30478 use_parbox 0
30479 use_makebox 0
30480 width "25col%"
30481 special "none"
30482 height "1in"
30483 height_special "totalheight"
30484 status open
30485
30486 \begin_layout Plain Layout
30487 \align center
30488
30489 \series bold
30490
30491 \backslash
30492 fboxsep
30493 \series default
30494
30495 \begin_inset space \thinspace{}
30496 \end_inset
30497
30498 =
30499 \begin_inset space \thinspace{}
30500 \end_inset
30501
30502 10
30503 \begin_inset space \thinspace{}
30504 \end_inset
30505
30506 ptの長方形の箱型
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 setlength{
30520 \backslash
30521 fboxsep}{3pt}
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \end_layout
30528
30529 \begin_layout Standard
30530 \begin_inset VSpace bigskip
30531 \end_inset
30532
30533 楕円形ボックスの丸い角の直径は、コマンド
30534 \series bold
30535
30536 \backslash
30537 cornersize
30538 \series default
30539 で設定することができます。
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 cornersize*{1cm}
30548 \end_layout
30549
30550 \begin_layout Standard
30551 というコマンドは、直径を1
30552 \begin_inset space \thinspace{}
30553 \end_inset
30554
30555 cmに設定します。
30556 \end_layout
30557
30558 \begin_layout Standard
30559
30560 \series bold
30561
30562 \backslash
30563 cornersize{数値}
30564 \end_layout
30565
30566 \begin_layout Standard
30567 というコマンドは、直径を
30568 \family sans
30569 数値
30570 \begin_inset space \thinspace{}
30571 \end_inset
30572
30573
30574 \family default
30575
30576 \begin_inset Formula $\times$
30577 \end_inset
30578
30579
30580 \family sans
30581
30582 \begin_inset space \thinspace{}
30583 \end_inset
30584
30585 (ボックスの幅と高さの小さい方)
30586 \family default
30587 に設定します。既定値は
30588 \series bold
30589
30590 \backslash
30591 cornersize{0.5}
30592 \series default
30593 です。
30594 \end_layout
30595
30596 \begin_layout Standard
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602
30603 \backslash
30604 cornersize*{1.5cm}
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \begin_inset Box Ovalbox
30611 position "c"
30612 hor_pos "c"
30613 has_inner_box 1
30614 inner_pos "c"
30615 use_parbox 0
30616 use_makebox 0
30617 width "25col%"
30618 special "none"
30619 height "1in"
30620 height_special "totalheight"
30621 status open
30622
30623 \begin_layout Plain Layout
30624 \align center
30625
30626 \series bold
30627
30628 \backslash
30629 cornersize
30630 \series default
30631
30632 \begin_inset space \thinspace{}
30633 \end_inset
30634
30635 =
30636 \begin_inset space \thinspace{}
30637 \end_inset
30638
30639 1.5
30640 \begin_inset space \thinspace{}
30641 \end_inset
30642
30643 cmの楕円形の箱型
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654
30655 \backslash
30656 cornersize{0.5}
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665 \begin_inset VSpace bigskip
30666 \end_inset
30667
30668 影の大きさは、長さ
30669 \series bold
30670
30671 \backslash
30672 shadowsize
30673 \series default
30674 を変更することで調整できます。以下のボックスでは
30675 \end_layout
30676
30677 \begin_layout Standard
30678
30679 \series bold
30680
30681 \backslash
30682 setlength{
30683 \backslash
30684 shadowsize}{2pt}
30685 \end_layout
30686
30687 \begin_layout Standard
30688 というコマンドを使って、2
30689 \begin_inset space \thinspace{}
30690 \end_inset
30691
30692 ptに設定しています。
30693 \end_layout
30694
30695 \begin_layout Standard
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701
30702 \backslash
30703 setlength{
30704 \backslash
30705 shadowsize}{2pt}
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \begin_inset Box Shadowbox
30712 position "c"
30713 hor_pos "c"
30714 has_inner_box 1
30715 inner_pos "c"
30716 use_parbox 0
30717 use_makebox 0
30718 width "25col%"
30719 special "none"
30720 height "1in"
30721 height_special "totalheight"
30722 status open
30723
30724 \begin_layout Plain Layout
30725 \align center
30726
30727 \series bold
30728
30729 \backslash
30730 shadowsize
30731 \series default
30732
30733 \begin_inset space \thinspace{}
30734 \end_inset
30735
30736 =
30737 \begin_inset space \thinspace{}
30738 \end_inset
30739
30740 2
30741 \begin_inset space \thinspace{}
30742 \end_inset
30743
30744 ptの影付きボックス
30745 \end_layout
30746
30747 \end_inset
30748
30749
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755
30756 \backslash
30757 setlength{
30758 \backslash
30759 shadowsize}{4pt}
30760 \end_layout
30761
30762 \end_inset
30763
30764
30765 \end_layout
30766
30767 \begin_layout Standard
30768 \begin_inset VSpace bigskip
30769 \end_inset
30770
30771
30772 \end_layout
30773
30774 \begin_layout Standard
30775 寸法
30776 \series bold
30777
30778 \backslash
30779 FrameRule
30780 \series default
30781 の既定値は0.4
30782 \begin_inset space \thinspace{}
30783 \end_inset
30784
30785 ptです。ボックスの中身と枠の間の空白の既定値は9
30786 \begin_inset space \thinspace{}
30787 \end_inset
30788
30789 ptですが、
30790 \series bold
30791
30792 \backslash
30793 FrameSep
30794 \series default
30795 の値を変えることで変更することができます。たとえば、下記の
30796 \family sans
30797 ボックス
30798 \family default
30799 の枠の外見は、
30800 \end_layout
30801
30802 \begin_layout Standard
30803
30804 \series bold
30805
30806 \backslash
30807 setlength{
30808 \backslash
30809 FrameRule}{5pt}
30810 \begin_inset Newline newline
30811 \end_inset
30812
30813
30814 \backslash
30815 setlength{
30816 \backslash
30817 FrameSep}{0.5cm}
30818 \end_layout
30819
30820 \begin_layout Standard
30821 というTeXコードコマンドで設定してあります。
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 setlength{
30830 \backslash
30831 FrameRule}{5pt}
30832 \end_layout
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 setlength{
30839 \backslash
30840 FrameSep}{0.5cm}
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \begin_inset Box Framed
30847 position "t"
30848 hor_pos "c"
30849 has_inner_box 0
30850 inner_pos "t"
30851 use_parbox 0
30852 use_makebox 0
30853 width "100col%"
30854 special "none"
30855 height "1in"
30856 height_special "totalheight"
30857 status open
30858
30859 \begin_layout Plain Layout
30860 これは
30861 \family sans
30862 改頁可能
30863 \family default
30864 ボックスの文章です。
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875
30876 \backslash
30877 setlength{
30878 \backslash
30879 FrameRule}{0.4pt}
30880 \end_layout
30881
30882 \begin_layout Plain Layout
30883
30884
30885 \backslash
30886 setlength{
30887 \backslash
30888 FrameSep}{9pt}
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 \begin_inset VSpace bigskip
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904
30905 \family sans
30906 影付き背景
30907 \family default
30908 ボックスでは、ボックスの内容と枠の余白の既定値は3
30909 \begin_inset space \thinspace{}
30910 \end_inset
30911
30912 ptになっていますが、
30913 \series bold
30914
30915 \backslash
30916 fboxsep
30917 \series default
30918 の値を変更することで変えられます。既定の背景色である赤色は、
30919 \series bold
30920
30921 \backslash
30922 definecolor{shadebox}
30923 \series default
30924 コマンドで局所的に変更することもできますし、
30925 \family sans
30926 ツール\SpecialChar \menuseparator
30927 設定\SpecialChar \menuseparator
30928 色\SpecialChar \menuseparator
30929 影付きボックス
30930 \family default
30931 メニューからグローバルに変更することもできます。
30932 \series bold
30933
30934 \backslash
30935 definecolor
30936 \series default
30937 コマンドの用法は第
30938 \begin_inset CommandInset ref
30939 LatexCommand ref
30940 reference "sec:色付きの表"
30941
30942 \end_inset
30943
30944
30945 \begin_inset Foot
30946 status open
30947
30948 \begin_layout Plain Layout
30949 N
30950 \series bold
30951
30952 \backslash
30953 definecolor
30954 \series default
30955 は、LaTeXパッケージの
30956 \series bold
30957 color
30958 \series default
30959 をプリアンブルに読み込む必要があります。第
30960 \begin_inset CommandInset ref
30961 LatexCommand ref
30962 reference "sec:色付きボックス"
30963
30964 \end_inset
30965
30966 節をご参照ください。.
30967 \end_layout
30968
30969 \end_inset
30970
30971 で説明されています。
30972 \end_layout
30973
30974 \begin_layout Standard
30975 たとえば、下記の影付き背景ボックスの外見は
30976 \end_layout
30977
30978 \begin_layout Standard
30979
30980 \series bold
30981
30982 \backslash
30983 setlength{
30984 \backslash
30985 fboxsep}{0.5cm}
30986 \series default
30987
30988 \begin_inset Newline newline
30989 \end_inset
30990
30991
30992 \series bold
30993
30994 \backslash
30995 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30996 \end_layout
30997
30998 \begin_layout Standard
30999 というTeXコードコマンドを使って設定してあります。
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008
31009 \backslash
31010 setlength{
31011 \backslash
31012 fboxsep}{0.5cm}
31013 \end_layout
31014
31015 \begin_layout Plain Layout
31016
31017
31018 \backslash
31019 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \begin_inset Box Shaded
31026 position "t"
31027 hor_pos "c"
31028 has_inner_box 0
31029 inner_pos "t"
31030 use_parbox 0
31031 use_makebox 0
31032 width "100col%"
31033 special "none"
31034 height "1in"
31035 height_special "totalheight"
31036 status open
31037
31038 \begin_layout Plain Layout
31039
31040 \color yellow
31041 これは、濃緑色の背景の
31042 \family sans
31043 影付き背景
31044 \family default
31045 ボックスに入れた黄色の文章です。
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 setlength{
31059 \backslash
31060 fboxsep}{3pt}
31061 \end_layout
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 definecolor{shadecolor}{rgb}{1,0,0}
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset VSpace bigskip
31077 \end_inset
31078
31079 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31080 \end_layout
31081
31082 \begin_layout Section
31083 ミニページ
31084 \begin_inset CommandInset label
31085 LatexCommand label
31086 name "sec:ミニページ"
31087
31088 \end_inset
31089
31090
31091 \begin_inset Index idx
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 ぼっくす@ボックス ! みにぺーじ@ミニページ
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \begin_layout Standard
31104 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31105 \end_layout
31106
31107 \begin_layout Standard
31108 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31109 \end_layout
31110
31111 \begin_layout Standard
31112 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31113 \family sans
31114 挿入
31115 \family default
31116 \SpecialChar \menuseparator
31117
31118 \family sans
31119 整形
31120 \family default
31121 \SpecialChar \menuseparator
31122
31123 \family sans
31124 水平方向の空白
31125 \family default
31126 メニューで挿入した水平フィルで隔てられています。
31127 \begin_inset Newpage newpage
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \begin_layout Standard
31134 \begin_inset Box Frameless
31135 position "t"
31136 hor_pos "c"
31137 has_inner_box 1
31138 inner_pos "c"
31139 use_parbox 0
31140 use_makebox 0
31141 width "45col%"
31142 special "none"
31143 height "1in"
31144 height_special "totalheight"
31145 status open
31146
31147 \begin_layout Plain Layout
31148 Dies ist ein deutscher Text.
31149  Dies ist ein deutscher Text.
31150  Dies ist ein deutscher Text.
31151  Dies ist ein deutscher Text.
31152  Dies ist ein deutscher Text.
31153  Dies ist ein deutscher Text.
31154  Dies ist ein deutscher Text.
31155  Dies ist ein deutscher Text.
31156  Dies ist ein deutscher Text.
31157  Dies ist ein deutscher Text.
31158  Dies ist ein deutscher Text.
31159  Dies ist ein deutscher Text.
31160  Dies ist ein deutscher Text
31161 \begin_inset Foot
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165 Dies ist eine deutsche Fußnote.
31166 \end_layout
31167
31168 \end_inset
31169
31170 .
31171  Dies ist ein deutscher Text.
31172  Dies ist ein deutscher Text.
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \begin_inset space \hfill{}
31179 \end_inset
31180
31181
31182 \begin_inset Box Frameless
31183 position "t"
31184 hor_pos "c"
31185 has_inner_box 1
31186 inner_pos "c"
31187 use_parbox 0
31188 use_makebox 0
31189 width "45col%"
31190 special "none"
31191 height "1in"
31192 height_special "totalheight"
31193 status open
31194
31195 \begin_layout Plain Layout
31196 This is an English Text.
31197  This is an English Text.
31198  This is an English Text.
31199  This is an English Text.
31200  This is an English Text.
31201  This is an English Text.
31202  This is an English Text.
31203  This is an English Text.
31204  This is an English Text.
31205  This is an English Text.
31206  This is an English Text.
31207  This is an English Text.
31208  This is an English Text.
31209  This is an English Text.
31210  This is an English Text.
31211  This is an English Text.
31212 \begin_inset Foot
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216 This is an English footnote.
31217 \end_layout
31218
31219 \end_inset
31220
31221  This is an English Text.
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Standard
31230 \begin_inset VSpace bigskip
31231 \end_inset
31232
31233 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31234 \family sans
31235 中スキップ
31236 \family default
31237 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31238 \end_layout
31239
31240 \begin_layout Standard
31241 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31242 \begin_inset CommandInset ref
31243 LatexCommand ref
31244 reference "sub:段落の着色"
31245
31246 \end_inset
31247
31248 節をご参照ください。
31249 \end_layout
31250
31251 \begin_layout Standard
31252 \begin_inset Note Greyedout
31253 status open
31254
31255 \begin_layout Plain Layout
31256
31257 \series bold
31258 【註】
31259 \series default
31260 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Section
31269 Parbox
31270 \begin_inset CommandInset label
31271 LatexCommand label
31272 name "sec:Parboxes"
31273
31274 \end_inset
31275
31276
31277 \begin_inset Index idx
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281 ぼっくす@ボックス ! Parboxes
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \align center
31295 \begin_inset Box Frameless
31296 position "t"
31297 hor_pos "c"
31298 has_inner_box 1
31299 inner_pos "t"
31300 use_parbox 1
31301 use_makebox 0
31302 width "33col%"
31303 special "none"
31304 height "1in"
31305 height_special "totalheight"
31306 status open
31307
31308 \begin_layout Plain Layout
31309 これはparbox内の文章です。これはparbox内の文章です。
31310 \end_layout
31311
31312 \begin_layout Plain Layout
31313 右の脚注は表示されません。
31314 \begin_inset Foot
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318 これはparbox内の脚注であり、したがって表示はされません。
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \end_inset
31327
31328
31329 \end_layout
31330
31331 \begin_layout Section
31332 単語や文字のボックス
31333 \begin_inset Index idx
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337 ぼっくす@ボックス ! もじよう@文字用
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Subsection
31346 ハイフネーションの回避
31347 \begin_inset CommandInset label
31348 LatexCommand label
31349 name "sec:ハイフネーションの回避"
31350
31351 \end_inset
31352
31353
31354 \begin_inset Index idx
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \begin_layout Standard
31367 単語や文章がハイフネートされるのを防ぐには、
31368 \family sans
31369 makebox
31370 \family default
31371 型ボックスを使うことができます。
31372 \begin_inset Newline newline
31373 \end_inset
31374
31375 以下が例示用の文章です。
31376 \end_layout
31377
31378 \begin_layout Standard
31379 This line is an example to show how you can prevent the hyphenation of 
31380 \begin_inset Quotes eld
31381 \end_inset
31382
31383 veryverylongword
31384 \begin_inset Quotes erd
31385 \end_inset
31386
31387 .
31388 \end_layout
31389
31390 \begin_layout Standard
31391 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31392 \family sans
31393 内部ボックス
31394 \family default
31395
31396 \family sans
31397 makeboxコマンド
31398 \family default
31399 に設定し、幅を1幅にします。
31400 \end_layout
31401
31402 \begin_layout Standard
31403 以下がその結果です。
31404 \end_layout
31405
31406 \begin_layout Standard
31407 This line is an example to show how you can prevent the hyphenation of 
31408 \begin_inset Box Frameless
31409 position "t"
31410 hor_pos "c"
31411 has_inner_box 1
31412 inner_pos "t"
31413 use_parbox 0
31414 use_makebox 1
31415 width "1in"
31416 special "width"
31417 height "1in"
31418 height_special "totalheight"
31419 status open
31420
31421 \begin_layout Plain Layout
31422 \begin_inset Quotes eld
31423 \end_inset
31424
31425 veryverylongword
31426 \begin_inset Quotes erd
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \end_inset
31433
31434 .
31435 \end_layout
31436
31437 \begin_layout Standard
31438 別の方法としては、以下のように、単語の前に直接TeXコードで「
31439 \series bold
31440
31441 \backslash
31442 -
31443 \series default
31444 」コマンドを設定する方法もあります。
31445 \end_layout
31446
31447 \begin_layout Standard
31448 This line is an example to show how you can prevent the hyphenation of 
31449 \begin_inset Quotes eld
31450 \end_inset
31451
31452
31453 \begin_inset ERT
31454 status collapsed
31455
31456 \begin_layout Plain Layout
31457
31458
31459 \backslash
31460 -
31461 \end_layout
31462
31463 \end_inset
31464
31465 veryverylongword
31466 \begin_inset Quotes erd
31467 \end_inset
31468
31469 .
31470 \end_layout
31471
31472 \begin_layout Standard
31473 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31474 \family sans
31475 挿入
31476 \family default
31477 \SpecialChar \menuseparator
31478
31479 \family sans
31480 整形
31481 \family default
31482 \SpecialChar \menuseparator
31483
31484 \family sans
31485 整形なし改行
31486 \family default
31487 メニュー(
31488 \begin_inset Flex Ruby
31489 status collapsed
31490
31491 \begin_layout Plain Layout
31492 捷径
31493 \begin_inset Argument post:1
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 ショートカット
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \begin_inset Info
31509 type  "shortcut"
31510 arg   "newline-insert newline"
31511 \end_inset
31512
31513 )から改行を単語の前に入れてください。
31514 \end_layout
31515
31516 \begin_layout Standard
31517 This line is an example to show how you can prevent the hyphenation of 
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \begin_inset Box Frameless
31523 position "t"
31524 hor_pos "c"
31525 has_inner_box 1
31526 inner_pos "t"
31527 use_parbox 0
31528 use_makebox 1
31529 width "1in"
31530 special "width"
31531 height "1in"
31532 height_special "totalheight"
31533 status open
31534
31535 \begin_layout Plain Layout
31536 \begin_inset Quotes eld
31537 \end_inset
31538
31539 veryverylongword
31540 \begin_inset Quotes erd
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \end_inset
31547
31548 .
31549 \end_layout
31550
31551 \begin_layout Subsection
31552 垂直揃え
31553 \begin_inset CommandInset label
31554 LatexCommand label
31555 name "sub:垂直揃え"
31556
31557 \end_inset
31558
31559
31560 \begin_inset Index idx
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \begin_inset Index idx
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 ぼっくす@ボックス ! Raiseboxes
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583
31584 \series bold
31585
31586 \backslash
31587 raisebox
31588 \series default
31589 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31590 \series bold
31591
31592 \backslash
31593 raisebox
31594 \series default
31595 は以下の書式で使用します。
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601
31602 \backslash
31603 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31604 \end_layout
31605
31606 \begin_layout Standard
31607 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31608 \end_layout
31609
31610 \begin_layout Standard
31611 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31612 \end_layout
31613
31614 \begin_layout Standard
31615
31616 \series bold
31617
31618 \backslash
31619 raisebox{
31620 \backslash
31621 depth}{
31622 \end_layout
31623
31624 \begin_layout Standard
31625 というコマンドを挿入してください。単語の後には、閉じ括弧「
31626 \series bold
31627 }
31628 \series default
31629 」をTeXコードで挿入してください。
31630 \begin_inset Newline newline
31631 \end_inset
31632
31633 以下がその出力です。
31634 \end_layout
31635
31636 \begin_layout Standard
31637 This is a text line with the word 
31638 \begin_inset ERT
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643
31644 \backslash
31645 raisebox{
31646 \backslash
31647 depth}{
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \begin_inset Quotes eld
31654 \end_inset
31655
31656 preventing
31657 \begin_inset Quotes erd
31658 \end_inset
31659
31660
31661 \begin_inset ERT
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665
31666 }
31667 \end_layout
31668
31669 \end_inset
31670
31671  as raised word.
31672 \end_layout
31673
31674 \begin_layout Standard
31675 \begin_inset VSpace bigskip
31676 \end_inset
31677
31678 行中の文字を上げ下げすると、以下のように行間が広がります。
31679 \end_layout
31680
31681 \begin_layout Standard
31682 This is a text line with the word 
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688
31689 \backslash
31690 raisebox{-
31691 \backslash
31692 depth}{
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \begin_inset Quotes eld
31699 \end_inset
31700
31701 preventing
31702 \begin_inset Quotes erd
31703 \end_inset
31704
31705
31706 \begin_inset ERT
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710
31711 }
31712 \end_layout
31713
31714 \end_inset
31715
31716  as lowered word.
31717 \begin_inset Newline newline
31718 \end_inset
31719
31720 This is a text line with the word 
31721 \begin_inset ERT
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725
31726
31727 \backslash
31728 raisebox{0.5cm}{
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \begin_inset Quotes eld
31735 \end_inset
31736
31737 testing
31738 \begin_inset Quotes erd
31739 \end_inset
31740
31741
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747 }
31748 \end_layout
31749
31750 \end_inset
31751
31752  as raised word.
31753 \end_layout
31754
31755 \begin_layout Standard
31756 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31757 \end_layout
31758
31759 \begin_layout Standard
31760
31761 \series bold
31762
31763 \backslash
31764 raisebox{-
31765 \backslash
31766 depth}[0pt]{
31767 \end_layout
31768
31769 \begin_layout Standard
31770 とすると、
31771 \end_layout
31772
31773 \begin_layout Standard
31774 This is a text line with the word 
31775 \begin_inset ERT
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779
31780
31781 \backslash
31782 raisebox{-
31783 \backslash
31784 depth}[0pt]{
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \begin_inset Quotes eld
31791 \end_inset
31792
31793 preventing
31794 \begin_inset Quotes erd
31795 \end_inset
31796
31797
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803 }
31804 \end_layout
31805
31806 \end_inset
31807
31808  as lowered word.
31809 \begin_inset Newline newline
31810 \end_inset
31811
31812 This is a text line with the word 
31813 \begin_inset ERT
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817
31818
31819 \backslash
31820 raisebox{0.5cm}[0pt]{
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \begin_inset Quotes eld
31827 \end_inset
31828
31829 testing
31830 \begin_inset Quotes erd
31831 \end_inset
31832
31833
31834 \begin_inset ERT
31835 status collapsed
31836
31837 \begin_layout Plain Layout
31838
31839 }
31840 \end_layout
31841
31842 \end_inset
31843
31844  as raised word.
31845 \end_layout
31846
31847 \begin_layout Section
31848 色付きボックス
31849 \begin_inset CommandInset label
31850 LatexCommand label
31851 name "sec:色付きボックス"
31852
31853 \end_inset
31854
31855
31856 \begin_inset Index idx
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860 ぼっくす@ボックス ! いろつき@色付き
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \begin_layout Subsection
31869 文字の着色
31870 \begin_inset Index idx
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874 いろ@色 ! もじの@文字の---
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31884 \series bold
31885 color
31886 \series default
31887
31888 \begin_inset Index idx
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892 LaTeXぱっけーじ@LaTeXパッケージ ! color
31893 \end_layout
31894
31895 \end_inset
31896
31897 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31898 \end_layout
31899
31900 \begin_layout Standard
31901
31902 \series bold
31903
31904 \backslash
31905 @ifundefined{textcolor}
31906 \begin_inset Newline newline
31907 \end_inset
31908
31909
31910 \begin_inset Phantom HPhantom
31911 status open
31912
31913 \begin_layout Plain Layout
31914
31915 \series bold
31916 \begin_inset space ~
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \end_inset
31923
31924 {
31925 \backslash
31926 usepackage{color}}{}
31927 \end_layout
31928
31929 \begin_layout Standard
31930
31931 \series bold
31932 color
31933 \series default
31934 パッケージは、文章を着色するとLyXが自動的に読み込みます
31935 \begin_inset Foot
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939 これが二度読み込まれることを回避するには、
31940 \series bold
31941
31942 \backslash
31943 @ifundefined
31944 \series default
31945 コマンドを使用します。
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Standard
31954 \begin_inset VSpace medskip
31955 \end_inset
31956
31957 色付きボックスは、
31958 \series bold
31959
31960 \backslash
31961 colorbox
31962 \series default
31963 コマンドを使って作ります。これは、以下のような書式で使われます。
31964 \end_layout
31965
31966 \begin_layout Standard
31967
31968 \series bold
31969
31970 \backslash
31971 colorbox{color}{ボックスの内容}
31972 \end_layout
31973
31974 \begin_layout Standard
31975 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
31976 \end_layout
31977
31978 \begin_layout Standard
31979 事前定義されている色には、
31980 \begin_inset Newline newline
31981 \end_inset
31982
31983
31984 \family sans
31985
31986 \family default
31987
31988 \family sans
31989
31990 \family default
31991
31992 \family sans
31993 シアン
31994 \family default
31995
31996 \family sans
31997
31998 \family default
31999
32000 \family sans
32001 マゼンタ
32002 \family default
32003
32004 \family sans
32005
32006 \family default
32007
32008 \family sans
32009
32010 \family default
32011
32012 \family sans
32013
32014 \family default
32015
32016 \begin_inset Newline newline
32017 \end_inset
32018
32019 があります。第
32020 \begin_inset CommandInset ref
32021 LatexCommand ref
32022 reference "sec:色付きの表"
32023
32024 \end_inset
32025
32026 節に述べられているようにすれば、自前の色を定義することもできます。
32027 \end_layout
32028
32029 \begin_layout Standard
32030 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32031 \end_layout
32032
32033 \begin_layout Standard
32034
32035 \series bold
32036
32037 \backslash
32038 colorbox{red}{
32039 \end_layout
32040
32041 \begin_layout Standard
32042 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32043 \series bold
32044 }
32045 \series default
32046 」を入れてください。
32047 \begin_inset Newline newline
32048 \end_inset
32049
32050 以下がその結果です。
32051 \end_layout
32052
32053 \begin_layout Standard
32054 この行では、
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 colorbox{red}{
32063 \end_layout
32064
32065 \end_inset
32066
32067 「注意!」
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073 }
32074 \end_layout
32075
32076 \end_inset
32077
32078 という単語が赤い背景になっています。
32079 \end_layout
32080
32081 \begin_layout Standard
32082 \begin_inset VSpace bigskip
32083 \end_inset
32084
32085 ボックスの枠を別の色にしたい場合には、以下の書式で
32086 \series bold
32087
32088 \backslash
32089 fcolorbox
32090 \series default
32091 コマンドを使います。
32092 \end_layout
32093
32094 \begin_layout Standard
32095
32096 \series bold
32097
32098 \backslash
32099 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32100 \end_layout
32101
32102 \begin_layout Standard
32103
32104 \series bold
32105
32106 \backslash
32107 fcolorbox
32108 \series default
32109
32110 \series bold
32111
32112 \backslash
32113 colorbox
32114 \series default
32115 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32116 \begin_inset CommandInset ref
32117 LatexCommand ref
32118 reference "sec:装飾"
32119
32120 \end_inset
32121
32122 節で述べられているように、それぞれ
32123 \series bold
32124
32125 \backslash
32126 fboxrule
32127 \series default
32128
32129 \series bold
32130
32131 \backslash
32132 fboxsep
32133 \series default
32134 という長さで調節できます。
32135 \end_layout
32136
32137 \begin_layout Standard
32138 以下の例では、
32139 \end_layout
32140
32141 \begin_layout Standard
32142
32143 \series bold
32144
32145 \backslash
32146 fcolorbox{cyan}{magenta}{
32147 \end_layout
32148
32149 \begin_layout Standard
32150 というコマンドを使用しています。
32151 \end_layout
32152
32153 \begin_layout Standard
32154 これは、枠の太さを1
32155 \begin_inset space \thinspace{}
32156 \end_inset
32157
32158 mmに設定した例です。
32159 \begin_inset Newline newline
32160 \end_inset
32161
32162
32163 \begin_inset ERT
32164 status collapsed
32165
32166 \begin_layout Plain Layout
32167
32168
32169 \backslash
32170 fboxrule 1mm 
32171 \backslash
32172 fboxsep 1mm
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset ERT
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182
32183
32184 \backslash
32185 fcolorbox{cyan}{magenta}{
32186 \end_layout
32187
32188 \end_inset
32189
32190 これは着色した色付きボックス中の文章です。
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196 }
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Standard
32205 \begin_inset VSpace bigskip
32206 \end_inset
32207
32208 もちろん、色付きボックスの中に色付き文字を入れることもできます
32209 \begin_inset Newline newline
32210 \end_inset
32211
32212
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 fcolorbox{cyan}{magenta}{
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \color yellow
32227 これは着色した色付きボックス中の色付き文章です。
32228 \color inherit
32229
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235 }
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 fboxrule 0.4pt 
32249 \backslash
32250 fboxsep 3pt
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \begin_layout Standard
32259
32260 \series bold
32261 \begin_inset VSpace medskip
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \begin_layout Standard
32268 \begin_inset Note Greyedout
32269 status open
32270
32271 \begin_layout Plain Layout
32272
32273 \series bold
32274 【註】
32275 \series default
32276 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32277 \end_layout
32278
32279 \end_inset
32280
32281
32282 \end_layout
32283
32284 \begin_layout Subsection
32285 段落の着色
32286 \begin_inset CommandInset label
32287 LatexCommand label
32288 name "sub:段落の着色"
32289
32290 \end_inset
32291
32292
32293 \begin_inset Index idx
32294 status collapsed
32295
32296 \begin_layout Plain Layout
32297 いろ@色 ! だんらく@段落---
32298 \end_layout
32299
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \begin_layout Standard
32306 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32307 \series bold
32308
32309 \backslash
32310 colorbox
32311 \series default
32312 コマンドを
32313 \end_layout
32314
32315 \begin_layout Standard
32316
32317 \series bold
32318
32319 \backslash
32320 colorbox{色名}{
32321 \end_layout
32322
32323 \begin_layout Standard
32324 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32325 \series bold
32326 }
32327 \series default
32328 」を挿入してください。
32329 \end_layout
32330
32331 \begin_layout Standard
32332 \begin_inset ERT
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336
32337
32338 \backslash
32339 colorbox{lightgrey}{
32340 \end_layout
32341
32342 \end_inset
32343
32344
32345 \begin_inset Box Frameless
32346 position "t"
32347 hor_pos "c"
32348 has_inner_box 1
32349 inner_pos "t"
32350 use_parbox 0
32351 use_makebox 0
32352 width "100col%"
32353 special "none"
32354 height "1in"
32355 height_special "totalheight"
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 これは背景色を付けた文章です。これは背景色を付けた文章です。
32360 \end_layout
32361
32362 \begin_layout Plain Layout
32363 \begin_inset VSpace defskip
32364 \end_inset
32365
32366 ここの文章には脚注
32367 \begin_inset Foot
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371 脚注の例
32372 \end_layout
32373
32374 \end_inset
32375
32376 を付けることもできますし、図表を挿入することもできます。
32377 \end_layout
32378
32379 \begin_layout Plain Layout
32380 \align center
32381 \begin_inset Tabular
32382 <lyxtabular version="3" rows="3" columns="3">
32383 <features rotate="0" tabularvalignment="middle">
32384 <column alignment="center" valignment="top">
32385 <column alignment="center" valignment="top">
32386 <column alignment="center" valignment="top">
32387 <row>
32388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 a
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 !
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410 3
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 </row>
32416 <row>
32417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 <
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430 b2
32431 \begin_inset Quotes erd
32432 \end_inset
32433
32434 |
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443 >
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 </row>
32449 <row>
32450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32451 \begin_inset Text
32452
32453 \begin_layout Plain Layout
32454 1
32455 \end_layout
32456
32457 \end_inset
32458 </cell>
32459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32460 \begin_inset Text
32461
32462 \begin_layout Plain Layout
32463 §
32464 \end_layout
32465
32466 \end_inset
32467 </cell>
32468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32469 \begin_inset Text
32470
32471 \begin_layout Plain Layout
32472 c
32473 \end_layout
32474
32475 \end_inset
32476 </cell>
32477 </row>
32478 </lyxtabular>
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493 }
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \begin_layout Section
32502 ボックスの伸縮回転
32503 \end_layout
32504
32505 \begin_layout Standard
32506 本節で述べられているコマンドを使用するには、文書プリアンブルで
32507 \end_layout
32508
32509 \begin_layout Standard
32510
32511 \series bold
32512
32513 \backslash
32514 @ifundefined{rotatebox}
32515 \begin_inset Newline newline
32516 \end_inset
32517
32518
32519 \begin_inset Phantom HPhantom
32520 status open
32521
32522 \begin_layout Plain Layout
32523
32524 \series bold
32525 \begin_inset space ~
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \end_inset
32532
32533 {
32534 \backslash
32535 usepackage{graphicx}}{}
32536 \end_layout
32537
32538 \begin_layout Standard
32539 というコマンドを使用して、
32540 \series bold
32541 graphicx
32542 \series default
32543
32544 \begin_inset Index idx
32545 status collapsed
32546
32547 \begin_layout Plain Layout
32548 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32549 \end_layout
32550
32551 \end_inset
32552
32553 LaTeXパッケージを読み込む必要があります。
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \begin_inset Note Greyedout
32558 status open
32559
32560 \begin_layout Plain Layout
32561
32562 \series bold
32563 【註】
32564 \series default
32565 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \begin_layout Standard
32574 \begin_inset Note Greyedout
32575 status open
32576
32577 \begin_layout Plain Layout
32578
32579 \series bold
32580 【註】
32581 \series default
32582 フロートは回転伸縮したボックスの中に入れることはできません。
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Subsection
32591 ボックスの回転
32592 \begin_inset Index idx
32593 status collapsed
32594
32595 \begin_layout Plain Layout
32596 ぼっくす@ボックス ! かいてんした@回転した
32597 \end_layout
32598
32599 \end_inset
32600
32601
32602 \begin_inset Index idx
32603 status collapsed
32604
32605 \begin_layout Plain Layout
32606 かいてん@回転 ! そざいの@素材の---
32607 \end_layout
32608
32609 \end_inset
32610
32611
32612 \begin_inset Index idx
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616 ず@図 ! のかいてん@---の回転
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \begin_inset Index idx
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626 ひょうのちょうせい@表の調整 ! かいてん@回転
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32636 \series bold
32637
32638 \backslash
32639 rotatebox
32640 \series default
32641 コマンドを使用すれば作成することができます。
32642 \end_layout
32643
32644 \begin_layout Standard
32645
32646 \series bold
32647
32648 \backslash
32649 rotatebox[回転の原点]{回転角}{ボックスの内容}
32650 \end_layout
32651
32652 \begin_layout Standard
32653 回転の原点は、
32654 \series bold
32655 origin=位置
32656 \series default
32657 の形で指定します。位置として指定可能なのは、
32658 \emph on
32659 c
32660 \emph default
32661 (中央揃え)・
32662 \emph on
32663 l
32664 \emph default
32665 (左揃え)・
32666 \emph on
32667 r
32668 \emph default
32669 (右揃え)・
32670 \emph on
32671 b
32672 \emph default
32673 (下揃え)・
32674 \emph on
32675 t
32676 \emph default
32677 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32678 \emph on
32679 lt
32680 \emph default
32681 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32682 \emph on
32683 l
32684 \emph default
32685 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32686 \end_layout
32687
32688 \begin_layout Standard
32689 以下の例では、「回転した」文章の前にTeXコードで
32690 \series bold
32691
32692 \backslash
32693 rotatebox[origin=c]{60}{
32694 \series default
32695 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32696 \series bold
32697 }
32698 \series default
32699 でボックスを閉じています。
32700 \end_layout
32701
32702 \begin_layout Standard
32703 これは、
32704 \begin_inset ERT
32705 status collapsed
32706
32707 \begin_layout Plain Layout
32708
32709
32710 \backslash
32711 rotatebox[origin=c]{60}{
32712 \end_layout
32713
32714 \end_inset
32715
32716 回転した
32717 \begin_inset ERT
32718 status collapsed
32719
32720 \begin_layout Plain Layout
32721
32722 }
32723 \end_layout
32724
32725 \end_inset
32726
32727  文章を含む行です。
32728 \end_layout
32729
32730 \begin_layout Standard
32731 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32732 \end_layout
32733
32734 \begin_layout Standard
32735 これは、
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741
32742 \backslash
32743 rotatebox[origin=r]{-60}{
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \begin_inset Box Doublebox
32750 position "c"
32751 hor_pos "c"
32752 has_inner_box 0
32753 inner_pos "c"
32754 use_parbox 0
32755 use_makebox 0
32756 width "1in"
32757 special "width"
32758 height "1in"
32759 height_special "totalheight"
32760 status open
32761
32762 \begin_layout Plain Layout
32763 回転した
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \begin_inset ERT
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773
32774 }
32775 \end_layout
32776
32777 \end_inset
32778
32779 枠付き文章と
32780 \begin_inset ERT
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784
32785
32786 \backslash
32787 rotatebox[origin=lb]{60}{
32788 \end_layout
32789
32790 \end_inset
32791
32792
32793 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32794 \end_inset
32795
32796
32797 \begin_inset ERT
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801
32802 }
32803 \end_layout
32804
32805 \end_inset
32806
32807 数式を含む行です。
32808 \end_layout
32809
32810 \begin_layout Standard
32811 あるいは、以下のように図や表を入れることもできます。
32812 \end_layout
32813
32814 \begin_layout Standard
32815 これは、
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821
32822 \backslash
32823 rotatebox[origin=lb]{90}{
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \begin_inset Graphics
32830         filename ../clipart/platypus.eps
32831         lyxscale 50
32832         width 25col%
32833
32834 \end_inset
32835
32836
32837 \begin_inset ERT
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841
32842 }
32843 \end_layout
32844
32845 \end_inset
32846
32847 回転した画像と
32848 \begin_inset ERT
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852
32853
32854 \backslash
32855 rotatebox[origin=l]{-90}{
32856 \end_layout
32857
32858 \end_inset
32859
32860
32861 \begin_inset Tabular
32862 <lyxtabular version="3" rows="2" columns="2">
32863 <features rotate="0" tabularvalignment="middle">
32864 <column alignment="center" valignment="top">
32865 <column alignment="center" valignment="top">
32866 <row>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 q
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 w
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 </row>
32886 <row>
32887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 e
32892 \end_layout
32893
32894 \end_inset
32895 </cell>
32896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900 r
32901 \end_layout
32902
32903 \end_inset
32904 </cell>
32905 </row>
32906 </lyxtabular>
32907
32908 \end_inset
32909
32910
32911 \begin_inset ERT
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915
32916 }
32917 \end_layout
32918
32919 \end_inset
32920
32921 表を含む行です。
32922 \end_layout
32923
32924 \begin_layout Subsection
32925 ボックスの伸縮
32926 \begin_inset Index idx
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \begin_inset Index idx
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 しんしゅく@伸縮 ! そざいの@素材の---
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \begin_inset Index idx
32947 status collapsed
32948
32949 \begin_layout Plain Layout
32950 ず@図 ! のしんしゅく@---の伸縮
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \begin_inset Index idx
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Standard
32969 素材を伸縮させるには、TeXコードで
32970 \series bold
32971
32972 \backslash
32973 scalebox
32974 \series default
32975 コマンドと
32976 \series bold
32977
32978 \backslash
32979 resizebox
32980 \series default
32981 コマンドが使えます。
32982 \end_layout
32983
32984 \begin_layout Standard
32985
32986 \series bold
32987
32988 \backslash
32989 scalebox
32990 \series default
32991 は以下の書式で使用します。
32992 \end_layout
32993
32994 \begin_layout Standard
32995
32996 \series bold
32997
32998 \backslash
32999 scalebox{水平方向}[垂直方向]{ボックスの内容}
33000 \end_layout
33001
33002 \begin_layout Standard
33003 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33004 \end_layout
33005
33006 \begin_layout Standard
33007 たとえば、
33008 \series bold
33009
33010 \backslash
33011 scalebox{2}{こんにちは}
33012 \series default
33013 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33014 \begin_inset ERT
33015 status collapsed
33016
33017 \begin_layout Plain Layout
33018
33019
33020 \backslash
33021 scalebox{2}{
33022 \end_layout
33023
33024 \end_inset
33025
33026 こんにちは
33027 \begin_inset ERT
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031
33032 }
33033 \end_layout
33034
33035 \end_inset
33036
33037 を生成します。
33038 \end_layout
33039
33040 \begin_layout Standard
33041 これに対し、
33042 \series bold
33043
33044 \backslash
33045 scalebox{2}[1]{こんにちは}
33046 \series default
33047 は、
33048 \begin_inset ERT
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052
33053
33054 \backslash
33055 scalebox{2}[1]{
33056 \end_layout
33057
33058 \end_inset
33059
33060 こんにちは
33061 \begin_inset ERT
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065
33066 }
33067 \end_layout
33068
33069 \end_inset
33070
33071 を変形させます。
33072 \end_layout
33073
33074 \begin_layout Standard
33075 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33076 \series bold
33077
33078 \backslash
33079 scalebox{-1}[1]{こんにちは}
33080 \series default
33081 というコマンドは、右のように反転文字を生成するのに使用できます:
33082 \begin_inset ERT
33083 status collapsed
33084
33085 \begin_layout Plain Layout
33086
33087
33088 \backslash
33089 scalebox{-1}[1]{
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 \series bold
33111
33112 \backslash
33113 scalebox{1}[-1]{こんにちは}
33114 \series default
33115 とすると
33116 \begin_inset ERT
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120
33121
33122 \backslash
33123 scalebox{1}[-1]{
33124 \end_layout
33125
33126 \end_inset
33127
33128 こんにちは
33129 \begin_inset ERT
33130 status collapsed
33131
33132 \begin_layout Plain Layout
33133
33134 }
33135 \end_layout
33136
33137 \end_inset
33138
33139 のようにベースラインで鏡像にします。
33140 \end_layout
33141
33142 \begin_layout Standard
33143
33144 \series bold
33145
33146 \backslash
33147 scalebox{-1}[1]{ボックスの内容}
33148 \series default
33149 と同じ働きをするものとして
33150 \begin_inset Newline newline
33151 \end_inset
33152
33153
33154 \series bold
33155
33156 \backslash
33157 reflectbox{ボックスの内容}
33158 \series default
33159
33160 \begin_inset Newline newline
33161 \end_inset
33162
33163 というコマンドがあります。
33164 \end_layout
33165
33166 \begin_layout Standard
33167 \begin_inset VSpace bigskip
33168 \end_inset
33169
33170 指定した幅や丈にボックスを伸縮させるには、
33171 \series bold
33172
33173 \backslash
33174 resizebox
33175 \series default
33176 を使用します。このコマンドの書式は
33177 \end_layout
33178
33179 \begin_layout Standard
33180
33181 \series bold
33182
33183 \backslash
33184 resizebox{幅}{丈}{ボックスの内容}
33185 \end_layout
33186
33187 \begin_layout Standard
33188 です。上記二つのコマンド引数のうち一つが感嘆符「
33189 \series bold
33190 !
33191 \series default
33192 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33193 \end_layout
33194
33195 \begin_layout Standard
33196
33197 \series bold
33198
33199 \backslash
33200 resizebox{2cm}{1cm}{こんにちは}
33201 \series default
33202 というコマンドの出力は、
33203 \begin_inset ERT
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207
33208
33209 \backslash
33210 resizebox{2cm}{1cm}{
33211 \end_layout
33212
33213 \end_inset
33214
33215 こんにちは
33216 \begin_inset ERT
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220
33221 }
33222 \end_layout
33223
33224 \end_inset
33225
33226 となり、
33227 \begin_inset Newline newline
33228 \end_inset
33229
33230
33231 \series bold
33232
33233 \backslash
33234 resizebox{2cm}{!}{こんにちは}
33235 \series default
33236 というコマンドの出力は、
33237 \begin_inset ERT
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241
33242
33243 \backslash
33244 resizebox{2cm}{!}{
33245 \end_layout
33246
33247 \end_inset
33248
33249 こんにちは
33250 \begin_inset ERT
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254
33255 }
33256 \end_layout
33257
33258 \end_inset
33259
33260 となります。
33261 \end_layout
33262
33263 \begin_layout Standard
33264 \begin_inset VSpace bigskip
33265 \end_inset
33266
33267
33268 \begin_inset Note Greyedout
33269 status open
33270
33271 \begin_layout Plain Layout
33272
33273 \series bold
33274 【註】
33275 \backslash
33276 scalebox
33277 \series default
33278
33279 \series bold
33280
33281 \backslash
33282 resizebox
33283 \series default
33284 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Standard
33293 \begin_inset VSpace bigskip
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Standard
33300 ボックスは好きな順序で組み合わせることができます。たとえば、
33301 \begin_inset Newline newline
33302 \end_inset
33303
33304
33305 \series bold
33306
33307 \backslash
33308 rotatebox[origin=c]{-45}{
33309 \backslash
33310 resizebox{2cm}{!}{
33311 \backslash
33312 reflectbox{こんにちは}}}
33313 \begin_inset Newline newline
33314 \end_inset
33315
33316
33317 \series default
33318 というコマンドは、
33319 \end_layout
33320
33321 \begin_layout Standard
33322 \align center
33323 \begin_inset ERT
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327
33328
33329 \backslash
33330 rotatebox[origin=c]{-45}{
33331 \backslash
33332 resizebox{2cm}{!}{
33333 \backslash
33334 reflectbox{
33335 \end_layout
33336
33337 \end_inset
33338
33339 こんにちは
33340 \begin_inset ERT
33341 status collapsed
33342
33343 \begin_layout Plain Layout
33344
33345 }}}
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Standard
33354 \noindent
33355 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33356 \end_layout
33357
33358 \begin_layout Standard
33359 \align center
33360 \begin_inset ERT
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364
33365
33366 \backslash
33367 rotatebox[origin=c]{-30}{
33368 \backslash
33369 resizebox{2cm}{!}{
33370 \backslash
33371 reflectbox{
33372 \end_layout
33373
33374 \end_inset
33375
33376
33377 \begin_inset Graphics
33378         filename ../clipart/platypus.eps
33379         lyxscale 50
33380         width 25col%
33381
33382 \end_inset
33383
33384
33385 \begin_inset ERT
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390 }}}
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \begin_inset ERT
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400
33401
33402 \backslash
33403 rotatebox[origin=c]{-45}{
33404 \backslash
33405 resizebox{2cm}{!}{
33406 \backslash
33407 reflectbox{
33408 \end_layout
33409
33410 \end_inset
33411
33412
33413 \begin_inset Tabular
33414 <lyxtabular version="3" rows="2" columns="2">
33415 <features rotate="0" tabularvalignment="middle">
33416 <column alignment="center" valignment="top">
33417 <column alignment="center" valignment="top">
33418 <row>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 q
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432 w
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 e
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 r
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 </lyxtabular>
33459
33460 \end_inset
33461
33462
33463 \begin_inset ERT
33464 status collapsed
33465
33466 \begin_layout Plain Layout
33467
33468 }}}
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \begin_inset ERT
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478
33479
33480 \backslash
33481 rotatebox[origin=c]{-45}{
33482 \backslash
33483 resizebox{2cm}{!}{
33484 \backslash
33485 reflectbox{
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33492 \end_inset
33493
33494
33495 \begin_inset ERT
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499
33500 }}}
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Standard
33509 文書で大域的に数式様式
33510 \series bold
33511 fleqn
33512 \series default
33513 を使用している場合
33514 \begin_inset Foot
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33519 \end_layout
33520
33521 \end_inset
33522
33523 には、別行建て数式も伸縮させることができます。
33524 \end_layout
33525
33526 \begin_layout Chapter
33527 本文回り込みオブジェクト
33528 \begin_inset Index idx
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 ほんぶんまわりこみ@本文回り込み
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Section
33541 折返しフロート
33542 \begin_inset CommandInset label
33543 LatexCommand label
33544 name "sec:折返しフロート"
33545
33546 \end_inset
33547
33548
33549 \begin_inset Index idx
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \begin_inset Index idx
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Standard
33572 \begin_inset Wrap figure
33573 lines 0
33574 placement l
33575 overhang 1cm
33576 width "40col%"
33577 status open
33578
33579 \begin_layout Plain Layout
33580 \begin_inset Graphics
33581         filename ../clipart/mobius.eps
33582         width 40col%
33583         scaleBeforeRotation
33584         rotateOrigin center
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Plain Layout
33592 \begin_inset Caption Standard
33593
33594 \begin_layout Plain Layout
33595 \begin_inset CommandInset label
33596 LatexCommand label
33597 name "fig:折返し図フロート"
33598
33599 \end_inset
33600
33601 これは折返し図フロートです。
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \end_inset
33610
33611 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33612 \series bold
33613 wrapfig
33614 \series default
33615
33616 \begin_inset Index idx
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33621 \end_layout
33622
33623 \end_inset
33624
33625 を導入済みであれば、
33626 \family sans
33627 挿入\SpecialChar \menuseparator
33628 フロート\SpecialChar \menuseparator
33629 折返し図フロート
33630 \family default
33631
33632 \family sans
33633 折返し表フロート
33634 \family default
33635 メニューで挿入することができます
33636 \begin_inset Foot
33637 status collapsed
33638
33639 \begin_layout Plain Layout
33640 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33641 \end_layout
33642
33643 \end_inset
33644
33645 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33646 \family sans
33647 配置
33648 \family default
33649
33650 \family sans
33651
33652 \family default
33653 です。非必須項目として、
33654 \family sans
33655 ぶら下げ
33656 \family default
33657
33658 \family sans
33659 行幅
33660 \family default
33661 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33662 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33663 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33664 \begin_inset CommandInset ref
33665 LatexCommand ref
33666 reference "fig:折返し図フロート"
33667
33668 \end_inset
33669
33670 図は、40
33671 \begin_inset space \thinspace{}
33672 \end_inset
33673
33674 列幅%の幅と1
33675 \begin_inset space \thinspace{}
33676 \end_inset
33677
33678 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
33679 \end_layout
33680
33681 \begin_layout Standard
33682 \begin_inset Note Greyedout
33683 status open
33684
33685 \begin_layout Plain Layout
33686
33687 \series bold
33688 【註】
33689 \series default
33690 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33691 上書きされて出力されたりします。
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \begin_layout Standard
33700 原則として、
33701 \end_layout
33702
33703 \begin_layout Itemize
33704 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33705 うになってから、正確な位置に挿入しなくてはなりません。
33706 \end_layout
33707
33708 \begin_layout Itemize
33709 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33710 \end_layout
33711
33712 \begin_layout Itemize
33713 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33714 \end_layout
33715
33716 \begin_layout Itemize
33717 折返しフロートは、節見出しや表中に入れることは認められていません。
33718 \end_layout
33719
33720 \begin_layout Itemize
33721 連番や参照は、第
33722 \begin_inset CommandInset ref
33723 LatexCommand ref
33724 reference "chap:フロート"
33725
33726 \end_inset
33727
33728 章で述べられているように動作します。
33729 \end_layout
33730
33731 \begin_layout Section
33732 固定回り込みオブジェクト
33733 \begin_inset Index idx
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
33738 \end_layout
33739
33740 \end_inset
33741
33742
33743 \end_layout
33744
33745 \begin_layout Standard
33746
33747 \begin_inset CommandInset ref
33748 LatexCommand ref
33749 reference "sec:折返しフロート"
33750
33751 \end_inset
33752
33753 節の折返しフロートは、段落中で、以下のような配置がされます。
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \noindent
33758 \align center
33759 \begin_inset Tabular
33760 <lyxtabular version="3" rows="2" columns="2">
33761 <features rotate="0" tabularvalignment="middle">
33762 <column alignment="center" valignment="top">
33763 <column alignment="center" valignment="top">
33764 <row>
33765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33766 \begin_inset Text
33767
33768 \begin_layout Plain Layout
33769 \begin_inset Graphics
33770         filename ../../images/dialog-show-new-inset_graphics.png
33771         scale 70
33772         scaleBeforeRotation
33773
33774 \end_inset
33775
33776
33777 \end_layout
33778
33779 \end_inset
33780 </cell>
33781 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33782 \begin_inset Text
33783
33784 \begin_layout Plain Layout
33785 文章
33786 \end_layout
33787
33788 \end_inset
33789 </cell>
33790 </row>
33791 <row>
33792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33793 \begin_inset Text
33794
33795 \begin_layout Plain Layout
33796 文章
33797 \end_layout
33798
33799 \end_inset
33800 </cell>
33801 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33802 \begin_inset Text
33803
33804 \begin_layout Plain Layout
33805 文章
33806 \end_layout
33807
33808 \end_inset
33809 </cell>
33810 </row>
33811 </lyxtabular>
33812
33813 \end_inset
33814
33815  or 
33816 \begin_inset Tabular
33817 <lyxtabular version="3" rows="2" columns="2">
33818 <features rotate="0" tabularvalignment="middle">
33819 <column alignment="center" valignment="top">
33820 <column alignment="center" valignment="top">
33821 <row>
33822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33823 \begin_inset Text
33824
33825 \begin_layout Plain Layout
33826 文章
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835 \begin_inset Graphics
33836         filename ../../images/dialog-show-new-inset_graphics.png
33837         scale 70
33838         scaleBeforeRotation
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 </row>
33848 <row>
33849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Plain Layout
33853 文章
33854 \end_layout
33855
33856 \end_inset
33857 </cell>
33858 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 文章
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 </row>
33868 </lyxtabular>
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Standard
33876 以下に示すいずれかのように、
33877 \begin_inset VSpace defskip
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Standard
33884 \noindent
33885 \align center
33886 \begin_inset Tabular
33887 <lyxtabular version="3" rows="2" columns="2">
33888 <features rotate="0" tabularvalignment="middle">
33889 <column alignment="center" valignment="top">
33890 <column alignment="center" valignment="top">
33891 <row>
33892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Plain Layout
33896 文章
33897 \end_layout
33898
33899 \end_inset
33900 </cell>
33901 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33902 \begin_inset Text
33903
33904 \begin_layout Plain Layout
33905 文章
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 </row>
33911 <row>
33912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33913 \begin_inset Text
33914
33915 \begin_layout Plain Layout
33916 \begin_inset Graphics
33917         filename ../../images/dialog-show-new-inset_graphics.png
33918         scale 70
33919         scaleBeforeRotation
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 文章
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 </lyxtabular>
33939
33940 \end_inset
33941
33942  
33943 \begin_inset Tabular
33944 <lyxtabular version="3" rows="2" columns="2">
33945 <features rotate="0" tabularvalignment="middle">
33946 <column alignment="center" valignment="top">
33947 <column alignment="center" valignment="top">
33948 <row>
33949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33950 \begin_inset Text
33951
33952 \begin_layout Plain Layout
33953 文章
33954 \end_layout
33955
33956 \end_inset
33957 </cell>
33958 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 文章
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 </row>
33968 <row>
33969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 文章
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982 \begin_inset Graphics
33983         filename ../../images/dialog-show-new-inset_graphics.png
33984         scale 70
33985         scaleBeforeRotation
33986
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 </row>
33995 </lyxtabular>
33996
33997 \end_inset
33998
33999  
34000 \begin_inset Tabular
34001 <lyxtabular version="3" rows="2" columns="3">
34002 <features rotate="0" tabularvalignment="middle">
34003 <column alignment="center" valignment="top">
34004 <column alignment="center" valignment="top">
34005 <column alignment="center" valignment="top">
34006 <row>
34007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34008 \begin_inset Text
34009
34010 \begin_layout Plain Layout
34011 文章
34012 \end_layout
34013
34014 \end_inset
34015 </cell>
34016 <cell alignment="center" valignment="top" topline="true" usebox="none">
34017 \begin_inset Text
34018
34019 \begin_layout Plain Layout
34020 \begin_inset Graphics
34021         filename ../../images/dialog-show-new-inset_graphics.png
34022         scale 70
34023         scaleBeforeRotation
34024
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Plain Layout
34036 文章
34037 \end_layout
34038
34039 \end_inset
34040 </cell>
34041 </row>
34042 <row>
34043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34044 \begin_inset Text
34045
34046 \begin_layout Plain Layout
34047 文章
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056 文章
34057 \end_layout
34058
34059 \end_inset
34060 </cell>
34061 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34062 \begin_inset Text
34063
34064 \begin_layout Plain Layout
34065 文章
34066 \end_layout
34067
34068 \end_inset
34069 </cell>
34070 </row>
34071 </lyxtabular>
34072
34073 \end_inset
34074
34075  
34076 \begin_inset Tabular
34077 <lyxtabular version="3" rows="2" columns="3">
34078 <features rotate="0" tabularvalignment="middle">
34079 <column alignment="center" valignment="top">
34080 <column alignment="center" valignment="top">
34081 <column alignment="center" valignment="top">
34082 <row>
34083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087 文章
34088 \end_layout
34089
34090 \end_inset
34091 </cell>
34092 <cell alignment="center" valignment="top" topline="true" usebox="none">
34093 \begin_inset Text
34094
34095 \begin_layout Plain Layout
34096 文章
34097 \end_layout
34098
34099 \end_inset
34100 </cell>
34101 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34102 \begin_inset Text
34103
34104 \begin_layout Plain Layout
34105 文章
34106 \end_layout
34107
34108 \end_inset
34109 </cell>
34110 </row>
34111 <row>
34112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116 文章
34117 \end_layout
34118
34119 \end_inset
34120 </cell>
34121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34122 \begin_inset Text
34123
34124 \begin_layout Plain Layout
34125 \begin_inset Graphics
34126         filename ../../images/dialog-show-new-inset_graphics.png
34127         scale 70
34128         scaleBeforeRotation
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \end_inset
34136 </cell>
34137 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34138 \begin_inset Text
34139
34140 \begin_layout Plain Layout
34141 文章
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 </row>
34147 </lyxtabular>
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \noindent
34156 \align center
34157 \begin_inset Tabular
34158 <lyxtabular version="3" rows="3" columns="2">
34159 <features rotate="0" tabularvalignment="middle">
34160 <column alignment="center" valignment="top">
34161 <column alignment="center" valignment="top">
34162 <row>
34163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167 文章
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 文章
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 </row>
34182 <row>
34183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34184 \begin_inset Text
34185
34186 \begin_layout Plain Layout
34187 \begin_inset Graphics
34188         filename ../../images/dialog-show-new-inset_graphics.png
34189         scale 70
34190         scaleBeforeRotation
34191
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \end_inset
34198 </cell>
34199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 文章
34204 \end_layout
34205
34206 \end_inset
34207 </cell>
34208 </row>
34209 <row>
34210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214 文章
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34220 \begin_inset Text
34221
34222 \begin_layout Plain Layout
34223 文章
34224 \end_layout
34225
34226 \end_inset
34227 </cell>
34228 </row>
34229 </lyxtabular>
34230
34231 \end_inset
34232
34233  
34234 \begin_inset Tabular
34235 <lyxtabular version="3" rows="3" columns="3">
34236 <features rotate="0" tabularvalignment="middle">
34237 <column alignment="center" valignment="top">
34238 <column alignment="center" valignment="top">
34239 <column alignment="center" valignment="top">
34240 <row>
34241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34242 \begin_inset Text
34243
34244 \begin_layout Plain Layout
34245 文章
34246 \end_layout
34247
34248 \end_inset
34249 </cell>
34250 <cell alignment="center" valignment="top" topline="true" usebox="none">
34251 \begin_inset Text
34252
34253 \begin_layout Plain Layout
34254 文章
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34260 \begin_inset Text
34261
34262 \begin_layout Plain Layout
34263 文章
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 </row>
34269 <row>
34270 <cell alignment="center" valignment="top" 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" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283 \begin_inset Graphics
34284         filename ../../images/dialog-show-new-inset_graphics.png
34285         scale 70
34286         scaleBeforeRotation
34287
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299 文章
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 </row>
34305 <row>
34306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34307 \begin_inset Text
34308
34309 \begin_layout Plain Layout
34310 文章
34311 \end_layout
34312
34313 \end_inset
34314 </cell>
34315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34316 \begin_inset Text
34317
34318 \begin_layout Plain Layout
34319 文章
34320 \end_layout
34321
34322 \end_inset
34323 </cell>
34324 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34325 \begin_inset Text
34326
34327 \begin_layout Plain Layout
34328 文章
34329 \end_layout
34330
34331 \end_inset
34332 </cell>
34333 </row>
34334 </lyxtabular>
34335
34336 \end_inset
34337
34338  
34339 \begin_inset Tabular
34340 <lyxtabular version="3" rows="3" columns="2">
34341 <features rotate="0" tabularvalignment="middle">
34342 <column alignment="center" valignment="top">
34343 <column alignment="center" valignment="top">
34344 <row>
34345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349 文章
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 文章
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 </row>
34364 <row>
34365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 文章
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 \begin_inset Graphics
34379         filename ../../images/dialog-show-new-inset_graphics.png
34380         scale 70
34381         scaleBeforeRotation
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 </row>
34391 <row>
34392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396 文章
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 文章
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 </lyxtabular>
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \begin_layout Standard
34419 \noindent
34420 オブジェクトを挿入した場所に正確に配置したい時には、
34421 \series bold
34422 picinpar
34423 \series default
34424
34425 \begin_inset Index idx
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34430 \end_layout
34431
34432 \end_inset
34433
34434 LaTeXパッケージを使うことができます。下記はその用例です。
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset ERT
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442
34443
34444 \backslash
34445 ifpicinpar
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \begin_inset Note Note
34452 status open
34453
34454 \begin_layout Plain Layout
34455 以下の部分は、LaTeXパッケージ
34456 \series bold
34457 picinpar
34458 \series default
34459 が導入されているときのみ表示されます。
34460 \end_layout
34461
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \begin_layout Standard
34468 \begin_inset ERT
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472
34473
34474 \backslash
34475 begin{window}[2,c,{
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \begin_inset Graphics
34482         filename ../clipart/mobius.eps
34483         lyxscale 60
34484         width 40col%
34485         scaleBeforeRotation
34486         rotateOrigin center
34487
34488 \end_inset
34489
34490
34491 \begin_inset ERT
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495
34496 },]
34497 \end_layout
34498
34499 \begin_layout Plain Layout
34500
34501 {}
34502 \end_layout
34503
34504 \end_inset
34505
34506
34507 \size small
34508 It was in the spring of the year 1894 that all London was interested, and
34509  the fashionable world dismayed, by the murder of the Honourable Ronald
34510  Adair under most unusual and inexplicable circumstances.
34511  The public has already learned those particulars of the crime which
34512 \size default
34513
34514 \begin_inset ERT
34515 status collapsed
34516
34517 \begin_layout Plain Layout
34518
34519
34520 \backslash
34521 footnotemark{}
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \size small
34528  came out in the police investigation, but a good deal was suppressed upon
34529  that occasion, since the case for the prosecution was so overwhelmingly
34530  strong that it was not necessary to bring forward all the facts.
34531  Only now, at the end of nearly ten years, am I allowed to supply those
34532  missing links which make up the whole of that remarkable chain.
34533 \size default
34534
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 end{window}
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Standard
34551 \begin_inset ERT
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555
34556
34557 \backslash
34558 footnotetext{
34559 \end_layout
34560
34561 \end_inset
34562
34563 固定オブジェクトのある段落の脚注
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569 }
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \begin_layout Standard
34578 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34579 ートとは違って、連番のキャプションをつけることはできません。
34580 \end_layout
34581
34582 \begin_layout Standard
34583 固定オブジェクトは、段落冒頭にTeXコードで
34584 \end_layout
34585
34586 \begin_layout Standard
34587
34588 \series bold
34589
34590 \backslash
34591 begin{window}[2,c,{
34592 \end_layout
34593
34594 \begin_layout Standard
34595 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34596 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34597 段幅の40
34598 \begin_inset space \thinspace{}
34599 \end_inset
34600
34601 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34602 \end_layout
34603
34604 \begin_layout Standard
34605
34606 \series bold
34607 },説明文]
34608 \begin_inset Newline newline
34609 \end_inset
34610
34611 {}
34612 \end_layout
34613
34614 \begin_layout Standard
34615 というコマンドが挿入されています。2行目に「
34616 \series bold
34617 {}
34618 \series default
34619 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34620 \series bold
34621 {}
34622 \series default
34623 の直後から書き始めてください。段落末には、
34624 \end_layout
34625
34626 \begin_layout Standard
34627
34628 \series bold
34629
34630 \backslash
34631 end{window}
34632 \end_layout
34633
34634 \begin_layout Standard
34635 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
34636 \begin_inset CommandInset ref
34637 LatexCommand ref
34638 reference "sec:脚注"
34639
34640 \end_inset
34641
34642 節にあるように、代わりに、段落内で
34643 \series bold
34644
34645 \backslash
34646 footnotemark
34647 \series default
34648 コマンドを使用し、段落外に
34649 \series bold
34650
34651 \backslash
34652 footnotetext
34653 \series default
34654 コマンドを用いてください。
34655 \end_layout
34656
34657 \begin_layout Standard
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 else
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \begin_inset Note Note
34672 status open
34673
34674 \begin_layout Plain Layout
34675 以下の部分は、LaTeXパッケージ
34676 \series bold
34677 picinpar
34678 \series default
34679 が導入されていないときのみ表示されます。
34680 \end_layout
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \begin_layout Standard
34688 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34689 \series bold
34690 picinpar
34691 \series default
34692 を導入する必要があります。
34693 \end_layout
34694
34695 \begin_layout Standard
34696 \begin_inset ERT
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700
34701
34702 \backslash
34703 fi
34704 \end_layout
34705
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \begin_layout Section
34712 頭文字
34713 \begin_inset Index idx
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717 かしらもじ@頭文字
34718 \end_layout
34719
34720 \end_inset
34721
34722
34723 \begin_inset Index idx
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Standard
34736 頭文字を用いるには、LaTeXパッケージ
34737 \begin_inset Index idx
34738 status collapsed
34739
34740 \begin_layout Plain Layout
34741 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34742 \end_layout
34743
34744 \end_inset
34745
34746 が導入済みでなくてはならず、文書中で
34747 \family sans
34748 頭文字
34749 \family default
34750 モジュールを使用する必要があります(
34751 \family sans
34752 文書\SpecialChar \menuseparator
34753 設定\SpecialChar \menuseparator
34754 モジュール
34755 \family default
34756 メニュー)。頭文字を挿入するには、
34757 \family sans
34758 頭文字
34759 \family default
34760 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
34761 \family sans
34762 挿入
34763 \family default
34764 メニューから挿入できます。必須引数
34765 \family sans
34766 頭文字
34767 \family default
34768 には、頭文字にする文字を入れ、引数
34769 \family sans
34770 頭文字の残り
34771 \family default
34772 には、頭文字の単語若しくは文字列の残りが入ります。引数
34773 \family sans
34774 オプション
34775 \family default
34776 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
34777 \series bold
34778 lettrine
34779 \series default
34780 の取扱説明書
34781 \begin_inset CommandInset citation
34782 LatexCommand cite
34783 key "lettrine"
34784
34785 \end_inset
34786
34787 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
34788 \shape smallcaps
34789 スモールキャップ体(small caps
34790 \shape default
34791 )で印字されます。
34792 \end_layout
34793
34794 \begin_layout Standard
34795 下記がその例です。
34796 \end_layout
34797
34798 \begin_layout Standard
34799 \begin_inset ERT
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803
34804
34805 \backslash
34806 iflettrine
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \begin_inset Note Note
34813 status open
34814
34815 \begin_layout Plain Layout
34816 以下の部分は、LaTeXパッケージ
34817 \series bold
34818 lettrine
34819 \series default
34820 が導入されているときのみ表示されます。
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Enumerate
34829 非必須引数なし。頭文字は、数式フォント
34830 \begin_inset Formula $\mathfrak{Fraktur}$
34831 \end_inset
34832
34833 の「I」。
34834 \end_layout
34835
34836 \begin_deeper
34837 \begin_layout Initial
34838 \begin_inset Argument 2
34839 status open
34840
34841 \begin_layout Plain Layout
34842 \begin_inset Formula $\mathfrak{I}$
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \begin_inset Argument 3
34852 status open
34853
34854 \begin_layout Plain Layout
34855 t
34856 \end_layout
34857
34858 \end_inset
34859
34860  was in the spring of the year 1894 that all London was interested, and
34861  the fashionable world dismayed, by the murder of the Honourable Ronald
34862  Adair under most unusual and inexplicable circumstances.
34863  The public has already learned those particulars of the crime which came
34864  out in the police investigation, but a good deal was suppressed upon that
34865  occasion, since the case for the prosecution was so overwhelmingly strong
34866  that it was not necessary to bring forward all the facts.
34867 \begin_inset Newpage newpage
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \end_deeper
34874 \begin_layout Enumerate
34875 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
34876 \end_layout
34877
34878 \begin_deeper
34879 \begin_layout Initial
34880 \begin_inset Argument 1
34881 status open
34882
34883 \begin_layout Plain Layout
34884 lines=1
34885 \end_layout
34886
34887 \end_inset
34888
34889
34890 \begin_inset Argument 2
34891 status open
34892
34893 \begin_layout Plain Layout
34894 It
34895 \end_layout
34896
34897 \end_inset
34898
34899  was in the spring of the year 1894 that all London was interested, and
34900  the fashionable world dismayed, by the murder of the Honourable Ronald
34901  Adair under most unusual and inexplicable circumstances.
34902  The public has already learned those particulars of the crime which came
34903  out in the police investigation, but a good deal was suppressed upon that
34904  occasion, since the case for the prosecution was so overwhelmingly strong
34905  that it was not necessary to bring forward all the facts.
34906 \end_layout
34907
34908 \end_deeper
34909 \begin_layout Enumerate
34910 ぶら下がり頭文字は、数式フォント
34911 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34912 \end_inset
34913
34914 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
34915 \shape smallcaps
34916 スモールキャップ体
34917 \shape default
34918 。頭文字に色をつけるには、頭文字の前に
34919 \begin_inset Newline newline
34920 \end_inset
34921
34922
34923 \series bold
34924
34925 \backslash
34926 renewcommand{
34927 \backslash
34928 LettrineFontHook}{
34929 \backslash
34930 color{色}}
34931 \series default
34932
34933 \begin_inset Newline newline
34934 \end_inset
34935
34936 というコマンドを挿入しなくてはなりません。ここで、
34937 \emph on
34938
34939 \emph default
34940 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
34941 ブルに
34942 \begin_inset Newline newline
34943 \end_inset
34944
34945
34946 \series bold
34947
34948 \backslash
34949 @ifundefined{textcolor}
34950 \begin_inset Newline newline
34951 \end_inset
34952
34953
34954 \begin_inset space ~
34955 \end_inset
34956
34957 {
34958 \backslash
34959 usepackage{color}}{}
34960 \begin_inset Newline newline
34961 \end_inset
34962
34963
34964 \series default
34965 というコマンドを書きこんでおかなくてはなりません。
34966 \end_layout
34967
34968 \begin_deeper
34969 \begin_layout Standard
34970 \begin_inset ERT
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974
34975
34976 \backslash
34977 renewcommand{
34978 \backslash
34979 LettrineFontHook}{
34980 \backslash
34981 color{magenta}}
34982 \end_layout
34983
34984 \end_inset
34985
34986
34987 \begin_inset Note Note
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991
34992 \lang english
34993 makes the initial magenta
34994 \end_layout
34995
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Initial
35002 \begin_inset Argument 1
35003 status open
35004
35005 \begin_layout Plain Layout
35006 lines=3, lhang=0.33, loversize=0.25
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \begin_inset Argument 2
35013 status open
35014
35015 \begin_layout Plain Layout
35016 \begin_inset Formula $\mathcal{I}$
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \begin_inset Argument 3
35026 status open
35027
35028 \begin_layout Plain Layout
35029 t was in the spring
35030 \end_layout
35031
35032 \end_inset
35033
35034  of the year 1894 that all London was interested, and the fashionable world
35035  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35036  and inexplicable circumstances.
35037  The public has already learned those particulars of the crime which came
35038  out in the police investigation, but a good deal was suppressed upon that
35039  occasion, since the case for the prosecution was so overwhelmingly strong
35040  that it was not necessary to bring forward all the facts.
35041 \end_layout
35042
35043 \end_deeper
35044 \begin_layout Standard
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050
35051 \backslash
35052 else
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \begin_inset Note Note
35059 status open
35060
35061 \begin_layout Plain Layout
35062 以下の部分は、LaTeXパッケージ
35063 \series bold
35064 lettrine
35065 \series default
35066 が導入されていないときのみ表示されます。
35067 \end_layout
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \begin_layout Standard
35075 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35076 \series bold
35077 lettrine
35078 \series default
35079 を導入する必要があります。
35080 \end_layout
35081
35082 \begin_layout Standard
35083 \begin_inset ERT
35084 status collapsed
35085
35086 \begin_layout Plain Layout
35087
35088
35089 \backslash
35090 fi
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Chapter
35099 外部文書構成要素
35100 \begin_inset Index idx
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104 がいぶぶんしょこうせいようそ@外部文書構成要素
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113
35114 \family sans
35115 挿入\SpecialChar \menuseparator
35116 ファイル
35117 \family default
35118 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35119 \end_layout
35120
35121 \begin_layout Description
35122 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35123 \end_layout
35124
35125 \begin_layout Description
35126 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35127 \end_layout
35128
35129 \begin_layout Description
35130 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35131 \end_layout
35132
35133 \begin_layout Description
35134 外部素材 様々な書式のファイル。
35135 \end_layout
35136
35137 \begin_layout Description
35138 子文書 LyXあるいはLaTeX文書。
35139 \end_layout
35140
35141 \begin_layout Section
35142 外部素材
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35157 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35158 \family sans
35159 操作性\SpecialChar \menuseparator
35160 表示
35161 \family default
35162 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35163 \end_layout
35164
35165 \begin_layout Standard
35166 外部素材は、
35167 \family sans
35168 挿入
35169 \family default
35170 \SpecialChar \menuseparator
35171
35172 \family sans
35173 ファイル
35174 \family default
35175 \SpecialChar \menuseparator
35176
35177 \family sans
35178 外部素材
35179 \family default
35180 メニューで開くことのできる
35181 \family sans
35182 外部素材
35183 \family default
35184 ダイアログから挿入することができます。目下、以下のファイル形式(
35185 \family sans
35186 ひな型
35187 \family default
35188 )が使用できます。
35189 \end_layout
35190
35191 \begin_layout Description
35192 チェス棋譜 このひな型は、
35193 \series bold
35194
35195 \begin_inset CommandInset href
35196 LatexCommand href
35197 name "XBoard"
35198 target "http://en.wikipedia.org/wiki/XBoard"
35199
35200 \end_inset
35201
35202
35203 \series default
35204 プログラムで作成されたチェス棋譜をサポートします。
35205 \end_layout
35206
35207 \begin_layout Description
35208 日付 これは、
35209 \emph on
35210 日-月-年
35211 \emph default
35212 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35213 \begin_inset External
35214         template Date
35215         filename .
35216
35217 \end_inset
35218
35219
35220 \begin_inset space ~
35221 \end_inset
35222
35223
35224 \begin_inset Note Note
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228 バグ4398が修正されたら、この保護空白は削除してください!
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \begin_inset Newline newline
35235 \end_inset
35236
35237 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35238 \family sans
35239 挿入
35240 \family default
35241 \SpecialChar \menuseparator
35242 日付メニューを使用する方法で、他はLaTeXコマンドの
35243 \series bold
35244
35245 \backslash
35246 today
35247 \series default
35248 をTeXコードで使用する方法です。これらの各方法は、表
35249 \begin_inset CommandInset ref
35250 LatexCommand ref
35251 reference "tab:日付挿入方法"
35252
35253 \end_inset
35254
35255 に比較を掲載しておきます。
35256 \end_layout
35257
35258 \begin_layout Description
35259 Dia このひな型は、
35260 \series bold
35261
35262 \begin_inset CommandInset href
35263 LatexCommand href
35264 name "Dia"
35265 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"
35266
35267 \end_inset
35268
35269
35270 \series default
35271 プログラムで作成したダイアグラムをサポートします。
35272 \end_layout
35273
35274 \begin_layout Description
35275 Gnumeric表計算表 このひな形では、
35276 \series bold
35277
35278 \begin_inset CommandInset href
35279 LatexCommand href
35280 name "Gnumeric"
35281 target "http://ja.wikipedia.org/wiki/Gnumeric"
35282
35283 \end_inset
35284
35285
35286 \series default
35287
35288 \begin_inset CommandInset href
35289 LatexCommand href
35290 name "OpenDocument"
35291 target "http://ja.wikipedia.org/wiki/OpenDocument"
35292
35293 \end_inset
35294
35295
35296 \begin_inset CommandInset href
35297 LatexCommand href
35298 name "Microsoft Office XML"
35299 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35300
35301 \end_inset
35302
35303
35304 \begin_inset CommandInset href
35305 LatexCommand href
35306 name "Office Open XML"
35307 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35308
35309 \end_inset
35310
35311 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35312 \family typewriter
35313 ssconvert
35314 \family default
35315 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35316 みである必要があります。用例と制約については、LyX用例ファイル
35317 \emph on
35318 spreadsheet.lyx
35319 \emph default
35320 をご覧ください。
35321 \end_layout
35322
35323 \begin_layout Description
35324 Lilypond組版楽譜 このひな型は、
35325 \series bold
35326
35327 \begin_inset CommandInset href
35328 LatexCommand href
35329 name "LilyPond"
35330 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35331
35332 \end_inset
35333
35334
35335 \series default
35336 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35337 \emph on
35338 lilypond.lyx
35339 \emph default
35340 をご覧ください。
35341 \end_layout
35342
35343 \begin_layout Description
35344 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35345 \family sans
35346 LaTeXとLyXオプション
35347 \family default
35348 タブ中の
35349 \family sans
35350 オプション
35351 \family default
35352 フィールドに
35353 \emph on
35354 pages
35355 \emph default
35356 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35357 \series bold
35358 pages={3,5,6,8}
35359 \series default
35360 の形で入れる)やページ範囲(
35361 \series bold
35362 pages={4-9}
35363 \series default
35364 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35365 \series bold
35366 pages={3,{},8-11,15}
35367 \series default
35368 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35369 \emph on
35370 開始頁-終了頁
35371 \emph default
35372 の文法で指定します。これは、
35373 \emph on
35374 開始頁
35375 \emph default
35376
35377 \emph on
35378 終了頁
35379 \emph default
35380 の間のすべてのページを選択します。
35381 \emph on
35382 開始頁
35383 \emph default
35384 を省略すると、1ページ目を指定したのと同じ事になり、
35385 \emph on
35386 終了頁
35387 \emph default
35388 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35389 \series bold
35390 last
35391 \series default
35392 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35393 \series bold
35394 pages=-
35395 \series default
35396 は文書の全ページを挿入することになり、
35397 \series bold
35398 pages=last-1
35399 \series default
35400 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35401 \begin_inset Newline newline
35402 \end_inset
35403
35404
35405 \series bold
35406 noautoscale
35407 \series default
35408 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35409 \family sans
35410 寸法と回転
35411 \family default
35412 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35413 \series bold
35414 noautoscale
35415 \series default
35416 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35417 \series bold
35418 pdfpages
35419 \series default
35420 の取扱説明書
35421 \begin_inset CommandInset citation
35422 LatexCommand cite
35423 key "pdfpages"
35424
35425 \end_inset
35426
35427 をご参照ください。
35428 \begin_inset Index idx
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \begin_inset Newline newline
35439 \end_inset
35440
35441 このひな型を
35442 \family sans
35443 Beamer
35444 \family default
35445 プレゼンテーションで使用するには、まず
35446 \family sans
35447 フレーム終了
35448 \family default
35449 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35450 \series bold
35451
35452 \backslash
35453 setbeamertemplate{background canvas}{}
35454 \series default
35455 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35456 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35457 に、ひな型を含む段落には、
35458 \family sans
35459 既定
35460 \family default
35461 配置を用いるようにしてください。
35462 \begin_inset Newline newline
35463 \end_inset
35464
35465 下記は、-5度回転させたPDFを取り込んだものです。
35466 \begin_inset Newline newline
35467 \end_inset
35468
35469
35470 \begin_inset Graphics
35471         filename ../clipart/Abstract.pdf
35472         rotateAngle -5
35473         rotateOrigin leftBottom
35474
35475 \end_inset
35476
35477
35478 \begin_inset Newline newline
35479 \end_inset
35480
35481
35482 \begin_inset Note Greyedout
35483 status open
35484
35485 \begin_layout Plain Layout
35486 【訳註】LaTeXパッケージ
35487 \series bold
35488 pdfpages
35489 \series default
35490 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35491 \series bold
35492 pdfpages
35493 \series default
35494 取扱説明書
35495 \begin_inset CommandInset citation
35496 LatexCommand cite
35497 key "pdfpages"
35498
35499 \end_inset
35500
35501 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35502 \family sans
35503 挿入\SpecialChar \menuseparator
35504 ファイル\SpecialChar \menuseparator
35505 外部素材
35506 \family default
35507
35508 \family sans
35509 ひな型
35510 \family default
35511
35512 \family sans
35513 PDFページ
35514 \family default
35515 を指定して挿入されていますが、ここでは
35516 \family sans
35517 挿入\SpecialChar \menuseparator
35518 画像
35519 \family default
35520 を使用して挿入しています。
35521 \end_layout
35522
35523 \end_inset
35524
35525
35526 \end_layout
35527
35528 \begin_layout Description
35529 ラスターイメージ これはビットマップ画像に使用します。
35530 \family sans
35531 外部素材
35532 \family default
35533 ダイアログを使って入れる画像は、第
35534 \begin_inset CommandInset ref
35535 LatexCommand ref
35536 reference "sec:画像ダイアログ"
35537
35538 \end_inset
35539
35540 節にあるように
35541 \family sans
35542 画像
35543 \family default
35544 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35545 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35546 \begin_inset External
35547         template RasterImage
35548         filename clipart/ToolbarEnvBox.png
35549
35550 \end_inset
35551
35552
35553 \end_layout
35554
35555 \begin_layout Description
35556 XFig このひな型は、
35557 \series bold
35558
35559 \begin_inset CommandInset href
35560 LatexCommand href
35561 name "Xfig"
35562 target "http://ja.wikipedia.org/wiki/Xfig"
35563
35564 \end_inset
35565
35566
35567 \series default
35568 プログラムで作成した画像をサポートします。
35569 \end_layout
35570
35571 \begin_layout Standard
35572 \begin_inset Float table
35573 placement !h
35574 wide false
35575 sideways false
35576 status open
35577
35578 \begin_layout Plain Layout
35579 \begin_inset Caption Standard
35580
35581 \begin_layout Plain Layout
35582 \begin_inset CommandInset label
35583 LatexCommand label
35584 name "tab:日付挿入方法"
35585
35586 \end_inset
35587
35588 日付の挿入方法の比較
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Plain Layout
35597 \align center
35598 \begin_inset Tabular
35599 <lyxtabular version="3" rows="4" columns="4">
35600 <features rotate="0" tabularvalignment="middle">
35601 <column alignment="center" valignment="top">
35602 <column alignment="center" valignment="top">
35603 <column alignment="center" valignment="top">
35604 <column alignment="center" valignment="top">
35605 <row>
35606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35607 \begin_inset Text
35608
35609 \begin_layout Plain Layout
35610 文書書式
35611 \end_layout
35612
35613 \end_inset
35614 </cell>
35615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35616 \begin_inset Text
35617
35618 \begin_layout Plain Layout
35619
35620 \family sans
35621 外部素材\SpecialChar \menuseparator
35622 日付
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631
35632 \family sans
35633 挿入\SpecialChar \menuseparator
35634 日付
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643
35644 \series bold
35645
35646 \backslash
35647 today
35648 \series default
35649 コマンド
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 </row>
35655 <row>
35656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35657 \begin_inset Text
35658
35659 \begin_layout Plain Layout
35660 LyX
35661 \end_layout
35662
35663 \end_inset
35664 </cell>
35665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669 差込枠として
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 日付として
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687 TeXコード差込枠として
35688 \end_layout
35689
35690 \end_inset
35691 </cell>
35692 </row>
35693 <row>
35694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Plain Layout
35698 LaTeX
35699 \end_layout
35700
35701 \end_inset
35702 </cell>
35703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35704 \begin_inset Text
35705
35706 \begin_layout Plain Layout
35707 日付として
35708 \end_layout
35709
35710 \end_inset
35711 </cell>
35712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35713 \begin_inset Text
35714
35715 \begin_layout Plain Layout
35716 日付として
35717 \end_layout
35718
35719 \end_inset
35720 </cell>
35721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725 コマンドとして
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 </row>
35731 <row>
35732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 DVI, PDF, PS
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745 日付として
35746 \end_layout
35747
35748 \end_inset
35749 </cell>
35750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754 日付として
35755 \end_layout
35756
35757 \end_inset
35758 </cell>
35759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763 日付として
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 </row>
35769 </lyxtabular>
35770
35771 \end_inset
35772
35773
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782
35783 \family sans
35784 外部素材
35785 \family default
35786 ダイアログの
35787 \family sans
35788 ファイル
35789 \family default
35790 タブ中で
35791 \family sans
35792 下書き
35793 \family default
35794 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
35795 \begin_inset Newline newline
35796 \end_inset
35797
35798 LyX中での外部素材は、ダイアログ内の
35799 \family sans
35800 LaTeXとLyXのオプション
35801 \family default
35802 タブにある
35803 \family sans
35804 LyX内に表示
35805 \family default
35806 オプションの指定に従って、
35807 \begin_inset Graphics
35808         filename clipart/ExternalMaterialQt4.png
35809         scale 85
35810         scaleBeforeRotation
35811
35812 \end_inset
35813
35814 のようなボックスとして表示されるか、画像として表示されます。
35815 \end_layout
35816
35817 \begin_layout Standard
35818 取扱説明書
35819 \family sans
35820 \emph on
35821 カスタマイズ篇
35822 \family default
35823 \emph default
35824 には、自製のひな型を定義する方法が説明されています。
35825 \end_layout
35826
35827 \begin_layout Section
35828 子文書
35829 \begin_inset CommandInset label
35830 LatexCommand label
35831 name "sec:子文書"
35832
35833 \end_inset
35834
35835
35836 \begin_inset Index idx
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \begin_inset Index idx
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850 ふぁいる@ファイル ! いんくるーど@インクルード
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
35860 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
35861 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
35862 \end_layout
35863
35864 \begin_layout Standard
35865 親文書を開くことなく子文書で作業できるようにするには、子文書の
35866 \family sans
35867 文書
35868 \family default
35869 \SpecialChar \menuseparator
35870
35871 \family sans
35872 設定
35873 \family default
35874 \SpecialChar \menuseparator
35875
35876 \family sans
35877 文書クラス
35878 \family default
35879 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
35880 \end_layout
35881
35882 \begin_layout Standard
35883 取り込んだ文書は、LyX中で
35884 \begin_inset Graphics
35885         filename clipart/ChildDocumentQt4.png
35886         scale 85
35887         scaleBeforeRotation
35888
35889 \end_inset
35890
35891 のようなボックスとして表示されます。子文書を親文書に取り込むには、
35892 \family sans
35893 挿入
35894 \family default
35895 \SpecialChar \menuseparator
35896
35897 \family sans
35898 ファイル
35899 \family default
35900 \SpecialChar \menuseparator
35901
35902 \family sans
35903 子文書
35904 \family default
35905 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
35906 \end_layout
35907
35908 \begin_layout Description
35909 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
35910 \family sans
35911 子文書
35912 \family default
35913 ダイアログの
35914 \family sans
35915 編集
35916 \family default
35917 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
35918 \begin_inset Newline newline
35919 \end_inset
35920
35921
35922 \end_layout
35923
35924 \begin_layout Standard
35925 以下は、
35926 \family sans
35927 Include
35928 \family default
35929 を使用して挿入した子文書です。 
35930 \begin_inset CommandInset include
35931 LatexCommand include
35932 filename "DummyDocument1.lyx"
35933
35934 \end_inset
35935
35936
35937 \end_layout
35938
35939 \begin_layout Standard
35940 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
35941 あります。取り込んだ文書のラベルは、第
35942 \begin_inset CommandInset ref
35943 LatexCommand ref
35944 reference "sub:外部文書の第1小節"
35945
35946 \end_inset
35947
35948 小節、のように参照することができます。
35949 \end_layout
35950
35951 \begin_layout Standard
35952 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
35953 は、新規頁から始まるように挿入され、改頁して終わります。
35954 \end_layout
35955
35956 \begin_layout Standard
35957 \begin_inset Note Greyedout
35958 status open
35959
35960 \begin_layout Plain Layout
35961
35962 \series bold
35963 【註】
35964 \series default
35965 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
35966 警告が発せられます。
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \begin_layout Description
35975 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
35976 \end_layout
35977
35978 \begin_deeper
35979 \begin_layout Itemize
35980 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
35981 \end_layout
35982
35983 \begin_layout Itemize
35984 Inputファイルは、LyX設定の操作性
35985 \family sans
35986 \SpecialChar \menuseparator
35987 表示
35988 \family default
35989 の下にある
35990 \family sans
35991 画像を表示
35992 \family default
35993 を有効にすると、LyX中でプレビューすることができます。
35994 \end_layout
35995
35996 \begin_layout Itemize
35997 LaTeXコマンドの
35998 \series bold
35999
36000 \backslash
36001 includeonly
36002 \series default
36003 は使用することができません。
36004 \end_layout
36005
36006 \end_deeper
36007 \begin_layout Standard
36008 右は、
36009 \family sans
36010 Input
36011 \family default
36012 を使って挿入した子文書です。 
36013 \begin_inset CommandInset include
36014 LatexCommand input
36015 filename "DummyDocument2.lyx"
36016
36017 \end_inset
36018
36019
36020 \end_layout
36021
36022 \begin_layout Description
36023 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36024 に用いられているコマンドは実行されません。
36025 \family sans
36026 出力の空白に印付けをする
36027 \family default
36028 オプションを有効にすると、ソースコード中のすべての空白文字に「
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034
36035 \backslash
36036 textvisiblespace 
36037 \end_layout
36038
36039 \end_inset
36040
36041 」文字を表示させることができます。
36042 \family sans
36043 挿入\SpecialChar \menuseparator
36044 ファイル\SpecialChar \menuseparator
36045 平文
36046 \family default
36047 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36048 \end_layout
36049
36050 \begin_layout Standard
36051 以下は、verbatimとして挿入された子文書です。 
36052 \begin_inset CommandInset include
36053 LatexCommand verbatiminput
36054 filename "../DummyTextDocument.txt"
36055
36056 \end_inset
36057
36058
36059 \begin_inset VSpace bigskip
36060 \end_inset
36061
36062 以下は、
36063 \family sans
36064 出力の空白に印付けをする
36065 \family default
36066 オプションを指定して、verbatimとして挿入された子文書です。 
36067 \begin_inset CommandInset include
36068 LatexCommand verbatiminput*
36069 filename "../DummyTextDocument.txt"
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Standard
36077 \begin_inset VSpace bigskip
36078 \end_inset
36079
36080
36081 \end_layout
36082
36083 \begin_layout Standard
36084 \begin_inset Note Greyedout
36085 status open
36086
36087 \begin_layout Plain Layout
36088
36089 \series bold
36090 【註】
36091 \series default
36092 上記の例でわかるように、
36093 \family sans
36094 verbatim
36095 \family default
36096 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Standard
36105 \begin_inset Note Greyedout
36106 status open
36107
36108 \begin_layout Plain Layout
36109
36110 \series bold
36111 【訳註】
36112 \series default
36113 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36114 \end_layout
36115
36116 \end_inset
36117
36118
36119 \end_layout
36120
36121 \begin_layout Description
36122 プログラムリスト この型については、第
36123 \begin_inset CommandInset ref
36124 LatexCommand ref
36125 reference "cha:プログラムコードリスト"
36126
36127 \end_inset
36128
36129 章に説明されています。
36130 \end_layout
36131
36132 \begin_layout Standard
36133 \begin_inset Note Greyedout
36134 status open
36135
36136 \begin_layout Plain Layout
36137
36138 \series bold
36139 【註】
36140 \series default
36141 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \begin_layout Standard
36150 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36151 一部を出力から排除することができます。これは、
36152 \family sans
36153 文書\SpecialChar \menuseparator
36154 設定\SpecialChar \menuseparator
36155 子文書
36156 \family default
36157 メニューから行うことができます。そこの一覧中の各子文書の
36158 \family sans
36159 出力に含める
36160 \family default
36161 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36162 てのみ機能することにご注意ください)。
36163 \family sans
36164 カウンタと引用を維持
36165 \family default
36166 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
36167 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
36168 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36169 \end_layout
36170
36171 \begin_layout Standard
36172 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36173 \begin_inset Foot
36174 status collapsed
36175
36176 \begin_layout Plain Layout
36177 派生枝は、LyX
36178 \emph on
36179 ユーザーの手引き
36180 \emph default
36181
36182 \emph on
36183 派生枝
36184 \emph default
36185 の節に説明されています。
36186 \end_layout
36187
36188 \end_inset
36189
36190 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36191 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36192 \end_layout
36193
36194 \begin_layout Chapter
36195 プログラムコードリスト
36196 \begin_inset CommandInset label
36197 LatexCommand label
36198 name "cha:プログラムコードリスト"
36199
36200 \end_inset
36201
36202
36203 \begin_inset Index idx
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207 りすと@リスト
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \begin_inset Index idx
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217 ぷろぐらむこーど@プログラムコード
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \begin_inset Index idx
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227 ふろーと@フロート ! りすと@リスト
36228 \end_layout
36229
36230 \end_inset
36231
36232
36233 \end_layout
36234
36235 \begin_layout Standard
36236 プログラムコードを取り込んで組版するには、
36237 \family sans
36238 挿入
36239 \family default
36240 \SpecialChar \menuseparator
36241
36242 \family sans
36243 プログラムリスト
36244 \family default
36245 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36246 \series bold
36247 listings
36248 \series default
36249
36250 \begin_inset Index idx
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36255 \end_layout
36256
36257 \end_inset
36258
36259 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36260 \end_layout
36261
36262 \begin_layout Standard
36263 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36264 \end_layout
36265
36266 \begin_layout Standard
36267 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36268 \family sans
36269 行内リスト
36270 \family default
36271 を指定すると、リストは
36272 \begin_inset listings
36273 lstparams "language={C++}"
36274 inline true
36275 status collapsed
36276
36277 \begin_layout Plain Layout
36278
36279 int a=5;
36280 \end_layout
36281
36282 \end_inset
36283
36284 のように行内に印字されます。
36285 \begin_inset Newline newline
36286 \end_inset
36287
36288
36289 \family sans
36290 フロート
36291 \family default
36292 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36293 \begin_inset CommandInset ref
36294 LatexCommand ref
36295 reference "sec:フロートの配置"
36296
36297 \end_inset
36298
36299 節に説明されているフロート配置オプションに従って、「
36300 \family sans
36301 h
36302 \family default
36303 」「
36304 \family sans
36305 t
36306 \family default
36307 」「
36308 \family sans
36309 b
36310 \family default
36311 」「
36312 \family sans
36313 p
36314 \family default
36315 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36316 \family sans
36317 htbp
36318 \family default
36319 」のように区切りを入れることなく入力することができます。「
36320 \family sans
36321 h
36322 \family default
36323 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36324 \family sans
36325 フロート
36326 \family default
36327 オプションを使用しなければ大丈夫です。
36328 \end_layout
36329
36330 \begin_layout Standard
36331
36332 \family sans
36333 挿入
36334 \family default
36335 \SpecialChar \menuseparator
36336
36337 \family sans
36338 キャプション
36339 \family default
36340 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36341 \begin_inset CommandInset ref
36342 LatexCommand ref
36343 reference "lst:リストフロート"
36344
36345 \end_inset
36346
36347 のように参照することができます。
36348 \lang english
36349 A list of listings which contains all listings with captions can be created
36350  via the menu 
36351 \family sans
36352 Insert\SpecialChar \menuseparator
36353 List
36354 \begin_inset space ~
36355 \end_inset
36356
36357 /
36358 \begin_inset space ~
36359 \end_inset
36360
36361 TOC\SpecialChar \menuseparator
36362 List of Listings
36363 \family default
36364 .
36365  The list entries are the listing caption and the listing number
36366 \lang japanese
36367
36368 \end_layout
36369
36370 \begin_layout Standard
36371 \begin_inset listings
36372 lstparams "language=Python"
36373 inline false
36374 status open
36375
36376 \begin_layout Plain Layout
36377
36378 \begin_inset Caption Standard
36379
36380 \begin_layout Plain Layout
36381 \begin_inset CommandInset label
36382 LatexCommand label
36383 name "lst:リストフロート"
36384
36385 \end_inset
36386
36387 Example Listing Float
36388 \end_layout
36389
36390 \end_inset
36391
36392 # Example listing float
36393 \end_layout
36394
36395 \begin_layout Plain Layout
36396
36397 def func(param):
36398 \end_layout
36399
36400 \begin_layout Plain Layout
36401
36402     'this is a python function'
36403 \end_layout
36404
36405 \begin_layout Plain Layout
36406
36407     pass
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \end_layout
36414
36415 \begin_layout Standard
36416 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36417 onのキーワード「def」が識別され、ボールド体で出力されます。
36418 \end_layout
36419
36420 \begin_layout Standard
36421 \begin_inset Note Greyedout
36422 status open
36423
36424 \begin_layout Plain Layout
36425
36426 \series bold
36427 【註】
36428 \series default
36429 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36430 \family typewriter
36431 typewriter
36432 \family default
36433 フォントがボールド体を提供していません。この場合には、
36434 \family sans
36435 文書
36436 \family default
36437 \SpecialChar \menuseparator
36438
36439 \family sans
36440 設定
36441 \family default
36442 \SpecialChar \menuseparator
36443
36444 \family sans
36445 フォント
36446 \family default
36447 メニューで別のフォントを選択してください(
36448 \emph on
36449 LuxiMono
36450 \emph default
36451
36452 \emph on
36453 BeraMono
36454 \emph default
36455
36456 \emph on
36457 Courier
36458 \emph default
36459 の各フォントはボールド体を提供します)。
36460 \end_layout
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Standard
36468 \begin_inset Note Greyedout
36469 status open
36470
36471 \begin_layout Plain Layout
36472
36473 \series bold
36474 【訳註】
36475 \series default
36476 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \end_layout
36483
36484 \begin_layout Standard
36485 プログラムリストダイアログの
36486 \family sans
36487 行番号
36488 \family default
36489 のセクションでは、行番号の様式を指定することができます。
36490 \family sans
36491 行間
36492 \family default
36493 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36494 \end_layout
36495
36496 \begin_layout Standard
36497 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36498 \family sans
36499 拡張文字コード表を使う
36500 \family default
36501 オプションを使用しなくてはなりません。
36502 \begin_inset Newline newline
36503 \end_inset
36504
36505 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36506 \begin_inset space \thinspace{}
36507 \end_inset
36508
36509 -
36510 \begin_inset space \thinspace{}
36511 \end_inset
36512
36513 8」で設定したプログラムリストの例です。
36514 \end_layout
36515
36516 \begin_layout Standard
36517 \begin_inset listings
36518 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36519 inline false
36520 status open
36521
36522 \begin_layout Plain Layout
36523
36524 def func(param):
36525 \end_layout
36526
36527 \begin_layout Plain Layout
36528
36529     'this is a python function'
36530 \end_layout
36531
36532 \begin_layout Plain Layout
36533
36534     pass
36535 \end_layout
36536
36537 \begin_layout Plain Layout
36538
36539 def func(param):
36540 \end_layout
36541
36542 \begin_layout Plain Layout
36543
36544 'This is a German word: Tschüß'
36545 \end_layout
36546
36547 \begin_layout Plain Layout
36548
36549 pass
36550 \end_layout
36551
36552 \begin_layout Plain Layout
36553
36554 def func(param):
36555 \end_layout
36556
36557 \begin_layout Plain Layout
36558
36559 'this is a python function'
36560 \end_layout
36561
36562 \begin_layout Plain Layout
36563
36564 pass
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Standard
36573 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36574 \family sans
36575 タビュレータの大きさ
36576 \family default
36577 フィールドで指定することができます。
36578 \end_layout
36579
36580 \begin_layout Standard
36581 \begin_inset Note Greyedout
36582 status open
36583
36584 \begin_layout Plain Layout
36585
36586 \series bold
36587 【註】listings
36588 \series default
36589 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36590 に振られているのはこのためです。
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Standard
36599 \begin_inset VSpace bigskip
36600 \end_inset
36601
36602
36603 \end_layout
36604
36605 \begin_layout Standard
36606 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36607 \family sans
36608 挿入
36609 \family default
36610 \SpecialChar \menuseparator
36611
36612 \family sans
36613 ファイル
36614 \family default
36615 \SpecialChar \menuseparator
36616
36617 \family sans
36618 子文書
36619 \family default
36620 メニューを使用して
36621 \family sans
36622 プログラムリスト
36623 \family default
36624 型を選択してください
36625 \begin_inset Foot
36626 status collapsed
36627
36628 \begin_layout Plain Layout
36629 他の子文書型については、第 section
36630 \begin_inset space ~
36631 \end_inset
36632
36633
36634 \begin_inset CommandInset ref
36635 LatexCommand ref
36636 reference "sec:子文書"
36637
36638 \end_inset
36639
36640 節に説明があります。
36641 \end_layout
36642
36643 \end_inset
36644
36645 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
36646 疑問符「?」を打鍵してください。
36647 \end_layout
36648
36649 \begin_layout Standard
36650 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
36651 \family sans
36652 挿入
36653 \family default
36654 \SpecialChar \menuseparator
36655
36656 \family sans
36657 相互参照
36658 \family default
36659 メニューを使って参照できるようになります。
36660 \end_layout
36661
36662 \begin_layout Standard
36663 プログラムリスト
36664 \begin_inset CommandInset ref
36665 LatexCommand ref
36666 reference "lst:file-listing"
36667
36668 \end_inset
36669
36670 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
36671 \end_layout
36672
36673 \begin_layout Standard
36674 \begin_inset CommandInset include
36675 LatexCommand lstinputlisting
36676 filename "EmbeddedObjects.lyx"
36677 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 \begin_inset VSpace bigskip
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Standard
36692 リストに数式を入れるには、以下のようにします。
36693 \end_layout
36694
36695 \begin_layout Enumerate
36696 リストダイアログを開き、
36697 \family sans
36698 詳細
36699 \family default
36700 タブのフィールド中に
36701 \begin_inset Newline newline
36702 \end_inset
36703
36704
36705 \family sans
36706 mathescape=true
36707 \family default
36708
36709 \begin_inset Newline newline
36710 \end_inset
36711
36712 と書き加えます。
36713 \end_layout
36714
36715 \begin_layout Enumerate
36716 リスト外で数式を作成します。
36717 \end_layout
36718
36719 \begin_layout Enumerate
36720 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
36721 \begin_inset Info
36722 type  "shortcut"
36723 arg   "copy"
36724 \end_inset
36725
36726 )。
36727 \end_layout
36728
36729 \begin_layout Enumerate
36730 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
36731 \begin_inset Info
36732 type  "shortcut"
36733 arg   "paste"
36734 \end_inset
36735
36736 )。
36737 \end_layout
36738
36739 \begin_layout Standard
36740 \begin_inset listings
36741 lstparams "language=Python,mathescape=true"
36742 inline false
36743 status open
36744
36745 \begin_layout Plain Layout
36746
36747 \begin_inset Caption Standard
36748
36749 \begin_layout Plain Layout
36750 Example Listing float containing a formula
36751 \end_layout
36752
36753 \end_inset
36754
36755 # Example listing float
36756 \end_layout
36757
36758 \begin_layout Plain Layout
36759
36760 def func(param):
36761 \end_layout
36762
36763 \begin_layout Plain Layout
36764
36765     # $
36766 \backslash
36767 prod_{n=1}^{
36768 \backslash
36769 infty}
36770 \backslash
36771 ,
36772 \backslash
36773 frac{1}{x^{2}}$
36774 \end_layout
36775
36776 \begin_layout Plain Layout
36777
36778     pass
36779 \end_layout
36780
36781 \end_inset
36782
36783
36784 \end_layout
36785
36786 \begin_layout Standard
36787 \begin_inset VSpace bigskip
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Standard
36794 大域的なプログラムリストの設定は、
36795 \family sans
36796 文書
36797 \family default
36798 \SpecialChar \menuseparator
36799
36800 \family sans
36801 設定
36802 \family default
36803 \SpecialChar \menuseparator
36804
36805 \family sans
36806 リスト
36807 \family default
36808 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
36809 \family sans
36810 プログラムリスト設定
36811 \family default
36812 フィールドで疑問符「?」を打鍵してください。
36813 \end_layout
36814
36815 \begin_layout Standard
36816
36817 \series bold
36818 listings
36819 \series default
36820 パッケージについての詳しい情報については、取扱説明書
36821 \begin_inset CommandInset citation
36822 LatexCommand cite
36823 key "listings"
36824
36825 \end_inset
36826
36827 をご参照ください。.
36828 \end_layout
36829
36830 \begin_layout Standard
36831 \begin_inset Newpage newpage
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \begin_layout Chapter
36838 \start_of_appendix
36839 LyXで使用できる単位
36840 \begin_inset Index idx
36841 status collapsed
36842
36843 \begin_layout Plain Layout
36844 たんい@単位
36845 \end_layout
36846
36847 \end_inset
36848
36849
36850 \begin_inset CommandInset label
36851 LatexCommand label
36852 name "cha:LyXで使用できる単位"
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 この文書で用いられる単位の理解のために、表
36861 \begin_inset CommandInset ref
36862 LatexCommand ref
36863 reference "tab:単位"
36864
36865 \end_inset
36866
36867 に、LyXで使うことのできる単位をまとめておきます。
36868 \end_layout
36869
36870 \begin_layout Standard
36871 \begin_inset Float table
36872 placement h
36873 wide false
36874 sideways false
36875 status open
36876
36877 \begin_layout Plain Layout
36878 \begin_inset Caption Standard
36879
36880 \begin_layout Plain Layout
36881 \begin_inset CommandInset label
36882 LatexCommand label
36883 name "tab:単位"
36884
36885 \end_inset
36886
36887 単位
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \begin_layout Plain Layout
36896 \begin_inset VSpace medskip
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \begin_layout Plain Layout
36903 \align center
36904 \begin_inset Tabular
36905 <lyxtabular version="3" rows="20" columns="2">
36906 <features rotate="0" tabularvalignment="middle">
36907 <column alignment="center" valignment="top">
36908 <column alignment="center" valignment="top">
36909 <row>
36910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36911 \begin_inset Text
36912
36913 \begin_layout Plain Layout
36914 単位
36915 \end_layout
36916
36917 \end_inset
36918 </cell>
36919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36920 \begin_inset Text
36921
36922 \begin_layout Plain Layout
36923 名称/摘要
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 </row>
36929 <row>
36930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36931 \begin_inset Text
36932
36933 \begin_layout Plain Layout
36934 mm
36935 \end_layout
36936
36937 \end_inset
36938 </cell>
36939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36940 \begin_inset Text
36941
36942 \begin_layout Plain Layout
36943 ミリメートル
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 </row>
36949 <row>
36950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954 cm
36955 \end_layout
36956
36957 \end_inset
36958 </cell>
36959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36960 \begin_inset Text
36961
36962 \begin_layout Plain Layout
36963 センチメートル
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 </row>
36969 <row>
36970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974 in
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983 インチ
36984 \end_layout
36985
36986 \end_inset
36987 </cell>
36988 </row>
36989 <row>
36990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36991 \begin_inset Text
36992
36993 \begin_layout Plain Layout
36994 pt
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37000 \begin_inset Text
37001
37002 \begin_layout Plain Layout
37003 ポイント (72.27
37004 \begin_inset Formula $\,$
37005 \end_inset
37006
37007 pt = 1
37008 \begin_inset Formula $\,$
37009 \end_inset
37010
37011 in)
37012 \end_layout
37013
37014 \end_inset
37015 </cell>
37016 </row>
37017 <row>
37018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022 pc
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Plain Layout
37031 パイカ (1
37032 \begin_inset Formula $\,$
37033 \end_inset
37034
37035 pc = 12
37036 \begin_inset Formula $\,$
37037 \end_inset
37038
37039 pt)
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 <row>
37046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 sp
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 スケールポイント (65536
37060 \begin_inset Formula $\,$
37061 \end_inset
37062
37063 sp = 1
37064 \begin_inset Formula $\,$
37065 \end_inset
37066
37067 pt)
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 </row>
37073 <row>
37074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078 bp
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087 ビッグポイント (72
37088 \begin_inset Formula $\,$
37089 \end_inset
37090
37091 bp = 1
37092 \begin_inset Formula $\,$
37093 \end_inset
37094
37095 in)
37096 \end_layout
37097
37098 \end_inset
37099 </cell>
37100 </row>
37101 <row>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106 dd
37107 \end_layout
37108
37109 \end_inset
37110 </cell>
37111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37112 \begin_inset Text
37113
37114 \begin_layout Plain Layout
37115 ディドー (72
37116 \begin_inset Formula $\,$
37117 \end_inset
37118
37119 dd 
37120 \begin_inset Formula $\approx$
37121 \end_inset
37122
37123  37.6
37124 \begin_inset Formula $\,$
37125 \end_inset
37126
37127 mm)
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 </row>
37133 <row>
37134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37135 \begin_inset Text
37136
37137 \begin_layout Plain Layout
37138 cc
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147 シセロ (1
37148 \begin_inset Formula $\,$
37149 \end_inset
37150
37151 cc = 12
37152 \begin_inset Formula $\,$
37153 \end_inset
37154
37155 dd)
37156 \end_layout
37157
37158 \end_inset
37159 </cell>
37160 </row>
37161 <row>
37162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37163 \begin_inset Text
37164
37165 \begin_layout Plain Layout
37166 Scale%
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175 元の画像幅の%
37176 \end_layout
37177
37178 \end_inset
37179 </cell>
37180 </row>
37181 <row>
37182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186 text%
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195 テキスト幅の%
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 </row>
37201 <row>
37202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206 col%
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215 組段幅の%
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 </row>
37221 <row>
37222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226 page%
37227 \end_layout
37228
37229 \end_inset
37230 </cell>
37231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37232 \begin_inset Text
37233
37234 \begin_layout Plain Layout
37235 用紙幅の%
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 </row>
37241 <row>
37242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246 line%
37247 \end_layout
37248
37249 \end_inset
37250 </cell>
37251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37252 \begin_inset Text
37253
37254 \begin_layout Plain Layout
37255 行幅の%
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 </row>
37261 <row>
37262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266 theight%
37267 \end_layout
37268
37269 \end_inset
37270 </cell>
37271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37272 \begin_inset Text
37273
37274 \begin_layout Plain Layout
37275 テキスト高さの%
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 </row>
37281 <row>
37282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37283 \begin_inset Text
37284
37285 \begin_layout Plain Layout
37286 pheight%
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295 用紙高さの%
37296 \end_layout
37297
37298 \end_inset
37299 </cell>
37300 </row>
37301 <row>
37302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 ex
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 現在のフォントの文字「x」の高さ
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 </row>
37321 <row>
37322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 em
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 現在のフォントの文字「M」の幅
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 <row>
37342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346 mu
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 数式単位 (1
37356 \begin_inset Formula $\,$
37357 \end_inset
37358
37359 mu = 1/18
37360 \begin_inset Formula $\,$
37361 \end_inset
37362
37363 em)
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 </row>
37369 </lyxtabular>
37370
37371 \end_inset
37372
37373
37374 \end_layout
37375
37376 \end_inset
37377
37378
37379 \end_layout
37380
37381 \begin_layout Chapter
37382 画像を含む場合のファイル出力形式
37383 \begin_inset CommandInset label
37384 LatexCommand label
37385 name "cha:ファイル出力形式"
37386
37387 \end_inset
37388
37389
37390 \end_layout
37391
37392 \begin_layout Section
37393 DVI
37394 \begin_inset Index idx
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398 ふぁいるしょしき@ファイル書式 ! DVI
37399 \end_layout
37400
37401 \end_inset
37402
37403
37404 \begin_inset Index idx
37405 status collapsed
37406
37407 \begin_layout Plain Layout
37408 DVI
37409 \begin_inset ERT
37410 status collapsed
37411
37412 \begin_layout Plain Layout
37413
37414 |see{
37415 \end_layout
37416
37417 \end_inset
37418
37419 ファイル書式
37420 \begin_inset ERT
37421 status collapsed
37422
37423 \begin_layout Plain Layout
37424
37425 }
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \end_inset
37434
37435
37436 \end_layout
37437
37438 \begin_layout Standard
37439 このファイル型の拡張子は「
37440 \family typewriter
37441 .dvi
37442 \family default
37443 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37444 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37445 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37446 \end_layout
37447
37448 \begin_layout Standard
37449 \begin_inset Note Greyedout
37450 status open
37451
37452 \begin_layout Plain Layout
37453 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37454 \end_layout
37455
37456 \end_inset
37457
37458 ですから、お使いの
37459 \family typewriter
37460 .dvi
37461 \family default
37462 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37463 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37464 DFを使用することをお勧めします。
37465 \end_layout
37466
37467 \begin_layout Standard
37468 使用中の文書は、
37469 \family sans
37470 ファイル
37471 \family default
37472 \SpecialChar \menuseparator
37473
37474 \family sans
37475 書き出し
37476 \family default
37477 \SpecialChar \menuseparator
37478
37479 \family sans
37480 DVI
37481 \family default
37482 メニューを使用して、DVIに書き出すことができます。
37483 \family sans
37484 表示
37485 \family default
37486 メニューから、文書をDVIとして表示させることもできます。
37487 \end_layout
37488
37489 \begin_layout Section
37490 PostScript
37491 \begin_inset CommandInset label
37492 LatexCommand label
37493 name "sec:PostScript"
37494
37495 \end_inset
37496
37497
37498 \begin_inset Index idx
37499 status collapsed
37500
37501 \begin_layout Plain Layout
37502 ふぁいるしょしき@ファイル書式 ! PostScript
37503 \end_layout
37504
37505 \end_inset
37506
37507
37508 \begin_inset Index idx
37509 status collapsed
37510
37511 \begin_layout Plain Layout
37512 PostScript
37513 \begin_inset ERT
37514 status collapsed
37515
37516 \begin_layout Plain Layout
37517
37518 |see{
37519 \end_layout
37520
37521 \end_inset
37522
37523 ファイル書式
37524 \begin_inset ERT
37525 status collapsed
37526
37527 \begin_layout Plain Layout
37528
37529 }
37530 \end_layout
37531
37532 \end_inset
37533
37534
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 このファイル型の拡張子は「
37544 \family typewriter
37545 .ps
37546 \family default
37547 」です。PostScriptは、
37548 \family typewriter
37549 Adobe
37550 \family default
37551 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37552 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37553 \begin_inset Foot
37554 status collapsed
37555
37556 \begin_layout Plain Layout
37557 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37558 \series bold
37559 PSTricks
37560 \series default
37561
37562 \begin_inset CommandInset citation
37563 LatexCommand cite
37564 key "pstricks"
37565
37566 \end_inset
37567
37568 を見てみてください。
37569 \end_layout
37570
37571 \end_inset
37572
37573 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37574 \end_layout
37575
37576 \begin_layout Standard
37577 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37578 \family typewriter
37579 .eps
37580 \family default
37581 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37582 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37583 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37584 を直接EPSとして入れておく方がよいでしょう。
37585 \end_layout
37586
37587 \begin_layout Standard
37588 文書は、
37589 \family sans
37590 ファイル
37591 \family default
37592 \SpecialChar \menuseparator
37593
37594 \family sans
37595 書き出し
37596 \family default
37597 \SpecialChar \menuseparator
37598
37599 \family sans
37600 Postscript
37601 \family default
37602 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37603 \family sans
37604 表示
37605 \family default
37606 メニューかツールバーボタン
37607 \begin_inset Graphics
37608         filename ../../images/buffer-view_ps.png
37609         scale 85
37610         scaleBeforeRotation
37611
37612 \end_inset
37613
37614 を使用することでPostScriptとして表示させることができます。
37615 \end_layout
37616
37617 \begin_layout Section
37618 PDF
37619 \begin_inset Index idx
37620 status collapsed
37621
37622 \begin_layout Plain Layout
37623 ふぁいるしょしき@ファイル書式 ! PDF
37624 \end_layout
37625
37626 \end_inset
37627
37628
37629 \begin_inset Index idx
37630 status collapsed
37631
37632 \begin_layout Plain Layout
37633 PDF
37634 \end_layout
37635
37636 \end_inset
37637
37638
37639 \end_layout
37640
37641 \begin_layout Standard
37642 このファイル型の拡張子は「
37643 \family typewriter
37644 .pdf
37645 \family default
37646 」です。この「Portable Document Format (PDF)」は、
37647 \family typewriter
37648 Adobe
37649 \family default
37650 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
37651 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
37652 \end_layout
37653
37654 \begin_layout Standard
37655 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
37656 \family typewriter
37657 .jpg
37658 \family default
37659 」または「
37660 \family typewriter
37661 .jpeg
37662 \family default
37663 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
37664 \family typewriter
37665 .png
37666 \family default
37667 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
37668 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
37669 とをお勧めします。
37670 \end_layout
37671
37672 \begin_layout Standard
37673 使用中の文書は、
37674 \family sans
37675 ファイル
37676 \family default
37677 \SpecialChar \menuseparator
37678
37679 \family sans
37680 書き出し
37681 \family default
37682 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
37683 \end_layout
37684
37685 \begin_layout Description
37686 PDF
37687 \begin_inset space ~
37688 \end_inset
37689
37690 (ps2pdf) これは
37691 \family typewriter
37692 ps2pdf
37693 \family default
37694 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
37695 \family typewriter
37696 dvips
37697 \family default
37698 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
37699 \end_layout
37700
37701 \begin_layout Description
37702 PDF
37703 \begin_inset space ~
37704 \end_inset
37705
37706 (dvipdfm) これは
37707 \family typewriter
37708 dvipdfm
37709 \family default
37710 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
37711 \end_layout
37712
37713 \begin_layout Description
37714 PDF
37715 \begin_inset space ~
37716 \end_inset
37717
37718 (pdflatex) これは
37719 \family typewriter
37720 pdftex
37721 \family default
37722 プログラムを使って、現在のファイルを直接PDFに変換します。
37723 \end_layout
37724
37725 \begin_layout Standard
37726
37727 \family typewriter
37728 pdftex
37729 \family default
37730 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
37731 \family sans
37732 PDF
37733 \begin_inset space ~
37734 \end_inset
37735
37736 (pdflatex)
37737 \family default
37738 を使用することが推奨されます。
37739 \family typewriter
37740 dvipdfm
37741 \family default
37742 プログラムは開発が停止しており、若干時代遅れになっています。
37743 \end_layout
37744
37745 \begin_layout Standard
37746 使用中の文書をPDFとして表示するには、
37747 \family sans
37748 表示
37749 \family default
37750 メニューかツールバーボタン
37751 \begin_inset Graphics
37752         filename ../../images/buffer-view_pdf2.png
37753         scale 85
37754         scaleBeforeRotation
37755
37756 \end_inset
37757
37758 (これは
37759 \family sans
37760 PDF
37761 \begin_inset space ~
37762 \end_inset
37763
37764 (pdflatex)
37765 \family default
37766 を使用します)を用います。
37767 \end_layout
37768
37769 \begin_layout Chapter
37770 dvips色名一覧
37771 \begin_inset CommandInset label
37772 LatexCommand label
37773 name "chap:dvips色名一覧"
37774
37775 \end_inset
37776
37777
37778 \end_layout
37779
37780 \begin_layout Standard
37781 \begin_inset Tabular
37782 <lyxtabular version="3" rows="17" columns="4">
37783 <features rotate="0" tabularvalignment="middle">
37784 <column alignment="left" valignment="top" width="0pt">
37785 <column alignment="left" valignment="top" width="0pt">
37786 <column alignment="left" valignment="top" width="0pt">
37787 <column alignment="left" valignment="top" width="0pt">
37788 <row>
37789 <cell alignment="left" valignment="top" usebox="none">
37790 \begin_inset Text
37791
37792 \begin_layout Plain Layout
37793 \begin_inset ERT
37794 status collapsed
37795
37796 \begin_layout Plain Layout
37797
37798
37799 \backslash
37800 fcolorbox{black}{
37801 \end_layout
37802
37803 \end_inset
37804
37805 white
37806 \begin_inset ERT
37807 status collapsed
37808
37809 \begin_layout Plain Layout
37810
37811 }{
37812 \end_layout
37813
37814 \end_inset
37815
37816
37817 \begin_inset ERT
37818 status collapsed
37819
37820 \begin_layout Plain Layout
37821
37822 }
37823 \end_layout
37824
37825 \end_inset
37826
37827  色名
37828 \end_layout
37829
37830 \end_inset
37831 </cell>
37832 <cell alignment="left" valignment="top" usebox="none">
37833 \begin_inset Text
37834
37835 \begin_layout Plain Layout
37836 \begin_inset ERT
37837 status collapsed
37838
37839 \begin_layout Plain Layout
37840
37841
37842 \backslash
37843 fcolorbox{black}{
37844 \end_layout
37845
37846 \end_inset
37847
37848 white
37849 \begin_inset ERT
37850 status collapsed
37851
37852 \begin_layout Plain Layout
37853
37854 }{
37855 \end_layout
37856
37857 \end_inset
37858
37859
37860 \begin_inset ERT
37861 status collapsed
37862
37863 \begin_layout Plain Layout
37864
37865 }
37866 \end_layout
37867
37868 \end_inset
37869
37870  色名
37871 \end_layout
37872
37873 \end_inset
37874 </cell>
37875 <cell alignment="left" valignment="top" usebox="none">
37876 \begin_inset Text
37877
37878 \begin_layout Plain Layout
37879 \begin_inset ERT
37880 status collapsed
37881
37882 \begin_layout Plain Layout
37883
37884
37885 \backslash
37886 fcolorbox{black}{
37887 \end_layout
37888
37889 \end_inset
37890
37891 white
37892 \begin_inset ERT
37893 status collapsed
37894
37895 \begin_layout Plain Layout
37896
37897 }{
37898 \end_layout
37899
37900 \end_inset
37901
37902
37903 \begin_inset ERT
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907
37908 }
37909 \end_layout
37910
37911 \end_inset
37912
37913  色名
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 <cell alignment="left" valignment="top" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922 \begin_inset ERT
37923 status collapsed
37924
37925 \begin_layout Plain Layout
37926
37927
37928 \backslash
37929 fcolorbox{black}{
37930 \end_layout
37931
37932 \end_inset
37933
37934 white
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940 }{
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \begin_inset ERT
37947 status collapsed
37948
37949 \begin_layout Plain Layout
37950
37951 }
37952 \end_layout
37953
37954 \end_inset
37955
37956  色名
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 </row>
37962 <row>
37963 <cell alignment="center" valignment="top" usebox="none">
37964 \begin_inset Text
37965
37966 \begin_layout Plain Layout
37967 \begin_inset ERT
37968 status collapsed
37969
37970 \begin_layout Plain Layout
37971
37972
37973 \backslash
37974 fcolorbox{black}{
37975 \end_layout
37976
37977 \end_inset
37978
37979 Apricot
37980 \begin_inset ERT
37981 status collapsed
37982
37983 \begin_layout Plain Layout
37984
37985 }{
37986 \end_layout
37987
37988 \end_inset
37989
37990
37991 \begin_inset Phantom Phantom
37992 status open
37993
37994 \begin_layout Plain Layout
37995 W
37996 \end_layout
37997
37998 \end_inset
37999
38000
38001 \begin_inset ERT
38002 status collapsed
38003
38004 \begin_layout Plain Layout
38005
38006 }
38007 \end_layout
38008
38009 \end_inset
38010
38011  Apricot
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 \begin_inset ERT
38021 status collapsed
38022
38023 \begin_layout Plain Layout
38024
38025
38026 \backslash
38027 fcolorbox{black}{
38028 \end_layout
38029
38030 \end_inset
38031
38032 Aquamarine
38033 \begin_inset ERT
38034 status collapsed
38035
38036 \begin_layout Plain Layout
38037
38038 }{
38039 \end_layout
38040
38041 \end_inset
38042
38043
38044 \begin_inset Phantom Phantom
38045 status open
38046
38047 \begin_layout Plain Layout
38048 W
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \begin_inset ERT
38055 status collapsed
38056
38057 \begin_layout Plain Layout
38058
38059 }
38060 \end_layout
38061
38062 \end_inset
38063
38064  Aquamarine
38065 \end_layout
38066
38067 \end_inset
38068 </cell>
38069 <cell alignment="center" valignment="top" usebox="none">
38070 \begin_inset Text
38071
38072 \begin_layout Plain Layout
38073 \begin_inset ERT
38074 status collapsed
38075
38076 \begin_layout Plain Layout
38077
38078
38079 \backslash
38080 fcolorbox{black}{
38081 \end_layout
38082
38083 \end_inset
38084
38085 Bittersweet
38086 \begin_inset ERT
38087 status collapsed
38088
38089 \begin_layout Plain Layout
38090
38091 }{
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \begin_inset Phantom Phantom
38098 status open
38099
38100 \begin_layout Plain Layout
38101 W
38102 \end_layout
38103
38104 \end_inset
38105
38106
38107 \begin_inset ERT
38108 status collapsed
38109
38110 \begin_layout Plain Layout
38111
38112 }
38113 \end_layout
38114
38115 \end_inset
38116
38117  Bittersweet
38118 \end_layout
38119
38120 \end_inset
38121 </cell>
38122 <cell alignment="center" valignment="top" usebox="none">
38123 \begin_inset Text
38124
38125 \begin_layout Plain Layout
38126 \begin_inset ERT
38127 status collapsed
38128
38129 \begin_layout Plain Layout
38130
38131
38132 \backslash
38133 fcolorbox{black}{
38134 \end_layout
38135
38136 \end_inset
38137
38138 BlueGreen
38139 \begin_inset ERT
38140 status collapsed
38141
38142 \begin_layout Plain Layout
38143
38144 }{
38145 \end_layout
38146
38147 \end_inset
38148
38149
38150 \begin_inset Phantom Phantom
38151 status open
38152
38153 \begin_layout Plain Layout
38154 W
38155 \end_layout
38156
38157 \end_inset
38158
38159
38160 \begin_inset ERT
38161 status collapsed
38162
38163 \begin_layout Plain Layout
38164
38165 }
38166 \end_layout
38167
38168 \end_inset
38169
38170  BlueGreen
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 </row>
38176 <row>
38177 <cell alignment="left" valignment="top" usebox="none">
38178 \begin_inset Text
38179
38180 \begin_layout Plain Layout
38181 \begin_inset ERT
38182 status collapsed
38183
38184 \begin_layout Plain Layout
38185
38186
38187 \backslash
38188 fcolorbox{black}{
38189 \end_layout
38190
38191 \end_inset
38192
38193 BlueViolet
38194 \begin_inset ERT
38195 status collapsed
38196
38197 \begin_layout Plain Layout
38198
38199 }{
38200 \end_layout
38201
38202 \end_inset
38203
38204
38205 \begin_inset Phantom Phantom
38206 status open
38207
38208 \begin_layout Plain Layout
38209 W
38210 \end_layout
38211
38212 \end_inset
38213
38214
38215 \begin_inset ERT
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219
38220 }
38221 \end_layout
38222
38223 \end_inset
38224
38225  BlueViolet
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 <cell alignment="left" valignment="top" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234 \begin_inset ERT
38235 status collapsed
38236
38237 \begin_layout Plain Layout
38238
38239
38240 \backslash
38241 fcolorbox{black}{
38242 \end_layout
38243
38244 \end_inset
38245
38246 BrickRed
38247 \begin_inset ERT
38248 status collapsed
38249
38250 \begin_layout Plain Layout
38251
38252 }{
38253 \end_layout
38254
38255 \end_inset
38256
38257
38258 \begin_inset Phantom Phantom
38259 status open
38260
38261 \begin_layout Plain Layout
38262 W
38263 \end_layout
38264
38265 \end_inset
38266
38267
38268 \begin_inset ERT
38269 status collapsed
38270
38271 \begin_layout Plain Layout
38272
38273 }
38274 \end_layout
38275
38276 \end_inset
38277
38278  BrickRed
38279 \end_layout
38280
38281 \end_inset
38282 </cell>
38283 <cell alignment="left" valignment="top" usebox="none">
38284 \begin_inset Text
38285
38286 \begin_layout Plain Layout
38287 \begin_inset ERT
38288 status collapsed
38289
38290 \begin_layout Plain Layout
38291
38292
38293 \backslash
38294 fcolorbox{black}{
38295 \end_layout
38296
38297 \end_inset
38298
38299 Brown
38300 \begin_inset ERT
38301 status collapsed
38302
38303 \begin_layout Plain Layout
38304
38305 }{
38306 \end_layout
38307
38308 \end_inset
38309
38310
38311 \begin_inset Phantom Phantom
38312 status open
38313
38314 \begin_layout Plain Layout
38315 W
38316 \end_layout
38317
38318 \end_inset
38319
38320
38321 \begin_inset ERT
38322 status collapsed
38323
38324 \begin_layout Plain Layout
38325
38326 }
38327 \end_layout
38328
38329 \end_inset
38330
38331  Brown
38332 \end_layout
38333
38334 \end_inset
38335 </cell>
38336 <cell alignment="left" valignment="top" usebox="none">
38337 \begin_inset Text
38338
38339 \begin_layout Plain Layout
38340 \begin_inset ERT
38341 status collapsed
38342
38343 \begin_layout Plain Layout
38344
38345
38346 \backslash
38347 fcolorbox{black}{
38348 \end_layout
38349
38350 \end_inset
38351
38352 BurntOrange
38353 \begin_inset ERT
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357
38358 }{
38359 \end_layout
38360
38361 \end_inset
38362
38363
38364 \begin_inset Phantom Phantom
38365 status open
38366
38367 \begin_layout Plain Layout
38368 W
38369 \end_layout
38370
38371 \end_inset
38372
38373
38374 \begin_inset ERT
38375 status collapsed
38376
38377 \begin_layout Plain Layout
38378
38379 }
38380 \end_layout
38381
38382 \end_inset
38383
38384  BurntOrange
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 </row>
38390 <row>
38391 <cell alignment="left" valignment="top" usebox="none">
38392 \begin_inset Text
38393
38394 \begin_layout Plain Layout
38395 \begin_inset ERT
38396 status collapsed
38397
38398 \begin_layout Plain Layout
38399
38400
38401 \backslash
38402 fcolorbox{black}{
38403 \end_layout
38404
38405 \end_inset
38406
38407 CadetBlue
38408 \begin_inset ERT
38409 status collapsed
38410
38411 \begin_layout Plain Layout
38412
38413 }{
38414 \end_layout
38415
38416 \end_inset
38417
38418
38419 \begin_inset Phantom Phantom
38420 status open
38421
38422 \begin_layout Plain Layout
38423 W
38424 \end_layout
38425
38426 \end_inset
38427
38428
38429 \begin_inset ERT
38430 status collapsed
38431
38432 \begin_layout Plain Layout
38433
38434 }
38435 \end_layout
38436
38437 \end_inset
38438
38439  CadetBlue
38440 \end_layout
38441
38442 \end_inset
38443 </cell>
38444 <cell alignment="left" valignment="top" usebox="none">
38445 \begin_inset Text
38446
38447 \begin_layout Plain Layout
38448 \begin_inset ERT
38449 status collapsed
38450
38451 \begin_layout Plain Layout
38452
38453
38454 \backslash
38455 fcolorbox{black}{
38456 \end_layout
38457
38458 \end_inset
38459
38460 CarnationPink
38461 \begin_inset ERT
38462 status collapsed
38463
38464 \begin_layout Plain Layout
38465
38466 }{
38467 \end_layout
38468
38469 \end_inset
38470
38471
38472 \begin_inset Phantom Phantom
38473 status open
38474
38475 \begin_layout Plain Layout
38476 W
38477 \end_layout
38478
38479 \end_inset
38480
38481
38482 \begin_inset ERT
38483 status collapsed
38484
38485 \begin_layout Plain Layout
38486
38487 }
38488 \end_layout
38489
38490 \end_inset
38491
38492  CarnationPink
38493 \end_layout
38494
38495 \end_inset
38496 </cell>
38497 <cell alignment="left" valignment="top" usebox="none">
38498 \begin_inset Text
38499
38500 \begin_layout Plain Layout
38501 \begin_inset ERT
38502 status collapsed
38503
38504 \begin_layout Plain Layout
38505
38506
38507 \backslash
38508 fcolorbox{black}{
38509 \end_layout
38510
38511 \end_inset
38512
38513 Cerulean
38514 \begin_inset ERT
38515 status collapsed
38516
38517 \begin_layout Plain Layout
38518
38519 }{
38520 \end_layout
38521
38522 \end_inset
38523
38524
38525 \begin_inset Phantom Phantom
38526 status open
38527
38528 \begin_layout Plain Layout
38529 W
38530 \end_layout
38531
38532 \end_inset
38533
38534
38535 \begin_inset ERT
38536 status collapsed
38537
38538 \begin_layout Plain Layout
38539
38540 }
38541 \end_layout
38542
38543 \end_inset
38544
38545  Cerulean
38546 \end_layout
38547
38548 \end_inset
38549 </cell>
38550 <cell alignment="left" valignment="top" usebox="none">
38551 \begin_inset Text
38552
38553 \begin_layout Plain Layout
38554 \begin_inset ERT
38555 status collapsed
38556
38557 \begin_layout Plain Layout
38558
38559
38560 \backslash
38561 fcolorbox{black}{
38562 \end_layout
38563
38564 \end_inset
38565
38566 CornflowerBlue
38567 \begin_inset ERT
38568 status collapsed
38569
38570 \begin_layout Plain Layout
38571
38572 }{
38573 \end_layout
38574
38575 \end_inset
38576
38577
38578 \begin_inset Phantom Phantom
38579 status open
38580
38581 \begin_layout Plain Layout
38582 W
38583 \end_layout
38584
38585 \end_inset
38586
38587
38588 \begin_inset ERT
38589 status collapsed
38590
38591 \begin_layout Plain Layout
38592
38593 }
38594 \end_layout
38595
38596 \end_inset
38597
38598  CornflowerBlue
38599 \end_layout
38600
38601 \end_inset
38602 </cell>
38603 </row>
38604 <row>
38605 <cell alignment="left" valignment="top" usebox="none">
38606 \begin_inset Text
38607
38608 \begin_layout Plain Layout
38609 \begin_inset ERT
38610 status collapsed
38611
38612 \begin_layout Plain Layout
38613
38614
38615 \backslash
38616 fcolorbox{black}{
38617 \end_layout
38618
38619 \end_inset
38620
38621 Dandelion
38622 \begin_inset ERT
38623 status collapsed
38624
38625 \begin_layout Plain Layout
38626
38627 }{
38628 \end_layout
38629
38630 \end_inset
38631
38632
38633 \begin_inset Phantom Phantom
38634 status open
38635
38636 \begin_layout Plain Layout
38637 W
38638 \end_layout
38639
38640 \end_inset
38641
38642
38643 \begin_inset ERT
38644 status collapsed
38645
38646 \begin_layout Plain Layout
38647
38648 }
38649 \end_layout
38650
38651 \end_inset
38652
38653  Dandelion
38654 \end_layout
38655
38656 \end_inset
38657 </cell>
38658 <cell alignment="left" valignment="top" usebox="none">
38659 \begin_inset Text
38660
38661 \begin_layout Plain Layout
38662 \begin_inset ERT
38663 status collapsed
38664
38665 \begin_layout Plain Layout
38666
38667
38668 \backslash
38669 fcolorbox{black}{
38670 \end_layout
38671
38672 \end_inset
38673
38674 DarkOrchid
38675 \begin_inset ERT
38676 status collapsed
38677
38678 \begin_layout Plain Layout
38679
38680 }{
38681 \end_layout
38682
38683 \end_inset
38684
38685
38686 \begin_inset Phantom Phantom
38687 status open
38688
38689 \begin_layout Plain Layout
38690 W
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \begin_inset ERT
38697 status collapsed
38698
38699 \begin_layout Plain Layout
38700
38701 }
38702 \end_layout
38703
38704 \end_inset
38705
38706  DarkOrchid
38707 \end_layout
38708
38709 \end_inset
38710 </cell>
38711 <cell alignment="left" valignment="top" usebox="none">
38712 \begin_inset Text
38713
38714 \begin_layout Plain Layout
38715 \begin_inset ERT
38716 status collapsed
38717
38718 \begin_layout Plain Layout
38719
38720
38721 \backslash
38722 fcolorbox{black}{
38723 \end_layout
38724
38725 \end_inset
38726
38727 Emerald
38728 \begin_inset ERT
38729 status collapsed
38730
38731 \begin_layout Plain Layout
38732
38733 }{
38734 \end_layout
38735
38736 \end_inset
38737
38738
38739 \begin_inset Phantom Phantom
38740 status open
38741
38742 \begin_layout Plain Layout
38743 W
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \begin_inset ERT
38750 status collapsed
38751
38752 \begin_layout Plain Layout
38753
38754 }
38755 \end_layout
38756
38757 \end_inset
38758
38759  Emerald
38760 \end_layout
38761
38762 \end_inset
38763 </cell>
38764 <cell alignment="left" valignment="top" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Plain Layout
38768 \begin_inset ERT
38769 status collapsed
38770
38771 \begin_layout Plain Layout
38772
38773
38774 \backslash
38775 fcolorbox{black}{
38776 \end_layout
38777
38778 \end_inset
38779
38780 ForestGreen
38781 \begin_inset ERT
38782 status collapsed
38783
38784 \begin_layout Plain Layout
38785
38786 }{
38787 \end_layout
38788
38789 \end_inset
38790
38791
38792 \begin_inset Phantom Phantom
38793 status open
38794
38795 \begin_layout Plain Layout
38796 W
38797 \end_layout
38798
38799 \end_inset
38800
38801
38802 \begin_inset ERT
38803 status collapsed
38804
38805 \begin_layout Plain Layout
38806
38807 }
38808 \end_layout
38809
38810 \end_inset
38811
38812  ForestGreen
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 </row>
38818 <row>
38819 <cell alignment="left" valignment="top" usebox="none">
38820 \begin_inset Text
38821
38822 \begin_layout Plain Layout
38823 \begin_inset ERT
38824 status collapsed
38825
38826 \begin_layout Plain Layout
38827
38828
38829 \backslash
38830 fcolorbox{black}{
38831 \end_layout
38832
38833 \end_inset
38834
38835 Fuchsia
38836 \begin_inset ERT
38837 status collapsed
38838
38839 \begin_layout Plain Layout
38840
38841 }{
38842 \end_layout
38843
38844 \end_inset
38845
38846
38847 \begin_inset Phantom Phantom
38848 status open
38849
38850 \begin_layout Plain Layout
38851 W
38852 \end_layout
38853
38854 \end_inset
38855
38856
38857 \begin_inset ERT
38858 status collapsed
38859
38860 \begin_layout Plain Layout
38861
38862 }
38863 \end_layout
38864
38865 \end_inset
38866
38867  Fuchsia
38868 \end_layout
38869
38870 \end_inset
38871 </cell>
38872 <cell alignment="left" valignment="top" usebox="none">
38873 \begin_inset Text
38874
38875 \begin_layout Plain Layout
38876 \begin_inset ERT
38877 status collapsed
38878
38879 \begin_layout Plain Layout
38880
38881
38882 \backslash
38883 fcolorbox{black}{
38884 \end_layout
38885
38886 \end_inset
38887
38888 Goldenrod
38889 \begin_inset ERT
38890 status collapsed
38891
38892 \begin_layout Plain Layout
38893
38894 }{
38895 \end_layout
38896
38897 \end_inset
38898
38899
38900 \begin_inset Phantom Phantom
38901 status open
38902
38903 \begin_layout Plain Layout
38904 W
38905 \end_layout
38906
38907 \end_inset
38908
38909
38910 \begin_inset ERT
38911 status collapsed
38912
38913 \begin_layout Plain Layout
38914
38915 }
38916 \end_layout
38917
38918 \end_inset
38919
38920  Goldenrod
38921 \end_layout
38922
38923 \end_inset
38924 </cell>
38925 <cell alignment="left" valignment="top" usebox="none">
38926 \begin_inset Text
38927
38928 \begin_layout Plain Layout
38929 \begin_inset ERT
38930 status collapsed
38931
38932 \begin_layout Plain Layout
38933
38934
38935 \backslash
38936 fcolorbox{black}{
38937 \end_layout
38938
38939 \end_inset
38940
38941 Gray
38942 \begin_inset ERT
38943 status collapsed
38944
38945 \begin_layout Plain Layout
38946
38947 }{
38948 \end_layout
38949
38950 \end_inset
38951
38952
38953 \begin_inset Phantom Phantom
38954 status open
38955
38956 \begin_layout Plain Layout
38957 W
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset ERT
38964 status collapsed
38965
38966 \begin_layout Plain Layout
38967
38968 }
38969 \end_layout
38970
38971 \end_inset
38972
38973  Gray
38974 \end_layout
38975
38976 \end_inset
38977 </cell>
38978 <cell alignment="left" valignment="top" usebox="none">
38979 \begin_inset Text
38980
38981 \begin_layout Plain Layout
38982 \begin_inset ERT
38983 status collapsed
38984
38985 \begin_layout Plain Layout
38986
38987
38988 \backslash
38989 fcolorbox{black}{
38990 \end_layout
38991
38992 \end_inset
38993
38994 GreenYellow
38995 \begin_inset ERT
38996 status collapsed
38997
38998 \begin_layout Plain Layout
38999
39000 }{
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \begin_inset Phantom Phantom
39007 status open
39008
39009 \begin_layout Plain Layout
39010 W
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \begin_inset ERT
39017 status collapsed
39018
39019 \begin_layout Plain Layout
39020
39021 }
39022 \end_layout
39023
39024 \end_inset
39025
39026  GreenYellow
39027 \end_layout
39028
39029 \end_inset
39030 </cell>
39031 </row>
39032 <row>
39033 <cell alignment="center" valignment="top" usebox="none">
39034 \begin_inset Text
39035
39036 \begin_layout Plain Layout
39037 \begin_inset ERT
39038 status collapsed
39039
39040 \begin_layout Plain Layout
39041
39042
39043 \backslash
39044 fcolorbox{black}{
39045 \end_layout
39046
39047 \end_inset
39048
39049 JungleGreen
39050 \begin_inset ERT
39051 status collapsed
39052
39053 \begin_layout Plain Layout
39054
39055 }{
39056 \end_layout
39057
39058 \end_inset
39059
39060
39061 \begin_inset Phantom Phantom
39062 status open
39063
39064 \begin_layout Plain Layout
39065 W
39066 \end_layout
39067
39068 \end_inset
39069
39070
39071 \begin_inset ERT
39072 status collapsed
39073
39074 \begin_layout Plain Layout
39075
39076 }
39077 \end_layout
39078
39079 \end_inset
39080
39081  JungleGreen
39082 \end_layout
39083
39084 \end_inset
39085 </cell>
39086 <cell alignment="center" valignment="top" usebox="none">
39087 \begin_inset Text
39088
39089 \begin_layout Plain Layout
39090 \begin_inset ERT
39091 status collapsed
39092
39093 \begin_layout Plain Layout
39094
39095
39096 \backslash
39097 fcolorbox{black}{
39098 \end_layout
39099
39100 \end_inset
39101
39102 Lavender
39103 \begin_inset ERT
39104 status collapsed
39105
39106 \begin_layout Plain Layout
39107
39108 }{
39109 \end_layout
39110
39111 \end_inset
39112
39113
39114 \begin_inset Phantom Phantom
39115 status open
39116
39117 \begin_layout Plain Layout
39118 W
39119 \end_layout
39120
39121 \end_inset
39122
39123
39124 \begin_inset ERT
39125 status collapsed
39126
39127 \begin_layout Plain Layout
39128
39129 }
39130 \end_layout
39131
39132 \end_inset
39133
39134  Lavender
39135 \end_layout
39136
39137 \end_inset
39138 </cell>
39139 <cell alignment="center" valignment="top" usebox="none">
39140 \begin_inset Text
39141
39142 \begin_layout Plain Layout
39143 \begin_inset ERT
39144 status collapsed
39145
39146 \begin_layout Plain Layout
39147
39148
39149 \backslash
39150 fcolorbox{black}{
39151 \end_layout
39152
39153 \end_inset
39154
39155 LimeGreen
39156 \begin_inset ERT
39157 status collapsed
39158
39159 \begin_layout Plain Layout
39160
39161 }{
39162 \end_layout
39163
39164 \end_inset
39165
39166
39167 \begin_inset Phantom Phantom
39168 status open
39169
39170 \begin_layout Plain Layout
39171 W
39172 \end_layout
39173
39174 \end_inset
39175
39176
39177 \begin_inset ERT
39178 status collapsed
39179
39180 \begin_layout Plain Layout
39181
39182 }
39183 \end_layout
39184
39185 \end_inset
39186
39187  LimeGreen
39188 \end_layout
39189
39190 \end_inset
39191 </cell>
39192 <cell alignment="center" valignment="top" usebox="none">
39193 \begin_inset Text
39194
39195 \begin_layout Plain Layout
39196 \begin_inset ERT
39197 status collapsed
39198
39199 \begin_layout Plain Layout
39200
39201
39202 \backslash
39203 fcolorbox{black}{
39204 \end_layout
39205
39206 \end_inset
39207
39208 Mahogany
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214 }{
39215 \end_layout
39216
39217 \end_inset
39218
39219
39220 \begin_inset Phantom Phantom
39221 status open
39222
39223 \begin_layout Plain Layout
39224 W
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \begin_inset ERT
39231 status collapsed
39232
39233 \begin_layout Plain Layout
39234
39235 }
39236 \end_layout
39237
39238 \end_inset
39239
39240  Mahogany
39241 \end_layout
39242
39243 \end_inset
39244 </cell>
39245 </row>
39246 <row>
39247 <cell alignment="left" valignment="top" usebox="none">
39248 \begin_inset Text
39249
39250 \begin_layout Plain Layout
39251 \begin_inset ERT
39252 status collapsed
39253
39254 \begin_layout Plain Layout
39255
39256
39257 \backslash
39258 fcolorbox{black}{
39259 \end_layout
39260
39261 \end_inset
39262
39263 Mahogany
39264 \begin_inset ERT
39265 status collapsed
39266
39267 \begin_layout Plain Layout
39268
39269 }{
39270 \end_layout
39271
39272 \end_inset
39273
39274
39275 \begin_inset Phantom Phantom
39276 status open
39277
39278 \begin_layout Plain Layout
39279 W
39280 \end_layout
39281
39282 \end_inset
39283
39284
39285 \begin_inset ERT
39286 status collapsed
39287
39288 \begin_layout Plain Layout
39289
39290 }
39291 \end_layout
39292
39293 \end_inset
39294
39295  Mahogany
39296 \end_layout
39297
39298 \end_inset
39299 </cell>
39300 <cell alignment="left" valignment="top" usebox="none">
39301 \begin_inset Text
39302
39303 \begin_layout Plain Layout
39304 \begin_inset ERT
39305 status collapsed
39306
39307 \begin_layout Plain Layout
39308
39309
39310 \backslash
39311 fcolorbox{black}{
39312 \end_layout
39313
39314 \end_inset
39315
39316 Maroon
39317 \begin_inset ERT
39318 status collapsed
39319
39320 \begin_layout Plain Layout
39321
39322 }{
39323 \end_layout
39324
39325 \end_inset
39326
39327
39328 \begin_inset Phantom Phantom
39329 status open
39330
39331 \begin_layout Plain Layout
39332 W
39333 \end_layout
39334
39335 \end_inset
39336
39337
39338 \begin_inset ERT
39339 status collapsed
39340
39341 \begin_layout Plain Layout
39342
39343 }
39344 \end_layout
39345
39346 \end_inset
39347
39348  Maroon
39349 \end_layout
39350
39351 \end_inset
39352 </cell>
39353 <cell alignment="left" valignment="top" usebox="none">
39354 \begin_inset Text
39355
39356 \begin_layout Plain Layout
39357 \begin_inset ERT
39358 status collapsed
39359
39360 \begin_layout Plain Layout
39361
39362
39363 \backslash
39364 fcolorbox{black}{
39365 \end_layout
39366
39367 \end_inset
39368
39369 Melon
39370 \begin_inset ERT
39371 status collapsed
39372
39373 \begin_layout Plain Layout
39374
39375 }{
39376 \end_layout
39377
39378 \end_inset
39379
39380
39381 \begin_inset Phantom Phantom
39382 status open
39383
39384 \begin_layout Plain Layout
39385 W
39386 \end_layout
39387
39388 \end_inset
39389
39390
39391 \begin_inset ERT
39392 status collapsed
39393
39394 \begin_layout Plain Layout
39395
39396 }
39397 \end_layout
39398
39399 \end_inset
39400
39401  Melon
39402 \end_layout
39403
39404 \end_inset
39405 </cell>
39406 <cell alignment="left" valignment="top" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410 \begin_inset ERT
39411 status collapsed
39412
39413 \begin_layout Plain Layout
39414
39415
39416 \backslash
39417 fcolorbox{black}{
39418 \end_layout
39419
39420 \end_inset
39421
39422 MidnightBlue
39423 \begin_inset ERT
39424 status collapsed
39425
39426 \begin_layout Plain Layout
39427
39428 }{
39429 \end_layout
39430
39431 \end_inset
39432
39433
39434 \begin_inset Phantom Phantom
39435 status open
39436
39437 \begin_layout Plain Layout
39438 W
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \begin_inset ERT
39445 status collapsed
39446
39447 \begin_layout Plain Layout
39448
39449 }
39450 \end_layout
39451
39452 \end_inset
39453
39454  MidnightBlue
39455 \end_layout
39456
39457 \end_inset
39458 </cell>
39459 </row>
39460 <row>
39461 <cell alignment="left" valignment="top" usebox="none">
39462 \begin_inset Text
39463
39464 \begin_layout Plain Layout
39465 \begin_inset ERT
39466 status collapsed
39467
39468 \begin_layout Plain Layout
39469
39470
39471 \backslash
39472 fcolorbox{black}{
39473 \end_layout
39474
39475 \end_inset
39476
39477 Mulberry
39478 \begin_inset ERT
39479 status collapsed
39480
39481 \begin_layout Plain Layout
39482
39483 }{
39484 \end_layout
39485
39486 \end_inset
39487
39488
39489 \begin_inset Phantom Phantom
39490 status open
39491
39492 \begin_layout Plain Layout
39493 W
39494 \end_layout
39495
39496 \end_inset
39497
39498
39499 \begin_inset ERT
39500 status collapsed
39501
39502 \begin_layout Plain Layout
39503
39504 }
39505 \end_layout
39506
39507 \end_inset
39508
39509  Mulberry
39510 \end_layout
39511
39512 \end_inset
39513 </cell>
39514 <cell alignment="left" valignment="top" usebox="none">
39515 \begin_inset Text
39516
39517 \begin_layout Plain Layout
39518 \begin_inset ERT
39519 status collapsed
39520
39521 \begin_layout Plain Layout
39522
39523
39524 \backslash
39525 fcolorbox{black}{
39526 \end_layout
39527
39528 \end_inset
39529
39530 NavyBlue
39531 \begin_inset ERT
39532 status collapsed
39533
39534 \begin_layout Plain Layout
39535
39536 }{
39537 \end_layout
39538
39539 \end_inset
39540
39541
39542 \begin_inset Phantom Phantom
39543 status open
39544
39545 \begin_layout Plain Layout
39546 W
39547 \end_layout
39548
39549 \end_inset
39550
39551
39552 \begin_inset ERT
39553 status collapsed
39554
39555 \begin_layout Plain Layout
39556
39557 }
39558 \end_layout
39559
39560 \end_inset
39561
39562  NavyBlue
39563 \end_layout
39564
39565 \end_inset
39566 </cell>
39567 <cell alignment="left" valignment="top" usebox="none">
39568 \begin_inset Text
39569
39570 \begin_layout Plain Layout
39571 \begin_inset ERT
39572 status collapsed
39573
39574 \begin_layout Plain Layout
39575
39576
39577 \backslash
39578 fcolorbox{black}{
39579 \end_layout
39580
39581 \end_inset
39582
39583 OliveGreen
39584 \begin_inset ERT
39585 status collapsed
39586
39587 \begin_layout Plain Layout
39588
39589 }{
39590 \end_layout
39591
39592 \end_inset
39593
39594
39595 \begin_inset Phantom Phantom
39596 status open
39597
39598 \begin_layout Plain Layout
39599 W
39600 \end_layout
39601
39602 \end_inset
39603
39604
39605 \begin_inset ERT
39606 status collapsed
39607
39608 \begin_layout Plain Layout
39609
39610 }
39611 \end_layout
39612
39613 \end_inset
39614
39615  OliveGreen
39616 \end_layout
39617
39618 \end_inset
39619 </cell>
39620 <cell alignment="left" valignment="top" usebox="none">
39621 \begin_inset Text
39622
39623 \begin_layout Plain Layout
39624 \begin_inset ERT
39625 status collapsed
39626
39627 \begin_layout Plain Layout
39628
39629
39630 \backslash
39631 fcolorbox{black}{
39632 \end_layout
39633
39634 \end_inset
39635
39636 Orange
39637 \begin_inset ERT
39638 status collapsed
39639
39640 \begin_layout Plain Layout
39641
39642 }{
39643 \end_layout
39644
39645 \end_inset
39646
39647
39648 \begin_inset Phantom Phantom
39649 status open
39650
39651 \begin_layout Plain Layout
39652 W
39653 \end_layout
39654
39655 \end_inset
39656
39657
39658 \begin_inset ERT
39659 status collapsed
39660
39661 \begin_layout Plain Layout
39662
39663 }
39664 \end_layout
39665
39666 \end_inset
39667
39668  Orange
39669 \end_layout
39670
39671 \end_inset
39672 </cell>
39673 </row>
39674 <row>
39675 <cell alignment="left" valignment="top" usebox="none">
39676 \begin_inset Text
39677
39678 \begin_layout Plain Layout
39679 \begin_inset ERT
39680 status collapsed
39681
39682 \begin_layout Plain Layout
39683
39684
39685 \backslash
39686 fcolorbox{black}{
39687 \end_layout
39688
39689 \end_inset
39690
39691 OrangeRed
39692 \begin_inset ERT
39693 status collapsed
39694
39695 \begin_layout Plain Layout
39696
39697 }{
39698 \end_layout
39699
39700 \end_inset
39701
39702
39703 \begin_inset Phantom Phantom
39704 status open
39705
39706 \begin_layout Plain Layout
39707 W
39708 \end_layout
39709
39710 \end_inset
39711
39712
39713 \begin_inset ERT
39714 status collapsed
39715
39716 \begin_layout Plain Layout
39717
39718 }
39719 \end_layout
39720
39721 \end_inset
39722
39723  OrangeRed
39724 \end_layout
39725
39726 \end_inset
39727 </cell>
39728 <cell alignment="left" valignment="top" usebox="none">
39729 \begin_inset Text
39730
39731 \begin_layout Plain Layout
39732 \begin_inset ERT
39733 status collapsed
39734
39735 \begin_layout Plain Layout
39736
39737
39738 \backslash
39739 fcolorbox{black}{
39740 \end_layout
39741
39742 \end_inset
39743
39744 Orchid
39745 \begin_inset ERT
39746 status collapsed
39747
39748 \begin_layout Plain Layout
39749
39750 }{
39751 \end_layout
39752
39753 \end_inset
39754
39755
39756 \begin_inset Phantom Phantom
39757 status open
39758
39759 \begin_layout Plain Layout
39760 W
39761 \end_layout
39762
39763 \end_inset
39764
39765
39766 \begin_inset ERT
39767 status collapsed
39768
39769 \begin_layout Plain Layout
39770
39771 }
39772 \end_layout
39773
39774 \end_inset
39775
39776  Orchid
39777 \end_layout
39778
39779 \end_inset
39780 </cell>
39781 <cell alignment="left" valignment="top" usebox="none">
39782 \begin_inset Text
39783
39784 \begin_layout Plain Layout
39785 \begin_inset ERT
39786 status collapsed
39787
39788 \begin_layout Plain Layout
39789
39790
39791 \backslash
39792 fcolorbox{black}{
39793 \end_layout
39794
39795 \end_inset
39796
39797 Peach
39798 \begin_inset ERT
39799 status collapsed
39800
39801 \begin_layout Plain Layout
39802
39803 }{
39804 \end_layout
39805
39806 \end_inset
39807
39808
39809 \begin_inset Phantom Phantom
39810 status open
39811
39812 \begin_layout Plain Layout
39813 W
39814 \end_layout
39815
39816 \end_inset
39817
39818
39819 \begin_inset ERT
39820 status collapsed
39821
39822 \begin_layout Plain Layout
39823
39824 }
39825 \end_layout
39826
39827 \end_inset
39828
39829  Peach
39830 \end_layout
39831
39832 \end_inset
39833 </cell>
39834 <cell alignment="left" valignment="top" usebox="none">
39835 \begin_inset Text
39836
39837 \begin_layout Plain Layout
39838 \begin_inset ERT
39839 status collapsed
39840
39841 \begin_layout Plain Layout
39842
39843
39844 \backslash
39845 fcolorbox{black}{
39846 \end_layout
39847
39848 \end_inset
39849
39850 Periwinkle
39851 \begin_inset ERT
39852 status collapsed
39853
39854 \begin_layout Plain Layout
39855
39856 }{
39857 \end_layout
39858
39859 \end_inset
39860
39861
39862 \begin_inset Phantom Phantom
39863 status open
39864
39865 \begin_layout Plain Layout
39866 W
39867 \end_layout
39868
39869 \end_inset
39870
39871
39872 \begin_inset ERT
39873 status collapsed
39874
39875 \begin_layout Plain Layout
39876
39877 }
39878 \end_layout
39879
39880 \end_inset
39881
39882  Periwinkle
39883 \end_layout
39884
39885 \end_inset
39886 </cell>
39887 </row>
39888 <row>
39889 <cell alignment="left" valignment="top" usebox="none">
39890 \begin_inset Text
39891
39892 \begin_layout Plain Layout
39893 \begin_inset ERT
39894 status collapsed
39895
39896 \begin_layout Plain Layout
39897
39898
39899 \backslash
39900 fcolorbox{black}{
39901 \end_layout
39902
39903 \end_inset
39904
39905 PineGreen
39906 \begin_inset ERT
39907 status collapsed
39908
39909 \begin_layout Plain Layout
39910
39911 }{
39912 \end_layout
39913
39914 \end_inset
39915
39916
39917 \begin_inset Phantom Phantom
39918 status open
39919
39920 \begin_layout Plain Layout
39921 W
39922 \end_layout
39923
39924 \end_inset
39925
39926
39927 \begin_inset ERT
39928 status collapsed
39929
39930 \begin_layout Plain Layout
39931
39932 }
39933 \end_layout
39934
39935 \end_inset
39936
39937  PineGreen
39938 \end_layout
39939
39940 \end_inset
39941 </cell>
39942 <cell alignment="left" valignment="top" usebox="none">
39943 \begin_inset Text
39944
39945 \begin_layout Plain Layout
39946 \begin_inset ERT
39947 status collapsed
39948
39949 \begin_layout Plain Layout
39950
39951
39952 \backslash
39953 fcolorbox{black}{
39954 \end_layout
39955
39956 \end_inset
39957
39958 Plum
39959 \begin_inset ERT
39960 status collapsed
39961
39962 \begin_layout Plain Layout
39963
39964 }{
39965 \end_layout
39966
39967 \end_inset
39968
39969
39970 \begin_inset Phantom Phantom
39971 status open
39972
39973 \begin_layout Plain Layout
39974 W
39975 \end_layout
39976
39977 \end_inset
39978
39979
39980 \begin_inset ERT
39981 status collapsed
39982
39983 \begin_layout Plain Layout
39984
39985 }
39986 \end_layout
39987
39988 \end_inset
39989
39990  Plum
39991 \end_layout
39992
39993 \end_inset
39994 </cell>
39995 <cell alignment="left" valignment="top" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 \begin_inset ERT
40000 status collapsed
40001
40002 \begin_layout Plain Layout
40003
40004
40005 \backslash
40006 fcolorbox{black}{
40007 \end_layout
40008
40009 \end_inset
40010
40011 ProcessBlue
40012 \begin_inset ERT
40013 status collapsed
40014
40015 \begin_layout Plain Layout
40016
40017 }{
40018 \end_layout
40019
40020 \end_inset
40021
40022
40023 \begin_inset Phantom Phantom
40024 status open
40025
40026 \begin_layout Plain Layout
40027 W
40028 \end_layout
40029
40030 \end_inset
40031
40032
40033 \begin_inset ERT
40034 status collapsed
40035
40036 \begin_layout Plain Layout
40037
40038 }
40039 \end_layout
40040
40041 \end_inset
40042
40043  ProcessBlue
40044 \end_layout
40045
40046 \end_inset
40047 </cell>
40048 <cell alignment="left" valignment="top" usebox="none">
40049 \begin_inset Text
40050
40051 \begin_layout Plain Layout
40052 \begin_inset ERT
40053 status collapsed
40054
40055 \begin_layout Plain Layout
40056
40057
40058 \backslash
40059 fcolorbox{black}{
40060 \end_layout
40061
40062 \end_inset
40063
40064 Purple
40065 \begin_inset ERT
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069
40070 }{
40071 \end_layout
40072
40073 \end_inset
40074
40075
40076 \begin_inset Phantom Phantom
40077 status open
40078
40079 \begin_layout Plain Layout
40080 W
40081 \end_layout
40082
40083 \end_inset
40084
40085
40086 \begin_inset ERT
40087 status collapsed
40088
40089 \begin_layout Plain Layout
40090
40091 }
40092 \end_layout
40093
40094 \end_inset
40095
40096  Purple
40097 \end_layout
40098
40099 \end_inset
40100 </cell>
40101 </row>
40102 <row>
40103 <cell alignment="left" valignment="top" usebox="none">
40104 \begin_inset Text
40105
40106 \begin_layout Plain Layout
40107 \begin_inset ERT
40108 status collapsed
40109
40110 \begin_layout Plain Layout
40111
40112
40113 \backslash
40114 fcolorbox{black}{
40115 \end_layout
40116
40117 \end_inset
40118
40119 RawSienna
40120 \begin_inset ERT
40121 status collapsed
40122
40123 \begin_layout Plain Layout
40124
40125 }{
40126 \end_layout
40127
40128 \end_inset
40129
40130
40131 \begin_inset Phantom Phantom
40132 status open
40133
40134 \begin_layout Plain Layout
40135 W
40136 \end_layout
40137
40138 \end_inset
40139
40140
40141 \begin_inset ERT
40142 status collapsed
40143
40144 \begin_layout Plain Layout
40145
40146 }
40147 \end_layout
40148
40149 \end_inset
40150
40151  RawSienna
40152 \end_layout
40153
40154 \end_inset
40155 </cell>
40156 <cell alignment="left" valignment="top" usebox="none">
40157 \begin_inset Text
40158
40159 \begin_layout Plain Layout
40160 \begin_inset ERT
40161 status collapsed
40162
40163 \begin_layout Plain Layout
40164
40165
40166 \backslash
40167 fcolorbox{black}{
40168 \end_layout
40169
40170 \end_inset
40171
40172 RedOrange
40173 \begin_inset ERT
40174 status collapsed
40175
40176 \begin_layout Plain Layout
40177
40178 }{
40179 \end_layout
40180
40181 \end_inset
40182
40183
40184 \begin_inset Phantom Phantom
40185 status open
40186
40187 \begin_layout Plain Layout
40188 W
40189 \end_layout
40190
40191 \end_inset
40192
40193
40194 \begin_inset ERT
40195 status collapsed
40196
40197 \begin_layout Plain Layout
40198
40199 }
40200 \end_layout
40201
40202 \end_inset
40203
40204  RedOrange
40205 \end_layout
40206
40207 \end_inset
40208 </cell>
40209 <cell alignment="left" valignment="top" usebox="none">
40210 \begin_inset Text
40211
40212 \begin_layout Plain Layout
40213 \begin_inset ERT
40214 status collapsed
40215
40216 \begin_layout Plain Layout
40217
40218
40219 \backslash
40220 fcolorbox{black}{
40221 \end_layout
40222
40223 \end_inset
40224
40225 RedViolet
40226 \begin_inset ERT
40227 status collapsed
40228
40229 \begin_layout Plain Layout
40230
40231 }{
40232 \end_layout
40233
40234 \end_inset
40235
40236
40237 \begin_inset Phantom Phantom
40238 status open
40239
40240 \begin_layout Plain Layout
40241 W
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \begin_inset ERT
40248 status collapsed
40249
40250 \begin_layout Plain Layout
40251
40252 }
40253 \end_layout
40254
40255 \end_inset
40256
40257  RedViolet
40258 \end_layout
40259
40260 \end_inset
40261 </cell>
40262 <cell alignment="left" valignment="top" usebox="none">
40263 \begin_inset Text
40264
40265 \begin_layout Plain Layout
40266 \begin_inset ERT
40267 status collapsed
40268
40269 \begin_layout Plain Layout
40270
40271
40272 \backslash
40273 fcolorbox{black}{
40274 \end_layout
40275
40276 \end_inset
40277
40278 Rhodamine
40279 \begin_inset ERT
40280 status collapsed
40281
40282 \begin_layout Plain Layout
40283
40284 }{
40285 \end_layout
40286
40287 \end_inset
40288
40289
40290 \begin_inset Phantom Phantom
40291 status open
40292
40293 \begin_layout Plain Layout
40294 W
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \begin_inset ERT
40301 status collapsed
40302
40303 \begin_layout Plain Layout
40304
40305 }
40306 \end_layout
40307
40308 \end_inset
40309
40310  Rhodamine
40311 \end_layout
40312
40313 \end_inset
40314 </cell>
40315 </row>
40316 <row>
40317 <cell alignment="left" valignment="top" usebox="none">
40318 \begin_inset Text
40319
40320 \begin_layout Plain Layout
40321 \begin_inset ERT
40322 status collapsed
40323
40324 \begin_layout Plain Layout
40325
40326
40327 \backslash
40328 fcolorbox{black}{
40329 \end_layout
40330
40331 \end_inset
40332
40333 RoyalBlue
40334 \begin_inset ERT
40335 status collapsed
40336
40337 \begin_layout Plain Layout
40338
40339 }{
40340 \end_layout
40341
40342 \end_inset
40343
40344
40345 \begin_inset Phantom Phantom
40346 status open
40347
40348 \begin_layout Plain Layout
40349 W
40350 \end_layout
40351
40352 \end_inset
40353
40354
40355 \begin_inset ERT
40356 status collapsed
40357
40358 \begin_layout Plain Layout
40359
40360 }
40361 \end_layout
40362
40363 \end_inset
40364
40365  RoyalBlue
40366 \end_layout
40367
40368 \end_inset
40369 </cell>
40370 <cell alignment="left" valignment="top" usebox="none">
40371 \begin_inset Text
40372
40373 \begin_layout Plain Layout
40374 \begin_inset ERT
40375 status collapsed
40376
40377 \begin_layout Plain Layout
40378
40379
40380 \backslash
40381 fcolorbox{black}{
40382 \end_layout
40383
40384 \end_inset
40385
40386 RoyalPurple
40387 \begin_inset ERT
40388 status collapsed
40389
40390 \begin_layout Plain Layout
40391
40392 }{
40393 \end_layout
40394
40395 \end_inset
40396
40397
40398 \begin_inset Phantom Phantom
40399 status open
40400
40401 \begin_layout Plain Layout
40402 W
40403 \end_layout
40404
40405 \end_inset
40406
40407
40408 \begin_inset ERT
40409 status collapsed
40410
40411 \begin_layout Plain Layout
40412
40413 }
40414 \end_layout
40415
40416 \end_inset
40417
40418  RoyalPurple
40419 \end_layout
40420
40421 \end_inset
40422 </cell>
40423 <cell alignment="left" valignment="top" usebox="none">
40424 \begin_inset Text
40425
40426 \begin_layout Plain Layout
40427 \begin_inset ERT
40428 status collapsed
40429
40430 \begin_layout Plain Layout
40431
40432
40433 \backslash
40434 fcolorbox{black}{
40435 \end_layout
40436
40437 \end_inset
40438
40439 RubineRed
40440 \begin_inset ERT
40441 status collapsed
40442
40443 \begin_layout Plain Layout
40444
40445 }{
40446 \end_layout
40447
40448 \end_inset
40449
40450
40451 \begin_inset Phantom Phantom
40452 status open
40453
40454 \begin_layout Plain Layout
40455 W
40456 \end_layout
40457
40458 \end_inset
40459
40460
40461 \begin_inset ERT
40462 status collapsed
40463
40464 \begin_layout Plain Layout
40465
40466 }
40467 \end_layout
40468
40469 \end_inset
40470
40471  RubineRed
40472 \end_layout
40473
40474 \end_inset
40475 </cell>
40476 <cell alignment="left" valignment="top" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 \begin_inset ERT
40481 status collapsed
40482
40483 \begin_layout Plain Layout
40484
40485
40486 \backslash
40487 fcolorbox{black}{
40488 \end_layout
40489
40490 \end_inset
40491
40492 Salmon
40493 \begin_inset ERT
40494 status collapsed
40495
40496 \begin_layout Plain Layout
40497
40498 }{
40499 \end_layout
40500
40501 \end_inset
40502
40503
40504 \begin_inset Phantom Phantom
40505 status open
40506
40507 \begin_layout Plain Layout
40508 W
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \begin_inset ERT
40515 status collapsed
40516
40517 \begin_layout Plain Layout
40518
40519 }
40520 \end_layout
40521
40522 \end_inset
40523
40524  Salmon
40525 \end_layout
40526
40527 \end_inset
40528 </cell>
40529 </row>
40530 <row>
40531 <cell alignment="left" valignment="top" usebox="none">
40532 \begin_inset Text
40533
40534 \begin_layout Plain Layout
40535 \begin_inset ERT
40536 status collapsed
40537
40538 \begin_layout Plain Layout
40539
40540
40541 \backslash
40542 fcolorbox{black}{
40543 \end_layout
40544
40545 \end_inset
40546
40547 SeaGreen
40548 \begin_inset ERT
40549 status collapsed
40550
40551 \begin_layout Plain Layout
40552
40553 }{
40554 \end_layout
40555
40556 \end_inset
40557
40558
40559 \begin_inset Phantom Phantom
40560 status open
40561
40562 \begin_layout Plain Layout
40563 W
40564 \end_layout
40565
40566 \end_inset
40567
40568
40569 \begin_inset ERT
40570 status collapsed
40571
40572 \begin_layout Plain Layout
40573
40574 }
40575 \end_layout
40576
40577 \end_inset
40578
40579  SeaGreen
40580 \end_layout
40581
40582 \end_inset
40583 </cell>
40584 <cell alignment="left" valignment="top" usebox="none">
40585 \begin_inset Text
40586
40587 \begin_layout Plain Layout
40588 \begin_inset ERT
40589 status collapsed
40590
40591 \begin_layout Plain Layout
40592
40593
40594 \backslash
40595 fcolorbox{black}{
40596 \end_layout
40597
40598 \end_inset
40599
40600 Sepia
40601 \begin_inset ERT
40602 status collapsed
40603
40604 \begin_layout Plain Layout
40605
40606 }{
40607 \end_layout
40608
40609 \end_inset
40610
40611
40612 \begin_inset Phantom Phantom
40613 status open
40614
40615 \begin_layout Plain Layout
40616 W
40617 \end_layout
40618
40619 \end_inset
40620
40621
40622 \begin_inset ERT
40623 status collapsed
40624
40625 \begin_layout Plain Layout
40626
40627 }
40628 \end_layout
40629
40630 \end_inset
40631
40632  Sepia
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 <cell alignment="left" valignment="top" usebox="none">
40638 \begin_inset Text
40639
40640 \begin_layout Plain Layout
40641 \begin_inset ERT
40642 status collapsed
40643
40644 \begin_layout Plain Layout
40645
40646
40647 \backslash
40648 fcolorbox{black}{
40649 \end_layout
40650
40651 \end_inset
40652
40653 SkyBlue
40654 \begin_inset ERT
40655 status collapsed
40656
40657 \begin_layout Plain Layout
40658
40659 }{
40660 \end_layout
40661
40662 \end_inset
40663
40664
40665 \begin_inset Phantom Phantom
40666 status open
40667
40668 \begin_layout Plain Layout
40669 W
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \begin_inset ERT
40676 status collapsed
40677
40678 \begin_layout Plain Layout
40679
40680 }
40681 \end_layout
40682
40683 \end_inset
40684
40685  SkyBlue
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="left" valignment="top" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 \begin_inset ERT
40695 status collapsed
40696
40697 \begin_layout Plain Layout
40698
40699
40700 \backslash
40701 fcolorbox{black}{
40702 \end_layout
40703
40704 \end_inset
40705
40706 SpringGreen
40707 \begin_inset ERT
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711
40712 }{
40713 \end_layout
40714
40715 \end_inset
40716
40717
40718 \begin_inset Phantom Phantom
40719 status open
40720
40721 \begin_layout Plain Layout
40722 W
40723 \end_layout
40724
40725 \end_inset
40726
40727
40728 \begin_inset ERT
40729 status collapsed
40730
40731 \begin_layout Plain Layout
40732
40733 }
40734 \end_layout
40735
40736 \end_inset
40737
40738  SpringGreen
40739 \end_layout
40740
40741 \end_inset
40742 </cell>
40743 </row>
40744 <row>
40745 <cell alignment="left" valignment="top" usebox="none">
40746 \begin_inset Text
40747
40748 \begin_layout Plain Layout
40749 \begin_inset ERT
40750 status collapsed
40751
40752 \begin_layout Plain Layout
40753
40754
40755 \backslash
40756 fcolorbox{black}{
40757 \end_layout
40758
40759 \end_inset
40760
40761 Tan
40762 \begin_inset ERT
40763 status collapsed
40764
40765 \begin_layout Plain Layout
40766
40767 }{
40768 \end_layout
40769
40770 \end_inset
40771
40772
40773 \begin_inset Phantom Phantom
40774 status open
40775
40776 \begin_layout Plain Layout
40777 W
40778 \end_layout
40779
40780 \end_inset
40781
40782
40783 \begin_inset ERT
40784 status collapsed
40785
40786 \begin_layout Plain Layout
40787
40788 }
40789 \end_layout
40790
40791 \end_inset
40792
40793  Tan
40794 \end_layout
40795
40796 \end_inset
40797 </cell>
40798 <cell alignment="left" valignment="top" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout Plain Layout
40802 \begin_inset ERT
40803 status collapsed
40804
40805 \begin_layout Plain Layout
40806
40807
40808 \backslash
40809 fcolorbox{black}{
40810 \end_layout
40811
40812 \end_inset
40813
40814 TealBlue
40815 \begin_inset ERT
40816 status collapsed
40817
40818 \begin_layout Plain Layout
40819
40820 }{
40821 \end_layout
40822
40823 \end_inset
40824
40825
40826 \begin_inset Phantom Phantom
40827 status open
40828
40829 \begin_layout Plain Layout
40830 W
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \begin_inset ERT
40837 status collapsed
40838
40839 \begin_layout Plain Layout
40840
40841 }
40842 \end_layout
40843
40844 \end_inset
40845
40846  TealBlue
40847 \end_layout
40848
40849 \end_inset
40850 </cell>
40851 <cell alignment="left" valignment="top" usebox="none">
40852 \begin_inset Text
40853
40854 \begin_layout Plain Layout
40855 \begin_inset ERT
40856 status collapsed
40857
40858 \begin_layout Plain Layout
40859
40860
40861 \backslash
40862 fcolorbox{black}{
40863 \end_layout
40864
40865 \end_inset
40866
40867 Thistle
40868 \begin_inset ERT
40869 status collapsed
40870
40871 \begin_layout Plain Layout
40872
40873 }{
40874 \end_layout
40875
40876 \end_inset
40877
40878
40879 \begin_inset Phantom Phantom
40880 status open
40881
40882 \begin_layout Plain Layout
40883 W
40884 \end_layout
40885
40886 \end_inset
40887
40888
40889 \begin_inset ERT
40890 status collapsed
40891
40892 \begin_layout Plain Layout
40893
40894 }
40895 \end_layout
40896
40897 \end_inset
40898
40899  Thistle
40900 \end_layout
40901
40902 \end_inset
40903 </cell>
40904 <cell alignment="left" valignment="top" usebox="none">
40905 \begin_inset Text
40906
40907 \begin_layout Plain Layout
40908 \begin_inset ERT
40909 status collapsed
40910
40911 \begin_layout Plain Layout
40912
40913
40914 \backslash
40915 fcolorbox{black}{
40916 \end_layout
40917
40918 \end_inset
40919
40920 Turquoise
40921 \begin_inset ERT
40922 status collapsed
40923
40924 \begin_layout Plain Layout
40925
40926 }{
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \begin_inset Phantom Phantom
40933 status open
40934
40935 \begin_layout Plain Layout
40936 W
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \begin_inset ERT
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946
40947 }
40948 \end_layout
40949
40950 \end_inset
40951
40952  Turquoise
40953 \end_layout
40954
40955 \end_inset
40956 </cell>
40957 </row>
40958 <row>
40959 <cell alignment="left" valignment="top" usebox="none">
40960 \begin_inset Text
40961
40962 \begin_layout Plain Layout
40963 \begin_inset ERT
40964 status collapsed
40965
40966 \begin_layout Plain Layout
40967
40968
40969 \backslash
40970 fcolorbox{black}{
40971 \end_layout
40972
40973 \end_inset
40974
40975 Violet
40976 \begin_inset ERT
40977 status collapsed
40978
40979 \begin_layout Plain Layout
40980
40981 }{
40982 \end_layout
40983
40984 \end_inset
40985
40986
40987 \begin_inset Phantom Phantom
40988 status open
40989
40990 \begin_layout Plain Layout
40991 W
40992 \end_layout
40993
40994 \end_inset
40995
40996
40997 \begin_inset ERT
40998 status collapsed
40999
41000 \begin_layout Plain Layout
41001
41002 }
41003 \end_layout
41004
41005 \end_inset
41006
41007  Violet
41008 \end_layout
41009
41010 \end_inset
41011 </cell>
41012 <cell alignment="left" valignment="top" usebox="none">
41013 \begin_inset Text
41014
41015 \begin_layout Plain Layout
41016 \begin_inset ERT
41017 status collapsed
41018
41019 \begin_layout Plain Layout
41020
41021
41022 \backslash
41023 fcolorbox{black}{
41024 \end_layout
41025
41026 \end_inset
41027
41028 VioletRed
41029 \begin_inset ERT
41030 status collapsed
41031
41032 \begin_layout Plain Layout
41033
41034 }{
41035 \end_layout
41036
41037 \end_inset
41038
41039
41040 \begin_inset Phantom Phantom
41041 status open
41042
41043 \begin_layout Plain Layout
41044 W
41045 \end_layout
41046
41047 \end_inset
41048
41049
41050 \begin_inset ERT
41051 status collapsed
41052
41053 \begin_layout Plain Layout
41054
41055 }
41056 \end_layout
41057
41058 \end_inset
41059
41060  VioletRed
41061 \end_layout
41062
41063 \end_inset
41064 </cell>
41065 <cell alignment="left" valignment="top" usebox="none">
41066 \begin_inset Text
41067
41068 \begin_layout Plain Layout
41069 \begin_inset ERT
41070 status collapsed
41071
41072 \begin_layout Plain Layout
41073
41074
41075 \backslash
41076 fcolorbox{black}{
41077 \end_layout
41078
41079 \end_inset
41080
41081 WildStrawberry
41082 \begin_inset ERT
41083 status collapsed
41084
41085 \begin_layout Plain Layout
41086
41087 }{
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \begin_inset Phantom Phantom
41094 status open
41095
41096 \begin_layout Plain Layout
41097 W
41098 \end_layout
41099
41100 \end_inset
41101
41102
41103 \begin_inset ERT
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107
41108 }
41109 \end_layout
41110
41111 \end_inset
41112
41113  WildStrawberry
41114 \end_layout
41115
41116 \end_inset
41117 </cell>
41118 <cell alignment="left" valignment="top" usebox="none">
41119 \begin_inset Text
41120
41121 \begin_layout Plain Layout
41122 \begin_inset ERT
41123 status collapsed
41124
41125 \begin_layout Plain Layout
41126
41127
41128 \backslash
41129 fcolorbox{black}{
41130 \end_layout
41131
41132 \end_inset
41133
41134 YellowGreen
41135 \begin_inset ERT
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139
41140 }{
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \begin_inset Phantom Phantom
41147 status open
41148
41149 \begin_layout Plain Layout
41150 W
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \begin_inset ERT
41157 status collapsed
41158
41159 \begin_layout Plain Layout
41160
41161 }
41162 \end_layout
41163
41164 \end_inset
41165
41166  YellowGreen
41167 \end_layout
41168
41169 \end_inset
41170 </cell>
41171 </row>
41172 <row>
41173 <cell alignment="left" valignment="top" usebox="none">
41174 \begin_inset Text
41175
41176 \begin_layout Plain Layout
41177 \begin_inset ERT
41178 status collapsed
41179
41180 \begin_layout Plain Layout
41181
41182
41183 \backslash
41184 fcolorbox{black}{
41185 \end_layout
41186
41187 \end_inset
41188
41189 YellowOrange
41190 \begin_inset ERT
41191 status collapsed
41192
41193 \begin_layout Plain Layout
41194
41195 }{
41196 \end_layout
41197
41198 \end_inset
41199
41200
41201 \begin_inset Phantom Phantom
41202 status open
41203
41204 \begin_layout Plain Layout
41205 W
41206 \end_layout
41207
41208 \end_inset
41209
41210
41211 \begin_inset ERT
41212 status collapsed
41213
41214 \begin_layout Plain Layout
41215
41216 }
41217 \end_layout
41218
41219 \end_inset
41220
41221  YellowOrange
41222 \end_layout
41223
41224 \end_inset
41225 </cell>
41226 <cell alignment="left" valignment="top" usebox="none">
41227 \begin_inset Text
41228
41229 \begin_layout Plain Layout
41230
41231 \end_layout
41232
41233 \end_inset
41234 </cell>
41235 <cell alignment="left" valignment="top" usebox="none">
41236 \begin_inset Text
41237
41238 \begin_layout Plain Layout
41239
41240 \end_layout
41241
41242 \end_inset
41243 </cell>
41244 <cell alignment="left" valignment="top" usebox="none">
41245 \begin_inset Text
41246
41247 \begin_layout Plain Layout
41248
41249 \end_layout
41250
41251 \end_inset
41252 </cell>
41253 </row>
41254 </lyxtabular>
41255
41256 \end_inset
41257
41258
41259 \end_layout
41260
41261 \begin_layout Chapter
41262 第(
41263 \begin_inset CommandInset ref
41264 LatexCommand ref
41265 reference "eq:Wgn"
41266
41267 \end_inset
41268
41269 )式の説明
41270 \begin_inset CommandInset label
41271 LatexCommand label
41272 name "cha:式の説明"
41273
41274 \end_inset
41275
41276
41277 \end_layout
41278
41279 \begin_layout Standard
41280 \begin_inset Formula $n$
41281 \end_inset
41282
41283 個の表セルの全幅
41284 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41285 \end_inset
41286
41287
41288 \begin_inset Formula 
41289 \begin{equation}
41290 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41291 \end{equation}
41292
41293 \end_inset
41294
41295
41296 \end_layout
41297
41298 \begin_layout Standard
41299 で計算できます。ここで
41300 \begin_inset Formula $W_{g\, n}$
41301 \end_inset
41302
41303 は、すべてのセルが持つ固定幅です。
41304 \series bold
41305
41306 \backslash
41307 tabcolsep
41308 \series default
41309 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41310 \begin_inset space \thinspace{}
41311 \end_inset
41312
41313 ptです。
41314 \series bold
41315
41316 \backslash
41317 arrayrulewidth
41318 \series default
41319 は、セル罫線幅であり、既定値は0.4
41320 \begin_inset space \thinspace{}
41321 \end_inset
41322
41323 ptです。
41324 \end_layout
41325
41326 \begin_layout Standard
41327
41328 \begin_inset CommandInset ref
41329 LatexCommand eqref
41330 reference "eq:Wtot_n"
41331
41332 \end_inset
41333
41334 式にしたがえば、連結列の全幅
41335 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41336 \end_inset
41337
41338
41339 \begin_inset Formula 
41340 \begin{equation}
41341 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41342 \end{equation}
41343
41344 \end_inset
41345
41346
41347 \end_layout
41348
41349 \begin_layout Standard
41350 となります。
41351 \begin_inset Formula $n$
41352 \end_inset
41353
41354 列を連結する時には各列の全幅は
41355 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41356 \end_inset
41357
41358 となるので、第
41359 \begin_inset CommandInset ref
41360 LatexCommand eqref
41361 reference "eq:Wtot_n"
41362
41363 \end_inset
41364
41365 式と第
41366 \begin_inset CommandInset ref
41367 LatexCommand eqref
41368 reference "eq:Wtot_mult"
41369
41370 \end_inset
41371
41372 式が等しいものと置けば、必要となる固定幅
41373 \begin_inset Formula $W_{g\, n}$
41374 \end_inset
41375
41376 を計算することができて、
41377 \begin_inset Formula 
41378 \begin{equation}
41379 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41380 \end{equation}
41381
41382 \end_inset
41383
41384 となります。
41385 \end_layout
41386
41387 \begin_layout Bibliography
41388 \labelwidthstring 参考文献
41389 \begin_inset CommandInset bibitem
41390 LatexCommand bibitem
41391 key "latexcompanion"
41392
41393 \end_inset
41394
41395 Frank Mittelbach and Michel Goossens: 
41396 \emph on
41397 The LaTeX Companion Second Edition.
41398
41399 \emph default
41400  Addison-Wesley, 2004
41401 \end_layout
41402
41403 \begin_layout Bibliography
41404 \labelwidthstring 参考文献
41405 \begin_inset CommandInset bibitem
41406 LatexCommand bibitem
41407 key "latexguide"
41408
41409 \end_inset
41410
41411 Helmut Kopka and Patrick W.
41412  Daly: 
41413 \emph on
41414 A Guide to LaTeX Fourth Edition.
41415
41416 \emph default
41417  Addison-Wesley, 2003
41418 \end_layout
41419
41420 \begin_layout Bibliography
41421 \labelwidthstring 参考文献
41422 \begin_inset CommandInset bibitem
41423 LatexCommand bibitem
41424 key "latexbook"
41425
41426 \end_inset
41427
41428 Leslie Lamport: 
41429 \emph on
41430 LaTeX: A Document Preparation System.
41431
41432 \emph default
41433  Addison-Wesley, second edition, 1994
41434 \end_layout
41435
41436 \begin_layout Bibliography
41437 \labelwidthstring 参考文献
41438 \begin_inset CommandInset bibitem
41439 LatexCommand bibitem
41440 key "arydshln"
41441
41442 \end_inset
41443
41444 LaTeXパッケージ
41445 \series bold
41446
41447 \begin_inset CommandInset href
41448 LatexCommand href
41449 name "arydshln"
41450 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41451
41452 \end_inset
41453
41454
41455 \series default
41456
41457 \begin_inset Index idx
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41462 \end_layout
41463
41464 \end_inset
41465
41466
41467 \end_layout
41468
41469 \begin_layout Bibliography
41470 \labelwidthstring 参考文献
41471 \begin_inset CommandInset bibitem
41472 LatexCommand bibitem
41473 key "booktabs"
41474
41475 \end_inset
41476
41477 LaTeXパッケージ
41478 \series bold
41479
41480 \begin_inset CommandInset href
41481 LatexCommand href
41482 name "booktabs"
41483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41484
41485 \end_inset
41486
41487
41488 \series default
41489
41490 \begin_inset Index idx
41491 status collapsed
41492
41493 \begin_layout Plain Layout
41494 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41495 \end_layout
41496
41497 \end_inset
41498
41499 の取扱説明書
41500 \end_layout
41501
41502 \begin_layout Bibliography
41503 \labelwidthstring 参考文献
41504 \begin_inset CommandInset bibitem
41505 LatexCommand bibitem
41506 key "caption"
41507
41508 \end_inset
41509
41510 LaTeXパッケージ
41511 \series bold
41512
41513 \begin_inset CommandInset href
41514 LatexCommand href
41515 name "caption"
41516 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
41517
41518 \end_inset
41519
41520
41521 \series default
41522
41523 \begin_inset Index idx
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41528 \end_layout
41529
41530 \end_inset
41531
41532 の取扱説明書
41533 \end_layout
41534
41535 \begin_layout Bibliography
41536 \labelwidthstring 参考文献
41537 \begin_inset CommandInset bibitem
41538 LatexCommand bibitem
41539 key "diagbox"
41540
41541 \end_inset
41542
41543 LaTeXパッケージ
41544 \series bold
41545
41546 \begin_inset CommandInset href
41547 LatexCommand href
41548 name "diagbox"
41549 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41550
41551 \end_inset
41552
41553
41554 \series default
41555
41556 \begin_inset Index idx
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41561 \end_layout
41562
41563 \end_inset
41564
41565
41566 \end_layout
41567
41568 \begin_layout Bibliography
41569 \labelwidthstring 参考文献
41570 \begin_inset CommandInset bibitem
41571 LatexCommand bibitem
41572 key "endfloat"
41573
41574 \end_inset
41575
41576 LaTeXパッケージ
41577 \series bold
41578
41579 \begin_inset CommandInset href
41580 LatexCommand href
41581 name "endfloat"
41582 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41583
41584 \end_inset
41585
41586
41587 \series default
41588
41589 \begin_inset Index idx
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41594 \end_layout
41595
41596 \end_inset
41597
41598 の取扱説明書
41599 \end_layout
41600
41601 \begin_layout Bibliography
41602 \labelwidthstring 参考文献
41603 \begin_inset CommandInset bibitem
41604 LatexCommand bibitem
41605 key "footmisc"
41606
41607 \end_inset
41608
41609 LaTeXパッケージ
41610 \series bold
41611
41612 \begin_inset CommandInset href
41613 LatexCommand href
41614 name "footmisc"
41615 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41616
41617 \end_inset
41618
41619
41620 \series default
41621
41622 \begin_inset Index idx
41623 status collapsed
41624
41625 \begin_layout Plain Layout
41626 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
41627 \end_layout
41628
41629 \end_inset
41630
41631 の取扱説明書
41632 \end_layout
41633
41634 \begin_layout Bibliography
41635 \labelwidthstring 参考文献
41636 \begin_inset CommandInset bibitem
41637 LatexCommand bibitem
41638 key "hypcap"
41639
41640 \end_inset
41641
41642 LaTeXパッケージ
41643 \series bold
41644
41645 \begin_inset CommandInset href
41646 LatexCommand href
41647 name "hypcap"
41648 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41649
41650 \end_inset
41651
41652
41653 \series default
41654
41655 \begin_inset Index idx
41656 status collapsed
41657
41658 \begin_layout Plain Layout
41659 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41660 \end_layout
41661
41662 \end_inset
41663
41664 の取扱説明書
41665 \end_layout
41666
41667 \begin_layout Bibliography
41668 \labelwidthstring 参考文献
41669 \begin_inset CommandInset bibitem
41670 LatexCommand bibitem
41671 key "hyperref"
41672
41673 \end_inset
41674
41675 LaTeXパッケージ
41676 \series bold
41677
41678 \begin_inset CommandInset href
41679 LatexCommand href
41680 name "hyperref"
41681 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41682
41683 \end_inset
41684
41685
41686 \series default
41687
41688 \begin_inset Index idx
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41693 \end_layout
41694
41695 \end_inset
41696
41697 の取扱説明書
41698 \end_layout
41699
41700 \begin_layout Bibliography
41701 \labelwidthstring 参考文献
41702 \begin_inset CommandInset bibitem
41703 LatexCommand bibitem
41704 key "KOMA-script"
41705
41706 \end_inset
41707
41708 LaTeXパッケージ
41709 \series bold
41710
41711 \begin_inset CommandInset href
41712 LatexCommand href
41713 name "KOMA-script"
41714 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
41715
41716 \end_inset
41717
41718
41719 \series default
41720
41721 \begin_inset Index idx
41722 status collapsed
41723
41724 \begin_layout Plain Layout
41725 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
41726 \end_layout
41727
41728 \end_inset
41729
41730 の取扱説明書
41731 \end_layout
41732
41733 \begin_layout Bibliography
41734 \labelwidthstring 参考文献
41735 \begin_inset CommandInset bibitem
41736 LatexCommand bibitem
41737 key "lettrine"
41738
41739 \end_inset
41740
41741 LaTeXパッケージ
41742 \series bold
41743
41744 \begin_inset CommandInset href
41745 LatexCommand href
41746 name "lettrine"
41747 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41748
41749 \end_inset
41750
41751
41752 \series default
41753 及び
41754 \begin_inset CommandInset href
41755 LatexCommand href
41756 name "用例"
41757 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41758
41759 \end_inset
41760
41761
41762 \begin_inset Index idx
41763 status collapsed
41764
41765 \begin_layout Plain Layout
41766 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
41767 \end_layout
41768
41769 \end_inset
41770
41771
41772 \end_layout
41773
41774 \begin_layout Bibliography
41775 \labelwidthstring 参考文献
41776 \begin_inset CommandInset bibitem
41777 LatexCommand bibitem
41778 key "listings"
41779
41780 \end_inset
41781
41782 LaTeXパッケージ
41783 \series bold
41784
41785 \begin_inset CommandInset href
41786 LatexCommand href
41787 name "listings"
41788 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41789
41790 \end_inset
41791
41792
41793 \series default
41794
41795 \begin_inset Index idx
41796 status collapsed
41797
41798 \begin_layout Plain Layout
41799 LaTeXぱっけーじ@LaTeXパッケージ ! listings
41800 \end_layout
41801
41802 \end_inset
41803
41804 の取扱説明書
41805 \end_layout
41806
41807 \begin_layout Bibliography
41808 \labelwidthstring 参考文献
41809 \begin_inset CommandInset bibitem
41810 LatexCommand bibitem
41811 key "marginnote"
41812
41813 \end_inset
41814
41815 LaTeXパッケージ
41816 \series bold
41817
41818 \begin_inset CommandInset href
41819 LatexCommand href
41820 name "marginnote"
41821 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41822
41823 \end_inset
41824
41825
41826 \series default
41827
41828 \begin_inset Index idx
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
41833 \end_layout
41834
41835 \end_inset
41836
41837 の取扱説明書
41838 \end_layout
41839
41840 \begin_layout Bibliography
41841 \labelwidthstring 参考文献
41842 \begin_inset CommandInset bibitem
41843 LatexCommand bibitem
41844 key "pdfpages"
41845
41846 \end_inset
41847
41848 LaTeXパッケージ
41849 \series bold
41850
41851 \begin_inset CommandInset href
41852 LatexCommand href
41853 name "pdfpages"
41854 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41855
41856 \end_inset
41857
41858
41859 \series default
41860
41861 \begin_inset Index idx
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
41866 \end_layout
41867
41868 \end_inset
41869
41870 の取扱説明書
41871 \end_layout
41872
41873 \begin_layout Bibliography
41874 \labelwidthstring 参考文献
41875 \begin_inset CommandInset bibitem
41876 LatexCommand bibitem
41877 key "prettyref"
41878
41879 \end_inset
41880
41881 LaTeXパッケージ
41882 \series bold
41883
41884 \begin_inset CommandInset href
41885 LatexCommand href
41886 name "prettyref"
41887 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41888
41889 \end_inset
41890
41891
41892 \series default
41893
41894 \begin_inset Index idx
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
41899 \end_layout
41900
41901 \end_inset
41902
41903 の取扱説明書
41904 \end_layout
41905
41906 \begin_layout Bibliography
41907 \labelwidthstring 参考文献
41908 \begin_inset CommandInset bibitem
41909 LatexCommand bibitem
41910 key "pstricks"
41911
41912 \end_inset
41913
41914 LaTeXパッケージ
41915 \series bold
41916
41917 \begin_inset CommandInset href
41918 LatexCommand href
41919 name "PSTricks"
41920 target "http://tug.org/PSTricks/"
41921
41922 \end_inset
41923
41924
41925 \series default
41926
41927 \begin_inset Index idx
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
41932 \end_layout
41933
41934 \end_inset
41935
41936 のウェブページ
41937 \end_layout
41938
41939 \begin_layout Bibliography
41940 \labelwidthstring 参考文献
41941 \begin_inset CommandInset bibitem
41942 LatexCommand bibitem
41943 key "refstyle"
41944
41945 \end_inset
41946
41947 LaTeXパッケージ
41948 \series bold
41949
41950 \begin_inset CommandInset href
41951 LatexCommand href
41952 name "refstyle"
41953 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41954
41955 \end_inset
41956
41957
41958 \series default
41959
41960 \begin_inset Index idx
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
41965 \end_layout
41966
41967 \end_inset
41968
41969 の取扱説明書
41970 \end_layout
41971
41972 \begin_layout Bibliography
41973 \labelwidthstring 参考文献
41974 \begin_inset CommandInset bibitem
41975 LatexCommand bibitem
41976 key "sidecap"
41977
41978 \end_inset
41979
41980 LaTeXパッケージ
41981 \series bold
41982
41983 \begin_inset CommandInset href
41984 LatexCommand href
41985 name "sidecap"
41986 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41987
41988 \end_inset
41989
41990
41991 \series default
41992
41993 \begin_inset Index idx
41994 status collapsed
41995
41996 \begin_layout Plain Layout
41997 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
41998 \end_layout
41999
42000 \end_inset
42001
42002 の取扱説明書
42003 \end_layout
42004
42005 \begin_layout Bibliography
42006 \labelwidthstring 参考文献
42007 \begin_inset CommandInset bibitem
42008 LatexCommand bibitem
42009 key "NewInLyX20"
42010
42011 \end_inset
42012
42013
42014 \family sans
42015 LyX 2.0
42016 \family default
42017 の新機能に関する
42018 \begin_inset CommandInset href
42019 LatexCommand href
42020 name "Wikiページ"
42021 target "http://wiki.lyx.org/LyX/NewInLyX20"
42022
42023 \end_inset
42024
42025
42026 \end_layout
42027
42028 \begin_layout Standard
42029 \begin_inset CommandInset index_print
42030 LatexCommand printindex
42031 type "idx"
42032
42033 \end_inset
42034
42035
42036 \end_layout
42037
42038 \end_body
42039 \end_document