]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: improve description of \cmidrule
[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 false
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 default
251 \use_geometry false
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 \family sans
1722 \series default
1723 \shape default
1724 \size default
1725 \emph default
1726 \bar default
1727 \noun default
1728 \color inherit
1729 詳細
1730 \family roman
1731 \series medium
1732 \shape up
1733 \size normal
1734 \emph off
1735 \bar no
1736 \noun off
1737 \color none
1738 以下では、現在カーソルが置かれているセルないし行・列の設定を調節することができます。文脈依存メニュー
1739 \family sans
1740 \series default
1741 \shape default
1742 \size default
1743 \emph default
1744 \bar default
1745 \noun default
1746 \color inherit
1747 詳細\SpecialChar \menuseparator
1748 設定
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1758 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1759 \family default
1760 \series default
1761 \shape default
1762 \size default
1763 \emph default
1764 \bar default
1765 \noun default
1766 \color inherit
1767 セルの
1768 \emph on
1769 内容
1770 \emph default
1771 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1772 \begin_inset Newline newline
1773 \end_inset
1774
1775 ダイアログオプションの
1776 \family sans
1777 直ちに適用
1778 \family default
1779 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1780 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1781 \begin_inset Newline newline
1782 \end_inset
1783
1784 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1785 \end_layout
1786
1787 \begin_layout Description
1788
1789 \family sans
1790 表の設定
1791 \family default
1792  ここでは、現在列の幅と水平揃えを設定することができます。
1793 \family sans
1794 小数点で
1795 \family default
1796 とある揃えは、第
1797 \begin_inset CommandInset ref
1798 LatexCommand ref
1799 reference "sub:特殊なセル揃え"
1800
1801 \end_inset
1802
1803 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1804 は、第
1805 \begin_inset CommandInset ref
1806 LatexCommand ref
1807 reference "sub:複数行"
1808
1809 \end_inset
1810
1811 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1812 \begin_inset Newline newline
1813 \end_inset
1814
1815 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1816 \begin_inset CommandInset ref
1817 LatexCommand ref
1818 reference "sub:連結列"
1819
1820 \end_inset
1821
1822 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1823 \begin_inset CommandInset ref
1824 LatexCommand ref
1825 reference "sub:連結行"
1826
1827 \end_inset
1828
1829 節をご参照ください。
1830 \begin_inset Newline newline
1831 \end_inset
1832
1833 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1834 \begin_inset Newline newline
1835 \end_inset
1836
1837
1838 \begin_inset Note Greyedout
1839 status open
1840
1841 \begin_layout Plain Layout
1842
1843 \series bold
1844 【註】
1845 \series default
1846 DVIビューアのすべてが回転を表示できるわけではありません。
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \begin_inset Newline newline
1853 \end_inset
1854
1855 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1856 \begin_inset Newline newline
1857 \end_inset
1858
1859 各種の揃えを適用した同一行中の表:
1860 \begin_inset Tabular
1861 <lyxtabular version="3" rows="2" columns="2">
1862 <features rotate="0" tabularvalignment="top">
1863 <column alignment="center" valignment="top" width="0pt">
1864 <column alignment="center" valignment="top">
1865 <row>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 1
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 A
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 </lyxtabular>
1906
1907 \end_inset
1908
1909  
1910 \begin_inset Tabular
1911 <lyxtabular version="3" rows="2" columns="2">
1912 <features rotate="0" tabularvalignment="middle">
1913 <column alignment="center" valignment="top">
1914 <column alignment="center" valignment="top">
1915 <row>
1916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 1
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 A
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 </lyxtabular>
1956
1957 \end_inset
1958
1959  
1960 \begin_inset Tabular
1961 <lyxtabular version="3" rows="2" columns="2">
1962 <features rotate="0" tabularvalignment="bottom">
1963 <column alignment="center" valignment="top" width="0pt">
1964 <column alignment="center" valignment="top">
1965 <row>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979 1
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990 A
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \begin_inset Newline newline
2011 \end_inset
2012
2013 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
2014 \begin_inset CommandInset ref
2015 LatexCommand ref
2016 reference "sub:連結列の計算"
2017
2018 \end_inset
2019
2020 節および第
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sec:色付きの表"
2024
2025 \end_inset
2026
2027 節をご参照下さい。
2028 \end_layout
2029
2030 \begin_layout Description
2031
2032 \family sans
2033 罫線
2034 \family default
2035  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039 様式オプションとして
2040 \family sans
2041 フォーマル様式
2042 \family default
2043 を使用すると、第
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sec:フォーマル形式の表"
2047
2048 \end_inset
2049
2050 節に述べられているフォーマル様式の表に表を変換します。
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054 またここで、第
2055 \begin_inset CommandInset ref
2056 LatexCommand ref
2057 reference "sub:行の余白取り"
2058
2059 \end_inset
2060
2061 節に述べられているように、表の行に空白を追加することもできます。
2062 \end_layout
2063
2064 \begin_layout Description
2065
2066 \family sans
2067 長尺表
2068 \family default
2069  このタブは、複数のページにわたる、いわゆる「
2070 \emph on
2071 長尺表
2072 \emph default
2073 」を作るためのものです。第
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "sec:長尺表"
2077
2078 \end_inset
2079
2080 節および第
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "sec:長尺表にまつわる諸点"
2084
2085 \end_inset
2086
2087 節に、長尺表の機能に関する詳細な説明があります。
2088 \end_layout
2089
2090 \begin_layout Section
2091 表ツールバー
2092 \begin_inset Index idx
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096 ひょう@表 ! つーるばー@ツールバー
2097 \end_layout
2098
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \begin_layout Standard
2105 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2106 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2107 \end_layout
2108
2109 \begin_layout Standard
2110 ツールバーには、以下のアイコンがあります。
2111 \end_layout
2112
2113 \begin_layout Labeling
2114 \labelwidthstring 00.00.0000
2115
2116 \family sans
2117 \begin_inset Info
2118 type  "icon"
2119 arg   "inset-modify tabular append-row"
2120 \end_inset
2121
2122
2123 \family default
2124  は、現在セルあるいは選択範囲の下に行を追加します。
2125 \end_layout
2126
2127 \begin_layout Labeling
2128 \labelwidthstring 00.00.0000
2129
2130 \family sans
2131 \begin_inset Info
2132 type  "icon"
2133 arg   "inset-modify tabular append-column"
2134 \end_inset
2135
2136
2137 \family default
2138  は、現在セルあるいは選択範囲の右に列を追加します。
2139 \end_layout
2140
2141 \begin_layout Labeling
2142 \labelwidthstring 00.00.0000
2143
2144 \family sans
2145 \begin_inset Info
2146 type  "icon"
2147 arg   "inset-modify tabular delete-row"
2148 \end_inset
2149
2150
2151 \family default
2152  は、現在行あるいは選択範囲行を削除します。
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157
2158 \family sans
2159 \begin_inset Info
2160 type  "icon"
2161 arg   "inset-modify tabular delete-column"
2162 \end_inset
2163
2164
2165 \family default
2166  は、現在列あるいは選択範囲列を削除します。
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Info
2172 type  "icon"
2173 arg   "inset-modify tabular move-row-up"
2174 \end_inset
2175
2176  は、行を上に移動します。
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Info
2182 type  "icon"
2183 arg   "inset-modify tabular move-column-left"
2184 \end_inset
2185
2186  は、列を左に移動します。
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191 \begin_inset Info
2192 type  "icon"
2193 arg   "inset-modify tabular move-row-down"
2194 \end_inset
2195
2196  は、行を下に移動します。
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201 \begin_inset Info
2202 type  "icon"
2203 arg   "inset-modify tabular move-column-right"
2204 \end_inset
2205
2206  は、列を右に移動します。
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211
2212 \family sans
2213 \begin_inset Info
2214 type  "icon"
2215 arg   "inset-modify tabular toggle-line-top"
2216 \end_inset
2217
2218
2219 \family default
2220  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225
2226 \family sans
2227 \begin_inset Info
2228 type  "icon"
2229 arg   "inset-modify tabular toggle-line-bottom"
2230 \end_inset
2231
2232
2233 \family default
2234  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239
2240 \family sans
2241 \begin_inset Info
2242 type  "icon"
2243 arg   "inset-modify tabular toggle-line-left"
2244 \end_inset
2245
2246
2247 \family default
2248  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2249 \end_layout
2250
2251 \begin_layout Labeling
2252 \labelwidthstring 00.00.0000
2253
2254 \family sans
2255 \begin_inset Info
2256 type  "icon"
2257 arg   "inset-modify tabular toggle-line-right"
2258 \end_inset
2259
2260
2261 \family default
2262  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2263 \end_layout
2264
2265 \begin_layout Labeling
2266 \labelwidthstring 00.00.0000
2267
2268 \family sans
2269 \begin_inset Info
2270 type  "icon"
2271 arg   "inset-modify tabular set-all-lines"
2272 \end_inset
2273
2274
2275 \family default
2276  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281
2282 \family sans
2283 \begin_inset Info
2284 type  "icon"
2285 arg   "inset-modify tabular unset-all-lines"
2286 \end_inset
2287
2288
2289 \family default
2290  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295
2296 \family sans
2297 \begin_inset Info
2298 type  "icon"
2299 arg   "inset-modify tabular m-align-left"
2300 \end_inset
2301
2302
2303 \family default
2304  は、現在セルあるいは現在列の内容を左揃えにします。
2305 \end_layout
2306
2307 \begin_layout Labeling
2308 \labelwidthstring 00.00.0000
2309
2310 \family sans
2311 \begin_inset Info
2312 type  "icon"
2313 arg   "inset-modify tabular m-align-center"
2314 \end_inset
2315
2316
2317 \family default
2318  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2319 \end_layout
2320
2321 \begin_layout Labeling
2322 \labelwidthstring 00.00.0000
2323
2324 \family sans
2325 \begin_inset Info
2326 type  "icon"
2327 arg   "inset-modify tabular m-align-right"
2328 \end_inset
2329
2330
2331 \family default
2332  は、現在セルあるいは現在列の内容を右揃えにします。
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337
2338 \family sans
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "inset-modify tabular align-decimal"
2342 \end_inset
2343
2344
2345 \family default
2346  は、現在セルの内容を特定文字位置で揃えます。
2347 \end_layout
2348
2349 \begin_layout Labeling
2350 \labelwidthstring 00.00.0000
2351
2352 \family sans
2353 \begin_inset Info
2354 type  "icon"
2355 arg   "inset-modify tabular m-valign-top"
2356 \end_inset
2357
2358
2359 \family default
2360  は、現在セルの内容を垂直方向上揃えにします。
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365
2366 \family sans
2367 \begin_inset Info
2368 type  "icon"
2369 arg   "inset-modify tabular m-valign-middle"
2370 \end_inset
2371
2372
2373 \family default
2374  は、現在セルの内容を垂直方向中央揃えにします。
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379
2380 \family sans
2381 \begin_inset Info
2382 type  "icon"
2383 arg   "inset-modify tabular m-valign-bottom"
2384 \end_inset
2385
2386
2387 \family default
2388  は、現在セルの内容を垂直方向下揃えにします。
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393
2394 \family sans
2395 \begin_inset Info
2396 type  "icon"
2397 arg   "inset-modify tabular set-rotate-cell"
2398 \end_inset
2399
2400
2401 \family default
2402  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407
2408 \family sans
2409 \begin_inset Info
2410 type  "icon"
2411 arg   "inset-modify tabular set-rotate-tabular"
2412 \end_inset
2413
2414
2415 \family default
2416  は、表全体を反時計廻りに90度回転します。
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421
2422 \family sans
2423 \begin_inset Info
2424 type  "icon"
2425 arg   "inset-modify tabular multicolumn"
2426 \end_inset
2427
2428
2429 \family default
2430  は、現在セルあるいは選択範囲を連結列にします。
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435
2436 \family sans
2437 \begin_inset Info
2438 type  "icon"
2439 arg   "inset-modify tabular multirow"
2440 \end_inset
2441
2442
2443 \family default
2444  は、現在セルあるいは選択範囲を連結行にします。
2445 \end_layout
2446
2447 \begin_layout Standard
2448 \begin_inset Note Greyedout
2449 status open
2450
2451 \begin_layout Plain Layout
2452
2453 \series bold
2454 【註】
2455 \series default
2456 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2457 \end_layout
2458
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \begin_layout Section
2465 表編集メニュー
2466 \begin_inset Index idx
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \end_layout
2477
2478 \begin_layout Standard
2479 表ダイアログと表ツールバーの他に、
2480 \family sans
2481 編集\SpecialChar \menuseparator
2482
2483 \family default
2484 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2485 部にあるときのみ、表示されます。
2486 \end_layout
2487
2488 \begin_layout Section
2489 表フロート
2490 \begin_inset CommandInset label
2491 LatexCommand label
2492 name "sec:表フロート"
2493
2494 \end_inset
2495
2496
2497 \begin_inset Index idx
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 ふろーと@フロート ! ひょう@表
2502 \end_layout
2503
2504 \end_inset
2505
2506
2507 \begin_inset Index idx
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 ひょう@表 ! ふろーと@フロート
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 フロートの一般的な説明については、第
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "sec:フロートはじめに"
2524
2525 \end_inset
2526
2527 節をご覧下さい。
2528 \end_layout
2529
2530 \begin_layout Standard
2531 \begin_inset Float table
2532 placement h
2533 wide false
2534 sideways false
2535 status open
2536
2537 \begin_layout Plain Layout
2538 \begin_inset Caption Standard
2539
2540 \begin_layout Plain Layout
2541 \begin_inset CommandInset label
2542 LatexCommand label
2543 name "tab:表フロート"
2544
2545 \end_inset
2546
2547 表フロート
2548 \end_layout
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Plain Layout
2556 \align center
2557 \begin_inset Tabular
2558 <lyxtabular version="3" rows="3" columns="3">
2559 <features rotate="0" tabularvalignment="middle">
2560 <column alignment="center" valignment="top" width="0pt">
2561 <column alignment="center" valignment="top" width="0pt">
2562 <column alignment="center" valignment="top" width="0pt">
2563 <row>
2564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Plain Layout
2568
2569 \family roman
2570 \series medium
2571 \shape up
2572 \size normal
2573 \emph off
2574 \bar no
2575 \noun off
2576 \color none
2577 1
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \family roman
2588 \series medium
2589 \shape up
2590 \size normal
2591 \emph off
2592 \bar no
2593 \noun off
2594 \color none
2595 2
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 3
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 </row>
2619 <row>
2620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2621 \begin_inset Text
2622
2623 \begin_layout Plain Layout
2624 森嶋
2625 \end_layout
2626
2627 \end_inset
2628 </cell>
2629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Plain Layout
2633 宇沢
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642 二階堂
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 </row>
2648 <row>
2649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653
2654 \family roman
2655 \series medium
2656 \shape up
2657 \size normal
2658 \emph off
2659 \bar no
2660 \noun off
2661 \color none
2662 \begin_inset Formula $\int x^{2}dx$
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674
2675 \family roman
2676 \series medium
2677 \shape up
2678 \size normal
2679 \emph off
2680 \bar no
2681 \noun off
2682 \color none
2683 \begin_inset Formula $\left[\begin{array}{cc}
2684 a & b\\
2685 c & d
2686 \end{array}\right]$
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \family roman
2700 \series medium
2701 \shape up
2702 \size normal
2703 \emph off
2704 \bar no
2705 \noun off
2706 \color none
2707 \begin_inset Formula $1+1=2$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 </row>
2716 </lyxtabular>
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \begin_layout Standard
2729 表フロートは、
2730 \family sans
2731 挿入
2732 \shape up
2733 \SpecialChar \menuseparator
2734 フロート\SpecialChar \menuseparator
2735
2736 \family default
2737 \shape default
2738 メニューかツールバーボタン
2739 \family sans
2740
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "float-insert table"
2744 \end_inset
2745
2746
2747 \family default
2748 を使うと挿入することができます。
2749 \end_layout
2750
2751 \begin_layout Standard
2752 フロートは折りたたむことのできるボックスとして表示され、中には「表
2753 \begin_inset space ~
2754 \end_inset
2755
2756 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2757 \end_layout
2758
2759 \begin_layout Standard
2760
2761 \begin_inset space ~
2762 \end_inset
2763
2764
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "tab:表フロート"
2768
2769 \end_inset
2770
2771 は、表フロートに入れた表の例です。
2772 \end_layout
2773
2774 \begin_layout Standard
2775 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2776 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2777 eXパッケージの
2778 \series bold
2779 caption
2780 \series default
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795
2796 \series bold
2797 tableposition=top
2798 \end_layout
2799
2800 \begin_layout Standard
2801 というオプションとともにloadコマンドを使って読み込んでください
2802 \begin_inset Foot
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806 詳しくは、第
2807 \begin_inset CommandInset ref
2808 LatexCommand ref
2809 reference "sec:キャプションの配置"
2810
2811 \end_inset
2812
2813 節をご覧下さい。
2814 \end_layout
2815
2816 \end_inset
2817
2818 。キャプション書式を調整するには、第
2819 \begin_inset CommandInset ref
2820 LatexCommand ref
2821 reference "sec:キャプションの書式設定"
2822
2823 \end_inset
2824
2825 節にものべられているように
2826 \series bold
2827 caption
2828 \series default
2829 パッケージを使用します。
2830 \end_layout
2831
2832 \begin_layout Standard
2833 \begin_inset Index idx
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837 さんしょう@参照 ! ひょうへの@表への
2838 \end_layout
2839
2840 \end_inset
2841
2842 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2843 \family sans
2844 挿入\SpecialChar \menuseparator
2845 ラベル
2846 \family default
2847 メニューかツールバーボタンの
2848 \family sans
2849
2850 \begin_inset Info
2851 type  "icon"
2852 arg   "label-insert"
2853 \end_inset
2854
2855
2856 \family default
2857 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2858 相互参照メニューかツールバーボタンの
2859 \family sans
2860
2861 \begin_inset Info
2862 type  "icon"
2863 arg   "dialog-show-new-inset ref"
2864 \end_inset
2865
2866
2867 \family default
2868 を用いて、このラベルを参照することができます。
2869 \begin_inset Newline newline
2870 \end_inset
2871
2872 参照は、第
2873 \begin_inset CommandInset ref
2874 LatexCommand ref
2875 reference "sec:フロートの参照"
2876
2877 \end_inset
2878
2879 節で詳細に説明されています。
2880 \end_layout
2881
2882 \begin_layout Section
2883 長尺表
2884 \begin_inset CommandInset label
2885 LatexCommand label
2886 name "sec:長尺表"
2887
2888 \end_inset
2889
2890
2891 \begin_inset Index idx
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895 ちょうしゃくひょう@長尺表
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \begin_inset Index idx
2902 status collapsed
2903
2904 \begin_layout Plain Layout
2905 ひょう@表 ! ちょうしゃくひょう@長尺表
2906 \end_layout
2907
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \begin_layout Standard
2914 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2915 \family sans
2916 長尺表
2917 \family default
2918 タブにある
2919 \family sans
2920 長尺表を使う
2921 \family default
2922 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2923 することができるようになります。
2924 \end_layout
2925
2926 \begin_layout Description
2927 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2928 \family roman
2929 \series medium
2930 \shape up
2931 \size normal
2932 \emph off
2933 \bar no
2934 \noun off
2935 \color none
2936 ただし、
2937 \family sans
2938 \series default
2939 \shape default
2940 \size default
2941 \emph default
2942 \bar default
2943 \noun default
2944 \color inherit
2945 冒頭ヘッダ
2946 \family roman
2947 \series medium
2948 \shape up
2949 \size normal
2950 \emph off
2951 \bar no
2952 \noun off
2953 \color none
2954 が定義されているときは、冒頭ページを除きます。
2955 \family default
2956 \series default
2957 \shape default
2958 \size default
2959 \emph default
2960 \bar default
2961 \noun default
2962 \color inherit
2963 これと区別して、このヘッダは本体ヘッダと呼びます。
2964 \end_layout
2965
2966 \begin_layout Description
2967 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2968 \end_layout
2969
2970 \begin_layout Description
2971 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2972 \family roman
2973 \series medium
2974 \shape up
2975 \size normal
2976 \emph off
2977 \bar no
2978 \noun off
2979 \color none
2980 ただし、
2981 \family sans
2982 \series default
2983 \shape default
2984 \size default
2985 \emph default
2986 \bar default
2987 \noun default
2988 \color inherit
2989 末尾フッタ
2990 \family roman
2991 \series medium
2992 \shape up
2993 \size normal
2994 \emph off
2995 \bar no
2996 \noun off
2997 \color none
2998 が定義されているときは、末尾ページを除きます。
2999 \end_layout
3000
3001 \begin_layout Description
3002 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
3003 \end_layout
3004
3005 \begin_layout Description
3006 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
3007 \begin_inset CommandInset ref
3008 LatexCommand ref
3009 reference "sub:長尺表のキャプション"
3010
3011 \end_inset
3012
3013 節で説明されています。
3014 \end_layout
3015
3016 \begin_layout Standard
3017 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
3018 \end_layout
3019
3020 \begin_layout Standard
3021 \align center
3022 \begin_inset Tabular
3023 <lyxtabular version="3" rows="69" columns="3">
3024 <features rotate="0" islongtable="true" longtabularalignment="center">
3025 <column alignment="left" valignment="top" width="0cm">
3026 <column alignment="left" valignment="top" width="0pt">
3027 <column alignment="center" valignment="top" width="0pt">
3028 <row endfirsthead="true">
3029 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033
3034 \series bold
3035 例示用電話帳(名前は無視してください)
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row endfirsthead="true">
3060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 氏名
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082
3083 \series bold
3084 TEL.
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 <row endhead="true">
3091 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \series bold
3097 例示用電話帳
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row endhead="true">
3122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 氏名
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \series bold
3146 TEL.
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row endfoot="true">
3153 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 次頁へつづく
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 Annovi
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 Silvia
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 111
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Bertoli
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Stefano
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Bozzi
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Walter
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Cachia
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Maria
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Cachia
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Maurizio
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Cinquemani
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Giusi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Colin
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Bernard
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Concli
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Gianfranco
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Dal Bosco
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Carolina
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Dalpiaz
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Annamaria
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Feliciello
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Domenico
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Focarelli
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Paola
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Galletti
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Oreste
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Gasparini
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Franca
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Rizzardi
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Paola
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Lassini
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Giancarlo
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Malfatti
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Luciano
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Malfatti
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Valeriano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Meneguzzo
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Roberto
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Mezzadra
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Roberto
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Pirpamer
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Erich
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Pochiesa
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Paolo
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111, 222
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Radina
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Claudio
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Stuffer
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Oskar
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Tacchelli
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Ugo
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Tezzele
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Margit
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Unterkalmsteiner
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Frieda
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Vieider
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Hilde
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Vigna
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Jürgen
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Weber
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Maurizio
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Winkler
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Franz
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147  
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Annovi
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Silvia
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 555
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Bertoli
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Stefano
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Bozzi
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Walter
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Cachia
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Maria
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Cachia
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Maurizio
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Cinquemani
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Giusi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Colin
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Bernard
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Concli
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Gianfranco
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Dal Bosco
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Carolina
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Dalpiaz
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Annamaria
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Feliciello
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Domenico
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Focarelli
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Paola
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Galletti
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Oreste
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Gasparini
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Franca
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Rizzardi
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Paola
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Lassini
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Giancarlo
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Malfatti
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Luciano
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Malfatti
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Valeriano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Meneguzzo
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Roberto
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Mezzadra
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Roberto
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Pirpamer
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Erich
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Pochiesa
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Paolo
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555, 222
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Radina
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Claudio
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Stuffer
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Oskar
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Tacchelli
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Ugo
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Tezzele
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Margit
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Unterkalmsteiner
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Frieda
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Vieider
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Hilde
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Vigna
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Jürgen
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 999
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Weber
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Maurizio
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Winkler
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Franz
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row endlastfoot="true">
5133 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 以上
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 </lyxtabular>
5162
5163 \end_inset
5164
5165
5166 \begin_inset ERT
5167 status collapsed
5168
5169 \begin_layout Plain Layout
5170
5171
5172 \backslash
5173 addtocounter{table}{-1}
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \begin_inset Note Note
5180 status collapsed
5181
5182 \begin_layout Plain Layout
5183 本コマンドの説明については、第
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "sub:長尺表のキャプション"
5187
5188 \end_inset
5189
5190 節の最初の淡色注釈をご覧下さい。
5191 \end_layout
5192
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \begin_layout Subsection
5199 長尺表での脚注
5200 \begin_inset CommandInset label
5201 LatexCommand label
5202 name "sub:長尺表での脚注"
5203
5204 \end_inset
5205
5206
5207 \begin_inset Index idx
5208 status collapsed
5209
5210 \begin_layout Plain Layout
5211 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5212 \end_layout
5213
5214 \end_inset
5215
5216
5217 \end_layout
5218
5219 \begin_layout Standard
5220 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5221 \begin_inset CommandInset ref
5222 LatexCommand ref
5223 reference "tab:別キャプション"
5224
5225 \end_inset
5226
5227 には脚注が付いています。
5228 \end_layout
5229
5230 \begin_layout Subsection
5231 長尺表の縦横揃え
5232 \begin_inset Index idx
5233 status collapsed
5234
5235 \begin_layout Plain Layout
5236 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5237 \end_layout
5238
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \begin_layout Standard
5245 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5246 設定してから
5247 \end_layout
5248
5249 \begin_layout Standard
5250
5251 \series bold
5252
5253 \backslash
5254 setlength{
5255 \backslash
5256 LTleft}{値}
5257 \end_layout
5258
5259 \begin_layout Standard
5260 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5261 \series bold
5262
5263 \backslash
5264 LTleft
5265 \series default
5266 および
5267 \series bold
5268
5269 \backslash
5270 LTright
5271 \series default
5272 の値を変更しなくてはなりません。ここで「値」は、第
5273 \begin_inset CommandInset ref
5274 LatexCommand ref
5275 reference "tab:単位"
5276
5277 \end_inset
5278
5279 表に挙げてある単位であれば、どの単位を取ることもできます。
5280 \series bold
5281
5282 \backslash
5283 LTleft
5284 \series default
5285 は、左頁余白から長尺表までの水平方向の距離を制御し、
5286 \series bold
5287
5288 \backslash
5289 LTright
5290 \series default
5291 は、右頁余白からの距離を制御します。これらの長さの既定値は
5292 \series bold
5293
5294 \backslash
5295 fill
5296 \series default
5297 となっており、LyXの水平フィルと同等になっています。
5298 \end_layout
5299
5300 \begin_layout Standard
5301 以下の長尺表は、中央揃えの上、
5302 \series bold
5303
5304 \backslash
5305 LTleft
5306 \series default
5307
5308 \family sans
5309 0.1
5310 \backslash
5311 columnwidth
5312 \family default
5313 に設定してあります。
5314 \begin_inset ERT
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318
5319
5320 \backslash
5321 setlength{
5322 \backslash
5323 LTleft}{0.1
5324 \backslash
5325 columnwidth}
5326 \end_layout
5327
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \begin_layout Standard
5334 \begin_inset Tabular
5335 <lyxtabular version="3" rows="5" columns="5">
5336 <features rotate="0" islongtable="true" longtabularalignment="center">
5337 <column alignment="center" valignment="top">
5338 <column alignment="center" valignment="top">
5339 <column alignment="center" valignment="top">
5340 <column alignment="center" valignment="top">
5341 <column alignment="center" valignment="top">
5342 <row>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 1
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 2
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 3
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 4
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 5
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row>
5390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 いろは
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 いろは
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 いろは
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 いろは
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 いろは
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 いろは
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 いろは
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 いろは
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 いろは
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 いろは
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 いろは
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 </lyxtabular>
5578
5579 \end_inset
5580
5581
5582 \begin_inset ERT
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586
5587
5588 \backslash
5589 setlength{
5590 \backslash
5591 LTleft}{
5592 \backslash
5593 fill}
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \begin_inset ERT
5600 status collapsed
5601
5602 \begin_layout Plain Layout
5603
5604
5605 \backslash
5606 addtocounter{table}{-1}
5607 \end_layout
5608
5609 \end_inset
5610
5611
5612 \begin_inset Note Note
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 このコマンドの説明に関しては、第
5617 \begin_inset CommandInset ref
5618 LatexCommand ref
5619 reference "sub:長尺表のキャプション"
5620
5621 \end_inset
5622
5623 節の最初の淡色注釈をご覧下さい。
5624 \end_layout
5625
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \begin_layout Subsection
5632 長尺表のキャプション
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \begin_inset CommandInset label
5644 LatexCommand label
5645 name "sub:長尺表のキャプション"
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5654 \begin_inset CommandInset ref
5655 LatexCommand ref
5656 reference "sec:長尺表"
5657
5658 \end_inset
5659
5660 節に述べられているように、ある行で長尺表オプションの
5661 \family sans
5662 キャプション
5663 \family default
5664 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5665 \family sans
5666 冒頭ヘッダ
5667 \family default
5668
5669 \family sans
5670 ヘッダ
5671 \family default
5672
5673 \family sans
5674 フッタ
5675 \family default
5676
5677 \family sans
5678 末尾フッタ
5679 \family default
5680 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5681 \end_layout
5682
5683 \begin_layout Standard
5684 以下は、動作を確認するための短い長尺表です。
5685 \end_layout
5686
5687 \begin_layout Standard
5688 \begin_inset Tabular
5689 <lyxtabular version="3" rows="6" columns="5">
5690 <features rotate="0" islongtable="true" longtabularalignment="center">
5691 <column alignment="center" valignment="top">
5692 <column alignment="center" valignment="top">
5693 <column alignment="center" valignment="top">
5694 <column alignment="center" valignment="top">
5695 <column alignment="center" valignment="top">
5696 <row endfirsthead="true" caption="true">
5697 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Caption Standard
5702
5703 \begin_layout Plain Layout
5704 キャプション付き長尺表
5705 \begin_inset Argument 1
5706 status collapsed
5707
5708 \begin_layout Plain Layout
5709 長尺表
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 1
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 2
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 3
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 4
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 5
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 いろは
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 いろは
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 <row>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 いろは
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 いろは
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 いろは
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 いろは
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 いろは
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 いろは
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 いろは
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 いろは
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 いろは
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 </lyxtabular>
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset VSpace medskip
6005 \end_inset
6006
6007
6008 \begin_inset Note Greyedout
6009 status open
6010
6011 \begin_layout Plain Layout
6012
6013 \series bold
6014 【註1】
6015 \series default
6016 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
6017 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
6018 \end_layout
6019
6020 \begin_layout Plain Layout
6021
6022 \series bold
6023
6024 \backslash
6025 addtocounter{table}{-1}
6026 \end_layout
6027
6028 \begin_layout Plain Layout
6029 というコマンドを挿入する方法があります。
6030 \end_layout
6031
6032 \begin_layout Plain Layout
6033 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
6034 \end_layout
6035
6036 \begin_layout Plain Layout
6037
6038 \series bold
6039
6040 \backslash
6041 let
6042 \backslash
6043 myEnd
6044 \backslash
6045 endlongtable
6046 \begin_inset Newline newline
6047 \end_inset
6048
6049
6050 \backslash
6051 renewcommand{
6052 \backslash
6053 endlongtable}{
6054 \backslash
6055 myEnd
6056 \backslash
6057 addtocounter{table}{-1}}
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \begin_layout Standard
6066 \begin_inset Note Greyedout
6067 status open
6068
6069 \begin_layout Plain Layout
6070
6071 \series bold
6072 【註2】
6073 \series default
6074 相互参照をリンクするために、
6075 \family sans
6076 文書設定
6077 \family default
6078 ダイアログの
6079 \family sans
6080 PDF特性
6081 \family default
6082
6083 \series bold
6084 hyperref
6085 \series default
6086
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
6092 \end_layout
6093
6094 \end_inset
6095
6096 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6097 \end_layout
6098
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \begin_layout Subsubsection
6105 長尺表への参照
6106 \begin_inset Index idx
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \begin_layout Standard
6119 \begin_inset Tabular
6120 <lyxtabular version="3" rows="6" columns="5">
6121 <features rotate="0" islongtable="true" longtabularalignment="center">
6122 <column alignment="center" valignment="top">
6123 <column alignment="center" valignment="top">
6124 <column alignment="center" valignment="top">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <row endfirsthead="true" caption="true">
6128 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 \begin_inset Caption Standard
6133
6134 \begin_layout Plain Layout
6135 参照された長尺表
6136 \begin_inset CommandInset label
6137 LatexCommand label
6138 name "tab:参照例"
6139
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 1
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 2
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 3
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 4
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 5
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 <row>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 いろは
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 いろは
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 <row>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 いろは
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 いろは
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 いろは
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 いろは
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 </row>
6377 <row>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 いろは
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 いろは
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 いろは
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 いろは
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 いろは
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 </lyxtabular>
6425
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Standard
6432 長尺表を参照するには、キャプションにラベルを挿入してください。
6433 \end_layout
6434
6435 \begin_layout Standard
6436 これは表
6437 \begin_inset CommandInset ref
6438 LatexCommand ref
6439 reference "tab:参照例"
6440
6441 \end_inset
6442
6443 への参照です。
6444 \end_layout
6445
6446 \begin_layout Standard
6447 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6448 \series bold
6449 caption
6450 \series default
6451
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6457 \end_layout
6458
6459 \end_inset
6460
6461 を使用して設定することができます。第
6462 \begin_inset CommandInset ref
6463 LatexCommand ref
6464 reference "sec:キャプションの書式設定"
6465
6466 \end_inset
6467
6468 節をご覧下さい。
6469 \end_layout
6470
6471 \begin_layout Subsubsection
6472 キャプションの幅
6473 \begin_inset Index idx
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \begin_layout Standard
6486 キャプション行の最大長は、長さ
6487 \series bold
6488
6489 \backslash
6490 LTcapwidth
6491 \series default
6492 によって指定することができます。既定値は4
6493 \begin_inset space \thinspace{}
6494 \end_inset
6495
6496 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6497 \end_layout
6498
6499 \begin_layout Standard
6500
6501 \series bold
6502
6503 \backslash
6504 setlength{
6505 \backslash
6506 LTcapwidth}{幅}
6507 \end_layout
6508
6509 \begin_layout Standard
6510 というコマンドを書き加えて下さい。ここで「幅」には、付録
6511 \begin_inset CommandInset ref
6512 LatexCommand ref
6513 reference "cha:LyXで使用できる単位"
6514
6515 \end_inset
6516
6517 に挙げられている単位を取ることができます。
6518 \end_layout
6519
6520 \begin_layout Standard
6521 以下の各表で違いを示します。
6522 \end_layout
6523
6524 \begin_layout Standard
6525 \begin_inset Tabular
6526 <lyxtabular version="3" rows="6" columns="5">
6527 <features rotate="0" islongtable="true" longtabularalignment="center">
6528 <column alignment="center" valignment="top">
6529 <column alignment="center" valignment="top">
6530 <column alignment="center" valignment="top">
6531 <column alignment="center" valignment="top">
6532 <column alignment="center" valignment="top">
6533 <row endfirsthead="true" caption="true">
6534 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 \begin_inset Caption Standard
6539
6540 \begin_layout Plain Layout
6541 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6542 \begin_inset Argument 1
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546 既定幅のキャプション
6547 \end_layout
6548
6549 \end_inset
6550
6551
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 <row>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 1
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 2
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 3
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 4
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 5
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 </row>
6645 <row>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 いろは
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 いろは
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 いろは
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 いろは
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 いろは
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 いろは
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 いろは
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 いろは
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 いろは
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 いろは
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 いろは
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 </lyxtabular>
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 \begin_inset ERT
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845
6846
6847 \backslash
6848 setlength{
6849 \backslash
6850 LTcapwidth}{5cm}
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \begin_inset Tabular
6857 <lyxtabular version="3" rows="6" columns="5">
6858 <features rotate="0" islongtable="true" longtabularalignment="center">
6859 <column alignment="center" valignment="top">
6860 <column alignment="center" valignment="top">
6861 <column alignment="center" valignment="top">
6862 <column alignment="center" valignment="top">
6863 <column alignment="center" valignment="top">
6864 <row endfirsthead="true" caption="true">
6865 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 \begin_inset Caption Standard
6870
6871 \begin_layout Plain Layout
6872 5
6873 \begin_inset space \thinspace{}
6874 \end_inset
6875
6876 cm幅のなが〜いフルタイトル・5
6877 \begin_inset space \thinspace{}
6878 \end_inset
6879
6880 cm幅のなが〜いフルタイトル・5
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 cm幅のなが〜いフルタイトル
6885 \begin_inset Argument 1
6886 status collapsed
6887
6888 \begin_layout Plain Layout
6889 5
6890 \begin_inset space \thinspace{}
6891 \end_inset
6892
6893 cm幅のキャプション
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 1
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 2
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 3
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 4
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 5
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 いろは
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 いろは
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 いろは
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 いろは
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 いろは
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 いろは
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 いろは
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 いろは
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 いろは
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 いろは
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 いろは
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 </row>
7180 </lyxtabular>
7181
7182 \end_inset
7183
7184
7185 \end_layout
7186
7187 \begin_layout Standard
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 setlength{
7196 \backslash
7197 LTcapwidth}{4in}
7198 \end_layout
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 \begin_inset Note Greyedout
7207 status open
7208
7209 \begin_layout Plain Layout
7210
7211 \series bold
7212 【註】
7213 \series default
7214 この文書のようにLaTeXパッケージの
7215 \series bold
7216 caption
7217 \series default
7218
7219 \begin_inset Index idx
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7224 \end_layout
7225
7226 \end_inset
7227
7228 を使用している時には、
7229 \series bold
7230
7231 \backslash
7232 LTcapwidth
7233 \series default
7234 に既定値の4
7235 \begin_inset space \thinspace{}
7236 \end_inset
7237
7238 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7239 \begin_inset space \thinspace{}
7240 \end_inset
7241
7242 in幅のキャプションを作るには、3.99
7243 \begin_inset space \thinspace{}
7244 \end_inset
7245
7246 inのように4.0
7247 \begin_inset space \thinspace{}
7248 \end_inset
7249
7250 inと少し違う値を指定するか、
7251 \series bold
7252 caption
7253 \series default
7254 パッケージが提供している
7255 \series bold
7256
7257 \backslash
7258 captionsetup{width=値}
7259 \series default
7260 というLaTeXコマンドを用いる方法があります。
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Subsubsection
7269 表の各ページごとに異なるキャプション
7270 \begin_inset Index idx
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \begin_layout Standard
7283 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7284 依存メニューから
7285 \family sans
7286 キャプション(無番長尺表)
7287 \family default
7288 を選択してください。表
7289 \begin_inset CommandInset ref
7290 LatexCommand ref
7291 reference "tab:別キャプション"
7292
7293 \end_inset
7294
7295 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7296 \end_layout
7297
7298 \begin_layout Standard
7299 \align center
7300 \begin_inset Tabular
7301 <lyxtabular version="3" rows="59" columns="3">
7302 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7303 <column alignment="left" valignment="top" width="0cm">
7304 <column alignment="left" valignment="top" width="0pt">
7305 <column alignment="center" valignment="top" width="0pt">
7306 <row endfirsthead="true" caption="true">
7307 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 \begin_inset Caption Standard
7312
7313 \begin_layout Plain Layout
7314 例示用電話帳
7315 \begin_inset CommandInset label
7316 LatexCommand label
7317 name "tab:別キャプション"
7318
7319 \end_inset
7320
7321
7322 \begin_inset Argument 1
7323 status collapsed
7324
7325 \begin_layout Plain Layout
7326 例示用電話帳
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row endfirsthead="true">
7361 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365
7366 \series bold
7367 例示用電話帳(名前は無視の事)
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" 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" 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 endfirsthead="true">
7392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="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 alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416
7417 \series bold
7418 TEL.
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 <row endhead="true">
7425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 caption*{例示用電話帳の続き}
7437 \backslash
7438
7439 \backslash
7440 %
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row endhead="true">
7470 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 例示用電話帳
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row endhead="true">
7501 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 氏名
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \series bold
7527 TEL.
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row endfoot="true">
7534 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 次頁に続く
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Annovi
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Silvia
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Bertoli
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Stefano
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 111
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \series bold
7631 Bozzi
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 Walter
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 111
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 Cachia
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Maria
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 111
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \series bold
7693 Cachia
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Maurizio
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 111
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Cinquemani
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 Giusi
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 111
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Colin
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Bernard
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 111
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Concli
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Gianfranco
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 111
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Dal Bosco
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Carolina
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Dalpiaz
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Annamaria
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Feliciello
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Domenico
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 111
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 Focarelli
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Paola
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 111
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Galletti
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Oreste
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Gasparini
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 Franca
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 111
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Rizzardi
8004 \series default
8005
8006 \begin_inset Foot
8007 status collapsed
8008
8009 \begin_layout Plain Layout
8010 例示用脚注
8011 \end_layout
8012
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Paola
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Lassini
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Giancarlo
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Malfatti
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Luciano
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Malfatti
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Valeriano
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Meneguzzo
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Roberto
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Mezzadra
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Roberto
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Pirpamer
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Erich
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Pochiesa
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Paolo
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111, 222
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Radina
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Claudio
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Stuffer
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Oskar
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Tacchelli
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Ugo
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Tezzele
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Margit
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Unterkalmsteiner
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Frieda
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Vieider
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Hilde
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Vigna
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Jürgen
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Weber
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Maurizio
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Winkler
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Franz
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540  
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Annovi
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Silvia
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Bertoli
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Stefano
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Bozzi
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Walter
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Cachia
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Maria
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Cachia
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Maurizio
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Cinquemani
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Giusi
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Colin
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Bernard
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \series bold
8788 Concli
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Gianfranco
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 555
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Dal Bosco
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Carolina
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Dalpiaz
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Annamaria
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Feliciello
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Domenico
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Focarelli
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Paola
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Galletti
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Oreste
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Gasparini
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Franca
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Rizzardi
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Paola
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Lassini
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Giancarlo
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Malfatti
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Luciano
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Malfatti
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Valeriano
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Meneguzzo
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Roberto
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Mezzadra
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Roberto
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 </lyxtabular>
9185
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \begin_layout Section
9192 長尺表にまつわる諸点
9193 \begin_inset CommandInset label
9194 LatexCommand label
9195 name "sec:長尺表にまつわる諸点"
9196
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \begin_layout Subsection
9203 長尺表の計算
9204 \begin_inset Index idx
9205 status collapsed
9206
9207 \begin_layout Plain Layout
9208 ちょうしゃくひょう@長尺表 ! けいさん@計算
9209 \end_layout
9210
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \begin_layout Standard
9217 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9218 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9219 \end_layout
9220
9221 \begin_layout Standard
9222
9223 \series bold
9224
9225 \backslash
9226 setcounter{LTchunksize}{100}
9227 \end_layout
9228
9229 \begin_layout Standard
9230 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9231 \end_layout
9232
9233 \begin_layout Subsection
9234 フロートと長尺表
9235 \begin_inset Index idx
9236 status collapsed
9237
9238 \begin_layout Plain Layout
9239 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9240 \end_layout
9241
9242 \end_inset
9243
9244
9245 \end_layout
9246
9247 \begin_layout Standard
9248 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9249 \series bold
9250
9251 \backslash
9252 clearpage
9253 \series default
9254 コマンドを長尺表の前にTeXコードとして書き加えてください。
9255 \end_layout
9256
9257 \begin_layout Subsection
9258 強制改頁
9259 \begin_inset Index idx
9260 status collapsed
9261
9262 \begin_layout Plain Layout
9263 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9264 \end_layout
9265
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \begin_layout Standard
9272 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9273 ド「
9274 \series bold
9275
9276 \backslash
9277
9278 \backslash
9279
9280 \series default
9281 」を挿入します。
9282 \series bold
9283
9284 \backslash
9285
9286 \backslash
9287
9288 \series default
9289 コマンドの前には、現セルよりも右にある列数と同じ数の「
9290 \series bold
9291 &
9292 \series default
9293 」文字を、TeXコードで挿入してやる必要があります。この
9294 \series bold
9295 &
9296 \series default
9297 は、表セルの区切り文字です。各
9298 \series bold
9299 &
9300 \series default
9301 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9302 \begin_inset Newline newline
9303 \end_inset
9304
9305
9306 \series bold
9307
9308 \backslash
9309
9310 \backslash
9311
9312 \series default
9313 コマンドの後ろには、現在列の左側にある列数と同じ数の
9314 \series bold
9315 &
9316 \series default
9317 文字を挿入してください。表
9318 \begin_inset CommandInset ref
9319 LatexCommand ref
9320 reference "tab:強制改頁"
9321
9322 \end_inset
9323
9324 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9325 \end_layout
9326
9327 \begin_layout Standard
9328
9329 \series bold
9330 & 111
9331 \backslash
9332
9333 \backslash
9334  
9335 \backslash
9336 newpage
9337 \begin_inset Newline newline
9338 \end_inset
9339
9340 &
9341 \end_layout
9342
9343 \begin_layout Standard
9344 というコマンドが、セル中「
9345 \emph on
9346 Castelchiodato,
9347 \emph default
9348 」の後にTeXコードとして挿入してあります。
9349 \end_layout
9350
9351 \begin_layout Standard
9352 同一行3列目の「111」は削除してあります。
9353 \series bold
9354
9355 \backslash
9356 newpage
9357 \series default
9358 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9359 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9360 \end_layout
9361
9362 \begin_layout Standard
9363
9364 \series bold
9365 & 111
9366 \backslash
9367
9368 \backslash
9369
9370 \begin_inset Newline newline
9371 \end_inset
9372
9373
9374 \backslash
9375 hline &
9376 \end_layout
9377
9378 \begin_layout Standard
9379 というコマンドを使用して下さい。
9380 \end_layout
9381
9382 \begin_layout Standard
9383 改頁をしたいセルが最右列にある場合には、
9384 \end_layout
9385
9386 \begin_layout Standard
9387
9388 \series bold
9389
9390 \backslash
9391 setlength{
9392 \backslash
9393 parfillskip}{0pt}
9394 \end_layout
9395
9396 \begin_layout Standard
9397 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9398
9399 \end_layout
9400
9401 \begin_layout Standard
9402 \align center
9403 \begin_inset Tabular
9404 <lyxtabular version="3" rows="38" columns="3">
9405 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9406 <column alignment="left" valignment="top" width="0cm">
9407 <column alignment="left" valignment="top" width="3cm">
9408 <column alignment="center" valignment="top" width="0pt">
9409 <row endfirsthead="true" caption="true">
9410 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 \begin_inset Caption Standard
9415
9416 \begin_layout Plain Layout
9417 表セル内で強制改頁をしている表
9418 \begin_inset CommandInset label
9419 LatexCommand label
9420 name "tab:強制改頁"
9421
9422 \end_inset
9423
9424
9425 \begin_inset Argument 1
9426 status collapsed
9427
9428 \begin_layout Plain Layout
9429 表セル内で強制改頁をしている表
9430 \end_layout
9431
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row endfirsthead="true">
9464 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 例示用電話帳(氏名は無視の事)
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" 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 multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" 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 endfirsthead="true">
9495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 氏名
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 TEL.
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row endhead="true">
9528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Plain Layout
9536
9537
9538 \backslash
9539 caption*{例示用電話帳の続き}
9540 \backslash
9541
9542 \backslash
9543 %
9544 \end_layout
9545
9546 \end_inset
9547
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row endhead="true">
9573 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 例示用電話帳
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row endhead="true">
9602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 氏名
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \series bold
9628 TEL.
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row endfoot="true">
9635 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 次頁に続く
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Annovi
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Silvia
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 111
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Bertoli
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Stefano
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 111
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Bozzi
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Walter
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 111
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Cachia
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Maria
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 111
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Cachia
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Maurizio
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Cinquemani
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Giusi
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Colin
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Bernard
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Concli
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Gianfranco
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Dal Bosco
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Carolina
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Dalpiaz
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Annamaria
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Feliciello
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Domenico
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Focarelli
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Paola
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Galletti
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Oreste
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Gasparini
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Franca
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Lassini
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Giancarlo
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Malfatti
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Luciano
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Malfatti
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Valeriano
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Meneguzzo
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Roberto
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Mezzadra
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Roberto
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Pirpamer
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Erich
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Pochiesa
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Paolo
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111, 222
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Radina
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Claudio
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Rizzardi
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Paolo, 11.
10362  Fürst von Montecompatri, 11.
10363  Fürst von Sulmona und Vivaro, 10.
10364  Fürst von Rossano, 5.
10365  Herzog von Canemorte, 11.
10366  Herzog von Palombara, 5.
10367  Herzog von Castelchiodato,
10368 \begin_inset ERT
10369 status collapsed
10370
10371 \begin_layout Plain Layout
10372
10373 & 111
10374 \backslash
10375
10376 \backslash
10377  
10378 \backslash
10379 newpage
10380 \end_layout
10381
10382 \begin_layout Plain Layout
10383
10384 &
10385 \end_layout
10386
10387 \end_inset
10388
10389  11.
10390  Herzog von Poggionativo, 11.
10391  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10392  Graf von Valinfreda, 11.
10393  Baron von Cropalati, 11.
10394  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Stuffer
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Oskar
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Tacchelli
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Ugo
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Tezzele
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Margit
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Unterkalmsteiner
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Frieda
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Vieider
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Hilde
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Vigna
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Jürgen
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Weber
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Maurizio
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Winkler
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Franz
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 111
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 </lyxtabular>
10658
10659 \end_inset
10660
10661
10662 \end_layout
10663
10664 \begin_layout Section
10665 複数行・連結列・連結行
10666 \end_layout
10667
10668 \begin_layout Subsection
10669 表セル内の複数行
10670 \begin_inset CommandInset label
10671 LatexCommand label
10672 name "sub:複数行"
10673
10674 \end_inset
10675
10676
10677 \begin_inset Index idx
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681 ひょうせるないのふくすうぎょう@表セル内の複数行
10682 \end_layout
10683
10684 \end_inset
10685
10686
10687 \begin_inset Index idx
10688 status collapsed
10689
10690 \begin_layout Plain Layout
10691 ひょう@表 ! かいぎょう@改行
10692 \end_layout
10693
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \begin_layout Standard
10700 \noindent
10701 \begin_inset Float table
10702 placement H
10703 wide false
10704 sideways false
10705 status open
10706
10707 \begin_layout Plain Layout
10708 \begin_inset Caption Standard
10709
10710 \begin_layout Plain Layout
10711 \begin_inset CommandInset label
10712 LatexCommand label
10713 name "tab:複数行表"
10714
10715 \end_inset
10716
10717 セル内に複数の行がある表
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Plain Layout
10726 \align center
10727 \begin_inset Tabular
10728 <lyxtabular version="3" rows="3" columns="3">
10729 <features rotate="0" tabularvalignment="middle">
10730 <column alignment="center" valignment="middle" width="2.5cm">
10731 <column alignment="center" valignment="middle">
10732 <column alignment="center" valignment="middle">
10733 <row>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 複数の
10739 \begin_inset Newline linebreak
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 </lyxtabular>
10825
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \end_inset
10832
10833
10834 \end_layout
10835
10836 \begin_layout Standard
10837 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10838 \end_layout
10839
10840 \begin_layout Standard
10841
10842 \begin_inset CommandInset ref
10843 LatexCommand ref
10844 reference "tab:複数行表"
10845
10846 \end_inset
10847
10848 を生成するには、まず3
10849 \begin_inset Formula $\times$
10850 \end_inset
10851
10852 3表を作り、最初のセルを右クリックして現れるメニューから、
10853 \family sans
10854 設定
10855 \family default
10856 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10857 \begin_inset space \thinspace{}
10858 \end_inset
10859
10860 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10861 \begin_inset space \thinspace{}
10862 \end_inset
10863
10864 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10865 \begin_inset Flex Ruby
10866 status collapsed
10867
10868 \begin_layout Plain Layout
10869 捷径
10870 \begin_inset Argument post:1
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874 ショートカット
10875 \end_layout
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \end_inset
10883
10884
10885 \begin_inset Info
10886 type  "shortcut"
10887 arg   "newline-insert linebreak"
10888 \end_inset
10889
10890 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10891 \end_layout
10892
10893 \begin_layout Standard
10894 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10895 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10896 \begin_inset space \thinspace{}
10897 \end_inset
10898
10899 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10900 \begin_inset CommandInset ref
10901 LatexCommand ref
10902 reference "tab:ハイフネーション表"
10903
10904 \end_inset
10905
10906 が違いを示しています
10907 \begin_inset Foot
10908 status open
10909
10910 \begin_layout Plain Layout
10911
10912 \series bold
10913 【訳註】
10914 \series default
10915 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10916 \end_layout
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Standard
10924 \begin_inset Float table
10925 placement h
10926 wide false
10927 sideways false
10928 status open
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Caption Standard
10932
10933 \begin_layout Plain Layout
10934 \begin_inset CommandInset label
10935 LatexCommand label
10936 name "tab:ハイフネーション表"
10937
10938 \end_inset
10939
10940 ハイフネーション有/無の表
10941 \end_layout
10942
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Plain Layout
10949 \begin_inset space \hfill{}
10950 \end_inset
10951
10952
10953 \begin_inset Tabular
10954 <lyxtabular version="3" rows="3" columns="3">
10955 <features rotate="0" tabularvalignment="middle">
10956 <column alignment="center" valignment="middle" width="2.5cm">
10957 <column alignment="center" valignment="middle">
10958 <column alignment="center" valignment="middle">
10959 <row>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 verylongtablecellword
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row>
11018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 </lyxtabular>
11047
11048 \end_inset
11049
11050
11051 \begin_inset space \hfill{}
11052 \end_inset
11053
11054
11055 \begin_inset Tabular
11056 <lyxtabular version="3" rows="3" columns="3">
11057 <features rotate="0" tabularvalignment="middle">
11058 <column alignment="center" valignment="middle" width="2.5cm">
11059 <column alignment="center" valignment="middle">
11060 <column alignment="center" valignment="middle">
11061 <row>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 \begin_inset space \hspace{}
11067 \length 0pt
11068 \end_inset
11069
11070 verylongtablecellword
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 <row>
11124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 </row>
11152 </lyxtabular>
11153
11154 \end_inset
11155
11156
11157 \begin_inset space \hfill{}
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Subsection
11169 連結列
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "sub:連結列"
11173
11174 \end_inset
11175
11176
11177 \begin_inset Index idx
11178 status collapsed
11179
11180 \begin_layout Plain Layout
11181 れんけつれつ@連結列
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \begin_inset Index idx
11188 status collapsed
11189
11190 \begin_layout Plain Layout
11191 ひょう@表 ! れんけつれつ@連結列
11192 \end_layout
11193
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \begin_layout Subsubsection
11200 連結列の基礎
11201 \end_layout
11202
11203 \begin_layout Standard
11204 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11205 \family sans
11206
11207 \begin_inset Info
11208 type  "icon"
11209 arg   "inset-modify tabular multicolumn"
11210 \end_inset
11211
11212
11213 \family default
11214 を押すか、
11215 \family sans
11216 編集\SpecialChar \menuseparator
11217 表\SpecialChar \menuseparator
11218 連結列
11219 \family default
11220 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11221 \family sans
11222 連結列
11223 \family default
11224 を有効にするかしてください。
11225 \end_layout
11226
11227 \begin_layout Standard
11228 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11229 、最下行に上罫線のない連結行がある表の例です。
11230 \end_layout
11231
11232 \begin_layout Standard
11233 \align center
11234 \begin_inset Tabular
11235 <lyxtabular version="3" rows="3" columns="4">
11236 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11237 <column alignment="center" valignment="top" width="0pt">
11238 <column alignment="center" valignment="middle">
11239 <column alignment="center" valignment="top" width="0in">
11240 <column alignment="center" valignment="top" width="0pt">
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 いろは
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 にほへとちり
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 ぬるを
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 <row>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 </lyxtabular>
11356
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \begin_layout Subsubsection
11363 連結列の計算
11364 \begin_inset CommandInset label
11365 LatexCommand label
11366 name "sub:連結列の計算"
11367
11368 \end_inset
11369
11370
11371 \begin_inset Index idx
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375 れんけつれつ@連結列 ! けいさん@計算
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Standard
11384 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11385 \end_layout
11386
11387 \begin_layout Standard
11388 \begin_inset Float table
11389 placement h
11390 wide false
11391 sideways false
11392 status open
11393
11394 \begin_layout Plain Layout
11395 \begin_inset Caption Standard
11396
11397 \begin_layout Plain Layout
11398 \begin_inset CommandInset label
11399 LatexCommand label
11400 name "tab:中央揃え表"
11401
11402 \end_inset
11403
11404 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11405 \begin_inset Argument 1
11406 status collapsed
11407
11408 \begin_layout Plain Layout
11409 完全なる連結列表
11410 \end_layout
11411
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \begin_layout Plain Layout
11423 \align center
11424 \begin_inset Tabular
11425 <lyxtabular version="3" rows="3" columns="3">
11426 <features rotate="0" tabularvalignment="middle">
11427 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11428 <column alignment="center" valignment="middle">
11429 <column alignment="center" valignment="top">
11430 <row>
11431 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 複数行にわたる連結列
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 たとえば、表
11531 \begin_inset CommandInset ref
11532 LatexCommand ref
11533 reference "tab:中央揃え表"
11534
11535 \end_inset
11536
11537 を生成するには、3
11538 \begin_inset Formula $\times$
11539 \end_inset
11540
11541 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11542 \family sans
11543 設定
11544 \family default
11545 を選択します。そして現れる表の設定ダイアログで、このセルを
11546 \emph on
11547 連結列
11548 \emph default
11549
11550 \emph on
11551 中央揃え
11552 \emph default
11553 、2.5
11554 \begin_inset space \thinspace{}
11555 \end_inset
11556
11557 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11558 \begin_inset space \thinspace{}
11559 \end_inset
11560
11561 cm幅に設定します。すると第二列は自動的に1.25
11562 \begin_inset space \thinspace{}
11563 \end_inset
11564
11565 cm幅(連結列幅マイナス第一列の幅)になります。表
11566 \begin_inset CommandInset ref
11567 LatexCommand ref
11568 reference "tab:半分でない表"
11569
11570 \end_inset
11571
11572 もこのようにして作成してあります。
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \begin_inset Float table
11577 wide false
11578 sideways false
11579 status open
11580
11581 \begin_layout Plain Layout
11582 \begin_inset Caption Standard
11583
11584 \begin_layout Plain Layout
11585 \begin_inset CommandInset label
11586 LatexCommand label
11587 name "tab:半分でない表"
11588
11589 \end_inset
11590
11591 連結セルの下の列が正確に半分になっていない表
11592 \begin_inset Argument 1
11593 status collapsed
11594
11595 \begin_layout Plain Layout
11596 不完全な連結列表
11597 \end_layout
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Plain Layout
11610 \align center
11611 \begin_inset Tabular
11612 <lyxtabular version="3" rows="3" columns="3">
11613 <features rotate="0" tabularvalignment="middle">
11614 <column alignment="center" valignment="top" width="1.25cm">
11615 <column alignment="center" valignment="top">
11616 <column alignment="center" valignment="top">
11617 <row>
11618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 複数行にわたる連結列
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Standard
11717 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11718 指定したセル幅
11719 \begin_inset Formula $W_{\mbox{指}}$
11720 \end_inset
11721
11722 がセルの全幅
11723 \begin_inset Formula $W_{\text{全}}$
11724 \end_inset
11725
11726 と等しくならないためです。付録
11727 \begin_inset CommandInset ref
11728 LatexCommand ref
11729 reference "cha:式の説明"
11730
11731 \end_inset
11732
11733 がこの事情を詳細に説明しています。
11734 \end_layout
11735
11736 \begin_layout Standard
11737
11738 \emph on
11739 n
11740 \emph default
11741 列を連結する際、各列の全幅が
11742 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11743 \end_inset
11744
11745 となるために必要な指定幅
11746 \begin_inset Formula $W_{\mbox{指}:n}$
11747 \end_inset
11748
11749 は、
11750 \begin_inset Formula 
11751 \begin{equation}
11752 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11753 \end{equation}
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Standard
11761 で計算することができます。上記の例では
11762 \begin_inset Formula $n=2$
11763 \end_inset
11764
11765 かつ
11766 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11767 \end_inset
11768
11769 cmかつ長さは既定値ですから、第
11770 \begin_inset CommandInset ref
11771 LatexCommand ref
11772 reference "eq:Wgn"
11773
11774 \end_inset
11775
11776 式は
11777 \begin_inset Formula 
11778 \begin{equation}
11779 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11780 \end{equation}
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Standard
11788 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11789 \end_layout
11790
11791 \begin_layout Standard
11792
11793 \series bold
11794
11795 \backslash
11796 usepackage{calc}
11797 \end_layout
11798
11799 \begin_layout Standard
11800 と書いて、LaTeXパッケージ
11801 \series bold
11802 calc
11803 \series default
11804
11805 \begin_inset Index idx
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11810 \end_layout
11811
11812 \end_inset
11813
11814 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11815 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11816 \end_layout
11817
11818 \begin_layout Itemize
11819
11820 \series bold
11821 p{幅}
11822 \series default
11823 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11824 \end_layout
11825
11826 \begin_layout Itemize
11827
11828 \series bold
11829 m{幅}
11830 \series default
11831 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11832 \end_layout
11833
11834 \begin_layout Itemize
11835
11836 \series bold
11837 b{幅}
11838 \series default
11839 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11840 \end_layout
11841
11842 \begin_layout Standard
11843 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \begin_inset Note Greyedout
11848 status open
11849
11850 \begin_layout Plain Layout
11851
11852 \series bold
11853 【註】
11854 \series default
11855 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 文章を水平方向中央揃えにしたいので、
11865 \series bold
11866
11867 \backslash
11868 centering
11869 \series default
11870 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11871 \end_layout
11872
11873 \begin_layout Standard
11874
11875 \series bold
11876 >{
11877 \backslash
11878 centering}m{1.25cm-6.2pt}
11879 \end_layout
11880
11881 \begin_layout Standard
11882
11883 \series bold
11884 >{ }
11885 \series default
11886 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11887 \end_layout
11888
11889 \begin_layout Standard
11890 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11891 がって、連結セルには
11892 \end_layout
11893
11894 \begin_layout Standard
11895
11896 \series bold
11897 >{
11898 \backslash
11899 centering}m{2.5cm}
11900 \end_layout
11901
11902 \begin_layout Standard
11903 というLaTeX変数を指定しなくてはなりません。
11904 \end_layout
11905
11906 \begin_layout Subsection
11907 連結行
11908 \begin_inset CommandInset label
11909 LatexCommand label
11910 name "sub:連結行"
11911
11912 \end_inset
11913
11914
11915 \begin_inset Index idx
11916 status collapsed
11917
11918 \begin_layout Plain Layout
11919 れんけつぎょう@連結行
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \begin_inset Index idx
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929 ひょう@表 ! れんけつぎょう@連結行
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Standard
11938 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11939 \family sans
11940
11941 \begin_inset Info
11942 type  "icon"
11943 arg   "inset-modify tabular multirow"
11944 \end_inset
11945
11946
11947 \family default
11948 を押すか、メニュー
11949 \family sans
11950 編集\SpecialChar \menuseparator
11951 表\SpecialChar \menuseparator
11952 連結行
11953 \family default
11954 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11955 \family sans
11956 \SpecialChar \menuseparator
11957 連結行
11958 \family default
11959 を選んでください。
11960 \end_layout
11961
11962 \begin_layout Standard
11963 下記は一列目に連結列を適用した表の例です。
11964 \end_layout
11965
11966 \begin_layout Standard
11967 \align center
11968 \begin_inset Tabular
11969 <lyxtabular version="3" rows="3" columns="3">
11970 <features rotate="0" tabularvalignment="middle">
11971 <column alignment="center" valignment="top" width="0pt">
11972 <column alignment="center" valignment="top">
11973 <column alignment="center" valignment="top">
11974 <row>
11975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 長いセル項目
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 </row>
12003 <row>
12004 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008 連結列
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017
12018 \end_layout
12019
12020 \end_inset
12021 </cell>
12022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 </row>
12032 <row>
12033 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 </row>
12061 </lyxtabular>
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Standard
12069 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12070 \family sans
12071 垂直オフセット
12072 \family default
12073 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12074 \end_layout
12075
12076 \begin_layout Standard
12077 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12078 \end_layout
12079
12080 \begin_layout Standard
12081
12082 \series bold
12083
12084 \backslash
12085 renewcommand{
12086 \backslash
12087 multirowsetup}{
12088 \backslash
12089 centering}
12090 \end_layout
12091
12092 \begin_layout Standard
12093 というコマンドを使用して、コマンド
12094 \series bold
12095
12096 \backslash
12097 multirowsetup
12098 \series default
12099 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12100 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12101 \series bold
12102
12103 \backslash
12104 centering
12105 \series default
12106 の代わりに
12107 \series bold
12108
12109 \backslash
12110 raggedleft
12111 \series default
12112 を使用して下さい。左揃えに戻すには、
12113 \series bold
12114
12115 \backslash
12116 raggedright
12117 \series default
12118 とします。
12119 \end_layout
12120
12121 \begin_layout Standard
12122 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12123 \end_layout
12124
12125 \begin_layout Standard
12126 \noindent
12127 \align center
12128 \begin_inset ERT
12129 status collapsed
12130
12131 \begin_layout Plain Layout
12132
12133
12134 \backslash
12135 renewcommand{
12136 \backslash
12137 multirowsetup}{
12138 \backslash
12139 raggedleft}
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \begin_inset Tabular
12146 <lyxtabular version="3" rows="4" columns="3">
12147 <features rotate="0" tabularvalignment="middle">
12148 <column alignment="center" valignment="top" width="3cm">
12149 <column alignment="center" valignment="top">
12150 <column alignment="center" valignment="top">
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 長いセル項目
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 <row>
12181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 <row>
12210 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 連結列
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 </row>
12238 <row>
12239 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 </row>
12267 </lyxtabular>
12268
12269 \end_inset
12270
12271
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277
12278 \backslash
12279 renewcommand{
12280 \backslash
12281 multirowsetup}{
12282 \backslash
12283 raggedright}
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Standard
12292 連結行で新しい行に移るには、強制改行(
12293 \begin_inset Flex Ruby
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297 捷径
12298 \begin_inset Argument post:1
12299 status collapsed
12300
12301 \begin_layout Plain Layout
12302 ショートカット
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \end_layout
12309
12310 \end_inset
12311
12312
12313 \begin_inset Info
12314 type  "shortcut"
12315 arg   "newline-insert newline"
12316 \end_inset
12317
12318 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12319 \end_layout
12320
12321 \begin_layout Standard
12322 \noindent
12323 \align center
12324 \begin_inset Tabular
12325 <lyxtabular version="3" rows="3" columns="2">
12326 <features rotate="0" tabularvalignment="middle">
12327 <column alignment="left" valignment="middle" width="2cm">
12328 <column alignment="center" valignment="top">
12329 <row>
12330 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 いいい
12335 \begin_inset Newline newline
12336 \end_inset
12337
12338 いいい
12339 \begin_inset Newline newline
12340 \end_inset
12341
12342 おかしなセル
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 ははは
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 </row>
12357 <row>
12358 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 ににに
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 </row>
12377 <row>
12378 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 ろろろ
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12388 \begin_inset Text
12389
12390 \begin_layout Plain Layout
12391 ほほほ
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 </row>
12397 </lyxtabular>
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 したがって、強制改行を使うのは注意が必要です。
12406 \end_layout
12407
12408 \begin_layout Subsection
12409 対角線付きのセル
12410 \end_layout
12411
12412 \begin_layout Standard
12413 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12414 \series bold
12415 diagbox
12416 \series default
12417
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12423 \end_layout
12424
12425 \end_inset
12426
12427 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12428 \series bold
12429
12430 \backslash
12431 diagbox
12432 \series default
12433 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 diagbox[オプション]{左下}{右上}
12442 \end_layout
12443
12444 \begin_layout Standard
12445
12446 \series bold
12447
12448 \backslash
12449 diagbox[オプション]{左下}{左上}{右上}
12450 \end_layout
12451
12452 \begin_layout Standard
12453 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12454 \end_layout
12455
12456 \begin_layout Standard
12457 \begin_inset ERT
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461
12462
12463 \backslash
12464 ifdiagbox
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \begin_inset Note Note
12471 status open
12472
12473 \begin_layout Plain Layout
12474 この節は、LaTeXパッケージ
12475 \series bold
12476 diagbox
12477 \series default
12478 が導入済みの時のみ表示されます。
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \begin_layout Standard
12487 下記は、
12488 \series bold
12489
12490 \backslash
12491 diagbox
12492 \series default
12493 を第1セル中に2引数書式で使用した表の例です。
12494 \begin_inset VSpace medskip
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501 \noindent
12502 \begin_inset Tabular
12503 <lyxtabular version="3" rows="4" columns="4">
12504 <features rotate="0" tabularvalignment="middle">
12505 <column alignment="center" valignment="top">
12506 <column alignment="center" valignment="top">
12507 <column alignment="center" valignment="top">
12508 <column alignment="center" valignment="top">
12509 <row>
12510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 diagbox{
12522 \end_layout
12523
12524 \end_inset
12525
12526 名称
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532 }{
12533 \end_layout
12534
12535 \end_inset
12536
12537 パラメータ
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543 }
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 厚み(nm)
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 透明度(%)
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 硬度(MPa)
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 Perfect Green
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 45
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 80
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 504
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 </row>
12619 <row>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 Dark Multi-P
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 60
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 72
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 982
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 Crystal Clear Pro
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 18
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 86
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 374
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 </lyxtabular>
12696
12697 \end_inset
12698
12699
12700 \begin_inset VSpace medskip
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \begin_layout Standard
12707 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12708 \end_layout
12709
12710 \begin_layout Standard
12711 \noindent
12712 \align center
12713 \begin_inset Tabular
12714 <lyxtabular version="3" rows="4" columns="4">
12715 <features rotate="0" tabularvalignment="middle">
12716 <column alignment="center" valignment="top" width="0pt">
12717 <column alignment="center" valignment="top">
12718 <column alignment="center" valignment="top">
12719 <column alignment="center" valignment="top">
12720 <row>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 \begin_inset ERT
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729
12730
12731 \backslash
12732 diagbox{
12733 \end_layout
12734
12735 \end_inset
12736
12737 ホームチーム
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743 }{
12744 \end_layout
12745
12746 \end_inset
12747
12748 結果
12749 \begin_inset ERT
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753
12754 }{
12755 \end_layout
12756
12757 \end_inset
12758
12759 アウェイチーム
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765 }
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 Tigers
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 Panthers
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 Falcons
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 </row>
12803 <row>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 Tigers
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 ---
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 1:3
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 0:1
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 <row>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 Panthers
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 3:1
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 ---
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 0:0
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 <row>
12880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 Falcons
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 1:0
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 0:0
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 ---
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 </row>
12917 </lyxtabular>
12918
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \begin_layout Standard
12925 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12926 \end_layout
12927
12928 \begin_layout Standard
12929 \noindent
12930 \align center
12931 \begin_inset Tabular
12932 <lyxtabular version="3" rows="5" columns="5">
12933 <features rotate="0" tabularvalignment="middle">
12934 <column alignment="center" valignment="top" width="0pt">
12935 <column alignment="center" valignment="top">
12936 <column alignment="center" valignment="top">
12937 <column alignment="center" valignment="top">
12938 <column alignment="center" valignment="top">
12939 <row>
12940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 \begin_inset ERT
12945 status open
12946
12947 \begin_layout Plain Layout
12948
12949
12950 \backslash
12951 diagbox{
12952 \end_layout
12953
12954 \end_inset
12955
12956 ホームチーム
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962 }{
12963 \end_layout
12964
12965 \end_inset
12966
12967 結果
12968 \begin_inset ERT
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972
12973 }{
12974 \end_layout
12975
12976 \end_inset
12977
12978 アウェイチーム
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984 }
12985 \end_layout
12986
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 Tigers
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 Panthers
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 Falcons
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 \begin_inset ERT
13026 status open
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 diagbox[dir=NE]{
13033 \end_layout
13034
13035 \end_inset
13036
13037 ホームチーム
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043 }{
13044 \end_layout
13045
13046 \end_inset
13047
13048 結果
13049 \begin_inset ERT
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053
13054 }{
13055 \end_layout
13056
13057 \end_inset
13058
13059 アウェイチーム
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065 }
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 </row>
13076 <row>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 Tigers
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 ---
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 1:3
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 0:1
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 Tigers
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 <row>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 Panthers
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 3:1
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 ---
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 0:0
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Panthers
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 Falcons
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 1:0
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 0:0
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 ---
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Falcons
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 </row>
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 \begin_inset ERT
13223 status open
13224
13225 \begin_layout Plain Layout
13226
13227
13228 \backslash
13229 diagbox[dir=SW]{
13230 \end_layout
13231
13232 \end_inset
13233
13234 ホームチーム
13235 \begin_inset ERT
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239
13240 }{
13241 \end_layout
13242
13243 \end_inset
13244
13245 結果
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251 }{
13252 \end_layout
13253
13254 \end_inset
13255
13256 アウェイチーム
13257 \begin_inset ERT
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261
13262 }
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 Tigers
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 Panthers
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Falcons
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 \begin_inset ERT
13304 status open
13305
13306 \begin_layout Plain Layout
13307
13308
13309 \backslash
13310 diagbox[dir=SE]{
13311 \end_layout
13312
13313 \end_inset
13314
13315 ホームチーム
13316 \begin_inset ERT
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320
13321 }{
13322 \end_layout
13323
13324 \end_inset
13325
13326 結果
13327 \begin_inset ERT
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331
13332 }{
13333 \end_layout
13334
13335 \end_inset
13336
13337 アウェイチーム
13338 \begin_inset ERT
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342
13343 }
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 </lyxtabular>
13355
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 対角線を廻すために、コマンドオプションとして
13363 \series bold
13364 dir=方角
13365 \series default
13366 を使用しています。
13367 \emph on
13368 方角
13369 \emph default
13370 は、
13371 \series bold
13372 NE
13373 \series default
13374
13375 \series bold
13376 DE
13377 \series default
13378
13379 \series bold
13380 SW
13381 \series default
13382
13383 \series bold
13384 NW
13385 \series default
13386 のいずれかで、コンパスでの位置を示します。例えば、
13387 \series bold
13388 SW
13389 \series default
13390 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13399 \end_layout
13400
13401 \begin_layout Standard
13402 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13403 \end_layout
13404
13405 \begin_layout Standard
13406 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13407 います。
13408 \end_layout
13409
13410 \begin_layout Standard
13411 \noindent
13412 \align center
13413 \begin_inset Tabular
13414 <lyxtabular version="3" rows="2" columns="2">
13415 <features rotate="0" tabularvalignment="middle">
13416 <column alignment="center" valignment="top" width="3cm">
13417 <column alignment="center" valignment="top">
13418 <row>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 \begin_inset ERT
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427
13428
13429 \backslash
13430 diagbox{
13431 \end_layout
13432
13433 \end_inset
13434
13435 名称
13436 \begin_inset ERT
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440
13441 }{
13442 \end_layout
13443
13444 \end_inset
13445
13446 パラメータ
13447 \begin_inset ERT
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451
13452 }
13453 \end_layout
13454
13455 \end_inset
13456
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 厚み(nm)
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 Perfect Green
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 45
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 </lyxtabular>
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \begin_layout Standard
13500 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13501 \series bold
13502 width=3cm
13503 \series default
13504  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13505 \begin_inset space \thinspace{}
13506 \end_inset
13507
13508 cmに設定してあります。
13509 \series bold
13510
13511 \backslash
13512 diagbox
13513 \series default
13514 全体の幅は、本文幅(この場合は4
13515 \begin_inset space \thinspace{}
13516 \end_inset
13517
13518 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13519 \series bold
13520
13521 \backslash
13522 diagbox
13523 \series default
13524 には4
13525 \begin_inset space \thinspace{}
13526 \end_inset
13527
13528 cm + 2
13529 \begin_inset space \thinspace{}
13530 \end_inset
13531
13532
13533 \backslash
13534 tabcolsepの幅が必要です。幅の計算は、
13535 \series bold
13536
13537 \backslash
13538 diagbox
13539 \series default
13540 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13541 \end_layout
13542
13543 \begin_layout Standard
13544
13545 \series bold
13546
13547 \backslash
13548 newlength{
13549 \backslash
13550 diagtest}
13551 \begin_inset Newline newline
13552 \end_inset
13553
13554
13555 \backslash
13556 setlength{
13557 \backslash
13558 diagtest}{4cm+2
13559 \backslash
13560 tabcolsep}
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569
13570 \backslash
13571 newlength{
13572 \backslash
13573 diagtest}
13574 \end_layout
13575
13576 \begin_layout Plain Layout
13577
13578
13579 \backslash
13580 setlength{
13581 \backslash
13582 diagtest}{4cm+2
13583 \backslash
13584 tabcolsep}
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \begin_layout Standard
13593 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13594 \series bold
13595 calc
13596 \series default
13597
13598 \begin_inset Index idx
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13603 \end_layout
13604
13605 \end_inset
13606
13607 パッケージを読み込んでおく必要があります。
13608 \end_layout
13609
13610 \begin_layout Standard
13611 さて、この表の第1セルで
13612 \end_layout
13613
13614 \begin_layout Standard
13615
13616 \series bold
13617
13618 \backslash
13619 diagbox[width=
13620 \backslash
13621 diagtest]{A}{B}
13622 \end_layout
13623
13624 \begin_layout Standard
13625 というコマンドを使用します。
13626 \end_layout
13627
13628 \begin_layout Standard
13629 \noindent
13630 \align center
13631 \begin_inset Tabular
13632 <lyxtabular version="3" rows="2" columns="2">
13633 <features rotate="0" tabularvalignment="middle">
13634 <column alignment="center" valignment="top" width="4cm">
13635 <column alignment="center" valignment="top">
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 \begin_inset ERT
13642 status open
13643
13644 \begin_layout Plain Layout
13645
13646
13647 \backslash
13648 diagbox[width=
13649 \backslash
13650 diagtest]{
13651 \end_layout
13652
13653 \end_inset
13654
13655 A
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 B
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 厚み (nm)
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 <row>
13693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 Perfect Green
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 45
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 </lyxtabular>
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13721 \end_layout
13722
13723 \begin_layout Standard
13724 \noindent
13725 \align center
13726 \begin_inset Tabular
13727 <lyxtabular version="3" rows="2" columns="2">
13728 <features rotate="0" tabularvalignment="middle">
13729 <column alignment="center" valignment="top" width="0pt">
13730 <column alignment="center" valignment="top">
13731 <row>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 \begin_inset ERT
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740
13741
13742 \backslash
13743 diagbox{
13744 \end_layout
13745
13746 \end_inset
13747
13748 A
13749 \begin_inset ERT
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753
13754 }{
13755 \end_layout
13756
13757 \end_inset
13758
13759 B
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765 }
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 厚み (nm)
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 Perfect Green
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 45
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 </lyxtabular>
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 このような場合には、
13814 \series bold
13815
13816 \backslash
13817 diagbox
13818 \series default
13819 コマンドの
13820 \series bold
13821 width
13822 \series default
13823 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13824 \backslash
13825 tabcolsepを足す必要はなくなります。下記の表では、3
13826 \begin_inset space \thinspace{}
13827 \end_inset
13828
13829 cm幅を使用しています。
13830 \end_layout
13831
13832 \begin_layout Standard
13833 \noindent
13834 \align center
13835 \begin_inset Tabular
13836 <lyxtabular version="3" rows="2" columns="2">
13837 <features rotate="0" tabularvalignment="middle">
13838 <column alignment="center" valignment="top" width="0pt">
13839 <column alignment="center" valignment="top">
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 \begin_inset ERT
13846 status open
13847
13848 \begin_layout Plain Layout
13849
13850
13851 \backslash
13852 diagbox[width=3cm]{
13853 \end_layout
13854
13855 \end_inset
13856
13857 A
13858 \begin_inset ERT
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862
13863 }{
13864 \end_layout
13865
13866 \end_inset
13867
13868 B
13869 \begin_inset ERT
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873
13874 }
13875 \end_layout
13876
13877 \end_inset
13878
13879
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 厚み (nm)
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 Perfect Green
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 45
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 </lyxtabular>
13915
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13923 \series bold
13924
13925 \backslash
13926 diagbox
13927 \series default
13928 にオプション
13929 \series bold
13930 height=3cm
13931 \series default
13932 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13933 \end_layout
13934
13935 \begin_layout Standard
13936
13937 \series bold
13938
13939 \backslash
13940 diagbox[width=3cm,height=1.4cm]{A
13941 \backslash
13942
13943 \backslash
13944 B}{C
13945 \backslash
13946
13947 \backslash
13948 D}
13949 \end_layout
13950
13951 \begin_layout Standard
13952 というコマンドを使用しています。ここでコマンド
13953 \series bold
13954
13955 \backslash
13956
13957 \backslash
13958
13959 \series default
13960 は改行をするためのものです
13961 \begin_inset Foot
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966 \family sans
13967 Ctrl+Return
13968 \family default
13969 を使っての改行は、列が固定幅の時のみ、使用することができます。
13970 \end_layout
13971
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \begin_layout Standard
13978 \noindent
13979 \align center
13980 \begin_inset Tabular
13981 <lyxtabular version="3" rows="2" columns="2">
13982 <features rotate="0" tabularvalignment="middle">
13983 <column alignment="center" valignment="top">
13984 <column alignment="center" valignment="top">
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 \begin_inset ERT
13991 status open
13992
13993 \begin_layout Plain Layout
13994
13995
13996 \backslash
13997 diagbox[width=3cm,height=1.4cm]{
13998 \end_layout
13999
14000 \end_inset
14001
14002 A
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008
14009 \backslash
14010
14011 \backslash
14012
14013 \end_layout
14014
14015 \end_inset
14016
14017 B
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }{
14024 \end_layout
14025
14026 \end_inset
14027
14028 C
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034
14035 \backslash
14036
14037 \backslash
14038
14039 \end_layout
14040
14041 \end_inset
14042
14043 D
14044 \begin_inset ERT
14045 status collapsed
14046
14047 \begin_layout Plain Layout
14048
14049 }
14050 \end_layout
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 厚み (nm)
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 </row>
14069 <row>
14070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 Perfect Green
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 45
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 </row>
14089 </lyxtabular>
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102
14103 \backslash
14104 else
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \begin_inset Note Note
14111 status open
14112
14113 \begin_layout Plain Layout
14114 以下は、LaTeXパッケージ
14115 \series bold
14116 diagbox
14117 \series default
14118 が導入済みでないときに表示されます。
14119 \end_layout
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \begin_layout Standard
14127 本節の内容を出力に表示するためには、
14128 \series bold
14129 diagbox
14130 \series default
14131 パッケージを導入しなくてはなりません。
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \begin_inset ERT
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139
14140
14141 \backslash
14142 fi
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \begin_layout Standard
14151 LaTeXパッケージ
14152 \series bold
14153 diagbox
14154 \series default
14155 についての詳しい情報は、取扱説明書
14156 \begin_inset CommandInset citation
14157 LatexCommand cite
14158 key "diagbox"
14159
14160 \end_inset
14161
14162 をご覧ください。
14163 \end_layout
14164
14165 \begin_layout Section
14166 フォーマル形式の表
14167 \begin_inset CommandInset label
14168 LatexCommand label
14169 name "sec:フォーマル形式の表"
14170
14171 \end_inset
14172
14173
14174 \begin_inset Index idx
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187 書籍中の表は、よく表
14188 \begin_inset CommandInset ref
14189 LatexCommand ref
14190 reference "tab:ブックタブ表の例"
14191
14192 \end_inset
14193
14194 のように組版されます。この種の表は、「
14195 \emph on
14196 フォーマル形式
14197 \emph default
14198 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14199 \end_layout
14200
14201 \begin_layout Standard
14202 \begin_inset Float table
14203 placement h
14204 wide false
14205 sideways false
14206 status open
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Caption Standard
14210
14211 \begin_layout Plain Layout
14212 \begin_inset CommandInset label
14213 LatexCommand label
14214 name "tab:ブックタブ表の例"
14215
14216 \end_inset
14217
14218 ブックタブ表の例
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Plain Layout
14227 \align center
14228 \begin_inset Tabular
14229 <lyxtabular version="3" rows="8" columns="4">
14230 <features rotate="0" booktabs="true" tabularvalignment="middle">
14231 <column alignment="center" valignment="top">
14232 <column alignment="center" valignment="top">
14233 <column alignment="center" valignment="top">
14234 <column alignment="center" valignment="top">
14235 <row>
14236 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 システム
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 Medipix
14250 \begin_inset space \thinspace{}
14251 \end_inset
14252
14253 1
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 Medipix
14263 \begin_inset space \thinspace{}
14264 \end_inset
14265
14266 2
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="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 </row>
14281 <row>
14282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset ERT
14287 status collapsed
14288
14289 \begin_layout Plain Layout
14290
14291
14292 \backslash
14293 cmidrule(r){2-2}
14294 \end_layout
14295
14296 \end_inset
14297
14298
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304
14305 \backslash
14306 cmidrule(l){3-4}
14307 \end_layout
14308
14309 \end_inset
14310
14311 検知器の厚み [
14312 \begin_inset Formula $\mu m$
14313 \end_inset
14314
14315 ]
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 300
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 300
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 <cell alignment="center" valignment="top" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 700
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 </row>
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 エッジ角 [度]
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 <cell alignment="center" valignment="top" topline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 3.55
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 2.71
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 7.99
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row topspace="default">
14387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 空間分解能 [
14392 \begin_inset Formula $\mu m$
14393 \end_inset
14394
14395 ]
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 4.26
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell alignment="center" valignment="top" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 10.17
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 10.56
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 <row topspace="default">
14429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 \begin_inset Formula $f_{\mathrm{max}}$
14434 \end_inset
14435
14436 におけるMTF
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell alignment="center" valignment="top" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 0.53
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 0.37
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 0.39
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 </row>
14469 <row topspace="default">
14470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479
14480 \backslash
14481 cmidrule[2pt](l{10pt}){1-1}
14482 \end_layout
14483
14484 \end_inset
14485
14486 LSF空間分解能
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 </row>
14519 <row>
14520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 \begin_inset Formula $\mu m$
14525 \end_inset
14526
14527 表示
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 129.7
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 52.75
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 50.78
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 </row>
14560 <row>
14561 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 ピクセルサイズに対する%表示
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 76.3
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 95.9
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 92.3
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 </row>
14598 </lyxtabular>
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \begin_layout Standard
14611 表中の行に余白を加えるには、第
14612 \begin_inset CommandInset ref
14613 LatexCommand ref
14614 reference "sub:行の余白取り"
14615
14616 \end_inset
14617
14618 節に述べられているように、表の設定ダイアログの
14619 \family sans
14620 罫線
14621 \family default
14622 タブを使用します。
14623 \end_layout
14624
14625 \begin_layout Standard
14626 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14627 \begin_inset Newline newline
14628 \end_inset
14629
14630 最初と最後の表罫線の既定幅は0.08
14631 \begin_inset space \thinspace{}
14632 \end_inset
14633
14634 emですが、他の罫線の既定幅は0.05
14635 \begin_inset space \thinspace{}
14636 \end_inset
14637
14638 emです。
14639 \end_layout
14640
14641 \begin_layout Standard
14642 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14643 \end_layout
14644
14645 \begin_layout Standard
14646
14647 \series bold
14648
14649 \backslash
14650 let
14651 \backslash
14652 mytoprule
14653 \backslash
14654 toprule
14655 \begin_inset Newline newline
14656 \end_inset
14657
14658
14659 \backslash
14660 renewcommand{
14661 \backslash
14662 toprule}{
14663 \backslash
14664 mytoprule[幅]}
14665 \end_layout
14666
14667 \begin_layout Standard
14668 上の例は、
14669 \series bold
14670 toprule
14671 \series default
14672 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14673 \series bold
14674 toprule
14675 \series default
14676
14677 \series bold
14678 bottomrule
14679 \series default
14680 に置き換えて下さい。他の罫線の線幅を変更するには、
14681 \series bold
14682 toprule
14683 \series default
14684
14685 \series bold
14686 midrule
14687 \series default
14688 に置き換えます。線幅を設定する上では、付録
14689 \begin_inset CommandInset ref
14690 LatexCommand ref
14691 reference "cha:LyXで使用できる単位"
14692
14693 \end_inset
14694
14695 に挙げてあるすべての単位を使用することができます。
14696 \end_layout
14697
14698 \begin_layout Standard
14699 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14700 \series bold
14701
14702 \backslash
14703 cmidrule
14704 \series default
14705 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14706 \end_layout
14707
14708 \begin_layout Standard
14709
14710 \series bold
14711
14712 \backslash
14713 cmidrule[幅](刈込){開始列-終了列}
14714 \end_layout
14715
14716 \begin_layout Standard
14717 です。
14718 \series bold
14719
14720 \backslash
14721 cmidrule
14722 \series default
14723 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14724 \series bold
14725
14726 \backslash
14727 cmidrule
14728 \series default
14729 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 この線幅の既定値は0.03
14735 \begin_inset space \thinspace{}
14736 \end_inset
14737
14738 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14739 。非必須パラメーターの「刈込」は、
14740 \emph on
14741 l{刈込幅}
14742 \emph default
14743 あるいは
14744 \emph on
14745 r{刈込幅}
14746 \emph default
14747 の値を取り、刈込幅の指定は非必須です。たとえば、
14748 \emph on
14749 l{2pt}
14750 \emph default
14751 というパラメーターを使うと、罫線が左端から2
14752 \begin_inset space \thinspace{}
14753 \end_inset
14754
14755 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14756 \begin_inset space \thinspace{}
14757 \end_inset
14758
14759 emだけ刈り込まれます。
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset VSpace bigskip
14764 \end_inset
14765
14766
14767 \begin_inset CommandInset ref
14768 LatexCommand ref
14769 reference "tab:ブックタブ表の例"
14770
14771 \end_inset
14772
14773 は、
14774 \end_layout
14775
14776 \begin_layout Standard
14777
14778 \series bold
14779
14780 \backslash
14781 cmidrule(r){2-2}
14782 \backslash
14783 cmidrule(l){3-4}
14784 \end_layout
14785
14786 \begin_layout Standard
14787 というコマンドを第二行の初めに使用し、
14788 \end_layout
14789
14790 \begin_layout Standard
14791
14792 \series bold
14793
14794 \backslash
14795 cmidrule[2pt](l{10pt}){1-1}
14796 \end_layout
14797
14798 \begin_layout Standard
14799 を第六行に使用して作成されています。
14800 \end_layout
14801
14802 \begin_layout Standard
14803 \begin_inset VSpace bigskip
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 ときには、表
14811 \begin_inset CommandInset ref
14812 LatexCommand ref
14813 reference "tab:特殊なブックタブ表"
14814
14815 \end_inset
14816
14817 のような重なり合った
14818 \series bold
14819
14820 \backslash
14821 cmidrule
14822 \series default
14823 が欲しいことがあるかもしれません。これは、TeXコードで
14824 \end_layout
14825
14826 \begin_layout Standard
14827
14828 \series bold
14829
14830 \backslash
14831 morecmidrules
14832 \end_layout
14833
14834 \begin_layout Standard
14835 コマンドを使用することによって実現することができます。表
14836 \begin_inset CommandInset ref
14837 LatexCommand ref
14838 reference "tab:特殊なブックタブ表"
14839
14840 \end_inset
14841
14842 の第二列には
14843 \end_layout
14844
14845 \begin_layout Standard
14846
14847 \series bold
14848
14849 \backslash
14850 cmidrule(r){2-2}
14851 \backslash
14852 cmidrule(l){3-4}
14853 \backslash
14854 morecmidrules
14855 \backslash
14856 cmidrule{2-4}
14857 \end_layout
14858
14859 \begin_layout Standard
14860 というコマンドが使用されており、第六列には
14861 \end_layout
14862
14863 \begin_layout Standard
14864
14865 \series bold
14866
14867 \backslash
14868 midrule
14869 \backslash
14870 morecmidrules
14871 \backslash
14872 cmidrule{3-4}
14873 \end_layout
14874
14875 \begin_layout Standard
14876 というコマンドが使用されています。
14877 \end_layout
14878
14879 \begin_layout Standard
14880 \begin_inset VSpace bigskip
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \begin_layout Standard
14887 罫線の余白取りにどうしても満足が行かない場合には、
14888 \end_layout
14889
14890 \begin_layout Standard
14891
14892 \series bold
14893
14894 \backslash
14895 specialrule{幅}{上余白}{下余白}
14896 \end_layout
14897
14898 \begin_layout Standard
14899 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14900 \series bold
14901 booktabs
14902 \series default
14903  
14904 \begin_inset CommandInset citation
14905 LatexCommand cite
14906 key "booktabs"
14907
14908 \end_inset
14909
14910
14911 \begin_inset Index idx
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14916 \end_layout
14917
14918 \end_inset
14919
14920 の取扱説明書をご参照下さい。
14921 \end_layout
14922
14923 \begin_layout Standard
14924 \begin_inset Float table
14925 placement h
14926 wide false
14927 sideways false
14928 status open
14929
14930 \begin_layout Plain Layout
14931 \begin_inset Caption Standard
14932
14933 \begin_layout Plain Layout
14934 \begin_inset CommandInset label
14935 LatexCommand label
14936 name "tab:特殊なブックタブ表"
14937
14938 \end_inset
14939
14940 特殊なブックタブ表
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Plain Layout
14949 \align center
14950 \begin_inset Tabular
14951 <lyxtabular version="3" rows="8" columns="4">
14952 <features rotate="0" booktabs="true" tabularvalignment="middle">
14953 <column alignment="center" valignment="top">
14954 <column alignment="center" valignment="top">
14955 <column alignment="center" valignment="top">
14956 <column alignment="center" valignment="top">
14957 <row>
14958 <cell alignment="center" valignment="top" topline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 システム
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" topline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 Medipix
14972 \begin_inset space \thinspace{}
14973 \end_inset
14974
14975 1
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 Medipix
14985 \begin_inset space \thinspace{}
14986 \end_inset
14987
14988 2
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row>
15004 <cell alignment="center" valignment="top" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset ERT
15009 status collapsed
15010
15011 \begin_layout Plain Layout
15012
15013
15014 \backslash
15015 cmidrule(r){2-2}
15016 \end_layout
15017
15018 \end_inset
15019
15020
15021 \begin_inset ERT
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025
15026
15027 \backslash
15028 cmidrule(l){3-4}
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \begin_inset ERT
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038
15039
15040 \backslash
15041 morecmidrules 
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \begin_inset ERT
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051
15052
15053 \backslash
15054 cmidrule{2-4}
15055 \end_layout
15056
15057 \end_inset
15058
15059 検知器の厚み [
15060 \begin_inset Formula $\mu m$
15061 \end_inset
15062
15063 ]
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 300
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 300
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 700
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" topline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 エッジ角 [度]
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 3.55
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 2.71
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 7.99
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row topspace="default">
15135 <cell alignment="center" valignment="top" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 空間分解能 [
15140 \begin_inset Formula $\mu m$
15141 \end_inset
15142
15143 ]
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 4.26
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 10.17
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 10.56
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 </row>
15176 <row topspace="default">
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $f_{\mathrm{max}}$
15182 \end_inset
15183
15184 におけるMTF
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 0.53
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 0.37
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 0.39
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 \begin_inset ERT
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226
15227
15228 \backslash
15229 morecmidrules 
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \begin_inset ERT
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239
15240
15241 \backslash
15242 cmidrule{3-4}
15243 \end_layout
15244
15245 \end_inset
15246
15247 LSF空間分解能
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" topline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" topline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $\mu m$
15286 \end_inset
15287
15288 表示
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 129.7
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 52.75
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 50.78
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326 ピクセルサイズに対する%表示
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 76.3
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 95.9
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 92.3
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 </lyxtabular>
15360
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \begin_layout Section
15372 表の垂直揃え
15373 \begin_inset Index idx
15374 status collapsed
15375
15376 \begin_layout Plain Layout
15377 ひょう@表 ! そろえ@揃え
15378 \end_layout
15379
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Standard
15386 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15387 \begin_inset CommandInset ref
15388 LatexCommand ref
15389 reference "sec:ボックスダイアログ"
15390
15391 \end_inset
15392
15393 節に述べられているように、ボックスの垂直揃えを行います。
15394 \end_layout
15395
15396 \begin_layout Standard
15397 以下の例では、各表は15
15398 \begin_inset space \thinspace{}
15399 \end_inset
15400
15401 列幅%を持つminipage
15402 \begin_inset Foot
15403 status collapsed
15404
15405 \begin_layout Plain Layout
15406 minipageは第
15407 \begin_inset CommandInset ref
15408 LatexCommand ref
15409 reference "sec:ミニページ"
15410
15411 \end_inset
15412
15413 節で説明されています。
15414 \end_layout
15415
15416 \end_inset
15417
15418 ボックスの中に入れてあります。
15419 \end_layout
15420
15421 \begin_layout Itemize
15422 動作試験 
15423 \begin_inset Box Frameless
15424 position "t"
15425 hor_pos "c"
15426 has_inner_box 1
15427 inner_pos "c"
15428 use_parbox 0
15429 use_makebox 0
15430 width "15col%"
15431 special "none"
15432 height "1in"
15433 height_special "totalheight"
15434 status collapsed
15435
15436 \begin_layout Plain Layout
15437 \begin_inset Tabular
15438 <lyxtabular version="3" rows="3" columns="3">
15439 <features rotate="0" tabularvalignment="middle">
15440 <column alignment="center" valignment="top">
15441 <column alignment="center" valignment="top">
15442 <column alignment="center" valignment="top">
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 </row>
15472 <row>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 </row>
15501 <row>
15502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 </row>
15530 </lyxtabular>
15531
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538
15539  動作試験 
15540 \begin_inset ERT
15541 status collapsed
15542
15543 \begin_layout Plain Layout
15544
15545
15546 \backslash
15547 raisebox{0.85
15548 \backslash
15549 baselineskip}{
15550 \end_layout
15551
15552 \end_inset
15553
15554
15555 \begin_inset Box Frameless
15556 position "t"
15557 hor_pos "c"
15558 has_inner_box 1
15559 inner_pos "c"
15560 use_parbox 0
15561 use_makebox 0
15562 width "15col%"
15563 special "none"
15564 height "1in"
15565 height_special "totalheight"
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Tabular
15570 <lyxtabular version="3" rows="3" columns="3">
15571 <features rotate="0" tabularvalignment="middle">
15572 <column alignment="center" valignment="top">
15573 <column alignment="center" valignment="top">
15574 <column alignment="center" valignment="top">
15575 <row>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 </row>
15662 </lyxtabular>
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670
15671
15672 \begin_inset ERT
15673 status collapsed
15674
15675 \begin_layout Plain Layout
15676
15677 }
15678 \end_layout
15679
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \begin_layout Itemize
15686 動作試験 
15687 \begin_inset Box Frameless
15688 position "c"
15689 hor_pos "c"
15690 has_inner_box 1
15691 inner_pos "c"
15692 use_parbox 0
15693 use_makebox 0
15694 width "15col%"
15695 special "none"
15696 height "1in"
15697 height_special "totalheight"
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701 \begin_inset Tabular
15702 <lyxtabular version="3" rows="3" columns="3">
15703 <features rotate="0" tabularvalignment="middle">
15704 <column alignment="center" valignment="top">
15705 <column alignment="center" valignment="top">
15706 <column alignment="center" valignment="top">
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 </lyxtabular>
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \end_inset
15802
15803
15804 \end_layout
15805
15806 \begin_layout Itemize
15807 動作試験 
15808 \begin_inset Box Frameless
15809 position "b"
15810 hor_pos "c"
15811 has_inner_box 1
15812 inner_pos "c"
15813 use_parbox 0
15814 use_makebox 0
15815 width "15col%"
15816 special "none"
15817 height "1in"
15818 height_special "totalheight"
15819 status collapsed
15820
15821 \begin_layout Plain Layout
15822 \begin_inset Tabular
15823 <lyxtabular version="3" rows="3" columns="3">
15824 <features rotate="0" tabularvalignment="middle">
15825 <column alignment="center" valignment="top">
15826 <column alignment="center" valignment="top">
15827 <column alignment="center" valignment="top">
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 </lyxtabular>
15916
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923
15924  動作試験 
15925 \begin_inset ERT
15926 status collapsed
15927
15928 \begin_layout Plain Layout
15929
15930
15931 \backslash
15932 raisebox{-0.32
15933 \backslash
15934 baselineskip}{
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \begin_inset Box Frameless
15941 position "b"
15942 hor_pos "c"
15943 has_inner_box 1
15944 inner_pos "c"
15945 use_parbox 0
15946 use_makebox 0
15947 width "15col%"
15948 special "none"
15949 height "1in"
15950 height_special "totalheight"
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954 \begin_inset Tabular
15955 <lyxtabular version="3" rows="3" columns="3">
15956 <features rotate="0" tabularvalignment="middle">
15957 <column alignment="center" valignment="top">
15958 <column alignment="center" valignment="top">
15959 <column alignment="center" valignment="top">
15960 <row>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 <row>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 </row>
16047 </lyxtabular>
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055
16056
16057 \begin_inset ERT
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061
16062 }
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \begin_layout Standard
16071 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16072 \begin_inset Foot
16073 status collapsed
16074
16075 \begin_layout Plain Layout
16076 raiseboxは、第
16077 \begin_inset CommandInset ref
16078 LatexCommand ref
16079 reference "sub:垂直揃え"
16080
16081 \end_inset
16082
16083 節で説明されています。
16084 \end_layout
16085
16086 \end_inset
16087
16088 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16089 \end_layout
16090
16091 \begin_layout Standard
16092
16093 \series bold
16094
16095 \backslash
16096 raisebox{0.85
16097 \backslash
16098 baselineskip}{
16099 \end_layout
16100
16101 \begin_layout Standard
16102 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16103 \series bold
16104 }
16105 \series default
16106 をTeXコードとして挿入してあります。最後の項目の第二表には、
16107 \end_layout
16108
16109 \begin_layout Standard
16110
16111 \series bold
16112
16113 \backslash
16114 raisebox{-0.32
16115 \backslash
16116 baselineskip}{
16117 \end_layout
16118
16119 \begin_layout Standard
16120 というコマンドを使用しています。
16121 \end_layout
16122
16123 \begin_layout Standard
16124 \begin_inset Note Greyedout
16125 status open
16126
16127 \begin_layout Plain Layout
16128
16129 \series bold
16130 【註】
16131 \series default
16132 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16133 \series bold
16134
16135 \backslash
16136 raisebox
16137 \series default
16138 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16139 \end_layout
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \begin_layout Section
16147 色付きの表
16148 \begin_inset CommandInset label
16149 LatexCommand label
16150 name "sec:色付きの表"
16151
16152 \end_inset
16153
16154
16155 \begin_inset Index idx
16156 status collapsed
16157
16158 \begin_layout Plain Layout
16159 ひょう@表 ! いろつき@色付き
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Subsection
16168 色付きのセル
16169 \begin_inset Index idx
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173 ひょうのいろ@表の色 ! せるぶ@セル部
16174 \end_layout
16175
16176 \end_inset
16177
16178
16179 \begin_inset Index idx
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 いろつき@色付き ! ひょうせるぶ@表セル部
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \begin_inset Float table
16193 placement h
16194 wide false
16195 sideways false
16196 status open
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Caption Standard
16200
16201 \begin_layout Plain Layout
16202 \begin_inset CommandInset label
16203 LatexCommand label
16204 name "tab:colortblなしの表"
16205
16206 \end_inset
16207
16208
16209 \series bold
16210 colortbl
16211 \series default
16212 パッケージを使用しない色付き表
16213 \begin_inset Argument 1
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217 colortblなしの表
16218 \end_layout
16219
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \begin_layout Plain Layout
16231 \align center
16232 \begin_inset Tabular
16233 <lyxtabular version="3" rows="3" columns="3">
16234 <features rotate="0" tabularvalignment="middle">
16235 <column alignment="center" valignment="top">
16236 <column alignment="center" valignment="top">
16237 <column alignment="center" valignment="top">
16238 <row>
16239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243
16244 \color green
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \color red
16256
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265
16266 \color red
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278
16279 \color green
16280
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \color blue
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300
16301 \color blue
16302
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \color green
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324
16325 \color blue
16326
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335
16336 \color blue
16337
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 </lyxtabular>
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \begin_layout Standard
16356 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16357 \family sans
16358 編集\SpecialChar \menuseparator
16359 文字様式
16360 \family default
16361 メニューで色を選んでください。表
16362 \begin_inset CommandInset ref
16363 LatexCommand ref
16364 reference "tab:colortblなしの表"
16365
16366 \end_inset
16367
16368 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16369 \series bold
16370 colortbl
16371 \series default
16372
16373 \begin_inset Index idx
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16378 \end_layout
16379
16380 \end_inset
16381
16382 を使用しなくてはなりません。
16383 \end_layout
16384
16385 \begin_layout Standard
16386 \begin_inset ERT
16387 status collapsed
16388
16389 \begin_layout Plain Layout
16390
16391
16392 \backslash
16393 ifcolortbl
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \begin_inset Note Note
16400 status open
16401
16402 \begin_layout Plain Layout
16403 本節の以下の部分は、LaTeXパッケージ
16404 \series bold
16405 colortbl
16406 \series default
16407 が導入済みのときのみ表示されます。
16408 \end_layout
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Standard
16416 色付きの表を作成するには、プリアンブルに
16417 \end_layout
16418
16419 \begin_layout Standard
16420
16421 \series bold
16422
16423 \backslash
16424 usepackage{colortbl}
16425 \end_layout
16426
16427 \begin_layout Standard
16428 という行を書いて
16429 \series bold
16430 colortbl
16431 \series default
16432 を読み込まなくてはなりません。列の色は、
16433 \series bold
16434 >{ }
16435 \series default
16436 コマンドの中に
16437 \end_layout
16438
16439 \begin_layout Standard
16440
16441 \series bold
16442
16443 \backslash
16444 columncolor{色彩名}
16445 \end_layout
16446
16447 \begin_layout Standard
16448 というコマンドを書いて指定することができます。
16449 \series bold
16450 >{}
16451 \series default
16452 コマンドに関する詳細は、第
16453 \begin_inset CommandInset ref
16454 LatexCommand ref
16455 reference "sub:連結列の計算"
16456
16457 \end_inset
16458
16459 節に述べられています。
16460 \end_layout
16461
16462 \begin_layout Standard
16463 以下の色彩名が事前に定義されています。
16464 \end_layout
16465
16466 \begin_layout Standard
16467
16468 \family sans
16469 red
16470 \family default
16471
16472 \family sans
16473 green
16474 \family default
16475
16476 \family sans
16477 yellow
16478 \family default
16479
16480 \family sans
16481 blue
16482 \family default
16483
16484 \family sans
16485 cyan
16486 \family default
16487
16488 \family sans
16489 magenta
16490 \family default
16491
16492 \family sans
16493 black
16494 \family default
16495
16496 \family sans
16497 white
16498 \end_layout
16499
16500 \begin_layout Standard
16501 \begin_inset VSpace medskip
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \begin_layout Standard
16508 また、文書設定中で、文書クラスオプションに
16509 \end_layout
16510
16511 \begin_layout Standard
16512
16513 \series bold
16514 usenames,dvipsnames
16515 \end_layout
16516
16517 \begin_layout Standard
16518 を与えると、さらに61色を使用することができます。これらの色は、附録
16519 \begin_inset CommandInset ref
16520 LatexCommand ref
16521 reference "chap:dvips色名一覧"
16522
16523 \end_inset
16524
16525 に列挙されています。それらの色の1つ、
16526 \family sans
16527 Maroon
16528 \family default
16529 が、例として表
16530 \begin_inset CommandInset ref
16531 LatexCommand ref
16532 reference "tab:色付き表"
16533
16534 \end_inset
16535
16536 に使用されています。
16537 \end_layout
16538
16539 \begin_layout Standard
16540 \begin_inset VSpace medskip
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \begin_layout Standard
16547 また
16548 \end_layout
16549
16550 \begin_layout Standard
16551
16552 \series bold
16553
16554 \backslash
16555 definecolor{色彩名}{色彩モデル}{色彩値}
16556 \end_layout
16557
16558 \begin_layout Standard
16559 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16560 \end_layout
16561
16562 \begin_layout Labeling
16563 \labelwidthstring 00.00.0000
16564 cmyk: シアン(
16565 \bar under
16566 c
16567 \bar default
16568 yan)・マゼンタ(
16569 \bar under
16570 m
16571 \bar default
16572 agenta)・黄(
16573 \bar under
16574 y
16575 \bar default
16576 ellow)・黒(blac
16577 \bar under
16578 k
16579 \bar default
16580 )
16581 \end_layout
16582
16583 \begin_layout Labeling
16584 \labelwidthstring 00.00.0000
16585 rgb: 赤(
16586 \bar under
16587 r
16588 \bar default
16589 ed)・緑(
16590 \bar under
16591 g
16592 \bar default
16593 reen)・青(
16594 \bar under
16595 b
16596 \bar default
16597 lue)
16598 \end_layout
16599
16600 \begin_layout Labeling
16601 \labelwidthstring 00.00.0000
16602 gray: グレー
16603 \end_layout
16604
16605 \begin_layout Standard
16606 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16607 \end_layout
16608
16609 \begin_layout Standard
16610 たとえば、プリアンブルに
16611 \end_layout
16612
16613 \begin_layout Standard
16614
16615 \series bold
16616
16617 \backslash
16618 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16619 \end_layout
16620
16621 \begin_layout Standard
16622 と書くことによって、「
16623 \emph on
16624 darkgreen
16625 \emph default
16626 」色を定義することができますし、
16627 \end_layout
16628
16629 \begin_layout Standard
16630
16631 \series bold
16632
16633 \backslash
16634 definecolor{lightgray}{gray}{0.8}
16635 \end_layout
16636
16637 \begin_layout Standard
16638 と書けば、「
16639 \emph on
16640 lightgray
16641 \emph default
16642 」色を定義することができます。
16643 \end_layout
16644
16645 \begin_layout Standard
16646 \begin_inset VSpace medskip
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Standard
16653 罫線は
16654 \end_layout
16655
16656 \begin_layout Standard
16657
16658 \series bold
16659
16660 \backslash
16661 rowcolor{色彩名}
16662 \end_layout
16663
16664 \begin_layout Standard
16665 というコマンドを使用して色付けすることができ、セルは
16666 \end_layout
16667
16668 \begin_layout Standard
16669
16670 \series bold
16671
16672 \backslash
16673 cellcolor{色彩名}
16674 \end_layout
16675
16676 \begin_layout Standard
16677 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16678 \end_layout
16679
16680 \begin_layout Standard
16681 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16682 \family sans
16683 編集\SpecialChar \menuseparator
16684 文字様式
16685 \family default
16686 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16687 ます。
16688 \end_layout
16689
16690 \begin_layout Standard
16691 \begin_inset Note Greyedout
16692 status open
16693
16694 \begin_layout Plain Layout
16695
16696 \series bold
16697 【註】
16698 \series default
16699 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Standard
16708 \begin_inset VSpace bigskip
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715
16716 \begin_inset CommandInset ref
16717 LatexCommand ref
16718 reference "tab:色付き表"
16719
16720 \end_inset
16721
16722 を作成するには、以下のようにしてください。第一列の色は
16723 \emph on
16724 darkgreen
16725 \emph default
16726 にしたいので、この列のLaTeX変数として
16727 \end_layout
16728
16729 \begin_layout Standard
16730
16731 \series bold
16732 >{
16733 \backslash
16734 columncolor{darkgreen}
16735 \backslash
16736 centering}c
16737 \end_layout
16738
16739 \begin_layout Standard
16740 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16741 \end_layout
16742
16743 \begin_layout Standard
16744
16745 \series bold
16746
16747 \backslash
16748 rowcolow{cyan}
16749 \end_layout
16750
16751 \begin_layout Standard
16752 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16753 \end_layout
16754
16755 \begin_layout Standard
16756
16757 \series bold
16758
16759 \backslash
16760 cellcolor{Maroon}
16761 \end_layout
16762
16763 \begin_layout Standard
16764 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16765 \family sans
16766 編集\SpecialChar \menuseparator
16767 文字様式
16768 \family default
16769 メニューを使って、各文字に色付けをすることができます。
16770 \end_layout
16771
16772 \begin_layout Standard
16773 \begin_inset Float table
16774 placement h
16775 wide false
16776 sideways false
16777 status open
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Caption Standard
16781
16782 \begin_layout Plain Layout
16783
16784 \series bold
16785 \begin_inset CommandInset label
16786 LatexCommand label
16787 name "tab:色付き表"
16788
16789 \end_inset
16790
16791 colortbl
16792 \series default
16793 パッケージを使用した色付き表
16794 \begin_inset Argument 1
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 colortblを使った表
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Plain Layout
16812 \align center
16813 \begin_inset Tabular
16814 <lyxtabular version="3" rows="3" columns="3">
16815 <features rotate="0" tabularvalignment="middle">
16816 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16817 <column alignment="center" valignment="top">
16818 <column alignment="center" valignment="top">
16819 <row>
16820 <cell alignment="center" valignment="top" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset ERT
16825 status collapsed
16826
16827 \begin_layout Plain Layout
16828
16829
16830 \backslash
16831 rowcolor{cyan}
16832 \end_layout
16833
16834 \end_inset
16835
16836
16837 \color magenta
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \color red
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \color red
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \color yellow
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \color blue
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \color blue
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \color yellow
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \color blue
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset ERT
16929 status collapsed
16930
16931 \begin_layout Plain Layout
16932
16933
16934 \backslash
16935 cellcolor{Maroon}
16936 \end_layout
16937
16938 \end_inset
16939
16940
16941 \color green
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 </lyxtabular>
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \begin_layout Standard
16961 \begin_inset ERT
16962 status collapsed
16963
16964 \begin_layout Plain Layout
16965
16966
16967 \backslash
16968 else
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \begin_inset Note Note
16975 status open
16976
16977 \begin_layout Plain Layout
16978 以下は、LaTeXパッケージ
16979 \series bold
16980 colortbl
16981 \series default
16982 が導入されていないときに表示されます。
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 この節の内容を出力で表示させるには、
16992 \series bold
16993 colortbl
16994 \series default
16995 パッケージを導入する必要があります。
16996 \end_layout
16997
16998 \begin_layout Standard
16999 \begin_inset ERT
17000 status collapsed
17001
17002 \begin_layout Plain Layout
17003
17004
17005 \backslash
17006 fi
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Subsection
17015 色付き行
17016 \begin_inset Index idx
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17021 \end_layout
17022
17023 \end_inset
17024
17025
17026 \begin_inset Index idx
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030 いろつき@色付き ! ひょうのぎょう@表の行
17031 \end_layout
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \begin_layout Standard
17039 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
17040 \end_layout
17041
17042 \begin_layout Standard
17043
17044 \series bold
17045
17046 \backslash
17047 usepackage[table]{xcolor}
17048 \end_layout
17049
17050 \begin_layout Standard
17051 というコマンドを使用して、
17052 \series bold
17053 xcolor
17054 \series default
17055
17056 \begin_inset Index idx
17057 status collapsed
17058
17059 \begin_layout Plain Layout
17060 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17061 \begin_inset ERT
17062 status collapsed
17063
17064 \begin_layout Plain Layout
17065
17066
17067 \backslash
17068 vspace{4mm}
17069 \end_layout
17070
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077
17078 パッケージを読み込むのです。
17079 \series bold
17080 xcolor
17081 \series default
17082 は、自動的に
17083 \series bold
17084 colortbl
17085 \series default
17086
17087 \begin_inset Index idx
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17092 \end_layout
17093
17094 \end_inset
17095
17096 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
17097 \series bold
17098 colortbl
17099 \series default
17100 も導入されていなくてはなりません。
17101 \end_layout
17102
17103 \begin_layout Standard
17104 \begin_inset ERT
17105 status collapsed
17106
17107 \begin_layout Plain Layout
17108
17109
17110 \backslash
17111 ifcolortbl
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \begin_inset Note Note
17118 status open
17119
17120 \begin_layout Plain Layout
17121 本節の以下の部分は、LaTeXパッケージ
17122 \series bold
17123 colortbl
17124 \series default
17125 が導入済みのときのみ表示されます。
17126 \end_layout
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \begin_layout Standard
17134 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
17135 \end_layout
17136
17137 \begin_layout Standard
17138
17139 \series bold
17140
17141 \backslash
17142 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17143 \end_layout
17144
17145 \begin_layout Standard
17146 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17147 を付加する時に用います。したがって、例えば
17148 \end_layout
17149
17150 \begin_layout Standard
17151
17152 \series bold
17153
17154 \backslash
17155 rowcolors{1}{white}{lightgray}
17156 \end_layout
17157
17158 \begin_layout Standard
17159 というコマンドは、表
17160 \begin_inset CommandInset ref
17161 LatexCommand ref
17162 reference "tab:表-行色"
17163
17164 \end_inset
17165
17166 のようなカラースキームをもたらします。また、
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 rowcolors[
17175 \backslash
17176 hline]{1}{lightgray}{cyan}
17177 \end_layout
17178
17179 \begin_layout Standard
17180 というコマンドを用いると、表
17181 \begin_inset CommandInset ref
17182 LatexCommand ref
17183 reference "tab:表-行色-2"
17184
17185 \end_inset
17186
17187 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17188 \end_layout
17189
17190 \begin_layout Standard
17191
17192 \series bold
17193
17194 \backslash
17195 rowcolors{1}{}{}
17196 \end_layout
17197
17198 \begin_layout Standard
17199 というコマンドはすべての色付けを削除することになります。
17200 \series bold
17201
17202 \backslash
17203 rowcolors
17204 \series default
17205 は、コマンドに続くすべての表に影響を及ぼします。
17206 \end_layout
17207
17208 \begin_layout Standard
17209 \begin_inset ERT
17210 status open
17211
17212 \begin_layout Plain Layout
17213
17214
17215 \backslash
17216 rowcolors{1}{white}{lightgray}
17217 \end_layout
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset Float table
17226 placement h
17227 wide false
17228 sideways false
17229 status open
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Caption Standard
17233
17234 \begin_layout Plain Layout
17235 \begin_inset CommandInset label
17236 LatexCommand label
17237 name "tab:表-行色"
17238
17239 \end_inset
17240
17241 隔行が灰色に着色された表
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Plain Layout
17250 \align center
17251 \begin_inset Tabular
17252 <lyxtabular version="3" rows="4" columns="3">
17253 <features rotate="0" tabularvalignment="middle">
17254 <column alignment="center" valignment="top">
17255 <column alignment="center" valignment="top" width="0pt">
17256 <column alignment="center" valignment="top" width="0pt">
17257 <row>
17258 <cell alignment="center" valignment="top" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 1
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 2
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 3
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 4
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 5
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 6
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 7
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 8
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 9
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 </row>
17373 </lyxtabular>
17374
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Standard
17386 \begin_inset ERT
17387 status open
17388
17389 \begin_layout Plain Layout
17390
17391
17392 \backslash
17393 rowcolors[
17394 \backslash
17395 hline]{1}{lightgray}{cyan}
17396 \end_layout
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 \begin_inset Float table
17405 placement h
17406 wide false
17407 sideways false
17408 status open
17409
17410 \begin_layout Plain Layout
17411 \begin_inset Caption Standard
17412
17413 \begin_layout Plain Layout
17414 \begin_inset CommandInset label
17415 LatexCommand label
17416 name "tab:表-行色-2"
17417
17418 \end_inset
17419
17420 隔行でシアン色に着色され、行間に線の入った表
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Plain Layout
17429 \align center
17430 \begin_inset Tabular
17431 <lyxtabular version="3" rows="4" columns="3">
17432 <features rotate="0" tabularvalignment="middle">
17433 <column alignment="center" valignment="top">
17434 <column alignment="center" valignment="top">
17435 <column alignment="center" valignment="top" width="0pt">
17436 <row>
17437 <cell alignment="center" valignment="top" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 1
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 2
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 3
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 </row>
17494 <row>
17495 <cell alignment="center" valignment="top" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 4
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 5
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 6
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 7
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 8
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 9
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 </lyxtabular>
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \begin_layout Standard
17565 \begin_inset ERT
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569
17570
17571 \backslash
17572 rowcolors{1}{}{}
17573 \end_layout
17574
17575 \end_inset
17576
17577
17578 \begin_inset Note Note
17579 status collapsed
17580
17581 \begin_layout Plain Layout
17582 行色を解除
17583 \end_layout
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset ERT
17592 status collapsed
17593
17594 \begin_layout Plain Layout
17595
17596
17597 \backslash
17598 else
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \begin_inset Note Note
17605 status open
17606
17607 \begin_layout Plain Layout
17608 以下は、LaTeXパッケージ
17609 \series bold
17610 colortbl
17611 \series default
17612 が導入されていないときに表示されます。
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Standard
17621 この節の内容を出力で表示させるには、
17622 \series bold
17623 colortbl
17624 \series default
17625 パッケージを導入する必要があります。
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 fi
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Subsection
17645 色付き罫線
17646 \begin_inset Index idx
17647 status collapsed
17648
17649 \begin_layout Plain Layout
17650 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \begin_inset Index idx
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17661 \end_layout
17662
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \begin_layout Standard
17669
17670 \begin_inset CommandInset ref
17671 LatexCommand ref
17672 reference "sub:罫線幅"
17673
17674 \end_inset
17675
17676 節に述べられているように、表中の全罫線の線幅は、長さ
17677 \series bold
17678
17679 \backslash
17680 arrayrulewidth
17681 \series default
17682 を使って調節することができます。本節の表では、すべて1.5
17683 \begin_inset space \thinspace{}
17684 \end_inset
17685
17686 ptに設定されています。
17687 \begin_inset ERT
17688 status collapsed
17689
17690 \begin_layout Plain Layout
17691
17692
17693 \backslash
17694 setlength{
17695 \backslash
17696 arrayrulewidth}{1.5pt}
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705 たとえば縦罫線を緑に着色するには、第
17706 \begin_inset CommandInset ref
17707 LatexCommand ref
17708 reference "sub:自製書式"
17709
17710 \end_inset
17711
17712 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 newcolumntype{W}{!{
17721 \backslash
17722 color{green}
17723 \backslash
17724 vline}}
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \begin_inset CommandInset ref
17730 LatexCommand ref
17731 reference "tab:色付き縦罫線の表"
17732
17733 \end_inset
17734
17735 では、最右列にLaTeX変数
17736 \series bold
17737 WcW
17738 \series default
17739 、他の列にLaTeX変数
17740 \series bold
17741 Wc
17742 \series default
17743 が使用されています。
17744 \end_layout
17745
17746 \begin_layout Standard
17747 複数の色を用いたいときには、列書式をもっと定義してください。
17748 \end_layout
17749
17750 \begin_layout Standard
17751 \begin_inset Float table
17752 placement h
17753 wide false
17754 sideways false
17755 status open
17756
17757 \begin_layout Plain Layout
17758 \begin_inset Caption Standard
17759
17760 \begin_layout Plain Layout
17761 \begin_inset CommandInset label
17762 LatexCommand label
17763 name "tab:色付き縦罫線の表"
17764
17765 \end_inset
17766
17767 色付き縦罫線の表
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Plain Layout
17776 \align center
17777 \begin_inset Tabular
17778 <lyxtabular version="3" rows="3" columns="3">
17779 <features rotate="0" tabularvalignment="middle">
17780 <column alignment="center" valignment="top" special="Wc">
17781 <column alignment="center" valignment="top" special="Wc">
17782 <column alignment="center" valignment="top" special="WcW">
17783 <row>
17784 <cell alignment="center" valignment="top" topline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 sd
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 sd
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 sd
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 </lyxtabular>
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 \begin_inset VSpace bigskip
17884 \end_inset
17885
17886
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "tab:色付き横罫線の表"
17890
17891 \end_inset
17892
17893 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899
17900 \backslash
17901 let
17902 \backslash
17903 myHlineC
17904 \backslash
17905 hline
17906 \begin_inset Newline newline
17907 \end_inset
17908
17909
17910 \backslash
17911 renewcommand{
17912 \backslash
17913 hline}
17914 \begin_inset Newline newline
17915 \end_inset
17916
17917
17918 \begin_inset Phantom HPhantom
17919 status open
17920
17921 \begin_layout Plain Layout
17922 \begin_inset space ~
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929
17930 {
17931 \backslash
17932 arrayrulecolor{red}
17933 \backslash
17934 myHlineC
17935 \backslash
17936 arrayrulecolor{black}}
17937 \end_layout
17938
17939 \begin_layout Standard
17940 というコマンドを入力して下さい。
17941 \end_layout
17942
17943 \begin_layout Standard
17944 \begin_inset ERT
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948
17949
17950 \backslash
17951 let
17952 \backslash
17953 myHlineC
17954 \backslash
17955 hline
17956 \end_layout
17957
17958 \begin_layout Plain Layout
17959
17960
17961 \backslash
17962 renewcommand{
17963 \backslash
17964 hline}
17965 \end_layout
17966
17967 \begin_layout Plain Layout
17968
17969  {
17970 \backslash
17971 arrayrulecolor{red}
17972 \backslash
17973 myHlineC
17974 \backslash
17975 arrayrulecolor{black}}
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \begin_inset Float table
17982 placement h
17983 wide false
17984 sideways false
17985 status open
17986
17987 \begin_layout Plain Layout
17988 \begin_inset Caption Standard
17989
17990 \begin_layout Plain Layout
17991 \begin_inset CommandInset label
17992 LatexCommand label
17993 name "tab:色付き横罫線の表"
17994
17995 \end_inset
17996
17997 色付き横罫線の表
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \begin_layout Plain Layout
18006 \align center
18007 \begin_inset Tabular
18008 <lyxtabular version="3" rows="3" columns="3">
18009 <features rotate="0" tabularvalignment="middle">
18010 <column alignment="center" valignment="top">
18011 <column alignment="center" valignment="top">
18012 <column alignment="center" valignment="top">
18013 <row>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 sd
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 <row>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 sd
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row>
18072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 sd
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 </lyxtabular>
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 既定値の黒罫線に戻るには、
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 renewcommand{
18122 \backslash
18123 hline}{
18124 \backslash
18125 myHlineC}
18126 \end_layout
18127
18128 \begin_layout Standard
18129 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18130 \begin_inset CommandInset ref
18131 LatexCommand ref
18132 reference "tab:色付き罫線の表"
18133
18134 \end_inset
18135
18136 は、縦横罫線を色付けした例です。
18137 \end_layout
18138
18139 \begin_layout Standard
18140 \begin_inset Float table
18141 placement h
18142 wide false
18143 sideways false
18144 status open
18145
18146 \begin_layout Plain Layout
18147 \begin_inset Caption Standard
18148
18149 \begin_layout Plain Layout
18150 \begin_inset CommandInset label
18151 LatexCommand label
18152 name "tab:色付き罫線の表"
18153
18154 \end_inset
18155
18156 色付き罫線の表
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \begin_layout Plain Layout
18165 \align center
18166 \begin_inset Tabular
18167 <lyxtabular version="3" rows="3" columns="3">
18168 <features rotate="0" tabularvalignment="middle">
18169 <column alignment="center" valignment="top" special="Wc">
18170 <column alignment="center" valignment="top" special="Wc">
18171 <column alignment="center" valignment="top" special="WcW">
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 sd
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 sd
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row topspace="default">
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 sd
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 </lyxtabular>
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \begin_layout Standard
18272 \begin_inset ERT
18273 status collapsed
18274
18275 \begin_layout Plain Layout
18276
18277
18278 \backslash
18279 renewcommand{
18280 \backslash
18281 hline}{
18282 \backslash
18283 myHlineC}
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Standard
18292 \begin_inset ERT
18293 status collapsed
18294
18295 \begin_layout Plain Layout
18296
18297
18298 \backslash
18299 setlength{
18300 \backslash
18301 arrayrulewidth}{0.4pt}
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \begin_layout Section
18310 表セルの回転
18311 \begin_inset CommandInset label
18312 LatexCommand label
18313 name "sec:表セルの回転"
18314
18315 \end_inset
18316
18317
18318 \begin_inset Index idx
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 ひょう@表 ! せるのかいてん@セルの回転
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \begin_inset Index idx
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332 かいてん@回転 ! そざいの@素材の---
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 \begin_inset Note Greyedout
18342 status open
18343
18344 \begin_layout Plain Layout
18345
18346 \series bold
18347 【註】
18348 \series default
18349 すべてのDVIビューアが回転表示できるわけではありません。
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Standard
18358 いまのところ、LyXでは、表セルは、反時計回りに90
18359 \begin_inset space \thinspace{}
18360 \end_inset
18361
18362 °毎に回転させることしかできません。これ以外の角度にセルを回転させたい場合には、文書プリアンブルに
18363 \end_layout
18364
18365 \begin_layout Standard
18366
18367 \series bold
18368
18369 \backslash
18370 @ifundefined{turnbox}{
18371 \backslash
18372 usepackage{rotating}}{}
18373 \end_layout
18374
18375 \begin_layout Standard
18376 と書き加えなくてはなりません。回転させる表セルの冒頭に、TeXコードで
18377 \end_layout
18378
18379 \begin_layout Standard
18380
18381 \series bold
18382
18383 \backslash
18384 begin{turn}{角度}
18385 \end_layout
18386
18387 \begin_layout Standard
18388 というコマンドを書き加えてください。ここで角度は、°での回転角です。さらに、セルの終わりで、TeXコードで
18389 \end_layout
18390
18391 \begin_layout Standard
18392
18393 \series bold
18394
18395 \backslash
18396 end{turn}
18397 \end_layout
18398
18399 \begin_layout Standard
18400 と入れてください。表
18401 \begin_inset CommandInset ref
18402 LatexCommand ref
18403 reference "tab:表多行回転"
18404
18405 \end_inset
18406
18407 は、3つのセルを45°回転させた用例です。
18408 \end_layout
18409
18410 \begin_layout Standard
18411 \begin_inset Float table
18412 wide false
18413 sideways false
18414 status open
18415
18416 \begin_layout Plain Layout
18417 \begin_inset Caption Standard
18418
18419 \begin_layout Plain Layout
18420 \begin_inset CommandInset label
18421 LatexCommand label
18422 name "tab:回転表"
18423
18424 \end_inset
18425
18426 1行目に回転セルのある表
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Plain Layout
18435 \noindent
18436 \align center
18437 \begin_inset Tabular
18438 <lyxtabular version="3" rows="2" columns="3">
18439 <features rotate="0" tabularvalignment="middle">
18440 <column alignment="center" valignment="top">
18441 <column alignment="center" valignment="top" width="0pt">
18442 <column alignment="center" valignment="top">
18443 <row>
18444 <cell alignment="center" valignment="top" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 \begin_inset ERT
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452
18453
18454 \backslash
18455 begin{turn}{45}
18456 \end_layout
18457
18458 \end_inset
18459
18460 コップ
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 end{turn}
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset ERT
18483 status collapsed
18484
18485 \begin_layout Plain Layout
18486
18487
18488 \backslash
18489 begin{turn}{45}
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 end{turn}
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 \begin_inset ERT
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520
18521
18522 \backslash
18523 begin{turn}{45}
18524 \end_layout
18525
18526 \end_inset
18527
18528 受け皿
18529 \begin_inset ERT
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533
18534
18535 \backslash
18536 end{turn}
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 </row>
18547 <row>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 45
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 33
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 21
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 </lyxtabular>
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Standard
18589 \begin_inset Note Greyedout
18590 status open
18591
18592 \begin_layout Plain Layout
18593
18594 \series bold
18595 【註】
18596 \series default
18597 回転セル中では、改行(
18598 \begin_inset Flex Ruby
18599 status collapsed
18600
18601 \begin_layout Plain Layout
18602 捷径
18603 \begin_inset Argument post:1
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 ショートカット
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \begin_inset Info
18619 type  "shortcut"
18620 arg   "newline-insert newline"
18621 \end_inset
18622
18623 )はできません。
18624 \end_layout
18625
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \begin_layout Standard
18632 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18633 \begin_inset Foot
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637 これらのボックスについて詳しくは、第
18638 \begin_inset CommandInset ref
18639 LatexCommand ref
18640 reference "sec:ミニページ"
18641
18642 \end_inset
18643
18644 節および第
18645 \begin_inset CommandInset ref
18646 LatexCommand ref
18647 reference "sec:Parboxes"
18648
18649 \end_inset
18650
18651 節をご覧ください。
18652 \end_layout
18653
18654 \end_inset
18655
18656 。このセルを90
18657 \begin_inset space \thinspace{}
18658 \end_inset
18659
18660 °回転させると、ボックス幅はセルの高さになります。表
18661 \begin_inset CommandInset ref
18662 LatexCommand ref
18663 reference "tab:表多行回転"
18664
18665 \end_inset
18666
18667 は、ボックス幅が3
18668 \begin_inset space \thinspace{}
18669 \end_inset
18670
18671 cmの、多行セルを回転させる例です。
18672 \end_layout
18673
18674 \begin_layout Standard
18675 \begin_inset Float table
18676 wide false
18677 sideways false
18678 status open
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Caption Standard
18682
18683 \begin_layout Plain Layout
18684 \begin_inset CommandInset label
18685 LatexCommand label
18686 name "tab:表多行回転"
18687
18688 \end_inset
18689
18690 多行セルを回転させた表
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \begin_layout Plain Layout
18699 \noindent
18700 \align center
18701 \begin_inset Tabular
18702 <lyxtabular version="3" rows="2" columns="3">
18703 <features rotate="0" tabularvalignment="middle">
18704 <column alignment="center" valignment="top">
18705 <column alignment="center" valignment="top" width="0pt">
18706 <column alignment="center" valignment="top">
18707 <row>
18708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721 \begin_inset Box Frameless
18722 position "t"
18723 hor_pos "c"
18724 has_inner_box 1
18725 inner_pos "t"
18726 use_parbox 0
18727 use_makebox 0
18728 width "3cm"
18729 special "none"
18730 height "1in"
18731 height_special "totalheight"
18732 status open
18733
18734 \begin_layout Plain Layout
18735 改行を含む
18736 \begin_inset Newline newline
18737 \end_inset
18738
18739 回転
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 </row>
18759 <row>
18760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 </lyxtabular>
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \begin_layout Section
18801 表幅の計算
18802 \begin_inset CommandInset label
18803 LatexCommand label
18804 name "sec:表幅の計算"
18805
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \begin_layout Standard
18812 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18813 設ければ良いのでしょうか?
18814 \end_layout
18815
18816 \begin_layout Standard
18817 表幅
18818 \begin_inset Formula $W_{\text{表}}$
18819 \end_inset
18820
18821 は計算することができます。各列の実際の幅は、指定した列幅
18822 \begin_inset Formula $W_{\text{列}}$
18823 \end_inset
18824
18825 に、列の内容と列罫線との間の余白(LaTeX長
18826 \series bold
18827
18828 \backslash
18829 tabcolsep
18830 \series default
18831 ・既定値6
18832 \begin_inset space \thinspace{}
18833 \end_inset
18834
18835 pt)の2倍と、罫線幅(LaTeX長
18836 \series bold
18837
18838 \backslash
18839 arrayrulewidth
18840 \series default
18841 ・既定値0.4
18842 \begin_inset space \thinspace{}
18843 \end_inset
18844
18845 pt)を加えたものになります。したがって、もし同じ幅の
18846 \begin_inset Formula $n$
18847 \end_inset
18848
18849 列を作るならば、表幅は
18850 \begin_inset Formula 
18851 \begin{equation}
18852 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18853 \end{equation}
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \begin_layout Standard
18861 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18862 \series bold
18863
18864 \backslash
18865 columnwidth
18866 \series default
18867 )。表の列をすべて同じ幅にするとすれば、
18868 \begin_inset Formula $W_{\text{表}}$
18869 \end_inset
18870
18871 が1
18872 \begin_inset space \thinspace{}
18873 \end_inset
18874
18875
18876 \backslash
18877 columnwidthになりますので、
18878 \begin_inset Formula $W_{\text{列}}$
18879 \end_inset
18880
18881 は簡単に計算できます。
18882 \end_layout
18883
18884 \begin_layout Standard
18885 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18886 \series bold
18887 calc
18888 \series default
18889
18890 \begin_inset Index idx
18891 status collapsed
18892
18893 \begin_layout Plain Layout
18894 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18895 \end_layout
18896
18897 \end_inset
18898
18899 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18900 \family sans
18901 LaTeXの引数
18902 \family default
18903 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18904 \begin_inset CommandInset ref
18905 LatexCommand ref
18906 reference "sub:連結列の計算"
18907
18908 \end_inset
18909
18910 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18911 \end_layout
18912
18913 \begin_layout Standard
18914
18915 \series bold
18916 >{
18917 \backslash
18918 centering}p{(1
18919 \backslash
18920 columnwidth-62.4pt)/5}
18921 \end_layout
18922
18923 \begin_layout Standard
18924 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18925 \begin_inset Formula 
18926 \begin{align}
18927 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18928  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18929  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18930 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18931 \end{align}
18932
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \begin_layout Standard
18939 となります。したがって、表中の広い列には
18940 \end_layout
18941
18942 \begin_layout Standard
18943
18944 \series bold
18945 >{
18946 \backslash
18947 centering}p{(1
18948 \backslash
18949 columnwidth-62.4pt)/
18950 \backslash
18951 real{4.5}}
18952 \end_layout
18953
18954 \begin_layout Standard
18955 というコマンドを用い、狭い列には
18956 \end_layout
18957
18958 \begin_layout Standard
18959
18960 \series bold
18961 >{
18962 \backslash
18963 centering}p{(1
18964 \backslash
18965 columnwidth-62.4pt)/
18966 \backslash
18967 real{4.5}*
18968 \backslash
18969 real{0.75}}
18970 \end_layout
18971
18972 \begin_layout Standard
18973 というコマンドを用いることにすると、以下の表が出来上がります。
18974 \end_layout
18975
18976 \begin_layout Standard
18977 \begin_inset Tabular
18978 <lyxtabular version="3" rows="2" columns="5">
18979 <features rotate="0" tabularvalignment="middle">
18980 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18981 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18982 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18983 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18984 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 1
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 2
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 3
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 4
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 5
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 </row>
19032 <row>
19033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 111111 1111111 111111 111111111 11111 11111 1111
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 2222 22222 222222 222222222 2222222 22 22222
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 333333 333333 333333 33333 3333333 333
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 </row>
19079 </lyxtabular>
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Section
19087 表の調整
19088 \begin_inset Index idx
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092 ひょうのちょうせい@表の調整
19093 \end_layout
19094
19095 \end_inset
19096
19097
19098 \begin_inset Index idx
19099 status collapsed
19100
19101 \begin_layout Plain Layout
19102 ひょう@表 ! ちょうせい@調整
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Subsection
19111 行の余白取り
19112 \begin_inset CommandInset label
19113 LatexCommand label
19114 name "sub:行の余白取り"
19115
19116 \end_inset
19117
19118
19119 \begin_inset Index idx
19120 status collapsed
19121
19122 \begin_layout Plain Layout
19123 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19124 \end_layout
19125
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \begin_layout Standard
19132 表の設定ダイアログの
19133 \family sans
19134 罫線
19135 \family default
19136 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19137 \end_layout
19138
19139 \begin_layout Description
19140 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19141 \begin_inset Foot
19142 status collapsed
19143
19144 \begin_layout Plain Layout
19145 フォーマル形式の表は第
19146 \begin_inset CommandInset ref
19147 LatexCommand ref
19148 reference "sec:フォーマル形式の表"
19149
19150 \end_inset
19151
19152 節で説明されています。
19153 \end_layout
19154
19155 \end_inset
19156
19157 ならば、LyXは既定値として0.5
19158 \begin_inset space \thinspace{}
19159 \end_inset
19160
19161 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19162 \begin_inset VSpace medskip
19163 \end_inset
19164
19165
19166 \begin_inset Newline newline
19167 \end_inset
19168
19169
19170 \begin_inset space \hspace*{}
19171 \length 0pt
19172 \end_inset
19173
19174
19175 \begin_inset space \hfill{}
19176 \end_inset
19177
19178
19179 \begin_inset Tabular
19180 <lyxtabular version="3" rows="3" columns="1">
19181 <features rotate="0" tabularvalignment="middle">
19182 <column alignment="center" valignment="top">
19183 <row>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row topspace="3mm">
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 行上に3
19200 \begin_inset space \thinspace{}
19201 \end_inset
19202
19203 mmの余白
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 </row>
19220 </lyxtabular>
19221
19222 \end_inset
19223
19224
19225 \begin_inset space \hfill{}
19226 \end_inset
19227
19228
19229 \begin_inset space \hspace*{}
19230 \length 0pt
19231 \end_inset
19232
19233
19234 \begin_inset VSpace medskip
19235 \end_inset
19236
19237
19238 \begin_inset Newline newline
19239 \end_inset
19240
19241 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19242 \end_layout
19243
19244 \begin_layout Description
19245 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19246 \begin_inset space \thinspace{}
19247 \end_inset
19248
19249 emの余白を挿入し、通常の表ならば既定値として2
19250 \begin_inset space \thinspace{}
19251 \end_inset
19252
19253 ptを挿入します。
19254 \end_layout
19255
19256 \begin_layout Description
19257 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19258 \begin_inset space \thinspace{}
19259 \end_inset
19260
19261 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19262 \begin_inset VSpace medskip
19263 \end_inset
19264
19265
19266 \begin_inset Newline newline
19267 \end_inset
19268
19269
19270 \begin_inset space \hspace*{}
19271 \length 0pt
19272 \end_inset
19273
19274
19275 \begin_inset space \hfill{}
19276 \end_inset
19277
19278
19279 \begin_inset Tabular
19280 <lyxtabular version="3" rows="3" columns="1">
19281 <features rotate="0" tabularvalignment="middle">
19282 <column alignment="center" valignment="top">
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row interlinespace="3mm">
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 \begin_inset Formula $\downarrow$
19300 \end_inset
19301
19302  行間に3
19303 \begin_inset space \thinspace{}
19304 \end_inset
19305
19306 mmの余白 
19307 \begin_inset Formula $\downarrow$
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 \begin_inset Formula $\uparrow$
19322 \end_inset
19323
19324  行間に3
19325 \begin_inset space \thinspace{}
19326 \end_inset
19327
19328 mmの余白 
19329 \begin_inset Formula $\uparrow$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 </lyxtabular>
19339
19340 \end_inset
19341
19342
19343 \begin_inset space \hfill{}
19344 \end_inset
19345
19346
19347 \begin_inset space \hspace*{}
19348 \length 0pt
19349 \end_inset
19350
19351
19352 \begin_inset VSpace medskip
19353 \end_inset
19354
19355
19356 \begin_inset Newline newline
19357 \end_inset
19358
19359 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19360 \end_layout
19361
19362 \begin_layout Standard
19363 \begin_inset VSpace bigskip
19364 \end_inset
19365
19366 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19367 \end_layout
19368
19369 \begin_layout Standard
19370
19371 \series bold
19372
19373 \backslash
19374 @ifundefined{extrarowheight}
19375 \begin_inset Newline newline
19376 \end_inset
19377
19378
19379 \begin_inset Phantom HPhantom
19380 status open
19381
19382 \begin_layout Plain Layout
19383 \begin_inset space ~
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \end_inset
19390
19391 {
19392 \backslash
19393 usepackage{array}}{}
19394 \begin_inset Newline newline
19395 \end_inset
19396
19397
19398 \backslash
19399 setlength{
19400 \backslash
19401 extrarowheight}{height}
19402 \end_layout
19403
19404 \begin_layout Standard
19405 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
19406 \series bold
19407 array
19408 \series default
19409 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19410 \series bold
19411
19412 \backslash
19413 @ifundefined
19414 \series default
19415 が使用されています)。
19416 \end_layout
19417
19418 \begin_layout Standard
19419 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
19420 \series bold
19421
19422 \backslash
19423 strut
19424 \series default
19425 コマンドを挿入することで補正することができます。表
19426 \begin_inset CommandInset ref
19427 LatexCommand ref
19428 reference "tab:垂直揃え"
19429
19430 \end_inset
19431
19432 は、この効果を示したものです。
19433 \end_layout
19434
19435 \begin_layout Standard
19436 \noindent
19437 \begin_inset Float table
19438 placement h
19439 wide false
19440 sideways false
19441 status open
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Caption Standard
19445
19446 \begin_layout Plain Layout
19447 \begin_inset CommandInset label
19448 LatexCommand label
19449 name "tab:垂直揃え"
19450
19451 \end_inset
19452
19453 大きなフォント寸法の文章の垂直揃え
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Plain Layout
19462 \begin_inset space \hfill{}
19463 \end_inset
19464
19465
19466 \begin_inset Float table
19467 wide false
19468 sideways false
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Caption Standard
19473
19474 \begin_layout Plain Layout
19475 通常の表
19476 \end_layout
19477
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Plain Layout
19484 \noindent
19485 \align center
19486 \begin_inset Tabular
19487 <lyxtabular version="3" rows="6" columns="1">
19488 <features rotate="0" tabularvalignment="middle">
19489 <column alignment="left" valignment="top">
19490 <row>
19491 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495 ふつう, g
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \size large
19508 やや大
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 </row>
19514 <row>
19515 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519
19520 \size larger
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 </row>
19527 <row>
19528 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532
19533 \size largest
19534 極大
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 <row>
19541 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \size huge
19547 極々大
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 </row>
19553 <row>
19554 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558
19559 \size giant
19560 最大
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 </row>
19566 </lyxtabular>
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574
19575
19576 \begin_inset space \hfill{}
19577 \end_inset
19578
19579
19580 \begin_inset Float table
19581 wide false
19582 sideways false
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Caption Standard
19587
19588 \begin_layout Plain Layout
19589
19590 \series bold
19591
19592 \backslash
19593 strut
19594 \series default
19595 コマンドを使用した表
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \begin_layout Plain Layout
19604 \noindent
19605 \align center
19606 \begin_inset Tabular
19607 <lyxtabular version="3" rows="6" columns="1">
19608 <features rotate="0" tabularvalignment="middle">
19609 <column alignment="left" valignment="top">
19610 <row>
19611 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 ふつう, g
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 <row>
19622 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626
19627 \size large
19628 \begin_inset ERT
19629 status collapsed
19630
19631 \begin_layout Plain Layout
19632
19633
19634 \backslash
19635 strut 
19636 \end_layout
19637
19638 \end_inset
19639
19640 やや大
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row>
19647 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \size larger
19653 \begin_inset ERT
19654 status collapsed
19655
19656 \begin_layout Plain Layout
19657
19658
19659 \backslash
19660 strut 
19661 \end_layout
19662
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \size largest
19678 \begin_inset ERT
19679 status collapsed
19680
19681 \begin_layout Plain Layout
19682
19683
19684 \backslash
19685 strut 
19686 \end_layout
19687
19688 \end_inset
19689
19690 極大
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \size huge
19703 \begin_inset ERT
19704 status collapsed
19705
19706 \begin_layout Plain Layout
19707
19708
19709 \backslash
19710 strut 
19711 \end_layout
19712
19713 \end_inset
19714
19715 極々大
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \size giant
19728 \begin_inset ERT
19729 status collapsed
19730
19731 \begin_layout Plain Layout
19732
19733
19734 \backslash
19735 strut 
19736 \end_layout
19737
19738 \end_inset
19739
19740 最大
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 </lyxtabular>
19747
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754
19755
19756 \begin_inset space \hfill{}
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Subsection
19768 特殊なセル揃え
19769 \begin_inset CommandInset label
19770 LatexCommand label
19771 name "sub:特殊なセル揃え"
19772
19773 \end_inset
19774
19775
19776 \begin_inset Index idx
19777 status collapsed
19778
19779 \begin_layout Plain Layout
19780 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Standard
19789 ときには表
19790 \begin_inset CommandInset ref
19791 LatexCommand ref
19792 reference "tab:表セル"
19793
19794 \end_inset
19795
19796 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19797 \begin_inset Graphics
19798         filename ../../images/tabular-feature_align-decimal.png
19799         scale 85
19800         scaleBeforeRotation
19801
19802 \end_inset
19803
19804 を押すか、表設定中で揃えを
19805 \family sans
19806 小数点で
19807 \family default
19808 に設定します。
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset Float table
19813 placement h
19814 wide false
19815 sideways false
19816 status open
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Caption Standard
19820
19821 \begin_layout Plain Layout
19822 \begin_inset CommandInset label
19823 LatexCommand label
19824 name "tab:表セル"
19825
19826 \end_inset
19827
19828 一列が小数点で揃えられた表セル
19829 \end_layout
19830
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Plain Layout
19837 \align center
19838 \begin_inset Tabular
19839 <lyxtabular version="3" rows="4" columns="1">
19840 <features rotate="0" booktabs="true" tabularvalignment="middle">
19841 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19842 <row>
19843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 見出し
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 12.6
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 0.68
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 -123.0
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 </lyxtabular>
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \begin_layout Standard
19899 \begin_inset Float table
19900 placement h
19901 wide false
19902 sideways false
19903 status open
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Caption Standard
19907
19908 \begin_layout Plain Layout
19909 \begin_inset CommandInset label
19910 LatexCommand label
19911 name "tab:演算子揃え表"
19912
19913 \end_inset
19914
19915 一列が演算子で揃えられた表セル
19916 \end_layout
19917
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \begin_layout Plain Layout
19924 \align center
19925 \begin_inset Tabular
19926 <lyxtabular version="3" rows="4" columns="2">
19927 <features rotate="0" booktabs="true" tabularvalignment="middle">
19928 <column alignment="right" valignment="top" width="0pt">
19929 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19930 <row>
19931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 見出し
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $12\,+$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\,6$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $0\,-$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 \begin_inset Formula $\,68$
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 </row>
20002 <row>
20003 <cell alignment="center" valignment="top" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $-123\,/$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\,0$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 </lyxtabular>
20029
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Standard
20041 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20042 \begin_inset CommandInset ref
20043 LatexCommand ref
20044 reference "tab:演算子揃え表"
20045
20046 \end_inset
20047
20048 のような方法を用いる必要があります。この表は、4
20049 \begin_inset Formula $\times$
20050 \end_inset
20051
20052 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
20053 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
20054 \end_layout
20055
20056 \begin_layout Standard
20057
20058 \series bold
20059 @{}l
20060 \end_layout
20061
20062 \begin_layout Standard
20063 というLaTeX引数を第2列に指定します。
20064 \end_layout
20065
20066 \begin_layout Standard
20067
20068 \begin_inset CommandInset ref
20069 LatexCommand ref
20070 reference "tab:表セル揃え"
20071
20072 \end_inset
20073
20074 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20075 \begin_inset CommandInset ref
20076 LatexCommand ref
20077 reference "tab:演算子揃え表"
20078
20079 \end_inset
20080
20081 の冒頭には、小空白が加えられています。
20082 \end_layout
20083
20084 \begin_layout Standard
20085 \begin_inset Float table
20086 wide false
20087 sideways false
20088 status open
20089
20090 \begin_layout Plain Layout
20091 \begin_inset Caption Standard
20092
20093 \begin_layout Plain Layout
20094 \begin_inset CommandInset label
20095 LatexCommand label
20096 name "tab:表セル揃え"
20097
20098 \end_inset
20099
20100 表セルの揃えの例
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \begin_layout Plain Layout
20109 \align center
20110 \begin_inset Tabular
20111 <lyxtabular version="3" rows="4" columns="6">
20112 <features rotate="0" tabularvalignment="middle">
20113 <column alignment="right" valignment="top">
20114 <column alignment="left" valignment="top" special="@{}l">
20115 <column alignment="right" valignment="top">
20116 <column alignment="left" valignment="top" special="@{}l">
20117 <column alignment="right" valignment="top">
20118 <column alignment="left" valignment="top" special="@{}l">
20119 <row>
20120 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 単位
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142 冪数
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 関係子
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 12
20181 \begin_inset Formula $\times$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193 24本の瓶
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $10\cdot$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $10^{\mbox{-}17}$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 \begin_inset Formula $\Gamma(t)\propto$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\:\Upsilon(t)$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 1024
20253 \begin_inset Formula $\times$
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 768ピクセル
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 <cell alignment="center" valignment="top" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274 \begin_inset Formula $5.78\cdot$
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $10^{7}$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $A\ne$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\:B_{\mathrm{red}}$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324 32
20325 \begin_inset Formula $\times$
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 6
20338 \begin_inset space \thinspace{}
20339 \end_inset
20340
20341 cm
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350 -
20351 \begin_inset Formula $33.5\cdot$
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset Formula $10^{4}$
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset Formula $\sin(\alpha)\ge$
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 \begin_inset Formula $\:\sin(\beta)$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 </lyxtabular>
20397
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Subsection
20409 自製のセル書式および列書式
20410 \begin_inset CommandInset label
20411 LatexCommand label
20412 name "sub:自製書式"
20413
20414 \end_inset
20415
20416
20417 \begin_inset Index idx
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \begin_layout Standard
20430
20431 \begin_inset CommandInset ref
20432 LatexCommand ref
20433 reference "sec:表幅の計算"
20434
20435 \end_inset
20436
20437 節のようにして通常列の必要幅を計算したり、第
20438 \begin_inset CommandInset ref
20439 LatexCommand ref
20440 reference "sub:連結列の計算"
20441
20442 \end_inset
20443
20444 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20445 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20446 \end_layout
20447
20448 \begin_layout Standard
20449
20450 \series bold
20451
20452 \backslash
20453 newcolumntype{書式名}[引数の数]{コマンド}
20454 \end_layout
20455
20456 \begin_layout Standard
20457 書式名は、一文字だけでも構いません。
20458 \emph on
20459 b
20460 \emph default
20461
20462 \emph on
20463 c
20464 \emph default
20465
20466 \emph on
20467 l
20468 \emph default
20469
20470 \emph on
20471 m
20472 \emph default
20473
20474 \emph on
20475 p
20476 \emph default
20477
20478 \emph on
20479 r
20480 \emph default
20481 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20482 \end_layout
20483
20484 \begin_layout Standard
20485 \begin_inset VSpace medskip
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \begin_layout Standard
20492 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20493 \end_layout
20494
20495 \begin_layout Standard
20496
20497 \series bold
20498
20499 \backslash
20500 newcolumntype{M}[1]{>{
20501 \backslash
20502 centering
20503 \backslash
20504 hspace{0pt}}m{#1}}
20505 \end_layout
20506
20507 \begin_layout Standard
20508 ここで
20509 \series bold
20510
20511 \backslash
20512 hspace{0pt}
20513 \series default
20514 は、第
20515 \begin_inset CommandInset ref
20516 LatexCommand ref
20517 reference "sub:複数行"
20518
20519 \end_inset
20520
20521 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20522 \family sans
20523 LaTeXの引数
20524 \family default
20525
20526 \end_layout
20527
20528 \begin_layout Standard
20529
20530 \series bold
20531 M{width}
20532 \end_layout
20533
20534 \begin_layout Standard
20535 と入力するだけですみます。
20536 \end_layout
20537
20538 \begin_layout Standard
20539 \begin_inset VSpace bigskip
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \begin_layout Standard
20546 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20547 \end_layout
20548
20549 \begin_layout Standard
20550
20551 \series bold
20552
20553 \backslash
20554 newcolumntype{S}[2]{>{
20555 \backslash
20556 centering
20557 \backslash
20558 hspace{0pt}}
20559 \begin_inset Newline newline
20560 \end_inset
20561
20562
20563 \begin_inset Phantom HPhantom
20564 status open
20565
20566 \begin_layout Plain Layout
20567
20568 \series bold
20569
20570 \backslash
20571 newcolumntype
20572 \end_layout
20573
20574 \end_inset
20575
20576 m{(#1+(2
20577 \backslash
20578 tabcolsep+
20579 \backslash
20580 arrayrulewidth)*(1-#2))/#2}}
20581 \end_layout
20582
20583 \begin_layout Standard
20584 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20585 \begin_inset CommandInset ref
20586 LatexCommand eqref
20587 reference "eq:Wgn"
20588
20589 \end_inset
20590
20591 式を使用しています。
20592 \end_layout
20593
20594 \begin_layout Standard
20595 こうしておけば、当該セルのLaTeX引数に
20596 \end_layout
20597
20598 \begin_layout Standard
20599
20600 \series bold
20601 S{連結列セルの幅}{連結列セルがまたがる列の数}
20602 \end_layout
20603
20604 \begin_layout Standard
20605 と入力するだけですみます。
20606 \end_layout
20607
20608 \begin_layout Standard
20609 \begin_inset VSpace bigskip
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \begin_layout Standard
20616 色付き列については、以下のように定義するとよいでしょう。
20617 \end_layout
20618
20619 \begin_layout Standard
20620
20621 \series bold
20622
20623 \backslash
20624 newcolumntype{K}[1]{>{
20625 \backslash
20626 columncolor{#1}
20627 \backslash
20628 hspace{0pt}}c}
20629 \end_layout
20630
20631 \begin_layout Standard
20632 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20633 \end_layout
20634
20635 \begin_layout Standard
20636
20637 \series bold
20638 K{色名}
20639 \end_layout
20640
20641 \begin_layout Standard
20642 と入力します。
20643 \end_layout
20644
20645 \begin_layout Standard
20646 \begin_inset VSpace bigskip
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Standard
20653
20654 \begin_inset CommandInset ref
20655 LatexCommand ref
20656 reference "tab:ユーザー定義の表書式"
20657
20658 \end_inset
20659
20660 を生成するには、第1列と連結列にLaTeX引数として
20661 \end_layout
20662
20663 \begin_layout Standard
20664
20665 \series bold
20666 M{2.5cm}
20667 \end_layout
20668
20669 \begin_layout Standard
20670 を指定し、最終列に
20671 \end_layout
20672
20673 \begin_layout Standard
20674
20675 \series bold
20676 K{red}
20677 \end_layout
20678
20679 \begin_layout Standard
20680 そして第2列の各セルに
20681 \end_layout
20682
20683 \begin_layout Standard
20684
20685 \series bold
20686 S{2.5cm}{2}
20687 \end_layout
20688
20689 \begin_layout Standard
20690 と指定します。
20691 \end_layout
20692
20693 \begin_layout Standard
20694 \begin_inset Float table
20695 placement h
20696 wide false
20697 sideways false
20698 status open
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Caption Standard
20702
20703 \begin_layout Plain Layout
20704 \begin_inset CommandInset label
20705 LatexCommand label
20706 name "tab:ユーザー定義の表書式"
20707
20708 \end_inset
20709
20710 ユーザー定義の表書式を使用した表
20711 \end_layout
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \begin_layout Plain Layout
20719 \align center
20720 \begin_inset Tabular
20721 <lyxtabular version="3" rows="3" columns="4">
20722 <features rotate="0" tabularvalignment="middle">
20723 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20724 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20725 <column alignment="center" valignment="middle">
20726 <column alignment="center" valignment="middle" special="K{red}">
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 とても長い表セル中の単語
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 複数行の連結列
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 </row>
20803 <row>
20804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 </lyxtabular>
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Subsection
20854 罫線幅
20855 \begin_inset CommandInset label
20856 LatexCommand label
20857 name "sub:罫線幅"
20858
20859 \end_inset
20860
20861
20862 \begin_inset Index idx
20863 status collapsed
20864
20865 \begin_layout Plain Layout
20866 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Standard
20875 表中のすべての罫線の罫線幅を調整するには、長さ
20876 \series bold
20877
20878 \backslash
20879 arrayrulewidth
20880 \series default
20881 を使用します。たとえば、表
20882 \begin_inset CommandInset ref
20883 LatexCommand ref
20884 reference "tab:Table-with-1.5"
20885
20886 \end_inset
20887
20888 のように罫線幅を1.5
20889 \begin_inset space \thinspace{}
20890 \end_inset
20891
20892 ptにするには、表や表フロートの前にTeXコードで
20893 \end_layout
20894
20895 \begin_layout Standard
20896
20897 \series bold
20898
20899 \backslash
20900 setlength{
20901 \backslash
20902 arrayrulewidth}{1.5pt}
20903 \end_layout
20904
20905 \begin_layout Standard
20906 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20907 \series bold
20908
20909 \backslash
20910 arrayrulewidth
20911 \series default
20912 を0.4
20913 \begin_inset space \thinspace{}
20914 \end_inset
20915
20916 ptに設定してください。
20917 \end_layout
20918
20919 \begin_layout Standard
20920 \begin_inset ERT
20921 status collapsed
20922
20923 \begin_layout Plain Layout
20924
20925
20926 \backslash
20927 setlength{
20928 \backslash
20929 arrayrulewidth}{1.5pt}
20930 \end_layout
20931
20932 \end_inset
20933
20934
20935 \begin_inset Float table
20936 wide false
20937 sideways false
20938 status open
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Caption Standard
20942
20943 \begin_layout Plain Layout
20944 \begin_inset CommandInset label
20945 LatexCommand label
20946 name "tab:Table-with-1.5"
20947
20948 \end_inset
20949
20950 1.5
20951 \begin_inset space \thinspace{}
20952 \end_inset
20953
20954 pt幅罫線の表
20955 \end_layout
20956
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \begin_layout Plain Layout
20963 \align center
20964 \begin_inset Tabular
20965 <lyxtabular version="3" rows="3" columns="3">
20966 <features rotate="0" tabularvalignment="middle">
20967 <column alignment="center" valignment="top">
20968 <column alignment="center" valignment="top">
20969 <column alignment="center" valignment="top">
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 sd
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 sd
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 </row>
21028 <row>
21029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21030 \begin_inset Text
21031
21032 \begin_layout Plain Layout
21033
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 sd
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 </row>
21057 </lyxtabular>
21058
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \end_inset
21065
21066
21067 \begin_inset ERT
21068 status collapsed
21069
21070 \begin_layout Plain Layout
21071
21072
21073 \backslash
21074 setlength{
21075 \backslash
21076 arrayrulewidth}{0.4pt}
21077 \end_layout
21078
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \begin_layout Standard
21085 \begin_inset VSpace bigskip
21086 \end_inset
21087
21088
21089 \begin_inset CommandInset ref
21090 LatexCommand ref
21091 reference "tab:1.5pt幅横罫"
21092
21093 \end_inset
21094
21095 のように横罫だけを1.5
21096 \begin_inset space \thinspace{}
21097 \end_inset
21098
21099 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
21100 \end_layout
21101
21102 \begin_layout Standard
21103
21104 \series bold
21105
21106 \backslash
21107 let
21108 \backslash
21109 myHline
21110 \backslash
21111 hline
21112 \begin_inset Newline newline
21113 \end_inset
21114
21115
21116 \backslash
21117 renewcommand{
21118 \backslash
21119 hline}
21120 \begin_inset Newline newline
21121 \end_inset
21122
21123  {
21124 \backslash
21125 noalign{
21126 \backslash
21127 global
21128 \backslash
21129 arrayrulewidth 1.5pt}
21130 \begin_inset Newline newline
21131 \end_inset
21132
21133  
21134 \backslash
21135 myHline
21136 \backslash
21137 noalign{
21138 \backslash
21139 global
21140 \backslash
21141 arrayrulewidth 0.4pt}}
21142 \end_layout
21143
21144 \begin_layout Standard
21145 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
21146 \end_layout
21147
21148 \begin_layout Standard
21149
21150 \series bold
21151
21152 \backslash
21153 renewcommand{
21154 \backslash
21155 hline}{
21156 \backslash
21157 myHline}
21158 \end_layout
21159
21160 \begin_layout Standard
21161 \begin_inset ERT
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165
21166
21167 \backslash
21168 let
21169 \backslash
21170 myHline
21171 \backslash
21172 hline
21173 \end_layout
21174
21175 \begin_layout Plain Layout
21176
21177
21178 \backslash
21179 renewcommand{
21180 \backslash
21181 hline}
21182 \end_layout
21183
21184 \begin_layout Plain Layout
21185
21186  {
21187 \backslash
21188 noalign{
21189 \backslash
21190 global
21191 \backslash
21192 arrayrulewidth 1.5pt}
21193 \end_layout
21194
21195 \begin_layout Plain Layout
21196
21197   
21198 \backslash
21199 myHline
21200 \backslash
21201 noalign{
21202 \backslash
21203 global
21204 \backslash
21205 arrayrulewidth 0.4pt}}
21206 \end_layout
21207
21208 \end_inset
21209
21210
21211 \begin_inset Float table
21212 wide false
21213 sideways false
21214 status open
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Caption Standard
21218
21219 \begin_layout Plain Layout
21220 \begin_inset CommandInset label
21221 LatexCommand label
21222 name "tab:1.5pt幅横罫"
21223
21224 \end_inset
21225
21226 1.5
21227 \begin_inset space \thinspace{}
21228 \end_inset
21229
21230 pt幅横罫の表
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \begin_layout Plain Layout
21239 \align center
21240 \begin_inset Tabular
21241 <lyxtabular version="3" rows="3" columns="3">
21242 <features rotate="0" tabularvalignment="middle">
21243 <column alignment="center" valignment="top">
21244 <column alignment="center" valignment="top">
21245 <column alignment="center" valignment="top">
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 sd
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 <row>
21276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 sd
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 <row>
21305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 sd
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 </row>
21333 </lyxtabular>
21334
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \begin_inset ERT
21344 status collapsed
21345
21346 \begin_layout Plain Layout
21347
21348
21349 \backslash
21350 renewcommand{
21351 \backslash
21352 hline}{
21353 \backslash
21354 myHline}
21355 \end_layout
21356
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \begin_layout Standard
21363 \begin_inset VSpace bigskip
21364 \end_inset
21365
21366 縦罫だけを1.5
21367 \begin_inset space \thinspace{}
21368 \end_inset
21369
21370 pt幅にするには、第
21371 \begin_inset CommandInset ref
21372 LatexCommand ref
21373 reference "sub:自製書式"
21374
21375 \end_inset
21376
21377 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383
21384 \backslash
21385 newcolumntype{V}{!{
21386 \backslash
21387 vrule width 1.5pt}}
21388 \end_layout
21389
21390 \begin_layout Standard
21391
21392 \begin_inset CommandInset ref
21393 LatexCommand ref
21394 reference "tab:1.5pt幅縦罫"
21395
21396 \end_inset
21397
21398 を作るには、最右列にLaTeX引数
21399 \end_layout
21400
21401 \begin_layout Standard
21402
21403 \series bold
21404 VcV
21405 \end_layout
21406
21407 \begin_layout Standard
21408 を指定し、他の列には
21409 \end_layout
21410
21411 \begin_layout Standard
21412
21413 \series bold
21414 Vc
21415 \end_layout
21416
21417 \begin_layout Standard
21418 を指定します。
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset Float table
21423 wide false
21424 sideways false
21425 status open
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Caption Standard
21429
21430 \begin_layout Plain Layout
21431 \begin_inset CommandInset label
21432 LatexCommand label
21433 name "tab:1.5pt幅縦罫"
21434
21435 \end_inset
21436
21437 1.5
21438 \begin_inset space \thinspace{}
21439 \end_inset
21440
21441 pt幅縦罫の表
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \begin_layout Plain Layout
21450 \align center
21451 \begin_inset Tabular
21452 <lyxtabular version="3" rows="3" columns="3">
21453 <features rotate="0" tabularvalignment="middle">
21454 <column alignment="center" valignment="top" special="Vc">
21455 <column alignment="center" valignment="top" special="Vc">
21456 <column alignment="center" valignment="top" special="VcV">
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 sd
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" topline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 </row>
21486 <row>
21487 <cell alignment="center" valignment="top" topline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 sd
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" topline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row>
21516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 sd
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 </lyxtabular>
21545
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \begin_layout Subsection
21557 点罫
21558 \begin_inset Index idx
21559 status collapsed
21560
21561 \begin_layout Plain Layout
21562 ひょうのちょうせい@表の調整 ! てんけい@点罫
21563 \end_layout
21564
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \begin_layout Standard
21571 \begin_inset ERT
21572 status collapsed
21573
21574 \begin_layout Plain Layout
21575
21576
21577 \backslash
21578 ifarydshln
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \begin_inset Note Note
21585 status open
21586
21587 \begin_layout Plain Layout
21588 この節は、LaTeXパッケージ
21589 \series bold
21590 arydshln
21591 \series default
21592 が導入済みの時のみ表示されます。
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \begin_layout Standard
21601 \begin_inset Float table
21602 placement H
21603 wide false
21604 sideways false
21605 status open
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Caption Standard
21609
21610 \begin_layout Plain Layout
21611 \begin_inset CommandInset label
21612 LatexCommand label
21613 name "tab:点罫表"
21614
21615 \end_inset
21616
21617 点罫を使用した表
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Plain Layout
21626 \align center
21627 \begin_inset Tabular
21628 <lyxtabular version="3" rows="5" columns="5">
21629 <features rotate="0" tabularvalignment="middle">
21630 <column alignment="center" valignment="top">
21631 <column alignment="center" valignment="top">
21632 <column alignment="center" valignment="top" special=":c">
21633 <column alignment="center" valignment="top">
21634 <column alignment="center" valignment="top">
21635 <row>
21636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset ERT
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738
21739
21740 \backslash
21741 hdashline 
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset ERT
21794 status collapsed
21795
21796 \begin_layout Plain Layout
21797
21798
21799 \backslash
21800 cdashline{4-5}
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 </lyxtabular>
21895
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Standard
21907 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21908 \end_layout
21909
21910 \begin_layout Standard
21911
21912 \series bold
21913
21914 \backslash
21915 usepackage{arydshln}
21916 \end_layout
21917
21918 \begin_layout Standard
21919 というコマンドを書き、LaTeXパッケージの
21920 \series bold
21921 arydshln
21922 \series default
21923
21924 \begin_inset Index idx
21925 status collapsed
21926
21927 \begin_layout Plain Layout
21928 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21929 \end_layout
21930
21931 \end_inset
21932
21933 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21934 \end_layout
21935
21936 \begin_layout Standard
21937 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21938 \end_layout
21939
21940 \begin_layout Standard
21941
21942 \series bold
21943
21944 \backslash
21945 hdashline
21946 \end_layout
21947
21948 \begin_layout Standard
21949 というコマンドを加えてください。
21950 \end_layout
21951
21952 \begin_layout Standard
21953 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21954 \end_layout
21955
21956 \begin_layout Standard
21957
21958 \series bold
21959
21960 \backslash
21961 cdashline{列番号
21962 \series default
21963 }
21964 \end_layout
21965
21966 \begin_layout Standard
21967 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21968 \end_layout
21969
21970 \begin_layout Standard
21971
21972 \series bold
21973
21974 \backslash
21975 cdashline{2-4}
21976 \end_layout
21977
21978 \begin_layout Standard
21979 なるコマンドを置いてください。
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset VSpace bigskip
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Standard
21990
21991 \begin_inset CommandInset ref
21992 LatexCommand ref
21993 reference "tab:点罫表"
21994
21995 \end_inset
21996
21997 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21998 \series bold
21999
22000 \backslash
22001 hdashline
22002 \series default
22003 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
22004 \begin_inset Newline newline
22005 \end_inset
22006
22007  
22008 \series bold
22009
22010 \backslash
22011 cdashline{4-5}
22012 \series default
22013 が挿れられています。
22014 \end_layout
22015
22016 \begin_layout Standard
22017 \begin_inset VSpace bigskip
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Standard
22024 点罫を持つ表も、表
22025 \begin_inset CommandInset ref
22026 LatexCommand ref
22027 reference "tab:Colored-table-with"
22028
22029 \end_inset
22030
22031 のように色付けをすることができます。
22032 \end_layout
22033
22034 \begin_layout Standard
22035 \begin_inset ERT
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039
22040
22041 \backslash
22042 setlength{
22043 \backslash
22044 arrayrulewidth}{1pt}
22045 \end_layout
22046
22047 \end_inset
22048
22049
22050 \begin_inset Note Note
22051 status collapsed
22052
22053 \begin_layout Plain Layout
22054 罫線色が見易いように線を太く
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Standard
22063 \begin_inset ERT
22064 status collapsed
22065
22066 \begin_layout Plain Layout
22067
22068
22069 \backslash
22070 dashgapcolor{green}
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \begin_inset Note Note
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080 緑点罫の間の色付き余白
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \begin_inset ERT
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093
22094
22095 \backslash
22096 let
22097 \backslash
22098 myHdashline
22099 \backslash
22100 hdashline
22101 \end_layout
22102
22103 \begin_layout Plain Layout
22104
22105
22106 \backslash
22107 renewcommand{
22108 \backslash
22109 hdashline}
22110 \end_layout
22111
22112 \begin_layout Plain Layout
22113
22114  {
22115 \backslash
22116 arrayrulecolor{red}
22117 \backslash
22118 myHdashline
22119 \backslash
22120 arrayrulecolor{black}}
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \begin_inset Note Note
22127 status collapsed
22128
22129 \begin_layout Plain Layout
22130 色付き水平線・点罫赤
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \begin_layout Standard
22139 \begin_inset ERT
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143
22144
22145 \backslash
22146 let
22147 \backslash
22148 myCdashline
22149 \backslash
22150 cdashline
22151 \end_layout
22152
22153 \begin_layout Plain Layout
22154
22155
22156 \backslash
22157 renewcommand{
22158 \backslash
22159 cdashline}[1]
22160 \end_layout
22161
22162 \begin_layout Plain Layout
22163
22164  {
22165 \backslash
22166 arrayrulecolor{yellow}
22167 \backslash
22168 myCdashline{#1}
22169 \backslash
22170 arrayrulecolor{black}}
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \begin_inset Note Note
22177 status collapsed
22178
22179 \begin_layout Plain Layout
22180 色付き部分水平線・点罫黄色
22181 \end_layout
22182
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \begin_layout Standard
22189 \begin_inset Float table
22190 placement h
22191 wide false
22192 sideways false
22193 status open
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Caption Standard
22197
22198 \begin_layout Plain Layout
22199 \begin_inset CommandInset label
22200 LatexCommand label
22201 name "tab:Colored-table-with"
22202
22203 \end_inset
22204
22205 点罫線の色付き表
22206 \end_layout
22207
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \begin_layout Plain Layout
22214 \align center
22215 \begin_inset Tabular
22216 <lyxtabular version="3" rows="5" columns="5">
22217 <features rotate="0" tabularvalignment="middle">
22218 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22219 <column alignment="center" valignment="top" width="0pt">
22220 <column alignment="center" valignment="top" width="0pt" special=":c">
22221 <column alignment="center" valignment="top">
22222 <column alignment="center" valignment="top">
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" topline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset ERT
22323 status collapsed
22324
22325 \begin_layout Plain Layout
22326
22327
22328 \backslash
22329 hdashline 
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \begin_inset ERT
22336 status collapsed
22337
22338 \begin_layout Plain Layout
22339
22340
22341 \backslash
22342 rowcolor{Gray}
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 </row>
22389 <row>
22390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset ERT
22395 status collapsed
22396
22397 \begin_layout Plain Layout
22398
22399
22400 \backslash
22401 cdashline{4-5}
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 cellcolor{Maroon}
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 </row>
22507 </lyxtabular>
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset ERT
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524
22525
22526 \backslash
22527 renewcommand{
22528 \backslash
22529 hdashline}{
22530 \backslash
22531 myHdashline}
22532 \end_layout
22533
22534 \end_inset
22535
22536
22537 \begin_inset Note Note
22538 status collapsed
22539
22540 \begin_layout Plain Layout
22541 既定値に戻す
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \begin_layout Standard
22550 \begin_inset ERT
22551 status collapsed
22552
22553 \begin_layout Plain Layout
22554
22555
22556 \backslash
22557 renewcommand{
22558 \backslash
22559 cdashline}{
22560 \backslash
22561 myCdashline}
22562 \end_layout
22563
22564 \end_inset
22565
22566
22567 \begin_inset Note Note
22568 status collapsed
22569
22570 \begin_layout Plain Layout
22571 既定値に戻す
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset ERT
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584
22585
22586 \backslash
22587 nodashgapcolor
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \begin_inset Note Note
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597 既定値に戻す
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \begin_layout Standard
22606 \begin_inset ERT
22607 status collapsed
22608
22609 \begin_layout Plain Layout
22610
22611
22612 \backslash
22613 setlength{
22614 \backslash
22615 arrayrulewidth}{0.4pt}
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \begin_inset Note Note
22622 status collapsed
22623
22624 \begin_layout Plain Layout
22625 既定値に戻す
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \begin_layout Standard
22634 行や列、罫線の着色は、第
22635 \begin_inset CommandInset ref
22636 LatexCommand ref
22637 reference "sec:色付きの表"
22638
22639 \end_inset
22640
22641 節に述べられているように動作します。水平線の着色も、
22642 \series bold
22643
22644 \backslash
22645 myHlineC
22646 \series default
22647 コマンドを
22648 \series bold
22649
22650 \backslash
22651 myHdashline
22652 \series default
22653 に置き換え、
22654 \series bold
22655
22656 \backslash
22657 hline
22658 \series default
22659
22660 \series bold
22661
22662 \backslash
22663 hdashline
22664 \series default
22665 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22666 \end_layout
22667
22668 \begin_layout Standard
22669
22670 \series bold
22671
22672 \backslash
22673 let
22674 \backslash
22675 myHdashline
22676 \backslash
22677 hdashline
22678 \begin_inset Newline newline
22679 \end_inset
22680
22681
22682 \backslash
22683 renewcommand{
22684 \backslash
22685 hdashline}
22686 \begin_inset Newline newline
22687 \end_inset
22688
22689
22690 \begin_inset Phantom HPhantom
22691 status open
22692
22693 \begin_layout Plain Layout
22694 \begin_inset space ~
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \end_inset
22701
22702 {
22703 \backslash
22704 arrayrulecolor{red}
22705 \backslash
22706 myHdashline
22707 \backslash
22708 arrayrulecolor{black}}
22709 \end_layout
22710
22711 \begin_layout Standard
22712
22713 \series bold
22714
22715 \backslash
22716 cdashline
22717 \series default
22718 に色をつけるならば、コマンドは
22719 \end_layout
22720
22721 \begin_layout Standard
22722
22723 \series bold
22724
22725 \backslash
22726 let
22727 \backslash
22728 myCdashline
22729 \backslash
22730 cdashline
22731 \begin_inset Newline newline
22732 \end_inset
22733
22734
22735 \backslash
22736 renewcommand{
22737 \backslash
22738 cdashline}[1]
22739 \begin_inset Newline newline
22740 \end_inset
22741
22742
22743 \begin_inset Phantom HPhantom
22744 status open
22745
22746 \begin_layout Plain Layout
22747 \begin_inset space ~
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754
22755 {
22756 \backslash
22757 arrayrulecolor{red}
22758 \backslash
22759 myCdashline{#1}
22760 \backslash
22761 arrayrulecolor{black}}
22762 \end_layout
22763
22764 \begin_layout Standard
22765 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
22766 \end_layout
22767
22768 \begin_layout Standard
22769
22770 \series bold
22771
22772 \backslash
22773 hdashline
22774 \series default
22775 の場合は
22776 \end_layout
22777
22778 \begin_layout Standard
22779
22780 \series bold
22781
22782 \backslash
22783 renewcommand{
22784 \backslash
22785 hdashline}{
22786 \backslash
22787 myHdashline}
22788 \end_layout
22789
22790 \begin_layout Standard
22791 とし、
22792 \series bold
22793
22794 \backslash
22795 cdashline
22796 \series default
22797 の場合は
22798 \end_layout
22799
22800 \begin_layout Standard
22801
22802 \series bold
22803
22804 \backslash
22805 renewcommand{
22806 \backslash
22807 cdashline}{
22808 \backslash
22809 myCdashline}
22810 \end_layout
22811
22812 \begin_layout Standard
22813 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22814 \end_layout
22815
22816 \begin_layout Standard
22817
22818 \series bold
22819
22820 \backslash
22821 dashgapcolor{色}
22822 \end_layout
22823
22824 \begin_layout Standard
22825 とすれば良いです。ここで「色」は、定義済みの色名です。
22826 \end_layout
22827
22828 \begin_layout Standard
22829
22830 \series bold
22831
22832 \backslash
22833 nodashgapcolor
22834 \end_layout
22835
22836 \begin_layout Standard
22837 というコマンドは、
22838 \series bold
22839
22840 \backslash
22841 dashgapcolor
22842 \series default
22843 が行った変更を元に戻します。
22844 \end_layout
22845
22846 \begin_layout Standard
22847 \begin_inset Note Greyedout
22848 status open
22849
22850 \begin_layout Plain Layout
22851
22852 \series bold
22853 【註】
22854 \series default
22855 1つのセル中に複数のコマンドがある場合、
22856 \series bold
22857 arydshln
22858 \series default
22859 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22860 \begin_inset CommandInset ref
22861 LatexCommand ref
22862 reference "tab:Colored-table-with"
22863
22864 \end_inset
22865
22866 のセル
22867 \emph on
22868 k
22869 \emph default
22870 では、
22871 \series bold
22872
22873 \backslash
22874 hdashline
22875 \series default
22876 コマンドが
22877 \series bold
22878
22879 \backslash
22880 rowcolor
22881 \series default
22882 の前に来ています。
22883 \end_layout
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \begin_layout Standard
22891 \begin_inset Note Greyedout
22892 status open
22893
22894 \begin_layout Plain Layout
22895
22896 \series bold
22897 【註】
22898 \series default
22899 LaTeXパッケージ
22900 \series bold
22901 arydshln
22902 \series default
22903 は、文書プリアンブル中でLaTeXパッケージ
22904 \series bold
22905 colortbl
22906 \series default
22907
22908 \begin_inset Index idx
22909 status collapsed
22910
22911 \begin_layout Plain Layout
22912 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22913 \end_layout
22914
22915 \end_inset
22916
22917 よりも前に読み込まれている必要があります。
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 else
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \begin_inset Note Note
22940 status open
22941
22942 \begin_layout Plain Layout
22943 以下は、LaTeXパッケージ
22944 \series bold
22945 arydshln
22946 \series default
22947 が導入済みでないときに表示されます。
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 本節の内容を出力に表示するためには、
22957 \series bold
22958 arydshln
22959 \series default
22960 パッケージを導入しなくてはなりません。
22961 \end_layout
22962
22963 \begin_layout Standard
22964 \begin_inset ERT
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968
22969
22970 \backslash
22971 fi
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Standard
22980 点罫について詳しい情報は、
22981 \series bold
22982 arydshln
22983 \series default
22984 の取扱説明書
22985 \begin_inset CommandInset citation
22986 LatexCommand cite
22987 key "arydshln"
22988
22989 \end_inset
22990
22991 をご覧ください。
22992 \end_layout
22993
22994 \begin_layout Chapter
22995 フロート
22996 \begin_inset CommandInset label
22997 LatexCommand label
22998 name "chap:フロート"
22999
23000 \end_inset
23001
23002
23003 \begin_inset Index idx
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007 ふろーと@フロート
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Section
23016 はじめに
23017 \begin_inset CommandInset label
23018 LatexCommand label
23019 name "sec:フロートはじめに"
23020
23021 \end_inset
23022
23023
23024 \begin_inset Index idx
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028 ふろーと@フロート ! はじめに
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23038 ート)ことができます。
23039 \family sans
23040 脚注
23041 \family default
23042
23043 \family sans
23044 傍注
23045 \family default
23046 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23047 \end_layout
23048
23049 \begin_layout Standard
23050 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23051 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23052 ートには連番が割り当てられます。参照については、第
23053 \begin_inset CommandInset ref
23054 LatexCommand ref
23055 reference "sec:フロートの参照"
23056
23057 \end_inset
23058
23059 節で述べられています。
23060 \end_layout
23061
23062 \begin_layout Standard
23063 フロートを挿入するには、
23064 \family sans
23065 挿入\SpecialChar \menuseparator
23066 フロート
23067 \family default
23068 メニュー(
23069 \begin_inset Info
23070 type  "icon"
23071 arg   "float-insert figure"
23072 \end_inset
23073
23074 または
23075 \begin_inset Info
23076 type  "icon"
23077 arg   "float-insert table"
23078 \end_inset
23079
23080 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
23081 \family sans
23082 キャプション
23083 \family default
23084 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
23085 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
23086 \begin_inset CommandInset ref
23087 LatexCommand ref
23088 reference "sec:キャプションの配置"
23089
23090 \end_inset
23091
23092 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
23093 ます。畳んだフロートボックスは、
23094 \begin_inset Graphics
23095         filename clipart/floatQt4.png
23096         scale 70
23097         scaleBeforeRotation
23098
23099 \end_inset
23100
23101 のように、灰色ボタンに赤字ラベルで表示されます。
23102 \end_layout
23103
23104 \begin_layout Standard
23105 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23106 \end_layout
23107
23108 \begin_layout Standard
23109 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23110 \end_layout
23111
23112 \begin_layout Section
23113 フロート型
23114 \end_layout
23115
23116 \begin_layout Standard
23117 LyXには、第
23118 \begin_inset CommandInset ref
23119 LatexCommand ref
23120 reference "sec:図フロート"
23121
23122 \end_inset
23123
23124 節および第
23125 \begin_inset CommandInset ref
23126 LatexCommand ref
23127 reference "sec:表フロート"
23128
23129 \end_inset
23130
23131 節で各々説明されている図フロートと表フロート以外に、
23132 \family sans
23133 アルゴリズム型
23134 \series bold
23135
23136 \series default
23137 折返し型
23138 \family default
23139 のフロート型があります。後者は、第
23140 \begin_inset CommandInset ref
23141 LatexCommand ref
23142 reference "sec:折返しフロート"
23143
23144 \end_inset
23145
23146 節に説明があります。
23147 \end_layout
23148
23149 \begin_layout Subsection
23150 アルゴリズムフロート
23151 \begin_inset Index idx
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155 ふろーと@フロート ! あるごりずむ@アルゴリズム
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \begin_layout Standard
23164 \begin_inset Float algorithm
23165 placement h
23166 wide false
23167 sideways false
23168 status open
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Caption Standard
23172
23173 \begin_layout Plain Layout
23174 \begin_inset CommandInset label
23175 LatexCommand label
23176 name "alg:アルゴリズムフロートの例"
23177
23178 \end_inset
23179
23180 アルゴリズムフロートの例
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \begin_layout LyX-Code
23189 for I in 1..N loop
23190 \begin_inset Newline newline
23191 \end_inset
23192
23193  Sum:= Sum + A(I); /*comment*/
23194 \begin_inset Newline newline
23195 \end_inset
23196
23197 end loop
23198 \begin_inset VSpace -4mm
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \begin_layout Standard
23210 このフロート型は、
23211 \family sans
23212 挿入
23213 \shape up
23214 \SpecialChar \menuseparator
23215 フロート\SpecialChar \menuseparator
23216 アルゴリズム
23217 \family default
23218 \shape default
23219 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23220 \begin_inset CommandInset ref
23221 LatexCommand ref
23222 reference "cha:プログラムコードリスト"
23223
23224 \end_inset
23225
23226 章で説明されているプログラムコードリストの代わりとみなすことができます。
23227 \emph on
23228 LyXユーザーの手引き
23229 \emph default
23230 に述べられているように、アルゴリズム向けの環境としては、
23231 \family sans
23232 LyXコード
23233 \family default
23234 があります。 アルゴリズム
23235 \begin_inset CommandInset ref
23236 LatexCommand ref
23237 reference "alg:アルゴリズムフロートの例"
23238
23239 \end_inset
23240
23241 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23242 \begin_inset space \thinspace{}
23243 \end_inset
23244
23245 mmの垂直空白が入れてあります。
23246 \end_layout
23247
23248 \begin_layout Standard
23249 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23250 \end_layout
23251
23252 \begin_layout Standard
23253
23254 \series bold
23255
23256 \backslash
23257 floatname{algorithm}{付けたい名称}
23258 \end_layout
23259
23260 \begin_layout Standard
23261 という行を手動で加える必要があります。ここで
23262 \family sans
23263 \series bold
23264 付けたい名称
23265 \family default
23266 \series default
23267 には、お使いの言語で「
23268 \emph on
23269 algorithm
23270 \emph default
23271 」に対応する単語を指定します。
23272 \end_layout
23273
23274 \begin_layout Standard
23275 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
23276 \family sans
23277 挿入\SpecialChar \menuseparator
23278 一覧/目次\SpecialChar \menuseparator
23279 アルゴリズム一覧
23280 \family default
23281 メニューを使用します。それ以外の場合には、代わりに
23282 \end_layout
23283
23284 \begin_layout Standard
23285
23286 \series bold
23287
23288 \backslash
23289 listof{algorithm}{付けたい名称}
23290 \end_layout
23291
23292 \begin_layout Standard
23293 というコマンドをTeXコードとして用います。ここで
23294 \family sans
23295 付けたい名称
23296 \family default
23297 とは、「
23298 \emph on
23299 List of Algorithm
23300 \emph default
23301 s」という単語に相当する、ご使用になりたい言語での単語です。
23302 \end_layout
23303
23304 \begin_layout Standard
23305 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23306 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23307 \end_layout
23308
23309 \begin_layout Standard
23310
23311 \series bold
23312
23313 \backslash
23314 numberwithin{algorithm}{chapter}
23315 \end_layout
23316
23317 \begin_layout Standard
23318 というコマンドを追加してください。
23319 \series bold
23320
23321 \backslash
23322 numberwithin
23323 \series default
23324 というコマンドを使用するには、文書設定の
23325 \family sans
23326 数式オプション
23327 \family default
23328 タブで
23329 \family sans
23330 AMS mathパッケージを使用する
23331 \family default
23332 オプションを有効にしてください。
23333 \end_layout
23334
23335 \begin_layout Section
23336 フロートの連番
23337 \begin_inset Index idx
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341 ふろーと@フロート ! れんばん@連番
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Standard
23350 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23351 て変わります。
23352 \end_layout
23353
23354 \begin_layout Standard
23355 節から独立して付けられている連番を変更するには、文書プリアンブルで
23356 \end_layout
23357
23358 \begin_layout Standard
23359
23360 \series bold
23361
23362 \backslash
23363 renewcommand{
23364 \backslash
23365 thetable}{
23366 \backslash
23367 roman{table}}
23368 \end_layout
23369
23370 \begin_layout Standard
23371
23372 \series bold
23373 というコマンドを使うと良いでしょう。
23374 \backslash
23375 thetable
23376 \series default
23377 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23378 \series bold
23379
23380 \backslash
23381 thefigure
23382 \series default
23383 コマンドを使用します。上のコマンドで使用されている
23384 \series bold
23385
23386 \backslash
23387 roman
23388 \series default
23389 は、表番号を小文字のローマ数字で印字するコマンドです。
23390 \end_layout
23391
23392 \begin_layout Standard
23393 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23394 \end_layout
23395
23396 \begin_layout Standard
23397
23398 \series bold
23399
23400 \backslash
23401 numberwithin{table}{subsection}
23402 \end_layout
23403
23404 \begin_layout Standard
23405 というコマンドを使用してください。
23406 \series bold
23407
23408 \backslash
23409 numberwithin
23410 \series default
23411 コマンドを使用可能にするためには、文書設定の
23412 \family sans
23413 数式オプション
23414 \family default
23415 タブで、
23416 \family sans
23417 AMS
23418 \begin_inset space ~
23419 \end_inset
23420
23421 math数式パッケージを使用する
23422 \family default
23423 を使用します。
23424 \end_layout
23425
23426 \begin_layout Standard
23427 連番コマンドについての詳細と大切な注意点については、第
23428 \begin_inset CommandInset ref
23429 LatexCommand ref
23430 reference "sub:脚注の付番"
23431
23432 \end_inset
23433
23434 節もご覧ください。
23435 \end_layout
23436
23437 \begin_layout Section
23438 フロートの参照
23439 \begin_inset CommandInset label
23440 LatexCommand label
23441 name "sec:フロートの参照"
23442
23443 \end_inset
23444
23445
23446 \begin_inset Index idx
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450 ふろーと@フロート ! さんしょう@参照
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \begin_inset Index idx
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \begin_layout Standard
23469 フロートを参照するには、
23470 \family sans
23471 挿入\SpecialChar \menuseparator
23472 ラベル
23473 \family default
23474 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23475 \begin_inset Graphics
23476         filename clipart/labelQt4.png
23477         scaleBeforeRotation
23478
23479 \end_inset
23480
23481 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
23482 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23483 \family sans
23484 fig:
23485 \family default
23486 」という前置句がつけられます。
23487 \end_layout
23488
23489 \begin_layout Standard
23490 ラベルは、参照のための名称兼位置標として用いられます。
23491 \family sans
23492 挿入\SpecialChar \menuseparator
23493 相互参照
23494 \family default
23495 メニューかツールバーボタン
23496 \family sans
23497
23498 \begin_inset Info
23499 type  "icon"
23500 arg   "dialog-show-new-inset ref"
23501 \end_inset
23502
23503
23504 \family default
23505 を使えば、ラベルを参照することができます。
23506 \begin_inset Graphics
23507         filename clipart/referenceQt4.png
23508         scale 85
23509         scaleBeforeRotation
23510
23511 \end_inset
23512
23513 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
23514 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
23515 れます。
23516 \end_layout
23517
23518 \begin_layout Standard
23519 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23520 出力では、参照の代わりに二つの疑問符が表示されることになります。
23521 \end_layout
23522
23523 \begin_layout Standard
23524 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23525 で、リンクの更新に手間を割く必要はありません。
23526 \end_layout
23527
23528 \begin_layout Standard
23529 相互参照ウィンドウの
23530 \family sans
23531 ラベルへ移動
23532 \family default
23533 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23534 \family sans
23535 戻る
23536 \family default
23537 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23538 \end_layout
23539
23540 \begin_layout Subsection
23541 相互参照の書式
23542 \begin_inset CommandInset label
23543 LatexCommand label
23544 name "sub:相互参照の書式"
23545
23546 \end_inset
23547
23548
23549 \begin_inset Index idx
23550 status collapsed
23551
23552 \begin_layout Plain Layout
23553 さんしょう@参照 ! しょしき@書式
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \begin_layout Standard
23562 相互参照には、以下の6種類があります。
23563 \end_layout
23564
23565 \begin_layout Description
23566 <参照>: これはフロート番号を表示します。これが既定値です。例:
23567 \begin_inset CommandInset ref
23568 LatexCommand ref
23569 reference "fig:歪められた二つの像"
23570
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \begin_layout Description
23577 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23578 例:
23579 \begin_inset CommandInset ref
23580 LatexCommand eqref
23581 reference "eq:Wgn"
23582
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \begin_layout Description
23589 <参照ページ>: これはページ番号を表示します。例:Page
23590 \begin_inset space ~
23591 \end_inset
23592
23593
23594 \begin_inset CommandInset ref
23595 LatexCommand pageref
23596 reference "fig:歪められた二つの像"
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Description
23604 on
23605 \begin_inset space ~
23606 \end_inset
23607
23608 page
23609 \begin_inset space ~
23610 \end_inset
23611
23612 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23613 \begin_inset CommandInset ref
23614 LatexCommand vpageref
23615 reference "fig:歪められた二つの像"
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \begin_layout Description
23623 <参照>
23624 \begin_inset space ~
23625 \end_inset
23626
23627 on
23628 \begin_inset space ~
23629 \end_inset
23630
23631 page
23632 \begin_inset space ~
23633 \end_inset
23634
23635 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23636 \begin_inset CommandInset ref
23637 LatexCommand vref
23638 reference "fig:歪められた二つの像"
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Description
23646 整形された参照: これは自製の相互参照書式で出力します。
23647 \begin_inset Newline newline
23648 \end_inset
23649
23650
23651 \begin_inset Note Greyedout
23652 status open
23653
23654 \begin_layout Plain Layout
23655
23656 \series bold
23657 【註】
23658 \series default
23659 この機能は、LaTeXパッケージ
23660 \series bold
23661 prettyref
23662 \series default
23663 または
23664 \series bold
23665 refstyle
23666 \series default
23667 が導入されている場合のみ使用することができます。
23668 \begin_inset Index idx
23669 status collapsed
23670
23671 \begin_layout Plain Layout
23672 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \begin_inset Index idx
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23683 \end_layout
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \begin_inset Newline newline
23694 \end_inset
23695
23696 メニュー
23697 \family sans
23698 文書\SpecialChar \menuseparator
23699 設定\SpecialChar \menuseparator
23700 文書クラス
23701 \family default
23702 でオプション
23703 \family sans
23704 相互参照に(prettyrefではなく)refstyleを使用
23705 \family default
23706 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
23707 \series bold
23708
23709 \backslash
23710 newrefformat
23711 \series default
23712 コマンド(prettyrefの場合)あるいは
23713 \series bold
23714
23715 \backslash
23716 newref
23717 \series default
23718 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23719 \family sans
23720 fig
23721 \family default
23722 」を持ちます)をすべて定義し直すには、
23723 \begin_inset Newline newline
23724 \end_inset
23725
23726
23727 \series bold
23728
23729 \backslash
23730 newref{fig}{refcmd={Image on page 
23731 \backslash
23732 pageref{#1}}}
23733 \begin_inset Newline newline
23734 \end_inset
23735
23736
23737 \series default
23738 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23739 \begin_inset CommandInset citation
23740 LatexCommand cite
23741 key "prettyref,refstyle"
23742
23743 \end_inset
23744
23745 をご覧ください。
23746 \end_layout
23747
23748 \begin_layout Description
23749 名称参照: これは、下のような参照のキャプションを出力します。
23750 \begin_inset Newline newline
23751 \end_inset
23752
23753  
23754 \begin_inset CommandInset ref
23755 LatexCommand nameref
23756 reference "fig:歪められた二つの像"
23757
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \begin_layout Standard
23764
23765 \family sans
23766 <参照ページ>
23767 \family default
23768 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23769 \family sans
23770 on this page
23771 \family default
23772 」のような文章が表示されます。様式
23773 \family sans
23774 <参照> on page <参照ページ>
23775 \family default
23776 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23777 \end_layout
23778
23779 \begin_layout Standard
23780 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23781 \family sans
23782 書式
23783 \family default
23784 フィールドで選ぶことができます。
23785 \end_layout
23786
23787 \begin_layout Standard
23788 \begin_inset Note Greyedout
23789 status open
23790
23791 \begin_layout Plain Layout
23792
23793 \series bold
23794 【註】
23795 \series default
23796 LaTeXパッケージ
23797 \series bold
23798 prettyref
23799 \series default
23800
23801 \begin_inset Index idx
23802 status collapsed
23803
23804 \begin_layout Plain Layout
23805 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23806 \end_layout
23807
23808 \end_inset
23809
23810 は、LyXの取り得るラベル
23811 \begin_inset Flex Ruby
23812 status collapsed
23813
23814 \begin_layout Plain Layout
23815 捷径
23816 \begin_inset Argument post:1
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820 ショートカット
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829
23830
23831 \begin_inset Foot
23832 status collapsed
23833
23834 \begin_layout Plain Layout
23835 例えば、
23836 \begin_inset Quotes eld
23837 \end_inset
23838
23839 fig:
23840 \begin_inset Quotes erd
23841 \end_inset
23842
23843 は図キャプションを表すLyX
23844 \begin_inset Flex Ruby
23845 status collapsed
23846
23847 \begin_layout Plain Layout
23848 捷径
23849 \begin_inset Argument post:1
23850 status collapsed
23851
23852 \begin_layout Plain Layout
23853 ショートカット
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862
23863 です。
23864 \end_layout
23865
23866 \end_inset
23867
23868 を全部は解釈できず、国際化もされていないので、
23869 \series bold
23870 refstyle
23871 \series default
23872
23873 \begin_inset Index idx
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
23878 \end_layout
23879
23880 \end_inset
23881
23882 を使用することを推奨します。
23883 \end_layout
23884
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \begin_layout Standard
23891 \begin_inset Note Greyedout
23892 status open
23893
23894 \begin_layout Plain Layout
23895
23896 \series bold
23897 【註】
23898 \series default
23899 LaTeXパッケージvarioref第1.4w版のバグによって、終止符を活用する言語(仏語等)を文書言語にすると、相互参照形式の一部でLaTeXエラーが発生します
23900 。回避策については、
23901 \begin_inset Newline newline
23902 \end_inset
23903
23904
23905 \begin_inset CommandInset href
23906 LatexCommand href
23907 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23908
23909 \end_inset
23910
23911
23912 \begin_inset Newline newline
23913 \end_inset
23914
23915 を参照してください。
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Subsection
23924 参照名の自動命名
23925 \begin_inset Index idx
23926 status collapsed
23927
23928 \begin_layout Plain Layout
23929 さんしょう@参照 ! じどうめいめい@自動命名
23930 \end_layout
23931
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \begin_layout Standard
23938
23939 \family sans
23940 文書設定
23941 \family default
23942 ダイアログの
23943 \family sans
23944 PDF特性
23945 \family default
23946 で有効にされた
23947 \series bold
23948 hyperref
23949 \series default
23950
23951 \begin_inset Index idx
23952 status collapsed
23953
23954 \begin_layout Plain Layout
23955 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23956 \end_layout
23957
23958 \end_inset
23959
23960  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23961 \emph on
23962
23963 \emph default
23964 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23965 の機能を使用するには、hyperrefを有効にして、
23966 \end_layout
23967
23968 \begin_layout Standard
23969
23970 \series bold
23971
23972 \backslash
23973 AtBeginDocument{
23974 \backslash
23975 renewcommand{
23976 \backslash
23977 ref}[1]{
23978 \backslash
23979 mbox{
23980 \backslash
23981 autoref{#1}}}}
23982 \end_layout
23983
23984 \begin_layout Standard
23985 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23986 \begin_inset space \thinspace{}
23987 \end_inset
23988
23989 」としたいなど、既定の参照名以外のものが欲しい場合には、
23990 \end_layout
23991
23992 \begin_layout Standard
23993
23994 \series bold
23995
23996 \backslash
23997 addto
23998 \backslash
23999 extrasenglish{
24000 \backslash
24001 renewcommand{
24002 \backslash
24003 sectionautorefname}
24004 \begin_inset Newline newline
24005 \end_inset
24006
24007
24008 \begin_inset Phantom HPhantom
24009 status open
24010
24011 \begin_layout Plain Layout
24012
24013 \series bold
24014 \begin_inset space ~
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \end_inset
24021
24022 {sec.
24023 \backslash
24024 negthinspace}}
24025 \end_layout
24026
24027 \begin_layout Standard
24028 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24029 \begin_inset Newline newline
24030 \end_inset
24031
24032
24033 \series bold
24034
24035 \backslash
24036 extrasenglishを
24037 \backslash
24038 extras***
24039 \series default
24040 に置き換えてください(***は使用中の言語名)。
24041 \end_layout
24042
24043 \begin_layout Standard
24044 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24045 \end_layout
24046
24047 \begin_layout Standard
24048
24049 \series bold
24050
24051 \backslash
24052 addto
24053 \backslash
24054 extrasenglish{
24055 \backslash
24056 renewcommand*{
24057 \backslash
24058 equationautorefname}[1]{}}
24059 \end_layout
24060
24061 \begin_layout Standard
24062 この話題に関する詳細は、hyperrefの説明書
24063 \begin_inset CommandInset citation
24064 LatexCommand cite
24065 key "hyperref"
24066
24067 \end_inset
24068
24069 をお読みください。
24070 \end_layout
24071
24072 \begin_layout Standard
24073 \begin_inset Note Greyedout
24074 status open
24075
24076 \begin_layout Plain Layout
24077
24078 \series bold
24079 【註】
24080 \series default
24081 参照の自動命名は、相互参照を
24082 \family sans
24083 整形参照
24084 \family default
24085 様式(第
24086 \begin_inset CommandInset ref
24087 LatexCommand ref
24088 reference "sub:相互参照の書式"
24089
24090 \end_inset
24091
24092 節)で使用しているときには、使用することができません。
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Standard
24101 LyXの取扱説明書『
24102 \emph on
24103 数式篇
24104 \emph default
24105 』では、参照名の自動命名が使用されています。
24106 \end_layout
24107
24108 \begin_layout Subsection
24109 参照位置
24110 \begin_inset CommandInset label
24111 LatexCommand label
24112 name "sub:参照位置"
24113
24114 \end_inset
24115
24116
24117 \begin_inset Index idx
24118 status collapsed
24119
24120 \begin_layout Plain Layout
24121 さんしょう@参照 ! さんしょういち@参照位置
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130
24131 \family sans
24132 文書設定
24133 \family default
24134 ダイアログの
24135 \family sans
24136 PDF特性
24137 \family default
24138 で、
24139 \series bold
24140 hyperref
24141 \series default
24142
24143 \begin_inset Index idx
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24148 \end_layout
24149
24150 \end_inset
24151
24152 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24153 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
24154 \series bold
24155 hyperref
24156 \series default
24157
24158 \begin_inset Index idx
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24163 \end_layout
24164
24165 \end_inset
24166
24167 の一部である
24168 \series bold
24169 hyperref
24170 \series default
24171
24172 \begin_inset Index idx
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24177 \end_layout
24178
24179 \end_inset
24180
24181 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24182 \end_layout
24183
24184 \begin_layout Standard
24185
24186 \series bold
24187
24188 \backslash
24189 usepackage[figure]{hypcap}
24190 \end_layout
24191
24192 \begin_layout Standard
24193 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24194 hypcapの説明書
24195 \begin_inset CommandInset citation
24196 LatexCommand cite
24197 key "hypcap"
24198
24199 \end_inset
24200
24201 をご覧ください。
24202 \end_layout
24203
24204 \begin_layout Standard
24205 \begin_inset Note Greyedout
24206 status open
24207
24208 \begin_layout Plain Layout
24209
24210 \series bold
24211 【註】hypcap
24212 \series default
24213 は内部図への参照には効力がありません。
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Section
24222 フロートの配置
24223 \begin_inset CommandInset label
24224 LatexCommand label
24225 name "sec:フロートの配置"
24226
24227 \end_inset
24228
24229
24230 \begin_inset Index idx
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234 ふろーと@フロート ! はいち@配置
24235 \end_layout
24236
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \begin_layout Standard
24243
24244 \family roman
24245 \series medium
24246 \shape up
24247 \size normal
24248 \emph off
24249 \bar no
24250 \noun off
24251 \color none
24252 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
24253 \begin_inset Newline newline
24254 \end_inset
24255
24256
24257 \family sans
24258 \series default
24259 \shape default
24260 \size default
24261 \emph default
24262 \bar default
24263 \noun default
24264 \color inherit
24265 段をまたぐ
24266 \family roman
24267 \series medium
24268 \shape up
24269 \size normal
24270 \emph off
24271 \bar no
24272 \noun off
24273 \color none
24274 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24275 \begin_inset Newline newline
24276 \end_inset
24277
24278
24279 \family sans
24280 \series default
24281 \shape default
24282 \size default
24283 \emph default
24284 \bar default
24285 \noun default
24286 \color inherit
24287 横倒しに回転
24288 \family roman
24289 \series medium
24290 \shape up
24291 \size normal
24292 \emph off
24293 \bar no
24294 \noun off
24295 \color none
24296 オプションは、フロートを回転するのに用います。第
24297 \family default
24298 \series default
24299 \shape default
24300 \size default
24301 \emph default
24302 \bar default
24303 \noun default
24304 \color inherit
24305
24306 \begin_inset CommandInset ref
24307 LatexCommand ref
24308 reference "sec:回転フロート"
24309
24310 \end_inset
24311
24312
24313 \family roman
24314 \series medium
24315 \shape up
24316 \size normal
24317 \emph off
24318 \bar no
24319 \noun off
24320 \color none
24321 節をご参照ください。
24322 \end_layout
24323
24324 \begin_layout Standard
24325
24326 \family roman
24327 \series medium
24328 \shape up
24329 \size normal
24330 \emph off
24331 \bar no
24332 \noun off
24333 \color none
24334 フロートダイアログでは、
24335 \family sans
24336 \series default
24337 \shape default
24338 \size default
24339 \emph default
24340 \bar default
24341 \noun default
24342 \color inherit
24343 既定の配置を使う
24344 \family roman
24345 \series medium
24346 \shape up
24347 \size normal
24348 \emph off
24349 \bar no
24350 \noun off
24351 \color none
24352 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24353 \end_layout
24354
24355 \begin_layout Description
24356 可能ならば現在位置に: 
24357 \family roman
24358 \series medium
24359 \shape up
24360 \size normal
24361 \emph off
24362 \bar no
24363 \noun off
24364 \color none
24365 フロートを挿入位置に配置することを試みます
24366 \end_layout
24367
24368 \begin_layout Description
24369 ページ上部: 
24370 \family roman
24371 \series medium
24372 \shape up
24373 \size normal
24374 \emph off
24375 \bar no
24376 \noun off
24377 \color none
24378 フロートを現在ページの上部に配置することを試みます
24379 \end_layout
24380
24381 \begin_layout Description
24382 ページ下部: 
24383 \family roman
24384 \series medium
24385 \shape up
24386 \size normal
24387 \emph off
24388 \bar no
24389 \noun off
24390 \color none
24391 フロートを現在ページの下部に配置することを試みます
24392 \end_layout
24393
24394 \begin_layout Description
24395 フロートを独立したページに: 
24396 \family roman
24397 \series medium
24398 \shape up
24399 \size normal
24400 \emph off
24401 \bar no
24402 \noun off
24403 \color none
24404 フロートを独立したページに配置することを試みます
24405 \end_layout
24406
24407 \begin_layout Standard
24408 LaTeXは、
24409 \emph on
24410 つねに
24411 \emph default
24412 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
24413 \family sans
24414 可能ならば現在位置に
24415 \family default
24416 を試み、次に
24417 \family sans
24418 ページの上部
24419 \family default
24420 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
24421 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24422 \end_layout
24423
24424 \begin_layout Standard
24425 既定では、各オプションはそれぞれ以下の規則を持っています。
24426 \end_layout
24427
24428 \begin_layout Labeling
24429 \labelwidthstring 00.00.0000
24430
24431 \family sans
24432 ページ上部
24433 \family default
24434  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24435 \series bold
24436
24437 \backslash
24438 topfraction
24439 \series default
24440 )。
24441 \end_layout
24442
24443 \begin_layout Labeling
24444 \labelwidthstring 00.00.0000
24445
24446 \family sans
24447 ページ下部
24448 \family default
24449  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24450 \series bold
24451
24452 \backslash
24453 bottomfraction
24454 \series default
24455 )。
24456 \end_layout
24457
24458 \begin_layout Labeling
24459 \labelwidthstring 00.00.0000
24460
24461 \family sans
24462 フロートを独立したページ 
24463 \family default
24464 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24465 \series bold
24466
24467 \backslash
24468 floatpagefraction
24469 \series default
24470 )。
24471 \end_layout
24472
24473 \begin_layout Standard
24474 これらの規則に従いたくないときは、
24475 \family sans
24476 LaTeXの規則を無視する
24477 \family default
24478 オプションを追加することによって、これらを無視することができます。
24479 \begin_inset Newline newline
24480 \end_inset
24481
24482 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
24483 、ページの5割に変えるには、文書プリアンブルに
24484 \end_layout
24485
24486 \begin_layout Standard
24487
24488 \series bold
24489
24490 \backslash
24491 renewcommand{
24492 \backslash
24493 bottomfraction}{0.5}
24494 \end_layout
24495
24496 \begin_layout Standard
24497 という行を加えてください。
24498 \end_layout
24499
24500 \begin_layout Standard
24501 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24502 \family sans
24503 何としても現在位置に置く
24504 \family default
24505 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24506 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24507 からです。
24508 \end_layout
24509
24510 \begin_layout Standard
24511 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24512 \end_layout
24513
24514 \begin_layout Standard
24515 \begin_inset VSpace bigskip
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24523 することがあります。この問題を避けるには、LaTeXコマンドの
24524 \backslash
24525 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24526 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24527 \end_layout
24528
24529 \begin_layout Standard
24530
24531 \series bold
24532
24533 \backslash
24534 let
24535 \backslash
24536 mySection
24537 \backslash
24538 section
24539 \begin_inset Newline newline
24540 \end_inset
24541
24542
24543 \backslash
24544 renewcommand{
24545 \backslash
24546 section}{
24547 \backslash
24548 suppressfloats[t]
24549 \backslash
24550 mySection}
24551 \end_layout
24552
24553 \begin_layout Standard
24554 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
24555 することがあるので、これらに対する定義はお勧めしません。
24556 \end_layout
24557
24558 \begin_layout Standard
24559 \begin_inset VSpace bigskip
24560 \end_inset
24561
24562 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
24563 \series bold
24564 endfloat
24565 \series default
24566
24567 \begin_inset Index idx
24568 status collapsed
24569
24570 \begin_layout Plain Layout
24571 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
24572 \end_layout
24573
24574 \end_inset
24575
24576 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24577 \begin_inset Quotes eld
24578 \end_inset
24579
24580
24581 \family sans
24582 [Figure
24583 \begin_inset space ~
24584 \end_inset
24585
24586 3.2 about here.]
24587 \family default
24588
24589 \begin_inset Quotes erd
24590 \end_inset
24591
24592 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24593 \end_layout
24594
24595 \begin_layout Standard
24596
24597 \series bold
24598
24599 \backslash
24600 usepackage[options]{endfloat}
24601 \end_layout
24602
24603 \begin_layout Standard
24604 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24605 \series bold
24606 endfloat
24607 \series default
24608 取扱説明書
24609 \begin_inset CommandInset citation
24610 LatexCommand cite
24611 key "endfloat"
24612
24613 \end_inset
24614
24615 をご参照ください。
24616 \begin_inset Newline newline
24617 \end_inset
24618
24619
24620 \begin_inset Note Greyedout
24621 status open
24622
24623 \begin_layout Plain Layout
24624
24625 \series bold
24626 【註】endfloat
24627 \series default
24628 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24629 \begin_inset CommandInset citation
24630 LatexCommand cite
24631 key "endfloat"
24632
24633 \end_inset
24634
24635 の第4節をご参照ください。
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \begin_inset Newline newline
24642 \end_inset
24643
24644
24645 \begin_inset Note Greyedout
24646 status open
24647
24648 \begin_layout Plain Layout
24649
24650 \series bold
24651 【註】
24652 \series default
24653 現在のところ、
24654 \series bold
24655 endfloat
24656 \series default
24657 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24658 \series bold
24659
24660 \backslash
24661 ss
24662 \series default
24663 」コマンドを使用してください。
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \end_layout
24670
24671 \begin_layout Standard
24672 \begin_inset VSpace bigskip
24673 \end_inset
24674
24675 フロートの割付に関する詳細は、LaTeX関連書
24676 \begin_inset CommandInset citation
24677 LatexCommand cite
24678 key "latexcompanion,latexguide,latexbook"
24679
24680 \end_inset
24681
24682 をご覧ください。
24683 \end_layout
24684
24685 \begin_layout Section
24686 回転フロート
24687 \begin_inset CommandInset label
24688 LatexCommand label
24689 name "sec:回転フロート"
24690
24691 \end_inset
24692
24693
24694 \begin_inset Index idx
24695 status collapsed
24696
24697 \begin_layout Plain Layout
24698 ふろーと@フロート ! かいてん@回転
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24708 \family sans
24709 横倒しに回転
24710 \family default
24711 オプションを有効にします。
24712 \end_layout
24713
24714 \begin_layout Standard
24715 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24716 \family sans
24717 段をまたぐ
24718 \family default
24719 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24720 たって回転方向を強制したい場合には、文書クラスオプションに
24721 \series bold
24722 figuresleft
24723 \series default
24724 オプションあるいは
24725 \series bold
24726 figuresright
24727 \series default
24728 オプションを加えることができます。
24729 \end_layout
24730
24731 \begin_layout Standard
24732 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24733 \begin_inset CommandInset ref
24734 LatexCommand ref
24735 reference "tab:回転した表"
24736
24737 \end_inset
24738
24739 が回転表フロートの例です。
24740 \end_layout
24741
24742 \begin_layout Standard
24743 \begin_inset Note Greyedout
24744 status open
24745
24746 \begin_layout Plain Layout
24747
24748 \series bold
24749 【註】
24750 \series default
24751 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \begin_inset Float table
24761 wide false
24762 sideways true
24763 status open
24764
24765 \begin_layout Plain Layout
24766 \begin_inset Caption Standard
24767
24768 \begin_layout Plain Layout
24769 \begin_inset CommandInset label
24770 LatexCommand label
24771 name "tab:回転した表"
24772
24773 \end_inset
24774
24775 回転した表
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Plain Layout
24784 \align center
24785 \begin_inset Tabular
24786 <lyxtabular version="3" rows="1" columns="5">
24787 <features rotate="0" tabularvalignment="middle">
24788 <column alignment="center" valignment="top">
24789 <column alignment="center" valignment="top">
24790 <column alignment="center" valignment="top">
24791 <column alignment="center" valignment="top">
24792 <column alignment="center" valignment="top">
24793 <row>
24794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798 試験
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 </row>
24840 </lyxtabular>
24841
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \begin_layout Section
24853 従属フロート
24854 \begin_inset Index idx
24855 status collapsed
24856
24857 \begin_layout Plain Layout
24858 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Standard
24867 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24868 \begin_inset CommandInset ref
24869 LatexCommand ref
24870 reference "tab:従属表を横に並べたもの"
24871
24872 \end_inset
24873
24874 と表
24875 \begin_inset CommandInset ref
24876 LatexCommand ref
24877 reference "tab:従属表を縦に並べたもの"
24878
24879 \end_inset
24880
24881 に示されているように段落と同様に指定することができます。
24882 \end_layout
24883
24884 \begin_layout Standard
24885 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24886 \begin_inset CommandInset ref
24887 LatexCommand ref
24888 reference "tab:これは従属表a"
24889
24890 \end_inset
24891
24892 と表
24893 \begin_inset CommandInset ref
24894 LatexCommand ref
24895 reference "tab:これは従属表b"
24896
24897 \end_inset
24898
24899 は表
24900 \begin_inset CommandInset ref
24901 LatexCommand ref
24902 reference "tab:従属表を横に並べたもの"
24903
24904 \end_inset
24905
24906 の従属フロートです。
24907 \begin_inset Float table
24908 wide false
24909 sideways false
24910 status open
24911
24912 \begin_layout Plain Layout
24913 \begin_inset Caption Standard
24914
24915 \begin_layout Plain Layout
24916 \begin_inset CommandInset label
24917 LatexCommand label
24918 name "tab:従属表を横に並べたもの"
24919
24920 \end_inset
24921
24922 従属表を横に並べたもの
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Plain Layout
24931 \begin_inset space \hfill{}
24932 \end_inset
24933
24934
24935 \begin_inset Float table
24936 wide false
24937 sideways false
24938 status collapsed
24939
24940 \begin_layout Plain Layout
24941 \begin_inset Caption Standard
24942
24943 \begin_layout Plain Layout
24944 \begin_inset CommandInset label
24945 LatexCommand label
24946 name "tab:これは従属表a"
24947
24948 \end_inset
24949
24950 これは従属表aです。
24951 \end_layout
24952
24953 \end_inset
24954
24955
24956 \end_layout
24957
24958 \begin_layout Plain Layout
24959 \align center
24960 \begin_inset Tabular
24961 <lyxtabular version="3" rows="1" columns="5">
24962 <features rotate="0" tabularvalignment="middle">
24963 <column alignment="center" valignment="top">
24964 <column alignment="center" valignment="top">
24965 <column alignment="center" valignment="top">
24966 <column alignment="center" valignment="top">
24967 <column alignment="center" valignment="top">
24968 <row>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 試験
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 </lyxtabular>
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \begin_inset space \hfill{}
25026 \end_inset
25027
25028
25029 \begin_inset Float table
25030 wide false
25031 sideways false
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035 \begin_inset Caption Standard
25036
25037 \begin_layout Plain Layout
25038 \begin_inset CommandInset label
25039 LatexCommand label
25040 name "tab:これは従属表b"
25041
25042 \end_inset
25043
25044 これは従属表bです。
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Plain Layout
25053 \align center
25054 \begin_inset Tabular
25055 <lyxtabular version="3" rows="1" columns="5">
25056 <features rotate="0" tabularvalignment="middle">
25057 <column alignment="center" valignment="top">
25058 <column alignment="center" valignment="top">
25059 <column alignment="center" valignment="top">
25060 <column alignment="center" valignment="top">
25061 <column alignment="center" valignment="top">
25062 <row>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 試験
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 </row>
25109 </lyxtabular>
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \begin_inset space \hfill{}
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \begin_inset Float table
25129 wide false
25130 sideways false
25131 status open
25132
25133 \begin_layout Plain Layout
25134 \begin_inset Caption Standard
25135
25136 \begin_layout Plain Layout
25137 \begin_inset CommandInset label
25138 LatexCommand label
25139 name "tab:従属表を縦に並べたもの"
25140
25141 \end_inset
25142
25143 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \begin_layout Plain Layout
25152 \noindent
25153 \align center
25154 \begin_inset Float table
25155 wide false
25156 sideways false
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160 \begin_inset Caption Standard
25161
25162 \begin_layout Plain Layout
25163
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Plain Layout
25172 \align center
25173 \begin_inset Tabular
25174 <lyxtabular version="3" rows="1" columns="4">
25175 <features rotate="0" tabularvalignment="middle">
25176 <column alignment="center" valignment="top">
25177 <column alignment="center" valignment="top">
25178 <column alignment="center" valignment="top">
25179 <column alignment="center" valignment="top">
25180 <row>
25181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185 試験
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194 試験
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203 試験
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 試験
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 </row>
25218 </lyxtabular>
25219
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \end_inset
25226
25227
25228 \end_layout
25229
25230 \begin_layout Plain Layout
25231 \noindent
25232 \align center
25233 \begin_inset Float table
25234 wide false
25235 sideways false
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 \begin_inset Caption Standard
25240
25241 \begin_layout Plain Layout
25242
25243 \end_layout
25244
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \begin_layout Plain Layout
25251 \align center
25252 \begin_inset Tabular
25253 <lyxtabular version="3" rows="1" columns="5">
25254 <features rotate="0" tabularvalignment="middle">
25255 <column alignment="center" valignment="top">
25256 <column alignment="center" valignment="top">
25257 <column alignment="center" valignment="top">
25258 <column alignment="center" valignment="top">
25259 <column alignment="center" valignment="top">
25260 <row>
25261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 </row>
25307 </lyxtabular>
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Section
25325 横並びのフロート
25326 \begin_inset Index idx
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 ふろーと@フロート ! よこならび@横並び
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339
25340 \begin_inset CommandInset ref
25341 LatexCommand ref
25342 reference "fig:左側のフロート"
25343
25344 \end_inset
25345
25346 や図
25347 \begin_inset CommandInset ref
25348 LatexCommand ref
25349 reference "fig:右側のフロート"
25350
25351 \end_inset
25352
25353 のようにフロートを横並びに配置するには、
25354 \emph on
25355 ひとつの
25356 \emph default
25357 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25358 \begin_inset Foot
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 Minipageは第
25363 \begin_inset CommandInset ref
25364 LatexCommand ref
25365 reference "sec:ミニページ"
25366
25367 \end_inset
25368
25369 節に説明があります。
25370 \end_layout
25371
25372 \end_inset
25373
25374 。幅は45
25375 \begin_inset space \thinspace{}
25376 \end_inset
25377
25378 -50
25379 \begin_inset space \thinspace{}
25380 \end_inset
25381
25382 列幅%とし、各minipageのボックス配置を
25383 \family sans
25384
25385 \family default
25386 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25387 \family sans
25388 列幅%
25389 \family default
25390 がここではminipageボックスの幅によって計算されることです。
25391 \end_layout
25392
25393 \begin_layout Standard
25394 \begin_inset Float figure
25395 wide false
25396 sideways false
25397 status open
25398
25399 \begin_layout Plain Layout
25400 \begin_inset Box Frameless
25401 position "b"
25402 hor_pos "c"
25403 has_inner_box 1
25404 inner_pos "t"
25405 use_parbox 0
25406 use_makebox 0
25407 width "45col%"
25408 special "none"
25409 height "1in"
25410 height_special "totalheight"
25411 status open
25412
25413 \begin_layout Plain Layout
25414 \align center
25415 \begin_inset Graphics
25416         filename ../clipart/mobius.eps
25417         lyxscale 50
25418         width 100col%
25419         scaleBeforeRotation
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Plain Layout
25427 \begin_inset Caption Standard
25428
25429 \begin_layout Plain Layout
25430 \begin_inset CommandInset label
25431 LatexCommand label
25432 name "fig:左側のフロート"
25433
25434 \end_inset
25435
25436 左側のフロート
25437 \end_layout
25438
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \begin_inset space \hfill{}
25448 \end_inset
25449
25450
25451 \begin_inset Box Frameless
25452 position "b"
25453 hor_pos "c"
25454 has_inner_box 1
25455 inner_pos "t"
25456 use_parbox 0
25457 use_makebox 0
25458 width "45col%"
25459 special "none"
25460 height "1in"
25461 height_special "totalheight"
25462 status open
25463
25464 \begin_layout Plain Layout
25465 \align center
25466 \begin_inset Graphics
25467         filename ../clipart/platypus.eps
25468         lyxscale 50
25469         width 100col%
25470         scaleBeforeRotation
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Plain Layout
25478 \begin_inset Caption Standard
25479
25480 \begin_layout Plain Layout
25481 \begin_inset CommandInset label
25482 LatexCommand label
25483 name "fig:右側のフロート"
25484
25485 \end_inset
25486
25487 右側のフロート
25488 \end_layout
25489
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Plain Layout
25501
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Section
25510 キャプションの書式設定
25511 \begin_inset Index idx
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \begin_inset Index idx
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25526 \end_layout
25527
25528 \end_inset
25529
25530
25531 \begin_inset CommandInset label
25532 LatexCommand label
25533 name "sec:キャプションの書式設定"
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \begin_layout Standard
25541
25542 \family sans
25543 キャプション
25544 \family default
25545 環境は、
25546 \family sans
25547 フロート
25548 \family default
25549 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
25550 \family sans
25551 図 #:
25552 \family default
25553 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25554 \family sans
25555 #
25556 \family default
25557 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25558 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25559 \end_layout
25560
25561 \begin_layout Standard
25562 既定のキャプション書式を変更するには、文書プリアンブルに
25563 \end_layout
25564
25565 \begin_layout Standard
25566
25567 \series bold
25568
25569 \backslash
25570 usepackage[format definition]{caption}
25571 \end_layout
25572
25573 \begin_layout Standard
25574 という行を加えて、LaTeXパッケージ
25575 \series bold
25576 caption
25577 \series default
25578
25579 \begin_inset Index idx
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25584 \end_layout
25585
25586 \end_inset
25587
25588 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25589 \end_layout
25590
25591 \begin_layout Standard
25592
25593 \series bold
25594
25595 \backslash
25596 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25597 \end_layout
25598
25599 \begin_layout Standard
25600 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25601 \series bold
25602 caption
25603 \series default
25604 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25605 \end_layout
25606
25607 \begin_layout Standard
25608
25609 \series bold
25610
25611 \backslash
25612 captionsetup[フロート型]{書式定義}
25613 \end_layout
25614
25615 \begin_layout Standard
25616 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25617 \begin_inset CommandInset ref
25618 LatexCommand ref
25619 reference "fig:図キャプション"
25620
25621 \end_inset
25622
25623 と表
25624 \begin_inset CommandInset ref
25625 LatexCommand ref
25626 reference "tab:表キャプション"
25627
25628 \end_inset
25629
25630 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25631 \end_layout
25632
25633 \begin_layout Standard
25634
25635 \series bold
25636
25637 \backslash
25638 usepackage[tableposition=top]{caption}
25639 \series default
25640
25641 \begin_inset Newline newline
25642 \end_inset
25643
25644
25645 \series bold
25646
25647 \backslash
25648 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25649 \begin_inset Newline newline
25650 \end_inset
25651
25652
25653 \begin_inset Phantom HPhantom
25654 status open
25655
25656 \begin_layout Plain Layout
25657
25658 \backslash
25659 captionsetup[figure]{
25660 \end_layout
25661
25662 \end_inset
25663
25664 labelsep=period}
25665 \begin_inset Newline newline
25666 \end_inset
25667
25668
25669 \backslash
25670 captionsetup[table]{labelfont={bf,sf}}
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset Note Greyedout
25675 status open
25676
25677 \begin_layout Plain Layout
25678
25679 \series bold
25680 【註】
25681 \series default
25682 オプションのうち、
25683 \series bold
25684 tableposition=top
25685 \series default
25686 は、文書クラスに
25687 \series bold
25688 KOMA-script
25689 \series default
25690
25691 \begin_inset Index idx
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25696 \end_layout
25697
25698 \end_inset
25699
25700 が使われているときには、無効になります。この場合には、文書クラスオプション
25701 \series bold
25702 captions=tableheading
25703 \series default
25704 を指定しなくてはなりません。
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \begin_layout Standard
25713
25714 \series bold
25715 caption
25716 \series default
25717 パッケージについての詳細は、その取扱説明書
25718 \begin_inset CommandInset citation
25719 LatexCommand cite
25720 key "caption"
25721
25722 \end_inset
25723
25724 をご覧ください。
25725 \end_layout
25726
25727 \begin_layout Standard
25728 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25729 \end_layout
25730
25731 \begin_layout Standard
25732
25733 \series bold
25734
25735 \backslash
25736 renewcommand{
25737 \backslash
25738 fnum@figure}{画像~
25739 \backslash
25740 thefigure}
25741 \end_layout
25742
25743 \begin_layout Standard
25744 なお、
25745 \series bold
25746
25747 \backslash
25748 thefigure
25749 \series default
25750 は表番号を挿入し、「
25751 \series bold
25752 ~
25753 \series default
25754 」は保護された空白を入れます。
25755 \end_layout
25756
25757 \begin_layout Standard
25758 \begin_inset VSpace bigskip
25759 \end_inset
25760
25761
25762 \series bold
25763 KOMA-script
25764 \series default
25765
25766 \begin_inset Index idx
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25771 \end_layout
25772
25773 \end_inset
25774
25775 文書クラス(
25776 \family sans
25777 article (KOMA-script)
25778 \family default
25779
25780 \family sans
25781 book (KOMA-script)
25782 \family default
25783
25784 \family sans
25785 letter (KOMA-script)
25786 \family default
25787
25788 \family sans
25789 report (KOMA-script)
25790 \family default
25791 )を使用している場合には、
25792 \series bold
25793 caption
25794 \series default
25795 パッケージの代わりに
25796 \series bold
25797 KOMA-script
25798 \series default
25799 のビルトインコマンド
25800 \series bold
25801 etkomafont
25802 \series default
25803 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25804 \end_layout
25805
25806 \begin_layout Standard
25807
25808 \series bold
25809
25810 \backslash
25811 setkomafont{captionlabel}{
25812 \backslash
25813 bfseries}
25814 \end_layout
25815
25816 \begin_layout Standard
25817
25818 \series bold
25819
25820 \backslash
25821 setkomafont
25822 \series default
25823 についての詳細は、
25824 \series bold
25825 KOMA-script
25826 \series default
25827 の取扱説明書
25828 \begin_inset CommandInset citation
25829 LatexCommand cite
25830 key "koma-script"
25831
25832 \end_inset
25833
25834 をご覧ください。
25835 \end_layout
25836
25837 \begin_layout Standard
25838 \begin_inset ERT
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842
25843
25844 \backslash
25845 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25846 }
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \begin_inset Note Note
25853 status open
25854
25855 \begin_layout Plain Layout
25856 キャプション書式は、この例のみ変更してあります。
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \begin_layout Standard
25865 \begin_inset Float figure
25866 placement !p
25867 wide false
25868 sideways false
25869 status open
25870
25871 \begin_layout Plain Layout
25872 \align center
25873 \begin_inset Graphics
25874         filename ../clipart/mobius.eps
25875         lyxscale 50
25876         scale 50
25877         scaleBeforeRotation
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Plain Layout
25885 \begin_inset Caption Standard
25886
25887 \begin_layout Plain Layout
25888 \begin_inset CommandInset label
25889 LatexCommand label
25890 name "fig:図キャプション"
25891
25892 \end_inset
25893
25894 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 \begin_inset ERT
25909 status collapsed
25910
25911 \begin_layout Plain Layout
25912
25913
25914 \backslash
25915 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25916 on}
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Standard
25925 \begin_inset Float table
25926 placement !p
25927 wide false
25928 sideways false
25929 status open
25930
25931 \begin_layout Plain Layout
25932 \begin_inset Caption Standard
25933
25934 \begin_layout Plain Layout
25935 \begin_inset CommandInset label
25936 LatexCommand label
25937 name "tab:表キャプション"
25938
25939 \end_inset
25940
25941 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \begin_layout Plain Layout
25950 \align center
25951 \begin_inset Tabular
25952 <lyxtabular version="3" rows="1" columns="5">
25953 <features rotate="0" tabularvalignment="middle">
25954 <column alignment="center" valignment="top">
25955 <column alignment="center" valignment="top">
25956 <column alignment="center" valignment="top">
25957 <column alignment="center" valignment="top">
25958 <column alignment="center" valignment="top">
25959 <row>
25960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 </row>
26006 </lyxtabular>
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Section
26019 キャプションの配置
26020 \begin_inset Index idx
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024 きゃぷしょん@キャプション ! はいち@配置
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \begin_inset Index idx
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \begin_inset CommandInset label
26041 LatexCommand label
26042 name "sec:キャプションの配置"
26043
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \begin_layout Standard
26050 通常、キャプションの配置原則は、
26051 \end_layout
26052
26053 \begin_layout Description
26054 図の場合: キャプションを図の下に置く
26055 \end_layout
26056
26057 \begin_layout Description
26058 表の場合: キャプションを表の上に置く
26059 \end_layout
26060
26061 \begin_layout Standard
26062 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26063 \family sans
26064 article
26065 \family default
26066
26067 \family sans
26068 book
26069 \family default
26070
26071 \family sans
26072 letter
26073 \family default
26074
26075 \family sans
26076 report
26077 \family default
26078 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26079 eXパッケージ
26080 \series bold
26081 caption
26082 \series default
26083 を読み込むコマンドに
26084 \end_layout
26085
26086 \begin_layout Standard
26087
26088 \series bold
26089 tableposition=top
26090 \end_layout
26091
26092 \begin_layout Standard
26093 というオプションを追加してください
26094 \begin_inset Foot
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098
26099 \series bold
26100 caption
26101 \series default
26102 パッケージについての詳細な情報は、第
26103 \begin_inset CommandInset ref
26104 LatexCommand ref
26105 reference "sec:キャプションの書式設定"
26106
26107 \end_inset
26108
26109 節をご覧ください。
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \series bold
26116 KOMA-script
26117 \series default
26118
26119 \begin_inset Index idx
26120 status collapsed
26121
26122 \begin_layout Plain Layout
26123 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26124 \end_layout
26125
26126 \end_inset
26127
26128 文書クラス(
26129 \family sans
26130 article (KOMA-script)
26131 \family default
26132
26133 \family sans
26134 book (KOMA-script)
26135 \family default
26136
26137 \family sans
26138 letter (KOMA-script)
26139 \family default
26140
26141 \family sans
26142 report (KOMA-script)
26143 \family default
26144
26145 \begin_inset space \thinspace{}
26146 \end_inset
26147
26148 )をお使いの場合には、
26149 \series bold
26150 caption
26151 \series default
26152 パッケージにオプションを与える代わりに、文書クラスオプション
26153 \end_layout
26154
26155 \begin_layout Standard
26156
26157 \series bold
26158 captions=tableheading
26159 \end_layout
26160
26161 \begin_layout Standard
26162 を設定することもできます
26163 \begin_inset Foot
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 このオプションは本文書で使用されています。
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26177 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26178 \begin_inset CommandInset ref
26179 LatexCommand ref
26180 reference "tab:指定付きキャプション"
26181
26182 \end_inset
26183
26184 は、キャプションは、LyX中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26185 \begin_inset CommandInset ref
26186 LatexCommand ref
26187 reference "tab:標準表"
26188
26189 \end_inset
26190
26191 のキャプションでは、指定が為されていません。
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset Float table
26196 wide false
26197 sideways false
26198 status open
26199
26200 \begin_layout Plain Layout
26201 \begin_inset Caption Below
26202
26203 \begin_layout Plain Layout
26204 \begin_inset CommandInset label
26205 LatexCommand label
26206 name "tab:指定付きキャプション"
26207
26208 \end_inset
26209
26210 表下に来るように指定されたキャプション
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Plain Layout
26219 \align center
26220 \begin_inset Tabular
26221 <lyxtabular version="3" rows="3" columns="3">
26222 <features rotate="0" tabularvalignment="middle">
26223 <column alignment="center" valignment="top" width="0pt">
26224 <column alignment="center" valignment="top" width="0pt">
26225 <column alignment="center" valignment="top" width="0pt">
26226 <row>
26227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 1
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 2
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 3
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 森嶋
26261 \end_layout
26262
26263 \end_inset
26264 </cell>
26265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269 宇沢
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278 二階堂
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 </row>
26284 <row>
26285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Formula $\int x^{2}dx$
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 \begin_inset Formula $\left[\begin{array}{cc}
26302 a & b\\
26303 c & d
26304 \end{array}\right]$
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Formula $1+1=2$
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 </lyxtabular>
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \begin_inset Float table
26339 wide false
26340 sideways false
26341 status open
26342
26343 \begin_layout Plain Layout
26344 \begin_inset Caption Standard
26345
26346 \begin_layout Plain Layout
26347 \begin_inset CommandInset label
26348 LatexCommand label
26349 name "tab:標準表"
26350
26351 \end_inset
26352
26353 標準の表キャプション
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \begin_layout Plain Layout
26362 \align center
26363 \begin_inset Tabular
26364 <lyxtabular version="3" rows="3" columns="3">
26365 <features rotate="0" tabularvalignment="middle">
26366 <column alignment="center" valignment="top" width="0pt">
26367 <column alignment="center" valignment="top" width="0pt">
26368 <column alignment="center" valignment="top" width="0pt">
26369 <row>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 1
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 2
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 3
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 森嶋
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 宇沢
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 二階堂
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Formula $\int x^{2}dx$
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset Formula $\left[\begin{array}{cc}
26445 a & b\\
26446 c & d
26447 \end{array}\right]$
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 \begin_inset Formula $1+1=2$
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 </row>
26468 </lyxtabular>
26469
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \begin_inset VSpace bigskip
26482 \end_inset
26483
26484 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26485 \end_layout
26486
26487 \begin_layout Standard
26488
26489 \series bold
26490
26491 \backslash
26492 usepackage[option]{sidecap}
26493 \end_layout
26494
26495 \begin_layout Standard
26496 という行を入れて、LaTeXパッケージ
26497 \series bold
26498 sidecap
26499 \series default
26500
26501 \begin_inset Index idx
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26506 \end_layout
26507
26508 \end_inset
26509
26510 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
26511 \series bold
26512 innercaption
26513 \series default
26514 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26515 \series bold
26516 rightcaption
26517 \series default
26518 ないし
26519 \series bold
26520 leftcaption
26521 \series default
26522 オプションを用います。
26523 \end_layout
26524
26525 \begin_layout Standard
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531
26532 \backslash
26533 ifsidecap
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \begin_inset Note Note
26540 status open
26541
26542 \begin_layout Plain Layout
26543 以下の部分は、LaTeXパッケージ
26544 \series bold
26545 sidecap
26546 \series default
26547 が導入されているときのみ表示されます。
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Standard
26556 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26557 \end_layout
26558
26559 \begin_layout Standard
26560 \noindent
26561 \begin_inset CommandInset line
26562 LatexCommand rule
26563 offset "0.5ex"
26564 width "100line%"
26565 height "1pt"
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573
26574 \series bold
26575
26576 \backslash
26577 newcommand{
26578 \backslash
26579 TabBesBeg}[1][1.0]{%
26580 \begin_inset Newline newline
26581 \end_inset
26582
26583
26584 \begin_inset Phantom HPhantom
26585 status open
26586
26587 \begin_layout Plain Layout
26588 \begin_inset space ~
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \backslash
26598 let
26599 \backslash
26600 MyTable
26601 \backslash
26602 table
26603 \begin_inset Newline newline
26604 \end_inset
26605
26606
26607 \begin_inset Phantom HPhantom
26608 status open
26609
26610 \begin_layout Plain Layout
26611
26612 \series medium
26613 \begin_inset space ~
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \backslash
26623 let
26624 \backslash
26625 MyEndtable
26626 \backslash
26627 endtable
26628 \begin_inset Newline newline
26629 \end_inset
26630
26631
26632 \begin_inset Phantom HPhantom
26633 status open
26634
26635 \begin_layout Plain Layout
26636
26637 \series medium
26638 \begin_inset space ~
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \backslash
26648 renewenvironment{table}[1]{
26649 \backslash
26650 begin{SCtable}[#1]##1}{
26651 \backslash
26652 end{SCtable}}}
26653 \end_layout
26654
26655 \begin_layout Standard
26656
26657 \series bold
26658
26659 \backslash
26660 newcommand{
26661 \backslash
26662 TabBesEnd}{%
26663 \begin_inset Newline newline
26664 \end_inset
26665
26666
26667 \begin_inset Phantom HPhantom
26668 status open
26669
26670 \begin_layout Plain Layout
26671 \begin_inset space ~
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \backslash
26681 let
26682 \backslash
26683 table
26684 \backslash
26685 MyTable
26686 \begin_inset Newline newline
26687 \end_inset
26688
26689
26690 \begin_inset Phantom HPhantom
26691 status open
26692
26693 \begin_layout Plain Layout
26694 \begin_inset space ~
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \backslash
26704 let
26705 \backslash
26706 endtable
26707 \backslash
26708 MyEndtable
26709 \end_layout
26710
26711 \begin_layout Standard
26712
26713 \series bold
26714
26715 \backslash
26716 newcommand{
26717 \backslash
26718 FigBesBeg}[1][1.0]{%
26719 \begin_inset Newline newline
26720 \end_inset
26721
26722
26723 \begin_inset Phantom HPhantom
26724 status open
26725
26726 \begin_layout Plain Layout
26727 \begin_inset space ~
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \backslash
26737 let
26738 \backslash
26739 MyFigure
26740 \backslash
26741 figure
26742 \begin_inset Newline newline
26743 \end_inset
26744
26745
26746 \begin_inset Phantom HPhantom
26747 status open
26748
26749 \begin_layout Plain Layout
26750 \begin_inset space ~
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \backslash
26760 let
26761 \backslash
26762 MyEndfigure
26763 \backslash
26764 endfigure
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \begin_inset Phantom HPhantom
26770 status open
26771
26772 \begin_layout Plain Layout
26773 \begin_inset space ~
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \backslash
26783 renewenvironment{figure}[1]{
26784 \backslash
26785 begin{SCfigure}[#1]##1}{
26786 \backslash
26787 end{SCfigure}}}
26788 \end_layout
26789
26790 \begin_layout Standard
26791
26792 \series bold
26793
26794 \backslash
26795 newcommand{
26796 \backslash
26797 FigBesEnd}{%
26798 \begin_inset Newline newline
26799 \end_inset
26800
26801
26802 \begin_inset Phantom HPhantom
26803 status open
26804
26805 \begin_layout Plain Layout
26806 \begin_inset space ~
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \backslash
26816 let
26817 \backslash
26818 figure
26819 \backslash
26820 MyFigure
26821 \begin_inset Newline newline
26822 \end_inset
26823
26824
26825 \begin_inset Phantom HPhantom
26826 status open
26827
26828 \begin_layout Plain Layout
26829 \begin_inset space ~
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \backslash
26839 let
26840 \backslash
26841 endfigure
26842 \backslash
26843 MyEndfigure}
26844 \end_layout
26845
26846 \begin_layout Standard
26847 \noindent
26848 \begin_inset CommandInset line
26849 LatexCommand rule
26850 offset "0.5ex"
26851 width "100line%"
26852 height "1pt"
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \begin_layout Standard
26860 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26861 \end_layout
26862
26863 \begin_layout Standard
26864
26865 \series bold
26866
26867 \backslash
26868 FigBesBeg
26869 \end_layout
26870
26871 \begin_layout Standard
26872 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
26873 \end_layout
26874
26875 \begin_layout Standard
26876
26877 \series bold
26878
26879 \backslash
26880 FigBesEnd
26881 \end_layout
26882
26883 \begin_layout Standard
26884 というTeXコードを入れてください。
26885 \end_layout
26886
26887 \begin_layout Standard
26888 表フロートに対しては、対応するコマンド
26889 \end_layout
26890
26891 \begin_layout Standard
26892
26893 \series bold
26894
26895 \backslash
26896 TabBesBeg
26897 \series default
26898 および
26899 \series bold
26900
26901 \backslash
26902 TabBesEnd
26903 \end_layout
26904
26905 \begin_layout Standard
26906 を使用してください。図
26907 \begin_inset CommandInset ref
26908 LatexCommand ref
26909 reference "fig:図横キャプション"
26910
26911 \end_inset
26912
26913 と表
26914 \begin_inset CommandInset ref
26915 LatexCommand ref
26916 reference "tab:表横キャプション"
26917
26918 \end_inset
26919
26920 がキャプションを脇に設定した例です。
26921 \end_layout
26922
26923 \begin_layout Standard
26924 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26925 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26926 \end_layout
26927
26928 \begin_layout Standard
26929
26930 \series bold
26931
26932 \backslash
26933 sidecaptionvpos{フロート型}{配置}
26934 \end_layout
26935
26936 \begin_layout Standard
26937 というコマンドを使用します。ここで「フロート型」は
26938 \family sans
26939 figure
26940 \family default
26941
26942 \family sans
26943 table
26944 \family default
26945 であり、「配置」は、上揃えの場合はtopの
26946 \end_layout
26947
26948 \begin_layout Standard
26949
26950 \family sans
26951 t
26952 \family default
26953 」、中央揃えの場合はcenterの「
26954 \family sans
26955 c
26956 \family default
26957 」、下揃えの場合はbottomの「
26958 \family sans
26959 b
26960 \family default
26961 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26962 \end_layout
26963
26964 \begin_layout Standard
26965
26966 \series bold
26967
26968 \backslash
26969 sidecaptionvpos{figure}{c}
26970 \end_layout
26971
26972 \begin_layout Standard
26973 というコマンドを使用します。これは、図
26974 \begin_inset CommandInset ref
26975 LatexCommand ref
26976 reference "fig:図横キャプション-2"
26977
26978 \end_inset
26979
26980 で使用されています。
26981 \end_layout
26982
26983 \begin_layout Standard
26984 \begin_inset VSpace medskip
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
26992 \begin_inset CommandInset ref
26993 LatexCommand ref
26994 reference "tab:表横キャプション"
26995
26996 \end_inset
26997
26998 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
26999 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
27000 \emph on
27001 因数
27002 \emph default
27003 は、
27004 \end_layout
27005
27006 \begin_layout Standard
27007
27008 \series bold
27009
27010 \backslash
27011 FigBesBeg[因数]
27012 \end_layout
27013
27014 \begin_layout Standard
27015 のように、
27016 \series bold
27017
27018 \backslash
27019 FigBesBeg
27020 \series default
27021 への非必須引数として与えることもできますし、
27022 \series bold
27023
27024 \backslash
27025 FigBesBeg
27026 \series default
27027 の定義中で
27028 \series bold
27029 1.0
27030 \series default
27031 を他の値に変更することもできます。表
27032 \begin_inset CommandInset ref
27033 LatexCommand ref
27034 reference "tab:図横幅広"
27035
27036 \end_inset
27037
27038 では、因子5が指定されています。
27039 \end_layout
27040
27041 \begin_layout Standard
27042 \begin_inset Note Greyedout
27043 status open
27044
27045 \begin_layout Plain Layout
27046
27047 \series bold
27048 【註】
27049 \series default
27050 キャプションを横につけたフロートでは、フロート配置オプションの
27051 \family sans
27052 何としても現在地に置く
27053 \family default
27054 は、
27055 \series bold
27056 sidecap
27057 \series default
27058 がサポートしていないので、使用することができません。.
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 \begin_inset VSpace medskip
27068 \end_inset
27069
27070
27071 \series bold
27072 sidecap
27073 \series default
27074 パッケージについての詳細は、
27075 \begin_inset CommandInset citation
27076 LatexCommand cite
27077 key "sidecap"
27078
27079 \end_inset
27080
27081 の説明書をご参照ください。
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset Note Greyedout
27086 status open
27087
27088 \begin_layout Plain Layout
27089
27090 \series bold
27091 【註】
27092 \series default
27093
27094 \begin_inset CommandInset ref
27095 LatexCommand ref
27096 reference "sub:参照位置"
27097
27098 \end_inset
27099
27100 節に説明があるLaTeXパッケージ
27101 \series bold
27102 hypcap
27103 \series default
27104
27105 \begin_inset Index idx
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
27110 \end_layout
27111
27112 \end_inset
27113
27114 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Standard
27123 \begin_inset Note Greyedout
27124 status open
27125
27126 \begin_layout Plain Layout
27127
27128 \series bold
27129 【訳註】
27130 \series default
27131 LaTeXパッケージ
27132 \series bold
27133 sidecap
27134 \series default
27135
27136 \begin_inset Index idx
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
27141 \end_layout
27142
27143 \end_inset
27144
27145 は、pLaTeXと互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例に
27146 ついては、取扱説明書『
27147 \emph on
27148 埋め込み機能篇
27149 \emph default
27150 』(つまりこの文書)のLyX文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \begin_inset Note Note
27157 status open
27158
27159 \begin_layout Plain Layout
27160 \begin_inset ERT
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164
27165
27166 \backslash
27167 FigBesBeg 
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Plain Layout
27176 \begin_inset Float figure
27177 wide false
27178 sideways false
27179 status open
27180
27181 \begin_layout Plain Layout
27182 \begin_inset Graphics
27183         filename ../clipart/escher-lsd.eps
27184         scale 75
27185         scaleBeforeRotation
27186
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \begin_layout Plain Layout
27193 \begin_inset Caption Standard
27194
27195 \begin_layout Plain Layout
27196 \begin_inset CommandInset label
27197 LatexCommand label
27198 name "fig:図横キャプション"
27199
27200 \end_inset
27201
27202 これは図の横にあるキャプションです。
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \begin_layout Plain Layout
27216 \begin_inset ERT
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220
27221
27222 \backslash
27223 FigBesEnd
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \begin_layout Plain Layout
27232 \begin_inset ERT
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236
27237
27238 \backslash
27239 TabBesBeg 
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Plain Layout
27248 \begin_inset Float table
27249 wide false
27250 sideways false
27251 status open
27252
27253 \begin_layout Plain Layout
27254 \begin_inset Caption Standard
27255
27256 \begin_layout Plain Layout
27257 \begin_inset CommandInset label
27258 LatexCommand label
27259 name "tab:表横キャプション"
27260
27261 \end_inset
27262
27263 これは表の横にあるキャプションです。
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Plain Layout
27272 \begin_inset Tabular
27273 <lyxtabular version="3" rows="4" columns="5">
27274 <features rotate="0" tabularvalignment="middle">
27275 <column alignment="center" valignment="top">
27276 <column alignment="center" valignment="top">
27277 <column alignment="center" valignment="top">
27278 <column alignment="center" valignment="top">
27279 <column alignment="center" valignment="top">
27280 <row>
27281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27282 \begin_inset Text
27283
27284 \begin_layout Plain Layout
27285
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Plain Layout
27294
27295 \end_layout
27296
27297 \end_inset
27298 </cell>
27299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27300 \begin_inset Text
27301
27302 \begin_layout Plain Layout
27303
27304 \end_layout
27305
27306 \end_inset
27307 </cell>
27308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27309 \begin_inset Text
27310
27311 \begin_layout Plain Layout
27312
27313 \end_layout
27314
27315 \end_inset
27316 </cell>
27317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27318 \begin_inset Text
27319
27320 \begin_layout Plain Layout
27321
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 </row>
27327 <row>
27328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27329 \begin_inset Text
27330
27331 \begin_layout Plain Layout
27332
27333 \end_layout
27334
27335 \end_inset
27336 </cell>
27337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27338 \begin_inset Text
27339
27340 \begin_layout Plain Layout
27341
27342 \end_layout
27343
27344 \end_inset
27345 </cell>
27346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Plain Layout
27350
27351 \end_layout
27352
27353 \end_inset
27354 </cell>
27355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27356 \begin_inset Text
27357
27358 \begin_layout Plain Layout
27359
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Plain Layout
27368
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 </row>
27374 <row>
27375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27376 \begin_inset Text
27377
27378 \begin_layout Plain Layout
27379
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27385 \begin_inset Text
27386
27387 \begin_layout Plain Layout
27388
27389 \end_layout
27390
27391 \end_inset
27392 </cell>
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Plain Layout
27397
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27403 \begin_inset Text
27404
27405 \begin_layout Plain Layout
27406
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 </row>
27421 <row>
27422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27423 \begin_inset Text
27424
27425 \begin_layout Plain Layout
27426
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 </row>
27468 </lyxtabular>
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Plain Layout
27481 \begin_inset ERT
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485
27486
27487 \backslash
27488 TabBesEnd
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \begin_layout Plain Layout
27497 \begin_inset ERT
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501
27502
27503 \backslash
27504 FigBesBeg 
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 sidecaptionvpos{figure}{c}
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \begin_inset Float figure
27524 wide false
27525 sideways false
27526 status open
27527
27528 \begin_layout Plain Layout
27529 \begin_inset Graphics
27530         filename ../clipart/escher-lsd.eps
27531         scale 75
27532         scaleBeforeRotation
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Plain Layout
27540 \begin_inset Caption Standard
27541
27542 \begin_layout Plain Layout
27543 \begin_inset CommandInset label
27544 LatexCommand label
27545 name "fig:図横キャプション-2"
27546
27547 \end_inset
27548
27549 これは図の横にある縦方向中央揃えのキャプションです。
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Plain Layout
27563 \begin_inset ERT
27564 status collapsed
27565
27566 \begin_layout Plain Layout
27567
27568
27569 \backslash
27570 FigBesEnd
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Plain Layout
27579 \begin_inset ERT
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583
27584
27585 \backslash
27586 TabBesBeg[5]
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \begin_layout Plain Layout
27595 \begin_inset Float table
27596 wide false
27597 sideways false
27598 status open
27599
27600 \begin_layout Plain Layout
27601 \begin_inset Caption Standard
27602
27603 \begin_layout Plain Layout
27604 \begin_inset CommandInset label
27605 LatexCommand label
27606 name "tab:図横幅広"
27607
27608 \end_inset
27609
27610 これは表
27611 \begin_inset CommandInset ref
27612 LatexCommand ref
27613 reference "tab:表横キャプション"
27614
27615 \end_inset
27616
27617 よりも幅広のキャプションです
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \begin_layout Plain Layout
27626 \begin_inset Tabular
27627 <lyxtabular version="3" rows="4" columns="5">
27628 <features rotate="0" tabularvalignment="middle">
27629 <column alignment="center" valignment="top">
27630 <column alignment="center" valignment="top">
27631 <column alignment="center" valignment="top">
27632 <column alignment="center" valignment="top">
27633 <column alignment="center" valignment="top">
27634 <row>
27635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27636 \begin_inset Text
27637
27638 \begin_layout Plain Layout
27639 a
27640 \end_layout
27641
27642 \end_inset
27643 </cell>
27644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Plain Layout
27648
27649 \end_layout
27650
27651 \end_inset
27652 </cell>
27653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27654 \begin_inset Text
27655
27656 \begin_layout Plain Layout
27657 b
27658 \end_layout
27659
27660 \end_inset
27661 </cell>
27662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27663 \begin_inset Text
27664
27665 \begin_layout Plain Layout
27666
27667 \end_layout
27668
27669 \end_inset
27670 </cell>
27671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27672 \begin_inset Text
27673
27674 \begin_layout Plain Layout
27675 c
27676 \end_layout
27677
27678 \end_inset
27679 </cell>
27680 </row>
27681 <row>
27682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27683 \begin_inset Text
27684
27685 \begin_layout Plain Layout
27686
27687 \end_layout
27688
27689 \end_inset
27690 </cell>
27691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27692 \begin_inset Text
27693
27694 \begin_layout Plain Layout
27695 d
27696 \end_layout
27697
27698 \end_inset
27699 </cell>
27700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27701 \begin_inset Text
27702
27703 \begin_layout Plain Layout
27704
27705 \end_layout
27706
27707 \end_inset
27708 </cell>
27709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27710 \begin_inset Text
27711
27712 \begin_layout Plain Layout
27713 e
27714 \end_layout
27715
27716 \end_inset
27717 </cell>
27718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27719 \begin_inset Text
27720
27721 \begin_layout Plain Layout
27722
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 </row>
27728 <row>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 f
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 g
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 h
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 </row>
27775 <row>
27776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 i
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 j
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 </row>
27822 </lyxtabular>
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \begin_layout Plain Layout
27835 \begin_inset ERT
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839
27840
27841 \backslash
27842 TabBesEnd
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 \begin_inset ERT
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860
27861
27862 \backslash
27863 else
27864 \end_layout
27865
27866 \end_inset
27867
27868
27869 \begin_inset Note Note
27870 status open
27871
27872 \begin_layout Plain Layout
27873 以下の部分は、LaTeXパッケージ
27874 \series bold
27875 sidecap
27876 \series default
27877 が導入されていないときのみ表示されます。
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \begin_layout Standard
27886 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27887 \series bold
27888 sidecap
27889 \series default
27890 を導入する必要があります。
27891 \end_layout
27892
27893 \begin_layout Standard
27894 \begin_inset ERT
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898
27899
27900 \backslash
27901 fi
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Section
27910 フロート一覧
27911 \begin_inset Index idx
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915 ふろーと@フロート ! ふろーといちらん@フロート一覧
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Standard
27924 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27925 \family sans
27926 挿入\SpecialChar \menuseparator
27927 一覧/目次
27928 \family default
27929 メニューで挿入することができます。
27930 \end_layout
27931
27932 \begin_layout Standard
27933 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27934 \end_layout
27935
27936 \begin_layout Standard
27937 本文書の終わりに、図一覧と表一覧があります。
27938 \end_layout
27939
27940 \begin_layout Chapter
27941 注釈
27942 \end_layout
27943
27944 \begin_layout Section
27945 LyX注釈
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Standard
27959 注釈は、ツールバーボタン
27960 \family sans
27961
27962 \begin_inset Info
27963 type  "icon"
27964 arg   "note-insert"
27965 \end_inset
27966
27967
27968 \family default
27969 か、
27970 \family sans
27971 挿入\SpecialChar \menuseparator
27972 注釈
27973 \family default
27974 メニューで挿入することができます。注釈には、以下の三つの型があります。
27975 \end_layout
27976
27977 \begin_layout Description
27978 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27979 \begin_inset Newline newline
27980 \end_inset
27981
27982
27983 \begin_inset Newline newline
27984 \end_inset
27985
27986
27987 \begin_inset Graphics
27988         filename clipart/LyXNoteImageQt4.png
27989         display false
27990         scale 50
27991         scaleBeforeRotation
27992
27993 \end_inset
27994
27995
27996 \begin_inset Note Note
27997 status open
27998
27999 \begin_layout Plain Layout
28000 これは、出力には現れない注釈ボックスに書かれた文章です。
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Description
28009 コメント この注釈も出力には現れませんが、
28010 \family sans
28011 ファイル\SpecialChar \menuseparator
28012 書き出し\SpecialChar \menuseparator
28013 LaT
28014 \begin_inset ERT
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018
28019 {}
28020 \end_layout
28021
28022 \end_inset
28023
28024 eX (pdflatex) / (平文)
28025 \family default
28026  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
28027 \begin_inset Newline newline
28028 \end_inset
28029
28030
28031 \begin_inset Newline newline
28032 \end_inset
28033
28034
28035 \begin_inset Graphics
28036         filename clipart/CommentNoteImageQt4.png
28037         display false
28038         scale 50
28039         scaleBeforeRotation
28040
28041 \end_inset
28042
28043  
28044 \begin_inset Note Comment
28045 status open
28046
28047 \begin_layout Plain Layout
28048 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Description
28057 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28058 \begin_inset Newline newline
28059 \end_inset
28060
28061
28062 \begin_inset Newline newline
28063 \end_inset
28064
28065
28066 \begin_inset Graphics
28067         filename clipart/GreyedOutNoteImageQt4.png
28068         display false
28069         scale 50
28070         scaleBeforeRotation
28071
28072 \end_inset
28073
28074
28075 \begin_inset Newline newline
28076 \end_inset
28077
28078
28079 \begin_inset ERT
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083
28084
28085 \backslash
28086 renewenvironment{lyxgreyedout}
28087 \end_layout
28088
28089 \begin_layout Plain Layout
28090
28091 {
28092 \backslash
28093 textcolor[gray]{0.8}
28094 \backslash
28095 bgroup}{
28096 \backslash
28097 egroup}
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \begin_inset Note Greyedout
28104 status open
28105
28106 \begin_layout Plain Layout
28107 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28108 \begin_inset Foot
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112 これは、淡色注釈内に脚注を用いた例です。
28113 \end_layout
28114
28115 \end_inset
28116
28117 です。
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \begin_inset ERT
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127
28128
28129 \backslash
28130 renewenvironment{lyxgreyedout}
28131 \end_layout
28132
28133 \begin_layout Plain Layout
28134
28135 {
28136 \backslash
28137 textcolor{blue}
28138 \backslash
28139 bgroup}{
28140 \backslash
28141 egroup}
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \begin_inset Note Note
28148 status open
28149
28150 \begin_layout Plain Layout
28151 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
28152 定義されています。
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \begin_inset Newline newline
28159 \end_inset
28160
28161
28162 \begin_inset Newline newline
28163 \end_inset
28164
28165 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28166 \end_layout
28167
28168 \begin_layout Standard
28169 \begin_inset VSpace bigskip
28170 \end_inset
28171
28172 注釈を挿入するのにツールバーボタン
28173 \family sans
28174
28175 \begin_inset Info
28176 type  "icon"
28177 arg   "note-insert"
28178 \end_inset
28179
28180
28181 \family default
28182 を使用すると、
28183 \family sans
28184 LyX注釈
28185 \family default
28186 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28187 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28188 さい。
28189 \end_layout
28190
28191 \begin_layout Standard
28192 \begin_inset VSpace bigskip
28193 \end_inset
28194
28195 淡色注釈の文字色は、
28196 \family sans
28197 文書\SpecialChar \menuseparator
28198 設定\SpecialChar \menuseparator
28199
28200 \family default
28201 メニューで変更することができます。
28202 \end_layout
28203
28204 \begin_layout Section
28205 脚注
28206 \begin_inset CommandInset label
28207 LatexCommand label
28208 name "sec:脚注"
28209
28210 \end_inset
28211
28212
28213 \begin_inset Index idx
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \begin_inset Index idx
28224 status collapsed
28225
28226 \begin_layout Plain Layout
28227 きゃくちゅう@脚注
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \begin_layout Standard
28236 脚注は、ツールバーボタン
28237 \family sans
28238
28239 \begin_inset Info
28240 type  "icon"
28241 arg   "footnote-insert"
28242 \end_inset
28243
28244
28245 \family default
28246 か、
28247 \family sans
28248 挿入\SpecialChar \menuseparator
28249 脚注
28250 \family default
28251 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28252 \begin_inset Graphics
28253         filename clipart/footnoteQt4.png
28254         scale 80
28255         scaleBeforeRotation
28256
28257 \end_inset
28258
28259 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28260 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28261 \end_layout
28262
28263 \begin_layout Standard
28264 これが脚注の例です
28265 \begin_inset Foot
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 \begin_inset CommandInset label
28270 LatexCommand label
28271 name "fn:これは脚注の一例"
28272
28273 \end_inset
28274
28275 これは脚注の一例です。
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \begin_inset ERT
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285
28286
28287 \backslash
28288 newcounter{MyRepeatFoot}
28289 \end_layout
28290
28291 \begin_layout Plain Layout
28292
28293
28294 \backslash
28295 setcounter{MyRepeatFoot}{
28296 \backslash
28297 thefootnote}
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Standard
28306 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
28307 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28308 \end_layout
28309
28310 \begin_layout Standard
28311 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28312 \begin_inset CommandInset ref
28313 LatexCommand ref
28314 reference "sec:フロートの参照"
28315
28316 \end_inset
28317
28318 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28319 \begin_inset Newline newline
28320 \end_inset
28321
28322 これは脚注
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "fn:これは脚注の一例"
28326
28327 \end_inset
28328
28329 の相互参照です。
28330 \end_layout
28331
28332 \begin_layout Standard
28333 \begin_inset VSpace defskip
28334 \end_inset
28335
28336
28337 \lang english
28338 Footnotes in title environments are usually not numbered with symbols and
28339  they cannot contain several paragraphs.
28340  See for example the footnote in the titling of this document.
28341 \end_layout
28342
28343 \begin_layout Standard
28344 \begin_inset VSpace defskip
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Standard
28351 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28352 \series bold
28353
28354 \backslash
28355 footnotemark{}
28356 \series default
28357 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28358 \series bold
28359
28360 \backslash
28361 footnotetext
28362 \series default
28363 コマンドの引数として入力します。
28364 \begin_inset Newline newline
28365 \end_inset
28366
28367 以下の表ではコマンド
28368 \begin_inset Newline newline
28369 \end_inset
28370
28371
28372 \series bold
28373
28374 \backslash
28375 footnotetext{
28376 \series default
28377 出力される脚注の表
28378 \series bold
28379 }
28380 \series default
28381
28382 \begin_inset Newline newline
28383 \end_inset
28384
28385 を用いています。
28386 \end_layout
28387
28388 \begin_layout Standard
28389 \begin_inset Tabular
28390 <lyxtabular version="3" rows="2" columns="1">
28391 <features rotate="0" tabularvalignment="middle">
28392 <column alignment="center" valignment="top">
28393 <row>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Plain Layout
28398 これは例文です。
28399 \begin_inset Foot
28400 status open
28401
28402 \begin_layout Plain Layout
28403 この脚注は出力されません!
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 </row>
28414 <row>
28415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Plain Layout
28419 これは例文です。
28420 \begin_inset ERT
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424
28425
28426 \backslash
28427 footnotemark{}
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \end_inset
28436 </cell>
28437 </row>
28438 </lyxtabular>
28439
28440 \end_inset
28441
28442
28443 \begin_inset ERT
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447
28448
28449 \backslash
28450 footnotetext{
28451 \end_layout
28452
28453 \end_inset
28454
28455 出力される脚注の表
28456 \begin_inset ERT
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460
28461 }
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Standard
28470 長尺表中の脚注は、第
28471 \begin_inset CommandInset ref
28472 LatexCommand ref
28473 reference "sub:長尺表での脚注"
28474
28475 \end_inset
28476
28477 節で述べられています。
28478 \end_layout
28479
28480 \begin_layout Standard
28481 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28482 \begin_inset CommandInset ref
28483 LatexCommand ref
28484 reference "sec:ミニページ"
28485
28486 \end_inset
28487
28488 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28489 \series bold
28490
28491 \backslash
28492 footnotemark{}
28493 \series default
28494
28495 \series bold
28496
28497 \backslash
28498 footntoetext
28499 \series default
28500 による方法を用いてください。
28501 \end_layout
28502
28503 \begin_layout Standard
28504 \begin_inset Box Frameless
28505 position "t"
28506 hor_pos "c"
28507 has_inner_box 1
28508 inner_pos "t"
28509 use_parbox 0
28510 use_makebox 0
28511 width "100col%"
28512 special "none"
28513 height "1in"
28514 height_special "totalheight"
28515 status open
28516
28517 \begin_layout Plain Layout
28518 これはミニページ中の例文です。
28519 \begin_inset Foot
28520 status open
28521
28522 \begin_layout Plain Layout
28523 ミニページ中の脚注です。
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Plain Layout
28532 これはミニページ中の例文です。
28533 \begin_inset ERT
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537
28538
28539 \backslash
28540 footnotemark{}
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Standard
28554 \begin_inset ERT
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558
28559
28560 \backslash
28561 footnotetext{
28562 \end_layout
28563
28564 \end_inset
28565
28566 ミニページ外の脚注です。
28567 \begin_inset ERT
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571
28572 }
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \begin_inset VSpace defskip
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Standard
28585 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28586 \series bold
28587
28588 \backslash
28589 footnotemark[番号]
28590 \series default
28591 を使用してください。
28592 \begin_inset Newline newline
28593 \end_inset
28594
28595 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28596 \begin_inset CommandInset ref
28597 LatexCommand ref
28598 reference "fn:これは脚注の一例"
28599
28600 \end_inset
28601
28602 の後に、TeXコードで
28603 \end_layout
28604
28605 \begin_layout Standard
28606
28607 \series bold
28608
28609 \backslash
28610 newcounter{MyRepeatFoot}
28611 \begin_inset Newline newline
28612 \end_inset
28613
28614
28615 \backslash
28616 setcounter{MyRepeatFoot}{
28617 \backslash
28618 thefootnote}
28619 \end_layout
28620
28621 \begin_layout Standard
28622 というコマンドを挿入しています。そして脚注マークは、
28623 \end_layout
28624
28625 \begin_layout Standard
28626
28627 \series bold
28628
28629 \backslash
28630 footnotemark[
28631 \backslash
28632 theMyRepeatFoot]
28633 \end_layout
28634
28635 \begin_layout Standard
28636 で作成します。
28637 \end_layout
28638
28639 \begin_layout Standard
28640 これは繰り返し脚注の例です。
28641 \begin_inset ERT
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645
28646
28647 \backslash
28648 footnotemark[
28649 \backslash
28650 theMyRepeatFoot]
28651 \end_layout
28652
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \begin_layout Standard
28659 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28660 \end_layout
28661
28662 \begin_layout Standard
28663
28664 \series bold
28665
28666 \backslash
28667 footnotemark[
28668 \backslash
28669 thefootnote]
28670 \end_layout
28671
28672 \begin_layout Standard
28673 を使用してください。
28674 \end_layout
28675
28676 \begin_layout Standard
28677 これは繰り返し脚注の例です。
28678 \begin_inset ERT
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682
28683
28684 \backslash
28685 footnotemark[
28686 \backslash
28687 thefootnote]
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Subsection
28696 脚注の付番
28697 \begin_inset CommandInset label
28698 LatexCommand label
28699 name "sub:脚注の付番"
28700
28701 \end_inset
28702
28703
28704 \begin_inset Index idx
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 きゃくちゅう@脚注 ! ふばん@付番
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Standard
28717 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28718 \end_layout
28719
28720 \begin_layout Standard
28721
28722 \series bold
28723
28724 \backslash
28725 @addtoreset{footnote}{section}
28726 \end_layout
28727
28728 \begin_layout Standard
28729 というコマンドを加えてください。
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset VSpace bigskip
28734 \end_inset
28735
28736 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28737 \end_layout
28738
28739 \begin_layout Standard
28740
28741 \series bold
28742
28743 \backslash
28744 renewcommand{
28745 \backslash
28746 thefootnote}{
28747 \backslash
28748 roman{footnote}}
28749 \end_layout
28750
28751 \begin_layout Standard
28752 \begin_inset ERT
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756
28757
28758 \backslash
28759 renewcommand{
28760 \backslash
28761 thefootnote}{
28762 \backslash
28763 roman{footnote}}
28764 \end_layout
28765
28766 \end_inset
28767
28768 これは、ローマ数字を使った脚注です
28769 \begin_inset Foot
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773 これは、ローマ数字を使った脚注の例です。
28774 \end_layout
28775
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Standard
28782 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28783 \series bold
28784
28785 \backslash
28786 roman
28787 \series default
28788
28789 \series bold
28790
28791 \backslash
28792 Roman
28793 \series default
28794 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28795 \series bold
28796
28797 \backslash
28798 Alph
28799 \series default
28800 または
28801 \series bold
28802
28803 \backslash
28804 alph
28805 \series default
28806 を使用してください。記号を使って付「番」するには、
28807 \series bold
28808
28809 \backslash
28810 fnsymbol
28811 \series default
28812 を使ってください。
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset Note Greyedout
28817 status open
28818
28819 \begin_layout Plain Layout
28820
28821 \series bold
28822 【註】
28823 \series default
28824 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \begin_inset Newline newline
28831 \end_inset
28832
28833
28834 \begin_inset Note Greyedout
28835 status open
28836
28837 \begin_layout Plain Layout
28838
28839 \series bold
28840 【註】
28841 \series default
28842 記号を使うと9個の脚注しか番号を振ることができません。
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28852 \series bold
28853
28854 \backslash
28855 roman
28856 \series default
28857
28858 \series bold
28859
28860 \backslash
28861 arabic
28862 \series default
28863 に置き換えて使用してください。
28864 \begin_inset ERT
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868
28869
28870 \backslash
28871 renewcommand{
28872 \backslash
28873 thefootnote}{
28874 \backslash
28875 arabic{footnote}}
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \begin_layout Standard
28884 \begin_inset VSpace bigskip
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28892 \end_layout
28893
28894 \begin_layout Standard
28895
28896 \series bold
28897
28898 \backslash
28899 numberwithin{footnote}{chapter}
28900 \end_layout
28901
28902 \begin_layout Standard
28903 というコマンドを加えてください。
28904 \series bold
28905
28906 \backslash
28907 numberwithin
28908 \series default
28909 コマンドを使用できるようにするためには、文書設定の
28910 \family sans
28911 数式オプション
28912 \family default
28913 タブで
28914 \family sans
28915 AMS
28916 \begin_inset space ~
28917 \end_inset
28918
28919 mathパッケージを使う
28920 \family default
28921 オプションを有効にしてください。
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 numberwithin{footnote}{chapter}
28933 \end_layout
28934
28935 \end_inset
28936
28937 これは、脚注のもう一つの例です
28938 \series bold
28939
28940 \begin_inset Foot
28941 status open
28942
28943 \begin_layout Plain Layout
28944
28945 \series bold
28946 これは、
28947 \series default
28948 「章番号.脚注番号」スキームで番号を振られた脚注です。
28949 \end_layout
28950
28951 \end_inset
28952
28953
28954 \series default
28955
28956 \begin_inset ERT
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960
28961
28962 \backslash
28963 renewcommand{
28964 \backslash
28965 thefootnote}{
28966 \backslash
28967 arabic{footnote}}
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \begin_layout Standard
28976 \begin_inset Note Greyedout
28977 status open
28978
28979 \begin_layout Plain Layout
28980
28981 \series bold
28982 【註】
28983 \backslash
28984 numberwithin
28985 \series default
28986 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 また、例えば「章番号.
28996 \backslash
28997 Roman{footnote}」スキームを得るには、
28998 \series bold
28999
29000 \backslash
29001 numberwithin
29002 \series default
29003 の代わりに以下のコマンドを使用してください。
29004 \end_layout
29005
29006 \begin_layout Standard
29007
29008 \series bold
29009
29010 \backslash
29011 renewcommand{
29012 \backslash
29013 thefootnote}{
29014 \backslash
29015 thechapter.
29016 \backslash
29017 Roman{footnote}}
29018 \end_layout
29019
29020 \begin_layout Subsection
29021 脚注の配置
29022 \begin_inset Index idx
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026 きゃくちゅう@脚注 ! はいち@配置
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Standard
29035 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29036 ブルに足して、1.5
29037 \begin_inset space \thinspace{}
29038 \end_inset
29039
29040 mmの余白を追加することもできます。
29041 \end_layout
29042
29043 \begin_layout Standard
29044
29045 \series bold
29046
29047 \backslash
29048 let
29049 \backslash
29050 myFoot
29051 \backslash
29052 footnote
29053 \begin_inset Newline newline
29054 \end_inset
29055
29056
29057 \backslash
29058 renewcommand{
29059 \backslash
29060 footnote}[1]{
29061 \backslash
29062 myFoot{#1
29063 \backslash
29064 vspace{1.5mm}}}
29065 \end_layout
29066
29067 \begin_layout Standard
29068 \begin_inset VSpace bigskip
29069 \end_inset
29070
29071 二段組文書では、脚注は各段底部に表示されます(図
29072 \begin_inset CommandInset ref
29073 LatexCommand ref
29074 reference "fig:標準的脚注配置"
29075
29076 \end_inset
29077
29078 )。図
29079 \begin_inset CommandInset ref
29080 LatexCommand ref
29081 reference "fig:ftnright脚注配置"
29082
29083 \end_inset
29084
29085 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29086 \end_layout
29087
29088 \begin_layout Standard
29089
29090 \series bold
29091
29092 \backslash
29093 usepackage{ftnright}
29094 \end_layout
29095
29096 \begin_layout Standard
29097 というコマンドを書いて、LaTeXパッケージ
29098 \series bold
29099 ftnright
29100 \series default
29101
29102 \begin_inset Index idx
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
29107 \end_layout
29108
29109 \end_inset
29110
29111 を読み込みます。
29112 \begin_inset Float figure
29113 placement !h
29114 wide false
29115 sideways false
29116 status open
29117
29118 \begin_layout Plain Layout
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124
29125 \backslash
29126 framebox{
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \begin_inset Graphics
29133         filename ../clipart/without_fntright.pdf
29134         width 100col%
29135         scaleBeforeRotation
29136
29137 \end_inset
29138
29139
29140 \begin_inset ERT
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144
29145 }
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Plain Layout
29154 \begin_inset Caption Standard
29155
29156 \begin_layout Plain Layout
29157 \begin_inset CommandInset label
29158 LatexCommand label
29159 name "fig:標準的脚注配置"
29160
29161 \end_inset
29162
29163 二段組文書の標準的な脚注配置
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Standard
29177 \begin_inset Float figure
29178 placement !h
29179 wide false
29180 sideways false
29181 status open
29182
29183 \begin_layout Plain Layout
29184 \begin_inset ERT
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188
29189
29190 \backslash
29191 framebox{
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \begin_inset Graphics
29198         filename ../clipart/with_fntright.pdf
29199         width 100col%
29200         scaleBeforeRotation
29201
29202 \end_inset
29203
29204
29205 \begin_inset ERT
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209
29210 }
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Plain Layout
29219 \begin_inset Caption Standard
29220
29221 \begin_layout Plain Layout
29222 \begin_inset CommandInset label
29223 LatexCommand label
29224 name "fig:ftnright脚注配置"
29225
29226 \end_inset
29227
29228 LaTeXパッケージ
29229 \series bold
29230 ftnright
29231 \series default
29232 を使用したときの二段組文書の脚注配置
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Standard
29246 \begin_inset VSpace bigskip
29247 \end_inset
29248
29249 科学的文献に於いては、図
29250 \begin_inset CommandInset ref
29251 LatexCommand ref
29252 reference "fig:後注"
29253
29254 \end_inset
29255
29256 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29257 \begin_inset Index idx
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 こちゅう@後注
29262 \end_layout
29263
29264 \end_inset
29265
29266 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29267 \family sans
29268 文書\SpecialChar \menuseparator
29269 設定\SpecialChar \menuseparator
29270 モジュール
29271 \family default
29272 メニューで
29273 \family sans
29274 脚注から後注へ
29275 \family default
29276 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29277 \end_layout
29278
29279 \begin_layout Standard
29280
29281 \series bold
29282
29283 \backslash
29284 theendnotes
29285 \end_layout
29286
29287 \begin_layout Standard
29288 というコマンドを挿入してください。
29289 \end_layout
29290
29291 \begin_layout Standard
29292 \begin_inset Float figure
29293 wide false
29294 sideways false
29295 status open
29296
29297 \begin_layout Plain Layout
29298 \align center
29299 \begin_inset ERT
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303
29304
29305 \backslash
29306 framebox{
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \begin_inset Graphics
29313         filename ../clipart/endnotes.pdf
29314         scaleBeforeRotation
29315
29316 \end_inset
29317
29318
29319 \begin_inset ERT
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323
29324 }
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Plain Layout
29333 \begin_inset Caption Standard
29334
29335 \begin_layout Plain Layout
29336 \begin_inset CommandInset label
29337 LatexCommand label
29338 name "fig:後注"
29339
29340 \end_inset
29341
29342 後注 – 注を節ないし章末に別段落として印字します。
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \begin_layout Standard
29356 \begin_inset VSpace medskip
29357 \end_inset
29358
29359 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29360 \end_layout
29361
29362 \begin_layout Standard
29363
29364 \series bold
29365
29366 \backslash
29367 renewcommand{
29368 \backslash
29369 notesname}{Anmerkungen}
29370 \end_layout
29371
29372 \begin_layout Standard
29373 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29374 \end_layout
29375
29376 \begin_layout Standard
29377 \begin_inset VSpace medskip
29378 \end_inset
29379
29380
29381 \begin_inset CommandInset ref
29382 LatexCommand ref
29383 reference "sub:脚注の付番"
29384
29385 \end_inset
29386
29387 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29388 \series bold
29389
29390 \backslash
29391 thefootnote
29392 \series default
29393 コマンドの代わりに
29394 \series bold
29395
29396 \backslash
29397 theendnote
29398 \series default
29399 を用いてください。後注番号をリセットするには、第
29400 \begin_inset CommandInset ref
29401 LatexCommand ref
29402 reference "sub:脚注の付番"
29403
29404 \end_inset
29405
29406 節で述べたコマンド
29407 \series bold
29408
29409 \backslash
29410 @addtoreset
29411 \series default
29412 の、パラメータ
29413 \series bold
29414 footnote
29415 \series default
29416
29417 \series bold
29418 endnote
29419 \series default
29420 に変えて、使用してください。
29421 \end_layout
29422
29423 \begin_layout Standard
29424 後注の印だけを作成するには、第
29425 \begin_inset CommandInset ref
29426 LatexCommand ref
29427 reference "sec:脚注"
29428
29429 \end_inset
29430
29431 節で説明した
29432 \series bold
29433
29434 \backslash
29435 footnotemark
29436 \series default
29437 コマンドの代わりに、
29438 \series bold
29439
29440 \backslash
29441 endnotemark[番号]
29442 \series default
29443 コマンドを使用してください。
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \begin_inset VSpace bigskip
29448 \end_inset
29449
29450 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29451 \series bold
29452 footmisc
29453 \series default
29454
29455 \begin_inset Index idx
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \begin_inset CommandInset citation
29466 LatexCommand cite
29467 key "footmisc"
29468
29469 \end_inset
29470
29471 を参照してください。
29472 \end_layout
29473
29474 \begin_layout Standard
29475 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29476 \begin_inset CommandInset citation
29477 LatexCommand cite
29478 key "latexcompanion,latexguide,latexbook"
29479
29480 \end_inset
29481
29482 に載っています。
29483 \series bold
29484 KOMA-Script
29485 \series default
29486
29487 \begin_inset Index idx
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29492 \end_layout
29493
29494 \end_inset
29495
29496 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29497 \begin_inset CommandInset citation
29498 LatexCommand cite
29499 key "KOMA-Script"
29500
29501 \end_inset
29502
29503 参照)。
29504 \end_layout
29505
29506 \begin_layout Section
29507 傍注
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29522 \family sans
29523 挿入\SpecialChar \menuseparator
29524 傍注
29525 \family default
29526 メニューかツールバーボタン
29527 \family sans
29528
29529 \begin_inset Info
29530 type  "icon"
29531 arg   "marginalnote-insert"
29532 \end_inset
29533
29534
29535 \family default
29536 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29537 \end_layout
29538
29539 \begin_layout Standard
29540 横にあるのが傍注です
29541 \begin_inset Marginal
29542 status open
29543
29544 \begin_layout Plain Layout
29545 これは傍注文です。
29546 \end_layout
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Standard
29554 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29555 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29556 \end_layout
29557
29558 \begin_layout Standard
29559 \begin_inset VSpace bigskip
29560 \end_inset
29561
29562 傍注を内側余白に置くには、傍注の前にTeXコードで
29563 \end_layout
29564
29565 \begin_layout Standard
29566
29567 \series bold
29568
29569 \backslash
29570 reversemarginpar
29571 \end_layout
29572
29573 \begin_layout Standard
29574 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 reversemarginpar 
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \begin_inset Marginal
29589 status open
29590
29591 \begin_layout Plain Layout
29592 これは内側余白の傍注です。
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \series bold
29599
29600 \begin_inset Newline newline
29601 \end_inset
29602
29603
29604 \series default
29605
29606 \begin_inset Note Greyedout
29607 status open
29608
29609 \begin_layout Plain Layout
29610
29611 \series bold
29612 【註】
29613 \series default
29614 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \end_layout
29621
29622 \begin_layout Standard
29623 既定の配置に戻すには、TeXコードで
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 normalmarginpar
29632 \end_layout
29633
29634 \begin_layout Standard
29635 というコマンドを書き加えてください。
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 normalmarginpar 
29644 \end_layout
29645
29646 \end_inset
29647
29648  
29649 \begin_inset Note Greyedout
29650 status open
29651
29652 \begin_layout Plain Layout
29653
29654 \series bold
29655 【註】
29656 \backslash
29657 reversemarginpar
29658 \series default
29659 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668 \begin_inset VSpace bigskip
29669 \end_inset
29670
29671
29672 \begin_inset Marginal
29673 status open
29674
29675 \begin_layout Plain Layout
29676 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \begin_inset CommandInset ref
29683 LatexCommand ref
29684 reference "sub:複数行"
29685
29686 \end_inset
29687
29688 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29689 \begin_inset space \thinspace{}
29690 \end_inset
29691
29692 pt水平空白を挿入してください 
29693 \begin_inset Marginal
29694 status open
29695
29696 \begin_layout Plain Layout
29697 \begin_inset space \hspace*{}
29698 \length 0pt
29699 \end_inset
29700
29701 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 \begin_inset VSpace bigskip
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717 \begin_inset Note Greyedout
29718 status open
29719
29720 \begin_layout Plain Layout
29721
29722 \series bold
29723 【註】
29724 \series default
29725 通常、傍注は表やフロート、脚注の中では使用することができません。
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734 \begin_inset VSpace bigskip
29735 \end_inset
29736
29737
29738 \end_layout
29739
29740 \begin_layout Standard
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746
29747 \backslash
29748 ifmarginnote
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \begin_inset Note Note
29755 status open
29756
29757 \begin_layout Plain Layout
29758 以下の部分は、LaTeXパッケージ
29759 \series bold
29760 marginnote
29761 \series default
29762 が導入されているときのみ表示されます。
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \begin_layout Standard
29771 この制約は、LaTeXパッケージ
29772 \series bold
29773 marginnote
29774 \series default
29775
29776 \begin_inset Index idx
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29781 \end_layout
29782
29783 \end_inset
29784
29785 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29786 \series bold
29787 marginnote
29788 \series default
29789 パッケージが提供するコマンドを使うようになります。
29790 \end_layout
29791
29792 \begin_layout Standard
29793
29794 \series bold
29795
29796 \backslash
29797 usepackage{marginnote}
29798 \begin_inset Newline newline
29799 \end_inset
29800
29801
29802 \backslash
29803 let
29804 \backslash
29805 marginpar
29806 \backslash
29807 marginnote
29808 \end_layout
29809
29810 \begin_layout Standard
29811
29812 \series bold
29813 marginnote
29814 \series default
29815 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29816 \series bold
29817 marginnote
29818 \series default
29819 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29820 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29821 \end_layout
29822
29823 \begin_layout Standard
29824
29825 \series bold
29826 [オフセット]
29827 \end_layout
29828
29829 \begin_layout Standard
29830 という形で書くことで設定することができます。ここで「オフセット」には、表
29831 \begin_inset CommandInset ref
29832 LatexCommand ref
29833 reference "tab:単位"
29834
29835 \end_inset
29836
29837 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29838 \series bold
29839 [-1.5cm]
29840 \series default
29841 」を使用して、1.5
29842 \begin_inset space \thinspace{}
29843 \end_inset
29844
29845 cm上にずらしてあります
29846 \begin_inset Marginal
29847 status open
29848
29849 \begin_layout Plain Layout
29850 この傍注は、本来の位置よりも1.5
29851 \begin_inset space \thinspace{}
29852 \end_inset
29853
29854 cm上にずらしてあります。
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865 [-1.5cm]
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \end_layout
29872
29873 \begin_layout Standard
29874 \begin_inset VSpace medskip
29875 \end_inset
29876
29877
29878 \series bold
29879 marginnote
29880 \series default
29881 を使うと、傍注の揃えを変更することもできます。たとえば、
29882 \end_layout
29883
29884 \begin_layout Standard
29885
29886 \series bold
29887
29888 \backslash
29889 renewcommand*{
29890 \backslash
29891 raggedleftmarginnote}{
29892 \backslash
29893 centering}
29894 \begin_inset Newline newline
29895 \end_inset
29896
29897
29898 \backslash
29899 renewcommand*{
29900 \backslash
29901 raggedrightmarginnote}{
29902 \backslash
29903 centering}
29904 \end_layout
29905
29906 \begin_layout Standard
29907 というコマンドを使うと、中央揃えになります。
29908 \series bold
29909
29910 \backslash
29911 raggedleftmarginnote
29912 \series default
29913 とは、左側に表示されている傍注のことを指します
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919
29920 \backslash
29921 renewcommand*{
29922 \backslash
29923 raggedleftmarginnote}{
29924 \backslash
29925 centering}
29926 \end_layout
29927
29928 \begin_layout Plain Layout
29929
29930
29931 \backslash
29932 renewcommand*{
29933 \backslash
29934 raggedrightmarginnote}{
29935 \backslash
29936 centering}
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \begin_inset Marginal
29943 status open
29944
29945 \begin_layout Plain Layout
29946 この傍注の文章は中央揃えになっています。
29947 \end_layout
29948
29949 \end_inset
29950
29951 。既定の設定は、
29952 \end_layout
29953
29954 \begin_layout Standard
29955
29956 \series bold
29957
29958 \backslash
29959 renewcommand*{
29960 \backslash
29961 raggedleftmarginnote}{
29962 \backslash
29963 raggedleft}
29964 \begin_inset Newline newline
29965 \end_inset
29966
29967
29968 \backslash
29969 renewcommand*{
29970 \backslash
29971 raggedrightmarginnote}{
29972 \backslash
29973 raggedright}
29974 \series default
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 renewcommand*{
29984 \backslash
29985 raggedleftmarginnote}{
29986 \backslash
29987 raggedleft}
29988 \end_layout
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 renewcommand*{
29995 \backslash
29996 raggedrightmarginnote}{
29997 \backslash
29998 raggedright}
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 です。
30008 \end_layout
30009
30010 \begin_layout Standard
30011 \begin_inset VSpace medskip
30012 \end_inset
30013
30014
30015 \series bold
30016 marginnote
30017 \series default
30018 の他の機能については、
30019 \begin_inset CommandInset citation
30020 LatexCommand cite
30021 key "marginnote"
30022
30023 \end_inset
30024
30025 の取扱説明書をご参照ください。
30026 \end_layout
30027
30028 \begin_layout Standard
30029 \begin_inset VSpace bigskip
30030 \end_inset
30031
30032 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30033 \family sans
30034 \series bold
30035 \bar under
30036 注意!
30037 \family default
30038 \series default
30039 \bar default
30040 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30041 \end_layout
30042
30043 \begin_layout Standard
30044
30045 \series bold
30046
30047 \backslash
30048 let
30049 \backslash
30050 myMarginpar
30051 \backslash
30052 marginpar
30053 \begin_inset Newline newline
30054 \end_inset
30055
30056
30057 \backslash
30058 renewcommand{
30059 \backslash
30060 marginpar}[1]{
30061 \backslash
30062 myMarginpar{%
30063 \begin_inset Newline newline
30064 \end_inset
30065
30066
30067 \begin_inset Phantom HPhantom
30068 status open
30069
30070 \begin_layout Plain Layout
30071
30072 \series bold
30073 \begin_inset space ~
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \backslash
30083 hspace{0pt}
30084 \backslash
30085 textsf{
30086 \backslash
30087 textbf{
30088 \backslash
30089 underbar{注意!}}}%
30090 \begin_inset Newline newline
30091 \end_inset
30092
30093
30094 \begin_inset Phantom HPhantom
30095 status open
30096
30097 \begin_layout Plain Layout
30098
30099 \series bold
30100 \begin_inset space ~
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \backslash
30110 vspace{1.5mm}
30111 \backslash
30112
30113 \backslash
30114 #1}}
30115 \end_layout
30116
30117 \begin_layout Standard
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 let
30126 \backslash
30127 myMarginpar
30128 \backslash
30129 marginpar
30130 \end_layout
30131
30132 \begin_layout Plain Layout
30133
30134
30135 \backslash
30136 renewcommand{
30137 \backslash
30138 marginpar}[1]{
30139 \backslash
30140 myMarginpar{%
30141 \end_layout
30142
30143 \begin_layout Plain Layout
30144
30145    
30146 \backslash
30147 textsf{
30148 \backslash
30149 textbf{
30150 \backslash
30151 underbar{注意!}}}%
30152 \end_layout
30153
30154 \begin_layout Plain Layout
30155
30156    
30157 \backslash
30158 vspace{1.5mm}
30159 \backslash
30160
30161 \backslash
30162 #1}}
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Marginal
30169 status open
30170
30171 \begin_layout Plain Layout
30172 これは、定義したヘッダをつけた傍注です。
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183 [-1.5cm]
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \begin_inset ERT
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193
30194
30195 \backslash
30196 renewcommand{
30197 \backslash
30198 marginpar}[1]{
30199 \backslash
30200 myMarginpar{#1}}
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \begin_inset Note Note
30207 status open
30208
30209 \begin_layout Plain Layout
30210 傍注書式は、この例の分だけ変更してあります。
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224
30225 \backslash
30226 else
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \begin_inset Note Note
30233 status open
30234
30235 \begin_layout Plain Layout
30236 以下の部分は、LaTeXパッケージ
30237 \series bold
30238 marginnote
30239 \series default
30240 が導入されていないときのみ表示されます。
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \end_layout
30247
30248 \begin_layout Standard
30249 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30250 \series bold
30251 marginnote
30252 \series default
30253 を導入する必要があります。
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 fi
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Chapter
30273 ボックス
30274 \end_layout
30275
30276 \begin_layout Section
30277 はじめに
30278 \begin_inset Index idx
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282 ぼっくす@ボックス ! はじめに
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30292 \begin_inset CommandInset ref
30293 LatexCommand ref
30294 reference "sec:ミニページ"
30295
30296 \end_inset
30297
30298 節参照)、文章を囲ったり(第
30299 \begin_inset CommandInset ref
30300 LatexCommand ref
30301 reference "sec:装飾"
30302
30303 \end_inset
30304
30305 節参照)、単語がハイフネートされるのを予防したり(第
30306 \begin_inset CommandInset ref
30307 LatexCommand ref
30308 reference "sec:ハイフネーションの回避"
30309
30310 \end_inset
30311
30312 節参照)、文章を揃えたり(第
30313 \begin_inset CommandInset ref
30314 LatexCommand ref
30315 reference "sub:垂直揃え"
30316
30317 \end_inset
30318
30319 節参照)、あるいは文章の背景色を設定したり(第
30320 \begin_inset CommandInset ref
30321 LatexCommand ref
30322 reference "sec:色付きボックス"
30323
30324 \end_inset
30325
30326 節参照)するのに使用します。
30327 \end_layout
30328
30329 \begin_layout Standard
30330 ボックスは、
30331 \family sans
30332 挿入\SpecialChar \menuseparator
30333 ボックス
30334 \family default
30335 メニューかツールバーボタン
30336 \family sans
30337
30338 \begin_inset Info
30339 type  "icon"
30340 arg   "box-insert Frameless"
30341 \end_inset
30342
30343
30344 \family default
30345 を使って挿入することができます。すると、
30346 \begin_inset Graphics
30347         filename clipart/BoxInsetDefaultQt4.png
30348         scale 85
30349         scaleBeforeRotation
30350
30351 \end_inset
30352
30353 のように
30354 \family sans
30355 ボックス(minipage環境)
30356 \family default
30357 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30358 \family sans
30359 設定
30360 \family default
30361 メニューを選択すると現れるボックスダイアログでは、
30362 \family sans
30363 parboxコマンド
30364 \family default
30365
30366 \family sans
30367 minipage環境
30368 \family default
30369 の二つの
30370 \family sans
30371 内部ボックス
30372 \family default
30373 型を選択することができます。
30374 \family sans
30375 minipage
30376 \family default
30377 型は、新規ボックスの既定値となっており、第
30378 \begin_inset CommandInset ref
30379 LatexCommand ref
30380 reference "sec:ミニページ"
30381
30382 \end_inset
30383
30384 節で説明します。
30385 \family sans
30386 parbox
30387 \family default
30388 型については第
30389 \begin_inset CommandInset ref
30390 LatexCommand ref
30391 reference "sec:Parboxes"
30392
30393 \end_inset
30394
30395 節、
30396 \family sans
30397 makebox
30398 \family default
30399 型については第
30400 \begin_inset CommandInset ref
30401 LatexCommand ref
30402 reference "sec:ハイフネーションの回避"
30403
30404 \end_inset
30405
30406 節で述べます。
30407 \end_layout
30408
30409 \begin_layout Standard
30410 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30411 \end_layout
30412
30413 \begin_layout Standard
30414 \begin_inset Note Greyedout
30415 status open
30416
30417 \begin_layout Plain Layout
30418
30419 \series bold
30420 【註】
30421 \series default
30422 ボックスは、
30423 \family sans
30424 箇条書き(記号)
30425 \family default
30426 環境や
30427 \family sans
30428 箇条書き(記述)
30429 \family default
30430 環境の単独要素とすべきではありません。
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset Note Greyedout
30440 status open
30441
30442 \begin_layout Plain Layout
30443
30444 \series bold
30445 【註】
30446 \series default
30447 理由は不明ですが、枠付きボックスを使用している場合には、
30448 \family sans
30449 内部ボックス
30450 \family default
30451 型は
30452 \family sans
30453 なし
30454 \family default
30455 にしか設定することができません。
30456 \family sans
30457 内部ボックス
30458 \family default
30459 型や枠のないボックスについては、第
30460 \begin_inset CommandInset ref
30461 LatexCommand ref
30462 reference "sec:ハイフネーションの回避"
30463
30464 \end_inset
30465
30466 節で説明します。
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Section
30475 ボックスダイアログ
30476 \begin_inset CommandInset label
30477 LatexCommand label
30478 name "sec:ボックスダイアログ"
30479
30480 \end_inset
30481
30482
30483 \begin_inset Index idx
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Subsection
30496 寸法
30497 \begin_inset Index idx
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 ぼっくす@ボックス ! すんぽう@寸法
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 ボックスダイアログでは、
30511 \family sans
30512
30513 \family default
30514
30515 \family sans
30516 高さ
30517 \family default
30518 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30519 \begin_inset CommandInset ref
30520 LatexCommand ref
30521 reference "tab:単位"
30522
30523 \end_inset
30524
30525 に説明されています。
30526 \family sans
30527 高さ
30528 \family default
30529 フィールドには、加えて以下の寸法を使用することができます。
30530 \end_layout
30531
30532 \begin_layout Description
30533 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30534 \begin_inset Newline newline
30535 \end_inset
30536
30537
30538 \begin_inset Newline newline
30539 \end_inset
30540
30541
30542 \begin_inset Newline newline
30543 \end_inset
30544
30545
30546 \begin_inset Box Boxed
30547 position "c"
30548 hor_pos "c"
30549 has_inner_box 1
30550 inner_pos "c"
30551 use_parbox 0
30552 use_makebox 0
30553 width "12col%"
30554 special "none"
30555 height "1in"
30556 height_special "depth"
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 \align center
30561 高さを1階層に設定したボックス
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \begin_inset Newline newline
30568 \end_inset
30569
30570
30571 \begin_inset Newline newline
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Description
30578 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30579 \begin_inset Box Boxed
30580 position "c"
30581 hor_pos "c"
30582 has_inner_box 1
30583 inner_pos "c"
30584 use_parbox 0
30585 use_makebox 0
30586 width "20col%"
30587 special "none"
30588 height "2in"
30589 height_special "height"
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 \align center
30594 高さを2高さに設定したボックス
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Description
30603 全高 これは「高さ」+「階層」です。
30604 \begin_inset Box Boxed
30605 position "c"
30606 hor_pos "c"
30607 has_inner_box 1
30608 inner_pos "c"
30609 use_parbox 0
30610 use_makebox 0
30611 width "20col%"
30612 special "none"
30613 height "1in"
30614 height_special "totalheight"
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 \align center
30619 高さを1全高に設定したボックス
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Description
30628 幅 これはボックスの幅を高さに設定します。
30629 \begin_inset Box Boxed
30630 position "c"
30631 hor_pos "c"
30632 has_inner_box 1
30633 inner_pos "c"
30634 use_parbox 0
30635 use_makebox 0
30636 width "12col%"
30637 special "none"
30638 height "1in"
30639 height_special "width"
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 \align center
30644 高さを1幅に設定したボックス
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Subsection
30653 文字揃え
30654 \begin_inset Index idx
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 ぼっくす@ボックス ! もじそろえ@文字揃え
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667
30668 \family sans
30669 内部ボックス
30670 \family default
30671 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30672 \end_layout
30673
30674 \begin_layout Description
30675 上 これは例示のための本文行です。
30676 \begin_inset Box Boxed
30677 position "t"
30678 hor_pos "c"
30679 has_inner_box 1
30680 inner_pos "c"
30681 use_parbox 0
30682 use_makebox 0
30683 width "12col%"
30684 special "none"
30685 height "1in"
30686 height_special "totalheight"
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 \align center
30691 このボックスは上揃えです。
30692 \end_layout
30693
30694 \end_inset
30695
30696 これは例示のための本文行です。
30697 \end_layout
30698
30699 \begin_layout Description
30700 中央 これは例示のための本文行です。
30701 \begin_inset Box Boxed
30702 position "c"
30703 hor_pos "c"
30704 has_inner_box 1
30705 inner_pos "c"
30706 use_parbox 0
30707 use_makebox 0
30708 width "12col%"
30709 special "none"
30710 height "1in"
30711 height_special "totalheight"
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715 \align center
30716 このボックスは中央揃えです。
30717 \end_layout
30718
30719 \end_inset
30720
30721 これは例示のための本文行です。
30722 \end_layout
30723
30724 \begin_layout Description
30725 下 これは例示のための本文行です。
30726 \begin_inset Box Boxed
30727 position "b"
30728 hor_pos "c"
30729 has_inner_box 1
30730 inner_pos "c"
30731 use_parbox 0
30732 use_makebox 0
30733 width "12col%"
30734 special "none"
30735 height "1in"
30736 height_special "totalheight"
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740 \align center
30741 このボックスは下揃えです。
30742 \end_layout
30743
30744 \end_inset
30745
30746 これは例示のための本文行です。
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \begin_inset Note Greyedout
30751 status open
30752
30753 \begin_layout Plain Layout
30754
30755 \series bold
30756 【註】
30757 \series default
30758 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30768 \end_layout
30769
30770 \begin_layout Standard
30771 \begin_inset VSpace bigskip
30772 \end_inset
30773
30774
30775 \family sans
30776 内部ボックス
30777 \family default
30778 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30779 \end_layout
30780
30781 \begin_layout Description
30782 上 これは例示のための本文行です。
30783 \begin_inset Box Boxed
30784 position "c"
30785 hor_pos "c"
30786 has_inner_box 1
30787 inner_pos "t"
30788 use_parbox 0
30789 use_makebox 0
30790 width "12col%"
30791 special "none"
30792 height "1.5in"
30793 height_special "totalheight"
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797 \align center
30798 このボックスの文章は上揃えです。
30799 \end_layout
30800
30801 \end_inset
30802
30803 これは例示のための本文行です。
30804 \end_layout
30805
30806 \begin_layout Description
30807 中央 これは例示のための本文行です。
30808 \begin_inset Box Boxed
30809 position "c"
30810 hor_pos "c"
30811 has_inner_box 1
30812 inner_pos "c"
30813 use_parbox 0
30814 use_makebox 0
30815 width "12col%"
30816 special "none"
30817 height "1.5in"
30818 height_special "totalheight"
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822 \align center
30823 このボックスの文章は中央揃えです。
30824 \end_layout
30825
30826 \end_inset
30827
30828 これは例示のための本文行です。
30829 \end_layout
30830
30831 \begin_layout Description
30832 下 これは例示のための本文行です。
30833 \begin_inset Box Boxed
30834 position "c"
30835 hor_pos "c"
30836 has_inner_box 1
30837 inner_pos "b"
30838 use_parbox 0
30839 use_makebox 0
30840 width "12col%"
30841 special "none"
30842 height "1.5in"
30843 height_special "totalheight"
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 \align center
30848 このボックスの文章は下揃えです。
30849 \end_layout
30850
30851 \end_inset
30852
30853 これは例示のための本文行です。
30854 \end_layout
30855
30856 \begin_layout Description
30857 広げる これは例示のための本文行です。
30858 \begin_inset Box Boxed
30859 position "c"
30860 hor_pos "c"
30861 has_inner_box 1
30862 inner_pos "s"
30863 use_parbox 0
30864 use_makebox 0
30865 width "17col%"
30866 special "none"
30867 height "1.5in"
30868 height_special "totalheight"
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872 \align center
30873 このボックスの
30874 \end_layout
30875
30876 \begin_layout Plain Layout
30877 \align center
30878 文章は広げて
30879 \end_layout
30880
30881 \begin_layout Plain Layout
30882 \align center
30883 あります。
30884 \end_layout
30885
30886 \end_inset
30887
30888 これは例示のための本文行です。
30889 \end_layout
30890
30891 \begin_layout Standard
30892 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \begin_inset VSpace bigskip
30897 \end_inset
30898
30899
30900 \family sans
30901 内部ボックス
30902 \family default
30903 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30904 \end_layout
30905
30906 \begin_layout Standard
30907 \align center
30908 \begin_inset Box Boxed
30909 position "c"
30910 hor_pos "c"
30911 has_inner_box 1
30912 inner_pos "s"
30913 use_parbox 0
30914 use_makebox 0
30915 width "25col%"
30916 special "none"
30917 height "1.25in"
30918 height_special "totalheight"
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 \align left
30923 このボックスの
30924 \end_layout
30925
30926 \begin_layout Plain Layout
30927 \align center
30928 文章は広げて
30929 \end_layout
30930
30931 \begin_layout Plain Layout
30932 \align right
30933 あります。
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \end_layout
30940
30941 \begin_layout Standard
30942
30943 \family sans
30944 内部ボックス
30945 \family default
30946 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \align center
30951 \begin_inset Box Boxed
30952 position "c"
30953 hor_pos "s"
30954 has_inner_box 0
30955 inner_pos "s"
30956 use_parbox 0
30957 use_makebox 0
30958 width "90col%"
30959 special "none"
30960 height "1.25in"
30961 height_special "totalheight"
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965 このボックスの文章は水平方向に広げてあります。
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Subsection
30974 装飾
30975 \begin_inset CommandInset label
30976 LatexCommand label
30977 name "sec:装飾"
30978
30979 \end_inset
30980
30981
30982 \begin_inset Index idx
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 ぼっくす@ボックス ! そうしょく@装飾
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 ボックス型は、ボックスダイアログ中の
30996 \family sans
30997 装飾
30998 \family default
30999 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
31000 \end_layout
31001
31002 \begin_layout Description
31003 縁なし 枠を描きません。
31004 \end_layout
31005
31006 \begin_layout Description
31007 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
31008 \series bold
31009
31010 \backslash
31011 fboxrule
31012 \series default
31013 の値になります。 
31014 \begin_inset Box Boxed
31015 position "c"
31016 hor_pos "c"
31017 has_inner_box 1
31018 inner_pos "c"
31019 use_parbox 0
31020 use_makebox 0
31021 width "20col%"
31022 special "none"
31023 height "1in"
31024 height_special "totalheight"
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028 \align center
31029 長方形の箱型
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \end_layout
31036
31037 \begin_layout Description
31038 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31039 \begin_inset space \thinspace{}
31040 \end_inset
31041
31042 ptです。 
31043 \begin_inset Box ovalbox
31044 position "c"
31045 hor_pos "c"
31046 has_inner_box 1
31047 inner_pos "c"
31048 use_parbox 0
31049 use_makebox 0
31050 width "20col%"
31051 special "none"
31052 height "1in"
31053 height_special "totalheight"
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 \align center
31058 楕円形の箱型(細線)
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Description
31067 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31068 \begin_inset space \thinspace{}
31069 \end_inset
31070
31071 ptです。 
31072 \begin_inset Box Ovalbox
31073 position "c"
31074 hor_pos "c"
31075 has_inner_box 1
31076 inner_pos "c"
31077 use_parbox 0
31078 use_makebox 0
31079 width "20col%"
31080 special "none"
31081 height "1in"
31082 height_special "totalheight"
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 \align center
31087 楕円形の箱型(太線)
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Description
31096 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
31097 \series bold
31098
31099 \backslash
31100 fboxrule
31101 \series default
31102 の値になり、影の幅は4
31103 \begin_inset space \thinspace{}
31104 \end_inset
31105
31106 ptになります。
31107 \begin_inset Box Shadowbox
31108 position "c"
31109 hor_pos "c"
31110 has_inner_box 1
31111 inner_pos "c"
31112 use_parbox 0
31113 use_makebox 0
31114 width "20col%"
31115 special "none"
31116 height "1in"
31117 height_special "totalheight"
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121 \align center
31122 影付きの箱型
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Description
31131 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31132 \begin_inset Foot
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137 \begin_inset CommandInset ref
31138 LatexCommand ref
31139 reference "sec:色付きボックス"
31140
31141 \end_inset
31142
31143 節を参照のこと。
31144 \end_layout
31145
31146 \end_inset
31147
31148 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31149 \begin_inset Box Shaded
31150 position "t"
31151 hor_pos "c"
31152 has_inner_box 0
31153 inner_pos "t"
31154 use_parbox 0
31155 use_makebox 0
31156 width "50col%"
31157 special "none"
31158 height "1in"
31159 height_special "totalheight"
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 影付き背景の箱型
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Description
31172 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31173 \begin_inset space \thinspace{}
31174 \end_inset
31175
31176
31177 \series bold
31178
31179 \backslash
31180 fboxrule
31181 \series default
31182 であり、外側の枠線の太さは1.5
31183 \begin_inset space \thinspace{}
31184 \end_inset
31185
31186
31187 \series bold
31188
31189 \backslash
31190 fboxrule
31191 \series default
31192 です。枠線間の距離は1.5
31193 \begin_inset space \thinspace{}
31194 \end_inset
31195
31196
31197 \series bold
31198
31199 \backslash
31200 fboxrule
31201 \series default
31202
31203 \begin_inset space \thinspace{}
31204 \end_inset
31205
31206 +
31207 \begin_inset space \thinspace{}
31208 \end_inset
31209
31210 0.5
31211 \begin_inset space \thinspace{}
31212 \end_inset
31213
31214 ptです。 
31215 \begin_inset Box Doublebox
31216 position "c"
31217 hor_pos "c"
31218 has_inner_box 1
31219 inner_pos "c"
31220 use_parbox 0
31221 use_makebox 0
31222 width "20col%"
31223 special "none"
31224 height "1in"
31225 height_special "totalheight"
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229 \align center
31230 二重の長方形の箱型
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Standard
31239 \begin_inset VSpace bigskip
31240 \end_inset
31241
31242 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31243 \series bold
31244 fancybox
31245 \series default
31246
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31252 \end_layout
31253
31254 \end_inset
31255
31256 が導入済みでなくてはなりません。
31257 \end_layout
31258
31259 \begin_layout Standard
31260 \begin_inset VSpace bigskip
31261 \end_inset
31262
31263 装飾として
31264 \family sans
31265 簡素な長方形の箱型
31266 \family default
31267 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31268 れ、このボックス型では
31269 \series bold
31270
31271 \backslash
31272 fboxrule
31273 \series default
31274
31275 \series bold
31276
31277 \backslash
31278 fboxsep
31279 \series default
31280 は無効となります。枠線の太さは
31281 \series bold
31282
31283 \backslash
31284 FrameRule
31285 \series default
31286 の値になります。 
31287 \begin_inset Box Framed
31288 position "t"
31289 hor_pos "c"
31290 has_inner_box 0
31291 inner_pos "t"
31292 use_parbox 0
31293 use_makebox 0
31294 width "100col%"
31295 special "none"
31296 height "1in"
31297 height_special "totalheight"
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301 改行可能な箱型
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \begin_layout Section
31310 ボックスの詳細な設定
31311 \begin_inset Index idx
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \end_layout
31322
31323 \begin_layout Standard
31324 寸法
31325 \series bold
31326
31327 \backslash
31328 fboxrule
31329 \series default
31330 の既定値は0.4
31331 \begin_inset space \thinspace{}
31332 \end_inset
31333
31334 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31335 \begin_inset space \thinspace{}
31336 \end_inset
31337
31338 ptに変更することができます。
31339 \end_layout
31340
31341 \begin_layout Standard
31342
31343 \series bold
31344
31345 \backslash
31346 setlength{
31347 \backslash
31348 fboxrule}{2pt}
31349 \end_layout
31350
31351 \begin_layout Standard
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 setlength{
31360 \backslash
31361 fboxrule}{2pt}
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \begin_inset Box Boxed
31368 position "c"
31369 hor_pos "c"
31370 has_inner_box 1
31371 inner_pos "c"
31372 use_parbox 0
31373 use_makebox 0
31374 width "25col%"
31375 special "none"
31376 height "1in"
31377 height_special "totalheight"
31378 status open
31379
31380 \begin_layout Plain Layout
31381 \align center
31382
31383 \series bold
31384
31385 \backslash
31386 fboxrule
31387 \series default
31388
31389 \begin_inset space \thinspace{}
31390 \end_inset
31391
31392 =
31393 \begin_inset space \thinspace{}
31394 \end_inset
31395
31396 2
31397 \begin_inset space \thinspace{}
31398 \end_inset
31399
31400 ptの長方形の箱型
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \begin_inset ERT
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410
31411
31412 \backslash
31413 setlength{
31414 \backslash
31415 fboxrule}{0.4pt}
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \begin_inset VSpace bigskip
31425 \end_inset
31426
31427 枠とボックスの内容との空白は、すべての枠様式について3
31428 \begin_inset space \thinspace{}
31429 \end_inset
31430
31431 ptが既定値になっています。これは、長さ
31432 \series bold
31433
31434 \backslash
31435 fboxsep
31436 \series default
31437 を別の値に設定することによって変更することができます。たとえば
31438 \end_layout
31439
31440 \begin_layout Standard
31441
31442 \series bold
31443
31444 \backslash
31445 setlength{
31446 \backslash
31447 fboxsep}{10pt}
31448 \end_layout
31449
31450 \begin_layout Standard
31451 というコマンドは、この値を10
31452 \begin_inset space \thinspace{}
31453 \end_inset
31454
31455 ptにし、以下のボックスのようになります。
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \begin_inset ERT
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463
31464
31465 \backslash
31466 setlength{
31467 \backslash
31468 fboxsep}{10pt}
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \begin_inset Box Boxed
31475 position "c"
31476 hor_pos "c"
31477 has_inner_box 1
31478 inner_pos "c"
31479 use_parbox 0
31480 use_makebox 0
31481 width "25col%"
31482 special "none"
31483 height "1in"
31484 height_special "totalheight"
31485 status open
31486
31487 \begin_layout Plain Layout
31488 \align center
31489
31490 \series bold
31491
31492 \backslash
31493 fboxsep
31494 \series default
31495
31496 \begin_inset space \thinspace{}
31497 \end_inset
31498
31499 =
31500 \begin_inset space \thinspace{}
31501 \end_inset
31502
31503 10
31504 \begin_inset space \thinspace{}
31505 \end_inset
31506
31507 ptの長方形の箱型
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \begin_inset ERT
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517
31518
31519 \backslash
31520 setlength{
31521 \backslash
31522 fboxsep}{3pt}
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531 \begin_inset VSpace bigskip
31532 \end_inset
31533
31534 楕円形ボックスの丸い角の直径は、コマンド
31535 \series bold
31536
31537 \backslash
31538 cornersize
31539 \series default
31540 で設定することができます。
31541 \end_layout
31542
31543 \begin_layout Standard
31544
31545 \series bold
31546
31547 \backslash
31548 cornersize*{1cm}
31549 \end_layout
31550
31551 \begin_layout Standard
31552 というコマンドは、直径を1
31553 \begin_inset space \thinspace{}
31554 \end_inset
31555
31556 cmに設定します。
31557 \end_layout
31558
31559 \begin_layout Standard
31560
31561 \series bold
31562
31563 \backslash
31564 cornersize{数値}
31565 \end_layout
31566
31567 \begin_layout Standard
31568 というコマンドは、直径を
31569 \family sans
31570 数値
31571 \begin_inset space \thinspace{}
31572 \end_inset
31573
31574
31575 \family default
31576
31577 \begin_inset Formula $\times$
31578 \end_inset
31579
31580
31581 \family sans
31582
31583 \begin_inset space \thinspace{}
31584 \end_inset
31585
31586 (ボックスの幅と高さの小さい方)
31587 \family default
31588 に設定します。既定値は
31589 \series bold
31590
31591 \backslash
31592 cornersize{0.5}
31593 \series default
31594 です。
31595 \end_layout
31596
31597 \begin_layout Standard
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 cornersize*{1.5cm}
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \begin_inset Box Ovalbox
31612 position "c"
31613 hor_pos "c"
31614 has_inner_box 1
31615 inner_pos "c"
31616 use_parbox 0
31617 use_makebox 0
31618 width "25col%"
31619 special "none"
31620 height "1in"
31621 height_special "totalheight"
31622 status open
31623
31624 \begin_layout Plain Layout
31625 \align center
31626
31627 \series bold
31628
31629 \backslash
31630 cornersize
31631 \series default
31632
31633 \begin_inset space \thinspace{}
31634 \end_inset
31635
31636 =
31637 \begin_inset space \thinspace{}
31638 \end_inset
31639
31640 1.5
31641 \begin_inset space \thinspace{}
31642 \end_inset
31643
31644 cmの楕円形の箱型
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 cornersize{0.5}
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 \begin_inset VSpace bigskip
31667 \end_inset
31668
31669 影の大きさは、長さ
31670 \series bold
31671
31672 \backslash
31673 shadowsize
31674 \series default
31675 を変更することで調整できます。以下のボックスでは
31676 \end_layout
31677
31678 \begin_layout Standard
31679
31680 \series bold
31681
31682 \backslash
31683 setlength{
31684 \backslash
31685 shadowsize}{2pt}
31686 \end_layout
31687
31688 \begin_layout Standard
31689 というコマンドを使って、2
31690 \begin_inset space \thinspace{}
31691 \end_inset
31692
31693 ptに設定しています。
31694 \end_layout
31695
31696 \begin_layout Standard
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702
31703 \backslash
31704 setlength{
31705 \backslash
31706 shadowsize}{2pt}
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \begin_inset Box Shadowbox
31713 position "c"
31714 hor_pos "c"
31715 has_inner_box 1
31716 inner_pos "c"
31717 use_parbox 0
31718 use_makebox 0
31719 width "25col%"
31720 special "none"
31721 height "1in"
31722 height_special "totalheight"
31723 status open
31724
31725 \begin_layout Plain Layout
31726 \align center
31727
31728 \series bold
31729
31730 \backslash
31731 shadowsize
31732 \series default
31733
31734 \begin_inset space \thinspace{}
31735 \end_inset
31736
31737 =
31738 \begin_inset space \thinspace{}
31739 \end_inset
31740
31741 2
31742 \begin_inset space \thinspace{}
31743 \end_inset
31744
31745 ptの影付きボックス
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756
31757 \backslash
31758 setlength{
31759 \backslash
31760 shadowsize}{4pt}
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset VSpace bigskip
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 寸法
31777 \series bold
31778
31779 \backslash
31780 FrameRule
31781 \series default
31782 の既定値は0.4
31783 \begin_inset space \thinspace{}
31784 \end_inset
31785
31786 ptです。ボックスの中身と枠の間の空白の既定値は9
31787 \begin_inset space \thinspace{}
31788 \end_inset
31789
31790 ptですが、
31791 \series bold
31792
31793 \backslash
31794 FrameSep
31795 \series default
31796 の値を変えることで変更することができます。たとえば、下記の
31797 \family sans
31798 ボックス
31799 \family default
31800 の枠の外見は、
31801 \end_layout
31802
31803 \begin_layout Standard
31804
31805 \series bold
31806
31807 \backslash
31808 setlength{
31809 \backslash
31810 FrameRule}{5pt}
31811 \begin_inset Newline newline
31812 \end_inset
31813
31814
31815 \backslash
31816 setlength{
31817 \backslash
31818 FrameSep}{0.5cm}
31819 \end_layout
31820
31821 \begin_layout Standard
31822 というTeXコードコマンドで設定してあります。
31823 \begin_inset ERT
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827
31828
31829 \backslash
31830 setlength{
31831 \backslash
31832 FrameRule}{5pt}
31833 \end_layout
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 setlength{
31840 \backslash
31841 FrameSep}{0.5cm}
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \begin_inset Box Framed
31848 position "t"
31849 hor_pos "c"
31850 has_inner_box 0
31851 inner_pos "t"
31852 use_parbox 0
31853 use_makebox 0
31854 width "100col%"
31855 special "none"
31856 height "1in"
31857 height_special "totalheight"
31858 status open
31859
31860 \begin_layout Plain Layout
31861 これは
31862 \family sans
31863 改頁可能
31864 \family default
31865 ボックスの文章です。
31866 \end_layout
31867
31868 \end_inset
31869
31870
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 setlength{
31879 \backslash
31880 FrameRule}{0.4pt}
31881 \end_layout
31882
31883 \begin_layout Plain Layout
31884
31885
31886 \backslash
31887 setlength{
31888 \backslash
31889 FrameSep}{9pt}
31890 \end_layout
31891
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \begin_layout Standard
31898 \begin_inset VSpace bigskip
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \begin_layout Standard
31905
31906 \family sans
31907 影付き背景
31908 \family default
31909 ボックスでは、ボックスの内容と枠の余白の既定値は3
31910 \begin_inset space \thinspace{}
31911 \end_inset
31912
31913 ptになっていますが、
31914 \series bold
31915
31916 \backslash
31917 fboxsep
31918 \series default
31919 の値を変更することで変えられます。既定の背景色である赤色は、
31920 \series bold
31921
31922 \backslash
31923 definecolor{shadebox}
31924 \series default
31925 コマンドで局所的に変更することもできますし、
31926 \family sans
31927 ツール\SpecialChar \menuseparator
31928 設定\SpecialChar \menuseparator
31929 色\SpecialChar \menuseparator
31930 影付きボックス
31931 \family default
31932 メニューからグローバルに変更することもできます。
31933 \series bold
31934
31935 \backslash
31936 definecolor
31937 \series default
31938 コマンドの用法は第
31939 \begin_inset CommandInset ref
31940 LatexCommand ref
31941 reference "sec:色付きの表"
31942
31943 \end_inset
31944
31945
31946 \begin_inset Foot
31947 status open
31948
31949 \begin_layout Plain Layout
31950 N
31951 \series bold
31952
31953 \backslash
31954 definecolor
31955 \series default
31956 は、LaTeXパッケージの
31957 \series bold
31958 color
31959 \series default
31960 をプリアンブルに読み込む必要があります。第
31961 \begin_inset CommandInset ref
31962 LatexCommand ref
31963 reference "sec:色付きボックス"
31964
31965 \end_inset
31966
31967 節をご参照ください。.
31968 \end_layout
31969
31970 \end_inset
31971
31972 で説明されています。
31973 \end_layout
31974
31975 \begin_layout Standard
31976 たとえば、下記の影付き背景ボックスの外見は
31977 \end_layout
31978
31979 \begin_layout Standard
31980
31981 \series bold
31982
31983 \backslash
31984 setlength{
31985 \backslash
31986 fboxsep}{0.5cm}
31987 \series default
31988
31989 \begin_inset Newline newline
31990 \end_inset
31991
31992
31993 \series bold
31994
31995 \backslash
31996 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31997 \end_layout
31998
31999 \begin_layout Standard
32000 というTeXコードコマンドを使って設定してあります。
32001 \end_layout
32002
32003 \begin_layout Standard
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009
32010 \backslash
32011 setlength{
32012 \backslash
32013 fboxsep}{0.5cm}
32014 \end_layout
32015
32016 \begin_layout Plain Layout
32017
32018
32019 \backslash
32020 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \begin_inset Box Shaded
32027 position "t"
32028 hor_pos "c"
32029 has_inner_box 0
32030 inner_pos "t"
32031 use_parbox 0
32032 use_makebox 0
32033 width "100col%"
32034 special "none"
32035 height "1in"
32036 height_special "totalheight"
32037 status open
32038
32039 \begin_layout Plain Layout
32040
32041 \color yellow
32042 これは、濃緑色の背景の
32043 \family sans
32044 影付き背景
32045 \family default
32046 ボックスに入れた黄色の文章です。
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \begin_inset ERT
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056
32057
32058 \backslash
32059 setlength{
32060 \backslash
32061 fboxsep}{3pt}
32062 \end_layout
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 definecolor{shadecolor}{rgb}{1,0,0}
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset VSpace bigskip
32078 \end_inset
32079
32080 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
32081 \end_layout
32082
32083 \begin_layout Section
32084 ミニページ
32085 \begin_inset CommandInset label
32086 LatexCommand label
32087 name "sec:ミニページ"
32088
32089 \end_inset
32090
32091
32092 \begin_inset Index idx
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096 ぼっくす@ボックス ! みにぺーじ@ミニページ
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Standard
32105 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
32106 \end_layout
32107
32108 \begin_layout Standard
32109 ミニページは、複数の言語を含む文書を執筆する際に便利です。
32110 \end_layout
32111
32112 \begin_layout Standard
32113 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
32114 \family sans
32115 挿入
32116 \family default
32117 \SpecialChar \menuseparator
32118
32119 \family sans
32120 整形
32121 \family default
32122 \SpecialChar \menuseparator
32123
32124 \family sans
32125 水平方向の空白
32126 \family default
32127 メニューで挿入した水平フィルで隔てられています。
32128 \begin_inset Newpage newpage
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \begin_layout Standard
32135 \begin_inset Box Frameless
32136 position "t"
32137 hor_pos "c"
32138 has_inner_box 1
32139 inner_pos "c"
32140 use_parbox 0
32141 use_makebox 0
32142 width "45col%"
32143 special "none"
32144 height "1in"
32145 height_special "totalheight"
32146 status open
32147
32148 \begin_layout Plain Layout
32149 Dies ist ein deutscher Text.
32150  Dies ist ein deutscher Text.
32151  Dies ist ein deutscher Text.
32152  Dies ist ein deutscher Text.
32153  Dies ist ein deutscher Text.
32154  Dies ist ein deutscher Text.
32155  Dies ist ein deutscher Text.
32156  Dies ist ein deutscher Text.
32157  Dies ist ein deutscher Text.
32158  Dies ist ein deutscher Text.
32159  Dies ist ein deutscher Text.
32160  Dies ist ein deutscher Text.
32161  Dies ist ein deutscher Text
32162 \begin_inset Foot
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166 Dies ist eine deutsche Fußnote.
32167 \end_layout
32168
32169 \end_inset
32170
32171 .
32172  Dies ist ein deutscher Text.
32173  Dies ist ein deutscher Text.
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \begin_inset space \hfill{}
32180 \end_inset
32181
32182
32183 \begin_inset Box Frameless
32184 position "t"
32185 hor_pos "c"
32186 has_inner_box 1
32187 inner_pos "c"
32188 use_parbox 0
32189 use_makebox 0
32190 width "45col%"
32191 special "none"
32192 height "1in"
32193 height_special "totalheight"
32194 status open
32195
32196 \begin_layout Plain Layout
32197 This is an English Text.
32198  This is an English Text.
32199  This is an English Text.
32200  This is an English Text.
32201  This is an English Text.
32202  This is an English Text.
32203  This is an English Text.
32204  This is an English Text.
32205  This is an English Text.
32206  This is an English Text.
32207  This is an English Text.
32208  This is an English Text.
32209  This is an English Text.
32210  This is an English Text.
32211  This is an English Text.
32212  This is an English Text.
32213 \begin_inset Foot
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 This is an English footnote.
32218 \end_layout
32219
32220 \end_inset
32221
32222  This is an English Text.
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset VSpace bigskip
32232 \end_inset
32233
32234 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32235 \family sans
32236 中スキップ
32237 \family default
32238 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32239 \end_layout
32240
32241 \begin_layout Standard
32242 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32243 \begin_inset CommandInset ref
32244 LatexCommand ref
32245 reference "sub:段落の着色"
32246
32247 \end_inset
32248
32249 節をご参照ください。
32250 \end_layout
32251
32252 \begin_layout Standard
32253 \begin_inset Note Greyedout
32254 status open
32255
32256 \begin_layout Plain Layout
32257
32258 \series bold
32259 【註】
32260 \series default
32261 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Section
32270 Parbox
32271 \begin_inset CommandInset label
32272 LatexCommand label
32273 name "sec:Parboxes"
32274
32275 \end_inset
32276
32277
32278 \begin_inset Index idx
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282 ぼっくす@ボックス ! Parboxes
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \align center
32296 \begin_inset Box Frameless
32297 position "t"
32298 hor_pos "c"
32299 has_inner_box 1
32300 inner_pos "t"
32301 use_parbox 1
32302 use_makebox 0
32303 width "33col%"
32304 special "none"
32305 height "1in"
32306 height_special "totalheight"
32307 status open
32308
32309 \begin_layout Plain Layout
32310 これはparbox内の文章です。これはparbox内の文章です。
32311 \end_layout
32312
32313 \begin_layout Plain Layout
32314 右の脚注は表示されません。
32315 \begin_inset Foot
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 これはparbox内の脚注であり、したがって表示はされません。
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Section
32333 単語や文字のボックス
32334 \begin_inset Index idx
32335 status collapsed
32336
32337 \begin_layout Plain Layout
32338 ぼっくす@ボックス ! もじよう@文字用
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Subsection
32347 ハイフネーションの回避
32348 \begin_inset CommandInset label
32349 LatexCommand label
32350 name "sec:ハイフネーションの回避"
32351
32352 \end_inset
32353
32354
32355 \begin_inset Index idx
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Standard
32368 単語や文章がハイフネートされるのを防ぐには、
32369 \family sans
32370 makebox
32371 \family default
32372 型ボックスを使うことができます。
32373 \begin_inset Newline newline
32374 \end_inset
32375
32376 以下が例示用の文章です。
32377 \end_layout
32378
32379 \begin_layout Standard
32380 This line is an example to show how you can prevent the hyphenation of 
32381 \begin_inset Quotes eld
32382 \end_inset
32383
32384 veryverylongword
32385 \begin_inset Quotes erd
32386 \end_inset
32387
32388 .
32389 \end_layout
32390
32391 \begin_layout Standard
32392 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32393 \family sans
32394 内部ボックス
32395 \family default
32396
32397 \family sans
32398 makebox
32399 \family default
32400 コマンドに設定し、幅は指定しません。
32401 \end_layout
32402
32403 \begin_layout Standard
32404 以下がその結果です。
32405 \end_layout
32406
32407 \begin_layout Standard
32408 This line is an example to show how you can prevent the hyphenation of 
32409 \begin_inset Box Frameless
32410 position "t"
32411 hor_pos "c"
32412 has_inner_box 1
32413 inner_pos "t"
32414 use_parbox 0
32415 use_makebox 1
32416 width ""
32417 special "none"
32418 height "1in"
32419 height_special "totalheight"
32420 status open
32421
32422 \begin_layout Plain Layout
32423 \begin_inset Quotes eld
32424 \end_inset
32425
32426 veryverylongword
32427 \begin_inset Quotes erd
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \end_inset
32434
32435 .
32436 \end_layout
32437
32438 \begin_layout Standard
32439 別の方法としては、以下のように、単語の前に直接TeXコードで「
32440 \series bold
32441
32442 \backslash
32443 -
32444 \series default
32445 」コマンドを設定する方法もあります。
32446 \end_layout
32447
32448 \begin_layout Standard
32449 This line is an example to show how you can prevent the hyphenation of 
32450 \begin_inset Quotes eld
32451 \end_inset
32452
32453
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459
32460 \backslash
32461 -
32462 \end_layout
32463
32464 \end_inset
32465
32466 veryverylongword
32467 \begin_inset Quotes erd
32468 \end_inset
32469
32470 .
32471 \end_layout
32472
32473 \begin_layout Standard
32474 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32475 \family sans
32476 挿入
32477 \family default
32478 \SpecialChar \menuseparator
32479
32480 \family sans
32481 整形
32482 \family default
32483 \SpecialChar \menuseparator
32484
32485 \family sans
32486 整形なし改行
32487 \family default
32488 メニュー(
32489 \begin_inset Flex Ruby
32490 status collapsed
32491
32492 \begin_layout Plain Layout
32493 捷径
32494 \begin_inset Argument post:1
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498 ショートカット
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \begin_inset Info
32510 type  "shortcut"
32511 arg   "newline-insert newline"
32512 \end_inset
32513
32514 )から改行を単語の前に入れてください。
32515 \end_layout
32516
32517 \begin_layout Standard
32518 This line is an example to show how you can prevent the hyphenation of 
32519 \begin_inset Newline newline
32520 \end_inset
32521
32522
32523 \begin_inset Box Frameless
32524 position "t"
32525 hor_pos "c"
32526 has_inner_box 1
32527 inner_pos "t"
32528 use_parbox 0
32529 use_makebox 1
32530 width ""
32531 special "none"
32532 height "1in"
32533 height_special "totalheight"
32534 status open
32535
32536 \begin_layout Plain Layout
32537 \begin_inset Quotes eld
32538 \end_inset
32539
32540 veryverylongword
32541 \begin_inset Quotes erd
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \end_inset
32548
32549 .
32550 \end_layout
32551
32552 \begin_layout Subsection
32553 垂直揃え
32554 \begin_inset CommandInset label
32555 LatexCommand label
32556 name "sub:垂直揃え"
32557
32558 \end_inset
32559
32560
32561 \begin_inset Index idx
32562 status collapsed
32563
32564 \begin_layout Plain Layout
32565 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \begin_inset Index idx
32572 status collapsed
32573
32574 \begin_layout Plain Layout
32575 ぼっくす@ボックス ! Raiseboxes
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \begin_layout Standard
32584
32585 \series bold
32586
32587 \backslash
32588 raisebox
32589 \series default
32590 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32591 \series bold
32592
32593 \backslash
32594 raisebox
32595 \series default
32596 は以下の書式で使用します。
32597 \end_layout
32598
32599 \begin_layout Standard
32600
32601 \series bold
32602
32603 \backslash
32604 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32605 \end_layout
32606
32607 \begin_layout Standard
32608 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32609 \end_layout
32610
32611 \begin_layout Standard
32612 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32613 \end_layout
32614
32615 \begin_layout Standard
32616
32617 \series bold
32618
32619 \backslash
32620 raisebox{
32621 \backslash
32622 depth}{
32623 \end_layout
32624
32625 \begin_layout Standard
32626 というコマンドを挿入してください。単語の後には、閉じ括弧「
32627 \series bold
32628 }
32629 \series default
32630 」をTeXコードで挿入してください。
32631 \begin_inset Newline newline
32632 \end_inset
32633
32634 以下がその出力です。
32635 \end_layout
32636
32637 \begin_layout Standard
32638 This is a text line with the word 
32639 \begin_inset ERT
32640 status collapsed
32641
32642 \begin_layout Plain Layout
32643
32644
32645 \backslash
32646 raisebox{
32647 \backslash
32648 depth}{
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \begin_inset Quotes eld
32655 \end_inset
32656
32657 preventing
32658 \begin_inset Quotes erd
32659 \end_inset
32660
32661
32662 \begin_inset ERT
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666
32667 }
32668 \end_layout
32669
32670 \end_inset
32671
32672  as raised word.
32673 \end_layout
32674
32675 \begin_layout Standard
32676 \begin_inset VSpace bigskip
32677 \end_inset
32678
32679 行中の文字を上げ下げすると、以下のように行間が広がります。
32680 \end_layout
32681
32682 \begin_layout Standard
32683 This is a text line with the word 
32684 \begin_inset ERT
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688
32689
32690 \backslash
32691 raisebox{-
32692 \backslash
32693 depth}{
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \begin_inset Quotes eld
32700 \end_inset
32701
32702 preventing
32703 \begin_inset Quotes erd
32704 \end_inset
32705
32706
32707 \begin_inset ERT
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711
32712 }
32713 \end_layout
32714
32715 \end_inset
32716
32717  as lowered word.
32718 \begin_inset Newline newline
32719 \end_inset
32720
32721 This is a text line with the word 
32722 \begin_inset ERT
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726
32727
32728 \backslash
32729 raisebox{0.5cm}{
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \begin_inset Quotes eld
32736 \end_inset
32737
32738 testing
32739 \begin_inset Quotes erd
32740 \end_inset
32741
32742
32743 \begin_inset ERT
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748 }
32749 \end_layout
32750
32751 \end_inset
32752
32753  as raised word.
32754 \end_layout
32755
32756 \begin_layout Standard
32757 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32758 \end_layout
32759
32760 \begin_layout Standard
32761
32762 \series bold
32763
32764 \backslash
32765 raisebox{-
32766 \backslash
32767 depth}[0pt]{
32768 \end_layout
32769
32770 \begin_layout Standard
32771 とすると、
32772 \end_layout
32773
32774 \begin_layout Standard
32775 This is a text line with the word 
32776 \begin_inset ERT
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780
32781
32782 \backslash
32783 raisebox{-
32784 \backslash
32785 depth}[0pt]{
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \begin_inset Quotes eld
32792 \end_inset
32793
32794 preventing
32795 \begin_inset Quotes erd
32796 \end_inset
32797
32798
32799 \begin_inset ERT
32800 status collapsed
32801
32802 \begin_layout Plain Layout
32803
32804 }
32805 \end_layout
32806
32807 \end_inset
32808
32809  as lowered word.
32810 \begin_inset Newline newline
32811 \end_inset
32812
32813 This is a text line with the word 
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819
32820 \backslash
32821 raisebox{0.5cm}[0pt]{
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \begin_inset Quotes eld
32828 \end_inset
32829
32830 testing
32831 \begin_inset Quotes erd
32832 \end_inset
32833
32834
32835 \begin_inset ERT
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839
32840 }
32841 \end_layout
32842
32843 \end_inset
32844
32845  as raised word.
32846 \end_layout
32847
32848 \begin_layout Section
32849 色付きボックス
32850 \begin_inset CommandInset label
32851 LatexCommand label
32852 name "sec:色付きボックス"
32853
32854 \end_inset
32855
32856
32857 \begin_inset Index idx
32858 status collapsed
32859
32860 \begin_layout Plain Layout
32861 ぼっくす@ボックス ! いろつき@色付き
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Subsection
32870 文字の着色
32871 \begin_inset Index idx
32872 status collapsed
32873
32874 \begin_layout Plain Layout
32875 いろ@色 ! もじの@文字の---
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Standard
32884 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
32885 \series bold
32886 color
32887 \series default
32888
32889 \begin_inset Index idx
32890 status collapsed
32891
32892 \begin_layout Plain Layout
32893 LaTeXぱっけーじ@LaTeXパッケージ ! color
32894 \end_layout
32895
32896 \end_inset
32897
32898 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
32899 \end_layout
32900
32901 \begin_layout Standard
32902
32903 \series bold
32904
32905 \backslash
32906 @ifundefined{textcolor}
32907 \begin_inset Newline newline
32908 \end_inset
32909
32910
32911 \begin_inset Phantom HPhantom
32912 status open
32913
32914 \begin_layout Plain Layout
32915
32916 \series bold
32917 \begin_inset space ~
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \end_inset
32924
32925 {
32926 \backslash
32927 usepackage{color}}{}
32928 \end_layout
32929
32930 \begin_layout Standard
32931
32932 \series bold
32933 color
32934 \series default
32935 パッケージは、文章を着色するとLyXが自動的に読み込みます
32936 \begin_inset Foot
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 これが二度読み込まれることを回避するには、
32941 \series bold
32942
32943 \backslash
32944 @ifundefined
32945 \series default
32946 コマンドを使用します。
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Standard
32955 \begin_inset VSpace medskip
32956 \end_inset
32957
32958 色付きボックスは、
32959 \series bold
32960
32961 \backslash
32962 colorbox
32963 \series default
32964 コマンドを使って作ります。これは、以下のような書式で使われます。
32965 \end_layout
32966
32967 \begin_layout Standard
32968
32969 \series bold
32970
32971 \backslash
32972 colorbox{color}{ボックスの内容}
32973 \end_layout
32974
32975 \begin_layout Standard
32976 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32977 \end_layout
32978
32979 \begin_layout Standard
32980 事前定義されている色には、
32981 \begin_inset Newline newline
32982 \end_inset
32983
32984
32985 \family sans
32986
32987 \family default
32988
32989 \family sans
32990
32991 \family default
32992
32993 \family sans
32994 シアン
32995 \family default
32996
32997 \family sans
32998
32999 \family default
33000
33001 \family sans
33002 マゼンタ
33003 \family default
33004
33005 \family sans
33006
33007 \family default
33008
33009 \family sans
33010
33011 \family default
33012
33013 \family sans
33014
33015 \family default
33016
33017 \begin_inset Newline newline
33018 \end_inset
33019
33020 があります。第
33021 \begin_inset CommandInset ref
33022 LatexCommand ref
33023 reference "sec:色付きの表"
33024
33025 \end_inset
33026
33027 節に述べられているようにすれば、自前の色を定義することもできます。
33028 \end_layout
33029
33030 \begin_layout Standard
33031 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
33032 \end_layout
33033
33034 \begin_layout Standard
33035
33036 \series bold
33037
33038 \backslash
33039 colorbox{red}{
33040 \end_layout
33041
33042 \begin_layout Standard
33043 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
33044 \series bold
33045 }
33046 \series default
33047 」を入れてください。
33048 \begin_inset Newline newline
33049 \end_inset
33050
33051 以下がその結果です。
33052 \end_layout
33053
33054 \begin_layout Standard
33055 この行では、
33056 \begin_inset ERT
33057 status collapsed
33058
33059 \begin_layout Plain Layout
33060
33061
33062 \backslash
33063 colorbox{red}{
33064 \end_layout
33065
33066 \end_inset
33067
33068 「注意!」
33069 \begin_inset ERT
33070 status collapsed
33071
33072 \begin_layout Plain Layout
33073
33074 }
33075 \end_layout
33076
33077 \end_inset
33078
33079 という単語が赤い背景になっています。
33080 \end_layout
33081
33082 \begin_layout Standard
33083 \begin_inset VSpace bigskip
33084 \end_inset
33085
33086 ボックスの枠を別の色にしたい場合には、以下の書式で
33087 \series bold
33088
33089 \backslash
33090 fcolorbox
33091 \series default
33092 コマンドを使います。
33093 \end_layout
33094
33095 \begin_layout Standard
33096
33097 \series bold
33098
33099 \backslash
33100 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33101 \end_layout
33102
33103 \begin_layout Standard
33104
33105 \series bold
33106
33107 \backslash
33108 fcolorbox
33109 \series default
33110
33111 \series bold
33112
33113 \backslash
33114 colorbox
33115 \series default
33116 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33117 \begin_inset CommandInset ref
33118 LatexCommand ref
33119 reference "sec:装飾"
33120
33121 \end_inset
33122
33123 節で述べられているように、それぞれ
33124 \series bold
33125
33126 \backslash
33127 fboxrule
33128 \series default
33129
33130 \series bold
33131
33132 \backslash
33133 fboxsep
33134 \series default
33135 という長さで調節できます。
33136 \end_layout
33137
33138 \begin_layout Standard
33139 以下の例では、
33140 \end_layout
33141
33142 \begin_layout Standard
33143
33144 \series bold
33145
33146 \backslash
33147 fcolorbox{cyan}{magenta}{
33148 \end_layout
33149
33150 \begin_layout Standard
33151 というコマンドを使用しています。
33152 \end_layout
33153
33154 \begin_layout Standard
33155 これは、枠の太さを1
33156 \begin_inset space \thinspace{}
33157 \end_inset
33158
33159 mmに設定した例です。
33160 \begin_inset Newline newline
33161 \end_inset
33162
33163
33164 \begin_inset ERT
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168
33169
33170 \backslash
33171 fboxrule 1mm 
33172 \backslash
33173 fboxsep 1mm
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \begin_inset ERT
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183
33184
33185 \backslash
33186 fcolorbox{cyan}{magenta}{
33187 \end_layout
33188
33189 \end_inset
33190
33191 これは着色した色付きボックス中の文章です。
33192 \begin_inset ERT
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196
33197 }
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \begin_layout Standard
33206 \begin_inset VSpace bigskip
33207 \end_inset
33208
33209 もちろん、色付きボックスの中に色付き文字を入れることもできます
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213
33214 \begin_inset ERT
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218
33219
33220 \backslash
33221 fcolorbox{cyan}{magenta}{
33222 \end_layout
33223
33224 \end_inset
33225
33226
33227 \color yellow
33228 これは着色した色付きボックス中の色付き文章です。
33229 \color inherit
33230
33231 \begin_inset ERT
33232 status collapsed
33233
33234 \begin_layout Plain Layout
33235
33236 }
33237 \end_layout
33238
33239 \end_inset
33240
33241
33242 \begin_inset ERT
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246
33247
33248 \backslash
33249 fboxrule 0.4pt 
33250 \backslash
33251 fboxsep 3pt
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \begin_layout Standard
33260
33261 \series bold
33262 \begin_inset VSpace medskip
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Standard
33269 \begin_inset Note Greyedout
33270 status open
33271
33272 \begin_layout Plain Layout
33273
33274 \series bold
33275 【註】
33276 \series default
33277 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Subsection
33286 段落の着色
33287 \begin_inset CommandInset label
33288 LatexCommand label
33289 name "sub:段落の着色"
33290
33291 \end_inset
33292
33293
33294 \begin_inset Index idx
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298 いろ@色 ! だんらく@段落---
33299 \end_layout
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Standard
33307 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33308 \series bold
33309
33310 \backslash
33311 colorbox
33312 \series default
33313 コマンドを
33314 \end_layout
33315
33316 \begin_layout Standard
33317
33318 \series bold
33319
33320 \backslash
33321 colorbox{色名}{
33322 \end_layout
33323
33324 \begin_layout Standard
33325 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33326 \series bold
33327 }
33328 \series default
33329 」を挿入してください。
33330 \end_layout
33331
33332 \begin_layout Standard
33333 \begin_inset ERT
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337
33338
33339 \backslash
33340 colorbox{lightgrey}{
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \begin_inset Box Frameless
33347 position "t"
33348 hor_pos "c"
33349 has_inner_box 1
33350 inner_pos "t"
33351 use_parbox 0
33352 use_makebox 0
33353 width "100col%"
33354 special "none"
33355 height "1in"
33356 height_special "totalheight"
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360 これは背景色を付けた文章です。これは背景色を付けた文章です。
33361 \end_layout
33362
33363 \begin_layout Plain Layout
33364 \begin_inset VSpace defskip
33365 \end_inset
33366
33367 ここの文章には脚注
33368 \begin_inset Foot
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372 脚注の例
33373 \end_layout
33374
33375 \end_inset
33376
33377 を付けることもできますし、図表を挿入することもできます。
33378 \end_layout
33379
33380 \begin_layout Plain Layout
33381 \align center
33382 \begin_inset Tabular
33383 <lyxtabular version="3" rows="3" columns="3">
33384 <features rotate="0" tabularvalignment="middle">
33385 <column alignment="center" valignment="top">
33386 <column alignment="center" valignment="top">
33387 <column alignment="center" valignment="top">
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 a
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 !
33403 \end_layout
33404
33405 \end_inset
33406 </cell>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 3
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422 <
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 b2
33432 \begin_inset Quotes erd
33433 \end_inset
33434
33435 |
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 >
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 </row>
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 1
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 §
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 c
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 </lyxtabular>
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \begin_inset ERT
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493
33494 }
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \begin_layout Section
33503 ボックスの伸縮回転
33504 \end_layout
33505
33506 \begin_layout Standard
33507 本節で述べられているコマンドを使用するには、文書プリアンブルで
33508 \end_layout
33509
33510 \begin_layout Standard
33511
33512 \series bold
33513
33514 \backslash
33515 @ifundefined{rotatebox}
33516 \begin_inset Newline newline
33517 \end_inset
33518
33519
33520 \begin_inset Phantom HPhantom
33521 status open
33522
33523 \begin_layout Plain Layout
33524
33525 \series bold
33526 \begin_inset space ~
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \end_inset
33533
33534 {
33535 \backslash
33536 usepackage{graphicx}}{}
33537 \end_layout
33538
33539 \begin_layout Standard
33540 というコマンドを使用して、
33541 \series bold
33542 graphicx
33543 \series default
33544
33545 \begin_inset Index idx
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33550 \end_layout
33551
33552 \end_inset
33553
33554 LaTeXパッケージを読み込む必要があります。
33555 \end_layout
33556
33557 \begin_layout Standard
33558 \begin_inset Note Greyedout
33559 status open
33560
33561 \begin_layout Plain Layout
33562
33563 \series bold
33564 【註】
33565 \series default
33566 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \begin_layout Standard
33575 \begin_inset Note Greyedout
33576 status open
33577
33578 \begin_layout Plain Layout
33579
33580 \series bold
33581 【註】
33582 \series default
33583 フロートは回転伸縮したボックスの中に入れることはできません。
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Subsection
33592 ボックスの回転
33593 \begin_inset Index idx
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597 ぼっくす@ボックス ! かいてんした@回転した
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \begin_inset Index idx
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607 かいてん@回転 ! そざいの@素材の---
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \begin_inset Index idx
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617 ず@図 ! のかいてん@---の回転
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \begin_inset Index idx
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627 ひょうのちょうせい@表の調整 ! かいてん@回転
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \begin_layout Standard
33636 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33637 \series bold
33638
33639 \backslash
33640 rotatebox
33641 \series default
33642 コマンドを使用すれば作成することができます。
33643 \end_layout
33644
33645 \begin_layout Standard
33646
33647 \series bold
33648
33649 \backslash
33650 rotatebox[回転の原点]{回転角}{ボックスの内容}
33651 \end_layout
33652
33653 \begin_layout Standard
33654 回転の原点は、
33655 \series bold
33656 origin=位置
33657 \series default
33658 の形で指定します。位置として指定可能なのは、
33659 \emph on
33660 c
33661 \emph default
33662 (中央揃え)・
33663 \emph on
33664 l
33665 \emph default
33666 (左揃え)・
33667 \emph on
33668 r
33669 \emph default
33670 (右揃え)・
33671 \emph on
33672 b
33673 \emph default
33674 (下揃え)・
33675 \emph on
33676 t
33677 \emph default
33678 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33679 \emph on
33680 lt
33681 \emph default
33682 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33683 \emph on
33684 l
33685 \emph default
33686 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33687 \end_layout
33688
33689 \begin_layout Standard
33690 以下の例では、「回転した」文章の前にTeXコードで
33691 \series bold
33692
33693 \backslash
33694 rotatebox[origin=c]{60}{
33695 \series default
33696 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33697 \series bold
33698 }
33699 \series default
33700 でボックスを閉じています。
33701 \end_layout
33702
33703 \begin_layout Standard
33704 これは、
33705 \begin_inset ERT
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709
33710
33711 \backslash
33712 rotatebox[origin=c]{60}{
33713 \end_layout
33714
33715 \end_inset
33716
33717 回転した
33718 \begin_inset ERT
33719 status collapsed
33720
33721 \begin_layout Plain Layout
33722
33723 }
33724 \end_layout
33725
33726 \end_inset
33727
33728  文章を含む行です。
33729 \end_layout
33730
33731 \begin_layout Standard
33732 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33733 \end_layout
33734
33735 \begin_layout Standard
33736 これは、
33737 \begin_inset ERT
33738 status collapsed
33739
33740 \begin_layout Plain Layout
33741
33742
33743 \backslash
33744 rotatebox[origin=r]{-60}{
33745 \end_layout
33746
33747 \end_inset
33748
33749
33750 \begin_inset Box Doublebox
33751 position "c"
33752 hor_pos "c"
33753 has_inner_box 0
33754 inner_pos "c"
33755 use_parbox 0
33756 use_makebox 0
33757 width "1in"
33758 special "width"
33759 height "1in"
33760 height_special "totalheight"
33761 status open
33762
33763 \begin_layout Plain Layout
33764 回転した
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \begin_inset ERT
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774
33775 }
33776 \end_layout
33777
33778 \end_inset
33779
33780 枠付き文章と
33781 \begin_inset ERT
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785
33786
33787 \backslash
33788 rotatebox[origin=lb]{60}{
33789 \end_layout
33790
33791 \end_inset
33792
33793
33794 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33795 \end_inset
33796
33797
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803 }
33804 \end_layout
33805
33806 \end_inset
33807
33808 数式を含む行です。
33809 \end_layout
33810
33811 \begin_layout Standard
33812 あるいは、以下のように図や表を入れることもできます。
33813 \end_layout
33814
33815 \begin_layout Standard
33816 これは、
33817 \begin_inset ERT
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821
33822
33823 \backslash
33824 rotatebox[origin=lb]{90}{
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \begin_inset Graphics
33831         filename ../clipart/platypus.eps
33832         lyxscale 50
33833         width 25col%
33834
33835 \end_inset
33836
33837
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843 }
33844 \end_layout
33845
33846 \end_inset
33847
33848 回転した画像と
33849 \begin_inset ERT
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853
33854
33855 \backslash
33856 rotatebox[origin=l]{-90}{
33857 \end_layout
33858
33859 \end_inset
33860
33861
33862 \begin_inset Tabular
33863 <lyxtabular version="3" rows="2" columns="2">
33864 <features rotate="0" tabularvalignment="middle">
33865 <column alignment="center" valignment="top">
33866 <column alignment="center" valignment="top">
33867 <row>
33868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 q
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 w
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 </row>
33887 <row>
33888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33889 \begin_inset Text
33890
33891 \begin_layout Plain Layout
33892 e
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901 r
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 </row>
33907 </lyxtabular>
33908
33909 \end_inset
33910
33911
33912 \begin_inset ERT
33913 status collapsed
33914
33915 \begin_layout Plain Layout
33916
33917 }
33918 \end_layout
33919
33920 \end_inset
33921
33922 表を含む行です。
33923 \end_layout
33924
33925 \begin_layout Subsection
33926 ボックスの伸縮
33927 \begin_inset Index idx
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \begin_inset Index idx
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941 しんしゅく@伸縮 ! そざいの@素材の---
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \begin_inset Index idx
33948 status collapsed
33949
33950 \begin_layout Plain Layout
33951 ず@図 ! のしんしゅく@---の伸縮
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \begin_inset Index idx
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Standard
33970 素材を伸縮させるには、TeXコードで
33971 \series bold
33972
33973 \backslash
33974 scalebox
33975 \series default
33976 コマンドと
33977 \series bold
33978
33979 \backslash
33980 resizebox
33981 \series default
33982 コマンドが使えます。
33983 \end_layout
33984
33985 \begin_layout Standard
33986
33987 \series bold
33988
33989 \backslash
33990 scalebox
33991 \series default
33992 は以下の書式で使用します。
33993 \end_layout
33994
33995 \begin_layout Standard
33996
33997 \series bold
33998
33999 \backslash
34000 scalebox{水平方向}[垂直方向]{ボックスの内容}
34001 \end_layout
34002
34003 \begin_layout Standard
34004 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
34005 \end_layout
34006
34007 \begin_layout Standard
34008 たとえば、
34009 \series bold
34010
34011 \backslash
34012 scalebox{2}{こんにちは}
34013 \series default
34014 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
34015 \begin_inset ERT
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019
34020
34021 \backslash
34022 scalebox{2}{
34023 \end_layout
34024
34025 \end_inset
34026
34027 こんにちは
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 }
34034 \end_layout
34035
34036 \end_inset
34037
34038 を生成します。
34039 \end_layout
34040
34041 \begin_layout Standard
34042 これに対し、
34043 \series bold
34044
34045 \backslash
34046 scalebox{2}[1]{こんにちは}
34047 \series default
34048 は、
34049 \begin_inset ERT
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053
34054
34055 \backslash
34056 scalebox{2}[1]{
34057 \end_layout
34058
34059 \end_inset
34060
34061 こんにちは
34062 \begin_inset ERT
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066
34067 }
34068 \end_layout
34069
34070 \end_inset
34071
34072 を変形させます。
34073 \end_layout
34074
34075 \begin_layout Standard
34076 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
34077 \series bold
34078
34079 \backslash
34080 scalebox{-1}[1]{こんにちは}
34081 \series default
34082 というコマンドは、右のように反転文字を生成するのに使用できます:
34083 \begin_inset ERT
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087
34088
34089 \backslash
34090 scalebox{-1}[1]{
34091 \end_layout
34092
34093 \end_inset
34094
34095 こんにちは
34096 \begin_inset ERT
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100
34101 }
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Standard
34110
34111 \series bold
34112
34113 \backslash
34114 scalebox{1}[-1]{こんにちは}
34115 \series default
34116 とすると
34117 \begin_inset ERT
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121
34122
34123 \backslash
34124 scalebox{1}[-1]{
34125 \end_layout
34126
34127 \end_inset
34128
34129 こんにちは
34130 \begin_inset ERT
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134
34135 }
34136 \end_layout
34137
34138 \end_inset
34139
34140 のようにベースラインで鏡像にします。
34141 \end_layout
34142
34143 \begin_layout Standard
34144
34145 \series bold
34146
34147 \backslash
34148 scalebox{-1}[1]{ボックスの内容}
34149 \series default
34150 と同じ働きをするものとして
34151 \begin_inset Newline newline
34152 \end_inset
34153
34154
34155 \series bold
34156
34157 \backslash
34158 reflectbox{ボックスの内容}
34159 \series default
34160
34161 \begin_inset Newline newline
34162 \end_inset
34163
34164 というコマンドがあります。
34165 \end_layout
34166
34167 \begin_layout Standard
34168 \begin_inset VSpace bigskip
34169 \end_inset
34170
34171 指定した幅や丈にボックスを伸縮させるには、
34172 \series bold
34173
34174 \backslash
34175 resizebox
34176 \series default
34177 を使用します。このコマンドの書式は
34178 \end_layout
34179
34180 \begin_layout Standard
34181
34182 \series bold
34183
34184 \backslash
34185 resizebox{幅}{丈}{ボックスの内容}
34186 \end_layout
34187
34188 \begin_layout Standard
34189 です。上記二つのコマンド引数のうち一つが感嘆符「
34190 \series bold
34191 !
34192 \series default
34193 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34194 \end_layout
34195
34196 \begin_layout Standard
34197
34198 \series bold
34199
34200 \backslash
34201 resizebox{2cm}{1cm}{こんにちは}
34202 \series default
34203 というコマンドの出力は、
34204 \begin_inset ERT
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208
34209
34210 \backslash
34211 resizebox{2cm}{1cm}{
34212 \end_layout
34213
34214 \end_inset
34215
34216 こんにちは
34217 \begin_inset ERT
34218 status collapsed
34219
34220 \begin_layout Plain Layout
34221
34222 }
34223 \end_layout
34224
34225 \end_inset
34226
34227 となり、
34228 \begin_inset Newline newline
34229 \end_inset
34230
34231
34232 \series bold
34233
34234 \backslash
34235 resizebox{2cm}{!}{こんにちは}
34236 \series default
34237 というコマンドの出力は、
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242
34243
34244 \backslash
34245 resizebox{2cm}{!}{
34246 \end_layout
34247
34248 \end_inset
34249
34250 こんにちは
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256 }
34257 \end_layout
34258
34259 \end_inset
34260
34261 となります。
34262 \end_layout
34263
34264 \begin_layout Standard
34265 \begin_inset VSpace bigskip
34266 \end_inset
34267
34268
34269 \begin_inset Note Greyedout
34270 status open
34271
34272 \begin_layout Plain Layout
34273
34274 \series bold
34275 【註】
34276 \backslash
34277 scalebox
34278 \series default
34279
34280 \series bold
34281
34282 \backslash
34283 resizebox
34284 \series default
34285 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34286 \end_layout
34287
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \begin_layout Standard
34294 \begin_inset VSpace bigskip
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Standard
34301 ボックスは好きな順序で組み合わせることができます。たとえば、
34302 \begin_inset Newline newline
34303 \end_inset
34304
34305
34306 \series bold
34307
34308 \backslash
34309 rotatebox[origin=c]{-45}{
34310 \backslash
34311 resizebox{2cm}{!}{
34312 \backslash
34313 reflectbox{こんにちは}}}
34314 \begin_inset Newline newline
34315 \end_inset
34316
34317
34318 \series default
34319 というコマンドは、
34320 \end_layout
34321
34322 \begin_layout Standard
34323 \align center
34324 \begin_inset ERT
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328
34329
34330 \backslash
34331 rotatebox[origin=c]{-45}{
34332 \backslash
34333 resizebox{2cm}{!}{
34334 \backslash
34335 reflectbox{
34336 \end_layout
34337
34338 \end_inset
34339
34340 こんにちは
34341 \begin_inset ERT
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345
34346 }}}
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 \noindent
34356 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34357 \end_layout
34358
34359 \begin_layout Standard
34360 \align center
34361 \begin_inset ERT
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365
34366
34367 \backslash
34368 rotatebox[origin=c]{-30}{
34369 \backslash
34370 resizebox{2cm}{!}{
34371 \backslash
34372 reflectbox{
34373 \end_layout
34374
34375 \end_inset
34376
34377
34378 \begin_inset Graphics
34379         filename ../clipart/platypus.eps
34380         lyxscale 50
34381         width 25col%
34382
34383 \end_inset
34384
34385
34386 \begin_inset ERT
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390
34391 }}}
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \begin_inset ERT
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401
34402
34403 \backslash
34404 rotatebox[origin=c]{-45}{
34405 \backslash
34406 resizebox{2cm}{!}{
34407 \backslash
34408 reflectbox{
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \begin_inset Tabular
34415 <lyxtabular version="3" rows="2" columns="2">
34416 <features rotate="0" tabularvalignment="middle">
34417 <column alignment="center" valignment="top">
34418 <column alignment="center" valignment="top">
34419 <row>
34420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34421 \begin_inset Text
34422
34423 \begin_layout Plain Layout
34424 q
34425 \end_layout
34426
34427 \end_inset
34428 </cell>
34429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433 w
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 </row>
34439 <row>
34440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34441 \begin_inset Text
34442
34443 \begin_layout Plain Layout
34444 e
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34450 \begin_inset Text
34451
34452 \begin_layout Plain Layout
34453 r
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 </row>
34459 </lyxtabular>
34460
34461 \end_inset
34462
34463
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469 }}}
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \begin_inset ERT
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479
34480
34481 \backslash
34482 rotatebox[origin=c]{-45}{
34483 \backslash
34484 resizebox{2cm}{!}{
34485 \backslash
34486 reflectbox{
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34493 \end_inset
34494
34495
34496 \begin_inset ERT
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500
34501 }}}
34502 \end_layout
34503
34504 \end_inset
34505
34506
34507 \end_layout
34508
34509 \begin_layout Standard
34510 文書で大域的に数式様式
34511 \series bold
34512 fleqn
34513 \series default
34514 を使用している場合
34515 \begin_inset Foot
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34520 \end_layout
34521
34522 \end_inset
34523
34524 には、別行建て数式も伸縮させることができます。
34525 \end_layout
34526
34527 \begin_layout Chapter
34528 本文回り込みオブジェクト
34529 \begin_inset Index idx
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533 ほんぶんまわりこみ@本文回り込み
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Section
34542 折返しフロート
34543 \begin_inset CommandInset label
34544 LatexCommand label
34545 name "sec:折返しフロート"
34546
34547 \end_inset
34548
34549
34550 \begin_inset Index idx
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \begin_inset Index idx
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \begin_inset Wrap figure
34574 lines 0
34575 placement l
34576 overhang 1cm
34577 width "40col%"
34578 status open
34579
34580 \begin_layout Plain Layout
34581 \begin_inset Graphics
34582         filename ../clipart/mobius.eps
34583         width 40col%
34584         scaleBeforeRotation
34585         rotateOrigin center
34586
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \begin_layout Plain Layout
34593 \begin_inset Caption Standard
34594
34595 \begin_layout Plain Layout
34596 \begin_inset CommandInset label
34597 LatexCommand label
34598 name "fig:折返し図フロート"
34599
34600 \end_inset
34601
34602 これは折返し図フロートです。
34603 \end_layout
34604
34605 \end_inset
34606
34607
34608 \end_layout
34609
34610 \end_inset
34611
34612 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34613 \series bold
34614 wrapfig
34615 \series default
34616
34617 \begin_inset Index idx
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34622 \end_layout
34623
34624 \end_inset
34625
34626 を導入済みであれば、
34627 \family sans
34628 挿入\SpecialChar \menuseparator
34629 フロート\SpecialChar \menuseparator
34630 折返し図フロート
34631 \family default
34632
34633 \family sans
34634 折返し表フロート
34635 \family default
34636 メニューで挿入することができます
34637 \begin_inset Foot
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34642 \end_layout
34643
34644 \end_inset
34645
34646 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34647 \family sans
34648 配置
34649 \family default
34650
34651 \family sans
34652
34653 \family default
34654 です。非必須項目として、
34655 \family sans
34656 ぶら下げ
34657 \family default
34658
34659 \family sans
34660 行幅
34661 \family default
34662 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34663 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34664 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34665 \begin_inset CommandInset ref
34666 LatexCommand ref
34667 reference "fig:折返し図フロート"
34668
34669 \end_inset
34670
34671 図は、40
34672 \begin_inset space \thinspace{}
34673 \end_inset
34674
34675 列幅%の幅と1
34676 \begin_inset space \thinspace{}
34677 \end_inset
34678
34679 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34680 \end_layout
34681
34682 \begin_layout Standard
34683 \begin_inset Note Greyedout
34684 status open
34685
34686 \begin_layout Plain Layout
34687
34688 \series bold
34689 【註】
34690 \series default
34691 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34692 上書きされて出力されたりします。
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 原則として、
34702 \end_layout
34703
34704 \begin_layout Itemize
34705 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34706 うになってから、正確な位置に挿入しなくてはなりません。
34707 \end_layout
34708
34709 \begin_layout Itemize
34710 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34711 \end_layout
34712
34713 \begin_layout Itemize
34714 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34715 \end_layout
34716
34717 \begin_layout Itemize
34718 折返しフロートは、節見出しや表中に入れることは認められていません。
34719 \end_layout
34720
34721 \begin_layout Itemize
34722 連番や参照は、第
34723 \begin_inset CommandInset ref
34724 LatexCommand ref
34725 reference "chap:フロート"
34726
34727 \end_inset
34728
34729 章で述べられているように動作します。
34730 \end_layout
34731
34732 \begin_layout Section
34733 固定回り込みオブジェクト
34734 \begin_inset Index idx
34735 status collapsed
34736
34737 \begin_layout Plain Layout
34738 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747
34748 \begin_inset CommandInset ref
34749 LatexCommand ref
34750 reference "sec:折返しフロート"
34751
34752 \end_inset
34753
34754 節の折返しフロートは、段落中で、以下のような配置がされます。
34755 \end_layout
34756
34757 \begin_layout Standard
34758 \noindent
34759 \align center
34760 \begin_inset Tabular
34761 <lyxtabular version="3" rows="2" columns="2">
34762 <features rotate="0" tabularvalignment="middle">
34763 <column alignment="center" valignment="top">
34764 <column alignment="center" valignment="top">
34765 <row>
34766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770 \begin_inset Graphics
34771         filename ../../images/dialog-show-new-inset_graphics.png
34772         scale 70
34773         scaleBeforeRotation
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786 文章
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 </row>
34792 <row>
34793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797 文章
34798 \end_layout
34799
34800 \end_inset
34801 </cell>
34802 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34803 \begin_inset Text
34804
34805 \begin_layout Plain Layout
34806 文章
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 </row>
34812 </lyxtabular>
34813
34814 \end_inset
34815
34816  or 
34817 \begin_inset Tabular
34818 <lyxtabular version="3" rows="2" columns="2">
34819 <features rotate="0" tabularvalignment="middle">
34820 <column alignment="center" valignment="top">
34821 <column alignment="center" valignment="top">
34822 <row>
34823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827 文章
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 \begin_inset Graphics
34837         filename ../../images/dialog-show-new-inset_graphics.png
34838         scale 70
34839         scaleBeforeRotation
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 </row>
34849 <row>
34850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 文章
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 文章
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 </row>
34869 </lyxtabular>
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \begin_layout Standard
34877 以下に示すいずれかのように、
34878 \begin_inset VSpace defskip
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \begin_layout Standard
34885 \noindent
34886 \align center
34887 \begin_inset Tabular
34888 <lyxtabular version="3" rows="2" columns="2">
34889 <features rotate="0" tabularvalignment="middle">
34890 <column alignment="center" valignment="top">
34891 <column alignment="center" valignment="top">
34892 <row>
34893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34894 \begin_inset Text
34895
34896 \begin_layout Plain Layout
34897 文章
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 文章
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 </row>
34912 <row>
34913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917 \begin_inset Graphics
34918         filename ../../images/dialog-show-new-inset_graphics.png
34919         scale 70
34920         scaleBeforeRotation
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 文章
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 </row>
34939 </lyxtabular>
34940
34941 \end_inset
34942
34943  
34944 \begin_inset Tabular
34945 <lyxtabular version="3" rows="2" columns="2">
34946 <features rotate="0" tabularvalignment="middle">
34947 <column alignment="center" valignment="top">
34948 <column alignment="center" valignment="top">
34949 <row>
34950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Plain Layout
34954 文章
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34960 \begin_inset Text
34961
34962 \begin_layout Plain Layout
34963 文章
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row>
34970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 文章
34975 \end_layout
34976
34977 \end_inset
34978 </cell>
34979 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983 \begin_inset Graphics
34984         filename ../../images/dialog-show-new-inset_graphics.png
34985         scale 70
34986         scaleBeforeRotation
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 </row>
34996 </lyxtabular>
34997
34998 \end_inset
34999
35000  
35001 \begin_inset Tabular
35002 <lyxtabular version="3" rows="2" columns="3">
35003 <features rotate="0" tabularvalignment="middle">
35004 <column alignment="center" valignment="top">
35005 <column alignment="center" valignment="top">
35006 <column alignment="center" valignment="top">
35007 <row>
35008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35009 \begin_inset Text
35010
35011 \begin_layout Plain Layout
35012 文章
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 <cell alignment="center" valignment="top" topline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021 \begin_inset Graphics
35022         filename ../../images/dialog-show-new-inset_graphics.png
35023         scale 70
35024         scaleBeforeRotation
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 文章
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 </row>
35043 <row>
35044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 文章
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057 文章
35058 \end_layout
35059
35060 \end_inset
35061 </cell>
35062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35063 \begin_inset Text
35064
35065 \begin_layout Plain Layout
35066 文章
35067 \end_layout
35068
35069 \end_inset
35070 </cell>
35071 </row>
35072 </lyxtabular>
35073
35074 \end_inset
35075
35076  
35077 \begin_inset Tabular
35078 <lyxtabular version="3" rows="2" columns="3">
35079 <features rotate="0" tabularvalignment="middle">
35080 <column alignment="center" valignment="top">
35081 <column alignment="center" valignment="top">
35082 <column alignment="center" valignment="top">
35083 <row>
35084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088 文章
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 <cell alignment="center" valignment="top" topline="true" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097 文章
35098 \end_layout
35099
35100 \end_inset
35101 </cell>
35102 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106 文章
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 </row>
35112 <row>
35113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35114 \begin_inset Text
35115
35116 \begin_layout Plain Layout
35117 文章
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126 \begin_inset Graphics
35127         filename ../../images/dialog-show-new-inset_graphics.png
35128         scale 70
35129         scaleBeforeRotation
35130
35131 \end_inset
35132
35133
35134 \end_layout
35135
35136 \end_inset
35137 </cell>
35138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35139 \begin_inset Text
35140
35141 \begin_layout Plain Layout
35142 文章
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 </row>
35148 </lyxtabular>
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 \noindent
35157 \align center
35158 \begin_inset Tabular
35159 <lyxtabular version="3" rows="3" columns="2">
35160 <features rotate="0" tabularvalignment="middle">
35161 <column alignment="center" valignment="top">
35162 <column alignment="center" valignment="top">
35163 <row>
35164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35165 \begin_inset Text
35166
35167 \begin_layout Plain Layout
35168 文章
35169 \end_layout
35170
35171 \end_inset
35172 </cell>
35173 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177 文章
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 </row>
35183 <row>
35184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188 \begin_inset Graphics
35189         filename ../../images/dialog-show-new-inset_graphics.png
35190         scale 70
35191         scaleBeforeRotation
35192
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204 文章
35205 \end_layout
35206
35207 \end_inset
35208 </cell>
35209 </row>
35210 <row>
35211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35212 \begin_inset Text
35213
35214 \begin_layout Plain Layout
35215 文章
35216 \end_layout
35217
35218 \end_inset
35219 </cell>
35220 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224 文章
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 </lyxtabular>
35231
35232 \end_inset
35233
35234  
35235 \begin_inset Tabular
35236 <lyxtabular version="3" rows="3" columns="3">
35237 <features rotate="0" tabularvalignment="middle">
35238 <column alignment="center" valignment="top">
35239 <column alignment="center" valignment="top">
35240 <column alignment="center" valignment="top">
35241 <row>
35242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 文章
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" topline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 文章
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 文章
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 </row>
35270 <row>
35271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 文章
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 <cell alignment="center" valignment="top" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284 \begin_inset Graphics
35285         filename ../../images/dialog-show-new-inset_graphics.png
35286         scale 70
35287         scaleBeforeRotation
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 文章
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 </row>
35306 <row>
35307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 文章
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320 文章
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 文章
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 </row>
35335 </lyxtabular>
35336
35337 \end_inset
35338
35339  
35340 \begin_inset Tabular
35341 <lyxtabular version="3" rows="3" columns="2">
35342 <features rotate="0" tabularvalignment="middle">
35343 <column alignment="center" valignment="top">
35344 <column alignment="center" valignment="top">
35345 <row>
35346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35347 \begin_inset Text
35348
35349 \begin_layout Plain Layout
35350 文章
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 文章
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 </row>
35365 <row>
35366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 文章
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35376 \begin_inset Text
35377
35378 \begin_layout Plain Layout
35379 \begin_inset Graphics
35380         filename ../../images/dialog-show-new-inset_graphics.png
35381         scale 70
35382         scaleBeforeRotation
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 </row>
35392 <row>
35393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Plain Layout
35397 文章
35398 \end_layout
35399
35400 \end_inset
35401 </cell>
35402 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35403 \begin_inset Text
35404
35405 \begin_layout Plain Layout
35406 文章
35407 \end_layout
35408
35409 \end_inset
35410 </cell>
35411 </row>
35412 </lyxtabular>
35413
35414 \end_inset
35415
35416
35417 \end_layout
35418
35419 \begin_layout Standard
35420 \noindent
35421 オブジェクトを挿入した場所に正確に配置したい時には、
35422 \series bold
35423 picinpar
35424 \series default
35425
35426 \begin_inset Index idx
35427 status collapsed
35428
35429 \begin_layout Plain Layout
35430 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35431 \end_layout
35432
35433 \end_inset
35434
35435 LaTeXパッケージを使うことができます。下記はその用例です。
35436 \end_layout
35437
35438 \begin_layout Standard
35439 \begin_inset ERT
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443
35444
35445 \backslash
35446 ifpicinpar
35447 \end_layout
35448
35449 \end_inset
35450
35451
35452 \begin_inset Note Note
35453 status open
35454
35455 \begin_layout Plain Layout
35456 以下の部分は、LaTeXパッケージ
35457 \series bold
35458 picinpar
35459 \series default
35460 が導入されているときのみ表示されます。
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset ERT
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473
35474
35475 \backslash
35476 begin{window}[2,c,{
35477 \end_layout
35478
35479 \end_inset
35480
35481
35482 \begin_inset Graphics
35483         filename ../clipart/mobius.eps
35484         lyxscale 60
35485         width 40col%
35486         scaleBeforeRotation
35487         rotateOrigin center
35488
35489 \end_inset
35490
35491
35492 \begin_inset ERT
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496
35497 },]
35498 \end_layout
35499
35500 \begin_layout Plain Layout
35501
35502 {}
35503 \end_layout
35504
35505 \end_inset
35506
35507
35508 \size small
35509 It was in the spring of the year 1894 that all London was interested, and
35510  the fashionable world dismayed, by the murder of the Honourable Ronald
35511  Adair under most unusual and inexplicable circumstances.
35512  The public has already learned those particulars of the crime which
35513 \size default
35514
35515 \begin_inset ERT
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519
35520
35521 \backslash
35522 footnotemark{}
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \size small
35529  came out in the police investigation, but a good deal was suppressed upon
35530  that occasion, since the case for the prosecution was so overwhelmingly
35531  strong that it was not necessary to bring forward all the facts.
35532  Only now, at the end of nearly ten years, am I allowed to supply those
35533  missing links which make up the whole of that remarkable chain.
35534 \size default
35535
35536 \begin_inset ERT
35537 status collapsed
35538
35539 \begin_layout Plain Layout
35540
35541
35542 \backslash
35543 end{window}
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \end_layout
35550
35551 \begin_layout Standard
35552 \begin_inset ERT
35553 status collapsed
35554
35555 \begin_layout Plain Layout
35556
35557
35558 \backslash
35559 footnotetext{
35560 \end_layout
35561
35562 \end_inset
35563
35564 固定オブジェクトのある段落の脚注
35565 \begin_inset ERT
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569
35570 }
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \begin_layout Standard
35579 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35580 ートとは違って、連番のキャプションをつけることはできません。
35581 \end_layout
35582
35583 \begin_layout Standard
35584 固定オブジェクトは、段落冒頭にTeXコードで
35585 \end_layout
35586
35587 \begin_layout Standard
35588
35589 \series bold
35590
35591 \backslash
35592 begin{window}[2,c,{
35593 \end_layout
35594
35595 \begin_layout Standard
35596 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35597 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35598 段幅の40
35599 \begin_inset space \thinspace{}
35600 \end_inset
35601
35602 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35603 \end_layout
35604
35605 \begin_layout Standard
35606
35607 \series bold
35608 },説明文]
35609 \begin_inset Newline newline
35610 \end_inset
35611
35612 {}
35613 \end_layout
35614
35615 \begin_layout Standard
35616 というコマンドが挿入されています。2行目に「
35617 \series bold
35618 {}
35619 \series default
35620 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35621 \series bold
35622 {}
35623 \series default
35624 の直後から書き始めてください。段落末には、
35625 \end_layout
35626
35627 \begin_layout Standard
35628
35629 \series bold
35630
35631 \backslash
35632 end{window}
35633 \end_layout
35634
35635 \begin_layout Standard
35636 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35637 \begin_inset CommandInset ref
35638 LatexCommand ref
35639 reference "sec:脚注"
35640
35641 \end_inset
35642
35643 節にあるように、代わりに、段落内で
35644 \series bold
35645
35646 \backslash
35647 footnotemark
35648 \series default
35649 コマンドを使用し、段落外に
35650 \series bold
35651
35652 \backslash
35653 footnotetext
35654 \series default
35655 コマンドを用いてください。
35656 \end_layout
35657
35658 \begin_layout Standard
35659 \begin_inset ERT
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663
35664
35665 \backslash
35666 else
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \begin_inset Note Note
35673 status open
35674
35675 \begin_layout Plain Layout
35676 以下の部分は、LaTeXパッケージ
35677 \series bold
35678 picinpar
35679 \series default
35680 が導入されていないときのみ表示されます。
35681 \end_layout
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35690 \series bold
35691 picinpar
35692 \series default
35693 を導入する必要があります。
35694 \end_layout
35695
35696 \begin_layout Standard
35697 \begin_inset ERT
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701
35702
35703 \backslash
35704 fi
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \begin_layout Section
35713 頭文字
35714 \begin_inset Index idx
35715 status collapsed
35716
35717 \begin_layout Plain Layout
35718 かしらもじ@頭文字
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \begin_inset Index idx
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Standard
35737 頭文字を用いるには、LaTeXパッケージ
35738 \begin_inset Index idx
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35743 \end_layout
35744
35745 \end_inset
35746
35747 が導入済みでなくてはならず、文書中で
35748 \family sans
35749 頭文字
35750 \family default
35751 モジュールを使用する必要があります(
35752 \family sans
35753 文書\SpecialChar \menuseparator
35754 設定\SpecialChar \menuseparator
35755 モジュール
35756 \family default
35757 メニュー)。頭文字を挿入するには、
35758 \family sans
35759 頭文字
35760 \family default
35761 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35762 \family sans
35763 挿入
35764 \family default
35765 メニューから挿入できます。必須引数
35766 \family sans
35767 頭文字
35768 \family default
35769 には、頭文字にする文字を入れ、引数
35770 \family sans
35771 頭文字の残り
35772 \family default
35773 には、頭文字の単語若しくは文字列の残りが入ります。引数
35774 \family sans
35775 オプション
35776 \family default
35777 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35778 \series bold
35779 lettrine
35780 \series default
35781 の取扱説明書
35782 \begin_inset CommandInset citation
35783 LatexCommand cite
35784 key "lettrine"
35785
35786 \end_inset
35787
35788 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35789 \shape smallcaps
35790 スモールキャップ体(small caps
35791 \shape default
35792 )で印字されます。
35793 \end_layout
35794
35795 \begin_layout Standard
35796 下記がその例です。
35797 \end_layout
35798
35799 \begin_layout Standard
35800 \begin_inset ERT
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804
35805
35806 \backslash
35807 iflettrine
35808 \end_layout
35809
35810 \end_inset
35811
35812
35813 \begin_inset Note Note
35814 status open
35815
35816 \begin_layout Plain Layout
35817 以下の部分は、LaTeXパッケージ
35818 \series bold
35819 lettrine
35820 \series default
35821 が導入されているときのみ表示されます。
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Enumerate
35830 非必須引数なし。頭文字は、数式フォント
35831 \begin_inset Formula $\mathfrak{Fraktur}$
35832 \end_inset
35833
35834 の「I」。
35835 \end_layout
35836
35837 \begin_deeper
35838 \begin_layout Initial
35839 \begin_inset Argument 2
35840 status open
35841
35842 \begin_layout Plain Layout
35843 \begin_inset Formula $\mathfrak{I}$
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \end_inset
35850
35851
35852 \begin_inset Argument 3
35853 status open
35854
35855 \begin_layout Plain Layout
35856 t
35857 \end_layout
35858
35859 \end_inset
35860
35861  was in the spring of the year 1894 that all London was interested, and
35862  the fashionable world dismayed, by the murder of the Honourable Ronald
35863  Adair under most unusual and inexplicable circumstances.
35864  The public has already learned those particulars of the crime which came
35865  out in the police investigation, but a good deal was suppressed upon that
35866  occasion, since the case for the prosecution was so overwhelmingly strong
35867  that it was not necessary to bring forward all the facts.
35868 \begin_inset Newpage newpage
35869 \end_inset
35870
35871
35872 \end_layout
35873
35874 \end_deeper
35875 \begin_layout Enumerate
35876 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35877 \end_layout
35878
35879 \begin_deeper
35880 \begin_layout Initial
35881 \begin_inset Argument 1
35882 status open
35883
35884 \begin_layout Plain Layout
35885 lines=1
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \begin_inset Argument 2
35892 status open
35893
35894 \begin_layout Plain Layout
35895 It
35896 \end_layout
35897
35898 \end_inset
35899
35900  was in the spring of the year 1894 that all London was interested, and
35901  the fashionable world dismayed, by the murder of the Honourable Ronald
35902  Adair under most unusual and inexplicable circumstances.
35903  The public has already learned those particulars of the crime which came
35904  out in the police investigation, but a good deal was suppressed upon that
35905  occasion, since the case for the prosecution was so overwhelmingly strong
35906  that it was not necessary to bring forward all the facts.
35907 \end_layout
35908
35909 \end_deeper
35910 \begin_layout Enumerate
35911 ぶら下がり頭文字は、数式フォント
35912 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35913 \end_inset
35914
35915 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35916 \shape smallcaps
35917 スモールキャップ体
35918 \shape default
35919 。頭文字に色をつけるには、頭文字の前に
35920 \begin_inset Newline newline
35921 \end_inset
35922
35923
35924 \series bold
35925
35926 \backslash
35927 renewcommand{
35928 \backslash
35929 LettrineFontHook}{
35930 \backslash
35931 color{色}}
35932 \series default
35933
35934 \begin_inset Newline newline
35935 \end_inset
35936
35937 というコマンドを挿入しなくてはなりません。ここで、
35938 \emph on
35939
35940 \emph default
35941 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35942 ブルに
35943 \begin_inset Newline newline
35944 \end_inset
35945
35946
35947 \series bold
35948
35949 \backslash
35950 @ifundefined{textcolor}
35951 \begin_inset Newline newline
35952 \end_inset
35953
35954
35955 \begin_inset space ~
35956 \end_inset
35957
35958 {
35959 \backslash
35960 usepackage{color}}{}
35961 \begin_inset Newline newline
35962 \end_inset
35963
35964
35965 \series default
35966 というコマンドを書きこんでおかなくてはなりません。
35967 \end_layout
35968
35969 \begin_deeper
35970 \begin_layout Standard
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976
35977 \backslash
35978 renewcommand{
35979 \backslash
35980 LettrineFontHook}{
35981 \backslash
35982 color{magenta}}
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \begin_inset Note Note
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992
35993 \lang english
35994 makes the initial magenta
35995 \end_layout
35996
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Initial
36003 \begin_inset Argument 1
36004 status open
36005
36006 \begin_layout Plain Layout
36007 lines=3, lhang=0.33, loversize=0.25
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \begin_inset Argument 2
36014 status open
36015
36016 \begin_layout Plain Layout
36017 \begin_inset Formula $\mathcal{I}$
36018 \end_inset
36019
36020
36021 \end_layout
36022
36023 \end_inset
36024
36025
36026 \begin_inset Argument 3
36027 status open
36028
36029 \begin_layout Plain Layout
36030 t was in the spring
36031 \end_layout
36032
36033 \end_inset
36034
36035  of the year 1894 that all London was interested, and the fashionable world
36036  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36037  and inexplicable circumstances.
36038  The public has already learned those particulars of the crime which came
36039  out in the police investigation, but a good deal was suppressed upon that
36040  occasion, since the case for the prosecution was so overwhelmingly strong
36041  that it was not necessary to bring forward all the facts.
36042 \end_layout
36043
36044 \end_deeper
36045 \begin_layout Standard
36046 \begin_inset ERT
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050
36051
36052 \backslash
36053 else
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \begin_inset Note Note
36060 status open
36061
36062 \begin_layout Plain Layout
36063 以下の部分は、LaTeXパッケージ
36064 \series bold
36065 lettrine
36066 \series default
36067 が導入されていないときのみ表示されます。
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Standard
36076 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36077 \series bold
36078 lettrine
36079 \series default
36080 を導入する必要があります。
36081 \end_layout
36082
36083 \begin_layout Standard
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089
36090 \backslash
36091 fi
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \begin_layout Chapter
36100 外部文書構成要素
36101 \begin_inset Index idx
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105 がいぶぶんしょこうせいようそ@外部文書構成要素
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \begin_layout Standard
36114
36115 \family sans
36116 挿入\SpecialChar \menuseparator
36117 ファイル
36118 \family default
36119 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36120 \end_layout
36121
36122 \begin_layout Description
36123 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36124 \end_layout
36125
36126 \begin_layout Description
36127 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36128 \end_layout
36129
36130 \begin_layout Description
36131 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36132 \end_layout
36133
36134 \begin_layout Description
36135 外部素材 様々な書式のファイル。
36136 \end_layout
36137
36138 \begin_layout Description
36139 子文書 LyXあるいはLaTeX文書。
36140 \end_layout
36141
36142 \begin_layout Section
36143 外部素材
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36158 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36159 \family sans
36160 操作性\SpecialChar \menuseparator
36161 表示
36162 \family default
36163 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36164 \end_layout
36165
36166 \begin_layout Standard
36167 外部素材は、
36168 \family sans
36169 挿入
36170 \family default
36171 \SpecialChar \menuseparator
36172
36173 \family sans
36174 ファイル
36175 \family default
36176 \SpecialChar \menuseparator
36177
36178 \family sans
36179 外部素材
36180 \family default
36181 メニューで開くことのできる
36182 \family sans
36183 外部素材
36184 \family default
36185 ダイアログから挿入することができます。目下、以下のファイル形式(
36186 \family sans
36187 ひな型
36188 \family default
36189 )が使用できます。
36190 \end_layout
36191
36192 \begin_layout Description
36193 チェス棋譜 このひな型は、
36194 \series bold
36195
36196 \begin_inset CommandInset href
36197 LatexCommand href
36198 name "XBoard"
36199 target "http://en.wikipedia.org/wiki/XBoard"
36200
36201 \end_inset
36202
36203
36204 \series default
36205 プログラムで作成されたチェス棋譜をサポートします。
36206 \end_layout
36207
36208 \begin_layout Description
36209 日付 これは、
36210 \emph on
36211 日-月-年
36212 \emph default
36213 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36214 \begin_inset External
36215         template Date
36216         filename ../../trunk/lib/trunk/lib/doc/ja
36217
36218 \end_inset
36219
36220
36221 \begin_inset space ~
36222 \end_inset
36223
36224
36225 \begin_inset Note Note
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 バグ4398が修正されたら、この保護空白は削除してください!
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \begin_inset Newline newline
36236 \end_inset
36237
36238 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36239 \family sans
36240 挿入
36241 \family default
36242 \SpecialChar \menuseparator
36243 日付メニューを使用する方法で、他はLaTeXコマンドの
36244 \series bold
36245
36246 \backslash
36247 today
36248 \series default
36249 をTeXコードで使用する方法です。これらの各方法は、表
36250 \begin_inset CommandInset ref
36251 LatexCommand ref
36252 reference "tab:日付挿入方法"
36253
36254 \end_inset
36255
36256 に比較を掲載しておきます。
36257 \end_layout
36258
36259 \begin_layout Description
36260 Dia このひな型は、
36261 \series bold
36262
36263 \begin_inset CommandInset href
36264 LatexCommand href
36265 name "Dia"
36266 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"
36267
36268 \end_inset
36269
36270
36271 \series default
36272 プログラムで作成したダイアグラムをサポートします。
36273 \end_layout
36274
36275 \begin_layout Description
36276 Gnumeric表計算表 このひな形では、
36277 \series bold
36278
36279 \begin_inset CommandInset href
36280 LatexCommand href
36281 name "Gnumeric"
36282 target "http://ja.wikipedia.org/wiki/Gnumeric"
36283
36284 \end_inset
36285
36286
36287 \series default
36288
36289 \begin_inset CommandInset href
36290 LatexCommand href
36291 name "OpenDocument"
36292 target "http://ja.wikipedia.org/wiki/OpenDocument"
36293
36294 \end_inset
36295
36296
36297 \begin_inset CommandInset href
36298 LatexCommand href
36299 name "Microsoft Office XML"
36300 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36301
36302 \end_inset
36303
36304
36305 \begin_inset CommandInset href
36306 LatexCommand href
36307 name "Office Open XML"
36308 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36309
36310 \end_inset
36311
36312 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
36313 \family typewriter
36314 ssconvert
36315 \family default
36316 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
36317 みである必要があります。用例と制約については、LyX用例ファイル
36318 \emph on
36319 spreadsheet.lyx
36320 \emph default
36321 をご覧ください。
36322 \end_layout
36323
36324 \begin_layout Description
36325 Lilypond組版楽譜 このひな型は、
36326 \series bold
36327
36328 \begin_inset CommandInset href
36329 LatexCommand href
36330 name "LilyPond"
36331 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36332
36333 \end_inset
36334
36335
36336 \series default
36337 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
36338 \emph on
36339 lilypond.lyx
36340 \emph default
36341 をご覧ください。
36342 \end_layout
36343
36344 \begin_layout Description
36345 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36346 \family sans
36347 LaTeXとLyXオプション
36348 \family default
36349 タブ中の
36350 \family sans
36351 オプション
36352 \family default
36353 フィールドに
36354 \emph on
36355 pages
36356 \emph default
36357 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
36358 \series bold
36359 pages={3,5,6,8}
36360 \series default
36361 の形で入れる)やページ範囲(
36362 \series bold
36363 pages={4-9}
36364 \series default
36365 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
36366 \series bold
36367 pages={3,{},8-11,15}
36368 \series default
36369 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
36370 \emph on
36371 開始頁-終了頁
36372 \emph default
36373 の文法で指定します。これは、
36374 \emph on
36375 開始頁
36376 \emph default
36377
36378 \emph on
36379 終了頁
36380 \emph default
36381 の間のすべてのページを選択します。
36382 \emph on
36383 開始頁
36384 \emph default
36385 を省略すると、1ページ目を指定したのと同じ事になり、
36386 \emph on
36387 終了頁
36388 \emph default
36389 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
36390 \series bold
36391 last
36392 \series default
36393 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
36394 \series bold
36395 pages=-
36396 \series default
36397 は文書の全ページを挿入することになり、
36398 \series bold
36399 pages=last-1
36400 \series default
36401 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
36402 \begin_inset Newline newline
36403 \end_inset
36404
36405
36406 \series bold
36407 noautoscale
36408 \series default
36409 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
36410 \family sans
36411 寸法と回転
36412 \family default
36413 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
36414 \series bold
36415 noautoscale
36416 \series default
36417 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
36418 \series bold
36419 pdfpages
36420 \series default
36421 の取扱説明書
36422 \begin_inset CommandInset citation
36423 LatexCommand cite
36424 key "pdfpages"
36425
36426 \end_inset
36427
36428 をご参照ください。
36429 \begin_inset Index idx
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
36434 \end_layout
36435
36436 \end_inset
36437
36438
36439 \begin_inset Newline newline
36440 \end_inset
36441
36442 このひな型を
36443 \family sans
36444 Beamer
36445 \family default
36446 プレゼンテーションで使用するには、まず
36447 \family sans
36448 フレーム終了
36449 \family default
36450 環境を挿入して、続く段落でTeXコードボックスを挿入し、
36451 \series bold
36452
36453 \backslash
36454 setbeamertemplate{background canvas}{}
36455 \series default
36456 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36457 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36458 に、ひな型を含む段落には、
36459 \family sans
36460 既定
36461 \family default
36462 配置を用いるようにしてください。
36463 \begin_inset Newline newline
36464 \end_inset
36465
36466 下記は、-5度回転させたPDFを取り込んだものです。
36467 \begin_inset Newline newline
36468 \end_inset
36469
36470
36471 \begin_inset Graphics
36472         filename ../clipart/Abstract.pdf
36473         rotateAngle -5
36474         rotateOrigin leftBottom
36475
36476 \end_inset
36477
36478
36479 \begin_inset Newline newline
36480 \end_inset
36481
36482
36483 \begin_inset Note Greyedout
36484 status open
36485
36486 \begin_layout Plain Layout
36487
36488 \series bold
36489 【訳註】
36490 \series default
36491 LaTeXパッケージ
36492 \series bold
36493 pdfpages
36494 \series default
36495 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
36496 \series bold
36497 pdfpages
36498 \series default
36499 取扱説明書
36500 \begin_inset CommandInset citation
36501 LatexCommand cite
36502 key "pdfpages"
36503
36504 \end_inset
36505
36506 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
36507 \family sans
36508 挿入\SpecialChar \menuseparator
36509 ファイル\SpecialChar \menuseparator
36510 外部素材
36511 \family default
36512
36513 \family sans
36514 ひな型
36515 \family default
36516
36517 \family sans
36518 PDFページ
36519 \family default
36520 を指定して挿入されていますが、ここでは
36521 \family sans
36522 挿入\SpecialChar \menuseparator
36523 画像
36524 \family default
36525 を使用して挿入しています。
36526 \end_layout
36527
36528 \end_inset
36529
36530
36531 \end_layout
36532
36533 \begin_layout Description
36534 ラスターイメージ これはビットマップ画像に使用します。
36535 \family sans
36536 外部素材
36537 \family default
36538 ダイアログを使って入れる画像は、第
36539 \begin_inset CommandInset ref
36540 LatexCommand ref
36541 reference "sec:画像ダイアログ"
36542
36543 \end_inset
36544
36545 節にあるように
36546 \family sans
36547 画像
36548 \family default
36549 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36550 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36551 \begin_inset External
36552         template RasterImage
36553         filename clipart/ToolbarEnvBox.png
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Description
36561 XFig このひな型は、
36562 \series bold
36563
36564 \begin_inset CommandInset href
36565 LatexCommand href
36566 name "Xfig"
36567 target "http://ja.wikipedia.org/wiki/Xfig"
36568
36569 \end_inset
36570
36571
36572 \series default
36573 プログラムで作成した画像をサポートします。
36574 \end_layout
36575
36576 \begin_layout Standard
36577 \begin_inset Float table
36578 placement !h
36579 wide false
36580 sideways false
36581 status open
36582
36583 \begin_layout Plain Layout
36584 \begin_inset Caption Standard
36585
36586 \begin_layout Plain Layout
36587 \begin_inset CommandInset label
36588 LatexCommand label
36589 name "tab:日付挿入方法"
36590
36591 \end_inset
36592
36593 日付の挿入方法の比較
36594 \end_layout
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Plain Layout
36602 \align center
36603 \begin_inset Tabular
36604 <lyxtabular version="3" rows="4" columns="4">
36605 <features rotate="0" tabularvalignment="middle">
36606 <column alignment="center" valignment="top">
36607 <column alignment="center" valignment="top">
36608 <column alignment="center" valignment="top">
36609 <column alignment="center" valignment="top">
36610 <row>
36611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615 文書書式
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36621 \begin_inset Text
36622
36623 \begin_layout Plain Layout
36624
36625 \family sans
36626 外部素材\SpecialChar \menuseparator
36627 日付
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636
36637 \family sans
36638 挿入\SpecialChar \menuseparator
36639 日付
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Plain Layout
36648
36649 \series bold
36650
36651 \backslash
36652 today
36653 \series default
36654 コマンド
36655 \end_layout
36656
36657 \end_inset
36658 </cell>
36659 </row>
36660 <row>
36661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36662 \begin_inset Text
36663
36664 \begin_layout Plain Layout
36665 LyX
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36671 \begin_inset Text
36672
36673 \begin_layout Plain Layout
36674 差込枠として
36675 \end_layout
36676
36677 \end_inset
36678 </cell>
36679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36680 \begin_inset Text
36681
36682 \begin_layout Plain Layout
36683 日付として
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692 TeXコード差込枠として
36693 \end_layout
36694
36695 \end_inset
36696 </cell>
36697 </row>
36698 <row>
36699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703 LaTeX
36704 \end_layout
36705
36706 \end_inset
36707 </cell>
36708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36709 \begin_inset Text
36710
36711 \begin_layout Plain Layout
36712 日付として
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721 日付として
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730 コマンドとして
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 </row>
36736 <row>
36737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 DVI, PDF, PS
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750 日付として
36751 \end_layout
36752
36753 \end_inset
36754 </cell>
36755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36756 \begin_inset Text
36757
36758 \begin_layout Plain Layout
36759 日付として
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 日付として
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 </lyxtabular>
36775
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \end_inset
36782
36783
36784 \end_layout
36785
36786 \begin_layout Standard
36787
36788 \family sans
36789 外部素材
36790 \family default
36791 ダイアログの
36792 \family sans
36793 ファイル
36794 \family default
36795 タブ中で
36796 \family sans
36797 下書き
36798 \family default
36799 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36800 \begin_inset Newline newline
36801 \end_inset
36802
36803 LyX中での外部素材は、ダイアログ内の
36804 \family sans
36805 LaTeXとLyXのオプション
36806 \family default
36807 タブにある
36808 \family sans
36809 LyX内に表示
36810 \family default
36811 オプションの指定に従って、
36812 \begin_inset Graphics
36813         filename clipart/ExternalMaterialQt4.png
36814         scale 85
36815         scaleBeforeRotation
36816
36817 \end_inset
36818
36819 のようなボックスとして表示されるか、画像として表示されます。
36820 \end_layout
36821
36822 \begin_layout Standard
36823 取扱説明書
36824 \family sans
36825 \emph on
36826 カスタマイズ篇
36827 \family default
36828 \emph default
36829 には、自製のひな型を定義する方法が説明されています。
36830 \end_layout
36831
36832 \begin_layout Section
36833 子文書
36834 \begin_inset CommandInset label
36835 LatexCommand label
36836 name "sec:子文書"
36837
36838 \end_inset
36839
36840
36841 \begin_inset Index idx
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36846 \end_layout
36847
36848 \end_inset
36849
36850
36851 \begin_inset Index idx
36852 status collapsed
36853
36854 \begin_layout Plain Layout
36855 ふぁいる@ファイル ! いんくるーど@インクルード
36856 \end_layout
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Standard
36864 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36865 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36866 やその一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36867 \end_layout
36868
36869 \begin_layout Standard
36870 親文書を開くことなく子文書で作業できるようにするには、子文書の
36871 \family sans
36872 文書
36873 \family default
36874 \SpecialChar \menuseparator
36875
36876 \family sans
36877 設定
36878 \family default
36879 \SpecialChar \menuseparator
36880
36881 \family sans
36882 文書クラス
36883 \family default
36884 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36885 \end_layout
36886
36887 \begin_layout Standard
36888 取り込んだ文書は、LyX中で
36889 \begin_inset Graphics
36890         filename clipart/ChildDocumentQt4.png
36891         scale 85
36892         scaleBeforeRotation
36893
36894 \end_inset
36895
36896 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36897 \family sans
36898 挿入
36899 \family default
36900 \SpecialChar \menuseparator
36901
36902 \family sans
36903 ファイル
36904 \family default
36905 \SpecialChar \menuseparator
36906
36907 \family sans
36908 子文書
36909 \family default
36910 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36911 \end_layout
36912
36913 \begin_layout Description
36914 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36915 \family sans
36916 子文書
36917 \family default
36918 ダイアログの
36919 \family sans
36920 編集
36921 \family default
36922 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36923 \begin_inset Newline newline
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Standard
36930 以下は、
36931 \family sans
36932 Include
36933 \family default
36934 を使用して挿入した子文書です。 
36935 \begin_inset CommandInset include
36936 LatexCommand include
36937 filename "DummyDocument1.lyx"
36938
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Standard
36945 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36946 あります。取り込んだ文書のラベルは、第
36947 \begin_inset CommandInset ref
36948 LatexCommand ref
36949 reference "sub:外部文書の第1小節"
36950
36951 \end_inset
36952
36953 小節、のように参照することができます。
36954 \end_layout
36955
36956 \begin_layout Standard
36957 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36958 は、新規頁から始まるように挿入され、改頁して終わります。
36959 \end_layout
36960
36961 \begin_layout Standard
36962 \begin_inset Note Greyedout
36963 status open
36964
36965 \begin_layout Plain Layout
36966
36967 \series bold
36968 【註】
36969 \series default
36970 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36971 警告が発せられます。
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Description
36980 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36981 \end_layout
36982
36983 \begin_deeper
36984 \begin_layout Itemize
36985 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36986 \end_layout
36987
36988 \begin_layout Itemize
36989 Inputファイルは、LyX設定の操作性
36990 \family sans
36991 \SpecialChar \menuseparator
36992 表示
36993 \family default
36994 の下にある
36995 \family sans
36996 画像を表示
36997 \family default
36998 を有効にすると、LyX中でプレビューすることができます。
36999 \end_layout
37000
37001 \begin_layout Itemize
37002 LaTeXコマンドの
37003 \series bold
37004
37005 \backslash
37006 includeonly
37007 \series default
37008 は使用することができません。
37009 \end_layout
37010
37011 \end_deeper
37012 \begin_layout Standard
37013 右は、
37014 \family sans
37015 Input
37016 \family default
37017 を使って挿入した子文書です。 
37018 \begin_inset CommandInset include
37019 LatexCommand input
37020 filename "DummyDocument2.lyx"
37021
37022 \end_inset
37023
37024
37025 \end_layout
37026
37027 \begin_layout Description
37028 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
37029 に用いられているコマンドは実行されません。
37030 \family sans
37031 出力の空白に印付けをする
37032 \family default
37033 オプションを有効にすると、ソースコード中のすべての空白文字に「
37034 \begin_inset ERT
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038
37039
37040 \backslash
37041 textvisiblespace 
37042 \end_layout
37043
37044 \end_inset
37045
37046 」文字を表示させることができます。
37047 \family sans
37048 挿入\SpecialChar \menuseparator
37049 ファイル\SpecialChar \menuseparator
37050 平文
37051 \family default
37052 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
37053 \end_layout
37054
37055 \begin_layout Standard
37056 以下は、verbatimとして挿入された子文書です。 
37057 \begin_inset CommandInset include
37058 LatexCommand verbatiminput
37059 filename "../DummyTextDocument.txt"
37060
37061 \end_inset
37062
37063
37064 \begin_inset VSpace bigskip
37065 \end_inset
37066
37067 以下は、
37068 \family sans
37069 出力の空白に印付けをする
37070 \family default
37071 オプションを指定して、verbatimとして挿入された子文書です。 
37072 \begin_inset CommandInset include
37073 LatexCommand verbatiminput*
37074 filename "../DummyTextDocument.txt"
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \begin_layout Standard
37082 \begin_inset VSpace bigskip
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \begin_layout Standard
37089 \begin_inset Note Greyedout
37090 status open
37091
37092 \begin_layout Plain Layout
37093
37094 \series bold
37095 【註】
37096 \series default
37097 上記の例でわかるように、
37098 \family sans
37099 verbatim
37100 \family default
37101 として取り込んだ文書の文章は、文書行の終わりで改行されません。
37102 \end_layout
37103
37104 \end_inset
37105
37106
37107 \end_layout
37108
37109 \begin_layout Standard
37110 \begin_inset Note Greyedout
37111 status open
37112
37113 \begin_layout Plain Layout
37114
37115 \series bold
37116 【訳註】
37117 \series default
37118 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37119 \end_layout
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \begin_layout Description
37127 プログラムリスト この型については、第
37128 \begin_inset CommandInset ref
37129 LatexCommand ref
37130 reference "cha:プログラムコードリスト"
37131
37132 \end_inset
37133
37134 章に説明されています。
37135 \end_layout
37136
37137 \begin_layout Standard
37138 \begin_inset Note Greyedout
37139 status open
37140
37141 \begin_layout Plain Layout
37142
37143 \series bold
37144 【註】
37145 \series default
37146 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37147 \end_layout
37148
37149 \end_inset
37150
37151
37152 \end_layout
37153
37154 \begin_layout Standard
37155 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
37156 一部を出力から排除することができます。これは、
37157 \family sans
37158 文書\SpecialChar \menuseparator
37159 設定\SpecialChar \menuseparator
37160 子文書
37161 \family default
37162 メニューから行うことができます。そこの一覧中の各子文書の
37163 \family sans
37164 出力に含める
37165 \family default
37166 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
37167 てのみ機能することにご注意ください)。
37168 \family sans
37169 カウンタと引用を維持
37170 \family default
37171 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
37172 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
37173 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
37174 \end_layout
37175
37176 \begin_layout Standard
37177 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
37178 \begin_inset Foot
37179 status collapsed
37180
37181 \begin_layout Plain Layout
37182 派生枝は、LyX
37183 \emph on
37184 ユーザーの手引き
37185 \emph default
37186
37187 \emph on
37188 派生枝
37189 \emph default
37190 の節に説明されています。
37191 \end_layout
37192
37193 \end_inset
37194
37195 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
37196 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
37197 \end_layout
37198
37199 \begin_layout Chapter
37200 プログラムコードリスト
37201 \begin_inset CommandInset label
37202 LatexCommand label
37203 name "cha:プログラムコードリスト"
37204
37205 \end_inset
37206
37207
37208 \begin_inset Index idx
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212 りすと@リスト
37213 \end_layout
37214
37215 \end_inset
37216
37217
37218 \begin_inset Index idx
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222 ぷろぐらむこーど@プログラムコード
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset Index idx
37229 status collapsed
37230
37231 \begin_layout Plain Layout
37232 ふろーと@フロート ! りすと@リスト
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 プログラムコードを取り込んで組版するには、
37242 \family sans
37243 挿入
37244 \family default
37245 \SpecialChar \menuseparator
37246
37247 \family sans
37248 プログラムリスト
37249 \family default
37250 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37251 \series bold
37252 listings
37253 \series default
37254
37255 \begin_inset Index idx
37256 status collapsed
37257
37258 \begin_layout Plain Layout
37259 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37260 \end_layout
37261
37262 \end_inset
37263
37264 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37265 \end_layout
37266
37267 \begin_layout Standard
37268 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37269 \end_layout
37270
37271 \begin_layout Standard
37272 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37273 \family sans
37274 行内リスト
37275 \family default
37276 を指定すると、リストは
37277 \begin_inset listings
37278 lstparams "language={C++}"
37279 inline true
37280 status collapsed
37281
37282 \begin_layout Plain Layout
37283
37284 int a=5;
37285 \end_layout
37286
37287 \end_inset
37288
37289 のように行内に印字されます。
37290 \begin_inset Newline newline
37291 \end_inset
37292
37293
37294 \family sans
37295 フロート
37296 \family default
37297 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37298 \begin_inset CommandInset ref
37299 LatexCommand ref
37300 reference "sec:フロートの配置"
37301
37302 \end_inset
37303
37304 節に説明されているフロート配置オプションに従って、「
37305 \family sans
37306 h
37307 \family default
37308 」「
37309 \family sans
37310 t
37311 \family default
37312 」「
37313 \family sans
37314 b
37315 \family default
37316 」「
37317 \family sans
37318 p
37319 \family default
37320 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37321 \family sans
37322 htbp
37323 \family default
37324 」のように区切りを入れることなく入力することができます。「
37325 \family sans
37326 h
37327 \family default
37328 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37329 \family sans
37330 フロート
37331 \family default
37332 オプションを使用しなければ大丈夫です。
37333 \end_layout
37334
37335 \begin_layout Standard
37336
37337 \family sans
37338 挿入
37339 \family default
37340 \SpecialChar \menuseparator
37341
37342 \family sans
37343 キャプション
37344 \family default
37345 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37346 \begin_inset CommandInset ref
37347 LatexCommand ref
37348 reference "lst:リストフロート"
37349
37350 \end_inset
37351
37352 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
37353 \family sans
37354 挿入
37355 \lang english
37356 \SpecialChar \menuseparator
37357
37358 \lang japanese
37359 一覧/目次
37360 \lang english
37361 \SpecialChar \menuseparator
37362
37363 \lang japanese
37364 プログラムリスト一覧
37365 \family default
37366 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
37367 \end_layout
37368
37369 \begin_layout Standard
37370 \begin_inset listings
37371 lstparams "language=Python"
37372 inline false
37373 status open
37374
37375 \begin_layout Plain Layout
37376
37377 \begin_inset Caption Standard
37378
37379 \begin_layout Plain Layout
37380 \begin_inset CommandInset label
37381 LatexCommand label
37382 name "lst:リストフロート"
37383
37384 \end_inset
37385
37386 Example Listing Float
37387 \end_layout
37388
37389 \end_inset
37390
37391 # Example listing float
37392 \end_layout
37393
37394 \begin_layout Plain Layout
37395
37396 def func(param):
37397 \end_layout
37398
37399 \begin_layout Plain Layout
37400
37401     'this is a python function'
37402 \end_layout
37403
37404 \begin_layout Plain Layout
37405
37406     pass
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \end_layout
37413
37414 \begin_layout Standard
37415 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37416 onのキーワード「def」が識別され、ボールド体で出力されます。
37417 \end_layout
37418
37419 \begin_layout Standard
37420 \begin_inset Note Greyedout
37421 status open
37422
37423 \begin_layout Plain Layout
37424
37425 \series bold
37426 【註】
37427 \series default
37428 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37429 \family typewriter
37430 typewriter
37431 \family default
37432 フォントがボールド体を提供していません。この場合には、
37433 \family sans
37434 文書
37435 \family default
37436 \SpecialChar \menuseparator
37437
37438 \family sans
37439 設定
37440 \family default
37441 \SpecialChar \menuseparator
37442
37443 \family sans
37444 フォント
37445 \family default
37446 メニューで別のフォントを選択してください(
37447 \emph on
37448 LuxiMono
37449 \emph default
37450
37451 \emph on
37452 BeraMono
37453 \emph default
37454
37455 \emph on
37456 Courier
37457 \emph default
37458 の各フォントはボールド体を提供します)。
37459 \end_layout
37460
37461 \end_inset
37462
37463
37464 \end_layout
37465
37466 \begin_layout Standard
37467 \begin_inset Note Greyedout
37468 status open
37469
37470 \begin_layout Plain Layout
37471
37472 \series bold
37473 【訳註】
37474 \series default
37475 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37476 \end_layout
37477
37478 \end_inset
37479
37480
37481 \end_layout
37482
37483 \begin_layout Standard
37484 プログラムリストダイアログの
37485 \family sans
37486 行番号
37487 \family default
37488 のセクションでは、行番号の様式を指定することができます。
37489 \family sans
37490 行間
37491 \family default
37492 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37493 \end_layout
37494
37495 \begin_layout Standard
37496 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37497 \family sans
37498 拡張文字コード表を使う
37499 \family default
37500 オプションを使用しなくてはなりません。
37501 \begin_inset Newline newline
37502 \end_inset
37503
37504
37505 \begin_inset Note Greyedout
37506 status open
37507
37508 \begin_layout Plain Layout
37509
37510 \series bold
37511 【訳註】
37512 \series default
37513 これは、pLaTeXではうまく動作しません。
37514 \end_layout
37515
37516 \end_inset
37517
37518
37519 \begin_inset Newline newline
37520 \end_inset
37521
37522 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37523 \begin_inset space \thinspace{}
37524 \end_inset
37525
37526 -
37527 \begin_inset space \thinspace{}
37528 \end_inset
37529
37530 8」で設定したプログラムリストの例です。
37531 \end_layout
37532
37533 \begin_layout Standard
37534 \begin_inset listings
37535 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37536 inline false
37537 status open
37538
37539 \begin_layout Plain Layout
37540
37541 def func(param):
37542 \end_layout
37543
37544 \begin_layout Plain Layout
37545
37546     'this is a python function'
37547 \end_layout
37548
37549 \begin_layout Plain Layout
37550
37551     pass
37552 \end_layout
37553
37554 \begin_layout Plain Layout
37555
37556 def func(param):
37557 \end_layout
37558
37559 \begin_layout Plain Layout
37560
37561 'This is a German word: Tschüß'
37562 \end_layout
37563
37564 \begin_layout Plain Layout
37565
37566 pass
37567 \end_layout
37568
37569 \begin_layout Plain Layout
37570
37571 def func(param):
37572 \end_layout
37573
37574 \begin_layout Plain Layout
37575
37576 'this is a python function'
37577 \end_layout
37578
37579 \begin_layout Plain Layout
37580
37581 pass
37582 \end_layout
37583
37584 \end_inset
37585
37586
37587 \end_layout
37588
37589 \begin_layout Standard
37590 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37591 \family sans
37592 タビュレータの大きさ
37593 \family default
37594 フィールドで指定することができます。
37595 \end_layout
37596
37597 \begin_layout Standard
37598 \begin_inset Note Greyedout
37599 status open
37600
37601 \begin_layout Plain Layout
37602
37603 \series bold
37604 【註】listings
37605 \series default
37606 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37607 に振られているのはこのためです。
37608 \end_layout
37609
37610 \end_inset
37611
37612
37613 \end_layout
37614
37615 \begin_layout Standard
37616 \begin_inset VSpace bigskip
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \begin_layout Standard
37623 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37624 \family sans
37625 挿入
37626 \family default
37627 \SpecialChar \menuseparator
37628
37629 \family sans
37630 ファイル
37631 \family default
37632 \SpecialChar \menuseparator
37633
37634 \family sans
37635 子文書
37636 \family default
37637 メニューを使用して
37638 \family sans
37639 プログラムリスト
37640 \family default
37641 型を選択してください
37642 \begin_inset Foot
37643 status collapsed
37644
37645 \begin_layout Plain Layout
37646 他の子文書型については、第 section
37647 \begin_inset space ~
37648 \end_inset
37649
37650
37651 \begin_inset CommandInset ref
37652 LatexCommand ref
37653 reference "sec:子文書"
37654
37655 \end_inset
37656
37657 節に説明があります。
37658 \end_layout
37659
37660 \end_inset
37661
37662 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37663 疑問符「?」を打鍵してください。
37664 \end_layout
37665
37666 \begin_layout Standard
37667 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37668 \family sans
37669 挿入
37670 \family default
37671 \SpecialChar \menuseparator
37672
37673 \family sans
37674 相互参照
37675 \family default
37676 メニューを使って参照できるようになります。
37677 \end_layout
37678
37679 \begin_layout Standard
37680 プログラムリスト
37681 \begin_inset CommandInset ref
37682 LatexCommand ref
37683 reference "lst:file-listing"
37684
37685 \end_inset
37686
37687 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37688 \end_layout
37689
37690 \begin_layout Standard
37691 \begin_inset CommandInset include
37692 LatexCommand lstinputlisting
37693 filename "EmbeddedObjects.lyx"
37694 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37695
37696 \end_inset
37697
37698
37699 \end_layout
37700
37701 \begin_layout Standard
37702 \begin_inset VSpace bigskip
37703 \end_inset
37704
37705
37706 \end_layout
37707
37708 \begin_layout Standard
37709 リストに数式を入れるには、以下のようにします。
37710 \end_layout
37711
37712 \begin_layout Enumerate
37713 リストダイアログを開き、
37714 \family sans
37715 詳細
37716 \family default
37717 タブのフィールド中に
37718 \begin_inset Newline newline
37719 \end_inset
37720
37721
37722 \family sans
37723 mathescape=true
37724 \family default
37725
37726 \begin_inset Newline newline
37727 \end_inset
37728
37729 と書き加えます。
37730 \end_layout
37731
37732 \begin_layout Enumerate
37733 リスト外で数式を作成します。
37734 \end_layout
37735
37736 \begin_layout Enumerate
37737 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37738 \begin_inset Info
37739 type  "shortcut"
37740 arg   "copy"
37741 \end_inset
37742
37743 )。
37744 \end_layout
37745
37746 \begin_layout Enumerate
37747 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37748 \begin_inset Info
37749 type  "shortcut"
37750 arg   "paste"
37751 \end_inset
37752
37753 )。
37754 \end_layout
37755
37756 \begin_layout Standard
37757 \begin_inset listings
37758 lstparams "language=Python,mathescape=true"
37759 inline false
37760 status open
37761
37762 \begin_layout Plain Layout
37763
37764 \begin_inset Caption Standard
37765
37766 \begin_layout Plain Layout
37767 Example Listing float containing a formula
37768 \end_layout
37769
37770 \end_inset
37771
37772 # Example listing float
37773 \end_layout
37774
37775 \begin_layout Plain Layout
37776
37777 def func(param):
37778 \end_layout
37779
37780 \begin_layout Plain Layout
37781
37782     # $
37783 \backslash
37784 prod_{n=1}^{
37785 \backslash
37786 infty}
37787 \backslash
37788 ,
37789 \backslash
37790 frac{1}{x^{2}}$
37791 \end_layout
37792
37793 \begin_layout Plain Layout
37794
37795     pass
37796 \end_layout
37797
37798 \end_inset
37799
37800
37801 \end_layout
37802
37803 \begin_layout Standard
37804 \begin_inset VSpace bigskip
37805 \end_inset
37806
37807
37808 \end_layout
37809
37810 \begin_layout Standard
37811 大域的なプログラムリストの設定は、
37812 \family sans
37813 文書
37814 \family default
37815 \SpecialChar \menuseparator
37816
37817 \family sans
37818 設定
37819 \family default
37820 \SpecialChar \menuseparator
37821
37822 \family sans
37823 リスト
37824 \family default
37825 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37826 \family sans
37827 プログラムリスト設定
37828 \family default
37829 フィールドで疑問符「?」を打鍵してください。
37830 \end_layout
37831
37832 \begin_layout Standard
37833
37834 \series bold
37835 listings
37836 \series default
37837 パッケージについての詳しい情報については、取扱説明書
37838 \begin_inset CommandInset citation
37839 LatexCommand cite
37840 key "listings"
37841
37842 \end_inset
37843
37844 をご参照ください。.
37845 \end_layout
37846
37847 \begin_layout Standard
37848 \begin_inset Newpage newpage
37849 \end_inset
37850
37851
37852 \end_layout
37853
37854 \begin_layout Chapter
37855 \start_of_appendix
37856 LyXで使用できる単位
37857 \begin_inset Index idx
37858 status collapsed
37859
37860 \begin_layout Plain Layout
37861 たんい@単位
37862 \end_layout
37863
37864 \end_inset
37865
37866
37867 \begin_inset CommandInset label
37868 LatexCommand label
37869 name "cha:LyXで使用できる単位"
37870
37871 \end_inset
37872
37873
37874 \end_layout
37875
37876 \begin_layout Standard
37877 この文書で用いられる単位の理解のために、表
37878 \begin_inset CommandInset ref
37879 LatexCommand ref
37880 reference "tab:単位"
37881
37882 \end_inset
37883
37884 に、LyXで使うことのできる単位をまとめておきます。
37885 \end_layout
37886
37887 \begin_layout Standard
37888 \begin_inset Float table
37889 placement h
37890 wide false
37891 sideways false
37892 status open
37893
37894 \begin_layout Plain Layout
37895 \begin_inset Caption Standard
37896
37897 \begin_layout Plain Layout
37898 \begin_inset CommandInset label
37899 LatexCommand label
37900 name "tab:単位"
37901
37902 \end_inset
37903
37904 単位
37905 \end_layout
37906
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \begin_layout Plain Layout
37913 \begin_inset VSpace medskip
37914 \end_inset
37915
37916
37917 \end_layout
37918
37919 \begin_layout Plain Layout
37920 \align center
37921 \begin_inset Tabular
37922 <lyxtabular version="3" rows="20" columns="2">
37923 <features rotate="0" tabularvalignment="middle">
37924 <column alignment="center" valignment="top">
37925 <column alignment="center" valignment="top">
37926 <row>
37927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931 単位
37932 \end_layout
37933
37934 \end_inset
37935 </cell>
37936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37937 \begin_inset Text
37938
37939 \begin_layout Plain Layout
37940 名称/摘要
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 </row>
37946 <row>
37947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951 mm
37952 \end_layout
37953
37954 \end_inset
37955 </cell>
37956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 ミリメートル
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 </row>
37966 <row>
37967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37968 \begin_inset Text
37969
37970 \begin_layout Plain Layout
37971 cm
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980 センチメートル
37981 \end_layout
37982
37983 \end_inset
37984 </cell>
37985 </row>
37986 <row>
37987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37988 \begin_inset Text
37989
37990 \begin_layout Plain Layout
37991 in
37992 \end_layout
37993
37994 \end_inset
37995 </cell>
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000 インチ
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 </row>
38006 <row>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 pt
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 ポイント (72.27
38021 \begin_inset Formula $\,$
38022 \end_inset
38023
38024 pt = 1
38025 \begin_inset Formula $\,$
38026 \end_inset
38027
38028 in)
38029 \end_layout
38030
38031 \end_inset
38032 </cell>
38033 </row>
38034 <row>
38035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039 pc
38040 \end_layout
38041
38042 \end_inset
38043 </cell>
38044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048 パイカ (1
38049 \begin_inset Formula $\,$
38050 \end_inset
38051
38052 pc = 12
38053 \begin_inset Formula $\,$
38054 \end_inset
38055
38056 pt)
38057 \end_layout
38058
38059 \end_inset
38060 </cell>
38061 </row>
38062 <row>
38063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38064 \begin_inset Text
38065
38066 \begin_layout Plain Layout
38067 sp
38068 \end_layout
38069
38070 \end_inset
38071 </cell>
38072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38073 \begin_inset Text
38074
38075 \begin_layout Plain Layout
38076 スケールポイント (65536
38077 \begin_inset Formula $\,$
38078 \end_inset
38079
38080 sp = 1
38081 \begin_inset Formula $\,$
38082 \end_inset
38083
38084 pt)
38085 \end_layout
38086
38087 \end_inset
38088 </cell>
38089 </row>
38090 <row>
38091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095 bp
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104 ビッグポイント (72
38105 \begin_inset Formula $\,$
38106 \end_inset
38107
38108 bp = 1
38109 \begin_inset Formula $\,$
38110 \end_inset
38111
38112 in)
38113 \end_layout
38114
38115 \end_inset
38116 </cell>
38117 </row>
38118 <row>
38119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38120 \begin_inset Text
38121
38122 \begin_layout Plain Layout
38123 dd
38124 \end_layout
38125
38126 \end_inset
38127 </cell>
38128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38129 \begin_inset Text
38130
38131 \begin_layout Plain Layout
38132 ディドー (72
38133 \begin_inset Formula $\,$
38134 \end_inset
38135
38136 dd 
38137 \begin_inset Formula $\approx$
38138 \end_inset
38139
38140  37.6
38141 \begin_inset Formula $\,$
38142 \end_inset
38143
38144 mm)
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 </row>
38150 <row>
38151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155 cc
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38161 \begin_inset Text
38162
38163 \begin_layout Plain Layout
38164 シセロ (1
38165 \begin_inset Formula $\,$
38166 \end_inset
38167
38168 cc = 12
38169 \begin_inset Formula $\,$
38170 \end_inset
38171
38172 dd)
38173 \end_layout
38174
38175 \end_inset
38176 </cell>
38177 </row>
38178 <row>
38179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38180 \begin_inset Text
38181
38182 \begin_layout Plain Layout
38183 Scale%
38184 \end_layout
38185
38186 \end_inset
38187 </cell>
38188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192 元の画像幅の%
38193 \end_layout
38194
38195 \end_inset
38196 </cell>
38197 </row>
38198 <row>
38199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38200 \begin_inset Text
38201
38202 \begin_layout Plain Layout
38203 text%
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 テキスト幅の%
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 </row>
38218 <row>
38219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223 col%
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38229 \begin_inset Text
38230
38231 \begin_layout Plain Layout
38232 組段幅の%
38233 \end_layout
38234
38235 \end_inset
38236 </cell>
38237 </row>
38238 <row>
38239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38240 \begin_inset Text
38241
38242 \begin_layout Plain Layout
38243 page%
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38249 \begin_inset Text
38250
38251 \begin_layout Plain Layout
38252 用紙幅の%
38253 \end_layout
38254
38255 \end_inset
38256 </cell>
38257 </row>
38258 <row>
38259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38260 \begin_inset Text
38261
38262 \begin_layout Plain Layout
38263 line%
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 行幅の%
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 </row>
38278 <row>
38279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38280 \begin_inset Text
38281
38282 \begin_layout Plain Layout
38283 theight%
38284 \end_layout
38285
38286 \end_inset
38287 </cell>
38288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292 テキスト高さの%
38293 \end_layout
38294
38295 \end_inset
38296 </cell>
38297 </row>
38298 <row>
38299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38300 \begin_inset Text
38301
38302 \begin_layout Plain Layout
38303 pheight%
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312 用紙高さの%
38313 \end_layout
38314
38315 \end_inset
38316 </cell>
38317 </row>
38318 <row>
38319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38320 \begin_inset Text
38321
38322 \begin_layout Plain Layout
38323 ex
38324 \end_layout
38325
38326 \end_inset
38327 </cell>
38328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332 現在のフォントの文字「x」の高さ
38333 \end_layout
38334
38335 \end_inset
38336 </cell>
38337 </row>
38338 <row>
38339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38340 \begin_inset Text
38341
38342 \begin_layout Plain Layout
38343 em
38344 \end_layout
38345
38346 \end_inset
38347 </cell>
38348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38349 \begin_inset Text
38350
38351 \begin_layout Plain Layout
38352 現在のフォントの文字「M」の幅
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 </row>
38358 <row>
38359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363 mu
38364 \end_layout
38365
38366 \end_inset
38367 </cell>
38368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38369 \begin_inset Text
38370
38371 \begin_layout Plain Layout
38372 数式単位 (1
38373 \begin_inset Formula $\,$
38374 \end_inset
38375
38376 mu = 1/18
38377 \begin_inset Formula $\,$
38378 \end_inset
38379
38380 em)
38381 \end_layout
38382
38383 \end_inset
38384 </cell>
38385 </row>
38386 </lyxtabular>
38387
38388 \end_inset
38389
38390
38391 \end_layout
38392
38393 \end_inset
38394
38395
38396 \end_layout
38397
38398 \begin_layout Chapter
38399 画像を含む場合のファイル出力形式
38400 \begin_inset CommandInset label
38401 LatexCommand label
38402 name "cha:ファイル出力形式"
38403
38404 \end_inset
38405
38406
38407 \end_layout
38408
38409 \begin_layout Section
38410 DVI
38411 \begin_inset Index idx
38412 status collapsed
38413
38414 \begin_layout Plain Layout
38415 ふぁいるしょしき@ファイル書式 ! DVI
38416 \end_layout
38417
38418 \end_inset
38419
38420
38421 \begin_inset Index idx
38422 status collapsed
38423
38424 \begin_layout Plain Layout
38425 DVI
38426 \begin_inset ERT
38427 status collapsed
38428
38429 \begin_layout Plain Layout
38430
38431 |see{
38432 \end_layout
38433
38434 \end_inset
38435
38436 ファイル書式
38437 \begin_inset ERT
38438 status collapsed
38439
38440 \begin_layout Plain Layout
38441
38442 }
38443 \end_layout
38444
38445 \end_inset
38446
38447
38448 \end_layout
38449
38450 \end_inset
38451
38452
38453 \end_layout
38454
38455 \begin_layout Standard
38456 このファイル型の拡張子は「
38457 \family typewriter
38458 .dvi
38459 \family default
38460 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38461 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38462 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38463 \end_layout
38464
38465 \begin_layout Standard
38466 \begin_inset Note Greyedout
38467 status open
38468
38469 \begin_layout Plain Layout
38470
38471 \series bold
38472 【註】
38473 \series default
38474 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38475 \end_layout
38476
38477 \end_inset
38478
38479 ですから、お使いの
38480 \family typewriter
38481 .dvi
38482 \family default
38483 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38484 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38485 DFを使用することをお勧めします。
38486 \end_layout
38487
38488 \begin_layout Standard
38489 使用中の文書は、
38490 \family sans
38491 ファイル
38492 \family default
38493 \SpecialChar \menuseparator
38494
38495 \family sans
38496 書き出し
38497 \family default
38498 \SpecialChar \menuseparator
38499
38500 \family sans
38501 DVI
38502 \family default
38503 メニューを使用して、DVIに書き出すことができます。
38504 \family sans
38505 表示
38506 \family default
38507 メニューから、文書をDVIとして表示させることもできます。
38508 \end_layout
38509
38510 \begin_layout Section
38511 PostScript
38512 \begin_inset CommandInset label
38513 LatexCommand label
38514 name "sec:PostScript"
38515
38516 \end_inset
38517
38518
38519 \begin_inset Index idx
38520 status collapsed
38521
38522 \begin_layout Plain Layout
38523 ふぁいるしょしき@ファイル書式 ! PostScript
38524 \end_layout
38525
38526 \end_inset
38527
38528
38529 \begin_inset Index idx
38530 status collapsed
38531
38532 \begin_layout Plain Layout
38533 PostScript
38534 \begin_inset ERT
38535 status collapsed
38536
38537 \begin_layout Plain Layout
38538
38539 |see{
38540 \end_layout
38541
38542 \end_inset
38543
38544 ファイル書式
38545 \begin_inset ERT
38546 status collapsed
38547
38548 \begin_layout Plain Layout
38549
38550 }
38551 \end_layout
38552
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \end_inset
38559
38560
38561 \end_layout
38562
38563 \begin_layout Standard
38564 このファイル型の拡張子は「
38565 \family typewriter
38566 .ps
38567 \family default
38568 」です。PostScriptは、
38569 \family typewriter
38570 Adobe
38571 \family default
38572 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38573 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38574 \begin_inset Foot
38575 status collapsed
38576
38577 \begin_layout Plain Layout
38578 これについてもう少し学ぶ気があれば、LaTeXパッケージ
38579 \series bold
38580 PSTricks
38581 \series default
38582
38583 \begin_inset CommandInset citation
38584 LatexCommand cite
38585 key "pstricks"
38586
38587 \end_inset
38588
38589 を見てみてください。
38590 \end_layout
38591
38592 \end_inset
38593
38594 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38595 \end_layout
38596
38597 \begin_layout Standard
38598 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38599 \family typewriter
38600 .eps
38601 \family default
38602 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
38603 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
38604 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
38605 を直接EPSとして入れておく方がよいでしょう。
38606 \end_layout
38607
38608 \begin_layout Standard
38609 文書は、
38610 \family sans
38611 ファイル
38612 \family default
38613 \SpecialChar \menuseparator
38614
38615 \family sans
38616 書き出し
38617 \family default
38618 \SpecialChar \menuseparator
38619
38620 \family sans
38621 Postscript
38622 \family default
38623 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38624 \family sans
38625 表示
38626 \family default
38627 メニューかツールバーボタン
38628 \begin_inset Graphics
38629         filename ../../images/buffer-view_ps.png
38630         scale 85
38631         scaleBeforeRotation
38632
38633 \end_inset
38634
38635 を使用することでPostScriptとして表示させることができます。
38636 \end_layout
38637
38638 \begin_layout Section
38639 PDF
38640 \begin_inset Index idx
38641 status collapsed
38642
38643 \begin_layout Plain Layout
38644 ふぁいるしょしき@ファイル書式 ! PDF
38645 \end_layout
38646
38647 \end_inset
38648
38649
38650 \begin_inset Index idx
38651 status collapsed
38652
38653 \begin_layout Plain Layout
38654 PDF
38655 \end_layout
38656
38657 \end_inset
38658
38659
38660 \end_layout
38661
38662 \begin_layout Standard
38663 このファイル型の拡張子は「
38664 \family typewriter
38665 .pdf
38666 \family default
38667 」です。この「Portable Document Format (PDF)」は、
38668 \family typewriter
38669 Adobe
38670 \family default
38671 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38672 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38673 \end_layout
38674
38675 \begin_layout Standard
38676 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38677 \family typewriter
38678 .jpg
38679 \family default
38680 」または「
38681 \family typewriter
38682 .jpeg
38683 \family default
38684 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38685 \family typewriter
38686 .png
38687 \family default
38688 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38689 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38690 とをお勧めします。
38691 \end_layout
38692
38693 \begin_layout Standard
38694 使用中の文書は、
38695 \family sans
38696 ファイル
38697 \family default
38698 \SpecialChar \menuseparator
38699
38700 \family sans
38701 書き出し
38702 \family default
38703 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38704 \end_layout
38705
38706 \begin_layout Description
38707 PDF
38708 \begin_inset space ~
38709 \end_inset
38710
38711 (ps2pdf) これは
38712 \family typewriter
38713 ps2pdf
38714 \family default
38715 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38716 \family typewriter
38717 dvips
38718 \family default
38719 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38720 \end_layout
38721
38722 \begin_layout Description
38723 PDF
38724 \begin_inset space ~
38725 \end_inset
38726
38727 (dvipdfm) これは
38728 \family typewriter
38729 dvipdfm
38730 \family default
38731 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38732 \end_layout
38733
38734 \begin_layout Description
38735 PDF
38736 \begin_inset space ~
38737 \end_inset
38738
38739 (pdflatex) これは
38740 \family typewriter
38741 pdftex
38742 \family default
38743 プログラムを使って、現在のファイルを直接PDFに変換します。
38744 \end_layout
38745
38746 \begin_layout Standard
38747
38748 \family typewriter
38749 pdftex
38750 \family default
38751 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38752 \family sans
38753 PDF
38754 \begin_inset space ~
38755 \end_inset
38756
38757 (pdflatex)
38758 \family default
38759 を使用することが推奨されます。
38760 \family typewriter
38761 dvipdfm
38762 \family default
38763 プログラムは開発が停止しており、若干時代遅れになっています。
38764 \end_layout
38765
38766 \begin_layout Standard
38767 使用中の文書をPDFとして表示するには、
38768 \family sans
38769 表示
38770 \family default
38771 メニューかツールバーボタン
38772 \begin_inset Graphics
38773         filename ../../images/buffer-view_pdf2.png
38774         scale 85
38775         scaleBeforeRotation
38776
38777 \end_inset
38778
38779 (これは
38780 \family sans
38781 PDF
38782 \begin_inset space ~
38783 \end_inset
38784
38785 (pdflatex)
38786 \family default
38787 を使用します)を用います。
38788 \end_layout
38789
38790 \begin_layout Chapter
38791 dvips色名一覧
38792 \begin_inset CommandInset label
38793 LatexCommand label
38794 name "chap:dvips色名一覧"
38795
38796 \end_inset
38797
38798
38799 \end_layout
38800
38801 \begin_layout Standard
38802 \begin_inset Tabular
38803 <lyxtabular version="3" rows="17" columns="4">
38804 <features rotate="0" tabularvalignment="middle">
38805 <column alignment="left" valignment="top" width="0pt">
38806 <column alignment="left" valignment="top" width="0pt">
38807 <column alignment="left" valignment="top" width="0pt">
38808 <column alignment="left" valignment="top" width="0pt">
38809 <row>
38810 <cell alignment="left" valignment="top" usebox="none">
38811 \begin_inset Text
38812
38813 \begin_layout Plain Layout
38814 \begin_inset ERT
38815 status collapsed
38816
38817 \begin_layout Plain Layout
38818
38819
38820 \backslash
38821 fcolorbox{black}{
38822 \end_layout
38823
38824 \end_inset
38825
38826 white
38827 \begin_inset ERT
38828 status collapsed
38829
38830 \begin_layout Plain Layout
38831
38832 }{
38833 \end_layout
38834
38835 \end_inset
38836
38837
38838 \begin_inset ERT
38839 status collapsed
38840
38841 \begin_layout Plain Layout
38842
38843 }
38844 \end_layout
38845
38846 \end_inset
38847
38848  色名
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="left" valignment="top" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 \begin_inset ERT
38858 status collapsed
38859
38860 \begin_layout Plain Layout
38861
38862
38863 \backslash
38864 fcolorbox{black}{
38865 \end_layout
38866
38867 \end_inset
38868
38869 white
38870 \begin_inset ERT
38871 status collapsed
38872
38873 \begin_layout Plain Layout
38874
38875 }{
38876 \end_layout
38877
38878 \end_inset
38879
38880
38881 \begin_inset ERT
38882 status collapsed
38883
38884 \begin_layout Plain Layout
38885
38886 }
38887 \end_layout
38888
38889 \end_inset
38890
38891  色名
38892 \end_layout
38893
38894 \end_inset
38895 </cell>
38896 <cell alignment="left" valignment="top" usebox="none">
38897 \begin_inset Text
38898
38899 \begin_layout Plain Layout
38900 \begin_inset ERT
38901 status collapsed
38902
38903 \begin_layout Plain Layout
38904
38905
38906 \backslash
38907 fcolorbox{black}{
38908 \end_layout
38909
38910 \end_inset
38911
38912 white
38913 \begin_inset ERT
38914 status collapsed
38915
38916 \begin_layout Plain Layout
38917
38918 }{
38919 \end_layout
38920
38921 \end_inset
38922
38923
38924 \begin_inset ERT
38925 status collapsed
38926
38927 \begin_layout Plain Layout
38928
38929 }
38930 \end_layout
38931
38932 \end_inset
38933
38934  色名
38935 \end_layout
38936
38937 \end_inset
38938 </cell>
38939 <cell alignment="left" valignment="top" usebox="none">
38940 \begin_inset Text
38941
38942 \begin_layout Plain Layout
38943 \begin_inset ERT
38944 status collapsed
38945
38946 \begin_layout Plain Layout
38947
38948
38949 \backslash
38950 fcolorbox{black}{
38951 \end_layout
38952
38953 \end_inset
38954
38955 white
38956 \begin_inset ERT
38957 status collapsed
38958
38959 \begin_layout Plain Layout
38960
38961 }{
38962 \end_layout
38963
38964 \end_inset
38965
38966
38967 \begin_inset ERT
38968 status collapsed
38969
38970 \begin_layout Plain Layout
38971
38972 }
38973 \end_layout
38974
38975 \end_inset
38976
38977  色名
38978 \end_layout
38979
38980 \end_inset
38981 </cell>
38982 </row>
38983 <row>
38984 <cell alignment="center" valignment="top" usebox="none">
38985 \begin_inset Text
38986
38987 \begin_layout Plain Layout
38988 \begin_inset ERT
38989 status collapsed
38990
38991 \begin_layout Plain Layout
38992
38993
38994 \backslash
38995 fcolorbox{black}{
38996 \end_layout
38997
38998 \end_inset
38999
39000 Apricot
39001 \begin_inset ERT
39002 status collapsed
39003
39004 \begin_layout Plain Layout
39005
39006 }{
39007 \end_layout
39008
39009 \end_inset
39010
39011
39012 \begin_inset Phantom Phantom
39013 status open
39014
39015 \begin_layout Plain Layout
39016 W
39017 \end_layout
39018
39019 \end_inset
39020
39021
39022 \begin_inset ERT
39023 status collapsed
39024
39025 \begin_layout Plain Layout
39026
39027 }
39028 \end_layout
39029
39030 \end_inset
39031
39032  Apricot
39033 \end_layout
39034
39035 \end_inset
39036 </cell>
39037 <cell alignment="center" valignment="top" usebox="none">
39038 \begin_inset Text
39039
39040 \begin_layout Plain Layout
39041 \begin_inset ERT
39042 status collapsed
39043
39044 \begin_layout Plain Layout
39045
39046
39047 \backslash
39048 fcolorbox{black}{
39049 \end_layout
39050
39051 \end_inset
39052
39053 Aquamarine
39054 \begin_inset ERT
39055 status collapsed
39056
39057 \begin_layout Plain Layout
39058
39059 }{
39060 \end_layout
39061
39062 \end_inset
39063
39064
39065 \begin_inset Phantom Phantom
39066 status open
39067
39068 \begin_layout Plain Layout
39069 W
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \begin_inset ERT
39076 status collapsed
39077
39078 \begin_layout Plain Layout
39079
39080 }
39081 \end_layout
39082
39083 \end_inset
39084
39085  Aquamarine
39086 \end_layout
39087
39088 \end_inset
39089 </cell>
39090 <cell alignment="center" valignment="top" usebox="none">
39091 \begin_inset Text
39092
39093 \begin_layout Plain Layout
39094 \begin_inset ERT
39095 status collapsed
39096
39097 \begin_layout Plain Layout
39098
39099
39100 \backslash
39101 fcolorbox{black}{
39102 \end_layout
39103
39104 \end_inset
39105
39106 Bittersweet
39107 \begin_inset ERT
39108 status collapsed
39109
39110 \begin_layout Plain Layout
39111
39112 }{
39113 \end_layout
39114
39115 \end_inset
39116
39117
39118 \begin_inset Phantom Phantom
39119 status open
39120
39121 \begin_layout Plain Layout
39122 W
39123 \end_layout
39124
39125 \end_inset
39126
39127
39128 \begin_inset ERT
39129 status collapsed
39130
39131 \begin_layout Plain Layout
39132
39133 }
39134 \end_layout
39135
39136 \end_inset
39137
39138  Bittersweet
39139 \end_layout
39140
39141 \end_inset
39142 </cell>
39143 <cell alignment="center" valignment="top" usebox="none">
39144 \begin_inset Text
39145
39146 \begin_layout Plain Layout
39147 \begin_inset ERT
39148 status collapsed
39149
39150 \begin_layout Plain Layout
39151
39152
39153 \backslash
39154 fcolorbox{black}{
39155 \end_layout
39156
39157 \end_inset
39158
39159 BlueGreen
39160 \begin_inset ERT
39161 status collapsed
39162
39163 \begin_layout Plain Layout
39164
39165 }{
39166 \end_layout
39167
39168 \end_inset
39169
39170
39171 \begin_inset Phantom Phantom
39172 status open
39173
39174 \begin_layout Plain Layout
39175 W
39176 \end_layout
39177
39178 \end_inset
39179
39180
39181 \begin_inset ERT
39182 status collapsed
39183
39184 \begin_layout Plain Layout
39185
39186 }
39187 \end_layout
39188
39189 \end_inset
39190
39191  BlueGreen
39192 \end_layout
39193
39194 \end_inset
39195 </cell>
39196 </row>
39197 <row>
39198 <cell alignment="left" valignment="top" usebox="none">
39199 \begin_inset Text
39200
39201 \begin_layout Plain Layout
39202 \begin_inset ERT
39203 status collapsed
39204
39205 \begin_layout Plain Layout
39206
39207
39208 \backslash
39209 fcolorbox{black}{
39210 \end_layout
39211
39212 \end_inset
39213
39214 BlueViolet
39215 \begin_inset ERT
39216 status collapsed
39217
39218 \begin_layout Plain Layout
39219
39220 }{
39221 \end_layout
39222
39223 \end_inset
39224
39225
39226 \begin_inset Phantom Phantom
39227 status open
39228
39229 \begin_layout Plain Layout
39230 W
39231 \end_layout
39232
39233 \end_inset
39234
39235
39236 \begin_inset ERT
39237 status collapsed
39238
39239 \begin_layout Plain Layout
39240
39241 }
39242 \end_layout
39243
39244 \end_inset
39245
39246  BlueViolet
39247 \end_layout
39248
39249 \end_inset
39250 </cell>
39251 <cell alignment="left" valignment="top" usebox="none">
39252 \begin_inset Text
39253
39254 \begin_layout Plain Layout
39255 \begin_inset ERT
39256 status collapsed
39257
39258 \begin_layout Plain Layout
39259
39260
39261 \backslash
39262 fcolorbox{black}{
39263 \end_layout
39264
39265 \end_inset
39266
39267 BrickRed
39268 \begin_inset ERT
39269 status collapsed
39270
39271 \begin_layout Plain Layout
39272
39273 }{
39274 \end_layout
39275
39276 \end_inset
39277
39278
39279 \begin_inset Phantom Phantom
39280 status open
39281
39282 \begin_layout Plain Layout
39283 W
39284 \end_layout
39285
39286 \end_inset
39287
39288
39289 \begin_inset ERT
39290 status collapsed
39291
39292 \begin_layout Plain Layout
39293
39294 }
39295 \end_layout
39296
39297 \end_inset
39298
39299  BrickRed
39300 \end_layout
39301
39302 \end_inset
39303 </cell>
39304 <cell alignment="left" valignment="top" usebox="none">
39305 \begin_inset Text
39306
39307 \begin_layout Plain Layout
39308 \begin_inset ERT
39309 status collapsed
39310
39311 \begin_layout Plain Layout
39312
39313
39314 \backslash
39315 fcolorbox{black}{
39316 \end_layout
39317
39318 \end_inset
39319
39320 Brown
39321 \begin_inset ERT
39322 status collapsed
39323
39324 \begin_layout Plain Layout
39325
39326 }{
39327 \end_layout
39328
39329 \end_inset
39330
39331
39332 \begin_inset Phantom Phantom
39333 status open
39334
39335 \begin_layout Plain Layout
39336 W
39337 \end_layout
39338
39339 \end_inset
39340
39341
39342 \begin_inset ERT
39343 status collapsed
39344
39345 \begin_layout Plain Layout
39346
39347 }
39348 \end_layout
39349
39350 \end_inset
39351
39352  Brown
39353 \end_layout
39354
39355 \end_inset
39356 </cell>
39357 <cell alignment="left" valignment="top" usebox="none">
39358 \begin_inset Text
39359
39360 \begin_layout Plain Layout
39361 \begin_inset ERT
39362 status collapsed
39363
39364 \begin_layout Plain Layout
39365
39366
39367 \backslash
39368 fcolorbox{black}{
39369 \end_layout
39370
39371 \end_inset
39372
39373 BurntOrange
39374 \begin_inset ERT
39375 status collapsed
39376
39377 \begin_layout Plain Layout
39378
39379 }{
39380 \end_layout
39381
39382 \end_inset
39383
39384
39385 \begin_inset Phantom Phantom
39386 status open
39387
39388 \begin_layout Plain Layout
39389 W
39390 \end_layout
39391
39392 \end_inset
39393
39394
39395 \begin_inset ERT
39396 status collapsed
39397
39398 \begin_layout Plain Layout
39399
39400 }
39401 \end_layout
39402
39403 \end_inset
39404
39405  BurntOrange
39406 \end_layout
39407
39408 \end_inset
39409 </cell>
39410 </row>
39411 <row>
39412 <cell alignment="left" valignment="top" usebox="none">
39413 \begin_inset Text
39414
39415 \begin_layout Plain Layout
39416 \begin_inset ERT
39417 status collapsed
39418
39419 \begin_layout Plain Layout
39420
39421
39422 \backslash
39423 fcolorbox{black}{
39424 \end_layout
39425
39426 \end_inset
39427
39428 CadetBlue
39429 \begin_inset ERT
39430 status collapsed
39431
39432 \begin_layout Plain Layout
39433
39434 }{
39435 \end_layout
39436
39437 \end_inset
39438
39439
39440 \begin_inset Phantom Phantom
39441 status open
39442
39443 \begin_layout Plain Layout
39444 W
39445 \end_layout
39446
39447 \end_inset
39448
39449
39450 \begin_inset ERT
39451 status collapsed
39452
39453 \begin_layout Plain Layout
39454
39455 }
39456 \end_layout
39457
39458 \end_inset
39459
39460  CadetBlue
39461 \end_layout
39462
39463 \end_inset
39464 </cell>
39465 <cell alignment="left" valignment="top" usebox="none">
39466 \begin_inset Text
39467
39468 \begin_layout Plain Layout
39469 \begin_inset ERT
39470 status collapsed
39471
39472 \begin_layout Plain Layout
39473
39474
39475 \backslash
39476 fcolorbox{black}{
39477 \end_layout
39478
39479 \end_inset
39480
39481 CarnationPink
39482 \begin_inset ERT
39483 status collapsed
39484
39485 \begin_layout Plain Layout
39486
39487 }{
39488 \end_layout
39489
39490 \end_inset
39491
39492
39493 \begin_inset Phantom Phantom
39494 status open
39495
39496 \begin_layout Plain Layout
39497 W
39498 \end_layout
39499
39500 \end_inset
39501
39502
39503 \begin_inset ERT
39504 status collapsed
39505
39506 \begin_layout Plain Layout
39507
39508 }
39509 \end_layout
39510
39511 \end_inset
39512
39513  CarnationPink
39514 \end_layout
39515
39516 \end_inset
39517 </cell>
39518 <cell alignment="left" valignment="top" usebox="none">
39519 \begin_inset Text
39520
39521 \begin_layout Plain Layout
39522 \begin_inset ERT
39523 status collapsed
39524
39525 \begin_layout Plain Layout
39526
39527
39528 \backslash
39529 fcolorbox{black}{
39530 \end_layout
39531
39532 \end_inset
39533
39534 Cerulean
39535 \begin_inset ERT
39536 status collapsed
39537
39538 \begin_layout Plain Layout
39539
39540 }{
39541 \end_layout
39542
39543 \end_inset
39544
39545
39546 \begin_inset Phantom Phantom
39547 status open
39548
39549 \begin_layout Plain Layout
39550 W
39551 \end_layout
39552
39553 \end_inset
39554
39555
39556 \begin_inset ERT
39557 status collapsed
39558
39559 \begin_layout Plain Layout
39560
39561 }
39562 \end_layout
39563
39564 \end_inset
39565
39566  Cerulean
39567 \end_layout
39568
39569 \end_inset
39570 </cell>
39571 <cell alignment="left" valignment="top" usebox="none">
39572 \begin_inset Text
39573
39574 \begin_layout Plain Layout
39575 \begin_inset ERT
39576 status collapsed
39577
39578 \begin_layout Plain Layout
39579
39580
39581 \backslash
39582 fcolorbox{black}{
39583 \end_layout
39584
39585 \end_inset
39586
39587 CornflowerBlue
39588 \begin_inset ERT
39589 status collapsed
39590
39591 \begin_layout Plain Layout
39592
39593 }{
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \begin_inset Phantom Phantom
39600 status open
39601
39602 \begin_layout Plain Layout
39603 W
39604 \end_layout
39605
39606 \end_inset
39607
39608
39609 \begin_inset ERT
39610 status collapsed
39611
39612 \begin_layout Plain Layout
39613
39614 }
39615 \end_layout
39616
39617 \end_inset
39618
39619  CornflowerBlue
39620 \end_layout
39621
39622 \end_inset
39623 </cell>
39624 </row>
39625 <row>
39626 <cell alignment="left" valignment="top" usebox="none">
39627 \begin_inset Text
39628
39629 \begin_layout Plain Layout
39630 \begin_inset ERT
39631 status collapsed
39632
39633 \begin_layout Plain Layout
39634
39635
39636 \backslash
39637 fcolorbox{black}{
39638 \end_layout
39639
39640 \end_inset
39641
39642 Dandelion
39643 \begin_inset ERT
39644 status collapsed
39645
39646 \begin_layout Plain Layout
39647
39648 }{
39649 \end_layout
39650
39651 \end_inset
39652
39653
39654 \begin_inset Phantom Phantom
39655 status open
39656
39657 \begin_layout Plain Layout
39658 W
39659 \end_layout
39660
39661 \end_inset
39662
39663
39664 \begin_inset ERT
39665 status collapsed
39666
39667 \begin_layout Plain Layout
39668
39669 }
39670 \end_layout
39671
39672 \end_inset
39673
39674  Dandelion
39675 \end_layout
39676
39677 \end_inset
39678 </cell>
39679 <cell alignment="left" valignment="top" usebox="none">
39680 \begin_inset Text
39681
39682 \begin_layout Plain Layout
39683 \begin_inset ERT
39684 status collapsed
39685
39686 \begin_layout Plain Layout
39687
39688
39689 \backslash
39690 fcolorbox{black}{
39691 \end_layout
39692
39693 \end_inset
39694
39695 DarkOrchid
39696 \begin_inset ERT
39697 status collapsed
39698
39699 \begin_layout Plain Layout
39700
39701 }{
39702 \end_layout
39703
39704 \end_inset
39705
39706
39707 \begin_inset Phantom Phantom
39708 status open
39709
39710 \begin_layout Plain Layout
39711 W
39712 \end_layout
39713
39714 \end_inset
39715
39716
39717 \begin_inset ERT
39718 status collapsed
39719
39720 \begin_layout Plain Layout
39721
39722 }
39723 \end_layout
39724
39725 \end_inset
39726
39727  DarkOrchid
39728 \end_layout
39729
39730 \end_inset
39731 </cell>
39732 <cell alignment="left" valignment="top" usebox="none">
39733 \begin_inset Text
39734
39735 \begin_layout Plain Layout
39736 \begin_inset ERT
39737 status collapsed
39738
39739 \begin_layout Plain Layout
39740
39741
39742 \backslash
39743 fcolorbox{black}{
39744 \end_layout
39745
39746 \end_inset
39747
39748 Emerald
39749 \begin_inset ERT
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753
39754 }{
39755 \end_layout
39756
39757 \end_inset
39758
39759
39760 \begin_inset Phantom Phantom
39761 status open
39762
39763 \begin_layout Plain Layout
39764 W
39765 \end_layout
39766
39767 \end_inset
39768
39769
39770 \begin_inset ERT
39771 status collapsed
39772
39773 \begin_layout Plain Layout
39774
39775 }
39776 \end_layout
39777
39778 \end_inset
39779
39780  Emerald
39781 \end_layout
39782
39783 \end_inset
39784 </cell>
39785 <cell alignment="left" valignment="top" usebox="none">
39786 \begin_inset Text
39787
39788 \begin_layout Plain Layout
39789 \begin_inset ERT
39790 status collapsed
39791
39792 \begin_layout Plain Layout
39793
39794
39795 \backslash
39796 fcolorbox{black}{
39797 \end_layout
39798
39799 \end_inset
39800
39801 ForestGreen
39802 \begin_inset ERT
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806
39807 }{
39808 \end_layout
39809
39810 \end_inset
39811
39812
39813 \begin_inset Phantom Phantom
39814 status open
39815
39816 \begin_layout Plain Layout
39817 W
39818 \end_layout
39819
39820 \end_inset
39821
39822
39823 \begin_inset ERT
39824 status collapsed
39825
39826 \begin_layout Plain Layout
39827
39828 }
39829 \end_layout
39830
39831 \end_inset
39832
39833  ForestGreen
39834 \end_layout
39835
39836 \end_inset
39837 </cell>
39838 </row>
39839 <row>
39840 <cell alignment="left" valignment="top" usebox="none">
39841 \begin_inset Text
39842
39843 \begin_layout Plain Layout
39844 \begin_inset ERT
39845 status collapsed
39846
39847 \begin_layout Plain Layout
39848
39849
39850 \backslash
39851 fcolorbox{black}{
39852 \end_layout
39853
39854 \end_inset
39855
39856 Fuchsia
39857 \begin_inset ERT
39858 status collapsed
39859
39860 \begin_layout Plain Layout
39861
39862 }{
39863 \end_layout
39864
39865 \end_inset
39866
39867
39868 \begin_inset Phantom Phantom
39869 status open
39870
39871 \begin_layout Plain Layout
39872 W
39873 \end_layout
39874
39875 \end_inset
39876
39877
39878 \begin_inset ERT
39879 status collapsed
39880
39881 \begin_layout Plain Layout
39882
39883 }
39884 \end_layout
39885
39886 \end_inset
39887
39888  Fuchsia
39889 \end_layout
39890
39891 \end_inset
39892 </cell>
39893 <cell alignment="left" valignment="top" usebox="none">
39894 \begin_inset Text
39895
39896 \begin_layout Plain Layout
39897 \begin_inset ERT
39898 status collapsed
39899
39900 \begin_layout Plain Layout
39901
39902
39903 \backslash
39904 fcolorbox{black}{
39905 \end_layout
39906
39907 \end_inset
39908
39909 Goldenrod
39910 \begin_inset ERT
39911 status collapsed
39912
39913 \begin_layout Plain Layout
39914
39915 }{
39916 \end_layout
39917
39918 \end_inset
39919
39920
39921 \begin_inset Phantom Phantom
39922 status open
39923
39924 \begin_layout Plain Layout
39925 W
39926 \end_layout
39927
39928 \end_inset
39929
39930
39931 \begin_inset ERT
39932 status collapsed
39933
39934 \begin_layout Plain Layout
39935
39936 }
39937 \end_layout
39938
39939 \end_inset
39940
39941  Goldenrod
39942 \end_layout
39943
39944 \end_inset
39945 </cell>
39946 <cell alignment="left" valignment="top" usebox="none">
39947 \begin_inset Text
39948
39949 \begin_layout Plain Layout
39950 \begin_inset ERT
39951 status collapsed
39952
39953 \begin_layout Plain Layout
39954
39955
39956 \backslash
39957 fcolorbox{black}{
39958 \end_layout
39959
39960 \end_inset
39961
39962 Gray
39963 \begin_inset ERT
39964 status collapsed
39965
39966 \begin_layout Plain Layout
39967
39968 }{
39969 \end_layout
39970
39971 \end_inset
39972
39973
39974 \begin_inset Phantom Phantom
39975 status open
39976
39977 \begin_layout Plain Layout
39978 W
39979 \end_layout
39980
39981 \end_inset
39982
39983
39984 \begin_inset ERT
39985 status collapsed
39986
39987 \begin_layout Plain Layout
39988
39989 }
39990 \end_layout
39991
39992 \end_inset
39993
39994  Gray
39995 \end_layout
39996
39997 \end_inset
39998 </cell>
39999 <cell alignment="left" valignment="top" usebox="none">
40000 \begin_inset Text
40001
40002 \begin_layout Plain Layout
40003 \begin_inset ERT
40004 status collapsed
40005
40006 \begin_layout Plain Layout
40007
40008
40009 \backslash
40010 fcolorbox{black}{
40011 \end_layout
40012
40013 \end_inset
40014
40015 GreenYellow
40016 \begin_inset ERT
40017 status collapsed
40018
40019 \begin_layout Plain Layout
40020
40021 }{
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \begin_inset Phantom Phantom
40028 status open
40029
40030 \begin_layout Plain Layout
40031 W
40032 \end_layout
40033
40034 \end_inset
40035
40036
40037 \begin_inset ERT
40038 status collapsed
40039
40040 \begin_layout Plain Layout
40041
40042 }
40043 \end_layout
40044
40045 \end_inset
40046
40047  GreenYellow
40048 \end_layout
40049
40050 \end_inset
40051 </cell>
40052 </row>
40053 <row>
40054 <cell alignment="center" valignment="top" usebox="none">
40055 \begin_inset Text
40056
40057 \begin_layout Plain Layout
40058 \begin_inset ERT
40059 status collapsed
40060
40061 \begin_layout Plain Layout
40062
40063
40064 \backslash
40065 fcolorbox{black}{
40066 \end_layout
40067
40068 \end_inset
40069
40070 JungleGreen
40071 \begin_inset ERT
40072 status collapsed
40073
40074 \begin_layout Plain Layout
40075
40076 }{
40077 \end_layout
40078
40079 \end_inset
40080
40081
40082 \begin_inset Phantom Phantom
40083 status open
40084
40085 \begin_layout Plain Layout
40086 W
40087 \end_layout
40088
40089 \end_inset
40090
40091
40092 \begin_inset ERT
40093 status collapsed
40094
40095 \begin_layout Plain Layout
40096
40097 }
40098 \end_layout
40099
40100 \end_inset
40101
40102  JungleGreen
40103 \end_layout
40104
40105 \end_inset
40106 </cell>
40107 <cell alignment="center" valignment="top" usebox="none">
40108 \begin_inset Text
40109
40110 \begin_layout Plain Layout
40111 \begin_inset ERT
40112 status collapsed
40113
40114 \begin_layout Plain Layout
40115
40116
40117 \backslash
40118 fcolorbox{black}{
40119 \end_layout
40120
40121 \end_inset
40122
40123 Lavender
40124 \begin_inset ERT
40125 status collapsed
40126
40127 \begin_layout Plain Layout
40128
40129 }{
40130 \end_layout
40131
40132 \end_inset
40133
40134
40135 \begin_inset Phantom Phantom
40136 status open
40137
40138 \begin_layout Plain Layout
40139 W
40140 \end_layout
40141
40142 \end_inset
40143
40144
40145 \begin_inset ERT
40146 status collapsed
40147
40148 \begin_layout Plain Layout
40149
40150 }
40151 \end_layout
40152
40153 \end_inset
40154
40155  Lavender
40156 \end_layout
40157
40158 \end_inset
40159 </cell>
40160 <cell alignment="center" valignment="top" usebox="none">
40161 \begin_inset Text
40162
40163 \begin_layout Plain Layout
40164 \begin_inset ERT
40165 status collapsed
40166
40167 \begin_layout Plain Layout
40168
40169
40170 \backslash
40171 fcolorbox{black}{
40172 \end_layout
40173
40174 \end_inset
40175
40176 LimeGreen
40177 \begin_inset ERT
40178 status collapsed
40179
40180 \begin_layout Plain Layout
40181
40182 }{
40183 \end_layout
40184
40185 \end_inset
40186
40187
40188 \begin_inset Phantom Phantom
40189 status open
40190
40191 \begin_layout Plain Layout
40192 W
40193 \end_layout
40194
40195 \end_inset
40196
40197
40198 \begin_inset ERT
40199 status collapsed
40200
40201 \begin_layout Plain Layout
40202
40203 }
40204 \end_layout
40205
40206 \end_inset
40207
40208  LimeGreen
40209 \end_layout
40210
40211 \end_inset
40212 </cell>
40213 <cell alignment="center" valignment="top" usebox="none">
40214 \begin_inset Text
40215
40216 \begin_layout Plain Layout
40217 \begin_inset ERT
40218 status collapsed
40219
40220 \begin_layout Plain Layout
40221
40222
40223 \backslash
40224 fcolorbox{black}{
40225 \end_layout
40226
40227 \end_inset
40228
40229 Mahogany
40230 \begin_inset ERT
40231 status collapsed
40232
40233 \begin_layout Plain Layout
40234
40235 }{
40236 \end_layout
40237
40238 \end_inset
40239
40240
40241 \begin_inset Phantom Phantom
40242 status open
40243
40244 \begin_layout Plain Layout
40245 W
40246 \end_layout
40247
40248 \end_inset
40249
40250
40251 \begin_inset ERT
40252 status collapsed
40253
40254 \begin_layout Plain Layout
40255
40256 }
40257 \end_layout
40258
40259 \end_inset
40260
40261  Mahogany
40262 \end_layout
40263
40264 \end_inset
40265 </cell>
40266 </row>
40267 <row>
40268 <cell alignment="left" valignment="top" usebox="none">
40269 \begin_inset Text
40270
40271 \begin_layout Plain Layout
40272 \begin_inset ERT
40273 status collapsed
40274
40275 \begin_layout Plain Layout
40276
40277
40278 \backslash
40279 fcolorbox{black}{
40280 \end_layout
40281
40282 \end_inset
40283
40284 Mahogany
40285 \begin_inset ERT
40286 status collapsed
40287
40288 \begin_layout Plain Layout
40289
40290 }{
40291 \end_layout
40292
40293 \end_inset
40294
40295
40296 \begin_inset Phantom Phantom
40297 status open
40298
40299 \begin_layout Plain Layout
40300 W
40301 \end_layout
40302
40303 \end_inset
40304
40305
40306 \begin_inset ERT
40307 status collapsed
40308
40309 \begin_layout Plain Layout
40310
40311 }
40312 \end_layout
40313
40314 \end_inset
40315
40316  Mahogany
40317 \end_layout
40318
40319 \end_inset
40320 </cell>
40321 <cell alignment="left" valignment="top" usebox="none">
40322 \begin_inset Text
40323
40324 \begin_layout Plain Layout
40325 \begin_inset ERT
40326 status collapsed
40327
40328 \begin_layout Plain Layout
40329
40330
40331 \backslash
40332 fcolorbox{black}{
40333 \end_layout
40334
40335 \end_inset
40336
40337 Maroon
40338 \begin_inset ERT
40339 status collapsed
40340
40341 \begin_layout Plain Layout
40342
40343 }{
40344 \end_layout
40345
40346 \end_inset
40347
40348
40349 \begin_inset Phantom Phantom
40350 status open
40351
40352 \begin_layout Plain Layout
40353 W
40354 \end_layout
40355
40356 \end_inset
40357
40358
40359 \begin_inset ERT
40360 status collapsed
40361
40362 \begin_layout Plain Layout
40363
40364 }
40365 \end_layout
40366
40367 \end_inset
40368
40369  Maroon
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 <cell alignment="left" valignment="top" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 \begin_inset ERT
40379 status collapsed
40380
40381 \begin_layout Plain Layout
40382
40383
40384 \backslash
40385 fcolorbox{black}{
40386 \end_layout
40387
40388 \end_inset
40389
40390 Melon
40391 \begin_inset ERT
40392 status collapsed
40393
40394 \begin_layout Plain Layout
40395
40396 }{
40397 \end_layout
40398
40399 \end_inset
40400
40401
40402 \begin_inset Phantom Phantom
40403 status open
40404
40405 \begin_layout Plain Layout
40406 W
40407 \end_layout
40408
40409 \end_inset
40410
40411
40412 \begin_inset ERT
40413 status collapsed
40414
40415 \begin_layout Plain Layout
40416
40417 }
40418 \end_layout
40419
40420 \end_inset
40421
40422  Melon
40423 \end_layout
40424
40425 \end_inset
40426 </cell>
40427 <cell alignment="left" valignment="top" usebox="none">
40428 \begin_inset Text
40429
40430 \begin_layout Plain Layout
40431 \begin_inset ERT
40432 status collapsed
40433
40434 \begin_layout Plain Layout
40435
40436
40437 \backslash
40438 fcolorbox{black}{
40439 \end_layout
40440
40441 \end_inset
40442
40443 MidnightBlue
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449 }{
40450 \end_layout
40451
40452 \end_inset
40453
40454
40455 \begin_inset Phantom Phantom
40456 status open
40457
40458 \begin_layout Plain Layout
40459 W
40460 \end_layout
40461
40462 \end_inset
40463
40464
40465 \begin_inset ERT
40466 status collapsed
40467
40468 \begin_layout Plain Layout
40469
40470 }
40471 \end_layout
40472
40473 \end_inset
40474
40475  MidnightBlue
40476 \end_layout
40477
40478 \end_inset
40479 </cell>
40480 </row>
40481 <row>
40482 <cell alignment="left" valignment="top" usebox="none">
40483 \begin_inset Text
40484
40485 \begin_layout Plain Layout
40486 \begin_inset ERT
40487 status collapsed
40488
40489 \begin_layout Plain Layout
40490
40491
40492 \backslash
40493 fcolorbox{black}{
40494 \end_layout
40495
40496 \end_inset
40497
40498 Mulberry
40499 \begin_inset ERT
40500 status collapsed
40501
40502 \begin_layout Plain Layout
40503
40504 }{
40505 \end_layout
40506
40507 \end_inset
40508
40509
40510 \begin_inset Phantom Phantom
40511 status open
40512
40513 \begin_layout Plain Layout
40514 W
40515 \end_layout
40516
40517 \end_inset
40518
40519
40520 \begin_inset ERT
40521 status collapsed
40522
40523 \begin_layout Plain Layout
40524
40525 }
40526 \end_layout
40527
40528 \end_inset
40529
40530  Mulberry
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 <cell alignment="left" valignment="top" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539 \begin_inset ERT
40540 status collapsed
40541
40542 \begin_layout Plain Layout
40543
40544
40545 \backslash
40546 fcolorbox{black}{
40547 \end_layout
40548
40549 \end_inset
40550
40551 NavyBlue
40552 \begin_inset ERT
40553 status collapsed
40554
40555 \begin_layout Plain Layout
40556
40557 }{
40558 \end_layout
40559
40560 \end_inset
40561
40562
40563 \begin_inset Phantom Phantom
40564 status open
40565
40566 \begin_layout Plain Layout
40567 W
40568 \end_layout
40569
40570 \end_inset
40571
40572
40573 \begin_inset ERT
40574 status collapsed
40575
40576 \begin_layout Plain Layout
40577
40578 }
40579 \end_layout
40580
40581 \end_inset
40582
40583  NavyBlue
40584 \end_layout
40585
40586 \end_inset
40587 </cell>
40588 <cell alignment="left" valignment="top" usebox="none">
40589 \begin_inset Text
40590
40591 \begin_layout Plain Layout
40592 \begin_inset ERT
40593 status collapsed
40594
40595 \begin_layout Plain Layout
40596
40597
40598 \backslash
40599 fcolorbox{black}{
40600 \end_layout
40601
40602 \end_inset
40603
40604 OliveGreen
40605 \begin_inset ERT
40606 status collapsed
40607
40608 \begin_layout Plain Layout
40609
40610 }{
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \begin_inset Phantom Phantom
40617 status open
40618
40619 \begin_layout Plain Layout
40620 W
40621 \end_layout
40622
40623 \end_inset
40624
40625
40626 \begin_inset ERT
40627 status collapsed
40628
40629 \begin_layout Plain Layout
40630
40631 }
40632 \end_layout
40633
40634 \end_inset
40635
40636  OliveGreen
40637 \end_layout
40638
40639 \end_inset
40640 </cell>
40641 <cell alignment="left" valignment="top" usebox="none">
40642 \begin_inset Text
40643
40644 \begin_layout Plain Layout
40645 \begin_inset ERT
40646 status collapsed
40647
40648 \begin_layout Plain Layout
40649
40650
40651 \backslash
40652 fcolorbox{black}{
40653 \end_layout
40654
40655 \end_inset
40656
40657 Orange
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663 }{
40664 \end_layout
40665
40666 \end_inset
40667
40668
40669 \begin_inset Phantom Phantom
40670 status open
40671
40672 \begin_layout Plain Layout
40673 W
40674 \end_layout
40675
40676 \end_inset
40677
40678
40679 \begin_inset ERT
40680 status collapsed
40681
40682 \begin_layout Plain Layout
40683
40684 }
40685 \end_layout
40686
40687 \end_inset
40688
40689  Orange
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 </row>
40695 <row>
40696 <cell alignment="left" valignment="top" usebox="none">
40697 \begin_inset Text
40698
40699 \begin_layout Plain Layout
40700 \begin_inset ERT
40701 status collapsed
40702
40703 \begin_layout Plain Layout
40704
40705
40706 \backslash
40707 fcolorbox{black}{
40708 \end_layout
40709
40710 \end_inset
40711
40712 OrangeRed
40713 \begin_inset ERT
40714 status collapsed
40715
40716 \begin_layout Plain Layout
40717
40718 }{
40719 \end_layout
40720
40721 \end_inset
40722
40723
40724 \begin_inset Phantom Phantom
40725 status open
40726
40727 \begin_layout Plain Layout
40728 W
40729 \end_layout
40730
40731 \end_inset
40732
40733
40734 \begin_inset ERT
40735 status collapsed
40736
40737 \begin_layout Plain Layout
40738
40739 }
40740 \end_layout
40741
40742 \end_inset
40743
40744  OrangeRed
40745 \end_layout
40746
40747 \end_inset
40748 </cell>
40749 <cell alignment="left" valignment="top" usebox="none">
40750 \begin_inset Text
40751
40752 \begin_layout Plain Layout
40753 \begin_inset ERT
40754 status collapsed
40755
40756 \begin_layout Plain Layout
40757
40758
40759 \backslash
40760 fcolorbox{black}{
40761 \end_layout
40762
40763 \end_inset
40764
40765 Orchid
40766 \begin_inset ERT
40767 status collapsed
40768
40769 \begin_layout Plain Layout
40770
40771 }{
40772 \end_layout
40773
40774 \end_inset
40775
40776
40777 \begin_inset Phantom Phantom
40778 status open
40779
40780 \begin_layout Plain Layout
40781 W
40782 \end_layout
40783
40784 \end_inset
40785
40786
40787 \begin_inset ERT
40788 status collapsed
40789
40790 \begin_layout Plain Layout
40791
40792 }
40793 \end_layout
40794
40795 \end_inset
40796
40797  Orchid
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 <cell alignment="left" valignment="top" usebox="none">
40803 \begin_inset Text
40804
40805 \begin_layout Plain Layout
40806 \begin_inset ERT
40807 status collapsed
40808
40809 \begin_layout Plain Layout
40810
40811
40812 \backslash
40813 fcolorbox{black}{
40814 \end_layout
40815
40816 \end_inset
40817
40818 Peach
40819 \begin_inset ERT
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823
40824 }{
40825 \end_layout
40826
40827 \end_inset
40828
40829
40830 \begin_inset Phantom Phantom
40831 status open
40832
40833 \begin_layout Plain Layout
40834 W
40835 \end_layout
40836
40837 \end_inset
40838
40839
40840 \begin_inset ERT
40841 status collapsed
40842
40843 \begin_layout Plain Layout
40844
40845 }
40846 \end_layout
40847
40848 \end_inset
40849
40850  Peach
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 <cell alignment="left" valignment="top" usebox="none">
40856 \begin_inset Text
40857
40858 \begin_layout Plain Layout
40859 \begin_inset ERT
40860 status collapsed
40861
40862 \begin_layout Plain Layout
40863
40864
40865 \backslash
40866 fcolorbox{black}{
40867 \end_layout
40868
40869 \end_inset
40870
40871 Periwinkle
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }{
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \begin_inset Phantom Phantom
40884 status open
40885
40886 \begin_layout Plain Layout
40887 W
40888 \end_layout
40889
40890 \end_inset
40891
40892
40893 \begin_inset ERT
40894 status collapsed
40895
40896 \begin_layout Plain Layout
40897
40898 }
40899 \end_layout
40900
40901 \end_inset
40902
40903  Periwinkle
40904 \end_layout
40905
40906 \end_inset
40907 </cell>
40908 </row>
40909 <row>
40910 <cell alignment="left" valignment="top" usebox="none">
40911 \begin_inset Text
40912
40913 \begin_layout Plain Layout
40914 \begin_inset ERT
40915 status collapsed
40916
40917 \begin_layout Plain Layout
40918
40919
40920 \backslash
40921 fcolorbox{black}{
40922 \end_layout
40923
40924 \end_inset
40925
40926 PineGreen
40927 \begin_inset ERT
40928 status collapsed
40929
40930 \begin_layout Plain Layout
40931
40932 }{
40933 \end_layout
40934
40935 \end_inset
40936
40937
40938 \begin_inset Phantom Phantom
40939 status open
40940
40941 \begin_layout Plain Layout
40942 W
40943 \end_layout
40944
40945 \end_inset
40946
40947
40948 \begin_inset ERT
40949 status collapsed
40950
40951 \begin_layout Plain Layout
40952
40953 }
40954 \end_layout
40955
40956 \end_inset
40957
40958  PineGreen
40959 \end_layout
40960
40961 \end_inset
40962 </cell>
40963 <cell alignment="left" valignment="top" usebox="none">
40964 \begin_inset Text
40965
40966 \begin_layout Plain Layout
40967 \begin_inset ERT
40968 status collapsed
40969
40970 \begin_layout Plain Layout
40971
40972
40973 \backslash
40974 fcolorbox{black}{
40975 \end_layout
40976
40977 \end_inset
40978
40979 Plum
40980 \begin_inset ERT
40981 status collapsed
40982
40983 \begin_layout Plain Layout
40984
40985 }{
40986 \end_layout
40987
40988 \end_inset
40989
40990
40991 \begin_inset Phantom Phantom
40992 status open
40993
40994 \begin_layout Plain Layout
40995 W
40996 \end_layout
40997
40998 \end_inset
40999
41000
41001 \begin_inset ERT
41002 status collapsed
41003
41004 \begin_layout Plain Layout
41005
41006 }
41007 \end_layout
41008
41009 \end_inset
41010
41011  Plum
41012 \end_layout
41013
41014 \end_inset
41015 </cell>
41016 <cell alignment="left" valignment="top" usebox="none">
41017 \begin_inset Text
41018
41019 \begin_layout Plain Layout
41020 \begin_inset ERT
41021 status collapsed
41022
41023 \begin_layout Plain Layout
41024
41025
41026 \backslash
41027 fcolorbox{black}{
41028 \end_layout
41029
41030 \end_inset
41031
41032 ProcessBlue
41033 \begin_inset ERT
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037
41038 }{
41039 \end_layout
41040
41041 \end_inset
41042
41043
41044 \begin_inset Phantom Phantom
41045 status open
41046
41047 \begin_layout Plain Layout
41048 W
41049 \end_layout
41050
41051 \end_inset
41052
41053
41054 \begin_inset ERT
41055 status collapsed
41056
41057 \begin_layout Plain Layout
41058
41059 }
41060 \end_layout
41061
41062 \end_inset
41063
41064  ProcessBlue
41065 \end_layout
41066
41067 \end_inset
41068 </cell>
41069 <cell alignment="left" valignment="top" usebox="none">
41070 \begin_inset Text
41071
41072 \begin_layout Plain Layout
41073 \begin_inset ERT
41074 status collapsed
41075
41076 \begin_layout Plain Layout
41077
41078
41079 \backslash
41080 fcolorbox{black}{
41081 \end_layout
41082
41083 \end_inset
41084
41085 Purple
41086 \begin_inset ERT
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090
41091 }{
41092 \end_layout
41093
41094 \end_inset
41095
41096
41097 \begin_inset Phantom Phantom
41098 status open
41099
41100 \begin_layout Plain Layout
41101 W
41102 \end_layout
41103
41104 \end_inset
41105
41106
41107 \begin_inset ERT
41108 status collapsed
41109
41110 \begin_layout Plain Layout
41111
41112 }
41113 \end_layout
41114
41115 \end_inset
41116
41117  Purple
41118 \end_layout
41119
41120 \end_inset
41121 </cell>
41122 </row>
41123 <row>
41124 <cell alignment="left" valignment="top" usebox="none">
41125 \begin_inset Text
41126
41127 \begin_layout Plain Layout
41128 \begin_inset ERT
41129 status collapsed
41130
41131 \begin_layout Plain Layout
41132
41133
41134 \backslash
41135 fcolorbox{black}{
41136 \end_layout
41137
41138 \end_inset
41139
41140 RawSienna
41141 \begin_inset ERT
41142 status collapsed
41143
41144 \begin_layout Plain Layout
41145
41146 }{
41147 \end_layout
41148
41149 \end_inset
41150
41151
41152 \begin_inset Phantom Phantom
41153 status open
41154
41155 \begin_layout Plain Layout
41156 W
41157 \end_layout
41158
41159 \end_inset
41160
41161
41162 \begin_inset ERT
41163 status collapsed
41164
41165 \begin_layout Plain Layout
41166
41167 }
41168 \end_layout
41169
41170 \end_inset
41171
41172  RawSienna
41173 \end_layout
41174
41175 \end_inset
41176 </cell>
41177 <cell alignment="left" valignment="top" usebox="none">
41178 \begin_inset Text
41179
41180 \begin_layout Plain Layout
41181 \begin_inset ERT
41182 status collapsed
41183
41184 \begin_layout Plain Layout
41185
41186
41187 \backslash
41188 fcolorbox{black}{
41189 \end_layout
41190
41191 \end_inset
41192
41193 RedOrange
41194 \begin_inset ERT
41195 status collapsed
41196
41197 \begin_layout Plain Layout
41198
41199 }{
41200 \end_layout
41201
41202 \end_inset
41203
41204
41205 \begin_inset Phantom Phantom
41206 status open
41207
41208 \begin_layout Plain Layout
41209 W
41210 \end_layout
41211
41212 \end_inset
41213
41214
41215 \begin_inset ERT
41216 status collapsed
41217
41218 \begin_layout Plain Layout
41219
41220 }
41221 \end_layout
41222
41223 \end_inset
41224
41225  RedOrange
41226 \end_layout
41227
41228 \end_inset
41229 </cell>
41230 <cell alignment="left" valignment="top" usebox="none">
41231 \begin_inset Text
41232
41233 \begin_layout Plain Layout
41234 \begin_inset ERT
41235 status collapsed
41236
41237 \begin_layout Plain Layout
41238
41239
41240 \backslash
41241 fcolorbox{black}{
41242 \end_layout
41243
41244 \end_inset
41245
41246 RedViolet
41247 \begin_inset ERT
41248 status collapsed
41249
41250 \begin_layout Plain Layout
41251
41252 }{
41253 \end_layout
41254
41255 \end_inset
41256
41257
41258 \begin_inset Phantom Phantom
41259 status open
41260
41261 \begin_layout Plain Layout
41262 W
41263 \end_layout
41264
41265 \end_inset
41266
41267
41268 \begin_inset ERT
41269 status collapsed
41270
41271 \begin_layout Plain Layout
41272
41273 }
41274 \end_layout
41275
41276 \end_inset
41277
41278  RedViolet
41279 \end_layout
41280
41281 \end_inset
41282 </cell>
41283 <cell alignment="left" valignment="top" usebox="none">
41284 \begin_inset Text
41285
41286 \begin_layout Plain Layout
41287 \begin_inset ERT
41288 status collapsed
41289
41290 \begin_layout Plain Layout
41291
41292
41293 \backslash
41294 fcolorbox{black}{
41295 \end_layout
41296
41297 \end_inset
41298
41299 Rhodamine
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305 }{
41306 \end_layout
41307
41308 \end_inset
41309
41310
41311 \begin_inset Phantom Phantom
41312 status open
41313
41314 \begin_layout Plain Layout
41315 W
41316 \end_layout
41317
41318 \end_inset
41319
41320
41321 \begin_inset ERT
41322 status collapsed
41323
41324 \begin_layout Plain Layout
41325
41326 }
41327 \end_layout
41328
41329 \end_inset
41330
41331  Rhodamine
41332 \end_layout
41333
41334 \end_inset
41335 </cell>
41336 </row>
41337 <row>
41338 <cell alignment="left" valignment="top" usebox="none">
41339 \begin_inset Text
41340
41341 \begin_layout Plain Layout
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347
41348 \backslash
41349 fcolorbox{black}{
41350 \end_layout
41351
41352 \end_inset
41353
41354 RoyalBlue
41355 \begin_inset ERT
41356 status collapsed
41357
41358 \begin_layout Plain Layout
41359
41360 }{
41361 \end_layout
41362
41363 \end_inset
41364
41365
41366 \begin_inset Phantom Phantom
41367 status open
41368
41369 \begin_layout Plain Layout
41370 W
41371 \end_layout
41372
41373 \end_inset
41374
41375
41376 \begin_inset ERT
41377 status collapsed
41378
41379 \begin_layout Plain Layout
41380
41381 }
41382 \end_layout
41383
41384 \end_inset
41385
41386  RoyalBlue
41387 \end_layout
41388
41389 \end_inset
41390 </cell>
41391 <cell alignment="left" valignment="top" usebox="none">
41392 \begin_inset Text
41393
41394 \begin_layout Plain Layout
41395 \begin_inset ERT
41396 status collapsed
41397
41398 \begin_layout Plain Layout
41399
41400
41401 \backslash
41402 fcolorbox{black}{
41403 \end_layout
41404
41405 \end_inset
41406
41407 RoyalPurple
41408 \begin_inset ERT
41409 status collapsed
41410
41411 \begin_layout Plain Layout
41412
41413 }{
41414 \end_layout
41415
41416 \end_inset
41417
41418
41419 \begin_inset Phantom Phantom
41420 status open
41421
41422 \begin_layout Plain Layout
41423 W
41424 \end_layout
41425
41426 \end_inset
41427
41428
41429 \begin_inset ERT
41430 status collapsed
41431
41432 \begin_layout Plain Layout
41433
41434 }
41435 \end_layout
41436
41437 \end_inset
41438
41439  RoyalPurple
41440 \end_layout
41441
41442 \end_inset
41443 </cell>
41444 <cell alignment="left" valignment="top" usebox="none">
41445 \begin_inset Text
41446
41447 \begin_layout Plain Layout
41448 \begin_inset ERT
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452
41453
41454 \backslash
41455 fcolorbox{black}{
41456 \end_layout
41457
41458 \end_inset
41459
41460 RubineRed
41461 \begin_inset ERT
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465
41466 }{
41467 \end_layout
41468
41469 \end_inset
41470
41471
41472 \begin_inset Phantom Phantom
41473 status open
41474
41475 \begin_layout Plain Layout
41476 W
41477 \end_layout
41478
41479 \end_inset
41480
41481
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487 }
41488 \end_layout
41489
41490 \end_inset
41491
41492  RubineRed
41493 \end_layout
41494
41495 \end_inset
41496 </cell>
41497 <cell alignment="left" valignment="top" usebox="none">
41498 \begin_inset Text
41499
41500 \begin_layout Plain Layout
41501 \begin_inset ERT
41502 status collapsed
41503
41504 \begin_layout Plain Layout
41505
41506
41507 \backslash
41508 fcolorbox{black}{
41509 \end_layout
41510
41511 \end_inset
41512
41513 Salmon
41514 \begin_inset ERT
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518
41519 }{
41520 \end_layout
41521
41522 \end_inset
41523
41524
41525 \begin_inset Phantom Phantom
41526 status open
41527
41528 \begin_layout Plain Layout
41529 W
41530 \end_layout
41531
41532 \end_inset
41533
41534
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540 }
41541 \end_layout
41542
41543 \end_inset
41544
41545  Salmon
41546 \end_layout
41547
41548 \end_inset
41549 </cell>
41550 </row>
41551 <row>
41552 <cell alignment="left" valignment="top" usebox="none">
41553 \begin_inset Text
41554
41555 \begin_layout Plain Layout
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561
41562 \backslash
41563 fcolorbox{black}{
41564 \end_layout
41565
41566 \end_inset
41567
41568 SeaGreen
41569 \begin_inset ERT
41570 status collapsed
41571
41572 \begin_layout Plain Layout
41573
41574 }{
41575 \end_layout
41576
41577 \end_inset
41578
41579
41580 \begin_inset Phantom Phantom
41581 status open
41582
41583 \begin_layout Plain Layout
41584 W
41585 \end_layout
41586
41587 \end_inset
41588
41589
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }
41596 \end_layout
41597
41598 \end_inset
41599
41600  SeaGreen
41601 \end_layout
41602
41603 \end_inset
41604 </cell>
41605 <cell alignment="left" valignment="top" usebox="none">
41606 \begin_inset Text
41607
41608 \begin_layout Plain Layout
41609 \begin_inset ERT
41610 status collapsed
41611
41612 \begin_layout Plain Layout
41613
41614
41615 \backslash
41616 fcolorbox{black}{
41617 \end_layout
41618
41619 \end_inset
41620
41621 Sepia
41622 \begin_inset ERT
41623 status collapsed
41624
41625 \begin_layout Plain Layout
41626
41627 }{
41628 \end_layout
41629
41630 \end_inset
41631
41632
41633 \begin_inset Phantom Phantom
41634 status open
41635
41636 \begin_layout Plain Layout
41637 W
41638 \end_layout
41639
41640 \end_inset
41641
41642
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 }
41649 \end_layout
41650
41651 \end_inset
41652
41653  Sepia
41654 \end_layout
41655
41656 \end_inset
41657 </cell>
41658 <cell alignment="left" valignment="top" usebox="none">
41659 \begin_inset Text
41660
41661 \begin_layout Plain Layout
41662 \begin_inset ERT
41663 status collapsed
41664
41665 \begin_layout Plain Layout
41666
41667
41668 \backslash
41669 fcolorbox{black}{
41670 \end_layout
41671
41672 \end_inset
41673
41674 SkyBlue
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680 }{
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset Phantom Phantom
41687 status open
41688
41689 \begin_layout Plain Layout
41690 W
41691 \end_layout
41692
41693 \end_inset
41694
41695
41696 \begin_inset ERT
41697 status collapsed
41698
41699 \begin_layout Plain Layout
41700
41701 }
41702 \end_layout
41703
41704 \end_inset
41705
41706  SkyBlue
41707 \end_layout
41708
41709 \end_inset
41710 </cell>
41711 <cell alignment="left" valignment="top" usebox="none">
41712 \begin_inset Text
41713
41714 \begin_layout Plain Layout
41715 \begin_inset ERT
41716 status collapsed
41717
41718 \begin_layout Plain Layout
41719
41720
41721 \backslash
41722 fcolorbox{black}{
41723 \end_layout
41724
41725 \end_inset
41726
41727 SpringGreen
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733 }{
41734 \end_layout
41735
41736 \end_inset
41737
41738
41739 \begin_inset Phantom Phantom
41740 status open
41741
41742 \begin_layout Plain Layout
41743 W
41744 \end_layout
41745
41746 \end_inset
41747
41748
41749 \begin_inset ERT
41750 status collapsed
41751
41752 \begin_layout Plain Layout
41753
41754 }
41755 \end_layout
41756
41757 \end_inset
41758
41759  SpringGreen
41760 \end_layout
41761
41762 \end_inset
41763 </cell>
41764 </row>
41765 <row>
41766 <cell alignment="left" valignment="top" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775
41776 \backslash
41777 fcolorbox{black}{
41778 \end_layout
41779
41780 \end_inset
41781
41782 Tan
41783 \begin_inset ERT
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787
41788 }{
41789 \end_layout
41790
41791 \end_inset
41792
41793
41794 \begin_inset Phantom Phantom
41795 status open
41796
41797 \begin_layout Plain Layout
41798 W
41799 \end_layout
41800
41801 \end_inset
41802
41803
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }
41810 \end_layout
41811
41812 \end_inset
41813
41814  Tan
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 <cell alignment="left" valignment="top" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828
41829 \backslash
41830 fcolorbox{black}{
41831 \end_layout
41832
41833 \end_inset
41834
41835 TealBlue
41836 \begin_inset ERT
41837 status collapsed
41838
41839 \begin_layout Plain Layout
41840
41841 }{
41842 \end_layout
41843
41844 \end_inset
41845
41846
41847 \begin_inset Phantom Phantom
41848 status open
41849
41850 \begin_layout Plain Layout
41851 W
41852 \end_layout
41853
41854 \end_inset
41855
41856
41857 \begin_inset ERT
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861
41862 }
41863 \end_layout
41864
41865 \end_inset
41866
41867  TealBlue
41868 \end_layout
41869
41870 \end_inset
41871 </cell>
41872 <cell alignment="left" valignment="top" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876 \begin_inset ERT
41877 status collapsed
41878
41879 \begin_layout Plain Layout
41880
41881
41882 \backslash
41883 fcolorbox{black}{
41884 \end_layout
41885
41886 \end_inset
41887
41888 Thistle
41889 \begin_inset ERT
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893
41894 }{
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset Phantom Phantom
41901 status open
41902
41903 \begin_layout Plain Layout
41904 W
41905 \end_layout
41906
41907 \end_inset
41908
41909
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915 }
41916 \end_layout
41917
41918 \end_inset
41919
41920  Thistle
41921 \end_layout
41922
41923 \end_inset
41924 </cell>
41925 <cell alignment="left" valignment="top" usebox="none">
41926 \begin_inset Text
41927
41928 \begin_layout Plain Layout
41929 \begin_inset ERT
41930 status collapsed
41931
41932 \begin_layout Plain Layout
41933
41934
41935 \backslash
41936 fcolorbox{black}{
41937 \end_layout
41938
41939 \end_inset
41940
41941 Turquoise
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947 }{
41948 \end_layout
41949
41950 \end_inset
41951
41952
41953 \begin_inset Phantom Phantom
41954 status open
41955
41956 \begin_layout Plain Layout
41957 W
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \begin_inset ERT
41964 status collapsed
41965
41966 \begin_layout Plain Layout
41967
41968 }
41969 \end_layout
41970
41971 \end_inset
41972
41973  Turquoise
41974 \end_layout
41975
41976 \end_inset
41977 </cell>
41978 </row>
41979 <row>
41980 <cell alignment="left" valignment="top" usebox="none">
41981 \begin_inset Text
41982
41983 \begin_layout Plain Layout
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989
41990 \backslash
41991 fcolorbox{black}{
41992 \end_layout
41993
41994 \end_inset
41995
41996 Violet
41997 \begin_inset ERT
41998 status collapsed
41999
42000 \begin_layout Plain Layout
42001
42002 }{
42003 \end_layout
42004
42005 \end_inset
42006
42007
42008 \begin_inset Phantom Phantom
42009 status open
42010
42011 \begin_layout Plain Layout
42012 W
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }
42024 \end_layout
42025
42026 \end_inset
42027
42028  Violet
42029 \end_layout
42030
42031 \end_inset
42032 </cell>
42033 <cell alignment="left" valignment="top" usebox="none">
42034 \begin_inset Text
42035
42036 \begin_layout Plain Layout
42037 \begin_inset ERT
42038 status collapsed
42039
42040 \begin_layout Plain Layout
42041
42042
42043 \backslash
42044 fcolorbox{black}{
42045 \end_layout
42046
42047 \end_inset
42048
42049 VioletRed
42050 \begin_inset ERT
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054
42055 }{
42056 \end_layout
42057
42058 \end_inset
42059
42060
42061 \begin_inset Phantom Phantom
42062 status open
42063
42064 \begin_layout Plain Layout
42065 W
42066 \end_layout
42067
42068 \end_inset
42069
42070
42071 \begin_inset ERT
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075
42076 }
42077 \end_layout
42078
42079 \end_inset
42080
42081  VioletRed
42082 \end_layout
42083
42084 \end_inset
42085 </cell>
42086 <cell alignment="left" valignment="top" usebox="none">
42087 \begin_inset Text
42088
42089 \begin_layout Plain Layout
42090 \begin_inset ERT
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094
42095
42096 \backslash
42097 fcolorbox{black}{
42098 \end_layout
42099
42100 \end_inset
42101
42102 WildStrawberry
42103 \begin_inset ERT
42104 status collapsed
42105
42106 \begin_layout Plain Layout
42107
42108 }{
42109 \end_layout
42110
42111 \end_inset
42112
42113
42114 \begin_inset Phantom Phantom
42115 status open
42116
42117 \begin_layout Plain Layout
42118 W
42119 \end_layout
42120
42121 \end_inset
42122
42123
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129 }
42130 \end_layout
42131
42132 \end_inset
42133
42134  WildStrawberry
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 <cell alignment="left" valignment="top" usebox="none">
42140 \begin_inset Text
42141
42142 \begin_layout Plain Layout
42143 \begin_inset ERT
42144 status collapsed
42145
42146 \begin_layout Plain Layout
42147
42148
42149 \backslash
42150 fcolorbox{black}{
42151 \end_layout
42152
42153 \end_inset
42154
42155 YellowGreen
42156 \begin_inset ERT
42157 status collapsed
42158
42159 \begin_layout Plain Layout
42160
42161 }{
42162 \end_layout
42163
42164 \end_inset
42165
42166
42167 \begin_inset Phantom Phantom
42168 status open
42169
42170 \begin_layout Plain Layout
42171 W
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \begin_inset ERT
42178 status collapsed
42179
42180 \begin_layout Plain Layout
42181
42182 }
42183 \end_layout
42184
42185 \end_inset
42186
42187  YellowGreen
42188 \end_layout
42189
42190 \end_inset
42191 </cell>
42192 </row>
42193 <row>
42194 <cell alignment="left" valignment="top" usebox="none">
42195 \begin_inset Text
42196
42197 \begin_layout Plain Layout
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203
42204 \backslash
42205 fcolorbox{black}{
42206 \end_layout
42207
42208 \end_inset
42209
42210 YellowOrange
42211 \begin_inset ERT
42212 status collapsed
42213
42214 \begin_layout Plain Layout
42215
42216 }{
42217 \end_layout
42218
42219 \end_inset
42220
42221
42222 \begin_inset Phantom Phantom
42223 status open
42224
42225 \begin_layout Plain Layout
42226 W
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }
42238 \end_layout
42239
42240 \end_inset
42241
42242  YellowOrange
42243 \end_layout
42244
42245 \end_inset
42246 </cell>
42247 <cell alignment="left" valignment="top" usebox="none">
42248 \begin_inset Text
42249
42250 \begin_layout Plain Layout
42251
42252 \end_layout
42253
42254 \end_inset
42255 </cell>
42256 <cell alignment="left" valignment="top" usebox="none">
42257 \begin_inset Text
42258
42259 \begin_layout Plain Layout
42260
42261 \end_layout
42262
42263 \end_inset
42264 </cell>
42265 <cell alignment="left" valignment="top" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269
42270 \end_layout
42271
42272 \end_inset
42273 </cell>
42274 </row>
42275 </lyxtabular>
42276
42277 \end_inset
42278
42279
42280 \end_layout
42281
42282 \begin_layout Chapter
42283 第(
42284 \begin_inset CommandInset ref
42285 LatexCommand ref
42286 reference "eq:Wgn"
42287
42288 \end_inset
42289
42290 )式の説明
42291 \begin_inset CommandInset label
42292 LatexCommand label
42293 name "cha:式の説明"
42294
42295 \end_inset
42296
42297
42298 \end_layout
42299
42300 \begin_layout Standard
42301 \begin_inset Formula $n$
42302 \end_inset
42303
42304 個の表セルの全幅
42305 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42306 \end_inset
42307
42308
42309 \begin_inset Formula 
42310 \begin{equation}
42311 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42312 \end{equation}
42313
42314 \end_inset
42315
42316
42317 \end_layout
42318
42319 \begin_layout Standard
42320 で計算できます。ここで
42321 \begin_inset Formula $W_{g\,n}$
42322 \end_inset
42323
42324 は、すべてのセルが持つ固定幅です。
42325 \series bold
42326
42327 \backslash
42328 tabcolsep
42329 \series default
42330 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42331 \begin_inset space \thinspace{}
42332 \end_inset
42333
42334 ptです。
42335 \series bold
42336
42337 \backslash
42338 arrayrulewidth
42339 \series default
42340 は、セル罫線幅であり、既定値は0.4
42341 \begin_inset space \thinspace{}
42342 \end_inset
42343
42344 ptです。
42345 \end_layout
42346
42347 \begin_layout Standard
42348
42349 \begin_inset CommandInset ref
42350 LatexCommand eqref
42351 reference "eq:Wtot_n"
42352
42353 \end_inset
42354
42355 式にしたがえば、連結列の全幅
42356 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42357 \end_inset
42358
42359
42360 \begin_inset Formula 
42361 \begin{equation}
42362 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42363 \end{equation}
42364
42365 \end_inset
42366
42367
42368 \end_layout
42369
42370 \begin_layout Standard
42371 となります。
42372 \begin_inset Formula $n$
42373 \end_inset
42374
42375 列を連結する時には各列の全幅は
42376 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42377 \end_inset
42378
42379 となるので、第
42380 \begin_inset CommandInset ref
42381 LatexCommand eqref
42382 reference "eq:Wtot_n"
42383
42384 \end_inset
42385
42386 式と第
42387 \begin_inset CommandInset ref
42388 LatexCommand eqref
42389 reference "eq:Wtot_mult"
42390
42391 \end_inset
42392
42393 式が等しいものと置けば、必要となる固定幅
42394 \begin_inset Formula $W_{g\,n}$
42395 \end_inset
42396
42397 を計算することができて、
42398 \begin_inset Formula 
42399 \begin{equation}
42400 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42401 \end{equation}
42402
42403 \end_inset
42404
42405 となります。
42406 \end_layout
42407
42408 \begin_layout Bibliography
42409 \labelwidthstring 参考文献
42410 \begin_inset CommandInset bibitem
42411 LatexCommand bibitem
42412 key "latexcompanion"
42413
42414 \end_inset
42415
42416 Frank Mittelbach and Michel Goossens: 
42417 \emph on
42418 The LaTeX Companion Second Edition.
42419
42420 \emph default
42421  Addison-Wesley, 2004
42422 \end_layout
42423
42424 \begin_layout Bibliography
42425 \labelwidthstring 参考文献
42426 \begin_inset CommandInset bibitem
42427 LatexCommand bibitem
42428 key "latexguide"
42429
42430 \end_inset
42431
42432 Helmut Kopka and Patrick W.
42433  Daly: 
42434 \emph on
42435 A Guide to LaTeX Fourth Edition.
42436
42437 \emph default
42438  Addison-Wesley, 2003
42439 \end_layout
42440
42441 \begin_layout Bibliography
42442 \labelwidthstring 参考文献
42443 \begin_inset CommandInset bibitem
42444 LatexCommand bibitem
42445 key "latexbook"
42446
42447 \end_inset
42448
42449 Leslie Lamport: 
42450 \emph on
42451 LaTeX: A Document Preparation System.
42452
42453 \emph default
42454  Addison-Wesley, second edition, 1994
42455 \end_layout
42456
42457 \begin_layout Bibliography
42458 \labelwidthstring 参考文献
42459 \begin_inset CommandInset bibitem
42460 LatexCommand bibitem
42461 key "arydshln"
42462
42463 \end_inset
42464
42465 LaTeXパッケージ
42466 \series bold
42467
42468 \begin_inset CommandInset href
42469 LatexCommand href
42470 name "arydshln"
42471 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42472
42473 \end_inset
42474
42475
42476 \series default
42477
42478 \begin_inset Index idx
42479 status collapsed
42480
42481 \begin_layout Plain Layout
42482 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
42483 \end_layout
42484
42485 \end_inset
42486
42487
42488 \end_layout
42489
42490 \begin_layout Bibliography
42491 \labelwidthstring 参考文献
42492 \begin_inset CommandInset bibitem
42493 LatexCommand bibitem
42494 key "booktabs"
42495
42496 \end_inset
42497
42498 LaTeXパッケージ
42499 \series bold
42500
42501 \begin_inset CommandInset href
42502 LatexCommand href
42503 name "booktabs"
42504 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42505
42506 \end_inset
42507
42508
42509 \series default
42510
42511 \begin_inset Index idx
42512 status collapsed
42513
42514 \begin_layout Plain Layout
42515 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
42516 \end_layout
42517
42518 \end_inset
42519
42520 の取扱説明書
42521 \end_layout
42522
42523 \begin_layout Bibliography
42524 \labelwidthstring 参考文献
42525 \begin_inset CommandInset bibitem
42526 LatexCommand bibitem
42527 key "caption"
42528
42529 \end_inset
42530
42531 LaTeXパッケージ
42532 \series bold
42533
42534 \begin_inset CommandInset href
42535 LatexCommand href
42536 name "caption"
42537 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42538
42539 \end_inset
42540
42541
42542 \series default
42543
42544 \begin_inset Index idx
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548 LaTeXぱっけーじ@LaTeXパッケージ ! caption
42549 \end_layout
42550
42551 \end_inset
42552
42553 の取扱説明書
42554 \end_layout
42555
42556 \begin_layout Bibliography
42557 \labelwidthstring 参考文献
42558 \begin_inset CommandInset bibitem
42559 LatexCommand bibitem
42560 key "diagbox"
42561
42562 \end_inset
42563
42564 LaTeXパッケージ
42565 \series bold
42566
42567 \begin_inset CommandInset href
42568 LatexCommand href
42569 name "diagbox"
42570 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42571
42572 \end_inset
42573
42574
42575 \series default
42576
42577 \begin_inset Index idx
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
42582 \end_layout
42583
42584 \end_inset
42585
42586
42587 \end_layout
42588
42589 \begin_layout Bibliography
42590 \labelwidthstring 参考文献
42591 \begin_inset CommandInset bibitem
42592 LatexCommand bibitem
42593 key "endfloat"
42594
42595 \end_inset
42596
42597 LaTeXパッケージ
42598 \series bold
42599
42600 \begin_inset CommandInset href
42601 LatexCommand href
42602 name "endfloat"
42603 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42604
42605 \end_inset
42606
42607
42608 \series default
42609
42610 \begin_inset Index idx
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
42615 \end_layout
42616
42617 \end_inset
42618
42619 の取扱説明書
42620 \end_layout
42621
42622 \begin_layout Bibliography
42623 \labelwidthstring 参考文献
42624 \begin_inset CommandInset bibitem
42625 LatexCommand bibitem
42626 key "footmisc"
42627
42628 \end_inset
42629
42630 LaTeXパッケージ
42631 \series bold
42632
42633 \begin_inset CommandInset href
42634 LatexCommand href
42635 name "footmisc"
42636 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42637
42638 \end_inset
42639
42640
42641 \series default
42642
42643 \begin_inset Index idx
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42648 \end_layout
42649
42650 \end_inset
42651
42652 の取扱説明書
42653 \end_layout
42654
42655 \begin_layout Bibliography
42656 \labelwidthstring 参考文献
42657 \begin_inset CommandInset bibitem
42658 LatexCommand bibitem
42659 key "hypcap"
42660
42661 \end_inset
42662
42663 LaTeXパッケージ
42664 \series bold
42665
42666 \begin_inset CommandInset href
42667 LatexCommand href
42668 name "hypcap"
42669 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42670
42671 \end_inset
42672
42673
42674 \series default
42675
42676 \begin_inset Index idx
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42681 \end_layout
42682
42683 \end_inset
42684
42685 の取扱説明書
42686 \end_layout
42687
42688 \begin_layout Bibliography
42689 \labelwidthstring 参考文献
42690 \begin_inset CommandInset bibitem
42691 LatexCommand bibitem
42692 key "hyperref"
42693
42694 \end_inset
42695
42696 LaTeXパッケージ
42697 \series bold
42698
42699 \begin_inset CommandInset href
42700 LatexCommand href
42701 name "hyperref"
42702 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42703
42704 \end_inset
42705
42706
42707 \series default
42708
42709 \begin_inset Index idx
42710 status collapsed
42711
42712 \begin_layout Plain Layout
42713 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42714 \end_layout
42715
42716 \end_inset
42717
42718 の取扱説明書
42719 \end_layout
42720
42721 \begin_layout Bibliography
42722 \labelwidthstring 参考文献
42723 \begin_inset CommandInset bibitem
42724 LatexCommand bibitem
42725 key "KOMA-script"
42726
42727 \end_inset
42728
42729 LaTeXパッケージ
42730 \series bold
42731
42732 \begin_inset CommandInset href
42733 LatexCommand href
42734 name "KOMA-script"
42735 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42736
42737 \end_inset
42738
42739
42740 \series default
42741
42742 \begin_inset Index idx
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42747 \end_layout
42748
42749 \end_inset
42750
42751 の取扱説明書
42752 \end_layout
42753
42754 \begin_layout Bibliography
42755 \labelwidthstring 参考文献
42756 \begin_inset CommandInset bibitem
42757 LatexCommand bibitem
42758 key "lettrine"
42759
42760 \end_inset
42761
42762 LaTeXパッケージ
42763 \series bold
42764
42765 \begin_inset CommandInset href
42766 LatexCommand href
42767 name "lettrine"
42768 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42769
42770 \end_inset
42771
42772
42773 \series default
42774 及び
42775 \begin_inset CommandInset href
42776 LatexCommand href
42777 name "用例"
42778 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42779
42780 \end_inset
42781
42782
42783 \begin_inset Index idx
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \end_layout
42794
42795 \begin_layout Bibliography
42796 \labelwidthstring 参考文献
42797 \begin_inset CommandInset bibitem
42798 LatexCommand bibitem
42799 key "listings"
42800
42801 \end_inset
42802
42803 LaTeXパッケージ
42804 \series bold
42805
42806 \begin_inset CommandInset href
42807 LatexCommand href
42808 name "listings"
42809 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42810
42811 \end_inset
42812
42813
42814 \series default
42815
42816 \begin_inset Index idx
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42821 \end_layout
42822
42823 \end_inset
42824
42825 の取扱説明書
42826 \end_layout
42827
42828 \begin_layout Bibliography
42829 \labelwidthstring 参考文献
42830 \begin_inset CommandInset bibitem
42831 LatexCommand bibitem
42832 key "marginnote"
42833
42834 \end_inset
42835
42836 LaTeXパッケージ
42837 \series bold
42838
42839 \begin_inset CommandInset href
42840 LatexCommand href
42841 name "marginnote"
42842 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42843
42844 \end_inset
42845
42846
42847 \series default
42848
42849 \begin_inset Index idx
42850 status collapsed
42851
42852 \begin_layout Plain Layout
42853 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42854 \end_layout
42855
42856 \end_inset
42857
42858 の取扱説明書
42859 \end_layout
42860
42861 \begin_layout Bibliography
42862 \labelwidthstring 参考文献
42863 \begin_inset CommandInset bibitem
42864 LatexCommand bibitem
42865 key "pdfpages"
42866
42867 \end_inset
42868
42869 LaTeXパッケージ
42870 \series bold
42871
42872 \begin_inset CommandInset href
42873 LatexCommand href
42874 name "pdfpages"
42875 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42876
42877 \end_inset
42878
42879
42880 \series default
42881
42882 \begin_inset Index idx
42883 status collapsed
42884
42885 \begin_layout Plain Layout
42886 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42887 \end_layout
42888
42889 \end_inset
42890
42891 の取扱説明書
42892 \end_layout
42893
42894 \begin_layout Bibliography
42895 \labelwidthstring 参考文献
42896 \begin_inset CommandInset bibitem
42897 LatexCommand bibitem
42898 key "prettyref"
42899
42900 \end_inset
42901
42902 LaTeXパッケージ
42903 \series bold
42904
42905 \begin_inset CommandInset href
42906 LatexCommand href
42907 name "prettyref"
42908 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42909
42910 \end_inset
42911
42912
42913 \series default
42914
42915 \begin_inset Index idx
42916 status collapsed
42917
42918 \begin_layout Plain Layout
42919 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42920 \end_layout
42921
42922 \end_inset
42923
42924 の取扱説明書
42925 \end_layout
42926
42927 \begin_layout Bibliography
42928 \labelwidthstring 参考文献
42929 \begin_inset CommandInset bibitem
42930 LatexCommand bibitem
42931 key "pstricks"
42932
42933 \end_inset
42934
42935 LaTeXパッケージ
42936 \series bold
42937
42938 \begin_inset CommandInset href
42939 LatexCommand href
42940 name "PSTricks"
42941 target "http://tug.org/PSTricks/"
42942
42943 \end_inset
42944
42945
42946 \series default
42947
42948 \begin_inset Index idx
42949 status collapsed
42950
42951 \begin_layout Plain Layout
42952 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42953 \end_layout
42954
42955 \end_inset
42956
42957 のウェブページ
42958 \end_layout
42959
42960 \begin_layout Bibliography
42961 \labelwidthstring 参考文献
42962 \begin_inset CommandInset bibitem
42963 LatexCommand bibitem
42964 key "refstyle"
42965
42966 \end_inset
42967
42968 LaTeXパッケージ
42969 \series bold
42970
42971 \begin_inset CommandInset href
42972 LatexCommand href
42973 name "refstyle"
42974 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42975
42976 \end_inset
42977
42978
42979 \series default
42980
42981 \begin_inset Index idx
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42986 \end_layout
42987
42988 \end_inset
42989
42990 の取扱説明書
42991 \end_layout
42992
42993 \begin_layout Bibliography
42994 \labelwidthstring 参考文献
42995 \begin_inset CommandInset bibitem
42996 LatexCommand bibitem
42997 key "sidecap"
42998
42999 \end_inset
43000
43001 LaTeXパッケージ
43002 \series bold
43003
43004 \begin_inset CommandInset href
43005 LatexCommand href
43006 name "sidecap"
43007 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
43008
43009 \end_inset
43010
43011
43012 \series default
43013
43014 \begin_inset Index idx
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
43019 \end_layout
43020
43021 \end_inset
43022
43023 の取扱説明書
43024 \end_layout
43025
43026 \begin_layout Bibliography
43027 \labelwidthstring 参考文献
43028 \begin_inset CommandInset bibitem
43029 LatexCommand bibitem
43030 key "NewInLyX20"
43031
43032 \end_inset
43033
43034
43035 \family sans
43036 LyX 2.0
43037 \family default
43038 の新機能に関する
43039 \begin_inset CommandInset href
43040 LatexCommand href
43041 name "Wikiページ"
43042 target "http://wiki.lyx.org/LyX/NewInLyX20"
43043
43044 \end_inset
43045
43046
43047 \end_layout
43048
43049 \begin_layout Standard
43050 \begin_inset CommandInset index_print
43051 LatexCommand printindex
43052 type "idx"
43053
43054 \end_inset
43055
43056
43057 \end_layout
43058
43059 \end_body
43060 \end_document