]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Fix grammar error spotted by Sian Mountbatten
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \begin_local_layout
188 InsetLayout             Flex:Ruby
189 LyxType         charstyle
190 LatexType               command
191 LatexName               ruby
192 BgColor         none
193 LabelString             "ルビ"
194 Decoration              Conglomerate
195 Argument post:1
196       LabelString       "ルビ文"
197       MenuString        "ルビ文(S)|S"
198       Decoration        Conglomerate
199       Font
200             Size                tiny
201       EndFont
202       LabelFont
203             Size                tiny
204       EndFont
205       Mandatory 1
206 EndArgument
207 Preamble
208 \IfFileExists{okumacro.sty}
209  {\usepackage{okumacro}}
210  {\newcommand{\ruby}[2]{#2}}
211 EndPreamble
212 End
213 \end_local_layout
214 \language japanese
215 \language_package default
216 \inputencoding auto
217 \fontencoding global
218 \font_roman default
219 \font_sans default
220 \font_typewriter default
221 \font_math auto
222 \font_default_family default
223 \use_non_tex_fonts false
224 \font_sc false
225 \font_osf false
226 \font_sf_scale 100
227 \font_tt_scale 100
228 \graphics default
229 \default_output_format pdf
230 \output_sync 0
231 \bibtex_command default
232 \index_command default
233 \paperfontsize 12
234 \spacing single
235 \use_hyperref true
236 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
237 \pdf_author "LyX Team, Uwe Stohr"
238 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
239 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
240 \pdf_bookmarks 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(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(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 \end_layout
28338
28339 \begin_layout Standard
28340 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28341 \series bold
28342
28343 \backslash
28344 footnotemark{}
28345 \series default
28346 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28347 \series bold
28348
28349 \backslash
28350 footnotetext
28351 \series default
28352 コマンドの引数として入力します。
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356 以下の表ではコマンド
28357 \begin_inset Newline newline
28358 \end_inset
28359
28360
28361 \series bold
28362
28363 \backslash
28364 footnotetext{
28365 \series default
28366 出力される脚注の表
28367 \series bold
28368 }
28369 \series default
28370
28371 \begin_inset Newline newline
28372 \end_inset
28373
28374 を用いています。
28375 \end_layout
28376
28377 \begin_layout Standard
28378 \begin_inset Tabular
28379 <lyxtabular version="3" rows="2" columns="1">
28380 <features rotate="0" tabularvalignment="middle">
28381 <column alignment="center" valignment="top">
28382 <row>
28383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28384 \begin_inset Text
28385
28386 \begin_layout Plain Layout
28387 これは例文です。
28388 \begin_inset Foot
28389 status open
28390
28391 \begin_layout Plain Layout
28392 この脚注は出力されません!
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \end_inset
28401 </cell>
28402 </row>
28403 <row>
28404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Plain Layout
28408 これは例文です。
28409 \begin_inset ERT
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414
28415 \backslash
28416 footnotemark{}
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \end_inset
28425 </cell>
28426 </row>
28427 </lyxtabular>
28428
28429 \end_inset
28430
28431
28432 \begin_inset ERT
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437
28438 \backslash
28439 footnotetext{
28440 \end_layout
28441
28442 \end_inset
28443
28444 出力される脚注の表
28445 \begin_inset ERT
28446 status collapsed
28447
28448 \begin_layout Plain Layout
28449
28450 }
28451 \end_layout
28452
28453 \end_inset
28454
28455
28456 \end_layout
28457
28458 \begin_layout Standard
28459 長尺表中の脚注は、第
28460 \begin_inset CommandInset ref
28461 LatexCommand ref
28462 reference "sub:長尺表での脚注"
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 "sec:ミニページ"
28474
28475 \end_inset
28476
28477 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28478 \series bold
28479
28480 \backslash
28481 footnotemark{}
28482 \series default
28483
28484 \series bold
28485
28486 \backslash
28487 footntoetext
28488 \series default
28489 による方法を用いてください。
28490 \end_layout
28491
28492 \begin_layout Standard
28493 \begin_inset Box Frameless
28494 position "t"
28495 hor_pos "c"
28496 has_inner_box 1
28497 inner_pos "t"
28498 use_parbox 0
28499 use_makebox 0
28500 width "100col%"
28501 special "none"
28502 height "1in"
28503 height_special "totalheight"
28504 status open
28505
28506 \begin_layout Plain Layout
28507 これはミニページ中の例文です。
28508 \begin_inset Foot
28509 status open
28510
28511 \begin_layout Plain Layout
28512 ミニページ中の脚注です。
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Plain Layout
28521 これはミニページ中の例文です。
28522 \begin_inset ERT
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527
28528 \backslash
28529 footnotemark{}
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset ERT
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547
28548
28549 \backslash
28550 footnotetext{
28551 \end_layout
28552
28553 \end_inset
28554
28555 ミニページ外の脚注です。
28556 \begin_inset ERT
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560
28561 }
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \begin_inset VSpace defskip
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \begin_layout Standard
28574 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28575 \series bold
28576
28577 \backslash
28578 footnotemark[番号]
28579 \series default
28580 を使用してください。
28581 \begin_inset Newline newline
28582 \end_inset
28583
28584 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28585 \begin_inset CommandInset ref
28586 LatexCommand ref
28587 reference "fn:これは脚注の一例"
28588
28589 \end_inset
28590
28591 の後に、TeXコードで
28592 \end_layout
28593
28594 \begin_layout Standard
28595
28596 \series bold
28597
28598 \backslash
28599 newcounter{MyRepeatFoot}
28600 \begin_inset Newline newline
28601 \end_inset
28602
28603
28604 \backslash
28605 setcounter{MyRepeatFoot}{
28606 \backslash
28607 thefootnote}
28608 \end_layout
28609
28610 \begin_layout Standard
28611 というコマンドを挿入しています。そして脚注マークは、
28612 \end_layout
28613
28614 \begin_layout Standard
28615
28616 \series bold
28617
28618 \backslash
28619 footnotemark[
28620 \backslash
28621 theMyRepeatFoot]
28622 \end_layout
28623
28624 \begin_layout Standard
28625 で作成します。
28626 \end_layout
28627
28628 \begin_layout Standard
28629 これは繰り返し脚注の例です。
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635
28636 \backslash
28637 footnotemark[
28638 \backslash
28639 theMyRepeatFoot]
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28649 \end_layout
28650
28651 \begin_layout Standard
28652
28653 \series bold
28654
28655 \backslash
28656 footnotemark[
28657 \backslash
28658 thefootnote]
28659 \end_layout
28660
28661 \begin_layout Standard
28662 を使用してください。
28663 \end_layout
28664
28665 \begin_layout Standard
28666 これは繰り返し脚注の例です。
28667 \begin_inset ERT
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671
28672
28673 \backslash
28674 footnotemark[
28675 \backslash
28676 thefootnote]
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Subsection
28685 脚注の付番
28686 \begin_inset CommandInset label
28687 LatexCommand label
28688 name "sub:脚注の付番"
28689
28690 \end_inset
28691
28692
28693 \begin_inset Index idx
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 きゃくちゅう@脚注 ! ふばん@付番
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Standard
28706 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28707 \end_layout
28708
28709 \begin_layout Standard
28710
28711 \series bold
28712
28713 \backslash
28714 @addtoreset{footnote}{section}
28715 \end_layout
28716
28717 \begin_layout Standard
28718 というコマンドを加えてください。
28719 \end_layout
28720
28721 \begin_layout Standard
28722 \begin_inset VSpace bigskip
28723 \end_inset
28724
28725 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28726 \end_layout
28727
28728 \begin_layout Standard
28729
28730 \series bold
28731
28732 \backslash
28733 renewcommand{
28734 \backslash
28735 thefootnote}{
28736 \backslash
28737 roman{footnote}}
28738 \end_layout
28739
28740 \begin_layout Standard
28741 \begin_inset ERT
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745
28746
28747 \backslash
28748 renewcommand{
28749 \backslash
28750 thefootnote}{
28751 \backslash
28752 roman{footnote}}
28753 \end_layout
28754
28755 \end_inset
28756
28757 これは、ローマ数字を使った脚注です
28758 \begin_inset Foot
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 これは、ローマ数字を使った脚注の例です。
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Standard
28771 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28772 \series bold
28773
28774 \backslash
28775 roman
28776 \series default
28777
28778 \series bold
28779
28780 \backslash
28781 Roman
28782 \series default
28783 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28784 \series bold
28785
28786 \backslash
28787 Alph
28788 \series default
28789 または
28790 \series bold
28791
28792 \backslash
28793 alph
28794 \series default
28795 を使用してください。記号を使って付「番」するには、
28796 \series bold
28797
28798 \backslash
28799 fnsymbol
28800 \series default
28801 を使ってください。
28802 \end_layout
28803
28804 \begin_layout Standard
28805 \begin_inset Note Greyedout
28806 status open
28807
28808 \begin_layout Plain Layout
28809
28810 \series bold
28811 【註】
28812 \series default
28813 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \begin_inset Newline newline
28820 \end_inset
28821
28822
28823 \begin_inset Note Greyedout
28824 status open
28825
28826 \begin_layout Plain Layout
28827
28828 \series bold
28829 【註】
28830 \series default
28831 記号を使うと9個の脚注しか番号を振ることができません。
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \end_layout
28838
28839 \begin_layout Standard
28840 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28841 \series bold
28842
28843 \backslash
28844 roman
28845 \series default
28846
28847 \series bold
28848
28849 \backslash
28850 arabic
28851 \series default
28852 に置き換えて使用してください。
28853 \begin_inset ERT
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857
28858
28859 \backslash
28860 renewcommand{
28861 \backslash
28862 thefootnote}{
28863 \backslash
28864 arabic{footnote}}
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Standard
28873 \begin_inset VSpace bigskip
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \begin_layout Standard
28880 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28881 \end_layout
28882
28883 \begin_layout Standard
28884
28885 \series bold
28886
28887 \backslash
28888 numberwithin{footnote}{chapter}
28889 \end_layout
28890
28891 \begin_layout Standard
28892 というコマンドを加えてください。
28893 \series bold
28894
28895 \backslash
28896 numberwithin
28897 \series default
28898 コマンドを使用できるようにするためには、文書設定の
28899 \family sans
28900 数式オプション
28901 \family default
28902 タブで
28903 \family sans
28904 AMS
28905 \begin_inset space ~
28906 \end_inset
28907
28908 mathパッケージを使う
28909 \family default
28910 オプションを有効にしてください。
28911 \end_layout
28912
28913 \begin_layout Standard
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 numberwithin{footnote}{chapter}
28922 \end_layout
28923
28924 \end_inset
28925
28926 これは、脚注のもう一つの例です
28927 \series bold
28928
28929 \begin_inset Foot
28930 status open
28931
28932 \begin_layout Plain Layout
28933
28934 \series bold
28935 これは、
28936 \series default
28937 「章番号.脚注番号」スキームで番号を振られた脚注です。
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \series default
28944
28945 \begin_inset ERT
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949
28950
28951 \backslash
28952 renewcommand{
28953 \backslash
28954 thefootnote}{
28955 \backslash
28956 arabic{footnote}}
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 \begin_inset Note Greyedout
28966 status open
28967
28968 \begin_layout Plain Layout
28969
28970 \series bold
28971 【註】
28972 \backslash
28973 numberwithin
28974 \series default
28975 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 また、例えば「章番号.
28985 \backslash
28986 Roman{footnote}」スキームを得るには、
28987 \series bold
28988
28989 \backslash
28990 numberwithin
28991 \series default
28992 の代わりに以下のコマンドを使用してください。
28993 \end_layout
28994
28995 \begin_layout Standard
28996
28997 \series bold
28998
28999 \backslash
29000 renewcommand{
29001 \backslash
29002 thefootnote}{
29003 \backslash
29004 thechapter.
29005 \backslash
29006 Roman{footnote}}
29007 \end_layout
29008
29009 \begin_layout Subsection
29010 脚注の配置
29011 \begin_inset Index idx
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015 きゃくちゅう@脚注 ! はいち@配置
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \begin_layout Standard
29024 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29025 ブルに足して、1.5
29026 \begin_inset space \thinspace{}
29027 \end_inset
29028
29029 mmの余白を追加することもできます。
29030 \end_layout
29031
29032 \begin_layout Standard
29033
29034 \series bold
29035
29036 \backslash
29037 let
29038 \backslash
29039 myFoot
29040 \backslash
29041 footnote
29042 \begin_inset Newline newline
29043 \end_inset
29044
29045
29046 \backslash
29047 renewcommand{
29048 \backslash
29049 footnote}[1]{
29050 \backslash
29051 myFoot{#1
29052 \backslash
29053 vspace{1.5mm}}}
29054 \end_layout
29055
29056 \begin_layout Standard
29057 \begin_inset VSpace bigskip
29058 \end_inset
29059
29060 二段組文書では、脚注は各段底部に表示されます(図
29061 \begin_inset CommandInset ref
29062 LatexCommand ref
29063 reference "fig:標準的脚注配置"
29064
29065 \end_inset
29066
29067 )。図
29068 \begin_inset CommandInset ref
29069 LatexCommand ref
29070 reference "fig:ftnright脚注配置"
29071
29072 \end_inset
29073
29074 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29075 \end_layout
29076
29077 \begin_layout Standard
29078
29079 \series bold
29080
29081 \backslash
29082 usepackage{ftnright}
29083 \end_layout
29084
29085 \begin_layout Standard
29086 というコマンドを書いて、LaTeXパッケージ
29087 \series bold
29088 ftnright
29089 \series default
29090
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
29096 \end_layout
29097
29098 \end_inset
29099
29100 を読み込みます。
29101 \begin_inset Float figure
29102 placement !h
29103 wide false
29104 sideways false
29105 status open
29106
29107 \begin_layout Plain Layout
29108 \begin_inset ERT
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112
29113
29114 \backslash
29115 framebox{
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \begin_inset Graphics
29122         filename ../clipart/without_fntright.pdf
29123         width 100col%
29124         scaleBeforeRotation
29125
29126 \end_inset
29127
29128
29129 \begin_inset ERT
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133
29134 }
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Plain Layout
29143 \begin_inset Caption Standard
29144
29145 \begin_layout Plain Layout
29146 \begin_inset CommandInset label
29147 LatexCommand label
29148 name "fig:標準的脚注配置"
29149
29150 \end_inset
29151
29152 二段組文書の標準的な脚注配置
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \begin_layout Standard
29166 \begin_inset Float figure
29167 placement !h
29168 wide false
29169 sideways false
29170 status open
29171
29172 \begin_layout Plain Layout
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 framebox{
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \begin_inset Graphics
29187         filename ../clipart/with_fntright.pdf
29188         width 100col%
29189         scaleBeforeRotation
29190
29191 \end_inset
29192
29193
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199 }
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Plain Layout
29208 \begin_inset Caption Standard
29209
29210 \begin_layout Plain Layout
29211 \begin_inset CommandInset label
29212 LatexCommand label
29213 name "fig:ftnright脚注配置"
29214
29215 \end_inset
29216
29217 LaTeXパッケージ
29218 \series bold
29219 ftnright
29220 \series default
29221 を使用したときの二段組文書の脚注配置
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \begin_layout Standard
29235 \begin_inset VSpace bigskip
29236 \end_inset
29237
29238 科学的文献に於いては、図
29239 \begin_inset CommandInset ref
29240 LatexCommand ref
29241 reference "fig:後注"
29242
29243 \end_inset
29244
29245 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29246 \begin_inset Index idx
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 こちゅう@後注
29251 \end_layout
29252
29253 \end_inset
29254
29255 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29256 \family sans
29257 文書\SpecialChar \menuseparator
29258 設定\SpecialChar \menuseparator
29259 モジュール
29260 \family default
29261 メニューで
29262 \family sans
29263 脚注から後注へ
29264 \family default
29265 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29266 \end_layout
29267
29268 \begin_layout Standard
29269
29270 \series bold
29271
29272 \backslash
29273 theendnotes
29274 \end_layout
29275
29276 \begin_layout Standard
29277 というコマンドを挿入してください。
29278 \end_layout
29279
29280 \begin_layout Standard
29281 \begin_inset Float figure
29282 wide false
29283 sideways false
29284 status open
29285
29286 \begin_layout Plain Layout
29287 \align center
29288 \begin_inset ERT
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292
29293
29294 \backslash
29295 framebox{
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \begin_inset Graphics
29302         filename ../clipart/endnotes.pdf
29303         scaleBeforeRotation
29304
29305 \end_inset
29306
29307
29308 \begin_inset ERT
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312
29313 }
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \end_layout
29320
29321 \begin_layout Plain Layout
29322 \begin_inset Caption Standard
29323
29324 \begin_layout Plain Layout
29325 \begin_inset CommandInset label
29326 LatexCommand label
29327 name "fig:後注"
29328
29329 \end_inset
29330
29331 後注 – 注を節ないし章末に別段落として印字します。
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345 \begin_inset VSpace medskip
29346 \end_inset
29347
29348 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29349 \end_layout
29350
29351 \begin_layout Standard
29352
29353 \series bold
29354
29355 \backslash
29356 renewcommand{
29357 \backslash
29358 notesname}{Anmerkungen}
29359 \end_layout
29360
29361 \begin_layout Standard
29362 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29363 \end_layout
29364
29365 \begin_layout Standard
29366 \begin_inset VSpace medskip
29367 \end_inset
29368
29369
29370 \begin_inset CommandInset ref
29371 LatexCommand ref
29372 reference "sub:脚注の付番"
29373
29374 \end_inset
29375
29376 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29377 \series bold
29378
29379 \backslash
29380 thefootnote
29381 \series default
29382 コマンドの代わりに
29383 \series bold
29384
29385 \backslash
29386 theendnote
29387 \series default
29388 を用いてください。後注番号をリセットするには、第
29389 \begin_inset CommandInset ref
29390 LatexCommand ref
29391 reference "sub:脚注の付番"
29392
29393 \end_inset
29394
29395 節で述べたコマンド
29396 \series bold
29397
29398 \backslash
29399 @addtoreset
29400 \series default
29401 の、パラメータ
29402 \series bold
29403 footnote
29404 \series default
29405
29406 \series bold
29407 endnote
29408 \series default
29409 に変えて、使用してください。
29410 \end_layout
29411
29412 \begin_layout Standard
29413 後注の印だけを作成するには、第
29414 \begin_inset CommandInset ref
29415 LatexCommand ref
29416 reference "sec:脚注"
29417
29418 \end_inset
29419
29420 節で説明した
29421 \series bold
29422
29423 \backslash
29424 footnotemark
29425 \series default
29426 コマンドの代わりに、
29427 \series bold
29428
29429 \backslash
29430 endnotemark[番号]
29431 \series default
29432 コマンドを使用してください。
29433 \end_layout
29434
29435 \begin_layout Standard
29436 \begin_inset VSpace bigskip
29437 \end_inset
29438
29439 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29440 \series bold
29441 footmisc
29442 \series default
29443
29444 \begin_inset Index idx
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \begin_inset CommandInset citation
29455 LatexCommand cite
29456 key "footmisc"
29457
29458 \end_inset
29459
29460 を参照してください。
29461 \end_layout
29462
29463 \begin_layout Standard
29464 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29465 \begin_inset CommandInset citation
29466 LatexCommand cite
29467 key "latexcompanion,latexguide,latexbook"
29468
29469 \end_inset
29470
29471 に載っています。
29472 \series bold
29473 KOMA-Script
29474 \series default
29475
29476 \begin_inset Index idx
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29481 \end_layout
29482
29483 \end_inset
29484
29485 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29486 \begin_inset CommandInset citation
29487 LatexCommand cite
29488 key "KOMA-Script"
29489
29490 \end_inset
29491
29492 参照)。
29493 \end_layout
29494
29495 \begin_layout Section
29496 傍注
29497 \begin_inset Index idx
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29511 \family sans
29512 挿入\SpecialChar \menuseparator
29513 傍注
29514 \family default
29515 メニューかツールバーボタン
29516 \family sans
29517
29518 \begin_inset Info
29519 type  "icon"
29520 arg   "marginalnote-insert"
29521 \end_inset
29522
29523
29524 \family default
29525 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29526 \end_layout
29527
29528 \begin_layout Standard
29529 横にあるのが傍注です
29530 \begin_inset Marginal
29531 status open
29532
29533 \begin_layout Plain Layout
29534 これは傍注文です。
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29544 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset VSpace bigskip
29549 \end_inset
29550
29551 傍注を内側余白に置くには、傍注の前にTeXコードで
29552 \end_layout
29553
29554 \begin_layout Standard
29555
29556 \series bold
29557
29558 \backslash
29559 reversemarginpar
29560 \end_layout
29561
29562 \begin_layout Standard
29563 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29564 \begin_inset ERT
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568
29569
29570 \backslash
29571 reversemarginpar 
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \begin_inset Marginal
29578 status open
29579
29580 \begin_layout Plain Layout
29581 これは内側余白の傍注です。
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \series bold
29588
29589 \begin_inset Newline newline
29590 \end_inset
29591
29592
29593 \series default
29594
29595 \begin_inset Note Greyedout
29596 status open
29597
29598 \begin_layout Plain Layout
29599
29600 \series bold
29601 【註】
29602 \series default
29603 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Standard
29612 既定の配置に戻すには、TeXコードで
29613 \end_layout
29614
29615 \begin_layout Standard
29616
29617 \series bold
29618
29619 \backslash
29620 normalmarginpar
29621 \end_layout
29622
29623 \begin_layout Standard
29624 というコマンドを書き加えてください。
29625 \begin_inset ERT
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629
29630
29631 \backslash
29632 normalmarginpar 
29633 \end_layout
29634
29635 \end_inset
29636
29637  
29638 \begin_inset Note Greyedout
29639 status open
29640
29641 \begin_layout Plain Layout
29642
29643 \series bold
29644 【註】
29645 \backslash
29646 reversemarginpar
29647 \series default
29648 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 \begin_inset VSpace bigskip
29658 \end_inset
29659
29660
29661 \begin_inset Marginal
29662 status open
29663
29664 \begin_layout Plain Layout
29665 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \begin_inset CommandInset ref
29672 LatexCommand ref
29673 reference "sub:複数行"
29674
29675 \end_inset
29676
29677 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29678 \begin_inset space \thinspace{}
29679 \end_inset
29680
29681 pt水平空白を挿入してください 
29682 \begin_inset Marginal
29683 status open
29684
29685 \begin_layout Plain Layout
29686 \begin_inset space \hspace*{}
29687 \length 0pt
29688 \end_inset
29689
29690 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Standard
29699 \begin_inset VSpace bigskip
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Standard
29706 \begin_inset Note Greyedout
29707 status open
29708
29709 \begin_layout Plain Layout
29710
29711 \series bold
29712 【註】
29713 \series default
29714 通常、傍注は表やフロート、脚注の中では使用することができません。
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Standard
29723 \begin_inset VSpace bigskip
29724 \end_inset
29725
29726
29727 \end_layout
29728
29729 \begin_layout Standard
29730 \begin_inset ERT
29731 status collapsed
29732
29733 \begin_layout Plain Layout
29734
29735
29736 \backslash
29737 ifmarginnote
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \begin_inset Note Note
29744 status open
29745
29746 \begin_layout Plain Layout
29747 以下の部分は、LaTeXパッケージ
29748 \series bold
29749 marginnote
29750 \series default
29751 が導入されているときのみ表示されます。
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 この制約は、LaTeXパッケージ
29761 \series bold
29762 marginnote
29763 \series default
29764
29765 \begin_inset Index idx
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29770 \end_layout
29771
29772 \end_inset
29773
29774 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29775 \series bold
29776 marginnote
29777 \series default
29778 パッケージが提供するコマンドを使うようになります。
29779 \end_layout
29780
29781 \begin_layout Standard
29782
29783 \series bold
29784
29785 \backslash
29786 usepackage{marginnote}
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \backslash
29792 let
29793 \backslash
29794 marginpar
29795 \backslash
29796 marginnote
29797 \end_layout
29798
29799 \begin_layout Standard
29800
29801 \series bold
29802 marginnote
29803 \series default
29804 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29805 \series bold
29806 marginnote
29807 \series default
29808 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29809 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29810 \end_layout
29811
29812 \begin_layout Standard
29813
29814 \series bold
29815 [オフセット]
29816 \end_layout
29817
29818 \begin_layout Standard
29819 という形で書くことで設定することができます。ここで「オフセット」には、表
29820 \begin_inset CommandInset ref
29821 LatexCommand ref
29822 reference "tab:単位"
29823
29824 \end_inset
29825
29826 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29827 \series bold
29828 [-1.5cm]
29829 \series default
29830 」を使用して、1.5
29831 \begin_inset space \thinspace{}
29832 \end_inset
29833
29834 cm上にずらしてあります
29835 \begin_inset Marginal
29836 status open
29837
29838 \begin_layout Plain Layout
29839 この傍注は、本来の位置よりも1.5
29840 \begin_inset space \thinspace{}
29841 \end_inset
29842
29843 cm上にずらしてあります。
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854 [-1.5cm]
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \begin_layout Standard
29863 \begin_inset VSpace medskip
29864 \end_inset
29865
29866
29867 \series bold
29868 marginnote
29869 \series default
29870 を使うと、傍注の揃えを変更することもできます。たとえば、
29871 \end_layout
29872
29873 \begin_layout Standard
29874
29875 \series bold
29876
29877 \backslash
29878 renewcommand*{
29879 \backslash
29880 raggedleftmarginnote}{
29881 \backslash
29882 centering}
29883 \begin_inset Newline newline
29884 \end_inset
29885
29886
29887 \backslash
29888 renewcommand*{
29889 \backslash
29890 raggedrightmarginnote}{
29891 \backslash
29892 centering}
29893 \end_layout
29894
29895 \begin_layout Standard
29896 というコマンドを使うと、中央揃えになります。
29897 \series bold
29898
29899 \backslash
29900 raggedleftmarginnote
29901 \series default
29902 とは、左側に表示されている傍注のことを指します
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 renewcommand*{
29911 \backslash
29912 raggedleftmarginnote}{
29913 \backslash
29914 centering}
29915 \end_layout
29916
29917 \begin_layout Plain Layout
29918
29919
29920 \backslash
29921 renewcommand*{
29922 \backslash
29923 raggedrightmarginnote}{
29924 \backslash
29925 centering}
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \begin_inset Marginal
29932 status open
29933
29934 \begin_layout Plain Layout
29935 この傍注の文章は中央揃えになっています。
29936 \end_layout
29937
29938 \end_inset
29939
29940 。既定の設定は、
29941 \end_layout
29942
29943 \begin_layout Standard
29944
29945 \series bold
29946
29947 \backslash
29948 renewcommand*{
29949 \backslash
29950 raggedleftmarginnote}{
29951 \backslash
29952 raggedleft}
29953 \begin_inset Newline newline
29954 \end_inset
29955
29956
29957 \backslash
29958 renewcommand*{
29959 \backslash
29960 raggedrightmarginnote}{
29961 \backslash
29962 raggedright}
29963 \series default
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 renewcommand*{
29973 \backslash
29974 raggedleftmarginnote}{
29975 \backslash
29976 raggedleft}
29977 \end_layout
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 renewcommand*{
29984 \backslash
29985 raggedrightmarginnote}{
29986 \backslash
29987 raggedright}
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 です。
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset VSpace medskip
30001 \end_inset
30002
30003
30004 \series bold
30005 marginnote
30006 \series default
30007 の他の機能については、
30008 \begin_inset CommandInset citation
30009 LatexCommand cite
30010 key "marginnote"
30011
30012 \end_inset
30013
30014 の取扱説明書をご参照ください。
30015 \end_layout
30016
30017 \begin_layout Standard
30018 \begin_inset VSpace bigskip
30019 \end_inset
30020
30021 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30022 \family sans
30023 \series bold
30024 \bar under
30025 注意!
30026 \family default
30027 \series default
30028 \bar default
30029 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30030 \end_layout
30031
30032 \begin_layout Standard
30033
30034 \series bold
30035
30036 \backslash
30037 let
30038 \backslash
30039 myMarginpar
30040 \backslash
30041 marginpar
30042 \begin_inset Newline newline
30043 \end_inset
30044
30045
30046 \backslash
30047 renewcommand{
30048 \backslash
30049 marginpar}[1]{
30050 \backslash
30051 myMarginpar{%
30052 \begin_inset Newline newline
30053 \end_inset
30054
30055
30056 \begin_inset Phantom HPhantom
30057 status open
30058
30059 \begin_layout Plain Layout
30060
30061 \series bold
30062 \begin_inset space ~
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \backslash
30072 hspace{0pt}
30073 \backslash
30074 textsf{
30075 \backslash
30076 textbf{
30077 \backslash
30078 underbar{注意!}}}%
30079 \begin_inset Newline newline
30080 \end_inset
30081
30082
30083 \begin_inset Phantom HPhantom
30084 status open
30085
30086 \begin_layout Plain Layout
30087
30088 \series bold
30089 \begin_inset space ~
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \backslash
30099 vspace{1.5mm}
30100 \backslash
30101
30102 \backslash
30103 #1}}
30104 \end_layout
30105
30106 \begin_layout Standard
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112
30113 \backslash
30114 let
30115 \backslash
30116 myMarginpar
30117 \backslash
30118 marginpar
30119 \end_layout
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 renewcommand{
30126 \backslash
30127 marginpar}[1]{
30128 \backslash
30129 myMarginpar{%
30130 \end_layout
30131
30132 \begin_layout Plain Layout
30133
30134    
30135 \backslash
30136 textsf{
30137 \backslash
30138 textbf{
30139 \backslash
30140 underbar{注意!}}}%
30141 \end_layout
30142
30143 \begin_layout Plain Layout
30144
30145    
30146 \backslash
30147 vspace{1.5mm}
30148 \backslash
30149
30150 \backslash
30151 #1}}
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \begin_inset Marginal
30158 status open
30159
30160 \begin_layout Plain Layout
30161 これは、定義したヘッダをつけた傍注です。
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172 [-1.5cm]
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183
30184 \backslash
30185 renewcommand{
30186 \backslash
30187 marginpar}[1]{
30188 \backslash
30189 myMarginpar{#1}}
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \begin_inset Note Note
30196 status open
30197
30198 \begin_layout Plain Layout
30199 傍注書式は、この例の分だけ変更してあります。
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Standard
30208 \begin_inset ERT
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212
30213
30214 \backslash
30215 else
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \begin_inset Note Note
30222 status open
30223
30224 \begin_layout Plain Layout
30225 以下の部分は、LaTeXパッケージ
30226 \series bold
30227 marginnote
30228 \series default
30229 が導入されていないときのみ表示されます。
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Standard
30238 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30239 \series bold
30240 marginnote
30241 \series default
30242 を導入する必要があります。
30243 \end_layout
30244
30245 \begin_layout Standard
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251
30252 \backslash
30253 fi
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \begin_layout Chapter
30262 ボックス
30263 \end_layout
30264
30265 \begin_layout Section
30266 はじめに
30267 \begin_inset Index idx
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271 ぼっくす@ボックス ! はじめに
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Standard
30280 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30281 \begin_inset CommandInset ref
30282 LatexCommand ref
30283 reference "sec:ミニページ"
30284
30285 \end_inset
30286
30287 節参照)、文章を囲ったり(第
30288 \begin_inset CommandInset ref
30289 LatexCommand ref
30290 reference "sec:装飾"
30291
30292 \end_inset
30293
30294 節参照)、単語がハイフネートされるのを予防したり(第
30295 \begin_inset CommandInset ref
30296 LatexCommand ref
30297 reference "sec:ハイフネーションの回避"
30298
30299 \end_inset
30300
30301 節参照)、文章を揃えたり(第
30302 \begin_inset CommandInset ref
30303 LatexCommand ref
30304 reference "sub:垂直揃え"
30305
30306 \end_inset
30307
30308 節参照)、あるいは文章の背景色を設定したり(第
30309 \begin_inset CommandInset ref
30310 LatexCommand ref
30311 reference "sec:色付きボックス"
30312
30313 \end_inset
30314
30315 節参照)するのに使用します。
30316 \end_layout
30317
30318 \begin_layout Standard
30319 ボックスは、
30320 \family sans
30321 挿入\SpecialChar \menuseparator
30322 ボックス
30323 \family default
30324 メニューかツールバーボタン
30325 \family sans
30326
30327 \begin_inset Info
30328 type  "icon"
30329 arg   "box-insert Frameless"
30330 \end_inset
30331
30332
30333 \family default
30334 を使って挿入することができます。すると、
30335 \begin_inset Graphics
30336         filename clipart/BoxInsetDefaultQt4.png
30337         scale 85
30338         scaleBeforeRotation
30339
30340 \end_inset
30341
30342 のように
30343 \family sans
30344 ボックス(minipage環境)
30345 \family default
30346 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30347 \family sans
30348 設定
30349 \family default
30350 メニューを選択すると現れるボックスダイアログでは、
30351 \family sans
30352 parboxコマンド
30353 \family default
30354
30355 \family sans
30356 minipage環境
30357 \family default
30358 の二つの
30359 \family sans
30360 内部ボックス
30361 \family default
30362 型を選択することができます。
30363 \family sans
30364 minipage
30365 \family default
30366 型は、新規ボックスの既定値となっており、第
30367 \begin_inset CommandInset ref
30368 LatexCommand ref
30369 reference "sec:ミニページ"
30370
30371 \end_inset
30372
30373 節で説明します。
30374 \family sans
30375 parbox
30376 \family default
30377 型については第
30378 \begin_inset CommandInset ref
30379 LatexCommand ref
30380 reference "sec:Parboxes"
30381
30382 \end_inset
30383
30384 節、
30385 \family sans
30386 makebox
30387 \family default
30388 型については第
30389 \begin_inset CommandInset ref
30390 LatexCommand ref
30391 reference "sec:ハイフネーションの回避"
30392
30393 \end_inset
30394
30395 節で述べます。
30396 \end_layout
30397
30398 \begin_layout Standard
30399 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30400 \end_layout
30401
30402 \begin_layout Standard
30403 \begin_inset Note Greyedout
30404 status open
30405
30406 \begin_layout Plain Layout
30407
30408 \series bold
30409 【註】
30410 \series default
30411 ボックスは、
30412 \family sans
30413 箇条書き(記号)
30414 \family default
30415 環境や
30416 \family sans
30417 箇条書き(記述)
30418 \family default
30419 環境の単独要素とすべきではありません。
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \begin_inset Note Greyedout
30429 status open
30430
30431 \begin_layout Plain Layout
30432
30433 \series bold
30434 【註】
30435 \series default
30436 理由は不明ですが、枠付きボックスを使用している場合には、
30437 \family sans
30438 内部ボックス
30439 \family default
30440 型は
30441 \family sans
30442 なし
30443 \family default
30444 にしか設定することができません。
30445 \family sans
30446 内部ボックス
30447 \family default
30448 型や枠のないボックスについては、第
30449 \begin_inset CommandInset ref
30450 LatexCommand ref
30451 reference "sec:ハイフネーションの回避"
30452
30453 \end_inset
30454
30455 節で説明します。
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \end_layout
30462
30463 \begin_layout Section
30464 ボックスダイアログ
30465 \begin_inset CommandInset label
30466 LatexCommand label
30467 name "sec:ボックスダイアログ"
30468
30469 \end_inset
30470
30471
30472 \begin_inset Index idx
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \end_layout
30483
30484 \begin_layout Subsection
30485 寸法
30486 \begin_inset Index idx
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490 ぼっくす@ボックス ! すんぽう@寸法
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \begin_layout Standard
30499 ボックスダイアログでは、
30500 \family sans
30501
30502 \family default
30503
30504 \family sans
30505 高さ
30506 \family default
30507 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30508 \begin_inset CommandInset ref
30509 LatexCommand ref
30510 reference "tab:単位"
30511
30512 \end_inset
30513
30514 に説明されています。
30515 \family sans
30516 高さ
30517 \family default
30518 フィールドには、加えて以下の寸法を使用することができます。
30519 \end_layout
30520
30521 \begin_layout Description
30522 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30523 \begin_inset Newline newline
30524 \end_inset
30525
30526
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530
30531 \begin_inset Newline newline
30532 \end_inset
30533
30534
30535 \begin_inset Box Boxed
30536 position "c"
30537 hor_pos "c"
30538 has_inner_box 1
30539 inner_pos "c"
30540 use_parbox 0
30541 use_makebox 0
30542 width "12col%"
30543 special "none"
30544 height "1in"
30545 height_special "depth"
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 \align center
30550 高さを1階層に設定したボックス
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \begin_inset Newline newline
30557 \end_inset
30558
30559
30560 \begin_inset Newline newline
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Description
30567 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30568 \begin_inset Box Boxed
30569 position "c"
30570 hor_pos "c"
30571 has_inner_box 1
30572 inner_pos "c"
30573 use_parbox 0
30574 use_makebox 0
30575 width "20col%"
30576 special "none"
30577 height "2in"
30578 height_special "height"
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582 \align center
30583 高さを2高さに設定したボックス
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Description
30592 全高 これは「高さ」+「階層」です。
30593 \begin_inset Box Boxed
30594 position "c"
30595 hor_pos "c"
30596 has_inner_box 1
30597 inner_pos "c"
30598 use_parbox 0
30599 use_makebox 0
30600 width "20col%"
30601 special "none"
30602 height "1in"
30603 height_special "totalheight"
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607 \align center
30608 高さを1全高に設定したボックス
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \begin_layout Description
30617 幅 これはボックスの幅を高さに設定します。
30618 \begin_inset Box Boxed
30619 position "c"
30620 hor_pos "c"
30621 has_inner_box 1
30622 inner_pos "c"
30623 use_parbox 0
30624 use_makebox 0
30625 width "12col%"
30626 special "none"
30627 height "1in"
30628 height_special "width"
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632 \align center
30633 高さを1幅に設定したボックス
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Subsection
30642 文字揃え
30643 \begin_inset Index idx
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647 ぼっくす@ボックス ! もじそろえ@文字揃え
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656
30657 \family sans
30658 内部ボックス
30659 \family default
30660 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30661 \end_layout
30662
30663 \begin_layout Description
30664 上 これは例示のための本文行です。
30665 \begin_inset Box Boxed
30666 position "t"
30667 hor_pos "c"
30668 has_inner_box 1
30669 inner_pos "c"
30670 use_parbox 0
30671 use_makebox 0
30672 width "12col%"
30673 special "none"
30674 height "1in"
30675 height_special "totalheight"
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679 \align center
30680 このボックスは上揃えです。
30681 \end_layout
30682
30683 \end_inset
30684
30685 これは例示のための本文行です。
30686 \end_layout
30687
30688 \begin_layout Description
30689 中央 これは例示のための本文行です。
30690 \begin_inset Box Boxed
30691 position "c"
30692 hor_pos "c"
30693 has_inner_box 1
30694 inner_pos "c"
30695 use_parbox 0
30696 use_makebox 0
30697 width "12col%"
30698 special "none"
30699 height "1in"
30700 height_special "totalheight"
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704 \align center
30705 このボックスは中央揃えです。
30706 \end_layout
30707
30708 \end_inset
30709
30710 これは例示のための本文行です。
30711 \end_layout
30712
30713 \begin_layout Description
30714 下 これは例示のための本文行です。
30715 \begin_inset Box Boxed
30716 position "b"
30717 hor_pos "c"
30718 has_inner_box 1
30719 inner_pos "c"
30720 use_parbox 0
30721 use_makebox 0
30722 width "12col%"
30723 special "none"
30724 height "1in"
30725 height_special "totalheight"
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 \align center
30730 このボックスは下揃えです。
30731 \end_layout
30732
30733 \end_inset
30734
30735 これは例示のための本文行です。
30736 \end_layout
30737
30738 \begin_layout Standard
30739 \begin_inset Note Greyedout
30740 status open
30741
30742 \begin_layout Plain Layout
30743
30744 \series bold
30745 【註】
30746 \series default
30747 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \begin_layout Standard
30756 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30757 \end_layout
30758
30759 \begin_layout Standard
30760 \begin_inset VSpace bigskip
30761 \end_inset
30762
30763
30764 \family sans
30765 内部ボックス
30766 \family default
30767 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30768 \end_layout
30769
30770 \begin_layout Description
30771 上 これは例示のための本文行です。
30772 \begin_inset Box Boxed
30773 position "c"
30774 hor_pos "c"
30775 has_inner_box 1
30776 inner_pos "t"
30777 use_parbox 0
30778 use_makebox 0
30779 width "12col%"
30780 special "none"
30781 height "1.5in"
30782 height_special "totalheight"
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 \align center
30787 このボックスの文章は上揃えです。
30788 \end_layout
30789
30790 \end_inset
30791
30792 これは例示のための本文行です。
30793 \end_layout
30794
30795 \begin_layout Description
30796 中央 これは例示のための本文行です。
30797 \begin_inset Box Boxed
30798 position "c"
30799 hor_pos "c"
30800 has_inner_box 1
30801 inner_pos "c"
30802 use_parbox 0
30803 use_makebox 0
30804 width "12col%"
30805 special "none"
30806 height "1.5in"
30807 height_special "totalheight"
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811 \align center
30812 このボックスの文章は中央揃えです。
30813 \end_layout
30814
30815 \end_inset
30816
30817 これは例示のための本文行です。
30818 \end_layout
30819
30820 \begin_layout Description
30821 下 これは例示のための本文行です。
30822 \begin_inset Box Boxed
30823 position "c"
30824 hor_pos "c"
30825 has_inner_box 1
30826 inner_pos "b"
30827 use_parbox 0
30828 use_makebox 0
30829 width "12col%"
30830 special "none"
30831 height "1.5in"
30832 height_special "totalheight"
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836 \align center
30837 このボックスの文章は下揃えです。
30838 \end_layout
30839
30840 \end_inset
30841
30842 これは例示のための本文行です。
30843 \end_layout
30844
30845 \begin_layout Description
30846 広げる これは例示のための本文行です。
30847 \begin_inset Box Boxed
30848 position "c"
30849 hor_pos "c"
30850 has_inner_box 1
30851 inner_pos "s"
30852 use_parbox 0
30853 use_makebox 0
30854 width "17col%"
30855 special "none"
30856 height "1.5in"
30857 height_special "totalheight"
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 \align center
30862 このボックスの
30863 \end_layout
30864
30865 \begin_layout Plain Layout
30866 \align center
30867 文章は広げて
30868 \end_layout
30869
30870 \begin_layout Plain Layout
30871 \align center
30872 あります。
30873 \end_layout
30874
30875 \end_inset
30876
30877 これは例示のための本文行です。
30878 \end_layout
30879
30880 \begin_layout Standard
30881 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30882 \end_layout
30883
30884 \begin_layout Standard
30885 \begin_inset VSpace bigskip
30886 \end_inset
30887
30888
30889 \family sans
30890 内部ボックス
30891 \family default
30892 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30893 \end_layout
30894
30895 \begin_layout Standard
30896 \align center
30897 \begin_inset Box Boxed
30898 position "c"
30899 hor_pos "c"
30900 has_inner_box 1
30901 inner_pos "s"
30902 use_parbox 0
30903 use_makebox 0
30904 width "25col%"
30905 special "none"
30906 height "1.25in"
30907 height_special "totalheight"
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 \align left
30912 このボックスの
30913 \end_layout
30914
30915 \begin_layout Plain Layout
30916 \align center
30917 文章は広げて
30918 \end_layout
30919
30920 \begin_layout Plain Layout
30921 \align right
30922 あります。
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931
30932 \family sans
30933 内部ボックス
30934 \family default
30935 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30936 \end_layout
30937
30938 \begin_layout Standard
30939 \align center
30940 \begin_inset Box Boxed
30941 position "c"
30942 hor_pos "s"
30943 has_inner_box 0
30944 inner_pos "s"
30945 use_parbox 0
30946 use_makebox 0
30947 width "90col%"
30948 special "none"
30949 height "1.25in"
30950 height_special "totalheight"
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 このボックスの文章は水平方向に広げてあります。
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Subsection
30963 装飾
30964 \begin_inset CommandInset label
30965 LatexCommand label
30966 name "sec:装飾"
30967
30968 \end_inset
30969
30970
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 ぼっくす@ボックス ! そうしょく@装飾
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 ボックス型は、ボックスダイアログ中の
30985 \family sans
30986 装飾
30987 \family default
30988 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30989 \end_layout
30990
30991 \begin_layout Description
30992 縁なし 枠を描きません。
30993 \end_layout
30994
30995 \begin_layout Description
30996 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30997 \series bold
30998
30999 \backslash
31000 fboxrule
31001 \series default
31002 の値になります。 
31003 \begin_inset Box Boxed
31004 position "c"
31005 hor_pos "c"
31006 has_inner_box 1
31007 inner_pos "c"
31008 use_parbox 0
31009 use_makebox 0
31010 width "20col%"
31011 special "none"
31012 height "1in"
31013 height_special "totalheight"
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 \align center
31018 長方形の箱型
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Description
31027 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31028 \begin_inset space \thinspace{}
31029 \end_inset
31030
31031 ptです。 
31032 \begin_inset Box ovalbox
31033 position "c"
31034 hor_pos "c"
31035 has_inner_box 1
31036 inner_pos "c"
31037 use_parbox 0
31038 use_makebox 0
31039 width "20col%"
31040 special "none"
31041 height "1in"
31042 height_special "totalheight"
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 \align center
31047 楕円形の箱型(細線)
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Description
31056 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31057 \begin_inset space \thinspace{}
31058 \end_inset
31059
31060 ptです。 
31061 \begin_inset Box Ovalbox
31062 position "c"
31063 hor_pos "c"
31064 has_inner_box 1
31065 inner_pos "c"
31066 use_parbox 0
31067 use_makebox 0
31068 width "20col%"
31069 special "none"
31070 height "1in"
31071 height_special "totalheight"
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075 \align center
31076 楕円形の箱型(太線)
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \begin_layout Description
31085 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
31086 \series bold
31087
31088 \backslash
31089 fboxrule
31090 \series default
31091 の値になり、影の幅は4
31092 \begin_inset space \thinspace{}
31093 \end_inset
31094
31095 ptになります。
31096 \begin_inset Box Shadowbox
31097 position "c"
31098 hor_pos "c"
31099 has_inner_box 1
31100 inner_pos "c"
31101 use_parbox 0
31102 use_makebox 0
31103 width "20col%"
31104 special "none"
31105 height "1in"
31106 height_special "totalheight"
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 \align center
31111 影付きの箱型
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \end_layout
31118
31119 \begin_layout Description
31120 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31121 \begin_inset Foot
31122 status collapsed
31123
31124 \begin_layout Plain Layout
31125
31126 \begin_inset CommandInset ref
31127 LatexCommand ref
31128 reference "sec:色付きボックス"
31129
31130 \end_inset
31131
31132 節を参照のこと。
31133 \end_layout
31134
31135 \end_inset
31136
31137 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31138 \begin_inset Box Shaded
31139 position "t"
31140 hor_pos "c"
31141 has_inner_box 0
31142 inner_pos "t"
31143 use_parbox 0
31144 use_makebox 0
31145 width "50col%"
31146 special "none"
31147 height "1in"
31148 height_special "totalheight"
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152 影付き背景の箱型
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Description
31161 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31162 \begin_inset space \thinspace{}
31163 \end_inset
31164
31165
31166 \series bold
31167
31168 \backslash
31169 fboxrule
31170 \series default
31171 であり、外側の枠線の太さは1.5
31172 \begin_inset space \thinspace{}
31173 \end_inset
31174
31175
31176 \series bold
31177
31178 \backslash
31179 fboxrule
31180 \series default
31181 です。枠線間の距離は1.5
31182 \begin_inset space \thinspace{}
31183 \end_inset
31184
31185
31186 \series bold
31187
31188 \backslash
31189 fboxrule
31190 \series default
31191
31192 \begin_inset space \thinspace{}
31193 \end_inset
31194
31195 +
31196 \begin_inset space \thinspace{}
31197 \end_inset
31198
31199 0.5
31200 \begin_inset space \thinspace{}
31201 \end_inset
31202
31203 ptです。 
31204 \begin_inset Box Doublebox
31205 position "c"
31206 hor_pos "c"
31207 has_inner_box 1
31208 inner_pos "c"
31209 use_parbox 0
31210 use_makebox 0
31211 width "20col%"
31212 special "none"
31213 height "1in"
31214 height_special "totalheight"
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 \align center
31219 二重の長方形の箱型
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228 \begin_inset VSpace bigskip
31229 \end_inset
31230
31231 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31232 \series bold
31233 fancybox
31234 \series default
31235
31236 \begin_inset Index idx
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31241 \end_layout
31242
31243 \end_inset
31244
31245 が導入済みでなくてはなりません。
31246 \end_layout
31247
31248 \begin_layout Standard
31249 \begin_inset VSpace bigskip
31250 \end_inset
31251
31252 装飾として
31253 \family sans
31254 簡素な長方形の箱型
31255 \family default
31256 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31257 れ、このボックス型では
31258 \series bold
31259
31260 \backslash
31261 fboxrule
31262 \series default
31263
31264 \series bold
31265
31266 \backslash
31267 fboxsep
31268 \series default
31269 は無効となります。枠線の太さは
31270 \series bold
31271
31272 \backslash
31273 FrameRule
31274 \series default
31275 の値になります。 
31276 \begin_inset Box Framed
31277 position "t"
31278 hor_pos "c"
31279 has_inner_box 0
31280 inner_pos "t"
31281 use_parbox 0
31282 use_makebox 0
31283 width "100col%"
31284 special "none"
31285 height "1in"
31286 height_special "totalheight"
31287 status collapsed
31288
31289 \begin_layout Plain Layout
31290 改行可能な箱型
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \begin_layout Section
31299 ボックスの詳細な設定
31300 \begin_inset Index idx
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31305 \end_layout
31306
31307 \end_inset
31308
31309
31310 \end_layout
31311
31312 \begin_layout Standard
31313 寸法
31314 \series bold
31315
31316 \backslash
31317 fboxrule
31318 \series default
31319 の既定値は0.4
31320 \begin_inset space \thinspace{}
31321 \end_inset
31322
31323 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31324 \begin_inset space \thinspace{}
31325 \end_inset
31326
31327 ptに変更することができます。
31328 \end_layout
31329
31330 \begin_layout Standard
31331
31332 \series bold
31333
31334 \backslash
31335 setlength{
31336 \backslash
31337 fboxrule}{2pt}
31338 \end_layout
31339
31340 \begin_layout Standard
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346
31347 \backslash
31348 setlength{
31349 \backslash
31350 fboxrule}{2pt}
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \begin_inset Box Boxed
31357 position "c"
31358 hor_pos "c"
31359 has_inner_box 1
31360 inner_pos "c"
31361 use_parbox 0
31362 use_makebox 0
31363 width "25col%"
31364 special "none"
31365 height "1in"
31366 height_special "totalheight"
31367 status open
31368
31369 \begin_layout Plain Layout
31370 \align center
31371
31372 \series bold
31373
31374 \backslash
31375 fboxrule
31376 \series default
31377
31378 \begin_inset space \thinspace{}
31379 \end_inset
31380
31381 =
31382 \begin_inset space \thinspace{}
31383 \end_inset
31384
31385 2
31386 \begin_inset space \thinspace{}
31387 \end_inset
31388
31389 ptの長方形の箱型
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 setlength{
31403 \backslash
31404 fboxrule}{0.4pt}
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Standard
31413 \begin_inset VSpace bigskip
31414 \end_inset
31415
31416 枠とボックスの内容との空白は、すべての枠様式について3
31417 \begin_inset space \thinspace{}
31418 \end_inset
31419
31420 ptが既定値になっています。これは、長さ
31421 \series bold
31422
31423 \backslash
31424 fboxsep
31425 \series default
31426 を別の値に設定することによって変更することができます。たとえば
31427 \end_layout
31428
31429 \begin_layout Standard
31430
31431 \series bold
31432
31433 \backslash
31434 setlength{
31435 \backslash
31436 fboxsep}{10pt}
31437 \end_layout
31438
31439 \begin_layout Standard
31440 というコマンドは、この値を10
31441 \begin_inset space \thinspace{}
31442 \end_inset
31443
31444 ptにし、以下のボックスのようになります。
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset ERT
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452
31453
31454 \backslash
31455 setlength{
31456 \backslash
31457 fboxsep}{10pt}
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \begin_inset Box Boxed
31464 position "c"
31465 hor_pos "c"
31466 has_inner_box 1
31467 inner_pos "c"
31468 use_parbox 0
31469 use_makebox 0
31470 width "25col%"
31471 special "none"
31472 height "1in"
31473 height_special "totalheight"
31474 status open
31475
31476 \begin_layout Plain Layout
31477 \align center
31478
31479 \series bold
31480
31481 \backslash
31482 fboxsep
31483 \series default
31484
31485 \begin_inset space \thinspace{}
31486 \end_inset
31487
31488 =
31489 \begin_inset space \thinspace{}
31490 \end_inset
31491
31492 10
31493 \begin_inset space \thinspace{}
31494 \end_inset
31495
31496 ptの長方形の箱型
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \begin_inset ERT
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506
31507
31508 \backslash
31509 setlength{
31510 \backslash
31511 fboxsep}{3pt}
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 \begin_inset VSpace bigskip
31521 \end_inset
31522
31523 楕円形ボックスの丸い角の直径は、コマンド
31524 \series bold
31525
31526 \backslash
31527 cornersize
31528 \series default
31529 で設定することができます。
31530 \end_layout
31531
31532 \begin_layout Standard
31533
31534 \series bold
31535
31536 \backslash
31537 cornersize*{1cm}
31538 \end_layout
31539
31540 \begin_layout Standard
31541 というコマンドは、直径を1
31542 \begin_inset space \thinspace{}
31543 \end_inset
31544
31545 cmに設定します。
31546 \end_layout
31547
31548 \begin_layout Standard
31549
31550 \series bold
31551
31552 \backslash
31553 cornersize{数値}
31554 \end_layout
31555
31556 \begin_layout Standard
31557 というコマンドは、直径を
31558 \family sans
31559 数値
31560 \begin_inset space \thinspace{}
31561 \end_inset
31562
31563
31564 \family default
31565
31566 \begin_inset Formula $\times$
31567 \end_inset
31568
31569
31570 \family sans
31571
31572 \begin_inset space \thinspace{}
31573 \end_inset
31574
31575 (ボックスの幅と高さの小さい方)
31576 \family default
31577 に設定します。既定値は
31578 \series bold
31579
31580 \backslash
31581 cornersize{0.5}
31582 \series default
31583 です。
31584 \end_layout
31585
31586 \begin_layout Standard
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 cornersize*{1.5cm}
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \begin_inset Box Ovalbox
31601 position "c"
31602 hor_pos "c"
31603 has_inner_box 1
31604 inner_pos "c"
31605 use_parbox 0
31606 use_makebox 0
31607 width "25col%"
31608 special "none"
31609 height "1in"
31610 height_special "totalheight"
31611 status open
31612
31613 \begin_layout Plain Layout
31614 \align center
31615
31616 \series bold
31617
31618 \backslash
31619 cornersize
31620 \series default
31621
31622 \begin_inset space \thinspace{}
31623 \end_inset
31624
31625 =
31626 \begin_inset space \thinspace{}
31627 \end_inset
31628
31629 1.5
31630 \begin_inset space \thinspace{}
31631 \end_inset
31632
31633 cmの楕円形の箱型
31634 \end_layout
31635
31636 \end_inset
31637
31638
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644
31645 \backslash
31646 cornersize{0.5}
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \begin_layout Standard
31655 \begin_inset VSpace bigskip
31656 \end_inset
31657
31658 影の大きさは、長さ
31659 \series bold
31660
31661 \backslash
31662 shadowsize
31663 \series default
31664 を変更することで調整できます。以下のボックスでは
31665 \end_layout
31666
31667 \begin_layout Standard
31668
31669 \series bold
31670
31671 \backslash
31672 setlength{
31673 \backslash
31674 shadowsize}{2pt}
31675 \end_layout
31676
31677 \begin_layout Standard
31678 というコマンドを使って、2
31679 \begin_inset space \thinspace{}
31680 \end_inset
31681
31682 ptに設定しています。
31683 \end_layout
31684
31685 \begin_layout Standard
31686 \begin_inset ERT
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690
31691
31692 \backslash
31693 setlength{
31694 \backslash
31695 shadowsize}{2pt}
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \begin_inset Box Shadowbox
31702 position "c"
31703 hor_pos "c"
31704 has_inner_box 1
31705 inner_pos "c"
31706 use_parbox 0
31707 use_makebox 0
31708 width "25col%"
31709 special "none"
31710 height "1in"
31711 height_special "totalheight"
31712 status open
31713
31714 \begin_layout Plain Layout
31715 \align center
31716
31717 \series bold
31718
31719 \backslash
31720 shadowsize
31721 \series default
31722
31723 \begin_inset space \thinspace{}
31724 \end_inset
31725
31726 =
31727 \begin_inset space \thinspace{}
31728 \end_inset
31729
31730 2
31731 \begin_inset space \thinspace{}
31732 \end_inset
31733
31734 ptの影付きボックス
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \begin_inset ERT
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744
31745
31746 \backslash
31747 setlength{
31748 \backslash
31749 shadowsize}{4pt}
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset VSpace bigskip
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Standard
31765 寸法
31766 \series bold
31767
31768 \backslash
31769 FrameRule
31770 \series default
31771 の既定値は0.4
31772 \begin_inset space \thinspace{}
31773 \end_inset
31774
31775 ptです。ボックスの中身と枠の間の空白の既定値は9
31776 \begin_inset space \thinspace{}
31777 \end_inset
31778
31779 ptですが、
31780 \series bold
31781
31782 \backslash
31783 FrameSep
31784 \series default
31785 の値を変えることで変更することができます。たとえば、下記の
31786 \family sans
31787 ボックス
31788 \family default
31789 の枠の外見は、
31790 \end_layout
31791
31792 \begin_layout Standard
31793
31794 \series bold
31795
31796 \backslash
31797 setlength{
31798 \backslash
31799 FrameRule}{5pt}
31800 \begin_inset Newline newline
31801 \end_inset
31802
31803
31804 \backslash
31805 setlength{
31806 \backslash
31807 FrameSep}{0.5cm}
31808 \end_layout
31809
31810 \begin_layout Standard
31811 というTeXコードコマンドで設定してあります。
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817
31818 \backslash
31819 setlength{
31820 \backslash
31821 FrameRule}{5pt}
31822 \end_layout
31823
31824 \begin_layout Plain Layout
31825
31826
31827 \backslash
31828 setlength{
31829 \backslash
31830 FrameSep}{0.5cm}
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \begin_inset Box Framed
31837 position "t"
31838 hor_pos "c"
31839 has_inner_box 0
31840 inner_pos "t"
31841 use_parbox 0
31842 use_makebox 0
31843 width "100col%"
31844 special "none"
31845 height "1in"
31846 height_special "totalheight"
31847 status open
31848
31849 \begin_layout Plain Layout
31850 これは
31851 \family sans
31852 改頁可能
31853 \family default
31854 ボックスの文章です。
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \begin_inset ERT
31861 status collapsed
31862
31863 \begin_layout Plain Layout
31864
31865
31866 \backslash
31867 setlength{
31868 \backslash
31869 FrameRule}{0.4pt}
31870 \end_layout
31871
31872 \begin_layout Plain Layout
31873
31874
31875 \backslash
31876 setlength{
31877 \backslash
31878 FrameSep}{9pt}
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Standard
31887 \begin_inset VSpace bigskip
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \begin_layout Standard
31894
31895 \family sans
31896 影付き背景
31897 \family default
31898 ボックスでは、ボックスの内容と枠の余白の既定値は3
31899 \begin_inset space \thinspace{}
31900 \end_inset
31901
31902 ptになっていますが、
31903 \series bold
31904
31905 \backslash
31906 fboxsep
31907 \series default
31908 の値を変更することで変えられます。既定の背景色である赤色は、
31909 \series bold
31910
31911 \backslash
31912 definecolor{shadebox}
31913 \series default
31914 コマンドで局所的に変更することもできますし、
31915 \family sans
31916 ツール\SpecialChar \menuseparator
31917 設定\SpecialChar \menuseparator
31918 色\SpecialChar \menuseparator
31919 影付きボックス
31920 \family default
31921 メニューからグローバルに変更することもできます。
31922 \series bold
31923
31924 \backslash
31925 definecolor
31926 \series default
31927 コマンドの用法は第
31928 \begin_inset CommandInset ref
31929 LatexCommand ref
31930 reference "sec:色付きの表"
31931
31932 \end_inset
31933
31934
31935 \begin_inset Foot
31936 status open
31937
31938 \begin_layout Plain Layout
31939 N
31940 \series bold
31941
31942 \backslash
31943 definecolor
31944 \series default
31945 は、LaTeXパッケージの
31946 \series bold
31947 color
31948 \series default
31949 をプリアンブルに読み込む必要があります。第
31950 \begin_inset CommandInset ref
31951 LatexCommand ref
31952 reference "sec:色付きボックス"
31953
31954 \end_inset
31955
31956 節をご参照ください。.
31957 \end_layout
31958
31959 \end_inset
31960
31961 で説明されています。
31962 \end_layout
31963
31964 \begin_layout Standard
31965 たとえば、下記の影付き背景ボックスの外見は
31966 \end_layout
31967
31968 \begin_layout Standard
31969
31970 \series bold
31971
31972 \backslash
31973 setlength{
31974 \backslash
31975 fboxsep}{0.5cm}
31976 \series default
31977
31978 \begin_inset Newline newline
31979 \end_inset
31980
31981
31982 \series bold
31983
31984 \backslash
31985 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31986 \end_layout
31987
31988 \begin_layout Standard
31989 というTeXコードコマンドを使って設定してあります。
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset ERT
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997
31998
31999 \backslash
32000 setlength{
32001 \backslash
32002 fboxsep}{0.5cm}
32003 \end_layout
32004
32005 \begin_layout Plain Layout
32006
32007
32008 \backslash
32009 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \begin_inset Box Shaded
32016 position "t"
32017 hor_pos "c"
32018 has_inner_box 0
32019 inner_pos "t"
32020 use_parbox 0
32021 use_makebox 0
32022 width "100col%"
32023 special "none"
32024 height "1in"
32025 height_special "totalheight"
32026 status open
32027
32028 \begin_layout Plain Layout
32029
32030 \color yellow
32031 これは、濃緑色の背景の
32032 \family sans
32033 影付き背景
32034 \family default
32035 ボックスに入れた黄色の文章です。
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \begin_inset ERT
32042 status collapsed
32043
32044 \begin_layout Plain Layout
32045
32046
32047 \backslash
32048 setlength{
32049 \backslash
32050 fboxsep}{3pt}
32051 \end_layout
32052
32053 \begin_layout Plain Layout
32054
32055
32056 \backslash
32057 definecolor{shadecolor}{rgb}{1,0,0}
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 \begin_inset VSpace bigskip
32067 \end_inset
32068
32069 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
32070 \end_layout
32071
32072 \begin_layout Section
32073 ミニページ
32074 \begin_inset CommandInset label
32075 LatexCommand label
32076 name "sec:ミニページ"
32077
32078 \end_inset
32079
32080
32081 \begin_inset Index idx
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 ぼっくす@ボックス ! みにぺーじ@ミニページ
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \begin_layout Standard
32094 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
32095 \end_layout
32096
32097 \begin_layout Standard
32098 ミニページは、複数の言語を含む文書を執筆する際に便利です。
32099 \end_layout
32100
32101 \begin_layout Standard
32102 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
32103 \family sans
32104 挿入
32105 \family default
32106 \SpecialChar \menuseparator
32107
32108 \family sans
32109 整形
32110 \family default
32111 \SpecialChar \menuseparator
32112
32113 \family sans
32114 水平方向の空白
32115 \family default
32116 メニューで挿入した水平フィルで隔てられています。
32117 \begin_inset Newpage newpage
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Standard
32124 \begin_inset Box Frameless
32125 position "t"
32126 hor_pos "c"
32127 has_inner_box 1
32128 inner_pos "c"
32129 use_parbox 0
32130 use_makebox 0
32131 width "45col%"
32132 special "none"
32133 height "1in"
32134 height_special "totalheight"
32135 status open
32136
32137 \begin_layout Plain Layout
32138 Dies ist ein deutscher Text.
32139  Dies ist ein deutscher Text.
32140  Dies ist ein deutscher Text.
32141  Dies ist ein deutscher Text.
32142  Dies ist ein deutscher Text.
32143  Dies ist ein deutscher Text.
32144  Dies ist ein deutscher Text.
32145  Dies ist ein deutscher Text.
32146  Dies ist ein deutscher Text.
32147  Dies ist ein deutscher Text.
32148  Dies ist ein deutscher Text.
32149  Dies ist ein deutscher Text.
32150  Dies ist ein deutscher Text
32151 \begin_inset Foot
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155 Dies ist eine deutsche Fußnote.
32156 \end_layout
32157
32158 \end_inset
32159
32160 .
32161  Dies ist ein deutscher Text.
32162  Dies ist ein deutscher Text.
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \begin_inset space \hfill{}
32169 \end_inset
32170
32171
32172 \begin_inset Box Frameless
32173 position "t"
32174 hor_pos "c"
32175 has_inner_box 1
32176 inner_pos "c"
32177 use_parbox 0
32178 use_makebox 0
32179 width "45col%"
32180 special "none"
32181 height "1in"
32182 height_special "totalheight"
32183 status open
32184
32185 \begin_layout Plain Layout
32186 This is an English Text.
32187  This is an English Text.
32188  This is an English Text.
32189  This is an English Text.
32190  This is an English Text.
32191  This is an English Text.
32192  This is an English Text.
32193  This is an English Text.
32194  This is an English Text.
32195  This is an English Text.
32196  This is an English Text.
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 \begin_inset Foot
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206 This is an English footnote.
32207 \end_layout
32208
32209 \end_inset
32210
32211  This is an English Text.
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 \begin_inset VSpace bigskip
32221 \end_inset
32222
32223 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32224 \family sans
32225 中スキップ
32226 \family default
32227 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32228 \end_layout
32229
32230 \begin_layout Standard
32231 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32232 \begin_inset CommandInset ref
32233 LatexCommand ref
32234 reference "sub:段落の着色"
32235
32236 \end_inset
32237
32238 節をご参照ください。
32239 \end_layout
32240
32241 \begin_layout Standard
32242 \begin_inset Note Greyedout
32243 status open
32244
32245 \begin_layout Plain Layout
32246
32247 \series bold
32248 【註】
32249 \series default
32250 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \begin_layout Section
32259 Parbox
32260 \begin_inset CommandInset label
32261 LatexCommand label
32262 name "sec:Parboxes"
32263
32264 \end_inset
32265
32266
32267 \begin_inset Index idx
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271 ぼっくす@ボックス ! Parboxes
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \align center
32285 \begin_inset Box Frameless
32286 position "t"
32287 hor_pos "c"
32288 has_inner_box 1
32289 inner_pos "t"
32290 use_parbox 1
32291 use_makebox 0
32292 width "33col%"
32293 special "none"
32294 height "1in"
32295 height_special "totalheight"
32296 status open
32297
32298 \begin_layout Plain Layout
32299 これはparbox内の文章です。これはparbox内の文章です。
32300 \end_layout
32301
32302 \begin_layout Plain Layout
32303 右の脚注は表示されません。
32304 \begin_inset Foot
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 これはparbox内の脚注であり、したがって表示はされません。
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Section
32322 単語や文字のボックス
32323 \begin_inset Index idx
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 ぼっくす@ボックス ! もじよう@文字用
32328 \end_layout
32329
32330 \end_inset
32331
32332
32333 \end_layout
32334
32335 \begin_layout Subsection
32336 ハイフネーションの回避
32337 \begin_inset CommandInset label
32338 LatexCommand label
32339 name "sec:ハイフネーションの回避"
32340
32341 \end_inset
32342
32343
32344 \begin_inset Index idx
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32349 \end_layout
32350
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Standard
32357 単語や文章がハイフネートされるのを防ぐには、
32358 \family sans
32359 makebox
32360 \family default
32361 型ボックスを使うことができます。
32362 \begin_inset Newline newline
32363 \end_inset
32364
32365 以下が例示用の文章です。
32366 \end_layout
32367
32368 \begin_layout Standard
32369 This line is an example to show how you can prevent the hyphenation of 
32370 \begin_inset Quotes eld
32371 \end_inset
32372
32373 veryverylongword
32374 \begin_inset Quotes erd
32375 \end_inset
32376
32377 .
32378 \end_layout
32379
32380 \begin_layout Standard
32381 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32382 \family sans
32383 内部ボックス
32384 \family default
32385
32386 \family sans
32387 makebox
32388 \family default
32389 コマンドに設定し、幅は指定しません。
32390 \end_layout
32391
32392 \begin_layout Standard
32393 以下がその結果です。
32394 \end_layout
32395
32396 \begin_layout Standard
32397 This line is an example to show how you can prevent the hyphenation of 
32398 \begin_inset Box Frameless
32399 position "t"
32400 hor_pos "c"
32401 has_inner_box 1
32402 inner_pos "t"
32403 use_parbox 0
32404 use_makebox 1
32405 width ""
32406 special "none"
32407 height "1in"
32408 height_special "totalheight"
32409 status open
32410
32411 \begin_layout Plain Layout
32412 \begin_inset Quotes eld
32413 \end_inset
32414
32415 veryverylongword
32416 \begin_inset Quotes erd
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \end_inset
32423
32424 .
32425 \end_layout
32426
32427 \begin_layout Standard
32428 別の方法としては、以下のように、単語の前に直接TeXコードで「
32429 \series bold
32430
32431 \backslash
32432 -
32433 \series default
32434 」コマンドを設定する方法もあります。
32435 \end_layout
32436
32437 \begin_layout Standard
32438 This line is an example to show how you can prevent the hyphenation of 
32439 \begin_inset Quotes eld
32440 \end_inset
32441
32442
32443 \begin_inset ERT
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447
32448
32449 \backslash
32450 -
32451 \end_layout
32452
32453 \end_inset
32454
32455 veryverylongword
32456 \begin_inset Quotes erd
32457 \end_inset
32458
32459 .
32460 \end_layout
32461
32462 \begin_layout Standard
32463 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32464 \family sans
32465 挿入
32466 \family default
32467 \SpecialChar \menuseparator
32468
32469 \family sans
32470 整形
32471 \family default
32472 \SpecialChar \menuseparator
32473
32474 \family sans
32475 整形なし改行
32476 \family default
32477 メニュー(
32478 \begin_inset Flex Ruby
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 捷径
32483 \begin_inset Argument post:1
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487 ショートカット
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \end_layout
32494
32495 \end_inset
32496
32497
32498 \begin_inset Info
32499 type  "shortcut"
32500 arg   "newline-insert newline"
32501 \end_inset
32502
32503 )から改行を単語の前に入れてください。
32504 \end_layout
32505
32506 \begin_layout Standard
32507 This line is an example to show how you can prevent the hyphenation of 
32508 \begin_inset Newline newline
32509 \end_inset
32510
32511
32512 \begin_inset Box Frameless
32513 position "t"
32514 hor_pos "c"
32515 has_inner_box 1
32516 inner_pos "t"
32517 use_parbox 0
32518 use_makebox 1
32519 width ""
32520 special "none"
32521 height "1in"
32522 height_special "totalheight"
32523 status open
32524
32525 \begin_layout Plain Layout
32526 \begin_inset Quotes eld
32527 \end_inset
32528
32529 veryverylongword
32530 \begin_inset Quotes erd
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \end_inset
32537
32538 .
32539 \end_layout
32540
32541 \begin_layout Subsection
32542 垂直揃え
32543 \begin_inset CommandInset label
32544 LatexCommand label
32545 name "sub:垂直揃え"
32546
32547 \end_inset
32548
32549
32550 \begin_inset Index idx
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \begin_inset Index idx
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564 ぼっくす@ボックス ! Raiseboxes
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573
32574 \series bold
32575
32576 \backslash
32577 raisebox
32578 \series default
32579 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32580 \series bold
32581
32582 \backslash
32583 raisebox
32584 \series default
32585 は以下の書式で使用します。
32586 \end_layout
32587
32588 \begin_layout Standard
32589
32590 \series bold
32591
32592 \backslash
32593 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32594 \end_layout
32595
32596 \begin_layout Standard
32597 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32598 \end_layout
32599
32600 \begin_layout Standard
32601 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32602 \end_layout
32603
32604 \begin_layout Standard
32605
32606 \series bold
32607
32608 \backslash
32609 raisebox{
32610 \backslash
32611 depth}{
32612 \end_layout
32613
32614 \begin_layout Standard
32615 というコマンドを挿入してください。単語の後には、閉じ括弧「
32616 \series bold
32617 }
32618 \series default
32619 」をTeXコードで挿入してください。
32620 \begin_inset Newline newline
32621 \end_inset
32622
32623 以下がその出力です。
32624 \end_layout
32625
32626 \begin_layout Standard
32627 This is a text line with the word 
32628 \begin_inset ERT
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632
32633
32634 \backslash
32635 raisebox{
32636 \backslash
32637 depth}{
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \begin_inset Quotes eld
32644 \end_inset
32645
32646 preventing
32647 \begin_inset Quotes erd
32648 \end_inset
32649
32650
32651 \begin_inset ERT
32652 status collapsed
32653
32654 \begin_layout Plain Layout
32655
32656 }
32657 \end_layout
32658
32659 \end_inset
32660
32661  as raised word.
32662 \end_layout
32663
32664 \begin_layout Standard
32665 \begin_inset VSpace bigskip
32666 \end_inset
32667
32668 行中の文字を上げ下げすると、以下のように行間が広がります。
32669 \end_layout
32670
32671 \begin_layout Standard
32672 This is a text line with the word 
32673 \begin_inset ERT
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677
32678
32679 \backslash
32680 raisebox{-
32681 \backslash
32682 depth}{
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \begin_inset Quotes eld
32689 \end_inset
32690
32691 preventing
32692 \begin_inset Quotes erd
32693 \end_inset
32694
32695
32696 \begin_inset ERT
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700
32701 }
32702 \end_layout
32703
32704 \end_inset
32705
32706  as lowered word.
32707 \begin_inset Newline newline
32708 \end_inset
32709
32710 This is a text line with the word 
32711 \begin_inset ERT
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715
32716
32717 \backslash
32718 raisebox{0.5cm}{
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \begin_inset Quotes eld
32725 \end_inset
32726
32727 testing
32728 \begin_inset Quotes erd
32729 \end_inset
32730
32731
32732 \begin_inset ERT
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736
32737 }
32738 \end_layout
32739
32740 \end_inset
32741
32742  as raised word.
32743 \end_layout
32744
32745 \begin_layout Standard
32746 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32747 \end_layout
32748
32749 \begin_layout Standard
32750
32751 \series bold
32752
32753 \backslash
32754 raisebox{-
32755 \backslash
32756 depth}[0pt]{
32757 \end_layout
32758
32759 \begin_layout Standard
32760 とすると、
32761 \end_layout
32762
32763 \begin_layout Standard
32764 This is a text line with the word 
32765 \begin_inset ERT
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769
32770
32771 \backslash
32772 raisebox{-
32773 \backslash
32774 depth}[0pt]{
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \begin_inset Quotes eld
32781 \end_inset
32782
32783 preventing
32784 \begin_inset Quotes erd
32785 \end_inset
32786
32787
32788 \begin_inset ERT
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792
32793 }
32794 \end_layout
32795
32796 \end_inset
32797
32798  as lowered word.
32799 \begin_inset Newline newline
32800 \end_inset
32801
32802 This is a text line with the word 
32803 \begin_inset ERT
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807
32808
32809 \backslash
32810 raisebox{0.5cm}[0pt]{
32811 \end_layout
32812
32813 \end_inset
32814
32815
32816 \begin_inset Quotes eld
32817 \end_inset
32818
32819 testing
32820 \begin_inset Quotes erd
32821 \end_inset
32822
32823
32824 \begin_inset ERT
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828
32829 }
32830 \end_layout
32831
32832 \end_inset
32833
32834  as raised word.
32835 \end_layout
32836
32837 \begin_layout Section
32838 色付きボックス
32839 \begin_inset CommandInset label
32840 LatexCommand label
32841 name "sec:色付きボックス"
32842
32843 \end_inset
32844
32845
32846 \begin_inset Index idx
32847 status collapsed
32848
32849 \begin_layout Plain Layout
32850 ぼっくす@ボックス ! いろつき@色付き
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Subsection
32859 文字の着色
32860 \begin_inset Index idx
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864 いろ@色 ! もじの@文字の---
32865 \end_layout
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
32874 \series bold
32875 color
32876 \series default
32877
32878 \begin_inset Index idx
32879 status collapsed
32880
32881 \begin_layout Plain Layout
32882 LaTeXぱっけーじ@LaTeXパッケージ ! color
32883 \end_layout
32884
32885 \end_inset
32886
32887 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
32888 \end_layout
32889
32890 \begin_layout Standard
32891
32892 \series bold
32893
32894 \backslash
32895 @ifundefined{textcolor}
32896 \begin_inset Newline newline
32897 \end_inset
32898
32899
32900 \begin_inset Phantom HPhantom
32901 status open
32902
32903 \begin_layout Plain Layout
32904
32905 \series bold
32906 \begin_inset space ~
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \end_inset
32913
32914 {
32915 \backslash
32916 usepackage{color}}{}
32917 \end_layout
32918
32919 \begin_layout Standard
32920
32921 \series bold
32922 color
32923 \series default
32924 パッケージは、文章を着色するとLyXが自動的に読み込みます
32925 \begin_inset Foot
32926 status collapsed
32927
32928 \begin_layout Plain Layout
32929 これが二度読み込まれることを回避するには、
32930 \series bold
32931
32932 \backslash
32933 @ifundefined
32934 \series default
32935 コマンドを使用します。
32936 \end_layout
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 \begin_inset VSpace medskip
32945 \end_inset
32946
32947 色付きボックスは、
32948 \series bold
32949
32950 \backslash
32951 colorbox
32952 \series default
32953 コマンドを使って作ります。これは、以下のような書式で使われます。
32954 \end_layout
32955
32956 \begin_layout Standard
32957
32958 \series bold
32959
32960 \backslash
32961 colorbox{color}{ボックスの内容}
32962 \end_layout
32963
32964 \begin_layout Standard
32965 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
32966 \end_layout
32967
32968 \begin_layout Standard
32969 事前定義されている色には、
32970 \begin_inset Newline newline
32971 \end_inset
32972
32973
32974 \family sans
32975
32976 \family default
32977
32978 \family sans
32979
32980 \family default
32981
32982 \family sans
32983 シアン
32984 \family default
32985
32986 \family sans
32987
32988 \family default
32989
32990 \family sans
32991 マゼンタ
32992 \family default
32993
32994 \family sans
32995
32996 \family default
32997
32998 \family sans
32999
33000 \family default
33001
33002 \family sans
33003
33004 \family default
33005
33006 \begin_inset Newline newline
33007 \end_inset
33008
33009 があります。第
33010 \begin_inset CommandInset ref
33011 LatexCommand ref
33012 reference "sec:色付きの表"
33013
33014 \end_inset
33015
33016 節に述べられているようにすれば、自前の色を定義することもできます。
33017 \end_layout
33018
33019 \begin_layout Standard
33020 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
33021 \end_layout
33022
33023 \begin_layout Standard
33024
33025 \series bold
33026
33027 \backslash
33028 colorbox{red}{
33029 \end_layout
33030
33031 \begin_layout Standard
33032 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
33033 \series bold
33034 }
33035 \series default
33036 」を入れてください。
33037 \begin_inset Newline newline
33038 \end_inset
33039
33040 以下がその結果です。
33041 \end_layout
33042
33043 \begin_layout Standard
33044 この行では、
33045 \begin_inset ERT
33046 status collapsed
33047
33048 \begin_layout Plain Layout
33049
33050
33051 \backslash
33052 colorbox{red}{
33053 \end_layout
33054
33055 \end_inset
33056
33057 「注意!」
33058 \begin_inset ERT
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062
33063 }
33064 \end_layout
33065
33066 \end_inset
33067
33068 という単語が赤い背景になっています。
33069 \end_layout
33070
33071 \begin_layout Standard
33072 \begin_inset VSpace bigskip
33073 \end_inset
33074
33075 ボックスの枠を別の色にしたい場合には、以下の書式で
33076 \series bold
33077
33078 \backslash
33079 fcolorbox
33080 \series default
33081 コマンドを使います。
33082 \end_layout
33083
33084 \begin_layout Standard
33085
33086 \series bold
33087
33088 \backslash
33089 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33090 \end_layout
33091
33092 \begin_layout Standard
33093
33094 \series bold
33095
33096 \backslash
33097 fcolorbox
33098 \series default
33099
33100 \series bold
33101
33102 \backslash
33103 colorbox
33104 \series default
33105 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33106 \begin_inset CommandInset ref
33107 LatexCommand ref
33108 reference "sec:装飾"
33109
33110 \end_inset
33111
33112 節で述べられているように、それぞれ
33113 \series bold
33114
33115 \backslash
33116 fboxrule
33117 \series default
33118
33119 \series bold
33120
33121 \backslash
33122 fboxsep
33123 \series default
33124 という長さで調節できます。
33125 \end_layout
33126
33127 \begin_layout Standard
33128 以下の例では、
33129 \end_layout
33130
33131 \begin_layout Standard
33132
33133 \series bold
33134
33135 \backslash
33136 fcolorbox{cyan}{magenta}{
33137 \end_layout
33138
33139 \begin_layout Standard
33140 というコマンドを使用しています。
33141 \end_layout
33142
33143 \begin_layout Standard
33144 これは、枠の太さを1
33145 \begin_inset space \thinspace{}
33146 \end_inset
33147
33148 mmに設定した例です。
33149 \begin_inset Newline newline
33150 \end_inset
33151
33152
33153 \begin_inset ERT
33154 status collapsed
33155
33156 \begin_layout Plain Layout
33157
33158
33159 \backslash
33160 fboxrule 1mm 
33161 \backslash
33162 fboxsep 1mm
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \begin_inset ERT
33169 status collapsed
33170
33171 \begin_layout Plain Layout
33172
33173
33174 \backslash
33175 fcolorbox{cyan}{magenta}{
33176 \end_layout
33177
33178 \end_inset
33179
33180 これは着色した色付きボックス中の文章です。
33181 \begin_inset ERT
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185
33186 }
33187 \end_layout
33188
33189 \end_inset
33190
33191
33192 \end_layout
33193
33194 \begin_layout Standard
33195 \begin_inset VSpace bigskip
33196 \end_inset
33197
33198 もちろん、色付きボックスの中に色付き文字を入れることもできます
33199 \begin_inset Newline newline
33200 \end_inset
33201
33202
33203 \begin_inset ERT
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207
33208
33209 \backslash
33210 fcolorbox{cyan}{magenta}{
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \color yellow
33217 これは着色した色付きボックス中の色付き文章です。
33218 \color inherit
33219
33220 \begin_inset ERT
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224
33225 }
33226 \end_layout
33227
33228 \end_inset
33229
33230
33231 \begin_inset ERT
33232 status collapsed
33233
33234 \begin_layout Plain Layout
33235
33236
33237 \backslash
33238 fboxrule 0.4pt 
33239 \backslash
33240 fboxsep 3pt
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \begin_layout Standard
33249
33250 \series bold
33251 \begin_inset VSpace medskip
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Standard
33258 \begin_inset Note Greyedout
33259 status open
33260
33261 \begin_layout Plain Layout
33262
33263 \series bold
33264 【註】
33265 \series default
33266 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33267 \end_layout
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Subsection
33275 段落の着色
33276 \begin_inset CommandInset label
33277 LatexCommand label
33278 name "sub:段落の着色"
33279
33280 \end_inset
33281
33282
33283 \begin_inset Index idx
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 いろ@色 ! だんらく@段落---
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Standard
33296 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33297 \series bold
33298
33299 \backslash
33300 colorbox
33301 \series default
33302 コマンドを
33303 \end_layout
33304
33305 \begin_layout Standard
33306
33307 \series bold
33308
33309 \backslash
33310 colorbox{色名}{
33311 \end_layout
33312
33313 \begin_layout Standard
33314 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33315 \series bold
33316 }
33317 \series default
33318 」を挿入してください。
33319 \end_layout
33320
33321 \begin_layout Standard
33322 \begin_inset ERT
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326
33327
33328 \backslash
33329 colorbox{lightgrey}{
33330 \end_layout
33331
33332 \end_inset
33333
33334
33335 \begin_inset Box Frameless
33336 position "t"
33337 hor_pos "c"
33338 has_inner_box 1
33339 inner_pos "t"
33340 use_parbox 0
33341 use_makebox 0
33342 width "100col%"
33343 special "none"
33344 height "1in"
33345 height_special "totalheight"
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 これは背景色を付けた文章です。これは背景色を付けた文章です。
33350 \end_layout
33351
33352 \begin_layout Plain Layout
33353 \begin_inset VSpace defskip
33354 \end_inset
33355
33356 ここの文章には脚注
33357 \begin_inset Foot
33358 status collapsed
33359
33360 \begin_layout Plain Layout
33361 脚注の例
33362 \end_layout
33363
33364 \end_inset
33365
33366 を付けることもできますし、図表を挿入することもできます。
33367 \end_layout
33368
33369 \begin_layout Plain Layout
33370 \align center
33371 \begin_inset Tabular
33372 <lyxtabular version="3" rows="3" columns="3">
33373 <features rotate="0" tabularvalignment="middle">
33374 <column alignment="center" valignment="top">
33375 <column alignment="center" valignment="top">
33376 <column alignment="center" valignment="top">
33377 <row>
33378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33379 \begin_inset Text
33380
33381 \begin_layout Plain Layout
33382 a
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391 !
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 3
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 </row>
33406 <row>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 <
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 b2
33421 \begin_inset Quotes erd
33422 \end_inset
33423
33424 |
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 >
33434 \end_layout
33435
33436 \end_inset
33437 </cell>
33438 </row>
33439 <row>
33440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 1
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453 §
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462 c
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 </row>
33468 </lyxtabular>
33469
33470 \end_inset
33471
33472
33473 \end_layout
33474
33475 \end_inset
33476
33477
33478 \begin_inset ERT
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482
33483 }
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \end_layout
33490
33491 \begin_layout Section
33492 ボックスの伸縮回転
33493 \end_layout
33494
33495 \begin_layout Standard
33496 本節で述べられているコマンドを使用するには、文書プリアンブルで
33497 \end_layout
33498
33499 \begin_layout Standard
33500
33501 \series bold
33502
33503 \backslash
33504 @ifundefined{rotatebox}
33505 \begin_inset Newline newline
33506 \end_inset
33507
33508
33509 \begin_inset Phantom HPhantom
33510 status open
33511
33512 \begin_layout Plain Layout
33513
33514 \series bold
33515 \begin_inset space ~
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522
33523 {
33524 \backslash
33525 usepackage{graphicx}}{}
33526 \end_layout
33527
33528 \begin_layout Standard
33529 というコマンドを使用して、
33530 \series bold
33531 graphicx
33532 \series default
33533
33534 \begin_inset Index idx
33535 status collapsed
33536
33537 \begin_layout Plain Layout
33538 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33539 \end_layout
33540
33541 \end_inset
33542
33543 LaTeXパッケージを読み込む必要があります。
33544 \end_layout
33545
33546 \begin_layout Standard
33547 \begin_inset Note Greyedout
33548 status open
33549
33550 \begin_layout Plain Layout
33551
33552 \series bold
33553 【註】
33554 \series default
33555 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Standard
33564 \begin_inset Note Greyedout
33565 status open
33566
33567 \begin_layout Plain Layout
33568
33569 \series bold
33570 【註】
33571 \series default
33572 フロートは回転伸縮したボックスの中に入れることはできません。
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Subsection
33581 ボックスの回転
33582 \begin_inset Index idx
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 ぼっくす@ボックス ! かいてんした@回転した
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \begin_inset Index idx
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596 かいてん@回転 ! そざいの@素材の---
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \begin_inset Index idx
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 ず@図 ! のかいてん@---の回転
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \begin_inset Index idx
33613 status collapsed
33614
33615 \begin_layout Plain Layout
33616 ひょうのちょうせい@表の調整 ! かいてん@回転
33617 \end_layout
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33626 \series bold
33627
33628 \backslash
33629 rotatebox
33630 \series default
33631 コマンドを使用すれば作成することができます。
33632 \end_layout
33633
33634 \begin_layout Standard
33635
33636 \series bold
33637
33638 \backslash
33639 rotatebox[回転の原点]{回転角}{ボックスの内容}
33640 \end_layout
33641
33642 \begin_layout Standard
33643 回転の原点は、
33644 \series bold
33645 origin=位置
33646 \series default
33647 の形で指定します。位置として指定可能なのは、
33648 \emph on
33649 c
33650 \emph default
33651 (中央揃え)・
33652 \emph on
33653 l
33654 \emph default
33655 (左揃え)・
33656 \emph on
33657 r
33658 \emph default
33659 (右揃え)・
33660 \emph on
33661 b
33662 \emph default
33663 (下揃え)・
33664 \emph on
33665 t
33666 \emph default
33667 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33668 \emph on
33669 lt
33670 \emph default
33671 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33672 \emph on
33673 l
33674 \emph default
33675 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33676 \end_layout
33677
33678 \begin_layout Standard
33679 以下の例では、「回転した」文章の前にTeXコードで
33680 \series bold
33681
33682 \backslash
33683 rotatebox[origin=c]{60}{
33684 \series default
33685 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33686 \series bold
33687 }
33688 \series default
33689 でボックスを閉じています。
33690 \end_layout
33691
33692 \begin_layout Standard
33693 これは、
33694 \begin_inset ERT
33695 status collapsed
33696
33697 \begin_layout Plain Layout
33698
33699
33700 \backslash
33701 rotatebox[origin=c]{60}{
33702 \end_layout
33703
33704 \end_inset
33705
33706 回転した
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712 }
33713 \end_layout
33714
33715 \end_inset
33716
33717  文章を含む行です。
33718 \end_layout
33719
33720 \begin_layout Standard
33721 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33722 \end_layout
33723
33724 \begin_layout Standard
33725 これは、
33726 \begin_inset ERT
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730
33731
33732 \backslash
33733 rotatebox[origin=r]{-60}{
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \begin_inset Box Doublebox
33740 position "c"
33741 hor_pos "c"
33742 has_inner_box 0
33743 inner_pos "c"
33744 use_parbox 0
33745 use_makebox 0
33746 width "1in"
33747 special "width"
33748 height "1in"
33749 height_special "totalheight"
33750 status open
33751
33752 \begin_layout Plain Layout
33753 回転した
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \begin_inset ERT
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763
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 \backslash
33777 rotatebox[origin=lb]{60}{
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33784 \end_inset
33785
33786
33787 \begin_inset ERT
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792 }
33793 \end_layout
33794
33795 \end_inset
33796
33797 数式を含む行です。
33798 \end_layout
33799
33800 \begin_layout Standard
33801 あるいは、以下のように図や表を入れることもできます。
33802 \end_layout
33803
33804 \begin_layout Standard
33805 これは、
33806 \begin_inset ERT
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810
33811
33812 \backslash
33813 rotatebox[origin=lb]{90}{
33814 \end_layout
33815
33816 \end_inset
33817
33818
33819 \begin_inset Graphics
33820         filename ../clipart/platypus.eps
33821         lyxscale 50
33822         width 25col%
33823
33824 \end_inset
33825
33826
33827 \begin_inset ERT
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831
33832 }
33833 \end_layout
33834
33835 \end_inset
33836
33837 回転した画像と
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 rotatebox[origin=l]{-90}{
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \begin_inset Tabular
33852 <lyxtabular version="3" rows="2" columns="2">
33853 <features rotate="0" tabularvalignment="middle">
33854 <column alignment="center" valignment="top">
33855 <column alignment="center" valignment="top">
33856 <row>
33857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861 q
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Plain Layout
33870 w
33871 \end_layout
33872
33873 \end_inset
33874 </cell>
33875 </row>
33876 <row>
33877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 e
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 r
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 </row>
33896 </lyxtabular>
33897
33898 \end_inset
33899
33900
33901 \begin_inset ERT
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905
33906 }
33907 \end_layout
33908
33909 \end_inset
33910
33911 表を含む行です。
33912 \end_layout
33913
33914 \begin_layout Subsection
33915 ボックスの伸縮
33916 \begin_inset Index idx
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \begin_inset Index idx
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930 しんしゅく@伸縮 ! そざいの@素材の---
33931 \end_layout
33932
33933 \end_inset
33934
33935
33936 \begin_inset Index idx
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940 ず@図 ! のしんしゅく@---の伸縮
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \begin_inset Index idx
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \begin_layout Standard
33959 素材を伸縮させるには、TeXコードで
33960 \series bold
33961
33962 \backslash
33963 scalebox
33964 \series default
33965 コマンドと
33966 \series bold
33967
33968 \backslash
33969 resizebox
33970 \series default
33971 コマンドが使えます。
33972 \end_layout
33973
33974 \begin_layout Standard
33975
33976 \series bold
33977
33978 \backslash
33979 scalebox
33980 \series default
33981 は以下の書式で使用します。
33982 \end_layout
33983
33984 \begin_layout Standard
33985
33986 \series bold
33987
33988 \backslash
33989 scalebox{水平方向}[垂直方向]{ボックスの内容}
33990 \end_layout
33991
33992 \begin_layout Standard
33993 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33994 \end_layout
33995
33996 \begin_layout Standard
33997 たとえば、
33998 \series bold
33999
34000 \backslash
34001 scalebox{2}{こんにちは}
34002 \series default
34003 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
34004 \begin_inset ERT
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008
34009
34010 \backslash
34011 scalebox{2}{
34012 \end_layout
34013
34014 \end_inset
34015
34016 こんにちは
34017 \begin_inset ERT
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021
34022 }
34023 \end_layout
34024
34025 \end_inset
34026
34027 を生成します。
34028 \end_layout
34029
34030 \begin_layout Standard
34031 これに対し、
34032 \series bold
34033
34034 \backslash
34035 scalebox{2}[1]{こんにちは}
34036 \series default
34037 は、
34038 \begin_inset ERT
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042
34043
34044 \backslash
34045 scalebox{2}[1]{
34046 \end_layout
34047
34048 \end_inset
34049
34050 こんにちは
34051 \begin_inset ERT
34052 status collapsed
34053
34054 \begin_layout Plain Layout
34055
34056 }
34057 \end_layout
34058
34059 \end_inset
34060
34061 を変形させます。
34062 \end_layout
34063
34064 \begin_layout Standard
34065 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
34066 \series bold
34067
34068 \backslash
34069 scalebox{-1}[1]{こんにちは}
34070 \series default
34071 というコマンドは、右のように反転文字を生成するのに使用できます:
34072 \begin_inset ERT
34073 status collapsed
34074
34075 \begin_layout Plain Layout
34076
34077
34078 \backslash
34079 scalebox{-1}[1]{
34080 \end_layout
34081
34082 \end_inset
34083
34084 こんにちは
34085 \begin_inset ERT
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089
34090 }
34091 \end_layout
34092
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Standard
34099
34100 \series bold
34101
34102 \backslash
34103 scalebox{1}[-1]{こんにちは}
34104 \series default
34105 とすると
34106 \begin_inset ERT
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110
34111
34112 \backslash
34113 scalebox{1}[-1]{
34114 \end_layout
34115
34116 \end_inset
34117
34118 こんにちは
34119 \begin_inset ERT
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123
34124 }
34125 \end_layout
34126
34127 \end_inset
34128
34129 のようにベースラインで鏡像にします。
34130 \end_layout
34131
34132 \begin_layout Standard
34133
34134 \series bold
34135
34136 \backslash
34137 scalebox{-1}[1]{ボックスの内容}
34138 \series default
34139 と同じ働きをするものとして
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143
34144 \series bold
34145
34146 \backslash
34147 reflectbox{ボックスの内容}
34148 \series default
34149
34150 \begin_inset Newline newline
34151 \end_inset
34152
34153 というコマンドがあります。
34154 \end_layout
34155
34156 \begin_layout Standard
34157 \begin_inset VSpace bigskip
34158 \end_inset
34159
34160 指定した幅や丈にボックスを伸縮させるには、
34161 \series bold
34162
34163 \backslash
34164 resizebox
34165 \series default
34166 を使用します。このコマンドの書式は
34167 \end_layout
34168
34169 \begin_layout Standard
34170
34171 \series bold
34172
34173 \backslash
34174 resizebox{幅}{丈}{ボックスの内容}
34175 \end_layout
34176
34177 \begin_layout Standard
34178 です。上記二つのコマンド引数のうち一つが感嘆符「
34179 \series bold
34180 !
34181 \series default
34182 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34183 \end_layout
34184
34185 \begin_layout Standard
34186
34187 \series bold
34188
34189 \backslash
34190 resizebox{2cm}{1cm}{こんにちは}
34191 \series default
34192 というコマンドの出力は、
34193 \begin_inset ERT
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197
34198
34199 \backslash
34200 resizebox{2cm}{1cm}{
34201 \end_layout
34202
34203 \end_inset
34204
34205 こんにちは
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211 }
34212 \end_layout
34213
34214 \end_inset
34215
34216 となり、
34217 \begin_inset Newline newline
34218 \end_inset
34219
34220
34221 \series bold
34222
34223 \backslash
34224 resizebox{2cm}{!}{こんにちは}
34225 \series default
34226 というコマンドの出力は、
34227 \begin_inset ERT
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231
34232
34233 \backslash
34234 resizebox{2cm}{!}{
34235 \end_layout
34236
34237 \end_inset
34238
34239 こんにちは
34240 \begin_inset ERT
34241 status collapsed
34242
34243 \begin_layout Plain Layout
34244
34245 }
34246 \end_layout
34247
34248 \end_inset
34249
34250 となります。
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset VSpace bigskip
34255 \end_inset
34256
34257
34258 \begin_inset Note Greyedout
34259 status open
34260
34261 \begin_layout Plain Layout
34262
34263 \series bold
34264 【註】
34265 \backslash
34266 scalebox
34267 \series default
34268
34269 \series bold
34270
34271 \backslash
34272 resizebox
34273 \series default
34274 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34275 \end_layout
34276
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \begin_layout Standard
34283 \begin_inset VSpace bigskip
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Standard
34290 ボックスは好きな順序で組み合わせることができます。たとえば、
34291 \begin_inset Newline newline
34292 \end_inset
34293
34294
34295 \series bold
34296
34297 \backslash
34298 rotatebox[origin=c]{-45}{
34299 \backslash
34300 resizebox{2cm}{!}{
34301 \backslash
34302 reflectbox{こんにちは}}}
34303 \begin_inset Newline newline
34304 \end_inset
34305
34306
34307 \series default
34308 というコマンドは、
34309 \end_layout
34310
34311 \begin_layout Standard
34312 \align center
34313 \begin_inset ERT
34314 status collapsed
34315
34316 \begin_layout Plain Layout
34317
34318
34319 \backslash
34320 rotatebox[origin=c]{-45}{
34321 \backslash
34322 resizebox{2cm}{!}{
34323 \backslash
34324 reflectbox{
34325 \end_layout
34326
34327 \end_inset
34328
34329 こんにちは
34330 \begin_inset ERT
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334
34335 }}}
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \begin_layout Standard
34344 \noindent
34345 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34346 \end_layout
34347
34348 \begin_layout Standard
34349 \align center
34350 \begin_inset ERT
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354
34355
34356 \backslash
34357 rotatebox[origin=c]{-30}{
34358 \backslash
34359 resizebox{2cm}{!}{
34360 \backslash
34361 reflectbox{
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \begin_inset Graphics
34368         filename ../clipart/platypus.eps
34369         lyxscale 50
34370         width 25col%
34371
34372 \end_inset
34373
34374
34375 \begin_inset ERT
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379
34380 }}}
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \begin_inset ERT
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390
34391
34392 \backslash
34393 rotatebox[origin=c]{-45}{
34394 \backslash
34395 resizebox{2cm}{!}{
34396 \backslash
34397 reflectbox{
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \begin_inset Tabular
34404 <lyxtabular version="3" rows="2" columns="2">
34405 <features rotate="0" tabularvalignment="middle">
34406 <column alignment="center" valignment="top">
34407 <column alignment="center" valignment="top">
34408 <row>
34409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 q
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 w
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 <row>
34429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433 e
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 r
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 </row>
34448 </lyxtabular>
34449
34450 \end_inset
34451
34452
34453 \begin_inset ERT
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457
34458 }}}
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469
34470 \backslash
34471 rotatebox[origin=c]{-45}{
34472 \backslash
34473 resizebox{2cm}{!}{
34474 \backslash
34475 reflectbox{
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34482 \end_inset
34483
34484
34485 \begin_inset ERT
34486 status collapsed
34487
34488 \begin_layout Plain Layout
34489
34490 }}}
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Standard
34499 文書で大域的に数式様式
34500 \series bold
34501 fleqn
34502 \series default
34503 を使用している場合
34504 \begin_inset Foot
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34509 \end_layout
34510
34511 \end_inset
34512
34513 には、別行建て数式も伸縮させることができます。
34514 \end_layout
34515
34516 \begin_layout Chapter
34517 本文回り込みオブジェクト
34518 \begin_inset Index idx
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522 ほんぶんまわりこみ@本文回り込み
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Section
34531 折返しフロート
34532 \begin_inset CommandInset label
34533 LatexCommand label
34534 name "sec:折返しフロート"
34535
34536 \end_inset
34537
34538
34539 \begin_inset Index idx
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34544 \end_layout
34545
34546 \end_inset
34547
34548
34549 \begin_inset Index idx
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Standard
34562 \begin_inset Wrap figure
34563 lines 0
34564 placement l
34565 overhang 1cm
34566 width "40col%"
34567 status open
34568
34569 \begin_layout Plain Layout
34570 \begin_inset Graphics
34571         filename ../clipart/mobius.eps
34572         width 40col%
34573         scaleBeforeRotation
34574         rotateOrigin center
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Plain Layout
34582 \begin_inset Caption Standard
34583
34584 \begin_layout Plain Layout
34585 \begin_inset CommandInset label
34586 LatexCommand label
34587 name "fig:折返し図フロート"
34588
34589 \end_inset
34590
34591 これは折返し図フロートです。
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \end_inset
34600
34601 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34602 \series bold
34603 wrapfig
34604 \series default
34605
34606 \begin_inset Index idx
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34611 \end_layout
34612
34613 \end_inset
34614
34615 を導入済みであれば、
34616 \family sans
34617 挿入\SpecialChar \menuseparator
34618 フロート\SpecialChar \menuseparator
34619 折返し図フロート
34620 \family default
34621
34622 \family sans
34623 折返し表フロート
34624 \family default
34625 メニューで挿入することができます
34626 \begin_inset Foot
34627 status collapsed
34628
34629 \begin_layout Plain Layout
34630 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34631 \end_layout
34632
34633 \end_inset
34634
34635 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34636 \family sans
34637 配置
34638 \family default
34639
34640 \family sans
34641
34642 \family default
34643 です。非必須項目として、
34644 \family sans
34645 ぶら下げ
34646 \family default
34647
34648 \family sans
34649 行幅
34650 \family default
34651 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34652 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34653 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34654 \begin_inset CommandInset ref
34655 LatexCommand ref
34656 reference "fig:折返し図フロート"
34657
34658 \end_inset
34659
34660 図は、40
34661 \begin_inset space \thinspace{}
34662 \end_inset
34663
34664 列幅%の幅と1
34665 \begin_inset space \thinspace{}
34666 \end_inset
34667
34668 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34669 \end_layout
34670
34671 \begin_layout Standard
34672 \begin_inset Note Greyedout
34673 status open
34674
34675 \begin_layout Plain Layout
34676
34677 \series bold
34678 【註】
34679 \series default
34680 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34681 上書きされて出力されたりします。
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 原則として、
34691 \end_layout
34692
34693 \begin_layout Itemize
34694 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34695 うになってから、正確な位置に挿入しなくてはなりません。
34696 \end_layout
34697
34698 \begin_layout Itemize
34699 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34700 \end_layout
34701
34702 \begin_layout Itemize
34703 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34704 \end_layout
34705
34706 \begin_layout Itemize
34707 折返しフロートは、節見出しや表中に入れることは認められていません。
34708 \end_layout
34709
34710 \begin_layout Itemize
34711 連番や参照は、第
34712 \begin_inset CommandInset ref
34713 LatexCommand ref
34714 reference "chap:フロート"
34715
34716 \end_inset
34717
34718 章で述べられているように動作します。
34719 \end_layout
34720
34721 \begin_layout Section
34722 固定回り込みオブジェクト
34723 \begin_inset Index idx
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Standard
34736
34737 \begin_inset CommandInset ref
34738 LatexCommand ref
34739 reference "sec:折返しフロート"
34740
34741 \end_inset
34742
34743 節の折返しフロートは、段落中で、以下のような配置がされます。
34744 \end_layout
34745
34746 \begin_layout Standard
34747 \noindent
34748 \align center
34749 \begin_inset Tabular
34750 <lyxtabular version="3" rows="2" columns="2">
34751 <features rotate="0" tabularvalignment="middle">
34752 <column alignment="center" valignment="top">
34753 <column alignment="center" valignment="top">
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 \begin_inset Graphics
34760         filename ../../images/dialog-show-new-inset_graphics.png
34761         scale 70
34762         scaleBeforeRotation
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34772 \begin_inset Text
34773
34774 \begin_layout Plain Layout
34775 文章
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 </row>
34781 <row>
34782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786 文章
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34792 \begin_inset Text
34793
34794 \begin_layout Plain Layout
34795 文章
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 </row>
34801 </lyxtabular>
34802
34803 \end_inset
34804
34805  or 
34806 \begin_inset Tabular
34807 <lyxtabular version="3" rows="2" columns="2">
34808 <features rotate="0" tabularvalignment="middle">
34809 <column alignment="center" valignment="top">
34810 <column alignment="center" valignment="top">
34811 <row>
34812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816 文章
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825 \begin_inset Graphics
34826         filename ../../images/dialog-show-new-inset_graphics.png
34827         scale 70
34828         scaleBeforeRotation
34829
34830 \end_inset
34831
34832
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 </row>
34838 <row>
34839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843 文章
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852 文章
34853 \end_layout
34854
34855 \end_inset
34856 </cell>
34857 </row>
34858 </lyxtabular>
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Standard
34866 以下に示すいずれかのように、
34867 \begin_inset VSpace defskip
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Standard
34874 \noindent
34875 \align center
34876 \begin_inset Tabular
34877 <lyxtabular version="3" rows="2" columns="2">
34878 <features rotate="0" tabularvalignment="middle">
34879 <column alignment="center" valignment="top">
34880 <column alignment="center" valignment="top">
34881 <row>
34882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 文章
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 文章
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 </row>
34901 <row>
34902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 \begin_inset Graphics
34907         filename ../../images/dialog-show-new-inset_graphics.png
34908         scale 70
34909         scaleBeforeRotation
34910
34911 \end_inset
34912
34913
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 文章
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 </row>
34928 </lyxtabular>
34929
34930 \end_inset
34931
34932  
34933 \begin_inset Tabular
34934 <lyxtabular version="3" rows="2" columns="2">
34935 <features rotate="0" tabularvalignment="middle">
34936 <column alignment="center" valignment="top">
34937 <column alignment="center" valignment="top">
34938 <row>
34939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943 文章
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952 文章
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 </row>
34958 <row>
34959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34960 \begin_inset Text
34961
34962 \begin_layout Plain Layout
34963 文章
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34969 \begin_inset Text
34970
34971 \begin_layout Plain Layout
34972 \begin_inset Graphics
34973         filename ../../images/dialog-show-new-inset_graphics.png
34974         scale 70
34975         scaleBeforeRotation
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 </row>
34985 </lyxtabular>
34986
34987 \end_inset
34988
34989  
34990 \begin_inset Tabular
34991 <lyxtabular version="3" rows="2" columns="3">
34992 <features rotate="0" tabularvalignment="middle">
34993 <column alignment="center" valignment="top">
34994 <column alignment="center" valignment="top">
34995 <column alignment="center" valignment="top">
34996 <row>
34997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 文章
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 <cell alignment="center" valignment="top" topline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 \begin_inset Graphics
35011         filename ../../images/dialog-show-new-inset_graphics.png
35012         scale 70
35013         scaleBeforeRotation
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \end_inset
35021 </cell>
35022 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35023 \begin_inset Text
35024
35025 \begin_layout Plain Layout
35026 文章
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 <row>
35033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 文章
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046 文章
35047 \end_layout
35048
35049 \end_inset
35050 </cell>
35051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35052 \begin_inset Text
35053
35054 \begin_layout Plain Layout
35055 文章
35056 \end_layout
35057
35058 \end_inset
35059 </cell>
35060 </row>
35061 </lyxtabular>
35062
35063 \end_inset
35064
35065  
35066 \begin_inset Tabular
35067 <lyxtabular version="3" rows="2" columns="3">
35068 <features rotate="0" tabularvalignment="middle">
35069 <column alignment="center" valignment="top">
35070 <column alignment="center" valignment="top">
35071 <column alignment="center" valignment="top">
35072 <row>
35073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077 文章
35078 \end_layout
35079
35080 \end_inset
35081 </cell>
35082 <cell alignment="center" valignment="top" topline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086 文章
35087 \end_layout
35088
35089 \end_inset
35090 </cell>
35091 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095 文章
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 </row>
35101 <row>
35102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106 文章
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115 \begin_inset Graphics
35116         filename ../../images/dialog-show-new-inset_graphics.png
35117         scale 70
35118         scaleBeforeRotation
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \end_inset
35126 </cell>
35127 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35128 \begin_inset Text
35129
35130 \begin_layout Plain Layout
35131 文章
35132 \end_layout
35133
35134 \end_inset
35135 </cell>
35136 </row>
35137 </lyxtabular>
35138
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \begin_layout Standard
35145 \noindent
35146 \align center
35147 \begin_inset Tabular
35148 <lyxtabular version="3" rows="3" columns="2">
35149 <features rotate="0" tabularvalignment="middle">
35150 <column alignment="center" valignment="top">
35151 <column alignment="center" valignment="top">
35152 <row>
35153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157 文章
35158 \end_layout
35159
35160 \end_inset
35161 </cell>
35162 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35163 \begin_inset Text
35164
35165 \begin_layout Plain Layout
35166 文章
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 <row>
35173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177 \begin_inset Graphics
35178         filename ../../images/dialog-show-new-inset_graphics.png
35179         scale 70
35180         scaleBeforeRotation
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \end_inset
35188 </cell>
35189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35190 \begin_inset Text
35191
35192 \begin_layout Plain Layout
35193 文章
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204 文章
35205 \end_layout
35206
35207 \end_inset
35208 </cell>
35209 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35210 \begin_inset Text
35211
35212 \begin_layout Plain Layout
35213 文章
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 </row>
35219 </lyxtabular>
35220
35221 \end_inset
35222
35223  
35224 \begin_inset Tabular
35225 <lyxtabular version="3" rows="3" columns="3">
35226 <features rotate="0" tabularvalignment="middle">
35227 <column alignment="center" valignment="top">
35228 <column alignment="center" valignment="top">
35229 <column alignment="center" valignment="top">
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235 文章
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 <cell alignment="center" valignment="top" topline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 文章
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253 文章
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 </row>
35259 <row>
35260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 文章
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 <cell alignment="center" valignment="top" usebox="none">
35270 \begin_inset Text
35271
35272 \begin_layout Plain Layout
35273 \begin_inset Graphics
35274         filename ../../images/dialog-show-new-inset_graphics.png
35275         scale 70
35276         scaleBeforeRotation
35277
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 文章
35290 \end_layout
35291
35292 \end_inset
35293 </cell>
35294 </row>
35295 <row>
35296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 文章
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 文章
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318 文章
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 </lyxtabular>
35325
35326 \end_inset
35327
35328  
35329 \begin_inset Tabular
35330 <lyxtabular version="3" rows="3" columns="2">
35331 <features rotate="0" tabularvalignment="middle">
35332 <column alignment="center" valignment="top">
35333 <column alignment="center" valignment="top">
35334 <row>
35335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35336 \begin_inset Text
35337
35338 \begin_layout Plain Layout
35339 文章
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 文章
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 <row>
35355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 文章
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 \begin_inset Graphics
35369         filename ../../images/dialog-show-new-inset_graphics.png
35370         scale 70
35371         scaleBeforeRotation
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 <row>
35382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35383 \begin_inset Text
35384
35385 \begin_layout Plain Layout
35386 文章
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395 文章
35396 \end_layout
35397
35398 \end_inset
35399 </cell>
35400 </row>
35401 </lyxtabular>
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 \noindent
35410 オブジェクトを挿入した場所に正確に配置したい時には、
35411 \series bold
35412 picinpar
35413 \series default
35414
35415 \begin_inset Index idx
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35420 \end_layout
35421
35422 \end_inset
35423
35424 LaTeXパッケージを使うことができます。下記はその用例です。
35425 \end_layout
35426
35427 \begin_layout Standard
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 ifpicinpar
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \begin_inset Note Note
35442 status open
35443
35444 \begin_layout Plain Layout
35445 以下の部分は、LaTeXパッケージ
35446 \series bold
35447 picinpar
35448 \series default
35449 が導入されているときのみ表示されます。
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset ERT
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462
35463
35464 \backslash
35465 begin{window}[2,c,{
35466 \end_layout
35467
35468 \end_inset
35469
35470
35471 \begin_inset Graphics
35472         filename ../clipart/mobius.eps
35473         lyxscale 60
35474         width 40col%
35475         scaleBeforeRotation
35476         rotateOrigin center
35477
35478 \end_inset
35479
35480
35481 \begin_inset ERT
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485
35486 },]
35487 \end_layout
35488
35489 \begin_layout Plain Layout
35490
35491 {}
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \size small
35498 It was in the spring of the year 1894 that all London was interested, and
35499  the fashionable world dismayed, by the murder of the Honourable Ronald
35500  Adair under most unusual and inexplicable circumstances.
35501  The public has already learned those particulars of the crime which
35502 \size default
35503
35504 \begin_inset ERT
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508
35509
35510 \backslash
35511 footnotemark{}
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \size small
35518  came out in the police investigation, but a good deal was suppressed upon
35519  that occasion, since the case for the prosecution was so overwhelmingly
35520  strong that it was not necessary to bring forward all the facts.
35521  Only now, at the end of nearly ten years, am I allowed to supply those
35522  missing links which make up the whole of that remarkable chain.
35523 \size default
35524
35525 \begin_inset ERT
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529
35530
35531 \backslash
35532 end{window}
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Standard
35541 \begin_inset ERT
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545
35546
35547 \backslash
35548 footnotetext{
35549 \end_layout
35550
35551 \end_inset
35552
35553 固定オブジェクトのある段落の脚注
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559 }
35560 \end_layout
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \begin_layout Standard
35568 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35569 ートとは違って、連番のキャプションをつけることはできません。
35570 \end_layout
35571
35572 \begin_layout Standard
35573 固定オブジェクトは、段落冒頭にTeXコードで
35574 \end_layout
35575
35576 \begin_layout Standard
35577
35578 \series bold
35579
35580 \backslash
35581 begin{window}[2,c,{
35582 \end_layout
35583
35584 \begin_layout Standard
35585 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35586 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35587 段幅の40
35588 \begin_inset space \thinspace{}
35589 \end_inset
35590
35591 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35592 \end_layout
35593
35594 \begin_layout Standard
35595
35596 \series bold
35597 },説明文]
35598 \begin_inset Newline newline
35599 \end_inset
35600
35601 {}
35602 \end_layout
35603
35604 \begin_layout Standard
35605 というコマンドが挿入されています。2行目に「
35606 \series bold
35607 {}
35608 \series default
35609 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35610 \series bold
35611 {}
35612 \series default
35613 の直後から書き始めてください。段落末には、
35614 \end_layout
35615
35616 \begin_layout Standard
35617
35618 \series bold
35619
35620 \backslash
35621 end{window}
35622 \end_layout
35623
35624 \begin_layout Standard
35625 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35626 \begin_inset CommandInset ref
35627 LatexCommand ref
35628 reference "sec:脚注"
35629
35630 \end_inset
35631
35632 節にあるように、代わりに、段落内で
35633 \series bold
35634
35635 \backslash
35636 footnotemark
35637 \series default
35638 コマンドを使用し、段落外に
35639 \series bold
35640
35641 \backslash
35642 footnotetext
35643 \series default
35644 コマンドを用いてください。
35645 \end_layout
35646
35647 \begin_layout Standard
35648 \begin_inset ERT
35649 status collapsed
35650
35651 \begin_layout Plain Layout
35652
35653
35654 \backslash
35655 else
35656 \end_layout
35657
35658 \end_inset
35659
35660
35661 \begin_inset Note Note
35662 status open
35663
35664 \begin_layout Plain Layout
35665 以下の部分は、LaTeXパッケージ
35666 \series bold
35667 picinpar
35668 \series default
35669 が導入されていないときのみ表示されます。
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Standard
35678 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35679 \series bold
35680 picinpar
35681 \series default
35682 を導入する必要があります。
35683 \end_layout
35684
35685 \begin_layout Standard
35686 \begin_inset ERT
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690
35691
35692 \backslash
35693 fi
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Section
35702 頭文字
35703 \begin_inset Index idx
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707 かしらもじ@頭文字
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \begin_inset Index idx
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Standard
35726 頭文字を用いるには、LaTeXパッケージ
35727 \begin_inset Index idx
35728 status collapsed
35729
35730 \begin_layout Plain Layout
35731 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
35732 \end_layout
35733
35734 \end_inset
35735
35736 が導入済みでなくてはならず、文書中で
35737 \family sans
35738 頭文字
35739 \family default
35740 モジュールを使用する必要があります(
35741 \family sans
35742 文書\SpecialChar \menuseparator
35743 設定\SpecialChar \menuseparator
35744 モジュール
35745 \family default
35746 メニュー)。頭文字を挿入するには、
35747 \family sans
35748 頭文字
35749 \family default
35750 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35751 \family sans
35752 挿入
35753 \family default
35754 メニューから挿入できます。必須引数
35755 \family sans
35756 頭文字
35757 \family default
35758 には、頭文字にする文字を入れ、引数
35759 \family sans
35760 頭文字の残り
35761 \family default
35762 には、頭文字の単語若しくは文字列の残りが入ります。引数
35763 \family sans
35764 オプション
35765 \family default
35766 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35767 \series bold
35768 lettrine
35769 \series default
35770 の取扱説明書
35771 \begin_inset CommandInset citation
35772 LatexCommand cite
35773 key "lettrine"
35774
35775 \end_inset
35776
35777 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35778 \shape smallcaps
35779 スモールキャップ体(small caps
35780 \shape default
35781 )で印字されます。
35782 \end_layout
35783
35784 \begin_layout Standard
35785 下記がその例です。
35786 \end_layout
35787
35788 \begin_layout Standard
35789 \begin_inset ERT
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793
35794
35795 \backslash
35796 iflettrine
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \begin_inset Note Note
35803 status open
35804
35805 \begin_layout Plain Layout
35806 以下の部分は、LaTeXパッケージ
35807 \series bold
35808 lettrine
35809 \series default
35810 が導入されているときのみ表示されます。
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Enumerate
35819 非必須引数なし。頭文字は、数式フォント
35820 \begin_inset Formula $\mathfrak{Fraktur}$
35821 \end_inset
35822
35823 の「I」。
35824 \end_layout
35825
35826 \begin_deeper
35827 \begin_layout Initial
35828 \begin_inset Argument 2
35829 status open
35830
35831 \begin_layout Plain Layout
35832 \begin_inset Formula $\mathfrak{I}$
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \begin_inset Argument 3
35842 status open
35843
35844 \begin_layout Plain Layout
35845 t
35846 \end_layout
35847
35848 \end_inset
35849
35850  was in the spring of the year 1894 that all London was interested, and
35851  the fashionable world dismayed, by the murder of the Honourable Ronald
35852  Adair under most unusual and inexplicable circumstances.
35853  The public has already learned those particulars of the crime which came
35854  out in the police investigation, but a good deal was suppressed upon that
35855  occasion, since the case for the prosecution was so overwhelmingly strong
35856  that it was not necessary to bring forward all the facts.
35857 \begin_inset Newpage newpage
35858 \end_inset
35859
35860
35861 \end_layout
35862
35863 \end_deeper
35864 \begin_layout Enumerate
35865 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35866 \end_layout
35867
35868 \begin_deeper
35869 \begin_layout Initial
35870 \begin_inset Argument 1
35871 status open
35872
35873 \begin_layout Plain Layout
35874 lines=1
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \begin_inset Argument 2
35881 status open
35882
35883 \begin_layout Plain Layout
35884 It
35885 \end_layout
35886
35887 \end_inset
35888
35889  was in the spring of the year 1894 that all London was interested, and
35890  the fashionable world dismayed, by the murder of the Honourable Ronald
35891  Adair under most unusual and inexplicable circumstances.
35892  The public has already learned those particulars of the crime which came
35893  out in the police investigation, but a good deal was suppressed upon that
35894  occasion, since the case for the prosecution was so overwhelmingly strong
35895  that it was not necessary to bring forward all the facts.
35896 \end_layout
35897
35898 \end_deeper
35899 \begin_layout Enumerate
35900 ぶら下がり頭文字は、数式フォント
35901 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35902 \end_inset
35903
35904 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35905 \shape smallcaps
35906 スモールキャップ体
35907 \shape default
35908 。頭文字に色をつけるには、頭文字の前に
35909 \begin_inset Newline newline
35910 \end_inset
35911
35912
35913 \series bold
35914
35915 \backslash
35916 renewcommand{
35917 \backslash
35918 LettrineFontHook}{
35919 \backslash
35920 color{色}}
35921 \series default
35922
35923 \begin_inset Newline newline
35924 \end_inset
35925
35926 というコマンドを挿入しなくてはなりません。ここで、
35927 \emph on
35928
35929 \emph default
35930 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35931 ブルに
35932 \begin_inset Newline newline
35933 \end_inset
35934
35935
35936 \series bold
35937
35938 \backslash
35939 @ifundefined{textcolor}
35940 \begin_inset Newline newline
35941 \end_inset
35942
35943
35944 \begin_inset space ~
35945 \end_inset
35946
35947 {
35948 \backslash
35949 usepackage{color}}{}
35950 \begin_inset Newline newline
35951 \end_inset
35952
35953
35954 \series default
35955 というコマンドを書きこんでおかなくてはなりません。
35956 \end_layout
35957
35958 \begin_deeper
35959 \begin_layout Standard
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965
35966 \backslash
35967 renewcommand{
35968 \backslash
35969 LettrineFontHook}{
35970 \backslash
35971 color{magenta}}
35972 \end_layout
35973
35974 \end_inset
35975
35976
35977 \begin_inset Note Note
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982 \lang english
35983 makes the initial magenta
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \end_layout
35990
35991 \begin_layout Initial
35992 \begin_inset Argument 1
35993 status open
35994
35995 \begin_layout Plain Layout
35996 lines=3, lhang=0.33, loversize=0.25
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \begin_inset Argument 2
36003 status open
36004
36005 \begin_layout Plain Layout
36006 \begin_inset Formula $\mathcal{I}$
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \begin_inset Argument 3
36016 status open
36017
36018 \begin_layout Plain Layout
36019 t was in the spring
36020 \end_layout
36021
36022 \end_inset
36023
36024  of the year 1894 that all London was interested, and the fashionable world
36025  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36026  and inexplicable circumstances.
36027  The public has already learned those particulars of the crime which came
36028  out in the police investigation, but a good deal was suppressed upon that
36029  occasion, since the case for the prosecution was so overwhelmingly strong
36030  that it was not necessary to bring forward all the facts.
36031 \end_layout
36032
36033 \end_deeper
36034 \begin_layout Standard
36035 \begin_inset ERT
36036 status collapsed
36037
36038 \begin_layout Plain Layout
36039
36040
36041 \backslash
36042 else
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \begin_inset Note Note
36049 status open
36050
36051 \begin_layout Plain Layout
36052 以下の部分は、LaTeXパッケージ
36053 \series bold
36054 lettrine
36055 \series default
36056 が導入されていないときのみ表示されます。
36057 \end_layout
36058
36059 \end_inset
36060
36061
36062 \end_layout
36063
36064 \begin_layout Standard
36065 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36066 \series bold
36067 lettrine
36068 \series default
36069 を導入する必要があります。
36070 \end_layout
36071
36072 \begin_layout Standard
36073 \begin_inset ERT
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077
36078
36079 \backslash
36080 fi
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \begin_layout Chapter
36089 外部文書構成要素
36090 \begin_inset Index idx
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094 がいぶぶんしょこうせいようそ@外部文書構成要素
36095 \end_layout
36096
36097 \end_inset
36098
36099
36100 \end_layout
36101
36102 \begin_layout Standard
36103
36104 \family sans
36105 挿入\SpecialChar \menuseparator
36106 ファイル
36107 \family default
36108 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36109 \end_layout
36110
36111 \begin_layout Description
36112 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36113 \end_layout
36114
36115 \begin_layout Description
36116 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36117 \end_layout
36118
36119 \begin_layout Description
36120 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36121 \end_layout
36122
36123 \begin_layout Description
36124 外部素材 様々な書式のファイル。
36125 \end_layout
36126
36127 \begin_layout Description
36128 子文書 LyXあるいはLaTeX文書。
36129 \end_layout
36130
36131 \begin_layout Section
36132 外部素材
36133 \begin_inset Index idx
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36138 \end_layout
36139
36140 \end_inset
36141
36142
36143 \end_layout
36144
36145 \begin_layout Standard
36146 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36147 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36148 \family sans
36149 操作性\SpecialChar \menuseparator
36150 表示
36151 \family default
36152 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36153 \end_layout
36154
36155 \begin_layout Standard
36156 外部素材は、
36157 \family sans
36158 挿入
36159 \family default
36160 \SpecialChar \menuseparator
36161
36162 \family sans
36163 ファイル
36164 \family default
36165 \SpecialChar \menuseparator
36166
36167 \family sans
36168 外部素材
36169 \family default
36170 メニューで開くことのできる
36171 \family sans
36172 外部素材
36173 \family default
36174 ダイアログから挿入することができます。目下、以下のファイル形式(
36175 \family sans
36176 ひな型
36177 \family default
36178 )が使用できます。
36179 \end_layout
36180
36181 \begin_layout Description
36182 チェス棋譜 このひな型は、
36183 \series bold
36184
36185 \begin_inset CommandInset href
36186 LatexCommand href
36187 name "XBoard"
36188 target "http://en.wikipedia.org/wiki/XBoard"
36189
36190 \end_inset
36191
36192
36193 \series default
36194 プログラムで作成されたチェス棋譜をサポートします。
36195 \end_layout
36196
36197 \begin_layout Description
36198 日付 これは、
36199 \emph on
36200 日-月-年
36201 \emph default
36202 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36203 \begin_inset External
36204         template Date
36205         filename ../../trunk/lib/trunk/lib/doc/ja
36206
36207 \end_inset
36208
36209
36210 \begin_inset space ~
36211 \end_inset
36212
36213
36214 \begin_inset Note Note
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218 バグ4398が修正されたら、この保護空白は削除してください!
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \begin_inset Newline newline
36225 \end_inset
36226
36227 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36228 \family sans
36229 挿入
36230 \family default
36231 \SpecialChar \menuseparator
36232 日付メニューを使用する方法で、他はLaTeXコマンドの
36233 \series bold
36234
36235 \backslash
36236 today
36237 \series default
36238 をTeXコードで使用する方法です。これらの各方法は、表
36239 \begin_inset CommandInset ref
36240 LatexCommand ref
36241 reference "tab:日付挿入方法"
36242
36243 \end_inset
36244
36245 に比較を掲載しておきます。
36246 \end_layout
36247
36248 \begin_layout Description
36249 Dia このひな型は、
36250 \series bold
36251
36252 \begin_inset CommandInset href
36253 LatexCommand href
36254 name "Dia"
36255 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"
36256
36257 \end_inset
36258
36259
36260 \series default
36261 プログラムで作成したダイアグラムをサポートします。
36262 \end_layout
36263
36264 \begin_layout Description
36265 Gnumeric表計算表 このひな形では、
36266 \series bold
36267
36268 \begin_inset CommandInset href
36269 LatexCommand href
36270 name "Gnumeric"
36271 target "http://ja.wikipedia.org/wiki/Gnumeric"
36272
36273 \end_inset
36274
36275
36276 \series default
36277
36278 \begin_inset CommandInset href
36279 LatexCommand href
36280 name "OpenDocument"
36281 target "http://ja.wikipedia.org/wiki/OpenDocument"
36282
36283 \end_inset
36284
36285
36286 \begin_inset CommandInset href
36287 LatexCommand href
36288 name "Microsoft Office XML"
36289 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36290
36291 \end_inset
36292
36293
36294 \begin_inset CommandInset href
36295 LatexCommand href
36296 name "Office Open XML"
36297 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36298
36299 \end_inset
36300
36301 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
36302 \family typewriter
36303 ssconvert
36304 \family default
36305 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
36306 みである必要があります。用例と制約については、LyX用例ファイル
36307 \emph on
36308 spreadsheet.lyx
36309 \emph default
36310 をご覧ください。
36311 \end_layout
36312
36313 \begin_layout Description
36314 Lilypond組版楽譜 このひな型は、
36315 \series bold
36316
36317 \begin_inset CommandInset href
36318 LatexCommand href
36319 name "LilyPond"
36320 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36321
36322 \end_inset
36323
36324
36325 \series default
36326 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
36327 \emph on
36328 lilypond.lyx
36329 \emph default
36330 をご覧ください。
36331 \end_layout
36332
36333 \begin_layout Description
36334 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36335 \family sans
36336 LaTeXとLyXオプション
36337 \family default
36338 タブ中の
36339 \family sans
36340 オプション
36341 \family default
36342 フィールドに
36343 \emph on
36344 pages
36345 \emph default
36346 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
36347 \series bold
36348 pages={3,5,6,8}
36349 \series default
36350 の形で入れる)やページ範囲(
36351 \series bold
36352 pages={4-9}
36353 \series default
36354 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
36355 \series bold
36356 pages={3,{},8-11,15}
36357 \series default
36358 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
36359 \emph on
36360 開始頁-終了頁
36361 \emph default
36362 の文法で指定します。これは、
36363 \emph on
36364 開始頁
36365 \emph default
36366
36367 \emph on
36368 終了頁
36369 \emph default
36370 の間のすべてのページを選択します。
36371 \emph on
36372 開始頁
36373 \emph default
36374 を省略すると、1ページ目を指定したのと同じ事になり、
36375 \emph on
36376 終了頁
36377 \emph default
36378 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
36379 \series bold
36380 last
36381 \series default
36382 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
36383 \series bold
36384 pages=-
36385 \series default
36386 は文書の全ページを挿入することになり、
36387 \series bold
36388 pages=last-1
36389 \series default
36390 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
36391 \begin_inset Newline newline
36392 \end_inset
36393
36394
36395 \series bold
36396 noautoscale
36397 \series default
36398 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
36399 \family sans
36400 寸法と回転
36401 \family default
36402 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
36403 \series bold
36404 noautoscale
36405 \series default
36406 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
36407 \series bold
36408 pdfpages
36409 \series default
36410 の取扱説明書
36411 \begin_inset CommandInset citation
36412 LatexCommand cite
36413 key "pdfpages"
36414
36415 \end_inset
36416
36417 をご参照ください。
36418 \begin_inset Index idx
36419 status collapsed
36420
36421 \begin_layout Plain Layout
36422 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \begin_inset Newline newline
36429 \end_inset
36430
36431 このひな型を
36432 \family sans
36433 Beamer
36434 \family default
36435 プレゼンテーションで使用するには、まず
36436 \family sans
36437 フレーム終了
36438 \family default
36439 環境を挿入して、続く段落でTeXコードボックスを挿入し、
36440 \series bold
36441
36442 \backslash
36443 setbeamertemplate{background canvas}{}
36444 \series default
36445 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36446 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36447 に、ひな型を含む段落には、
36448 \family sans
36449 既定
36450 \family default
36451 配置を用いるようにしてください。
36452 \begin_inset Newline newline
36453 \end_inset
36454
36455 下記は、-5度回転させたPDFを取り込んだものです。
36456 \begin_inset Newline newline
36457 \end_inset
36458
36459
36460 \begin_inset Graphics
36461         filename ../clipart/Abstract.pdf
36462         rotateAngle -5
36463         rotateOrigin leftBottom
36464
36465 \end_inset
36466
36467
36468 \begin_inset Newline newline
36469 \end_inset
36470
36471
36472 \begin_inset Note Greyedout
36473 status open
36474
36475 \begin_layout Plain Layout
36476
36477 \series bold
36478 【訳註】
36479 \series default
36480 LaTeXパッケージ
36481 \series bold
36482 pdfpages
36483 \series default
36484 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
36485 \series bold
36486 pdfpages
36487 \series default
36488 取扱説明書
36489 \begin_inset CommandInset citation
36490 LatexCommand cite
36491 key "pdfpages"
36492
36493 \end_inset
36494
36495 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
36496 \family sans
36497 挿入\SpecialChar \menuseparator
36498 ファイル\SpecialChar \menuseparator
36499 外部素材
36500 \family default
36501
36502 \family sans
36503 ひな型
36504 \family default
36505
36506 \family sans
36507 PDFページ
36508 \family default
36509 を指定して挿入されていますが、ここでは
36510 \family sans
36511 挿入\SpecialChar \menuseparator
36512 画像
36513 \family default
36514 を使用して挿入しています。
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Description
36523 ラスターイメージ これはビットマップ画像に使用します。
36524 \family sans
36525 外部素材
36526 \family default
36527 ダイアログを使って入れる画像は、第
36528 \begin_inset CommandInset ref
36529 LatexCommand ref
36530 reference "sec:画像ダイアログ"
36531
36532 \end_inset
36533
36534 節にあるように
36535 \family sans
36536 画像
36537 \family default
36538 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36539 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36540 \begin_inset External
36541         template RasterImage
36542         filename clipart/ToolbarEnvBox.png
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Description
36550 XFig このひな型は、
36551 \series bold
36552
36553 \begin_inset CommandInset href
36554 LatexCommand href
36555 name "Xfig"
36556 target "http://ja.wikipedia.org/wiki/Xfig"
36557
36558 \end_inset
36559
36560
36561 \series default
36562 プログラムで作成した画像をサポートします。
36563 \end_layout
36564
36565 \begin_layout Standard
36566 \begin_inset Float table
36567 placement !h
36568 wide false
36569 sideways false
36570 status open
36571
36572 \begin_layout Plain Layout
36573 \begin_inset Caption Standard
36574
36575 \begin_layout Plain Layout
36576 \begin_inset CommandInset label
36577 LatexCommand label
36578 name "tab:日付挿入方法"
36579
36580 \end_inset
36581
36582 日付の挿入方法の比較
36583 \end_layout
36584
36585 \end_inset
36586
36587
36588 \end_layout
36589
36590 \begin_layout Plain Layout
36591 \align center
36592 \begin_inset Tabular
36593 <lyxtabular version="3" rows="4" columns="4">
36594 <features rotate="0" tabularvalignment="middle">
36595 <column alignment="center" valignment="top">
36596 <column alignment="center" valignment="top">
36597 <column alignment="center" valignment="top">
36598 <column alignment="center" valignment="top">
36599 <row>
36600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604 文書書式
36605 \end_layout
36606
36607 \end_inset
36608 </cell>
36609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36610 \begin_inset Text
36611
36612 \begin_layout Plain Layout
36613
36614 \family sans
36615 外部素材\SpecialChar \menuseparator
36616 日付
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625
36626 \family sans
36627 挿入\SpecialChar \menuseparator
36628 日付
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637
36638 \series bold
36639
36640 \backslash
36641 today
36642 \series default
36643 コマンド
36644 \end_layout
36645
36646 \end_inset
36647 </cell>
36648 </row>
36649 <row>
36650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36651 \begin_inset Text
36652
36653 \begin_layout Plain Layout
36654 LyX
36655 \end_layout
36656
36657 \end_inset
36658 </cell>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663 差込枠として
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672 日付として
36673 \end_layout
36674
36675 \end_inset
36676 </cell>
36677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36678 \begin_inset Text
36679
36680 \begin_layout Plain Layout
36681 TeXコード差込枠として
36682 \end_layout
36683
36684 \end_inset
36685 </cell>
36686 </row>
36687 <row>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692 LaTeX
36693 \end_layout
36694
36695 \end_inset
36696 </cell>
36697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36698 \begin_inset Text
36699
36700 \begin_layout Plain Layout
36701 日付として
36702 \end_layout
36703
36704 \end_inset
36705 </cell>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710 日付として
36711 \end_layout
36712
36713 \end_inset
36714 </cell>
36715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Plain Layout
36719 コマンドとして
36720 \end_layout
36721
36722 \end_inset
36723 </cell>
36724 </row>
36725 <row>
36726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730 DVI, PDF, PS
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 日付として
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36745 \begin_inset Text
36746
36747 \begin_layout Plain Layout
36748 日付として
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 日付として
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 </row>
36763 </lyxtabular>
36764
36765 \end_inset
36766
36767
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Standard
36776
36777 \family sans
36778 外部素材
36779 \family default
36780 ダイアログの
36781 \family sans
36782 ファイル
36783 \family default
36784 タブ中で
36785 \family sans
36786 下書き
36787 \family default
36788 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36789 \begin_inset Newline newline
36790 \end_inset
36791
36792 LyX中での外部素材は、ダイアログ内の
36793 \family sans
36794 LaTeXとLyXのオプション
36795 \family default
36796 タブにある
36797 \family sans
36798 LyX内に表示
36799 \family default
36800 オプションの指定に従って、
36801 \begin_inset Graphics
36802         filename clipart/ExternalMaterialQt4.png
36803         scale 85
36804         scaleBeforeRotation
36805
36806 \end_inset
36807
36808 のようなボックスとして表示されるか、画像として表示されます。
36809 \end_layout
36810
36811 \begin_layout Standard
36812 取扱説明書
36813 \family sans
36814 \emph on
36815 カスタマイズ篇
36816 \family default
36817 \emph default
36818 には、自製のひな型を定義する方法が説明されています。
36819 \end_layout
36820
36821 \begin_layout Section
36822 子文書
36823 \begin_inset CommandInset label
36824 LatexCommand label
36825 name "sec:子文書"
36826
36827 \end_inset
36828
36829
36830 \begin_inset Index idx
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36835 \end_layout
36836
36837 \end_inset
36838
36839
36840 \begin_inset Index idx
36841 status collapsed
36842
36843 \begin_layout Plain Layout
36844 ふぁいる@ファイル ! いんくるーど@インクルード
36845 \end_layout
36846
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \begin_layout Standard
36853 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36854 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36855 やその一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36856 \end_layout
36857
36858 \begin_layout Standard
36859 親文書を開くことなく子文書で作業できるようにするには、子文書の
36860 \family sans
36861 文書
36862 \family default
36863 \SpecialChar \menuseparator
36864
36865 \family sans
36866 設定
36867 \family default
36868 \SpecialChar \menuseparator
36869
36870 \family sans
36871 文書クラス
36872 \family default
36873 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36874 \end_layout
36875
36876 \begin_layout Standard
36877 取り込んだ文書は、LyX中で
36878 \begin_inset Graphics
36879         filename clipart/ChildDocumentQt4.png
36880         scale 85
36881         scaleBeforeRotation
36882
36883 \end_inset
36884
36885 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36886 \family sans
36887 挿入
36888 \family default
36889 \SpecialChar \menuseparator
36890
36891 \family sans
36892 ファイル
36893 \family default
36894 \SpecialChar \menuseparator
36895
36896 \family sans
36897 子文書
36898 \family default
36899 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36900 \end_layout
36901
36902 \begin_layout Description
36903 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36904 \family sans
36905 子文書
36906 \family default
36907 ダイアログの
36908 \family sans
36909 編集
36910 \family default
36911 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36912 \begin_inset Newline newline
36913 \end_inset
36914
36915
36916 \end_layout
36917
36918 \begin_layout Standard
36919 以下は、
36920 \family sans
36921 Include
36922 \family default
36923 を使用して挿入した子文書です。 
36924 \begin_inset CommandInset include
36925 LatexCommand include
36926 filename "DummyDocument1.lyx"
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36935 あります。取り込んだ文書のラベルは、第
36936 \begin_inset CommandInset ref
36937 LatexCommand ref
36938 reference "sub:外部文書の第1小節"
36939
36940 \end_inset
36941
36942 小節、のように参照することができます。
36943 \end_layout
36944
36945 \begin_layout Standard
36946 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36947 は、新規頁から始まるように挿入され、改頁して終わります。
36948 \end_layout
36949
36950 \begin_layout Standard
36951 \begin_inset Note Greyedout
36952 status open
36953
36954 \begin_layout Plain Layout
36955
36956 \series bold
36957 【註】
36958 \series default
36959 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36960 警告が発せられます。
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Description
36969 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36970 \end_layout
36971
36972 \begin_deeper
36973 \begin_layout Itemize
36974 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36975 \end_layout
36976
36977 \begin_layout Itemize
36978 Inputファイルは、LyX設定の操作性
36979 \family sans
36980 \SpecialChar \menuseparator
36981 表示
36982 \family default
36983 の下にある
36984 \family sans
36985 画像を表示
36986 \family default
36987 を有効にすると、LyX中でプレビューすることができます。
36988 \end_layout
36989
36990 \begin_layout Itemize
36991 LaTeXコマンドの
36992 \series bold
36993
36994 \backslash
36995 includeonly
36996 \series default
36997 は使用することができません。
36998 \end_layout
36999
37000 \end_deeper
37001 \begin_layout Standard
37002 右は、
37003 \family sans
37004 Input
37005 \family default
37006 を使って挿入した子文書です。 
37007 \begin_inset CommandInset include
37008 LatexCommand input
37009 filename "DummyDocument2.lyx"
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \begin_layout Description
37017 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
37018 に用いられているコマンドは実行されません。
37019 \family sans
37020 出力の空白に印付けをする
37021 \family default
37022 オプションを有効にすると、ソースコード中のすべての空白文字に「
37023 \begin_inset ERT
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027
37028
37029 \backslash
37030 textvisiblespace 
37031 \end_layout
37032
37033 \end_inset
37034
37035 」文字を表示させることができます。
37036 \family sans
37037 挿入\SpecialChar \menuseparator
37038 ファイル\SpecialChar \menuseparator
37039 平文
37040 \family default
37041 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
37042 \end_layout
37043
37044 \begin_layout Standard
37045 以下は、verbatimとして挿入された子文書です。 
37046 \begin_inset CommandInset include
37047 LatexCommand verbatiminput
37048 filename "../DummyTextDocument.txt"
37049
37050 \end_inset
37051
37052
37053 \begin_inset VSpace bigskip
37054 \end_inset
37055
37056 以下は、
37057 \family sans
37058 出力の空白に印付けをする
37059 \family default
37060 オプションを指定して、verbatimとして挿入された子文書です。 
37061 \begin_inset CommandInset include
37062 LatexCommand verbatiminput*
37063 filename "../DummyTextDocument.txt"
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Standard
37071 \begin_inset VSpace bigskip
37072 \end_inset
37073
37074
37075 \end_layout
37076
37077 \begin_layout Standard
37078 \begin_inset Note Greyedout
37079 status open
37080
37081 \begin_layout Plain Layout
37082
37083 \series bold
37084 【註】
37085 \series default
37086 上記の例でわかるように、
37087 \family sans
37088 verbatim
37089 \family default
37090 として取り込んだ文書の文章は、文書行の終わりで改行されません。
37091 \end_layout
37092
37093 \end_inset
37094
37095
37096 \end_layout
37097
37098 \begin_layout Standard
37099 \begin_inset Note Greyedout
37100 status open
37101
37102 \begin_layout Plain Layout
37103
37104 \series bold
37105 【訳註】
37106 \series default
37107 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37108 \end_layout
37109
37110 \end_inset
37111
37112
37113 \end_layout
37114
37115 \begin_layout Description
37116 プログラムリスト この型については、第
37117 \begin_inset CommandInset ref
37118 LatexCommand ref
37119 reference "cha:プログラムコードリスト"
37120
37121 \end_inset
37122
37123 章に説明されています。
37124 \end_layout
37125
37126 \begin_layout Standard
37127 \begin_inset Note Greyedout
37128 status open
37129
37130 \begin_layout Plain Layout
37131
37132 \series bold
37133 【註】
37134 \series default
37135 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37136 \end_layout
37137
37138 \end_inset
37139
37140
37141 \end_layout
37142
37143 \begin_layout Standard
37144 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
37145 一部を出力から排除することができます。これは、
37146 \family sans
37147 文書\SpecialChar \menuseparator
37148 設定\SpecialChar \menuseparator
37149 子文書
37150 \family default
37151 メニューから行うことができます。そこの一覧中の各子文書の
37152 \family sans
37153 出力に含める
37154 \family default
37155 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
37156 てのみ機能することにご注意ください)。
37157 \family sans
37158 カウンタと引用を維持
37159 \family default
37160 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
37161 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
37162 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
37163 \end_layout
37164
37165 \begin_layout Standard
37166 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
37167 \begin_inset Foot
37168 status collapsed
37169
37170 \begin_layout Plain Layout
37171 派生枝は、LyX
37172 \emph on
37173 ユーザーの手引き
37174 \emph default
37175
37176 \emph on
37177 派生枝
37178 \emph default
37179 の節に説明されています。
37180 \end_layout
37181
37182 \end_inset
37183
37184 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
37185 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
37186 \end_layout
37187
37188 \begin_layout Chapter
37189 プログラムコードリスト
37190 \begin_inset CommandInset label
37191 LatexCommand label
37192 name "cha:プログラムコードリスト"
37193
37194 \end_inset
37195
37196
37197 \begin_inset Index idx
37198 status collapsed
37199
37200 \begin_layout Plain Layout
37201 りすと@リスト
37202 \end_layout
37203
37204 \end_inset
37205
37206
37207 \begin_inset Index idx
37208 status collapsed
37209
37210 \begin_layout Plain Layout
37211 ぷろぐらむこーど@プログラムコード
37212 \end_layout
37213
37214 \end_inset
37215
37216
37217 \begin_inset Index idx
37218 status collapsed
37219
37220 \begin_layout Plain Layout
37221 ふろーと@フロート ! りすと@リスト
37222 \end_layout
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \begin_layout Standard
37230 プログラムコードを取り込んで組版するには、
37231 \family sans
37232 挿入
37233 \family default
37234 \SpecialChar \menuseparator
37235
37236 \family sans
37237 プログラムリスト
37238 \family default
37239 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37240 \series bold
37241 listings
37242 \series default
37243
37244 \begin_inset Index idx
37245 status collapsed
37246
37247 \begin_layout Plain Layout
37248 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37249 \end_layout
37250
37251 \end_inset
37252
37253 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37254 \end_layout
37255
37256 \begin_layout Standard
37257 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37258 \end_layout
37259
37260 \begin_layout Standard
37261 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37262 \family sans
37263 行内リスト
37264 \family default
37265 を指定すると、リストは
37266 \begin_inset listings
37267 lstparams "language={C++}"
37268 inline true
37269 status collapsed
37270
37271 \begin_layout Plain Layout
37272
37273 int a=5;
37274 \end_layout
37275
37276 \end_inset
37277
37278 のように行内に印字されます。
37279 \begin_inset Newline newline
37280 \end_inset
37281
37282
37283 \family sans
37284 フロート
37285 \family default
37286 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37287 \begin_inset CommandInset ref
37288 LatexCommand ref
37289 reference "sec:フロートの配置"
37290
37291 \end_inset
37292
37293 節に説明されているフロート配置オプションに従って、「
37294 \family sans
37295 h
37296 \family default
37297 」「
37298 \family sans
37299 t
37300 \family default
37301 」「
37302 \family sans
37303 b
37304 \family default
37305 」「
37306 \family sans
37307 p
37308 \family default
37309 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37310 \family sans
37311 htbp
37312 \family default
37313 」のように区切りを入れることなく入力することができます。「
37314 \family sans
37315 h
37316 \family default
37317 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37318 \family sans
37319 フロート
37320 \family default
37321 オプションを使用しなければ大丈夫です。
37322 \end_layout
37323
37324 \begin_layout Standard
37325
37326 \family sans
37327 挿入
37328 \family default
37329 \SpecialChar \menuseparator
37330
37331 \family sans
37332 キャプション
37333 \family default
37334 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37335 \begin_inset CommandInset ref
37336 LatexCommand ref
37337 reference "lst:リストフロート"
37338
37339 \end_inset
37340
37341 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
37342 \family sans
37343 挿入
37344 \lang english
37345 \SpecialChar \menuseparator
37346
37347 \lang japanese
37348 一覧/目次
37349 \lang english
37350 \SpecialChar \menuseparator
37351
37352 \lang japanese
37353 プログラムリスト一覧
37354 \family default
37355 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
37356 \end_layout
37357
37358 \begin_layout Standard
37359 \begin_inset listings
37360 lstparams "language=Python"
37361 inline false
37362 status open
37363
37364 \begin_layout Plain Layout
37365
37366 \begin_inset Caption Standard
37367
37368 \begin_layout Plain Layout
37369 \begin_inset CommandInset label
37370 LatexCommand label
37371 name "lst:リストフロート"
37372
37373 \end_inset
37374
37375 Example Listing Float
37376 \end_layout
37377
37378 \end_inset
37379
37380 # Example listing float
37381 \end_layout
37382
37383 \begin_layout Plain Layout
37384
37385 def func(param):
37386 \end_layout
37387
37388 \begin_layout Plain Layout
37389
37390     'this is a python function'
37391 \end_layout
37392
37393 \begin_layout Plain Layout
37394
37395     pass
37396 \end_layout
37397
37398 \end_inset
37399
37400
37401 \end_layout
37402
37403 \begin_layout Standard
37404 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37405 onのキーワード「def」が識別され、ボールド体で出力されます。
37406 \end_layout
37407
37408 \begin_layout Standard
37409 \begin_inset Note Greyedout
37410 status open
37411
37412 \begin_layout Plain Layout
37413
37414 \series bold
37415 【註】
37416 \series default
37417 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37418 \family typewriter
37419 typewriter
37420 \family default
37421 フォントがボールド体を提供していません。この場合には、
37422 \family sans
37423 文書
37424 \family default
37425 \SpecialChar \menuseparator
37426
37427 \family sans
37428 設定
37429 \family default
37430 \SpecialChar \menuseparator
37431
37432 \family sans
37433 フォント
37434 \family default
37435 メニューで別のフォントを選択してください(
37436 \emph on
37437 LuxiMono
37438 \emph default
37439
37440 \emph on
37441 BeraMono
37442 \emph default
37443
37444 \emph on
37445 Courier
37446 \emph default
37447 の各フォントはボールド体を提供します)。
37448 \end_layout
37449
37450 \end_inset
37451
37452
37453 \end_layout
37454
37455 \begin_layout Standard
37456 \begin_inset Note Greyedout
37457 status open
37458
37459 \begin_layout Plain Layout
37460
37461 \series bold
37462 【訳註】
37463 \series default
37464 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37465 \end_layout
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \begin_layout Standard
37473 プログラムリストダイアログの
37474 \family sans
37475 行番号
37476 \family default
37477 のセクションでは、行番号の様式を指定することができます。
37478 \family sans
37479 行間
37480 \family default
37481 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37482 \end_layout
37483
37484 \begin_layout Standard
37485 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37486 \family sans
37487 拡張文字コード表を使う
37488 \family default
37489 オプションを使用しなくてはなりません。
37490 \begin_inset Newline newline
37491 \end_inset
37492
37493
37494 \begin_inset Note Greyedout
37495 status open
37496
37497 \begin_layout Plain Layout
37498
37499 \series bold
37500 【訳註】
37501 \series default
37502 これは、pLaTeXではうまく動作しません。
37503 \end_layout
37504
37505 \end_inset
37506
37507
37508 \begin_inset Newline newline
37509 \end_inset
37510
37511 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37512 \begin_inset space \thinspace{}
37513 \end_inset
37514
37515 -
37516 \begin_inset space \thinspace{}
37517 \end_inset
37518
37519 8」で設定したプログラムリストの例です。
37520 \end_layout
37521
37522 \begin_layout Standard
37523 \begin_inset listings
37524 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37525 inline false
37526 status open
37527
37528 \begin_layout Plain Layout
37529
37530 def func(param):
37531 \end_layout
37532
37533 \begin_layout Plain Layout
37534
37535     'this is a python function'
37536 \end_layout
37537
37538 \begin_layout Plain Layout
37539
37540     pass
37541 \end_layout
37542
37543 \begin_layout Plain Layout
37544
37545 def func(param):
37546 \end_layout
37547
37548 \begin_layout Plain Layout
37549
37550 'This is a German word: Tschüß'
37551 \end_layout
37552
37553 \begin_layout Plain Layout
37554
37555 pass
37556 \end_layout
37557
37558 \begin_layout Plain Layout
37559
37560 def func(param):
37561 \end_layout
37562
37563 \begin_layout Plain Layout
37564
37565 'this is a python function'
37566 \end_layout
37567
37568 \begin_layout Plain Layout
37569
37570 pass
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \begin_layout Standard
37579 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37580 \family sans
37581 タビュレータの大きさ
37582 \family default
37583 フィールドで指定することができます。
37584 \end_layout
37585
37586 \begin_layout Standard
37587 \begin_inset Note Greyedout
37588 status open
37589
37590 \begin_layout Plain Layout
37591
37592 \series bold
37593 【註】listings
37594 \series default
37595 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37596 に振られているのはこのためです。
37597 \end_layout
37598
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Standard
37605 \begin_inset VSpace bigskip
37606 \end_inset
37607
37608
37609 \end_layout
37610
37611 \begin_layout Standard
37612 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37613 \family sans
37614 挿入
37615 \family default
37616 \SpecialChar \menuseparator
37617
37618 \family sans
37619 ファイル
37620 \family default
37621 \SpecialChar \menuseparator
37622
37623 \family sans
37624 子文書
37625 \family default
37626 メニューを使用して
37627 \family sans
37628 プログラムリスト
37629 \family default
37630 型を選択してください
37631 \begin_inset Foot
37632 status collapsed
37633
37634 \begin_layout Plain Layout
37635 他の子文書型については、第 section
37636 \begin_inset space ~
37637 \end_inset
37638
37639
37640 \begin_inset CommandInset ref
37641 LatexCommand ref
37642 reference "sec:子文書"
37643
37644 \end_inset
37645
37646 節に説明があります。
37647 \end_layout
37648
37649 \end_inset
37650
37651 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37652 疑問符「?」を打鍵してください。
37653 \end_layout
37654
37655 \begin_layout Standard
37656 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37657 \family sans
37658 挿入
37659 \family default
37660 \SpecialChar \menuseparator
37661
37662 \family sans
37663 相互参照
37664 \family default
37665 メニューを使って参照できるようになります。
37666 \end_layout
37667
37668 \begin_layout Standard
37669 プログラムリスト
37670 \begin_inset CommandInset ref
37671 LatexCommand ref
37672 reference "lst:file-listing"
37673
37674 \end_inset
37675
37676 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37677 \end_layout
37678
37679 \begin_layout Standard
37680 \begin_inset CommandInset include
37681 LatexCommand lstinputlisting
37682 filename "EmbeddedObjects.lyx"
37683 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37684
37685 \end_inset
37686
37687
37688 \end_layout
37689
37690 \begin_layout Standard
37691 \begin_inset VSpace bigskip
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \begin_layout Standard
37698 リストに数式を入れるには、以下のようにします。
37699 \end_layout
37700
37701 \begin_layout Enumerate
37702 リストダイアログを開き、
37703 \family sans
37704 詳細
37705 \family default
37706 タブのフィールド中に
37707 \begin_inset Newline newline
37708 \end_inset
37709
37710
37711 \family sans
37712 mathescape=true
37713 \family default
37714
37715 \begin_inset Newline newline
37716 \end_inset
37717
37718 と書き加えます。
37719 \end_layout
37720
37721 \begin_layout Enumerate
37722 リスト外で数式を作成します。
37723 \end_layout
37724
37725 \begin_layout Enumerate
37726 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37727 \begin_inset Info
37728 type  "shortcut"
37729 arg   "copy"
37730 \end_inset
37731
37732 )。
37733 \end_layout
37734
37735 \begin_layout Enumerate
37736 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37737 \begin_inset Info
37738 type  "shortcut"
37739 arg   "paste"
37740 \end_inset
37741
37742 )。
37743 \end_layout
37744
37745 \begin_layout Standard
37746 \begin_inset listings
37747 lstparams "language=Python,mathescape=true"
37748 inline false
37749 status open
37750
37751 \begin_layout Plain Layout
37752
37753 \begin_inset Caption Standard
37754
37755 \begin_layout Plain Layout
37756 Example Listing float containing a formula
37757 \end_layout
37758
37759 \end_inset
37760
37761 # Example listing float
37762 \end_layout
37763
37764 \begin_layout Plain Layout
37765
37766 def func(param):
37767 \end_layout
37768
37769 \begin_layout Plain Layout
37770
37771     # $
37772 \backslash
37773 prod_{n=1}^{
37774 \backslash
37775 infty}
37776 \backslash
37777 ,
37778 \backslash
37779 frac{1}{x^{2}}$
37780 \end_layout
37781
37782 \begin_layout Plain Layout
37783
37784     pass
37785 \end_layout
37786
37787 \end_inset
37788
37789
37790 \end_layout
37791
37792 \begin_layout Standard
37793 \begin_inset VSpace bigskip
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \begin_layout Standard
37800 大域的なプログラムリストの設定は、
37801 \family sans
37802 文書
37803 \family default
37804 \SpecialChar \menuseparator
37805
37806 \family sans
37807 設定
37808 \family default
37809 \SpecialChar \menuseparator
37810
37811 \family sans
37812 リスト
37813 \family default
37814 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37815 \family sans
37816 プログラムリスト設定
37817 \family default
37818 フィールドで疑問符「?」を打鍵してください。
37819 \end_layout
37820
37821 \begin_layout Standard
37822
37823 \series bold
37824 listings
37825 \series default
37826 パッケージについての詳しい情報については、取扱説明書
37827 \begin_inset CommandInset citation
37828 LatexCommand cite
37829 key "listings"
37830
37831 \end_inset
37832
37833 をご参照ください。.
37834 \end_layout
37835
37836 \begin_layout Standard
37837 \begin_inset Newpage newpage
37838 \end_inset
37839
37840
37841 \end_layout
37842
37843 \begin_layout Chapter
37844 \start_of_appendix
37845 LyXで使用できる単位
37846 \begin_inset Index idx
37847 status collapsed
37848
37849 \begin_layout Plain Layout
37850 たんい@単位
37851 \end_layout
37852
37853 \end_inset
37854
37855
37856 \begin_inset CommandInset label
37857 LatexCommand label
37858 name "cha:LyXで使用できる単位"
37859
37860 \end_inset
37861
37862
37863 \end_layout
37864
37865 \begin_layout Standard
37866 この文書で用いられる単位の理解のために、表
37867 \begin_inset CommandInset ref
37868 LatexCommand ref
37869 reference "tab:単位"
37870
37871 \end_inset
37872
37873 に、LyXで使うことのできる単位をまとめておきます。
37874 \end_layout
37875
37876 \begin_layout Standard
37877 \begin_inset Float table
37878 placement h
37879 wide false
37880 sideways false
37881 status open
37882
37883 \begin_layout Plain Layout
37884 \begin_inset Caption Standard
37885
37886 \begin_layout Plain Layout
37887 \begin_inset CommandInset label
37888 LatexCommand label
37889 name "tab:単位"
37890
37891 \end_inset
37892
37893 単位
37894 \end_layout
37895
37896 \end_inset
37897
37898
37899 \end_layout
37900
37901 \begin_layout Plain Layout
37902 \begin_inset VSpace medskip
37903 \end_inset
37904
37905
37906 \end_layout
37907
37908 \begin_layout Plain Layout
37909 \align center
37910 \begin_inset Tabular
37911 <lyxtabular version="3" rows="20" columns="2">
37912 <features rotate="0" tabularvalignment="middle">
37913 <column alignment="center" valignment="top">
37914 <column alignment="center" valignment="top">
37915 <row>
37916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37917 \begin_inset Text
37918
37919 \begin_layout Plain Layout
37920 単位
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 名称/摘要
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 </row>
37935 <row>
37936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37937 \begin_inset Text
37938
37939 \begin_layout Plain Layout
37940 mm
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949 ミリメートル
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 </row>
37955 <row>
37956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 cm
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37966 \begin_inset Text
37967
37968 \begin_layout Plain Layout
37969 センチメートル
37970 \end_layout
37971
37972 \end_inset
37973 </cell>
37974 </row>
37975 <row>
37976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980 in
37981 \end_layout
37982
37983 \end_inset
37984 </cell>
37985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989 インチ
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 <row>
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000 pt
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009 ポイント (72.27
38010 \begin_inset Formula $\,$
38011 \end_inset
38012
38013 pt = 1
38014 \begin_inset Formula $\,$
38015 \end_inset
38016
38017 in)
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 </row>
38023 <row>
38024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38025 \begin_inset Text
38026
38027 \begin_layout Plain Layout
38028 pc
38029 \end_layout
38030
38031 \end_inset
38032 </cell>
38033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38034 \begin_inset Text
38035
38036 \begin_layout Plain Layout
38037 パイカ (1
38038 \begin_inset Formula $\,$
38039 \end_inset
38040
38041 pc = 12
38042 \begin_inset Formula $\,$
38043 \end_inset
38044
38045 pt)
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 </row>
38051 <row>
38052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38053 \begin_inset Text
38054
38055 \begin_layout Plain Layout
38056 sp
38057 \end_layout
38058
38059 \end_inset
38060 </cell>
38061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38062 \begin_inset Text
38063
38064 \begin_layout Plain Layout
38065 スケールポイント (65536
38066 \begin_inset Formula $\,$
38067 \end_inset
38068
38069 sp = 1
38070 \begin_inset Formula $\,$
38071 \end_inset
38072
38073 pt)
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 </row>
38079 <row>
38080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38081 \begin_inset Text
38082
38083 \begin_layout Plain Layout
38084 bp
38085 \end_layout
38086
38087 \end_inset
38088 </cell>
38089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38090 \begin_inset Text
38091
38092 \begin_layout Plain Layout
38093 ビッグポイント (72
38094 \begin_inset Formula $\,$
38095 \end_inset
38096
38097 bp = 1
38098 \begin_inset Formula $\,$
38099 \end_inset
38100
38101 in)
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 </row>
38107 <row>
38108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38109 \begin_inset Text
38110
38111 \begin_layout Plain Layout
38112 dd
38113 \end_layout
38114
38115 \end_inset
38116 </cell>
38117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38118 \begin_inset Text
38119
38120 \begin_layout Plain Layout
38121 ディドー (72
38122 \begin_inset Formula $\,$
38123 \end_inset
38124
38125 dd 
38126 \begin_inset Formula $\approx$
38127 \end_inset
38128
38129  37.6
38130 \begin_inset Formula $\,$
38131 \end_inset
38132
38133 mm)
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 </row>
38139 <row>
38140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144 cc
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153 シセロ (1
38154 \begin_inset Formula $\,$
38155 \end_inset
38156
38157 cc = 12
38158 \begin_inset Formula $\,$
38159 \end_inset
38160
38161 dd)
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 </row>
38167 <row>
38168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38169 \begin_inset Text
38170
38171 \begin_layout Plain Layout
38172 Scale%
38173 \end_layout
38174
38175 \end_inset
38176 </cell>
38177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38178 \begin_inset Text
38179
38180 \begin_layout Plain Layout
38181 元の画像幅の%
38182 \end_layout
38183
38184 \end_inset
38185 </cell>
38186 </row>
38187 <row>
38188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192 text%
38193 \end_layout
38194
38195 \end_inset
38196 </cell>
38197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout Plain Layout
38201 テキスト幅の%
38202 \end_layout
38203
38204 \end_inset
38205 </cell>
38206 </row>
38207 <row>
38208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 col%
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221 組段幅の%
38222 \end_layout
38223
38224 \end_inset
38225 </cell>
38226 </row>
38227 <row>
38228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38229 \begin_inset Text
38230
38231 \begin_layout Plain Layout
38232 page%
38233 \end_layout
38234
38235 \end_inset
38236 </cell>
38237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38238 \begin_inset Text
38239
38240 \begin_layout Plain Layout
38241 用紙幅の%
38242 \end_layout
38243
38244 \end_inset
38245 </cell>
38246 </row>
38247 <row>
38248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38249 \begin_inset Text
38250
38251 \begin_layout Plain Layout
38252 line%
38253 \end_layout
38254
38255 \end_inset
38256 </cell>
38257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38258 \begin_inset Text
38259
38260 \begin_layout Plain Layout
38261 行幅の%
38262 \end_layout
38263
38264 \end_inset
38265 </cell>
38266 </row>
38267 <row>
38268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 theight%
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 テキスト高さの%
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 </row>
38287 <row>
38288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292 pheight%
38293 \end_layout
38294
38295 \end_inset
38296 </cell>
38297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38298 \begin_inset Text
38299
38300 \begin_layout Plain Layout
38301 用紙高さの%
38302 \end_layout
38303
38304 \end_inset
38305 </cell>
38306 </row>
38307 <row>
38308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312 ex
38313 \end_layout
38314
38315 \end_inset
38316 </cell>
38317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38318 \begin_inset Text
38319
38320 \begin_layout Plain Layout
38321 現在のフォントの文字「x」の高さ
38322 \end_layout
38323
38324 \end_inset
38325 </cell>
38326 </row>
38327 <row>
38328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332 em
38333 \end_layout
38334
38335 \end_inset
38336 </cell>
38337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38338 \begin_inset Text
38339
38340 \begin_layout Plain Layout
38341 現在のフォントの文字「M」の幅
38342 \end_layout
38343
38344 \end_inset
38345 </cell>
38346 </row>
38347 <row>
38348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38349 \begin_inset Text
38350
38351 \begin_layout Plain Layout
38352 mu
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38358 \begin_inset Text
38359
38360 \begin_layout Plain Layout
38361 数式単位 (1
38362 \begin_inset Formula $\,$
38363 \end_inset
38364
38365 mu = 1/18
38366 \begin_inset Formula $\,$
38367 \end_inset
38368
38369 em)
38370 \end_layout
38371
38372 \end_inset
38373 </cell>
38374 </row>
38375 </lyxtabular>
38376
38377 \end_inset
38378
38379
38380 \end_layout
38381
38382 \end_inset
38383
38384
38385 \end_layout
38386
38387 \begin_layout Chapter
38388 画像を含む場合のファイル出力形式
38389 \begin_inset CommandInset label
38390 LatexCommand label
38391 name "cha:ファイル出力形式"
38392
38393 \end_inset
38394
38395
38396 \end_layout
38397
38398 \begin_layout Section
38399 DVI
38400 \begin_inset Index idx
38401 status collapsed
38402
38403 \begin_layout Plain Layout
38404 ふぁいるしょしき@ファイル書式 ! DVI
38405 \end_layout
38406
38407 \end_inset
38408
38409
38410 \begin_inset Index idx
38411 status collapsed
38412
38413 \begin_layout Plain Layout
38414 DVI
38415 \begin_inset ERT
38416 status collapsed
38417
38418 \begin_layout Plain Layout
38419
38420 |see{
38421 \end_layout
38422
38423 \end_inset
38424
38425 ファイル書式
38426 \begin_inset ERT
38427 status collapsed
38428
38429 \begin_layout Plain Layout
38430
38431 }
38432 \end_layout
38433
38434 \end_inset
38435
38436
38437 \end_layout
38438
38439 \end_inset
38440
38441
38442 \end_layout
38443
38444 \begin_layout Standard
38445 このファイル型の拡張子は「
38446 \family typewriter
38447 .dvi
38448 \family default
38449 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38450 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38451 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38452 \end_layout
38453
38454 \begin_layout Standard
38455 \begin_inset Note Greyedout
38456 status open
38457
38458 \begin_layout Plain Layout
38459
38460 \series bold
38461 【註】
38462 \series default
38463 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38464 \end_layout
38465
38466 \end_inset
38467
38468 ですから、お使いの
38469 \family typewriter
38470 .dvi
38471 \family default
38472 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38473 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38474 DFを使用することをお勧めします。
38475 \end_layout
38476
38477 \begin_layout Standard
38478 使用中の文書は、
38479 \family sans
38480 ファイル
38481 \family default
38482 \SpecialChar \menuseparator
38483
38484 \family sans
38485 書き出し
38486 \family default
38487 \SpecialChar \menuseparator
38488
38489 \family sans
38490 DVI
38491 \family default
38492 メニューを使用して、DVIに書き出すことができます。
38493 \family sans
38494 表示
38495 \family default
38496 メニューから、文書をDVIとして表示させることもできます。
38497 \end_layout
38498
38499 \begin_layout Section
38500 PostScript
38501 \begin_inset CommandInset label
38502 LatexCommand label
38503 name "sec:PostScript"
38504
38505 \end_inset
38506
38507
38508 \begin_inset Index idx
38509 status collapsed
38510
38511 \begin_layout Plain Layout
38512 ふぁいるしょしき@ファイル書式 ! PostScript
38513 \end_layout
38514
38515 \end_inset
38516
38517
38518 \begin_inset Index idx
38519 status collapsed
38520
38521 \begin_layout Plain Layout
38522 PostScript
38523 \begin_inset ERT
38524 status collapsed
38525
38526 \begin_layout Plain Layout
38527
38528 |see{
38529 \end_layout
38530
38531 \end_inset
38532
38533 ファイル書式
38534 \begin_inset ERT
38535 status collapsed
38536
38537 \begin_layout Plain Layout
38538
38539 }
38540 \end_layout
38541
38542 \end_inset
38543
38544
38545 \end_layout
38546
38547 \end_inset
38548
38549
38550 \end_layout
38551
38552 \begin_layout Standard
38553 このファイル型の拡張子は「
38554 \family typewriter
38555 .ps
38556 \family default
38557 」です。PostScriptは、
38558 \family typewriter
38559 Adobe
38560 \family default
38561 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38562 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38563 \begin_inset Foot
38564 status collapsed
38565
38566 \begin_layout Plain Layout
38567 これについてもう少し学ぶ気があれば、LaTeXパッケージ
38568 \series bold
38569 PSTricks
38570 \series default
38571
38572 \begin_inset CommandInset citation
38573 LatexCommand cite
38574 key "pstricks"
38575
38576 \end_inset
38577
38578 を見てみてください。
38579 \end_layout
38580
38581 \end_inset
38582
38583 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38584 \end_layout
38585
38586 \begin_layout Standard
38587 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38588 \family typewriter
38589 .eps
38590 \family default
38591 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
38592 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
38593 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
38594 を直接EPSとして入れておく方がよいでしょう。
38595 \end_layout
38596
38597 \begin_layout Standard
38598 文書は、
38599 \family sans
38600 ファイル
38601 \family default
38602 \SpecialChar \menuseparator
38603
38604 \family sans
38605 書き出し
38606 \family default
38607 \SpecialChar \menuseparator
38608
38609 \family sans
38610 Postscript
38611 \family default
38612 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38613 \family sans
38614 表示
38615 \family default
38616 メニューかツールバーボタン
38617 \begin_inset Graphics
38618         filename ../../images/buffer-view_ps.png
38619         scale 85
38620         scaleBeforeRotation
38621
38622 \end_inset
38623
38624 を使用することでPostScriptとして表示させることができます。
38625 \end_layout
38626
38627 \begin_layout Section
38628 PDF
38629 \begin_inset Index idx
38630 status collapsed
38631
38632 \begin_layout Plain Layout
38633 ふぁいるしょしき@ファイル書式 ! PDF
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \begin_inset Index idx
38640 status collapsed
38641
38642 \begin_layout Plain Layout
38643 PDF
38644 \end_layout
38645
38646 \end_inset
38647
38648
38649 \end_layout
38650
38651 \begin_layout Standard
38652 このファイル型の拡張子は「
38653 \family typewriter
38654 .pdf
38655 \family default
38656 」です。この「Portable Document Format (PDF)」は、
38657 \family typewriter
38658 Adobe
38659 \family default
38660 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38661 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38662 \end_layout
38663
38664 \begin_layout Standard
38665 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38666 \family typewriter
38667 .jpg
38668 \family default
38669 」または「
38670 \family typewriter
38671 .jpeg
38672 \family default
38673 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38674 \family typewriter
38675 .png
38676 \family default
38677 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38678 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38679 とをお勧めします。
38680 \end_layout
38681
38682 \begin_layout Standard
38683 使用中の文書は、
38684 \family sans
38685 ファイル
38686 \family default
38687 \SpecialChar \menuseparator
38688
38689 \family sans
38690 書き出し
38691 \family default
38692 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38693 \end_layout
38694
38695 \begin_layout Description
38696 PDF
38697 \begin_inset space ~
38698 \end_inset
38699
38700 (ps2pdf) これは
38701 \family typewriter
38702 ps2pdf
38703 \family default
38704 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38705 \family typewriter
38706 dvips
38707 \family default
38708 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38709 \end_layout
38710
38711 \begin_layout Description
38712 PDF
38713 \begin_inset space ~
38714 \end_inset
38715
38716 (dvipdfm) これは
38717 \family typewriter
38718 dvipdfm
38719 \family default
38720 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38721 \end_layout
38722
38723 \begin_layout Description
38724 PDF
38725 \begin_inset space ~
38726 \end_inset
38727
38728 (pdflatex) これは
38729 \family typewriter
38730 pdftex
38731 \family default
38732 プログラムを使って、現在のファイルを直接PDFに変換します。
38733 \end_layout
38734
38735 \begin_layout Standard
38736
38737 \family typewriter
38738 pdftex
38739 \family default
38740 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38741 \family sans
38742 PDF
38743 \begin_inset space ~
38744 \end_inset
38745
38746 (pdflatex)
38747 \family default
38748 を使用することが推奨されます。
38749 \family typewriter
38750 dvipdfm
38751 \family default
38752 プログラムは開発が停止しており、若干時代遅れになっています。
38753 \end_layout
38754
38755 \begin_layout Standard
38756 使用中の文書をPDFとして表示するには、
38757 \family sans
38758 表示
38759 \family default
38760 メニューかツールバーボタン
38761 \begin_inset Graphics
38762         filename ../../images/buffer-view_pdf2.png
38763         scale 85
38764         scaleBeforeRotation
38765
38766 \end_inset
38767
38768 (これは
38769 \family sans
38770 PDF
38771 \begin_inset space ~
38772 \end_inset
38773
38774 (pdflatex)
38775 \family default
38776 を使用します)を用います。
38777 \end_layout
38778
38779 \begin_layout Chapter
38780 dvips色名一覧
38781 \begin_inset CommandInset label
38782 LatexCommand label
38783 name "chap:dvips色名一覧"
38784
38785 \end_inset
38786
38787
38788 \end_layout
38789
38790 \begin_layout Standard
38791 \begin_inset Tabular
38792 <lyxtabular version="3" rows="17" columns="4">
38793 <features rotate="0" tabularvalignment="middle">
38794 <column alignment="left" valignment="top" width="0pt">
38795 <column alignment="left" valignment="top" width="0pt">
38796 <column alignment="left" valignment="top" width="0pt">
38797 <column alignment="left" valignment="top" width="0pt">
38798 <row>
38799 <cell alignment="left" valignment="top" usebox="none">
38800 \begin_inset Text
38801
38802 \begin_layout Plain Layout
38803 \begin_inset ERT
38804 status collapsed
38805
38806 \begin_layout Plain Layout
38807
38808
38809 \backslash
38810 fcolorbox{black}{
38811 \end_layout
38812
38813 \end_inset
38814
38815 white
38816 \begin_inset ERT
38817 status collapsed
38818
38819 \begin_layout Plain Layout
38820
38821 }{
38822 \end_layout
38823
38824 \end_inset
38825
38826
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 \end_layout
38839
38840 \end_inset
38841 </cell>
38842 <cell alignment="left" valignment="top" usebox="none">
38843 \begin_inset Text
38844
38845 \begin_layout Plain Layout
38846 \begin_inset ERT
38847 status collapsed
38848
38849 \begin_layout Plain Layout
38850
38851
38852 \backslash
38853 fcolorbox{black}{
38854 \end_layout
38855
38856 \end_inset
38857
38858 white
38859 \begin_inset ERT
38860 status collapsed
38861
38862 \begin_layout Plain Layout
38863
38864 }{
38865 \end_layout
38866
38867 \end_inset
38868
38869
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 \end_layout
38882
38883 \end_inset
38884 </cell>
38885 <cell alignment="left" valignment="top" usebox="none">
38886 \begin_inset Text
38887
38888 \begin_layout Plain Layout
38889 \begin_inset ERT
38890 status collapsed
38891
38892 \begin_layout Plain Layout
38893
38894
38895 \backslash
38896 fcolorbox{black}{
38897 \end_layout
38898
38899 \end_inset
38900
38901 white
38902 \begin_inset ERT
38903 status collapsed
38904
38905 \begin_layout Plain Layout
38906
38907 }{
38908 \end_layout
38909
38910 \end_inset
38911
38912
38913 \begin_inset ERT
38914 status collapsed
38915
38916 \begin_layout Plain Layout
38917
38918 }
38919 \end_layout
38920
38921 \end_inset
38922
38923  色名
38924 \end_layout
38925
38926 \end_inset
38927 </cell>
38928 <cell alignment="left" valignment="top" usebox="none">
38929 \begin_inset Text
38930
38931 \begin_layout Plain Layout
38932 \begin_inset ERT
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936
38937
38938 \backslash
38939 fcolorbox{black}{
38940 \end_layout
38941
38942 \end_inset
38943
38944 white
38945 \begin_inset ERT
38946 status collapsed
38947
38948 \begin_layout Plain Layout
38949
38950 }{
38951 \end_layout
38952
38953 \end_inset
38954
38955
38956 \begin_inset ERT
38957 status collapsed
38958
38959 \begin_layout Plain Layout
38960
38961 }
38962 \end_layout
38963
38964 \end_inset
38965
38966  色名
38967 \end_layout
38968
38969 \end_inset
38970 </cell>
38971 </row>
38972 <row>
38973 <cell alignment="center" valignment="top" usebox="none">
38974 \begin_inset Text
38975
38976 \begin_layout Plain Layout
38977 \begin_inset ERT
38978 status collapsed
38979
38980 \begin_layout Plain Layout
38981
38982
38983 \backslash
38984 fcolorbox{black}{
38985 \end_layout
38986
38987 \end_inset
38988
38989 Apricot
38990 \begin_inset ERT
38991 status collapsed
38992
38993 \begin_layout Plain Layout
38994
38995 }{
38996 \end_layout
38997
38998 \end_inset
38999
39000
39001 \begin_inset Phantom Phantom
39002 status open
39003
39004 \begin_layout Plain Layout
39005 W
39006 \end_layout
39007
39008 \end_inset
39009
39010
39011 \begin_inset ERT
39012 status collapsed
39013
39014 \begin_layout Plain Layout
39015
39016 }
39017 \end_layout
39018
39019 \end_inset
39020
39021  Apricot
39022 \end_layout
39023
39024 \end_inset
39025 </cell>
39026 <cell alignment="center" valignment="top" usebox="none">
39027 \begin_inset Text
39028
39029 \begin_layout Plain Layout
39030 \begin_inset ERT
39031 status collapsed
39032
39033 \begin_layout Plain Layout
39034
39035
39036 \backslash
39037 fcolorbox{black}{
39038 \end_layout
39039
39040 \end_inset
39041
39042 Aquamarine
39043 \begin_inset ERT
39044 status collapsed
39045
39046 \begin_layout Plain Layout
39047
39048 }{
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset Phantom Phantom
39055 status open
39056
39057 \begin_layout Plain Layout
39058 W
39059 \end_layout
39060
39061 \end_inset
39062
39063
39064 \begin_inset ERT
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068
39069 }
39070 \end_layout
39071
39072 \end_inset
39073
39074  Aquamarine
39075 \end_layout
39076
39077 \end_inset
39078 </cell>
39079 <cell alignment="center" valignment="top" usebox="none">
39080 \begin_inset Text
39081
39082 \begin_layout Plain Layout
39083 \begin_inset ERT
39084 status collapsed
39085
39086 \begin_layout Plain Layout
39087
39088
39089 \backslash
39090 fcolorbox{black}{
39091 \end_layout
39092
39093 \end_inset
39094
39095 Bittersweet
39096 \begin_inset ERT
39097 status collapsed
39098
39099 \begin_layout Plain Layout
39100
39101 }{
39102 \end_layout
39103
39104 \end_inset
39105
39106
39107 \begin_inset Phantom Phantom
39108 status open
39109
39110 \begin_layout Plain Layout
39111 W
39112 \end_layout
39113
39114 \end_inset
39115
39116
39117 \begin_inset ERT
39118 status collapsed
39119
39120 \begin_layout Plain Layout
39121
39122 }
39123 \end_layout
39124
39125 \end_inset
39126
39127  Bittersweet
39128 \end_layout
39129
39130 \end_inset
39131 </cell>
39132 <cell alignment="center" valignment="top" usebox="none">
39133 \begin_inset Text
39134
39135 \begin_layout Plain Layout
39136 \begin_inset ERT
39137 status collapsed
39138
39139 \begin_layout Plain Layout
39140
39141
39142 \backslash
39143 fcolorbox{black}{
39144 \end_layout
39145
39146 \end_inset
39147
39148 BlueGreen
39149 \begin_inset ERT
39150 status collapsed
39151
39152 \begin_layout Plain Layout
39153
39154 }{
39155 \end_layout
39156
39157 \end_inset
39158
39159
39160 \begin_inset Phantom Phantom
39161 status open
39162
39163 \begin_layout Plain Layout
39164 W
39165 \end_layout
39166
39167 \end_inset
39168
39169
39170 \begin_inset ERT
39171 status collapsed
39172
39173 \begin_layout Plain Layout
39174
39175 }
39176 \end_layout
39177
39178 \end_inset
39179
39180  BlueGreen
39181 \end_layout
39182
39183 \end_inset
39184 </cell>
39185 </row>
39186 <row>
39187 <cell alignment="left" valignment="top" usebox="none">
39188 \begin_inset Text
39189
39190 \begin_layout Plain Layout
39191 \begin_inset ERT
39192 status collapsed
39193
39194 \begin_layout Plain Layout
39195
39196
39197 \backslash
39198 fcolorbox{black}{
39199 \end_layout
39200
39201 \end_inset
39202
39203 BlueViolet
39204 \begin_inset ERT
39205 status collapsed
39206
39207 \begin_layout Plain Layout
39208
39209 }{
39210 \end_layout
39211
39212 \end_inset
39213
39214
39215 \begin_inset Phantom Phantom
39216 status open
39217
39218 \begin_layout Plain Layout
39219 W
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \begin_inset ERT
39226 status collapsed
39227
39228 \begin_layout Plain Layout
39229
39230 }
39231 \end_layout
39232
39233 \end_inset
39234
39235  BlueViolet
39236 \end_layout
39237
39238 \end_inset
39239 </cell>
39240 <cell alignment="left" valignment="top" usebox="none">
39241 \begin_inset Text
39242
39243 \begin_layout Plain Layout
39244 \begin_inset ERT
39245 status collapsed
39246
39247 \begin_layout Plain Layout
39248
39249
39250 \backslash
39251 fcolorbox{black}{
39252 \end_layout
39253
39254 \end_inset
39255
39256 BrickRed
39257 \begin_inset ERT
39258 status collapsed
39259
39260 \begin_layout Plain Layout
39261
39262 }{
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \begin_inset Phantom Phantom
39269 status open
39270
39271 \begin_layout Plain Layout
39272 W
39273 \end_layout
39274
39275 \end_inset
39276
39277
39278 \begin_inset ERT
39279 status collapsed
39280
39281 \begin_layout Plain Layout
39282
39283 }
39284 \end_layout
39285
39286 \end_inset
39287
39288  BrickRed
39289 \end_layout
39290
39291 \end_inset
39292 </cell>
39293 <cell alignment="left" valignment="top" usebox="none">
39294 \begin_inset Text
39295
39296 \begin_layout Plain Layout
39297 \begin_inset ERT
39298 status collapsed
39299
39300 \begin_layout Plain Layout
39301
39302
39303 \backslash
39304 fcolorbox{black}{
39305 \end_layout
39306
39307 \end_inset
39308
39309 Brown
39310 \begin_inset ERT
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314
39315 }{
39316 \end_layout
39317
39318 \end_inset
39319
39320
39321 \begin_inset Phantom Phantom
39322 status open
39323
39324 \begin_layout Plain Layout
39325 W
39326 \end_layout
39327
39328 \end_inset
39329
39330
39331 \begin_inset ERT
39332 status collapsed
39333
39334 \begin_layout Plain Layout
39335
39336 }
39337 \end_layout
39338
39339 \end_inset
39340
39341  Brown
39342 \end_layout
39343
39344 \end_inset
39345 </cell>
39346 <cell alignment="left" valignment="top" usebox="none">
39347 \begin_inset Text
39348
39349 \begin_layout Plain Layout
39350 \begin_inset ERT
39351 status collapsed
39352
39353 \begin_layout Plain Layout
39354
39355
39356 \backslash
39357 fcolorbox{black}{
39358 \end_layout
39359
39360 \end_inset
39361
39362 BurntOrange
39363 \begin_inset ERT
39364 status collapsed
39365
39366 \begin_layout Plain Layout
39367
39368 }{
39369 \end_layout
39370
39371 \end_inset
39372
39373
39374 \begin_inset Phantom Phantom
39375 status open
39376
39377 \begin_layout Plain Layout
39378 W
39379 \end_layout
39380
39381 \end_inset
39382
39383
39384 \begin_inset ERT
39385 status collapsed
39386
39387 \begin_layout Plain Layout
39388
39389 }
39390 \end_layout
39391
39392 \end_inset
39393
39394  BurntOrange
39395 \end_layout
39396
39397 \end_inset
39398 </cell>
39399 </row>
39400 <row>
39401 <cell alignment="left" valignment="top" usebox="none">
39402 \begin_inset Text
39403
39404 \begin_layout Plain Layout
39405 \begin_inset ERT
39406 status collapsed
39407
39408 \begin_layout Plain Layout
39409
39410
39411 \backslash
39412 fcolorbox{black}{
39413 \end_layout
39414
39415 \end_inset
39416
39417 CadetBlue
39418 \begin_inset ERT
39419 status collapsed
39420
39421 \begin_layout Plain Layout
39422
39423 }{
39424 \end_layout
39425
39426 \end_inset
39427
39428
39429 \begin_inset Phantom Phantom
39430 status open
39431
39432 \begin_layout Plain Layout
39433 W
39434 \end_layout
39435
39436 \end_inset
39437
39438
39439 \begin_inset ERT
39440 status collapsed
39441
39442 \begin_layout Plain Layout
39443
39444 }
39445 \end_layout
39446
39447 \end_inset
39448
39449  CadetBlue
39450 \end_layout
39451
39452 \end_inset
39453 </cell>
39454 <cell alignment="left" valignment="top" usebox="none">
39455 \begin_inset Text
39456
39457 \begin_layout Plain Layout
39458 \begin_inset ERT
39459 status collapsed
39460
39461 \begin_layout Plain Layout
39462
39463
39464 \backslash
39465 fcolorbox{black}{
39466 \end_layout
39467
39468 \end_inset
39469
39470 CarnationPink
39471 \begin_inset ERT
39472 status collapsed
39473
39474 \begin_layout Plain Layout
39475
39476 }{
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \begin_inset Phantom Phantom
39483 status open
39484
39485 \begin_layout Plain Layout
39486 W
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \begin_inset ERT
39493 status collapsed
39494
39495 \begin_layout Plain Layout
39496
39497 }
39498 \end_layout
39499
39500 \end_inset
39501
39502  CarnationPink
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 <cell alignment="left" valignment="top" usebox="none">
39508 \begin_inset Text
39509
39510 \begin_layout Plain Layout
39511 \begin_inset ERT
39512 status collapsed
39513
39514 \begin_layout Plain Layout
39515
39516
39517 \backslash
39518 fcolorbox{black}{
39519 \end_layout
39520
39521 \end_inset
39522
39523 Cerulean
39524 \begin_inset ERT
39525 status collapsed
39526
39527 \begin_layout Plain Layout
39528
39529 }{
39530 \end_layout
39531
39532 \end_inset
39533
39534
39535 \begin_inset Phantom Phantom
39536 status open
39537
39538 \begin_layout Plain Layout
39539 W
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \begin_inset ERT
39546 status collapsed
39547
39548 \begin_layout Plain Layout
39549
39550 }
39551 \end_layout
39552
39553 \end_inset
39554
39555  Cerulean
39556 \end_layout
39557
39558 \end_inset
39559 </cell>
39560 <cell alignment="left" valignment="top" usebox="none">
39561 \begin_inset Text
39562
39563 \begin_layout Plain Layout
39564 \begin_inset ERT
39565 status collapsed
39566
39567 \begin_layout Plain Layout
39568
39569
39570 \backslash
39571 fcolorbox{black}{
39572 \end_layout
39573
39574 \end_inset
39575
39576 CornflowerBlue
39577 \begin_inset ERT
39578 status collapsed
39579
39580 \begin_layout Plain Layout
39581
39582 }{
39583 \end_layout
39584
39585 \end_inset
39586
39587
39588 \begin_inset Phantom Phantom
39589 status open
39590
39591 \begin_layout Plain Layout
39592 W
39593 \end_layout
39594
39595 \end_inset
39596
39597
39598 \begin_inset ERT
39599 status collapsed
39600
39601 \begin_layout Plain Layout
39602
39603 }
39604 \end_layout
39605
39606 \end_inset
39607
39608  CornflowerBlue
39609 \end_layout
39610
39611 \end_inset
39612 </cell>
39613 </row>
39614 <row>
39615 <cell alignment="left" valignment="top" usebox="none">
39616 \begin_inset Text
39617
39618 \begin_layout Plain Layout
39619 \begin_inset ERT
39620 status collapsed
39621
39622 \begin_layout Plain Layout
39623
39624
39625 \backslash
39626 fcolorbox{black}{
39627 \end_layout
39628
39629 \end_inset
39630
39631 Dandelion
39632 \begin_inset ERT
39633 status collapsed
39634
39635 \begin_layout Plain Layout
39636
39637 }{
39638 \end_layout
39639
39640 \end_inset
39641
39642
39643 \begin_inset Phantom Phantom
39644 status open
39645
39646 \begin_layout Plain Layout
39647 W
39648 \end_layout
39649
39650 \end_inset
39651
39652
39653 \begin_inset ERT
39654 status collapsed
39655
39656 \begin_layout Plain Layout
39657
39658 }
39659 \end_layout
39660
39661 \end_inset
39662
39663  Dandelion
39664 \end_layout
39665
39666 \end_inset
39667 </cell>
39668 <cell alignment="left" valignment="top" usebox="none">
39669 \begin_inset Text
39670
39671 \begin_layout Plain Layout
39672 \begin_inset ERT
39673 status collapsed
39674
39675 \begin_layout Plain Layout
39676
39677
39678 \backslash
39679 fcolorbox{black}{
39680 \end_layout
39681
39682 \end_inset
39683
39684 DarkOrchid
39685 \begin_inset ERT
39686 status collapsed
39687
39688 \begin_layout Plain Layout
39689
39690 }{
39691 \end_layout
39692
39693 \end_inset
39694
39695
39696 \begin_inset Phantom Phantom
39697 status open
39698
39699 \begin_layout Plain Layout
39700 W
39701 \end_layout
39702
39703 \end_inset
39704
39705
39706 \begin_inset ERT
39707 status collapsed
39708
39709 \begin_layout Plain Layout
39710
39711 }
39712 \end_layout
39713
39714 \end_inset
39715
39716  DarkOrchid
39717 \end_layout
39718
39719 \end_inset
39720 </cell>
39721 <cell alignment="left" valignment="top" usebox="none">
39722 \begin_inset Text
39723
39724 \begin_layout Plain Layout
39725 \begin_inset ERT
39726 status collapsed
39727
39728 \begin_layout Plain Layout
39729
39730
39731 \backslash
39732 fcolorbox{black}{
39733 \end_layout
39734
39735 \end_inset
39736
39737 Emerald
39738 \begin_inset ERT
39739 status collapsed
39740
39741 \begin_layout Plain Layout
39742
39743 }{
39744 \end_layout
39745
39746 \end_inset
39747
39748
39749 \begin_inset Phantom Phantom
39750 status open
39751
39752 \begin_layout Plain Layout
39753 W
39754 \end_layout
39755
39756 \end_inset
39757
39758
39759 \begin_inset ERT
39760 status collapsed
39761
39762 \begin_layout Plain Layout
39763
39764 }
39765 \end_layout
39766
39767 \end_inset
39768
39769  Emerald
39770 \end_layout
39771
39772 \end_inset
39773 </cell>
39774 <cell alignment="left" valignment="top" usebox="none">
39775 \begin_inset Text
39776
39777 \begin_layout Plain Layout
39778 \begin_inset ERT
39779 status collapsed
39780
39781 \begin_layout Plain Layout
39782
39783
39784 \backslash
39785 fcolorbox{black}{
39786 \end_layout
39787
39788 \end_inset
39789
39790 ForestGreen
39791 \begin_inset ERT
39792 status collapsed
39793
39794 \begin_layout Plain Layout
39795
39796 }{
39797 \end_layout
39798
39799 \end_inset
39800
39801
39802 \begin_inset Phantom Phantom
39803 status open
39804
39805 \begin_layout Plain Layout
39806 W
39807 \end_layout
39808
39809 \end_inset
39810
39811
39812 \begin_inset ERT
39813 status collapsed
39814
39815 \begin_layout Plain Layout
39816
39817 }
39818 \end_layout
39819
39820 \end_inset
39821
39822  ForestGreen
39823 \end_layout
39824
39825 \end_inset
39826 </cell>
39827 </row>
39828 <row>
39829 <cell alignment="left" valignment="top" usebox="none">
39830 \begin_inset Text
39831
39832 \begin_layout Plain Layout
39833 \begin_inset ERT
39834 status collapsed
39835
39836 \begin_layout Plain Layout
39837
39838
39839 \backslash
39840 fcolorbox{black}{
39841 \end_layout
39842
39843 \end_inset
39844
39845 Fuchsia
39846 \begin_inset ERT
39847 status collapsed
39848
39849 \begin_layout Plain Layout
39850
39851 }{
39852 \end_layout
39853
39854 \end_inset
39855
39856
39857 \begin_inset Phantom Phantom
39858 status open
39859
39860 \begin_layout Plain Layout
39861 W
39862 \end_layout
39863
39864 \end_inset
39865
39866
39867 \begin_inset ERT
39868 status collapsed
39869
39870 \begin_layout Plain Layout
39871
39872 }
39873 \end_layout
39874
39875 \end_inset
39876
39877  Fuchsia
39878 \end_layout
39879
39880 \end_inset
39881 </cell>
39882 <cell alignment="left" valignment="top" usebox="none">
39883 \begin_inset Text
39884
39885 \begin_layout Plain Layout
39886 \begin_inset ERT
39887 status collapsed
39888
39889 \begin_layout Plain Layout
39890
39891
39892 \backslash
39893 fcolorbox{black}{
39894 \end_layout
39895
39896 \end_inset
39897
39898 Goldenrod
39899 \begin_inset ERT
39900 status collapsed
39901
39902 \begin_layout Plain Layout
39903
39904 }{
39905 \end_layout
39906
39907 \end_inset
39908
39909
39910 \begin_inset Phantom Phantom
39911 status open
39912
39913 \begin_layout Plain Layout
39914 W
39915 \end_layout
39916
39917 \end_inset
39918
39919
39920 \begin_inset ERT
39921 status collapsed
39922
39923 \begin_layout Plain Layout
39924
39925 }
39926 \end_layout
39927
39928 \end_inset
39929
39930  Goldenrod
39931 \end_layout
39932
39933 \end_inset
39934 </cell>
39935 <cell alignment="left" valignment="top" usebox="none">
39936 \begin_inset Text
39937
39938 \begin_layout Plain Layout
39939 \begin_inset ERT
39940 status collapsed
39941
39942 \begin_layout Plain Layout
39943
39944
39945 \backslash
39946 fcolorbox{black}{
39947 \end_layout
39948
39949 \end_inset
39950
39951 Gray
39952 \begin_inset ERT
39953 status collapsed
39954
39955 \begin_layout Plain Layout
39956
39957 }{
39958 \end_layout
39959
39960 \end_inset
39961
39962
39963 \begin_inset Phantom Phantom
39964 status open
39965
39966 \begin_layout Plain Layout
39967 W
39968 \end_layout
39969
39970 \end_inset
39971
39972
39973 \begin_inset ERT
39974 status collapsed
39975
39976 \begin_layout Plain Layout
39977
39978 }
39979 \end_layout
39980
39981 \end_inset
39982
39983  Gray
39984 \end_layout
39985
39986 \end_inset
39987 </cell>
39988 <cell alignment="left" valignment="top" usebox="none">
39989 \begin_inset Text
39990
39991 \begin_layout Plain Layout
39992 \begin_inset ERT
39993 status collapsed
39994
39995 \begin_layout Plain Layout
39996
39997
39998 \backslash
39999 fcolorbox{black}{
40000 \end_layout
40001
40002 \end_inset
40003
40004 GreenYellow
40005 \begin_inset ERT
40006 status collapsed
40007
40008 \begin_layout Plain Layout
40009
40010 }{
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \begin_inset Phantom Phantom
40017 status open
40018
40019 \begin_layout Plain Layout
40020 W
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \begin_inset ERT
40027 status collapsed
40028
40029 \begin_layout Plain Layout
40030
40031 }
40032 \end_layout
40033
40034 \end_inset
40035
40036  GreenYellow
40037 \end_layout
40038
40039 \end_inset
40040 </cell>
40041 </row>
40042 <row>
40043 <cell alignment="center" valignment="top" usebox="none">
40044 \begin_inset Text
40045
40046 \begin_layout Plain Layout
40047 \begin_inset ERT
40048 status collapsed
40049
40050 \begin_layout Plain Layout
40051
40052
40053 \backslash
40054 fcolorbox{black}{
40055 \end_layout
40056
40057 \end_inset
40058
40059 JungleGreen
40060 \begin_inset ERT
40061 status collapsed
40062
40063 \begin_layout Plain Layout
40064
40065 }{
40066 \end_layout
40067
40068 \end_inset
40069
40070
40071 \begin_inset Phantom Phantom
40072 status open
40073
40074 \begin_layout Plain Layout
40075 W
40076 \end_layout
40077
40078 \end_inset
40079
40080
40081 \begin_inset ERT
40082 status collapsed
40083
40084 \begin_layout Plain Layout
40085
40086 }
40087 \end_layout
40088
40089 \end_inset
40090
40091  JungleGreen
40092 \end_layout
40093
40094 \end_inset
40095 </cell>
40096 <cell alignment="center" valignment="top" usebox="none">
40097 \begin_inset Text
40098
40099 \begin_layout Plain Layout
40100 \begin_inset ERT
40101 status collapsed
40102
40103 \begin_layout Plain Layout
40104
40105
40106 \backslash
40107 fcolorbox{black}{
40108 \end_layout
40109
40110 \end_inset
40111
40112 Lavender
40113 \begin_inset ERT
40114 status collapsed
40115
40116 \begin_layout Plain Layout
40117
40118 }{
40119 \end_layout
40120
40121 \end_inset
40122
40123
40124 \begin_inset Phantom Phantom
40125 status open
40126
40127 \begin_layout Plain Layout
40128 W
40129 \end_layout
40130
40131 \end_inset
40132
40133
40134 \begin_inset ERT
40135 status collapsed
40136
40137 \begin_layout Plain Layout
40138
40139 }
40140 \end_layout
40141
40142 \end_inset
40143
40144  Lavender
40145 \end_layout
40146
40147 \end_inset
40148 </cell>
40149 <cell alignment="center" valignment="top" usebox="none">
40150 \begin_inset Text
40151
40152 \begin_layout Plain Layout
40153 \begin_inset ERT
40154 status collapsed
40155
40156 \begin_layout Plain Layout
40157
40158
40159 \backslash
40160 fcolorbox{black}{
40161 \end_layout
40162
40163 \end_inset
40164
40165 LimeGreen
40166 \begin_inset ERT
40167 status collapsed
40168
40169 \begin_layout Plain Layout
40170
40171 }{
40172 \end_layout
40173
40174 \end_inset
40175
40176
40177 \begin_inset Phantom Phantom
40178 status open
40179
40180 \begin_layout Plain Layout
40181 W
40182 \end_layout
40183
40184 \end_inset
40185
40186
40187 \begin_inset ERT
40188 status collapsed
40189
40190 \begin_layout Plain Layout
40191
40192 }
40193 \end_layout
40194
40195 \end_inset
40196
40197  LimeGreen
40198 \end_layout
40199
40200 \end_inset
40201 </cell>
40202 <cell alignment="center" valignment="top" usebox="none">
40203 \begin_inset Text
40204
40205 \begin_layout Plain Layout
40206 \begin_inset ERT
40207 status collapsed
40208
40209 \begin_layout Plain Layout
40210
40211
40212 \backslash
40213 fcolorbox{black}{
40214 \end_layout
40215
40216 \end_inset
40217
40218 Mahogany
40219 \begin_inset ERT
40220 status collapsed
40221
40222 \begin_layout Plain Layout
40223
40224 }{
40225 \end_layout
40226
40227 \end_inset
40228
40229
40230 \begin_inset Phantom Phantom
40231 status open
40232
40233 \begin_layout Plain Layout
40234 W
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \begin_inset ERT
40241 status collapsed
40242
40243 \begin_layout Plain Layout
40244
40245 }
40246 \end_layout
40247
40248 \end_inset
40249
40250  Mahogany
40251 \end_layout
40252
40253 \end_inset
40254 </cell>
40255 </row>
40256 <row>
40257 <cell alignment="left" valignment="top" usebox="none">
40258 \begin_inset Text
40259
40260 \begin_layout Plain Layout
40261 \begin_inset ERT
40262 status collapsed
40263
40264 \begin_layout Plain Layout
40265
40266
40267 \backslash
40268 fcolorbox{black}{
40269 \end_layout
40270
40271 \end_inset
40272
40273 Mahogany
40274 \begin_inset ERT
40275 status collapsed
40276
40277 \begin_layout Plain Layout
40278
40279 }{
40280 \end_layout
40281
40282 \end_inset
40283
40284
40285 \begin_inset Phantom Phantom
40286 status open
40287
40288 \begin_layout Plain Layout
40289 W
40290 \end_layout
40291
40292 \end_inset
40293
40294
40295 \begin_inset ERT
40296 status collapsed
40297
40298 \begin_layout Plain Layout
40299
40300 }
40301 \end_layout
40302
40303 \end_inset
40304
40305  Mahogany
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 <cell alignment="left" valignment="top" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 \begin_inset ERT
40315 status collapsed
40316
40317 \begin_layout Plain Layout
40318
40319
40320 \backslash
40321 fcolorbox{black}{
40322 \end_layout
40323
40324 \end_inset
40325
40326 Maroon
40327 \begin_inset ERT
40328 status collapsed
40329
40330 \begin_layout Plain Layout
40331
40332 }{
40333 \end_layout
40334
40335 \end_inset
40336
40337
40338 \begin_inset Phantom Phantom
40339 status open
40340
40341 \begin_layout Plain Layout
40342 W
40343 \end_layout
40344
40345 \end_inset
40346
40347
40348 \begin_inset ERT
40349 status collapsed
40350
40351 \begin_layout Plain Layout
40352
40353 }
40354 \end_layout
40355
40356 \end_inset
40357
40358  Maroon
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 <cell alignment="left" valignment="top" usebox="none">
40364 \begin_inset Text
40365
40366 \begin_layout Plain Layout
40367 \begin_inset ERT
40368 status collapsed
40369
40370 \begin_layout Plain Layout
40371
40372
40373 \backslash
40374 fcolorbox{black}{
40375 \end_layout
40376
40377 \end_inset
40378
40379 Melon
40380 \begin_inset ERT
40381 status collapsed
40382
40383 \begin_layout Plain Layout
40384
40385 }{
40386 \end_layout
40387
40388 \end_inset
40389
40390
40391 \begin_inset Phantom Phantom
40392 status open
40393
40394 \begin_layout Plain Layout
40395 W
40396 \end_layout
40397
40398 \end_inset
40399
40400
40401 \begin_inset ERT
40402 status collapsed
40403
40404 \begin_layout Plain Layout
40405
40406 }
40407 \end_layout
40408
40409 \end_inset
40410
40411  Melon
40412 \end_layout
40413
40414 \end_inset
40415 </cell>
40416 <cell alignment="left" valignment="top" usebox="none">
40417 \begin_inset Text
40418
40419 \begin_layout Plain Layout
40420 \begin_inset ERT
40421 status collapsed
40422
40423 \begin_layout Plain Layout
40424
40425
40426 \backslash
40427 fcolorbox{black}{
40428 \end_layout
40429
40430 \end_inset
40431
40432 MidnightBlue
40433 \begin_inset ERT
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437
40438 }{
40439 \end_layout
40440
40441 \end_inset
40442
40443
40444 \begin_inset Phantom Phantom
40445 status open
40446
40447 \begin_layout Plain Layout
40448 W
40449 \end_layout
40450
40451 \end_inset
40452
40453
40454 \begin_inset ERT
40455 status collapsed
40456
40457 \begin_layout Plain Layout
40458
40459 }
40460 \end_layout
40461
40462 \end_inset
40463
40464  MidnightBlue
40465 \end_layout
40466
40467 \end_inset
40468 </cell>
40469 </row>
40470 <row>
40471 <cell alignment="left" valignment="top" usebox="none">
40472 \begin_inset Text
40473
40474 \begin_layout Plain Layout
40475 \begin_inset ERT
40476 status collapsed
40477
40478 \begin_layout Plain Layout
40479
40480
40481 \backslash
40482 fcolorbox{black}{
40483 \end_layout
40484
40485 \end_inset
40486
40487 Mulberry
40488 \begin_inset ERT
40489 status collapsed
40490
40491 \begin_layout Plain Layout
40492
40493 }{
40494 \end_layout
40495
40496 \end_inset
40497
40498
40499 \begin_inset Phantom Phantom
40500 status open
40501
40502 \begin_layout Plain Layout
40503 W
40504 \end_layout
40505
40506 \end_inset
40507
40508
40509 \begin_inset ERT
40510 status collapsed
40511
40512 \begin_layout Plain Layout
40513
40514 }
40515 \end_layout
40516
40517 \end_inset
40518
40519  Mulberry
40520 \end_layout
40521
40522 \end_inset
40523 </cell>
40524 <cell alignment="left" valignment="top" usebox="none">
40525 \begin_inset Text
40526
40527 \begin_layout Plain Layout
40528 \begin_inset ERT
40529 status collapsed
40530
40531 \begin_layout Plain Layout
40532
40533
40534 \backslash
40535 fcolorbox{black}{
40536 \end_layout
40537
40538 \end_inset
40539
40540 NavyBlue
40541 \begin_inset ERT
40542 status collapsed
40543
40544 \begin_layout Plain Layout
40545
40546 }{
40547 \end_layout
40548
40549 \end_inset
40550
40551
40552 \begin_inset Phantom Phantom
40553 status open
40554
40555 \begin_layout Plain Layout
40556 W
40557 \end_layout
40558
40559 \end_inset
40560
40561
40562 \begin_inset ERT
40563 status collapsed
40564
40565 \begin_layout Plain Layout
40566
40567 }
40568 \end_layout
40569
40570 \end_inset
40571
40572  NavyBlue
40573 \end_layout
40574
40575 \end_inset
40576 </cell>
40577 <cell alignment="left" valignment="top" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 \begin_inset ERT
40582 status collapsed
40583
40584 \begin_layout Plain Layout
40585
40586
40587 \backslash
40588 fcolorbox{black}{
40589 \end_layout
40590
40591 \end_inset
40592
40593 OliveGreen
40594 \begin_inset ERT
40595 status collapsed
40596
40597 \begin_layout Plain Layout
40598
40599 }{
40600 \end_layout
40601
40602 \end_inset
40603
40604
40605 \begin_inset Phantom Phantom
40606 status open
40607
40608 \begin_layout Plain Layout
40609 W
40610 \end_layout
40611
40612 \end_inset
40613
40614
40615 \begin_inset ERT
40616 status collapsed
40617
40618 \begin_layout Plain Layout
40619
40620 }
40621 \end_layout
40622
40623 \end_inset
40624
40625  OliveGreen
40626 \end_layout
40627
40628 \end_inset
40629 </cell>
40630 <cell alignment="left" valignment="top" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout Plain Layout
40634 \begin_inset ERT
40635 status collapsed
40636
40637 \begin_layout Plain Layout
40638
40639
40640 \backslash
40641 fcolorbox{black}{
40642 \end_layout
40643
40644 \end_inset
40645
40646 Orange
40647 \begin_inset ERT
40648 status collapsed
40649
40650 \begin_layout Plain Layout
40651
40652 }{
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset Phantom Phantom
40659 status open
40660
40661 \begin_layout Plain Layout
40662 W
40663 \end_layout
40664
40665 \end_inset
40666
40667
40668 \begin_inset ERT
40669 status collapsed
40670
40671 \begin_layout Plain Layout
40672
40673 }
40674 \end_layout
40675
40676 \end_inset
40677
40678  Orange
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 </row>
40684 <row>
40685 <cell alignment="left" valignment="top" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 \begin_inset ERT
40690 status collapsed
40691
40692 \begin_layout Plain Layout
40693
40694
40695 \backslash
40696 fcolorbox{black}{
40697 \end_layout
40698
40699 \end_inset
40700
40701 OrangeRed
40702 \begin_inset ERT
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706
40707 }{
40708 \end_layout
40709
40710 \end_inset
40711
40712
40713 \begin_inset Phantom Phantom
40714 status open
40715
40716 \begin_layout Plain Layout
40717 W
40718 \end_layout
40719
40720 \end_inset
40721
40722
40723 \begin_inset ERT
40724 status collapsed
40725
40726 \begin_layout Plain Layout
40727
40728 }
40729 \end_layout
40730
40731 \end_inset
40732
40733  OrangeRed
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 <cell alignment="left" valignment="top" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 \begin_inset ERT
40743 status collapsed
40744
40745 \begin_layout Plain Layout
40746
40747
40748 \backslash
40749 fcolorbox{black}{
40750 \end_layout
40751
40752 \end_inset
40753
40754 Orchid
40755 \begin_inset ERT
40756 status collapsed
40757
40758 \begin_layout Plain Layout
40759
40760 }{
40761 \end_layout
40762
40763 \end_inset
40764
40765
40766 \begin_inset Phantom Phantom
40767 status open
40768
40769 \begin_layout Plain Layout
40770 W
40771 \end_layout
40772
40773 \end_inset
40774
40775
40776 \begin_inset ERT
40777 status collapsed
40778
40779 \begin_layout Plain Layout
40780
40781 }
40782 \end_layout
40783
40784 \end_inset
40785
40786  Orchid
40787 \end_layout
40788
40789 \end_inset
40790 </cell>
40791 <cell alignment="left" valignment="top" usebox="none">
40792 \begin_inset Text
40793
40794 \begin_layout Plain Layout
40795 \begin_inset ERT
40796 status collapsed
40797
40798 \begin_layout Plain Layout
40799
40800
40801 \backslash
40802 fcolorbox{black}{
40803 \end_layout
40804
40805 \end_inset
40806
40807 Peach
40808 \begin_inset ERT
40809 status collapsed
40810
40811 \begin_layout Plain Layout
40812
40813 }{
40814 \end_layout
40815
40816 \end_inset
40817
40818
40819 \begin_inset Phantom Phantom
40820 status open
40821
40822 \begin_layout Plain Layout
40823 W
40824 \end_layout
40825
40826 \end_inset
40827
40828
40829 \begin_inset ERT
40830 status collapsed
40831
40832 \begin_layout Plain Layout
40833
40834 }
40835 \end_layout
40836
40837 \end_inset
40838
40839  Peach
40840 \end_layout
40841
40842 \end_inset
40843 </cell>
40844 <cell alignment="left" valignment="top" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848 \begin_inset ERT
40849 status collapsed
40850
40851 \begin_layout Plain Layout
40852
40853
40854 \backslash
40855 fcolorbox{black}{
40856 \end_layout
40857
40858 \end_inset
40859
40860 Periwinkle
40861 \begin_inset ERT
40862 status collapsed
40863
40864 \begin_layout Plain Layout
40865
40866 }{
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \begin_inset Phantom Phantom
40873 status open
40874
40875 \begin_layout Plain Layout
40876 W
40877 \end_layout
40878
40879 \end_inset
40880
40881
40882 \begin_inset ERT
40883 status collapsed
40884
40885 \begin_layout Plain Layout
40886
40887 }
40888 \end_layout
40889
40890 \end_inset
40891
40892  Periwinkle
40893 \end_layout
40894
40895 \end_inset
40896 </cell>
40897 </row>
40898 <row>
40899 <cell alignment="left" valignment="top" usebox="none">
40900 \begin_inset Text
40901
40902 \begin_layout Plain Layout
40903 \begin_inset ERT
40904 status collapsed
40905
40906 \begin_layout Plain Layout
40907
40908
40909 \backslash
40910 fcolorbox{black}{
40911 \end_layout
40912
40913 \end_inset
40914
40915 PineGreen
40916 \begin_inset ERT
40917 status collapsed
40918
40919 \begin_layout Plain Layout
40920
40921 }{
40922 \end_layout
40923
40924 \end_inset
40925
40926
40927 \begin_inset Phantom Phantom
40928 status open
40929
40930 \begin_layout Plain Layout
40931 W
40932 \end_layout
40933
40934 \end_inset
40935
40936
40937 \begin_inset ERT
40938 status collapsed
40939
40940 \begin_layout Plain Layout
40941
40942 }
40943 \end_layout
40944
40945 \end_inset
40946
40947  PineGreen
40948 \end_layout
40949
40950 \end_inset
40951 </cell>
40952 <cell alignment="left" valignment="top" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 \begin_inset ERT
40957 status collapsed
40958
40959 \begin_layout Plain Layout
40960
40961
40962 \backslash
40963 fcolorbox{black}{
40964 \end_layout
40965
40966 \end_inset
40967
40968 Plum
40969 \begin_inset ERT
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973
40974 }{
40975 \end_layout
40976
40977 \end_inset
40978
40979
40980 \begin_inset Phantom Phantom
40981 status open
40982
40983 \begin_layout Plain Layout
40984 W
40985 \end_layout
40986
40987 \end_inset
40988
40989
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995 }
40996 \end_layout
40997
40998 \end_inset
40999
41000  Plum
41001 \end_layout
41002
41003 \end_inset
41004 </cell>
41005 <cell alignment="left" valignment="top" usebox="none">
41006 \begin_inset Text
41007
41008 \begin_layout Plain Layout
41009 \begin_inset ERT
41010 status collapsed
41011
41012 \begin_layout Plain Layout
41013
41014
41015 \backslash
41016 fcolorbox{black}{
41017 \end_layout
41018
41019 \end_inset
41020
41021 ProcessBlue
41022 \begin_inset ERT
41023 status collapsed
41024
41025 \begin_layout Plain Layout
41026
41027 }{
41028 \end_layout
41029
41030 \end_inset
41031
41032
41033 \begin_inset Phantom Phantom
41034 status open
41035
41036 \begin_layout Plain Layout
41037 W
41038 \end_layout
41039
41040 \end_inset
41041
41042
41043 \begin_inset ERT
41044 status collapsed
41045
41046 \begin_layout Plain Layout
41047
41048 }
41049 \end_layout
41050
41051 \end_inset
41052
41053  ProcessBlue
41054 \end_layout
41055
41056 \end_inset
41057 </cell>
41058 <cell alignment="left" valignment="top" usebox="none">
41059 \begin_inset Text
41060
41061 \begin_layout Plain Layout
41062 \begin_inset ERT
41063 status collapsed
41064
41065 \begin_layout Plain Layout
41066
41067
41068 \backslash
41069 fcolorbox{black}{
41070 \end_layout
41071
41072 \end_inset
41073
41074 Purple
41075 \begin_inset ERT
41076 status collapsed
41077
41078 \begin_layout Plain Layout
41079
41080 }{
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \begin_inset Phantom Phantom
41087 status open
41088
41089 \begin_layout Plain Layout
41090 W
41091 \end_layout
41092
41093 \end_inset
41094
41095
41096 \begin_inset ERT
41097 status collapsed
41098
41099 \begin_layout Plain Layout
41100
41101 }
41102 \end_layout
41103
41104 \end_inset
41105
41106  Purple
41107 \end_layout
41108
41109 \end_inset
41110 </cell>
41111 </row>
41112 <row>
41113 <cell alignment="left" valignment="top" usebox="none">
41114 \begin_inset Text
41115
41116 \begin_layout Plain Layout
41117 \begin_inset ERT
41118 status collapsed
41119
41120 \begin_layout Plain Layout
41121
41122
41123 \backslash
41124 fcolorbox{black}{
41125 \end_layout
41126
41127 \end_inset
41128
41129 RawSienna
41130 \begin_inset ERT
41131 status collapsed
41132
41133 \begin_layout Plain Layout
41134
41135 }{
41136 \end_layout
41137
41138 \end_inset
41139
41140
41141 \begin_inset Phantom Phantom
41142 status open
41143
41144 \begin_layout Plain Layout
41145 W
41146 \end_layout
41147
41148 \end_inset
41149
41150
41151 \begin_inset ERT
41152 status collapsed
41153
41154 \begin_layout Plain Layout
41155
41156 }
41157 \end_layout
41158
41159 \end_inset
41160
41161  RawSienna
41162 \end_layout
41163
41164 \end_inset
41165 </cell>
41166 <cell alignment="left" valignment="top" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 \begin_inset ERT
41171 status collapsed
41172
41173 \begin_layout Plain Layout
41174
41175
41176 \backslash
41177 fcolorbox{black}{
41178 \end_layout
41179
41180 \end_inset
41181
41182 RedOrange
41183 \begin_inset ERT
41184 status collapsed
41185
41186 \begin_layout Plain Layout
41187
41188 }{
41189 \end_layout
41190
41191 \end_inset
41192
41193
41194 \begin_inset Phantom Phantom
41195 status open
41196
41197 \begin_layout Plain Layout
41198 W
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \begin_inset ERT
41205 status collapsed
41206
41207 \begin_layout Plain Layout
41208
41209 }
41210 \end_layout
41211
41212 \end_inset
41213
41214  RedOrange
41215 \end_layout
41216
41217 \end_inset
41218 </cell>
41219 <cell alignment="left" valignment="top" usebox="none">
41220 \begin_inset Text
41221
41222 \begin_layout Plain Layout
41223 \begin_inset ERT
41224 status collapsed
41225
41226 \begin_layout Plain Layout
41227
41228
41229 \backslash
41230 fcolorbox{black}{
41231 \end_layout
41232
41233 \end_inset
41234
41235 RedViolet
41236 \begin_inset ERT
41237 status collapsed
41238
41239 \begin_layout Plain Layout
41240
41241 }{
41242 \end_layout
41243
41244 \end_inset
41245
41246
41247 \begin_inset Phantom Phantom
41248 status open
41249
41250 \begin_layout Plain Layout
41251 W
41252 \end_layout
41253
41254 \end_inset
41255
41256
41257 \begin_inset ERT
41258 status collapsed
41259
41260 \begin_layout Plain Layout
41261
41262 }
41263 \end_layout
41264
41265 \end_inset
41266
41267  RedViolet
41268 \end_layout
41269
41270 \end_inset
41271 </cell>
41272 <cell alignment="left" valignment="top" usebox="none">
41273 \begin_inset Text
41274
41275 \begin_layout Plain Layout
41276 \begin_inset ERT
41277 status collapsed
41278
41279 \begin_layout Plain Layout
41280
41281
41282 \backslash
41283 fcolorbox{black}{
41284 \end_layout
41285
41286 \end_inset
41287
41288 Rhodamine
41289 \begin_inset ERT
41290 status collapsed
41291
41292 \begin_layout Plain Layout
41293
41294 }{
41295 \end_layout
41296
41297 \end_inset
41298
41299
41300 \begin_inset Phantom Phantom
41301 status open
41302
41303 \begin_layout Plain Layout
41304 W
41305 \end_layout
41306
41307 \end_inset
41308
41309
41310 \begin_inset ERT
41311 status collapsed
41312
41313 \begin_layout Plain Layout
41314
41315 }
41316 \end_layout
41317
41318 \end_inset
41319
41320  Rhodamine
41321 \end_layout
41322
41323 \end_inset
41324 </cell>
41325 </row>
41326 <row>
41327 <cell alignment="left" valignment="top" usebox="none">
41328 \begin_inset Text
41329
41330 \begin_layout Plain Layout
41331 \begin_inset ERT
41332 status collapsed
41333
41334 \begin_layout Plain Layout
41335
41336
41337 \backslash
41338 fcolorbox{black}{
41339 \end_layout
41340
41341 \end_inset
41342
41343 RoyalBlue
41344 \begin_inset ERT
41345 status collapsed
41346
41347 \begin_layout Plain Layout
41348
41349 }{
41350 \end_layout
41351
41352 \end_inset
41353
41354
41355 \begin_inset Phantom Phantom
41356 status open
41357
41358 \begin_layout Plain Layout
41359 W
41360 \end_layout
41361
41362 \end_inset
41363
41364
41365 \begin_inset ERT
41366 status collapsed
41367
41368 \begin_layout Plain Layout
41369
41370 }
41371 \end_layout
41372
41373 \end_inset
41374
41375  RoyalBlue
41376 \end_layout
41377
41378 \end_inset
41379 </cell>
41380 <cell alignment="left" valignment="top" usebox="none">
41381 \begin_inset Text
41382
41383 \begin_layout Plain Layout
41384 \begin_inset ERT
41385 status collapsed
41386
41387 \begin_layout Plain Layout
41388
41389
41390 \backslash
41391 fcolorbox{black}{
41392 \end_layout
41393
41394 \end_inset
41395
41396 RoyalPurple
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402 }{
41403 \end_layout
41404
41405 \end_inset
41406
41407
41408 \begin_inset Phantom Phantom
41409 status open
41410
41411 \begin_layout Plain Layout
41412 W
41413 \end_layout
41414
41415 \end_inset
41416
41417
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423 }
41424 \end_layout
41425
41426 \end_inset
41427
41428  RoyalPurple
41429 \end_layout
41430
41431 \end_inset
41432 </cell>
41433 <cell alignment="left" valignment="top" usebox="none">
41434 \begin_inset Text
41435
41436 \begin_layout Plain Layout
41437 \begin_inset ERT
41438 status collapsed
41439
41440 \begin_layout Plain Layout
41441
41442
41443 \backslash
41444 fcolorbox{black}{
41445 \end_layout
41446
41447 \end_inset
41448
41449 RubineRed
41450 \begin_inset ERT
41451 status collapsed
41452
41453 \begin_layout Plain Layout
41454
41455 }{
41456 \end_layout
41457
41458 \end_inset
41459
41460
41461 \begin_inset Phantom Phantom
41462 status open
41463
41464 \begin_layout Plain Layout
41465 W
41466 \end_layout
41467
41468 \end_inset
41469
41470
41471 \begin_inset ERT
41472 status collapsed
41473
41474 \begin_layout Plain Layout
41475
41476 }
41477 \end_layout
41478
41479 \end_inset
41480
41481  RubineRed
41482 \end_layout
41483
41484 \end_inset
41485 </cell>
41486 <cell alignment="left" valignment="top" usebox="none">
41487 \begin_inset Text
41488
41489 \begin_layout Plain Layout
41490 \begin_inset ERT
41491 status collapsed
41492
41493 \begin_layout Plain Layout
41494
41495
41496 \backslash
41497 fcolorbox{black}{
41498 \end_layout
41499
41500 \end_inset
41501
41502 Salmon
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508 }{
41509 \end_layout
41510
41511 \end_inset
41512
41513
41514 \begin_inset Phantom Phantom
41515 status open
41516
41517 \begin_layout Plain Layout
41518 W
41519 \end_layout
41520
41521 \end_inset
41522
41523
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529 }
41530 \end_layout
41531
41532 \end_inset
41533
41534  Salmon
41535 \end_layout
41536
41537 \end_inset
41538 </cell>
41539 </row>
41540 <row>
41541 <cell alignment="left" valignment="top" usebox="none">
41542 \begin_inset Text
41543
41544 \begin_layout Plain Layout
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550
41551 \backslash
41552 fcolorbox{black}{
41553 \end_layout
41554
41555 \end_inset
41556
41557 SeaGreen
41558 \begin_inset ERT
41559 status collapsed
41560
41561 \begin_layout Plain Layout
41562
41563 }{
41564 \end_layout
41565
41566 \end_inset
41567
41568
41569 \begin_inset Phantom Phantom
41570 status open
41571
41572 \begin_layout Plain Layout
41573 W
41574 \end_layout
41575
41576 \end_inset
41577
41578
41579 \begin_inset ERT
41580 status collapsed
41581
41582 \begin_layout Plain Layout
41583
41584 }
41585 \end_layout
41586
41587 \end_inset
41588
41589  SeaGreen
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 <cell alignment="left" valignment="top" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598 \begin_inset ERT
41599 status collapsed
41600
41601 \begin_layout Plain Layout
41602
41603
41604 \backslash
41605 fcolorbox{black}{
41606 \end_layout
41607
41608 \end_inset
41609
41610 Sepia
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }{
41617 \end_layout
41618
41619 \end_inset
41620
41621
41622 \begin_inset Phantom Phantom
41623 status open
41624
41625 \begin_layout Plain Layout
41626 W
41627 \end_layout
41628
41629 \end_inset
41630
41631
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637 }
41638 \end_layout
41639
41640 \end_inset
41641
41642  Sepia
41643 \end_layout
41644
41645 \end_inset
41646 </cell>
41647 <cell alignment="left" valignment="top" usebox="none">
41648 \begin_inset Text
41649
41650 \begin_layout Plain Layout
41651 \begin_inset ERT
41652 status collapsed
41653
41654 \begin_layout Plain Layout
41655
41656
41657 \backslash
41658 fcolorbox{black}{
41659 \end_layout
41660
41661 \end_inset
41662
41663 SkyBlue
41664 \begin_inset ERT
41665 status collapsed
41666
41667 \begin_layout Plain Layout
41668
41669 }{
41670 \end_layout
41671
41672 \end_inset
41673
41674
41675 \begin_inset Phantom Phantom
41676 status open
41677
41678 \begin_layout Plain Layout
41679 W
41680 \end_layout
41681
41682 \end_inset
41683
41684
41685 \begin_inset ERT
41686 status collapsed
41687
41688 \begin_layout Plain Layout
41689
41690 }
41691 \end_layout
41692
41693 \end_inset
41694
41695  SkyBlue
41696 \end_layout
41697
41698 \end_inset
41699 </cell>
41700 <cell alignment="left" valignment="top" usebox="none">
41701 \begin_inset Text
41702
41703 \begin_layout Plain Layout
41704 \begin_inset ERT
41705 status collapsed
41706
41707 \begin_layout Plain Layout
41708
41709
41710 \backslash
41711 fcolorbox{black}{
41712 \end_layout
41713
41714 \end_inset
41715
41716 SpringGreen
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722 }{
41723 \end_layout
41724
41725 \end_inset
41726
41727
41728 \begin_inset Phantom Phantom
41729 status open
41730
41731 \begin_layout Plain Layout
41732 W
41733 \end_layout
41734
41735 \end_inset
41736
41737
41738 \begin_inset ERT
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742
41743 }
41744 \end_layout
41745
41746 \end_inset
41747
41748  SpringGreen
41749 \end_layout
41750
41751 \end_inset
41752 </cell>
41753 </row>
41754 <row>
41755 <cell alignment="left" valignment="top" usebox="none">
41756 \begin_inset Text
41757
41758 \begin_layout Plain Layout
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764
41765 \backslash
41766 fcolorbox{black}{
41767 \end_layout
41768
41769 \end_inset
41770
41771 Tan
41772 \begin_inset ERT
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776
41777 }{
41778 \end_layout
41779
41780 \end_inset
41781
41782
41783 \begin_inset Phantom Phantom
41784 status open
41785
41786 \begin_layout Plain Layout
41787 W
41788 \end_layout
41789
41790 \end_inset
41791
41792
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798 }
41799 \end_layout
41800
41801 \end_inset
41802
41803  Tan
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 <cell alignment="left" valignment="top" usebox="none">
41809 \begin_inset Text
41810
41811 \begin_layout Plain Layout
41812 \begin_inset ERT
41813 status collapsed
41814
41815 \begin_layout Plain Layout
41816
41817
41818 \backslash
41819 fcolorbox{black}{
41820 \end_layout
41821
41822 \end_inset
41823
41824 TealBlue
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830 }{
41831 \end_layout
41832
41833 \end_inset
41834
41835
41836 \begin_inset Phantom Phantom
41837 status open
41838
41839 \begin_layout Plain Layout
41840 W
41841 \end_layout
41842
41843 \end_inset
41844
41845
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851 }
41852 \end_layout
41853
41854 \end_inset
41855
41856  TealBlue
41857 \end_layout
41858
41859 \end_inset
41860 </cell>
41861 <cell alignment="left" valignment="top" usebox="none">
41862 \begin_inset Text
41863
41864 \begin_layout Plain Layout
41865 \begin_inset ERT
41866 status collapsed
41867
41868 \begin_layout Plain Layout
41869
41870
41871 \backslash
41872 fcolorbox{black}{
41873 \end_layout
41874
41875 \end_inset
41876
41877 Thistle
41878 \begin_inset ERT
41879 status collapsed
41880
41881 \begin_layout Plain Layout
41882
41883 }{
41884 \end_layout
41885
41886 \end_inset
41887
41888
41889 \begin_inset Phantom Phantom
41890 status open
41891
41892 \begin_layout Plain Layout
41893 W
41894 \end_layout
41895
41896 \end_inset
41897
41898
41899 \begin_inset ERT
41900 status collapsed
41901
41902 \begin_layout Plain Layout
41903
41904 }
41905 \end_layout
41906
41907 \end_inset
41908
41909  Thistle
41910 \end_layout
41911
41912 \end_inset
41913 </cell>
41914 <cell alignment="left" valignment="top" usebox="none">
41915 \begin_inset Text
41916
41917 \begin_layout Plain Layout
41918 \begin_inset ERT
41919 status collapsed
41920
41921 \begin_layout Plain Layout
41922
41923
41924 \backslash
41925 fcolorbox{black}{
41926 \end_layout
41927
41928 \end_inset
41929
41930 Turquoise
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936 }{
41937 \end_layout
41938
41939 \end_inset
41940
41941
41942 \begin_inset Phantom Phantom
41943 status open
41944
41945 \begin_layout Plain Layout
41946 W
41947 \end_layout
41948
41949 \end_inset
41950
41951
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957 }
41958 \end_layout
41959
41960 \end_inset
41961
41962  Turquoise
41963 \end_layout
41964
41965 \end_inset
41966 </cell>
41967 </row>
41968 <row>
41969 <cell alignment="left" valignment="top" usebox="none">
41970 \begin_inset Text
41971
41972 \begin_layout Plain Layout
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978
41979 \backslash
41980 fcolorbox{black}{
41981 \end_layout
41982
41983 \end_inset
41984
41985 Violet
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991 }{
41992 \end_layout
41993
41994 \end_inset
41995
41996
41997 \begin_inset Phantom Phantom
41998 status open
41999
42000 \begin_layout Plain Layout
42001 W
42002 \end_layout
42003
42004 \end_inset
42005
42006
42007 \begin_inset ERT
42008 status collapsed
42009
42010 \begin_layout Plain Layout
42011
42012 }
42013 \end_layout
42014
42015 \end_inset
42016
42017  Violet
42018 \end_layout
42019
42020 \end_inset
42021 </cell>
42022 <cell alignment="left" valignment="top" usebox="none">
42023 \begin_inset Text
42024
42025 \begin_layout Plain Layout
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031
42032 \backslash
42033 fcolorbox{black}{
42034 \end_layout
42035
42036 \end_inset
42037
42038 VioletRed
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044 }{
42045 \end_layout
42046
42047 \end_inset
42048
42049
42050 \begin_inset Phantom Phantom
42051 status open
42052
42053 \begin_layout Plain Layout
42054 W
42055 \end_layout
42056
42057 \end_inset
42058
42059
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065 }
42066 \end_layout
42067
42068 \end_inset
42069
42070  VioletRed
42071 \end_layout
42072
42073 \end_inset
42074 </cell>
42075 <cell alignment="left" valignment="top" usebox="none">
42076 \begin_inset Text
42077
42078 \begin_layout Plain Layout
42079 \begin_inset ERT
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083
42084
42085 \backslash
42086 fcolorbox{black}{
42087 \end_layout
42088
42089 \end_inset
42090
42091 WildStrawberry
42092 \begin_inset ERT
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096
42097 }{
42098 \end_layout
42099
42100 \end_inset
42101
42102
42103 \begin_inset Phantom Phantom
42104 status open
42105
42106 \begin_layout Plain Layout
42107 W
42108 \end_layout
42109
42110 \end_inset
42111
42112
42113 \begin_inset ERT
42114 status collapsed
42115
42116 \begin_layout Plain Layout
42117
42118 }
42119 \end_layout
42120
42121 \end_inset
42122
42123  WildStrawberry
42124 \end_layout
42125
42126 \end_inset
42127 </cell>
42128 <cell alignment="left" valignment="top" usebox="none">
42129 \begin_inset Text
42130
42131 \begin_layout Plain Layout
42132 \begin_inset ERT
42133 status collapsed
42134
42135 \begin_layout Plain Layout
42136
42137
42138 \backslash
42139 fcolorbox{black}{
42140 \end_layout
42141
42142 \end_inset
42143
42144 YellowGreen
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150 }{
42151 \end_layout
42152
42153 \end_inset
42154
42155
42156 \begin_inset Phantom Phantom
42157 status open
42158
42159 \begin_layout Plain Layout
42160 W
42161 \end_layout
42162
42163 \end_inset
42164
42165
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171 }
42172 \end_layout
42173
42174 \end_inset
42175
42176  YellowGreen
42177 \end_layout
42178
42179 \end_inset
42180 </cell>
42181 </row>
42182 <row>
42183 <cell alignment="left" valignment="top" usebox="none">
42184 \begin_inset Text
42185
42186 \begin_layout Plain Layout
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192
42193 \backslash
42194 fcolorbox{black}{
42195 \end_layout
42196
42197 \end_inset
42198
42199 YellowOrange
42200 \begin_inset ERT
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204
42205 }{
42206 \end_layout
42207
42208 \end_inset
42209
42210
42211 \begin_inset Phantom Phantom
42212 status open
42213
42214 \begin_layout Plain Layout
42215 W
42216 \end_layout
42217
42218 \end_inset
42219
42220
42221 \begin_inset ERT
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225
42226 }
42227 \end_layout
42228
42229 \end_inset
42230
42231  YellowOrange
42232 \end_layout
42233
42234 \end_inset
42235 </cell>
42236 <cell alignment="left" valignment="top" usebox="none">
42237 \begin_inset Text
42238
42239 \begin_layout Plain Layout
42240
42241 \end_layout
42242
42243 \end_inset
42244 </cell>
42245 <cell alignment="left" valignment="top" usebox="none">
42246 \begin_inset Text
42247
42248 \begin_layout Plain Layout
42249
42250 \end_layout
42251
42252 \end_inset
42253 </cell>
42254 <cell alignment="left" valignment="top" usebox="none">
42255 \begin_inset Text
42256
42257 \begin_layout Plain Layout
42258
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 </row>
42264 </lyxtabular>
42265
42266 \end_inset
42267
42268
42269 \end_layout
42270
42271 \begin_layout Chapter
42272 第(
42273 \begin_inset CommandInset ref
42274 LatexCommand ref
42275 reference "eq:Wgn"
42276
42277 \end_inset
42278
42279 )式の説明
42280 \begin_inset CommandInset label
42281 LatexCommand label
42282 name "cha:式の説明"
42283
42284 \end_inset
42285
42286
42287 \end_layout
42288
42289 \begin_layout Standard
42290 \begin_inset Formula $n$
42291 \end_inset
42292
42293 個の表セルの全幅
42294 \begin_inset Formula $W_{\mathrm{tot\, n}}$
42295 \end_inset
42296
42297
42298 \begin_inset Formula 
42299 \begin{equation}
42300 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42301 \end{equation}
42302
42303 \end_inset
42304
42305
42306 \end_layout
42307
42308 \begin_layout Standard
42309 で計算できます。ここで
42310 \begin_inset Formula $W_{g\, n}$
42311 \end_inset
42312
42313 は、すべてのセルが持つ固定幅です。
42314 \series bold
42315
42316 \backslash
42317 tabcolsep
42318 \series default
42319 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42320 \begin_inset space \thinspace{}
42321 \end_inset
42322
42323 ptです。
42324 \series bold
42325
42326 \backslash
42327 arrayrulewidth
42328 \series default
42329 は、セル罫線幅であり、既定値は0.4
42330 \begin_inset space \thinspace{}
42331 \end_inset
42332
42333 ptです。
42334 \end_layout
42335
42336 \begin_layout Standard
42337
42338 \begin_inset CommandInset ref
42339 LatexCommand eqref
42340 reference "eq:Wtot_n"
42341
42342 \end_inset
42343
42344 式にしたがえば、連結列の全幅
42345 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
42346 \end_inset
42347
42348
42349 \begin_inset Formula 
42350 \begin{equation}
42351 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42352 \end{equation}
42353
42354 \end_inset
42355
42356
42357 \end_layout
42358
42359 \begin_layout Standard
42360 となります。
42361 \begin_inset Formula $n$
42362 \end_inset
42363
42364 列を連結する時には各列の全幅は
42365 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
42366 \end_inset
42367
42368 となるので、第
42369 \begin_inset CommandInset ref
42370 LatexCommand eqref
42371 reference "eq:Wtot_n"
42372
42373 \end_inset
42374
42375 式と第
42376 \begin_inset CommandInset ref
42377 LatexCommand eqref
42378 reference "eq:Wtot_mult"
42379
42380 \end_inset
42381
42382 式が等しいものと置けば、必要となる固定幅
42383 \begin_inset Formula $W_{g\, n}$
42384 \end_inset
42385
42386 を計算することができて、
42387 \begin_inset Formula 
42388 \begin{equation}
42389 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42390 \end{equation}
42391
42392 \end_inset
42393
42394 となります。
42395 \end_layout
42396
42397 \begin_layout Bibliography
42398 \labelwidthstring 参考文献
42399 \begin_inset CommandInset bibitem
42400 LatexCommand bibitem
42401 key "latexcompanion"
42402
42403 \end_inset
42404
42405 Frank Mittelbach and Michel Goossens: 
42406 \emph on
42407 The LaTeX Companion Second Edition.
42408
42409 \emph default
42410  Addison-Wesley, 2004
42411 \end_layout
42412
42413 \begin_layout Bibliography
42414 \labelwidthstring 参考文献
42415 \begin_inset CommandInset bibitem
42416 LatexCommand bibitem
42417 key "latexguide"
42418
42419 \end_inset
42420
42421 Helmut Kopka and Patrick W.
42422  Daly: 
42423 \emph on
42424 A Guide to LaTeX Fourth Edition.
42425
42426 \emph default
42427  Addison-Wesley, 2003
42428 \end_layout
42429
42430 \begin_layout Bibliography
42431 \labelwidthstring 参考文献
42432 \begin_inset CommandInset bibitem
42433 LatexCommand bibitem
42434 key "latexbook"
42435
42436 \end_inset
42437
42438 Leslie Lamport: 
42439 \emph on
42440 LaTeX: A Document Preparation System.
42441
42442 \emph default
42443  Addison-Wesley, second edition, 1994
42444 \end_layout
42445
42446 \begin_layout Bibliography
42447 \labelwidthstring 参考文献
42448 \begin_inset CommandInset bibitem
42449 LatexCommand bibitem
42450 key "arydshln"
42451
42452 \end_inset
42453
42454 LaTeXパッケージ
42455 \series bold
42456
42457 \begin_inset CommandInset href
42458 LatexCommand href
42459 name "arydshln"
42460 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42461
42462 \end_inset
42463
42464
42465 \series default
42466
42467 \begin_inset Index idx
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
42472 \end_layout
42473
42474 \end_inset
42475
42476
42477 \end_layout
42478
42479 \begin_layout Bibliography
42480 \labelwidthstring 参考文献
42481 \begin_inset CommandInset bibitem
42482 LatexCommand bibitem
42483 key "booktabs"
42484
42485 \end_inset
42486
42487 LaTeXパッケージ
42488 \series bold
42489
42490 \begin_inset CommandInset href
42491 LatexCommand href
42492 name "booktabs"
42493 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42494
42495 \end_inset
42496
42497
42498 \series default
42499
42500 \begin_inset Index idx
42501 status collapsed
42502
42503 \begin_layout Plain Layout
42504 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
42505 \end_layout
42506
42507 \end_inset
42508
42509 の取扱説明書
42510 \end_layout
42511
42512 \begin_layout Bibliography
42513 \labelwidthstring 参考文献
42514 \begin_inset CommandInset bibitem
42515 LatexCommand bibitem
42516 key "caption"
42517
42518 \end_inset
42519
42520 LaTeXパッケージ
42521 \series bold
42522
42523 \begin_inset CommandInset href
42524 LatexCommand href
42525 name "caption"
42526 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42527
42528 \end_inset
42529
42530
42531 \series default
42532
42533 \begin_inset Index idx
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537 LaTeXぱっけーじ@LaTeXパッケージ ! caption
42538 \end_layout
42539
42540 \end_inset
42541
42542 の取扱説明書
42543 \end_layout
42544
42545 \begin_layout Bibliography
42546 \labelwidthstring 参考文献
42547 \begin_inset CommandInset bibitem
42548 LatexCommand bibitem
42549 key "diagbox"
42550
42551 \end_inset
42552
42553 LaTeXパッケージ
42554 \series bold
42555
42556 \begin_inset CommandInset href
42557 LatexCommand href
42558 name "diagbox"
42559 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42560
42561 \end_inset
42562
42563
42564 \series default
42565
42566 \begin_inset Index idx
42567 status collapsed
42568
42569 \begin_layout Plain Layout
42570 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
42571 \end_layout
42572
42573 \end_inset
42574
42575
42576 \end_layout
42577
42578 \begin_layout Bibliography
42579 \labelwidthstring 参考文献
42580 \begin_inset CommandInset bibitem
42581 LatexCommand bibitem
42582 key "endfloat"
42583
42584 \end_inset
42585
42586 LaTeXパッケージ
42587 \series bold
42588
42589 \begin_inset CommandInset href
42590 LatexCommand href
42591 name "endfloat"
42592 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42593
42594 \end_inset
42595
42596
42597 \series default
42598
42599 \begin_inset Index idx
42600 status collapsed
42601
42602 \begin_layout Plain Layout
42603 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
42604 \end_layout
42605
42606 \end_inset
42607
42608 の取扱説明書
42609 \end_layout
42610
42611 \begin_layout Bibliography
42612 \labelwidthstring 参考文献
42613 \begin_inset CommandInset bibitem
42614 LatexCommand bibitem
42615 key "footmisc"
42616
42617 \end_inset
42618
42619 LaTeXパッケージ
42620 \series bold
42621
42622 \begin_inset CommandInset href
42623 LatexCommand href
42624 name "footmisc"
42625 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42626
42627 \end_inset
42628
42629
42630 \series default
42631
42632 \begin_inset Index idx
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42637 \end_layout
42638
42639 \end_inset
42640
42641 の取扱説明書
42642 \end_layout
42643
42644 \begin_layout Bibliography
42645 \labelwidthstring 参考文献
42646 \begin_inset CommandInset bibitem
42647 LatexCommand bibitem
42648 key "hypcap"
42649
42650 \end_inset
42651
42652 LaTeXパッケージ
42653 \series bold
42654
42655 \begin_inset CommandInset href
42656 LatexCommand href
42657 name "hypcap"
42658 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42659
42660 \end_inset
42661
42662
42663 \series default
42664
42665 \begin_inset Index idx
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42670 \end_layout
42671
42672 \end_inset
42673
42674 の取扱説明書
42675 \end_layout
42676
42677 \begin_layout Bibliography
42678 \labelwidthstring 参考文献
42679 \begin_inset CommandInset bibitem
42680 LatexCommand bibitem
42681 key "hyperref"
42682
42683 \end_inset
42684
42685 LaTeXパッケージ
42686 \series bold
42687
42688 \begin_inset CommandInset href
42689 LatexCommand href
42690 name "hyperref"
42691 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42692
42693 \end_inset
42694
42695
42696 \series default
42697
42698 \begin_inset Index idx
42699 status collapsed
42700
42701 \begin_layout Plain Layout
42702 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42703 \end_layout
42704
42705 \end_inset
42706
42707 の取扱説明書
42708 \end_layout
42709
42710 \begin_layout Bibliography
42711 \labelwidthstring 参考文献
42712 \begin_inset CommandInset bibitem
42713 LatexCommand bibitem
42714 key "KOMA-script"
42715
42716 \end_inset
42717
42718 LaTeXパッケージ
42719 \series bold
42720
42721 \begin_inset CommandInset href
42722 LatexCommand href
42723 name "KOMA-script"
42724 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
42725
42726 \end_inset
42727
42728
42729 \series default
42730
42731 \begin_inset Index idx
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42736 \end_layout
42737
42738 \end_inset
42739
42740 の取扱説明書
42741 \end_layout
42742
42743 \begin_layout Bibliography
42744 \labelwidthstring 参考文献
42745 \begin_inset CommandInset bibitem
42746 LatexCommand bibitem
42747 key "lettrine"
42748
42749 \end_inset
42750
42751 LaTeXパッケージ
42752 \series bold
42753
42754 \begin_inset CommandInset href
42755 LatexCommand href
42756 name "lettrine"
42757 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42758
42759 \end_inset
42760
42761
42762 \series default
42763 及び
42764 \begin_inset CommandInset href
42765 LatexCommand href
42766 name "用例"
42767 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42768
42769 \end_inset
42770
42771
42772 \begin_inset Index idx
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \end_layout
42783
42784 \begin_layout Bibliography
42785 \labelwidthstring 参考文献
42786 \begin_inset CommandInset bibitem
42787 LatexCommand bibitem
42788 key "listings"
42789
42790 \end_inset
42791
42792 LaTeXパッケージ
42793 \series bold
42794
42795 \begin_inset CommandInset href
42796 LatexCommand href
42797 name "listings"
42798 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42799
42800 \end_inset
42801
42802
42803 \series default
42804
42805 \begin_inset Index idx
42806 status collapsed
42807
42808 \begin_layout Plain Layout
42809 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42810 \end_layout
42811
42812 \end_inset
42813
42814 の取扱説明書
42815 \end_layout
42816
42817 \begin_layout Bibliography
42818 \labelwidthstring 参考文献
42819 \begin_inset CommandInset bibitem
42820 LatexCommand bibitem
42821 key "marginnote"
42822
42823 \end_inset
42824
42825 LaTeXパッケージ
42826 \series bold
42827
42828 \begin_inset CommandInset href
42829 LatexCommand href
42830 name "marginnote"
42831 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42832
42833 \end_inset
42834
42835
42836 \series default
42837
42838 \begin_inset Index idx
42839 status collapsed
42840
42841 \begin_layout Plain Layout
42842 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42843 \end_layout
42844
42845 \end_inset
42846
42847 の取扱説明書
42848 \end_layout
42849
42850 \begin_layout Bibliography
42851 \labelwidthstring 参考文献
42852 \begin_inset CommandInset bibitem
42853 LatexCommand bibitem
42854 key "pdfpages"
42855
42856 \end_inset
42857
42858 LaTeXパッケージ
42859 \series bold
42860
42861 \begin_inset CommandInset href
42862 LatexCommand href
42863 name "pdfpages"
42864 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42865
42866 \end_inset
42867
42868
42869 \series default
42870
42871 \begin_inset Index idx
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42876 \end_layout
42877
42878 \end_inset
42879
42880 の取扱説明書
42881 \end_layout
42882
42883 \begin_layout Bibliography
42884 \labelwidthstring 参考文献
42885 \begin_inset CommandInset bibitem
42886 LatexCommand bibitem
42887 key "prettyref"
42888
42889 \end_inset
42890
42891 LaTeXパッケージ
42892 \series bold
42893
42894 \begin_inset CommandInset href
42895 LatexCommand href
42896 name "prettyref"
42897 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42898
42899 \end_inset
42900
42901
42902 \series default
42903
42904 \begin_inset Index idx
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42909 \end_layout
42910
42911 \end_inset
42912
42913 の取扱説明書
42914 \end_layout
42915
42916 \begin_layout Bibliography
42917 \labelwidthstring 参考文献
42918 \begin_inset CommandInset bibitem
42919 LatexCommand bibitem
42920 key "pstricks"
42921
42922 \end_inset
42923
42924 LaTeXパッケージ
42925 \series bold
42926
42927 \begin_inset CommandInset href
42928 LatexCommand href
42929 name "PSTricks"
42930 target "http://tug.org/PSTricks/"
42931
42932 \end_inset
42933
42934
42935 \series default
42936
42937 \begin_inset Index idx
42938 status collapsed
42939
42940 \begin_layout Plain Layout
42941 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42942 \end_layout
42943
42944 \end_inset
42945
42946 のウェブページ
42947 \end_layout
42948
42949 \begin_layout Bibliography
42950 \labelwidthstring 参考文献
42951 \begin_inset CommandInset bibitem
42952 LatexCommand bibitem
42953 key "refstyle"
42954
42955 \end_inset
42956
42957 LaTeXパッケージ
42958 \series bold
42959
42960 \begin_inset CommandInset href
42961 LatexCommand href
42962 name "refstyle"
42963 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42964
42965 \end_inset
42966
42967
42968 \series default
42969
42970 \begin_inset Index idx
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42975 \end_layout
42976
42977 \end_inset
42978
42979 の取扱説明書
42980 \end_layout
42981
42982 \begin_layout Bibliography
42983 \labelwidthstring 参考文献
42984 \begin_inset CommandInset bibitem
42985 LatexCommand bibitem
42986 key "sidecap"
42987
42988 \end_inset
42989
42990 LaTeXパッケージ
42991 \series bold
42992
42993 \begin_inset CommandInset href
42994 LatexCommand href
42995 name "sidecap"
42996 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42997
42998 \end_inset
42999
43000
43001 \series default
43002
43003 \begin_inset Index idx
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
43008 \end_layout
43009
43010 \end_inset
43011
43012 の取扱説明書
43013 \end_layout
43014
43015 \begin_layout Bibliography
43016 \labelwidthstring 参考文献
43017 \begin_inset CommandInset bibitem
43018 LatexCommand bibitem
43019 key "NewInLyX20"
43020
43021 \end_inset
43022
43023
43024 \family sans
43025 LyX 2.0
43026 \family default
43027 の新機能に関する
43028 \begin_inset CommandInset href
43029 LatexCommand href
43030 name "Wikiページ"
43031 target "http://wiki.lyx.org/LyX/NewInLyX20"
43032
43033 \end_inset
43034
43035
43036 \end_layout
43037
43038 \begin_layout Standard
43039 \begin_inset CommandInset index_print
43040 LatexCommand printindex
43041 type "idx"
43042
43043 \end_inset
43044
43045
43046 \end_layout
43047
43048 \end_body
43049 \end_document